Skip to content

Data Frame Library Support needed to integrate in Pythons Data Science Ecosystem. #114

@ktvanzwol

Description

@ktvanzwol

The current API is low level resulting in a high learning curve and manual work in order to leverage commonly used data science libraries in python like Pandas, Polars etc. I have not come across a python customer that did not use data frame libraries for post processing, data analysis and automating report generation.

Some of the pain points:

  1. It requires lots of iterating over objects, no table / column level operations.
  2. Hard to merge / join different query results (tables).
  3. Need for using separate clients (Data vs MetaData)
  4. Need for separate calls to read measurement data.
  5. String based queries

To better enable customer workflow's and reduce the learning curve our API needs options to return data frames. Using something like pyArrow would allow customers to choose their data frame library of choice.

Data Frames support will significantly reduce effort needed for adoption of MDS and integration with existing workflows at customers.

AB#3752380

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions