Question 15: Nagarro DE interview questions part1 | data engineer |

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • In this video I have discussed on Interview question asked in Nagarro interview for data engineers.
    List the airlines that operate flights to all available destinations.
    airlines_data = [
    (1, "Airline A"),
    (2, "Airline B"),
    (3, "Airline C"),
    ]
    flights_data = [
    (1, 1, 101),
    (2, 1, 102),
    (3, 2, 101),
    (4, 2, 103),
    (5, 3, 101),
    (6, 3, 102),
    (7, 3, 103)
    ]
    airlines_df = spark.createDataFrame(airlines_data, ["airline_id", "airline_name"])
    flights_df = spark.createDataFrame(flights_data, ["flight_id", "airline_id", "destination_airport_id"])
    Part 2: • Question 16: Nagarro D...
    Part 3: • Question 17: Nagarro D...
    Check out this video and do let me know your doubts we can connect on
    linkedIn : / priyam-jain-0946ab199
    Do subscribe @pysparkpulse for more such Questions.
    #pyspark #spark #bigdata #bigdataengineer #dataengineering #dataengineer #nagarro #mnc #interviewquestions #dataengineer #bigdatainterview

Комментарии • 7