Skip to content

Commit

Permalink
Merge pull request #29 from georgm8/patch-1
Browse files Browse the repository at this point in the history
Fix to typo in the code example
  • Loading branch information
vvcb committed Feb 9, 2023
2 parents 6d52046 + f8f5ec3 commit 0d56492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ df_features = build_admitted_care_features(good)
# Second validation step using Feature Schema
# Review and fix DQ issues.
# This may require returning to the first validation step or even extraction.
good_f, bad_f = validate_dataframe(df, AdmittedCareFeatureSchema)
good_f, bad_f = validate_dataframe(df_features, AdmittedCareFeatureSchema)

# Use the good_f dataframe for analysis as required by lead site
```
Expand Down

0 comments on commit 0d56492

Please sign in to comment.