Created
July 29, 2022 08:13
-
-
Save lucifermorningstar1305/82c6b0637de4cc976a9329de43020d95 to your computer and use it in GitHub Desktop.
Read a CSV file in Julia
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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