Skip to content

Commit 1149b72

Browse files
Copilotmrjf
andauthored
Merge remote-tracking branch 'origin/main' into copilot/add-link-friendly-pages-url
# Conflicts: # README.md Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
2 parents 206b47a + 8c573cf commit 1149b72

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Tsessebe
22

3+
<img src="assets/tsessebe-logo.png" alt="Tsessebe logo — stylized head of a tsessebe antelope" width="180" align="left" style="margin-right: 16px;" />
4+
35
A TypeScript port of [pandas](https://github.com/pandas-dev/pandas), built from first principles using [Autoloop](https://github.com/githubnext/autoloop) — an automated research and experimentation platform that runs iterative optimization loops on [GitHub Agentic Workflows](https://github.github.com/gh-aw/).
46

57
🎮 **[Try the interactive playground →](https://githubnext.github.io/tsessebe/)**
68

9+
> **Pronounced** *tseh-SEH-bee* · IPA /tsɛˈsɛbi/ — named after the [tsessebe](https://en.wikipedia.org/wiki/Common_tsessebe) (*Damaliscus lunatus*), a southern African antelope. The word is Setswana; it carries the "ts" as one sound, the middle "se" takes the stress, and the final "be" is unstressed.
10+
11+
<br clear="left">
12+
713
## Project conventions
814

915
- **Package name:** `tsb` — all imports and usage use `tsb`, not `tsessebe`. `import { DataFrame } from 'tsb'`
@@ -20,4 +26,3 @@ A TypeScript port of [pandas](https://github.com/pandas-dev/pandas), built from
2026
- **Interactive web playground** — every feature ships with a rich, interactive tutorial, deployed to GitHub Pages. WASM where needed and useful.
2127
- **Performance** — aggressive optimization throughout. Speed is a first-class concern.
2228
- **Exhaustive testing** — pandas' own test suite as a baseline, extended with property-based testing, fuzzing, and e2e coverage. Target: 100%.
23-

assets/tsessebe-logo.png

1.69 MB
Loading

0 commit comments

Comments
 (0)