@@ -324,16 +324,17 @@ Dependency Minimum Version pip ex
324324Access data in the cloud
325325^^^^^^^^^^^^^^^^^^^^^^^^
326326
327- Installable with ``pip install "pandas[fss, aws, gcp]" ``
328-
329- ============================================ ================== =============== ==========================================================
330- Dependency Minimum Version pip extra Notes
331- ============================================ ================== =============== ==========================================================
332- `fsspec <https://github.com/fsspec >`__ 2022.11.0 fss, gcp, aws Handling files aside from simple local and HTTP (required
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
336- ============================================ ================== =============== ==========================================================
327+ Installable with ``pip install "pandas[fss, aws, gcp, hf]" ``
328+
329+ ===================================================================== ================== =============== ==========================================================
330+ Dependency Minimum Version pip extra Notes
331+ ===================================================================== ================== =============== ==========================================================
332+ `fsspec <https://github.com/fsspec >`__ 2022.11.0 fss, gcp, aws Handling files aside from simple local and HTTP (required
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
336+ `huggingface-hub <https://github.com/huggingface/huggingface_hub >`__ 0.27.0 hf Hugging Face Hub access
337+ ===================================================================== ================== =============== ==========================================================
337338
338339Clipboard
339340^^^^^^^^^
0 commit comments