We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628b62c commit 52ef75bCopy full SHA for 52ef75b
pandas/tests/api/test_api.py
@@ -86,7 +86,7 @@ class TestPDApi(Base, tm.TestCase):
86
'read_gbq', 'read_hdf', 'read_html', 'read_json',
87
'read_msgpack', 'read_pickle', 'read_sas', 'read_sql',
88
'read_sql_query', 'read_sql_table', 'read_stata',
89
- 'read_table', 'read_feather']
+ 'read_table', 'read_feather', 'read_parquet']
90
91
# top-level to_* funcs
92
funcs_to = ['to_datetime', 'to_msgpack',
0 commit comments