- 10946 Views
- 4 replies
- 2 kudos
how to zip a dataframe so that i get a zipped csv output file. please share command. it is only 1 dataframe involved and not multiple.
- 10946 Views
- 4 replies
- 2 kudos
Latest Reply
writing to a local directory does not work.See this topic:https://community.databricks.com/s/feed/0D53f00001M7hNlCAJ
3 More Replies
- 19349 Views
- 12 replies
- 4 kudos
I am new to learning Spark and working on some practice; I have uploaded a zip file in DBFS /FileStore/tables directory and trying to run a python code to unzip the file; The python code is as: from zipfile import *with ZipFile("/FileStore/tables/fli...
- 19349 Views
- 12 replies
- 4 kudos
Latest Reply
What if changing the runtime is not an option? I'm experiencing a similar issue using the following:%pip install -r /dbfs/path/to/file.txtThis worked for a while, but now I'm getting the Errno 2 mentioned above. I am still able to print the same file...
11 More Replies
- 13406 Views
- 7 replies
- 11 kudos
Hi all, I am trying to unzip a file in databricks but facing an issue,Please help me if you have any doc or codes to share.
- 13406 Views
- 7 replies
- 11 kudos
Latest Reply
Hey ajay,You can follow this module to unzip your zip file.To give your brief idea about this, it will unzip your file directly into your driver node storage.So If your compressed data is inside DBFS then you first have to move that to drive node and...
6 More Replies
- 2441 Views
- 1 replies
- 0 kudos
Dear Team,Using the community edition when i tried to import a zip file it is always throwing some error
- 2441 Views
- 1 replies
- 0 kudos
Latest Reply
Please refer to the error in the attachment my question is this restriction is only for community edition ? or also for premium account ?