Arpan Ghoshal
Arpan Ghoshal
This helped me ``` $ pip install --upgrade nltk $ python3 >>> import nltk >>> nltk.download('popular') ```
Note to self: Maybe wrap calls to Timex in try catch to get rid of such issues
Note to self: We must dynamically infer the row size by finding the max data size in that column. So the varchar_limit the user specifies must only be used to...
Also this can be an enhancement but if row size exceeds max MySQL row size length then maybe changes few varchars to text?
The empty columns should be like varchar(1) to avoid this
Running iconv is goo idea to get rid of incorrect bytes of data