-
Re: Case 4 python code
Hi, For some reason, the "File path pattern" setting of your partitioned output dataset is not filled. You can set it in the Settings > Partitioning tab. It is a pattern which defines ho…1 · -
Re: dtype in dataiku.Dataset().get_dataframe()
At the moment (DSS 4.0), it's not possible to force dtypes. This is something we're considering adding. You can however use "infer_with_pandas=False", which will force the dtypes as specifi…3 · -
Re: No rows in train dataframe after target remap. Target empty? Type mismatch?
Hi, Assuming that your target column is indeed properly filled, the most probable cause is a "boolean normalization mismatch". If your target column has "boolean" storage type (be…1 · -
Re: No more option to create a web app ?
In DSS 4, the webapps are now in the "Code" section, next to the notebooks. We have yet to adapt the tutorials ...1 · -
Re: import Mysql dump file failed
When you import a SQL dump file, it is simply a Filesystem dataset in DSS, not a SQL one. If you want to run SQL queries on it, you'll need to sync it into a SQL dataset (add a SQL connection, click …1 ·
