Further reading
Those with an R and/or SQL background may find it helpful to see how the pandas
syntax compares:
- Comparison with R / R Libraries: https://pandas.pydata.org/pandas-docs/stable/getting_started/comparison/comparison_with_r.html
- Comparison with SQL: https://pandas.pydata.org/pandas-docs/stable/comparison_with_sql.html
- SQL Queries: https://pandas.pydata.org/pandas-docs/stable/getting_started/comparison/comparison_with_sql.html
The following are some resources on working with serialized data:
- Pickle in Python: Object Serialization: https://www.datacamp.com/community/tutorials/pickle-python-tutorial
- Read RData/RDS files into pandas.DataFrame objects (pyreader): https://github.com/ofajardo/pyreadr
Additional resources for working with APIs are as follows:
- Documentation for the requests package: https://requests.readthedocs.io/en/master/
- HTTP Methods: https://restfulapi.net/http-methods/
- HTTP Status Codes: https://restfulapi...