Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
app_reviews / dataset_infos.json
albertvillanova's picture
Convert dataset to Parquet
080ce36
raw
history blame
1.85 kB
{
"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",
"_type": "Value"
},
"review": {
"dtype": "string",
"_type": "Value"
},
"date": {
"dtype": "string",
"_type": "Value"
},
"star": {
"dtype": "int8",
"_type": "Value"
}
},
"builder_name": "parquet",
"dataset_name": "app_reviews",
"config_name": "default",
"version": {
"version_str": "0.0.0",
"major": 0,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 32768731,
"num_examples": 288065,
"dataset_name": null
}
},
"download_size": 13207727,
"dataset_size": 32768731,
"size_in_bytes": 45976458
}
}