I'm trying to create a function that takes a CSV input but when I try to input a csv like
function('sample.csv')
it only views the input as a string.
I'm trying to create a function that takes a CSV input but when I try to input a csv like
function('sample.csv')
it only views the input as a string.