Skip to content

Instantly share code, notes, and snippets.

@lucifermorningstar1305
Created July 29, 2022 08:13
Show Gist options
  • Save lucifermorningstar1305/82c6b0637de4cc976a9329de43020d95 to your computer and use it in GitHub Desktop.
Save lucifermorningstar1305/82c6b0637de4cc976a9329de43020d95 to your computer and use it in GitHub Desktop.
Read a CSV file in Julia
df = CSV.read("spam_dataset.csv", DataFrames.DataFrame)
first(df, 10) |> pretty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment