phil....@gmail.com
unread,Jun 8, 2015, 9:33:16 PM6/8/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to h2os...@googlegroups.com
I am importing a file, and one variable of many is being imported as type "str". I'd like to convert that to "enum". Is there a way in the Python API to do that? I think in R you do something like:
hex[,4] = as.factor(hex[,4])
Like to do the same in Python if possible.
Most of the character fields import as enum, just a few do not.