We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3861066 commit a1f8a63Copy full SHA for a1f8a63
ci/code_checks.sh
@@ -245,6 +245,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
245
pandas/core/reshape/pivot.py \
246
pandas/core/reshape/reshape.py \
247
pandas/core/reshape/tile.py \
248
+ pandas/core/reshape/melt.py \
249
-k"-crosstab -pivot_table -cut"
250
RET=$(($RET + $?)) ; echo $MSG "DONE"
251
0 commit comments