Glance at proposal about API change in pygwalker 0.4.8 #495
ObservedObserver
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In pygwalker 0.4.8, we are going to make some changes about pygwalker API, make it more semantic and accuracy.
General APIs
dark
->appearance
Appearance is a more accurate and common used word it, the value is still choosen from
'dark' | 'light' | 'meadia'
dataset
->data
Streamlit APIs
We changed some of the Imperative style parameter into more declarative style of API, since streamlit is a declarative UI framework.
StreamlitRenderer.render_expore()
->StreamlitRenderer.explorer()
StreamlitRenderer.render_filter_renderer()
->StreamlitRenderer.viewer()
StreamlitRenderer.render_pure_chart()
->StreamlitRenderer.chart()
Data Connection APIs (WIP)
from pygwalker.data_parsers
Beta Was this translation helpful? Give feedback.
All reactions