-
Re: Python SQLExecutor2 fails
exec_recipe_fragment is only running in Python recipes from the Flow - maybe are you trying to use it from a Notebook ?1 · -
Re: Python code to create a new Dataiku dataset
The "results" Dataset is not created by the Python code, but when you create your Recipe first:1 · -
Re: Upload csv files: limit at 10000 rows?
Hi Alex, So when you see that a dataset has 10000 records in DSS, it is usually just a sample used to speed up interactive analysis and visualisation, but the actual dataset should have all the recor…2 · -
Re: TF/IDF Weighing
Hi, TF/IDF is available when you create a "Model" from the "Analyze" section. Click on "Settings": Then under "Features", assign a role "Text" to the…1 · -
Re: Is there a way to count specific types of characters in a text cell?
Hi Vincent, One way to do it is to use a Custom Python Script in Analyze. You can easily implement your logic this way. For example, if you want to test for specific values in a string, you could do …4 ·