selik / xport

Python reader and writer for SAS XPORT data transport files.
MIT License
49 stars 24 forks source link

Need understanding why xport v.56 doing automatic conversion #106

Open kiranmohite6004 opened 1 year ago

kiranmohite6004 commented 1 year ago

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.

1) Why package function write trying to do automatic conversion. Converting column dtypes

2) 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

3) Is there any way to disable this automatic conversion??

3) Is there any simple parametric /way to disable this user warnings as well??