Hello, we're trying to analyze a CSV file we uploaded. It has a date column and we're trying to compare our data YoY. However, we're seeing the following error:
Michael DeWulf
09/23/2024, 2:25 PM
Is this a known bug? Is there a workaround?
j
Joseph Heun
09/23/2024, 2:39 PM
Hello Michael, The error suggests that the format of the timestamp is not supported in DuckDB. Could you please make sure that it fits into one of their supported formats: https://duckdb.org/docs/sql/data_types/timestamp.html