pandahandler.frames.decorators.demo
Illustrate the use of decorators.
- Run demo as:
python -m pandahandler.frames.decorators.demo
- Expected log:
INFO:__main__:drop_if_any_null returned 2 rows, down 1 rows (-33.3%). WARNING:__main__:local_filter returned 1 rows, down 1 rows (-50.0%).
Functions
|
Local filter that drops rows with any null values. |