https://github.com/dylan-stewart/marvel-mysql-project
Project for Data Science
https://github.com/dylan-stewart/marvel-mysql-project
data-science iris-dataset marvel mysql network-x numpy pandas python
Last synced: 2 months ago
JSON representation
Project for Data Science
- Host: GitHub
- URL: https://github.com/dylan-stewart/marvel-mysql-project
- Owner: Dylan-Stewart
- License: mit
- Created: 2025-03-19T22:16:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T22:26:42.000Z (over 1 year ago)
- Last Synced: 2025-03-19T23:26:17.351Z (over 1 year ago)
- Topics: data-science, iris-dataset, marvel, mysql, network-x, numpy, pandas, python
- Language: Python
- Homepage:
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marvel-MySQL-Project
## Project for Data Science
### Part 1: Superhero Network Analysis
Using NetworkX and Pandas, I analyze connections between Marvel superheroes to answer questions like:
- **Which superheroes are most influential?** (Using centrality measures)
- **Who has the fewest connections?**
- **How many total connections exist in the Marvel Universe?**
### Part 2: Iris Database Management
I developed a Python class that manages an Iris dataset stored in a MySQL database. It supports:
- **Creating and managing a database & table**
- **Loading data from `sklearn` into MySQL**
- **Querying, updating, and deleting records**