We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
result.to_df()
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)
This requirement has the following constraints
The text was updated successfully, but these errors were encountered:
Maybe a better way query("select 1", Dataframe)
query("select 1", Dataframe)
Sorry, something went wrong.
Add script convent .rej to .patch, like:
2ba684a
root@0a8b55995b6e:/auxten/chdb# python utils/rej_to_patch.py src/Client/ClientBase.h.rej Conversion complete: src/Client/ClientBase.h.patch root@0a8b55995b6e:/auxten/chdb# patch -p1 --fuzz=10 < src/Client/ClientBase.h.patch patching file src/Client/ClientBase.h Hunk #1 FAILED at 1. Hunk #2 FAILED at 61. Hunk #3 succeeded at 241 with fuzz 1 (offset 42 lines). Hunk #4 succeeded at 292 with fuzz 1 (offset 41 lines). Hunk #5 succeeded at 331 with fuzz 3 (offset 47 lines). 2 out of 5 hunks FAILED -- saving rejects to file src/Client/ClientBase.h.rej
Successfully merging a pull request may close this issue.
Use case
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: