This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cc41e1  Add missing comma
     new f351428  Merge pull request #15581 from [BEAM-12943] Add missing comma 
in dataframes.ipynb
0cc41e1 is described below

commit 0cc41e1f044b8dc8e6e987e827d910f029ddd168
Author: Brian Hulette <bhule...@google.com>
AuthorDate: Fri Sep 24 08:56:39 2021 -0700

    Add missing comma
---
 examples/notebooks/tour-of-beam/dataframes.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/notebooks/tour-of-beam/dataframes.ipynb 
b/examples/notebooks/tour-of-beam/dataframes.ipynb
index c19d991..edb8a67 100644
--- a/examples/notebooks/tour-of-beam/dataframes.ipynb
+++ b/examples/notebooks/tour-of-beam/dataframes.ipynb
@@ -663,7 +663,7 @@
         "\n",
         "> ℹ️ It's recommended to **only** do this if you need to use a Pandas 
operation that is\n",
         "> [not supported in Beam 
DataFrames](https://beam.apache.org/documentation/dsls/dataframes/differences-from-pandas/#classes-of-unsupported-operations).\n",
-        "> Converting a PCollection into a Pandas DataFrame consolidates 
elements from potentially multiple workers into a single worker, which could 
create a performance bottleneck.\n"
+        "> Converting a PCollection into a Pandas DataFrame consolidates 
elements from potentially multiple workers into a single worker, which could 
create a performance bottleneck.\n",
         "\n",
         "> ⚠️ Pandas DataFrames are in-memory data structures, so make sure 
all the elements in the PCollection fit into memory.\n",
         "> If they don't fit into memory, consider yielding multiple DataFrame 
elements via\n",

Reply via email to