Implement base missing values strategies #3

Merged
clement.freville2 merged 0 commits from feature/missing-values into main 2024-06-21 13:41:42 +02:00
clement.freville2 commented 2024-06-07 11:02:42 +02:00 (Migrated from codefirst.iut.uca.fr)

This step mutates the dataframe, so it will always operate a copy of the original dataframe.

Missing values may be replaced by the mean/median/mod or be simply dropped.

This step mutates the dataframe, so it will always operate a copy of the original dataframe. Missing values may be replaced by the mean/median/mod or be simply dropped.
bastien.ollier (Migrated from codefirst.iut.uca.fr) reviewed 2024-06-07 11:02:46 +02:00
hugo.pradier2 (Migrated from codefirst.iut.uca.fr) reviewed 2024-06-07 11:02:46 +02:00
bastien.ollier (Migrated from codefirst.iut.uca.fr) reviewed 2024-06-19 09:40:09 +02:00
@@ -18,3 +14,3 @@
if uploaded_file is not None:
st.session_state.data = pd.read_csv(uploaded_file, sep=separator, header=0 if has_header else 1)
st.session_state.data = pd.read_csv(uploaded_file)
st.session_state.original_data = st.session_state.data
bastien.ollier (Migrated from codefirst.iut.uca.fr) commented 2024-06-19 09:40:09 +02:00

working_data => orignal data

working_data => orignal data
bastien.ollier (Migrated from codefirst.iut.uca.fr) reviewed 2024-06-19 09:49:55 +02:00
bastien.ollier (Migrated from codefirst.iut.uca.fr) approved these changes 2024-06-21 13:41:33 +02:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: iut/miner#3
No description provided.