In Pandas, which function is used to read a CSV file into a DataFrame?
- read_excel
- load_csv
- read_csv
- import_data
The correct function is read_csv. This Pandas function is specifically designed to read data from CSV files and create a DataFrame, making it a fundamental tool for data manipulation in Python. read_excel is used for Excel files, and the other options are not valid Pandas functions for this purpose.
Loading...
Related Quiz
- In a project involving the analysis of large-scale Internet of Things (IoT) data, which Big Data framework would be best suited for handling the data volume and velocity?
- Which Big Data technology is specifically designed for processing large volumes of structured and semi-structured data?
- In a retail setting, what data mining technique would be most effective for recommending products based on a customer's past purchase history?
- When faced with a data discrepancy, a data analyst should communicate this by presenting _______.
- What is the role of 'storytelling' in effective data visualization?