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

fix: original datatypes df automatically updates during data type conversion #30

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This pull request fixes the issue where the original datatypes df automatically updates during data type conversion. The fix ensures that the original datatypes df is preserved during the conversion process. Additionally, the original datatypes df only update when the user re-uploads their file or selects another sheet name (if they initially uploaded an .xlsx file).

closes #29