Stefanie Molin
Stefanie Molin
# ADD FEED / EDIT FEED ------------------------------------------------------------------------------- Hi, I want to add my feed to the Python Planet. **My Name/Blog Name**: Stefanie Molin **My Blog RSS or ATOM Python specific...
I am trying to use this with a CLI that has a lot of configuration options, so when I render the usage section it requires a lot of horizontal scrolling:...
Maybe this was a limitation of the theme at the time, but try to switch from the hack here: https://github.com/stefmolin/data-morph/blob/f9af20101aeb5e1971c3ff5ecf731dcff43dee4b/src/data_morph/cli.py#L212-L230 to use `generate_parser` directly in the docs ([here](https://github.com/stefmolin/data-morph/blob/main/docs/cli.rst)). Try updating...
Replace [`pytweening` code](https://github.com/asweigart/pytweening/blob/master/pytweening/__init__.py) with embedded logic here: https://github.com/stefmolin/data-morph/blob/f9af20101aeb5e1971c3ff5ecf731dcff43dee4b/src/data_morph/morpher.py#L158-L165
As part of the GitHub Actions workflows that run when a PR is opened, I'd like to have something like Matplotlib has that makes it possible to preview the built...
Use the data from the [*A hypothesis is a liability*](https://genomebiology.biomedcentral.com/articles/10.1186/s13059-020-02133-w) paper (if available and permitted) as a new starter dataset. We should preserve the classes (the `sex` field) to use...
Add a new target shape for the spade: 
Data Morph already has the heart and the diamond shapes. To complete the set of cards, we need the club and [spade](https://github.com/stefmolin/data-morph/issues/163). This issue is for adding the club. 