You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
converter - matplotlib_table.py - condition at row 147 - The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
#117
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.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have encountered a future warning using matplot, e.g. dfi.export(d, table_conversion='matplotlib').
The warning: "The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead."
I've tracked down the issue and it is coming from the matplotlib_table.py, row 147 in the converter folder, specifically the orig. condition
as lxml etree object (thead) recommending - once I've changed the condition to :
the warning is gone and export works as expected.
The text was updated successfully, but these errors were encountered: