We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451621b commit 4fdc459Copy full SHA for 4fdc459
pandas/core/frame.py
@@ -9048,7 +9048,7 @@ def _promote_wide_ints(df: DataFrame) -> DataFrame:
9048
self = _promote_wide_ints(self)
9049
other = _promote_wide_ints(other)
9050
9051
- def _restore_wide_ints(df: DataFrame):
+ def _restore_wide_ints(df: DataFrame) -> DataFrame:
9052
"""Restores previously int64/uint64 columns if they don't have NAs."""
9053
cast_map: dict[str, str] = {}
9054
for col in df.columns:
0 commit comments