Files
Python-for-Geeks/Chapter06/mypandas/extra1.py
T
2021-08-13 11:44:51 +05:30

6 lines
88 B
Python

#between function
import pandas as pd
df = pd.read_csv("weekly_weather.csv")
print(df)