Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institut für Informatik
dbis
dbis-teaching
data-engineering-analytics-notebooks
Commits
e71ab59e
Commit
e71ab59e
authored
Nov 29, 2021
by
Eva Zangerle
Browse files
added watermarks to notebooks
parent
32f20dee
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
383 additions
and
212 deletions
+383
-212
Pipfile
Pipfile
+1
-0
Pipfile.lock
Pipfile.lock
+216
-198
notebooks/03_datasets.ipynb
notebooks/03_datasets.ipynb
+24
-0
notebooks/05_dataset_analysis_cleaning.ipynb
notebooks/05_dataset_analysis_cleaning.ipynb
+24
-0
notebooks/06_dataset_analysis_exploratory.ipynb
notebooks/06_dataset_analysis_exploratory.ipynb
+24
-0
notebooks/07_feature_engineering.ipynb
notebooks/07_feature_engineering.ipynb
+68
-12
notebooks/08_hypothesis_testing.ipynb
notebooks/08_hypothesis_testing.ipynb
+26
-2
No files found.
Pipfile
View file @
e71ab59e
...
@@ -27,6 +27,7 @@ flake8 = "*"
...
@@ -27,6 +27,7 @@ flake8 = "*"
yapf
=
"*"
yapf
=
"*"
pre-commit
=
"*"
pre-commit
=
"*"
plotly
=
"*"
plotly
=
"*"
watermark
=
"*"
[dev-packages]
[dev-packages]
...
...
Pipfile.lock
View file @
e71ab59e
This diff is collapsed.
Click to expand it.
notebooks/03_datasets.ipynb
View file @
e71ab59e
...
@@ -10,6 +10,30 @@
...
@@ -10,6 +10,30 @@
"Eva Zangerle"
"Eva Zangerle"
]
]
},
},
{
"cell_type": "code",
"execution_count": 3,
"id": "7f813edb-5062-4654-8b92-b518cbae651e",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"The watermark extension is already loaded. To reload it, use:\n",
" %reload_ext watermark\n",
"Author: Eva Zangerle\n",
"\n",
"Last updated: 2021-11-29 09:34:20\n",
"\n"
]
}
],
"source": [
"%load_ext watermark\n",
"%watermark -a \"Eva Zangerle\" -u -d -t"
]
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count": null,
"execution_count": null,
...
...
notebooks/05_dataset_analysis_cleaning.ipynb
View file @
e71ab59e
...
@@ -10,6 +10,30 @@
...
@@ -10,6 +10,30 @@
"Eva Zangerle"
"Eva Zangerle"
]
]
},
},
{
"cell_type": "code",
"execution_count": 4,
"id": "fbb83221-436f-4178-b4e6-e4b0293f3faf",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"The watermark extension is already loaded. To reload it, use:\n",
" %reload_ext watermark\n",
"Author: Eva Zangerle\n",
"\n",
"Last updated: 2021-11-29 09:34:13\n",
"\n"
]
}
],
"source": [
"%load_ext watermark\n",
"%watermark -a \"Eva Zangerle\" -u -d -t"
]
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count": 1,
"execution_count": 1,
...
...
notebooks/06_dataset_analysis_exploratory.ipynb
View file @
e71ab59e
...
@@ -11,6 +11,30 @@
...
@@ -11,6 +11,30 @@
"Eva Zangerle"
"Eva Zangerle"
]
]
},
},
{
"cell_type": "code",
"execution_count": 3,
"id": "5c366d3c-4f97-48fa-b7fe-cda370045641",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"The watermark extension is already loaded. To reload it, use:\n",
" %reload_ext watermark\n",
"Author: Eva Zangerle\n",
"\n",
"Last updated: 2021-11-29 09:34:05\n",
"\n"
]
}
],
"source": [
"%load_ext watermark\n",
"%watermark -a \"Eva Zangerle\" -u -d -t"
]
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count": 2,
"execution_count": 2,
...
...
notebooks/07_feature_engineering.ipynb
View file @
e71ab59e
This diff is collapsed.
Click to expand it.
notebooks/08_hypothesis_testing.ipynb
View file @
e71ab59e
...
@@ -12,6 +12,30 @@
...
@@ -12,6 +12,30 @@
"Eva Zangerle"
"Eva Zangerle"
]
]
},
},
{
"cell_type": "code",
"execution_count": 5,
"id": "29a380d3-d574-47d1-8649-98bbd9c58edf",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"The watermark extension is already loaded. To reload it, use:\n",
" %reload_ext watermark\n",
"Author: Eva Zangerle\n",
"\n",
"Last updated: 2021-11-29 09:33:47\n",
"\n"
]
}
],
"source": [
"%load_ext watermark\n",
"%watermark -a \"Eva Zangerle\" -u -d -t"
]
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count": 1,
"execution_count": 1,
...
@@ -529,9 +553,9 @@
...
@@ -529,9 +553,9 @@
],
],
"metadata": {
"metadata": {
"kernelspec": {
"kernelspec": {
"display_name": "
Python 3 (ipy
kernel
)
",
"display_name": "
dataeng_
kernel",
"language": "python",
"language": "python",
"name": "
python3
"
"name": "
dataeng_kernel
"
},
},
"language_info": {
"language_info": {
"codemirror_mode": {
"codemirror_mode": {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment