@@ -183,9 +183,9 @@ Installable with ``pip install "pandas[performance]"``
183
183
===================================================== ================== ================== ===================================================================================================================================================================================
184
184
Dependency Minimum Version pip extra Notes
185
185
===================================================== ================== ================== ===================================================================================================================================================================================
186
- `numexpr <https://github.com/pydata/numexpr >`__ 2.8.4 performance Accelerates certain numerical operations by using multiple cores as well as smart chunking and caching to achieve large speedups
186
+ `numexpr <https://github.com/pydata/numexpr >`__ 2.9.0 performance Accelerates certain numerical operations by using multiple cores as well as smart chunking and caching to achieve large speedups
187
187
`bottleneck <https://github.com/pydata/bottleneck >`__ 1.3.6 performance Accelerates certain types of ``nan `` by using specialized cython routines to achieve large speedup.
188
- `numba <https://github.com/numba/numba >`__ 0.56.4 performance Alternative execution engine for operations that accept ``engine="numba" `` using a JIT compiler that translates Python functions to optimized machine code using the LLVM compiler.
188
+ `numba <https://github.com/numba/numba >`__ 0.59.0 performance Alternative execution engine for operations that accept ``engine="numba" `` using a JIT compiler that translates Python functions to optimized machine code using the LLVM compiler.
189
189
===================================================== ================== ================== ===================================================================================================================================================================================
190
190
191
191
Visualization
@@ -196,8 +196,8 @@ Installable with ``pip install "pandas[plot, output-formatting]"``.
196
196
========================================================== ================== ================== =======================================================
197
197
Dependency Minimum Version pip extra Notes
198
198
========================================================== ================== ================== =======================================================
199
- `matplotlib <https://github.com/matplotlib/matplotlib >`__ 3.6 .3 plot Plotting library
200
- `Jinja2 <https://github.com/pallets/jinja >`__ 3.1.2 output-formatting Conditional formatting with DataFrame.style
199
+ `matplotlib <https://github.com/matplotlib/matplotlib >`__ 3.8 .3 plot Plotting library
200
+ `Jinja2 <https://github.com/pallets/jinja >`__ 3.1.3 output-formatting Conditional formatting with DataFrame.style
201
201
`tabulate <https://github.com/astanin/python-tabulate >`__ 0.9.0 output-formatting Printing in Markdown-friendly format (see `tabulate `_)
202
202
========================================================== ================== ================== =======================================================
203
203
@@ -209,8 +209,8 @@ Installable with ``pip install "pandas[computation]"``.
209
209
============================================== ================== =============== =======================================
210
210
Dependency Minimum Version pip extra Notes
211
211
============================================== ================== =============== =======================================
212
- `SciPy <https://github.com/scipy/scipy >`__ 1.10 .0 computation Miscellaneous statistical functions
213
- `xarray <https://github.com/pydata/xarray >`__ 2022.12.0 computation pandas-like API for N-dimensional data
212
+ `SciPy <https://github.com/scipy/scipy >`__ 1.12 .0 computation Miscellaneous statistical functions
213
+ `xarray <https://github.com/pydata/xarray >`__ 2024.1.1 computation pandas-like API for N-dimensional data
214
214
============================================== ================== =============== =======================================
215
215
216
216
.. _install.excel_dependencies :
@@ -224,8 +224,8 @@ Installable with ``pip install "pandas[excel]"``.
224
224
Dependency Minimum Version pip extra Notes
225
225
================================================================== ================== =============== =============================================================
226
226
`xlrd <https://github.com/python-excel/xlrd >`__ 2.0.1 excel Reading for xls files
227
- `xlsxwriter <https://github.com/jmcnamara/XlsxWriter >`__ 3.0.5 excel Writing for xlsx files
228
- `openpyxl <https://github.com/theorchard/openpyxl >`__ 3.1.0 excel Reading / writing for Excel 2010 xlsx/xlsm/xltx/xltm files
227
+ `xlsxwriter <https://github.com/jmcnamara/XlsxWriter >`__ 3.2.0 excel Writing for xlsx files
228
+ `openpyxl <https://github.com/theorchard/openpyxl >`__ 3.1.2 excel Reading / writing for Excel 2010 xlsx/xlsm/xltx/xltm files
229
229
`pyxlsb <https://github.com/willtrnr/pyxlsb >`__ 1.0.10 excel Reading for xlsb files
230
230
`python-calamine <https://github.com/dimastbk/python-calamine >`__ 0.1.7 excel Reading for xls/xlsx/xlsm/xlsb/xla/xlam/ods files
231
231
`odfpy <https://github.com/eea/odfpy >`__ 1.4.1 excel Reading / writing for OpenDocument 1.2 files
@@ -239,7 +239,7 @@ Installable with ``pip install "pandas[html]"``.
239
239
=============================================================== ================== =============== ==========================
240
240
Dependency Minimum Version pip extra Notes
241
241
=============================================================== ================== =============== ==========================
242
- `BeautifulSoup4 <https://github.com/wention/BeautifulSoup4 >`__ 4.11.2 html HTML parser for read_html
242
+ `BeautifulSoup4 <https://github.com/wention/BeautifulSoup4 >`__ 4.12.3 html HTML parser for read_html
243
243
`html5lib <https://github.com/html5lib/html5lib-python >`__ 1.1 html HTML parser for read_html
244
244
`lxml <https://github.com/lxml/lxml >`__ 4.9.2 html HTML parser for read_html
245
245
=============================================================== ================== =============== ==========================
@@ -291,7 +291,7 @@ Dependency Minimum Versi
291
291
mysql,
292
292
sql-other
293
293
`psycopg2 <https://github.com/psycopg/psycopg2 >`__ 2.9.6 postgresql PostgreSQL engine for sqlalchemy
294
- `pymysql <https://github.com/PyMySQL/PyMySQL >`__ 1.0.2 mysql MySQL engine for sqlalchemy
294
+ `pymysql <https://github.com/PyMySQL/PyMySQL >`__ 1.1.0 mysql MySQL engine for sqlalchemy
295
295
`adbc-driver-postgresql <https://github.com/apache/arrow-adbc >`__ 0.10.0 postgresql ADBC Driver for PostgreSQL
296
296
`adbc-driver-sqlite <https://github.com/apache/arrow-adbc >`__ 0.8.0 sql-other ADBC Driver for SQLite
297
297
================================================================== ================== =============== ============================================
@@ -307,9 +307,9 @@ Dependency Minimum Version pip ex
307
307
`PyTables <https://github.com/PyTables/PyTables >`__ 3.8.0 hdf5 HDF5-based reading / writing
308
308
`blosc <https://github.com/Blosc/c-blosc >`__ 1.21.3 hdf5 Compression for HDF5; only available on ``conda ``
309
309
`zlib <https://github.com/madler/zlib >`__ hdf5 Compression for HDF5
310
- `fastparquet <https://github.com/dask/fastparquet >`__ 2023.10.0 - Parquet reading / writing (pyarrow is default)
310
+ `fastparquet <https://github.com/dask/fastparquet >`__ 2024.2.0 - Parquet reading / writing (pyarrow is default)
311
311
`pyarrow <https://github.com/apache/arrow >`__ 10.0.1 parquet, feather Parquet, ORC, and feather reading / writing
312
- `pyreadstat <https://github.com/Roche/pyreadstat >`__ 1.2.0 spss SPSS files (.sav) reading
312
+ `pyreadstat <https://github.com/Roche/pyreadstat >`__ 1.2.6 spss SPSS files (.sav) reading
313
313
`odfpy <https://github.com/eea/odfpy >`__ 1.4.1 excel Open document format (.odf, .ods, .odt) reading / writing
314
314
====================================================== ================== ================ ==========================================================
315
315
@@ -329,10 +329,10 @@ Installable with ``pip install "pandas[fss, aws, gcp]"``
329
329
============================================ ================== =============== ==========================================================
330
330
Dependency Minimum Version pip extra Notes
331
331
============================================ ================== =============== ==========================================================
332
- `fsspec <https://github.com/fsspec >`__ 2022.11.0 fss, gcp, aws Handling files aside from simple local and HTTP (required
332
+ `fsspec <https://github.com/fsspec >`__ 2024.2.0 fss, gcp, aws Handling files aside from simple local and HTTP (required
333
333
dependency of s3fs, gcsfs).
334
- `gcsfs <https://github.com/fsspec/gcsfs >`__ 2022.11.0 gcp Google Cloud Storage access
335
- `s3fs <https://github.com/fsspec/s3fs >`__ 2022.11.0 aws Amazon S3 access
334
+ `gcsfs <https://github.com/fsspec/gcsfs >`__ 2024.2.0 gcp Google Cloud Storage access
335
+ `s3fs <https://github.com/fsspec/s3fs >`__ 2024.2.0 aws Amazon S3 access
336
336
============================================ ================== =============== ==========================================================
337
337
338
338
Clipboard
0 commit comments