This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import requests | |
import pandas as pd | |
from requests.auth import HTTPBasicAuth | |
import os | |
API_TOKEN = os.getenv("JIRA_TOKEN") | |
AUTH_EMAIL = os.getenv("AUTH_EMAIL") | |
DOMAIN_NAME = os.getenv("DOMAIN_NAME") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
COD | TIPO_CLIENTE | TIPO_EMPRESTIMO | CD_SEXO | IDADE | QTD_DIVIDAS | TEMP_RECUPERACAO | |
---|---|---|---|---|---|---|---|
1 | NOVO | CDC | M | 26 | 0 | 227 | |
2 | NOVO | RENEGOCIAÇÃO | M | 39 | 0 | 37 | |
3 | NOVO | PESSOAL | M | 31 | 1 | ||
4 | NOVO | PESSOAL | F | 45 | 11 | ||
5 | NOVO | CDC | F | 25 | 0 | 8 | |
6 | NOVO | PESSOAL | M | 35 | 14 | ||
7 | NOVO | CDC | M | 39 | 16 | ||
8 | NOVO | PESSOAL | F | 38 | 0 | 22 | |
9 | NOVO | CDC | M | 64 | 0 | 14 |