Is there intermediate documentation that is somewhere between the beginner's tutorial and the API reference page? #9992
Unanswered
chrispy-snps
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey @chrispy-snps -- I don't think you're missing anything, we don't have a broad intermediate tutorial available. It seems like most of the questions you posed above revolve around JSON, where we could definitely improve our reference documentation. Are there other specific things you went looking for and had trouble finding? What sort of work are you doing? What did you try and what worked and didn't work? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While working on the code described in #9757, I found it difficult to discover the following:
&
and|
are Ibis equivalents toand
andor
for expressions.JSONColumn
results need to be cast toarray<sometype>
before chaining subsequent methods.I eventually figured these out by reading Stack Overflow posts and Ibis repository issues. After figuring them out, I went back to the documentation to see where I should have learned this stuff. But I couldn't seem to find it.
The beginner's tutorial gives an overview of what Ibis is capable of. And the examples repository and API reference pages linked across the top of the Ibis homepage are great resources for developers actively using Ibis.
But where should a beginner go next after reading the tutorial? For example,
Hopefully it's not linked somewhere from the home page and I just didn't RTFM hard enough...
Beta Was this translation helpful? Give feedback.
All reactions