We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652adbd commit c84e515Copy full SHA for c84e515
pandas/tests/io/json/test_pandas.py
@@ -1037,5 +1037,3 @@ def test_data_frame_size_after_to_json(self):
1037
size_after = df.memory_usage(index=True, deep=True).sum()
1038
1039
assert size_before == size_after
1040
-
1041
0 commit comments