Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Jan 6, 2025
1 parent 6b22e43 commit 90ae323
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions blog/dataScience.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Scroll combines the simplicity of markdown-style syntax with powerful data trans
- Load data from various sources (CSV, JSON, etc.)
- Transform and analyze data with simple commands
- Create beautiful visualizations
- Publish instantly using ScrollHub
https://hub.scroll.pub/ ScrollHub
- All in a simple, readable format

Let's dive in!
Expand Down Expand Up @@ -143,17 +145,18 @@ sampleData seattle-weather.csv

## Multiple Views

You can combine multiple visualizations:
You can create multiple visualizations:

belowAsCode
iris
scatterplot
x sepal_length
y sepal_width
fill Species
fill species
barchart
x species
y sepal_length
fill teal
title Sepal Length by Species

---
Expand All @@ -166,14 +169,6 @@ This tutorial covered the basics of data science with Scroll. Some key takeaways
- Complex transformations can be done with simple commands
- Everything is readable and version-controllable

For more information, check out:
- The Scroll documentation
https://scroll.pub/tutorial.html
- The Scroll data visualization examples
https://scroll.pub/examples.html
- The complete sample datasets
https://github.com/vega/vega-datasets

****

footer.scroll

0 comments on commit 90ae323

Please sign in to comment.