Informatics Practices
The number of rows in a DataFrame are by default equal to number of rows in a CSV file, it created from a CSV file.
Python Pandas
1 Like
Answer
True
Reason — When we create a DataFrame from a CSV file using pandas, by default, the number of rows in the DataFrame will be equal to the number of rows in the CSV file.
Answered By
1 Like