alteryx / alteryx/woodwork

Match `ww.init()` behaviour between DataFrames and Series

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

説明

Currently calling `df.ww.init()` infers the logical types and performs transformations as well. Doing the same for `series.ww.init()` only infers the logical type, but doesn't change the underlying `dtype` or transform the data as per [here](https://woodwork.alteryx.com/en/latest/start.html?highlight=init_series#Using-Woodwork-with-a-Series). We use `ww.init_series()` to perform that functionality.

I think a user would reasonably expect `ww.init()` to result in the same operation regardless of whether they're using it on a dataframe or series. This issue covers flipping the behaviour between `ww.init_series()` and `series.ww.init()`.

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

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

評価

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

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

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