# Basic Functionality if 3 or more are called in the same line, suggest multiline ``` (df .f() .g() .h() ) ``` # Hooks Upon <!-- Write the original pandas function this hint will hook--> (almost) everything # Hook Type <!-- will it run as pre-hook or post-hook --> # Design <!-- Provide a basic design (python/pseudo coe/etc.) for the hook function-->
Basic Functionality
if 3 or more are called in the same line, suggest multiline
Hooks Upon
(almost) everything
Hook Type
Design