From d7a288af98f3809265f343b89321f3e3d1737883 Mon Sep 17 00:00:00 2001 From: asiripanich <17020181+asiripanich@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:39:57 +1100 Subject: [PATCH] Refactor code to remove unnecessary execution counts --- tidy.ipynb | 116 ++++------------------------------------------------- 1 file changed, 7 insertions(+), 109 deletions(-) diff --git a/tidy.ipynb b/tidy.ipynb index 0d3807e..e9235db 100644 --- a/tidy.ipynb +++ b/tidy.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -19,73 +19,9 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "{'Divisions': shape: (19, 2)\n", - " ┌───────────────┬─────────────────────────────────┐\n", - " │ division_code ┆ division_title │\n", - " │ --- ┆ --- │\n", - " │ str ┆ str │\n", - " ╞═══════════════╪═════════════════════════════════╡\n", - " │ A ┆ Agriculture, Forestry and Fish… │\n", - " │ B ┆ Mining │\n", - " │ C ┆ Manufacturing │\n", - " │ D ┆ Electricity, Gas, Water and Wa… │\n", - " │ E ┆ Construction │\n", - " │ … ┆ … │\n", - " │ O ┆ Public Administration and Safe… │\n", - " │ P ┆ Education and Training │\n", - " │ Q ┆ Health Care and Social Assista… │\n", - " │ R ┆ Arts and Recreation Services │\n", - " │ S ┆ Other Services │\n", - " └───────────────┴─────────────────────────────────┘,\n", - " 'Groups': shape: (214, 3)\n", - " ┌────────────┬─────────────────────────────────┬──────────────┐\n", - " │ group_code ┆ group_title ┆ group_parent │\n", - " │ --- ┆ --- ┆ --- │\n", - " │ str ┆ str ┆ str │\n", - " ╞════════════╪═════════════════════════════════╪══════════════╡\n", - " │ 011 ┆ Nursery and Floriculture Produ… ┆ 01 │\n", - " │ 012 ┆ Mushroom and Vegetable Growing ┆ 01 │\n", - " │ 013 ┆ Fruit and Tree Nut Growing ┆ 01 │\n", - " │ 014 ┆ Sheep, Beef Cattle and Grain F… ┆ 01 │\n", - " │ 015 ┆ Other Crop Growing ┆ 01 │\n", - " │ … ┆ … ┆ … │\n", - " │ 952 ┆ Funeral, Crematorium and Cemet… ┆ 95 │\n", - " │ 953 ┆ Other Personal Services ┆ 95 │\n", - " │ 954 ┆ Religious Services ┆ 95 │\n", - " │ 955 ┆ Civic, Professional and Other … ┆ 95 │\n", - " │ 960 ┆ Private Households Employing S… ┆ 96 │\n", - " └────────────┴─────────────────────────────────┴──────────────┘,\n", - " 'Classes': shape: (506, 3)\n", - " ┌────────────┬─────────────────────────────────┬──────────────┐\n", - " │ class_code ┆ class_title ┆ class_parent │\n", - " │ --- ┆ --- ┆ --- │\n", - " │ str ┆ str ┆ str │\n", - " ╞════════════╪═════════════════════════════════╪══════════════╡\n", - " │ 0111 ┆ Nursery Production (Under Cove… ┆ 011 │\n", - " │ 0112 ┆ Nursery Production (Outdoors) ┆ 011 │\n", - " │ 0113 ┆ Turf Growing ┆ 011 │\n", - " │ 0114 ┆ Floriculture Production (Under… ┆ 011 │\n", - " │ 0115 ┆ Floriculture Production (Outdo… ┆ 011 │\n", - " │ … ┆ … ┆ … │\n", - " │ 9552 ┆ Labour Association Services ┆ 955 │\n", - " │ 9559 ┆ Other Interest Group Services … ┆ 955 │\n", - " │ 9601 ┆ Private Households Employing S… ┆ 960 │\n", - " │ 9602 ┆ Undifferentiated Goods-Produci… ┆ 960 │\n", - " │ 9603 ┆ Undifferentiated Service-Produ… ┆ 960 │\n", - " └────────────┴─────────────────────────────────┴──────────────┘}" - ] - }, - "execution_count": 3, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "def read_anzsic_sheet(sheet_name, prefix):\n", " df = (\n", @@ -122,47 +58,9 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "shape: (86, 3)
division_codesubdivision_codesubdivision_title
strstrstr
"A""01""Agriculture"
"A""02""Aquaculture"
"A""03""Forestry and Logging"
"A""04""Fishing, Hunting and Trapping"
"A""05""Agriculture, Forestry and Fish…
"R""91""Sports and Recreation Activiti…
"R""92""Gambling Activities"
"S""94""Repair and Maintenance"
"S""95""Personal and Other Services"
"S""96""Private Households Employing S…
" - ], - "text/plain": [ - "shape: (86, 3)\n", - "┌───────────────┬──────────────────┬─────────────────────────────────┐\n", - "│ division_code ┆ subdivision_code ┆ subdivision_title │\n", - "│ --- ┆ --- ┆ --- │\n", - "│ str ┆ str ┆ str │\n", - "╞═══════════════╪══════════════════╪═════════════════════════════════╡\n", - "│ A ┆ 01 ┆ Agriculture │\n", - "│ A ┆ 02 ┆ Aquaculture │\n", - "│ A ┆ 03 ┆ Forestry and Logging │\n", - "│ A ┆ 04 ┆ Fishing, Hunting and Trapping │\n", - "│ A ┆ 05 ┆ Agriculture, Forestry and Fish… │\n", - "│ … ┆ … ┆ … │\n", - "│ R ┆ 91 ┆ Sports and Recreation Activiti… │\n", - "│ R ┆ 92 ┆ Gambling Activities │\n", - "│ S ┆ 94 ┆ Repair and Maintenance │\n", - "│ S ┆ 95 ┆ Personal and Other Services │\n", - "│ S ┆ 96 ┆ Private Households Employing S… │\n", - "└───────────────┴──────────────────┴─────────────────────────────────┘" - ] - }, - "execution_count": 4, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "# Create Subdivisions\n", "anzsic06[\"Subdivisions\"] = pl.read_excel(\n", @@ -194,7 +92,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -216,7 +114,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 22, "metadata": {}, "outputs": [], "source": [