https://github.com/xtensor-stack/xframe
C++ multi-dimensional labeled arrays and dataframe based on xtensor
https://github.com/xtensor-stack/xframe
Last synced: about 2 months ago
JSON representation
C++ multi-dimensional labeled arrays and dataframe based on xtensor
- Host: GitHub
- URL: https://github.com/xtensor-stack/xframe
- Owner: xtensor-stack
- License: other
- Created: 2017-09-25T15:34:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-10-31T21:48:30.000Z (6 months ago)
- Last Synced: 2025-12-13T03:06:55.863Z (4 months ago)
- Language: C++
- Homepage:
- Size: 965 KB
- Stars: 326
- Watchers: 20
- Forks: 32
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
[](https://travis-ci.org/xtensor-stack/xframe)
[](https://ci.appveyor.com/project/xtensor-stack/xframe)
[](https://xframe.readthedocs.io/en/latest/?badge=latest)
[](https://mybinder.org/v2/gh/xtensor-stack/xframe/stable?filepath=notebooks%2Fxframe.ipynb)
[](https://xtensor.zulipchat.com/#narrow/channel/539553-Ask-anything)
## Introduction
**xframe is an early developer preview, and is not suitable for general usage yet. Features and implementation are subject to change.**
`xframe` is a dataframe for C++, based on [xtensor](https://github.com/xtensor-stack/xtensor) and [xtl](https://github.com/xtensor-stack/xtl).
For more information on using `xframe`, check out the reference documentation
https://xframe.readthedocs.io/
# Installation
## Package managers
We provide a package for the mamba (or conda) package manager:
```
mamba install -c conda-forge xtensor
```
## Dependencies
`xframe` depends on the [xtensor](https://github.com/xtensor-stack/xtensor) library:
| xframe | xtensor |
|----------|-----------|
| master | ^0.21.4 |
| 0.3.0 | ^0.21.4 |
| 0.2.0 | ^0.20.0 |
| 0.1.0 | ^0.19.1 |
| 0.0.2 | ^0.19.1 |
| 0.0.1 | ^0.19.1 |
## License
We use a shared copyright model that enables all contributors to maintain the
copyright on their contributions.
This software is licensed under the BSD-3-Clause license. See the [LICENSE](LICENSE) file for details.