wesm / pydata-book

Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
Other
22.27k stars 15.19k forks source link

ex4.csv adjust #116

Closed yzc750 closed 2 years ago

yzc750 commented 4 years ago

the ex4.csv is used to show the use of pd.read(skiprows), but the file in the repository seems to have some formation problem. All rows in this flie seems to be just one long string with ',' in it instead of using ',' to seperate different elements in the same row as it is supposed to.

wesm commented 2 years ago

I think this is only an issue on Windows because the file uses Unix line endings