Create stunning courses with labs, exercises, Jupyter notebooks, and interactive datasets
Embed live Jupyter notebooks with interactive code cells
Work with large datasets using pandas and visualization
Embed videos with synchronized code execution
Complete ML course with scikit-learn, TensorFlow, and real-world datasets
Master pandas, matplotlib, and seaborn with hands-on projects
Explore neural networks with PyTorch and GPU acceleration
# Import libraries
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
# Load dataset
df = pd.read_csv('data.csv')
print(f"Dataset shape: {df.shape}")
# Data exploration
df.describe()
Exercise: Create a pandas DataFrame from the given data and calculate the mean.
Drag and drop your datasets here or click to browse
150 samples, 4 features
891 samples, 12 features
1599 samples, 11 features