python-swat
python-swat copied to clipboard
crossTab action does not return column names
trafficstars
When using the crossTab action with the col= parameter, it does not return the column names. It adds default column names to the SASDataFrame. You need to add an extra step and use the apply_labels method to get the correct column names. If I use the crossTab action in CASL (PROC CAS), the column names are returned by default. Seems like the action should work the same in each.

Thank you for reporting this. I will look into it.