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.