"tests/vscode:/vscode.git/clone" did not exist on "b7ccdaf066ad3eebc92616c87b0aeea6acc043f4"
[python] Faster categorical column names selection (#4787)
* Faster categorical column names selection (#1) * Faster categorical column names selection Change slow and redundant dataframe query by select_dtypes into a dataframe.dtypes list comprehension * Update compat with CategoricalDtype * sort imports * import CategoricalDtype from pandas.api.types * add categorical import try/except
Showing
Please register or sign in to comment