An open API service indexing awesome lists of open source software.

https://github.com/guenthermi/google-play-dataset-import

Script to import data from a Google Play Store Apps dataset to a PostgreSQL database (Dataset URL: https://www.kaggle.com/lava18/google-play-store-apps)
https://github.com/guenthermi/google-play-dataset-import

Last synced: about 1 month ago
JSON representation

Script to import data from a Google Play Store Apps dataset to a PostgreSQL database (Dataset URL: https://www.kaggle.com/lava18/google-play-store-apps)

Awesome Lists containing this project

README

        

# google-play-dataset-import
This script imports data from a Google Play Store Apps dataset to a PostgreSQL database.

# Run the script

First, you have to change the configuration in `db_config.json` according to your PostgreSQL server.
Afterward, you might need to install some python packages (pandas, psycopg2).
Then you have to download and unzip the dataset from the [Kaggle Website](https://www.kaggle.com/lava18/google-play-store-apps/data).
Finally, you can run the `loader.py` script to import the data.

```
python3 loader.py
```