You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,11 @@ df.row_by_value('x', 10)
121
121
# Name: 0, dtype: int64
122
122
```
123
123
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
+
124
129
## Available Methods
125
130
126
131
-**register_dataframe_method**: register a method directly with a pandas DataFrame.
0 commit comments