UX Collective

We believe designers are thinkers as much as they are makers. https://linktr.ee/uxc

Follow publication

How enterprise teams want to use AI: Upskilling for insights

Laura Rodriguez
UX Collective
Published in
6 min readAug 24, 2024
A digital illustration showing a large spreadsheet on a monitor with a smaller screen in front displaying lines of code, symbolizing data analysis.

The initial challenge: Turning data into opportunity

Turning to AI for guidance: The first steps

Extracting insights: Turning data into strategy

Empowerment through discovery

Behind the scenes: Screenshots & examples

A screenshot of Python code in a notebook, showing the import of various libraries such as pandas, numpy, matplotlib, seaborn, sklearn, and nltk, essential for data analysis and natural language processing.
Step 1. Import necessary libraries
Instructions for uploading a CSV file in Jupyter Lab and loading it into a DataFrame using Python, with code to read the CSV file into a pandas DataFrame.
Step 2. Upload the CSV file with data
Instruction to check the first few rows of a loaded DataFrame in Python using the df.head() function, to ensure the file is loaded correctly.
Step 3. Validate data upload
Instruction to check for missing values in a DataFrame using the df.isnull().sum() function in Python, which sums up all the null values in the dataset.
Step 4. Clean the data
Step 5. Clean the data
Instruction for text preprocessing in Python, showing code to remove punctuation and convert text to lowercase using a custom clean_text function applied to a DataFrame column.
Step 6. Clean the data
Python code snippet for tokenization and stopword removal, defining a tokenize_and_remove_stopwords function and applying it to a DataFrame column to process text data.
Step 7. Prepare the data for analysis
Python code to perform Latent Dirichlet Allocation (LDA) for topic extraction, initializing and fitting the LDA model with a specified number of topics.
Step 8. Extract topics
Python code to extract and display the top words for each topic in an LDA model, using a custom display_topics function to understand topic content.
Step 9. Interpret and display the top words for each topic

Written by Laura Rodriguez

IBM Product Strategist, AI, Automation & Data Platform | Master Inventor

Responses (2)

Write a response