-
-
Notifications
You must be signed in to change notification settings - Fork 694
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
Visually distinguish integer and text columns #729
Comments
I like the gray. The purple is a bit confusing. I could have both integers and floats show up as gray? The floating point should help show which is which. Maybe I could default floating point columns with integer values in them to |
I'm going to make all integers AND floats show up as |
|
I want to be able to visually distinguish numeric columns, see simonw/datasette#729
Deployed here: https://covid-19.datasettes.com/covid/economist_excess_deaths - and it helped me spot a bug! The floating point numbers there were being treated as strings: |
It would be useful if I could tell from looking at the table page if a column was a integer or a text (or a float I guess?). This is particularly important for knowing if it safe to sort by that column.
The text was updated successfully, but these errors were encountered: