Changes between Version 16 and Version 17 of JuliaLanguage
- Timestamp:
- Aug 19, 2021, 4:37:34 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JuliaLanguage
v16 v17 138 138 {{{ 139 139 using CSV 140 df = CSV.File( "file.csv" )140 df = CSV.File( "file.csv", normalizename=true) 141 141 for row in df 142 142 println( row.Quantity) # Quantity is a column name from the header
