-
Notifications
You must be signed in to change notification settings - Fork 118
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 2.1 has a deprecation warning for convert_dtype on read_frame #156
Comments
Just to add to this, I'm seeing another deprecation warning in the
|
is anyone able to update the package with the fixes? |
I wrote a fix which seems to take care of it #158. If there are issues let me know. |
Hi, I've a similar question. Using tkinter with Python 3.12.2 under Windows, I receive the message: |
I need to modify my patch request because the test suite in Django-pandas used an internal testing method in pandas which was removed in 2.2. Just been really busy, I'm trying to get to it. |
Now that the fix has been merged is there going to be a release so people can use the latest version via standard python tooling like pip? |
First Release to PyPi version 0.6.7 via the workflow |
Calling read_frame has a deprecation warning
.../python3.11/site-packages/django_pandas/utils.py:51: FutureWarning: the convert_dtype parameter is deprecated and will be removed in a future version. Do
ser.astype(object).apply()
instead if you wantconvert_dtype=False
.cache_keys = pk_series.apply(
The text was updated successfully, but these errors were encountered: