Skip to content

msaJustPyUI Module

.justpy.pandas


Attributes

Classes

JustPyAccessor

Attributes

df instance-attribute
df = df

Functions

__init__
__init__(df, **kwargs)
ag_grid
ag_grid(**kwargs)
make_pairs_list staticmethod
make_pairs_list(x_data, y_data)
plot
plot(x, y, **kwargs)
table
table(**kwargs)

LinkedChartGrid

Bases: Div

Attributes

chart instance-attribute
chart = df.jp.plot(
    x,
    y,
    a=self,
    classes="m-2 p-2 border",
    kind=self.kind,
    stacking=self.stacking,
    title=self.title,
    subtitle=self.subtitle,
)
df instance-attribute
df = df
grid instance-attribute
grid = df.jp.ag_grid(a=self)
kind instance-attribute
kind = kwargs.get('kind', 'column')
stacking instance-attribute
stacking = kwargs.get('stacking', '')
subtitle instance-attribute
subtitle = kwargs.get('subtitle', '')
title instance-attribute
title = kwargs.get('title', '')
x instance-attribute
x = x
y instance-attribute
y = y

Functions

__init__
__init__(df, x, y, **kwargs)
grid_change staticmethod
grid_change(msg)

Functions

read_csv_from_string

read_csv_from_string(csv_string, *args)

Last update: September 28, 2022
Created: September 28, 2022