Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
foursquarelabsadmin commited on
Commit
cb6e9a8
·
verified ·
1 Parent(s): cfc4d5b

Update README.md

Browse files

change instruction to point to 2025-01-10

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -17,15 +17,15 @@ In order to access Foursquare's Open Source Places data, it is recommended to us
17
 
18
  - For Spark 3, you can use the `read_parquet` helper function from the [HF Spark documentation](https://huggingface.co/docs/hub/datasets-spark). It provides an easy API to load a Spark Dataframe from Hugging Face, without having to download the full dataset locally:
19
  ```python
20
- places = read_parquet("hf://datasets/foursquare/fsq-os-places/release/dt=*/places/parquet/*.parquet")
21
  ```
22
  - For Spark 4, there will be an official Hugging Face Spark data source available.
23
 
24
  Alternatively you can download the following files to your local disk or cluster:
25
 
26
  - Parquet Files:
27
- - **Places** - [release/dt=2024-12-03/places/parquet](https://huggingface.co/datasets/foursquare/fsq-os-places/tree/main/release/dt%3D2024-12-03/places/parquet)
28
- - **Categories** - [release/dt=2024-12-03/categories/parquet](https://huggingface.co/datasets/foursquare/fsq-os-places/tree/main/release/dt%3D2024-12-03/categories/parquet)
29
 
30
  Hugging Face provides the following [download options](https://huggingface.co/docs/hub/datasets-downloading).
31
 
 
17
 
18
  - For Spark 3, you can use the `read_parquet` helper function from the [HF Spark documentation](https://huggingface.co/docs/hub/datasets-spark). It provides an easy API to load a Spark Dataframe from Hugging Face, without having to download the full dataset locally:
19
  ```python
20
+ places = read_parquet("hf://datasets/foursquare/fsq-os-places/release/dt=2025-01-10/places/parquet/*.parquet")
21
  ```
22
  - For Spark 4, there will be an official Hugging Face Spark data source available.
23
 
24
  Alternatively you can download the following files to your local disk or cluster:
25
 
26
  - Parquet Files:
27
+ - **Places** - [release/dt=2025-01-10/places/parquet](https://huggingface.co/datasets/foursquare/fsq-os-places/tree/main/release/dt%3D2025-01-10/places/parquet)
28
+ - **Categories** - [release/dt=2025-01-10/categories/parquet](https://huggingface.co/datasets/foursquare/fsq-os-places/tree/main/release/dt%3D2025-01-10/categories/parquet)
29
 
30
  Hugging Face provides the following [download options](https://huggingface.co/docs/hub/datasets-downloading).
31