-
Notifications
You must be signed in to change notification settings - Fork 48
docs: add runnable code samples for reading methods #125
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
Conversation
Just did the staging: https://cloud.devsite.corp.google.com/python/docs/reference/bigframes/latest/bigframes.session.Session#bigframes_session_Session_read_gbq_table The question now is to choose (using
|
240b9fd
to
0a28802
Compare
We decided to follow the pattern like below for adding runnable and testable code samples:
The new staging: https://cloud.devsite.corp.google.com/python/docs/reference/bigframes/latest/bigframes.session.Session#bigframes_session_Session_read_csv |
f2401f6
to
c11fc1b
Compare
* docs: add runnable and testable I/O code samples * docs: add runnable and testable reading methods code snippets * fix: assign a df and show the first 2 rows * address comments
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> 🦕