Resolve "ColumnNames - organise how we deal with column names in dataframe"
requested to merge feature/45-columnnames-organise-how-we-deal-with-column-names-in-dataframe into development
Description
Changes the way we refer to Column names throughout neptoon. Introduces the ColumnInfo object
Related Issue
Closes #45 (closed)
Proposed Changes
- Column names are now recorded in the ColumnInfo object
- Option to update this in a python kernel
- Option to reset to defaults
- Ability to update
- Changes to code to use this new object
Testing
-
Test can refer to column -
Test can change column -
Test can change to defaults
Checklist
-
I have tested the changes thoroughly -
I have updated the relevant documentation -
I have added necessary comments and explanations in the code -
I have considered backward compatibility, if applicable -
I have reviewed the code changes myself
Edited by Daniel Power