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

Updated column names in static_table #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dougrichardson
Copy link

@dougrichardson dougrichardson commented Dec 9, 2024

static_table produces an error when "Generators and Scheduled Loads" is passed to table_name.

It appears the column name "Reg Cap (MW)" has changed on the Participants Excel sheet (https://www.aemo.com.au/energy-systems/electricity/national-electricity-market-nem/participate-in-the-market/registration).

This fix removes the old column name for the new one, with an additional name for Maximum Capacity.

Reproduce error:

from nemosis import static_table

static_table(
    table_name="Generators and Scheduled Loads",
    raw_data_location="/path/to/dir/"
)

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

Successfully merging this pull request may close these issues.

1 participant