python-swat icon indicating copy to clipboard operation
python-swat copied to clipboard

crossTab action does not return column names

Open pestyld opened this issue 3 years ago • 1 comments
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.

crosstab action Python

pestyld avatar Mar 03 '22 19:03 pestyld

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

bkemper24 avatar Mar 04 '22 12:03 bkemper24