Files
Python-for-Geeks/Chapter6/mypandas/extra1.py
T
2021-03-13 19:25:45 +04:00

6 lines
88 B
Python

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