We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a488c commit 8ca895bCopy full SHA for 8ca895b
data_science_tools/polars_vs_pandas.py
@@ -13,7 +13,7 @@ def _():
13
14
@app.cell(hide_code=True)
15
def _(mo):
16
- mo.md(r"""# Polars vs. Pandas: A Fast, Multi-Core Alternative for DataFrames""")
+ mo.md(r"""# Polars vs. Pandas: A Multi-Core Alternative for DataFrames""")
17
return
18
19
0 commit comments