v0.20.0
Breaking changes
- Updated rust-polars to 0.43.1 (#1230).
- In
pl$scan_ipc()
andpl$read_ipc()
, the argumentmemory_map
is removed
(#1230). - In
$serialize()
, in the fieldschema
, the fieldinner
is renamedfields
,
and the fieldsoutput_schema
andfilter
are removed (#1230).
New features
- New method
$cast()
forDataFrame
andLazyFrame
(#1219). - New argument
strict
in$drop()
to determine whether unknown column names
should trigger an error (#1220). - New method
$to_dummies()
forDataFrame
(#1225). - New argument
include_file_paths
inpl$scan_csv()
andpl$read_csv()
(#1235). - New method
$join_where()
forDataFrame
andLazyFrame
to perform
inequality joins (#1237).
Bug fixes
- Converting data of datatype
Null
to R doesn't error anymore. It now creates
a column filled withNA
(#1217).
New Contributors
Full Changelog: v0.19.0...v0.20.0