Skip to content

hakancangunerli/mint-dot-com-analysis

Repository files navigation

Mint Analysis:

Mint.com already comes with great simple visualizations, but I was curious as to how I can visualize data using Julia. The pictures are below.

Data

Data is gathered from the transactions_csv exported from Mint.com which is then preprocessed through a python code that's similar to the one in the pdf.

Packages used:

DataFrames.jl, Plots.jl, FreqTables.jl

Plots:

3output 4output 6output hist_of_amounts output 2output

References:

https://github.com/JuliaPlots/Plots.jl

https://docs.juliaplots.org/latest/series_types/histogram/

https://stackoverflow.com/questions/38015840/dataframes-jl-number-of-rows

https://stackoverflow.com/questions/63100620/any-better-equivalent-for-pandas-value-counts-in-julia-dataframes

Releases

No releases published

Packages

No packages published

Languages