python-bigquery-dataframes
python-bigquery-dataframes copied to clipboard
BigQuery DataFrames
### **Feature Request** Supposed I used bigframes and processed my data like this: `res_df = df.assign(pred=input_remote_function.apply(generate_text))` And got this output dataframe **res_df**: uri | pred | -------------------------------------------------- | -----------------------------------------------| gs://dataproc-metastore-public-binaries/ads_ba......
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...
Hello, I am a new user of bigframes package. I was trying to execute some code but I am facing a problem that i am not able to solve. I...
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...
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...
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...
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...
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'll be hard coding https://github.com/googleapis/python-bigquery-dataframes/blob/main/docs/templates/toc.yml#L7 to `summary_overview.html` as docfx tends to keep the file extension and does not convert them to what we want them to. While keeping it as...
Hi! I'm using `bigframes 0.19.2` and in particular, using `pandas.read_gbq(..)` to read an SQL statement to a Pandas DataFrame. I don't have permissions to create a ReadSession on our BigQuery...