irynapast commited on
Commit
dc49dce
1 Parent(s): bbd3567

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -40
README.md CHANGED
@@ -1,38 +1,40 @@
1
- ---
2
- license: mit
3
- tags:
4
- - Software Analysis
5
- pretty_name: Mac App Store Applications Metadata
6
- size_categories:
7
- - 10K<n<100K
8
- language:
9
- - en
10
- - de
11
- ---
12
 
13
  # Dataset Card for Macappstore Applications Metadata
14
 
15
  <!-- Provide a quick summary of the dataset. -->
16
  Mac App Store Applications Metadata sourced by the public API.
17
 
 
 
 
 
 
 
 
18
  ## Dataset Details
19
 
20
  This data aims to cover our internal company research needs and start collecting and sharing the macOS app dataset since we have yet to find a suitable existing one.
 
21
 
22
- Full application metadata for over 87,000 samples was sourced by the public iTunes search API for the US, Germany, and Ukraine between December 2023 and January 2024.
23
 
24
- For the convenience of further analysis, we present the data as three separate datasets: metadata, release notes, and descriptions.
25
 
26
  ### Dataset Description
27
 
28
  <!-- Provide a longer summary of what this dataset is. -->
29
 
30
- - **Curated by:** [MacPaw Inc.](https://huggingface.co/MacPaw)
31
- <!---- **Funded by [optional]:** [More Information Needed] -->
32
- <!--- **Shared by [optional]:** [MacPaw Inc.](https://huggingface.co/MacPaw) -->
33
- - **Language(s) (NLP):** Mostly EN, DE
34
- - **License:** [More Information Needed]
35
-
36
  <!-- ### Dataset Sources [optional]
37
 
38
  <!-- Provide the basic links for the dataset. -->
@@ -64,28 +66,10 @@ For the convenience of further analysis, we present the data as three separate d
64
  [More Information Needed]
65
  -->
66
 
67
- ## Dataset Structure
68
 
69
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
70
- For the convenience of further analysis, we present the data as three separate datasets.
71
-
72
- **Metadata Dataset**
73
-
74
- The data is provided in its original form without any additional cleaning or transformations. It is organized into 43 columns ranging from such essential details as app names, descriptions, and genres, along with release and version information, user ratings, and asset links.
75
- All the data is grouped by the country API and is presented in the corresponding CSV files: `metadata-US.csv`, `metadata-DE.csv`, and `metadata-UA.csv`.
76
-
77
- **Release Notes Dataset**
78
-
79
- This dataset is a combined and refined subset of a metadata dataset. The main idea behind its creation is to separate the release notes text of the macOS apps for further analysis.
80
-
81
- Key fields related to release notes were selected, and entries were additionally classified by language using the [langdetect](https://pypi.org/project/langdetect/) library. The relevant fields include the app name, release date, current version release date, language, and the release notes themselves. The dataset primarily focuses on the release notes texts, so was additionally deduplicated by this attribute, resulting in over 24,000 apps.
82
- The dominant languages are English (75%) and German (13%); the others have less than 600 entries (3%). The data is organized in a single CSV file: `release-notes.csv`.
83
-
84
- **Descriptions Dataset**
85
-
86
- By analogy with the Release Notes dataset, we also formed a separate one from the metadata dataset with app descriptions. The corresponding fields were selected, and each record was additionally assigned with the description language detected by the [langdetect](https://pypi.org/project/langdetect/) library so that the dataset is organized into five columns, including app name, bundle id, id, language, and description text.
87
-
88
- In the final step, the descriptions were deduplicated, resulting in almost 39,000 unique records. The prevalent language is English (78%), followed by German (16%); the rest are less than 2%. The data is organized in a single CSV file: `descriptions.csv`.
89
 
90
  <!--## Dataset Creation
91
 
@@ -105,7 +89,14 @@ In the final step, the descriptions were deduplicated, resulting in almost 39,00
105
 
106
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
107
 
108
- [More Information Needed]
 
 
 
 
 
 
 
109
 
110
  <!--
111
  #### Who are the source data producers?
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - Software Analysis
5
+ pretty_name: Mac App Store Applications Metadata
6
+ size_categories:
7
+ - 10K<n<100K
8
+ language:
9
+ - en
10
+ - de
11
+ ---
12
 
13
  # Dataset Card for Macappstore Applications Metadata
14
 
15
  <!-- Provide a quick summary of the dataset. -->
16
  Mac App Store Applications Metadata sourced by the public API.
17
 
18
+
19
+ - **Curated by:** [MacPaw Inc.](https://huggingface.co/MacPaw)
20
+ <!---- **Funded by [optional]:** [More Information Needed] -->
21
+ <!--- **Shared by [optional]:** [MacPaw Inc.](https://huggingface.co/MacPaw) -->
22
+ - **Language(s) (NLP):** Mostly EN, DE
23
+ - **License:** [More Information Needed]
24
+
25
  ## Dataset Details
26
 
27
  This data aims to cover our internal company research needs and start collecting and sharing the macOS app dataset since we have yet to find a suitable existing one.
28
+ Full application metadata was sourced by the public iTunes search API for the US, Germany, and Ukraine between December 2023 and January 2024.
29
 
30
+ The data is organized into 43 columns ranging from such essential details as app names, descriptions, and genres, along with release and version information, user ratings, and asset links.
31
 
32
+ <!--For the convenience of further analysis, we present the data as three separate datasets: metadata, release notes, and descriptions.
33
 
34
  ### Dataset Description
35
 
36
  <!-- Provide a longer summary of what this dataset is. -->
37
 
 
 
 
 
 
 
38
  <!-- ### Dataset Sources [optional]
39
 
40
  <!-- Provide the basic links for the dataset. -->
 
66
  [More Information Needed]
67
  -->
68
 
69
+ <!--## Dataset Structure
70
 
71
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
72
+ <!--For the convenience of further analysis, we present the data as three separate datasets. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
  <!--## Dataset Creation
75
 
 
89
 
90
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
91
 
92
+ The data was fetched by querying the iTunes Search API with
93
+ the request:
94
+
95
+ `https://itunes.apple.com/search?term={term} &country={country}&entity={entity}&genreId=genre &limit={limit}&offset={offset}},`
96
+
97
+ where the `term` parameter was selected in a way that maximized app types and skipped games; `country` and `offset` had to be specified to avoid the API limitations.
98
+
99
+ The data is provided in its original form without any additional cleaning or transformations. It contains over 87,000 samples and is grouped by the country API and is presented in the corresponding CSV files: `metadata-US.csv`, `metadata-DE.csv`, and `metadata-UA.csv`.
100
 
101
  <!--
102
  #### Who are the source data producers?