~ubuntu-branches/ubuntu/raring/pandas/raring

« back to all changes in this revision

Viewing changes to pandas/core/algorithms.py

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2012-07-22 20:13:16 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20120722201316-6v4zbottvreomrz7
Tags: 0.8.1-1
* Primarily a bugfix upstream release.
* up_tag_yahoo_test_requiring_network patch removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
 
311
311
_rank2d_functions = {
312
312
    'float64' : lib.rank_2d_float64,
 
313
    'int64' : lib.rank_2d_int64,
313
314
    'generic' : lib.rank_2d_generic
314
315
}
315
316