DIVINE
03/21/2022, 3:59 PMDIVINE
03/21/2022, 3:59 PMDaehyun Kim
03/21/2022, 6:08 PMdigitalsam
03/21/2022, 6:24 PMJensKrijgsman
03/22/2022, 8:30 AMdatajoely
03/22/2022, 9:26 AMload
or save
dataset methods (like the expanded example here https://github.com/kedro-org/kedro/blob/e78990c6b606a27830f0d502afa0f639c0830950/docs/source/07_extend_kedro/06_transformers.md) I don't think you have to worryJensKrijgsman
03/22/2022, 9:33 AMnoestl
03/22/2022, 3:40 PMdatajoely
03/22/2022, 4:15 PMdatajoely
03/22/2022, 4:20 PM-q
puts it in less verbose mode), but the location is hard coded
pip-compile -q requirements.in
I think its easiest to not use the kedro
command wrapper here and use pip-compile
directly, if you really want to you can define your own cli.py
and your local version of the command will take precedence.noestl
03/22/2022, 5:27 PMpypeaday
03/22/2022, 9:58 PMdatajoely
03/22/2022, 10:30 PMpypeaday
03/22/2022, 10:34 PMBurn1n9m4n
03/23/2022, 5:22 PMdatajoely
03/23/2022, 5:25 PMpd.read_excel
is expecting a python type, but Kedro is providing a str
datajoely
03/23/2022, 5:25 PMdatajoely
03/23/2022, 5:26 PMBurn1n9m4n
03/23/2022, 5:27 PMdatajoely
03/23/2022, 5:28 PMBurn1n9m4n
03/23/2022, 7:21 PMdatajoely
03/23/2022, 7:26 PMdatetimes
key included a list of columns I would map a dictionary of column name to date type pairs and pass those to df.astype
waylonwalker
03/23/2022, 7:45 PMdatajoely
03/23/2022, 7:46 PMwaylonwalker
03/23/2022, 9:34 PMdatajoely
03/23/2022, 9:44 PMload_args
and save_args
that you should be aware of and in some cases keep declarative and configurable in the catalogidriss__
03/24/2022, 9:32 AMdatajoely
03/24/2022, 9:51 AMnoestl
03/24/2022, 1:48 PM