Suggested implementation (pseudocode) Questions may also be submitted as issues. Pull requests Code contributions are made by (1) forking this project and (2) making a modification to it. Ideally we would prefer it preceded by an issue where we discuss the feature or problem on a conceptual ...
In response to FreemanZ 11-29-2023 08:02 AM I have a different scenario now, I need 3 new columns that contain either 1 or 0 in the rows, based on the values in the rows in the columns DCP, ULS and TLS. The pseudocode is: New column 1 = If DCP is >=0 then valu...
In response to FreemanZ 11-29-2023 08:02 AM I have a different scenario now, I need 3 new columns that contain either 1 or 0 in the rows, based on the values in the rows in the columns DCP, ULS and TLS. The pseudocode is: New column 1 = If DCP is >=0 then value sh...