Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to TableBinding #397

Merged
merged 22 commits into from
Jan 30, 2023
Merged

Improvements to TableBinding #397

merged 22 commits into from
Jan 30, 2023

Conversation

g105b
Copy link
Member

@g105b g105b commented Jan 27, 2023

The need for improvement was identified when writing the documentation for the table binding. It became clear that there was a lot of assumed functionality, mainly through how difficult to read the normaliseTableData function was.

The function has been split into another, for detecting the shape of data the input data is, called detectTableDataStructureType.

With this cleaner code, the four types of TableDataStructureType have been individually tested, and compared with the documented functionality.

Closes #247

@g105b g105b merged commit b92a98b into master Jan 30, 2023
@g105b g105b deleted the 247-table-improvement branch January 30, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improvement to TableBinder
1 participant