pd_display¶
-
hhpy.ipython.pd_display(*args, number_format='{:, .2f}', full=True, **kwargs)[source]¶ wrapper to display a pandas DataFrame with a specified number format
Parameters: - args – passed to display
- number_format – the number format to apply
- full – whether to show all rows and columns or keep default behaviour
- kwargs – passed to display
Returns: None