Skip to content

Commit 9a60093

Browse files
committed
fixed test_api
1 parent 3dcf97e commit 9a60093

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

pandas/tests/api/test_api.py

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,31 +107,46 @@ class TestPDApi(Base):
107107
funcs = [
108108
"array",
109109
"bdate_range",
110+
"boolean",
111+
"categorical",
110112
"concat",
111113
"crosstab",
112114
"cut",
115+
"date",
113116
"date_range",
114-
"interval_range",
117+
"datetime",
118+
"decimal",
119+
"duration",
115120
"eval",
116121
"factorize",
117-
"get_dummies",
122+
"floating",
118123
"from_dummies",
124+
"get_dummies",
119125
"infer_freq",
126+
"integer",
127+
"interval",
128+
"interval_range",
120129
"isna",
121130
"isnull",
131+
"list",
122132
"lreshape",
133+
"map",
123134
"melt",
135+
"merge",
136+
"merge_asof",
137+
"merge_ordered",
124138
"notna",
125139
"notnull",
126140
"offsets",
127-
"merge",
128-
"merge_ordered",
129-
"merge_asof",
141+
"period",
130142
"period_range",
131143
"pivot",
132144
"pivot_table",
133145
"qcut",
134146
"show_versions",
147+
"sparse",
148+
"string",
149+
"struct",
135150
"timedelta_range",
136151
"unique",
137152
"wide_to_long",

0 commit comments

Comments
 (0)