Markus Rosenstihl <[EMAIL PROTECTED]> writes:
> This looks ugly (I htink)  and I wonder if there is a nicer way to
> strip commata and change the comma to a dot already when reading in.
> Or should i do it with a shell script before processing in python?

First of all you should just set your locale to use comma instead
of dot as the numeric decimal, instead of translating commas to dots.

Second, for the field separation, see if you can configure the csv
module to do it for you.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to