Stop Previewing Raw DataFrames. Instead, Use DataTables.
www.blog.dailydoseofds.com
After loading any dataframe in Jupyter, we preview it. But it hardly tells anything about the data. One has to dig deeper by analyzing it, which involves simple yet repetitive code. Instead, use Jupyter-DataTables. It supercharges the default preview of a DataFrame with many common operations. This includes sorting, filtering, exporting, plotting column distribution, printing data types, and pagination.
Stop Previewing Raw DataFrames. Instead, Use DataTables.
Stop Previewing Raw DataFrames. Instead, Use…
Stop Previewing Raw DataFrames. Instead, Use DataTables.
After loading any dataframe in Jupyter, we preview it. But it hardly tells anything about the data. One has to dig deeper by analyzing it, which involves simple yet repetitive code. Instead, use Jupyter-DataTables. It supercharges the default preview of a DataFrame with many common operations. This includes sorting, filtering, exporting, plotting column distribution, printing data types, and pagination.