Further reading
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
- (Pandas) Comparison with SQL: https://pandas.pydata.org/pandas-docs/stable/getting_started/comparison/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/