How to show names of datatypes in dsws

Hi team, may I know how to let dsws show the names of datatypes? Thanks in advance!

1689761990398.png

Best Answer

  • Hi @Julian.Bai,

    I tried the following and got data that I think you're interested in:

    df = ds.get_data("958TVX,VOD,BARC|N", ["PH", "PL"], start = "-2D")
    df

    1689771378395.png.

Answers