pyodide/test/test_pandas.py

7 lines
160 B
Python
Raw Normal View History

2018-04-03 15:43:02 +00:00
def test_pandas(selenium):
selenium.run("import pandas")
def test_extra_import(selenium):
selenium.run("from pandas import Series, DataFrame, Panel")