We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac19b5 commit 0de0cd4Copy full SHA for 0de0cd4
pandas/tests/io/json/test_normalize.py
@@ -238,7 +238,7 @@ def test_non_ascii_key(self):
238
tm.assert_frame_equal(result, expected)
239
240
def test_missing_field(self, author_missing_data):
241
- # GH20030: Checks for robustness of json_normalize
+ # GH20030:
242
result = json_normalize(author_missing_data)
243
ex_data = [
244
{'info': np.nan,
0 commit comments