xframe
xframe copied to clipboard
C++ multi-dimensional labeled arrays and dataframe based on xtensor
Is there a plan to release a version compatible with the latest `xtensor` (currently v0.23)?
This PR fixes a small typo in the documentation.
I found this document, https://xframes.readthedocs.io/en/latest/xframe.html but it is for python. I want to read csv using cpp xframe. how can I use cpp xframe read_csv? I install xframe in anaconda3....
For our application (neutron scattering) we frequently deal with axis-arrays that have more than one dimension. To my understanding this mainly occurs when one of the dimensions is not a...
I have not found any reference in the documentation to reducers, like sum, prod, ecc. along axes that are present in xtensor but not in xframe. Are they planned to...
Hi, I'm trying to retrieve axis label values of data that fit a certain condition. With xarray (python) I would go with something like: ```python import numpy as np import...
I just want to verify ... it appears from the documentation that xframe variables must have the same data type in all columns, unlike a pandas dataframe?
**Backgroud** Pandas support parse kinds of format file. https://pandas.pydata.org/pandas-docs/stable/reference/io.html First plan parse sas file (include sas7bdat and xport). The following link is sas7bdat format. https://cran.r-project.org/web/packages/sas7bdat/vignettes/sas7bdat.pdf