Skip to content

Commit 47da684

Browse files
committed
Update chart_data.json (수정)
1 parent b75439a commit 47da684

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dataAnalysis/notebook/chart_data.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
".strip": 1.0,
6262
".sub": 1.0,
6363
".upper": 2.0,
64-
"None": 0.0,
64+
"FunctionNotUsed": 0.0,
6565
"abs": 1.0,
6666
"input": 2.0,
6767
"int": 17.0,
@@ -103,7 +103,7 @@
103103
".upper": 1.0,
104104
".values": 1.0,
105105
".zfill": 1.0,
106-
"None": 0.0,
106+
"FunctionNotUsed": 0.0,
107107
"abs": 3.0,
108108
"bin": 1.0,
109109
"chr": 6.0,
@@ -134,7 +134,7 @@
134134
".popleft": 8.0,
135135
".split": 2.0,
136136
".upper": 2.0,
137-
"None": 0.0,
137+
"FunctionNotUsed": 0.0,
138138
"bin": 2.0,
139139
"divmod": 1.0,
140140
"int": 2.0,
@@ -470,7 +470,7 @@
470470
".toLowerCase": 3.0,
471471
".toString": 3.0,
472472
".toUpperCase": 3.0,
473-
"None": 0.0,
473+
"FunctionNotUsed": 0.0,
474474
"eval": 1.0,
475475
"isNaN": 1.0,
476476
"parseInt": 5.0
@@ -520,7 +520,7 @@
520520
".toString": 7.0,
521521
".toUpperCase": 5.0,
522522
".trunc": 2.0,
523-
"None": 0.0,
523+
"FunctionNotUsed": 0.0,
524524
"isNaN": 5.0,
525525
"parseInt": 19.0
526526
},
@@ -557,7 +557,7 @@
557557
".trim": 3.0,
558558
".unshift": 2.0,
559559
".values": 1.0,
560-
"None": 0.0
560+
"FunctionNotUsed": 0.0
561561
},
562562
"level3": {
563563
".fill": 3.0,

0 commit comments

Comments
 (0)