The upcoming version of gptables deprecates the ability to use notes in table headings as indicated to users.
The GPTable class will check for $$ notation and raise a ValueError if it is column headings. It would be good to have a test to check this is handled reliably.
Definition of Done:
- There is a unit test/s to check that if any column names contain
$$, a ValueError is raised.
The upcoming version of gptables deprecates the ability to use notes in table headings as indicated to users.
The
GPTableclass will check for$$notation and raise aValueErrorif it is column headings. It would be good to have a test to check this is handled reliably.Definition of Done:
$$, aValueErroris raised.