Relative Content

Tag Archive for pythonapache-iceberg

Pandas df to Apache iceberg table

I’m trying to insert into a Iceberg table, but I’m getting issues due to the data types mismatching. I’ve pasted a part of my code. The error message I’m getting is :
“errorMessage”: “Schema change detected: {‘new_columns’: {}, ‘modified_columns’: {‘low’: ‘decimal(13,10)’, ‘close’: ‘decimal(13,10)’, ‘open’: ‘decimal(13,10).’…..