<python directory not read as string> I have a scr...
# questions-so
r
python directory not read as string I have a script in python where I want to read in a path to a directory in order to read in the files within this directory. When debugging it throws me an error. When I specify the path within the function it all works, however if I specify it outside the function it throws me an error path = "users/folder" def read_data(path): directory_csv = path for filename in os.listdir(path): # here it throws me the error if filename.endswith('.csv'): file_path = os.path.join(path,...
j
it's correctly tagged as
kedro
, but it doesn't seem to be related to Kedro
h
oh shall I ignore it or i should let they know it's not related to Kedro even though it's tagged as kedro?
j
yeah let's just ignore it
👍 1