Skip to content

Commit 530a4ad

Browse files
committed
revert: don't filter out null in simpsons dataset
1 parent e4640cc commit 530a4ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/tests/notebooks/complex_plots.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"\n",
1313
"import polars as pl\n",
1414
"\n",
15-
"simpsons = pl.read_csv(\"data/simpsons.csv\").filter(pl.col(\"imdb_rating\").is_not_null())\n",
15+
"simpsons = pl.read_csv(\"data/simpsons.csv\")\n",
1616
"penguins = pl.read_csv(\"data/penguins.csv\")\n",
1717
"metros = pl.read_csv(\"data/metros.csv\")\n",
1818
"\n",
@@ -253,7 +253,7 @@
253253
"name": "python",
254254
"nbconvert_exporter": "python",
255255
"pygments_lexer": "ipython3",
256-
"version": "3.10.10"
256+
"version": "3.11.9"
257257
},
258258
"orig_nbformat": 4
259259
},

0 commit comments

Comments
 (0)