python-bigquery-dataframes
python-bigquery-dataframes copied to clipboard
BigQuery DataFrames
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...
Migrated the timestamp_add_op operator to SQLGlot. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes...
Migrated the timestamp_diff_op operator to SQLGlot. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes...
This commit updates the copyright year in the test file `tests/unit/functions/test_function_typing.py` to 2025. --- *PR created automatically by Jules for task [17087358634619041143](https://jules.google.com/task/17087358634619041143)*
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...
Fixes internal issue 445529690🦕
I have noticed a wild discrepancy between the sql obtained from `DataFrame.sql` and the dispatched sql from `DataFrame.to_pandas(dry_run=True)`. The sql code I get from `DataFrame.sql` is much cleaner and, accordingly...
415651245 @sycai