Skip to content

Commit

Permalink
fix: update dtype of year col in gtcars dataset (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone authored Jan 24, 2025
1 parent 15b293e commit d9b4db6
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 @@ -32,7 +32,7 @@
_gtcars_dtype = {
"mfr": "object",
"model": "object",
"year": "float64",
"year": "int64",
"trim": "object",
"bdy_style": "object",
"hp": "float64",
Expand Down

0 comments on commit d9b4db6

Please sign in to comment.