Skip to content

Commit 8f62ebd

Browse files
author
Dennis Bakhuis
committed
Pandas tip #4
1 parent b2b764e commit 8f62ebd

5 files changed

Lines changed: 343 additions & 81 deletions
Lines changed: 6 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,6 @@
1-
absl-py==0.9.0
2-
astor==0.8.1
3-
attrs==19.3.0
4-
backcall==0.1.0
5-
bleach==3.1.4
6-
cachetools==4.1.0
7-
certifi==2020.4.5.1
8-
chardet==3.0.4
9-
cycler==0.10.0
10-
decorator==4.4.2
11-
defusedxml==0.6.0
12-
entrypoints==0.3
13-
gast==0.2.2
14-
google-auth==1.14.0
15-
google-auth-oauthlib==0.4.1
16-
google-pasta==0.2.0
17-
grpcio==1.28.1
18-
h5py==2.10.0
19-
idna==2.9
20-
importlib-metadata==1.6.0
21-
ipykernel==5.2.1
22-
ipython==7.13.0
23-
ipython-genutils==0.2.0
24-
jedi==0.17.0
25-
Jinja2==2.11.2
26-
json5==0.9.4
27-
jsonschema==3.2.0
28-
jupyter-client==6.1.3
29-
jupyter-core==4.6.3
30-
jupyterlab==2.1.0
31-
jupyterlab-server==1.1.1
32-
Keras-Applications==1.0.8
33-
Keras-Preprocessing==1.1.0
34-
kiwisolver==1.2.0
35-
Markdown==3.2.1
36-
MarkupSafe==1.1.1
37-
matplotlib==3.2.1
38-
mistune==0.8.4
39-
nbconvert==5.6.1
40-
nbformat==5.0.5
41-
notebook==6.0.3
42-
numpy==1.18.2
43-
oauthlib==3.1.0
44-
opt-einsum==3.2.0
45-
pandas==1.0.3
46-
pandocfilters==1.4.2
47-
parso==0.7.0
48-
pexpect==4.8.0
49-
pickleshare==0.7.5
50-
prometheus-client==0.7.1
51-
prompt-toolkit==3.0.5
52-
protobuf==3.11.3
53-
ptyprocess==0.6.0
54-
pyasn1==0.4.8
55-
pyasn1-modules==0.2.8
56-
Pygments==2.6.1
57-
pyparsing==2.4.7
58-
pyrsistent==0.16.0
59-
python-dateutil==2.8.1
60-
pytz==2019.3
61-
pyzmq==19.0.0
62-
requests==2.23.0
63-
requests-oauthlib==1.3.0
64-
rsa==4.1
65-
scipy==1.4.1
66-
Send2Trash==1.5.0
67-
six==1.14.0
68-
tensorboard==2.1.1
69-
tensorflow==2.1.2
70-
tensorflow-estimator==2.1.0
71-
termcolor==1.1.0
72-
terminado==0.8.3
73-
testpath==0.4.4
74-
tornado==6.0.4
75-
traitlets==4.3.3
76-
urllib3==1.25.8
77-
wcwidth==0.1.9
78-
webencodings==0.5.1
79-
Werkzeug==1.0.1
80-
wrapt==1.12.1
81-
zipp==3.1.0
1+
jupyterlab
2+
matplotlib
3+
numpy
4+
pandas
5+
scipy
6+
tensorflow

0 commit comments

Comments
 (0)