-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save the community some typing #21
Comments
If you're using python 3 sometimes emojis will screw with unicode decoding of the text files. Do open(fn, 'r', encoding="latin-1") if you're getting a UnicodeDecodeError |
If you want to make this work with my schema, I'll make you a contributor and we can develop on it instead. I think putting the python code in a subdirectory organized under |
@EvanCarroll Great, could you create an issue and assign it to me? I'll try to contribute this week. I have some other things I could add as well. |
I know this is an abuse of "issues" but it doesn't warrant a full repo. Here is some Python code you can cut/paste
And a quick loader.
The text was updated successfully, but these errors were encountered: