We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caf289f + 040b94f commit 22f59a4Copy full SHA for 22f59a4
1 file changed
pipelines/envista/run_env_transform.py
@@ -66,7 +66,7 @@ def run():
66
continue
67
68
# Write to AQI transform layer
69
- aqi_output_path = trans_aqi_dir / f"envista_aqi_{year_str}.csv"
+ aqi_output_path = trans_aqi_dir / f"aqi_envista_daily_{year_str}.csv"
70
write_csv(transform_daily_df, aqi_output_path)
71
print(f"Wrote {len(transform_daily_df)} AQI records to {aqi_output_path}")
72
0 commit comments