Vendor Breaking Formats
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Idoneità per principianti
- 25/100
Direzione di ricerca
Start by inspecting the reader and accessor to understand how the current format is selected and how Download() is exposed. Compare that behavior with the 1D row, 1D vector, and 2D examples in the issue, then clarify whether generic support or Download()-only handling is intended. Done means the supported vendor formats and resulting accessor behavior are explicitly defined and covered.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
Vendors upload essentially different formats of data. We need to adjust the reader and accessor to be more generic. Maybe need to drop wrapper support for this data and just rely on the user using Download() method as seems very buggy to try and support N vendor formats.
1D row format (legacy simple format): https://data.nasdaq.com/databases/ETFTE
Date, Asset, Volume
Date, SPY, 1
Date2, SPY, 2
Date3, SPY, 3
1D vectors format (base data collection required): https://data.nasdaq.com/databases/BCHAIN
Date, Asset, Key, Value
Date, SPY, volume, 1
Date, SPY, price, 1.1
Date2, SPY, volume, 2
Date2, SPY, price, 2.2
Date3, SPY, volume, 3
Date3, SPY, price, 3.3
2D formats: https://data.nasdaq.com/databases/OPT
?
- Lingua principale
- C#
- Stelle
- 7
- Fork
- 17
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di QuantConnect/Lean.DataSource.NasdaqDataLink
-
bug
Difficoltà 4/5 3-5 giorni Idoneità per principianti 35/100
-
Cached Quandl Data Aperta
Difficoltà 4/5 3-5 giorni Idoneità per principianti 30/100
Tutte le issue di QuantConnect/Lean.DataSource.NasdaqDataLink
Issue simili
-
untriaged
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 88/100
dotnet/dotnet-api-docs#13095 ·
-
area-deployment area-integrations triage:bot-seen
Difficoltà 2/5 Mezza giornata Idoneità per principianti 86/100
-
type/automation type/tech-debt
Difficoltà 2/5 1-3 ore Idoneità per principianti 84/100
-
bug
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 90/100
newrelic/newrelic-dotnet-agent#3850 · 1 commento ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100
LuckyPennySoftware/AutoMapper#4660 ·