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
in pandas.io.ga.GDataReader.get_data, there’s the _read nested function which contains a call to execute the query object from google’s library. Pandas is looking for the results in the ‘rows’ attribute, I bet containsSampledData is also in there.
The text was updated successfully, but these errors were encountered:
Had a preview issue where the summary of returned results don't match the google analytics web portal results. This is probably why.
Need to look at the top level element for "containsSampledData".
https://developers.google.com/analytics/devguides/reporting/core/v3/reference#sampling
in pandas.io.ga.GDataReader.get_data, there’s the
_read
nested function which contains a call to execute the query object from google’s library. Pandas is looking for the results in the ‘rows’ attribute, I bet containsSampledData is also in there.The text was updated successfully, but these errors were encountered: