ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Analyzing Financial Statements in Python

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Check the columns of the income statement
print(income_statement.____)
Editar y ejecutar código