python-bigquery-dataframes
python-bigquery-dataframes copied to clipboard
BigQuery DataFrames
Many tests are failing in the presubmit session. ``` nox > python -m pip freeze aiohttp==3.9.1 aiosignal==1.3.1 appdirs==1.4.4 argcomplete==3.2.1 asttokens==2.4.1 asyncmock==0.4.2 atpublic==4.0 attrs==23.2.0 bidict==0.22.1 # Editable Git install with no...
After fixing failed tests mentioned #337, still have other tests failed: ``` FAILED tests/system/small/test_dataframe.py::test_dataframe_bool_aggregates[all_axis0] - AssertionError: Series.index are different FAILED tests/system/small/test_dataframe.py::test_dataframe_bool_aggregates[any_axis0] - AssertionError: Series.index are different FAILED tests/system/small/test_dataframe.py::test_df_pivot[values2-int64_too-columns2] - AssertionError:...
Hello there and thanks for this great package! I wonder if you plan to implement all the pandas-related rolling functions as well as the merge_asof merge. These are very powerful...
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...
I'd like to use flakybot so that we are alerted when we have a test failure https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot See these lines from https://github.com/googleapis/synthtool/blob/master/synthtool/gcp/templates/python_library/.kokoro/build.sh ``` # If this is a continuous build,...
Dear Google BigFrame Team, I hope this message finds you well. I am writing to discuss a potential collaboration opportunity that could greatly benefit both the BigFrame project and the...
Intern Starter Task 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: - [...
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...
- [X] Make sure to open an issue as internal issue: 358459166 - [X] Ensure the tests and linter pass - [X] Code coverage does not decrease (if any source...
Currently the user facing functions `remote_function` and `read_gbq_function` have entry points through the `Session` class and `bigframes.pandas` module. Most of the underlying code currently exists in `bigframes.functions.remote_function` which has grown...