dataframe

Function dataframe 

Source
pub fn dataframe<S1, S2>(
    ts: Vec<i64>,
    symbol: S1,
    interval: S2,
    limit: u16,
) -> Result<DataFrame, Box<dyn Error>>
where S1: AsRef<str>, S2: AsRef<str>,