Hi,
I have downloaded the PGN file , can any one please point me to efficient python PGN parser ? Most of these files ( even in compressed format are around 10GB) . I have downloaded some PGN parser from github but I have issues with them.
if any one of you have used PGN parser please let me know. For example , what I plan to do is :
1) As a first pass - Parse the PGN file and find out the users , variant, time-control and total games played. ( Just aggregation metrics)
2) select only top 100 users grouped by total hours played
3) then load these into database and analyze them further.
Any suggestions if you have done something similar will be helpful.
I have downloaded the PGN file , can any one please point me to efficient python PGN parser ? Most of these files ( even in compressed format are around 10GB) . I have downloaded some PGN parser from github but I have issues with them.
if any one of you have used PGN parser please let me know. For example , what I plan to do is :
1) As a first pass - Parse the PGN file and find out the users , variant, time-control and total games played. ( Just aggregation metrics)
2) select only top 100 users grouped by total hours played
3) then load these into database and analyze them further.
Any suggestions if you have done something similar will be helpful.