c3-sohamdandapath commited on
Commit
e6e4e74
·
1 Parent(s): 96c3687

add wind dataset

Browse files
.gitignore ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python
2
+ *.pyc
3
+ *.pyo
4
+ __pycache__/
5
+ *.pyd
6
+ *.swp
7
+ *.swo
8
+
9
+ # Jupyter Notebooks
10
+ .ipynb_checkpoints
11
+
12
+ # Virtual Environment
13
+ venv/
14
+ env/
15
+ ENV/
16
+ .venv/
17
+ .env/
18
+
19
+ # macOS
20
+ .DS_Store
21
+
22
+ # Windows
23
+ Thumbs.db
24
+ ehthumbs.db
25
+
26
+ # Log files
27
+ *.log
28
+
29
+ # Hugging Face and other large files (if using Git LFS)
30
+ *.h5
31
+ *.pth
32
+ *.ckpt
33
+ *.pkl
34
+
35
+ # IDE or editor folders
36
+ .idea/
37
+ .vscode/
38
+
39
+ # GitHub-related files
40
+ *.github/
41
+
42
+ # Node.js (if using Node for any reason)
43
+ node_modules/
44
+
45
+ # Other
46
+ *.bak
47
+ *.swp
data/wind/50Hertz.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/wind/Amprion.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/wind/TenneTTSO.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/wind/TransnetBW.csv ADDED
The diff for this file is too large to render. See raw diff