Spaces:
Build error
Build error
Update pages/Steps_Involved_In_DataAnalysis.py
Browse files
pages/Steps_Involved_In_DataAnalysis.py
CHANGED
|
@@ -99,4 +99,30 @@ st.subheader("VISUALIZATION:")
|
|
| 99 |
st.markdown("""After the (EDA) we will be getting the insights these are represented by using
|
| 100 |
wide range of visualization technique’s. Or can be represented as a Dash Board.
|
| 101 |
""",unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
|
|
|
|
| 99 |
st.markdown("""After the (EDA) we will be getting the insights these are represented by using
|
| 100 |
wide range of visualization technique’s. Or can be represented as a Dash Board.
|
| 101 |
""",unsafe_allow_html=True)
|
| 102 |
+
st.header("Scenario-2")
|
| 103 |
+
st.markdown("""In this scenario we will not be having any sort of problem statement . Hence we have our own
|
| 104 |
+
flexibility to create our own problem statement by analyzing the data. Following steps are
|
| 105 |
+
given below.
|
| 106 |
+
""",unsafe_allow_html=True)
|
| 107 |
+
st.header("Here 'DATA' is given")
|
| 108 |
+
st.subheader("SIMPLE EXPLORATORY DATA ANALYSIS:")
|
| 109 |
+
st.markdown("""In order to check weather the given data has any
|
| 110 |
+
impurities we will go for simple (EDA). Which will say weather the given data has any
|
| 111 |
+
impurities or not. If the given data doesn’t have any impurities then directly go for whole
|
| 112 |
+
(EDA) or else go for pre-processing.""",unsafe_allow_html=True)
|
| 113 |
+
st.subheader("PRE-PROCESSING:")
|
| 114 |
+
st.markdown(""" If the given data has any sort of impurities then this raw data is being
|
| 115 |
+
cleaned. Pre-Processing involves Data Cleaning, Transforming the data etc.""",unsafe_allow_html=True)
|
| 116 |
+
st.subheader("EXPLORATORY DATA ANALYSIS:")
|
| 117 |
+
st.markdown(""" After Pre-Processing complete (EDA) is performed on data. By
|
| 118 |
+
once performing this (EDA) we will be getting the complete insights from the given data. After
|
| 119 |
+
getting the clear knowledge on data. We have to create our own problem statement.""",unsafe_allow_html=True)
|
| 120 |
+
st.subheader("PROBLEM STATEMENT:")
|
| 121 |
+
st.markdown("""After creating our own problem statement we have to clearly analyze
|
| 122 |
+
our problem statement.""",unsafe_allow_html=True)
|
| 123 |
+
st.markdown("""After the above step we have to perform all the steps involved in scenario-1. And in this
|
| 124 |
+
scenario-2 we have our own liberty. Like we can remove some of the steps in scenario-1 if they
|
| 125 |
+
are not required. For example if the data is good and it is suitable for problem statement then
|
| 126 |
+
we can skip (simple(eda), pre-processing,(eda)) and go for visualization. If the data is not
|
| 127 |
+
suitable we can perform all the steps in scenario-1.""",unsafe_allow_html=True)
|
| 128 |
|