CSV.jl VS Plots.jl

Compare CSV.jl vs Plots.jl and see what are their differences.

CSV.jl

Utility library for working with CSV and other delimited files in the Julia programming language (by JuliaData)

Plots.jl

Powerful convenience for Julia visualizations and data analysis (by JuliaPlots)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
CSV.jl Plots.jl
5 4
447 1,793
3.4% 0.4%
6.2 8.5
20 days ago 11 days ago
Julia Julia
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

CSV.jl

Posts with mentions or reviews of CSV.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • Manifest.toml vs Project.toml in Julia
    4 projects | /r/Julia | 13 Apr 2023
    If you’ve used other package managers before, you may be wondering where the package versions are stored. While the Project.toml stores the IDs of the project’s direct dependencies, the Manifest.tomltracks the entire dependency tree, including both the direct and indirect dependencies and the versions of each. Because of this, the Manifest.tomlis always a larger file. For example, after adding just the CSV package to a fresh project, my Manifest.toml is already 200 lines long!
  • I'm trying to install ClimateTools.jl, and failing. The problem appears to track back to CSV.jl. Can anyone please help? Thanks1
    1 project | /r/Julia | 23 Dec 2022
    This thread seems to have different suggestions to what to do https://github.com/JuliaData/CSV.jl/issues/981 like ] add [email protected] ] pin Parsers
  • Teaching Python
    3 projects | /r/learnpython | 30 Apr 2021
    Julia also has the CSV.jl library for reading/writing csv files, the DataFrames.jl library for manipulating data like pandas, and Images.jl for image processing/analysis. However, since Julia is so much newer than Python, the Julia libraries are almost never as feature rich as their Python counterparts.
  • CSV.File read extremely slow
    2 projects | /r/Julia | 4 Apr 2021
    Is this CSV.jl package? I think it shouldn't take that long. What Julia version is yours?

Plots.jl

Posts with mentions or reviews of Plots.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-23.