DjPractLelo 0.1.2__tar.gz → 0.1.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- djpractlelo-0.1.4/DjPractLelo/resource_loader.py +19 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/AUDIO_TO_HORUS/horus_audio.csv +2 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/AUDIO_TO_HORUS/practical2g.py +25 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/CSV_HORUS/CSV_horus.csv +260 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/CSV_HORUS/countries.csv +260 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/CSV_HORUS/prac2A.py +28 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/JSON TO HORUS/Json_horus.csv +260 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/JSON TO HORUS/prac2A.py +37 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/MYSQL_TO_HORUS/horus_format_output.csv +4 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/MYSQL_TO_HORUS/pract2d.py +19 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/VIDEO_TO_CSV/pract2f.py +26 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/VIDEO_TO_CSV/video_horus.csv +2 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/XML_TO_HORUS/horus_output.csv +3 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/XML_TO_HORUS/pract2b.py +13 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical3/Logging/yoke_logging.py +42 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical3/data binning or bucketing/practical3b.py +20 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical3/fixing utilities/practical3a.py +25 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical3/practical3c Averaging of data/practical3c.py +13 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical3/practical3d Outliers/practical3c.py +25 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical4/Practical_4b/Practical4b.py +32 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical4/practical_4d/IP_DATA_ALL.py +39 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical4/practical_4d/Retrieve-IP_Routing.py +41 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical5/practical5a/Drop_columns_all_values_are_missing.py +20 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical5/practical5a/Keep_rows_with_maximum_two_missing_values.py +23 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical5/practical5a/ii_drop_columns_where_any_value_missing.py +23 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical5/practical5b/ii_assess_network_routing _customer.py +23 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical5/practical5b/network_routing_diagram.py +46 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical5/practical5c.py +32 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical5/practical5c2.py +42 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical7/Data_Vault_to_Data_Warehouse.py +79 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical7/Transform_Time_Person_from_Data_Vault_to_Data_Warehouse.py +80 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical7/sun_model.py +96 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical8/organize_all_types.py +32 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical8/sample_db.py +53 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/practical6/time.py +38 -0
- djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/practical9/report_hillman.py +56 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/10a_simple_genetic algorithm.py +48 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/1a_simple_nueral.py +34 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/1b_binary_bipolar.py +25 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/2a_macclouch_AND.py +24 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/2b_macclouch_OR.py +24 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/2c_macclouch_XOR.py +36 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/3a_hebb_rule.py +56 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/3b_delta_rule.py +63 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/4a_back-prop.py +31 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/4b_back-prop-error.py +34 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/6a_kohonen_self.py +38 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/9a_ratios_fuzzy.py +25 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/9b_tipping problem.py +31 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/Delta Rule.py +28 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/hebbs.py +19 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/hopfield.py +25 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/linear-neural-network.py +15 -0
- djpractlelo-0.1.4/DjPractLelo/resources/soft_computing/radial-basis-function.py +22 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo.egg-info/PKG-INFO +1 -1
- djpractlelo-0.1.4/DjPractLelo.egg-info/SOURCES.txt +108 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/PKG-INFO +1 -1
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/pyproject.toml +2 -3
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/setup.py +1 -1
- djpractlelo-0.1.2/DjPractLelo/resource_loader.py +0 -23
- djpractlelo-0.1.2/DjPractLelo/resources/data_science/cassandra.txt +0 -15
- djpractlelo-0.1.2/DjPractLelo/resources/data_science/power-bi.txt +0 -6
- djpractlelo-0.1.2/DjPractLelo/resources/data_science/practical_manual.docx +0 -0
- djpractlelo-0.1.2/DjPractLelo/resources/soft_computing/practical_manual.docx +0 -0
- djpractlelo-0.1.2/DjPractLelo.egg-info/SOURCES.txt +0 -59
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/__init__.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/acyclic_graph.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/attributes.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/audio-to-horus.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/average.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/averaging.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/balance_sheet.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/balance_sheet.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/billboard_content.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/binning.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/clustering_warehouse.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/color_srgb.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/csv-to-horus.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/data-attribute.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/data-binning.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/data-pattern.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/data-pattern.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/data-process.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/data.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/delivery_route.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/error_management.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/error_management.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/fixer-uti.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/fixer-utility.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/forex_planner.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/generate_data.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/generate_gml.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/generate_gml.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/json-to-horus.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/logging.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/mysql-to-horus.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/network_routing.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/organize_data.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/organizing_data.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/outlier-detect.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/outlier.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/packing_option.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/payroll_generation.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/picture-to-horus.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/shipping_route.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/time_data_vault.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/transform_data.csv +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/transform_data.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/video-to-horus.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/warehouse_location.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo/resources/data_science/xml-to-horus.py +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo.egg-info/dependency_links.txt +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/DjPractLelo.egg-info/top_level.txt +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/LICENCE +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/README.md +0 -0
- {djpractlelo-0.1.2 → djpractlelo-0.1.4}/setup.cfg +0 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
from importlib.resources import files
|
|
2
|
+
from pathlib import Path
|
|
3
|
+
|
|
4
|
+
def list_csv_files(directory: str) -> list[Path]:
|
|
5
|
+
"""
|
|
6
|
+
List all CSV files in a given resources subdirectory.
|
|
7
|
+
:param directory: "data_science" or "soft_computing"
|
|
8
|
+
:return: list of Path objects
|
|
9
|
+
"""
|
|
10
|
+
base = files("DjPractLelo") / "resources" / directory
|
|
11
|
+
return [p for p in base.iterdir() if p.suffix == ".csv"]
|
|
12
|
+
|
|
13
|
+
def get_manual(directory: str) -> Path:
|
|
14
|
+
"""
|
|
15
|
+
Get the manual.docx file in a given resources subdirectory.
|
|
16
|
+
:param directory: "data_science" or "soft_computing"
|
|
17
|
+
:return: Path object
|
|
18
|
+
"""
|
|
19
|
+
return files("DjPractLelo") / "resources" / directory / "manual.docx"
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
#Install mutagen library
|
|
2
|
+
from mutagen.easyid3 import EasyID3
|
|
3
|
+
from mutagen.mp3 import MP3
|
|
4
|
+
import pandas as pd
|
|
5
|
+
|
|
6
|
+
#Song file
|
|
7
|
+
file = 'iphone.mp3'
|
|
8
|
+
|
|
9
|
+
#Reading metadata
|
|
10
|
+
audio = MP3(file, ID3=EasyID3)
|
|
11
|
+
duration = round(audio.info.length, 2)
|
|
12
|
+
title = audio.get('title', [''])[0]
|
|
13
|
+
artist = audio.get('artist', [''])[0]
|
|
14
|
+
album = audio.get('album', [''])[0]
|
|
15
|
+
|
|
16
|
+
df = pd.DataFrame([{
|
|
17
|
+
'filename': file,
|
|
18
|
+
'title': title,
|
|
19
|
+
'artist': artist,
|
|
20
|
+
'album': album,
|
|
21
|
+
'duration (sec)': duration
|
|
22
|
+
}])
|
|
23
|
+
df.to_csv('horus_audio.csv', index=False)
|
|
24
|
+
print(df)
|
|
25
|
+
print("Audio to Horus file created")
|
djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/CSV_HORUS/CSV_horus.csv
ADDED
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
CountryName,alpha2,countryCallingCodes,ioc,currencies,languages,ccTLD,status
|
|
2
|
+
Afghanistan,AF,+93,AFG,AFN,pus,,assigned
|
|
3
|
+
Albania,AL,+355,ALB,ALL,alb,,assigned
|
|
4
|
+
Algeria,DZ,+213,ALG,DZD,ara,,assigned
|
|
5
|
+
American Samoa,AS,+1 684,ASA,USD,"eng,smo",,assigned
|
|
6
|
+
Andorra,AD,+376,AND,EUR,cat,,assigned
|
|
7
|
+
Angola,AO,+244,ANG,AOA,por,,assigned
|
|
8
|
+
Anguilla,AI,+1 264,,XCD,eng,,assigned
|
|
9
|
+
Antarctica,AQ,+672,,,,,assigned
|
|
10
|
+
Antigua And Barbuda,AG,+1 268,ANT,XCD,eng,,assigned
|
|
11
|
+
Argentina,AR,+54,ARG,ARS,spa,,assigned
|
|
12
|
+
Armenia,AM,+374,ARM,AMD,"arm,rus",,assigned
|
|
13
|
+
Aruba,AW,+297,ARU,AWG,dut,,assigned
|
|
14
|
+
Ascension Island,AC,+247,SHP,USD,eng,.ac,reserved
|
|
15
|
+
Australia,AU,+61,AUS,AUD,eng,,assigned
|
|
16
|
+
Austria,AT,+43,AUT,EUR,ger,,assigned
|
|
17
|
+
Azerbaijan,AZ,+994,AZE,AZN,aze,,assigned
|
|
18
|
+
Bahamas,BS,+1 242,BAH,BSD,eng,,assigned
|
|
19
|
+
Bahrain,BH,+973,BRN,BHD,ara,,assigned
|
|
20
|
+
Bangladesh,BD,+880,BAN,BDT,ben,,assigned
|
|
21
|
+
Barbados,BB,+1 246,BAR,BBD,eng,,assigned
|
|
22
|
+
Belarus,BY,+375,BLR,BYR,"bel,rus",,assigned
|
|
23
|
+
Belgium,BE,+32,BEL,EUR,"dut,fre,ger",,assigned
|
|
24
|
+
Belize,BZ,+501,BIZ,BZD,eng,,assigned
|
|
25
|
+
Benin,BJ,+229,BEN,XOF,fre,,assigned
|
|
26
|
+
Bermuda,BM,+1 441,BER,BMD,eng,,assigned
|
|
27
|
+
Bhutan,BT,+975,BHU,"INR,BTN",dzo,,assigned
|
|
28
|
+
"Bolivia, Plurinational State Of",BO,+591,BOL,"BOB,BOV","spa,aym,que",,assigned
|
|
29
|
+
"Bonaire, Saint Eustatius And Saba",BQ,+599,,USD,dut,,assigned
|
|
30
|
+
Bosnia & Herzegovina,BA,+387,BIH,BAM,"bos,cre,srp",,assigned
|
|
31
|
+
Botswana,BW,+267,BOT,BWP,"eng,tsn",,assigned
|
|
32
|
+
Bouvet Island,BV,,,NOK,,,assigned
|
|
33
|
+
Brazil,BR,+55,BRA,BRL,por,,assigned
|
|
34
|
+
British Indian Ocean Territory,IO,+246,,USD,eng,,assigned
|
|
35
|
+
Brunei Darussalam,BN,+673,BRU,BND,"may,eng",,assigned
|
|
36
|
+
Bulgaria,BG,+359,BUL,BGN,bul,,assigned
|
|
37
|
+
Burkina Faso,BF,+226,BUR,XOF,fre,,assigned
|
|
38
|
+
Burundi,BI,+257,BDI,BIF,fre,,assigned
|
|
39
|
+
Cabo Verde,CV,+238,CPV,CVE,por,,assigned
|
|
40
|
+
Cambodia,KH,+855,CAM,KHR,khm,,assigned
|
|
41
|
+
Cameroon,CM,+237,CMR,XAF,"eng,fre",,assigned
|
|
42
|
+
Canada,CA,+1,CAN,CAD,"eng,fre",,assigned
|
|
43
|
+
Canary Islands,IC,,,EUR,,,reserved
|
|
44
|
+
Cayman Islands,KY,+1 345,CAY,KYD,eng,,assigned
|
|
45
|
+
Central African Republic,CF,+236,CAF,XAF,"fre,sag",,assigned
|
|
46
|
+
"Ceuta, Mulilla",EA,,,EUR,,,reserved
|
|
47
|
+
Chad,TD,+235,CHA,XAF,"ara,fre",,assigned
|
|
48
|
+
Chile,CL,+56,CHI,"CLP,CLF",spa,,assigned
|
|
49
|
+
China,CN,+86,CHN,CNY,chi,,assigned
|
|
50
|
+
Christmas Island,CX,+61,,AUD,eng,,assigned
|
|
51
|
+
Clipperton Island,CP,,,EUR,,,reserved
|
|
52
|
+
Cocos (Keeling) Islands,CC,+61,,AUD,eng,,assigned
|
|
53
|
+
Colombia,CO,+57,COL,"COP,COU",spa,,assigned
|
|
54
|
+
Comoros,KM,+269,COM,KMF,"ara,fre",,assigned
|
|
55
|
+
Cook Islands,CK,+682,COK,NZD,"eng,mao",,assigned
|
|
56
|
+
Costa Rica,CR,+506,CRC,CRC,spa,,assigned
|
|
57
|
+
Cote d'Ivoire,CI,+225,CIV,XOF,fre,,assigned
|
|
58
|
+
Croatia,HR,+385,CRO,HRK,hrv,,assigned
|
|
59
|
+
Cuba,CU,+53,CUB,"CUP,CUC",spa,,assigned
|
|
60
|
+
Curacao,CW,+599,,ANG,dut,,assigned
|
|
61
|
+
Cyprus,CY,+357,CYP,EUR,"gre,tur",,assigned
|
|
62
|
+
Czech Republic,CZ,+420,CZE,CZK,cze,,assigned
|
|
63
|
+
Democratic Republic Of Congo,CD,+243,COD,CDF,"fre,lin,kon,swa",,assigned
|
|
64
|
+
Denmark,DK,+45,DEN,DKK,dan,,assigned
|
|
65
|
+
Diego Garcia,DG,,,USD,,,reserved
|
|
66
|
+
Djibouti,DJ,+253,DJI,DJF,"ara,fre",,assigned
|
|
67
|
+
Dominica,DM,+1 767,DMA,XCD,eng,,assigned
|
|
68
|
+
Dominican Republic,DO,"+1 809,+1 829,+1 849",DOM,DOP,spa,,assigned
|
|
69
|
+
East Timor,TL,+670,TLS,USD,por,,assigned
|
|
70
|
+
Ecuador,EC,+593,ECU,USD,"spa,que",,assigned
|
|
71
|
+
Egypt,EG,+20,EGY,EGP,ara,,assigned
|
|
72
|
+
El Salvador,SV,+503,ESA,USD,spa,,assigned
|
|
73
|
+
Equatorial Guinea,GQ,+240,GEQ,XAF,"spa,fre,por",,assigned
|
|
74
|
+
Eritrea,ER,+291,ERI,ERN,"eng,ara,tir",,assigned
|
|
75
|
+
Estonia,EE,+372,EST,EUR,est,,assigned
|
|
76
|
+
Ethiopia,ET,+251,ETH,ETB,amh,,assigned
|
|
77
|
+
European Union,EU,+388,,EUR,,.eu,reserved
|
|
78
|
+
Falkland Islands,FK,+500,,FKP,eng,,assigned
|
|
79
|
+
Faroe Islands,FO,+298,FAI,DKK,"fao,dan",,assigned
|
|
80
|
+
Fiji,FJ,+679,FIJ,FJD,"eng,fij",,assigned
|
|
81
|
+
Finland,FI,+358,FIN,EUR,"fin,swe",,assigned
|
|
82
|
+
France,FR,+33,FRA,EUR,fre,,assigned
|
|
83
|
+
"France, Metropolitan",FX,+241,,EUR,fre,,reserved
|
|
84
|
+
French Guiana,GF,+594,,EUR,fre,,assigned
|
|
85
|
+
French Polynesia,PF,+689,,XPF,fre,,assigned
|
|
86
|
+
French Southern Territories,TF,,,EUR,fre,,assigned
|
|
87
|
+
Gabon,GA,+241,GAB,XAF,fre,,assigned
|
|
88
|
+
Gambia,GM,+220,GAM,GMD,eng,,assigned
|
|
89
|
+
Georgia,GE,+995,GEO,GEL,geo,,assigned
|
|
90
|
+
Germany,DE,+49,GER,EUR,ger,,assigned
|
|
91
|
+
Ghana,GH,+233,GHA,GHS,eng,,assigned
|
|
92
|
+
Gibraltar,GI,+350,,GIP,eng,,assigned
|
|
93
|
+
Greece,GR,+30,GRE,EUR,gre,,assigned
|
|
94
|
+
Greenland,GL,+299,,DKK,kal,,assigned
|
|
95
|
+
Grenada,GD,+473,GRN,XCD,eng,,assigned
|
|
96
|
+
Guadeloupe,GP,+590,,EUR,fre,,assigned
|
|
97
|
+
Guam,GU,+1 671,GUM,USD,eng,,assigned
|
|
98
|
+
Guatemala,GT,+502,GUA,GTQ,spa,,assigned
|
|
99
|
+
Guernsey,GG,+44,GCI,GBP,fre,,assigned
|
|
100
|
+
Guinea,GN,+224,GUI,GNF,fre,,assigned
|
|
101
|
+
Guinea-bissau,GW,+245,GBS,XOF,por,,assigned
|
|
102
|
+
Guyana,GY,+592,GUY,GYD,eng,,assigned
|
|
103
|
+
Haiti,HT,+509,HAI,"HTG,USD","fre,hat",,assigned
|
|
104
|
+
Heard Island And McDonald Islands,HM,,,AUD,,,assigned
|
|
105
|
+
Honduras,HN,+504,HON,HNL,spa,,assigned
|
|
106
|
+
Hong Kong,HK,+852,HKG,HKD,"chi,eng",,assigned
|
|
107
|
+
Hungary,HU,+36,HUN,HUF,hun,,assigned
|
|
108
|
+
Iceland,IS,+354,ISL,ISK,ice,,assigned
|
|
109
|
+
India,IN,+91,IND,INR,"eng,hin",,assigned
|
|
110
|
+
Indonesia,ID,+62,INA,IDR,ind,,assigned
|
|
111
|
+
"Iran, Islamic Republic Of",IR,+98,IRI,IRR,per,,assigned
|
|
112
|
+
Iraq,IQ,+964,IRQ,IQD,"ara,kur",,assigned
|
|
113
|
+
Ireland,IE,+353,IRL,EUR,"eng,gle",,assigned
|
|
114
|
+
Isle Of Man,IM,+44,,GBP,"eng,glv",,assigned
|
|
115
|
+
Israel,IL,+972,ISR,ILS,"heb,ara,eng",,assigned
|
|
116
|
+
Italy,IT,+39,ITA,EUR,ita,,assigned
|
|
117
|
+
Jamaica,JM,+1 876,JAM,JMD,eng,,assigned
|
|
118
|
+
Japan,JP,+81,JPN,JPY,jpn,,assigned
|
|
119
|
+
Jersey,JE,+44,JCI,GBP,"eng,fre",,assigned
|
|
120
|
+
Jordan,JO,+962,JOR,JOD,ara,,assigned
|
|
121
|
+
Kazakhstan,KZ,"+7,+7 6,+7 7",KAZ,KZT,"kaz,rus",,assigned
|
|
122
|
+
Kenya,KE,+254,KEN,KES,"eng,swa",,assigned
|
|
123
|
+
Kiribati,KI,+686,KIR,AUD,eng,,assigned
|
|
124
|
+
"Korea, Democratic People's Republic Of",KP,+850,PRK,KPW,kor,,assigned
|
|
125
|
+
"Korea, Republic Of",KR,+82,KOR,KRW,kor,,assigned
|
|
126
|
+
Kuwait,KW,+965,KUW,KWD,ara,,assigned
|
|
127
|
+
Kyrgyzstan,KG,+996,KGZ,KGS,rus,,assigned
|
|
128
|
+
Lao People's Democratic Republic,LA,+856,LAO,LAK,lao,,assigned
|
|
129
|
+
Latvia,LV,+371,LAT,EUR,lav,,assigned
|
|
130
|
+
Lebanon,LB,+961,LIB,LBP,"ara,arm",,assigned
|
|
131
|
+
Lesotho,LS,+266,LES,"LSL,ZAR","eng,sot",,assigned
|
|
132
|
+
Liberia,LR,+231,LBR,LRD,eng,,assigned
|
|
133
|
+
Libya,LY,+218,LBA,LYD,ara,,assigned
|
|
134
|
+
Liechtenstein,LI,+423,LIE,CHF,ger,,assigned
|
|
135
|
+
Lithuania,LT,+370,LTU,EUR,lit,,assigned
|
|
136
|
+
Luxembourg,LU,+352,LUX,EUR,"fre,ger,ltz",,assigned
|
|
137
|
+
Macao,MO,+853,MAC,MOP,"chi,por",,assigned
|
|
138
|
+
"Macedonia, The Former Yugoslav Republic Of",MK,+389,MKD,MKD,mac,,assigned
|
|
139
|
+
Madagascar,MG,+261,MAD,MGA,"fre,mlg",,assigned
|
|
140
|
+
Malawi,MW,+265,MAW,MWK,"eng,nya",,assigned
|
|
141
|
+
Malaysia,MY,+60,MAS,MYR,"msa,eng",,assigned
|
|
142
|
+
Maldives,MV,+960,MDV,MVR,div,,assigned
|
|
143
|
+
Mali,ML,+223,MLI,XOF,fre,,assigned
|
|
144
|
+
Malta,MT,+356,MLT,EUR,"mlt,eng",,assigned
|
|
145
|
+
Marshall Islands,MH,+692,MHL,USD,"eng,mah",,assigned
|
|
146
|
+
Martinique,MQ,+596,,EUR,,,assigned
|
|
147
|
+
Mauritania,MR,+222,MTN,MRO,"ara,fre",,assigned
|
|
148
|
+
Mauritius,MU,+230,MRI,MUR,"eng,fre",,assigned
|
|
149
|
+
Mayotte,YT,+262,,EUR,fre,,assigned
|
|
150
|
+
Mexico,MX,+52,MEX,"MXN,MXV",spa,,assigned
|
|
151
|
+
"Micronesia, Federated States Of",FM,+691,,USD,eng,,assigned
|
|
152
|
+
Moldova,MD,+373,MDA,MDL,rum,,assigned
|
|
153
|
+
Monaco,MC,+377,MON,EUR,fre,,assigned
|
|
154
|
+
Mongolia,MN,+976,MGL,MNT,mon,,assigned
|
|
155
|
+
Montenegro,ME,+382,MNE,EUR,mot,,assigned
|
|
156
|
+
Montserrat,MS,+1 664,,XCD,,,assigned
|
|
157
|
+
Morocco,MA,+212,MAR,MAD,ara,,assigned
|
|
158
|
+
Mozambique,MZ,+258,MOZ,MZN,por,,assigned
|
|
159
|
+
Myanmar,MM,+95,MYA,MMK,bur,,assigned
|
|
160
|
+
Namibia,,+264,NAM,"NAD,ZAR",eng,,assigned
|
|
161
|
+
Nauru,NR,+674,NRU,AUD,"eng,nau",,assigned
|
|
162
|
+
Nepal,NP,+977,NEP,NPR,nep,,assigned
|
|
163
|
+
Netherlands,NL,+31,NED,EUR,dut,,assigned
|
|
164
|
+
New Caledonia,NC,+687,,XPF,fre,,assigned
|
|
165
|
+
New Zealand,NZ,+64,NZL,NZD,eng,,assigned
|
|
166
|
+
Nicaragua,NI,+505,NCA,NIO,spa,,assigned
|
|
167
|
+
Niger,NE,+227,NIG,XOF,fre,,assigned
|
|
168
|
+
Nigeria,NG,+234,NGR,NGN,eng,,assigned
|
|
169
|
+
Niue,NU,+683,,NZD,eng,,assigned
|
|
170
|
+
Norfolk Island,NF,+672,,AUD,eng,,assigned
|
|
171
|
+
Northern Mariana Islands,MP,+1 670,,USD,eng,,assigned
|
|
172
|
+
Norway,NO,+47,NOR,NOK,nor,,assigned
|
|
173
|
+
Oman,OM,+968,OMA,OMR,ara,,assigned
|
|
174
|
+
Pakistan,PK,+92,PAK,PKR,"urd,eng",,assigned
|
|
175
|
+
Palau,PW,+680,PLW,USD,eng,,assigned
|
|
176
|
+
"Palestinian Territory, Occupied",PS,+970,PLE,"JOD,EGP,ILS",ara,,assigned
|
|
177
|
+
Panama,PA,+507,PAN,"PAB,USD",spa,,assigned
|
|
178
|
+
Papua New Guinea,PG,+675,PNG,PGK,eng,,assigned
|
|
179
|
+
Paraguay,PY,+595,PAR,PYG,spa,,assigned
|
|
180
|
+
Peru,PE,+51,PER,PEN,"spa,aym,que",,assigned
|
|
181
|
+
Philippines,PH,+63,PHI,PHP,eng,,assigned
|
|
182
|
+
Pitcairn,PN,+872,,NZD,eng,,assigned
|
|
183
|
+
Poland,PL,+48,POL,PLN,pol,,assigned
|
|
184
|
+
Portugal,PT,+351,POR,EUR,por,,assigned
|
|
185
|
+
Puerto Rico,PR,"+1 787,+1 939",PUR,USD,"spa,eng",,assigned
|
|
186
|
+
Qatar,QA,+974,QAT,QAR,ara,,assigned
|
|
187
|
+
Republic Of Congo,CG,+242,CGO,XAF,"fre,lin",,assigned
|
|
188
|
+
Reunion,RE,+262,,EUR,fre,,assigned
|
|
189
|
+
Romania,RO,+40,ROU,RON,rum,,assigned
|
|
190
|
+
Russian Federation,RU,"+7,+7 3,+7 4,+7 8",RUS,RUB,rus,,assigned
|
|
191
|
+
Rwanda,RW,+250,RWA,RWF,"eng,fre,kin",,assigned
|
|
192
|
+
Saint Barthélemy,BL,+590,,EUR,fre,,assigned
|
|
193
|
+
"Saint Helena, Ascension And Tristan Da Cunha",SH,+290,,SHP,eng,,assigned
|
|
194
|
+
Saint Kitts And Nevis,KN,+1 869,SKN,XCD,eng,,assigned
|
|
195
|
+
Saint Lucia,LC,+1 758,LCA,XCD,eng,,assigned
|
|
196
|
+
Saint Martin,MF,+590,,EUR,fre,,assigned
|
|
197
|
+
Saint Pierre And Miquelon,PM,+508,,EUR,eng,,assigned
|
|
198
|
+
Saint Vincent And The Grenadines,VC,+1 784,VIN,XCD,eng,,assigned
|
|
199
|
+
Samoa,WS,+685,SAM,WST,"eng,smo",,assigned
|
|
200
|
+
San Marino,SM,+378,SMR,EUR,ita,,assigned
|
|
201
|
+
Saudi Arabia,SA,+966,KSA,SAR,ara,,assigned
|
|
202
|
+
Senegal,SN,+221,SEN,XOF,fre,,assigned
|
|
203
|
+
Serbia,RS,+381,SRB,RSD,srp,,assigned
|
|
204
|
+
Seychelles,SC,+248,SEY,SCR,"eng,fre",,assigned
|
|
205
|
+
Sierra Leone,SL,+232,SLE,SLL,eng,,assigned
|
|
206
|
+
Singapore,SG,+65,SIN,SGD,"eng,chi,may,tam",,assigned
|
|
207
|
+
Sint Maarten,SX,+1 721,,ANG,dut,,assigned
|
|
208
|
+
Slovakia,SK,+421,SVK,EUR,slo,,assigned
|
|
209
|
+
Slovenia,SI,+386,SLO,EUR,slv,,assigned
|
|
210
|
+
Solomon Islands,SB,+677,SOL,SBD,eng,,assigned
|
|
211
|
+
Somalia,SO,+252,SOM,SOS,som,,assigned
|
|
212
|
+
South Africa,ZA,+27,RSA,ZAR,"afr,eng,nbl,som,tso,ven,xho,zul",,assigned
|
|
213
|
+
South Georgia And The South Sandwich Islands,GS,,,GBP,eng,,assigned
|
|
214
|
+
South Sudan,SS,+211,,SSP,eng,.ss,assigned
|
|
215
|
+
Spain,ES,+34,ESP,EUR,spa,,assigned
|
|
216
|
+
Sri Lanka,LK,+94,SRI,LKR,"sin,tam",,assigned
|
|
217
|
+
Sudan,SD,+249,SUD,SDG,"ara,eng",,assigned
|
|
218
|
+
Suriname,SR,+597,SUR,SRD,dut,,assigned
|
|
219
|
+
Svalbard And Jan Mayen,SJ,+47,,NOK,,,assigned
|
|
220
|
+
Swaziland,SZ,+268,SWZ,SZL,"eng,ssw",,assigned
|
|
221
|
+
Sweden,SE,+46,SWE,SEK,swe,,assigned
|
|
222
|
+
Switzerland,CH,+41,SUI,"CHF,CHE,CHW","ger,fre,ita,roh",,assigned
|
|
223
|
+
Syrian Arab Republic,SY,+963,SYR,SYP,ara,,assigned
|
|
224
|
+
São Tomé and PrÃncipe,ST,+239,STP,STD,por,,assigned
|
|
225
|
+
"Taiwan, Province Of China",TW,+886,TPE,TWD,chi,,assigned
|
|
226
|
+
Tajikistan,TJ,+992,TJK,TJS,"tgk,rus",,assigned
|
|
227
|
+
"Tanzania, United Republic Of",TZ,+255,TAN,TZS,"swa,eng",,assigned
|
|
228
|
+
Thailand,TH,+66,THA,THB,tha,,assigned
|
|
229
|
+
Togo,TG,+228,TOG,XOF,fre,,assigned
|
|
230
|
+
Tokelau,TK,+690,,NZD,eng,,assigned
|
|
231
|
+
Tonga,TO,+676,TGA,TOP,eng,,assigned
|
|
232
|
+
Trinidad And Tobago,TT,+1 868,TRI,TTD,eng,,assigned
|
|
233
|
+
Tristan de Cunha,TA,+290,,GBP,,,reserved
|
|
234
|
+
Tunisia,TN,+216,TUN,TND,ara,,assigned
|
|
235
|
+
Turkey,TR,+90,TUR,TRY,tur,,assigned
|
|
236
|
+
Turkmenistan,TM,+993,TKM,TMT,"tuk,rus",,assigned
|
|
237
|
+
Turks And Caicos Islands,TC,+1 649,,USD,eng,,assigned
|
|
238
|
+
Tuvalu,TV,+688,TUV,AUD,eng,,assigned
|
|
239
|
+
USSR,SU,,,RUB,rus,.su,reserved
|
|
240
|
+
Uganda,UG,+256,UGA,UGX,"eng,swa",,assigned
|
|
241
|
+
Ukraine,UA,+380,UKR,UAH,"ukr,rus",,assigned
|
|
242
|
+
United Arab Emirates,AE,+971,UAE,AED,ara,,assigned
|
|
243
|
+
United Kingdom,GB,+44,GBR,GBP,"eng,cor,gle,gla,wel",,assigned
|
|
244
|
+
United Kingdom,UK,,,GBP,"eng,cor,gle,gla,wel",.uk,reserved
|
|
245
|
+
United States,US,+1,USA,USD,eng,,assigned
|
|
246
|
+
United States Minor Outlying Islands,UM,+1,,USD,eng,,assigned
|
|
247
|
+
Uruguay,UY,+598,URU,"UYU,UYI",spa,,assigned
|
|
248
|
+
Uzbekistan,UZ,+998,UZB,UZS,"uzb,rus",,assigned
|
|
249
|
+
Vanuatu,VU,+678,VAN,VUV,"bis,eng,fre",,assigned
|
|
250
|
+
Vatican City State,VA,"+379,+39",,EUR,ita,,assigned
|
|
251
|
+
"Venezuela, Bolivarian Republic Of",VE,+58,VEN,VEF,spa,,assigned
|
|
252
|
+
Viet Nam,VN,+84,VIE,VND,vie,,assigned
|
|
253
|
+
Virgin Islands (British),VG,+1 284,ISV,USD,eng,,assigned
|
|
254
|
+
Virgin Islands (US),VI,+1 340,ISV,USD,eng,,assigned
|
|
255
|
+
Wallis And Futuna,WF,+681,,XPF,fre,,assigned
|
|
256
|
+
Western Sahara,EH,+212,,MAD,,,assigned
|
|
257
|
+
Yemen,YE,+967,YEM,YER,ara,,assigned
|
|
258
|
+
Zambia,ZM,+260,ZAM,ZMW,eng,,assigned
|
|
259
|
+
Zimbabwe,ZW,+263,ZIM,"USD,ZAR,BWP,GBP,EUR","eng,sna,nde",,assigned
|
|
260
|
+
Ã
land Islands,AX,+358,,EUR,swe,,assigned
|
djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/CSV_HORUS/countries.csv
ADDED
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
"name","alpha2","countryCallingCodes","alpha3","ioc","currencies","languages","ccTLD","status"
|
|
2
|
+
"Ascension Island","AC","+247","","SHP","USD","eng",".ac","reserved"
|
|
3
|
+
"Andorra","AD","+376","AND","AND","EUR","cat","","assigned"
|
|
4
|
+
"United Arab Emirates","AE","+971","ARE","UAE","AED","ara","","assigned"
|
|
5
|
+
"Afghanistan","AF","+93","AFG","AFG","AFN","pus","","assigned"
|
|
6
|
+
"Antigua And Barbuda","AG","+1 268","ATG","ANT","XCD","eng","","assigned"
|
|
7
|
+
"Anguilla","AI","+1 264","AIA","","XCD","eng","","assigned"
|
|
8
|
+
"Albania","AL","+355","ALB","ALB","ALL","alb","","assigned"
|
|
9
|
+
"Armenia","AM","+374","ARM","ARM","AMD","arm,rus","","assigned"
|
|
10
|
+
"Angola","AO","+244","AGO","ANG","AOA","por","","assigned"
|
|
11
|
+
"Antarctica","AQ","+672","ATA","","","","","assigned"
|
|
12
|
+
"Argentina","AR","+54","ARG","ARG","ARS","spa","","assigned"
|
|
13
|
+
"American Samoa","AS","+1 684","ASM","ASA","USD","eng,smo","","assigned"
|
|
14
|
+
"Austria","AT","+43","AUT","AUT","EUR","ger","","assigned"
|
|
15
|
+
"Australia","AU","+61","AUS","AUS","AUD","eng","","assigned"
|
|
16
|
+
"Aruba","AW","+297","ABW","ARU","AWG","dut","","assigned"
|
|
17
|
+
"Åland Islands","AX","+358","ALA","","EUR","swe","","assigned"
|
|
18
|
+
"Azerbaijan","AZ","+994","AZE","AZE","AZN","aze","","assigned"
|
|
19
|
+
"Bosnia & Herzegovina","BA","+387","BIH","BIH","BAM","bos,cre,srp","","assigned"
|
|
20
|
+
"Barbados","BB","+1 246","BRB","BAR","BBD","eng","","assigned"
|
|
21
|
+
"Bangladesh","BD","+880","BGD","BAN","BDT","ben","","assigned"
|
|
22
|
+
"Belgium","BE","+32","BEL","BEL","EUR","dut,fre,ger","","assigned"
|
|
23
|
+
"Burkina Faso","BF","+226","BFA","BUR","XOF","fre","","assigned"
|
|
24
|
+
"Bulgaria","BG","+359","BGR","BUL","BGN","bul","","assigned"
|
|
25
|
+
"Bahrain","BH","+973","BHR","BRN","BHD","ara","","assigned"
|
|
26
|
+
"Burundi","BI","+257","BDI","BDI","BIF","fre","","assigned"
|
|
27
|
+
"Benin","BJ","+229","BEN","BEN","XOF","fre","","assigned"
|
|
28
|
+
"Saint Barthélemy","BL","+590","BLM","","EUR","fre","","assigned"
|
|
29
|
+
"Bermuda","BM","+1 441","BMU","BER","BMD","eng","","assigned"
|
|
30
|
+
"Brunei Darussalam","BN","+673","BRN","BRU","BND","may,eng","","assigned"
|
|
31
|
+
"Bolivia, Plurinational State Of","BO","+591","BOL","BOL","BOB,BOV","spa,aym,que","","assigned"
|
|
32
|
+
"Bonaire, Saint Eustatius And Saba","BQ","+599","BES","","USD","dut","","assigned"
|
|
33
|
+
"Brazil","BR","+55","BRA","BRA","BRL","por","","assigned"
|
|
34
|
+
"Bahamas","BS","+1 242","BHS","BAH","BSD","eng","","assigned"
|
|
35
|
+
"Bhutan","BT","+975","BTN","BHU","INR,BTN","dzo","","assigned"
|
|
36
|
+
"Bouvet Island","BV","","BVT","","NOK","","","assigned"
|
|
37
|
+
"Botswana","BW","+267","BWA","BOT","BWP","eng,tsn","","assigned"
|
|
38
|
+
"Belarus","BY","+375","BLR","BLR","BYR","bel,rus","","assigned"
|
|
39
|
+
"Belize","BZ","+501","BLZ","BIZ","BZD","eng","","assigned"
|
|
40
|
+
"Canada","CA","+1","CAN","CAN","CAD","eng,fre","","assigned"
|
|
41
|
+
"Cocos (Keeling) Islands","CC","+61","CCK","","AUD","eng","","assigned"
|
|
42
|
+
"Democratic Republic Of Congo","CD","+243","COD","COD","CDF","fre,lin,kon,swa","","assigned"
|
|
43
|
+
"Central African Republic","CF","+236","CAF","CAF","XAF","fre,sag","","assigned"
|
|
44
|
+
"Republic Of Congo","CG","+242","COG","CGO","XAF","fre,lin","","assigned"
|
|
45
|
+
"Switzerland","CH","+41","CHE","SUI","CHF,CHE,CHW","ger,fre,ita,roh","","assigned"
|
|
46
|
+
"Cote d'Ivoire","CI","+225","CIV","CIV","XOF","fre","","assigned"
|
|
47
|
+
"Cook Islands","CK","+682","COK","COK","NZD","eng,mao","","assigned"
|
|
48
|
+
"Chile","CL","+56","CHL","CHI","CLP,CLF","spa","","assigned"
|
|
49
|
+
"Cameroon","CM","+237","CMR","CMR","XAF","eng,fre","","assigned"
|
|
50
|
+
"China","CN","+86","CHN","CHN","CNY","chi","","assigned"
|
|
51
|
+
"Colombia","CO","+57","COL","COL","COP,COU","spa","","assigned"
|
|
52
|
+
"Clipperton Island","CP","","","","EUR","","","reserved"
|
|
53
|
+
"Costa Rica","CR","+506","CRI","CRC","CRC","spa","","assigned"
|
|
54
|
+
"Cuba","CU","+53","CUB","CUB","CUP,CUC","spa","","assigned"
|
|
55
|
+
"Cabo Verde","CV","+238","CPV","CPV","CVE","por","","assigned"
|
|
56
|
+
"Curacao","CW","+599","CUW","","ANG","dut","","assigned"
|
|
57
|
+
"Christmas Island","CX","+61","CXR","","AUD","eng","","assigned"
|
|
58
|
+
"Cyprus","CY","+357","CYP","CYP","EUR","gre,tur","","assigned"
|
|
59
|
+
"Czech Republic","CZ","+420","CZE","CZE","CZK","cze","","assigned"
|
|
60
|
+
"Germany","DE","+49","DEU","GER","EUR","ger","","assigned"
|
|
61
|
+
"Diego Garcia","DG","","","","USD","","","reserved"
|
|
62
|
+
"Djibouti","DJ","+253","DJI","DJI","DJF","ara,fre","","assigned"
|
|
63
|
+
"Denmark","DK","+45","DNK","DEN","DKK","dan","","assigned"
|
|
64
|
+
"Dominica","DM","+1 767","DMA","DMA","XCD","eng","","assigned"
|
|
65
|
+
"Dominican Republic","DO","+1 809,+1 829,+1 849","DOM","DOM","DOP","spa","","assigned"
|
|
66
|
+
"Algeria","DZ","+213","DZA","ALG","DZD","ara","","assigned"
|
|
67
|
+
"Ceuta, Mulilla","EA","","","","EUR","","","reserved"
|
|
68
|
+
"Ecuador","EC","+593","ECU","ECU","USD","spa,que","","assigned"
|
|
69
|
+
"Estonia","EE","+372","EST","EST","EUR","est","","assigned"
|
|
70
|
+
"Egypt","EG","+20","EGY","EGY","EGP","ara","","assigned"
|
|
71
|
+
"Western Sahara","EH","+212","ESH","","MAD","","","assigned"
|
|
72
|
+
"Eritrea","ER","+291","ERI","ERI","ERN","eng,ara,tir","","assigned"
|
|
73
|
+
"Spain","ES","+34","ESP","ESP","EUR","spa","","assigned"
|
|
74
|
+
"Ethiopia","ET","+251","ETH","ETH","ETB","amh","","assigned"
|
|
75
|
+
"European Union","EU","+388","","","EUR","",".eu","reserved"
|
|
76
|
+
"Finland","FI","+358","FIN","FIN","EUR","fin,swe","","assigned"
|
|
77
|
+
"Fiji","FJ","+679","FJI","FIJ","FJD","eng,fij","","assigned"
|
|
78
|
+
"Falkland Islands","FK","+500","FLK","","FKP","eng","","assigned"
|
|
79
|
+
"Micronesia, Federated States Of","FM","+691","FSM","","USD","eng","","assigned"
|
|
80
|
+
"Faroe Islands","FO","+298","FRO","FAI","DKK","fao,dan","","assigned"
|
|
81
|
+
"France","FR","+33","FRA","FRA","EUR","fre","","assigned"
|
|
82
|
+
"France, Metropolitan","FX","+241","","","EUR","fre","","reserved"
|
|
83
|
+
"Gabon","GA","+241","GAB","GAB","XAF","fre","","assigned"
|
|
84
|
+
"United Kingdom","GB","+44","GBR","GBR","GBP","eng,cor,gle,gla,wel","","assigned"
|
|
85
|
+
"Grenada","GD","+473","GRD","GRN","XCD","eng","","assigned"
|
|
86
|
+
"Georgia","GE","+995","GEO","GEO","GEL","geo","","assigned"
|
|
87
|
+
"French Guiana","GF","+594","GUF","","EUR","fre","","assigned"
|
|
88
|
+
"Guernsey","GG","+44","GGY","GCI","GBP","fre","","assigned"
|
|
89
|
+
"Ghana","GH","+233","GHA","GHA","GHS","eng","","assigned"
|
|
90
|
+
"Gibraltar","GI","+350","GIB","","GIP","eng","","assigned"
|
|
91
|
+
"Greenland","GL","+299","GRL","","DKK","kal","","assigned"
|
|
92
|
+
"Gambia","GM","+220","GMB","GAM","GMD","eng","","assigned"
|
|
93
|
+
"Guinea","GN","+224","GIN","GUI","GNF","fre","","assigned"
|
|
94
|
+
"Guadeloupe","GP","+590","GLP","","EUR","fre","","assigned"
|
|
95
|
+
"Equatorial Guinea","GQ","+240","GNQ","GEQ","XAF","spa,fre,por","","assigned"
|
|
96
|
+
"Greece","GR","+30","GRC","GRE","EUR","gre","","assigned"
|
|
97
|
+
"South Georgia And The South Sandwich Islands","GS","","SGS","","GBP","eng","","assigned"
|
|
98
|
+
"Guatemala","GT","+502","GTM","GUA","GTQ","spa","","assigned"
|
|
99
|
+
"Guam","GU","+1 671","GUM","GUM","USD","eng","","assigned"
|
|
100
|
+
"Guinea-bissau","GW","+245","GNB","GBS","XOF","por","","assigned"
|
|
101
|
+
"Guyana","GY","+592","GUY","GUY","GYD","eng","","assigned"
|
|
102
|
+
"Hong Kong","HK","+852","HKG","HKG","HKD","chi,eng","","assigned"
|
|
103
|
+
"Heard Island And McDonald Islands","HM","","HMD","","AUD","","","assigned"
|
|
104
|
+
"Honduras","HN","+504","HND","HON","HNL","spa","","assigned"
|
|
105
|
+
"Croatia","HR","+385","HRV","CRO","HRK","hrv","","assigned"
|
|
106
|
+
"Haiti","HT","+509","HTI","HAI","HTG,USD","fre,hat","","assigned"
|
|
107
|
+
"Hungary","HU","+36","HUN","HUN","HUF","hun","","assigned"
|
|
108
|
+
"Canary Islands","IC","","","","EUR","","","reserved"
|
|
109
|
+
"Indonesia","ID","+62","IDN","INA","IDR","ind","","assigned"
|
|
110
|
+
"Ireland","IE","+353","IRL","IRL","EUR","eng,gle","","assigned"
|
|
111
|
+
"Israel","IL","+972","ISR","ISR","ILS","heb,ara,eng","","assigned"
|
|
112
|
+
"Isle Of Man","IM","+44","IMN","","GBP","eng,glv","","assigned"
|
|
113
|
+
"India","IN","+91","IND","IND","INR","eng,hin","","assigned"
|
|
114
|
+
"British Indian Ocean Territory","IO","+246","IOT","","USD","eng","","assigned"
|
|
115
|
+
"Iraq","IQ","+964","IRQ","IRQ","IQD","ara,kur","","assigned"
|
|
116
|
+
"Iran, Islamic Republic Of","IR","+98","IRN","IRI","IRR","per","","assigned"
|
|
117
|
+
"Iceland","IS","+354","ISL","ISL","ISK","ice","","assigned"
|
|
118
|
+
"Italy","IT","+39","ITA","ITA","EUR","ita","","assigned"
|
|
119
|
+
"Jersey","JE","+44","JEY","JCI","GBP","eng,fre","","assigned"
|
|
120
|
+
"Jamaica","JM","+1 876","JAM","JAM","JMD","eng","","assigned"
|
|
121
|
+
"Jordan","JO","+962","JOR","JOR","JOD","ara","","assigned"
|
|
122
|
+
"Japan","JP","+81","JPN","JPN","JPY","jpn","","assigned"
|
|
123
|
+
"Kenya","KE","+254","KEN","KEN","KES","eng,swa","","assigned"
|
|
124
|
+
"Kyrgyzstan","KG","+996","KGZ","KGZ","KGS","rus","","assigned"
|
|
125
|
+
"Cambodia","KH","+855","KHM","CAM","KHR","khm","","assigned"
|
|
126
|
+
"Kiribati","KI","+686","KIR","KIR","AUD","eng","","assigned"
|
|
127
|
+
"Comoros","KM","+269","COM","COM","KMF","ara,fre","","assigned"
|
|
128
|
+
"Saint Kitts And Nevis","KN","+1 869","KNA","SKN","XCD","eng","","assigned"
|
|
129
|
+
"Korea, Democratic People's Republic Of","KP","+850","PRK","PRK","KPW","kor","","assigned"
|
|
130
|
+
"Korea, Republic Of","KR","+82","KOR","KOR","KRW","kor","","assigned"
|
|
131
|
+
"Kuwait","KW","+965","KWT","KUW","KWD","ara","","assigned"
|
|
132
|
+
"Cayman Islands","KY","+1 345","CYM","CAY","KYD","eng","","assigned"
|
|
133
|
+
"Kazakhstan","KZ","+7,+7 6,+7 7","KAZ","KAZ","KZT","kaz,rus","","assigned"
|
|
134
|
+
"Lao People's Democratic Republic","LA","+856","LAO","LAO","LAK","lao","","assigned"
|
|
135
|
+
"Lebanon","LB","+961","LBN","LIB","LBP","ara,arm","","assigned"
|
|
136
|
+
"Saint Lucia","LC","+1 758","LCA","LCA","XCD","eng","","assigned"
|
|
137
|
+
"Liechtenstein","LI","+423","LIE","LIE","CHF","ger","","assigned"
|
|
138
|
+
"Sri Lanka","LK","+94","LKA","SRI","LKR","sin,tam","","assigned"
|
|
139
|
+
"Liberia","LR","+231","LBR","LBR","LRD","eng","","assigned"
|
|
140
|
+
"Lesotho","LS","+266","LSO","LES","LSL,ZAR","eng,sot","","assigned"
|
|
141
|
+
"Lithuania","LT","+370","LTU","LTU","EUR","lit","","assigned"
|
|
142
|
+
"Luxembourg","LU","+352","LUX","LUX","EUR","fre,ger,ltz","","assigned"
|
|
143
|
+
"Latvia","LV","+371","LVA","LAT","EUR","lav","","assigned"
|
|
144
|
+
"Libya","LY","+218","LBY","LBA","LYD","ara","","assigned"
|
|
145
|
+
"Morocco","MA","+212","MAR","MAR","MAD","ara","","assigned"
|
|
146
|
+
"Monaco","MC","+377","MCO","MON","EUR","fre","","assigned"
|
|
147
|
+
"Moldova","MD","+373","MDA","MDA","MDL","rum","","assigned"
|
|
148
|
+
"Montenegro","ME","+382","MNE","MNE","EUR","mot","","assigned"
|
|
149
|
+
"Saint Martin","MF","+590","MAF","","EUR","fre","","assigned"
|
|
150
|
+
"Madagascar","MG","+261","MDG","MAD","MGA","fre,mlg","","assigned"
|
|
151
|
+
"Marshall Islands","MH","+692","MHL","MHL","USD","eng,mah","","assigned"
|
|
152
|
+
"Macedonia, The Former Yugoslav Republic Of","MK","+389","MKD","MKD","MKD","mac","","assigned"
|
|
153
|
+
"Mali","ML","+223","MLI","MLI","XOF","fre","","assigned"
|
|
154
|
+
"Myanmar","MM","+95","MMR","MYA","MMK","bur","","assigned"
|
|
155
|
+
"Mongolia","MN","+976","MNG","MGL","MNT","mon","","assigned"
|
|
156
|
+
"Macao","MO","+853","MAC","MAC","MOP","chi,por","","assigned"
|
|
157
|
+
"Northern Mariana Islands","MP","+1 670","MNP","","USD","eng","","assigned"
|
|
158
|
+
"Martinique","MQ","+596","MTQ","","EUR","","","assigned"
|
|
159
|
+
"Mauritania","MR","+222","MRT","MTN","MRO","ara,fre","","assigned"
|
|
160
|
+
"Montserrat","MS","+1 664","MSR","","XCD","","","assigned"
|
|
161
|
+
"Malta","MT","+356","MLT","MLT","EUR","mlt,eng","","assigned"
|
|
162
|
+
"Mauritius","MU","+230","MUS","MRI","MUR","eng,fre","","assigned"
|
|
163
|
+
"Maldives","MV","+960","MDV","MDV","MVR","div","","assigned"
|
|
164
|
+
"Malawi","MW","+265","MWI","MAW","MWK","eng,nya","","assigned"
|
|
165
|
+
"Mexico","MX","+52","MEX","MEX","MXN,MXV","spa","","assigned"
|
|
166
|
+
"Malaysia","MY","+60","MYS","MAS","MYR","msa,eng","","assigned"
|
|
167
|
+
"Mozambique","MZ","+258","MOZ","MOZ","MZN","por","","assigned"
|
|
168
|
+
"Namibia","NA","+264","NAM","NAM","NAD,ZAR","eng","","assigned"
|
|
169
|
+
"New Caledonia","NC","+687","NCL","","XPF","fre","","assigned"
|
|
170
|
+
"Niger","NE","+227","NER","NIG","XOF","fre","","assigned"
|
|
171
|
+
"Norfolk Island","NF","+672","NFK","","AUD","eng","","assigned"
|
|
172
|
+
"Nigeria","NG","+234","NGA","NGR","NGN","eng","","assigned"
|
|
173
|
+
"Nicaragua","NI","+505","NIC","NCA","NIO","spa","","assigned"
|
|
174
|
+
"Netherlands","NL","+31","NLD","NED","EUR","dut","","assigned"
|
|
175
|
+
"Norway","NO","+47","NOR","NOR","NOK","nor","","assigned"
|
|
176
|
+
"Nepal","NP","+977","NPL","NEP","NPR","nep","","assigned"
|
|
177
|
+
"Nauru","NR","+674","NRU","NRU","AUD","eng,nau","","assigned"
|
|
178
|
+
"Niue","NU","+683","NIU","","NZD","eng","","assigned"
|
|
179
|
+
"New Zealand","NZ","+64","NZL","NZL","NZD","eng","","assigned"
|
|
180
|
+
"Oman","OM","+968","OMN","OMA","OMR","ara","","assigned"
|
|
181
|
+
"Panama","PA","+507","PAN","PAN","PAB,USD","spa","","assigned"
|
|
182
|
+
"Peru","PE","+51","PER","PER","PEN","spa,aym,que","","assigned"
|
|
183
|
+
"French Polynesia","PF","+689","PYF","","XPF","fre","","assigned"
|
|
184
|
+
"Papua New Guinea","PG","+675","PNG","PNG","PGK","eng","","assigned"
|
|
185
|
+
"Philippines","PH","+63","PHL","PHI","PHP","eng","","assigned"
|
|
186
|
+
"Pakistan","PK","+92","PAK","PAK","PKR","urd,eng","","assigned"
|
|
187
|
+
"Poland","PL","+48","POL","POL","PLN","pol","","assigned"
|
|
188
|
+
"Saint Pierre And Miquelon","PM","+508","SPM","","EUR","eng","","assigned"
|
|
189
|
+
"Pitcairn","PN","+872","PCN","","NZD","eng","","assigned"
|
|
190
|
+
"Puerto Rico","PR","+1 787,+1 939","PRI","PUR","USD","spa,eng","","assigned"
|
|
191
|
+
"Palestinian Territory, Occupied","PS","+970","PSE","PLE","JOD,EGP,ILS","ara","","assigned"
|
|
192
|
+
"Portugal","PT","+351","PRT","POR","EUR","por","","assigned"
|
|
193
|
+
"Palau","PW","+680","PLW","PLW","USD","eng","","assigned"
|
|
194
|
+
"Paraguay","PY","+595","PRY","PAR","PYG","spa","","assigned"
|
|
195
|
+
"Qatar","QA","+974","QAT","QAT","QAR","ara","","assigned"
|
|
196
|
+
"Reunion","RE","+262","REU","","EUR","fre","","assigned"
|
|
197
|
+
"Romania","RO","+40","ROU","ROU","RON","rum","","assigned"
|
|
198
|
+
"Serbia","RS","+381","SRB","SRB","RSD","srp","","assigned"
|
|
199
|
+
"Russian Federation","RU","+7,+7 3,+7 4,+7 8","RUS","RUS","RUB","rus","","assigned"
|
|
200
|
+
"Rwanda","RW","+250","RWA","RWA","RWF","eng,fre,kin","","assigned"
|
|
201
|
+
"Saudi Arabia","SA","+966","SAU","KSA","SAR","ara","","assigned"
|
|
202
|
+
"Solomon Islands","SB","+677","SLB","SOL","SBD","eng","","assigned"
|
|
203
|
+
"Seychelles","SC","+248","SYC","SEY","SCR","eng,fre","","assigned"
|
|
204
|
+
"Sudan","SD","+249","SDN","SUD","SDG","ara,eng","","assigned"
|
|
205
|
+
"Sweden","SE","+46","SWE","SWE","SEK","swe","","assigned"
|
|
206
|
+
"Singapore","SG","+65","SGP","SIN","SGD","eng,chi,may,tam","","assigned"
|
|
207
|
+
"Saint Helena, Ascension And Tristan Da Cunha","SH","+290","SHN","","SHP","eng","","assigned"
|
|
208
|
+
"Slovenia","SI","+386","SVN","SLO","EUR","slv","","assigned"
|
|
209
|
+
"Svalbard And Jan Mayen","SJ","+47","SJM","","NOK","","","assigned"
|
|
210
|
+
"Slovakia","SK","+421","SVK","SVK","EUR","slo","","assigned"
|
|
211
|
+
"Sierra Leone","SL","+232","SLE","SLE","SLL","eng","","assigned"
|
|
212
|
+
"San Marino","SM","+378","SMR","SMR","EUR","ita","","assigned"
|
|
213
|
+
"Senegal","SN","+221","SEN","SEN","XOF","fre","","assigned"
|
|
214
|
+
"Somalia","SO","+252","SOM","SOM","SOS","som","","assigned"
|
|
215
|
+
"Suriname","SR","+597","SUR","SUR","SRD","dut","","assigned"
|
|
216
|
+
"South Sudan","SS","+211","SSD","","SSP","eng",".ss","assigned"
|
|
217
|
+
"São Tomé and Príncipe","ST","+239","STP","STP","STD","por","","assigned"
|
|
218
|
+
"USSR","SU","","","","RUB","rus",".su","reserved"
|
|
219
|
+
"El Salvador","SV","+503","SLV","ESA","USD","spa","","assigned"
|
|
220
|
+
"Sint Maarten","SX","+1 721","SXM","","ANG","dut","","assigned"
|
|
221
|
+
"Syrian Arab Republic","SY","+963","SYR","SYR","SYP","ara","","assigned"
|
|
222
|
+
"Swaziland","SZ","+268","SWZ","SWZ","SZL","eng,ssw","","assigned"
|
|
223
|
+
"Turks And Caicos Islands","TC","+1 649","TCA","","USD","eng","","assigned"
|
|
224
|
+
"Tristan de Cunha","TA","+290","","","GBP","","","reserved"
|
|
225
|
+
"Chad","TD","+235","TCD","CHA","XAF","ara,fre","","assigned"
|
|
226
|
+
"French Southern Territories","TF","","ATF","","EUR","fre","","assigned"
|
|
227
|
+
"Togo","TG","+228","TGO","TOG","XOF","fre","","assigned"
|
|
228
|
+
"Thailand","TH","+66","THA","THA","THB","tha","","assigned"
|
|
229
|
+
"Tajikistan","TJ","+992","TJK","TJK","TJS","tgk,rus","","assigned"
|
|
230
|
+
"Tokelau","TK","+690","TKL","","NZD","eng","","assigned"
|
|
231
|
+
"East Timor","TL","+670","TLS","TLS","USD","por","","assigned"
|
|
232
|
+
"Turkmenistan","TM","+993","TKM","TKM","TMT","tuk,rus","","assigned"
|
|
233
|
+
"Tunisia","TN","+216","TUN","TUN","TND","ara","","assigned"
|
|
234
|
+
"Tonga","TO","+676","TON","TGA","TOP","eng","","assigned"
|
|
235
|
+
"Turkey","TR","+90","TUR","TUR","TRY","tur","","assigned"
|
|
236
|
+
"Trinidad And Tobago","TT","+1 868","TTO","TRI","TTD","eng","","assigned"
|
|
237
|
+
"Tuvalu","TV","+688","TUV","TUV","AUD","eng","","assigned"
|
|
238
|
+
"Taiwan, Province Of China","TW","+886","TWN","TPE","TWD","chi","","assigned"
|
|
239
|
+
"Tanzania, United Republic Of","TZ","+255","TZA","TAN","TZS","swa,eng","","assigned"
|
|
240
|
+
"Ukraine","UA","+380","UKR","UKR","UAH","ukr,rus","","assigned"
|
|
241
|
+
"Uganda","UG","+256","UGA","UGA","UGX","eng,swa","","assigned"
|
|
242
|
+
"United States Minor Outlying Islands","UM","+1","UMI","","USD","eng","","assigned"
|
|
243
|
+
"United Kingdom","UK","","","","GBP","eng,cor,gle,gla,wel",".uk","reserved"
|
|
244
|
+
"United States","US","+1","USA","USA","USD","eng","","assigned"
|
|
245
|
+
"Uruguay","UY","+598","URY","URU","UYU,UYI","spa","","assigned"
|
|
246
|
+
"Uzbekistan","UZ","+998","UZB","UZB","UZS","uzb,rus","","assigned"
|
|
247
|
+
"Vatican City State","VA","+379,+39","VAT","","EUR","ita","","assigned"
|
|
248
|
+
"Saint Vincent And The Grenadines","VC","+1 784","VCT","VIN","XCD","eng","","assigned"
|
|
249
|
+
"Venezuela, Bolivarian Republic Of","VE","+58","VEN","VEN","VEF","spa","","assigned"
|
|
250
|
+
"Virgin Islands (British)","VG","+1 284","VGB","ISV","USD","eng","","assigned"
|
|
251
|
+
"Virgin Islands (US)","VI","+1 340","VIR","ISV","USD","eng","","assigned"
|
|
252
|
+
"Viet Nam","VN","+84","VNM","VIE","VND","vie","","assigned"
|
|
253
|
+
"Vanuatu","VU","+678","VUT","VAN","VUV","bis,eng,fre","","assigned"
|
|
254
|
+
"Wallis And Futuna","WF","+681","WLF","","XPF","fre","","assigned"
|
|
255
|
+
"Samoa","WS","+685","WSM","SAM","WST","eng,smo","","assigned"
|
|
256
|
+
"Yemen","YE","+967","YEM","YEM","YER","ara","","assigned"
|
|
257
|
+
"Mayotte","YT","+262","MYT","","EUR","fre","","assigned"
|
|
258
|
+
"South Africa","ZA","+27","ZAF","RSA","ZAR","afr,eng,nbl,som,tso,ven,xho,zul","","assigned"
|
|
259
|
+
"Zambia","ZM","+260","ZMB","ZAM","ZMW","eng","","assigned"
|
|
260
|
+
"Zimbabwe","ZW","+263","ZWE","ZIM","USD,ZAR,BWP,GBP,EUR","eng,sna,nde","","assigned"
|
djpractlelo-0.1.4/DjPractLelo/resources/data_science/VKHCG Practs/Practical2/CSV_HORUS/prac2A.py
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
print("Text delimited CSV to HORUS format.")
|
|
3
|
+
import pandas as pd
|
|
4
|
+
|
|
5
|
+
inputfile="countries.csv"
|
|
6
|
+
myfile= pd.read_csv(inputfile,encoding="latin-1")
|
|
7
|
+
|
|
8
|
+
print(myfile)
|
|
9
|
+
|
|
10
|
+
Pdata=myfile
|
|
11
|
+
|
|
12
|
+
# Remove columns
|
|
13
|
+
Pdata.drop('alpha3',axis=1,inplace=True)
|
|
14
|
+
|
|
15
|
+
#Rename column name
|
|
16
|
+
Pdata.rename(columns={'name':'CountryName'},inplace=True)
|
|
17
|
+
|
|
18
|
+
# Sort data by CountryName
|
|
19
|
+
Pdata.sort_values('CountryName',axis=0,ascending=True,inplace=True)
|
|
20
|
+
print("Sorted Data Is")
|
|
21
|
+
print(Pdata)
|
|
22
|
+
|
|
23
|
+
Output=Pdata
|
|
24
|
+
OutputFile ="CSV_horus.csv"
|
|
25
|
+
Output.to_csv(OutputFile,index = False)
|
|
26
|
+
print('CSV to HORUS - Done')
|
|
27
|
+
|
|
28
|
+
|