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 c3c173a commit 6906eb1Copy full SHA for 6906eb1
pandas/tests/io/json/test_normalize.py
@@ -938,10 +938,3 @@ def test_json_normalize_meta_string_validation(self):
938
939
with pytest.raises(TypeError, match="must be strings"):
940
json_normalize(data, record_path=["nested"], meta=[12])
941
-
942
- # Test string meta works correctly
943
- result1 = json_normalize(data, meta=["a"])
944
- assert "a" in result1.columns
945
946
- result2 = json_normalize(data, record_path=["nested"], meta=["a"])
947
- assert "a" in result2.columns
0 commit comments