Skip to content

Commit 4c4d3e3

Browse files
jbrockmendelyeshsurya
authored andcommitted
CLN: remove Resampler._typ (pandas-dev#41239)
1 parent 02e005d commit 4c4d3e3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pandas/core/resample.py

-9
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,6 @@ def obj(self):
207207
def ax(self):
208208
return self.groupby.ax
209209

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-
219210
@property
220211
def _from_selection(self) -> bool:
221212
"""

0 commit comments

Comments
 (0)