Hi Rebecca,
It was actually pandas that had an old version and required upgrading. Problem solved now, but thanks for the tip!
Search found 2 matches
- Wed Dec 21, 2022 1:53 am
- Forum: Bug Reports
- Topic: Bug (Attribute Error) in PyEviews?
- Replies: 2
- Views: 10287
- Tue Dec 20, 2022 4:46 am
- Forum: Bug Reports
- Topic: Bug (Attribute Error) in PyEviews?
- Replies: 2
- Views: 10287
Bug (Attribute Error) in PyEviews?
I am getting an error when running the PyEviews code as given in the white paper. The below code: >>> import numpy as np >>> import pandas as pa >>> import pyeviews as evp >>> dtsa = pa.date_range('1998', periods = 3, freq = 'A') >>> benchmark = pa.Series([4000.,4161.4,np.nan],index=dtsa, name = 'be...
