#ZScore #FSA #FinancialStatementAnalysis
Time Stamps
0:00 Introduction
3:08 Code
The Code
import pandas as pd
from scipy.stats import zscore
df= pd.read_excel(xxx)
df['zscore'] = (df - df.mean())/df.std()
or ['zscore'] = df.apply(zscore)
df
Follow my Instagram!
/ palmtreeinvestments01
Beats made by Jawkward, check him out here
/ jawkward
Art and Animation made by JP, check him out here
/ redheadbandits
Disclaimer: I'm not a licensed investment advisor, and today's video (and spreadsheet) is just for entertainment and fun. This video (and spreadsheet) is NOT investment advice. Also, I'm not a tax advisor and today's video (and spreadsheet) is NOT tax advice. Please talk to your licensed investment advisor before making any financial decisions. Please talk to your licensed tax advisor before making any tax decisions.
I make no representations as to the accuracy, completeness, suitability or validity of any information. I will not be liable for any errors, omissions, losses, injuries or damages arising from its display or use. All information is provided AS IS with no warranties, and confers no rights. I will not be responsible for the accuracy of material that is linked on this site.
Your continued reading/use of my YouTube Channel, blog, Excel files, and other materials constitutes your agreement with and acceptance of this disclaimer.
Title
How to Make A Z-Score Test on Python for Valuation Ratios
Tags
taewoo kim,python programming,palm tree investments,jupyter notebook financial statement analysis,python financial statement analysis,python financial analysis,jupyter notebook financial analysis,excel to python,excel to jupyter,financial statements python,financial statements jupyter,jupyter chart,jupyter chart studio,jupyter notebook charts,How to Make A Z-Score Test on Python for Valuation Ratios,zscore test,zscore test python,zscore valuation ratios