You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,18 @@ To add a new dataset file, please follow these steps:
65
65
In [6]: df = pd.read_csv(filepath)
66
66
```
67
67
68
+
## Changing the default data cache location
69
+
70
+
The default cache location (where the data are saved on your local system) is dependent on the operating system. You can use the `locate()` method to identify it:
71
+
72
+
```python
73
+
from pythia_datasets import locate
74
+
locate()
75
+
```
76
+
77
+
The location can be overwritten by the `PYTHIA_DATASETS_DIR` environment
0 commit comments