Data pipeline for TCEQ averages both sensors into just one column, may want to undo or leave as is?
Better data structure needed for TCEQ data which may have different parameters per sensor (how to combine into one file/make more compatible with PurpleAir stuff?).
For future consider moving from seaborn to plotly for heatmap since it allows for formatting of pandas datetimes(I don't have to downgrade dates to string format in order to make it look good).
Hagen mentioned it might be good to add the three rows of TCEQ data to the heatmap.
Primary Objective: add tceq data rows to heatmap Difficulty: low to medium
Steps
Assess the state of TCEQ PM2.5 data
Import data into script and process it.
Combine or append to PurpleAir data frame
Plot and save.
Optional objectives: Identify and refined data pipeline for TCEQ