Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Last active July 13, 2020 09:36
Show Gist options
  • Save BexTuychiev/43c35346fecb296206ab2c62353afbdd to your computer and use it in GitHub Desktop.
Save BexTuychiev/43c35346fecb296206ab2c62353afbdd to your computer and use it in GitHub Desktop.
from sas7bdat import SAS7BDAT
import pandas as pd
with SAS7BDAT('skinproduct.sas7bdat') as file:
sas_df = file.to_data_frame()
print(sas_df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment