Skip to content

Conversation

@TrevorBergeron
Copy link
Contributor

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:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Dec 19, 2023
@tswast tswast marked this pull request as ready for review December 19, 2023 20:38
@tswast tswast requested review from a team as code owners December 19, 2023 20:38
@tswast tswast requested a review from ashleyxuu December 19, 2023 20:38
@tswast
Copy link
Collaborator

tswast commented Dec 20, 2023

Looks like we have a few more tests to update. I'm actually not sure why we were hoping for "assert isinstance(value, np.ndarray)" in some of those tests. Seems like just checking that "len(value) > 0" would be sufficient.

@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels Dec 20, 2023
@TrevorBergeron TrevorBergeron merged commit a1c0631 into main Dec 21, 2023
@TrevorBergeron TrevorBergeron deleted the onetype branch December 21, 2023 02:35
Genesis929 pushed a commit that referenced this pull request Dec 26, 2023
* feat: new bytes, json, decimal type mappings * amend tests to reflect new types * add implicit type conversion for df.replace * more type casting tests * skip pandas 1.x for more tests --------- Co-authored-by: Tim Swast <swast@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: l Pull request size is large.

2 participants