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.
Please view a video version here for better understanding: Post Link.
Find the code for my tips here: GitHub.
I like to explore, experiment and write about data science concepts and tools. You can read my articles on Medium. Also, you can connect with me on LinkedIn.