Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
080ce36
1 Parent(s): 0ca2627

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -18,7 +18,6 @@ task_categories:
18
  task_ids:
19
  - text-scoring
20
  - sentiment-scoring
21
- paperswithcode_id: null
22
  pretty_name: AppReviews
23
  dataset_info:
24
  features:
@@ -32,10 +31,15 @@ dataset_info:
32
  dtype: int8
33
  splits:
34
  - name: train
35
- num_bytes: 32769079
36
  num_examples: 288065
37
- download_size: 42592679
38
- dataset_size: 32769079
 
 
 
 
 
39
  ---
40
 
41
  # Dataset Card for [Dataset Name]
 
18
  task_ids:
19
  - text-scoring
20
  - sentiment-scoring
 
21
  pretty_name: AppReviews
22
  dataset_info:
23
  features:
 
31
  dtype: int8
32
  splits:
33
  - name: train
34
+ num_bytes: 32768731
35
  num_examples: 288065
36
+ download_size: 13207727
37
+ dataset_size: 32768731
38
+ configs:
39
+ - config_name: default
40
+ data_files:
41
+ - split: train
42
+ path: data/train-*
43
  ---
44
 
45
  # Dataset Card for [Dataset Name]
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ae86405b99fcf2b153f9a0d1a80e8f1ee6be30eade64d1e72958a3fa03369c
3
+ size 13207727
dataset_infos.json CHANGED
@@ -1 +1,46 @@
1
- {"default": {"description": "It is a large dataset of Android applications belonging to 23 differentapps categories, which provides an overview of the types of feedback users report on the apps and documents the evolution of the related code metrics. The dataset contains about 395 applications of the F-Droid repository, including around 600 versions, 280,000 user reviews (extracted with specific text mining approaches)\n", "citation": "@InProceedings{Zurich Open Repository and\nArchive:dataset,\ntitle = {Software Applications User Reviews},\nauthors={Grano, Giovanni; Di Sorbo, Andrea; Mercaldo, Francesco; Visaggio, Corrado A; Canfora, Gerardo;\nPanichella, Sebastiano},\nyear={2017}\n}\n", "homepage": "https://giograno.me/assets/pdf/workshop/wama17.pdf", "license": "", "features": {"package_name": {"dtype": "string", "id": null, "_type": "Value"}, "review": {"dtype": "string", "id": null, "_type": "Value"}, "date": {"dtype": "string", "id": null, "_type": "Value"}, "star": {"dtype": "int8", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "app_reviews", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32769079, "num_examples": 288065, "dataset_name": "app_reviews"}}, "download_checksums": {"https://raw.githubusercontent.com/sealuzh/user_quality/master/csv_files/reviews.csv": {"num_bytes": 42592679, "checksum": "6fdb54a7b17f4c886a9ef72dfa7380c7ead2cb2c0b416df9e152f9b48e53caf9"}}, "download_size": 42592679, "post_processing_size": null, "dataset_size": 32769079, "size_in_bytes": 75361758}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "It is a large dataset of Android applications belonging to 23 differentapps categories, which provides an overview of the types of feedback users report on the apps and documents the evolution of the related code metrics. The dataset contains about 395 applications of the F-Droid repository, including around 600 versions, 280,000 user reviews (extracted with specific text mining approaches)\n",
4
+ "citation": "@InProceedings{Zurich Open Repository and\nArchive:dataset,\ntitle = {Software Applications User Reviews},\nauthors={Grano, Giovanni; Di Sorbo, Andrea; Mercaldo, Francesco; Visaggio, Corrado A; Canfora, Gerardo;\nPanichella, Sebastiano},\nyear={2017}\n}\n",
5
+ "homepage": "https://giograno.me/assets/pdf/workshop/wama17.pdf",
6
+ "license": "",
7
+ "features": {
8
+ "package_name": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "review": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "date": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "star": {
21
+ "dtype": "int8",
22
+ "_type": "Value"
23
+ }
24
+ },
25
+ "builder_name": "parquet",
26
+ "dataset_name": "app_reviews",
27
+ "config_name": "default",
28
+ "version": {
29
+ "version_str": "0.0.0",
30
+ "major": 0,
31
+ "minor": 0,
32
+ "patch": 0
33
+ },
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 32768731,
38
+ "num_examples": 288065,
39
+ "dataset_name": null
40
+ }
41
+ },
42
+ "download_size": 13207727,
43
+ "dataset_size": 32768731,
44
+ "size_in_bytes": 45976458
45
+ }
46
+ }