Blog Posts

Recent posts

PySpark - upsert two dataframe

less than 1 minute read

The following PySpark code will upsert target dataframe with source dataframe even though source column is null when key column matched.