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.
- Host: GitHub
- URL: https://github.com/jesussantana/sql-database
- Owner: jesussantana
- License: mit
- Created: 2021-07-01T16:03:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T07:43:59.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T22:51:34.131Z (about 1 year ago)
- Topics: database, mysql, mysql-database, pandas, python, python3, sql, workbench
- Language: Jupyter Notebook
- Homepage:
- Size: 7.75 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
[](https://www.python.org/)
[](https://jupyter.org/try)
[](https://www.linkedin.com/in/chus-santana/)
[](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.