Additional References for Chapter 18
This page lists additional references for Chapter 18.
- “Built-in Functions”: https://docs.python.org/3/library/functions.html
- “Hierarchical Data Format”: https://en.wikipedia.org/w/index.php?title=Hierarchical_Data_Format&oldid=958714916
- “Intro to data structures”: https://pandas.pydata.org/pandas-docs/stable/getting_started/dsintro.html
- “IO tools (text, CSV, HDF5, …)”: https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html
- openpyxL Tutorial: https://openpyxl.readthedocs.io/en/stable/tutorial.html
- “pandas.read_excel”: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html
- pandas DataFrame class:
- pandas ExcelWriter class:
- pandas Series class:
- “pickle — Python object serialization”: https://docs.python.org/3/library/pickle.html
- “Saving and loading multiple objects in pickle file?”: https://stackoverflow.com/q/20716812/8430411