Dave Reed

Results 7 comments of Dave Reed

I'm trying to think of a good way to test this. We need to make sure series is set before we get the function in the `feature_set_calculator`

I think the fix for this would be to give Double logical type the dtype of `Float64`, but may cause issues as described [here](https://github.com/alteryx/woodwork/issues/264#issuecomment-829621438).

Opened a [ticket](https://github.com/pandas-dev/pandas/issues/46985) with Pandas.

> Why is `primitives.base` being renamed to `primitives.core`? WIll change that back, was getting a little trigger happy :)

I confirmed this is still an issue with new API ```python import featuretools as ft import woodwork as ww import pandas as pd from featuretools.primitives import Any tpers = pd.read_parquet('~/Downloads/example/tpers.parquet')...

@thehomebrewnerd thanks. I just assumed it should work that way and didn't double check. I'm hoping this could get addressed in refactor of DFS

@edsky thanks a lot for the example repo. I cloned that, changed the teamId obviously and am still getting a `GCC_PREPROCESSOR_DEFINITIONS: parameter null or not set` error. I'm not exactly...