PythonNumericalDemos icon indicating copy to clipboard operation
PythonNumericalDemos copied to clipboard

Cannot find the file sample_data.csv

Open ADharaUTEXAS123007 opened this issue 5 years ago • 1 comments

I tried running the GeostatsPy_variogram_calculation.ipynb I cannot find the file sample_data.csv

ADharaUTEXAS123007 avatar Feb 20 '20 04:02 ADharaUTEXAS123007

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: image

marcemq avatar May 05 '22 17:05 marcemq