MartinPacker / filterCSV

Tools to manipulate CSV files in a format suitable for importing into various mindmapping programs - such as iThoughts, Freemind, and MindNode.
MIT License
32 stars 8 forks source link

csv_tree.getCounter() #15

Closed cclauss closed 4 years ago

cclauss commented 4 years ago

https://docs.python.org/3.8/library/collections.html#collections.Counter

MartinPacker commented 4 years ago

Will this break the (imminent) merge with the stats branch?

cclauss commented 4 years ago

Merge stats first and then we will see. This should land smoothly because it is self contained (not hooked up).

MartinPacker commented 4 years ago

OK. About to do that.

MartinPacker commented 4 years ago

Merged and checks ran fine. Now to merge yours and see what happens.