Difference between revisions of "Visualizing your Data"

From Personal Science Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Topic Infobox}}
 
Hints and tools to help R and Py programmers visualize data.  
 
Hints and tools to help R and Py programmers visualize data.  
  
Line 12: Line 13:
  
 
heatmap can be used to see cyclical data such as setting x to month and y to week and the color to target variable.
 
heatmap can be used to see cyclical data such as setting x to month and y to week and the color to target variable.
 +
 +
[https://howisfelix.today/? howisfelix.today/?] Flight network map, two topic calendar, smooth with difference time series, sankey?.
  
 
==== Tools ====
 
==== Tools ====
Line 21: Line 24:
 
https://cran.r-project.org/web/packages/ggraptR/vignettes/ggraptR.html interactively design viz or explore your data.
 
https://cran.r-project.org/web/packages/ggraptR/vignettes/ggraptR.html interactively design viz or explore your data.
  
{{Topic Queries}}
+
 
[[Category:Topics]]
+
[[Category:Data analysis]]

Latest revision as of 17:48, 28 February 2023

Topic Infobox Question-icon.png
Linked pages on this wiki Tools (0),

Projects (1),

People (0)

Hints and tools to help R and Py programmers visualize data.

Galleries[edit | edit source]

https://datavizcatalogue.com/index.html Suggests charts based on needs and has a list to peruse.

Examples in Health Tracking.[edit | edit source]

https://old.reddit.com/r/QuantifiedSelf/search/?q=XPOST&include_over_18=on&restrict_sr=on&t=all&sort=top many off reddit/dataisbeautiful

https://annofoneblog.wordpress.com/2021/11/09/finding-patterns-in-my-days-a-visual-exploration-of-my-oura-data%ef%bf%bc/ PCA tree

chernoffs faces[1] also violin, heatmap and illustrated success motivates.

heatmap can be used to see cyclical data such as setting x to month and y to week and the color to target variable.

howisfelix.today/? Flight network map, two topic calendar, smooth with difference time series, sankey?.

Tools[edit | edit source]

interactive, specifically for time series https://paulvanderlaken.com/2017/08/10/r-resources-cheatsheets-tutorials-books/#advanced http://rstudio.github.io/dygraphs/ https://daattali.com/shiny/timevis-demo/

https://awesome.cube.dev/ lots of viz tools

Interactive Design[edit | edit source]

https://cran.r-project.org/web/packages/ggraptR/vignettes/ggraptR.html interactively design viz or explore your data.