Hello, could I get help with why Julia isn't able to find a file?```pk_df = DataF

Hello, could I get help with why Julia isn’t able to find a file?

pk_df = DataFrame(CSV.File(        "./Data/data_all_mice_all_humans_corrected_3SA_DEL.csv", missingstrings = ["", "NA"]))

`ArgumentError: “./Data/data_all_mice_all_humans_corrected_3SA_DEL.csv” is not a valid file"

isfile is also returning false

Note that the original poster on Slack cannot see your response here on Discourse. Consider transcribing the appropriate answer back to Slack, or pinging the poster here on Discourse so they can follow this thread.
(Original message :slack:) (More Info)

1 Like

To resolve this:

There was a space in the real file name that wasn’t in the path written in julia.

1 Like