pub fn parse_bar_csv(
path: &Path,
exchange: &str,
symbol: &str,
timeframe: Timeframe,
source_offset: &FixedOffset,
) -> Result<(Vec<Bar>, Vec<String>)>Expand description
Parse a bar CSV file into a Vec<Bar>.
Tab-delimited with header row. Timestamps converted from source_offset to UTC.