ArtesiaWater / hydropandas

Module for loading observation data into custom DataFrames
https://hydropandas.readthedocs.io
MIT License
52 stars 10 forks source link

Add `compare` method to Obs and ObsCollection class #127

Open OnnoEbbens opened 1 year ago

OnnoEbbens commented 1 year ago

Allowing users to compare two objects before merging. Should not be too difficult using the current pandas df.compare and hydropandas merge_observation methods.