Skip to main content

Read SAS files into a Python Dask DataFrame.

Project description

Dask SAS Reader

Read SAS files into a Python Dask DataFrame.

Usage

Install from PyPI

pip install dask_sas_reader

Import and use module.

import dask_sas_reader

import dask
import dask.dataframe as dd
from dask.delayed import delayed


data_dir = Path('../data')
file_path = data_dir / 'bond.sas7bdat'

dd_df = sas.dask_sas_reader(data_dir, blocksize=800000)
dd_df.head()

Test

Test simply using:

pytest --collect-only
pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

dask_sas_reader-0.1.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page