error connot join String and Double types
Hi,
I'm having an issue in my flow when i perfom a join between 2 datasets on same column but i don't konw why i end up having 2 different types and ebove mentionned error.
Any ideas on what is going on here?
many thanks
Operating system used: Win
Best Answer
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,074 Neuron
Likely that you used a Python recipe and the data types got changed by Pandas. In any case you need to trace where the data type change happened. Find out the original data type, then review each dataset after each recipe and cheeck the schema under Settings to see where the data type change happens. Then review the recipe to see why it's changing it.
Answers
-
thanks, this Helped
-
You are right. The change str => double occurs at the python recipe. I doubt that this related to write_with_schema that use to write the dataset.