Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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")
|