Skip to content

Commit d9b4db6

Browse files
authored
fix: update dtype of year col in gtcars dataset (#586)
1 parent 15b293e commit d9b4db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

great_tables/data/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
_gtcars_dtype = {
3333
"mfr": "object",
3434
"model": "object",
35-
"year": "float64",
35+
"year": "int64",
3636
"trim": "object",
3737
"bdy_style": "object",
3838
"hp": "float64",

0 commit comments

Comments
 (0)