-
Notifications
You must be signed in to change notification settings - Fork 1.7k
AutoML Tables: Enable users to pass in Pandas Dataframe when calling import_data() and batch_predict() from AutoML Tables client #9116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
c4fa1e7
Add GCS client
TrucHLe 384657d
Reuse bucket for uploading dataframe
TrucHLe e872279
Remove unused google.auth dependency
TrucHLe a3c9454
Remove unused ctor param in GcsClient
TrucHLe 4a6f39c
Use GcsClient in TablesClient
TrucHLe 1f4d4d9
Add unit tests relating to GcsClient in TablesClient
TrucHLe cfb9013
Add system test for GcsClient
TrucHLe 886d5d6
Auto lint the files
TrucHLe 4f9b107
Update import statement so that Python 2.7 could link library with tests
TrucHLe 1a6bc2a
Resolving comments on Aug 27, 2019
TrucHLe 3222741
Remove unnecesary params in test
TrucHLe 0487504
Auto lint some files
TrucHLe 0818996
Re-lint Tables unit test
TrucHLe f6b2a9e
Raise exception in GcsClient if Pandas is not imported
TrucHLe 6c2202e
Verify that google.cloud.storage is imported in GcsClient
TrucHLe ed5f019
Link dependencies to the tests so that Nox can run successfully
TrucHLe 9190485
Init GcsClient only when Pandas Dataframe is passed + Reformat import…
TrucHLe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
Init GcsClient only when Pandas Dataframe is passed + Reformat import…
… statements
- Loading branch information
commit 9190485cfe578b120b0b57df7dd1a8fc50a5fea9
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.