PythonNumericalDemos
PythonNumericalDemos copied to clipboard
Cannot find the file sample_data.csv
I tried running the GeostatsPy_variogram_calculation.ipynb I cannot find the file sample_data.csv
Hello there.
Reading the GeostatsPy_variogram_calculation.ipynb you've mentioned, it turns out that sample_data.csv is correctly placed at the link mentioned in notebook, I've already verified that it's there.
To use the data, you can do it in two ways:
- download the data and place it in your working directory so the notebook can access to it
- load the data from the provided link
This two ways are also mentioned in the notebook, see below:
