Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-backports > by-pkgid > c0e7c250054e33f69e70e59128d88a9a > files > 327

python-pandas-0.8.0-1mdv2010.2.i586.rpm

DOCS 0.7.0
----------
- ??? no sort in groupby
- DONE concat with dict
- Gotchas re: integer indexing

DONE
----
- SparseSeries name integration + tests
- Refactor Series.repr

TODO
----
- _consolidate, does it always copy?
- Series.align with fill method. Will have to generate more Cython code
- TYPE inference in Index-- more than just datetime!

TODO docs
---------

- DONE read_csv / read_table
  - auto-sniff delimiter
  - MultiIndex
  - generally more documentation
- DONE pivot_table
- DONE Set mixed-type values with .ix
- DONE get_dtype_counts / dtypes
- DONE save / load functions
- DONE isnull/notnull as instance methods
- DONE DataFrame.to_string
- DONE IPython tab complete hook
- DONE ignore_index in DataFrame.append
- DONE describe for Series with dtype=object
- DONE as_index=False in groupby
- DONOTWANT is_monotonic
- DONE DataFrame.to_csv: different delimiters
- DONE combine_first
- DONE groupby with level name
- DONE MultiIndex get_level_values
- DONE & and | for intersection / union
- DONE Update to reflect Python 3 support in intro
- DONE Index / MultiIndex names
- DONE Unstack / stack by level name
- DONE name attribute on Series
- DONE Multi-key joining
- DONE Inner join on key
- DONE align functions
- DONE df[col_list]
- DONE Panel.rename_axis

Performance blog
----------------
- Series / Time series data alignment
- DataFrame alignment
- Groupby
- joining
- Take

git log v0.6.1..master --pretty=format:%aN | sort | uniq -c | sort -rn
git log a8c2f88..master --pretty=format:%aN | sort | uniq -c | sort -rn