Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcs-training/exploratory-data-analysis-and-visualisation-with-observable-plot
This two-hour workshop will teach you how to follow an exploratory data analysis pipeline with Observable Plot, a new JavaScript library based on the Grammar of Graphics, that proposes a simple yet expressive interface to create powerful graphics easily shareable on the web. Go to the Readme file
https://github.com/dcs-training/exploratory-data-analysis-and-visualisation-with-observable-plot
d3 data-analysis data-visualisation javascript observable-notebook
Last synced: 22 days ago
JSON representation
This two-hour workshop will teach you how to follow an exploratory data analysis pipeline with Observable Plot, a new JavaScript library based on the Grammar of Graphics, that proposes a simple yet expressive interface to create powerful graphics easily shareable on the web. Go to the Readme file
- Host: GitHub
- URL: https://github.com/dcs-training/exploratory-data-analysis-and-visualisation-with-observable-plot
- Owner: DCS-training
- License: other
- Created: 2024-04-29T09:41:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T08:31:10.000Z (4 months ago)
- Last Synced: 2024-10-05T10:58:23.782Z (about 1 month ago)
- Topics: d3, data-analysis, data-visualisation, javascript, observable-notebook
- Homepage:
- Size: 2.32 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Exploratory Data Analysis and Visualisation with Observable Plot
## Summary
This two-hour workshop will teach you how to follow an exploratory data analysis pipeline with Observable Plot, a new JavaScript library based on the [Grammar of Graphics](https://towardsdatascience.com/a-comprehensive-guide-to-the-grammar-of-graphics-for-effective-visualization-of-multi-dimensional-1f92b4ed4149), that proposes a simple yet expressive interface to create powerful graphics easily shareable on the web.Observable Plot allows you to create many visualisation types, from a basic line chart, to slope charts, maps, contour plots, and more. It makes data visualisation simple, but also easily customizable, by letting you modify all types of encodings (colours, shapes, projections, opacity, stroke, etc.) with little effort using the same grammar.
This focus on simplicity and expressiveness lets us potentially create many visualisations on different facets of the data, showcasing patterns and relationships present in the data that could showcase interesting insights.
This is an intermediate-level course. You will need some familiarity with basic data visualisations and JavaScript. Some experience with programming (in any language) is also beneficial. If you would like to familiarize yourself with JavaScript prior to the course, you may want to work through part of the [W3Schools JavaScript guides](https://www.w3schools.com/js/) and this [intro](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Introduction).
## Author
Alexis Pister## License
This repository has a [![License: CC BY-NC 4.0](https://licensebuttons.net/l/by-nc/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc/4.0/) license