Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-3625

Pandasql interpreter fails to query over python interpreter dataframe

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.8.0, 0.9.0
    • 0.8.1, 0.9.0
    • Interpreters
    • 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

          Activity

            People

              khalidhuseynov Khalid Huseynov
              khalidhuseynov Khalid Huseynov
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: