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

Well ID is None in DataFrame returned by .overview() but present in GUI #38

Open
hakon-molven-4ss opened this issue Oct 30, 2023 · 0 comments

Comments

@hakon-molven-4ss
Copy link
Contributor

When running

from fourinsight.api import UserSession
from fourinsight.campaigns import Client
client = Client(UserSession())
overview = client.overview()

overview is a pandas DataFrame with all campaigns I have access to. The DataFrame has a column "Well ID" with all values being None. Inspecting campaigns in the GUI at 4insight.io, however, I find that they often have a value in the Well ID field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant