Skip to content

Commit

Permalink
Merge pull request #47 from Oxen-AI/feat/edit-df-interface
Browse files Browse the repository at this point in the history
Feat/edit df interface
  • Loading branch information
gschoeni authored Jul 1, 2024
2 parents 7f54392 + 197fc4b commit d2e97d9
Show file tree
Hide file tree
Showing 55 changed files with 2,256 additions and 959 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Oxen is built around ergonomics, ease of use, and it is easy to learn. If you kn
* 📊 Native DataFrame processing (index, compare and serve up DataFrames)
* 📈 Tracks changes over time (never worry about losing the state of your data)
* 🤝 Collaborate with your team (sync to an oxen-server)
* 🌎 [Remote Workspaces](https://docs.oxen.ai/concepts/remote-workspace) to interact with the data without downloading it
* 🌎 [Workspaces](https://docs.oxen.ai/concepts/workspace) to interact with the data without downloading it
* 👀 Better data visualization on [OxenHub](https://oxen.ai)

## 🐮 Learn The Basics
Expand Down Expand Up @@ -150,6 +150,12 @@ $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ maturin develop
```

## Test

```Bash
$ pytest -s tests/
```

## Why build Oxen?

Oxen was build by a team of machine learning engineers, who have spent countless hours in their careers managing datasets. We have used many different tools, but none of them were as easy to use and as ergonomic as we would like.
Expand Down
Loading

0 comments on commit d2e97d9

Please sign in to comment.