-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report function does not work #42
Comments
This might be a dependency issue. Mine is good. I feel there is some updates in pandas causing this issue, but I agree the report function is written in quite a messy way. I will need to install the latest pandas and debug more. |
I also met a similar issue when generating report, seems the numpy calculations returns an object which object is not compatible with DataFrame object in pandas library:
My dependencies are: pandas: 2.0.2 |
Hi, I just installed the package from pip. I was running the tutorial and failed to get the visualizations.
Reproduce:
I found all errors raised in the plot function is regarding to
BG
which is defined byBG = df.unstack(level=0).BG
. I tried both single day/ >1 days and looks the plot functions always raise error. What shape shouldBG
be?The text was updated successfully, but these errors were encountered: