Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Sep 23, 2024
1 parent 832a0f0 commit 051a4ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@
(#1230).
- In `$serialize()`, in the field `schema`, the field `inner` is renamed `fields`,
and the fields `output_schema` and `filter` are removed (#1230).
- New argument `include_file_paths` in `pl_scan_csv()` and `pl_read_csv()` (#1235).


### New features

- New method `$cast()` for `DataFrame` and `LazyFrame` (#1219).
- New argument `strict` in `$drop()` to determine whether unknown column names
should trigger an error (#1220).
- New method `$to_dummies()` for `DataFrame` (#1225).
- Add missing argument `include_file_paths` in `pl_scan_csv()` and `pl_read_csv` (#1235).
- New argument `include_file_paths` in `pl_scan_csv()` and `pl_read_csv()` (#1235).

### Bug fixes

Expand Down

0 comments on commit 051a4ac

Please sign in to comment.