Skip to content

Instantly share code, notes, and snippets.

@egoing
Last active August 20, 2021 04:44
Show Gist options
  • Save egoing/dbea6a838aab037a8bb38f0c0e5d2258 to your computer and use it in GitHub Desktop.
Save egoing/dbea6a838aab037a8bb38f0c0e5d2258 to your computer and use it in GitHub Desktop.
Danfo.js 수업

Danfo.js 란?

표로 된 데이터를 분석하고 가공하기 위한 JavaScript 라이브러리 입니다.

설치

<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/bundle.min.js"></script>

기본 개념

Danfo.js는 두가지 데이터 형식을 가지고 있습니다.

  • Seriese : 1차원 배열
  • DataFrame : 2차원 배열�
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment