We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ec876 commit be2eccbCopy full SHA for be2eccb
pandas/io/parquet.py
@@ -5,7 +5,7 @@
5
6
from pandas.compat import string_types
7
8
-from pandas import DataFrame, Int64Index, RangeIndex, get_option
+from pandas import DataFrame, get_option
9
import pandas.core.common as com
10
11
from pandas.io.common import get_filepath_or_buffer, is_s3_url
0 commit comments