Hi
So I've tried to change the directory from my downloads to documents folder
Aim to import the excel file from the below
Documents>Statistics projects>Seminoma> Exel file
I've managed to cd to Documents
However, I'm unable to change it further to the subfolder seminoma
What am I doing wrong?
This was successful:
cd /Users/denise/Documents
However this wasn't

This would then be followed by:
As I am able to get to the Documents folder , when I tried - dir- just to check I'm typing the subfolder correctly - which I am doing as you can see below:
drwxr-xr-x@ 4 denisev staff 128 Jun 2 15:21 Statistics projects /
So I've tried to change the directory from my downloads to documents folder
Aim to import the excel file from the below
Documents>Statistics projects>Seminoma> Exel file
I've managed to cd to Documents
However, I'm unable to change it further to the subfolder seminoma
What am I doing wrong?
This was successful:
cd /Users/denise/Documents
However this wasn't
This would then be followed by:
Code:
import excel "Complete data seminoma excel.xlsx", firstrow case(lower)
drwxr-xr-x@ 4 denisev staff 128 Jun 2 15:21 Statistics projects /
Comment