Skip to content

Instantly share code, notes, and snippets.

@risenW
Created August 17, 2020 13:29
Show Gist options
  • Save risenW/e6da305bc2aa42b8c7533ee5f74deecf to your computer and use it in GitHub Desktop.
Save risenW/e6da305bc2aa42b8c7533ee5f74deecf to your computer and use it in GitHub Desktop.
async function load_process_data() {
let df = await dfd.read_csv("https://web.stanford.edu/class/archive/cs/cs109/cs109.1166/stuff/titanic.csv")
df.head().print()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment