Peter Reutemann presented and Overview of available ETL frameworks:
https://blog.panoply.io/top-9-python-etl-tools-and-when-to-use-them
Further list from petl:
https://petl.readthedocs.io/en/stable/related_work.html
Covered in the presentation:
- pandas: 92.8
- bonobo: N/A
- bubbles: 87.1 (though without additional columns)
- petl: 281.1
Ian Stewart demoed some development python code to play on-line radio stations. This code has a retro look and the User interacts with a console terminal window. Ian also introduced the curses module that provides console terminal line drawing. A ipynb presentation highlights the line drawing sets that Liinux supports.
Click the launch binder icon to run the ipynb file in Binders Jupyter server.