Skip to content

Conversation

@longxiaofei
Copy link
Contributor

@longxiaofei longxiaofei commented Oct 24, 2024

related issue:

#638

demo code:

import pandas as pd
from pygwalker.api.marimo import walk

df = pd.read_csv("xxx.csv")

walk(df, spec="spec.json")
import pandas as pd
import pygwalker.api.marimo as pyg

df = pd.read_csv("xxx.csv")
pyg.walk(df, spec="spec.json")

It can only make pygwalker work normally on Marimo, and currently no responsive features have been introduced.

@longxiaofei longxiaofei force-pushed the poc-marimo branch 2 times, most recently from 84c6639 to 6ce5c86 Compare October 26, 2024 14:18
@longxiaofei longxiaofei merged commit de6f46a into Kanaries:main Oct 26, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant