spark.read.load

df = spark.read.load('AHHH.csv', 
                       format='csv', header='true', inferSchema='true')
Strange Sandpiper