Skip to content

blp.bds wrongly parses the field ID_EXCH_SYMBOL as a sequence #42

@slmg

Description

@slmg

Problem description

The value of the field ID_EXCH_SYMBOL is "ES", but it gets parsed as if it was sequence of distinct values instead: ["E", "S"]

Code to reproduce

> from blp import __version__ as blp_version
> from blp import blp

> blp_version
0.0.3

> bquery = blp.BlpQuery().start()
> bquery.bds(["ESM4 Index"], "ID_EXCH_SYMBOL")
    0
0  E
1  S

Expected Output

    0
0  ES

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions