Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 05:40 AM
Table A is a Delta table. I get this:
Cur_Actual.write.format('delta').mode('append').save('/location/Table A')
But as I understand it, one cannot loop over a DF, and hence the data is changed with the .collect() function to a collection.
This data needs to be modified and written back - but how,,?