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
.
Diese Übung ist Teil des Kurses
Analyzing Financial Statements in Python
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# Check the columns of the income statement
print(income_statement.____)