dfr get-minute
for dataframe> dfr get-minute {flags}
input | output |
---|---|
any | any |
Returns minute from a date
>letdt= ('2020-08-04T16:39:18+00:00'|into datetime-z'UTC');
letdf= ([$dt$dt] |dfr into-df);
$df|dfr get-minute
╭───┬────╮
│# │ 0 │
├───┼────┤
│0│39│
│1│39│
╰───┴────╯
Tips: Dataframe commands were not shipped in the official binaries by default, you have to build it with --features=dataframe
flag
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/dfr_get-minute.html