Skip to content

Commit d4def35

Browse files
authored
Merge pull request #165 from naribro/oss22_t3
통계 모듈 구성
2 parents 19a6e5c + 17afced commit d4def35

File tree

9 files changed

+1459
-0
lines changed

9 files changed

+1459
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: visualpython
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Content contribution
3+
about: Share contents to encourage using visualpython (e.g. gitbook, Youtube, blog,
4+
...)
5+
title: ''
6+
labels: documentation
7+
assignees: ''
8+
9+
---
10+
11+
**Share created contents**
12+
Write and share your contents to encourage using visualpython.
13+
Use external links to share your contents.
14+
15+
**Need help**
16+
If you need help for creating contents, you can request other contributors to join.

.github/ISSUE_TEMPLATE/design-fix.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Design fix
3+
about: Suggest an idea for design and ui
4+
title: ''
5+
labels: design fix
6+
assignees: ''
7+
8+
---
9+
10+
**Is your suggestion related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the design/style you'd like**
14+
A clear and concise description of what you want to happen.
15+
Design images needed to clearly understand
16+
17+
**Additional context**
18+
Add any other context or screenshots about the design suggestion here.

data/libraries.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3328,6 +3328,60 @@
33283328
}
33293329
}
33303330
]
3331+
},
3332+
{
3333+
"id" : "pkg_stat",
3334+
"type" : "package",
3335+
"level": 0,
3336+
"name" : "Statistics",
3337+
"path" : "visualpython - statistics",
3338+
"desc" : "Statistics modules",
3339+
"open" : true,
3340+
"grid" : true,
3341+
"item" : [
3342+
{
3343+
"id" : "stat_descriptive",
3344+
"type" : "function",
3345+
"level": 1,
3346+
"name" : "Descriptive Stat",
3347+
"tag" : "DESCRIPTIVE,STATISTICS,STAT",
3348+
"path" : "visualpython - statistics - descriptive",
3349+
"desc" : "Descriptive Stat",
3350+
"file" : "m_stat/DescriptiveStat",
3351+
"apps" : {
3352+
"color": 6,
3353+
"icon": "apps/apps_dataset.svg"
3354+
}
3355+
},
3356+
{
3357+
"id" : "stat_analysis",
3358+
"type" : "function",
3359+
"level": 1,
3360+
"name" : "Stat Analysis",
3361+
"tag" : "ANALYSIS,STATISTICS,STAT",
3362+
"path" : "visualpython - statistics - analysis",
3363+
"desc" : "Analysis",
3364+
"file" : "m_stat/Analysis",
3365+
"apps" : {
3366+
"color": 6,
3367+
"icon": "apps/apps_datasplit.svg"
3368+
}
3369+
},
3370+
{
3371+
"id" : "stat_test",
3372+
"type" : "function",
3373+
"level": 1,
3374+
"name" : "Test",
3375+
"tag" : "TEST,STATISTICS,STAT",
3376+
"path" : "visualpython - statistics - test",
3377+
"desc" : "Test",
3378+
"file" : "m_stat/Test",
3379+
"apps" : {
3380+
"color": 6,
3381+
"icon": "apps/apps_dataprep.svg"
3382+
}
3383+
}
3384+
]
33313385
}
33323386
]
33333387
}

0 commit comments

Comments
 (0)