Skip to content

Commit 51d71cd

Browse files
jbrockmendeljreback
authored andcommitted
remove unused block attribute (#19279)
1 parent 94cdc16 commit 51d71cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/internals.py

-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ class Block(PandasObject):
9797
is_sparse = False
9898
_box_to_block_values = True
9999
_can_hold_na = False
100-
_downcast_dtype = None
101100
_can_consolidate = True
102101
_verify_integrity = True
103102
_validate_ndim = True
@@ -1841,7 +1840,6 @@ def equals(self, other):
18411840
class FloatBlock(FloatOrComplexBlock):
18421841
__slots__ = ()
18431842
is_float = True
1844-
_downcast_dtype = 'int64'
18451843

18461844
def _can_hold_element(self, element):
18471845
tipo = maybe_infer_dtype_type(element)

0 commit comments

Comments
 (0)