satya11 commited on
Commit
32c5763
·
verified ·
1 Parent(s): 52107bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ 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 of dealing data": ["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")
 
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")