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

module 'pandas.core.ops' has no attribute '_get_op_name' #1233

Closed
BerneStober opened this issue Jan 14, 2021 · 1 comment
Closed

module 'pandas.core.ops' has no attribute '_get_op_name' #1233

BerneStober opened this issue Jan 14, 2021 · 1 comment

Comments

@BerneStober
Copy link

This occurs while running Pint_test_pandas.py from your pint_pandas\testsuite at the "import pint" statement. Windows 10, Python 3.8.5, Pandas (1.2.0), Pint-Pandas (0.1), Pint (0.16.1).

I am somewhat of a novice python programmer, building weather station software using Dash/Plotly with a MySQL database storing the weather station data and simply want to use pint_pandas to unitize my dataframe and do unit slate conversions. My initial error occured running the code at https://pint.readthedocs.io/en/0.16.1/pint-pandas.html was data type 'pint[lbf ft]' as others documented at #972 . But then realized I hadn't installed pint-pandas. After successfully installing pint-pandas I now get this error.

@andrewgsavage
Copy link
Collaborator

this was fixed in a newer verison of pint-pandas

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

2 participants