Skip to content

Commit

Permalink
tests in api
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Mar 31, 2017
1 parent 628b62c commit 52ef75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/api/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class TestPDApi(Base, tm.TestCase):
'read_gbq', 'read_hdf', 'read_html', 'read_json',
'read_msgpack', 'read_pickle', 'read_sas', 'read_sql',
'read_sql_query', 'read_sql_table', 'read_stata',
'read_table', 'read_feather']
'read_table', 'read_feather', 'read_parquet']

# top-level to_* funcs
funcs_to = ['to_datetime', 'to_msgpack',
Expand Down

0 comments on commit 52ef75b

Please sign in to comment.