-
Re: Export a model to a jupyter notebook doesn't preserve the feature
Thank you for the quick response. In that case, maybe it would make sense to rename this option from "Export Model" to "Create a similar model"? The language "Export" is…1 · -
Read dataframe with datatype
I have a dataset with a column 'Serial Number' with data type string, Text (see attached) When I read it in a notebook mydataset = dataiku.Dataset(dataset_name)df_f3 = mydataset.get_dataframe()df_f3[…2 · -
Re: Update SQL table
Hi Andrew, Thank you. I'm using pyodbc library and it turned out that by default the autocommit property is set to False, I changed it True and everything works.1 · -
Re: read selected columns
Yes, it works, thank you1 · -
Re: Changing output of a recipe
Thank you for the suggestions. To address your points: 1. Actually, it was the opposite, dataset_1 was saved locally and dataset_2 was written in the database. 2. Yes, I agree, normally, one would fo…1 ·