-
Notifications
You must be signed in to change notification settings - Fork 920
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
[DOC] string docs for basic regex actions #4946
Comments
For reference: https://docs.rapids.ai/api/libcudf/stable/md_regex.html |
@davidwendt is there any action needed here? |
The description is asking for examples and tutorials on using regex. I don't think these exist. |
There were two locations, afaict first is still outstanding and second is done:
https://docs.rapids.ai/api/cudf/stable/10min.html
|
OK, sounds like a Python doc request. |
This issue has been labeled |
To clarify, this issue is requesting to add a regex example to the "10 min to cuDF and Dask-cuDF". |
Closes rapidsai#4665 Closes rapidsai#4946 Closes rapidsai#10614 Closes rapidsai#11931
Update the introductory documentation to take account of current best practices. In particular, use `compute` judiciously on `dask-cuDF` objects, and explain why we are doing so. Closes #4665 Closes #4946 Closes #10614 Closes #11931 Authors: - Lawrence Mitchell (https://github.com/wence-) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - Ashwin Srinath (https://github.com/shwina) URL: #12114
Report incorrect documentation
Location of incorrect documentation
https://docs.rapids.ai/api/cudf/stable/search.html?q=search&check_keywords=yes&area=default#
Describe the problems or issues found in the documentation
Searching docs for
search
andmatch
had no hits for the new methods. I expected docs that would guide us on:Steps taken to verify documentation is incorrect
Slack
Suggested fix for documentation
API method docs
Include regex as part of the quick tutorials, esp. for the above actions of str/rgx match (bool/span), single/multiple groups (val), and non-str -> str.
The text was updated successfully, but these errors were encountered: