We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#Crispy import pandas as pd filename = 'worldcitiespop.txt' data = pd.read_csv(filename) population=array(data.Population) popDF=pd.DataFrame(population) popDF.describe()