bwiley1 / pandleau

A quick and easy way to convert a Pandas DataFrame to a Tableau .hyper or .tde extract.
MIT License
61 stars 19 forks source link

unicode column types in pandas 0.23.0 #14

Closed ZamoraAndres closed 4 years ago

ZamoraAndres commented 5 years ago

pandleau.py In the mapper dictionary (line 37), could you add the following data type: 'unicode':Type.UNICODE_STRING Thank you!

bwiley1 commented 4 years ago

Hi! Sure, I think that right now the UNICODE_STRING is currently indexed under string in the mapper dictionary, while CHAR_STRING is under categorical. Hopefully this helps!