Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 8 |
-
|
| 9 |
-
|
| 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 |
+
|
|
|