Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clustergram label is obscure and lengthy. #125

Closed
mkcor opened this issue Jan 24, 2019 · 0 comments
Closed

Clustergram label is obscure and lengthy. #125

mkcor opened this issue Jan 24, 2019 · 0 comments
Assignees

Comments

@mkcor
Copy link
Contributor

mkcor commented Jan 24, 2019

Hi @shammamah,

As I was linting app_clustergram.py, I noticed some heavy and confusing wording, lines 162-164:

'Header of row labels column in uploaded dataset',
title='If a dataset was uploaded, enter the header of' +
'the column that contains the title of each row.',

Even when I view it in context, it's unclear what this label means (I mean 'label' in the context of an app layout).

In Pandas language, when talking about a DataFrame, row labels are referred to as the index and column labels as columns.
Reference: https://pandas.pydata.org/pandas-docs/stable/dsintro.html

Maybe we could follow this convention, instead of torturing our brains?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants