Adding 'dtype' parameter to read_csv() falls back to Pandas implementation. ``` dtype = np.int16 df = pd.read_csv(filename, nrows=100000, dtype=dtype, header=None) ``` `UserWarning: Parameters provided defaulting to pandas implementation.`