Skip to content

In this project I take a .csv file convert it to a data frame using pandas then convert it to a table in a database that i make in sqlite3!

Notifications You must be signed in to change notification settings

godlyjenna/csv_to_db_table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Moving data from two .csv files(INSTRUCTOR.csv, Departments.csv) to Pandas data frames(df, df1) then converting the data frames to tables('Departments', 'INSTRUCTOR') made in a database(STAFF.db) in sqlite3!

About

In this project I take a .csv file convert it to a data frame using pandas then convert it to a table in a database that i make in sqlite3!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages