Why does glob with double-asterisk (**) include the base directory?
When using glob.glob("D:/TEST/*")
, we don’t get D:/TEST/
in the result.
Moving specific excel files from one folder to another based on the name of the file using Python
Context is thus: I’m doing a data science project to investigate some UK national police data.