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
to_json()
in writing documentation/demos, I would like a to_json() method on tables for consistency with the other read_* and to_* methods
read_*
to_*
I'm not sure how JSON vs JSONL should be handled
[ins] In [1]: import ibis ibi [nav] In [2]: t = ibis.examples.penguins.fetch() i [ins] In [3]: t.to_json("penguins.json")
main
DuckDB mainly, but this should apply to any backend that supports JSON output
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
in writing documentation/demos, I would like a
to_json()
method on tables for consistency with the otherread_*
andto_*
methodsI'm not sure how JSON vs JSONL should be handled
Describe the solution you'd like
What version of ibis are you running?
main
What backend(s) are you using, if any?
DuckDB mainly, but this should apply to any backend that supports JSON output
Code of Conduct
The text was updated successfully, but these errors were encountered: