PinnedHow to Conduct a Sentiment Analysis on IMDB ReviewsProject Overview The aim of this project is to practice data analysis on a large dataset. IMDB user reviews comprises of natural language and by using Python libraries I aim to clean, format and analyze the data to identify the general sentiment conv...Oct 1, 2024·5 min read
Analyzing Formula 1 Team Performance with SQL and Python: Part 3Key Findings Following are the key findings of this data analysis, Since 2000 to 2024, Ferrari, Red Bull and Mercedes have emerged as the most dominant constructors based on wins and number of points. Red Bull has maintained dominance in the last 4...Feb 28, 2025·2 min read
Analyzing Formula 1 Team Performance with SQL and Python: Part 2Data Visualization Top 5 constructors by wins Top 5 drivers by wins Ferrari performance over the years McLaren performance over the years Top constructor nationalities by winsFeb 28, 2025·1 min read
Analyzing Formula 1 Team Performance with SQL and Python: Part 1Formula 1 (F1) is widely regarded as the pinnacle of motorsport, blending cutting-edge technology, precision engineering, and strategic decision-making. Beyond the roaring engines and high-speed overtakes, data plays a crucial role in shaping the spo...Feb 28, 2025·5 min read
Exploring NASA's Meteorite Landing Dataset: Part 3Generating Insights The analysis of meteorites is done based on several factors, but the mass of a meteorite plays a significant role in the studying of meteorites. Based on the recorded mass data in the dataset, the meteorites were categorized as sm...Feb 24, 2025·5 min read
Exploring NASA's Meteorite Landing Dataset: Part 2Exploratory Data Analysis of NASA Meteorite Landing Data The aim of this study is to use SQL and Python to analyze a large dataset and derive key insights and patterns in the data. Firstly, the environment for data analysis was setup with the followi...Feb 23, 2025·2 min read
Exploring NASA's Meteorite Landing Dataset: Part 1Introduction Background Meteorites, Meteors, meteoroids or as we call it, shooting stars are all terms that we’ve heard and often used interchangeably. We love to watch the bright light streaks on the night sky travelling at a remarkable speed, you w...Feb 23, 2025·6 min read