From 6644d60fa271741caa9e91eecb654ba120b4127c Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Fri, 7 Jun 2024 10:24:02 +0200 Subject: [PATCH] Remove unused imports --- frontend/exploration.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/exploration.py b/frontend/exploration.py index 2becb9b..123a22b 100644 --- a/frontend/exploration.py +++ b/frontend/exploration.py @@ -1,8 +1,5 @@ import pandas as pd import streamlit as st -import matplotlib.pyplot as plt -import seaborn as sns -from pandas.api.types import is_numeric_dtype st.set_page_config( page_title="Project Miner", @@ -47,4 +44,4 @@ if "data" in st.session_state: st.subheader("Statistical Summary") st.write(data.describe()) - \ No newline at end of file +