-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MEPs CSV file #15
Comments
The website TTTP.eu is doing it pretty well. |
Hi, ` Libraries --------------------------------------------------------------------library(XML) ###--------------------------------------------------------------------------### Get MEPs ---------------------------------------------------------------------get xml ----------------------------------------------------------------------meps_list <- read_xml(x = "https://www.europarl.europa.eu/meps/en/full-list/xml") append it together -----------------------------------------------------meps_full_list <- dplyr::bind_cols( |
@delahousse asked:
Thanks for the question. We are actually looking into this. The problem is that memberships are also associated with additional information (as start and end dates), as you can see in the RDF representation of the data. Of course an option is to extend the tttp.eu approach cited by @CeriseGoutPelican , but the resulting number of columns will be cumbersome. Do you have any suggestion? |
would it be possible to have the information about the MEPs memberships in the CSV format ?
The text was updated successfully, but these errors were encountered: