ComeçarComece de graça

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.

Este exercício faz parte do curso

Analyzing Financial Statements in Python

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Print the columns in df_bal_sheet
print(balance_sheet____)
Editar e executar o código