thank you so much Sir, great work, well explained. Can you tell me how to retrieve only the columns of left table with 1 associated column from right, eg in your case the result df should have all columns of employeedf and dept name of departmentdf?
Explained each concept of Databrick in detail and easy to understand for the newcomers, if you can share the Dataset used for the demo it would be great and time-saving
Your course it best. But problem with you course is that you are not attching the github link for your sample data and code. Irequest you as your audience please do this. Thanks
Quite clean and neat...
Pls keep covering the other to topics as well .
Sure Paramesh, will cover more topics in upcoming videos
Nyz!!! Thanks for covering the topics clearly ❤❤
My pleasure 😊
Thanks for your comment
Thanks for the detailed explanation.
Glad it was helpful! You are welcome
Thanks for your detailed video right from the basic..
Glad it was helpful!
gud information...
Thanks Chaitanya
Thanks for your clear and concise, informative videos.
Can you please provide us the text and csv files which you've used in the video.
Thank you
quite good explanation . wants to see more coverage on others topics
Thanks Sandeep. Sure, will post more videos on other topics
Thanks for your detailed video right from the basic. can you please explain for joining multiple data frames
I have a question, if you create a table with int type and a sting comes, what could you do?copy into?
Can you please tell what's outer apply in databricks sql
video is pretty helpful, please could you share the notebooks used for demo it will be helpful as well
Nice!
Thank you! Cheers!
thank you so much Sir, great work, well explained. Can you tell me how to retrieve only the columns of left table with 1 associated column from right, eg in your case the result df should have all columns of employeedf and dept name of departmentdf?
You can do something like this - df1.join(df2, df1.key=df2.key).select(df1["*"],df2.column1,df2.column2)
🙏
👍
Explained clearly along with can u share the notes.,please
What if we need one column deptName from right table
Not all columns from right table
Within select function, use * to select all columns from left table and only df2.colname from right table
Hello sir, How to join two Dataframe with different schema??
Hi, we just need a common key between 2 tables. Schema can be different, no problem
Nice
Thanks
How we can specify compound join Condition. For Example, a table joins with other table based on two keys
& operator to be used for multiple joining conditions
df1.join(df2, (df1.key1 == df2.key1) & (df1.key2 == df2.key2))
very useful
Thank you
How to join if you have more than 2 data frames with in same statement
You can use df.join().join() etc.
Basically use join multiple times
Please provide code and datasets as well in each video
Explained each concept of Databrick in detail and easy to understand for the newcomers, if you can share the Dataset used for the demo it would be great and time-saving
Thank you. Sure, will share dataset for your reference
Your course it best. But problem with you course is that you are not attching the github link for your sample data and code. Irequest you as your audience please do this. Thanks
The default is inner
Please prove the syntaxe Raja sir
Sure will add syntax
Font is not properly visible
Sure, will check and fix it
Hello Raja,unable to see the commands clearly...this is causing so much effort to understand.
Apologies, in later videos it's sorted out
screeen isnt clear