Skip to content
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

pandas panel #128

Open
lefig opened this issue Feb 26, 2020 · 3 comments
Open

pandas panel #128

lefig opened this issue Feb 26, 2020 · 3 comments

Comments

@lefig
Copy link

lefig commented Feb 26, 2020

Hi there

Apologies for ask as I am not a python programmer, but I have followed the excellent usage instructions but have a problem with running this on a more recent version of pandas.

The panel throws an exception due to invalid parameters:

globaldatamatrix.py:

 panel = pd.Panel(items=features, major_axis=coins, minor_axis=time_index, dtype=np.float32)

The exception: object() takes no parameters

I think that I need to create a multi-index df using the above logic but am not sure.

Thanks!

@0xdarkman
Copy link

use pandas < 1.0 e.g. 0.24

@hanseul-jeong
Copy link

"Panel was removed in 0.25.0. For prior documentation, see the 0.24 documentation"

Note please

@lefig
Copy link
Author

lefig commented Nov 17, 2020

Thank you both

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants