Skip to content

Commit eaacd3b

Browse files
committed
add a few pandas resources
1 parent 6586a3f commit eaacd3b

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

content/pages/03-data/16-pandas.markdown

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,18 @@ is a data structures and analysis library.
5151
so you can start performing your analysis rather than getting frustrated
5252
with common issues at the beginning of your workflow.
5353

54+
* [Building a financial model with pandas](http://pbpython.com/amortization-model.html)
55+
explains how to create an amortization schedule with corresponding table
56+
and charts that show the pay off period broken down by interest and
57+
principal.
58+
59+
* [tabula-py: Extract table from PDF into Python DataFrame](https://blog.chezo.uno/tabula-py-extract-table-from-pdf-into-python-dataframe-6c7acfa5f302)
60+
presents how to use the Python wrapper for the
61+
[Tabula](https://tabula.technology/) library that makes it easier to
62+
extract table data from PDF files.
63+
64+
* [Time Series Forecast Case Study with Python: Monthly Armed Robberies in Boston](https://machinelearningmastery.com/time-series-forecast-case-study-python-monthly-armed-robberies-boston/)
65+
walks through the data wrangling, analysis and visualization steps
66+
with a public data set of murders in Boston from 1966 to 1975. This
67+
particular data problem may not be your thing but by going through
68+
the process you can learn a lot that can be applied to any data set.

content/pages/03-data/18-data-visualization.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ easier for humans to see patterns, trends and other useful information.
3131
* [10 Useful Python Data Visualization Libraries for Any Discipline](https://blog.modeanalytics.com/python-data-visualization-libraries/)
3232
is a straightforward overview of Python packages that create Python
3333
visualizations.
34+
35+
* [Big League Graphs](https://bigleaguegraphs.com/) presents a bunch of
36+
creative ways to view data for sports such as basketball, baseball and
37+
hockey.

static/img/logos/slack.jpg

860 Bytes
Loading

static/img/logos/stripe.png

43.7 KB
Loading

0 commit comments

Comments
 (0)