data-morph icon indicating copy to clipboard operation
data-morph copied to clipboard

Morph an input dataset of 2D points into select shapes, while preserving the summary statistics to a given number of decimal points through simulated annealing.

Results 29 data-morph issues
Sort by recently updated
recently updated
newest added

Fixes: #179 Fixes: #178 **Changes** - Added infinity Target Shape - Added Figure Eight Shape

testing
shapes

Fixes #177 **Describe your changes** Added Spiral target shape **Checklist** - [x] Test cases have been modified/added to cover any code changes. - [x] Docstrings have been modified/created for any...

testing
shapes

Explore adding the median to the preserved statistics.

enhancement
plotting
morpher

Add a new target shape for the spade: ![image](https://github.com/stefmolin/data-morph/assets/24376333/139804d6-0348-4666-ab68-f5c5536378b9)

help wanted
good first issue
shapes

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. ![image](https://github.com/stefmolin/data-morph/assets/24376333/3119f52f-adfb-46aa-93a5-11cf3148a2b9)

help wanted
good first issue
shapes

help wanted
good first issue
shapes

help wanted
good first issue
shapes

help wanted
good first issue
shapes

**Is your feature request related to a problem? Please describe.** The performance of the line shape could be improved, as the performance is a bit slow compared to the circular...

enhancement

Fixes #181 **Describe your changes** Compute the median values for x and for y using the `pd.Series.median` method. Added median to the `get_values` docstring. **Checklist** - [x] Test cases have...

testing
data
plotting