Questions tagged [dataframe-ec]
1 questions
2
votes
1 answer
How can I define a daysBetween function using the DataFrame-EC library in Java?
I have defined a column StartDate as follows for a DataFrame I am loading using the dataframe-ec library.
schema.addColumn("StartDate", ValueType.DATE);
I would like to add a computed column named DaysToEvent but am unsure how to define a function…

Donald Raab
- 6,458
- 2
- 36
- 44