enso-org / enso

Enso Analytics is a self-service data prep and analysis platform designed for data teams.
https://ensoanalytics.com
Apache License 2.0
7.36k stars 323 forks source link

Remove the use of `Integer | Nothing` for column_count argument. #10041

Closed jdunkerley closed 5 months ago

jdunkerley commented 5 months ago

Following the same kind of pattern as Rows_To_Read. Look at the read 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 Change change_count to not take an Integer | Nothing but take Columns_To_Add.

The type should have a similar set to Rows_To_Read.

enso-bot[bot] commented 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.

enso-bot[bot] commented 5 months ago

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.

enso-bot[bot] commented 5 months ago

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.

enso-bot[bot] commented 5 months ago

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.

enso-bot[bot] commented 5 months ago

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.

enso-bot[bot] commented 5 months ago

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.

enso-bot[bot] commented 5 months ago

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