Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open rar files and read csv files using python

Tags:

python

csv

rar

I need to write a program which opens some rar files that contain csv files and read them. I know that there are external libraries for this purpose but what is the best way or library to achieve such a task ?

like image 896
Cemre Mengü Avatar asked Oct 24 '25 08:10

Cemre Mengü


1 Answers

Python comes with batteries included. csv is one of these batteries.

Support for RAR can be added by an external library.