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
- 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 to to_df(result)
Use case
Describe the solution you'd like
Describe alternatives you've considered
Additional context