How to fix the data import?
Two optional arguments that you can add to .read_csv() to better represent the data from an external file are:
na_values: Converts a given string tonp.nan, defaults toNoneparse_dates: Reads the data in a list of given columns asdtypedatetime64, defaults toFalse
Which of the following steps should you take to make sure that the data imported from nasdaq-listings.csv are accurately represented?
The nasdaq DataFrame that you created in the previous exercise is available in your workspace.
Este exercício faz parte do curso
Importing and Managing Financial Data in Python
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
Começar o exercício