Marc Garcia

481 posts

Marc Garcia banner
Marc Garcia

Marc Garcia

@datapythonista

pandas core developer

شامل ہوئے Nisan 2022
250 فالونگ1.3K فالوورز
Marc Garcia ری ٹویٹ کیا
polars data
polars data@DataPolars·
The early design decisions for the Categorical type were under strain because of our streaming engine. Every data chunk carried its own mapping between the categories and their underlying physical values, forcing constant re-encoding. The global StringCache we built to solve it caused lock contention and wasn't designed for a distributed architecture. The new Categories object, released in 1.31, solves this, and gives you: • Control over the physical type (UInt8/16/32) • Named categories with namespaces • Parallel updates without locks • Automatic garbage collection When you know the categories up front you can use Enums. They're faster because of their immutability and allow you to define the sorting order of values. The StringCache is now a no-op, but the code will keep working how it used to (with global Categories). You can also migrate by replacing it with explicit Categories where needed. The result is a Categoricals data type that works well on the streaming engine without performance degradation, and is compatible with a distributed architecture. Read the full deep dive: pola.rs/posts/categori…
polars data tweet media
English
0
9
65
5.4K
Marc Garcia
Marc Garcia@datapythonista·
pandas 3 has been released and marks the most significant evolution of #pandas in over ten years. No more `copy()` everywhere, and no more `lambda` gymnastics. Want examples? Read this hands-on article with the main changes: datapythonista.me/blog/whats-new…
English
8
30
216
14.4K
Marc Garcia ری ٹویٹ کیا
pandas
pandas@pandas_dev·
We're happy to announce the release of #pandas 2.3.0. You can install it with `pip install pandas` or `conda install -c conda-forge pandas`. Thanks to all contributors and sponsors who made this release possible! The release notes can be found at: pandas.pydata.org/docs/whatsnew/…
English
1
8
73
6.1K
Marc Garcia
Marc Garcia@datapythonista·
pandas 2.3 has been released, the last version before pandas 3.0.
English
1
0
17
528
Marc Garcia ری ٹویٹ کیا
unusual_whales
unusual_whales@unusual_whales·
Tech occupations have been among the hardest hit by steep declines in hiring since 2018, per BI;
unusual_whales tweet media
English
77
88
417
122.6K
Marc Garcia ری ٹویٹ کیا
Interesting things
Interesting things@awkwardgoogle·
Possibly the greatest single male athletic performance of all time
English
3.2K
35.4K
430K
28.5M
Marc Garcia ری ٹویٹ کیا
polars data
polars data@DataPolars·
Today we are launching the first open Crash Course training sessions with a limited time discount. These instructor-led sessions are open to everyone looking to get up and running with Polars. Find a date and sign up via our Academy: pola.rs/academy/
English
1
8
62
4.6K
Marc Garcia ری ٹویٹ کیا
Antidepressant Content
Antidepressant Content@depressionlesss·
Duck said give me my pookie back 🥹🥰
English
22
527
6.1K
116.4K
Marc Garcia ری ٹویٹ کیا
Posts Of Cats
Posts Of Cats@PostsOfCats·
I hope these two never separate 😭❤️
English
245
8.2K
68.9K
2.4M
Marc Garcia ری ٹویٹ کیا
Nature is Amazing ☘️
Nature is Amazing ☘️@AMAZlNGNATURE·
This made my day! 😀
English
347
1.4K
9.1K
537.7K
Marc Garcia ری ٹویٹ کیا
B&S
B&S@_B___S·
Perfect training partner
English
91
872
9.6K
252.8K
Marc Garcia ری ٹویٹ کیا
Posts Of Cats
Posts Of Cats@PostsOfCats·
why are cats so silly
English
459
16.5K
165K
11.8M
Marc Garcia ری ٹویٹ کیا
Tzu Gwo
Tzu Gwo@yochowgwo·
I've written a blog about Tonbo's research on async Rust and io_uring: tonbo.io/blog/async-rus… We need to be careful to avoid the cancellation problem when using async Rust and io_uring together.
Tzu Gwo tweet media
English
4
42
285
30.4K