Closed michael-balint closed 7 years ago
Some routines are converted from jit-compiled version into statically compiled version in libgdf. The error is raised when the operation doesn't support the dtype. There is a missing typecast or missing type-specialization.
When running
notebooks/mapd_to_pygdf_to_h2oaiglm.ipynb
, an error occurs during step 23...Error output:
df
is apygdf.dataframe.DataFrame
df[k]
is apygdf.dataframe.Series
df[k][0]
is anumpy.int32