I would like to run the following code:
conf = SparkConf().setAppName(\'rates\').setMaster("local") sc = SparkContext(conf=conf) sqlContext = sql.SQ