Doris Lee

Results 28 issues of Doris Lee

Ordinal data are common in rating scales for surveys, as well as attributes like Age or number of years for X. Ordinal data currently gets classified as categorical, especially if...

easy

**Describe the bug** For bar charts, if there are more than two of the same attributes specified, then `reset_index` in `execute_aggregate` throws an error. **To Reproduce** ```python df = pd.read_csv("https://github.com/lux-org/lux-datasets/tree/master/data/airbnb_nyc.csv?raw=True")...

bug

Expose the ability to let users set their own visualization type. 1) Expose visualization type as a parameters in `Vis` e.g.) `Vis(["Weight","Height"],df,mark="bar")` 2) Expose the ability to set `vis.mark` publicly....

enhancement

**Description** When an inequality filter is specified, the parsing causes an error since the inequality is not detected and input is assumed as an attribute. **To Reproduce** ```python df =...

bug

Running Pandas test suite to ensure that metadata and recommendations maintained for a variety of Pandas functions.

test

When there are two quantitative variables and a categorical, either a colored heatmap or bar chart with color bars could be displayed. However, the current default of colored heatmap can...

bug

We currently sort bar charts based on highest to lowest bars if there are more than 5 bars. If there are less than five bars, the bars are unsorted to...

enhancement

Currently, text attributes are recognized as categorical attributes and displayed as bar charts. We should add a new datatype for text attributes, perhaps distinguishing between short: 1~2 words (more like...

enhancement
easy

When head, tail is called, we display the recommendations based on the previously rendered dataframe to compare the differences. However, in the case where there are no prior dataframe displayed,...

bug