Thanks so much Greg, great job! Paying thousands for a masters at university, and people like you consistently pump out tutorials of way better quality. Its madness.
@GregHogg3 жыл бұрын
Yup that's how it goes! Haha I'm really glad to have helped 😃
@TheALahiri2 жыл бұрын
Many thanks Greg for opening up a new frontier! I had no idea Google Colab was so generous and allowed installation and practicing of Spark. Your tutorial packs an astonishing amount of information, that too in an engaging way, in a very short timeframe. You are now my Guru for Spark.
@GregHogg2 жыл бұрын
Yup, it does! 😃
@darrienjohnson9053 Жыл бұрын
Don’t know if you’ll see this but I got into data engineering thru my company. They provided me the opportunity to become a software engineer, I was previously a cable installer/field tech. Although they provided this opportunity, I’ve still had to do much of my learning on my own. Your channel is amazing. Videos like these make all the difference. I really appreciate you making content where you’re walking thru the code. Once I get this under my belt I plan on creating content as well. Thank you. 🙏🏾
@GregHogg Жыл бұрын
Oh that's so great to hear!! Thank you for the kind words and I wish you all the best Darrien!!
@some90sKid Жыл бұрын
🙌🙌
@jacobburt54242 жыл бұрын
I appreciate you and your videos so much. In my data science classes we're expected to teach ourselves Pyspark, Dataframe, Pandas and a bunch of other technologies and you've made the experience much more manageable.
@GregHogg2 жыл бұрын
Well I'm super happy to hear that Jacob, thanks for the kind words!
@andersborum9267 Жыл бұрын
These introductory videos are pure gold; thanks for sharing.
@GregHogg Жыл бұрын
Thank you greatly for the kind words, and for your support! It means a lot. 😊
@josephjoestar9952 жыл бұрын
Thanks
@GregHogg2 жыл бұрын
Wow, that was very nice of you Joseph! Thank you :)
@barmalini2 жыл бұрын
In just 17 minutes I've learnt so much. Thanks!
@GregHogg2 жыл бұрын
Perfect, really glad to hear it :)
@gauravraichandani77223 жыл бұрын
This was really amazing. Waiting for more uploads on pyspark.
@GregHogg3 жыл бұрын
Awesome! Did you catch the other 15 minute long one?
@gauravraichandani77223 жыл бұрын
Yep, I have. Followed along both the videos.
@GregHogg3 жыл бұрын
@@gauravraichandani7722 okay awesome!
@prithvib2 жыл бұрын
This videos deserves 1m views
@GregHogg2 жыл бұрын
Haha that would definitely be preferred, thanks so much for the kind words I really appreciate it!
@tkadado5 ай бұрын
Excellent presentation and to the point !!!
@ashutoshsingh75292 жыл бұрын
Thank you so much. Pretty covers everything you to get started with pyspark. I wish you had included merging as well.
@arsheyajain70553 жыл бұрын
I was waiting for this one!
@GregHogg3 жыл бұрын
I've wanted to make this for a long time since the PySpark RDD video did so well. Enjoy!
@m_asare5 ай бұрын
This is amazing!! Thanks Greg.
@nishantbahikar56392 жыл бұрын
Bro you have explained it so well.. keep going
@GregHogg2 жыл бұрын
Thanks, great to hear!
@faizalshebliTheAIGuy3 жыл бұрын
Great video. Simple yet effective to comprehend.
@GregHogg3 жыл бұрын
I'm very glad to hear that Faizal, and I greatly appreciate your kind words!
@ramanantoaninaharintsoanan77522 жыл бұрын
Thanks for sharing your knowledge. Great video.
@GregHogg2 жыл бұрын
You're very welcome and glad to hear it!
@GregThatcher6 ай бұрын
Thanks!
@GregHogg6 ай бұрын
From Greg to Greg, thank you so much!
@saketsrivastava842 жыл бұрын
Amazing content...please prepare more like these.. 👍🏻
@ronaldfungss2 жыл бұрын
This is amazing! Thanks Greg : ]
@GregHogg2 жыл бұрын
Awesome! You're very welcome 😄
@noushinbehboudi56943 жыл бұрын
Awesome. Please keep up the good work. Please make more videos in spark. Thank you
@GregHogg3 жыл бұрын
Awesome, thank you!
@noushinbehboudi56943 жыл бұрын
Could you please suggest any good material video tutorial for pyspark for a newbie?
@GregHogg3 жыл бұрын
@@noushinbehboudi5694 Isn't that this one?
@noushinbehboudi56943 жыл бұрын
@@GregHogg I started pyspark with your videos. But I only found 2 videos in your channel. Are you going to upload more?
@GregHogg3 жыл бұрын
@@noushinbehboudi5694 Makes sense. Not for awhile unfortunately, I would recommend doing the databricks specialization on Coursera :)
@mohamedelkhaldi10962 жыл бұрын
Thank you so much !!! Always great contents
@GregHogg2 жыл бұрын
You're super welcome. Really glad to hear that.
@Buxussempervirens Жыл бұрын
This is so amazing 😍😍
@GregHogg Жыл бұрын
Thanks so much!!
@SaffTechJourney2 жыл бұрын
You're awesome man!
@GregHogg2 жыл бұрын
No you!
@AlexFosterAIАй бұрын
thanks for the vids bro. really curious what you think of lakesail's pysail. built on rust and suppsoedly 4x the speeds and 90% less hardware cost than spark. pretty recent project but would love some perspective on it
@matattz Жыл бұрын
I would like to hear your opinion on Ponder. Considering that you can now work with Ponder similarly to how you work with Spark, do you believe it is still necessary to learn PySpark? I'm interested in your perspective on this matter, and if you are aware of any downsides or differences between Ponder and Spark.
@garyhampton37393 ай бұрын
Hi, Greg - just come across your page - great tutorials : Getting the following error : 106 107 if not os.path.isfile(conn_info_file): --> 108 raise Exception("Java gateway process exited before sending its port number") 109 110 with open(conn_info_file, "rb") as info: Any advice ? Tried with the latest hadoop distro without success.
@AkshayKumar-vd5wn Жыл бұрын
Thank you for the video. I have a problem - When I convert a column from string to int and then run printSchema it shows String and not the int. Is there a better way to convert string column to int in pyspark and make it a permanent change? I use thr data uploaded locally, I.e from my computer. Is this happens to only locally uploaded files? Will the conversation take place smoothly when operating on okne databases i.e through servers.
@malanshinde68142 жыл бұрын
Awesome
@kishanbsh2 жыл бұрын
Can you expand more on the sql bit along with joins?
@GregHogg2 жыл бұрын
Not in the comments (not properly, anyway); joins is merging two tables together by matching common rows. In PySpark, a join is essentially the exact same thing as it is in normal SQL. You'd have to learn what a join is first :)
@SoneGiant2 жыл бұрын
I downloaded the train.csv file to my laptop's local hard drive, and tried to read it with titanic_df = spark.read.csv("c:\UserFiles\My Data\train.csv", header=True, inferSchema=True), but got an error message. Do you kbnow what I did wrong?
@ranasana96812 жыл бұрын
Thank u so much, sir i have à problem in converting spark.dataframe to pandas.df, beacuse i have a large number of data... How can i do !?
@GregHogg2 жыл бұрын
Isn't there a .topandas function?
@soumyadeeppattanaik5262 жыл бұрын
hey.. Hogg while i am trying to extract sum of sales by grouping the states from the dataframe, its giving an unnesessary floating values. If the sum is 150.0 its giving like 150.856743 like this.can you explain this..
@DanielWeikert3 жыл бұрын
Are there more then the 2 videos on pyspark? Thanks and great work
@GregHogg3 жыл бұрын
That's all I've got, sorry!
@DavidClaxton-s2u Жыл бұрын
Small annoyance, but does anyone know why when I run something, like spark.sql('select * from Movies'), for example, it gives me the datatypes instead of displaying the actual table data?
@GregHogg Жыл бұрын
Empty table maybe?
@byronexaporriton3182 жыл бұрын
how can we create a python DataFrame from an already existing table?
@GregHogg2 жыл бұрын
You'll need to read in the file using one of Sparks read functions
@rjayanth2 жыл бұрын
Thanks Greg , it was clean and straight forward. like it a lot.. could you suggest me a course to learn Spark .In our company we are trying to build a data lake on hadoop using hive.. We have a lot of complex stored procedures on a rdbms. i will be migrating all the logic into Data lake.. spark would be great tool to accomplish this.I would really appreciate if you suggest some online courses.
@GregHogg2 жыл бұрын
No problem! Check out some of the big data courses on Coursera.
@AlexMar-r10 ай бұрын
is this the same as Apache spark ?
@ajaynayak46972 жыл бұрын
just wow.
@GregHogg2 жыл бұрын
😄
@adeyemiadeniran28712 жыл бұрын
I am getting an error message ' E: Unable to locate package open-jdk-8-jdk-headless'. What could be the reason plz?
@GregHogg2 жыл бұрын
I think pip install PySpark is enough to install
@gerardolamasrosales97772 жыл бұрын
Hola, como creo una base de datos con pyspark?
@shankarsr13 жыл бұрын
If we can use spark.sql then we don't need dataframes function like filter, agg etc.?
@GregHogg3 жыл бұрын
It's essentially a different way of doing exactly the same thing. Sometimes I mix and match depending on how comfortable I am with what I'm trying to do
@EzraSchroeder2 жыл бұрын
i need to learn "the rest" of pyspark sql **fast** (& hardly know any sql at all). suggestions??? what are some good resources???
@GregHogg2 жыл бұрын
Honestly, the documentation is great.
@theodoruswidhi81923 жыл бұрын
bro what is the difference between .limit(3) and .show(3) ? i tried it on data brick using python on spark 3.0.1 . show command showed the csv dataframe&row , but limit command can't showed the csv dataframe&row.
@GregHogg3 жыл бұрын
I don't know, sorry.
@91horse3 жыл бұрын
Awesome ! (..)
@GregHogg3 жыл бұрын
Thank you!!
@lord_voldemort44Ай бұрын
so its like a worse sql?
@kunjuperath3 жыл бұрын
For installing pyspark, why didn't you just do `pip install pyspark`? I'm trying to use the pandas api that was introduced in 3.2 with this method but even if I wget and unzip the spark 3.2 tar file I can't import the module. Cool tutorial though!
@GregHogg3 жыл бұрын
That's a great question. I actually didn't know it was this easy in Colab at the time. Thanks!
@KradianKrad2 жыл бұрын
what is the difference between filter and where
@GregHogg2 жыл бұрын
Nothing, they are the same :)
@yashsvidixit71693 жыл бұрын
4:54 funny voice crack LOL
@GregHogg3 жыл бұрын
You're right, that is pretty funny 😂
@yashsvidixit71693 жыл бұрын
@@GregHogg the video was pretty amazing. Thanks.
@GregHogg3 жыл бұрын
@@yashsvidixit7169 Really glad to hear that, and thanks a bunch!
@mihirgaming7163 жыл бұрын
Can anyone give the command to replace null value in age column with average age for each gender ?