Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Data Fetching Documentations if you are using :

  1. Using Browser Developing Tools: https://developer.c3.ai/docs/7.12.0/guide/guide-c3aisuite-basic/di-monitoring-and-troubleshooting

...

  1.  using Python Jupyter Notebook: https://developer.c3.ai/docs/7.12.0/topic/ds-jupyter-notebooks

A Code Example:

Code Block
languagejs
## fetching all "BlockInfo" c3 type entries with field "prop_urban"  >= 0.8 and field "med10_age" > 1990.
c3Grid(BlockInfo.fetch({filter: "prop_urban >=0.8 && med10_age > 1990"}))

...