You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
162 lines
4.3 KiB
Plaintext
162 lines
4.3 KiB
Plaintext
8 months ago
|
{
|
||
|
"cells": [
|
||
|
{
|
||
|
"cell_type": "markdown",
|
||
|
"metadata": {},
|
||
|
"source": [
|
||
|
"#### Writing to MySQL\n",
|
||
|
"\n",
|
||
|
"1. Insure MySQL is actually installed on the system, \n",
|
||
|
"2. There is a database called demo created on the said system\n",
|
||
|
"\n",
|
||
|
"The cell below creates a dataframe that will be stored within postgreSQL"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"cell_type": "code",
|