Skip to content

This repository contains the projects that I made in the Python programming language.

Notifications You must be signed in to change notification settings

madhurimarawat/Python-Projects

Repository files navigation

Python-Projects

This repository contains the projects that I made in the Python programming language.

Python Illustration

About Python Programming

--> Python is a high-level, general-purpose, and very popular programming language.

--> Python programming language (latest Python 3) is being used in web development, Machine Learning applications, along with all cutting-edge technology in Software Industry.

--> Python is available across widely used platforms like Windows, Linux, and macOS.

--> The biggest strength of Python is huge collection of standard library.


Mode of Execution Used Google Colab

--> Colaboratory, or “Colab” for short, is a product from Google Research which allows anybody to write and execute python code in Jupyter notebook through the browser.

--> Visit colab at:  Google Colab

--> Create account using google account.

--> Once account creation is done, we can directly start coding in colab.

--> It supports Python and R.

--> Files are directly saved in Google Drive.

--> To install python library this command is used-

pip install library_name 

About Projects

Complete Description about the project and resources used.



1. Data Visualization Automobile Dataset

--> Data Visualization is the presentation of data in pictorial format.

--> Target was to see which automobile gives the most features and variations using data visualization.
--> In this project visualization of CSV file containing data of automobiles is done in python.

--> Data visualization is done to analyze which body-style of car gives the most features.

--> Patterns found in the analysis are listed.

Dataset Used

Automobile Dataset

--> Dataset is taken from: 🔗Automobile Dataset

--> This contains data about various automobile in Comma Separated Value (CSV) format.

--> CSV file contains the details of automobile-mileage,length,body-style among other attributes.

--> It contains the following dimensions-[60 rows X 6 columns].

--> The csv file is already preprocessed ,thus their is no need for data cleaning.


2. Data Visualization Nba Dataset

--> Data Visualization is the presentation of data in pictorial format.

--> Target was to see the features and variations of this dataset and the best data visualization technique for this dataset.

--> In this project visualization of CSV file containing data of new york taxi trip is done in python.

--> Data analysis is done to decide suitable data visulization technique.

--> Finally Data Visualization is done to represent the analysis in an understandable way.

Dataset Used

NBA Players Dataset

--> Dataset is taken from: NBA Dataset

--> This contains data about various NBA Players in Comma Separated Value (CSV) format.

--> CSV file contains the details of players-height,weight,team,position among other attributes.

--> It contains the following dimensions-[457 rows X 9 columns].

--> The csv file is already preprocessed ,thus their is no need for data cleaning.


3. Rock, Paper, Scissors Unleashed

--> This Contains a simple and interactive implementation of rock, paper and scissors game.

--> Color code and emojis are also added.


4. Image Background Remover

--> This contains a simple scratch implementation of background remover in python.

--> Using this we can detect face from images and remove background.


5. Big Data Analytics New York Taxi Dataset

--> Data Visualization is the presentation of data in pictorial format.

--> Data Cleaning and Visualization is done for this dataset.

Dataset Used

New York Taxi Trip Dataset Dataset

Dataset is taken from: 🔗NBA Dataset


6. Google App Store Exploratory Data Analysis (EDA)

--> Data Visualization is the presentation of data in pictorial format.

--> Data Cleaning and Visualization is done for this dataset.

--> This Project contains code for EDA and Data Visualization of Google App store data.

--> All findings are summarized, code is also explained.

--> At the end of this project, I have explained all findings in brief.

--> After all graphs explanation is also given to understand the results.


Libraries Used

Short Description about all libraries used in Project.

  • Pandas (Panel Data/ Python Data Analysis) - This library is mostly used for analyzing, cleaning, exploring, and manipulating data.
  • Matplotlib - It is a data visualization and graphical plotting library.
  • Seaborn - It is an extension of Matplotlib library used to create more attractive and informative statistical graphics.

Thanks for Visiting 😄

Drop a 🌟 if you find this repository useful.

If you have any doubts or suggestions, feel free to reach me.

📫 How to reach me:   Linkedin Badge     Mail Illustration📫

Releases

No releases published

Packages

No packages published