-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
docs(rust): Add Rust example for tolerance join using join_asof in user guide #18696
Conversation
@@ -218,11 +218,7 @@ If you want to make sure that only quotes within a certain time range are joined | |||
the `tolerance` argument. In this case we want to make sure that the last preceding quote is within 1 minute of the | |||
trade so we set `tolerance = "1m"`. | |||
|
|||
=== ":fontawesome-brands-python: Python" |
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.
I don't understand. Why is this removed?
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.
I presume you are talking about why I have removed line no. 221. Python and Rust logos are already part of the auto-generated code_block
template. No need for another Python logo since it will be added by the code_block anyways.
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.
Alright, thanks!
Can you do a rebase? Then it's good to go. |
7eedcb5
to
3be3b86
Compare
Done |
Fixed in PR #19127. Closing this PR. |
Sorry for the overlapping work, @arnabanimesh, but I really needed to include the Rust example in the PR I made. |
No problem @rodrigogiraoserrao. It happens. 😊 |
No description provided.