Skip to content

Commit e783665

Browse files
authored
Update README.md
1 parent c3565cf commit e783665

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,10 +1,10 @@
1-
# ETL with Python
1+
# ETL with Python and MySQL
22
ETL with Python Training - Taught by me during [Data Warehousing course - Tel Aviv University 2017](http://www30.tau.ac.il/yedion/syllabuse.asp?course=0571417202)
33

44
### The Training is planned for ~2 hours and containing 2 notebook files:
5-
* Mysql-io.ipynb - Input/Output to MySQL using [MySQLdb connector](http://mysql-python.sourceforge.net/MySQLdb.html)
6-
* ETL with Python.ipynb - ETL with python using [pETL](https://petl.readthedocs.io/en/latest/) package
5+
* **Mysql-io.ipynb** - Input/Output to MySQL using [MySQLdb connector](http://mysql-python.sourceforge.net/MySQLdb.html)
6+
* **ETL with Python.ipynb** - ETL with python using [pETL](https://petl.readthedocs.io/en/latest/) package
77

88
### Data files:
9-
* drinks.json - drinks consumption data ([source](https://github.com/justmarkham))
10-
* drinks.zip - zipped json file (used for an example)
9+
* **drinks.json** - drinks consumption data ([source](https://github.com/justmarkham))
10+
* **drinks.zip** - zipped json file (used for an example)

0 commit comments

Comments
 (0)