I am trying to write Pandas core dataframe into avro format as below. But I get the following error:
AttributeError: 'DataFrame' object has no attribute 'write'
I have tried several options as below:
df_2018_pd.write.format("com.databricks.spark.avr...