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
Describe the bug
dataframe value changed after insert to Decimal() type column using insert_dataframe() method.
In Class DecimalColumn method before_write_items, value is scaled before inserted, it seems done by reference and scales dataframe column's value directly. it is confusing to have dataframe's value changed without notice
Describe the bug
dataframe value changed after insert to Decimal() type column using
insert_dataframe()
method.In Class
DecimalColumn
methodbefore_write_items
, value is scaled before inserted, it seems done by reference and scales dataframe column's value directly. it is confusing to have dataframe's value changed without noticeTo Reproduce
create a table contains Decimal column, and using
insert_dataframe()
insert a dataframeExpected behavior
dataframe unchanged after insert
Versions
package version: 0.2.2
python version: 3.8.9
The text was updated successfully, but these errors were encountered: