Visualize ROI
In the previous chapter, we calculated ROI daily, which will help us recognize the unprofitable day. Indeed, if we know that Monday is unprofitable, we should spend less money to attract users, for example!
It is tough to conclude without graphs, so visualize ROI!
Swipe to start coding
- Create
barplot
with the arguments:
df
as thedata
parameter.'day'
column for x-axis.'ROI'
column for y-axis.
- Output
barplot
Solução
Congratulations! We figured out that Monday and Thursday are the most unprofitable days. Further, it is fantastic to find out whether these two days are similar or if we are making the same mistake on Monday and Thursday. But to do it, you should continue learning courses that will help you to become a Data Analyst.
Obrigado pelo seu feedback!
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Awesome!
Completion rate improved to 2.08
Visualize ROI
Deslize para mostrar o menu
In the previous chapter, we calculated ROI daily, which will help us recognize the unprofitable day. Indeed, if we know that Monday is unprofitable, we should spend less money to attract users, for example!
It is tough to conclude without graphs, so visualize ROI!
Swipe to start coding
- Create
barplot
with the arguments:
df
as thedata
parameter.'day'
column for x-axis.'ROI'
column for y-axis.
- Output
barplot
Solução
Congratulations! We figured out that Monday and Thursday are the most unprofitable days. Further, it is fantastic to find out whether these two days are similar or if we are making the same mistake on Monday and Thursday. But to do it, you should continue learning courses that will help you to become a Data Analyst.
Obrigado pelo seu feedback!
Awesome!
Completion rate improved to 2.08single