Re: [Distutils] File handling- tab separated files

2018-04-18 Thread Niharika Jakhar
ed/numpy.genfromtxt.html#numpy.genfromtxt > > https://pandas.pydata.org/pandas-docs/stable/io.html#csv-text-files > https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_csv.html > > On Wednesday, April 18, 2018, Niharika Jakhar <niharika1...@gmail.com> > wrote: >

[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

Re: [Distutils] Pip upgrade

2018-04-13 Thread Niharika Jakhar
Thank you for your reply. I am using LINUX. On Fri 13 Apr, 2018, 14:17 Nick Coghlan, <ncogh...@gmail.com> wrote: > On 13 April 2018 at 21:00, Niharika Jakhar <niharika1...@gmail.com> wrote: > > Hi > > I am having troubles upgrading my pip. > > terminal says: &g

[Distutils] Pip upgrade

2018-04-13 Thread Niharika Jakhar
Hi I am having troubles upgrading my pip. terminal says: You are using pip version 9.0.1, however version 9.0.3 is available. You should consider upgrading via the 'pip install --upgrade pip' command. I used the same command as mentioned but it keeps on repeating the same lines. python version: