@@ -299,7 +299,7 @@ Dependency Minimum Versi
299299Other data sources
300300^^^^^^^^^^^^^^^^^^
301301
302- Installable with ``pip install "pandas[hdf5, parquet, feather, spss, excel]" ``
302+ Installable with ``pip install "pandas[hdf5, parquet, iceberg, feather, spss, excel]" ``
303303
304304====================================================== ================== ================ ==========================================================
305305Dependency Minimum Version pip extra Notes
@@ -308,6 +308,7 @@ Dependency Minimum Version pip ex
308308`zlib <https://github.com/madler/zlib >`__ hdf5 Compression for HDF5
309309`fastparquet <https://github.com/dask/fastparquet >`__ 2024.2.0 - Parquet reading / writing (pyarrow is default)
310310`pyarrow <https://github.com/apache/arrow >`__ 10.0.1 parquet, feather Parquet, ORC, and feather reading / writing
311+ `PyIceberg <https://py.iceberg.apache.org/ >`__ 0.7.1 iceberg Apache Iceberg reading
311312`pyreadstat <https://github.com/Roche/pyreadstat >`__ 1.2.6 spss SPSS files (.sav) reading
312313`odfpy <https://github.com/eea/odfpy >`__ 1.4.1 excel Open document format (.odf, .ods, .odt) reading / writing
313314====================================================== ================== ================ ==========================================================
@@ -328,10 +329,10 @@ Installable with ``pip install "pandas[fss, aws, gcp]"``
328329============================================ ================== =============== ==========================================================
329330Dependency Minimum Version pip extra Notes
330331============================================ ================== =============== ==========================================================
331- `fsspec <https://github.com/fsspec >`__ 2024.2.0 fss, gcp, aws Handling files aside from simple local and HTTP (required
332+ `fsspec <https://github.com/fsspec >`__ 2023.12.2 fss, gcp, aws Handling files aside from simple local and HTTP (required
332333 dependency of s3fs, gcsfs).
333- `gcsfs <https://github.com/fsspec/gcsfs >`__ 2024.2.0 gcp Google Cloud Storage access
334- `s3fs <https://github.com/fsspec/s3fs >`__ 2024.2.0 aws Amazon S3 access
334+ `gcsfs <https://github.com/fsspec/gcsfs >`__ 2023.12.2 gcp Google Cloud Storage access
335+ `s3fs <https://github.com/fsspec/s3fs >`__ 2023.12.2 aws Amazon S3 access
335336============================================ ================== =============== ==========================================================
336337
337338Clipboard
0 commit comments