:rocket: :rocket: :rocket: Hey folks! :rocket: :ro...
# daft-dev
j
šŸš€ šŸš€ šŸš€ Hey folks! šŸš€ šŸš€ šŸš€ We had a few releases over the last week from
v0.2.22 to v0.2.24
(tons of functionality coming out) and I wanted to make sure to call out some of the key things we added: 1. Approx percentiles functionality
col("x").approx_percentiles(...)
(cc @Ismael Ghalimi, @Maxime Petitjean) #2179 2. Pivot/Unpivot
df.pivot/unpivot
(cc @Ismael Ghalimi) #2183 #2204 3. ~20% improvement in our JSON reading thanks to @Cory Grinstead! #2228 4. Reads from the Lance file format #2195 New kernels: 1.
.str.rpad/lpad/repeat
and
.log2/log10/ln
thanks to @murex! 2.
.sqrt()
thanks to @dmaymay Note: • We officially dropped Python 3.7 support in v0.2.24 as well, to keep pace with a lot of other projects in the ecosystem Excited for all of yall to try things out šŸ™‚ !!
šŸ™Œ 3
i
This is awesome. Great work!