Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 3, 2025 3:32PM
Likes: 0
Replies: 1
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