[Tutor] Reading CSV files in Pandas

2013-10-19 Thread Manish Tripathi
I am trying to import a csv file in Pandas but it throws an error. The format of the data when opened in notepad++ is as follows with first row being column names: "End Customer Organization ID,End Customer Organization Name,End Customer Top Parent Organization ID,End Customer Top Parent Organizat

Re: [Tutor] Reading CSV files in Pandas

2013-10-19 Thread Alan Gauld
On 19/10/13 15:29, Manish Tripathi wrote: I am trying to import a csv file in Pandas but it throws an error. This is the second time I've seen pandas mentioned recedntly I really must go and look it up to find out what it is... Meanwhile can you clarify what you mean by importing the csv fil

Re: [Tutor] Reading CSV files in Pandas

2013-10-19 Thread Mark Lawrence
On 19/10/2013 23:40, Alan Gauld wrote: This is the second time I've seen pandas mentioned recedntly I really must go and look it up to find out what it is... Just started out myself at http://pandas.pydata.org/ and at first glance it seems quite awesome. -- Roses are red, Violets are blue,

Re: [Tutor] Reading CSV files in Pandas

2013-10-19 Thread Mark Lawrence
On 19/10/2013 15:29, Manish Tripathi wrote: You are far more likely to get a response to the identical question that you've already asked on stackoverflow than you are here. -- Roses are red, Violets are blue, Most poems rhyme, But this one doesn't. Mark Lawrence