nushell/crates/nu-command/src/dataframe/series/date
Hofer-Julian 101ed629a4
Update polars to 0.27.2 (#8154)
Mostly to get rid of https://github.com/pola-rs/polars/pull/6098/files

This currently breaks nushell's table formatting:

```
nu ❯  open-df forcing.arrow | first
could not mmap compressed IPC file, defaulting to normal read╭───┬──────────┬────┬────────┬──────────┬───────┬──────────┬──────┬──────────┬─────╮
│ # │   time   │ id │ demand │ drainage │ E_pot │ infiltra │  P   │ priority │ ... │
│   │          │    │        │          │       │ tion     │      │          │     │
├───┼──────────┼────┼────────┼──────────┼───────┼──────────┼──────┼──────────┼─────┤
│ 0 │ 4 years  │  1 │   0.00 │     0.02 │  0.00 │     0.00 │ 0.00 │     4.00 │ ... │
│   │ ago      │    │        │          │       │          │      │          │     │
╰───┴──────────┴────┴────────┴──────────┴───────┴──────────┴──────┴──────────┴─────╯
```

@visr
2023-02-21 23:32:28 +00:00
..
as_date.rs Add dfr to dataframe cmds (#7998) 2023-02-08 15:52:57 -06:00
as_datetime.rs Update polars to 0.27.2 (#8154) 2023-02-21 23:32:28 +00:00
get_day.rs Add dfr to dataframe cmds (#7998) 2023-02-08 15:52:57 -06:00
get_hour.rs Add dfr to dataframe cmds (#7998) 2023-02-08 15:52:57 -06:00
get_minute.rs Add dfr to dataframe cmds (#7998) 2023-02-08 15:52:57 -06:00
get_month.rs Add dfr to dataframe cmds (#7998) 2023-02-08 15:52:57 -06:00
get_nanosecond.rs Add dfr to dataframe cmds (#7998) 2023-02-08 15:52:57 -06:00
get_ordinal.rs Add dfr to dataframe cmds (#7998) 2023-02-08 15:52:57 -06:00
get_second.rs Add dfr to dataframe cmds (#7998) 2023-02-08 15:52:57 -06:00
get_week.rs Add dfr to dataframe cmds (#7998) 2023-02-08 15:52:57 -06:00
get_weekday.rs Add dfr to dataframe cmds (#7998) 2023-02-08 15:52:57 -06:00
get_year.rs Add dfr to dataframe cmds (#7998) 2023-02-08 15:52:57 -06:00
mod.rs Polars update (#4875) 2022-03-19 11:13:34 +00:00