gitextract_q1heeoez/ ├── LICENSE.txt ├── Python数据分析初探结课项目/ │ └── NeteaseCloudMusicDataAnalysis/ │ ├── label_ea_song.py │ ├── music_data/ │ │ ├── music_detail.csv │ │ ├── music_list.csv │ │ └── music_name.csv │ ├── music_detail.py │ ├── music_index.py │ ├── music_wordcloud.py │ ├── netease_cloud_music_data_analysis.py │ ├── top_10_ea_song_collection_distribution.py │ ├── top_10_ea_song_playlists.py │ ├── top_10_ea_song_playlists_distribution.py │ ├── top_10_of_ea_song_collection.py │ ├── top_10_of_ea_song_comment.py │ ├── top_10_song.py │ └── top_10_song_up.py ├── Python数据分析初探项目 基于Python数据可视化的网易云音乐歌单分析系统 大学编程作业(TUST 天津科技大学 2022年).md └── README.md