QuantStats Python library that performs portfolio profiling, allowing quants and portfolio managers to understand their performance better by providing them with in-depth analytics and risk metrics.
Create a virtual environment and install the required packages. conda create -n fptrans python=3.9.7 conda activate fptrans conda install numpy=1.21.2 conda install ...