alteryx / alteryx/woodwork

Check whether a column is a Datetime without relying on default Datetime LogicalType

オープン
#506 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug
主要言語
Python
スター
155
フォーク
24
PR マージ指標
30日以内にマージされた PR はありません

説明

In checking whether a column is a valid time index, we check if `ltype_class == ww.logical_types.Datetime`, which means that if a user wanted to deregister the `Datetime` LogicalType and add in one of their own, they would not be able to make any columns that use that LogicalType a time index.

We should have another way of defining if a LogicalType is permissable for time indices.
- Maybe a `datetime` standard tag (not great, because it'll look weird with the Datetime Logical Type)

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

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

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