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
The property DataFrameMapper.transformed_names_ is reassigned and modified during _transform(). That makes transform() not thread safe and a Pipeline using a DataFrameMapper cannot be safely used in multiple threads.