feat: add setup notebook and update env example for Athena

This commit is contained in:
2026-06-10 07:02:34 -04:00
parent a2420ed692
commit faa7d20b3e
27 changed files with 2483 additions and 151 deletions

View File

@@ -1,8 +1,8 @@
"""
Pandas dataframe builders for benefit / cost / summary tables.
Each builder accepts the value-row dicts produced by
``core.tei_client.TEIClient._normalize_value`` and returns a
Each builder accepts the friendly value-row dicts returned by
``core.tei_client.TEIClient.get_values`` and returns a
nicely-formatted DataFrame for display in notebooks.
"""