|
2 | 2 |
|
3 | 3 | Example Python codes that do the processes between MySQL database and Excel spreadsheet files.
|
4 | 4 |
|
5 | | -https://www.youtube.com/watch?v=axraNvtHjO4 |
| 5 | +YouTube video is coming soon... |
6 | 6 |
|
7 | 7 | ## Setup database table
|
8 | 8 |
|
9 | | - |
10 | | -*Structure* |
| 9 | + |
| 10 | +*products table structure* |
11 | 11 |
|
12 | | - |
13 | | -*Sample data* |
| 12 | + |
| 13 | +*product_notes table structure* |
| 14 | + |
| 15 | + |
| 16 | +*categories table structure* |
| 17 | + |
| 18 | + |
| 19 | +*hashtags table structure* |
| 20 | + |
| 21 | + |
| 22 | +*products_hashtags table structure* |
14 | 23 |
|
15 | 24 | ## Install Python 3 and pipenv
|
16 | 25 |
|
|
0 commit comments