Alexandru Dataiker

  • Re: Delete entirely empty columns at import

    Hi @shosho88 If you have a high number of empty columns. You could also use a Python recipe and dropna in pandas to remove all columns that are completely empty. # -*- coding: utf-8 -*-import dataiku…
    ·
  • Re: Extract date in filename

    Hi, You could try using extract with regex with the prepare processor/s, Extract with regular expression To extract The first date (\s\d\d\d\d\.\d\d).* Extract date from within [] \s\[(.*)\]\.
    ·
  • Re: Prepare recipe

    Hi @RohitRanga , So you only need to handle the single string e.g convert C to ['C'] if it already starts with [ then do nothing. First thing that comes to mind would be using a formula : i…
    ·
  • Re: Prepare recipe

    Hi @RohitRanga , Not sure I fully understand the transformation you are looking for, are you looking to convert C to an array? We do have the following processor which does what you are looking for :…
    ·
  • Re: Github integration

    @Tsen-Hung Thank you so much for sharing your experience here on Community as well!
    ·