[CentralOH] Python and Excel

Brian Costlow brian.costlow at gmail.com
Mon Feb 23 00:49:17 CET 2015


You mentioned excel in your subject.

I've used this to create actual excel files after manipulating tab data:
https://github.com/kennethreitz/tablib

But for some relatively small datasets. So I don't know how it holds up for
big stuff.

On Sun, Feb 22, 2015 at 6:01 PM, Andrew Fitzgerald <
andrewcfitzgerald at gmail.com> wrote:

> Most of the time I end up using the standard library csv module.
> https://docs.python.org/2/library/csv.html
>
> Pandas is also potentially useful depending on what you're trying to do.
> http://pandas.pydata.org/pandas-docs/dev/io.html
>
>
>
> On Sun, Feb 22, 2015 at 5:53 PM, Kyle Williamson <williamsonkr at gmail.com>
> wrote:
>
>> Hello,
>>
>>     Need some opinions on what everyone is using in Python to work with
>> CSV files.  Thanks.
>>
>> _______________________________________________
>> CentralOH mailing list
>> CentralOH at python.org
>> https://mail.python.org/mailman/listinfo/centraloh
>>
>>
>
> _______________________________________________
> CentralOH mailing list
> CentralOH at python.org
> https://mail.python.org/mailman/listinfo/centraloh
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/centraloh/attachments/20150222/db44ef04/attachment.html>


More information about the CentralOH mailing list