DOC: Update the read_csv in action in cookbook.rst (#60866) · pandas-dev/pandas@3979e95 (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 3979e95
DOC: Update the read_csv in action in cookbook.rst (#60866)
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1043,7 +1043,7 @@ CSV | ||
| 1043 | 1043 | |
| 1044 | 1044 | The :ref:`CSV <io.read_csv_table>` docs |
| 1045 | 1045 | |
| 1046 | -`read_csv in action https://wesmckinney.com/blog/update-on-upcoming-pandas-v0-10-new-file-parser-other-performance-wins/\`__ | |
| 1046 | +`read_csv in action https://www.datacamp.com/tutorial/pandas-read-csv\`__ | |
| 1047 | 1047 | |
| 1048 | 1048 | `appending to a csv |
| 1049 | 1049 | https://stackoverflow.com/questions/17134942/pandas-dataframe-output-end-of-csv`__ |