I'd like to load a SAS7BDAT file into a pandas dataframe, and then into a database.
I understand that pandas.read_sas allows loading a SAS7BDAT, but I'd also like to retrieve the SAS column labels and also store this in the database. (Note -- this is different to the column name and is usually a long text description of the column).
Is it possible to load the SAS text label for each column with Pandas?