Open this Research Notebook ->
Take me to the Learning Version of this notebook ->
Description of methods in this notebook:
This notebook helps researchers generate a list of IDs and export them into a CSV file.
The code below is a starting point for:
- Importing a CSV file containing the metadata for a given dataset ID
- Creating a Pandas dataframe to view the metadata
- Pre-processing your dataset by filtering out unwanted texts
- Exporting a list of relevant IDs to a CSV file
Use Case: For Researchers (Mostly code without explanation, not ideal for learners)
Difficulty: Intermediate
Completion time: 5 minutes
Knowledge Required:
- Python Basics Series (Start Python Basics I)
Knowledge Recommended:
Data Format: CSV file
Libraries Used:
- tdm_client to retrieve the metadata in a CSV file
- Pandas to manipulate and visualize the metadata
Research Pipeline: None