From 8c2678d369a179c8a75de9f659af04b3807a9e7a Mon Sep 17 00:00:00 2001 From: Cole Nelson <ctnelson1997@gmail.com> Date: Sun, 12 Nov 2023 21:55:45 -0600 Subject: [PATCH] better --- .../Lec28_Pandas2_Template_Nelson.ipynb | 22 +++---------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/f23/Cole_Lecture_Notes/28_Pandas2/Lec28_Pandas2_Template_Nelson.ipynb b/f23/Cole_Lecture_Notes/28_Pandas2/Lec28_Pandas2_Template_Nelson.ipynb index 0d371d6..2b4f875 100644 --- a/f23/Cole_Lecture_Notes/28_Pandas2/Lec28_Pandas2_Template_Nelson.ipynb +++ b/f23/Cole_Lecture_Notes/28_Pandas2/Lec28_Pandas2_Template_Nelson.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -27,25 +27,9 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "0 54\n", - "1 22\n", - "2 19\n", - "3 73\n", - "4 80\n", - "dtype: int64" - ] - }, - "execution_count": 2, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "scores_list = [54, 22, 19, 73, 80]\n", "scores_series = Series(scores_list)\n", -- GitLab