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
As currently implemented, the transformed data will incorrectly map the values to the wrong data if the index in data is not the same as the default index in pd.Series.
The text was updated successfully, but these errors were encountered:
The snippet below should be something like:
data[field] = pd.Series(integers, data.index)
.SDMetrics/sdmetrics/utils.py
Line 199 in c996749
As currently implemented, the transformed data will incorrectly map the values to the wrong data if the index in
data
is not the same as the default index inpd.Series
.The text was updated successfully, but these errors were encountered: