Divesh Pandey

Results 2 issues of Divesh Pandey

This patch allows user to give an additional argument describing number of columns to be read from stored CSV file. for eg. test.csv contents ``` 1,2,3,4 ``` ```python >>> d...

Currently, CSV class object doesn't care about the DataType of incoming/outgoing data. This can create inconvenience for some users. For eg. if I have a numerical CSV file, the CSV._load()...