8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf3634 commit 78217bdCopy full SHA for 78217bd
pandas/index.html
@@ -1,6 +1,16 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
+ <!-- Global site tag (gtag.js) - Google Analytics -->
5
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-1635939-27"></script>
6
+ <script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag(){dataLayer.push(arguments);}
9
+ gtag('js', new Date());
10
+
11
+ gtag('config', 'UA-1635939-27');
12
+ </script>
13
14
<meta charset="utf-8">
15
<meta http-equiv="X-UA-Compatible" content="IE=edge">
16
<meta name="viewport" content="width=device-width, initial-scale=1">
0 commit comments