-
Notifications
You must be signed in to change notification settings - Fork 27
Labels
reportingOutput reports and error handlingOutput reports and error handling
Milestone
Description
currently when the XPT reader class goes to read the xpt files, it expects XPT5 format. Engine should be enhanced to read and parse V8 into pandas/parquet files. The metadata reader classes may also might need to be updated
it appears pandas https://github.com/pandas-dev/pandas/blob/7d8f5bdb4e165b13186385d0720d921358ad84d6/pandas/io/sas/sas_xport.py#L35 does not have V8 headers in acceptable read_sas() parsing.
This leads to this error when a V8 SAS transport file is given.
A/C: better error handling when a v8 XPT file is given. We can revisit the origin issue of parsing V8 if we decide to support the format later on
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
reportingOutput reports and error handlingOutput reports and error handling