joshuaiokua / kanaka-data-project

An ongoing data-cleaning and presentation project using Llama 3.1, AWS, and Streamlit to analyze and highlight Native Hawaiian data. Cleans and unifies data from multiple sources, utilizing AWS for storage and serving interactive visualizations through Streamlit.
MIT License
0 stars 0 forks source link

Revisit/Rework Custom Dataset Objects #6

Closed joshuaiokua closed 3 weeks ago

joshuaiokua commented 3 weeks ago

Description:

Continues work started in issue listed at the end of this section. While I decided that it would be valuable to keep the basic implementation and functionality of the custom dataset object dfstore so as to better track and consolidate the data cleaning process for datasets originating from tabbed excel files, the original implementation has features that I do not think are worthwhile to have at this point and would only slow development. Thus I need to revisit the dfstore class, trimming it down and simplifying it's functionality.

Goal:

Revisit and rework dfstore class, focusing on revising it to narrowly focus on making my task of cleaning the tabbed excel data from the Native Hawaiian Data Book 2023 easier.

Acceptance Criteria:

joshuaiokua commented 3 weeks ago

Closing Comments: