We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cdc16 commit 51d71cdCopy full SHA for 51d71cd
pandas/core/internals.py
@@ -97,7 +97,6 @@ class Block(PandasObject):
97
is_sparse = False
98
_box_to_block_values = True
99
_can_hold_na = False
100
- _downcast_dtype = None
101
_can_consolidate = True
102
_verify_integrity = True
103
_validate_ndim = True
@@ -1841,7 +1840,6 @@ def equals(self, other):
1841
1840
class FloatBlock(FloatOrComplexBlock):
1842
__slots__ = ()
1843
is_float = True
1844
- _downcast_dtype = 'int64'
1845
1846
def _can_hold_element(self, element):
1847
tipo = maybe_infer_dtype_type(element)
0 commit comments