Skip to content

Commit ba4769b

Browse files
committed
added smany same methods
1 parent c94b00d commit ba4769b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

minimally_sufficient_pandas/_pandas_accessor.py

+1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def __init__(self, df):
194194
old_method = getattr(self._df, method)
195195
setattr(self, method, old_method)
196196

197+
197198
class To:
198199

199200
def __init__(self, df):

0 commit comments

Comments
 (0)