Python Project: Basketball Stats Tool

Click here to view this project on GitHub.

This script imports data about 18 basketball players, cleans the data, and distributes the players across 3 teams. Each team is balanced- no team has more or less players than the other two. Once the teams are balanced, the user can view any team’s stats.

Skills demonstrated:

  • Cleaning data
  • Iterating through sequences
  • Sequence operations