Dataset type change error after python recipe

Lo96
Level 3
Dataset type change error after python recipe

I'm using Python recipe (pandas) to edit column names of my dataset (names changed after pivot recipe). after python recipe type of one column changes.  The problem is i get following error "The schema of the dataset does not match the table" 

  • Type mismatch for column 1 (serial) : 'NVARCHAR' in dataset, 'DOUBLE'(8:float) in table

 

when I try to change column's type on the output table. 

 

Any ideas on how to solve this? 

 

thanks 


Operating system used: windows

0 Kudos
1 Reply
Turribeach

Please post your recipe code in a code block (the </> icon on the toolbar). Thanks

0 Kudos