You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/open-datasets/dataset-boston-safety.md
+17-33Lines changed: 17 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,39 +4,36 @@ description: Learn how to use the Boston Safety Data dataset in Azure Open Datas
4
4
ms.service: open-datasets
5
5
ms.custom: devx-track-python
6
6
ms.topic: sample
7
-
ms.date: 04/16/2021
7
+
ms.reviewer: franksolomon
8
+
ms.date: 06/13/2024
8
9
---
9
10
10
11
# Boston Safety Data
11
12
12
-
311 calls reported to the city of Boston.
13
-
14
-
Refer to this link to learn more about [BOS:311](https://www.cityofboston.gov/311/).
13
+
Boston 311 call data covers 311 nonemergency calls made to the Boston 311 call system. For more information, visit the [BOS:311](https://www.cityofboston.gov/311/) resource.
This dataset is stored in Parquet format. It is updated daily, and contains about 100-K rows (10 MB) in total as of 2019.
21
-
22
-
This dataset contains historical records accumulated from 2011 to the present. You can use parameter settings in our SDK to fetch data within a specific time range.
19
+
This dataset is stored in Parquet format. Starting in 2011, Boston provides its 311 data in different files, one file resource for each different year. The data is updated daily. The 2023 dataset contains about receives daily updates, and it contains about 313-K rows (179 MB) in total as of 2019. You can use parameter settings in our SDK to fetch data within a specific time range.
23
20
24
21
## Storage location
25
22
26
-
This dataset is stored in the East US Azure region. Allocating compute resources in East US is recommended for affinity.
23
+
This dataset is stored in the East US Azure region. For affinity, we recommend allocation of compute resources in the East US region.
27
24
28
25
## Additional information
29
26
30
-
This dataset is sourced from city of Boston government. For more information, see [Boston's dataset site](https://data.boston.gov/dataset/311-service-requests). For dataset licensing, see [Open Data Commons Public Domain Dedication and License (ODC PDDL)](http://opendefinition.org/licenses/odc-pddl/).
27
+
This dataset is sourced from the government of the City of Boston. For more information, visit the [Boston dataset site](https://data.boston.gov/dataset/311-service-requests). For dataset licensing information, visit the [Open Data Commons Public Domain Dedication and License (ODC PDDL)](http://opendefinition.org/licenses/odc-pddl/) resource.
31
28
32
29
## Columns
33
30
34
31
| Name | Data type | Unique | Values (sample) | Description |
35
32
|-|-|-|-|-|
36
33
| address | string | 140,612 |\"\" 1 City Hall Plz Boston MA 02108 | Location. |
37
34
| category | string | 54 | Street Cleaning Sanitation | Reason of the service request. |
38
-
| dataSubtype | string | 1 | 311_All |“311_All”|
39
-
| dataType | string | 1 | Safety |“Safety”|
35
+
| dataSubtype | string | 1 | 311_All |"311_All"|
36
+
| dataType | string | 1 | Safety |"Safety"|
40
37
| dateTime | timestamp | 1,529,075 | 2015-07-23 10:51:00 2015-07-23 10:47:00 | Open date and time of the service request. |
41
38
| latitude | double | 1,622 | 42.3594 42.3603 | This is the latitude value. Lines of latitude are parallel to the equator. |
42
39
| longitude | double | 1,806 | -71.0587 -71.0583 | This is the longitude value. Lines of longitude run perpendicular to lines of latitude, and all pass through both poles. |
@@ -57,15 +54,12 @@ This dataset is sourced from city of Boston government. For more information, se
57
54
| Safety | 311_All | 4/27/2021 11:05:00 PM | Enforcement & Abandoned Vehicles | Parking Enforcement | Open | 1 Nassau St Boston MA 02111 | 42.3486 | -71.0629 | Constituent Call ||
58
55
| Safety | 311_All | 4/27/2021 11:00:55 PM | Code Enforcement | Poor Conditions of Property | Open | 17 Mercer St South Boston MA 02127 | 42.3332 | -71.0492 | Citizens Connect App ||
# You need to pip install azureml-opendatasets in Databricks cluster. https://learn.microsoft.com/azure/data-explorer/connect-from-databricks#install-the-python-library-on-your-azure-databricks-cluster
162
+
# You need to pip install azureml-opendatasets in a Databricks cluster. https://learn.microsoft.com/azure/data-explorer/connect-from-databricks#install-the-python-library-on-your-azure-databricks-cluster
0 commit comments