Rigoberto Leyva Salmeron
Rigoberto Leyva Salmeron
I followed the WebIO installation instructions and the following commands still do not work. using ECharts x = ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"] y = [11, 11, 15, 13, 12, 13, 10] b =...
I am trying to iterate over all columns of a dataframe and `filter` only those values that meet a condition, but I get a `KeyError: 0` ## Code to replicate...
When I create grouped data with `datar`'s `group_by()`, I get an undesirable `DataFrameGroupBy` element instead of a DataFrame. It is not desirable to have a DataFrameGroupBy in VSCode because the...
It would be great to be able to create markdown presentations with [revealjs](https://revealjs.com/). Here is a [demo](https://revealjs.com/#/6) And a VSCode extension [vscode-reveal](https://github.com/evilz/vscode-reveal) has a sample of how the [markdown for...
It would be great to be able to create markdown presentations with `MarkdownMonster` and [revealjs](https://revealjs.com/) The following implementations provide a way to create `revealjs` presentations with markdown. [vscode-reveal](https://marketplace.visualstudio.com/items?itemName=evilz.vscode-reveal) [quarto revealjs](https://quarto.org/docs/presentations/revealjs/)
Can you add the data type under the column name? - look at example below from package datar 
Questions: 1. How to color different categories of boxplots? 2. Is there a way use color to fill the box plot as shown on apache website? https://echarts.apache.org/examples/en/editor.html?c=data-transform-aggregate
Looking at the [Query getting started](http://www.queryverse.org/Query.jl/stable/standalonequerycommands/) page I came across two different ways to reference column names in a data frame. I want to know what is the correct way...
Is there a way to create a self-contained htm file in vscode-reveal (one html without extra folders)? like the way this is done with revealjs markdown presentations in the following:...
[revealjs example](https://revealjs.com/#/16) shows how the background transition should work; however, setting the following code in `vscode-reveal` does not produce the desired effect. ```yaml --- theme : "white" transition: "slide" slideNumber:...