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
@@ -302,9 +302,8 @@ Problematic Country Codes & Indicators
302
302
:func:`wb.download()`is more flexible. To achieve this, the warning
303
303
and exception logic changed.
304
304
305
-
The world bank converts some country codes,
306
-
in their response, which makes error checking by pandas difficult.
307
-
Retired indicators still persist in the search.
305
+
The world bank converts some country codes in their response, which makes error
306
+
checking by pandas difficult. Retired indicators still persist in the search.
308
307
309
308
Given the new flexibility of 0.15.1, improved error handling by the user
310
309
may be necessary for fringe cases.
@@ -377,13 +376,13 @@ The following will fetch users and pageviews (metrics) data per day of the week,
377
376
filters="pagePath=~aboutus;ga:country==France",
378
377
)
379
378
380
-
The only mandatory arguments are ``metrics,````dimensions``and``start_date``. We can only strongly recommend you to always specify the ``account_id``, ``profile_id``and``property_id`` to avoid accessing the wrong data bucket in Google Analytics.
379
+
The only mandatory arguments are ``metrics,````dimensions``and``start_date``. We strongly recommend that you always specify the ``account_id``, ``profile_id``and``property_id`` to avoid accessing the wrong data bucket in Google Analytics.
381
380
382
381
The ``index_col`` argument indicates which dimension(s) has to be taken as index.
383
382
384
-
The ``filters`` argument indicates the filtering to apply to the query. In the above example, the page has URL has to contain ``aboutus``AND the visitors country has to be France.
383
+
The ``filters`` argument indicates the filtering to apply to the query. In the above example, the page URL has to contain ``aboutus``AND the visitors country has to be France.
385
384
386
-
Detailed informationsin the followings:
385
+
Detailed informationin the following:
387
386
388
387
*`pandas & google analytics, by yhat <http://blog.yhathq.com/posts/pandas-google-analytics.html>`__
389
388
*`Google Analytics integration in pandas, by Chang She <http://quantabee.wordpress.com/2012/12/17/google-analytics-pandas/>`__
0 commit comments