Best-Brain-Gang / Crowdfunding_Analysis

This project attempts to help project creators understand how to market their project on Kickstarter vs Indiegogo. The purpose of this tool is to not only give them advice on platforms but be able to efficiently market their project and provide supporting data for whichever is the better platform.
3 stars 1 forks source link

updated notebook to include a DataBase to hold our data in one spot #35

Closed Narwhilian closed 3 years ago

Narwhilian commented 3 years ago

I made the functions to easily do this for #24

I added in a temporary SQL database and loaded our indiegogo and kickstarter table into it as well as made simple functions for us to update and access tables in the database

SQL changes