Check out the following resources for more information on the topics that were covered in this chapter:
- Intro to SQL: Querying and managing data: https://www.khanacademy.org/computing/computer-programming/sql
- Map, Filter and Reduce: http://book.pythontips.com/en/latest/map_filter.html
- (Pandas) Comparison with SQL: https://pandas.pydata.org/pandas-docs/stable/comparison_with_sql.html
- Set Operations: https://www.probabilitycourse.com/chapter1/1_2_2_set_operations.php
- *args and **kwargs in Python explained: https://pythontips.com/2013/08/04/args-and-kwargs-in-python-explained/