Code is to unzip the zipped file present in s3 server. Code is running in databricks , python version :3 and pandas===0.19.0
zip_ref = zipfile.ZipFile(path,mode='r') the above line throws error as below. FileNotFoundError: [Errno 2] No such file or directory: path
Please let me know why this line is throwing error, although the path is correct. OR Is there a way to read the contents in Zip folder, without extracting it.