-
Re: Comparing Data Science Platform Capabilities
Two possible solutions here: * Buying Dataiku DSS, if you are interested you should contact our sales team. The main advantage is the cost is limited to the price of our license, no additional tools/…1 · -
Re: Visual bug in "prepare" view precluding sample size configuration
Your browser size is probably a bit too small for Dataiku DSS to feel at ease, hence some elements wrap around :/ As an alternative to access the sample settings you can use the left drawer: To edit …1 · -
Re: How to import batch of CSV's with different schema from local folder
The best solution for this would be to upload all csv files to a folder, and use a python recipe to create the final dataset.1 · -
Re: Read CSVs from a folder
Hello, You can only import inputs to your recipe using "dataiku.Dataset("xx").get_dataframe()" In your case, the input is not a dataset, it's a folder! So you correctly used …2 · -
Re: Column with spaces in name does not work
You can use numval("column with spaces") to retrieve the values! See: https://doc.dataiku.com/dss/latest/advanced/formula.html#reading-column-values2 ·
