Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.8.0, 0.9.0
-
None
Description
run below paragraphs to reproduce
%python import pandas as pd import numpy as np df = pd.DataFrame( np.array([ np.arange(0, 200), np.random.randn(200).cumsum(), np.random.randn(200).cumsum(), np.random.randint(1, 3, 200) ]).transpose(), columns=["X", "Y", "Z", "Group"]) z.show(df)
%python.sql select * from df
Note that master and branch 0.8 both fail to query but errors in each case are different
Attachments
Issue Links
- is related to
-
ZEPPELIN-3629 Release 0.8.1
- Closed
- links to