An open API service indexing awesome lists of open source software.

https://github.com/rkschroeder/datapractice

A collection of non-guided projects for practicing SQL and Python.
https://github.com/rkschroeder/datapractice

jupyter-notebook matplotlib pandas seaborn sklearn sql

Last synced: 2 months ago
JSON representation

A collection of non-guided projects for practicing SQL and Python.

Awesome Lists containing this project

README

          

This repository contains various projects related to data analysis and data science.
The projects span different domains such as mental health, sales data analysis, and more.
Each project is contained in its own directory with its respective code, data, and documentation.

For each project, I created a virtual environment using Conda (via Miniconda). The library versions vary by project and are specified in the corresponding requirements.txt file.

## Project1: Motorcycle Sales Analysis

This project analyzes sales data from a motorcycle parts. It includes creating a database, data retrieving and creating visualizations
to answer business questions.

Key files:
- `Project1/Project1_Motorcycle_Sales.ipynb` - Jupyter notebook for analysis
- `Project1/sales_data.sqlite` - SQLite database containing sales data

Tools:
- SQL, Python (matploblib, pandas,seaborn)

## Project2: Mental Health Data Analysis

This project analyzes mental health issues in the IT sector. It includes data cleaning, data analysis and visualizations.

Key files:
- `Project2/Project2_Mental_Health_IT.ipynb` - Jupyter notebook for analysis
- `Project2/mental_health.sqlite` - SQLite database containing mental health data

Tools:
- Python (matploblib, pandas,seaborn)

## Project3: Prediction of the State of Charge of Batteries in Electric Vehicles

This project aims to predict the state of charge of batteries using real measurements. It includes data analysis, feature engineering, and machine learning to develop prediction models.

Key files:
- `Project3/Overview.xsls` - Data
- `Project3/Project3_Prediction.ipynb`- Jupyter notebook for data analysis and machine learning

Tools:
- Python (matploblib, pandas,seaborn, sklearn)