# DataVisualizationFinalProject **Repository Path**: xujianwei_chacha/data-visualization-final-project ## Basic Information - **Project Name**: DataVisualizationFinalProject - **Description**: 用于数据可视化FinalProject - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-12 - **Last Updated**: 2025-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## File and Directory data: We used web scraping technology to obtain a large amount of raw data from the two websites: https://lpl.qq.com and https://www.scoregg.com. The data includes match information as well as photos of teams, players, and characters, and it is all stored in this folder. esports-vue-csv-multipage: The relevant code of the website Multiple_Get.py: The crawler code can obtain data for multiple seasons from https://lpl.qq.com Single_Get.py: The crawler code can obtain data for one season from https://lpl.qq.com Request_By_URL.py: The crawler code can obtain data for matches from https://www.scoregg.com Transform_Name.py: Change the Chinese names of the characters in the csv file to English to unify the data between the two websites. ## How to run 1 install npm, node.js (command: conda install -c conda-forge nodejs) 2 cd esports-vue-csv-multipage 3 npm run dev 4 click the loacl link