Skip to content

setting column names has no effect #819

@DSLituiev

Description

@DSLituiev

I am doing a table join and would like to rename columns in the resulting table acs afterwards. So I set:

acs.columns = ["chr","start", "end", "rep1", "rep2"]

It allegedly works:

In [11]: acs.columns
Out[11]: ['chr', 'start', 'end', 'rep1', 'rep2']

But not really:

In [12]: acs.head()
Out[12]:
    chr  start    end  counts_x  counts_y
0  chr1  15765  17765         5         1
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions