✅ **Day 25 of 100 — U.S. States Quiz + CSV with Pandas 🗺️📊 Today’s project was an interactive U.S. States quiz using Python’s pandas library. I learned how to: - Read state data from a .csv file using pandas - Display states on a map as the user guesses correctly - Track and update the score in real time When I got stuck on validating user guesses, I found a 3-year-old Stack Overflow question by “joeca” asking for help with similar logic. Studying their approach helped me structure my own solution—with adjustments for scoring, input handling, and real-time feedback. Found a small bug to fix: if a state is guessed twice, it currently adds to the score again. I’ll refine that later, but overall, it was a rewarding dive into data handling + interactive learning tools. Another day of learning, adapting, and problem-solving! 👨💻 #python #100DaysOfCode #StackOverflow

To view or add a comment, sign in

Explore content categories