Skip to content

sparna-git/ep-meetings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ep-meetings

The script :

  1. First fetches the list of meetings on certain years.

  2. Then, for each meeting, retrieves the decisions taken during this meeting, and save this into a file

  3. Then, conduct the analysis on a subset of the meetings (based on a parameter in the config file), and produces the CSV file. The parsing of the JSON output of the API reads the following information:

    • Reads all vote results objects in data[]
    • For each vote result, reads :
      • activity_id : ID of the vote
      • activity_label["en"] : english label of the vote
      • activity_date : date of the vote
      • the vote results :
        • had_voter_against : list of MEPS identifiers that voted AGAINST
        • had_voter_for : list of MEPS identifiers that voted FOR
        • had_voter_abstention : list of MEPS identifiers that voted ABSTENTION
      • for each voter MEP, go and read the following information about the MEP in the included section of the JSON:
        • identifier : the identifier of the MEP - this is used as the join key with the vote results
        • label : name of the MEP
        • api:political-group : the political group of the MEP at the time of the vote

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages