-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
API docs missing for read_csv
, read_fwf
and read_table
#11122
Comments
Hello @fjetter - hope you're having a wonderful day! I'd love to assist here - this would be my first ever PR, how should I help update these doc strings (aka is there a template I can follow)? Would love to help! |
read_csv
, read_fwf
and read_table
A couple of things here. First of all, this issue is actually a bit more work than I initially anticipated. A while ago we migrated to a new dataframe backend using https://github.com/dask/dask-expr The original docs for read_csv, read_fwf and read_table where actually auto generated using a template, see I suspect we can use the same template but will require a slightly different mechanism. I suspect adding
and similar for FWF and table should do the trick. (See here where the legacy readers are defined) |
@fjetter sounds great I'll take a crack at it! |
…wf and read_table
This works now |
I believe there are still plenty of doc strings missing since the dask-expr migration
For example https://docs.dask.org/en/latest/generated/dask_expr.read_csv.html
The text was updated successfully, but these errors were encountered: