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

Explore use of Python DataFrame API instead of pandas #56

Open
1 of 3 tasks
Pennycook opened this issue Jul 26, 2024 · 0 comments
Open
1 of 3 tasks

Explore use of Python DataFrame API instead of pandas #56

Pennycook opened this issue Jul 26, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Pennycook
Copy link
Contributor

Feature/behavior summary

There are efforts underway to define a standard API for DataFrames, here: https://data-apis.org/dataframe-api/draft/index.html

Rewriting the P3 Analysis Library API to accept standard DataFrames instead of pandas.DataFrame objects would potentially enable us to ingest data from more sources.

Request attributes

  • Would this be a refactor of existing code?
  • Does this proposal require new package dependencies?
  • Would this change break backwards compatibility?

Related issues

None

Solution description

Additional notes

An initial prototype could just focus on one or two functions (say, p3.metrics.application_efficiency and p3.metrics.pp).

@Pennycook Pennycook added enhancement New feature or request help wanted Extra attention is needed labels Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant