The tidyfinance Python package

tidyfinance is an Python package that contains a set of helper functions for empirical research in financial economics, addressing a variety of topics covered in this book. We designed the package to provide easy shortcuts for the applications that we discuss in the book. If you want to inspect the details of the package or propose new features, feel free to visit the package repository on Github. Installation You can install the released version of tidyfinance from PyPI via: pip install...