Alternatives
Products that do what Pandas in JS does
- 1BA
2019 · bamboolib.com
- 2DT
Sep 2025 · github.com
- 3IM
2020 · github.com
- 4BV
2019 · github.com
- 5EP
2021 · hairysun.com
- 6NVNuesbyte v2▲46
2013 · nuesbyte.com
- 7PB
2015 · github.com
- 8HA
2021 · github.com
- 9DT
2021 · github.com
- 10AP
2020 · github.com
- 11NL
2017 · github.com
- 12BA
2020 · kaggle.com
- 13

- 14CM
2019 · github.com
- 15NM
2017 · npmjs.com
- 16SI
2014 · github.com
- 17XL
2017 · github.com
- 18MM
2021 · github.com
- 19JS
2016 · github.com
- 20AC
2010 · pyxc.org
- 21RS
2014 · github.com
- 22SD
Hey all! We’ve built a Pandas-like interface to make it easy to work with streaming data using what we call ‘Streaming DataFrames’. For example, suppose that you want to convert speed measurement units from meters per second to kilometers per hour With static data in Pandas, you’d do this: df["speed_km_h"] = df["speed_m_s"] * 3.6 With Streaming DataFrames, it’s pretty much the same thing… sdf["speed_km_h"] = sdf["speed_m_s"] * 3.6 …except it’s being done continuously and the updated records can be sent to an output topic in Kafka with almost no delay after they’ve been processed. You can…
2024 · github.com
- 23RA
2022 · github.com
- 24SJ
2015 · spread.grapecity.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →