HakaiInstitute/csv-to-netcdf

Support custom fill values

Offen

#1 geöffnet am 26.02.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (0 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

xarray/pandas seems to find NA and NaN and parse them as no value. It would be handy if custom fill values could be set either for entire dataset or for each column

eg --fill-values 99.999,-99.9999,None

Contributor Guide