Solomon Yu
02/17/2023, 3:34 PMmy_excel_file:
type: pandas.ExcelDataSet
filepath: some-excel-file.xlsx
load_args:
sheet_name: None
and I get Worksheet named 'None' not found
None
which is null
or ~
or .
Thanks in advance!vhbtad
04/26/2023, 8:57 AMpd.concat
node with the dict as input ? Or is there a more direct way of concatenating sheets, if needed ?Solomon Yu
04/26/2023, 12:18 PMobjs: sequence or mapping of Series or DataFrame objects
If a mapping is passed, the sorted keys will be used as the keys argument, unless it is passed, in which case the values will be selected (see below). Any None objects will be dropped silently unless they are all None in which case a ValueError will be raised.
vhbtad
04/26/2023, 4:11 PMSolomon Yu
04/27/2023, 8:46 AM