File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ Google Colab provides several ways to load data into pandas DataFrames:
7575 df.to_csv(' /content/drive/MyDrive/output.csv' , index = False )
7676 files.download(' output.csv' )
7777
78- Files in `/content/ ` are temporary. Use Drive for persistence.
78+ Files in `` /content/ `` are temporary, so prefer saving to Google Drive if you need persistence.
7979
80- See Colab's `official IO notebook <https://colab.research.google.com/notebooks/io.ipynb >`_.
80+ For more details on file handling in Colab, see the
81+ `official Colab IO notebook <https://colab.research.google.com/notebooks/io.ipynb >`_.
8182
82- :ref: `Here <io.perf >` is an informal performance comparison for some of these IO methods.
8383
8484
8585.. note ::
You can’t perform that action at this time.
0 commit comments