dfr get-month
for dataframe> dfr get-month {flags}
input | output |
---|---|
any | any |
Returns month from a date
>letdt= ('2020-08-04T16:39:18+00:00'|into datetime-z'UTC');
letdf= ([$dt$dt] |dfr into-df);
$df|dfr get-month
╭───┬───╮
│# │ 0 │
├───┼───┤
│0│8│
│1│8│
╰───┴───╯
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-month.html