We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4ee31 commit 83bbc7aCopy full SHA for 83bbc7a
4 files changed
CHANGELOG.md
@@ -1,8 +1,9 @@
1
2
# Changelog
3
4
-## [0.2.0] -
+## [0.2.0] - 2023-07-22
5
- Date columns of some OData API endpoints are now formated in the returned Dataframe (Issue #3)
6
+- New methods ODataQuery.raw and ODataQuery.text
7
8
## [0.1.9] - 2023-06-26
9
- Created class bcb.ODataAPI to directly wrap OData APIs
bcb/odata/api.py
@@ -34,7 +34,6 @@ class EndpointQuery(ODataQuery):
34
}
35
_DATE_COLUMN_NAMES = {
36
"Data",
37
- "DataReferencia",
38
"dataHoraCotacao",
39
"InicioPeriodo",
40
"FimPeriodo",
docs/_static/images/savefig/currency1.png
12.1 KB
docs/_static/images/savefig/taxajuros1.png
332 Bytes
0 commit comments