Skip to content

Commit

Permalink
Add pandas homicide rates tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
zstumgoren committed Jan 31, 2024
1 parent 872ab28 commit bc11600
Show file tree
Hide file tree
Showing 2 changed files with 637 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"* Practical skills for getting things done\n",
" * [Embracing errors](embracing_errors.ipynb)\n",
" * [Counting and filtering](python_count_filter.ipynb)\n",
" * [Reading and writing text files](python_file_io.ipynb), [CSVs](python_csv.ipynb) and JSON\n"
" * [Reading and writing text files](python_file_io.ipynb), [CSVs](python_csv.ipynb) and JSON\n",
"* Data Anlysis and Wrangling with Pandas\n",
" * [Homicide Rates](pandas_basics_with_homicide_rates.ipynb) - Basic wrangling and analysis with the `pandas` library\n"
]
},
{
Expand Down
Loading

0 comments on commit bc11600

Please sign in to comment.