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.
2 parents b592050 + 73db087 commit a41ae83Copy full SHA for a41ae83
README.md
@@ -112,3 +112,10 @@ df.row_by_value('x', 10)
112
# y 0
113
# Name: 0, dtype: int64
114
```
115
+
116
+## Available Methods
117
118
+- **register_dataframe_method**: register a method directly with a pandas DataFrame.
119
+- **register_dataframe_accessor**: register an accessor (and it's methods) with a pandas DataFrame.
120
+- **register_series_method**: register a methods directly with a pandas Series.
121
+- **register_series_accessor**: register an accessor (and it's methods) with a pandas Series.
0 commit comments