Prem Sagar Gali – NVIDIA Technical Blog News and tutorials for developers, data scientists, and IT admins 2025-04-23T15:00:07Z http://www.open-lab.net/blog/feed/ Prem Sagar Gali <![CDATA[Efficiently Scaling Polars GPU Parquet Reader]]> http://www.open-lab.net/blog/?p=98435 2025-04-22T23:52:25Z 2025-04-10T16:30:00Z When working with large datasets, the performance of your data processing tools becomes critical. Polars, an open-source library for data manipulation known for...]]>

When working with large datasets, the performance of your data processing tools becomes critical. Polars, an open-source library for data manipulation known for its speed and efficiency, offers a GPU-accelerated backend powered by cuDF that can significantly boost performance. However, to fully leverage the power of the Polars GPU backend, it’s essential to optimize the data loading process…

Source

]]>
2
Prem Sagar Gali <![CDATA[Mastering the cudf.pandas Profiler for GPU Acceleration]]> http://www.open-lab.net/blog/?p=95351 2025-04-23T15:00:07Z 2025-01-30T17:00:00Z In the world of Python data science, pandas has long reigned as the go-to library for intuitive data manipulation and analysis. However, as data volumes grow,...]]>

In the world of Python data science, pandas has long reigned as the go-to library for intuitive data manipulation and analysis. However, as data volumes grow, CPU-bound pandas workflows can become a bottleneck. That’s where cuDF and its pandas accelerator mode, , step in. This mode accelerates operations with GPUs whenever possible, seamlessly falling back to the CPU for unsupported…

Source

]]>
Prem Sagar Gali <![CDATA[Unified Virtual Memory Supercharges pandas with RAPIDS cuDF]]> http://www.open-lab.net/blog/?p=93438 2024-12-12T19:35:20Z 2024-12-05T19:07:07Z cuDF-pandas, introduced in a previous post, is a GPU-accelerated library that accelerates pandas to deliver significant performance improvements��up to 50x...]]>

introduced in a previous post, is a GPU-accelerated library that accelerates pandas to deliver significant performance improvements—up to 50x faster—without requiring any changes to your existing code. As part of the NVIDIA RAPIDS ecosystem, acts as a proxy layer that executes operations on the GPU when possible, and falls back to the CPU (via pandas) when necessary.

Source

]]>
���˳���97caoporen����