Galen Seilis
05/21/2024, 4:45 PMload_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.htmlNok Lam Chan
05/21/2024, 5:09 PMGalen Seilis
05/21/2024, 5:26 PM