cmudig / Texture

Visualize your text data with structured attributes
MIT License
16 stars 0 forks source link

Preprocessing fails on dict columns #108

Open willeppy opened 5 months ago

willeppy commented 5 months ago

Need to add checks for pandas columns if they are not hashable types; currently failing on a dict because cannot hash:

https://github.com/cmudig/Texture/blob/e2cecc02a45d515c1fcb216fe2006cb4c50d9871/texture/preprocess/utils.py#L22