Implement base missing values strategies #3

Merged
bastien.ollier merged 4 commits from feature/missing-values into main 1 year ago

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.
clement.freville2 added 1 commit 1 year ago
clement.freville2 requested review from bastien.ollier 1 year ago
clement.freville2 requested review from hugo.pradier2 1 year ago
clement.freville2 added 1 commit 1 year ago
clement.freville2 added 1 commit 1 year ago
bastien.ollier requested changes 1 year ago
if uploaded_file is not None:
st.session_state.data = pd.read_csv(uploaded_file)
st.session_state.working_data = st.session_state.data
Collaborator

working_data => orignal data

working_data => orignal data
clement.freville2 marked this conversation as resolved
clement.freville2 added 1 commit 1 year ago
clement.freville2 requested review from bastien.ollier 1 year ago
bastien.ollier approved these changes 1 year ago
bastien.ollier merged commit e255c67972 into main 1 year ago

Reviewers

hugo.pradier2 was requested for review 1 year ago
bastien.ollier approved these changes 1 year ago
The pull request has been merged as e255c67972.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: clement.freville2/miner#3
Loading…
There is no content yet.