USEPA / harmonize-wq

Standardize, clean, and wrangle Water Quality Portal data into more analytic-ready formats
https://usepa.github.io/harmonize-wq/
MIT License
12 stars 5 forks source link

RC review [doc]: example not complete #73

Closed rcaneill closed 2 months ago

rcaneill commented 3 months ago

https://github.com/USEPA/harmonize-wq/blob/55cb3cd33489d46adbc24fd95f32b1046fd177f3/demos/Harmonize_CapeCod_Detailed.ipynb#L2449

in the output they are no example of deg F, this can be fixed by adding a cell:

# Examine deg F
temperature_results.loc[df['ResultMeasure/MeasureUnitCode'] == 'deg F']