Closed selik closed 4 years ago
Summarizing the changes:
Implement and emphasize the load/dump interface.
load
dump
Create Dataset and Variable classes as extensions of Pandas' dataframe and series.
Dataset
Variable
Enable setting and writing to file all SAS metadata.
Restructure the project to make it easier to add more SAS formats.
This handles PR #15
Summarizing the changes:
Implement and emphasize the
load
/dump
interface.Create
Dataset
andVariable
classes as extensions of Pandas' dataframe and series.Enable setting and writing to file all SAS metadata.
Restructure the project to make it easier to add more SAS formats.