-
Notifications
You must be signed in to change notification settings - Fork 451
Add rr.IndexColumn
#9179
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
Add rr.IndexColumn
#9179
Conversation
Latest documentation preview deployed successfully.
Note: This comment is updated whenever you push a commit. |
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/13662704443 |
Web viewer built successfully. If applicable, you should also test it:
Note: This comment is updated whenever you push a commit. |
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/13671822623 |
@@ -22,9 +26,97 @@ def as_arrow_array(self) -> pa.Array: | |||
... | |||
|
|||
|
|||
class IndexColumn(TimeColumnLike): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment I made elsewhere: I really wish we stopped introducing new python code in the python SDK, and try to do it all on the Rust side if possible (like e.g. @jleibs' dataframe APIs).
Related
rr.set_index
to replacerr.set_time_*
#9166Migration / what
See the new migration guide
TODO