Skip to content

Commit

Permalink
Updates on the materials
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolpantunes committed Oct 19, 2023
1 parent f6787d5 commit 9ac0681
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 53 deletions.
18 changes: 8 additions & 10 deletions notebooks/01-anomaly/notebook00.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,11 @@
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"100"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
"name": "stdout",
"output_type": "stream",
"text": [
"['Allison Hill', 'Noah Rhodes', 'Angie Henderson', 'Daniel Wagner', 'Cristian Santos', 'Connie Lawrence', 'Abigail Shaffer', 'Gina Moore', 'Gabrielle Davis', 'Ryan Munoz', 'Monica Herrera', 'Jamie Arnold', 'Lisa Hensley', 'Michele Williams', 'Dylan Miller', 'Brian Ramirez', 'Holly Wood', 'Derek Zuniga', 'Lisa Jackson', 'Carla Gray', 'Margaret Hawkins DDS', 'Patty Perez', 'Ethan Adams', 'Tommy Walter', 'Matthew Foster', 'Judy Baker', 'Justin Baker', 'Stephanie Ross', 'Zachary Hicks', 'Anthony Rodriguez', 'Rebecca Henderson', 'James Ferrell', 'Tricia Valencia', 'Nathan Maldonado', 'Debra Davidson', 'Jeffrey Chavez', 'Sherri Baker', 'Cassandra Gaines', 'Elizabeth Fowler', 'Brittany Farmer', 'Paula Moreno', 'Fred Smith', 'Sherry Decker', 'Anthony Humphrey', 'Angelica Tucker', 'Philip Cannon', 'John Pierce', 'Shane Henderson', 'Joshua Blair', 'Eric Carney', 'Jessica Holmes', 'Danny Morgan', 'Crystal Robinson', 'Mark Perez', 'Shannon Jones', 'Michael Lewis', 'Timothy Duncan', 'Richard Aguirre', 'Brent Jordan', 'John Daniel', 'Victoria Garcia', 'Gerald Hensley', 'Connor West', 'Donald Wright', 'Jessica Callahan', 'Amber Kidd', 'Tracy House', 'Carol Tucker', 'James Brown', 'William Baker', 'Jordan Henderson', 'Whitney Peters', 'Brittney Phillips', 'Lauren Daniels', 'Amy Silva', 'Sarah Moore', 'Angela Lopez', 'Megan Young', 'Steve Sanchez', 'Lisa Barnes', 'Kelly Donovan', 'Mike Allen', 'Michael Evans', 'Paul Jones', 'Zachary Ferrell', 'Daniel Baker', 'Shirley Suarez', 'Christopher Bass', 'Lisa Archer', 'Aimee Montoya', 'Matthew Mcmillan', 'Brian Rodriguez', 'Denise Jacobs', 'Christina Walters', 'John Whitehead', 'Anna Henderson', 'Aaron Wise', 'Deborah Figueroa', 'Jessica Smith', 'Stephen Mckee']\n"
]
}
],
"source": [
Expand All @@ -73,7 +70,8 @@
" names_list.append(fake.name())\n",
"\n",
"# Verify if 100 names were generated\n",
"len(names_list)"
"len(names_list)\n",
"#print(f'{names_list}')"
]
},
{
Expand All @@ -98,7 +96,7 @@
"\n",
"salaries = []\n",
"for _ in range(100):\n",
" salary = np.random.randint(1000,2500)\n",
" salary = np.random.randint(1000, 2500)\n",
" salaries.append(salary)\n",
"\n",
" # Verify if 100 salariy values were generated\n",
Expand Down
40 changes: 20 additions & 20 deletions notebooks/01-anomaly/notebook01.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 9ac0681

Please sign in to comment.