Skip to content

Commit 3b3eed4

Browse files
committed
added mention of how method_call_ctx_factory will be used
1 parent 26f5736 commit 3b3eed4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ df.row_by_value('x', 10)
121121
# Name: 0, dtype: int64
122122
```
123123

124+
## Registered methods tracing
125+
126+
Since version 0.5.0 pandas_flavor allows [tracing of the registered method calls](/docs/tracing_ext.md). Now it is possible to add additional run-time logic around registered method calls which can be used for support tasks. This extention was introduced to allow visualization of [pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) method call chains as implemented in [pyjviz](https://github.com/pyjanitor-devs/pyjviz)
127+
128+
124129
## Available Methods
125130

126131
- **register_dataframe_method**: register a method directly with a pandas DataFrame.

0 commit comments

Comments
 (0)