Skip to content

varunlobo/SQLite_in_Jupyter_Notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SQLite_in_Jupyter_Notebook

In this notebook, I have demonstrated the following:

  • How to create an sqlite3 database in Python using Jupyter Notebook
  • Read CSV data into a DataFrame
  • Save data from DataFrame into a table in the created db.
  • Use SQL commands to manipulate and display data in the db. All in a Juypyter notebook.
  • USe SQL to manipulate data and then use Seaborn to visualize findings.
  • About

    SQLite3 using Jupyter Notebook

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published