GithubHelp home page GithubHelp logo

Comments (6)

Aloqeely avatar Aloqeely commented on July 30, 2024 2

If your CSV file has the columns col1, col2, col3, and you passed names=['name1', 'name2', 'name3'], then, passing usecols=['name1', 'name3'] will work correctly.

Can you share why you think it's inconsistent? If you passed names then it makes sense that usecols will rely on those names rather than the names in the CSV header row, do you agree?

from pandas.

Aloqeely avatar Aloqeely commented on July 30, 2024

Thanks for the report! The documentation states: "If names are given, the document header row(s) are not taken into account" which is the current behavior, so this sounds more to me like an enhancement request than a bug report, is that right?

from pandas.

Hermann12 avatar Hermann12 commented on July 30, 2024

I think this is a discrepancy to the other referenced sentence see my report, in the documentation.
Quote:"For example, a valid list-like usecols parameter would be [0, 1, 2] or ['foo', 'bar', 'baz']."
Therefore I assume usecols works with both, what "or" said.
Usecols is for read the csv, names is for representation of the result, if I understood it right. So in my opinion it's a bug, because it's not working with both as described into the documentation.

from pandas.

Aloqeely avatar Aloqeely commented on July 30, 2024

Well yes, you can pass a list of the column names just as the documentation states. But it also states that if names are provided then the header row won't be considered.

from pandas.

Hermann12 avatar Hermann12 commented on July 30, 2024

Stupid behavior. Not consistent in my opinion.

from pandas.

Hermann12 avatar Hermann12 commented on July 30, 2024

That works I agree, but in a use case where you have 25 columns in the input csv and you need only the 1st and maybe the 23th, you have to name 25 new columns that you can usecols by column name (what's still in the csv). I think this is ineffective.

from pandas.

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.