Lietuvos socialdemokratų partija
6563 Lietuvos socialdemokratų partija
674 Lietuvos demokratinė darbo partija
195 Naujoji sąjunga (socialliberalai)
113 Lietuvos valstiečių ir žaliųjų sąjunga
107 A.Brazausko ir A.Paulausko koalicija "Už darbą Lietuvai"
107 Lietuvos centro sąjunga
106 A.Brazausko socialdemokratinė koalicija
85 Liberalų ir centro sąjunga
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import io | |
import csv | |
import gzip | |
import urllib.parse | |
import urllib.request | |
import scoop | |
import scoop.futures | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Three bulk data update methods where used:
Check if row exist then update or insert
This method executes select query for each row to check if row exist or not. If row exist then an update statement will be executed if row does not exist then this row will be buffered and bulk inserted later.
- This method does not delete rows if they does not exist in provided new set of rows.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://editorconfig.org/ | |
root = true | |
[*.{html,css}] | |
charset = utf-8 | |
indent_style = space | |
end_of_line = lf | |
insert_final_newline = true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.