kylebarron/arro3
A minimal Python library for Apache Arrow, connecting to the Rust arrow crate
RustApache-2.0
Issues
- 2
PyDatum
#29 opened by kylebarron - 0
Add pre-commit
#160 opened by kylebarron - 0
- 0
Handle negative indices in `__getitem__`
#166 opened by kylebarron - 0
Set version key as dynamic
#161 opened by kylebarron - 0
Update to import Field
#168 opened by kylebarron - 0
Add docs badge to readme
#140 opened by kylebarron - 0
- 0
Move functions to access data to core module
#147 opened by kylebarron - 0
Creating table from extension chunked array does not persist field metadata
#144 opened by kylebarron - 0
Publish python package with stringview/binary view support from arrow-rs git tag
#148 opened by kylebarron - 1
- 1
- 1
Table rechunking
#121 opened by kylebarron - 0
Support for numpy v2
#124 opened by kylebarron - 1
Port basic, core methods from pyarrow
#62 opened by kylebarron - 1
`PyTable::new` should be `try_new` and validate that `schema` matches `batches`?
#36 opened by kylebarron - 0
Add pyodide CI job
#63 opened by kylebarron - 0
Note that importing a `ChunkedArray` to pyarrow via `pa.chunked_array` requires pyarrow 16 or later
#47 opened by kylebarron - 1
Enable CI job cancellation
#107 opened by kylebarron - 0
Support stream objects in Array.from_arrow
#80 opened by kylebarron - 0
Try to read from fsspec?
#61 opened by kylebarron - 1
- 0
- 0
Match ordering of (schema, batches) in `PyTable::new` and `PyTable::into_inner`
#35 opened by kylebarron - 0
Implement `__repr__`
#37 opened by kylebarron - 1
Set up mkdocs-based website
#38 opened by kylebarron - 2
Update Readme with motivations
#7 opened by kylebarron - 0
Remove hard-coded module path
#24 opened by kylebarron - 0
Rename arro3-internal to pyo3-arrow
#19 opened by kylebarron - 0
Minimal Python types
#6 opened by kylebarron - 1
Include RecordBatchReader
#8 opened by kylebarron