Skip to content

Commit

Permalink
Skip cell due to bugs in pandas
Browse files Browse the repository at this point in the history
Only happen in python 3.10, so not going to force updating pandas version in requirements.
Related pandas-dev/pandas#41935
  • Loading branch information
mingjerli committed Sep 30, 2022
1 parent 0cdb469 commit d0ac0c6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@
}
],
"source": [
"#NBVAL_SKIP\n",
"# Random sample and concatenate with the original dataset and do some strange scaling and do some plotting\n",
"\n",
"df = pd.concat([df, df.sample(10)])\n",
Expand Down Expand Up @@ -507,6 +508,7 @@
}
],
"source": [
"#NBVAL_IGNORE_OUTPUT\n",
"art = lineapy.save(df, 'fancy iris')\n",
"print(f'we have ran {c1} type1 mutation, {c2} type2 mutation and {c3} type3 mutation')"
]
Expand Down

0 comments on commit d0ac0c6

Please sign in to comment.