Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2022 04:10 AM
I think you will have to debug your notebook to see where the issue actually arises.
The error pops up at writing the data because that is an action (and spark code is only executed at an action).
But the cause of the error seems to be somewhere upstream.
So try a .show or display(df) cell by cell to see where you get an error.