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 3fd7161 commit 5f34ca0Copy full SHA for 5f34ca0
pandas/io/parquet.py
@@ -10,10 +10,10 @@
10
def get_engine(engine):
11
""" return our implementation """
12
13
- if engine is 'auto':
+ if engine == 'auto':
14
engine = get_option('io.parquet.engine')
15
16
17
# try engines in this order
18
try:
19
return PyArrowImpl()
0 commit comments