In scan-batch-dir remove the line containing "pd.set_option('future.no_silent_downcasting', True)" as this option has been deprecated per the warning seen on screen: "./scan-batch-dir:21: Pandas4Warning: 'future.no_silent_downcasting' is deprecated, please refrain from using it.
pd.set_option('future.no_silent_downcasting', True)"
In scan-batch-dir remove the line containing "pd.set_option('future.no_silent_downcasting', True)" as this option has been deprecated per the warning seen on screen: "./scan-batch-dir:21: Pandas4Warning: 'future.no_silent_downcasting' is deprecated, please refrain from using it.
pd.set_option('future.no_silent_downcasting', True)"