Streaming dataframe visualization
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Idoneità per principianti
- 35/100
- Tipo di issue
- Funzionalità
- Chiarezza
- Abbastanza chiara
- Stato di attività
- Ferma
- Stack tecnologico
- python
- Ambito
- data-visualization, stream-processing
Direzione di ricerca
Read streamz.dataframe.core.Frames and Frame first, then compare the HoloViews/Bokeh and Altair options named in the issue. Done means the chosen approach covers automatic plot-style selection, full updates for Frames, and incremental streaming or removal updates for Frame; no test or file path is named in the issue.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
The streamz.dataframe module could use a good plot method. This has two requirements:
- Relatively automatic selection of plot styles
- Support for updating results, either a full update of all data or an incremental update of new data / removal of old data
As far as I can tell there are two options here:
- Holoviews backed by Bokeh cc @philippjfr
- Altair, see https://github.com/altair-viz/altair/issues/435
I believe that both libraries are filling out their capabilities here.
There are two different situations to cover.
- Updating plots, where we get a new dataset every update. In Bokeh-parlance this would presumably trigger a
column_data_source.update(new_df)call. This corresponds to thestreamz.dataframe.core.Framesclass - Streaming plots, where we get a few more rows of the dataset. In Bokeh-parlance this would presumably trigger a
column_data_source.stream(new_df, n)call. This corresponds to thestreamz.dataframe.core.Frameclass.
- Lingua principale
- Python
- Stelle
- 1.3k
- Fork
- 149
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Apri la guida per i contributori
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 python-streamz/streamz
-
pkg_resources warning Aperta
Difficoltà 3/5 1-2 giorni Idoneità per principianti 35/100
python-streamz/streamz#481 · 4 commenti ·
-
Combining the streamz.Stream.filenames() and streamz.Stream.from_textfile() using dask scatter? Aperta
Difficoltà 5/5 Più di una settimana Idoneità per principianti 25/100
python-streamz/streamz#480 · 2 commenti ·
-
Compile the code into c++ Aperta
Difficoltà 5/5 Più di una settimana Idoneità per principianti 20/100
python-streamz/streamz#479 · 1 commento ·
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 20/100
python-streamz/streamz#478 · 6 commenti ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 10/100
python-streamz/streamz#476 · 17 commenti · 2 reazioni ·
Tutte le issue di python-streamz/streamz
Issue simili
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 82/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100
use-agent-os/agent-os#3314 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
BasedHardware/omi#15662 · 1 commento ·
-
documentation help wanted
Difficoltà 2/5 1-3 ore Idoneità per principianti 90/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 62/100
AiursoftWeb/AnduinOS-2#19 ·