Build a screen that shows a preview of the uploaded data in a table format. Include data cleaning features like removing duplicates, handling missing values, and validating the "Gender" column.
Tasks
[ ] Preview table displays the first few rows of the uploaded data (optional?)
[ ] Buttons or checkboxes available for data cleaning options.
[ ] "Proceed" button that directs users to the visualization screen after data cleaning.
Description
Build a screen that shows a preview of the uploaded data in a table format. Include data cleaning features like removing duplicates, handling missing values, and validating the "Gender" column.
Tasks