commit a247a3ee45bd9655547a0ef66f2392c11079ebd2 Author: Lucas Tan Date: Sat Mar 22 22:37:02 2025 +0800 setup of python venv for running plotting scripts diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8110402 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +./venv \ No newline at end of file diff --git a/TNB Base Tariff History.xlsx b/TNB Base Tariff History.xlsx new file mode 100644 index 0000000..764fc33 Binary files /dev/null and b/TNB Base Tariff History.xlsx differ diff --git a/TNB_tariff_history.ipynb b/TNB_tariff_history.ipynb new file mode 100644 index 0000000..906e0f7 --- /dev/null +++ b/TNB_tariff_history.ipynb @@ -0,0 +1,42 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "import matplotlib.pyplot as pl" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.7" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}