Gaurav Sheni

Results 123 comments of Gaurav Sheni

I wonder if there is overlap with this primitive: https://github.com/alteryx/featuretools/issues/1781

@tamargrey @ozzieD Should we wait until this issue (https://github.com/alteryx/featuretools/issues/2213) is completed before revisiting this?

@tamargrey https://github.com/alteryx/featuretools/issues/2213 has been completed so we can revisit this PR.

@sbadithe I believe this should be good to go (once the lint issue is fixed).

@asniyaz Let's prioritize this issue and put it in an upcoming sprint.

@thehomebrewnerd moving this to Woodwork Integration Follow Up Epic

There is a pandas issue: ```python import pandas as pd df = pd.DataFrame({ 'id': [0, 1, 2], 'null_ints': [pd.NA] * 3 }) df['null_ints'] = df['null_ints'].astype("object").astype("float64") ```

Still blocked on https://github.com/alteryx/woodwork/issues/1075, which is not completed

@cp2boston The tests mostly pass now but some lines are not being hit. Also there is a conflict

@ozzieD FYI once you start working on this issue: https://github.com/alteryx/featuretools/pull/1657