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

doc_test stability #51

Closed jbousquin closed 7 months ago

jbousquin commented 7 months ago

when testing the examples in the harmonize module there is inconsistency in the order of rows:

harmonize.convert_unit_series(quantity_series, unit_series, units = 'mg/l')

and the order of columns being added:

df_result_all

Suspect the issue may be due to a non-ordered dictionary being used somewhere it shouldn't be.