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

Metadata #153

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Metadata #153

wants to merge 13 commits into from

Conversation

bam241
Copy link
Member

@bam241 bam241 commented Aug 5, 2019

This add the capability to deal with metadata within Cymetric see [cyclus/cyclus#1509] and [cyclus/cycamore#510]

nosetests are still missing from this [ ]

timestep_use = pd.DataFrame(time_step_data, columns=['SimId', 'AgentId', 'Time', 'Keyword', 'Value'])
rtn = pd.concat([rtn, timestep_use], ignore_index=True)

# def get_throughput_timeseries(throughput_df, throughput_meta):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete these commented functions?

el_index = ['SimId', 'AgentId', 'Year']
elec = elec.groupby(el_index).sum()
rtn = elec.reset_index()
return rtn

del _egdeps, _egschema

# Usage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More documentation required for these new sections. i don't really know what they mean

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.

None yet

2 participants