From 98f75d615e4a8a26a179029850acd56ecbc2fff2 Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Tue, 29 Oct 2024 17:15:41 -0400 Subject: [PATCH] docs: use vendored penguins data in blog post --- docs/blog/introduction/index.qmd | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/blog/introduction/index.qmd b/docs/blog/introduction/index.qmd index 417ab18..cd3f29f 100644 --- a/docs/blog/introduction/index.qmd +++ b/docs/blog/introduction/index.qmd @@ -280,7 +280,6 @@ from htmltools import HTML, div embed_css() -penguins = load_penguins() pl_penguins = penguins.to_polars() # Create a dictionary of all the nested tables ----