Skip to content

sakan811/Tekken-8-Jun-Kazama-Data-Analysis-Showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tekken 8 Jun Kazama Data Analysis Showcase

Showcase visualizations of Jun Kazama data in Tekken 8.

Status

🎉 Project Completed 🎉

CodeQL

Python application

Project Details

Focus primarily on Jun Kazama from Tekken 8.

Some move variations were excluded.

Jun Kazama data is based on https://rbnorway.org/jun-t8-frames/.

Visualizations

Power BI

Instagram

Facebook

Disclaimers

Moves with multiple hits had their frame averaged.

Codebase Details

To scrape Jun Kazama data

  • Go to main.py
  • Specify the SQLite database name if needed
    sqlite_db = 'jun_kazama.db' # can be specified  
    
  • Run the script

jun_kazama_scraper.py

transform_data.py

  • Clean data in the DataFrame

migrate_to_sqlite.py

  • Migrate the DataFrame to SQLite database
    • Create SQLite database named jun_kazama.db
      • Database name can be specified in main.py