Closed jdunkerley closed 5 months ago
Martha King reports a new STANDUP for today (2024-05-24):
Progress: Started exploring enso code and docs and looked at rows_to_read as a similar example It should be finished by 2024-06-07.
Martha King reports a new STANDUP for today (2024-05-27):
Progress: Setting up further for local development, and started on tests and implementation It should be finished by 2024-06-07.
Martha King reports a new STANDUP for today (2024-05-28):
Progress: Got tests working and locally sorted env issues It should be finished by 2024-06-07.
Martha King reports a new STANDUP for today (2024-05-29):
Progress: basic set up for split_to_columns is working, tomorrow I will focus on the error handling and then able to extend to other methods It should be finished by 2024-06-07.
Martha King reports a new STANDUP for today (2024-05-30):
Progress: worked on widget and user input new types It should be finished by 2024-06-07.
Martha King reports a new STANDUP for today (2024-05-31):
Progress: widget now working just looking into how errors should be handled It should be finished by 2024-06-07.
Martha King reports a new STANDUP for today (2024-06-03):
Progress: PR raised and addressing comments and started looking at the visualisation json functionality It should be finished by 2024-06-07.
Next Day: Next day I will be working on the #10018 task. working on 10018
Following the same kind of pattern as
Rows_To_Read
. Look at theread
function on a Table object to see how it behaves.Functions to update:
Table.split_to_columns
,Table.tokenize_to_columns
,DB_Table.split_to_columns
,DB_Table.tokenize_to_columns
Changechange_count
to not take anInteger | Nothing
but takeColumns_To_Add
.The type should have a similar set to
Rows_To_Read
.