Cover
Profile Image

Erby Jr

Grade 6 | Points: 63460 | Rank: 41

Hobby: Eat, sleep, play, WATCH

Share profile

Classes completed

392

Quizzes submitted

340

Projects submitted

369

Hackathons

Codingal

Summer Clash

Hosted by: Codingal

BIT Mesra's E-SUMMIT'22

BIT Mesra Junior Hackathon

Hosted by: BIT Mesra's E-SUMMIT'22

View more

Activities

Capstone Project

In this Capstone project, you will differentiate penguins based on their different characteristics using Python visualization libraries like Numpy, Pandas, Matplotlib, and Seaborn

Restaurant Bill Explorer

In this activity you will load a real restaurant tipping dataset and use five types of Seaborn charts to explore the data — bar plots, count plots, box plots, strip plots, swarm plots, joint plots, a pair plot, point plots, and an lmplot. All charts are created from the same built-in dataset with no CSV file needed.

World Animals Explorer

You will build a World Animals Explorer using Seaborn’s built-in penguins dataset. They will clean and inspect the data, create histograms, KDE plots, scatter plots, and heatmaps, and use these visualisations to explore penguin body measurements, species differences, and relationships between variables.

My Score Tracker

You will build a Python programme that draws two charts of quiz scores across a school week — Monday to Friday. Working through six parts, you will import matplotlib, plot the raw data, add a title and axis labels, turn on gridlines, fix the y-axis range, style the line with a colour, dot markers, and a dashed line, and then draw the same data as a bar chart. By the end you will have two complete, polished charts — a line graph and a bar chart — showing everything you learned in one programme.

My Score Tracker

You will build a Python programme that draws two charts of quiz scores across a school week — Monday to Friday. Working through six parts, you will import matplotlib, plot the raw data, add a title and axis labels, turn on gridlines, fix the y-axis range, style the line with a colour, dot markers, and a dashed line, and then draw the same data as a bar chart. By the end you will have two complete, polished charts — a line graph and a bar chart — showing everything you learned in one programme.

Gaming Leaderboard Analyser

A Python program called game-stats-analyser.py that loads and explores a gaming leaderboard dataset. PART 1 creates a Pandas Series of top player scores with custom player-name labels. PART 2 builds a DataFrame of five players with columns Player, Level, Score, and Wins. PART 3 accesses individual rows using df.loc[]. PART 4 loads leaderboard.csv, then calls head(), tail(), and info() to inspect it. PART 5 cleans the CSV data using dropna() and fillna().

View more

Projects

Restaurant Customer Insights Explorer

In this assignment, you will build a Restaurant Customer Insights Explorer using Python, Seaborn, and Matplotlib. You will use several advanced chart types to compare customer bills, tips, days, genders, and party sizes from the built-in tips dataset.

Capstone Project

Students have to perform various operations on the given dataset using basic libraries used in Data Science - Numpy, Pandas, Seaborn, and Matplotlib.

Space Mission Data Explorer

In this assignment, you will build a Space Mission Data Explorer using Seaborn and Matplotlib. You will load the built-in planets dataset, inspect the data, and create charts to explore planet discovery and orbital information.

My Savings Progress Chart

In this assignment, you will build a Savings Progress Chart using Matplotlib. You will plot weekly savings as a line graph, add labels and a title, customise the line, and compare the same data using a bar chart.

Student Marks Analyser

In this assignment, you will build a Student Marks Analyser using Pandas. You will create a labelled Series, build a DataFrame table, save and read a CSV file, view rows, inspect data information, and clean missing values. You will also calculate total and average marks to understand how Pandas helps you work with data quickly.

Operations using Numpy

Students have to perform different operations on an array using NumPy

View more