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

https://github.com/jesussantana/sql-database

Create database with MySQL.
https://github.com/jesussantana/sql-database

database mysql mysql-database pandas python python3 sql workbench

Last synced: 19 days ago
JSON representation

Create database with MySQL.

Awesome Lists containing this project

README

          

# [IT Academy - Data Science with Python](https://www.barcelonactiva.cat/es/itacademy)
## [S17 T02: SQL Database](https://github.com/jesussantana/SQL-Database/blob/main/notebooks/S17_T02_SQL_Database.ipynb)

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

[![Made withJupyter](https://img.shields.io/badge/Made%20with-Jupyter-orange?style=for-the-badge&logo=Jupyter)](https://jupyter.org/try)

[![Linkedin: JesusSantana](https://img.shields.io/badge/-JesusSantana-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/chus-santana/)](https://www.linkedin.com/in/chus-santana/)

[![GitHub JesusSantana](https://img.shields.io/github/followers/jesussantana?label=follow&style=social)](https://github.com/jesussantana)

### Description

- Create database with MySQL.

### Level 1

- Exercise 1

- Create a simple relational database using MySQL (https://www.mysql.com/) and connect it to Python

### Level 2

- Exercise 2:
- Show that you can upload some simple queries to a Pandas Dataframe.

### Level 3

- Exercise 3:
- Generate a graph that summarizes the data.

### Targets

- Build a simple relational database with MySQL
- Make simple queries with Pandas and make graphics.