Skip to content

Commit

Permalink
fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-fox committed Aug 31, 2022
1 parent fe46634 commit 420bff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -62,7 +62,7 @@ import fingertips_py as ftp
phof = ftp.get_profile_by_name('public health outcomes framework')
phof_meta = ftp.get_metadata_for_profile_as_dataframe(phof['Id'])
indicator_meta = phof_indicators[phof_meta['Indicator'].str.contains('Healthy')]
indicator_meta = phof_meta[phof_meta['Indicator'].str.contains('Healthy')]
print(indicator_meta)
Indicator ID Indicator ...
Expand Down

0 comments on commit 420bff3

Please sign in to comment.