Skip to content

Commit

Permalink
Merge pull request #568 from OpenEnergyPlatform/feature-567-add-descr…
Browse files Browse the repository at this point in the history
…iption-of-cleaning-process

Explain cleansing process #567
  • Loading branch information
nesnoj authored Oct 10, 2024
2 parents c80d032 + 552bb14 commit 0a3428b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
### Added
- Add `deleted_market_actors` to data model and prevent crash on unknown tables
[#575](https://github.com/OpenEnergyPlatform/open-MaStR/pull/575)
- Extended documentation of data cleansing process for bulk download
[#568](https://github.com/OpenEnergyPlatform/open-MaStR/pull/568)
- Add OFFIS eV as partner organization
[#493](https://github.com/OpenEnergyPlatform/open-MaStR/pull/493)
### Changed
Expand Down
6 changes: 4 additions & 2 deletions open_mastr/mastr.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,10 @@ def download(
Default to `None`.
bulk_cleansing : bool, optional
If True, data cleansing is applied after the download (which is recommended). Default
to True.
If set to True, data cleansing is applied after the download (which is recommended).
In its original format, many entries in the MaStR are encoded with IDs. Columns like
`state` or `fueltype` do not contain entries such as "Hessen" or "Braunkohle", but instead
only contain IDs. Cleansing replaces these IDs with their corresponding original entries.
api_processes : int or None or "max", optional
Number of parallel processes used to download additional data.
Defaults to `None`. If set to "max", the maximum number of possible processes
Expand Down

0 comments on commit 0a3428b

Please sign in to comment.