Zipline Backtest CSV Data Browser Error

I've successfully run a Zipline Backtest and I can successfully open the CSV however if I attempt to open the CSV in the QR Data Browser I receive the below error. Any guidance would be appreciated.

There was an error loading transactions from /codeload/zipline/Mean Reversion/Quantitativo_Mean_Reversion_with_RSI_Strategy_results.csv. The error was:

usage: csvgrep [-h] [-d DELIMITER] [-t] [-q QUOTECHAR] [-u {0,1,2,3}] [-b] [-p ESCAPECHAR] [-z FIELD_SIZE_LIMIT] [-e ENCODING] [-S] [-H] [-K SKIP_LINES] [-v] [-l] [--zero] [-V] [-n] [-c COLUMNS] [-m PATTERN] [-r REGEX] [-f MATCHFILE] [-i] [-a] [FILE] csvgrep: error: unrecognized arguments: Reversion/Quantitativo_Mean_Reversion_with_RSI_Strategy_results.csv

Make sure the selected file exists and is a Zipline backtest results CSV.

Having a space in the folder name isn’t supported.

1 Like