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 fix in #1010 introduces a performance regression. We should investigate faster ways to find categories. A solution is to ask the user to set the categories explicitly by converting string columns to Categorical before parsing it with PointsModel.parse().
The fix in #1010 introduces a performance regression. We should investigate faster ways to find categories. A solution is to ask the user to set the categories explicitly by converting string columns to
Categoricalbefore parsing it withPointsModel.parse().