@Azarudeen - It will be good that If you can put the sample data or file in the description/comment section. So that we can copy paste and do the practical.
Thanks for this demo. Can you please help me with any suggestions for one my requirements. It would be great if you have any input on this. I want to do merge like feature in pyspark with target data frame having 2 extra column like isupdated and timestamps. If record is updated in source data frame then isupdated column will be set to yes otherwise no.
Hi Wasim, I am not able to understand you requirement. Can you please help me understanding by, sharing the sample input and required output to my email @ azar.s91@gmail.com
Hi Azarudeen , I find your videos beneficial. Thanks for sharing this content. I request you to make videos on how to read and write data from\to cloud storages into Databricks.
Hi Azarudeen Shahul, I following your videos from the last 1 months and I found it very useful. I would like to make a request, is it possible to upload a video showing how to read data from google sheet using spark scala. I searched for it everywhere but couldn't find it.
list1=[] list2=[] for i in l1: print(i) list1.append(str(i).split("`")[1]) i am getting en error message like ----> 5 list1.append(str(i).split("`")[1]) IndexError: list index out of range
Superb explanation bro, but little bit difficult to understand 😕
Can we consider doing left outer join
Thanks for uploading nice content videos ...
Thanks for your support 😊
@Azarudeen - It will be good that If you can put the sample data or file in the description/comment section. So that we can copy paste and do the practical.
Thanks for this demo. Can you please help me with any suggestions for one my requirements. It would be great if you have any input on this. I want to do merge like feature in pyspark with target data frame having 2 extra column like isupdated and timestamps. If record is updated in source data frame then isupdated column will be set to yes otherwise no.
Hi Wasim,
I am not able to understand you requirement.
Can you please help me understanding by, sharing the sample input and required output to my email @ azar.s91@gmail.com
Hi Azarudeen , I find your videos beneficial. Thanks for sharing this content. I request you to make videos on how to read and write data from\to cloud storages into Databricks.
Sure, our upcoming item is fully with azure databricks and azure
Nice session, is thre way Age and other columns should come as a different columns Insted of list education column
Yes list column can be separated into individual column.. will try to make vdo on how we can do this :)
Hi azzar, All videos r u show very usefull. Please can show on spark with scala also in shell scripts
Very helpful!
Explode function will work on these
can you provide us same with scala
Sure will prepare same scenario using scala
HI thnks bro for the hard work, could you please share the code repository ?
Hi , Its very helpful . Could you please share data and code with github link , so that we can easily practice. Take it as a request, Please
Now-a-day, I m giving my blog link which has a code snippet and link to data for your practice. For some old videos, i added git link in description.
CAN YOU PLEASE SHARE THS CODE IN DESCRIPTION BOX IT WILL BE USEFUL FOR US
Hey Sravan, I m preparing blog with code snippet for all the scenarios.. will provide the link in description. Hope this helps u
@@AzarudeenShahul Thanks Azar
Please please post more
Hi Azarudeen Shahul, I following your videos from the last 1 months and I found it very useful. I would like to make a request, is it possible to upload a video showing how to read data from google sheet using spark scala. I searched for it everywhere but couldn't find it.
Sure buddy, will try to do one on this use case
Hi,
Can you please attach the data file and code file for us to practice..very useful video :)
list1=[]
list2=[]
for i in l1:
print(i)
list1.append(str(i).split("`")[1])
i am getting en error message like
----> 5 list1.append(str(i).split("`")[1])
IndexError: list index out of range