TheNeuralBit commented on a change in pull request #14382: URL: https://github.com/apache/beam/pull/14382#discussion_r610871626
########## File path: sdks/python/apache_beam/dataframe/__init__.py ########## @@ -14,4 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. +"""Beam DataFrame API + +- For high-level documentation see + https://beam.apache.org/documentation/dsls/dataframes/overview/ +- :mod:`apache_beam.dataframe.io`: DataFrame I/Os +- :mod:`apache_beam.dataframe.frames`: DataFrame operations +- :mod:`apache_beam.dataframe.convert`: Conversion between + :class:`~apache_beam.pvalue.PCollection` and + :class:`~apache_beam.dataframe.frames.DeferredDataFrame`. +- :mod:`apache_beam.dataframe.transforms`: Embed DataFrame operations in a + Beam pipeline. Review comment: Done. Thank you! -- 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: us...@infra.apache.org