wrds2pg icon indicating copy to clipboard operation
wrds2pg copied to clipboard

Functions to convert (WRDS) SAS data to PostgreSQL, parquet, and CSV

Results 3 wrds2pg issues
Sort by recently updated
recently updated
newest added

"Simple" data sets don't have values set for `fix_missing` and the like and use a different "SAS template". This may create issues because the `PROC DATASETS` code is not embedded...

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...