Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

Original datatype dataframe updates incorrectly during datatype conversion #29

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

In Step 2: Check datatypes for columns, the original datatypes should be displayed as a dataframe on the right side of the page before users convert any column datatype. This original datatypes df should only be updated when users re-upload their file or choose another sheet (if the user uploads a .xlsx file). However, when users convert the datatypes, the original datatype df should remain unchanged, and there should be an updated datatypes df displayed right next to the original datatypes df. Currently, the original datatypes df is being updated when users convert the datatype, which is not suppose to happen.