arquero
cylon

arquero | cylon | |
---|---|---|
10 | 3 | |
1,420 | 301 | |
1.4% | 0.0% | |
6.9 | 3.9 | |
about 2 months ago | about 1 year ago | |
JavaScript | C++ | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
arquero
-
Show HN: JAQT – JavaScript Queries and Transformations
In a similar vein is https://pbeshai.github.io/tidy/ which I've used for 3+ years. It's a really nice lightweight transformer.
I've also used https://github.com/uwdata/arquero once (better performance for large datasets).
-
A New Package for Making Charts in Emacs: Eplot
Neat!
This is one of my favorite spaces, so I'll add some generic advice which may or may not be helpful.
I once had the privilege of working for Max Roser and Hannah Ritchie at Our World in Data, as one of the engineers on their Grapher library (https://github.com/owid/owid-grapher), and learned a ton from them (and others on the team) about making great charts.
My one piece of advice from looking at your examples would be: don't neglect title, subtitle, and caption! They would be so easy to do well because you've already created your "simple headers thingies". A few words go along way. Check out "Storytelling with Data" by Cole Nussbaumer Knaflic for a great read on the subject. Owid's Grapher does those the best, IMO (followed closely by DataWrapper.de -- but that's not open source).
At some point, if you keep up with this, you'll also want to add a dataflow library and DSL. Hadley Wickham's dplyr in R was the GOAT, and I copied that in my Ohayo tool and in OWID Grapher's CoreTable library (https://github.com/owid/owid-grapher/tree/master/packages/%4...). Jeffrey Heer's newish Arquero (https://idl.uw.edu/arquero/) library is also along those lines.
Lately I've delving into Mike Bostock's new thing Plot (https://observablehq.com/plot/). So far, excited by it, but only spent a day or two with it at this point.
I don't use emacs anymore, but hopefully something helpful in the comments above.
- Show HN: Matrices – explore, visualize, and share large datasets
-
Goodbye, Node.js Buffer
https://github.com/uwdata/arquero
- Arquero is a JavaScript library for query processing and transformation of array-backed data tables
- Arquero – data tables wrangling in JavaScript
-
Hal9: Data Science with JavaScript
Transformations: We found out that JavaScript in combination with D3.js has a pretty decent set of data transformation functions; however, it comes nowhere near to Pandas or dplyr. We found out about Tidy.js quite early, loved it, and adopted it. The combination of Tidy.js and D3.js and Plot.js is absolutely amazing for visualizations and data wrangling with small datasets, say 10-100K rows. We were very happy with this for a while; however, once you move away from visualizations into real-world data analysis, we found out 100K rows restrictive, which gets worse when having 100 or 1K columns. So we switched gears and started using Arquero.js, which happens to be columnar and enabled us to process +1M rows in the browser, descent size for real-world data analysis.
- Arquero – Query processing and transformation of array-backed data tables
-
Apache Arrow 3.0.0 Release
Take a look at the arquero library from a research group at University of Washington (the same group that D3 came out of). https://github.com/uwdata/arquero
cylon
-
Data Parallel Pipeline/MapReduce in C++?
There's also https://cylondata.org/ which is more of a Pandas approach.
-
Cylon: DataFrames for MPI!
I'd like to introduce Cylon, a fast, scalable, distributed-memory-parallel runtime. From v0.4 release onward, Cylon introduces a "Pandas-like DataFrames for MPI environments"! It is now available Cylon v0.4.0! :-) This is, by far our most significant release.
-
Apache Arrow 3.0.0 Release
Cudf and Cylon are two execution engines natively supporting Arrow format https://github.com/rapidsai/cudf https://github.com/cylondata/cylon
What are some alternatives?
perspective - A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
vega-loader-arrow - Data loader for the Apache Arrow format.
hal9ai - Hal9 — Data apps powered by code and LLMs [Moved to: https://github.com/hal9ai/hal9]
arrow-julia - Official Julia implementation of Apache Arrow
Apache Arrow - Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
