lance-format/lance

Test which Arrow and Pandas datatypes are supported in write APIs

Open

#878 opened on 2023年5月18日

GitHub で見る
 (1 comment) (0 reactions) (1 assignee)Rust (695 forks)github user discovery
A-pythonarrowcigood first issuehelp wanted

Repository metrics

Stars
 (6,582 stars)
PR merge metrics
 (平均マージ 6d 1h) (30d で 219 merged PRs)

説明

Would be good to maintain unit tests that cover all the data types and understand roundtrip behavior.

Create two unit tests: one for PyArrow types and one for Pandas types. For each, create a table/DataFrame where there is one column for each possible data type. Verify the table can be roundtripped. If there are any that don't roundtrip, comment them out and create a new GitHub issue to track support for the data type.

コントリビューターガイド