Michael Keller

Results 93 issues of Michael Keller

What are your thoughts on adding data reshape functions similar to the [melt](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.melt.html) and [wide_to_long](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.wide_to_long.html) functions in pandas or [pivoting](https://tidyr.tidyverse.org/articles/pivot.html), [gather](https://tidyr.tidyverse.org/reference/gather.html) and [spread](https://tidyr.tidyverse.org/reference/spread.html) in the tidyverse? It's a very common...

## What did you do? - When I do a query and click on a row, the right pane button in the top toolbar is grayed out and I can't...

When I run the mac app, I get the error `'ObjectiveKVDB/ObjectiveKVDB.h' file not found`

It would be a great feature if asimov only excluded files that were children of your current directory. This would help solve the problem of asimov excluding files in `~/.vscode`...

GitHub sends a ping even on Webhook creation: https://developer.github.com/webhooks/#ping-event But since it doesn't follow the structure that `lib/index.js` is expecting, that script throws an error, such as when it can't...

It looks like GitHub is changing the way they deliver webhook payloads EDIT, better link to the post https://developer.github.com/changes/2014-10-21-deployment-webhook-payload-changes/

**Is your feature request related to a problem? Please describe.** It would be nice if this library only rendered rows that were visible on the screen – a so-called virtual...

Let's say you have two layers, one congressional district in a state and every zip code in that state. I want to be able to create a layer of zip...

## Feature Request ### Description of Problem: I am splitting by one column column and grouping by a shared time field along the x-axis to create a multi-series line chart....

enhancement
JS

Currently if you do: ```js table .select('col1', 'col2', 'col3') .print() ``` You'll see your table in the console. But you can't continue chaining operations. This would be useful to check...