Code Monkey home page Code Monkey logo

csv.jl's Introduction

CSV

CI codecov deps version pkgeval

A fast, flexible delimited file reader/writer for Julia.

Installation

The package is registered in the General registry and so can be installed at the REPL with ] add CSV.

Documentation

  • STABLE โ€” most recently tagged version of the documentation.
  • LATEST โ€” in-development version of the documentation.

Project Status

The package is tested against Julia 1.0, current stable release, and nightly on Linux, OS X, and Windows.

Contributing and Questions

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems or would just like to ask a question.

Alternatives

There are several other packages for reading CSV files in Julia, which may suit your needs better:

  • The standard library contains DelimitedFiles.jl, at least until Julia 1.8. This returns a Matrix rather than a Tables.jl-style container, thus works best for files of homogeneous element type. On large files, CSV.jl will be much faster.

  • CSVFiles.jl uses the FileIO.jl's load / save API, but otherwise has similar goals. Like CSV.jl, it works with Tables.jl objects such as DataFrames.

  • DLMReader.jl also aims to be fast for large files, closely associated with InMemoryDatasets.jl.

  • Pandas.jl wraps Python's pandas library (using PyCall.jl). This is a closer cousin of DataFrames.jl, but builds in the ability to read/write CSV files.

csv.jl's People

Contributors

quinnj avatar nalimilan avatar nickrobinson251 avatar bkamins avatar spurll avatar alyst avatar omus avatar cjprybol avatar andreasnoack avatar tkelman avatar xiaodaigh avatar rofinn avatar mortenpi avatar ibacher avatar expandingman avatar iamed2 avatar aaronmichaelsilberstein avatar kristofferc avatar klangner avatar logankilpatrick avatar jgoldfar avatar mcabbott avatar wentasah avatar npbarnes avatar nicoleepp avatar oscardssmith avatar rikhuijzer avatar tlienart avatar tp2750 avatar timholy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.