April 7, 2020
DATA CLEANING WITH PANDAS
Some functions to diagnose data for tidyness:
.head( ) - display the first 5 rows
.info( ) - display a summary of the table
.describe( ) - display the summary statistics
.columns - display the column names
.value_counts( ) - display the distinct values for a column