

Discover more from Daily Dose of Data Science
High-quality insights on Data Science and Python, along with best practices — shared daily.
Get a 550+ Page Data Science PDF Guide and 450+ Practice Questions Notebook, FREE.
Over 36,000 subscribers
Continue reading
Three Lesser-known Tips For Reading a CSV File Using Pandas
Here are three extremely useful yet lesser-known tips for reading a CSV file with Pandas:
1. If you want to read only the first few rows of the file, specify the 𝐧𝐫𝐨𝐰𝐬 parameter.
2. To load a few specific columns, specify the 𝐮𝐬𝐞𝐜𝐨𝐥𝐬 parameter.
3. If you want to skip some rows while reading, pass the 𝐬𝐤𝐢𝐩𝐫𝐨𝐰𝐬 parameter.
Share this post on LinkedIn: Post Link.
Find the code for my tips here: GitHub.
I like to explore, experiment and write about data science concepts and tools. You can read my articles on Medium. Also, you can connect with me on LinkedIn.