AlertaDengue / AlertaDengue/pyreaddbc
TypeError: 'module' object is not callable
未关闭
- 主要语言
- C
- 星标
- 14
- 派生
- 7
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hello there!
I'm trying to read a DBC I've dowloaded from the Brazilian Public Health Data (DataSUS). Here is the code:
`import pyreaddbc`
`df = pyreaddbc.readdbc("sismama-cm_201301-ac_20220831.dbc", encoding="iso-8859-1")`
`print(df)`
This is the output:
`Traceback (most recent call last):
File "/home/juliano/p/python/matheus/teste.py", line 3, in
df = pyreaddbc.readdbc("sismama-cm_201301-ac_20220831.dbc", encoding="iso-8859-1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'module' object is not callable`
I'v tried using `read_dbc` also, same output.
Any ideas?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。