CSV.jl VS General

Compare CSV.jl vs General 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)

General

The official registry of general Julia packages (by JuliaRegistries)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
CSV.jl General
5 4
447 567
3.4% 0.5%
6.2 10.0
20 days ago 2 days ago
Julia Julia
GNU General Public License v3.0 or later MIT License
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?

General

Posts with mentions or reviews of General. 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
    Each package in the Julia package ecosystem has its own UUID which will appear in the Project.toml next to the package name. These values are assigned to the package when it is regestered in the Julia General registry and they never change, even if the version of the package does.
  • Ask HN: Why does every package+module system become a Rube Goldberg machine?
    3 projects | news.ycombinator.com | 30 Jan 2023
    Julia and Rust all work with using versions tied to git tags. Package management isn't tied to Github but git: packages can live on Gitlab or BitBucket, though they generally don't and that's the choice of package developers. Because of that there are tie-ins to make Github really nice to use, but for example with Julia the only piece that is truly Github based is the fact that the General registry lives in a Github repo (https://github.com/JuliaRegistries/General), but could easily migrate to another git platform if it needed to.
  • Show HN: Investorsexchange.jl – parse trade-level stock market data in Julia
    3 projects | news.ycombinator.com | 30 Aug 2022
    HN is special, and you all here in this comment tree are the best of the best -- love the fact that everyone is having fun with this in such a civil way and historically knowledgeable way.

    For anyone who wants the naming backstory, InvestorsExchange.jl was originally IEXTools.jl, but Julia's package registration automatic name checks didn't like it ("Name does not meet all of the following: starts with an uppercase letter, ASCII alphanumerics only, not all letters are uppercase.Name is not at least five characters long") [1]. So to Wikipedia I went to find the non-acronym name of the IEX exchange, which is "Investors Exchange" [2]. Thank you all for helping me understand why IEX goes by IEX in all of their branding.

    [1] https://github.com/JuliaRegistries/General/pull/27989

    [2] https://en.wikipedia.org/wiki/IEX

  • Will Julia Registrator accept my simple package?
    2 projects | /r/Julia | 9 May 2022
    You are likely referring to this PR: https://github.com/JuliaRegistries/General/pull/59944

What are some alternatives?

When comparing CSV.jl and General you can also consider the following projects:

Images.jl - An image library for Julia

InvestorsExchange.jl

DifferentialEquations.jl - Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components. Ordinary differential equations (ODEs), stochastic differential equations (SDEs), delay differential equations (DDEs), differential-algebraic equations (DAEs), and more in Julia.

Plots.jl - Powerful convenience for Julia visualizations and data analysis

DaemonMode.jl - Client-Daemon workflow to run faster scripts in Julia

Pluto.jl - 🎈 Simple reactive notebooks for Julia

julia - The Julia Programming Language