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

Analytics workflow does not work on well names anymore #338

Closed
wouterjdb opened this issue Feb 25, 2021 · 0 comments · Fixed by #339
Closed

Analytics workflow does not work on well names anymore #338

wouterjdb opened this issue Feb 25, 2021 · 0 comments · Fixed by #339
Labels
bug Something isn't working

Comments

@wouterjdb
Copy link
Contributor

When running the analytics workflow on

WOPR:

everything works fine. When running on

WOPR:PROD-

The job fails on line 419.

truth_data = (
df_obs_filtered.pivot(
index="DATE", columns="WELL_NAME", values=key.replace(":", "")
)
.add_prefix(key)
.fillna(0)
.reset_index()
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant