Closed vellamike closed 9 years ago
Tab delimited data is supported (i.e. white-space delimited). If this is the type of data you mostly deal with, you can set it to be the default using the p.config
tool
cat my_tab_file.txt | p.df -i table
that's great, thanks!
It would be useful to have the ability to work with tab-delimited data (or indeed, select any delimiter).