DataFrame icon indicating copy to clipboard operation
DataFrame copied to clipboard

DataFrameCsvReader and Writer need more tests

Open olekscode opened this issue 6 years ago • 0 comments

I wrote basic tests that check whether DataFrame can be correctly saved to a CSV file and loaded from it. It is also important to cover various situations with tests, such as reading from empty file, reading/writing with/without column/row names, reading/writing empty (missing) values etc.

olekscode avatar Mar 12 '19 01:03 olekscode