File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ API changes
4343Deprecations
4444^^^^^^^^^^^^
4545
46+ - The ``pandas.io.ga`` module which implements ``google-analytics`` support is deprecated and will be removed in a future version (:issue:`11308`)
47+
4648.. _whatsnew_0171.performance:
4749
4850Performance Improvements
Original file line number Diff line number Diff line change 443. Goto APIs and register for OAuth2.0 for installed applications
554. Download JSON secret file and move into same directory as this file
66"""
7+
8+ # GH11038
9+ import warnings
10+ warnings .warn ("The pandas.io.ga module is deprecated and will be "
11+ "removed in a future version." ,
12+ FutureWarning , stacklevel = 2 )
13+
714from datetime import datetime
815import re
916from pandas import compat
You can’t perform that action at this time.
0 commit comments