What is Lit() : whenever we want to add a constant literal value to entire data frame, then we go with LIT(). we can also add these values only to certain records using when and otherwise. Eg: EMPDF = df.withcolname("Bonus",when(df.sal>50k, lit(sal*10)).otherwise(lit(sal*20))....Thanks for the amazing session Raj sir
@anthony2811902 жыл бұрын
Excelent, From Dominican REpublic
@rajasdataengineering75852 жыл бұрын
Thank you
@Jaipreksha Жыл бұрын
Thank you Raja. Very nice video
@rajasdataengineering7585 Жыл бұрын
Thanks and welcome, Siva!
@gulsahtanay23419 ай бұрын
Great content
@rajasdataengineering75859 ай бұрын
Thanks!
@kartikeshsaurkar43532 жыл бұрын
Thank you Raja. Keep it up. Please zoom a little bit or increase the font size in lab sessions to reduce the eye strain
@rajasdataengineering75852 жыл бұрын
Sure, I will increase the font size
@bonasiuday2 жыл бұрын
Very nice explanation 👏
@sravankumar17673 жыл бұрын
superb bro.........
@tusharagarwal355314 күн бұрын
Where can we get these notebook..please share link for all the notebook.. so that we can revise
@HPan-y2v11 ай бұрын
Two things to add over here : 1. If we have a column name that doesn't exist in the spark dataframe, then drop will just ignore it and not throw any error: df.drop("XYZ"). printSchema() won't throw any error in spark 3.0 2. If you want to drop multiple columns , columns should be passed ONLY as strings : df.drop('firstname', 'lastname'). printSchema() If we will pass them as column then there would be an error. The below code would run into an error: df.drop(col('firstname'), col('lastname')). printSchema()
@supriyakoura77554 ай бұрын
not for me emp_DF.drop(col('gender'),col('salary')).show()
@Ravishekar-qd4fc6 ай бұрын
I have to modify the column values of existing record like location is India that alter to AUS. How to handle
@unbeatableinsaan49262 жыл бұрын
Please make whole basics playlist by topic wise
@rajasdataengineering75852 жыл бұрын
Sure, will do
@lakshminarayana3168 Жыл бұрын
hi Raja can you share the list of content uploaded to this playlist
@mohammadumair7521 Жыл бұрын
will you upload all the notebook in you google drive and provide us the link of the notebook it will be the greater help of all I guess.
@agamgupta-ed9ye Жыл бұрын
Hi Raja, can you kindly share data sets with us so that we can practice also
@srinivasarao4162 жыл бұрын
Hi Sir, I am kindly requesting could you please share notebooks
@pavanrocks9960 Жыл бұрын
Hi raja can you kindly share data sets and codes for better practice
@GurudasKundukar2 жыл бұрын
how to add identity coumn
@rajasdataengineering75852 жыл бұрын
Hi Guru, will post a video soon on identify column
@patnaik476 Жыл бұрын
Very nice playlist. I have only one suggestion. Please don't use the ear deafening music in the start. Its very very loud and annoys everyone around.
@rajasdataengineering7585 Жыл бұрын
Agreed. I have already changed this music in later videos. Thanks for your suggestion