Skip to content

Commit 252f3a2

Browse files
authored
docs: fix the rendering for get_dummies (#291)
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) - [x] Appropriate docs were updated (if necessary) - docs: https://screenshot.googleplex.com/8X53mhLdQb2dQsd Fixes internal issue 317915956 🦕
1 parent ac1a745 commit 252f3a2

File tree

1 file changed

+1
-0
lines changed
  • third_party/bigframes_vendored/pandas/core/reshape

1 file changed

+1
-0
lines changed

third_party/bigframes_vendored/pandas/core/reshape/encoding.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def get_dummies(
2525
prepended to the value.
2626
2727
**Examples:**
28+
2829
>>> import bigframes.pandas as pd
2930
>>> pd.options.display.progress_bar = None
3031
>>> s = pd.Series(list('abca'))

0 commit comments

Comments
 (0)