[CentralOH] Python and Excel

Bryan Harris brywilharris at gmail.com
Mon Feb 23 15:03:53 CET 2015


The python CSV module works for large files.

Bryan Harris, PE
Research Engineer
Structures and Materials Evaluation Group
University of Dayton Research Institute
bryan.harris at udri.udayton.edu
http://www.udri.udayton.edu/
937-229-5561
On Feb 22, 2015 6:49 PM, "Brian Costlow" <brian.costlow at gmail.com> wrote:

> 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
>>
>>
>
> _______________________________________________
> 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/20150223/767320a6/attachment.html>


More information about the CentralOH mailing list