#Join

Tags: 2 posts

June 4, 2025 8 min read

Filtering Large DataFrames in PySpark: isin vs Broadcast Join

Filtering Large DataFrames in PySpark: isin vs Broadcast Join A Practical Guide for Developers Coming from Pandas Executive Summary In pandas, filtering a large DataFrame using values from a small one is trivial — you use .isin() or .merge() and …
January 1, 2019 3 min read

T-SQL - Querying multiple tables with Joins

Note : The following scripts are the part of the course on edx titled as: Querying Data with Transact-SQL - Querying Data with Transact-SQL These queries works on AdventureWorks database and information regarding the same can be accessed by visiting …