Enjoying your videos. I was puzzled with all the stuffs out there on the internet. Lucky to find your channel which is a full package in itself.❤️
@sarthakmodi32503 жыл бұрын
Great person❤️
@karthikkarthik-ls9wg3 жыл бұрын
Really nice and inspiring sir for all your work and knowledge 👍
@ajaykiranchundi99792 жыл бұрын
Appreciate your crisp and neat explanation.
@manu93ize2 жыл бұрын
Sir my question is by creating df.createOrReplaceTempView("temp_table") you can run sql query like spark.sql('select * from temp_table') why we need to learn pyspark syntax .
@ashishbhatnagar95903 жыл бұрын
amazing content. Very very useful for us. Keep continuing this series. Again thanks a lot for such amazing content
@UmerPKgrw3 жыл бұрын
No example of allias. No example of applying the different aggerate operation on different columns For Example Average salary against each deprt and Count on number of people in each dept.
@Sreeni007 Жыл бұрын
Please request decently rather than complaining, this is not a paid service and he is mostly creating free these informative knowledgeable videos just for benefit of knowledge sharing
@jithmiranatunga58703 жыл бұрын
Most awaited seiries❤Thanks a lot sir.
@naveenkrishnan96193 жыл бұрын
Sir this time deep learning course in ineuron is available or not? Sir
@subhajitdey44839 ай бұрын
Thank you for this video. I have one question. Is it possible to get all columns when using groupBy()?
@rohitjagdale46483 жыл бұрын
Hi Krish, I have used koalas with PySpark 3.1.1 on Google colab. I am getting error while using "figsize" in plot method of Koala dataframe. All other code is working fine. Can you please help me with "how to set figsize while using plot method of Databricks Koala dataframe". I am using latest version of koalas and plotly.
@vinayakdhruv64573 жыл бұрын
Hi sir, been following your videos and articles for a while, and it has helped me a lot you are an amazing teacher and guide. I do have a query regarding data science career options, where can I get in touch with you sir?
@riajain38983 жыл бұрын
Hi Sir How much time will it take for you to upload entire pyspark series?! Also, thanks for the amazing content.
@papachoudhary54823 жыл бұрын
Thanks! Sir , how should get complete session of these . What is fees and cintact number or links to connect with you
@krishnaik063 жыл бұрын
No fees everything is free
@papachoudhary54823 жыл бұрын
@@krishnaik06 Thanks! SIR, You will provide full session of pyspark and scala
@sarthaksarjine55343 жыл бұрын
i want to get max 5 values from a particular column of dataset. how should i do it by using max function?
@abhinavsoni1022 жыл бұрын
Can we apply select and groupby in a single statement? tried searching a lot but did not find anything
@anshuljoshi85852 жыл бұрын
HI Krish, I have a query: how can we get result as person who has highest salary in particular department (eg. 1st row as 'krish', 'Data Science', 10000) ? I know in SQL we generally use rank function, but it seems somewhat complicated in pyspark. So is there any other way we can do it without using rank ?
@jikkuization3 жыл бұрын
why no videos about RDDs which is the main datastructure in pyspark
@zohaibramzan63813 жыл бұрын
One thing is still not explained: how to add new coloumn to pyspark dataframe if column is a list. Kindly explain this one too ?
@pavanjoshi6732 Жыл бұрын
Hi Sir whenever i am reading .csv file by using df_pyspark.show(), I cannot able to see data more than 8 rows, Can u plz help
@chillagundlavamshi85042 жыл бұрын
I get this error by using groupBy function and solve this error Analysis Exception: Column 'Name' does not exist. Did you mean one of the following? [Name , Salary, Department]; 'Aggregate ['Name], ['Name, sum(Salary#19) AS sum(Salary)#152L] +- Relation [Name #17,Department#18,Salary#19] csv
@amitbudhiraja41352 жыл бұрын
Hi everyone , When i am pressing tab after this to see the more functions df_pyspark.groupby('Department'). i am not getting the results instead i am getting this ipynb_checkpoints/ again and again . Now how to see the more functions then ?
@abhayjain57753 жыл бұрын
Very useful material
@wellpaidmasonnothingisfree10853 жыл бұрын
Can get enough of this 😘😘😘
@rohitjagdale46483 жыл бұрын
Thank you for the video 👍🏽 Can you please make video on how to use koalas and pyspark ?
@ashutoshrathi13783 жыл бұрын
I need to read data from a table using pyspark.. please help me in this..