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

Adds list cast to inferred attribute columns #121

Closed
wants to merge 1 commit into from

Conversation

sgpjesus
Copy link
Collaborator

Fixes #120

Adds a cast to the inferred attribute columns, which are of type pandas.core.indexes.base.Index. These are added in the line bellow, with a list comprised of [score_col, label_col]. The former class does not have a native implementation of sum with lists, but it can be casted to list (which can be added).

@sgpjesus sgpjesus closed this Feb 12, 2024
@sgpjesus sgpjesus deleted the issue_120_columns branch February 12, 2024 15:27
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

Successfully merging this pull request may close these issues.

[Bug] Pandas columns not converted to list in get_crosstabs method
1 participant