Skip to content

Commit 2e18fea

Browse files
add content to table
1 parent 6350b96 commit 2e18fea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ This repository is a curated collection of data science articles from CodeCut, c
3434
| Python | Python Clean Code: 6 Best Practices to Make Your Python Functions More Readable | [🔗](https://codecut.ai/python-clean-code-6-best-practices-to-make-your-python-functions-more-readable-2/?utm_source=github&utm_medium=data_science_repo&utm_campaign=blog) | [🔗](https://github.com/codecuttech/Data-science/tree/master/python/good_functions) | [🔗](https://youtu.be/IDHD8JYBl5M) |
3535
| Logging and Debugging | Loguru: Simple as Print, Flexible as Logging | [🔗](https://codecut.ai/simplify-your-python-logging-with-loguru/?utm_source=github&utm_medium=data_science_repo&utm_campaign=blog) | [🔗](https://github.com/codecuttech/Data-science/tree/master/productive_tools/logging_tools) | [🔗](https://youtu.be/XY_OrUoR-HU) |
3636
| LLM | Enforce Structured Outputs from LLMs with PydanticAI | [🔗](https://codecut.ai/enforce-structured-outputs-from-llms-with-pydanticai/?utm_source=github&utm_medium=data_science_repo&utm_campaign=blog) | [🔗](https://codecuttech.github.io/Data-science/llm/pydantic_ai_examples.html) | |
37+
| LLM | Run Private AI Workflows with LangChain and Ollama | [🔗](https://codecut.ai/private-ai-workflows-langchain-ollama/?utm_source=github&utm_medium=data_science_repo&utm_campaign=blog) | [🔗](https://codecuttech.github.io/Data-science/llm/lchain_ollama.html) | |
3738
| Speed-up Tools | Writing Safer PySpark Queries with Parameters | [🔗](https://codecut.ai/pyspark-sql-enhancing-reusability-with-parameterized-queries/) | [🔗](https://codecuttech.github.io/Data-science/data_science_tools/pyspark_parametrize.html) | |
3839
| Speed-up Tools | Narwhals: Unified DataFrame Functions for pandas, Polars, and PySpark | [🔗](https://codecut.ai/unified-dataframe-functions-pandas-polars-pyspark/) | [🔗](https://codecuttech.github.io/Data-science/data_science_tools/narwhals.html) | |
3940
| Speed-up Tools | Eager to Lazy DataFrames with Narwhals | [🔗](https://codecut.ai/eager-to-lazy-dataframes-with-narwhals/) | [🔗](https://codecuttech.github.io/Data-science/data_science_tools/narwhals_row_ordering.html) | |

0 commit comments

Comments
 (0)