Closed
Description
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 ofto_df(result)
.
Additional context
This requirement has the following constraints
- Do not add necessary external Python library dependent implementations for chdb, similar to pyarrow
- Try not to add additional C++ library dependencies
result.to_df()
is recommended, but it is also acceptable to provide a utility function similar toto_df(result)
Metadata
Metadata
Assignees
Labels
No labels