LogoLogo
  • Datawisp Documentation
  • Datawisp Overview
  • Adding your data
    • Connect to a database
      • Snowflake
      • BigQuery
      • Google Analytics via BigQuery
      • MotherDuck
    • Tips for Success
    • Troubleshooting
    • Reloading the database schema
    • Data Dictionaries
  • Analyzing Data
    • Datawisp Blocks
      • Data Source
      • Summarize & Group
      • Combine
      • Order and Select Rows
      • Table
      • Filter
      • Add Column
      • Cleanup
      • JSON
      • Chart
      • Reshape
    • Wispy
      • The SQL View
  • Deployment
  • Security
  • Privacy
  • Data processing
  • Contact Info
  • Additional Resources
    • Tutorials
Powered by GitBook
LogoLogo

Datawisp

  • Main Site
  • App

Social

  • X
  • Linkedin

Legal

  • Privacy Policy
  • Terms of Use

Copyright 2023 Datawisp, Inc.

On this page
  1. Adding your data

Data Dictionaries

PreviousReloading the database schemaNextAnalyzing Data

Last updated 7 months ago

Data Dictionaries are a useful way to communicate how the AI and other analysts should work with the data.

First, head to the tab, by clicking on "Data" in the left menu bar.

Then, expand the data source you want to create data dictionaries for:

Press the "pen" icon to edit the data dictionaries. From there, you should see a screen looking like this:

You can always generate the data dictionaries with AI, by clicking the "Generate with AI" button.

You can also manually add information that is unique to your business!

How to write a good data dictionary

You should write the data dictionary so that it would help another person who isn't super familiar with your company to answer questions about your data.

You can add the following information

  • Table Description This is a free-text field, where you can describe what kind of data is in the table, and how to use it. You can also leave information such as how to join the data with other tables.

  • Column Descriptions Describe what kind of information is present in the columns

  • Column format If needed, you can describe how the column is formatted. e.g. "string, 'YYYY-MM-DD'"

Once you're done, press the "save" button!

my data sources