ArtesiaWater / hydropandas

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

Fix knmi bug #55

Closed OnnoEbbens closed 3 years ago

OnnoEbbens commented 3 years ago

see commits

OnnoEbbens commented 3 years ago

@dbrakenhoff: Twee pystore tests falen op dit moment. Ik denk dat jij sneller door hebt wat er mis gaat. Zou je daar een keer naar kunnen kijken?

dbrakenhoff commented 3 years ago

I can't figure out why exactly the tests are failing, but the cause is Pandas 1.2.0... Somehow it runs into a KeyError when attempting to read the pystore item using fastparquet.

I'll need a bit more time to figure out what's different in pandas 1.1.5 that this doesnt occur. But for now a max version on pandas in the tests is the temporary solution.