Description
If you haven’t already done so.
Pip install matplotlib
• Grab Data from https://en.wikipedia.org/wiki/Grand_Slam_(tennis) • Just the names from the men’s and women’s singles
Create a tennis.db table called tennis with the name and
number_of_wins columns using only Men’s singles and Women’s singles
• Create a visualization using matplotlib
• X = name
• Y = number_of_wins
Reviews
There are no reviews yet.