Use a neutral format to have lossless interface with JSON, scipp, Astropy, pandas
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.2k
- Forks
- 1.4k
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 14
Description
Is your feature request related to a problem?
Each tool has a specific structure for processing multidimensional data with the following consequences:
- interfaces dedicated to each tool,
- partially processed data,
- no unified representation of data structures
Describe the solution you'd like
The proposed format (see jupyter notebook, github repository, PyPI package ) is based on the following principles:
- neutral format available for tabular or multidimensional tools (e.g. Numpy, pandas, xarray, scipp, astropy),
- taking into account a wide variety of data types as defined in NTV format,
- high interoperability: reversible (lossless round-trip) interface with tabular or multidimensional tools,
- reversible and compact JSON format,
- Ease of sharing and exchanging multidimensional and tabular data,
Describe alternatives you've considered
No response
Additional context
https://github.com/numpy/numpy/issues/12481#issuecomment-2049179803
https://github.com/astropy/astropy/issues/16286
https://github.com/scipp/scipp/issues/3422
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked ntv-numpy README and example notebook, then review the related NumPy, Astropy, and scipp issues. The issue needs an agreed scope before implementation; completion would require a defined neutral representation and demonstrated lossless round trips with the supported data tools.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json, numpy, pandas, python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100