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

Support pandas v2.0.0 #145

Merged
merged 4 commits into from Apr 24, 2023
Merged

Support pandas v2.0.0 #145

merged 4 commits into from Apr 24, 2023

Conversation

tompollard
Copy link
Owner

@tompollard tompollard commented Apr 24, 2023

This pull request adds a couple of fixes to support pandas v2.0.0:

iteritems is deprecated in pandas v2.0.0. not necessary to catch the error on iteritems because items is supported in pandas v1.4.3.
…yle.to_latex. fixes #140

note, the to_latex method doesn't do a good job at generating latex. look into this later.
@tompollard tompollard merged commit e6b449b into main Apr 24, 2023
2 checks passed
@tompollard tompollard deleted the tp/bump_pandas_2_0_0 branch April 24, 2023 00:58
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

Successfully merging this pull request may close these issues.

None yet

1 participant