|
1381 | 1381 | <desc>데이터프레임 고유값 조회</desc> |
1382 | 1382 | <file>pandas/getUnique.js</file> |
1383 | 1383 | </item> |
| 1384 | + <item id="pdIdt_size" type="function" level="2" name="size" tag="데이터 크기 조회, GET SIZE, SIZE"> |
| 1385 | + <path>visualpython - pandas - data info - get size</path> |
| 1386 | + <desc>판다스 객체 크기 조회</desc> |
| 1387 | + <file>pandas/getSize.js</file> |
| 1388 | + </item> |
1384 | 1389 | </item> |
1385 | 1390 | <!-- General functions --> |
1386 | 1391 | <item id="pd_generalFunc" type="package" level="1" name="General functions" tag="일반 함수, GENERAL FUNCTIONS"> |
|
1537 | 1542 | <desc>데이터의 합 연산</desc> |
1538 | 1543 | <file>pandas/agg_sum.js</file> |
1539 | 1544 | </item> |
1540 | | - <item id="pdGrp_mean" type="function" level="2" name="mean" tag="집계 연산, 평균, MEAN, MEAN"> |
| 1545 | + <item id="pdGrp_mean" type="function" level="2" name="mean" tag="집계 연산, 평균, MEAN"> |
1541 | 1546 | <path>visualpython - pandas - groupby - mean</path> |
1542 | 1547 | <desc>데이터의 평균값</desc> |
1543 | 1548 | <file>pandas/agg_mean.js</file> |
1544 | 1549 | </item> |
1545 | | - <item id="pdGrp_count" type="function" level="2" name="count" tag="집계 연산, 개수, COUNT, COUNT"> |
| 1550 | + <item id="pdGrp_count" type="function" level="2" name="count" tag="집계 연산, 개수, COUNT"> |
1546 | 1551 | <path>visualpython - pandas - groupby - count</path> |
1547 | 1552 | <desc>데이터 개수</desc> |
1548 | 1553 | <file>pandas/agg_count.js</file> |
1549 | 1554 | </item> |
1550 | | - <item id="pdGrp_max" type="function" level="2" name="max" tag="집계 연산, 최댓값, MAX, MAX"> |
| 1555 | + <item id="pdGrp_max" type="function" level="2" name="max" tag="집계 연산, 최댓값, MAX"> |
1551 | 1556 | <path>visualpython - pandas - groupby - max</path> |
1552 | 1557 | <desc>데이터의 최댓값</desc> |
1553 | 1558 | <file>pandas/agg_max.js</file> |
1554 | 1559 | </item> |
1555 | | - <item id="pdGrp_min" type="function" level="2" name="min" tag="집계 연산, 최솟값, MIN, MIN"> |
| 1560 | + <item id="pdGrp_min" type="function" level="2" name="min" tag="집계 연산, 최솟값, MIN"> |
1556 | 1561 | <path>visualpython - pandas - groupby - min</path> |
1557 | 1562 | <desc>데이터의 최솟값</desc> |
1558 | 1563 | <file>pandas/agg_min.js</file> |
1559 | 1564 | </item> |
1560 | | - <item id="pdGrp_median" type="function" level="2" name="median" tag="집계 연산, 중앙값, MEDIAN, MEDIAN"> |
| 1565 | + <item id="pdGrp_median" type="function" level="2" name="median" tag="집계 연산, 중앙값, MEDIAN"> |
1561 | 1566 | <path>visualpython - pandas - groupby - median</path> |
1562 | 1567 | <desc>데이터의 중앙값</desc> |
1563 | 1568 | <file>pandas/agg_median.js</file> |
1564 | 1569 | </item> |
1565 | | - <item id="pdGrp_std" type="function" level="2" name="std" tag="집계 연산, 표준 편차, STD, STANDARD DEVIATION, STD"> |
| 1570 | + <item id="pdGrp_std" type="function" level="2" name="std" tag="집계 연산, 표준 편차, STD, STANDARD DEVIATION"> |
1566 | 1571 | <path>visualpython - pandas - groupby - std</path> |
1567 | 1572 | <desc>데이터의 표준편차</desc> |
1568 | 1573 | <file>pandas/agg_std.js</file> |
1569 | 1574 | </item> |
1570 | | - <item id="pdGrp_quantile" type="function" level="2" name="quantile" tag="집계 연산, 백분위 수, QUANTILE, QUANTILE"> |
| 1575 | + <item id="pdGrp_size" type="function" level="2" name="size" tag="집계 연산, 개수, SIZE"> |
| 1576 | + <path>visualpython - pandas - groupby - size</path> |
| 1577 | + <desc>데이터의 크기/개수</desc> |
| 1578 | + <file>pandas/agg_size.js</file> |
| 1579 | + </item> |
| 1580 | + <item id="pdGrp_quantile" type="function" level="2" name="quantile" tag="집계 연산, 백분위 수, QUANTILE"> |
1571 | 1581 | <path>visualpython - pandas - groupby - quantile</path> |
1572 | 1582 | <desc>데이터의 백분위 수</desc> |
1573 | 1583 | <file>pandas/agg_quantile.js</file> |
|
0 commit comments