Skip to content

Commit

Permalink
FIX-modin-project#5196: Support pandas tseries and offsets.
Browse files Browse the repository at this point in the history
Signed-off-by: mvashishtha <[email protected]>
  • Loading branch information
mvashishtha committed Nov 10, 2022
1 parent 3eed27d commit a732675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions modin/pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
NamedAgg,
NA,
api,
tseries,
offsets,
)
import os

Expand Down Expand Up @@ -365,6 +367,8 @@ def init_remote_ray(partition):
"NamedAgg",
"api",
"read_xml",
"tseries",
"offsets",
]

if PandasCompatVersion.CURRENT != PandasCompatVersion.PY36:
Expand Down
2 changes: 0 additions & 2 deletions modin/pandas/test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ def test_top_level_api_equality():
"core",
"compat",
"util",
"offsets",
"datetime",
"arrays",
"api",
"tseries",
"errors",
"to_msgpack", # This one is experimental, and doesn't look finished
"describe_option",
Expand Down

0 comments on commit a732675

Please sign in to comment.