On Dec 11, 2007 6:00 AM, Emmanuel <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've a little problem with date conversion. I have a csv file which looks
> like :
> "Data","Valor"
> "15/01/2007"," 6,700012000"
> "12/01/2007"," 6,659903000"
>
> "11/01/2007"," 6,701586000"
>
> I try to get date using function strpdate2num in load doing this :

Try stripping the double quote characters from you file.

JDH

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to