ahmadluay commited on
Commit
9685626
1 Parent(s): f3e7782
Files changed (1) hide show
  1. eda.py +1 -1
eda.py CHANGED
@@ -36,9 +36,9 @@ def run():
36
  st.dataframe(df)
37
  # add description of Dataset
38
  st.write('Following are the variables and definitions of each column in the dataset.')
 
39
  st.write("`Temp` : temperature noon (temperature max) in Celsius degrees: 22 to 42")
40
  st.write("`RH` : Relative Humidity in %: 21 to 90")
41
- st.write("`RH` : Relative Humidity in %: 21 to 90")
42
  st.write("`Ws` : Wind speed in km/h: 6 to 29")
43
  st.write("`Rain` : total day in mm: 0 to 16.8")
44
  st.write("`FFMC` : Fine Fuel Moisture Code (FFMC) index from the FWI system: 28.6 to 92.5")
 
36
  st.dataframe(df)
37
  # add description of Dataset
38
  st.write('Following are the variables and definitions of each column in the dataset.')
39
+ st.write("`Date` : (DD/MM/YYYY) Day, month (june to september), year (2012)")
40
  st.write("`Temp` : temperature noon (temperature max) in Celsius degrees: 22 to 42")
41
  st.write("`RH` : Relative Humidity in %: 21 to 90")
 
42
  st.write("`Ws` : Wind speed in km/h: 6 to 29")
43
  st.write("`Rain` : total day in mm: 0 to 16.8")
44
  st.write("`FFMC` : Fine Fuel Moisture Code (FFMC) index from the FWI system: 28.6 to 92.5")