8000 docs: remove preview warning from partial ordering mode sample notebook by tswast · Pull Request #1986 · googleapis/python-bigquery-dataframes · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion notebooks/dataframes/pypi.ipynb
Original file line numb 5C72 er Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"source": [
"import bigframes.pandas as bpd\n",
"\n",
"# Preview feature warning:\n",
"# Use `ordering_mode=\"partial\"` for more efficient query generation, but\n",
"# some pandas-compatible methods may not be possible without a total ordering.\n",
"bpd.options.bigquery.ordering_mode = \"partial\""
Expand Down
0