Forum Discussion

DebbieE's avatar
DebbieE
Community Champion
2 years ago
Solved

Notebook. New Errors when loding a parquet file into a df

I create a parquet file (transformed data) which I then use to create dims and facts.   Its been working fine. However I changed the code from "overwrite" to append the other day and now this code ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi DebbieE ,

    I found this hint from the error message you provided:

    snappy.parquet. Column: [ID], Expected: int, Found: BINARY.

    You can try to check the data format of the ID column. If it does not help, you can provide me with your code so that I can find out if you are having problems.

     

    Best Regards,

    Ada Wang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.