Is it possible to store the sheet name from a csv as a string variable?
Something like this maybe:
path=r"file_path\file.csv"
df=read.csv(path)
sheet_name=df.sheet
Is it possible to store the sheet name from a csv as a string variable?
Something like this maybe:
path=r"file_path\file.csv"
df=read.csv(path)
sheet_name=df.sheet