Are plotly tables accessible?

For our visualizations we need to have a table view of data for accessibility purposes. I am wondering if the tables generated by plotly meet web accessibility requirements.

What are those web accessibility requirements?

For the AODA (Ontario) law, we have to comply with WCAG 2.0.

This seems to be the WCAG 2.0 guidance for Tables Using table markup to present tabular information
and for more complex table structures Using id and headers attributes to associate data cells with header cells in data tables

plotly.js tables are made in SVG, so no, they don’t comply to the requirements in your link.