You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The patch file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 24923038245 -n agent -D /tmp/agent-24923038245
# Create a new branch
git checkout -b autoloop/build-tsb-pandas-typescript-migration
# Apply the patch (--3way handles cross-repo patches where files may already exist)
git am --3way /tmp/agent-24923038245/aw-autoloop-build-tsb-pandas-typescript-migration.patch
# Push the branch to origin
git push origin autoloop/build-tsb-pandas-typescript-migration
# Create the pull request
gh pr create --title '[Autoloop] [Autoloop: build-tsb-pandas-typescript-migration]' --base main --head autoloop/build-tsb-pandas-typescript-migration --repo githubnext/tsessebe
π€ This PR is maintained by Autoloop. Each accepted iteration adds a commit to this branch.
Program Goal
Build
tsbβ a complete TypeScript port of pandas, one feature at a time.Linked Issue: #1
Current Best Metric: 134
pandas_features_ported(this iteration adds +1)Branch:
autoloop/build-tsb-pandas-typescript-migrationThis Iteration (281):
strGetDummiesPorts
pandas.Series.str.get_dummies(sep)as the standalone functionstrGetDummies(series, { sep }).What it does
"|")DataFrameof binary indicator columns β one per unique tokennull/undefined/NaNvalues produce all-zero rowsFiles changed
src/stats/str_get_dummies.tsβ implementationtests/stats/str_get_dummies.test.tsβ unit + property-based testsplayground/str_get_dummies.htmlβ interactive tutorialsrc/stats/index.ts,src/index.tsβ exportsNote
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download patch artifact
The patch file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes:
Show patch preview (500 of 575 lines)