wrds2pg icon indicating copy to clipboard operation
wrds2pg copied to clipboard

Remove DuckDB dependency.

Open iangow opened this issue 6 months ago • 0 comments

Now that PROC EXPORT emits ISO-compliant dates and date-times, do we need DuckDB? Without it, we would have to map PostgreSQL types to PyArrow types. But it might be good to remove the DuckDB dependency, which is causing problems with Python 3.12.1.

iangow avatar Dec 14 '23 13:12 iangow