alteryx / alteryx/evalml

Data check actions: infer missing datetime values

オープン
#2,022 コメント 2 件 リアクション 0 件 担当者 1 名 @asniyaz が担当を希望しています GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。