[KO-korean] 2. Working-With-Data translation#167
Conversation
Signed-off-by: poo <poo1994@hanmail.net>
Signed-off-by: poo <poo1994@hanmail.net>
Signed-off-by: poo <poo1994@hanmail.net>
Signed-off-by: poo <poo1994@hanmail.net>
Signed-off-by: poo <poo1994@hanmail.net>
Signed-off-by: poo <poo1994@hanmail.net>
Signed-off-by: poo <poo1994@hanmail.net>
Signed-off-by: poo <poo1994@hanmail.net>
Signed-off-by: poo <poo1994@hanmail.net>
paladique
left a comment
There was a problem hiding this comment.
Thank you so much for your contribution to cover the lessons in this section! We're very close to merging but before we do, I added some comments for you to check where the links are pointing to. Let us know when you're done.
|
|
||
| ### 주제 | ||
|
|
||
| 1. [관계형 데이터베이스](05-relational-databases/README.md) |
There was a problem hiding this comment.
these links can be updated to Readme.ko.md thanks to your translations 🙂
There was a problem hiding this comment.
I changed them all to Korean files too
|
|
||
|
|
||
|
|
||
| 원본에 따라 원시 데이터에는 분석 및 모델링에 문제를 일으킬 수 있는 일부 불일치 요소가 포함될 수 있습니다. 즉, 이 데이터는 "더티"로 분류될 수 있으며 사전에 처리해야 합니다. 이 단원에서는 누락, 혹은 부정확하거나 불완전한 데이터의 문제를 처리하기 위해 데이터를 정리하고 변환하는 기술에 중점을 둡니다. 이 강의에서 다루는 주제는 Python과 Pandas 라이브러리를 활용하며 이 디렉토리의 [notebook](notebook.ipynb)에서 시연됩니다. |
There was a problem hiding this comment.
you can point the link to this notebook to the english one
There was a problem hiding this comment.
Thanks for the quick review. This part has been corrected..! 😀
| ## DataFrame 정보 탐색 | ||
| > **학습 목표:** 하위 섹션이 끝날때까지, pandas DataFrame에 저장된 데이터에 대한 정보를 능숙하게 찾을 수 있을 것입니다. | ||
|
|
||
| 데이터를 pandas에 로드하면 DataFrame에 없을 가능성이 더 높아집니다(이전 [단원](https://github.com/microsoft/Data-Science-For-Beginners/tree/main/2-Working-With-Data/07-python#dataframe) 참조. 그러나 DataFrame에 있는 데이터셋에 60,000개의 행과 400개의 열이 있는 경우). 다행스럽게도 [pandas](https://pandas.pydata.org/)는 처음 몇 행과 마지막 몇 행 외에도 DataFrame에 대한 전체 정보를 빠르게 볼 수 있는 몇 가지 편리한 도구를 제공합니다. |
There was a problem hiding this comment.
you can point this link to the Korean version now :)
There was a problem hiding this comment.
I changed it to a Korean file. 😀
Signed-off-by: poo <poo1994@hanmail.net>
Signed-off-by: poo <poo1994@hanmail.net>
Uh oh!
There was an error while loading. Please reload this page.