Skip to content

Instantly share code, notes, and snippets.

@AviSoori1x
Created April 14, 2021 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AviSoori1x/e6a04dab848693a850d82a1dfcec9e10 to your computer and use it in GitHub Desktop.
Save AviSoori1x/e6a04dab848693a850d82a1dfcec9e10 to your computer and use it in GitHub Desktop.
s.aStore.score(rstore = {"caslib":"public","name":"hmeqTestAstore"},
table = {"caslib":'public',"name":'realtime'},
out = {"caslib":'public',"name":'realscore', 'replace':True})
scoredData = s.CASTable(name='realscore',caslib='public')
datasetDict = scoredData.to_dict()
scores = pd.DataFrame(datasetDict, index=[0])
scores
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment