lance-format/lance

Test which Arrow and Pandas datatypes are supported in write APIs

Open

#878 geöffnet am 18. Mai 2023

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Rust (695 Forks)github user discovery
A-pythonarrowcigood first issuehelp wanted

Repository-Metriken

Stars
 (6.582 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 1h) (219 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide