celineclarissa commited on
Commit
33f936f
1 Parent(s): 0328e4c

Upload eda.py

Browse files
Files changed (1) hide show
  1. eda.py +1 -1
eda.py CHANGED
@@ -211,7 +211,7 @@ def run():
211
  # show pie chart
212
  st.pyplot(fig7)
213
  # show insight
214
- st.write('From the pie charts, it can be understood that the average bill statement in each month for customers whose payment status is default and non-default are quite similar. In 5 months, the average bill statement gradually rose. Both default and non-default customers have highest average bill statemtn in September 2005. So, it can be concluded that ***there are no significant difference in average bill statement between customers whose payment status is default and non-default***. Other than that, it was found that ***as time goes by, the average bill statement tends to increase***.')
215
 
216
  if __name__=='__main__':
217
  run()
 
211
  # show pie chart
212
  st.pyplot(fig7)
213
  # show insight
214
+ st.write('From the pie charts, it can be understood that the average bill statement in each month for customers whose payment status is default and non-default are quite similar. In 5 months, the average bill statement gradually rose. Both default and non-default customers have highest average bill statement in September 2005. So, it can be concluded that ***there are no significant difference in average bill statement between customers whose payment status is default and non-default***. Other than that, it was found that ***as time goes by, the average bill statement tends to increase***.')
215
 
216
  if __name__=='__main__':
217
  run()