Module csv

Source

Functions§

load_deltas
Loads [OrderBookDelta]s from a Tardis format CSV at the given filepath, automatically applying GZip decompression for files ending in “.gz”.
load_depth10_from_snapshot5
Loads [OrderBookDepth10]s from a Tardis format CSV at the given filepath, automatically applying GZip decompression for files ending in “.gz”.
load_depth10_from_snapshot25
Loads [OrderBookDepth10]s from a Tardis format CSV at the given filepath, automatically applying GZip decompression for files ending in “.gz”.
load_quote_ticks
Loads [QuoteTick]s from a Tardis format CSV at the given filepath, automatically applying GZip decompression for files ending in “.gz”.
load_trade_ticks
Loads [TradeTick]s from a Tardis format CSV at the given filepath, automatically applying GZip decompression for files ending in “.gz”.