Commit a9f30b7
authored
Prefixed the CSV file-path by 'Datasets/'
As the data are in a specific directory, namely 'Datasets', that latter must be added as a prefix to all the data file-paths (in all the notebooks, not only this one).
By the way, since Pandas natively reads .bz2 compressed files, you can take that opportunity and compress (with BZip2) all the data files.1 parent f499b21 commit a9f30b7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments