pyfolio icon indicating copy to clipboard operation
pyfolio copied to clipboard

Portfolio and risk analytics in Python

Results 105 pyfolio issues
Sort by recently updated
recently updated
newest added

--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[48], [line 1](vscode-notebook-cell:?execution_count=48&line=1) ----> [1](vscode-notebook-cell:?execution_count=48&line=1) pf.create_full_tear_sheet(carteira["retorno"], benchmark_rets=retorno["^BVSP"]) File [c:\Users\arfsj\miniconda3\lib\site-packages\pyfolio\tears.py:201](file:///C:/Users/arfsj/miniconda3/lib/site-packages/pyfolio/tears.py:201), in create_full_tear_sheet(returns, positions, transactions, market_data, benchmark_rets, slippage, live_start_date, sector_mappings, bayesian, round_trips, estimate_intraday, hide_positions,...

## Problem Description In the first table of the tear sheet, incorrect no of month is return (16). In my data, I have daily return starting from 2020 to 2023....

## Problem Description pyfoliozer = firstStrat.analyzers.getbyname('pyfolio') returns, positions, transactions, gross_lev = pyfoliozer.get_pf_items() ```python import pyfolio pyfolio.create_full_tear_sheet( returns, transactions=transactions, positions=positions, live_start_date='2022-03-01', round_trips=True) ``` **Please provide the full traceback:** ```python --------------------------------------------------------------------------- ValueError...

## Problem Description **Please provide a minimal, self-contained, and reproducible example:** ``` import pandas as pd import numpy as np import pyfolio as pf np.random.seed(42) dates = pd.date_range('2022-01-01', periods=100) returns_data...

Hello, I have a problem to build package. Windows 11 with python3.12 Python 3.12 isn't supported ? C:\Users\linux>python -m pip install git+https://github.com/quantopian/pyfolio Collecting git+https://github.com/quantopian/pyfolio Cloning https://github.com/quantopian/pyfolio to c:\users\linux\appdata\local\temp\pip-req-build-obfr4nzb Running command...

## Problem Description Get an error when trying to generate Tearsheet. 'Series' object has no attribute 'iteritems' Apparently Pandas 2.0 deprecated iteritems. I am using pandas 2.1.2. Will this be...

## Problem Description In the notebook section,its not showing the code and also the code is not updated and efficient. ``` **Please provide any additional information below:** I want to...

This warning seems to come up on `import pyfolio`: `python3.8/site-packages/pyfolio/pos.py:26: UserWarning: Module "zipline.assets" not found; multipliers will not be applied to position notionals.` I am running python 3.8 and the...

## Problem Description **Please provide a minimal, self-contained, and reproducible example:** ```python [Paste code here] ``` **Please provide the full traceback:** ```python [Paste traceback here] ``` **Please provide any additional...