Skip to content

Commit

Permalink
[Website] add table-container-wrapper #22914
Browse files Browse the repository at this point in the history
  • Loading branch information
bullet03 committed Aug 26, 2022
1 parent 8347b9e commit cf5d488
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/www/site/content/en/get-started/from-spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ with beam.Pipeline() as pipeline:

Here's a comparison on how to get started both in PySpark and Beam.

<div class="table-container-wrapper">
{{< table >}}
<table style="width:100%">
<tr>
Expand Down Expand Up @@ -174,11 +175,13 @@ Here's a comparison on how to get started both in PySpark and Beam.
</tr>
</table>
{{< /table >}}
</div>

## Transforms

Here are the equivalents of some common transforms in both PySpark and Beam.

<div class="table-container-wrapper">
{{< table >}}
<table style="width:100%">
<tr>
Expand Down Expand Up @@ -258,6 +261,7 @@ Here are the equivalents of some common transforms in both PySpark and Beam.
</tr>
</table>
{{< /table >}}
</div>

> ℹ️ To learn more about the transforms available in Beam, check the
> [Python transform gallery](/documentation/transforms/python/overview).
Expand Down

0 comments on commit cf5d488

Please sign in to comment.