Skip to content

Instantly share code, notes, and snippets.

@Speccles96
Speccles96 / get_sas_as_dask.py
Created August 29, 2020 17:01 — forked from kingfischer16/get_sas_as_dask.py
Functionality to read SAS data from a SAS server (or locally) and return dask.dataframe.
"""
GET_SAS_AS_DASK.PY
2019-05-02
kingfischer16
Functionality to read SAS data from a SAS server (or locally) and return
dask.dataframe.
General idea: Using SASPY, build a list of pandas.DataFrames that are blocks
called via a SAS session. These blocks then make up the dask.DataFrame. Helper