Skip to content

Commit 03a2b8a

Browse files
author
Pyry Kovanen
committed
Add GH issue number to TODO comment
1 parent 2461b90 commit 03a2b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/json/test_json_table_schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,6 @@ def test_empty_frame_roundtrip(self):
567567
expected = df.copy()
568568
out = df.to_json(orient='table')
569569
result = pd.read_json(out, orient='table')
570-
# TODO: When DF coercion issue (GH ) is resolved, tighten type checks
570+
# TODO: After DF coercion issue (GH 21345) is resolved, tighten type checks
571571
tm.assert_frame_equal(expected, result,
572572
check_dtype=False, check_index_type=False)

0 commit comments

Comments
 (0)