Skip to content

Commit

Permalink
docs: update the preview of year col in gtcars dataset (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrycw authored Jan 27, 2025
1 parent 3290208 commit c983857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion great_tables/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
Columns: 15
$ mfr <str> 'Ford', 'Ferrari', 'Ferrari'
$ model <str> 'GT', '458 Speciale', '458 Spider'
$ year <f64> 2017.0, 2015.0, 2015.0
$ year <i64> 2017, 2015, 2015
$ trim <str> 'Base Coupe', 'Base Coupe', 'Base'
$ bdy_style <str> 'coupe', 'coupe', 'convertible'
$ hp <f64> 647.0, 597.0, 562.0
Expand Down

0 comments on commit c983857

Please sign in to comment.