Dataframe statistical info

import pandas as pd

# Create data frame from csv file
df=pd.read_csv("e://data/state-population.csv")

#Statistical information about data frame
df.describe()

Output

dataframestats

Published by Python programming examples for beginners

Abhay Gadkari is an IT professional having around experience of 20+ years in IT industry. He worked on web technologies and databases with Insurance and ERP projects.