WGU D206 - Data Cleaning - Lesson 3 Python Labs | Latest 2023/24 | Updated & Verified | Guaranteed Success
Import the dataset Boston_housing_ with the locationid column being an integer. Use print() to see the dataset as output. - df = _csv('/home/ucertify/Boston_housing_',dtype={'locationid':64}) data = (5) print(data) Displays the number of rows and columns in the dataframe stored as df. - df = _csv('/home/ucertify/Boston_housing_',dtype={'locationid':64}) print() Display the column names in the dataframe stored as df. - df = _csv('/home/ucertify/Boston_housing_',dtype={'locationid':64}) print(list(s)) Display the mean, count, min, and max of all the numeric data using a single line of code in the dataframe stored as df.
Written for
- Institution
-
Western Governors University
- Course
-
WGU D206
Document information
- Uploaded on
- October 3, 2023
- Number of pages
- 3
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
wgu d206 data cleaning lesson 3 python labs