Skip to main content

A sas7bdat file reader for Python

Project description

sas7bdat.py

This module will read sas7bdat files using pure Python (2.7+). No SAS software required! The module started out as a port of the R script of the same name found here: <https://github.com/BioStatMatt/sas7bdat>

Also included with this library is a simple command line script, sas7bdat_to_csv, which converts sas7bdat files to csv files. It will also print out header information and meta data using the –header option and it will batch convert files as well. Use the –help option for more information.

As is, I’ve successfully tested the script on around a hundred sample files I found on the internet. For the most part, it works well. The known issues right now are:

  1. Read only. No write support.

  2. Can’t read compressed data.

I’m sure there are more issues that I haven’t come across yet. Please let me know if you come across a data file that isn’t supported and doesn’t fall into one of the known issues above and I’ll see if I can add support for the file.

Usage

To create a sas7bdat object, simply pass the constructor a file path:

from sas7bdat import SAS7BDAT
    f = SAS7BDAT('foo.sas7bdat')

Read the data using the readData method:

for line in f.readData():
    # do something...

If you’d like to get a pandas DataFrame, use the toDataFrame method:

df = f.toDataFrame()

Project details


Download files

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

Source Distribution

sas7bdat-0.2.3.tar.gz (9.1 kB view details)

Uploaded Source

File details

Details for the file sas7bdat-0.2.3.tar.gz.

File metadata

  • Download URL: sas7bdat-0.2.3.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sas7bdat-0.2.3.tar.gz
Algorithm Hash digest
SHA256 844ecca90c1d95f2c66641094fa85122d46c0b2c01a2f413ef083ba88d630252
MD5 93b14e51ca4cd646e9718969f85d15c0
BLAKE2b-256 c64f16b0311015670c3508ed2594c3d2915770f91667c0eac459387be3bc2ec0

See more details on using hashes here.

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