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

Argument fmt in inspect() is undocumented #19442

Open
etiennebacher opened this issue Oct 25, 2024 · 1 comment
Open

Argument fmt in inspect() is undocumented #19442

etiennebacher opened this issue Oct 25, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@etiennebacher
Copy link

Description

Maybe something like this?

String to format the print output. Use "{}" where you want to print the value of the expression.

Link

https://docs.pola.rs/api/python/dev/reference/expressions/api/polars.Expr.inspect.html

@etiennebacher etiennebacher added the documentation Improvements or additions to documentation label Oct 25, 2024
@cmdlineluser
Copy link
Contributor

It could probably also be renamed to format (or f_string like in pl.format?)

I think all usages of fmt= in the API were previously updated.

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

No branches or pull requests

2 participants