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)
- Host: GitHub
- URL: https://github.com/guenthermi/google-play-dataset-import
- Owner: guenthermi
- License: mit
- Created: 2020-01-21T12:44:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T13:06:03.000Z (over 5 years ago)
- Last Synced: 2025-02-01T06:27:04.505Z (3 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```