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 get a Pandas dataframe including observation attribute OBS_FLAG from the ESTAT source by setting the attributes parameter to 'o' at the write_dataset method. However, the method returns the same dataframe as it would with no attribute explicitly declared.
Is this intended? If not, I'd be happy to contribute to the project.
Hi, I'm trying to get a Pandas dataframe including observation attribute
OBS_FLAG
from theESTAT
source by setting theattributes
parameter to 'o' at thewrite_dataset
method. However, the method returns the same dataframe as it would with no attribute explicitly declared.Is this intended? If not, I'd be happy to contribute to the project.
Here's my code:
Here's what the resulting
df
looks likeThe text was updated successfully, but these errors were encountered: