Skip to content

Commit a6538ec

Browse files
author
deepthought
committed
fix typo
1 parent 4901bc3 commit a6538ec

3 files changed

Lines changed: 23 additions & 51 deletions

File tree

mybook/chapters/chapter9-wrangling-advanced.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6535,9 +6535,9 @@
65356535
"source": [
65366536
"Pandas 프로파일링은 요약 보고서를 생성하고 데이터 프레임에 대한 탐색적 데이터 분석을 수행하는 멋진 도구입니다. [Pandas 프로파일링](https://github.com/pandas-profiling/pandas-profiling)은 기본 Pandas의 일부가 아니지만 다음을 사용하여 설치할 수 있습니다. \n",
65376537
"\n",
6538-
"````\n",
6538+
"```bash\n",
65396539
"conda install -c conda-forge ydata-profiling\n",
6540-
"````"
6540+
"```"
65416541
]
65426542
},
65436543
{

mybook/practice-exercises/chapter1-basics-practice.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,16 @@
137137
"source": [
138138
"다음 변수가 주어지면:\n",
139139
"\n",
140-
"````\n",
140+
"```\n",
141141
"물건 = \"\"\n",
142142
"속도 = 299792458 #m/s\n",
143-
"````\n",
143+
"```\n",
144144
"\n",
145145
"f-문자열을 사용하여 다음을 인쇄하세요.\n",
146146
"\n",
147-
"````\n",
147+
"```\n",
148148
"빛의 속도는 2.997925e+08m/s이다.\n",
149-
"````"
149+
"```"
150150
]
151151
},
152152
{
@@ -477,16 +477,16 @@
477477
"source": [
478478
"다음 변수가 주어지면:\n",
479479
"\n",
480-
"````\n",
480+
"```\n",
481481
"물건 = \"\"\n",
482482
"속도 = 299792458 #m/s\n",
483-
"````\n",
483+
"```\n",
484484
"\n",
485485
"f-문자열을 사용하여 다음을 인쇄하세요.\n",
486486
"\n",
487-
"````\n",
487+
"```\n",
488488
"빛의 속도는 2.997925e+08m/s이다.\n",
489-
"````"
489+
"```"
490490
]
491491
},
492492
{
@@ -745,4 +745,4 @@
745745
},
746746
"nbformat": 4,
747747
"nbformat_minor": 4
748-
}
748+
}

0 commit comments

Comments
 (0)