BUG, TST: Check uint64 behaviour in algorithms.py by gfyoung · Pull Request #14934 · pandas-dev/pandas (original) (raw)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like there is a test for mode in series/test_analytics.py can you make sure that we are looping over all integer, uint, float32, float64, and datelike types? (most are there, just making sure).
Also ok with moving all the test_mode test from series and putting them here (but then, leave the original test with a skip and a comment that says these are tested in algorithms).
alternatively, put a note here that these are tested in the series routine.
either one is ok.