File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
core/dataframe/pandas/metadata Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1191,7 +1191,7 @@ def _materialize_categories(self):
11911191
11921192
11931193def get_categories_dtype (
1194- cdt : Union [LazyProxyCategoricalDtype , pandas .CategoricalDtype ]
1194+ cdt : Union [LazyProxyCategoricalDtype , pandas .CategoricalDtype ],
11951195) -> DtypeObj :
11961196 """
11971197 Get the categories dtype.
Original file line number Diff line number Diff line change @@ -1133,7 +1133,7 @@ def to_pandas(modin_obj: SupportsPublicToPandas) -> DataFrame | Series:
11331133
11341134
11351135def to_numpy (
1136- modin_obj : Union [SupportsPrivateToNumPy , SupportsPublicToNumPy ]
1136+ modin_obj : Union [SupportsPrivateToNumPy , SupportsPublicToNumPy ],
11371137) -> np .ndarray :
11381138 """
11391139 Convert a Modin object to a NumPy array.
Original file line number Diff line number Diff line change 6969 parse_dates_values_by_id ,
7070)
7171from .utils import test_data as utils_test_data
72- from .utils import time_parsing_csv_path
72+ from .utils import (
73+ time_parsing_csv_path ,
74+ )
7375
7476if StorageFormat .get () == "Pandas" :
7577 import modin .pandas as pd
You can’t perform that action at this time.
0 commit comments