Very helpful playlist, this course covers well all introductory pyspark topics in a very intuitive way.. for me the speed was okay,,,. as i have very good grip on python.
Say I have a huge list of numbers in RDD(say myRDD). And I wrote the following code to compute average: def myAvg(x, y): return (x+y)/2.0; avg = myrdd.reduce(myAvg); Please help me for this Interview question...
Hello Ranjan, Thanks for creating wonderful video. I have issue with PySpark in command line interface , could you please help me with that,. I have followed your installation video step by step but no luck. Please help me. Thanks in Advance.
Rajan, you did excellent job. Thank you for sharing your knowledge. Appreciate your great work and time.
Very helpful playlist, this course covers well all introductory pyspark topics in a very intuitive way.. for me the speed was okay,,,. as i have very good grip on python.
Glad it was helpful!
Great explanation, 👏
Very well explained 👍
Glad it was helpful! Keep Exploring :)
Thanks :)
Say I have a huge list of numbers in RDD(say myRDD). And I wrote the following code to compute average: def myAvg(x, y): return (x+y)/2.0; avg = myrdd.reduce(myAvg); Please help me for this Interview question...
Hi Ranjan,
Gradually the volume decreases. Second if you could explain the video time less than 10 min is better.
Hello Ranjan,
Thanks for creating wonderful video.
I have issue with PySpark in command line interface , could you please help me with that,.
I have followed your installation video step by step but no luck.
Please help me.
Thanks in Advance.
Thanks for your efforts and time the tutorial is great, but it seems you have rushed it.
Sorry for that. Buddy keep exploring and sharing with your friends :)
top : first it will do desc, then it will give top 2 or 3.