Amin Torabi

  • Total activity 27
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 7

Posts

Recent activity by Amin Torabi Recent activity Votes
  • Importing and filtering by dynamic dates

    Hi there, I have a hive table that is partitioned by a date-type column of this format: "yyyy-MM-dd". I would like to import only the latest date of this table to Datameer. How do I do that? The hi...

  • Rolling difference

    Good day, Let's say I have integers in Column A. I'd like to generate Column B with values equal to A[n] - A[n-1].  See my example below. How do I do that?   column A           Column B 3          ...

  • reading flipsheet info using rest api

    Good morning,   Is there a way I can use rest api to read the info available on a flip sheet (count, empty, unique, min, max and mean, per column)?   Thanks for letting me know. 

  • GROUPLAST

    FYI, Re:    https://www.datameer.com/documentation/display/DAS60/GROUPLAST It says at the bottom: Using GROUPLAST(#RawData!Item;#RawData!Order), you can return the last item ordered by each custome...

  • groupbybin(date, binsize)

    I have a question about the 2nd example of groupbybin in the following page: https://www.datameer.com/documentation/display/DAS60/GROUPBYBIN   On the results column... how does the starting date of...

  • Tag List

    I'd like to try the Tag List feature. Let's say I have a flat text file.  Would should I use for the file type when I upload it into Datameer?

  • Round funcion

    I want a rounding function that does the following: column    result6.22            6.26.27            6.3 Any idea?