Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Feb 6, 2024
1 parent 0cf2232 commit 855aa1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- All `row_count_*` args in reading/scanning functions are renamed
`row_index_*`.
- `$sort()` for `Series` gains an argument `nulls_last`.
- `$str$extract()` and `$str$zfill()` now accepts an `Expr` and parse
- `$str$extract()` and `$str$zfill()` now accept an `Expr` and parse
strings as column names. Use `pl$lit()` to recover the old behavior.
- `$cum_count()` now starts from 1 instead of 0.

Expand Down
6 changes: 3 additions & 3 deletions tests/testthat/_snaps/after-wrappers.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
[49] "sort" "std" "sum" "tail"
[53] "to_data_frame" "to_list" "to_series" "to_struct"
[57] "transpose" "unique" "unnest" "var"
[61] "width" "with_columns" "with_row_index" "write_csv"
[65] "write_json" "write_ndjson" "write_parquet"
[61] "width" "with_columns" "with_row_count" "with_row_index"
[65] "write_csv" "write_json" "write_ndjson" "write_parquet"

---

Expand Down Expand Up @@ -159,7 +159,7 @@
[49] "unique" "unnest"
[51] "var" "width"
[53] "with_columns" "with_context"
[55] "with_row_index"
[55] "with_row_count" "with_row_index"

---

Expand Down

0 comments on commit 855aa1b

Please sign in to comment.