Skip to content

Commit

Permalink
Update Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cortez-stevenson committed May 1, 2020
1 parent 233cfd2 commit 6e73ab2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@


def transform(self, f, **kwargs):
"""Transform is widely-used throughout the project to
'chain' `pyspark.sql.DataFrame` methods using dot-
notation.
"""This method can be used to 'chain' `pyspark.sql.DataFrame` methods using
dot-notation.
That being said, this extension could be applied to
other classes in interesting ways..."""
That being said, this extension could be applied to other classes in
interesting ways...
"""
return f(self, **kwargs)


Expand Down

0 comments on commit 6e73ab2

Please sign in to comment.