[Tutor] Reading CSV files in Pandas
Manish Tripathi
tr.manish at gmail.com
Mon Oct 21 20:57:07 CEST 2013
It's pipeline data so must have been generated through Siebel and sent as
excel csv.
On Mon, Oct 21, 2013 at 11:32 PM, Danny Yoo <dyoo at hashcollision.org> wrote:
> >
> > * Where is this data coming from?
> > * Who or what is generating this file?
>
>
> Just to be more specific about this: I have a very strong suspicion that
> whatever is generating the input that you're trying to read is doing
> something ad-hoc with regards to CSV file format. Knowing what generated
> the file, whether it be Excel, or some custom script, is very helpful in
> diagnosing where the problem's originating from.
>
>
> Your suspicion about the quotes around entire rows:
>
> > Does it have to do with the "" marks present before each line in the
> data?
>
> sounds reasonable. I expect quotes around individual fields, but not
> around entire rows. Such a feature sounds anomalous because it doesn't fit
> the description of known CSV formats:
>
> http://en.wikipedia.org/wiki/Comma-separated_values
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20131022/5d4182f0/attachment-0001.html>
More information about the Tutor
mailing list