Skip to content

Add tidy DataFrame output#64

Merged
wilsonfreitas merged 1 commit into
mainfrom
issue-1-tidy-output
Jun 15, 2026
Merged

Add tidy DataFrame output#64
wilsonfreitas merged 1 commit into
mainfrom
issue-1-tidy-output

Conversation

@wilsonfreitas

Copy link
Copy Markdown
Owner

Summary

  • Add tidy=True DataFrame output for SGS and currency sync/async getters
  • Keep the existing wide DataFrame output as the default
  • Leave output="text" unchanged
  • Document tidy schemas: SGS Date/series/value and currency Date/symbol/side/value

Closes #1

Tests

  • uv run ruff format --check bcb tests
  • uv run ruff check bcb tests
  • uv run mypy bcb
  • uv run pytest
  • uv run --group docs sphinx-build -b html docs docs/_build/html
  • git -c core.whitespace=blank-at-eol,blank-at-eof,space-before-tab,cr-at-eol diff --check

@wilsonfreitas wilsonfreitas merged commit 1cdcee7 into main Jun 15, 2026
9 checks passed
@wilsonfreitas wilsonfreitas deleted the issue-1-tidy-output branch June 15, 2026 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Criar argumento tidy em algumas funções get para retornar DataFrames tidy

1 participant