Data check actions: infer missing datetime values
オープン
enhancement
- 主要言語
- Python
- スター
- 850
- フォーク
- 96
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
評価
この issue はまだ評価されていません。