From 85afe7d95a330995cd2214a9f3c6badf03ba1cbc Mon Sep 17 00:00:00 2001 From: jasjyotsinghjaswal Date: Wed, 8 Jan 2025 13:23:07 -0400 Subject: [PATCH] Added notebook for link to repo that has the LLM app OhSheet!!!ItsSpark to Convert Formula driven Excel Spreadsheets to Pyspark transformations --- .../oh_sheet_its_spark!!!!.ipynb | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 week2/community-contributions/oh_sheet_its_spark!!!!.ipynb diff --git a/week2/community-contributions/oh_sheet_its_spark!!!!.ipynb b/week2/community-contributions/oh_sheet_its_spark!!!!.ipynb new file mode 100644 index 0000000..4187c73 --- /dev/null +++ b/week2/community-contributions/oh_sheet_its_spark!!!!.ipynb @@ -0,0 +1,30 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Repo link to a LLM App that can help you convert any Excel Spreadsheet with formulas into Pyspark equivalent transformations in a matter of few clicks " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "https://github.com/jasjyotsinghjaswal/llm_custom_apps" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}