Skip to content

Updated column names in static_table#45

Open
dougrichardson wants to merge 1 commit intoUNSW-CEEM:masterfrom
dougrichardson:static_table_fix
Open

Updated column names in static_table#45
dougrichardson wants to merge 1 commit intoUNSW-CEEM:masterfrom
dougrichardson:static_table_fix

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