Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions Exampletextfile.txt → Part_A/Exampletextfile.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Good Morning
This is the Python lab sample File
Consisting of Specific
source codes in Python,numpy, pandas
Summary and Explanation
Welcome everyone
Good Morning
This is the Python lab sample File
Consisting of Specific
source codes in Python,numpy, pandas
Summary and Explanation
Welcome everyone
Learn with a joy
6 changes: 3 additions & 3 deletions PrintOddLines.txt → Part_A/PrintOddLines.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Good Morning
Consisting of Specific
Summary and Explanation
Good Morning
Consisting of Specific
Summary and Explanation
Learn with a joy
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions C2.ipynb → Part_B/C2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "c0d9a4c3-8061-49df-a60e-a84afae26e77",
"metadata": {
"tags": []
Expand Down Expand Up @@ -55,7 +55,7 @@
"import seaborn as sns\n",
"\n",
"# Load the dataset\n",
"df = pd.read_csv(\"Automobile_data.csv\")\n",
"df = pd.read_csv(\"datasets/Automobile_data.csv\")\n",
"# Let's start by exploring the dataset.\n",
"#print(df.head()) # To see the first few rows of the dataset\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions b1.ipynb → Part_B/b1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {
"id": "O_uvHdXOKAOW",
"outputId": "4db01499-227f-4d1c-e769-9d0956b95262",
Expand Down Expand Up @@ -102,7 +102,7 @@
"source": [
"import pandas as pd\n",
"import matplotlib.pyplot as plt\n",
"data = pd.read_csv('Fremont_Bridge_Bicycle_Counter.csv', index_col='Date', parse_dates=True)\n",
"data = pd.read_csv('datasets/Fremont_Bridge_Bicycle_Counter.csv', index_col='Date', parse_dates=True)\n",
"data.columns = ['Total', 'East', 'West']\n",
"#if Total is not resent\n",
"#data.columns = ['West', 'East']\n",
Expand Down
4 changes: 2 additions & 2 deletions b2.ipynb → Part_B/b2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "2a871fe2-84ef-459b-9439-59b4ea9966aa",
"metadata": {
"tags": []
Expand All @@ -11,7 +11,7 @@
"source": [
"import pandas as pd\n",
"import matplotlib.pyplot as plt\n",
"#df = pd.read_csv('births.csv')\n",
"#df = pd.read_csv(\"datasets/births.csv\")\n",
"url = \"https://raw.githubusercontent.com/jakevdp/data-CDCbirths/master/births.csv\"\n",
"df = pd.read_csv(url)"
]
Expand Down
File renamed without changes.
412 changes: 206 additions & 206 deletions Automobile_data.csv → Part_B/datasets/Automobile_data.csv

Large diffs are not rendered by default.

File renamed without changes.
518 changes: 259 additions & 259 deletions churn.csv → Part_B/datasets/churn.csv

Large diffs are not rendered by default.

518 changes: 259 additions & 259 deletions churnCopy.csv → Part_B/datasets/churnCopy.csv

Large diffs are not rendered by default.