https://github.com/statisticsnorway/ssb-utdanning
Education-statistics functionality package in python, owned by Statistics Norway
https://github.com/statisticsnorway/ssb-utdanning
education pypi ssb-project statistics
Last synced: 4 months ago
JSON representation
Education-statistics functionality package in python, owned by Statistics Norway
- Host: GitHub
- URL: https://github.com/statisticsnorway/ssb-utdanning
- Owner: statisticsnorway
- License: mit
- Created: 2021-02-05T13:54:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T22:21:30.000Z (5 months ago)
- Last Synced: 2024-12-10T03:55:53.230Z (4 months ago)
- Topics: education, pypi, ssb-project, statistics
- Language: Python
- Homepage: https://statisticsnorway.github.io/ssb-utdanning/
- Size: 1.33 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# SSB Utdanning Fellesfunksjoner
[][pypi status]
[][pypi status]
[][pypi status]
[][license][][documentation]
[][tests]
[][sonarcov]
[][sonarquality][][pre-commit]
[][black]
[](https://github.com/astral-sh/ruff)
[][poetry][pypi status]: https://pypi.org/project/ssb-utdanning/
[documentation]: https://statisticsnorway.github.io/ssb-utdanning
[tests]: https://github.com/statisticsnorway/ssb-utdanning/actions?workflow=Tests[sonarcov]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-utdanning
[sonarquality]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-utdanning
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black
[poetry]: https://python-poetry.org/## Features
- UtdFormat: Mimics SAS-"formats", with ranges, "other" and empty values, subclassing dict, should be applied to columns through something like pandas' map-method.
## Requirements
- TODO
## Installation
You can install _SSB Utdanning Fellesfunksjoner_ via [pip] from [PyPI]:
```console
poetry add ssb-utdanning
```## Usage
Please see the [Reference Guide] for details.
## Contributing
Contributions are very welcome.
To learn more, see the [Contributor Guide].## License
Distributed under the terms of the [MIT license][license],
_SSB Utdanning Fellesfunksjoner_ is free and open source software.## Issues
If you encounter any problems,
please [file an issue] along with a detailed description.## Credits
This project was generated from [Statistics Norway]'s [SSB PyPI Template].
[statistics norway]: https://www.ssb.no/en
[pypi]: https://pypi.org/
[ssb pypi template]: https://github.com/statisticsnorway/ssb-pypitemplate
[file an issue]: https://github.com/statisticsnorway/ssb-utdanning/issues
[pip]: https://pip.pypa.io/[license]: https://github.com/statisticsnorway/ssb-utdanning/blob/main/LICENSE
[contributor guide]: https://github.com/statisticsnorway/ssb-utdanning/blob/main/CONTRIBUTING.md
[reference guide]: https://statisticsnorway.github.io/ssb-utdanning/reference.html