Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test which Arrow and Pandas datatypes are supported in write APIs #878

Open
wjones127 opened this issue May 18, 2023 · 1 comment
Open
Assignees
Labels
arrow Apache Arrow related issues ci Github Action or Test issues good first issue Good for newcomers help wanted Extra attention is needed python

Comments

@wjones127
Copy link
Contributor

wjones127 commented May 18, 2023

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.

@wjones127 wjones127 added python arrow Apache Arrow related issues labels May 18, 2023
@wjones127 wjones127 self-assigned this Jun 8, 2023
@changhiskhan changhiskhan added good first issue Good for newcomers help wanted Extra attention is needed ci Github Action or Test issues labels Jul 2, 2023
@changhiskhan
Copy link
Contributor

@wjones127 this could be a good first issue for europython sprint participants. When you get a chance would you mind adding more description here to limit the scope (e.g., which data types are still needed, how best to test these without writing a bunch of duplicate code etc) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Apache Arrow related issues ci Github Action or Test issues good first issue Good for newcomers help wanted Extra attention is needed python
Projects
None yet
Development

No branches or pull requests

2 participants