https://forum.dlang.org/thread/recgifvrlcambwwkoobx@forum.dlang.org Hi, I'm just wondering what is the best way to read CSV data file into Mir (2d array) ndslice? Esp. if it can parse date into int/float. I searched a bit, but can't find any example. Thanks. So, can we add numpy.genfromtxt(): https://numpy.org/doc/stable/reference/generated/numpy.genfromtxt.html Esp. with column converters?