Numpy.NET icon indicating copy to clipboard operation
Numpy.NET copied to clipboard

NDarray of DateTime

Open henon opened this issue 1 year ago • 3 comments

          @henon I wouldn't suppose any workarounds exist to getting something like this to work?
NDarray<DateTime> dateTimes = np.array( new DateTime[] {
    new DateTime(2000, 1, 15),
    new DateTime(2000, 6, 15),
    new DateTime(2001, 1, 15),
    new DateTime(2001, 6, 15)
});

Originally posted by @amine-aboufirass in https://github.com/SciSharp/Numpy.NET/issues/50#issuecomment-1488842769

henon avatar Mar 29 '23 16:03 henon