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 66bbbc1 commit c72c731Copy full SHA for c72c731
README.md
@@ -133,6 +133,8 @@ to allow visualization of [pyjanitor](https://github.com/pyjanitor-devs/pyjanito
133
- **register_dataframe_accessor**: register an accessor (and it's methods) with a pandas DataFrame.
134
- **register_series_method**: register a methods directly with a pandas Series.
135
- **register_series_accessor**: register an accessor (and it's methods) with a pandas Series.
136
+- **register_groupby_method**: register a methods directly with a pandas DataFrameGroupBy object.
137
+- **register_groupby_accessor**: register an accessor (and it's methods) with a pandas DataFrameGroupBy object.
138
139
## Installation
140
0 commit comments