def true_code(): import pandas as pd main_data = pd.read_csv("raw_data/main_data.csv") print(main_data["PM2.5"].max()) true_code()