Questions tagged [dataiku]

32 questions
-1
votes
1 answer

Calculate a date difference between two dates in a series of a dataframe by ID?

Sorry if my question is simple i'm starting(so thank you for your help and understanding) I am trying to get a date discrepancy by 'identifier' A B C D in the DF example. Using Python how can i add a column to establish the delta between each…
YOUSSRA
  • 3
  • 1
-1
votes
1 answer

Reshape pandas dataframe using easier fonctions

How it would be possible in the easiest way to reshape this data ? I succeded coding a really long fonction but I was wondering wheather there's an easier way or not. Here there is the image of the dataframe sample I would like to reshape And here…
1 2
3