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 28d6e05 commit 743c08fCopy full SHA for 743c08f
pandas/tests/io/json/test_json_table_schema.py
@@ -1,6 +1,5 @@
1
"""Tests for Table Schema integration."""
2
import json
3
-import io
4
from collections import OrderedDict
5
6
import numpy as np
@@ -13,7 +12,6 @@
13
12
from pandas.io.json.table_schema import (
14
as_json_table_type,
15
build_table_schema,
16
- parse_table_schema,
17
convert_pandas_type_to_json_field,
18
convert_json_field_to_pandas_type,
19
set_default_names)
0 commit comments