Skip to content

Convert chdb result to pandas/DataFrame format #4

Closed
@auxten

Description

@auxten

Use case

Convert chdb result to pandas/DataFrame format

Describe the solution you'd like

Make chdb query result work with pandas

Describe alternatives you've considered

Maybe a built-in  result.to_df() method or just an example of to_df(result).

Additional context

This requirement has the following constraints

  1. Do not add necessary external Python library dependent implementations for chdb, similar to pyarrow
  2. Try not to add additional C++ library dependencies
  3. result.to_df() is recommended, but it is also acceptable to provide a utility function similar to to_df(result)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions