Skip to content

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)

License

Notifications You must be signed in to change notification settings

guenthermi/google-play-dataset-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Finally, you can run the loader.py script to import the data.

python3 loader.py <path/to/your/dataset/folder>

About

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages