-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: remove deprecated google-analytics module (GH11308) #15223
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
Conversation
@@ -163,7 +163,7 @@ Other enhancements: | |||
p.all() | |||
|
|||
- Added support for ``utcfromtimestamp()``, ``fromtimestamp()``, and ``combine()`` on `Timestamp` class (:issue:`5351`). | |||
- Added Google Analytics (`pandas.io.ga`) basic documentation (:issue:`8835`). See :ref:`here<remote_data.ga>`. | |||
- Added Google Analytics (`pandas.io.ga`) basic documentation (:issue:`8835`). See `here<http://pandas.pydata.org/pandas-docs/version/0.15.2/remote_data.html#remote-data-ga>`__. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm maybe put in the fact that it's removed after 0.19.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I don't want to start updating whatsnew files if we change things (there are other mentions of the ga moudels in whatsnew files as well). In principle no one should read this now anymore ..
I just wanted to make sure to not have a doc build warning about a non-existing label, could remove the link altogether as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no this is fine.
Current coverage is 86.31% (diff: 100%)@@ master #15223 diff @@
==========================================
Files 140 139 -1
Lines 51272 51082 -190
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 44087 44089 +2
+ Misses 7185 6993 -192
Partials 0 0
|
No description provided.