We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80bd9cc commit 5752e9cCopy full SHA for 5752e9c
README.md
@@ -5,7 +5,7 @@ Simple Flask project that loads pandas dataframe into the database and shows the
5
6
- Create a simple Flask [app](/app.py)
7
- Download a public [pandas](./titanic.csv) DF
8
-- Create a SQLite DB and a table to save the information
+- Create an SQLite DB and a table to save the information
9
- Load pandas in DB using a new `custom command`
10
- Visualize the data in the browser
11
@@ -53,7 +53,7 @@ $ # (Windows) set FLASK_ENV=development
53
$ # (Powershell) $env:FLASK_ENV = "development"
54
$
55
$ flask run
56
-$ # access the app in the browser: http://localhost:5005
+$ # access the app in the browser: http://localhost:5000
57
```
58
59
<br />
0 commit comments