Skip to content

Commit

Permalink
add the column SEQ_PROD in datadrame
Browse files Browse the repository at this point in the history
  • Loading branch information
rafatieppo committed Oct 3, 2024
1 parent df81d07 commit b3efb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/getadivrunning_minidom.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def getadvrunn(zipname, minidomdoc):
' has NO OUTRAS-ORIENTACOES-EM-ANDAMENTO.')
df_advis = pd.DataFrame({'ID': np.repeat(id_lattes,
len(ls_adv_title)),
'SEQ_PROD': ls_adv_seq,
'TITLE': ls_adv_title,
'YEAR': ls_adv_year,
'NATURE': ls_adv_nat,
Expand Down

0 comments on commit b3efb73

Please sign in to comment.