<?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: Trushal</title>
    <description>The latest articles on DEV Community by Trushal (@trushalprevail).</description>
    <link>https://dev.to/trushalprevail</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3873188%2F11a0457e-04e3-43e5-aac2-4d7417aaf30d.png</url>
      <title>DEV Community: Trushal</title>
      <link>https://dev.to/trushalprevail</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/trushalprevail"/>
    <language>en</language>
    <item>
      <title>Stop writing pandas.merge() by hand: I built a Visual Join Builder for VS Code 🧩</title>
      <dc:creator>Trushal</dc:creator>
      <pubDate>Sat, 11 Apr 2026 08:51:50 +0000</pubDate>
      <link>https://dev.to/trushalprevail/stop-writing-pandasmerge-by-hand-i-built-a-visual-join-builder-for-vs-code-5579</link>
      <guid>https://dev.to/trushalprevail/stop-writing-pandasmerge-by-hand-i-built-a-visual-join-builder-for-vs-code-5579</guid>
      <description>&lt;p&gt;I got tired of typing this out, so I decided to build a tool that does it for me visually.&lt;/p&gt;

&lt;p&gt;Enter the Visual Join Builder — a free, open-source VS Code extension that gives you a drag-and-drop canvas right next to your notebook.&lt;/p&gt;

&lt;p&gt;✨ What it does&lt;br&gt;
Instead of writing the code manually, you just open the extension alongside your notebook.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Auto-Detection: It automatically reads the DataFrames you currently have active in your Jupyter Notebook memory.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Visual Canvas: It renders them as draggable cards.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Live Preview: You can preview the joined data before generating the code.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Code Generation: Click a button, and it inserts the perfectly formatted, production-ready code directly into your notebook.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🚀 Not just for Pandas&lt;br&gt;
While Pandas is the default, I know Data Engineers need love too. The extension also generates syntax for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DuckDB (SQL joins)&lt;/li&gt;
&lt;li&gt;PySpark&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🛠️ Try it out!&lt;br&gt;
I just published the very first version to the VS Code Marketplace, and it is 100% free and open-source.&lt;/p&gt;

&lt;p&gt;If you work with data in VS Code, I would love for you to try it out and let me know what you think!&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=trushalprevail.visual-join-builder" rel="noopener noreferrer"&gt;Install Visual Join Builder from the VS Code Marketplace&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you like the project, I would be incredibly grateful if you gave it a ⭐️ on GitHub. It really helps out!&lt;/p&gt;

&lt;p&gt;🌟 &lt;strong&gt;&lt;a href="https://github.com/TrushalPrevail/visual-join-builder" rel="noopener noreferrer"&gt;View the source code on GitHub!&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;install - &lt;code&gt;ext install trushalprevail.visual-join-builder&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Let me know in the comments if you have any feature requests or feedback!&lt;/p&gt;

</description>
      <category>python</category>
      <category>vscode</category>
      <category>datascience</category>
      <category>extensions</category>
    </item>
  </channel>
</rss>
