Most Important Question of PySpark in LTIMindTree Interview Question | Salary in each department |

preview_player
Показать описание
data=[('Genece' , 2 , 75000),
('𝗝𝗮𝗶𝗺𝗶𝗻' , 2 , 80000 ),
('𝗣𝗮𝗻𝗸𝗮𝗷' , 2 , 80000 ),
('Tarvares' , 2 , 70000),
('Marlania' , 4 , 70000),
('Briana' , 4 , 85000),
('𝗞𝗶𝗺𝗯𝗲𝗿𝗹𝗶' , 4 , 55000),
('𝗚𝗮𝗯𝗿𝗶𝗲𝗹𝗹𝗮' , 4 , 55000),
('Lakken', 5, 60000),
('Latoynia' , 5 , 65000) ]
schema="emp_name string,dept_id int,salary int"

Databricks-PySpark RealTime Scenarios Interview Question Series

Project Link:

#hashtags
#tags #pysparkinterview #pysparkforbeginners
Рекомендации по теме
Комментарии
Автор

This is really very helpful video content. Please keep it up

ebutgbf
Автор

we can use first_value & last_value analytical functions to get this

sandipmohanty
Автор

Hi @GeekCoders,

Do you have complete project and end to end course on Pyspark and Databricks?

ebutgbf