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