You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered:
Description
See screenshot below
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
The text was updated successfully, but these errors were encountered: