Knowledge Graph — Coursera NotesAcademic disciplinesInformation Technology / Computer ScienceArtificial IntelligenceMachine Learning & DataData preprocessingData cleaning

pandas

service · part of Data cleaning

A Python library for data manipulation and storage, used to save scraped data to CSV.

It provides DataFrame structures for loading datasets and performing input validation, such as checking for missing values with isnull().values.any().

import pandas as pd
df = pd.read_csv('your-dataset.csv')

Inside pandas (3)

Connections

This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.

🧠 Knowledge Graph

Select a node

The owner's editing tools — shown here so you can see how the graph is grown, but read-only.

Click a bubble to drill in · click again to collapse · drag to move around