Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Python 3 compatibility #200
Closed
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
373ee0f
Pandas installs on Python 3
takluyver 88313a0
Pandas can now be imported successfully in Python 3.
takluyver a4c242e
Fixes so more tests pass on Python 3.
takluyver 62803c5
Fix up more tests for Python 3.
takluyver ffd93e9
More changes to support Python 3 better.
takluyver a7f04f5
Hack so test works on Python 3.
takluyver b81fd1c
Use .iterkv() instead of .iteritems(), which gets incorrectly convert…
takluyver fd3ea51
Skip excel parser test if xlrd not installed.
takluyver a17c3f1
Sort out division for in sparse code.
takluyver 3874b60
All but one test now passing on Python 3.
takluyver
Jump to file or symbol
Failed to load files and symbols.
Oops, something went wrong.