What kind of magic do I need to get python to talk to Excel xlsm file?

Chris Angelico rosuav at gmail.com
Tue Sep 1 17:07:53 EDT 2020


On Wed, Sep 2, 2020 at 6:59 AM Steve <Gronicus at sga.ninja> wrote:
>
> Wow, that is quite a list....
> Here is what I narrowed it down to. What does that paragraph starting with "Requires" mean?
>
> ===================================
> Pandas: a cross-section and time series data analysis toolkit.
>
> Requires numpy, dateutil, pytz, setuptools, and optionally numexpr, bottleneck, scipy, matplotlib, pytables, lxml, xarray, blosc, snappy, brotlipy, backports.lzma, statsmodels, sqlalchemy, psycopg2, and whatnot.
>

It means you need all those things installed before you can install Pandas.

ChrisA


More information about the Python-list mailing list