Skip to content

Commit c72c731

Browse files
author
samuel.oranyeli
committed
update readme
1 parent 66bbbc1 commit c72c731

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ to allow visualization of [pyjanitor](https://github.com/pyjanitor-devs/pyjanito
133133
- **register_dataframe_accessor**: register an accessor (and it's methods) with a pandas DataFrame.
134134
- **register_series_method**: register a methods directly with a pandas Series.
135135
- **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.
136138

137139
## Installation
138140

0 commit comments

Comments
 (0)