You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm trying to manually change the dataframe for an esm-datastore and then assign the moditifed dataframe back to a catalog. I've tried using the functionality shown here for intake-esm and the from_df() method showed here, but am getting AttributeError: can't set attribute and AttributeError: from_df from each of these methods respectively. Is there anything I can do to restrict the dataframe, then a new catalogue from that dataframe? I'm still quite new to using xmip/intake-esm, so apologies if this isn't the intended functionality!
I think this is a question specific to intake-esm. Would you mind raising the issue over there? Feel free to tag me there, but I think folks over there will be more knowledgable on this.
Hi! I'm trying to manually change the dataframe for an
esm-datastore
and then assign the moditifed dataframe back to a catalog. I've tried using the functionality shown here for intake-esm and thefrom_df()
method showed here, but am gettingAttributeError: can't set attribute
andAttributeError: from_df
from each of these methods respectively. Is there anything I can do to restrict the dataframe, then a new catalogue from that dataframe? I'm still quite new to using xmip/intake-esm, so apologies if this isn't the intended functionality!Yields the error:
Thanks!
The text was updated successfully, but these errors were encountered: