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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new e9338c4  Publishing website 2021/09/29 00:05:56 at commit 0111cff
e9338c4 is described below

commit e9338c4cf15aada17de4afaa9a75393f5d104307
Author: jenkins <bui...@apache.org>
AuthorDate: Wed Sep 29 00:05:56 2021 +0000

    Publishing website 2021/09/29 00:05:56 at commit 0111cff
---
 .../documentation/dsls/dataframes/overview/index.html                | 5 +++--
 website/generated-content/sitemap.xml                                | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git 
a/website/generated-content/documentation/dsls/dataframes/overview/index.html 
b/website/generated-content/documentation/dsls/dataframes/overview/index.html
index fda1042..cc814f4 100644
--- 
a/website/generated-content/documentation/dsls/dataframes/overview/index.html
+++ 
b/website/generated-content/documentation/dsls/dataframes/overview/index.html
@@ -18,8 +18,9 @@
 function addPlaceholder(){$('input:text').attr('placeholder',"What are you 
looking for?");}
 function endSearch(){var 
search=document.querySelector(".searchBar");search.classList.add("disappear");var
 icons=document.querySelector("#iconsBar");icons.classList.remove("disappear");}
 function blockScroll(){$("body").toggleClass("fixedPosition");}
-function openMenu(){addPlaceholder();blockScroll();}</script><div 
class="clearfix container-main-content"><div class="section-nav closed" 
data-offset-top=90 data-offset-bottom=500><span class="section-nav-back 
glyphicon glyphicon-menu-left"></span><nav><ul class=section-nav-list 
data-section-nav><li><span 
class=section-nav-list-main-title>Languages</span></li><li><span 
class=section-nav-list-title>Java</span><ul class=section-nav-list><li><a 
href=/documentation/sdks/java/>Java SDK overvi [...]
-Run in Colab</a></td></table><p><br><br><br><br></p><p>The Apache Beam Python 
SDK provides a DataFrame API for working with pandas-like <a 
href=https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html>DataFrame</a>
 objects. The feature lets you convert a PCollection to a DataFrame and then 
interact with the DataFrame using the standard methods available on the pandas 
DataFrame API. The DataFrame API is built on top of the pandas implementation, 
and pandas DataFram [...]
+function openMenu(){addPlaceholder();blockScroll();}</script><div 
class="clearfix container-main-content"><div class="section-nav closed" 
data-offset-top=90 data-offset-bottom=500><span class="section-nav-back 
glyphicon glyphicon-menu-left"></span><nav><ul class=section-nav-list 
data-section-nav><li><span 
class=section-nav-list-main-title>Languages</span></li><li><span 
class=section-nav-list-title>Java</span><ul class=section-nav-list><li><a 
href=/documentation/sdks/java/>Java SDK overvi [...]
+Run in Colab</a></td></table><p><br><br><br><br></p><p>The Apache Beam Python 
SDK provides a DataFrame API for working with pandas-like <a 
href=https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html>DataFrame</a>
 objects. The feature lets you convert a PCollection to a DataFrame and then 
interact with the DataFrame using the standard methods available on the pandas 
DataFrame API. The DataFrame API is built on top of the pandas implementation, 
and pandas DataFram [...]
+</code></pre><p>Note that the <em>same</em> <code>pandas</code> version should 
be installed on workers when executing DataFrame API pipelines on distributed 
runners. Reference <a 
href=https://github.com/apache/beam/blob/master/sdks/python/container/base_image_requirements.txt><code>base_image_requirements.txt</code></a>
 for the Beam release you are using to see what version of <code>pandas</code> 
will be used by default on workers.</p><h2 id=using-dataframes>Using 
DataFrames</h2><p>You c [...]
 
 <span class=k>with</span> <span class=n>beam</span><span class=o>.</span><span 
class=n>Pipeline</span><span class=p>()</span> <span class=k>as</span> <span 
class=n>p</span><span class=p>:</span>
   <span class=n>df</span> <span class=o>=</span> <span class=n>p</span> <span 
class=o>|</span> <span class=n>read_csv</span><span class=p>(</span><span 
class=s2>&#34;gs://apache-beam-samples/nyc_taxi/misc/sample.csv&#34;</span><span
 class=p>)</span>
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index c7b5610..1b084af 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/blog/beam-2.32.0/</loc><lastmod>2021-09-16T12:21:14-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-09-16T12:21:14-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-09-16T12:21:14-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-09-17T14:05:48-07:00</lastmod></url><url><loc>/blog/b
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/blog/beam-2.32.0/</loc><lastmod>2021-09-16T12:21:14-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-09-16T12:21:14-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-09-16T12:21:14-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-09-17T14:05:48-07:00</lastmod></url><url><loc>/blog/b
 [...]
\ No newline at end of file

Reply via email to