Skip to content

Commit 16f6868

Browse files
authored
Merge pull request #433 from microsoft/update-dataset-urls
Fix example dataset urls
2 parents a4921f4 + ac01ee4 commit 16f6868

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.yarn/versions/e1023165.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
declined:
2+
- showwhy

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This interface allows users to inspect variable relationships within data, and t
3434

3535
**Note: At the moment, ShowWhy does not work with Apple Mxx processors in local mode.**
3636

37-
To run the application locally,ensure that you have Docker installed and running on your machine. You can find instructions for installing Docker [here](https://docs.docker.com/get-docker/).
37+
To run the application locally, ensure that you have Docker installed and running on your machine. You can find instructions for installing Docker [here](https://docs.docker.com/get-docker/).
3838

3939
Open up a terminal application, and using the command-line interface (CLI) run the following command:
4040

javascript/webapp/public/data/examples/smoking.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"rel": "input",
1010
"profile": "datatable",
11-
"path": "https://raw.githubusercontent.com/BiomedSciAI/causallib/master/causallib/datasets/data/nhefs/NHEFS.csv",
11+
"path": "https://microsoft.github.io/datashaper/data/NHEFS.csv",
1212
"metadata": {
1313
"source": "https://www.hsph.harvard.edu/miguel-hernan/causal-inference-book/",
1414
"citation": "Hernán MA, Robins JM (2020). Causal Inference: What If. Boca Raton: Chapman & Hall/CRC"
@@ -614,7 +614,7 @@
614614
{
615615
"rel": "input",
616616
"profile": "datatable",
617-
"path": "https://cdn.jsdelivr.net/gh/synth-inference/synthdid@master/data/california_prop99.csv",
617+
"path": "https://microsoft.github.io/datashaper/data/california_prop99.csv",
618618
"metadata": {
619619
"source": "https://www.openicpsr.org/openicpsr/project/146381/version/V1/view?path=/openicpsr/146381/fcr:versions/V1/synthdid-sdid-paper/data/california_prop99.csv",
620620
"citation": " Dmitry Arkhangelsky, CEMFI; Susan Athey, Stanford University; David A. Hirshberg, Emory University; Guido W. Imbens, Stanford University; Stefan Wager, Stanford University"

0 commit comments

Comments
 (0)