⭐ Dashboard
Dashboard (not a very unique name, I know) is a set of tools to visualize personal data on a, well, some sort of dashboard.
I'm gradually publishing it here and got some old screenshots here.
Ideally I'd like to reuse existing libraries and other people's projects to the maximum extent possible, so we could join forces.
Table of Contents
- related dashboard
- [A] * motivation dashboard
- [A] why not use something existing? dashboard
- [B] figuring out core patterns for manipulating and representing this data dashboard
- [B] automatically detecting interesting correlations between data dashboard
- [B] what I want to figure out: dashboard
- very similar to https://github.com/KrauseFx/FxLifeSheet#questions-to-answer dashboard
- TODO [B] are 'sleep phases' a thing (or at least the way they are measured in conventional tackers)? how do they impact my waking up, alertness etc? dashboardsleep
- TODO [C] calculating custom exercise stats dashboard
- [C] custom/personalized data processing dashboard
- TODO [B] demo of errors: typical mistake is confuising wlog and weight tags (weight gets unrecognized as exercise) dashboard
- [A] * inspiration dashboard
- STRT [B] andreilyskov: qs dashboard example dashboardqs
- dashboardqs interesting dashboards: spotify, writing and reading. otherwise not that much stuff
- dashboardqs ok seems that they use similar architecture to mine https://forum.quantifiedself.com/t/personal-dashboards-for-self-tracking-data/8202/4
- STRT [B] Flow Dashboard dashboard
- [C] heedy/heedy: An Open-Source Platform for Quantified Self & IoT dashboard
- STRT [C] quelf/report.Rmd at master · JakobGM/quelf dashboard
- STRT [C] markwk/qsledger: Quantified Self Personal Data Aggregator and Data Analysis dashboardqsdataliberation
- dashboardqsdataliberation I guess once I export everything could send a link to that guy?
- STRT [C] https://github.com/KrauseFx/FxLifeSheet dashboard
- TODO [C] some good dashboards https://forum.quantifiedself.com/t/personal-dashboards-for-self-tracking-data/8202/15 dashboard
- TODO [C] Juno's Personal Data Exploratory https://exploratory.openhumans.org/notebooks dashboardpkmqs
- STRT [C] jeffshek/betterself: Your body's dashboard. dashboard
- dashboard demo https://app.betterself.io
- STRT [C] Sacha Chua: quantified awesome dashboardqs
- dashboardqs ok, looks pretty clean, but might require some tinkering
- dashboardqs also pretty much only time tracking?
- DONE [C] quantifiedbob/bob-body-composition-viz: Jupyter Notebook vizualizing 10+ years of my body composition data dashboard
- STRT [D] ammanvedi/quantified-self-server: Aggregate data about myself (workouts, blog posts, music listening history) into a graphql API dashboard
- CANCEL [D] markwk: How to Create a Time Tracking Dashboard using RescueTime, IFTTT and Google Sheets dashboardqs
- CANCEL [D] Personal Dashboard /r/QuantifiedSelf dashboard
- dashboard it is not very elaborate though…
- [B] minor ideas dashboard
- TODO [B] keeping query in the address string is pretty clever… can bookmark and easily restart it! dashboarddatasette
- TODO [C] event chart https://forum.quantifiedself.com/t/best-examples-of-quanitified-self-dashboards/4590/9 dashboard
- TODO [C] use tabs within tabs? kinda like in garmin https://connect.garmin.com/modern/activities dashboard
- TODO [C] Garmin Connect dashboard
- TODO [C] yihong0618/runningpage: Make your own running home page dashboard
- STRT [B] andreilyskov: qs dashboard example dashboardqs
- [B] * implementation dashboard
- TODO [A] (meta?)goals dashboard
- TODO keep it modular, I guess dashboard
- dashboard similarly to HPI, it's more of a demonstration how it can be done. Ideally people would be able to reuse core and build their own dashboards
- TODO [A] it's very important to benefit from the existing data science infrastructure as much as possible. jupyter, pandas, etc. dashboard
- STRT [A] panel · PyPI dashboard
- STRT [A] oschuett/appmode: A Jupyter extensions that turns notebooks into web applications. dashboard
- dashboard ok, nice, has 'edit app' button which opens jupyter to edit??
- [B] ok, #jupyter is the ultimate ad-hoc solution. it preserves state, can be exposed as a frontend and allows for python code dashboard
- STRT [B] bokeh vs plotly dash dashboard
- dashboard compromise: keep it as framework independent and decoupled as possible. Support both frameworks!
- STRT [B] basically have a core library that's imported in all notebooks. move stuff to core as long as possible, but allow quick button to mess with the data in notebook dashboardtoblog
- TODO [B] try jupyterlab dashboard
- TODO [B] I think dashboard needs to preserve state somehow, it's annoying to edit code every time.. wonder if dash supports it? dashboard
- TODO [C] use multiprocessing… dashboard
- TODO [C] Top 50 matplotlib Visualizations - The Master Plots (w/ Full Python Code) | ML+ dashboard
- STRT [C] grafana could simply be one of the interfaces dashboard
- STRT [B] apache/superset: Apache Superset is a Data Visualization and Data Exploration Platform dashboardhpi
- TODO [A] (meta?)goals dashboard
- [B] * sleep dashboard/experiments dashboardsleep
- TODO [B] Maybe run pca for my sleep data? dashboardsleepqsml
- TODO [B] figure out main questions I wanna figure out dashboardsleepqs
- STRT [C] Respiratory rate - Wikipedia dashboardsleep
- dashboardsleep add to dataframe
- TODO [B] correlate with sliding exponential mean instead? dashboardsleep
- STRT [B] add date to tooltip dashboardsleep
- STRT [B] def need to highlight holidays on the background (also annotate if it was indeed a day off), e.g. where have I gone dashboardsleep
- TODO [C] wonder if coverage is correlated with sleep movement… dashboardsleep
- TODO [C] find correlation between bedtime and length of sleep? dashboardsleep
- TODO [C] Sleep/exercise correlation: could try different deltas/correlation coeff plot dashboardsleep
- TODO [C] old sleep logs from taplog? dashboardsleep
- TODO [C] check waking up in REM? dashboardsleep
- TODO [C] interesting correlation: sleep vs bed time. wonder if that means REM or something? dashboardsleep
- TODO [C] hmm, sleepy correlates negatively with ex. volume? dashboardsleep
- TODO [C] hmm. temperature is interesting – looks like it's negatively correlating with HR?? dashboardsleepqs
- TODO [C] sleep plot: highlight holidays/weekends as background color? dashboardsleep
- TODO [C] movements/bed exit in emfit? dashboardsleep
- dashboardsleep could plot on the sleep bars plot?
- TODO [C] integrate old melatonin experiment, maybe post about it dashboardsleep
- TODO [C] use ANS balance from emfit? dashboardsleep
- [C] Emfit qs estimated my sleep high, even though i felt a bit like shit. I wonder if it just correlates with sleep length.. dashboardsleep
- TODO [C] temperature during sleep dashboardsleepqs
- TODO [B] different style for sleep length bars? currently red and blue are sort of annoyingly make it hard to spot the pattern? dashboardsleepemfit
- TODO [C] Average temperature dashboardsleep
- TODO [C] cross correlate with rescuetime activity dashboardsleep
- dashboardsleep could even plot activity bars
- TODO [C] figure out alarm wakeup vs 'natural' wakeup, could tell me something about sleep intervals dashboardsleepqs
- STRT [D] Emfit recovery – wonder if it correlated with exercise days dashboardsleepemfit
- TODO [B] My daughters sleeping patterns for the first 4 months of her life. One continuous spiral starting on the inside when she was born, each revolution representing a single day. Midnight at the top (24 hour clock). [OC] dashboardsleepinspirationviz
- TODO [C] Melatonin analysis dashboardsleep
- TODO [B] wonder what does it mean when morning hrv is higher than evening?? dashboardsleepqshrv
- TODO [C] I wonder what happened… at some point (around august 2019), coverage has consistently gone up to 100 dashboardsleepqsemfit
- TODO [B] Track pizza dependency? dashboardsleepqs
- TODO [B] Shit wonder if I'm oversleeping because it's too cold? dashboardsleepqs
- TODO [B] pretty strong negative correlation of temp vs avg hr. wonder if that's searsonal or not? post about it soon? dashboardsleepqs
- TODO [B] look at HRV peaks and try to see what's happening? dashboardsleepqstimeline
- [B] Опыт обращения к сомнологу dashboardsleepqs
- TODO [B] Compare hr/hrv before and after holidays dashboardsleepqshpi
- TODO [B] Compute differences between rem cycles and plot on histogram? dashboardsleepqs
- TODO [B] wow, emfit recovery was really shit last night. why???… seriosly no reason for it dashboardsleepqs
- [B] wip on figuring out if weekdays impact sleep dashboardsleepqs
- TODO [B] plot my emfit sleep, to be fair even two years of plots is quite cool dashboardsleeppublishqs
- TODO [B] hmm, my hrv really has fallen down? also sleep hr gone up dashboardsleepqshealth
- TODO [D] track dependency on meditaion? dashboardsleep
- TODO [C] display times in bed definitely… dashboardsleep
- TODO would be nice to plot against sunrise/sunset? dashboardsleep
- [B] Relationships between HRV, sleep and physical activity in personal Oura ring data - Quantified Self / General Health - Quantified Self Forum dashboardsleephrvhrexercise
- TODO fucking hell! after naples HRV jumped and HR dropped very significantly dashboardsleepself
- TODO [B] correlate dreams with rem/deep etc? dashboardsleep
- TODO [B] wtf… without seasons it seems to correlate less?? dashboardsleep
- TODO [C] negative correlation of coverage with temperature is pretty weird dashboardsleepemfit
- TODO [C] Compare fitbit dashboardsleephrqs
- STRT [B] For sleep, probably a good idea to log room temperature dashboardsleepqs
- TODO [B] hmm, maybe I need to remove seasonality from the sleep first and then search other correlations?? not sure.. dashboardsleep
- TODO [B] ugh. today is gonna be confusing dashboardsleepqs
- dashboardqssleep maybe really need to try two-parameter regression?
- dashboardqssleep take into the account past pizza orders? this is gonna have systematic impact on my sundays?
- [B] * exercise dashboard/experiments dashboard
- TODO [B] running dashboard – custom dataframe + add distance + merge with manual notes in a similar way dashboard
- TODO [B] thinking how to contribute data for the energy plot dashboardexerciseqs
- TODO [B] have some stuff in endomondo comments… need to extract it and use. maybe actually just reuse endoexport, and put in a df dashboardqs
- TODO [C] Show distance on speed/hr plot dashboardqs
- STRT [B] def need to measure decay to 60 to get more data… dashboardqshrtoblog
- STRT [B] process google location and guess walks from it dashboardexerciseqs
- TODO [B] Detect walks and runs from google data and plot them. Mark velocity with colours. Could also do 'walking intervals' (e.g. if was in a shop inbetween) dashboardexercise
- TODO [C] calculate some sort of 'integral' heart rate and also score for interval trainings? dashboardexercise
- dashboardexercise eh? maybe I wanted to break down my interval trainings per activity bursts?
- STRT [C] integrate elliptical workouts? Could plot workout specific things and make them easy to compare dashboard
- STRT [C] filter out specific exercises and plot separately to see the progress dashboardexercise
- TODO [C] go through the most common exercise (past) sessions and check them dashboardexercise
- dashboardexercise I guess it's a more general pattern for reviewing data too
- TODO [B] exercise provider: trust more notes which got HR data dashboardqs
- STRT [C] Look at hr data, its almost 180 all the time. Is it because i was doing cardio less? dashboardqshealthexercise
- [C] * patterns dashboard
- TODO [A] use dynamic sliders for different regression windows dashboard
- STRT [B] Always plot isolated metrics (temp, hr, etc) – good for debugging dashboardqs
- dashboardqs also make sure it's easy to do
- TODO [B] restrict datapoints 'by experiment'? same way it's done with date sliders? dashboard
- STRT [B] need to try different date shifts to see it's not correlated dashboard
- TODO [B] labels: need to display weekday (also on HR nodes?) dashboard
- TODO [B] would be nice to zoom individual plots.. dashboard
- [B] * error hanling dashboarderrors
- TODO [C] about importance of error handling when working with personal data dashboarderrorstoblog
- TODO [C] error handling – demonstrate on 'multiple sleeps' dashboarderrors
- TODO [C] demo: running speed/hr plot is a good candidate dashboarderrors
- TODO [C] demo: unmark one of cardio/non-cardio and demonstrate warnings dashboarderrors
- TODO [C] document error handling pattern with 'error' dashboarderrorstoblog
- TODO [B] for correlations, there is overview + zoomed in individual plots showing all the errors, outliers, etc dashboard
- TODO [B] Each rolling plot can also handle seasonality, residuals etc? dashboard
- TODO [B] would be cool to scale arbitrarily vertically and horizontally, the whole plot dashboard
- TODO [B] indicate how recent datapoints are by color? (in the correlations) dashboard
- TODO [C] corr plot: include influence/leverage etc dashboard
- STRT [C] would be nice to display data source? dashboard
- TODO [C] link to original event from point? or just 'context' dashboard
- TODO [C] vertical line tooltip sucks… probably need a single point instead dashboard
- TODO [C] definitely need to take seasonality (e.g. weekly) into the account, e.g. for multi regression dashboard
- TODO [C] I guess need seasonality analisys for each metric? maybe have it on a separate pane, e.g. 'debug/insights'? would be nice to do it for all dataframes? dashboard
- TODO [C] would be nice to include the org file link to the context… then could use mimemacs for it dashboardpromnesia
- [C] * ideas for more dashboards dashboard
- TODO [B] rescuetime summarizes my sleep intervals pretty well? could at least have upper bound on sleep during holidays/when not using emfit? dashboardrescuetimehpi
- STRT [C] temperature – probably, seasonality? dashboardqs
- TODO [C] display photos as an optional layer along with the map? dashboard
- dashboard just need to integrate dashboard with photomap
- TODO [C] links into food dashboards.. I guess I need anchors. dashboardnutrino
- TODO [C] favsmap should be part of dashboard… also could be the first bit in my public dashboard? dashboard
- TODO [C] shit. if I had food stats that would be just amazing dashboard
- TODO [D] takeout – contains list of places dashboardtakeouthpi
- TODO [D] money? not sure dashboard
- TODO [D] quantified mind? already have plots dashboard
- TODO [D] Add check-ins to favsmap dashboard
- [C] * ideas for experiments dashboard
- TODO [B] correlate number of commits/lines vs sleep? dashboard
- TODO [B] glucose and ketone measurements vs food? dashboard
- dashboard probably not enough data…
- TODO [C] correlate temp sensor with hiking? dashboardtoblogqslifelogging
- TODO [C] hmm, maybe need to try running/eating pizza on a different day? to make sure the seasonality is not due to running? dashboardexerciseqssleep
- dashboardexerciseqssleep or could check seasonality for months that didn't involve running?
- TODO [C] volume vs avg temp is an interesting one to demonstrate the correlation that shouldn't exist dashboard
- DONE [C] try to find correlation between sleep and exercise? dashboardqs
- TODO [C] temperature plots: would be interesting to have avg plot for 'indoors' and 'outdoors' periods? dashboard
- TODO [D] plot spinning power vs heartbeats? dashboardqs
- [D] * plotly dash dashboardplotly
- [C] plotly/dash@1.4.0 dashboardplotly
- [C] Re: [plotly/plotly.py] Importing plotly takes a lot of time (740) dashboardplotly
- [C] Dash offline is enabled? plotly/dash dashboardplotly
- TODO [C] wow. showing points on other plots while rectangle selection is really awesome dashboardplotly
- STRT [C] would be really nice to properly render pairplots in plotly dashboardplotly
- TODO [C] err. seems to always consume cpu in background dashboardplotly
- [C] Re: plotly/plotly.py Importing plotly takes a lot of time (740) dashboardplotly
- [D] Dash User Guide and Documentation - Dash by Plotly dashboardplotly
- DONE [B] ucg8j/awesome-dash: A curated list of awesome Dash (plotly) resources dashboardplotlyviz
- dashboardplotlyviz https://dash-gallery.plotly.host/Portal/
- dashboardplotlyviz eh, dunno otherwise not so interesting? maybe I'm not really lacking anything, I can think of many things I can add that still need to be implemented..
- ----------------------------------------- dashboard
- TODO [A] come up with a better name? just in case of pypi release… dashboard
- STRT [B] how to detect temporal correlation? dashboardstudyqs
- dashboardstudyqs ok, this lag thing in bokeh could work
- [B] qsledger/examplecorrelationexplorerwithplotly.py at master · markwk/qsledger dashboard
- TODO [B] Why you should continuously track your energy level and what I've learned from it. /r/Biohackers dashboardqs
- dashboardqs about tracker matching subjective score
- TODO [B] not sure what mavg is doing. e.g. HR plots of specific exercise – if I didn't exercise during the past month mavg for 14 days should just take value of my last exercise. right?? dashboard
- dashboard need to test it, just to double check
- TODO [B] Visualization — pandas 0.24.2 documentation dashboardviz
- TODO [B] Building a Data Dashboard - Quantified Self / Apps & Tools - Quantified Self Forum dashboard
- TODO [B] All | Search powered by Algolia dashboard
- TODO [B] Accelerating with WebGL — Bokeh 2.2.1 Documentation dashboard
- TODO [B] FifthHour/correlator: Timeseries correlation in Python, Bokeh Server and on Heroku dashboardbokeh
- TODO [B] JupyterLab Documentation — JupyterLab 2.3.0a1 documentation dashboard
- TODO [B] raphaelvallat/pingouin: Statistical package in Python based on Pandas dashboard
- STRT [B] How I built a spreadsheet app with Python to make data science easier | Hacker Noon dashboardspreadsheet
- TODO [B] I just updated my Pandas GUI project to have some sample datasets, here it is working with a Simpsons dataset and proving that the early seasons are the best… /r/compsci dashboard
- TODO [B] Jupyter tools to increase productivity - Towards Data Science dashboardjupyter
- dashboardjupyter widgets, debugging, toc
- TODO from IPython.core.debugger import settrace dashboardjupyter
- TODO [B] need to post it somewhere… but not sure how to present to people. could def post some plots to quantifiedself? dashboardtoblogqs
- TODO [C] Short- and long-term effects of a single bout of exercise on heart rate variability: comparison between constant and interval training exercises. - PubMed - NCBI dashboardhrv
- TODO [C] Plotting with categorical data — seaborn 0.9.0 documentation dashboardviz
- dashboardviz not sure if boxplots in particular are usefult to me?
- STRT [C] thinking about making it public dashboardhpi
- TODO [C] add more dashboards to web? dashboard
- TODO [C] 'Other' workouts i'm using for HR decay – shit, I think I lost hr here after 10th minute. Could detect it automatically I guess? dashboardqshr
- STRT [C] always keep a tab running on one for my desktops? or pinned dashboard
- [C] shit. influxdb seems to be very unsuitable for the kind of thing I want. also very awkward to render dashboards… dashboardinfluxdb
- dashboardinfluxdb hmm I guess what I meant is that it's for aggregate data only, and a bit awkwards to explore by-point data?
- STRT [C] I really want proper and fast location history.. dashboardlocation
- STRT [C] run with cachew? also integrate with hpi dashboardcachewnutrino
- TODO [C] show my dashboard dashboardqs
- [C] Pandas API — hvPlot 0.6.0 documentation dashboard
- STRT [C] mixing in data from taplog dashboardweightexerciseqs
- TODO [C] on the hrv plot, diplay as arrow if the trend is up or down dashboardsleep
- STRT [C] joshlk/dataclassframe: A container for dataclasses with multi-indexing and bulk operations. dashboard
- dashboard ah ok, something added.. maybe reevaluate it later
- TODO [C] use for daily dashboard or something? dashboardremarkable
- TODO [C] bokeh/notebookembed.ipynb at 2.2.1 · bokeh/bokeh dashboard
- STRT [C] https://github.com/thesephist/histools dashboardviz
- TODO [C] manualexercise dashboardbokeh
- STRT [D] Grafana dashboardtimeline
- TODO [D] figure out grafana.. dashboard
- TODO [D] post on dataisbeautiful? dashboardredditsleep
- TODO [D] fix dovpandas warnings dashboard
- TODO [D] when I release it, make sure it works both against public and private hpi bits dashboardsleep
- TODO [D] profile stuff a bit? dashboard
- TODO [D] xkcd: Linear Regression dashboardtoblog
- DONE [B] Python Data Visualization 2018: Why So Many Libraries? - Anaconda dashboard
- DONE irissplom.py — Bokeh 1.1.0 documentation dashboard
- dashboard eh, defaults don't look great. maybe it's faster but unclear
- CANCEL [B] Tableau Desktop dashboardvizqs
- -----–— last housekeeping on dashboard ----------
- TODO [C] can overlay activity data vs sleep data from different tools? dashboardsleephpi
- TODO [B] grafana/worldmap-panel: Worldmap panel plugin for Grafana 3.0 that can be overlaid with circles for data points. dashboardlocation
- TODO [B] Personal Dashboards for Self-Tracking Data - Quantified Self / Apps & Tools - Quantified Self Forum dashboardhpipublish
- TODO [B] could use mybinder for demos? same used by jupyterlab dashboardhpi
- TODO [C] LibrePhotos/librephotos: Self hosted alternative to Google Photos dashboardphotosmemex
- TODO [C] photoprism/photoprism: Personal Photo Management powered by Go and Google TensorFlow dashboardphotosmemex
- TODO [C] Introducing Orion: A Powerful Substitute for OwnTracks Recorder - Blog - Kevin Lin dashboardlocationHPI
- STRT [B] Jupyter notebooks on steroids dashboardipynb
- TODO [C] Personal Dashboards for Self-Tracking Data - Quantified Self / Apps & Tools - Quantified Self Forum dashboardqs
¶related dashboard
¶used to visualize #qs data dashboardqs
¶very similar to #timeline and #memex dashboardtimelinememex
I haven't quite figured out the difference as well yet. Likely will merge in a single tool.
¶#hpi provides data for my dashboard dashboardhpi
Although in theory you can plug in any Pandas dataframes in it (assuming they fit the schema).
¶[A] * motivation dashboard
- same motivation as for quantified self
- a 'research' goal: figuring out the patterns and common routines for processing and preparing this data for visualizing.
¶[A] why not use something existing? dashboard
- low-code/no-code 'platforms' I've seen aren't enough to deal with noisy data or novel usecases.
- filtering outliers, correcting data, etc., is mipossible in a no-code environment
- something like seasonality detection would be impossible without a real programming language
- filtering outliers, correcting data, etc., is mipossible in a no-code environment
- interoperability: if you want some data source that the platform doesn't support, too bad.
¶[B] figuring out core patterns for manipulating and representing this data dashboard
Many things are very tedious to redo and reinvent from scratch every time
- #datetime handling
- missing dates (e.g. parsing errors)
- some data sources hane timezones, some don't.
Some are a mixture, which is even worse. E.g. depending on the language you can't sort the dates with mixed timezones.
- missing dates (e.g. parsing errors)
#errors handling
Quantified self data is often fuzzy/incomplete etc. If manual inputs are involved, parsing errors are inevitable.
While in most software it's reasonable to crash on the first error, this would be very annoying if your dashboard breaks of one broken data point!
On the other hand, you don't want to filter out errors either, since you'd never know they were present in the first place.
So it needs to be something in between, a pattern for propagating errors as far as possible, and handling them gracefully during the visualization phase.
- detecting holidays
E.g. for almost all data it makes sense to differentiate/correlate against days off work - geographical/location data
¶[B] automatically detecting interesting correlations between data dashboard
¶TODO [B] wonder if massive dataframe with literally everything could help dashboard
¶TODO maybe just go over all series? and then generate all pairwise correlations and sort by correlation coefficient + R2? some sort of pareto surface? dashboard
¶[B] what I want to figure out: dashboard
¶very similar to https://github.com/KrauseFx/FxLifeSheet#questions-to-answer dashboard
¶TODO [B] are 'sleep phases' a thing (or at least the way they are measured in conventional tackers)? how do they impact my waking up, alertness etc? dashboardsleep
¶TODO [C] calculating custom exercise stats dashboard
e.g. I have a few traffic lights on my way that might affect my speed/cadence data, and I might want to filter it out
¶[C] custom/personalized data processing dashboard
¶TODO [C] splitting exercise into cardio and non-cardio dashboard
- with cardio (at least, endurance styl) there is a somewhat convincing metric – number of heartbeats, which is basically the same as calories burnt?
- with strength training this is something very hard to measure and not sure if makes sense at all?
¶TODO [B] demo of errors: typical mistake is confuising wlog and weight tags (weight gets unrecognized as exercise) dashboard
¶[A] * inspiration dashboard
¶STRT [B] andreilyskov: qs dashboard example dashboardqs
- "so if you want to collaborate feel free to email me"
¶ interesting dashboards: spotify, writing and reading. otherwise not that much stuff dashboardqs
¶ ok seems that they use similar architecture to mine https://forum.quantifiedself.com/t/personal-dashboards-for-self-tracking-data/8202/4 dashboardqs
¶STRT [B] Flow Dashboard dashboard
ok, looks kinda slick..
open source: https://github.com/onejgordon/flow-dashboard
Public Github commits Google Fit - track any activity durations by keyword Evernote - pull excerpts from specified notebooks Pocket - Sync stored articles & add notes Goodreads - Sync currently reading shelf Track any abstract data via REST API
¶TODO ok, rest api thing is cool, should try connecting it to #hpi dashboardhpi
¶[C] heedy/heedy: An Open-Source Platform for Quantified Self & IoT dashboard
Heedy is an open-source aggregator built for storage and analysis of your personal data. It provides a powerful plugin system, allowing easy integration with various services, as well as deep extensibility.
Extensible: Even a system with fantastic visualizations and powerful analysis has limited utility. This is because it can only show what the original authors assumed would be useful. Heedy offers a powerful plugin system - plugin writers can add new integrations, plots, or even modify core functionality with a few lines of python or javascript. A registry is planned, so that users can install plugins with the click of a button.
seems that fitbit integration is the only one present so far
however after giving it a go, it restarted a couple of times, and ended up with a couple of zombie processes
couldn't restart it without completely tearing down the docker container :(
Overall not sure where it all fits: there are lots of repositories and not many concrete usecases https://github.com/heedy
hmm
¶STRT [C] quelf/report.Rmd at master · JakobGM/quelf dashboard
jupyter notebooks
Sleep data [sleep as android, sleepcycle] Study hours [toggl] Exercise [runkeeper, strong] Programming [wakatime]
¶STRT [C] markwk/qsledger: Quantified Self Personal Data Aggregator and Data Analysis dashboardqsdataliberation
interesting, but data exports are not very reusable
¶ I guess once I export everything could send a link to that guy? dashboardqsdataliberation
¶STRT [C] https://github.com/KrauseFx/FxLifeSheet dashboard
the dashboard is currently hard-coded in Google Data Studio
¶TODO [C] some good dashboards https://forum.quantifiedself.com/t/personal-dashboards-for-self-tracking-data/8202/15 dashboard
workouts, weight, sleep, hr
¶TODO [C] Juno's Personal Data Exploratory https://exploratory.openhumans.org/notebooks dashboardpkmqs
¶STRT [C] jeffshek/betterself: Your body's dashboard. dashboard
¶ demo https://app.betterself.io dashboard
- table with notes is kinda nice?
eh. would be nice to have something automatic for dataframes
¶STRT [C] Sacha Chua: quantified awesome dashboardqs
realtime dashboard
¶ ok, looks pretty clean, but might require some tinkering dashboardqs
¶ also pretty much only time tracking? dashboardqs
¶DONE [C] quantifiedbob/bob-body-composition-viz: Jupyter Notebook vizualizing 10+ years of my body composition data dashboard
ok, but just a plot
¶STRT [D] ammanvedi/quantified-self-server: Aggregate data about myself (workouts, blog posts, music listening history) into a graphql API dashboard
Blog posts (markdown from github) Workout data (Strava API) Recent music (Tidal API) into one graphql API that can be called from my personal site.
¶CANCEL [D] markwk: How to Create a Time Tracking Dashboard using RescueTime, IFTTT and Google Sheets dashboardqs
ok, but too low code for me
¶CANCEL [D] Personal Dashboard /r/QuantifiedSelf dashboard
https://i.redd.it/ufpm4s9k0o821.png
¶ it is not very elaborate though… dashboard
¶[B] minor ideas dashboard
¶TODO [B] keeping query in the address string is pretty clever… can bookmark and easily restart it! dashboarddatasette
¶TODO [C] event chart https://forum.quantifiedself.com/t/best-examples-of-quanitified-self-dashboards/4590/9 dashboard
¶TODO [C] use tabs within tabs? kinda like in garmin https://connect.garmin.com/modern/activities dashboard
¶TODO [C] Garmin Connect dashboard
pretty nice clean visualizations, I need to borrow these I guess
¶TODO [C] yihong0618/runningpage: Make your own running home page dashboard
¶[B] * implementation dashboard
How to actuallly implement it, which software/tools/libraries to use.
¶TODO [A] (meta?)goals dashboard
- interact with the backend (so it's possible to reload newer data)
plotly can do it, bokeh can as well
- ideally, autorefresh?
- ideally, autorefresh?
- remember the state (e.g. various panes on/off etc)
- be hackable
- via js
- autoreload the code for faster iteradion?
- via js
- be able to derive new data on the fly? not sure how to achieve this in the browser
- have a jupyter interface for better interactivity? ideally, 'edit' any tab as a jupyter notebook
¶TODO keep it modular, I guess dashboard
have a core subpackages and various tabs… not sure how to refactor them out later
¶ similarly to HPI, it's more of a demonstration how it can be done. Ideally people would be able to reuse core and build their own dashboards dashboard
¶TODO [A] it's very important to benefit from the existing data science infrastructure as much as possible. jupyter, pandas, etc. dashboard
¶STRT [A] panel · PyPI dashboard
A high-level app and dashboarding solution for Python Panel works with visualizations from Bokeh, Matplotlib, HoloViews, and many other Python plotting libraries
ok, this is super promising:
Panel can also be used with the separate Param project to create interactively configurable objects with or without associated visualizations, in a fully declarative way. With this approach, you declare your configurable object using the pure-Python, zero-dependency param library, annotating your code with parameter ranges, documentation, and dependencies between parameters and your code. Using this information, you can make all of your domain-specific code be optionally configurable in a GUI, with optional visual displays and debugging information if you like, all with just a few lines of declarations. With this approach, you don’t ever have to decide whether your code will eventually be used in a notebook, in a GUI app, or completely behind the scenes in batch processing, servers, or reports – the same code can support all of these cases equally well, once you declare the associated parameters and constraints.
¶STRT [A] oschuett/appmode: A Jupyter extensions that turns notebooks into web applications. dashboard
A Jupyter extensions that turns notebooks into web applications.
¶ ok, nice, has 'edit app' button which opens jupyter to edit?? dashboard
¶[B] ok, #jupyter is the ultimate ad-hoc solution. it preserves state, can be exposed as a frontend and allows for python code dashboard
¶STRT [B] bokeh vs plotly dash dashboard
there are couple of example apps here
https://www.sicara.ai/blog/2018-01-30-bokeh-dash-best-dashboard-framework-python
bokeh
- seems snappier?
plotly:
- possibly better html elements support?
¶ compromise: keep it as framework independent and decoupled as possible. Support both frameworks! dashboard
¶STRT [B] basically have a core library that's imported in all notebooks. move stuff to core as long as possible, but allow quick button to mess with the data in notebook dashboardtoblog
¶TODO [B] try jupyterlab dashboard
¶TODO [B] I think dashboard needs to preserve state somehow, it's annoying to edit code every time.. wonder if dash supports it? dashboard
¶TODO [C] use multiprocessing… dashboard
pretty sure pandas frames can be easily serialised?
¶TODO [C] Top 50 matplotlib Visualizations - The Master Plots (w/ Full Python Code) | ML+ dashboard
39. Time Series Decomposition Plot
ok, this is pretty intersting
re: autocorrelation – what was up with the 'blue region', significance thing??
also good: Seasonal Plot
would be initersting to quickly toggle it in dashboard?
¶STRT [C] grafana could simply be one of the interfaces dashboard
¶STRT [B] apache/superset: Apache Superset is a Data Visualization and Data Exploration Platform dashboardhpi
A modern, enterprise-ready business intelligence web application.
whoa looks interesting…
Ugh. it didn't really work – seems to be in the process of deprecation
https://github.com/apache/superset/issues/9748
and still, getting some weird error regardless whether I mount database as read only or not.. and no other logs
2021-04-26 14:19:42,813:WARNING:superset.views.base:[SupersetError(message='(sqlite3.OperationalError) unable to open database file\n(Background on this error at: http://sqlalche.me/e/13/e3q8)', error_type=<SupersetErrorType.GENERIC_DB_ENGINE_ERROR: 'GENERIC_DB_ENGINE_ERROR'>, level=<ErrorLevel.ERROR: 'error'>, extra={'engine_name': 'SQLite', 'issue_codes': [{'code': 1002, 'message': 'Issue 1002 - The database returned an unexpected error.'}]})]
a bit finicky overall…
I guess nice that it's possible to separate queries, charts and dashboards…
so one can reuse them in different contexts/for different visualizations
for fuck's sake, struggling with creating a 'virtual' view with calculated columns…
getting an error like
Error: column "_cachew_union_repr_measurement_temp" does not exist
¶[B] * sleep dashboard/experiments dashboardsleep
Sleep is one of the biggest things I wanna figure out, and I have quite a few ideas of what to test.
¶TODO [B] Maybe run pca for my sleep data? dashboardsleepqsml
¶TODO [B] figure out main questions I wanna figure out dashboardsleepqs
¶e.g. 'what is the best time for me to go asleep'? dashboardqssleep
¶'what is the best sleep duration?' dashboardqssleep
¶STRT [C] Respiratory rate - Wikipedia dashboardsleep
https://en.m.wikipedia.org/wiki/Respiratory_rate
For humans, the typical respiratory rate for a healthy adult at rest is 12–18 breaths per minute.[
¶ add to dataframe dashboardsleep
¶TODO [B] correlate with sliding exponential mean instead? dashboardsleep
¶STRT [B] add date to tooltip dashboardsleep
¶STRT [B] def need to highlight holidays on the background (also annotate if it was indeed a day off), e.g. where have I gone dashboardsleep
¶TODO [C] wonder if coverage is correlated with sleep movement… dashboardsleep
¶TODO [C] find correlation between bedtime and length of sleep? dashboardsleep
¶TODO [C] Sleep/exercise correlation: could try different deltas/correlation coeff plot dashboardsleep
¶TODO [C] old sleep logs from taplog? dashboardsleep
¶TODO [C] check waking up in REM? dashboardsleep
¶TODO [C] interesting correlation: sleep vs bed time. wonder if that means REM or something? dashboardsleep
¶TODO [C] hmm, sleepy correlates negatively with ex. volume? dashboardsleep
¶TODO [C] hmm. temperature is interesting – looks like it's negatively correlating with HR?? dashboardsleepqs
¶TODO [C] sleep plot: highlight holidays/weekends as background color? dashboardsleep
¶TODO [C] movements/bed exit in emfit? dashboardsleep
¶ could plot on the sleep bars plot? dashboardsleep
¶TODO [C] integrate old melatonin experiment, maybe post about it dashboardsleep
¶TODO [C] use ANS balance from emfit? dashboardsleep
¶[C] Emfit qs estimated my sleep high, even though i felt a bit like shit. I wonder if it just correlates with sleep length.. dashboardsleep
¶TODO [C] temperature during sleep dashboardsleepqs
¶TODO [B] different style for sleep length bars? currently red and blue are sort of annoyingly make it hard to spot the pattern? dashboardsleepemfit
¶TODO [C] Average temperature dashboardsleep
¶TODO [C] cross correlate with rescuetime activity dashboardsleep
¶ could even plot activity bars dashboardsleep
¶TODO [C] figure out alarm wakeup vs 'natural' wakeup, could tell me something about sleep intervals dashboardsleepqs
¶STRT [D] Emfit recovery – wonder if it correlated with exercise days dashboardsleepemfit
¶TODO [B] My daughters sleeping patterns for the first 4 months of her life. One continuous spiral starting on the inside when she was born, each revolution representing a single day. Midnight at the top (24 hour clock). [OC] dashboardsleepinspirationviz
https://i.reddituploads.com/10f961abe2744c90844287efdd75ba47?fit=max&h=1536&w=1536&s=f019986ae2343e243ed97811b9f500fe
Huh that's a nice way to save on space
¶TODO [C] Melatonin analysis dashboardsleep
¶TODO [B] wonder what does it mean when morning hrv is higher than evening?? dashboardsleepqshrv
¶TODO [C] I wonder what happened… at some point (around august 2019), coverage has consistently gone up to 100 dashboardsleepqsemfit
¶TODO [B] Track pizza dependency? dashboardsleepqs
¶TODO [B] Shit wonder if I'm oversleeping because it's too cold? dashboardsleepqs
¶TODO [B] pretty strong negative correlation of temp vs avg hr. wonder if that's searsonal or not? post about it soon? dashboardsleepqs
¶TODO [B] look at HRV peaks and try to see what's happening? dashboardsleepqstimeline
¶[B] Опыт обращения к сомнологу dashboardsleepqs
http://vsevolodustinov.ru/blog/all/opyt-obrascheniya-k-somnologu/
. Никакого алкоголя . Избегать физнагрузку после 17:00. Нагрузка до 17:00 наоборот улучшает сон
try recommendataions from that post and see how they apply to me?
¶TODO [B] Compare hr/hrv before and after holidays dashboardsleepqshpi
¶TODO [B] Compute differences between rem cycles and plot on histogram? dashboardsleepqs
¶TODO [B] wow, emfit recovery was really shit last night. why???… seriosly no reason for it dashboardsleepqs
¶[B] wip on figuring out if weekdays impact sleep dashboardsleepqs
import my.emfit by_night = my.emfit.by_night() data = [{'date': x.date, 'hr': x.measured_hr_avg} for x in by_night.values()] by_dt = pd.DataFrame(data).set_index('date') by_dt = by_dt.set_index(pd.to_datetime(by_dt.index)) onday = lambda d: (d == by_dt.index.dayofweek) we = by_dt[onday(0) | onday(1) | onday(6)] wd = by_dt[onday(3) | onday(4) | onday(5)] ax = wd.rolling('30D').mean().plot() we.rolling('30D').mean().plot(ax=ax, color='red') plt.show()
¶TODO [B] plot my emfit sleep, to be fair even two years of plots is quite cool dashboardsleeppublishqs
¶TODO [B] hmm, my hrv really has fallen down? also sleep hr gone up dashboardsleepqshealth
wonder if it's related to my quality of sleep?
¶TODO [D] track dependency on meditaion? dashboardsleep
¶TODO [C] display times in bed definitely… dashboardsleep
¶TODO would be nice to plot against sunrise/sunset? dashboardsleep
¶[B] Relationships between HRV, sleep and physical activity in personal Oura ring data - Quantified Self / General Health - Quantified Self Forum dashboardsleephrvhrexercise
nice, pretty similar to my findings?
¶TODO fucking hell! after naples HRV jumped and HR dropped very significantly dashboardsleepself
¶TODO [B] correlate dreams with rem/deep etc? dashboardsleep
¶TODO [B] wtf… without seasons it seems to correlate less?? dashboardsleep
¶TODO [C] negative correlation of coverage with temperature is pretty weird dashboardsleepemfit
¶TODO [C] Compare fitbit dashboardsleephrqs
¶STRT [B] For sleep, probably a good idea to log room temperature dashboardsleepqs
¶TODO [B] hmm, maybe I need to remove seasonality from the sleep first and then search other correlations?? not sure.. dashboardsleep
¶TODO [B] ugh. today is gonna be confusing dashboardsleepqs
exercise will probably have a lot of impact… but then hr is elevated because of the pizza
¶ maybe really need to try two-parameter regression? dashboardqssleep
¶ take into the account past pizza orders? this is gonna have systematic impact on my sundays? dashboardqssleep
¶[B] * exercise dashboard/experiments dashboard
¶TODO [B] running dashboard – custom dataframe + add distance + merge with manual notes in a similar way dashboard
¶TODO [B] thinking how to contribute data for the energy plot dashboardexerciseqs
maybe the data is sifted through the elliptical/running/spinning modules and what's left is just taken as is
¶TODO [B] have some stuff in endomondo comments… need to extract it and use. maybe actually just reuse endoexport, and put in a df dashboardqs
¶TODO [C] Show distance on speed/hr plot dashboardqs
¶STRT [B] def need to measure decay to 60 to get more data… dashboardqshrtoblog
¶STRT [B] process google location and guess walks from it dashboardexerciseqs
¶TODO [B] Detect walks and runs from google data and plot them. Mark velocity with colours. Could also do 'walking intervals' (e.g. if was in a shop inbetween) dashboardexercise
¶TODO [C] calculate some sort of 'integral' heart rate and also score for interval trainings? dashboardexercise
¶ eh? maybe I wanted to break down my interval trainings per activity bursts? dashboardexercise
¶STRT [C] integrate elliptical workouts? Could plot workout specific things and make them easy to compare dashboard
¶STRT [C] filter out specific exercises and plot separately to see the progress dashboardexercise
¶TODO [C] go through the most common exercise (past) sessions and check them dashboardexercise
¶ I guess it's a more general pattern for reviewing data too dashboardexercise
¶TODO [B] exercise provider: trust more notes which got HR data dashboardqs
¶STRT [C] Look at hr data, its almost 180 all the time. Is it because i was doing cardio less? dashboardqshealthexercise
¶[C] * patterns dashboard
as in, patterns of working with data, best practices for visualizing things etc
¶TODO [A] use dynamic sliders for different regression windows dashboard
¶STRT [B] Always plot isolated metrics (temp, hr, etc) – good for debugging dashboardqs
¶ also make sure it's easy to do dashboardqs
¶TODO [B] restrict datapoints 'by experiment'? same way it's done with date sliders? dashboard
¶STRT [B] need to try different date shifts to see it's not correlated dashboard
¶TODO [B] labels: need to display weekday (also on HR nodes?) dashboard
¶TODO [B] would be nice to zoom individual plots.. dashboard
¶[B] * error hanling dashboarderrors
¶TODO [C] about importance of error handling when working with personal data dashboarderrorstoblog
data is inherently messy and error prone
it's sensible to be defensive and try to relax as much as possible (unless you have time to literally tend to them immediately)
on the other hand, you want to make sure you are aware about the issues in data
example: running dashboard – has a warning about 0 speed
see screenshot at the same time (fix JS table first so duration & starttime have proper rendering)
you can instantly see it on the plot (yellow markers). if you hover, you'll see that the error is about zero speed (and you can also see it in the table)
in the table, you can clearly spot that the problem is the treadmill – indeed, treadmill wasn't connected to the phone in any way, and I'm stationary, so endomondo has no idea how much I moved
however, I did log the distance (along with the training regime) manually
by combining the HR data (recorded by endomondo) and manual data we get the complete representation
(if I add visual highlight on the table, that would be fucking amazing)
¶TODO [C] error handling – demonstrate on 'multiple sleeps' dashboarderrors
¶TODO [C] demo: running speed/hr plot is a good candidate dashboarderrors
- show both types of errors (zero speed/no HR)
- need to disable tooltip on avg plot
- would be nice to highlight the point under the tooltip?
¶TODO [C] demo: unmark one of cardio/non-cardio and demonstrate warnings dashboarderrors
¶TODO [C] document error handling pattern with 'error' dashboarderrorstoblog
¶TODO [B] for correlations, there is overview + zoomed in individual plots showing all the errors, outliers, etc dashboard
¶TODO [B] Each rolling plot can also handle seasonality, residuals etc? dashboard
¶TODO [B] would be cool to scale arbitrarily vertically and horizontally, the whole plot dashboard
¶TODO [B] indicate how recent datapoints are by color? (in the correlations) dashboard
¶TODO [C] corr plot: include influence/leverage etc dashboard
¶STRT [C] would be nice to display data source? dashboard
e.g. for blood dashboard
¶TODO [B] links to event sources (e.g. emfit etc) dashboard
¶TODO [C] src in exercise volume dashboard
¶TODO [C] add src for jawbone/emfit sleep dashboard
¶TODO [C] link to original event from point? or just 'context' dashboard
e.g. endomondo
¶TODO [C] vertical line tooltip sucks… probably need a single point instead dashboard
¶TODO [C] definitely need to take seasonality (e.g. weekly) into the account, e.g. for multi regression dashboard
¶TODO [C] I guess need seasonality analisys for each metric? maybe have it on a separate pane, e.g. 'debug/insights'? would be nice to do it for all dataframes? dashboard
¶TODO [C] would be nice to include the org file link to the context… then could use mimemacs for it dashboardpromnesia
¶[C] * ideas for more dashboards dashboard
¶TODO [B] rescuetime summarizes my sleep intervals pretty well? could at least have upper bound on sleep during holidays/when not using emfit? dashboardrescuetimehpi
¶STRT [C] temperature – probably, seasonality? dashboardqs
¶TODO [C] display photos as an optional layer along with the map? dashboard
¶ just need to integrate dashboard with photomap dashboard
¶TODO [C] links into food dashboards.. I guess I need anchors. dashboardnutrino
¶TODO [C] favsmap should be part of dashboard… also could be the first bit in my public dashboard? dashboard
merge google and foursquare, display google labels on top of osm mapS
rationale: various tools for working with maps in one place
¶TODO [C] shit. if I had food stats that would be just amazing dashboard
¶TODO [D] takeout – contains list of places dashboardtakeouthpi
basically could merge with 4sq? and custom addresses
¶TODO [D] money? not sure dashboard
¶TODO [D] quantified mind? already have plots dashboard
¶TODO [D] Add check-ins to favsmap dashboard
¶[C] * ideas for experiments dashboard
¶TODO [B] correlate number of commits/lines vs sleep? dashboard
¶TODO [B] glucose and ketone measurements vs food? dashboard
¶ probably not enough data… dashboard
¶TODO [C] correlate temp sensor with hiking? dashboardtoblogqslifelogging
¶TODO [C] hmm, maybe need to try running/eating pizza on a different day? to make sure the seasonality is not due to running? dashboardexerciseqssleep
¶ or could check seasonality for months that didn't involve running? dashboardexerciseqssleep
¶TODO [C] volume vs avg temp is an interesting one to demonstrate the correlation that shouldn't exist dashboard
(although again in theory there might be some seasonality)
¶DONE [C] try to find correlation between sleep and exercise? dashboardqs
in the simplest approach, try to only use cardio and see how it correlates (binary, for instance). although not enough points..
¶TODO [C] temperature plots: would be interesting to have avg plot for 'indoors' and 'outdoors' periods? dashboard
¶TODO [D] plot spinning power vs heartbeats? dashboardqs
¶[D] * plotly dash dashboardplotly
For now using #bokeh instead
¶[C] plotly/dash@1.4.0 dashboardplotly
plotly/dash@v1.4.0 Dash v1.4.0
¶[C] Re: [plotly/plotly.py] Importing plotly takes a lot of time (740) dashboardplotly
Import time and initialization time should be much improved on Python 3.7 with PR 2368.
¶[C] Dash offline is enabled? plotly/dash dashboardplotly
https://github.com/plotly/dash/issues/46
from dash import Dash app = Dash() app.css.config.serve_locally = True app.scripts.config.serve_locally = True
¶TODO [C] wow. showing points on other plots while rectangle selection is really awesome dashboardplotly
¶STRT [C] would be really nice to properly render pairplots in plotly dashboardplotly
¶TODO [C] err. seems to always consume cpu in background dashboardplotly
¶[C] Re: plotly/plotly.py Importing plotly takes a lot of time (740) dashboardplotly
Re: [plotly/plotly.py] Importing plotly takes a lot of time (740
¶[D] Dash User Guide and Documentation - Dash by Plotly dashboardplotly
https://dash.plot.ly/dash-core-components/tabs
Note that this method has a drawback: it requires that you compute the children property for each individual tab upfront and send all of the tab's content over the network at once. The callback method allows you to compute the tab's content on the fly (that is, when the tab is clicked).
¶DONE [B] ucg8j/awesome-dash: A curated list of awesome Dash (plotly) resources dashboardplotlyviz
¶ https://dash-gallery.plotly.host/Portal/ dashboardplotlyviz
¶ eh, dunno otherwise not so interesting? maybe I'm not really lacking anything, I can think of many things I can add that still need to be implemented.. dashboardplotlyviz
¶----------------------------------------- dashboard
¶TODO [A] come up with a better name? just in case of pypi release… dashboard
¶STRT [B] how to detect temporal correlation? dashboardstudyqs
¶ ok, this lag thing in bokeh could work dashboardstudyqs
¶[B] qsledger/examplecorrelationexplorerwithplotly.py at master · markwk/qsledger dashboard
https://github.com/markwk/qs_ledger/blob/master/example_correlation_explorer_with_plotly.py
plotly dash regression example
¶TODO [B] Why you should continuously track your energy level and what I've learned from it. /r/Biohackers dashboardqs
¶ about tracker matching subjective score dashboardqs
¶TODO [B] not sure what mavg is doing. e.g. HR plots of specific exercise – if I didn't exercise during the past month mavg for 14 days should just take value of my last exercise. right?? dashboard
¶ need to test it, just to double check dashboard
¶TODO [B] Visualization — pandas 0.24.2 documentation dashboardviz
¶TODO [B] Building a Data Dashboard - Quantified Self / Apps & Tools - Quantified Self Forum dashboard
¶TODO [B] All | Search powered by Algolia dashboard
Panel, hvPlot, HoloViews, GeoViews, Datashader, Param, Colorcet -- all working together to make Python data visualization easier and more powerful.
¶TODO [B] Accelerating with WebGL — Bokeh 2.2.1 Documentation dashboard
¶ Accelerating with WebGL — Bokeh 2.2.1 Documentation dashboard
Only a subset of Bokeh’s objects are capable of rendering in WebGL. Currently supported are the circle and line glyphs, and many markers: asterisk, circle, square, diamond, triangle, inverted_triangle, cross, circle_cross, square_cross, diamond_cross, x, square_x, and circle_x. You can safely combine multiple glyphs in a plot, even if some are rendered in WebGL, and some are not.
¶ hmm, didn't seem to have any effect?? dashboard
¶TODO [B] FifthHour/correlator: Timeseries correlation in Python, Bokeh Server and on Heroku dashboardbokeh
¶TODO [B] JupyterLab Documentation — JupyterLab 2.3.0a1 documentation dashboard
¶TODO [B] raphaelvallat/pingouin: Statistical package in Python based on Pandas dashboard
¶STRT [B] How I built a spreadsheet app with Python to make data science easier | Hacker Noon dashboardspreadsheet
¶TODO [B] I just updated my Pandas GUI project to have some sample datasets, here it is working with a Simpsons dataset and proving that the early seasons are the best… /r/compsci dashboard
¶TODO [B] Jupyter tools to increase productivity - Towards Data Science dashboardjupyter
https://towardsdatascience.com/jupyter-tools-to-increase-productivity-7b3c6b90be09
Jupyter tools to increase productivity
¶ widgets, debugging, toc dashboardjupyter
¶TODO from IPython.core.debugger import settrace dashboardjupyter
¶TODO [B] need to post it somewhere… but not sure how to present to people. could def post some plots to quantifiedself? dashboardtoblogqs
¶TODO [C] Short- and long-term effects of a single bout of exercise on heart rate variability: comparison between constant and interval training exercises. - PubMed - NCBI dashboardhrv
https://www.ncbi.nlm.nih.gov/pubmed/15461995
R-R intervals, TP, and HF/TP were significantly decreased while LF/TP and LF/HF were significantly increased during the early recovery, when compared with control values. This could be a response to the significant decrease in SAP and DAP at this time. Twenty-four and 48 h after the end of the exercise, HRV parameters were at the same levels as before exercises in the supine posture, but a persistent tachycardia continued to be observed in the upright posture, together with reduced TP values, showing that cardiovascular functions were still disturbed. The short-term HRV recovery seemed dependent on the type of exercise, contrary to the long-term recovery.
¶TODO [C] Plotting with categorical data — seaborn 0.9.0 documentation dashboardviz
https://seaborn.pydata.org/tutorial/categorical.html#categorical-tutorial
Boxplots The first is the familiar boxplot(). This kind of plot shows the three quartile values of the distribution along with extreme values. The “whiskers” extend to points that lie within 1.5 IQRs of the lower and upper quartile, and then observations that fall outside this range are displayed independently. This means that each value in the boxplot corresponds to an actual observation in the data.
¶ not sure if boxplots in particular are usefult to me? dashboardviz
¶STRT [C] thinking about making it public dashboardhpi
where to run it? it's gotta be sufficiently dynamic?
run from google cloud? suck in the data once? or refresh continuously?
maybe run the original data retrieval? not sure
¶TODO [C] add more dashboards to web? dashboard
¶TODO could add to dashboard? dashboard
¶TODO [C] 'Other' workouts i'm using for HR decay – shit, I think I lost hr here after 10th minute. Could detect it automatically I guess? dashboardqshr
¶STRT [C] always keep a tab running on one for my desktops? or pinned dashboard
¶[C] shit. influxdb seems to be very unsuitable for the kind of thing I want. also very awkward to render dashboards… dashboardinfluxdb
¶ hmm I guess what I meant is that it's for aggregate data only, and a bit awkwards to explore by-point data? dashboardinfluxdb
¶STRT [C] I really want proper and fast location history.. dashboardlocation
¶STRT [C] run with cachew? also integrate with hpi dashboardcachewnutrino
¶TODO [C] show my dashboard dashboardqs
¶[C] Pandas API — hvPlot 0.6.0 documentation dashboard
Lag Plot Lag plots are used to check if a data set or time series is random. Random data should not exhibit any structure in the lag plot. Non-random structure implies that the underlying data are not random.
¶STRT [C] mixing in data from taplog dashboardweightexerciseqs
Dump an org table
Preserve the ids
Join with taplog (maybe even as a df)
Win! Maybe check some similarity score too
Same for weight?
¶TODO [C] on the hrv plot, diplay as arrow if the trend is up or down dashboardsleep
¶STRT [C] joshlk/dataclassframe: A container for dataclasses with multi-indexing and bulk operations. dashboard
hmm.. doesn't have any typing imports at all?? what do they mean 'working nicely with type hints', that they don't crash??
¶ ah ok, something added.. maybe reevaluate it later dashboard
¶TODO [C] use for daily dashboard or something? dashboardremarkable
¶TODO [C] bokeh/notebookembed.ipynb at 2.2.1 · bokeh/bokeh dashboard
¶STRT [C] https://github.com/thesephist/histools dashboardviz
A collection of tools for generating data visualizations from browser history data
looks like a heatmap?
¶TODO [C] dashboardbokeh
goddamnit. so frustrating that I can't zoom it properly
¶STRT [D] Grafana dashboardtimeline
eh, I'm not even super sure what I wanna plot…
I guess for beginners would be nice to have sleep plot, maybe estimated from rescuetime
that could also href to timeline slices
plotly plugin
geomap plugin
https://forum.quantifiedself.com/t/grafana-influxdb-and-apple-watch-metrics/5323
apparently some people are using influxdb for that stuff? still not worth for me…
http://quantifiedself.com/2015/07/2015-qs-visualization-gallery-part-3/
https://github.com/Freeyourgadget/Gadgetbridge/issues/49
¶uhh. so unclear how to connect my data to grafana. dashboardtimeline
¶STRT lastfm dashboardtimeline
some issues: unable to hide zeros —> LOTS of 0 points
unable to attach labels?
influx to start terminal client
lastfm/fillinfluxdb.py
http://localhost:3000
influxdb on default port… everything is admin/admin
¶I guess, start with weight for simplicity dashboardtimeline
¶then, do sleep dashboardtimeline
¶TODO [D] figure out grafana.. dashboard
¶TODO [D] post on dataisbeautiful? dashboardredditsleep
¶TODO [D] fix dovpandas warnings dashboard
¶TODO [D] when I release it, make sure it works both against public and private hpi bits dashboardsleep
¶TODO [D] profile stuff a bit? dashboard
¶TODO [D] xkcd: Linear Regression dashboardtoblog
¶DONE [B] Python Data Visualization 2018: Why So Many Libraries? - Anaconda dashboard
¶TODO try using in dashboard dashboard
¶DONE irissplom.py — Bokeh 1.1.0 documentation dashboard
¶ eh, defaults don't look great. maybe it's faster but unclear dashboard
¶CANCEL [B] Tableau Desktop dashboardvizqs
¶-----–— last housekeeping on ---------- dashboard
¶TODO [C] can overlay activity data vs sleep data from different tools? dashboardsleephpi
¶TODO [B] grafana/worldmap-panel: Worldmap panel plugin for Grafana 3.0 that can be overlaid with circles for data points. dashboardlocation
¶TODO [B] Personal Dashboards for Self-Tracking Data - Quantified Self / Apps & Tools - Quantified Self Forum dashboardhpipublish
some screenshots
¶TODO [B] could use mybinder for demos? same used by jupyterlab dashboardhpi
¶TODO [C] LibrePhotos/librephotos: Self hosted alternative to Google Photos dashboardphotosmemex
¶TODO [C] photoprism/photoprism: Personal Photo Management powered by Go and Google TensorFlow dashboardphotosmemex
looks good – I guess need to evaluate on the basis of whether I can share it?
¶TODO [C] Introducing Orion: A Powerful Substitute for OwnTracks Recorder - Blog - Kevin Lin dashboardlocationHPI
orion-web provides a fast, interactive, React-based data visualization frontend for the web, powered by deck.gl
whoa ok, this is pretty awesome
¶TODO [C] Personal Dashboards for Self-Tracking Data - Quantified Self / Apps & Tools - Quantified Self Forum dashboardqs
I pretty much 100% agree with your assessment. I personally would also add: Automatic backup of data. API for simple daily import of data (e.g. from manual or unsupported trackers). To me CSV import is inferior solution, especially for dashboard, where the point is to have the data visualized persistently. I would expand the ‘flexible data analysis’ to following specific analysis that I feel are essential (but I haven’t seen anywhere): a. cross-correlation across time to uncover temporally delayed relationships between tracked variables b. automatic application of the above to all pairs of variables with report of the strongest relationships found c. proper reporting of statistical significance of any correlations found d. multi-variate regression
motivaion: good points about what's missing from most current solutions