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 55919f1 commit a556fd9Copy full SHA for a556fd9
pandas/core/series.py
@@ -2951,7 +2951,6 @@ def _dir_additions(self):
2951
Series._add_numeric_operations()
2952
Series._add_series_only_operations()
2953
Series._add_series_or_dataframe_operations()
2954
-_INDEX_TYPES = np.ndarray, Index, list, tuple
2955
2956
# -----------------------------------------------------------------------------
2957
# Supplementary functions
0 commit comments