Closed teqdeq closed 1 year ago
Hello,
i am working a lot with .csv files in python with pandas and am curious how you could read them with a relative filePath? The absolute filePath is working, but not very usable on different machines with syncing.
Any help would be very appreciated.
Thx
Sorry, i figured it out!
Just needed the pd.read_csv( @vault_path + "/file.csv" as described.
pd.read_csv( @vault_path + "/file.csv"
Thanks
Hello,
i am working a lot with .csv files in python with pandas and am curious how you could read them with a relative filePath? The absolute filePath is working, but not very usable on different machines with syncing.
Any help would be very appreciated.
Thx