ENCCS / julia-for-hpda

ENCCS lesson material
https://enccs.github.io/julia-for-hpda/
Creative Commons Attribution 4.0 International
0 stars 0 forks source link

typo in column name #4

Closed davideklund closed 1 year ago

davideklund commented 1 year ago

Out of dataframe in Data science and machine learning/Dataframes should be:

4×2 DataFrame Row │ name age │ String String ─────┼───────────────── 1 │ Ali 25 2 │ Clara 39 3 │ Jingfei 64 4 │ Stefan 45

rather than first column name being "first_name" it is "name".

Same applied to data science lesson in Julia-for-HPC class.