Skip to content

Commit 1c75100

Browse files
author
Alex Marchenko
committed
Removed duplicated _constructor_sliced definition in sparse.frame
1 parent c5c3642 commit 1c75100

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/sparse/frame.py

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class SparseDataFrame(DataFrame):
4949
Default fill_value for converting Series to SparseSeries
5050
(default: nan). Will not override SparseSeries passed in.
5151
"""
52-
_constructor_sliced = SparseSeries
5352
_subtyp = 'sparse_frame'
5453

5554
def __init__(self, data=None, index=None, columns=None, default_kind=None,

0 commit comments

Comments
 (0)