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.
2 parents bbc538e + 9deec04 commit 8f72271Copy full SHA for 8f72271
examples/resolve_choice.md
@@ -131,8 +131,8 @@ call is now:
131
We could also project the long values and discard the string values using the
132
`project:long` option:
133
134
- med_resolve_project = medicare_dyf.resolveChoice(specs = [('provider id','project:long')])
135
- med_resolve_project.printSchema()
+ med_resolve_project = medicare_dyf.resolveChoice(specs = [('provider id','project:long')])
+ med_resolve_project.printSchema()
136
137
Again, the schema now shows that the 'provider id' column only contains long values:
138
0 commit comments