You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When retreiving NAP/127/WALSODN 2010 we get >157681 waarnemingen, with ddlpy we get 52562 values due to duplicate dropping. This is nice, but good to make it optional. Adjust measurements = measurements.drop_duplicates() in ddlpy.py
Also for NORTHCMRT, but unknown period
The text was updated successfully, but these errors were encountered:
Description
ddlpy drops duplicate measurements. Would be good to make this optional for data-inspection purposes.
What I Did
Duplicate values for WALSOD 2010 (and others):
Gives (everything duplicated three times):
When retreiving NAP/127/WALSODN 2010 we get >157681 waarnemingen, with ddlpy we get 52562 values due to duplicate dropping. This is nice, but good to make it optional. Adjust
measurements = measurements.drop_duplicates()
in ddlpy.pyAlso for NORTHCMRT, but unknown period
The text was updated successfully, but these errors were encountered: