Data check actions: infer missing datetime values
Offen
enhancement
- Vorherrschende Sprache
- Python
- Sterne
- 850
- Forks
- 96
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.