Compare commits
No commits in common. "main" and "master" have entirely different histories.
5
.dvc/config
Normal file
5
.dvc/config
Normal file
@ -0,0 +1,5 @@
|
||||
[core]
|
||||
no_scm = True
|
||||
remote = lokal
|
||||
['remote "lokal"']
|
||||
url = ~/dvc-remotes/preprocessing-demo-store
|
||||
0
.dvc/tmp/btime
Normal file
0
.dvc/tmp/btime
Normal file
3
.dvcignore
Normal file
3
.dvcignore
Normal file
@ -0,0 +1,3 @@
|
||||
# Add patterns of files dvc should ignore, which could improve
|
||||
# the performance. Learn more at
|
||||
# https://dvc.org/doc/user-guide/dvcignore
|
||||
@ -1,4 +0,0 @@
|
||||
# datenverarbeitung_modul
|
||||
|
||||
Dieses Repo dient zum üben.
|
||||
Als Leitfaden gilt der von Prof. Dr. Yves Staudt erhaltene Leitfaden zur Versionierung.
|
||||
1
data/raw/.gitignore
vendored
Normal file
1
data/raw/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
kunden.csv
|
||||
5
data/raw/kunden.csv.dvc
Normal file
5
data/raw/kunden.csv.dvc
Normal file
@ -0,0 +1,5 @@
|
||||
outs:
|
||||
- md5: eea9660ab49e5a7cbf28a202f387ef2a
|
||||
size: 120
|
||||
hash: md5
|
||||
path: kunden.csv
|
||||
Loading…
x
Reference in New Issue
Block a user