Skip to content

Commit 82ecd30

Browse files
author
Bruno Goncalves
committed
update notebooks
1 parent cf1f9e0 commit 82ecd30

12 files changed

+322
-686
lines changed

1. Pitfalls.ipynb

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<div style=\"width: 100%; overflow: hidden;\">\n",
8-
" <div style=\"width: 150px; float: left;\"> <img src=\"data/D4Sci_logo_ball.png\" alt=\"Data For Science, Inc\" align=\"left\" border=\"0\"> </div>\n",
8+
" <div style=\"width: 150px; float: left;\"> <img src=\"https://raw.githubusercontent.com/DataForScience/Networks/master/data/D4Sci_logo_ball.png\" alt=\"Data For Science, Inc\" align=\"left\" border=\"0\" width=150px> </div>\n",
99
" <div style=\"float: left; margin-left: 10px;\"> <h1>Transforming Excel Analysis into pandas Data Models</h1>\n",
1010
"<h1>Excel Pitfalls</h1>\n",
1111
" <p>Bruno Gonçalves<br/>\n",
@@ -52,26 +52,27 @@
5252
"name": "stdout",
5353
"output_type": "stream",
5454
"text": [
55-
"watermark 2.0.2\n",
56-
"matplotlib 3.1.3\n",
57-
"pandas 1.0.1\n",
58-
"numpy 1.18.1\n",
59-
"autopep8 1.5\n",
60-
"json 2.0.9\n",
61-
"numpy_financial 1.0.0\n",
62-
"Thu Sep 03 2020 \n",
55+
"Python implementation: CPython\n",
56+
"Python version : 3.8.5\n",
57+
"IPython version : 7.19.0\n",
6358
"\n",
64-
"CPython 3.7.3\n",
65-
"IPython 6.2.1\n",
59+
"Compiler : Clang 10.0.0 \n",
60+
"OS : Darwin\n",
61+
"Release : 20.3.0\n",
62+
"Machine : x86_64\n",
63+
"Processor : i386\n",
64+
"CPU cores : 16\n",
65+
"Architecture: 64bit\n",
6666
"\n",
67-
"compiler : Clang 4.0.1 (tags/RELEASE_401/final)\n",
68-
"system : Darwin\n",
69-
"release : 19.6.0\n",
70-
"machine : x86_64\n",
71-
"processor : i386\n",
72-
"CPU cores : 8\n",
73-
"interpreter: 64bit\n",
74-
"Git hash : db6f805bfd2f0754fac849822010bc72ecbfeb20\n"
67+
"Git hash: cf1f9e0456cec9d5d960512c3269cc904d79928a\n",
68+
"\n",
69+
"matplotlib : 3.3.2\n",
70+
"numpy : 1.19.2\n",
71+
"numpy_financial: 1.0.0\n",
72+
"watermark : 2.1.0\n",
73+
"json : 2.0.9\n",
74+
"pandas : 1.1.3\n",
75+
"\n"
7576
]
7677
}
7778
],
@@ -1347,7 +1348,7 @@
13471348
"name": "python",
13481349
"nbconvert_exporter": "python",
13491350
"pygments_lexer": "ipython3",
1350-
"version": "3.7.3"
1351+
"version": "3.8.5"
13511352
},
13521353
"toc": {
13531354
"base_numbering": 1,

0 commit comments

Comments
 (0)