Skip to content

Commit

Permalink
format test
Browse files Browse the repository at this point in the history
  • Loading branch information
ganevgv committed Nov 8, 2019
1 parent c7913ab commit 35e91f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/frame/test_dtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ def test_df_where_with_category(self, kwargs):
# GH 16979
df = DataFrame(np.arange(2 * 3).reshape(2, 3), columns=list("ABC"))
mask = np.array([[True, False, True], [False, True, True]])

# change type to category
df.A = df.A.astype("category")
df.B = df.B.astype("category")
Expand Down

0 comments on commit 35e91f9

Please sign in to comment.