Skip to content

Releases: this-vivek/pyspark-sas7bdat

Release list

pyspark-sas7bdat

Choose a tag to compare

@this-vivek this-vivek released this 19 Jun 07:53

What's new

  • Read multiple .sas7bdat files in parallel by passing
    a directory or glob
    pattern to .load() — each file gets its own set of
    Spark tasks
  • Requires Python 3.10+ (pyreadstat upstream dropped 3.9
    support)

Installation

pip install sas7bdat-spark

Requirements

  • Python 3.10+
  • PySpark 4.0+ / Databricks DBR 15.2+