DataCamp Workspace

DataCamp Workspace is a cloud-based notebook that allows you to experiment with code, analyze data, collaborate with others and share insights with no installation required.

This page describes the steps to can seamlessly analyze Data Connector learning data with DataCamp Workspace with zero setup.

  • Before starting, make sure that:

    • You are an admin in the group whose data you wish to analyze.

    • The Data Connector is enabled as described here.

  • Head over to the workspace dashboard at https://app.datacamp.com/workspace/overview.

  • Check the account context dropdown to ensure you're in the context whose data you wish to analyze:

  • Click "Create Workspace":

  • A new workspace with an empty notebook is created, where you can start your analysis:

  • Create a new SQL cell, and select "enterprise-custom-reporting-athena" as the data source:

  • You can now write and run a SQL query to fetch the learning data you need through the Athena connection. For example, we can check how many users completed a course in the last 30 days. T

You can browse all the available tables through the schema browser, which you can access from the "Databases" tab on the left hand side or by clicking the icon on the SQL cell.

Last updated