Skip to content

Commit eb0d6f4

Browse files
author
App Generator
committed
2 parents 0f274ef + 5752e9c commit eb0d6f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Flask Pandas Dataframe
22

3-
Simple Flask project that loads a pandas (dataframe) into database and use SqlAlchemy to show the information in the browser.
4-
**Flask Pandas Dataframe** is a `one-file` project that migth help beginners to understand some basic Flask concepts:
3+
Simple Flask project that loads pandas dataframe into the database and shows the information on a page.
4+
**Flask Pandas Dataframe** is a `one-file` project that might help beginners to understand some basic Flask concepts:
55

66
- Create a simple Flask [app](/app.py)
77
- Download a public [pandas](./titanic.csv) DF
8-
- Create a SQLite DB and a table to save the information
8+
- Create an SQLite DB and a table to save the information
99
- Load pandas in DB using a new `custom command`
1010
- Visualize the data in the browser
1111

@@ -53,7 +53,7 @@ $ # (Windows) set FLASK_ENV=development
5353
$ # (Powershell) $env:FLASK_ENV = "development"
5454
$
5555
$ flask run
56-
$ # access the app in the browser: http://localhost:5005
56+
$ # access the app in the browser: http://localhost:5000
5757
```
5858

5959
<br />
@@ -247,4 +247,4 @@ Commands:
247247
<br />
248248

249249
---
250-
Flask Pandas Dataframe - Open-source sample provided by **AppSeed [App Generator](https://appseed.us/app-generator)**.
250+
Flask Pandas Dataframe - Open-source sample provided by **AppSeed [App Generator](https://appseed.us/app-generator)**.

0 commit comments

Comments
 (0)