Skip to content

Commit

Permalink
FIX-#1806: Refactored code and added tests for multi-index
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Yu <toddyu@berkeley.edu>
  • Loading branch information
todd-yu committed Jan 29, 2021
1 parent dff12d7 commit 5f0f310
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions modin/pandas/test/dataframe/test_multiindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,10 @@
import pytest
import numpy as np
import pandas
from pandas.testing import assert_index_equal
import matplotlib
import modin.pandas as pd
import sys

from modin.pandas.test.utils import (
df_equals,
name_contains,
test_data_values,
test_data_keys,
numeric_dfs,
axis_keys,
axis_values,
bool_arg_keys,
bool_arg_values,
eval_general,
create_test_dfs,
generate_multiindex,
test_data_resample,
test_data,
test_data_diff_dtype,
modin_df_almost_equals_pandas,
)


Expand Down

0 comments on commit 5f0f310

Please sign in to comment.