Skip to content
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

[Bug] Function set_tbl_col docstrings don't make sense #66

Open
5 tasks
clizbe opened this issue Jul 22, 2024 · 0 comments
Open
5 tasks

[Bug] Function set_tbl_col docstrings don't make sense #66

clizbe opened this issue Jul 22, 2024 · 0 comments

Comments

@clizbe
Copy link
Member

clizbe commented Jul 22, 2024

Description

See screenshot below

  • One docstring says, "All other options and behaviour are same as the vector variant of this function." and the other says, "All other options behave as the two source version of create_tbl."
  • "a column can be set to the value provided by value" - the function doesn't have an argument "value"
  • "where a column can be set to the vector provided by vals"- the function doesn't have an argument "vals"
  • "The resulting table is saved as the table name." - the function doesn't have an argument "name"
  • Maybe a new issue: the arguments on and col shouldn't be necessary if replacing an entire column with a single value (because row order shouldn't matter)

image

Package Version

v0.2.0

Julia Version

v1.9.3

Reproduction steps

View stable docs on repo

Relevant log output

No response

Operating System

Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant