Koushik Khan akshayka commited on
Commit
67c85ae
·
unverified ·
1 Parent(s): 4c8f59f

simplifying textual description

Browse files

Co-authored-by: Akshay Agrawal <[email protected]>

Files changed (1) hide show
  1. polars/01_why_polars.py +1 -1
polars/01_why_polars.py CHANGED
@@ -90,7 +90,7 @@ def _():
90
  def _(mo):
91
  mo.md(
92
  r"""
93
- The same example can be worked out in Polars like below,
94
  """
95
  )
96
  return
 
90
  def _(mo):
91
  mo.md(
92
  r"""
93
+ The same example can be worked out in Polars more concisely, using method chaining. Notice how the Polars code is essentially as readable as English.
94
  """
95
  )
96
  return