We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$name$to_lowercase()
$name$to_uppercase()
$dt$total_seconds
There are some additional improvements that we could add here, in particular:
name
dt.seconds
dt.total_seconds
Originally posted by @etiennebacher in #515 (comment)
The text was updated successfully, but these errors were encountered:
etiennebacher
No branches or pull requests
There are some additional improvements that we could add here, in particular:
name
namespace for operations that affect expression names polars#11973 for$name$to_lowercase()
and$name$to_uppercase()
dt.seconds
todt.total_seconds
(likewise for days, hours, minutes, milliseconds, microseconds, and nanoseconds) polars#12179 (doesn't change anything on the rust side)Originally posted by @etiennebacher in #515 (comment)
The text was updated successfully, but these errors were encountered: