-
Re: How can I install latest version of Pandas
Hi @UgoD , If your python environment is based on python27, you will not be able to upgrade pandas to 1.0. You need to use python 3.6 or higher (With python 3.7 or higher, you can even update pandas …2 · -
Re: Can we get the sum or count of a column in dataiku
Hi @kusuma , This is one option for a python code that will write the output in a Dataiku dataset: import dataikuimport pandas as pd, numpy as npdata_for_summary = dataiku.Dataset("data_for_summ…1 · -
Re: Scenario run time logging
Hi @Pkhande11 , I think the times you get with @AlexT instructions are the ones highlighted in your screenshots, is just that they are in seconds, and not formatted as a human-readable time range. Fo…2 · -
Re: Data Refresh out of a Managed Folder
Hi @tgb417 , I'm not sure the sync recipe is the key to your problem. I also thought about it, since I saw you had a prepared recipe and @AlexT example used a sync recipe. So, I did my test on m…1 · -
Re: Exporting a Dataset into Multiple .CSV files
Hi @tgb417 , I guess you'd like to avoid using a python recipe? That is what I'd do. I can't think about a way of doing this using no-code recipes, without being tedious, as you say. C…1 ·
