Skip to content

Commit b84fe1b

Browse files
committed
deploy: 7f299b5
1 parent ca58457 commit b84fe1b

21 files changed

Lines changed: 133 additions & 91 deletions

.doctrees/api.doctree

15 KB
Binary file not shown.

.doctrees/environment.pickle

22.6 KB
Binary file not shown.

.doctrees/expectativas.doctree

268 Bytes
Binary file not shown.

.doctrees/index.doctree

0 Bytes
Binary file not shown.

.doctrees/odata.doctree

22 Bytes
Binary file not shown.

.doctrees/sgs.doctree

1.48 KB
Binary file not shown.

.doctrees/taxajuros.doctree

-4 Bytes
Binary file not shown.

_images/sgs1.png

228 Bytes
Loading

_images/taxajuros1.png

1.8 KB
Loading

_sources/taxajuros.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pelas instituições financeiras.
3535
ep = em.get_endpoint('TaxasJurosDiariaPorInicioPeriodo')
3636
df_cheque = (ep.query()
3737
.filter(ep.Segmento == 'PESSOA FÍSICA',
38-
ep.Modalidade == 'Cheque especial - Pré-fixado')
38+
ep.Modalidade == 'Cheque especial - Prefixado')
3939
.collect())
4040
grp = df_cheque.groupby('InicioPeriodo')
4141
df_mean = grp.agg({'TaxaJurosAoMes': 'median'})

0 commit comments

Comments
 (0)