I use jupyter notebook I am trying to read CSV from network
   data= pd.read_csv('\cdtvnas13\scor\ML Projects\Data\Input\', sep='\t', 
           encoding='utf-16_le')
The result is :
   File "<ipython-input-8-5f26daf531ba>", line 2
       crosswalk = pd.read_csv('\cdtvnas13\ACOEAnalytics\ML 
   Projects\Data\Input\', sep='\t', encoding='utf-16_le')
               ^
   IndentationError: expected an indented block
I looked and tried so many tips but without success ...
Thak you for advice
 
    