stsievert / swix

Swift Matrix Library
http://docs.stsievert.com/swix/
MIT License
593 stars 54 forks source link

Fix csv read/write off by one #7

Closed torb closed 9 years ago

torb commented 9 years ago

There was an off by one error in read_csv because of a trailing comma in write_csv. This should fix that. Tests still pass after this change

stsievert commented 9 years ago

Huh; you're right. My testing with pandas.read_csv gives no trailing comma.