Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2022 12:49 PM
New Your Taxi data from your example is already included in your workspace as it is demo dataset.
It is enough to read "yellow" folder and it will read all csvs from there.
If you want to save it as a single file you can do .repartition(1).write.csv(destination_folder).save()
My blog: https://databrickster.medium.com/