├── .gitignore ├── README.md └── big_cities_music ├── README.md └── music_project.ipynb /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/* 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yandex-Practicum/practicum_data_example_repo/HEAD/README.md -------------------------------------------------------------------------------- /big_cities_music/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yandex-Practicum/practicum_data_example_repo/HEAD/big_cities_music/README.md -------------------------------------------------------------------------------- /big_cities_music/music_project.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yandex-Practicum/practicum_data_example_repo/HEAD/big_cities_music/music_project.ipynb --------------------------------------------------------------------------------