You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using this package , as a new user having simple queries . Googled a lot but couldn't found relevant help to my use case.
Why package function write trying to do automatic conversion. Converting column dtypes
Why this datatype is not supported , i see dtype_kind_conversions onlyt support 3 data types.
raise TypeError(f'{type(variable).name}.dtype {variable.dtype} not supported')
TypeError: Variable.dtype datetime64[ns] not supported
Is there any way to disable this automatic conversion??
Is there any simple parametric
/way to disable this user warnings as well??
The text was updated successfully, but these errors were encountered:
Hi Selik,
I have been using this package , as a new user having simple queries . Googled a lot but couldn't found relevant help to my use case.
Why package function write trying to do automatic conversion.
Converting column dtypes
Why this datatype is not supported , i see dtype_kind_conversions onlyt support 3 data types.
raise TypeError(f'{type(variable).name}.dtype {variable.dtype} not supported')
TypeError: Variable.dtype datetime64[ns] not supported
Is there any way to disable this automatic conversion??
Is there any simple parametric
/way to disable this user warnings as well??
The text was updated successfully, but these errors were encountered: