pyampact.symbolic.dez
- pyampact.symbolic.dez(piece, path='')[source]
Get the labels data from a .dez file/url and return it as a dataframe. Calls fromJSON to do this. The “meta” portion of the dez file is ignored. If no path is provided, the last dez table imported with this method is returned.
- Parameters:
path – A string representing the path to the .dez file.
- Returns:
A pandas DataFrame representing the labels in the .dez file.