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 c1fc462 commit 7be78ecCopy full SHA for 7be78ec
pandas/tests/io/json/test_normalize.py
@@ -928,7 +928,7 @@ def test_series_non_zero_index(self):
928
)
929
tm.assert_frame_equal(result, expected)
930
931
-def test_json_normalize_meta_string_validation(self):
+ def test_json_normalize_meta_string_validation(self):
932
# GH 63019
933
data = [{"a": 1, 12: "meta_value", "nested": [{"b": 2}]}]
934
@@ -944,4 +944,4 @@ def test_json_normalize_meta_string_validation(self):
944
assert "a" in result1.columns
945
946
result2 = json_normalize(data, record_path=["nested"], meta=["a"])
947
- assert "a" in result2.columns
+ assert "a" in result2.columns
0 commit comments