Skip to content

Commit ed7e5f9

Browse files
authored
add test
1 parent aac3e59 commit ed7e5f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from io import StringIO
2+
import pytest
3+
import pandas as pd
4+
5+
def test_large_number():
6+
assert pd.read_json(StringIO('["9999999999999999"]'),orient="values",typ="series",convert_dates=False)[0] == 9999999999999999

0 commit comments

Comments
 (0)