Data check actions: infer missing datetime values
Aperta
enhancement
- Lingua principale
- Python
- Stelle
- 850
- Fork
- 96
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
A few starting options for missing datetime values:
* Drop all rows with nans
* Backfill with next non-nan value
* Forward-fill with previous non-nan value
* For nans between two non-nan values, fill with linearly-spaced datetimes. Drop rows before the 1st non-nan value and after the last non-nan value.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.