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

Implement pandas ExtensionArray tests for AwkwardArray #3

Closed
mroeschke opened this issue Jul 27, 2022 · 2 comments
Closed

Implement pandas ExtensionArray tests for AwkwardArray #3

mroeschke opened this issue Jul 27, 2022 · 2 comments

Comments

@mroeschke
Copy link
Collaborator

Here's a small doc reference on how to implement the tests: https://pandas.pydata.org/docs/dev/development/extending.html#testing-extension-arrays

All the tests would be located here: https://github.com/pandas-dev/pandas/tree/main/pandas/tests/extension/base

It covers a good amount of the pandas API surface area, and should ensure most operations with AwkardArray are compatable with the API. Happy to receive feedback if the tests are not well defined in a certain area!

cc @martindurant @douglasdavis

@douglasdavis
Copy link
Collaborator

Great thanks for pointing those out 👍

@douglasdavis
Copy link
Collaborator

One PR in but leaving this open until we cover more of the surface area

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants