ArtesiaWater / hydropandas

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

return DataFrame instead of invalid ObsCollection #223

Open OnnoEbbens opened 1 week ago

OnnoEbbens commented 1 week ago

As a result from the finding in solving #210 I propose to change this:

If you create a subselection from an ObsCollection which does not have the 'obs' column, a DataFrame should be returned (instead of an invalid ObsCollection = an ObsCollection without the 'obs' column)