-
Notifications
You must be signed in to change notification settings - Fork 622
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: add column with predefined values #10899
Comments
The way this is done is with
I thought we had some documentation around this in our getting started bits, but perhaps not! |
Thanks, please add to docs!! I want to use ibis but the documentation has completely ruined the onboarding and I'm finding I just slide back to Polars/pandas most times. Even the LLMs give incorrect answers, likely as the documentation is lacking. |
/take |
Thanks for the issue @rosmur. A dedicated example was added to the Getting started docs, hopefully it correctly addresses your concern! |
Please describe the issue
Lacking basic documentation on how to add a column with a predefined value. Eg: I want to add a new column with the values set at "this".
table.mutate(new_col="this")
does not work.Code of Conduct
The text was updated successfully, but these errors were encountered: