<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Wassim Labdi</title>
    <description>The latest articles on DEV Community by Wassim Labdi (@wassim_labdi_bf92539c5926).</description>
    <link>https://dev.to/wassim_labdi_bf92539c5926</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4004347%2F73e20c98-672a-4439-b5fc-1b64704cce07.png</url>
      <title>DEV Community: Wassim Labdi</title>
      <link>https://dev.to/wassim_labdi_bf92539c5926</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wassim_labdi_bf92539c5926"/>
    <language>en</language>
    <item>
      <title>I built nitro-pandas: pandas API + Polars speed, zero migration</title>
      <dc:creator>Wassim Labdi</dc:creator>
      <pubDate>Fri, 26 Jun 2026 17:13:06 +0000</pubDate>
      <link>https://dev.to/wassim_labdi_bf92539c5926/i-built-nitro-pandas-pandas-api-polars-speed-zero-migration-94d</link>
      <guid>https://dev.to/wassim_labdi_bf92539c5926/i-built-nitro-pandas-pandas-api-polars-speed-zero-migration-94d</guid>
      <description>&lt;p&gt;If you've ever hit pandas' performance limits on large &lt;br&gt;
datasets, you know the pain. Polars is blazing fast — &lt;br&gt;
but rewriting all your code to learn a new API? No thanks.&lt;/p&gt;

&lt;p&gt;So I built nitro-pandas.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is it?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;nitro-pandas wraps Polars under the hood while exposing &lt;br&gt;
the exact same pandas interface.&lt;/p&gt;

&lt;p&gt;Just change your import:&lt;/p&gt;

&lt;p&gt;import nitro_pandas as npd  # instead of pandas as pd&lt;/p&gt;

&lt;p&gt;That's it. Same groupby, loc, iloc, read_csv — &lt;br&gt;
powered by Polars.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Install&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;pip install nitro-pandas&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why it matters&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No learning curve if you know pandas&lt;/li&gt;
&lt;li&gt;Polars backend = way faster on big data&lt;/li&gt;
&lt;li&gt;Lazy evaluation for large files&lt;/li&gt;
&lt;li&gt;Auto-fallback to pandas for edge cases&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;GitHub&lt;/p&gt;

&lt;p&gt;github.com/Wassim17Labdi/nitro-pandas&lt;/p&gt;

&lt;p&gt;Would love feedback and contributions!&lt;/p&gt;

&lt;p&gt;If you find it useful, a ⭐ on GitHub means &lt;br&gt;
a lot and helps others discover the project!&lt;/p&gt;

</description>
      <category>python</category>
      <category>data</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
