Skip to content

Commit

Permalink
Chore/cleanup examples (#320)
Browse files Browse the repository at this point in the history
* removing old unused notebooks

* cleaned all notebooks and added cleaning command

* removing some more unused files
  • Loading branch information
paddymul authored Oct 29, 2024
1 parent 2e56758 commit bc539e3
Show file tree
Hide file tree
Showing 29 changed files with 281 additions and 6,160 deletions.
23 changes: 8 additions & 15 deletions docs/example-notebooks/DFViewer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "e95ac3e5-4532-4aad-9ad1-4096d0e2d631",
"id": "0",
"metadata": {},
"source": [
"# DFViewer\n",
Expand All @@ -15,7 +15,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "c0150f9f-0fb0-487f-88ad-9c495c406e59",
"id": "1",
"metadata": {
"tags": []
},
Expand All @@ -27,7 +27,7 @@
},
{
"cell_type": "markdown",
"id": "acea57ee-06b6-4244-b6d4-fa14a8747e94",
"id": "2",
"metadata": {},
"source": [
"# Using the default DFViewer is straightforward"
Expand All @@ -36,7 +36,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "db41edd1-0569-4cb4-b95a-aaf82e854903",
"id": "3",
"metadata": {
"tags": []
},
Expand All @@ -48,7 +48,7 @@
},
{
"cell_type": "markdown",
"id": "fabc0d41-9343-463e-b2f5-b43671a1d7e2",
"id": "4",
"metadata": {},
"source": [
"## Removing pinned_rows"
Expand All @@ -57,7 +57,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "4887466f-afaa-4adc-809a-bb4bdf064d17",
"id": "5",
"metadata": {
"tags": []
},
Expand All @@ -68,7 +68,7 @@
},
{
"cell_type": "markdown",
"id": "fa8be87e-3b64-44e4-acda-76bba7566990",
"id": "6",
"metadata": {},
"source": [
"## It works with polars too"
Expand All @@ -77,7 +77,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "566d9cc1-c1bb-431b-bbab-776e029adebc",
"id": "7",
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -107,13 +107,6 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down
76 changes: 10 additions & 66 deletions docs/example-notebooks/Exception-Traits-demo.ipynb

Large diffs are not rendered by default.

43 changes: 18 additions & 25 deletions docs/example-notebooks/Extending-pandas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "4d39f5cc-7791-4e90-8108-60752647487c",
"id": "0",
"metadata": {},
"source": [
"# Extending Buckaroo for pandas\n",
Expand All @@ -22,7 +22,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "73f3516e-2273-495a-b3b9-f68593b0018b",
"id": "1",
"metadata": {
"tags": []
},
Expand All @@ -38,7 +38,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "45a03efb-ec32-4cda-b443-99425e80a458",
"id": "2",
"metadata": {
"tags": []
},
Expand All @@ -54,7 +54,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "8086b3b9-f97e-4b4c-9c0a-85566be060a3",
"id": "3",
"metadata": {
"tags": []
},
Expand All @@ -66,7 +66,7 @@
},
{
"cell_type": "markdown",
"id": "85054e95-edc2-4842-994d-3f6131660a8e",
"id": "4",
"metadata": {},
"source": [
"# Using the Pluggable Analysis Framework\n",
Expand All @@ -87,7 +87,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "912b478d-bd67-4bb8-a31d-a5f8e95f8f40",
"id": "5",
"metadata": {
"tags": []
},
Expand All @@ -114,7 +114,7 @@
},
{
"cell_type": "markdown",
"id": "05ecd1e4-1bde-48ce-ac51-bf53f7bb91c4",
"id": "6",
"metadata": {},
"source": [
"# Adding a styling analysis\n",
Expand All @@ -133,7 +133,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "c03b5bc4-0025-4b55-9e7c-cc1a69508688",
"id": "7",
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -194,15 +194,15 @@
},
{
"cell_type": "markdown",
"id": "a3116fa5-174e-4c67-98d7-dd33dc9b2275",
"id": "8",
"metadata": {},
"source": [
"Let's look at pinned_rows, they can be modified by setting `pinned_rows` on Buckaroo Instaniation"
]
},
{
"cell_type": "markdown",
"id": "be8c2eb7-a791-46f8-b3b4-62f596799b21",
"id": "9",
"metadata": {},
"source": [
"# lets add a post processing method"
Expand All @@ -211,7 +211,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "c2088225-051e-4cd7-b353-03df60124cc2",
"id": "10",
"metadata": {
"tags": []
},
Expand All @@ -227,7 +227,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "708da9e2-6311-4755-a3af-38afcaa49a3d",
"id": "11",
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -276,7 +276,7 @@
},
{
"cell_type": "markdown",
"id": "8f2a47ec-0067-4e10-ac6d-d45c46ed6171",
"id": "12",
"metadata": {},
"source": [
"## Where to use PostProcessing\n",
Expand Down Expand Up @@ -315,7 +315,7 @@
},
{
"cell_type": "markdown",
"id": "1a9e4db3-82ca-4478-ab87-0e29cccdf108",
"id": "13",
"metadata": {},
"source": [
"# Putting it all together\n",
Expand All @@ -326,7 +326,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "d8ccbb77-5cc1-4501-bb84-45480d1213ad",
"id": "14",
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -355,7 +355,7 @@
},
{
"cell_type": "markdown",
"id": "c83014fe-7a61-415d-862d-b7b055b2835e",
"id": "15",
"metadata": {},
"source": [
"# Why aren't there click handlers?\n",
Expand All @@ -367,7 +367,7 @@
},
{
"cell_type": "markdown",
"id": "e19b6de0-5684-4f0e-b821-dd3ba1198e72",
"id": "16",
"metadata": {},
"source": [
"# What about autocleaning and the low code UI\n",
Expand All @@ -385,7 +385,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "db2eb990-b6b0-47aa-b7ca-2fe40b9dcebe",
"id": "17",
"metadata": {},
"outputs": [],
"source": []
Expand All @@ -408,13 +408,6 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.20"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit bc539e3

Please sign in to comment.