Missing decimals in the code - some suggestions?

Ian Kelly ian.g.kelly at gmail.com
Wed Apr 17 02:56:14 EDT 2013


On Wed, Apr 17, 2013 at 12:23 AM, Steven D'Aprano
<steve+comp.lang.python at pearwood.info> wrote:
> On Tue, 16 Apr 2013 12:20:18 -0600, Ian Kelly wrote:
>
>> This isn't a Python question.  If you take a look at the csv file that
>> you download from Yahoo, you will see that it only contains 2 digits of
>> precision.  There's no way to make Python print out 4 digits of
>> precision when it is only provided with 2.
>
> Pish posh! It's easy to add extra precision.

It's easy to add extra /digits/.  Adding extra precision is much harder. ;-)



More information about the Python-list mailing list