Releases: vincev/dply-rs
Releases · vincev/dply-rs
v0.3.2
v0.3.1
v0.3.0
0.3.0 - 2024-03-04
⭐ Added
- Add support for struct unnesting into columns (see unnest_struct test).
Binaries
Binaries available on the release build page.
v0.2.1
0.2.1 - 2023-10-12
⭐ Added
- Add backticks to completions for columns names that are not alphanumeric.
mutate
: Adddnanos
,dmicros
,dmillis
, anddsecs
to convert numbers to duration.mutate
: Addnanos
,micros
,millis
, andsecs
to convert duration to numbers.
🐛 Fixed
- Allow user to override file extensions when loading data.
🔧 Changed
mutate
: Renamedt
toymd_hms
following the lubridate R package.
Binaries
Binaries available on the release build page.
v0.2.0
0.2.0 - 2023-08-14
🔧 Changed
- Use DataFusion as query engine.
parquet
: Speedup parquet writing for multiple partitions (about 40% increase).parquet
: A folder path reads all parquet files in the folder.parquet
: write now uses compression to reduce file size.mutate
: Makelen
function to work on strings.- Improve display precision for microsecond and nanosecond timestamps.
⭐ Added
- Added
json
function to read and write NdJSON files. - Added
config
function to set display options (number of columns, and column and table width). anti_join
: Addedanti_join
to select rows not found in the orther data frame.mutate
: Addfield
function to extract fields from a JSON/struct objects.mutate
: Addrow
function that returns the row number.- Show execution time on dataframe header.