Convert any SQL Query to Spark Dataframe

preview_player
Показать описание

In this video , we will see a generic approach to convert any given SQL query to Spark Dataframe or PySpark.
If you are transitioning from SQL background then this video shall help you in converting any SQL query systematically into pyspark dataframe code.
step 1 : should be to learn the SQL order of execution.
step 2: convert SQL clauses as per order of execution in dataframe transformation.
step 3: add all transformations one by one in correct sequence to create the final dataframe operations command.

Practice SQL questions on Data Lemur platform.
I will highly recommend to sign up for this platform.
I am sharing my referral link below for easy reference.
Рекомендации по теме
Комментарии
Автор

Best explanation present on youtube for converting sql code to pyspark equivalent!!
Thank you very much Sir.. you're great🙂👏

morgann
Автор

Hi can you please tell how to perform update on join query using dataframes

gaurav
Автор

How do we include all columns from original_df along with grouped_df

Need to join original_df with grouped_df on groupBy columns ....?? Any suggestions

AI_Aficionado
Автор

Can it be generic ? Means irrespective of any SQL it is able to convert the pyspark

diptarghyachatterjee
Автор

Hello brother.. I know only sql and don't know python..want to learn spark sql ..
Are there jobs for only spark sql developers ? Any course for spark sql?
Please guide

s.
Автор

There in nothing in the website working right now

gonzaloandresmorenogomez
Автор

how to update table row by row column data

Trimurari