Using Data from my own computer

I have downloaded data and have it on my hard drive. I keep seeing the Path function used in the tutorials alongside either the untar_data or download_data to pull data from github, or some online source.

My question is simple, How do I direct my path function to a folder on my own hard drive.

In general, search for “pathlib docs”. They explain how to create a Path that contains any location on your hard drive.

If you have a particular issue with using pathlib where it does not do as expected, post the problem code here. I or someone else here will do their best to help. :slightly_smiling_face:

2 Likes