From 6b7cac0fa331b7517c3bf1d6bad7ce855e103b89 Mon Sep 17 00:00:00 2001 From: jasjyotsinghjaswal Date: Wed, 8 Jan 2025 13:21:18 -0400 Subject: [PATCH 1/4] Added notebook for link to repo that has the LLM app OhSheet!!!ItsSpark to Convert Formula driven Excel Spreadsheets to Pyspark formukas --- week2/oh_sheet_its_spark!!!!.ipynb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 week2/oh_sheet_its_spark!!!!.ipynb diff --git a/week2/oh_sheet_its_spark!!!!.ipynb b/week2/oh_sheet_its_spark!!!!.ipynb new file mode 100644 index 0000000..4187c73 --- /dev/null +++ b/week2/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 +} From 0e285830ae1178b66ab4d3c91cc49b8e09a17309 Mon Sep 17 00:00:00 2001 From: jasjyotsinghjaswal Date: Wed, 8 Jan 2025 13:21:45 -0400 Subject: [PATCH 2/4] Delete week2/oh_sheet_its_spark!!!!.ipynb --- week2/oh_sheet_its_spark!!!!.ipynb | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 week2/oh_sheet_its_spark!!!!.ipynb diff --git a/week2/oh_sheet_its_spark!!!!.ipynb b/week2/oh_sheet_its_spark!!!!.ipynb deleted file mode 100644 index 4187c73..0000000 --- a/week2/oh_sheet_its_spark!!!!.ipynb +++ /dev/null @@ -1,30 +0,0 @@ -{ - "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 -} From 85afe7d95a330995cd2214a9f3c6badf03ba1cbc Mon Sep 17 00:00:00 2001 From: jasjyotsinghjaswal Date: Wed, 8 Jan 2025 13:23:07 -0400 Subject: [PATCH 3/4] 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 +} From 4087552ccd3d2a1baec69738f62dee0b7a63bda5 Mon Sep 17 00:00:00 2001 From: jasjyotsinghjaswal Date: Tue, 21 Jan 2025 10:36:29 -0400 Subject: [PATCH 4/4] Rename oh_sheet_its_spark!!!!.ipynb to oh_sheet_its_spark.ipynb --- .../{oh_sheet_its_spark!!!!.ipynb => oh_sheet_its_spark.ipynb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename week2/community-contributions/{oh_sheet_its_spark!!!!.ipynb => oh_sheet_its_spark.ipynb} (100%) diff --git a/week2/community-contributions/oh_sheet_its_spark!!!!.ipynb b/week2/community-contributions/oh_sheet_its_spark.ipynb similarity index 100% rename from week2/community-contributions/oh_sheet_its_spark!!!!.ipynb rename to week2/community-contributions/oh_sheet_its_spark.ipynb