We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I am just appending to the same table using the same data,
try: catalog.create_table("aemo.scada",schema=df.schema) except: catalog.load_table("aemo.scada").append(df)
but I am getting this error