Skip to content

Instantly share code, notes, and snippets.

@Bennykillua
Created July 2, 2022 14:33
Show Gist options
  • Save Bennykillua/8d4f9ff6db027dfc39877a6a3d313e9b to your computer and use it in GitHub Desktop.
Save Bennykillua/8d4f9ff6db027dfc39877a6a3d313e9b to your computer and use it in GitHub Desktop.
Danfojs Open Source
npm install danfojs-node
import * as dfd from "danfojs-node"
#creating a DataFrame/Series
s = new dfd.Series([1, 3, 5, undefined, 6, 8])
s.print()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment