Data Distributie Laag. Service from Rijkswaterstaat for distributing water quantity data. version:
Python version:
Operating System:
Description
Apparently, .drop_duplicates() does not consider the index in deciding whether a row is unique. We removed the Tijdstap column from the dataframe in https://github.com/openearth/ddlpy/issues/51. We now have to do this after dropping the duplicates, instead of before.
TODO:
[ ] remove Tijdstap column as part of cleanup, after .drop_duplicates()
Description
Apparently,
.drop_duplicates()
does not consider the index in deciding whether a row is unique. We removed the Tijdstap column from the dataframe in https://github.com/openearth/ddlpy/issues/51. We now have to do this after dropping the duplicates, instead of before.TODO:
.drop_duplicates()
What I Did
clean plot (220measurements):
raw plot (865 measurements):