jay
05/08/2024, 8:17 PMv0.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 š !!Ismael Ghalimi
05/09/2024, 6:56 AM