Commit 746115d
authored
Fix: Update dataframe.to_gbq to dedup column names. (#286)
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](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) 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> 🦕1 parent 252f3a2 commit 746115d
File tree
2 files changed
+52
-6
lines changed- bigframes
- tests/system/small
2 files changed
+52
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2759 | 2759 | | |
2760 | 2760 | | |
2761 | 2761 | | |
| 2762 | + | |
| 2763 | + | |
| 2764 | + | |
| 2765 | + | |
| 2766 | + | |
2762 | 2767 | | |
2763 | | - | |
| 2768 | + | |
2764 | 2769 | | |
2765 | 2770 | | |
2766 | 2771 | | |
2767 | 2772 | | |
2768 | 2773 | | |
2769 | 2774 | | |
2770 | | - | |
| 2775 | + | |
2771 | 2776 | | |
2772 | 2777 | | |
2773 | 2778 | | |
2774 | 2779 | | |
2775 | 2780 | | |
2776 | 2781 | | |
2777 | | - | |
2778 | 2782 | | |
2779 | | - | |
2780 | | - | |
2781 | | - | |
| 2783 | + | |
2782 | 2784 | | |
2783 | 2785 | | |
2784 | 2786 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
276 | 320 | | |
277 | 321 | | |
278 | 322 | | |
| |||
0 commit comments