Error while running the data engineering course notebook : "DE 2.2 - Providing Options for External Sources"
Can somebody help me fixing this problem? I am running this notebook on databricks community edition
- 2701 Views
- 3 replies
- 3 kudos
Latest Reply
df = spark.read.format('parquet').load(path = datasource_path) df = df.select("*").toPandas() df.to_sql('users', conn, if_exists='replace', index = False)
- 3 kudos