Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Vendor Breaking Formats

Aperta
#15 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
25/100
Tipo di issue
Refactoring
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
csharp
Ambito
data

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

bug

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

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di QuantConnect/Lean.DataSource.NasdaqDataLink

Tutte le issue di QuantConnect/Lean.DataSource.NasdaqDataLink

Issue simili

Altre issue su C#

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.