GithubHelp home page GithubHelp logo

Comments (4)

jasongrout-db avatar jasongrout-db commented on April 28, 2024 1

I just tried this out (cool package!), and found the following.

In Databricks cluster DBR version 11+, this works as long as strict sandboxing is turned off, as indicated in #10 (comment):

import pandas as pd
import pygwalker as pyg

iris = pd.read_csv('https://raw.githubusercontent.com/mwaskom/seaborn-data/master/iris.csv')
pyg.walk(iris)

For Databricks cluster DBR version 10.4, this seems to work:

import pandas as pd
import pygwalker as pyg

iris = pd.read_csv('https://raw.githubusercontent.com/mwaskom/seaborn-data/master/iris.csv')
displayHTML(pyg.walk(iris, return_html=True))

from pygwalker.

Asm-Def avatar Asm-Def commented on April 28, 2024

Supported in PR #19 , and pre-released in 0.1.4a0.

screenshot

from pygwalker.

CBezzAH avatar CBezzAH commented on April 28, 2024

It's not working for me in Databricks (Azure environment), I've tried both:
pygwalker-0.1.4.4
and
!pip install 'pygwalker>=0.1.4a0'
This is what I get when I try to render a df:

pygwalker - not working in Databricks

Also tried saving the output as a variable, that has the same result.

from pygwalker.

Asm-Def avatar Asm-Def commented on April 28, 2024

It's not working for me in Databricks (Azure environment), I've tried both: pygwalker-0.1.4.4 and !pip install 'pygwalker>=0.1.4a0' This is what I get when I try to render a df:

pygwalker - not working in Databricks

Also tried saving the output as a variable, that has the same result.

I've also encountered the similar problem but got a different caution which said

If you've confirmed the restriction, you'd have to turn off the strict sandbox in User Settings to enable HTML output again.

图片

from pygwalker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.