Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,8 @@ 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[
|
|
|
|
| 53 |
''')
|
| 54 |
def mode(*args):
|
| 55 |
list1 = list(args)
|
|
|
|
| 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] \n Let's understand why this situation raises for exaple let's take list of numbers [1,2,3,4,5] here we don't have
|
| 53 |
+
frequency of numbers repeating in this senario we will come accross No_Mode situaton.
|
| 54 |
''')
|
| 55 |
def mode(*args):
|
| 56 |
list1 = list(args)
|