[ 
https://issues.apache.org/jira/browse/BEAM-12024?focusedWorklogId=602574&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602574
 ]

ASF GitHub Bot logged work on BEAM-12024:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/May/21 21:09
            Start Date: 26/May/21 21:09
    Worklog Time Spent: 10m 
      Work Description: TheNeuralBit commented on a change in pull request 
#14886:
URL: https://github.com/apache/beam/pull/14886#discussion_r640122512



##########
File path: sdks/python/apache_beam/examples/dataframe/README.md
##########
@@ -0,0 +1,142 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+# Example DataFrame API Pipelines
+
+This module contains example pipelines that use the [Beam DataFrame
+API](https://beam.apache.org/documentation/dsls/dataframes/overview/).
+
+## Pre-requisites
+
+You must have `apache-beam>=2.30.0` installed in order to run these pipelines,
+because the `apache_beam.examples.dataframe` module was added in that release.
+Additionally using the DataFrame API requires `pandas>=1.0.0` to be installed
+in your local Python session. The _same_ version should be installed on workers
+when executing DataFrame API pipelines on distributed runners.
+
+## Wordcount Pipeline
+
+Wordcount is the "Hello World" of data analytic systems, so of course we

Review comment:
       Good idea, I just didn't think to add a link here. Done

##########
File path: sdks/python/apache_beam/examples/dataframe/README.md
##########
@@ -0,0 +1,142 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+# Example DataFrame API Pipelines
+
+This module contains example pipelines that use the [Beam DataFrame
+API](https://beam.apache.org/documentation/dsls/dataframes/overview/).
+
+## Pre-requisites
+
+You must have `apache-beam>=2.30.0` installed in order to run these pipelines,
+because the `apache_beam.examples.dataframe` module was added in that release.
+Additionally using the DataFrame API requires `pandas>=1.0.0` to be installed
+in your local Python session. The _same_ version should be installed on workers

Review comment:
       Done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 602574)
    Time Spent: 8h  (was: 7h 50m)

> Add well-documented DataFrame example pipelines
> -----------------------------------------------
>
>                 Key: BEAM-12024
>                 URL: https://issues.apache.org/jira/browse/BEAM-12024
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core
>            Reporter: Brian Hulette
>            Priority: P2
>              Labels: dataframe-api
>          Time Spent: 8h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to