diff --git a/README.md b/README.md index f9a11eb..dfe1a09 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,14 @@ a manner that aligns with their preferences and learning style. **Content** -| Topic | PDF | Streamlit | Google Colab | -|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| python | | | Open In Colab | -| numpy | | | Open In Colab | -| pandas | | | Open In Colab | -| matplotlib | | | Open In Colab | -| scikit-learn | | | Open In Colab | +| Topic | PDF | Streamlit | Google Colab | +|--------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| python | | | Open In Colab | +| numpy | | | Open In Colab | +| pandas | | | Open In Colab | +| matplotlib | | | Open In Colab | +| scikit-learn | | | Open In Colab | +| polars | | | Open In Colab | > **Note**: The PDF format cheat sheets included here are authored by other contributors and have been used as sources of inspiration for the content presented. diff --git a/docs/index.md b/docs/index.md index 020d76d..b46c746 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,13 +14,14 @@ with the content in a manner that aligns with their preferences and learning sty **Content** -| Topic | PDF | Streamlit | Google Colab | -|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| python | | | Open In Colab | -| numpy | | | Open In Colab | -| pandas | | | Open In Colab | -| matplotlib | | | Open In Colab | -| scikit-learn | | | Open In Colab | +| Topic | PDF | Streamlit | Google Colab | +|--------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| python | | | Open In Colab | +| numpy | | | Open In Colab | +| pandas | | | Open In Colab | +| matplotlib | | | Open In Colab | +| scikit-learn | | | Open In Colab | +| polars | | | Open In Colab | > **Note**: The PDF format cheat sheets included here are authored by other contributors and have been used as sources of inspiration for the content presented. diff --git a/mkdocs.yml b/mkdocs.yml index 2803379..48e5c30 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -96,13 +96,14 @@ nav: - Pandas: examples/pandas/pandas.ipynb - Matplotlib: examples/matplotlib/matplotlib.ipynb - Scikit-Learn: examples/scikit-learn/sklearn.ipynb - - Scikit-Learn: examples/vizzu/vizzu.ipynb + - Polars: examples/polars/polars.ipynb - Streamlit: - Python: examples/python/st_python.ipynb - Numpy: examples/numpy/st_numpy.ipynb - Pandas: examples/pandas/st_pandas.ipynb - Matplotlib: examples/matplotlib/st_matplotlib.ipynb - Scikit-Learn: examples/scikit-learn/st_sklearn.ipynb + - Polars: examples/polars/st_polars.ipynb