ComeçarComece de graça

Computing ratios from the income statement

The gross and operating margins are commonly used to see how efficiently a company uses its assets to earn money. In this exercise, you will compute the average gross margin and operating margin by industry.

The DataFrame income_statement has already been loaded for you, and pandas have also been loaded with the alias pd.

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.

# Check the columns of the income statement
print(income_statement.____)
Editar e executar o código