Christoph Scheuch
Christoph Scheuch
This PR is WIP until each new chapter has a full first draft.
Instead of introducing PortfolioAnalytics in the new chapter on Modern Portfolio Theory, we plan to add a section about it in Constrained Optimization and Backtesting. In particular, we want to...
https://doi.org/10.1201/9781032684307 https://www.taylorfrancis.com/books/mono/10.1201/9781032684307/tidy-finance-python-christoph-scheuch-stefan-voigt-christoph-frey-patrick-weiss
We should highlight the shortcoming of the current implementation to avoid confusion. Affects this chapter: https://www.tidy-finance.org/python/parametric-portfolio-policies.html#data-preparation And add exercise to replicate the chapter with momentum based on rolling total returns.
Based on our webinar series, we want to replace the current "Introduction to Tidy Finance" chapter with 4 separate chapters. Here are the webinars: https://talks.tidy-finance.org/. The idea is to first...
I'm using plotnine version 0.14.5. The following code ``` from plotnine import ggplot, aes, geom_col, coord_flip from plotnine.data import mtcars (ggplot(mtcars, aes(y = "factor(gear)", x = "mpg")) + geom_col() )...
I love golem, thanks for all the hard work 🙏 It would be great to have a function that creates the necessary files for hosting a golem app via Google...
Resolves: https://github.com/Phlya/adjustText/issues/198 Building the package via ``` python -m build ``` now also creates `adjusttext-1.3.1-py3-none-any.whl` which should be uploaded to PyPI together with `adjusttext-1.3.1.tar.gz`. I made a best guess with...
Hi, thanks for your great work, adjustText is a really useful package! I’d love to use it in a project built on [Pyodide](https://pyodide.org/en/stable/). Pyodide installs packages via [micropip](https://pyodide.org/en/stable/usage/loading-packages.html#micropip), which requires...