From 7356925c557db53115ffda85b59ab14c142cae15 Mon Sep 17 00:00:00 2001 From: Wuraola Oyewusi Date: Thu, 22 Aug 2019 04:35:57 +0100 Subject: [PATCH 1/2] Update v0.10.0.rst --- doc/source/whatsnew/v0.10.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v0.10.0.rst b/doc/source/whatsnew/v0.10.0.rst index 59ea6b9776232..2e0442364b2f3 100644 --- a/doc/source/whatsnew/v0.10.0.rst +++ b/doc/source/whatsnew/v0.10.0.rst @@ -498,7 +498,7 @@ Here is a taste of what to expect. .. code-block:: ipython - In [58]: p4d = Panel4D(randn(2, 2, 5, 4), + In [58]: p4d = Panel4D(np.random.randn(2, 2, 5, 4), ....: labels=['Label1','Label2'], ....: items=['Item1', 'Item2'], ....: major_axis=date_range('1/1/2000', periods=5), From 34ac63bcae5bce0d08bb18ac2ad86b6b92f9ef5b Mon Sep 17 00:00:00 2001 From: Wuraola Oyewusi Date: Thu, 22 Aug 2019 11:13:40 +0100 Subject: [PATCH 2/2] Update conf.py --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 3ebc5d8b6333b..a4b7d97c2cf5e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -315,7 +315,6 @@ import numpy as np import pandas as pd - randn = np.random.randn np.random.seed(123456) np.set_printoptions(precision=4, suppress=True) pd.options.display.max_rows = 15