Skip to content

add convert_objects() to get_X#266

Open
kevinbird15 wants to merge 1 commit intoTeamHG-Memex:masterfrom
kevinbird15:patch-1
Open

add convert_objects() to get_X#266
kevinbird15 wants to merge 1 commit intoTeamHG-Memex:masterfrom
kevinbird15:patch-1

Conversation

@kevinbird15
Copy link

get_X was taking a pandas Series and transposing it, but this made all the dtypes "Objects" instead of their actual dtypes. the convert_objects function appears to fix this issue.

get_X was taking a pandas Series and transposing it, but this made all the dtypes "Objects" instead of their actual dtypes. the convert_objects function appears to fix this issue.
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.

1 participant

Comments