~/duckdb # python3 duckdb-python-demo.py
Traceback (most recent call last):
File "/root/duckdb/duckdb-python-demo.py", line 73, in
sql_results.write_csv("result-group-by-capture-date-rejected.csv")
AttributeError: 'list' object has no attribute 'write_csv'
Is there anything I can do? Is there something missing?
Yours
Alex