-
Tax rates paid by 50 largest companies in S&P 500
Effective tax rates paid by 50 largest companies in S&P 500
The year has ended and tax season is right around the corner (January at time of writing this).
So, I thought what bette...
-
PE Ratio
Understanding the price-earnings (P/E) ratio, and a few of its limitations
The price-earnings ratio (P/E Ratio) is a ratio used to value a company that measures its current share price relative to its...
-
Stock DCF Methodology
Background
DCF is a valuation method used to value a project, company or asset. In general, DCF uses future cash flow estimates and discounts them back to present day (using a dis...
-
Stock Valution Tool
%
# of years attached to selected growth rate
Terminal growth rate:
%
-
DJIA
Why the Dow Jones Industrial Average is useless
The Dow Jones Industrial Average (or 'the Dow', ^DJI, DJIA), is a stock market index created back in 1896 by Charles Dow,
a journali...
-
Get the mean and median from a Pandas column in Python
Get the mean and median from a Pandas column in Python
import modules
create dummy dataframe
raw_data = {'name': ['Willard Morris', 'Al Jennings', 'Omar Mullins', 'Spencer McDaniel'],
'age': [...