-
Notifications
You must be signed in to change notification settings - Fork 414
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
Highlight columns based on the dtype #84
Comments
@reza1615 I think I've got this in a good place, going to include it in the next release Current type mappings are: Let me know if you think i'm missing anything |
there is more data types https://pbpython.com/pandas_dtypes.html timedelta |
Any suggestions on colors for those? |
In my opinion lighter colors are better than pure colors may be colors between second to fifth row |
timedelta --> light red or light orange |
timedelta's color is very similar to the date |
* #84, highlight columns based on dtype * #92, build columns with random values * #111, code export has syntax error & str() fix for column builder names * #116, updated styling of github fork link * #114, added "Export CSV" link * #113, updates to "Value Counts" chart in "Column Analysis" for number of values and ordinal entry * #120, allowing for duplicates in bar charts * #119, fixed bug with queries not being passed to functions * #114, added the ability to export dataframes to CSV/TSV * added "category breakdown" in column analysis popup for float columns * fixed bug where previous "show missing only" selection was not being recognized
* #84, highlight columns based on dtype * #92, build columns with random values * #111, code export has syntax error & str() fix for column builder names * #116, updated styling of github fork link * #114, added "Export CSV" link * #113, updates to "Value Counts" chart in "Column Analysis" for number of values and ordinal entry * #120, allowing for duplicates in bar charts * #119, fixed bug with queries not being passed to functions * #114, added the ability to export dataframes to CSV/TSV * added "category breakdown" in column analysis popup for float columns * fixed bug where previous "show missing only" selection was not being recognized
* #84, highlight columns based on dtype * #92, build columns with random values * #111, code export has syntax error & str() fix for column builder names * #116, updated styling of github fork link * #114, added "Export CSV" link * #113, updates to "Value Counts" chart in "Column Analysis" for number of values and ordinal entry * #120, allowing for duplicates in bar charts * #119, fixed bug with queries not being passed to functions * #114, added the ability to export dataframes to CSV/TSV * added "category breakdown" in column analysis popup for float columns * fixed bug where previous "show missing only" selection was not being recognized
* #84, highlight columns based on dtype * #92, build columns with random values * #111, code export has syntax error & str() fix for column builder names * #116, updated styling of github fork link * #114, added "Export CSV" link * #113, updates to "Value Counts" chart in "Column Analysis" for number of values and ordinal entry * #120, allowing for duplicates in bar charts * #119, fixed bug with queries not being passed to functions * #114, added the ability to export dataframes to CSV/TSV * added "category breakdown" in column analysis popup for float columns * fixed bug where previous "show missing only" selection was not being recognized
* #84, highlight columns based on dtype * #92, build columns with random values * #111, code export has syntax error & str() fix for column builder names * #116, updated styling of github fork link * #114, added "Export CSV" link * #113, updates to "Value Counts" chart in "Column Analysis" for number of values and ordinal entry * #120, allowing for duplicates in bar charts * #119, fixed bug with queries not being passed to functions * #114, added the ability to export dataframes to CSV/TSV * added "category breakdown" in column analysis popup for float columns * fixed bug where previous "show missing only" selection was not being recognized
* #84, highlight columns based on dtype * #92, build columns with random values * #111, code export has syntax error & str() fix for column builder names * #116, updated styling of github fork link * #114, added "Export CSV" link * #113, updates to "Value Counts" chart in "Column Analysis" for number of values and ordinal entry * #120, allowing for duplicates in bar charts * #119, fixed bug with queries not being passed to functions * #114, added the ability to export dataframes to CSV/TSV * added "category breakdown" in column analysis popup for float columns * fixed bug where previous "show missing only" selection was not being recognized
added in v1.8.1 |
It would be perfect to have a setting which user can select it to change the column's back color based on the column dtype
for example
The text was updated successfully, but these errors were encountered: