Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,8 +48,9 @@ st.markdown("""The measure of central tendency is used to find the central avera
|
|
| 48 |
useing three ways \n * Mode \n * Median \n * Mean""")
|
| 49 |
st.subheader("MODE",divider=True)
|
| 50 |
st.markdown("""Mode will be giving the centeral tendency based on most frequently occuring data.The major drawback of mode is its frequecy baised it
|
| 51 |
-
mostly focus on the data which is occuring most times.Here in this mode we might come across some situation's like
|
| 52 |
-
:
|
|
|
|
| 53 |
def mode(*args):
|
| 54 |
list1 = list(args)
|
| 55 |
dict1 = {}
|
|
|
|
| 48 |
useing three ways \n * Mode \n * Median \n * Mean""")
|
| 49 |
st.subheader("MODE",divider=True)
|
| 50 |
st.markdown("""Mode will be giving the centeral tendency based on most frequently occuring data.The major drawback of mode is its frequecy baised it
|
| 51 |
+
mostly focus on the data which is occuring most times.Here in this mode we might come across some situation's like """)
|
| 52 |
+
st.markdown(''':violet[no_mode]
|
| 53 |
+
''')
|
| 54 |
def mode(*args):
|
| 55 |
list1 = list(args)
|
| 56 |
dict1 = {}
|