Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crossTab action does not return column names #128

Open
pestyld opened this issue Mar 3, 2022 · 1 comment
Open

crossTab action does not return column names #128

pestyld opened this issue Mar 3, 2022 · 1 comment

Comments

@pestyld
Copy link

pestyld commented Mar 3, 2022

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

@bkemper24
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants