6 lines
88 B
Python
6 lines
88 B
Python
#between function
|
|
|
|
import pandas as pd
|
|
|
|
df = pd.read_csv("weekly_weather.csv")
|
|
print(df) |