Skip to content

Commit 1439077

Browse files
avmarchenkoalanbato
authored andcommitted
MAINT: Remove duplicated _constructor_sliced definition in sparse.frame (pandas-dev#17604)
1 parent b8e2580 commit 1439077

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)