├── LICENSE ├── README.md ├── Spotify_data_diagram.png ├── get_spotify_audio_features_data_to_bigquery ├── main.py └── requirements.txt └── notebooks ├── SpotifyDataExploPopularity.ipynb └── SpotifyDataRetrieval.ipynb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgel0/spotify-data/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgel0/spotify-data/HEAD/README.md -------------------------------------------------------------------------------- /Spotify_data_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgel0/spotify-data/HEAD/Spotify_data_diagram.png -------------------------------------------------------------------------------- /get_spotify_audio_features_data_to_bigquery/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgel0/spotify-data/HEAD/get_spotify_audio_features_data_to_bigquery/main.py -------------------------------------------------------------------------------- /get_spotify_audio_features_data_to_bigquery/requirements.txt: -------------------------------------------------------------------------------- 1 | spotipy 2 | google-cloud-bigquery -------------------------------------------------------------------------------- /notebooks/SpotifyDataExploPopularity.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgel0/spotify-data/HEAD/notebooks/SpotifyDataExploPopularity.ipynb -------------------------------------------------------------------------------- /notebooks/SpotifyDataRetrieval.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tgel0/spotify-data/HEAD/notebooks/SpotifyDataRetrieval.ipynb --------------------------------------------------------------------------------