May-08-2020, 07:45 AM
I tried this and it worked for me.... But you make sure your file is in correct path...
import pandas as pd
df = pd.read_csv(r'c:\Users\Admin\Downloads\weather.csv')
print("The size of the data frame is: ", df.shape)
import pandas as pd
df = pd.read_csv(r'c:\Users\Admin\Downloads\weather.csv')
print("The size of the data frame is: ", df.shape)