Christian Staudt

Results 120 issues of Christian Staudt

**Labels**: `clarification`, `matplotlib`, `documentation` **Priority**: Low **Description**: The notebook ends with a comment on Matplotlib-style parameters that might imply the configurations are specific to Matplotlib, while they also affect Seaborn...

**Labels**: `documentation`, `clarification` **Priority**: Medium **Description**: The notebook introduces the violin plot without explaining what it represents or how to interpret it, which could leave readers unfamiliar with this type...

**Labels**: code, consistency, documentation **Priority**: Medium **Description**: The notebook uses both pandas plotting and matplotlib for visualization without clearly explaining when and why to use one over the other. This...

A lot has happened in this area since the course was designed, e.g. libraries like - https://www.sktime.net - https://pyts.readthedocs.io I'm afraid the material is becoming too outdated to be relevant....

For some reason including images from the hidden folder with ```markdown ![](notebooks/.assets/images/image.png) ``` is not working anymore (Jupyter update?) Todo: Move assets to normal folder and automatically adjust all paths...

![Screenshot 2024-02-13 at 09 22 40](https://github.com/point8/data-science-learning-paths/assets/875194/2770a802-ec12-4255-bc55-b98954a88cb3)

Starting the .exe on Windows shows: ``` Traceback (most recent call last): File "app.py", line 18, in File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File...

good first issue
help wanted

On clicking the View menu item: ``` 2023-04-16 18:15:08.989 | DEBUG | tuttle.app.core.abstractions:wrapped:291 - Intent: InvoicingIntent:view_invoice called with: {} evince: error while loading shared libraries: libpng16.so.16: failed to map segment...

To migrate a data model defined with SQLModel to a new version using Alembic, follow these steps: 1. Install Alembic: pip install alembic 2. Initialize Alembic in your project directory:...

backend

- [ ] update requirements.txt - [ ] fix test case failures

good first issue