Skip to content

Dahimi/SQL-and-Data-Visualization-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Hello Everyone ! Welcome to this Project Section !

I'm Soufiane from Morocco. I'm an industrial engineering student and a machine learning and data science enthusiast. I also build web apps both frontend and backend.

Please scroll down to know more about this project
Explore other projects »

View Demo · Report Bug · Request Feature

Banner

SQL and Visualization Projects

GitHub release (latest by date including pre-releases) GitHub last commit GitHub issues GitHub pull requests GitHub

In this project I did some data exploration analysis Covid Data using SQL and Python. Then I used Tableau for further analysis and Data Visualization.

Project-Preview

Here is demo of the final resualts I got in this project

project_demo

Table of contents

Built With

  • Python
  • Tableau
  • MySQL
  • Excel
  • SQL

(back to top)

Installation

To use this project, you just need to have RDBMS ( MySQL, SQL Server, ...) installed in your computer for data exploration. In my case I worked with my MySQL. To import the data to your database, this depends on you RDBMS. But in case you have troube, you could also use python for this purpose. It is fast and work with most RDBMS.

This is an example of how to do it with MySQL. You could find the complete code in the CovidData.ipynb file. As you can see I've done some preprocessing before exporting the data to MySQL.

   from sqlalchemy import create_engine
   import MySQLdb
con  = create_engine("mysql+mysqldb://student:student@localhost/CovidData")
vaccinationData.to_sql(con=con, name='Vaccination', if_exists='replace')

Once you are done with data exploration, you could import the data into Tableau fo data visualization.

(back to top)

Contribute

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

  • 📫 How to reach me:

(back to top)

Footer

If you found this project helpful, feel free to leave a star in GitHub, and share thig project.

Thank you for making it till the end of this README! See you later!

(back to top)

Acknowledgments

Here is a list of some of the resources I found helpful and would like to give credit to.

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published