-
Re: Creating a (categorical) column based on another column values?
Hi @gerryleonugroho , You can create an editable dataset right from the flow by clicking on "+ dataset" then "editable". Select whether you want to start from scratch, or whether …1 · -
Re: Creating a (categorical) column based on another column values?
Hi @gerryleonugroho , An alternative way to achieve that in a more convenient manner when you have a lot of values would be to use a join recipe with a "reference table". The "referenc…1 · -
Re: Creating a (categorical) column based on another column values?
Hi @gerryleonugroho , In your case, you need to use nested if-statements. Here would be the correct usage for your example. if(existing_column == "BMW", 1, if(existing_column == "Toyot…1 · -
How to import code from GitHub, GitLab, or Bitbucket
When working with code, it's widespread to use libraries for isolating any reusable pieces of code and version them separately from the projects in which they're used. If they are available in a Git …2 · -
Re: Ask Me Anything on DSS 7 with Sunny Porinju
Yes, the ability to commit and push to git repositories, at the project libraries level, is being considered. This would enable users to contribute to any open source libs directly from DSS.1 ·
