9b694a7
1
2
3
4
5
6
import pandas as pd test_data = pd.read_csv("dataset/agricultural_yield_test.csv") print(test_data.head())