Skip to content

Commit 7f3d41c

Browse files
authored
chore: fix two typos in dtypes.py (#406)
1 parent 2fd69f4 commit 7f3d41c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigframes/dtypes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"date32[day][pyarrow]",
6868
"time64[us][pyarrow]",
6969
"decimal128(38, 9)[pyarrow]",
70-
"decimal256(38, 9)[pyarrow]",
70+
"decimal256(76, 38)[pyarrow]",
7171
"binary[pyarrow]",
7272
]
7373

@@ -170,7 +170,7 @@
170170
}
171171

172172
# special case - string[pyarrow] doesn't include the storage in its name, and both
173-
# "string" and "string[pyarrow] are accepted"
173+
# "string" and "string[pyarrow]" are accepted
174174
BIGFRAMES_STRING_TO_BIGFRAMES["string[pyarrow]"] = pd.StringDtype(storage="pyarrow")
175175

176176
# For the purposes of dataframe.memory_usage

0 commit comments

Comments
 (0)