Giter Site home page Giter Site logo

Comments (5)

gcflymoto avatar gcflymoto commented on July 2, 2024

not really. filtering can be done in the app instead of the library.

from fast-cpp-csv-parser.

pgallir avatar pgallir commented on July 2, 2024

as in my case, if you know in advance that you need just part of it, why not to avoid reading it all? I mean, are we still talking about how to reduce time in parsing big files?

from fast-cpp-csv-parser.

gcflymoto avatar gcflymoto commented on July 2, 2024

there is already a mechanism to skip the columns you dont need. Are you talking about something different? As far as filtering based on line numbers, that's what git forking is for. If you want your own functionality, which the owner of this repo might not want, you can add it to your own.

from fast-cpp-csv-parser.

pgallir avatar pgallir commented on July 2, 2024

I might be wrong, but it seems the mechanism you mean happens to be just a selection of the first some columns, which is a complete different behaviour from specific columns' selection. Hope you'll understand. Same story for the rows.
In any case, as you should have noticed from my first post, I already successfully coded and shared it. In other words, mine was not a request but a sharing. Hence, please read before posting next time. g-night.

from fast-cpp-csv-parser.

gcflymoto avatar gcflymoto commented on July 2, 2024

The capability is already there for picking specific columns if you read the documentation
"""
ignore_extra_column: If a column with a name is in the file but not in the argument list, then it is silently ignored.
"""

There is no capability for row selection

from fast-cpp-csv-parser.

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.