import pandas as pd test_data = pd.read_csv("dataset/agricultural_yield_test.csv") print(test_data.head())