Skip to content

Commit a9a06bc

Browse files
committed
Update AGENTS.md
1 parent 737d983 commit a9a06bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ This repository contains Python bindings for Rust's DataFusion.
3535
- `udwf` (window)
3636
- `udtf` (table)
3737
- `python/datafusion/col.py` exposes the `Col` helper with `col` and `column` instances for building column expressions using attribute access.
38+
- `python/datafusion/catalog.py` provides Python-based catalog and schema providers.
39+
- `python/datafusion/object_store.py` exposes object store connectors: `AmazonS3`, `GoogleCloud`, `MicrosoftAzure`, `LocalFileSystem`, and `Http`.
40+
- `python/datafusion/unparser.py` converts logical plans back to SQL via the `Dialect` and `Unparser` classes.
41+
- `python/datafusion/dataframe_formatter.py` offers configurable HTML and string formatting for DataFrames (replaces the deprecated `html_formatter.py`).
3842
- `python/tests/generic.py` includes utilities for test data generation:
3943
- `data`
4044
- `data_with_nans`

0 commit comments

Comments
 (0)