File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed
Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,13 @@ $ pip install PyAthena
3333
3434Extra packages:
3535
36- | Package | Install command | Version |
37- | ------------| --------------------------------------| ----------|
38- | SQLAlchemy | ` pip install PyAthena[SQLAlchemy] ` | >=1.0.0 |
39- | Pandas | ` pip install PyAthena[Pandas] ` | >=1.3.0 |
40- | Arrow | ` pip install PyAthena[Arrow] ` | >=10.0.0 |
41- | Polars | ` pip install PyAthena[Polars] ` | >=1.0.0 |
36+ | Package | Install command | Version |
37+ | ---------------| -----------------------------------------| ----------|
38+ | SQLAlchemy | ` pip install PyAthena[SQLAlchemy] ` | >=1.0.0 |
39+ | AioSQLAlchemy | ` pip install PyAthena[AioSQLAlchemy] ` | >=2.0.0 |
40+ | Pandas | ` pip install PyAthena[Pandas] ` | >=1.3.0 |
41+ | Arrow | ` pip install PyAthena[Arrow] ` | >=10.0.0 |
42+ | Polars | ` pip install PyAthena[Polars] ` | >=1.0.0 |
4243
4344## Usage
4445
Original file line number Diff line number Diff line change @@ -20,12 +20,13 @@ $ pip install PyAthena
2020
2121Extra packages:
2222
23- | Package | Install command | Version |
24- | ------------| --------------------------------------| ----------|
25- | SQLAlchemy | ` pip install PyAthena[SQLAlchemy] ` | >=1.0.0 |
26- | Pandas | ` pip install PyAthena[Pandas] ` | >=1.3.0 |
27- | Arrow | ` pip install PyAthena[Arrow] ` | >=7.0.0 |
28- | Polars | ` pip install PyAthena[Polars] ` | >=1.0.0 |
23+ | Package | Install command | Version |
24+ | ---------------| -----------------------------------------| ----------|
25+ | SQLAlchemy | ` pip install PyAthena[SQLAlchemy] ` | >=1.0.0 |
26+ | AioSQLAlchemy | ` pip install PyAthena[AioSQLAlchemy] ` | >=2.0.0 |
27+ | Pandas | ` pip install PyAthena[Pandas] ` | >=1.3.0 |
28+ | Arrow | ` pip install PyAthena[Arrow] ` | >=10.0.0 |
29+ | Polars | ` pip install PyAthena[Polars] ` | >=1.0.0 |
2930
3031(features)=
3132
You can’t perform that action at this time.
0 commit comments