Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace zeroes in StorageCapacity_MWh with NaN #161

Open
irm-codebase opened this issue May 1, 2024 · 0 comments
Open

Replace zeroes in StorageCapacity_MWh with NaN #161

irm-codebase opened this issue May 1, 2024 · 0 comments

Comments

@irm-codebase
Copy link

My version (0.5.11) fills StorageCapacity_MWh with 0.0 instead of NaN.

This does not really make a lot of sense for storage facilities. I propose to replace these zeroes with NaN to avoid confusion, and to make users fill those values in if necessary through their own methods.

Here is an example of facilities in Italy:

>>plants.loc[(plants["Set"]=="Store")]["StorageCapacity_MWh"]
id
11         0.0
41         0.0
42         0.0
54         0.0
67         0.0
         ...  
5514       0.0
5569       0.0
5617       0.0
5644       0.0
5665    2600.0
Name: StorageCapacity_MWh, Length: 99, dtype: float64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant