Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- eda.py +0 -2
- requirement.txt +1 -3
eda.py
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
import matplotlib.pyplot as plt
|
4 |
-
import seaborn as sns
|
5 |
-
import plotly.express as px
|
6 |
|
7 |
# This cell is used to make new column called 'group_age'
|
8 |
def filter_group_age(age):
|
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
import matplotlib.pyplot as plt
|
|
|
|
|
4 |
|
5 |
# This cell is used to make new column called 'group_age'
|
6 |
def filter_group_age(age):
|
requirement.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
streamlit
|
2 |
pandas
|
3 |
-
seaborn
|
4 |
matplotlib
|
5 |
numpy
|
6 |
-
scikit-learn
|
7 |
-
plotyly
|
|
|
1 |
streamlit
|
2 |
pandas
|
|
|
3 |
matplotlib
|
4 |
numpy
|
5 |
+
scikit-learn
|
|