Implement base missing values strategies #3

Merged
bastien.ollier merged 4 commits from feature/missing-values into main 10 months 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 11 months ago
clement.freville2 requested review from bastien.ollier 11 months ago
clement.freville2 requested review from hugo.pradier2 11 months ago
clement.freville2 added 1 commit 11 months ago
clement.freville2 added 1 commit 10 months ago
bastien.ollier requested changes 10 months 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 10 months ago
clement.freville2 requested review from bastien.ollier 10 months ago
bastien.ollier approved these changes 10 months ago
bastien.ollier merged commit e255c67972 into main 10 months ago

Reviewers

hugo.pradier2 was requested for review 11 months ago
bastien.ollier approved these changes 10 months 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.