Visualizing your data

DataLab with SQL

Jasmin Ludolf

Senior Data Science and AI Content Developer, DataCamp

Automated features

$$

  • Visualize data
  • Generate code
  • Fix code
  • Improve workbook management

Illustration of different graphs on a computer screen

DataLab with SQL

Visualizations

GIF of DataLab toggling between the Explore and Chart cells

DataLab with SQL

Charts

GIF of DataLab showing the charts area

DataLab with SQL

Set up: categories

GIF of DataLab showing the categories options

DataLab with SQL

Set up: series

GIF of DataLab showing the series options

DataLab with SQL

Set up: aggregations

GIF of DataLab showing the aggregation options

DataLab with SQL

AI assistant

SELECT
    sales_rep,
    SUM(quantity_sold)
FROM sales_data.csv
GROUP BY sales_rep;

GIF of DataLab typing in the SQL code and running the cell

DataLab with SQL

AI assistant

GIF of DataLab using the AI assistant to make a visualization

1 https://datalab-docs.datacamp.com/work/chart-cell/pivot-charts
DataLab with SQL

Let's practice!

DataLab with SQL

Preparing Video For Download...