alteryx / autonormalize

python library for automated dataset normalization
https://blog.featurelabs.com/automatic-dataset-normalization-for-feature-engineering-in-python/
BSD 3-Clause "New" or "Revised" License
111 stars 16 forks source link

Does autonormalize lose typing on input dataframe #42

Open dvreed77 opened 2 years ago

dvreed77 commented 2 years ago

If the input dataframe has been initialized with logical types, does autonormalize lose this typing information on the output dataframes?

Steps to check

  1. Create an input dataframe
  2. Add logical types to some columns
  3. Check if output dataframes have the same logical types