- Creates table 'gaming_mental_health' in data/gaming_mental_health.sqlite DEFAULT_CSV_PATH = PROJECT_ROOT / "data" / "gaming_mental_health_10M_40features.csv ...
* Next, we will create a connection to a sql database using the command, sqlite3.connect("name_of_database"), and store this in a variable. * To store your sql query, create a variable. ```{python} ...