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

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

                Author: ASF GitHub Bot
            Created on: 16/Sep/21 18:44
            Start Date: 16/Sep/21 18:44
    Worklog Time Spent: 10m 
      Work Description: davidcavazos commented on a change in pull request 
#15470:
URL: https://github.com/apache/beam/pull/15470#discussion_r710379655



##########
File path: examples/notebooks/tour-of-beam/dataframes.ipynb
##########
@@ -0,0 +1,744 @@
+{
+  "nbformat": 4,
+  "nbformat_minor": 2,
+  "metadata": {
+    "colab": {
+      "name": "Beam DataFrames",
+      "provenance": [],
+      "collapsed_sections": [],
+      "toc_visible": true
+    },
+    "kernelspec": {
+      "name": "python3",
+      "display_name": "Python 3"
+    },
+    "language_info": {
+      "name": "python"
+    }
+  },
+  "cells": [
+    {
+      "cell_type": "code",
+      "execution_count": null,
+      "source": [
+        "#@title ###### Licensed to the Apache Software Foundation (ASF), 
Version 2.0 (the \"License\")\n",

Review comment:
       Yeah, it shows up in the table of contents, but by adding `@title` we 
can collapse the cell to only show up the summary. It's a little less intrusive 
while reading the notebook.

##########
File path: website/www/site/content/en/documentation/dsls/dataframes/overview.md
##########
@@ -115,3 +117,5 @@ pc1, pc2 = {'a': pc} | DataframeTransform(lambda a: expr1, 
expr2)
 
 [pydoc_dataframe_transform]: 
https://beam.apache.org/releases/pydoc/current/apache_beam.dataframe.transforms.html#apache_beam.dataframe.transforms.DataframeTransform
 [pydoc_sql_transform]: 
https://beam.apache.org/releases/pydoc/current/apache_beam.transforms.sql.html#apache_beam.transforms.sql.SqlTransform
+
+{{< button-colab 
url="https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/dataframes.ipynb";
 >}}

Review comment:
       Sure thing! I just added a button there as well.




-- 
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.

To unsubscribe, e-mail: [email protected]

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


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

    Worklog Id:     (was: 651938)
    Time Spent: 1.5h  (was: 1h 20m)

> Add `ib.collect` example to "Differences from pandas"
> -----------------------------------------------------
>
>                 Key: BEAM-12535
>                 URL: https://issues.apache.org/jira/browse/BEAM-12535
>             Project: Beam
>          Issue Type: Task
>          Components: dsl-dataframe, website
>            Reporter: David Huntsperger
>            Priority: P2
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Add an example of collecting a deferred DataFrame using `ib.collect`.



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

Reply via email to