From 5756f46fefd22e8d1faf4a3b3b07816d2978ba06 Mon Sep 17 00:00:00 2001 From: Data & Code Expert Experimenting with Code on Data Date: Mon, 24 Aug 2015 19:13:26 +0200 Subject: [PATCH] updated link to online documentation --- pandas/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/info.py b/pandas/info.py index 754741c117289..57ecd91739eab 100644 --- a/pandas/info.py +++ b/pandas/info.py @@ -2,7 +2,7 @@ pandas - a powerful data analysis and manipulation library for Python ===================================================================== -See http://pandas.sourceforge.net for full documentation. Otherwise, see the +See http://pandas.pydata.org/ for full documentation. Otherwise, see the docstrings of the various objects in the pandas namespace: Series