add new .jl file
This commit is contained in:
parent
9a05606c0d
commit
3c9588c92b
1 changed files with 14 additions and 0 deletions
14
LearnJulia/src/line_graph_blog_post.jl
Normal file
14
LearnJulia/src/line_graph_blog_post.jl
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
using XLSX
|
||||||
|
using DataFrames
|
||||||
|
using Chain
|
||||||
|
using Cleaner
|
||||||
|
# Load Data
|
||||||
|
|
||||||
|
df = DataFrame(XLSX.readtable(joinpath("data", "Tableau_practice_data.xlsx"), "05 - Flu Occurrence FY2013-2016"))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@chain df begin
|
||||||
|
polish_names
|
||||||
|
end
|
Loading…
Reference in a new issue