Upload 3 files
Browse files- ERD_Invest_Model.ipynb +0 -0
- Input_Jahr_2021.xlsx +0 -0
- requirements.txt +148 -0
ERD_Invest_Model.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Input_Jahr_2021.xlsx
ADDED
Binary file (995 kB). View file
|
|
requirements.txt
ADDED
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
amqp==5.1.1
|
2 |
+
appdirs==1.4.4
|
3 |
+
asgiref==3.7.2
|
4 |
+
asttokens==2.4.0
|
5 |
+
attrs==23.1.0
|
6 |
+
autobahn==23.6.2
|
7 |
+
Automat==22.10.0
|
8 |
+
backcall==0.2.0
|
9 |
+
beautifulsoup4==4.12.2
|
10 |
+
billiard==4.1.0
|
11 |
+
bleach==6.0.0
|
12 |
+
boto3==1.26.83
|
13 |
+
botocore==1.29.165
|
14 |
+
Bottleneck==1.3.7
|
15 |
+
celery==5.3.4
|
16 |
+
certifi==2023.7.22
|
17 |
+
cffi==1.16.0
|
18 |
+
channels==4.0.0
|
19 |
+
charset-normalizer==3.3.0
|
20 |
+
click==8.1.7
|
21 |
+
click-didyoumean==0.3.0
|
22 |
+
click-plugins==1.1.1
|
23 |
+
click-repl==0.3.0
|
24 |
+
cloudpickle==2.2.1
|
25 |
+
colorama==0.4.6
|
26 |
+
comm==0.1.4
|
27 |
+
constantly==15.1.0
|
28 |
+
croniter==1.4.1
|
29 |
+
cryptography==41.0.4
|
30 |
+
daphne==4.0.0
|
31 |
+
dask==2023.9.3
|
32 |
+
debugpy==1.8.0
|
33 |
+
decorator==5.1.1
|
34 |
+
defusedxml==0.7.1
|
35 |
+
deprecation==2.1.0
|
36 |
+
dj-rest-auth==3.0.0
|
37 |
+
Django==4.2
|
38 |
+
django-allauth==0.52.0
|
39 |
+
django-cors-headers==3.10.1
|
40 |
+
django-drf-filepond==0.4.1
|
41 |
+
django-filter==21.1
|
42 |
+
django-storages==1.14.1
|
43 |
+
djangorestframework==3.14.0
|
44 |
+
et-xmlfile==1.1.0
|
45 |
+
exceptiongroup==1.1.3
|
46 |
+
execnb==0.1.5
|
47 |
+
executing==2.0.0
|
48 |
+
fastcore==1.5.29
|
49 |
+
fastjsonschema==2.18.1
|
50 |
+
fsspec==2023.9.2
|
51 |
+
gevent==23.9.1
|
52 |
+
greenlet==3.0.0
|
53 |
+
highspy==1.5.3
|
54 |
+
hyperlink==21.0.0
|
55 |
+
idna==3.4
|
56 |
+
importlib-metadata==6.8.0
|
57 |
+
incremental==22.10.0
|
58 |
+
ipykernel==6.25.2
|
59 |
+
ipython==8.16.1
|
60 |
+
ipython-genutils==0.2.0
|
61 |
+
ipywidgets==8.0.3
|
62 |
+
jedi==0.19.1
|
63 |
+
Jinja2==3.1.2
|
64 |
+
jmespath==1.0.1
|
65 |
+
jsonschema==4.19.1
|
66 |
+
jsonschema-specifications==2023.7.1
|
67 |
+
jupyter-client==8.3.1
|
68 |
+
jupyter-core==5.3.2
|
69 |
+
jupyterlab-pygments==0.2.2
|
70 |
+
jupyterlab-widgets==3.0.9
|
71 |
+
kombu==5.3.2
|
72 |
+
linopy==0.2.6
|
73 |
+
locket==1.0.0
|
74 |
+
Markdown==3.3.6
|
75 |
+
MarkupSafe==2.1.3
|
76 |
+
matplotlib-inline==0.1.6
|
77 |
+
mercury==2.3.4
|
78 |
+
mistune==3.0.2
|
79 |
+
nbclient==0.8.0
|
80 |
+
nbconvert==7.6.0
|
81 |
+
nbformat==5.9.2
|
82 |
+
nest-asyncio==1.5.8
|
83 |
+
numexpr==2.8.7
|
84 |
+
numpy==1.26.0
|
85 |
+
oauthlib==3.2.2
|
86 |
+
openpyxl==3.1.2
|
87 |
+
packaging==23.2
|
88 |
+
pandas==2.1.1
|
89 |
+
pandocfilters==1.5.0
|
90 |
+
parso==0.8.3
|
91 |
+
partd==1.4.1
|
92 |
+
pickleshare==0.7.5
|
93 |
+
platformdirs==3.11.0
|
94 |
+
plotly==5.17.0
|
95 |
+
prompt-toolkit==3.0.39
|
96 |
+
psutil==5.9.5
|
97 |
+
pure-eval==0.2.2
|
98 |
+
pyasn1==0.5.0
|
99 |
+
pyasn1-modules==0.3.0
|
100 |
+
pycparser==2.21
|
101 |
+
pyee==8.2.2
|
102 |
+
Pygments==2.16.1
|
103 |
+
PyJWT==2.8.0
|
104 |
+
pyOpenSSL==23.2.0
|
105 |
+
pyppeteer==1.0.2
|
106 |
+
python-dateutil==2.8.2
|
107 |
+
python-dotenv==1.0.0
|
108 |
+
python3-openid==3.2.0
|
109 |
+
pytz==2023.3.post1
|
110 |
+
pywin32==306
|
111 |
+
PyYAML==6.0
|
112 |
+
pyzmq==25.1.1
|
113 |
+
referencing==0.30.2
|
114 |
+
requests==2.31.0
|
115 |
+
requests-oauthlib==1.3.1
|
116 |
+
rpds-py==0.10.3
|
117 |
+
s3transfer==0.6.2
|
118 |
+
scipy==1.11.3
|
119 |
+
service-identity==23.1.0
|
120 |
+
shortuuid==1.0.11
|
121 |
+
six==1.16.0
|
122 |
+
soupsieve==2.5
|
123 |
+
SQLAlchemy==1.4.27
|
124 |
+
sqlparse==0.4.4
|
125 |
+
stack-data==0.6.3
|
126 |
+
tenacity==8.2.3
|
127 |
+
tinycss2==1.2.1
|
128 |
+
toolz==0.12.0
|
129 |
+
tornado==6.3.3
|
130 |
+
tqdm==4.66.1
|
131 |
+
traitlets==5.11.2
|
132 |
+
twisted==23.8.0
|
133 |
+
twisted-iocpsupport==1.0.4
|
134 |
+
txaio==23.1.1
|
135 |
+
typing-extensions==4.8.0
|
136 |
+
tzdata==2023.3
|
137 |
+
urllib3==1.26.17
|
138 |
+
vine==5.0.0
|
139 |
+
wcwidth==0.2.8
|
140 |
+
webencodings==0.5.1
|
141 |
+
websocket-client==1.6.3
|
142 |
+
websockets==10.4
|
143 |
+
whitenoise==6.5.0
|
144 |
+
widgetsnbextension==4.0.9
|
145 |
+
xarray==2023.9.0
|
146 |
+
zipp==3.17.0
|
147 |
+
zope.event==5.0
|
148 |
+
zope.interface==6.0
|