robdmc / pandashells

:panda_face: Bringing the python data stack to the shell prompt
Other
788 stars 26 forks source link

Fix tsv input problem #36

Closed robdmc closed 9 years ago

robdmc commented 9 years ago

Currently, when input is "table", the columns are split with whitespace. This is a problem when working with tab separated data that also includes spaces. io_lib should be modified to handle this case, and to perhaps even enable specifying the delimiter character.

robdmc commented 9 years ago

Fixed