Forum Discussion
trutz
2 years agoAdvocate IV
MS Fabric Notebook: Error when using dataframe.to_json() with Fabric Lakehouse storage
Hi all, I'm getting the error below when using pandas dataframe method to_json() with dataframe.size() "4263942". Dataframes with lower size can be saved without issue. The filepath and name are j...
- 2 years ago
Hi,
I switched from JSON to Parquet and had no issue with storing the data. So for the moment I circumvented the issue.