forked from ibis-project/ibis
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Append common actions to the PandasClient
This pull request adds list_tables, load_data, and create_table attributes for the PandasClient. Author: tonyfast <tony.fast@gmail.com> Closes ibis-project#1464 from tonyfast/pandas-ddl and squashes the following commits: cd045b5 [tonyfast] Fix flake spacings fd92308 [tonyfast] Merge remote-tracking branch 'ibis/master' into pandas-ddl 9e0f582 [tonyfast] Include a get_schema attribute and tests for create_table 9490ddd [tonyfast] Merge remote-tracking branch 'ibis/master' into pandas-ddl dc3bb12 [tonyfast] A simpler exists_table method 5647eea [tonyfast] Resolve some flake8 issues 88997b1 [tonyfast] Add a test for list_tables(like="") 4dd37af [tonyfast] Add a get_schema method to the pandas client and fix for review 9db2db3 [tonyfast] Add spaces after function definition and simplify list_tables test. def4e16 [tonyfast] Include tests for loading data with the pandas backend. 9d7aad7 [tonyfast] Add list_tables, load_data, and create_table to the pandas client
- Loading branch information
Showing
2 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters