Pandas 'df.to_parquet' stopped working
Jaryd
177
Reputation points
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')
]1
Sign in to answer