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.
Geschreven voor
- Instelling
-
Western Governors University
- Vak
-
WGU D206
Documentinformatie
- Geüpload op
- 3 oktober 2023
- Aantal pagina's
- 3
- Geschreven in
- 2023/2024
- Type
- Tentamen (uitwerkingen)
- Bevat
- Vragen en antwoorden
Onderwerpen
-
wgu d206 data cleaning lesson 3 python labs