Although we updated pandas minimum version to 0.18 in #1530 , we still check its version like `pd.__version__ >= '0.17'` in some tests. (I forgot to remove these statements in #1530 .)