89
I Use This!
Very High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactoring DataFrame arith methods, working on comparison methods More... over 14 years ago
refactoring, module needs more work More... over 14 years ago
fixed issue GH #19 More... over 14 years ago
fix bug in Index.__add__ More... over 14 years ago
fixed NaN casting issue in int arrays for _join_on More... over 14 years ago
cast to float in Series.map when have missing values in int array More... over 14 years ago
fix DataMatrix.combineFirst issues + unit tests More... over 14 years ago
changed arg name More... over 14 years ago
fixed object insertion into float matrix of same column name More... over 14 years ago
maintain sortedness of columns on insertion again (when possible) More... over 14 years ago
cols() returns list type More... over 14 years ago
unpickling compatibility with old pickle files More... over 14 years ago
added WeekOfMonth date offset More... over 14 years ago
Merge branch 'master' of https://github.com/wesm/pandas More... over 14 years ago
Fixed median issue GH #26 More... over 14 years ago
updated NumPy version in PyPI info More... over 14 years ago
bumped to beta2 More... over 14 years ago
reverted to Cython 0.13 due to bug More... over 14 years ago
recompiled Cython with 0.14, and added reindex_like to WidePanel More... over 14 years ago
Ran nose with Python 2.7 and fixed warnings issues, patched up missing import errors in unit tests (e.g. SciPy, statsmodels) so users without them can run the tests without having a bunch of stuff print to the screen More... over 14 years ago
python 2.7 test script More... over 14 years ago
updated docstring More... over 14 years ago
catch dateutil import error and print message More... over 14 years ago
beta for now More... over 14 years ago
python 2.7 builder More... over 14 years ago
added python 2.5 build file More... over 14 years ago
consistent column ordering fixes More... over 14 years ago
working toward consistent column ordering in DataFrame vs. DataMatrix More... over 14 years ago
'fixed' GH issue 15 More... over 14 years ago
fixed GH issue 4 More... over 14 years ago