So I have a PatitionedDataSet that’s comprised of ...
# beginners-need-help
b
So I have a PatitionedDataSet that’s comprised of ‘.xls’ files. I’m trying to parse a subset of the columns as datetime[ns] types since they are coming in as objects. How would I denote that in the catalog? Presently, I have the data set load_args set with the following: load_args: dtype: {‘a’:’datetime[ns]’} I’m not getting an error but the types aren’t conforming to date times for the columns I’ve specified.