-
Re: Getting error - DSS doesn't support dataframes containing multiple columns with the same name.
Hi @mi6crazyheart As a preamble, here’s a minimal test case for reproducing the reported error: mydataset = dataiku.Dataset("community_25623")df = pd.DataFrame([[1, 1]])df.columns = ['id', …1 · -
Re: Read a file line by line, in Python when read in as bytes
Hi @indy2005 Here's a quick example. Please let me know if you have follow up questions or if I have misunderstood your question. I have a file called `config.txt` in a managed folder with id `kiOwqj…1 · -
Re: Casting id to string in join recipe
Hi @jvijayakumar2 , The error `ERROR: operator does not exist: uuid = text Hint: No operator matches the given name and argument types. You might need to add explicit type casts` means a string/text …3 · -
Re: get_dataframe with columns= parameter fails
Hi @NN Thank you for sending over the requested details. I was able to reproduce the same error in a test environment: df=ds.get_dataframe(columns=['date_parsed'])df.info(verbose=True)IndexError Trac…1 · -
Re: get_dataframe with columns= parameter fails
Hi @NN , This is curious behavior. Can you send me the following information? >When I try to read only certain columns from a dataset using the get_dataframe() function. I get an error when trying…1 ·