Architectural Decision Records¶
A collection of records for “architecturally significant” decisions: those that affect the structure, non-functional characteristics, dependencies, interfaces, or construction techniques.
These decisions are made by the team which maintains AWS SDK for pandas. However, suggestions can be submitted by any contributor via issues or pull requests.
Note
You can also find all ADRs on GitHub.
- 1. Record architecture decisions
- 2. Handling unsupported arguments in distributed mode
- 3. Use TypedDict to group similar parameters
- 4. AWS SDK for pandas does not alter IAM permissions
- 5. Move dependencies to optional
- 6. Deprecate wr.s3.merge_upsert_table
- 7. Design of engine and memory format
- 8. Switching between PyArrow and Pandas based datasources for CSV/JSON I/O
- 9. Engine selection and lazy initialization