I am trying to set a folder path as follows:
folderpath = "C:\\Users\NY1\\Dropbox\\Research ideas\\Final Code\\Poject_name"
and I am getting the following error:
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 9-10: malformed \N character escape
What am I doing wrong?