SyntaxFix
Write A Post
Hire A Developer
Questions
If you are working on a Unix system, the fastest method is the following shell command
cat FILE_NAME.CSV | wc -l
From Jupyter Notebook or iPython, you can use it with a !:
!
! cat FILE_NAME.CSV | wc -l