-
Re: How to define a dataset name including the current date for a dataset of type file
It seems that it would be hard to accommodate to the specificity of your design while having a no-code approach. I would consider using the API if the logic can only be meaningfully described by it.1 · -
Re: How to define a dataset name including the current date for a dataset of type file
If you use partitioning on a dataset that is in the Filesystem, DSS will generate new files for each given partition. You could then use those files and process as required outside DSS if that's what…1 · -
Re: fillter column using NaN
Hi @phuongphan In your prepare recipe, you can switch to "Columns View" (top right) From this view you should be able to select to view the % of empty or non-empty records (screenshot attac…1 · -
Re: Webapp applications
Hi @ben_p I personally like decoupling services, this allows me later to update, upgrade or fix without it becoming too spaghetti-ish. In this case, I would separate the concern of the webapp: - pres…3 · -
Re: DSS API Designer (Read dataset from DSS flow in R/Python API endpoint)
Since you'll be accessing your data through DSS but from outside DSS you will need to do so either via: - a SQL endpoint as mentioned, and if your dataset is in a DB - via public API inside your Pyth…1 ·