Avoid python recipe to change data types

Natpap
Natpap Registered Posts: 2

Hello everyone,

I would like to prevent python from inferring the data type of my dataframe during a python recipe . For example, I would like an id column to remain in string type rather than dataiku converting it to float. I could, for example, convert each of my columns manually, but this is tedious for datasets with lots of columns.
Does anyone know how I could avoid this?

Thanks in advance,

Nathan

Tagged:

Answers

Setup Info
    Tags
      Help me…