We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c879a commit 9e15de3Copy full SHA for 9e15de3
tests/testing_tests/test_estimators.py
@@ -27,7 +27,7 @@ def load_nhefs_df():
27
""" Get the NHEFS data from chapter 12 and put into a dataframe. NHEFS = National Health and Nutrition Examination
28
Survey Data I Epidemiological Follow-up Study."""
29
30
- nhefs_df = pd.read_csv("../data/nhefs.csv")
+ nhefs_df = pd.read_csv("tests/data/nhefs.csv")
31
nhefs_df['one'] = 1
32
nhefs_df['zero'] = 0
33
edu_dummies = pd.get_dummies(nhefs_df.education, prefix='edu')
0 commit comments