Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
. I learned how simple commands can load data and transform it into something much more readable. I found that the process of filtering and selecting specific columns gave me more control over what I wanted to analyze, which is something I hadn’t done before at this level. It's pretty cool how I can take a huge amount of data and break it down into meaningful insights so easily with just a few lines of code. This kind of hands-on experience with real data feels much more relevant and exciting than just reading about it in a textbook. However, it also took a lot longer than I thought to sort the data sets because it took me a while to get a hang of it rather than it being just one one-step process.
One of the biggest challenges I faced during this project was dealing with the different data types in the CSV file. I didn’t realize at first that some of the numeric data, like player minutes and points, were being treated as strings, which made it hard to run calculations. I got stuck for a bit trying to figure out why certain operations weren’t working the way I expected. It took me a while to realize that I needed to convert them into numerical values.
This assignment opened my eyes to how these same skills can be applied to real-world data beyond sports. Whether it's analyzing trends in business, healthcare, or even environmental data, the core idea of breaking down a large dataset to find insights stays the same. Data Analysis gives us the opportunity to understand and perform better with datar. For example, in healthcare, this kind of analysis could help track patient outcomes or treatment effectiveness. It’s kind of empowering to think that the skills I’m developing now, like filtering and visualizing data, could be used to make actual, impactful decisions in the future.