Giter VIP home page Giter VIP logo

Comments (1)

falexwolf avatar falexwolf commented on August 17, 2024

I didn't use pandas.read_csv() in the beginning because

  • pandas was no dependency
  • the function was not smart about figuring out whether column and row labels are present and couldn't deal with the standard format that the header has one column less than the body (one really shouldn't have to provide a parameter for this)
  • it was slower than what we finally wrote
  • it took a lot more memory
    I still can't believe that the last two points are actually true... and maybe they aren't (anymore)...

So, switching fully to pandas.read_csv would require a few hacks... I guess it's easier to prepend gzip.open() instead, but I'm open also the other solution.

from anndata.

Related Issues (20)

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.