sdman135 / DataBase-building-and-SQL-query-practice

DataBase Building and SQL Practice

Repository from Github https://github.comsdman135/DataBase-building-and-SQL-query-practiceRepository from Github https://github.comsdman135/DataBase-building-and-SQL-query-practice

Relational DataBase building, data ingesting + SQL query practice

For this project I wanted to showcase my ability to make a Relational DataBase.

What Did I Do?

  • Imported .cvs files (data to be ingested later into the DataBase).

  • Used Sqlite3 to create and establish connection to DataBase file.

  • Constructed and populated tables with a few functions.

  • Lastly I queried (SQL) data from the newly made DataBase. Querying with conditions and saving them to Pandas Dataframes.

Built With

  • Python 3.8
  • Jupyter Notebook 6.0.1
  • A few imports: pandas, numpy, and sqlite3

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

DataBase Building and SQL Practice


Languages

Language:Jupyter Notebook 100.0%