-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
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
More examples of how to construct Arrays #301
Comments
Thanks for the write up @alamb - I will pick this up if that’s ok? |
@alamb it looks like there are several other array types that do not have examples. Shall I continue in the same vein as #330 to annotate them with doctests? For example, https://docs.rs/arrow/4.0.0/arrow/array/struct.BooleanArray.html |
@novemberkilo yes I think adding examples / documentation to all the array types (including Boolean array) would be great! Thank you so much |
Reopening as @novemberkilo has plans for additional PRs |
keep-alive -- I'm still on this // @alamb |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Imagine a user who wants to make a StringArray. They go to the docs, and find StringArray
And now what?
Describe the solution you'd like
Adding an example (or a pointer to such an example) to each of the Array types (e.g things that implement Array of how to construct them (from iterators) such as
(and taking inspiration from the examples in the main docs https://docs.rs/arrow/4.0.0/arrow/index.html)
would probably be super helpful.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: