This Numerai Crypto Overview page has incorrect API info including filenames and column names inconsistent with the latest from Numerai Crypto Data docs.
The code snippets should be modified to match the new v2.0 data structure including changing the filenames from crypto/v2.0/train_targets.parquet ->crypto/v2.0/train.parquet and crypto/v2.0/live_universe.parquet -> crypto/v2.0/live.parquet and avoiding the old target and symbol column names which no longer exist.
Consider adding a suggestion to participants migrating from v1.0 to v2.0 that they pip install --upgrade numerapi to the latest.
This Numerai Crypto Overview page has incorrect API info including filenames and column names inconsistent with the latest from Numerai Crypto Data docs.
The code snippets should be modified to match the new v2.0 data structure including changing the filenames from
crypto/v2.0/train_targets.parquet->crypto/v2.0/train.parquetandcrypto/v2.0/live_universe.parquet->crypto/v2.0/live.parquetand avoiding the oldtargetandsymbolcolumn names which no longer exist.Consider adding a suggestion to participants migrating from v1.0 to v2.0 that they
pip install --upgrade numerapito the latest.