Alex Samuel
Alex Samuel
With this csv file: ``` # comment 1 # comment 2 # comment 3 a,b,c 1,2,3 4,5,6 7,8,9 ``` ``` $ ngrid withcomments.csv -c '#' Traceback (most recent call last):...
Right now, it shows as a single column with tuple values.
If the CSV file only contains a header, no data rows: ``` Traceback (most recent call last): File "/Users/samuel/sw/anaconda/bin/ngrid", line 9, in load_entry_point('ngrid==0.1.0', 'console_scripts', 'ngrid')() File "/Users/samuel/sw/anaconda/lib/python3.4/site-packages/ngrid/main.py", line 119, in...