keithrozario / Klayers

Python Packages as AWS Lambda Layers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] 3.9 pandas layer optional dependencies

gergo-szabo opened this issue · comments

Pandas layer for Python 3.9 can't handle excel files.

The supporting lib-s are listed as optional dependecies but the layer might have space for them.

Details about optional dependencies:
https://pandas.pydata.org/docs/getting_started/install.html#optional-dependencies

Would you be able to make a pull request for the right packages -- I'd like to keep packages minimal. And anyone that wants to combine packages can use multiple layers to include the right dependencies.

This feature "request" was more of a notification on an improvement potential. I have already created a supplementary layer for my optional dependecy. Feel free to close it if you would like to keep creating lean packages.
Anyway, thanks for the pandas package.

Thanks. Yes prefer to keep layers lean, as not everyone needs the additional packages, and Lambda has a size limit on how much can be packed into layers.

Thanks for the support!