Pandas 'df.to_parquet' stopped working

Jaryd 177 Reputation points
2022-02-17T17:19:16.397+00:00

Hello, I have a notebook in synapse which was running just fine on a schedule from a Pipeline.

It just started to fail without any changes and I don't know why.

I was able to work around by saving the pandas dataframe to a spark dataframe and saving parquet from that, but this isn't really what I was hoping for.

df.to_parquet('abfs://root@spacecontainer.dfs.core.windows.net/Folder1/' + 'filename.parquet')

![175469-image.png]1

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,929 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.