Python Idle
The data science guild has been watching your progress. Now it's time for the trial. You'll be given the housing dataset — raw and unprocessed. No step-by-step instructions. No hand-holding. Clean it, engineer at least one new feature, compute summary statistics, and create a visualization. Prove you've mastered the foundations, and the path to machine learning opens before you.
~30 minproject510 rows
Loading Python runtime...
Goals: 6 tests
should create a cleaned DataFrame with no missing values
should have no duplicate rows
should engineer at least one new feature
should compute summary statistics
should create at least one visualization
Python loading...