I am using the `load_args` option in my Kedro cata...
# questions
g
I am using the
load_args
option in my Kedro catalog to cast types for a CSV dataset. I know that Pandas'
read_csv
callable has a
converters
parameter. Is there any way to make use of that using the data catalog? I am supposing that a literal string of a Python function (e.g. a lambda function) would not do anything. https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html
n
Anything non primitive, use resolver