Compute current and debt-to-equity ratios
You just learned about liquidity ratios. In this exercise, you'll compute the current ratio, a liquidity ratio, to assess the company's assets to meet its short-term commitments. You'll also compute the debt-to-equity ratio, a commonly used leverage ratio, to see whether a company runs its operations using more debt or its "own" funds.
A pandas
DataFrame balance_sheet
has been loaded for you. pandas
with alias pd
has been loaded for you.
Cet exercice fait partie du cours
Analyzing Financial Statements in Python
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Print the columns in df_bal_sheet
print(balance_sheet____)