ser=Series([np.nan,1,2],index=range(3)) ser.fillna(method='backfill') GIVES ValueError: unknown dtype code in numpy.pxd (0)