display_full

hhpy.ipython.display_full(*args, rows=None, cols=None, **kwargs)[source]

wrapper to display a pandas DataFrame with all rows and columns

Parameters:
  • rows – number of rows to display, defaults to all
  • cols – number of columns to display, defaults to all
  • args – passed to display
  • kwargs – passed to display
Returns:

None