Alexander Desroches

Results 1 comments of Alexander Desroches

Thanks for the quick response Ruslan. Yes, if I do something like this: ``` file_path = "abfss://[email protected]/example_data/test.csv" df2 = ( spark.read.format("csv") .load(file_path) ) ``` I can read the CSV into...