lance-format/lance

Test which Arrow and Pandas datatypes are supported in write APIs

Open

#878 建立於 2023年5月18日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)Rust (695 fork)github user discovery
A-pythonarrowcigood first issuehelp wanted

倉庫指標

Star
 (6,582 star)
PR 合併指標
 (平均合併 6天 1小時) (30 天內合併 219 個 PR)

描述

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.

貢獻者指南