Skip to content

v1.81 Pandas not required anymore

Latest
Compare
Choose a tag to compare
@metalbobinou metalbobinou released this 08 Aug 13:47
00b6794

Pandas is now a simple optional addition (you can activate it by copying the csv_manipulate-Pandas.py as csv_manipulate.py).

The only csv parser required is the simple csv module.

The ListComparator is now pretty lightweight... (no need to recompile the full Pandas library just for reading CSV...)