lecture-python-intro
lecture-python-intro copied to clipboard
[inflation_history] Price Level Histories Editorial Suggestions
trafficstars
Remaining items
- [ ] Potentially put the graphs from the book into the lecture.
- [ ] Add a discussion on money supply and price level.
--- Items that have been addressed
Code
- [x] Check why the index starts from 1915 in
df_fig5_bef1914. - [x] Set global
dpidefault. - [x] variable name
m_seq. - [x] Remove dots and connect them.
Content
- [x] "Often the price level ended near..." -> "Often the price levels ended near...".
- [x] "vis a vis" -> "vis à vis".
- [x] "exp p" -> "retail price level exp p".
Is "1/cents per polish mark" the same as "polish marks per cent"? In which case let's change to "Polish marks per US cent".
@mmcky This has come up a few times: "Set global dpi default." We are referring to fig, ax = plt.subplots(dpi=200) and similar.
We strive for uniformity in the figures and code that creates them, so ordinary figures should not be deviating from defaults. If they need to, then the defaults need to be fixed. Can we please have a policy on this?