Re: [Distutils] File handling- tab separated files

2018-04-18 Thread Niharika Jakhar
Thanks, I'll check them out. On Thu 19 Apr, 2018, 01:08 Wes Turner, wrote: > This is the python distutils list for discussions regarding python > packaging. > > For help with using the Python standard library, try the docs and/or the > python tutor mailing list. > >

Re: [Distutils] File handling- tab separated files

2018-04-18 Thread Wes Turner
This is the python distutils list for discussions regarding python packaging. For help with using the Python standard library, try the docs and/or the python tutor mailing list. https://www.google.com/search?q=site:docs.python.org+tsv https://www.python.org/community/lists/#tutor

[Distutils] File handling- tab separated files

2018-04-18 Thread Niharika Jakhar
Hello I am having trouble opening and reading a Tab separated file(big data). I stored the data the data in a list and then used the split function (\t) to tried to print a list of 0 to 100 position. But it is resulting in random values from the files. Please let me know, if you deal with such