MCPcopy
hub / github.com/Kanaries/pygwalker / table

Method table

pygwalker/api/component.py:292–297  ·  view source on GitHub ↗

Table chart.

(self)

Source from the content-addressed store, hash-verified

290 return copied_obj
291
292 def table(self) -> "Component":
293 """Table chart."""
294 copied_obj = self.copy()
295 copied_obj._update_single_chart_spec("config__geoms", ["table"])
296 copied_obj._update_single_chart_spec("config__coordSystem", "generic")
297 return copied_obj
298
299 def poi(self) -> "Component":
300 """Poi chart."""

Callers 2

tableFunction · 0.45
streamlit_demo.pyFile · 0.45

Calls 2

copyMethod · 0.95

Tested by

no test coverage detected