Skip to content
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

BigQuery: Get query results as pandas DataFrame #4354

Merged
merged 21 commits into from
Dec 4, 2017

Commits on Nov 22, 2017

  1. Configuration menu
    Copy the full SHA
    0343a64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b74e6d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e89b8de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8184716 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc20f91 View commit details
    Browse the repository at this point in the history
  6. imports pandas at module level and raises exception in to_dataframe()…

    … if it isn't installed
    alixhami committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    2b8ca85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c52dc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    484ab91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4db3f4b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a31e79d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    03b7fd5 View commit details
    Browse the repository at this point in the history
  12. fixes lint error

    alixhami committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    0c7bf88 View commit details
    Browse the repository at this point in the history
  13. adds RowIterator class

    alixhami committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    84994a7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    04f76f5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4fd0cc0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    321b56a View commit details
    Browse the repository at this point in the history
  17. adds tests for column dtypes

    alixhami committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    da52040 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    83d9e3c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    10fcd7c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6762f95 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0802ca8 View commit details
    Browse the repository at this point in the history