Henry Hammond
Henry Hammond
After looking over https://pandas.pydata.org/pandas-docs/stable/extending.html I've extended the PrettyPandas API to use pandas accessors. With this update you can now write code like this: ``` ( df .summarize .average() .total(axis=1) .as_percent(subset=['a',...
- `set_font` - `set_background` - change cell background colours - `set_alternating` - apply alternating even-odd colours - `set_hover` - apply hover effects - `set_cell_height` - set minimum cell height -...
In order to use Legendary Actions at least knowing the count is important. Within the SRD document Legendary Action counts and descriptions are included, so I'm unsure any reason this...
For some reason the yargs parser is unable to properly parse array arguments to `--actions`. It is possible to specify an array by doing `--actions action_1 --actions action_2`, however this...
👋🏻 I'm running into an issue when trying to draw a NetworkX graph with Altair. I'm trying to render a DAG with colored nodes, but the color parameter does not...
When using the new [`onSchemaChange`](https://cloud.google.com/dataform/docs/create-tables#change-schema-without-refresh) feature the generated SQL adds each new column with a separate `ALTER TABLE` statement, which hits BigQuery's [5 alterations per 10 seconds rate limit](https://cloud.google.com/bigquery/quotas). [Feature...
Kind of an odd one, I usually wrap my `description`s in backticks. My latest one ended with a single `'` character which caused the model to fail. The model fine...