Skip to content

Semantic error in transforming datetime columns using HyperTransformer #299

@avsolatorio

Description

@avsolatorio

The snippet below should be something like: data[field] = pd.Series(integers, data.index).

data[field] = pd.Series(integers)

As currently implemented, the transformed data will incorrectly map the values to the wrong data if the index in data is not the same as the default index in pd.Series.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingnewLabel applied to new issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions