From 3775be372ee80c1ebd3e9dc9db629eb344b0079d Mon Sep 17 00:00:00 2001 From: gsingh58 <gurmail-singh@cs.wisc.edu> Date: Wed, 1 Mar 2023 12:38:23 -0600 Subject: [PATCH] Lec15 updated --- .../15_CSV_Files/lec_15_CSV.ipynb | 25 +++++++++++++++++-- .../lec_15_CSV_template_Gurmail_lec1.ipynb | 25 +++++++++++++++++-- .../lec_15_CSV_template_Gurmail_lec2.ipynb | 25 +++++++++++++++++-- 3 files changed, 69 insertions(+), 6 deletions(-) diff --git a/s23/Gurmail_lecture_notes/15_CSV_Files/lec_15_CSV.ipynb b/s23/Gurmail_lecture_notes/15_CSV_Files/lec_15_CSV.ipynb index 9dbaadd..e03c6e6 100644 --- a/s23/Gurmail_lecture_notes/15_CSV_Files/lec_15_CSV.ipynb +++ b/s23/Gurmail_lecture_notes/15_CSV_Files/lec_15_CSV.ipynb @@ -1,5 +1,26 @@ { "cells": [ + { + "cell_type": "markdown", + "id": "9330bd96", + "metadata": {}, + "source": [ + "# Announcements - Tabular Data, CSV Files\n", + "\n", + "* Download ALL files for today's lecture\n", + "* P3 Last day to request regrades\n", + "* P4 Last day to turn in late\n", + "* P5 Due today\n", + "* Q4 Released tonight at 5 pm\n", + "* Exam\n", + " * We estimate results will be available Thursday\n", + "* Quiz 4 released tonight : due Friday\n", + "* Office Hours - long lines?\n", + " * Check the calendar\n", + " * Find a partner!\n", + " * Be patient on Tuesdays and Wednesdays" + ] + }, { "cell_type": "markdown", "id": "72348536", @@ -655,7 +676,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -669,7 +690,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.8" + "version": "3.9.13" } }, "nbformat": 4, diff --git a/s23/Gurmail_lecture_notes/15_CSV_Files/lec_15_CSV_template_Gurmail_lec1.ipynb b/s23/Gurmail_lecture_notes/15_CSV_Files/lec_15_CSV_template_Gurmail_lec1.ipynb index e1729cc..caab944 100644 --- a/s23/Gurmail_lecture_notes/15_CSV_Files/lec_15_CSV_template_Gurmail_lec1.ipynb +++ b/s23/Gurmail_lecture_notes/15_CSV_Files/lec_15_CSV_template_Gurmail_lec1.ipynb @@ -1,5 +1,26 @@ { "cells": [ + { + "cell_type": "markdown", + "id": "47524973", + "metadata": {}, + "source": [ + "# Announcements - Tabular Data, CSV Files\n", + "\n", + "* Download ALL files for today's lecture\n", + "* P3 Last day to request regrades\n", + "* P4 Last day to turn in late\n", + "* P5 Due today\n", + "* Q4 Released tonight at 5 pm\n", + "* Exam\n", + " * We estimate results will be available Thursday\n", + "* Quiz 4 released tonight : due Friday\n", + "* Office Hours - long lines?\n", + " * Check the calendar\n", + " * Find a partner!\n", + " * Be patient on Tuesdays and Wednesdays" + ] + }, { "cell_type": "markdown", "id": "72348536", @@ -382,7 +403,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -396,7 +417,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.8" + "version": "3.9.13" } }, "nbformat": 4, diff --git a/s23/Gurmail_lecture_notes/15_CSV_Files/lec_15_CSV_template_Gurmail_lec2.ipynb b/s23/Gurmail_lecture_notes/15_CSV_Files/lec_15_CSV_template_Gurmail_lec2.ipynb index e1729cc..8213578 100644 --- a/s23/Gurmail_lecture_notes/15_CSV_Files/lec_15_CSV_template_Gurmail_lec2.ipynb +++ b/s23/Gurmail_lecture_notes/15_CSV_Files/lec_15_CSV_template_Gurmail_lec2.ipynb @@ -1,5 +1,26 @@ { "cells": [ + { + "cell_type": "markdown", + "id": "7778f7e0", + "metadata": {}, + "source": [ + "# Announcements - Tabular Data, CSV Files\n", + "\n", + "* Download ALL files for today's lecture\n", + "* P3 Last day to request regrades\n", + "* P4 Last day to turn in late\n", + "* P5 Due today\n", + "* Q4 Released tonight at 5 pm\n", + "* Exam\n", + " * We estimate results will be available Thursday\n", + "* Quiz 4 released tonight : due Friday\n", + "* Office Hours - long lines?\n", + " * Check the calendar\n", + " * Find a partner!\n", + " * Be patient on Tuesdays and Wednesdays" + ] + }, { "cell_type": "markdown", "id": "72348536", @@ -382,7 +403,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -396,7 +417,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.8" + "version": "3.9.13" } }, "nbformat": 4, -- GitLab