'Python_OSError: [Errno 28] No space left on device
I have the following error while exporting pandas dataframe into csv file. I have enough space in my hard disk.
OSError: [Errno 28] No space left on device
What can be the reason of this? Many thanks in advance.
Solution 1:[1]
Try to delete the temp files
rm -r /tmp/
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Razia Khan |