On 05/30/2015 04:05 PM, Ben Gorman wrote:
Appreciate the help.  I updated Pandas to 0.16.1 but am still getting
the warning.  Fortunately it hasn't caused any real issues for me thus
far - it's just been an annoyance.


Since this seems to be a float issue, you might want to play around with the float_precision argument to read_csv():

http://pandas.pydata.org/pandas-docs/stable/io.html#io-read-csv-table

float_precision : string, default None. Specifies which converter the C engine should use for floating-point values. The options are None for the ordinary converter, ‘high’ for the high-precision converter, and ‘round_trip’ for the round-trip converter.


--
Adrian Klaver
[email protected]

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to