Data inspection
Check basic information¶
prints information about a DataFrame including the index dtype and columns, non-null values and memory usage.
Describe the data¶
Descriptive statistics include those that summarize the central tendency, dispersion and shape of a dataset’s distribution, excluding NaN values.