Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 09:25 PM
Hi @Gaurav Rupnar ,
latest_data=spark.read.format('csv').option("header","true").option("multiLine","true").load(file_path)
latest_data is a simple dataframe of a small csv file