Skip to content

Commit 3410d31

Browse files
authored
Merge pull request #282138 from fbsolo-ms1/update-open-datasets-files
Freshness update for samples.md . . .
2 parents f9a5570 + 031bcd6 commit 3410d31

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/open-datasets/samples.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ ms.service: open-datasets
55
ms.topic: sample
66
author: fbsolo-ms1
77
ms.author: franksolomon
8-
ms.date: 05/06/2020
8+
ms.date: 07/29/2024
99
---
1010

1111
# Example Jupyter notebooks show how to enrich data with Open Datasets
12-
The example Jupyter notebooks for Azure Open Datasets show you how to load open datasets and use them to enrich demo data. Techniques include use of Apache Spark and Pandas to process data.
12+
The example Jupyter notebooks for Azure Open Datasets explain how to load open datasets, and use them to enrich demo data. The techniques include use of Apache Spark and Pandas to process data.
1313

14-
>[!IMPORTANT]
15-
>When working in a non-Spark environment, Open Datasets allows downloading only one month of data at a time with certain classes in order to avoid MemoryError with large datasets.
14+
> [!IMPORTANT]
15+
> When working in a non-Spark environment, Open Datasets allows downloads of only one month of data at a time with certain classes, to avoid MemoryError problems with large datasets.
1616
1717
## Load NOAA Integrated Surface Database (ISD) data
1818
|Notebook | Description |
@@ -23,14 +23,14 @@ The example Jupyter notebooks for Azure Open Datasets show you how to load open
2323
## Join demo data with NOAA ISD data
2424
|Notebook | Description |
2525
|----------------|------------------------------------------------|
26-
|[Join demo data with weather data - Pandas](https://github.com/Azure/OpenDatasetsNotebooks/blob/master/tutorials/data-join/02-weather-join-in-pandas.ipynb) | Join a 1-month demo dataset of sensor locations with weather readings in a Pandas dataframe. |
26+
|[Join demo data with weather data - Pandas](https://github.com/Azure/OpenDatasetsNotebooks/blob/master/tutorials/data-join/02-weather-join-in-pandas.ipynb) | Join a one-month demo dataset of sensor locations with weather readings in a Pandas dataframe. |
2727
|[Join demo data with weather data – Spark](https://github.com/Azure/OpenDatasetsNotebooks/blob/master/tutorials/data-join/01-weather-join-in-spark.ipynb) | Join a demo dataset of sensor locations with weather readings in a Spark dataframe. |
2828

2929
## Join NYC taxi data with NOAA ISD data
3030
|Notebook | Description |
3131
|----------------|------------------------------------------------|
32-
|[Taxi trip data enriched with weather data - Pandas](https://github.com/Azure/OpenDatasetsNotebooks/blob/master/tutorials/data-join/04-nyc-taxi-join-weather-in-pandas.ipynb) | Load NYC green taxi data (over 1 month) and enrich it with weather data in a Pandas dataframe. This example overrides the method `get_pandas_limit` and balances data load performance with the amount of data.|
33-
|[Taxi trip data enriched with weather data – Spark](https://github.com/Azure/OpenDatasetsNotebooks/blob/master/tutorials/data-join/03-nyc-taxi-join-weather-in-spark.ipynb) | Load NYC green taxi data and enrich it with weather data, in Spark dataframe. |
32+
|[Taxi trip data enriched with weather data - Pandas](https://github.com/Azure/OpenDatasetsNotebooks/blob/master/tutorials/data-join/04-nyc-taxi-join-weather-in-pandas.ipynb) | Load NYC green taxi data (over one month) and enrich it with weather data in a Pandas dataframe. This example overrides the method `get_pandas_limit` and balances data load performance with the amount of data.|
33+
|[Taxi trip data enriched with weather data – Spark](https://github.com/Azure/OpenDatasetsNotebooks/blob/master/tutorials/data-join/03-nyc-taxi-join-weather-in-spark.ipynb) | Load NYC green taxi data, and enrich it with weather data, in Spark dataframe. |
3434

3535
## Next steps
3636

0 commit comments

Comments
 (0)