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 use
display_full()(True) or standard display (False) - kwargs – passed to display
Returns: None