I updated the script to point to './data/sample_spx_data.csv' since './data/Sample_SPX_20151001_to_20151030.csv' doesn't exist.
Then I ran it and it gave me the following empty output.
python3 spx_singles_example.py
Statistics for SPX long calls from 2015-10-01 to 2015-10-30
| index | count | mean | std | min | 25% | 50% | 75% | max |
|---------|---------|--------|-------|-------|-------|-------|-------|-------|
Program Executed in 0.0
I updated the script to point to './data/sample_spx_data.csv' since './data/Sample_SPX_20151001_to_20151030.csv' doesn't exist.
Then I ran it and it gave me the following empty output.