Skip to content

Commit c983857

Browse files
authored
docs: update the preview of year col in gtcars dataset (#587)
1 parent 3290208 commit c983857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

great_tables/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
Columns: 15
415415
$ mfr <str> 'Ford', 'Ferrari', 'Ferrari'
416416
$ model <str> 'GT', '458 Speciale', '458 Spider'
417-
$ year <f64> 2017.0, 2015.0, 2015.0
417+
$ year <i64> 2017, 2015, 2015
418418
$ trim <str> 'Base Coupe', 'Base Coupe', 'Base'
419419
$ bdy_style <str> 'coupe', 'coupe', 'convertible'
420420
$ hp <f64> 647.0, 597.0, 562.0

0 commit comments

Comments
 (0)