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 02e005d commit 4c4d3e3Copy full SHA for 4c4d3e3
pandas/core/resample.py
@@ -207,15 +207,6 @@ def obj(self):
207
def ax(self):
208
return self.groupby.ax
209
210
- @property
211
- def _typ(self) -> str:
212
- """
213
- Masquerade for compat as a Series or a DataFrame.
214
215
- if isinstance(self._selected_obj, ABCSeries):
216
- return "series"
217
- return "dataframe"
218
-
219
@property
220
def _from_selection(self) -> bool:
221
"""
0 commit comments