Welcome to my Data Scientist Portfolio
I am a Data Scientist with a solid background in quantitative methods and statistical analysis, focused on extracting knowledge from data to drive strategic decision-making. I am currently pursuing two master’s degrees at the University of Buenos Aires: Management and Data Analysis in Organizations, and Data Mining, enhancing my skills in data science, advanced analysis, and process automation.
I have experience using industry-standard tools such as Python, R, SQL, Plotly, and Power BI, applying them to develop analytical solutions, automate workflows, and create effective visualizations.
I am passionate about solving complex problems, optimizing processes, and generating value through advanced analysis techniques and clear communication of results. My goal is to transform data into strategic insights to improve efficiency and decision-making within organizations.
The world of basketball has evolved over the years, with more specialized training, players preparing at an earlier age, and an increasingly competitive level of play. Therefore, it is essential for teams and talent scouts to stay aligned with the offensive and defensive trends showcased by the world’s top teams and players. This app will enable users to identify trends changes and analyze players’ performance across different seasons, while also facilitating high-level comparisons and groupings based on their respective statistics.
Web Scraper: Initially, the goal was to gather as much information as possible about NBA players and teams across all seasons. Using and the bs4 module, data was extracted from the official NBA website to collect statistics deemed relevant for building the project’s outputs and models.
Data Storage and Management: To store the data extracted from the website, was used to tabulate the information, enabling better management and manipulation of the data thanks to the comprehensive methods provided by this library. Currently, the extracted data is temporarily stored in
files. However, a database is being designed to enable more professional storage and easier access to the collected information.
Application and Visualization of Data: To create an application accessible to anyone, the Dash module was used. This framework allows the development of robust and scalable web applications, enabling continuous improvements in both aesthetics and performance.
Version Controller: To maintain a changelog and implement a version control system, Git was used through GitHub Desktop. This approach optimizes the application of changes and facilitates code corrections.
Explore more details and the project code in the complete repository.