satya11 commited on
Commit
56531fe
·
verified ·
1 Parent(s): 32c5763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -8
app.py CHANGED
@@ -2,11 +2,10 @@ import streamlit as st
2
  import pandas as pd
3
  import numpy as np
4
  st.header("INTRODCTION TO STATISTICS")
5
- st.subheader("statistics")
6
- st.write("it is a huge field where we are going to deal with data. Mostly we are dealing with *data* in 4-ways")
7
- df = pd.DataFrame(
8
- {
9
- "4-ways": ["collecting","interpreting","analysis","structured"]
10
- }
11
- )
12
- st.write("statistics is a mathematical operation uses and the study of collecting data, analysing, interpeting,presenting,and organizing data")
 
2
  import pandas as pd
3
  import numpy as np
4
  st.header("INTRODCTION TO STATISTICS")
5
+ st.subheader("understanding statistics")
6
+ st.write("it is a huge field where we are going to deal with data. Mostly we are dealing with *data* in 4-ways. statistics is a mathematical operation uses and the study of collecting data, analysing, interpeting,presenting,and organizing data")
7
+ st.subheader("Types of statistics")
8
+ st.write("there are mainly 2 type of statistics\n")
9
+ st.markdown("1.discriptive statistics")
10
+ st.markdown("2.inferencial statistics")
11
+