{ "cells": [ { "cell_type": "code", "execution_count": null, "id": "dc9a90a7-162d-4f7c-9388-fd23b039ee36", "metadata": {}, "outputs": [], "source": [ "import pandas as pd \n", "import numpy as np\n", "\n", "def method_a():\n", " print(\"method_a print hello world!\")\n", " " ] }, { "cell_type": "code", "execution_count": null, "id": "193ae985-8f61-4c31-9a12-b82ded63eaf2", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "code", "execution_count": null, "id": "b2e63274-e6ee-4f9e-b73e-666960f7f536", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python (panddlets)", "language": "python", "name": "panddlets" }, "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.9.19" } }, "nbformat": 4, "nbformat_minor": 5 }