Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2021 04:47 AM
I am also not able to read a csv file from a C:\ drive location. Can anyone help? I get error as path doesnt exist.
Code snippet -
path = 'file:///C:/Users/folder_1/folder_2/folder_3/xyz.csv'
df = spark.read.csv(path)
Tried lots of combinations for above path but no success.