Solve using PySpark and SparkSQL Accenture Interview Question
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=iZzP3CMq8xE
Write a Pyspark query to report the movies with an odd-numbered ID and a description that is not boring .Return the result table in descending order by rating. • data=[(1, 'War','great 3D',8.9) • ,(2, 'Science','fiction',8.5) • ,(3, 'irish','boring',6.2) • ,(4, 'Ice song','Fantacy',8.6) • ,(5, 'House card','Interesting',9.1)] • schema= ID int,movie string,description string,rating double • df=spark.createDataFrame(data,schema) • Course Link: • https://www.geekcoders.co.in/courses/... • #pysparkinterview • #interviewquestion #pythonbeginners • #Geekcoders,#Sagarprajapati,#Freecontent,#Azure,#Dataengineer,#Python,SQL,Data,#Database,#Database,#Engineering,#Databricks,#Azuredatafactory,#Spark,#pythonlist
#############################