@@ -324,17 +324,16 @@ Dependency Minimum Version pip ex
324
324
Access data in the cloud
325
325
^^^^^^^^^^^^^^^^^^^^^^^^
326
326
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
- ===================================================================== ================== =============== ==========================================================
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
+ ============================================ ================== =============== ==========================================================
338
337
339
338
Clipboard
340
339
^^^^^^^^^
0 commit comments