Skip to content

Explore use of Python DataFrame API instead of pandas #56

@Pennycook

Description

@Pennycook

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions