From 9bbb7cfb97725ba59765fd56c1907f9b83c73484 Mon Sep 17 00:00:00 2001 From: jrycw Date: Sat, 25 Jan 2025 12:12:26 +0800 Subject: [PATCH] Update the preview of `year` col in `gtcars` dataset --- great_tables/data/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/great_tables/data/__init__.py b/great_tables/data/__init__.py index 9fd74688a..7f3f213a1 100644 --- a/great_tables/data/__init__.py +++ b/great_tables/data/__init__.py @@ -414,7 +414,7 @@ Columns: 15 $ mfr 'Ford', 'Ferrari', 'Ferrari' $ model 'GT', '458 Speciale', '458 Spider' -$ year 2017.0, 2015.0, 2015.0 +$ year 2017, 2015, 2015 $ trim 'Base Coupe', 'Base Coupe', 'Base' $ bdy_style 'coupe', 'coupe', 'convertible' $ hp 647.0, 597.0, 562.0