diff --git a/qfmts_extended.jsonl b/qfmts_extended.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..274491fba83e3c1d6500d797b6ac6d3d28b7f81e --- /dev/null +++ b/qfmts_extended.jsonl @@ -0,0 +1,3871 @@ +{"question": "Return the characters for actors, ordered by age descending.", "answer": {"columns": ["Character"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Alf Stewart"], ["Lou Carpenter"], ["Irene Roberts"], ["Sally Fletcher"], ["Karl Kennedy"], ["Susan Kennedy"], ["Toadfish Rebecchi"], ["Harold Bishop"], ["Paul Robinson"]]}, "table_names": "['actor']", "table_image_ids": ["TableImg_4aw98_9.png"], "original_data_index": 0} +{"question": "Show the total number of rooms of the apartments in the building with short name \"Columbus Square\".", "answer": {"columns": ["sum(T2.room_count)"], "index": [0], "data": [[29]]}, "table_names": "['Apartment_Buildings', 'Apartments']", "table_image_ids": ["TableImg_V3qlw_15.png", "TableImg_3ta08_15.png"], "original_data_index": 1} +{"question": "Find the market shares and names of furnitures which no any company is producing in our records.", "answer": {"columns": ["Market_Rate", "Name"], "index": [0, 1], "data": [[3.5, "Bench"], [2.0, "Four-poster bed"]]}, "table_names": "['furniture', 'furniture_manufacte']", "table_image_ids": ["TableImg_7liht_7.png", "TableImg_8wacz_5.png"], "original_data_index": 2} +{"question": "Find all the name of documents without any sections.", "answer": {"columns": ["document_name"], "index": [0, 1, 2, 3], "data": [["Learning Database"], ["How to cook pasta"], ["Humanity: a fact"], ["Life about Claude Monet"]]}, "table_names": "['Documents', 'Document_Sections']", "table_image_ids": ["TableImg_Me1rh_15.png", "TableImg_2gpea_15.png"], "original_data_index": 3} +{"question": "Who is the nominee who has been nominated for the most musicals?", "answer": {"columns": ["Nominee"], "index": [0], "data": [["Bob Fosse"]]}, "table_names": "['musical']", "table_image_ids": ["TableImg_B5uao_7.png"], "original_data_index": 4} +{"question": "How many customers don't have an account?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[8]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_79jig_15.png", "TableImg_Fnpoa_15.png"], "original_data_index": 5} +{"question": "Count the number of different characteristic names the product 'cumin' has.", "answer": {"columns": ["count(DISTINCT t3.characteristic_name)"], "index": [0], "data": [[2]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Ie0zn_15.png", "TableImg_Ufx4d_15.png", "TableImg_0v8ul_15.png"], "original_data_index": 6} +{"question": "Find the number of clubs where \"Tracy Kim\" is a member.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Dlxjk_34.png", "TableImg_A1x3z_4.png", "TableImg_Dlpxg_4.png"], "original_data_index": 7} +{"question": "Find the name of the most popular party form.", "answer": {"columns": ["form_name"], "index": [0], "data": [["Marriage Certificate"]]}, "table_names": "['Forms', 'Party_Forms']", "table_image_ids": ["TableImg_2logd_6.png", "TableImg_Bymes_13.png"], "original_data_index": 8} +{"question": "What are the id of each employee and the number of document destruction authorised by that employee?", "answer": {"columns": ["Destruction_Authorised_by_Employee_ID", "count(*)"], "index": [0, 1, 2, 3, 4, 5], "data": [[30, 1], [38, 1], [55, 3], [123, 1], [156, 2], [183, 3]]}, "table_names": "['Documents_to_be_Destroyed']", "table_image_ids": ["TableImg_Ddt3b_11.png"], "original_data_index": 9} +{"question": "What are dates of birth of all the guests whose gender is \"Male\"?", "answer": {"columns": ["date_of_birth"], "index": [0, 1, 2], "data": [["1995-11-04 07:09:57"], ["2015-02-03 23:34:13"], ["1983-08-26 15:45:08"]]}, "table_names": "['Guests']", "table_image_ids": ["TableImg_3oej1_15.png"], "original_data_index": 10} +{"question": "Show different locations of railways along with the corresponding number of railways at each location.", "answer": {"columns": ["Location", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Barrow Hill", 2], ["Basingstoke", 1], ["Bo'ness", 1], ["Bressingham", 2], ["Shildon", 1], ["Swindon", 1], ["Toddington", 1], ["York", 1]]}, "table_names": "['railway']", "table_image_ids": ["TableImg_08t2m_10.png"], "original_data_index": 11} +{"question": "What are the countries that participated in both friendly and tournament type competitions?", "answer": {"columns": ["Country"], "index": [0], "data": [["Russia"]]}, "table_names": "['competition']", "table_image_ids": ["TableImg_E929m_11.png"], "original_data_index": 12} +{"question": "Find the states of the colleges that have students in the tryout who played in striker position.", "answer": {"columns": ["state"], "index": [0], "data": [["FL"]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_1i07j_4.png", "TableImg_Tptel_6.png"], "original_data_index": 13} +{"question": "Find papers whose second author has last name \"Turon\" and is affiliated with an institution in the country \"USA\".", "answer": {"columns": ["title"], "index": [0], "data": [["Functional Pearl: Modular Rollback through Control Logging"]]}, "table_names": "['Inst', 'Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_66vck_8.png", "TableImg_91o3w_13.png", "TableImg_Xbyzn_7.png", "TableImg_Gfa3e_14.png"], "original_data_index": 14} +{"question": "Show ids for the faculty members who don't advise any student.", "answer": {"columns": ["FacID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39], "data": [[1082], [1172], [1177], [1193], [1823], [2028], [2119], [2291], [2738], [2881], [3457], [4230], [4432], [6112], [6182], [6191], [6330], [6541], [6910], [6925], [7231], [7506], [8102], [8114], [8118], [8122], [8791], [8989], [9011], [9191], [9199], [9210], [9379], [9514], [9643], [9811], [9823], [9824], [9826], [9922]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_90mw8_34.png", "TableImg_Lckwf_58.png"], "original_data_index": 15} +{"question": "What is id of the staff who had a Staff Department Assignment earlier than any Clerical Staff?", "answer": {"columns": ["staff_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [[5], [10], [1], [8], [15], [2], [9], [8], [6], [6], [8], [12], [7], [2]]}, "table_names": "['Staff', 'Staff_Department_Assignments']", "table_image_ids": ["TableImg_S6xxm_15.png", "TableImg_588j1_15.png"], "original_data_index": 16} +{"question": "What are the ages of all music artists?", "answer": {"columns": ["Age"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[34], [35], [22], [18], [35], [27], [49]]}, "table_names": "['artist']", "table_image_ids": ["TableImg_37ywo_7.png"], "original_data_index": 17} +{"question": "What are the employee ids of employees who report to Payam, and what are their salaries?", "answer": {"columns": ["EMPLOYEE_ID", "SALARY"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[133, 3300], [134, 2900], [135, 2400], [136, 2200], [188, 3800], [189, 3600], [190, 2900], [191, 2500]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_2v7tk_107.png"], "original_data_index": 18} +{"question": "What are the ids of the students who are under 20 years old and are involved in at least one activity.", "answer": {"columns": ["stuid"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "data": [[1001], [1002], [1006], [1007], [1009], [1010], [1014], [1015], [1016], [1019], [1021], [1022], [1024], [1025], [1029], [1033], [1034]]}, "table_names": "['Participates_in', 'Student']", "table_image_ids": ["TableImg_95jud_70.png", "TableImg_5oqrq_34.png"], "original_data_index": 19} +{"question": "What are the names and parties of representatives?", "answer": {"columns": ["Name", "Party"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Dan Quayle", "Republican"], ["John Quayle", "Democratic"], ["Al Quie", "Republican"], ["James M. Quigley", "Democratic"], ["Jimmy Quillen", "Republican"], ["Jack Quinn", "Republican"], ["James L. Quinn", "Democratic"]]}, "table_names": "['representative']", "table_image_ids": ["TableImg_I28wy_7.png"], "original_data_index": 20} +{"question": "How many times has the student Linda Smith visited Subway?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Student', 'Restaurant', 'Visits_Restaurant']", "table_image_ids": ["TableImg_X9cwj_34.png", "TableImg_5qiok_2.png", "TableImg_44v75_2.png"], "original_data_index": 21} +{"question": "Find the tourist attractions that have parking or shopping as their feature details. What are the names of the attractions?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["US museum"], ["cafe"], ["exploration trial"], ["flying elephant"], ["fun games"], ["impressions de France"], ["jungle cruise"], ["parking"], ["presidents hall"]]}, "table_names": "['Features', 'Tourist_Attractions', 'Tourist_Attraction_Features']", "table_image_ids": ["TableImg_Pxavl_5.png", "TableImg_Qa5zc_15.png", "TableImg_Ownmr_18.png"], "original_data_index": 22} +{"question": "How many coaches does each club has? List the club id, name and the number of coaches.", "answer": {"columns": ["Club_ID", "Club_name", "count(*)"], "index": [0, 1], "data": [[1, "AIK", 3], [3, "Djurg\u00c3\u00a5rdens IF", 2]]}, "table_names": "['club', 'coach']", "table_image_ids": ["TableImg_Sr6l6_6.png", "TableImg_Tybfw_5.png"], "original_data_index": 23} +{"question": "Which department has the highest average instructor salary?", "answer": {"columns": ["dept_name"], "index": [0], "data": [["Physics"]]}, "table_names": "['instructor']", "table_image_ids": ["TableImg_Q33lj_50.png"], "original_data_index": 24} +{"question": "Which party has the largest number of delegates?", "answer": {"columns": ["Party"], "index": [0], "data": [["Democratic"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_Moyoo_7.png", "TableImg_U2z44_8.png"], "original_data_index": 25} +{"question": "Find the products which have problems reported by both Lacey Bosco and Kenton Champlin?", "answer": {"columns": ["product_name"], "index": [0], "data": [["yellow"]]}, "table_names": "['Product', 'Staff', 'Problems']", "table_image_ids": ["TableImg_L0zu6_15.png", "TableImg_X0vih_15.png", "TableImg_Zvv6i_15.png"], "original_data_index": 26} +{"question": "What are the names of the all-female dorms?", "answer": {"columns": ["dorm_name"], "index": [0], "data": [["Anonymous Donor Hall"]]}, "table_names": "['Dorm']", "table_image_ids": ["TableImg_V3otu_7.png"], "original_data_index": 27} +{"question": "List the project details of the projects which did not hire any staff for a researcher role.", "answer": {"columns": ["project_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["porro"], ["sint"], ["deserunt"], ["consectetur"], ["omnis"], ["non"], ["beatae"], ["dolorem"]]}, "table_names": "['Project_Staff', 'Projects']", "table_image_ids": ["TableImg_S5bmx_15.png", "TableImg_Ju3fn_15.png"], "original_data_index": 28} +{"question": "What is the most common amenity in the dorms?", "answer": {"columns": ["amenity_name"], "index": [0], "data": [["Roof"]]}, "table_names": "['Dorm_amenity', 'Has_amenity']", "table_image_ids": ["TableImg_C7qup_12.png", "TableImg_Uvij3_40.png"], "original_data_index": 29} +{"question": "What are the first and last names of people who payed more than the rooms' base prices?", "answer": {"columns": ["FirstName", "LastName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185], "data": [["MARKITA", "CARISTO"], ["ROY", "SWEAZY"], ["WILLY", "ZULLO"], ["MARCELINA", "ESPINO"], ["SHERILYN", "HAVIS"], ["LORITA", "HARDINA"], ["ROBERT", "BURBANK"], ["EMILIA", "FEYLER"], ["LANNY", "COSTON"], ["CHARISSA", "MAASCH"], ["RASHAD", "BEALLE"], ["ODIS", "ENDLER"], ["MORGAN", "FERENCE"], ["QUENTIN", "RUBY"], ["RICKEY", "GALOW"], ["TODD", "PANARELLO"], ["JEFFEREY", "ARNDELL"], ["EMILY", "LAURY"], ["CODY", "EERKES"], ["CLIFTON", "WORKINGER"], ["DORINE", "VORWERK"], ["REGENIA", "HOTELLING"], ["JENISE", "SANDLER"], ["STEPHEN", "PLYMEL"], ["BRAIN", "CASAGRANDA"], ["ERICH", "VANNAMAN"], ["KERRI", "MECHLING"], ["FRANCISCO", "BOSE"], ["MACY", "SIDDELL"], ["HOYT", "SCHUL"], ["GRANT", "KNERIEN"], ["RASHAD", "CONSTABLE"], ["ROMEO", "NOWLEY"], ["PIERRE", "CANDON"], ["ERYN", "BAUGUESS"], ["ELVINA", "GRONDAHL"], ["TIMMY", "WESTRUM"], ["CLAYTON", "HARDYMAN"], ["CLAUDIE", "YAPLE"], ["FLORENTINO", "SHOULDER"], ["MILLIE", "KABZINSKI"], ["RICKIE", "DEININGER"], ["MITZIE", "VANDERSCHAEGE"], ["IVA", "STUART"], ["KEELY", "RIMAR"], ["QUIANA", "RUPE"], ["HERBERT", "FRYDAY"], ["DELORSE", "JAHALY"], ["MARGARITO", "QUISPE"], ["TROY", "MASSER"], ["ADELAIDE", "ZIEBARTH"], ["JACKIE", "EADER"], ["MELODY", "RUSSO"], ["ELOISA", "FOLGER"], ["RHETT", "YONKERS"], ["ALLEN", "GABBETT"], ["YAN", "SINGERMAN"], ["MONTE", "BOUGIE"], ["CATHERIN", "KUDRON"], ["EDIE", "ECKERT"], ["JORDON", "FORESTA"], ["BYRON", "HORELICK"], ["DELPHIA", "HERZING"], ["ELLAN", "ANA"], ["LENA", "LEDOUX"], ["GEARLDINE", "STRINGFELLOW"], ["ALYSIA", "HOTARD"], ["EBONY", "BORROMEO"], ["HYACINTH", "BEAMON"], ["CLAIR", "ZAVADOSKI"], ["WYNELL", "WICKLIN"], ["SHERRILL", "HALBERSTAM"], ["ROBERTO", "PULOS"], ["REGAN", "GATTSHALL"], ["NIKKI", "VELIE"], ["CRISTIE", "GARCES"], ["DARIUS", "HULETTE"], ["ELANA", "ZEPEDA"], ["RAYMUNDO", "SUSMILCH"], ["ELMIRA", "ATTEBURG"], ["GARRY", "YOKUM"], ["WOODROW", "BRINAR"], ["SON", "LORENZANO"], ["JERROD", "WISWELL"], ["VIRGIL", "ALLENDE"], ["BEN", "FIGUROA"], ["DIONNA", "MULE"], ["ERYN", "BAUGUESS"], ["DUSTY", "BASSI"], ["ROCKY", "BRICKEL"], ["HARRISON", "INGUARDSEN"], ["TRICIA", "KLIGER"], ["RHEA", "ABAJA"], ["GLENNIS", "ROTHMAN"], ["ALDO", "OULETTE"], ["EMERY", "VOLANTE"], ["MERLE", "COASTER"], ["ROBBY", "RICHARD"], ["NATHANAEL", "HARTFORD"], ["BO", "DURAN"], ["JULIO", "GRULKEY"], ["LARITA", "SLONE"], ["AUNDREA", "EASTLING"], ["RODERICK", "BRODOWSKI"], ["BROOKS", "WAEGNER"], ["INGRID", "TROKEY"], ["PORTER", "LELEUX"], ["WINFRED", "RATTANA"], ["ADAM", "COVERT"], ["LANDON", "SCARLES"], ["TEODORO", "MAURER"], ["PABLO", "VIPPERMAN"], ["RAMONA", "ALLAIRE"], ["LATRISHA", "FROEHNER"], ["SOL", "GUEDESSE"], ["OLYMPIA", "ALBROUGH"], ["DAN", "DELGUIDICE"], ["ABBEY", "ALBERO"], ["MERIDETH", "KU"], ["CLINT", "BONIOL"], ["KATTIE", "FLEURILUS"], ["DUSTY", "MAEDA"], ["REINALDO", "MUHLESTEIN"], ["FELIPE", "DINUNZIO"], ["MODESTO", "TOWBER"], ["BRIGIDA", "MIKEL"], ["RUSSELL", "GOODHUE"], ["BEV", "WEINLAND"], ["ALEXIS", "FINEFROCK"], ["BENTON", "AKHTAR"], ["BOB", "KOHS"], ["SANDA", "SAILORS"], ["EBONY", "BORROMEO"], ["JESSIE", "JAHR"], ["JULIANA", "HONEYWELL"], ["HERB", "CRACE"], ["JERROD", "WISWELL"], ["HERBERT", "FRANC"], ["CODY", "DISHAW"], ["EUSEBIO", "WIDOWSKI"], ["JESS", "TORNQUIST"], ["ARON", "KEBEDE"], ["ARTHUR", "MCNEELEY"], ["HOUSTON", "WAGERS"], ["MAURICIO", "KLEIMAN"], ["FREDRICK", "PFEUFFER"], ["GIUSEPPE", "DEVEY"], ["SHAWANDA", "ALWINE"], ["ELMIRA", "ATTEBURG"], ["DOUGLASS", "KLAVETTER"], ["ALEIDA", "MCCULLARS"], ["MYRA", "LOTTO"], ["GARY", "NEUBECKER"], ["LYLA", "GIANOPULOS"], ["DARON", "RAUGHT"], ["ERWIN", "EMIGHOLZ"], ["SELINA", "RANAUDO"], ["CLARINDA", "SHUTTERS"], ["ISAAC", "HELKE"], ["DANNETTE", "SCHWEITZ"], ["DESPINA", "MARKWORTH"], ["ROXANE", "GIOVANINI"], ["EFRAIN", "GISSLER"], ["TERRY", "FANZO"], ["SAM", "LIBBERTON"], ["JULI", "RENDLEMAN"], ["JEWEL", "BRISENDINE"], ["TOVA", "LIESTMAN"], ["SILVIA", "PENCEK"], ["ELKE", "PELLOWSKI"], ["PAMELIA", "KOLP"], ["NELL", "DEBARDELABEN"], ["AUGUST", "SHERRANGE"], ["JEANMARIE", "LABAT"], ["DENNY", "PERRINO"], ["CHUNG", "ZINDEL"], ["NANCI", "FIGLIOLI"], ["NEVILLE", "SCHLESSELMAN"], ["ANGLA", "OCHS"], ["MARCIA", "WIXOM"], ["PHIL", "MELVE"], ["JOEY", "BALCOM"], ["KRIS", "MORAWSKI"], ["THOMASINE", "MAIDENS"], ["ALLEN", "ROSSEY"], ["LEROY", "SCHOENING"]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_H5bk8_10.png", "TableImg_2vmq2_600.png"], "original_data_index": 30} +{"question": "What are the names of players who train between 500 and 1500 hours?", "answer": {"columns": ["pName"], "index": [0, 1], "data": [["Andrew"], ["Eddie"]]}, "table_names": "['Player']", "table_image_ids": ["TableImg_Krhgd_6.png"], "original_data_index": 31} +{"question": "Find the number of distinct stages in claim processing.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Claims_Processing_Stages']", "table_image_ids": ["TableImg_Vot0i_2.png"], "original_data_index": 32} +{"question": "Which customers have both \"On Road\" and \"Shipped\" as order status? List the customer ids.", "answer": {"columns": ["customer_id"], "index": [0], "data": [[2]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_G96rq_15.png", "TableImg_Voh51_15.png"], "original_data_index": 33} +{"question": "What are the medicine and trade names that cannot interact with the enzyme with the product 'Heme'?", "answer": {"columns": ["name", "Trade_Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["Amisulpride", "Solian"], ["Aripiprazole", "Abilify"], ["Asenapine", "Saphris"], ["Blonanserin", "Lonasen"], ["Carpipramine", "Prazinil"], ["Clocapramine", "Clofekton"], ["Clozapine", "Clozaril"], ["Iloperidone", "Fanapt"], ["Lurasidone", "Latuda"], ["Melperone", "Buronil"], ["Mosapramine", "Cremin"], ["Olanzapine", "Zyprexa"], ["Paliperidone", "Invega"], ["Perospirone", "Lullan"], ["Quetiapine", "Seroquel"], ["Remoxipride", "Roxiam"], ["Risperidone", "Risperdal"], ["Sertindole", "Serdolect"], ["Sulpiride", "Sulpirid"], ["Zotepine", "Nipolept"]]}, "table_names": "['medicine', 'enzyme', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_J0xki_21.png", "TableImg_39k0z_8.png", "TableImg_Zev97_19.png"], "original_data_index": 34} +{"question": "What is the description of the most popular role among users that have logged in?", "answer": {"columns": ["role_description"], "index": [0], "data": [["Database Administrator"]]}, "table_names": "['Roles', 'Users']", "table_image_ids": ["TableImg_Pakx0_2.png", "TableImg_Ngu4n_15.png"], "original_data_index": 35} +{"question": "Which marketing region has the most drama workshop groups? Give me the region code.", "answer": {"columns": ["Marketing_Region_Code"], "index": [0], "data": [["RU"]]}, "table_names": "['Drama_Workshop_Groups']", "table_image_ids": ["TableImg_63aop_15.png"], "original_data_index": 36} +{"question": "What are the minimum and maximum membership amounts for all branches that either opened in 2011 or are located in London?", "answer": {"columns": ["min(membership_amount)", "max(membership_amount)"], "index": [0], "data": [["11", "91"]]}, "table_names": "['branch']", "table_image_ids": ["TableImg_0967i_8.png"], "original_data_index": 37} +{"question": "What is the name of the nurse has the most appointments?", "answer": {"columns": ["Name"], "index": [0], "data": [["Carla Espinosa"]]}, "table_names": "['Nurse', 'Appointment']", "table_image_ids": ["TableImg_3vw6t_3.png", "TableImg_Ztuk0_9.png"], "original_data_index": 38} +{"question": "Show the name of storms which don't have affected region in record.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Two"], ["Six"], ["Seven"], ["Eight"], ["Nine"], ["9 cyclones"]]}, "table_names": "['storm', 'affected_region']", "table_image_ids": ["TableImg_X9qnx_10.png", "TableImg_Kk49n_6.png"], "original_data_index": 39} +{"question": "What are the names of the directors who created a movie with a 5 star rating, and what was the name of those movies?", "answer": {"columns": ["director", "title"], "index": [0, 1], "data": [[null, "Snow White"], ["James Cameron", "Avatar"]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_234qx_8.png", "TableImg_Y75pu_14.png"], "original_data_index": 40} +{"question": "What are names and savings balances of the three accounts with the highest savings balances?", "answer": {"columns": ["name", "balance"], "index": [0, 1, 2], "data": [["Wang", 999999999.0], ["O'mahony", 230000.0], ["Brown", 200000.0]]}, "table_names": "['ACCOUNTS', 'SAVINGS']", "table_image_ids": ["TableImg_Vruxz_7.png", "TableImg_Af1ho_6.png"], "original_data_index": 41} +{"question": "What are the last names of the author of the paper titled \"Binders Unbound\"?", "answer": {"columns": ["lname"], "index": [0, 1, 2], "data": [["Weirich"], ["Yorgey"], ["Sheard"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Xc136_13.png", "TableImg_Pd5k9_7.png", "TableImg_R9njs_14.png"], "original_data_index": 42} +{"question": "Show all member names and registered branch names sorted by register year.", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Jeremy Jarmon", "Alexandre"], ["Myron Pryor", "Zytogorski"], ["Ventrell Jenkins", "Alexandre"], ["Braxton Kelley", "Cochrane"], ["Johnny Williams", "Popert"], ["Trevard Lindley", "Brooke Greville"], ["Corey Peters", "Alexandre"], ["Micah Johnson", "Taverner"]]}, "table_names": "['member', 'branch', 'membership_register_branch']", "table_image_ids": ["TableImg_R1qhz_10.png", "TableImg_8aiim_8.png", "TableImg_Yn7qm_8.png"], "original_data_index": 43} +{"question": "What are the nations that have more than two ships?", "answer": {"columns": ["Nationality"], "index": [0, 1], "data": [["United Kingdom"], ["United States"]]}, "table_names": "['ship']", "table_image_ids": ["TableImg_W2fdn_8.png"], "original_data_index": 44} +{"question": "Which customers use \"Cash\" for payment method? Return the customer names.", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3], "data": [["Dr. Julia Wuckert MD"], ["Maudie Kertzmann"], ["Kitty Padberg III"], ["Prof. Ibrahim Bashirian"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Tb5g1_15.png"], "original_data_index": 45} +{"question": "For each player, show the team and the location of school they belong to.", "answer": {"columns": ["Team", "Location"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "data": [["Tampa Bay Devil Rays", "Milsons Point"], ["Pittsburgh Pirates", "Hornsby"], ["Kansas City Royals", "Milsons Point"], ["Baltimore Orioles", "Milsons Point"], ["San Francisco Giants", "Hornsby"], ["Florida Marlins", "Hornsby"], ["Cincinnati Reds", "Milsons Point"], ["Chicago White Sox", "Milsons Point"], ["Washington Nationals", "Milsons Point"], ["Houston Astros", "Milsons Point"], ["Texas Rangers", "Milsons Point"], ["Oakland Athletics", "Hornsby"], ["St. Louis Cardinals", "Summer Hill"], ["Minnesota Twins", "Waverley"], ["Los Angeles Dodgers", "Milsons Point"], ["Milwaukee Brewers", "Milsons Point"], ["Toronto Blue Jays", "Milsons Point"], ["New York Mets", "Wahroonga"], ["Chicago Cubs", "Wahroonga"], ["Seattle Mariners", "Wahroonga"], ["Detroit Tigers", "Bellevue Hill"], ["New York Mets", "Summer Hill"], ["San Diego Padres", "Summer Hill"]]}, "table_names": "['school', 'player']", "table_image_ids": ["TableImg_Et64o_6.png", "TableImg_Vrema_23.png"], "original_data_index": 46} +{"question": "What is the average and largest salary of all employees?", "answer": {"columns": ["avg(salary)", "max(salary)"], "index": [0], "data": [[109915.3870967742, 289950]]}, "table_names": "['employee']", "table_image_ids": ["TableImg_Onjo2_31.png"], "original_data_index": 47} +{"question": "How many vehicles exist?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Vehicles']", "table_image_ids": ["TableImg_Y4h0s_3.png"], "original_data_index": 48} +{"question": "Show the card type codes and the number of transactions.", "answer": {"columns": ["card_type_code", "count(*)"], "index": [0, 1], "data": [["Credit", 7], ["Debit", 8]]}, "table_names": "['Customers_Cards', 'Financial_Transactions']", "table_image_ids": ["TableImg_3yc08_15.png", "TableImg_Bs5yb_15.png"], "original_data_index": 49} +{"question": "Which students participate in both Canoeing and Kayaking as their activities? Tell me their student ids.", "answer": {"columns": ["stuid"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "data": [[1001], [1002], [1003], [1004], [1005], [1006], [1007], [1008], [1009], [1010], [1011], [1012], [1014], [1015], [1016], [1017], [1018], [1019], [1020], [1021], [1022], [1023], [1024], [1025], [1028], [1029], [1030], [1033], [1034], [1035]]}, "table_names": "['Activity', 'Participates_in']", "table_image_ids": ["TableImg_W7mqw_16.png", "TableImg_Xkpl2_70.png"], "original_data_index": 50} +{"question": "Find the starting date and ending data in location for the document named \"Robin CV\".", "answer": {"columns": ["Date_in_Location_From", "Date_in_Locaton_To"], "index": [0], "data": [["2017-01-06 23:17:22", "2008-06-08 12:45:38"]]}, "table_names": "['All_Documents', 'Document_Locations']", "table_image_ids": ["TableImg_6loz3_15.png", "TableImg_S0dbv_15.png"], "original_data_index": 51} +{"question": "For each county, find the name of the county and the number of delegates from that county.", "answer": {"columns": ["County_name", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["Howard", 3], ["Baltimore County", 2], ["Colony", 2], ["Mansfield", 1]]}, "table_names": "['county', 'election']", "table_image_ids": ["TableImg_Hx4yy_5.png", "TableImg_Veftt_8.png"], "original_data_index": 52} +{"question": "Which directors had a movie both in the year 1999 and 2000?", "answer": {"columns": ["Director"], "index": [0], "data": [["Anthony Hickox"]]}, "table_names": "['movie']", "table_image_ids": ["TableImg_Ow6lp_10.png"], "original_data_index": 53} +{"question": "For each denomination, return the denomination and the count of schools with that denomination.", "answer": {"columns": ["Denomination", "COUNT(*)"], "index": [0, 1, 2], "data": [["Anglican", 3], ["Catholic", 2], ["Uniting Church", 1]]}, "table_names": "['school']", "table_image_ids": ["TableImg_5v6b7_6.png"], "original_data_index": 54} +{"question": "Return the name of the youngest captain.", "answer": {"columns": ["Name"], "index": [0], "data": [["Captain Henry Dumaresq"]]}, "table_names": "['captain']", "table_image_ids": ["TableImg_5s4xh_7.png"], "original_data_index": 55} +{"question": "What are the names of the ships that are from either the US or the UK?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Corbridge"], ["Farringford"], ["Dromonby"], ["Author"], ["Trader"], ["Ariadne"], ["Appam"], ["Clan McTavish"]]}, "table_names": "['ship']", "table_image_ids": ["TableImg_D50qm_8.png"], "original_data_index": 56} +{"question": "Find the name and hours of the students whose tryout decision is yes.", "answer": {"columns": ["pName", "HS"], "index": [0, 1], "data": [["Andrew", 1200], ["Blake", 1600]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_5bty8_6.png", "TableImg_Mdwqh_6.png"], "original_data_index": 57} +{"question": "Retrieve the open and close dates of all the policies associated with the customer whose name contains \"Diana\"", "answer": {"columns": ["Date_Opened", "Date_Closed"], "index": [0, 1], "data": [["2017-01-09", "2018-03-08"], ["2016-06-24", "2018-02-22"]]}, "table_names": "['Customers', 'Customers_Policies']", "table_image_ids": ["TableImg_I3upm_15.png", "TableImg_Hldqf_14.png"], "original_data_index": 58} +{"question": "For each airport name, how many routes start at that airport, ordered from most to least?", "answer": {"columns": ["count(*)", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157], "data": [[915, "Hartsfield Jackson Atlanta International Airport"], [558, "Chicago O'Hare International Airport"], [535, "Beijing Capital International Airport"], [525, "London Heathrow Airport"], [524, "Charles de Gaulle International Airport"], [497, "Frankfurt am Main International Airport"], [492, "Los Angeles International Airport"], [469, "Dallas Fort Worth International Airport"], [456, "John F Kennedy International Airport"], [453, "Amsterdam Airport Schiphol"], [411, "Shanghai Pudong International Airport"], [405, "Singapore Changi Airport"], [391, "Barcelona International Airport"], [370, "Incheon International Airport"], [368, "Miami International Airport"], [368, "Munich International Airport"], [361, "Denver International Airport"], [356, "Atat\u00c3\u00bcrk International Airport"], [356, "London Gatwick Airport"], [354, "Chek Lap Kok International Airport"], [352, "Dubai International Airport"], [337, "Guangzhou Baiyun International Airport"], [336, "Manchester Airport"], [331, "Leonardo da Vinci\u00e2\u0080\u0093Fiumicino Airport"], [330, "Adolfo Su\u00c3\u00a1rez Madrid\u00e2\u0080\u0093Barajas Airport"], [325, "Suvarnabhumi Airport"], [324, "Chengdu Shuangliu International Airport"], [322, "Domodedovo International Airport"], [319, "Lester B. Pearson International Airport"], [316, "Brussels Airport"], [308, "Vienna International Airport"], [301, "Charlotte Douglas International Airport"], [289, "Philadelphia International Airport"], [286, "Narita International Airport"], [285, "D\u00c3\u00bcsseldorf International Airport"], [283, "Xi'an Xianyang International Airport"], [273, "Kunming Changshui International Airport"], [271, "Palma De Mallorca Airport"], [270, "Chongqing Jiangbei International Airport"], [264, "Taiwan Taoyuan International Airport"], [259, "Indira Gandhi International Airport"], [255, "Kuala Lumpur International Airport"], [253, "Newark Liberty International Airport"], [252, "Hangzhou Xiaoshan International Airport"], [251, "Phoenix Sky Harbor International Airport"], [249, "San Francisco International Airport"], [247, "Z\u00c3\u00bcrich Airport"], [246, "McCarran International Airport"], [243, "George Bush Intercontinental Houston Airport"], [242, "Licenciado Benito Juarez International Airport"], [239, "Abu Dhabi International Airport"], [237, "Orlando International Airport"], [234, "Shenzhen Bao'an International Airport"], [233, "Xiamen Gaoqi International Airport"], [229, "Copenhagen Kastrup Airport"], [222, "Chhatrapati Shivaji International Airport"], [219, "Stockholm-Arlanda Airport"], [218, "Minneapolis-St Paul International/Wold-Chamberlain Airport"], [216, "Detroit Metropolitan Wayne County Airport"], [214, "Lisbon Portela Airport"], [212, "General Edward Lawrence Logan International Airport"], [208, "Berlin-Tegel International Airport"], [208, "Sydney Kingsford Smith International Airport"], [207, "Dublin Airport"], [206, "M\u00c3\u00a1laga Airport"], [205, "Shanghai Hongqiao International Airport"], [201, "Seattle Tacoma International Airport"], [200, "Paris-Orly Airport"], [199, "Sheremetyevo International Airport"], [197, "Eleftherios Venizelos International Airport"], [196, "Ronald Reagan Washington National Airport"], [196, "Washington Dulles International Airport"], [193, "Guarulhos - Governador Andr\u00c3\u00a9 Franco Montoro International Airport"], [193, "Ninoy Aquino International Airport"], [192, "King Abdulaziz International Airport"], [192, "Malpensa International Airport"], [189, "Changsha Huanghua International Airport"], [188, "Liuting Airport"], [187, "Wuhan Tianhe International Airport"], [186, "Fort Lauderdale Hollywood International Airport"], [185, "Montreal / Pierre Elliott Trudeau International Airport"], [185, "Soekarno-Hatta International Airport"], [183, "Pulkovo Airport"], [180, "Oslo Gardermoen Airport"], [180, "V\u00c3\u00a1clav Havel Airport Prague"], [174, "Zhengzhou Xinzheng International Airport"], [173, "London Stansted Airport"], [166, "Geneva Cointrin International Airport"], [165, "Nanjing Lukou Airport"], [161, "Hamburg Airport"], [159, "Helsinki Vantaa Airport"], [159, "OR Tambo International Airport"], [159, "Tenerife South Airport"], [158, "La Guardia Airport"], [158, "Vancouver International Airport"], [157, "Alicante International Airport"], [157, "Canc\u00c3\u00ban International Airport"], [157, "Tokyo Haneda International Airport"], [154, "Gran Canaria Airport"], [153, "\u00c3\u009cr\u00c3\u00bcmqi Diwopu International Airport"], [152, "El Dorado International Airport"], [152, "Kansai International Airport"], [151, "Brisbane International Airport"], [151, "Cairo International Airport"], [147, "Tianjin Binhai International Airport"], [145, "Sabiha G\u00c3\u00b6k\u00c3\u00a7en International Airport"], [142, "Baltimore/Washington International Thurgood Marshall Airport"], [142, "Melbourne International Airport"], [142, "Zhoushuizi Airport"], [141, "Salt Lake City International Airport"], [139, "Chicago Midway International Airport"], [138, "Tampa International Airport"], [137, "Longdongbao Airport"], [137, "Stuttgart Airport"], [136, "Ben Gurion International Airport"], [136, "Taoxian Airport"], [135, "King Khaled International Airport"], [135, "Nice-C\u00c3\u00b4te d'Azur Airport"], [135, "Yaoqiang Airport"], [134, "Cologne Bonn Airport"], [134, "Lyon Saint-Exup\u00c3\u00a9ry Airport"], [134, "Marseille Provence Airport"], [133, "Birmingham International Airport"], [133, "Fuzhou Changle International Airport"], [130, "Jomo Kenyatta International Airport"], [129, "Taiping Airport"], [127, "Antalya International Airport"], [125, "Mohammed V International Airport"], [123, "Louis Armstrong New Orleans International Airport"], [122, "Venice Marco Polo Airport"], [120, "Warsaw Chopin Airport"], [119, "Edinburgh Airport"], [119, "Kuwait International Airport"], [119, "San Diego International Airport"], [118, "Honolulu International Airport"], [116, "Lanzarote Airport"], [115, "Calgary International Airport"], [115, "Catania-Fontanarossa Airport"], [114, "Jorge Ch\u00c3\u00a1vez International Airport"], [114, "Lambert St Louis International Airport"], [114, "Nanning Wuxu Airport"], [113, "Malta International Airport"], [113, "Portland International Airport"], [112, "Henri Coand\u00c4\u0083 International Airport"], [110, "Heraklion International Nikos Kazantzakis Airport"], [110, "Taiyuan Wusu Airport"], [109, "Queen Alia International Airport"], [109, "Sanya Phoenix International Airport"], [109, "Tan Son Nhat International Airport"], [108, "Haikou Meilan International Airport"], [108, "London Luton Airport"], [107, "Guilin Liangjiang International Airport"], [106, "Faro Airport"], [106, "Tocumen International Airport"], [105, "Addis Ababa Bole International Airport"], [102, "Boryspil International Airport"], [102, "Chennai International Airport"], [102, "Luis Munoz Marin International Airport"], [102, "Muscat International Airport"], [101, "Bandaranaike International Colombo Airport"], [101, "Riga International Airport"], [100, "Bristol Airport"], [100, "Francisco de S\u00c3\u00a1 Carneiro Airport"], [100, "Glasgow International Airport"], [100, "Ngurah Rai (Bali) International Airport"], [99, "Ibiza Airport"], [98, "Budapest Ferenc Liszt International Airport"], [98, "Presidente Juscelino Kubistschek International Airport"], [98, "Rio Gale\u00c3\u00a3o \u00e2\u0080\u0093 Tom Jobim International Airport"], [97, "Fuerteventura Airport"], [97, "Koltsovo Airport"], [96, "Auckland International Airport"], [95, "East Midlands Airport"], [95, "EuroAirport Basel-Mulhouse-Freiburg Airport"], [95, "Sharjah International Airport"], [94, "Netaji Subhash Chandra Bose International Airport"], [93, "Don Miguel Hidalgo Y Costilla International Airport"], [93, "Larnaca International Airport"], [93, "Sim\u00c3\u00b3n Bol\u00c3\u00advar International Airport"], [92, "Kempegowda International Airport"], [92, "Nantes Atlantique Airport"], [92, "Newcastle Airport"], [92, "Perth International Airport"], [88, "Bologna Guglielmo Marconi Airport"], [87, "Baita International Airport"], [87, "Noi Bai International Airport"], [87, "Thessaloniki Macedonia International Airport"], [87, "Tunis Carthage International Airport"], [86, "Nanchang Changbei International Airport"], [86, "Tolmachevo Airport"], [85, "Belgrade Nikola Tesla Airport"], [85, "Fukuoka Airport"], [85, "Houari Boumediene Airport"], [85, "Vnukovo International Airport"], [84, "Bahrain International Airport"], [84, "Brussels South Charleroi Airport"], [84, "Chubu Centrair International Airport"], [84, "Lanzhou Zhongchuan Airport"], [84, "Ningbo Lishe International Airport"], [83, "Austin Bergstrom International Airport"], [83, "Berlin-Sch\u00c3\u00b6nefeld International Airport"], [83, "Raleigh Durham International Airport"], [82, "Diagoras Airport"], [82, "Kansas City International Airport"], [82, "Nashville International Airport"], [82, "Shijiazhuang Daguocun International Airport"], [82, "Valencia Airport"], [81, "Cleveland Hopkins International Airport"], [81, "Il Caravaggio International Airport"], [81, "King Fahd International Airport"], [81, "New Chitose Airport"], [81, "Tashkent International Airport"], [81, "Wenzhou Yongqiang Airport"], [80, "Beijing Nanyuan Airport"], [80, "Gimhae International Airport"], [80, "Leeds Bradford Airport"], [79, "Comodoro Arturo Merino Ben\u00c3\u00adtez International Airport"], [79, "Macau International Airport"], [79, "Naples International Airport"], [79, "William P Hobby Airport"], [78, "Toulouse-Blagnac Airport"], [77, "Hefei Luogang International Airport"], [76, "Hannover Airport"], [76, "Juan Santamaria International Airport"], [76, "Pisa International Airport"], [75, "Cincinnati Northern Kentucky International Airport"], [75, "Ministro Pistarini International Airport"], [74, "Dhaka / Hazrat Shahjalal International Airport"], [74, "Pittsburgh International Airport"], [73, "Menara Airport"], [73, "Punta Cana International Airport"], [72, "General Mariano Escobedo International Airport"], [71, "Phuket International Airport"], [70, "Luxembourg-Findel International Airport"], [69, "Bergen Airport Flesland"], [69, "Indianapolis International Airport"], [68, "Edmonton International Airport"], [68, "Eindhoven Airport"], [68, "San Antonio International Airport"], [67, "Almaty Airport"], [67, "Beirut Rafic Hariri International Airport"], [67, "Bordeaux-M\u00c3\u00a9rignac Airport"], [67, "Don Mueang International Airport"], [67, "L\u00c3\u00a9opold S\u00c3\u00a9dar Senghor International Airport"], [66, "Adnan Menderes International Airport"], [66, "Sofia Airport"], [65, "Bilbao Airport"], [65, "General Mitchell International Airport"], [65, "Jorge Newbery Airpark"], [65, "Juanda International Airport"], [65, "Kaohsiung International Airport"], [65, "Lijiang Airport"], [65, "Mashhad International Airport"], [65, "Sevilla Airport"], [65, "Yinchuan Airport"], [64, "Heydar Aliyev International Airport"], [64, "Longjia Airport"], [64, "Lynden Pindling International Airport"], [63, "Falcone\u00e2\u0080\u0093Borsellino Airport"], [63, "Port Columbus International Airport"], [63, "Southwest Florida International Airport"], [62, "Jinnah International Airport"], [62, "London City Airport"], [62, "Naha Airport"], [60, "Dubrovnik Airport"], [60, "Imam Khomeini International Airport"], [60, "Milano Linate Airport"], [60, "Norman Y. Mineta San Jose International Airport"], [60, "Paris Beauvais Till\u00c3\u00a9 Airport"], [60, "Zhuhai Jinwan Airport"], [59, "Jeju International Airport"], [59, "Mehrabad International Airport"], [59, "Murtala Muhammed International Airport"], [59, "Ted Stevens Anchorage International Airport"], [58, "Benazir Bhutto International Airport"], [58, "Deputado Luiz Eduardo Magalh\u00c3\u00a3es International Airport"], [58, "Liverpool John Lennon Airport"], [58, "Memphis International Airport"], [58, "Princess Juliana International Airport"], [58, "Vilnius International Airport"], [57, "Cochin International Airport"], [57, "Dalaman International Airport"], [57, "John Paul II International Airport Krak\u00c3\u00b3w-Balice Airport"], [57, "Viracopos International Airport"], [56, "Alama Iqbal International Airport"], [56, "Cairns International Airport"], [56, "Hasanuddin International Airport"], [56, "Yantai Laishan Airport"], [55, "Sacramento International Airport"], [55, "Tancredo Neves International Airport"], [54, "Kotoka International Airport"], [54, "Metropolitan Oakland International Airport"], [54, "Minsk National Airport"], [54, "Stavanger Airport Sola"], [53, "El Salvador International Airport"], [53, "Peretola Airport"], [52, "Astana International Airport"], [52, "Dushanbe Airport"], [52, "Gothenburg-Landvetter Airport"], [52, "Kota Kinabalu International Airport"], [52, "Madeira Airport"], [52, "Olbia Costa Smeralda Airport"], [51, "Adelaide International Airport"], [51, "Bradley International Airport"], [51, "Douala International Airport"], [51, "Esenbo\u00c4\u009fa International Airport"], [51, "Gda\u00c5\u0084sk Lech Wa\u00c5\u0082\u00c4\u0099sa Airport"], [51, "Los Cabos International Airport"], [51, "Port Moresby Jacksons International Airport"], [50, "Bari Karol Wojty\u00c5\u0082a Airport"], [50, "Bremen Airport"], [50, "Ciampino\u00e2\u0080\u0093G. B. Pastine International Airport"], [50, "Ioannis Kapodistrias International Airport"], [50, "Port Bouet Airport"], [49, "Girona Airport"], [49, "Mactan Cebu International Airport"], [49, "Orlando Sanford International Airport"], [49, "Split Airport"], [49, "Xining Caojiabu Airport"], [49, "Yangon International Airport"], [48, "Al Maktoum International Airport"], [48, "Chiang Mai International Airport"], [48, "Nuremberg Airport"], [48, "Tripoli International Airport"], [47, "Billund Airport"], [47, "Congonhas Airport"], [47, "Frankfurt-Hahn Airport"], [47, "Licenciado Gustavo D\u00c3\u00adaz Ordaz International Airport"], [47, "Sunan Shuofang International Airport"], [46, "Darwin International Airport"], [46, "Jacksonville International Airport"], [46, "Krasnodar Pashkovsky International Airport"], [46, "Quatro de Fevereiro Airport"], [45, "Jos\u00c3\u00a9 Mart\u00c3\u00ad International Airport"], [45, "Keflavik International Airport"], [45, "Las Am\u00c3\u00a9ricas International Airport"], [45, "Manas International Airport"], [45, "Ottawa Macdonald-Cartier International Airport"], [45, "Sangster International Airport"], [45, "Zvartnots International Airport"], [44, "Chania International Airport"], [44, "Mal\u00c3\u00a9 International Airport"], [44, "Palm Beach International Airport"], [44, "Quanzhou Jinjiang International Airport"], [44, "Queen Beatrix International Airport"], [44, "Trondheim Airport V\u00c3\u00a6rnes"], [44, "Turin Airport"], [43, "Afonso Pena Airport"], [43, "Cagliari Elmas Airport"], [43, "Cape Town International Airport"], [43, "Halifax / Stanfield International Airport"], [43, "Kos Airport"], [43, "Nadi International Airport"], [43, "Tribhuvan International Airport"], [43, "Yemelyanovo Airport"], [42, "Albuquerque International Sunport Airport"], [42, "Borg El Arab International Airport"], [42, "General Abelardo L. Rodr\u00c3\u00adguez International Airport"], [42, "John Wayne Airport-Orange County Airport"], [42, "Kahului Airport"], [42, "Osaka International Airport"], [42, "Paphos International Airport"], [42, "Penang International Airport"], [42, "Salgado Filho Airport"], [42, "Siem Reap International Airport"], [42, "Trivandrum International Airport"], [42, "Zagreb Airport"], [41, "Aberdeen Dyce Airport"], [41, "Cadjehoun Airport"], [41, "Khartoum International Airport"], [41, "Louisville International Standiford Field"], [41, "Sir Seewoosagur Ramgoolam International Airport"], [41, "Winnipeg / James Armstrong Richardson International Airport"], [40, "Hurghada International Airport"], [40, "Kigali International Airport"], [40, "Leipzig Halle Airport"], [40, "Lille-Lesquin Airport"], [40, "Taipei Songshan Airport"], [40, "Will Rogers World Airport"], [39, "Ajaccio-Napol\u00c3\u00a9on Bonaparte Airport"], [39, "Dallas Love Field"], [39, "Gimpo International Airport"], [39, "Irkutsk Airport"], [39, "Mariscal Sucre International Airport"], [39, "Prince Mohammad Bin Abdulaziz Airport"], [39, "Verona Villafranca Airport"], [38, "Jersey Airport"], [38, "Lennart Meri Tallinn Airport"], [38, "Richmond International Airport"], [38, "Sharm El Sheikh International Airport"], [38, "Treviso-Sant'Angelo Airport"], [38, "Weeze Airport"], [37, "Changzhou Benniu Airport"], [37, "Faa'a International Airport"], [37, "La Aurora Airport"], [37, "Moss-Rygge Airport"], [37, "Sana'a International Airport"], [37, "Sandefjord Airport Torp"], [37, "Shiraz Shahid Dastghaib International Airport"], [36, "Bastia-Poretta Airport"], [36, "Belfast International Airport"], [36, "Birmingham-Shuttlesworth International Airport"], [36, "Buffalo Niagara International Airport"], [36, "Djerba Zarzis International Airport"], [36, "Guararapes - Gilberto Freyre International Airport"], [36, "Khabarovsk-Novy Airport"], [36, "Norfolk International Airport"], [36, "Santiago de Compostela Airport"], [36, "Sultan Aji Muhamad Sulaiman Airport"], [36, "Tirana International Airport Mother Teresa"], [35, "Antonio B. Won Pat International Airport"], [35, "Jieyang Chaoshan International Airport"], [35, "Jos\u00c3\u00a9 Joaqu\u00c3\u00adn de Olmedo International Airport"], [35, "Julius Nyerere International Airport"], [35, "Piarco International Airport"], [35, "Pinto Martins International Airport"], [35, "V.C. Bird International Airport"], [35, "Val de Cans/J\u00c3\u00balio Cezar Ribeiro International Airport"], [34, "Charleston Air Force Base-International Airport"], [34, "Chi\u00c5\u009fin\u00c4\u0083u International Airport"], [34, "Christchurch International Airport"], [34, "Cork Airport"], [34, "Cyril E. King Airport"], [34, "Eppley Airfield"], [34, "Kenneth Kaunda International Airport Lusaka"], [34, "Menorca Airport"], [34, "Myrtle Beach International Airport"], [34, "Salzburg Airport"], [34, "Strasbourg Airport"], [34, "Tbilisi International Airport"], [33, "Copernicus Wroc\u00c5\u0082aw Airport"], [33, "Da Nang International Airport"], [33, "Dortmund Airport"], [33, "Entebbe International Airport"], [33, "Es Senia Airport"], [33, "Khudzhand Airport"], [33, "Ljubljana Jo\u00c5\u00bee Pu\u00c4\u008dnik Airport"], [33, "Marechal Rondon Airport"], [33, "Ouagadougou Airport"], [33, "Rotterdam The Hague Airport"], [33, "Southampton Airport"], [33, "Yakutsk Airport"], [32, "Cardiff International Airport"], [32, "Eduardo Gomes International Airport"], [32, "James M Cox Dayton International Airport"], [32, "Phoenix-Mesa-Gateway Airport"], [32, "Sardar Vallabhbhai Patel International Airport"], [32, "Tenerife Norte Airport"], [32, "Wellington International Airport"], [31, "Albany International Airport"], [31, "Alghero-Fertilia Airport"], [31, "Calicut International Airport"], [31, "Hato International Airport"], [31, "Lokpriya Gopinath Bordoloi International Airport"], [31, "McGhee Tyson Airport"], [31, "Milas Bodrum International Airport"], [31, "Osh Airport"], [31, "Providenciales Airport"], [31, "Sendai Airport"], [31, "St Petersburg Clearwater International Airport"], [31, "Stockholm Skavsta Airport"], [31, "Tucson International Airport"], [30, "Alfonso Bonilla Aragon International Airport"], [30, "Erbil International Airport"], [30, "Greater Rochester International Airport"], [30, "Lhasa Gonggar Airport"], [30, "Norman Manley International Airport"], [30, "Peshawar International Airport"], [30, "Santos Dumont Airport"], [30, "Yellowknife Airport"], [29, "Adi Sutjipto International Airport"], [29, "Baotou Airport"], [29, "Bethel Airport"], [29, "Bill & Hillary Clinton National Airport/Adams Field"], [29, "Des Moines International Airport"], [29, "Greenville Spartanburg International Airport"], [29, "Phnom Penh International Airport"], [29, "Pointe-\u00c3\u00a0-Pitre Le Raizet"], [29, "Shannon Airport"], [29, "Sultan Abdul Aziz Shah International Airport"], [29, "Taichung Ching Chuang Kang Airport"], [29, "Yuncheng Guangong Airport"], [28, "Al Massira Airport"], [28, "Bauerfield International Airport"], [28, "Gerald R. Ford International Airport"], [28, "Gold Coast Airport"], [28, "Kabul International Airport"], [28, "Katowice International Airport"], [28, "Kazan International Airport"], [28, "Nnamdi Azikiwe International Airport"], [28, "Pune Airport"], [28, "Quebec Jean Lesage International Airport"], [28, "Rostov-on-Don Airport"], [28, "Senou Airport"], [28, "Vincenzo Florio Airport Trapani-Birgi"], [27, "Dabolim Airport"], [27, "Hang Nadim International Airport"], [27, "Ivato Airport"], [27, "Kurumoch International Airport"], [27, "Ndjili International Airport"], [27, "Philip S. W. Goldson International Airport"], [27, "Reno Tahoe International Airport"], [27, "Stockholm-Bromma Airport"], [27, "Theodore Francis Green State Airport"], [27, "Tulsa International Airport"], [26, "El Alto International Airport"], [26, "Fairbanks International Airport"], [26, "Harare International Airport"], [26, "Jose Maria C\u00c3\u00b3rdova International Airport"], [26, "Kuching International Airport"], [26, "Modlin Airport"], [26, "Palm Springs International Airport"], [26, "Sochi International Airport"], [26, "Syracuse Hancock International Airport"], [26, "Troms\u00c3\u00b8 Airport"], [26, "Tunxi International Airport"], [26, "Vladivostok International Airport"], [26, "Zemunik Airport"], [25, "Benina International Airport"], [25, "Exeter International Airport"], [25, "General Ignacio P. Garcia International Airport"], [25, "Lamezia Terme Airport"], [25, "Nome Airport"], [25, "Ordos Ejin Horo Airport"], [25, "Owen Roberts International Airport"], [25, "Piedmont Triad International Airport"], [25, "Rankin Inlet Airport"], [24, "Ahwaz Airport"], [24, "Daniel Oduber Quiros International Airport"], [24, "El Paso International Airport"], [24, "Honiara International Airport"], [24, "Libreville Leon M'ba International Airport"], [24, "Maya-Maya Airport"], [24, "Miri Airport"], [24, "Montpellier-M\u00c3\u00a9diterran\u00c3\u00a9e Airport"], [24, "Northwest Arkansas Regional Airport"], [24, "Ontario International Airport"], [24, "Toussaint Louverture International Airport"], [24, "Viru Viru International Airport"], [24, "Wattay International Airport"], [24, "Xishuangbanna Gasa Airport"], [24, "Yichang Sanxia Airport"], [23, "Aden International Airport"], [23, "Brunei International Airport"], [23, "Carrasco International /General C L Berisso Airport"], [23, "Djibouti-Ambouli Airport"], [23, "Jo\u00c3\u00a3o Paulo II Airport"], [23, "Martinique Aim\u00c3\u00a9 C\u00c3\u00a9saire International Airport"], [23, "Memmingen Allgau Airport"], [23, "Ram\u00c3\u00b3n Villeda Morales International Airport"], [23, "Savannah Hilton Head International Airport"], [23, "Sir Grantley Adams International Airport"], [23, "Skopje Alexander the Great Airport"], [23, "Ufa International Airport"], [23, "Westchester County Airport"], [22, "Akron Canton Regional Airport"], [22, "Brindisi \u00e2\u0080\u0093 Salento Airport"], [22, "Dresden Airport"], [22, "Jerez Airport"], [22, "Kiev Zhuliany International Airport"], [22, "Lungi International Airport"], [22, "Mianyang Airport"], [22, "Mineralnyye Vody Airport"], [22, "Ralph Wien Memorial Airport"], [22, "Roshchino International Airport"], [22, "St. John's International Airport"], [21, "Aktau Airport"], [21, "Boise Air Terminal/Gowen field"], [21, "Cluj-Napoca International Airport"], [21, "Dayong Airport"], [21, "George Best Belfast City Airport"], [21, "Glasgow Prestwick Airport"], [21, "Herc\u00c3\u00adlio Luz International Airport"], [21, "Husein Sastranegara International Airport"], [21, "Ketchikan International Airport"], [21, "King Shaka International Airport"], [21, "Lihue Airport"], [21, "Pensacola Regional Airport"], [21, "Pozna\u00c5\u0084-\u00c5\u0081awica Airport"], [21, "Pri\u00c5\u00a1tina International Airport"], [21, "Sam Ratulangi Airport"], [21, "Santa Genoveva Airport"], [21, "Sept-\u00c3\u008eles Airport"], [20, "Aalborg Airport"], [20, "Am\u00c3\u00adlcar Cabral International Airport"], [20, "Beihai Airport"], [20, "Blue Grass Airport"], [20, "Calvi-Sainte-Catherine Airport"], [20, "Chelyabinsk Balandino Airport"], [20, "Chinggis Khaan International Airport"], [20, "Del Caribe Santiago Mari\u00c3\u00b1o International Airport"], [20, "Esfahan Shahid Beheshti International Airport"], [20, "Fresno Yosemite International Airport"], [20, "Genoa Cristoforo Colombo Airport"], [20, "Gothenburg City Airport"], [20, "Harrisburg International Airport"], [20, "Juneau International Airport"], [20, "Karlsruhe Baden-Baden Airport"], [20, "Kilimanjaro International Airport"], [20, "Kona International At Keahole Airport"], [20, "Lom\u00c3\u00a9-Tokoin Airport"], [20, "M. R. \u00c5\u00a0tef\u00c3\u00a1nik Airport"], [20, "San Javier Airport"], [20, "Santa Maria Airport"], [20, "Wichita Mid Continent Airport"], [20, "Xuzhou Guanyin Airport"], [19, "Bandar Abbas International Airport"], [19, "Bournemouth Airport"], [19, "Graz Airport"], [19, "Hewanorra International Airport"], [19, "Hosea Kutako International Airport"], [19, "Ibn Batouta Airport"], [19, "Kaunas International Airport"], [19, "Leite Lopes Airport"], [19, "Nairobi Wilson Airport"], [19, "Reus Air Base"], [19, "Roland Garros Airport"], [19, "Santander Airport"], [19, "Zhanjiang Airport"], [18, "Almer\u00c3\u00ada International Airport"], [18, "Bob Hope Airport"], [18, "Bod\u00c3\u00b8 Airport"], [18, "Charlotte County Airport"], [18, "Chaudhary Charan Singh International Airport"], [18, "Conakry International Airport"], [18, "Dongshan Airport"], [18, "Guernsey Airport"], [18, "Huntsville International Carl T Jones Field"], [18, "Iqaluit Airport"], [18, "Jackson-Medgar Wiley Evers International Airport"], [18, "Kagoshima Airport"], [18, "Kalibo International Airport"], [18, "Long Beach /Daugherty Field/ Airport"], [18, "Nador International Airport"], [18, "Nizhny Novgorod Strigino International Airport"], [18, "Odessa International Airport"], [18, "Pointe Noire Airport"], [18, "Samui Airport"], [18, "Sa\u00c3\u00afss Airport"], [18, "Senai International Airport"], [18, "Shubuling Airport"], [18, "Silvio Pettirossi International Airport"], [18, "Sioux Lookout Airport"], [18, "Sultan Syarif Kasim Ii (Simpang Tiga) Airport"], [18, "Toncont\u00c3\u00adn International Airport"], [18, "Yangzhou Taizhou Airport"], [18, "Yiwu Airport"], [17, "Achmad Yani Airport"], [17, "Adana Airport"], [17, "Asturias Airport"], [17, "Brest Bretagne Airport"], [17, "Campo Grande Airport"], [17, "Columbia Metropolitan Airport"], [17, "Dane County Regional Truax Field"], [17, "Diori Hamani International Airport"], [17, "Hiroshima Airport"], [17, "Komatsu Airport"], [17, "Langkawi International Airport"], [17, "Long Island Mac Arthur Airport"], [17, "Lviv International Airport"], [17, "Mandalay International Airport"], [17, "Maputo Airport"], [17, "Melville Hall Airport"], [17, "Nagasaki Airport"], [17, "Omsk Central Airport"], [17, "Praia International Airport"], [17, "Sentani Airport"], [17, "The Eastern Iowa Airport"], [17, "Yancheng Airport"], [17, "Yaound\u00c3\u00a9 Nsimalen International Airport"], [16, "Bachigualato Federal International Airport"], [16, "Bagdogra Airport"], [16, "Changzhi Airport"], [16, "Coimbatore International Airport"], [16, "Cozumel International Airport"], [16, "Dionysios Solomos Airport"], [16, "Eurico de Aguiar Salles Airport"], [16, "Fort Wayne International Airport"], [16, "General Heriberto Jara International Airport"], [16, "General Roberto Fierro Villalobos International Airport"], [16, "Governador Alu\u00c3\u00adzio Alves International Airport"], [16, "Gregorio Luperon International Airport"], [16, "Jaipur International Airport"], [16, "Jingdezhen Airport"], [16, "Jiuzhai Huanglong Airport"], [16, "Key West International Airport"], [16, "Kish International Airport"], [16, "Krabi Airport"], [16, "Lianyungang Airport"], [16, "Lombok International Airport"], [16, "Lovell Field"], [16, "Marechal Cunha Machado International Airport"], [16, "Niigata Airport"], [16, "Novy Urengoy Airport"], [16, "Podgorica Airport"], [16, "Regina International Airport"], [16, "Roberts International Airport"], [16, "Sarajevo International Airport"], [16, "Shah Amanat International Airport"], [16, "Townsville Airport"], [16, "Wabush Airport"], [15, "Abha Regional Airport"], [15, "Ashgabat Airport"], [15, "Augusto C. Sandino (Managua) International Airport"], [15, "Chifeng Airport"], [15, "Devi Ahilyabai Holkar Airport"], [15, "Donetsk International Airport"], [15, "Dr. Babasaheb Ambedkar International Airport"], [15, "Dzaoudzi Pamandzi International Airport"], [15, "General Rafael Buelna International Airport"], [15, "General Wayne A. Downing Peoria International Airport"], [15, "Goose Bay Airport"], [15, "Grand Bahama International Airport"], [15, "Ireland West Knock Airport"], [15, "Juan Manuel Galvez International Airport"], [15, "Kelowna International Airport"], [15, "Khrabrovo Airport"], [15, "L.F. Wade International International Airport"], [15, "Licenciado Manuel Crescencio Rejon Int Airport"], [15, "Malm\u00c3\u00b6 Sturup Airport"], [15, "Mangalore International Airport"], [15, "Monastir Habib Bourguiba International Airport"], [15, "Nanping Wuyishan Airport"], [15, "Norilsk-Alykel Airport"], [15, "Pula Airport"], [15, "Quad City International Airport"], [15, "Roanoke\u00e2\u0080\u0093Blacksburg Regional Airport"], [15, "Santorini Airport"], [15, "Saskatoon John G. Diefenbaker International Airport"], [15, "Spokane International Airport"], [15, "Syamsudin Noor Airport"], [15, "Tabriz International Airport"], [15, "Tallahassee Regional Airport"], [15, "Ten. Cel. Aviador C\u00c3\u00a9sar Bombonato Airport"], [15, "Vishakhapatnam Airport"], [15, "Yuzhno-Sakhalinsk Airport"], [15, "Zunyi Xinzhou Airport"], [14, "Baghdad International Airport"], [14, "Biarritz-Anglet-Bayonne Airport"], [14, "Billy Bishop Toronto City Centre Airport"], [14, "Bishop International Airport"], [14, "Del Baj\u00c3\u00ado International Airport"], [14, "Dnipropetrovsk International Airport"], [14, "Ercan International Airport"], [14, "Figari Sud-Corse Airport"], [14, "Francisco Bangoy International Airport"], [14, "Hector International Airport"], [14, "Huangyan Luqiao Airport"], [14, "Ishigaki Airport"], [14, "La Chinita International Airport"], [14, "Liuzhou Bailian Airport"], [14, "Mahlon Sweet Field"], [14, "Malabo Airport"], [14, "Marsh Harbour International Airport"], [14, "Mohamed Boudiaf International Airport"], [14, "Mombasa Moi International Airport"], [14, "Nizhnevartovsk Airport"], [14, "Pattimura Airport - Ambon"], [14, "Point Salines International Airport"], [14, "Quetta International Airport"], [14, "Rarotonga International Airport"], [14, "Sheikh ul Alam Airport"], [14, "Southend Airport"], [14, "Springfield Branson National Airport"], [14, "Sultan Ismail Petra Airport"], [14, "Sultan Mahmud Badaruddin II Airport"], [14, "Surgut Airport"], [14, "Trenton Mercer Airport"], [14, "Yanji Chaoyangchuan Airport"], [13, "Banjul International Airport"], [13, "Bujumbura International Airport"], [13, "Burlington International Airport"], [13, "Canberra International Airport"], [13, "Carlos Rovirosa P\u00c3\u00a9rez International Airport"], [13, "Charlottesville Albemarle Airport"], [13, "City of Colorado Springs Municipal Airport"], [13, "Clark International Airport"], [13, "Friedrichshafen Airport"], [13, "Ganzhou Airport"], [13, "Ingeniero Ambrosio Taravella Airport"], [13, "Joe Foss Field Airport"], [13, "Juan Gualberto Gomez International Airport"], [13, "Kashgar Airport"], [13, "La Tontouta International Airport"], [13, "Lehigh Valley International Airport"], [13, "Licenciado Adolfo Lopez Mateos International Airport"], [13, "Luang Phabang International Airport"], [13, "Luzhou Airport"], [13, "Maestro Wilson Fonseca Airport"], [13, "Mikonos Airport"], [13, "Mount Isa Airport"], [13, "Okayama Airport"], [13, "Pampulha - Carlos Drummond de Andrade Airport"], [13, "Rennes-Saint-Jacques Airport"], [13, "Sarasota Bradenton International Airport"], [13, "Seychelles International Airport"], [13, "Ta\u00e2\u0080\u0099if Regional Airport"], [13, "Thunder Bay Airport"], [13, "Timi\u00c5\u009foara Traian Vuia Airport"], [13, "Tokua Airport"], [13, "Tongliao Airport"], [13, "Victoria International Airport"], [13, "Wilmington International Airport"], [13, "Xiangyang Liuji Airport"], [13, "Zhoushan Airport"], [13, "Zumbi dos Palmares Airport"], [13, "\u00c3\u0085lesund Airport"], [12, "A Coru\u00c3\u00b1a Airport"], [12, "Abraham Gonz\u00c3\u00a1lez International Airport"], [12, "Aniak Airport"], [12, "Asheville Regional Airport"], [12, "Bern Belp Airport"], [12, "Billings Logan International Airport"], [12, "Broome International Airport"], [12, "Burgas Airport"], [12, "Cataratas International Airport"], [12, "Central Illinois Regional Airport at Bloomington-Normal"], [12, "Fort McMurray Airport"], [12, "Gainesville Regional Airport"], [12, "Gassim Airport"], [12, "Haugesund Airport"], [12, "Ia\u00c5\u009fi Airport"], [12, "Jammu Airport"], [12, "Jo\u00c3\u00a3o Correa da Rocha Airport"], [12, "Juba International Airport"], [12, "Kobe Airport"], [12, "Lilongwe International Airport"], [12, "Linz H\u00c3\u00b6rsching Airport"], [12, "Lok Nayak Jayaprakash Airport"], [12, "Matsuyama Airport"], [12, "Mukalla International Airport"], [12, "Multan International Airport"], [12, "Namangan Airport"], [12, "Nausori International Airport"], [12, "Nouakchott International Airport"], [12, "Rabil Airport"], [12, "Rafael Nu\u00c3\u00b1ez International Airport"], [12, "Tampere-Pirkkala Airport"], [12, "Terrance B. Lettsome International Airport"], [12, "Wanxian Airport"], [12, "Yulin Yuyang Airport"], [11, "Abeid Amani Karume International Airport"], [11, "Aktion National Airport"], [11, "Al Najaf International Airport"], [11, "Alejandro Velasco Astete International Airport"], [11, "Alice Springs Airport"], [11, "Belgorod International Airport"], [11, "Bergerac-Roumani\u00c3\u00a8re Airport"], [11, "Birsa Munda Airport"], [11, "Cerro Moreno Airport"], [11, "Chiang Rai International Airport"], [11, "Chita-Kadala Airport"], [11, "Cibao International Airport"], [11, "Datong Airport"], [11, "Enrique Olaya Herrera Airport"], [11, "Frank Pais International Airport"], [11, "Fuyang Xiguan Airport"], [11, "General Jose Antonio Anzoategui International Airport"], [11, "General Manuel Carlos Piar International Airport"], [11, "George F. L. Charles Airport"], [11, "Governador Jos\u00c3\u00a9 Richa Airport"], [11, "Gustaf III Airport"], [11, "Gustavo Rojas Pinilla International Airport"], [11, "Inverness Airport"], [11, "Isle of Man Airport"], [11, "Kirkwall Airport"], [11, "Kodiak Airport"], [11, "Kristiansand Airport"], [11, "Limoges Airport"], [11, "Miyazaki Airport"], [11, "M\u00c3\u00bcnster Osnabr\u00c3\u00bcck Airport"], [11, "Nadzab Airport"], [11, "Paderborn Lippstadt Airport"], [11, "Porto Seguro Airport"], [11, "Presidente Castro Pinto International Airport"], [11, "Rabat-Sal\u00c3\u00a9 Airport"], [11, "Raipur Airport"], [11, "Robert L. Bradshaw International Airport"], [11, "Rzesz\u00c3\u00b3w-Jasionka Airport"], [11, "Santo Pekoa International Airport"], [11, "Sialkot Airport"], [11, "South Bend Regional Airport"], [11, "Tivat Airport"], [11, "Trieste\u00e2\u0080\u0093Friuli Venezia Giulia Airport"], [11, "Ulan-Ude Airport (Mukhino)"], [11, "Vigo Airport"], [11, "Vir Savarkar International Airport"], [11, "Zahedan International Airport"], [10, "Aden Adde International Airport"], [10, "Alta Airport"], [10, "Ancona Falconara Airport"], [10, "Angads Airport"], [10, "Arturo Michelena International Airport"], [10, "Atlantic City International Airport"], [10, "Atyrau Airport"], [10, "Babelthuap Airport"], [10, "Bellingham International Airport"], [10, "Carcassonne Airport"], [10, "Casa De Campo International Airport"], [10, "Destin-Ft Walton Beach Airport"], [10, "El Plumerillo Airport"], [10, "El Tari Airport"], [10, "El Tepual Airport"], [10, "Ernesto Cortissoz International Airport"], [10, "Exuma International Airport"], [10, "Flamingo International Airport"], [10, "Francisco Sarabia International Airport"], [10, "General Francisco J. Mujica International Airport"], [10, "Greater Moncton International Airport"], [10, "Hakodate Airport"], [10, "Hami Airport"], [10, "Iloilo International Airport"], [10, "Jiamusi Airport"], [10, "Jining Qufu Airport"], [10, "Johan Adolf Pengel International Airport"], [10, "Kalamata Airport"], [10, "Kharkiv International Airport"], [10, "Korla Airport"], [10, "Kuujjuaq Airport"], [10, "La Rochelle-\u00c3\u008ele de R\u00c3\u00a9 Airport"], [10, "Lajes Field"], [10, "Lal Bahadur Shastri Airport"], [10, "Lubbock Preston Smith International Airport"], [10, "Lubumbashi International Airport"], [10, "Luxor International Airport"], [10, "Maastricht Aachen Airport"], [10, "Manuel M\u00c3\u00a1rquez de Le\u00c3\u00b3n International Airport"], [10, "Monterey Peninsula Airport"], [10, "Mount Hagen Kagamuga Airport"], [10, "Mudanjiang Hailang International Airport"], [10, "Mytilene International Airport"], [10, "Norwich International Airport"], [10, "Prince George Airport"], [10, "Prince Said Ibrahim International Airport"], [10, "Regional de Maring\u00c3\u00a1 - S\u00c3\u00adlvio Nane Junior Airport"], [10, "Rick Husband Amarillo International Airport"], [10, "Rodr\u00c3\u00adguez Ball\u00c3\u00b3n International Airport"], [10, "Saipan International Airport"], [10, "Sardar-e-Jangal Airport"], [10, "Senador Petr\u00c3\u00b4nio Portela Airport"], [10, "Sfax Thyna International Airport"], [10, "Shymkent Airport"], [10, "Sulaymaniyah International Airport"], [10, "Trabzon International Airport"], [10, "Volgograd International Airport"], [10, "Yibin Caiba Airport"], [9, "Abel Santamaria Airport"], [9, "Annaba Airport"], [9, "Appleton International Airport"], [9, "Bahia - Jorge Amado Airport"], [9, "Blackpool International Airport"], [9, "B\u00c3\u00a9ziers-Vias Airport"], [9, "Chandigarh Airport"], [9, "Cheongju International Airport"], [9, "Clermont-Ferrand Auvergne Airport"], [9, "Dachuan Airport"], [9, "Diego Aracena Airport"], [9, "Evansville Regional Airport"], [9, "Federico Garcia Lorca Airport"], [9, "Four Corners Regional Airport"], [9, "Gaziantep International Airport"], [9, "Godthaab / Nuuk Airport"], [9, "Governador Jorge Teixeira de Oliveira Airport"], [9, "Gulfport Biloxi International Airport"], [9, "Harstad/Narvik Airport - Evenes"], [9, "Hatay Airport"], [9, "Henry E Rohlsen Airport"], [9, "Hobart International Airport"], [9, "Imphal Airport"], [9, "Ixtapa Zihuatanejo International Airport"], [9, "Jes\u00c3\u00bas Ter\u00c3\u00a1n Paredo International Airport"], [9, "Kumamoto Airport"], [9, "Li\u00c3\u00a8ge Airport"], [9, "Luoyang Airport"], [9, "Marcos A. Gelabert International Airport"], [9, "Mirny Airport"], [9, "Mobile Regional Airport"], [9, "N'Djamena International Airport"], [9, "Nampula Airport"], [9, "Newport News Williamsburg International Airport"], [9, "Oita Airport"], [9, "Pescara International Airport"], [9, "Port Elizabeth Airport"], [9, "Prince Abdulmohsin Bin Abdulaziz Airport"], [9, "Puerto Princesa Airport"], [9, "Robin Hood Doncaster Sheffield Airport"], [9, "Rogue Valley International Medford Airport"], [9, "Saarbr\u00c3\u00bccken Airport"], [9, "Samos Airport"], [9, "Sibu Airport"], [9, "Simon Mwansa Kapwepwe International Airport"], [9, "Sir Seretse Khama International Airport"], [9, "Sohag International Airport"], [9, "Sri Guru Ram Dass Jee International Airport"], [9, "Tabuk Airport"], [9, "Talagi Airport"], [9, "Tiruchirapally Civil Airport Airport"], [9, "Toyama Airport"], [9, "Varna Airport"], [9, "Wilkes Barre Scranton International Airport"], [8, "Aarhus Airport"], [8, "Adi Sumarmo Wiryokusumo Airport"], [8, "Agartala Airport"], [8, "Akita Airport"], [8, "Angel Albino Corzo International Airport"], [8, "Astrakhan Airport"], [8, "Austin Straubel International Airport"], [8, "Bangor International Airport"], [8, "Basrah International Airport"], [8, "Baton Rouge Metropolitan - Ryan Field"], [8, "Bijie Feixiong Airport"], [8, "Biju Patnaik Airport"], [8, "Capital City Airport"], [8, "Capitan Oriel Lea Plaza Airport"], [8, "Changde Airport"], [8, "Cheddi Jagan International Airport"], [8, "Churchill Airport"], [8, "Comiso Airport"], [8, "Deer Lake Airport"], [8, "Dominique Edward Osok Airport"], [8, "Fayetteville Regional Grannis Field"], [8, "Gallatin Field"], [8, "General Juan N Alvarez International Airport"], [8, "General Lucio Blanco International Airport"], [8, "Goloson International Airport"], [8, "Grand Junction Regional Airport"], [8, "Guangyuan Airport"], [8, "Innsbruck Airport"], [8, "Inuvik Mike Zubko Airport"], [8, "Jorge Wilsterman International Airport"], [8, "Kangerlussuaq Airport"], [8, "Khanty Mansiysk Airport"], [8, "Kopitnari Airport"], [8, "Kununurra Airport"], [8, "La Florida Airport"], [8, "La Palma Airport"], [8, "Launceston Airport"], [8, "Madang Airport"], [8, "Midland International Airport"], [8, "Miho Yonago Airport"], [8, "Mont Joli Airport"], [8, "Mutiara Airport"], [8, "Nadym Airport"], [8, "Nanyang Jiangying Airport"], [8, "North Eleuthera Airport"], [8, "Noum\u00c3\u00a9a Magenta Airport"], [8, "Pemba Airport"], [8, "Pierre Regional Airport"], [8, "Ponciano Arriaga International Airport"], [8, "Port Harcourt International Airport"], [8, "Port Hedland International Airport"], [8, "Prof. Eribelto Manoel Reino State Airport"], [8, "Qiqihar Sanjiazi Airport"], [8, "Rapid City Regional Airport"], [8, "Roberts Field"], [8, "Salekhard Airport"], [8, "Samarkand Airport"], [8, "Santa Barbara Municipal Airport"], [8, "Shreveport Regional Airport"], [8, "Sultan Khairun Babullah Airport"], [8, "Syktyvkar Airport"], [8, "Takamatsu Airport"], [8, "Teniente Av. Jorge Henrich Arauz Airport"], [8, "Tri Cities Airport"], [8, "Turku Airport"], [8, "Ume\u00c3\u00a5 Airport"], [8, "Unalakleet Airport"], [8, "Ust-Kamennogorsk Airport"], [8, "Vance W. Amory International Airport"], [8, "Vanguardia Airport"], [8, "Visby Airport"], [8, "Voronezh International Airport"], [8, "Westerland Sylt Airport"], [8, "Wuhai Airport"], [8, "Zaragoza Air Base"], [7, "Ain Arnat Airport"], [7, "Aktobe Airport"], [7, "Albert J Ellis Airport"], [7, "Anqing Tianzhushan Airport"], [7, "Arviat Airport"], [7, "Asahikawa Airport"], [7, "Asmara International Airport"], [7, "Augusta Regional At Bush Field"], [7, "Bagan Airport"], [7, "Begishevo Airport"], [7, "Beira Airport"], [7, "Berbera Airport"], [7, "Bintulu Airport"], [7, "Bora Bora Airport"], [7, "Brigadeiro Lysias Rodrigues Airport"], [7, "Buon Ma Thuot Airport"], [7, "Cagayan De Oro Airport"], [7, "Cam Ranh Airport"], [7, "Cayenne-Rochambeau Airport"], [7, "Cherepovets Airport"], [7, "Chingozi Airport"], [7, "Comox Airport"], [7, "Coronel FAP Francisco Secada Vignetta International Airport"], [7, "Dali Airport"], [7, "Diqing Airport"], [7, "Diyarbakir Airport"], [7, "Dunhuang Airport"], [7, "Edward G. Pitka Sr Airport"], [7, "Egal International Airport"], [7, "Fergana International Airport"], [7, "General Francisco Javier Mina International Airport"], [7, "General Leobardo C. Ruiz International Airport"], [7, "Great Falls International Airport"], [7, "Hamilton Island Airport"], [7, "Hammerfest Airport"], [7, "Heho Airport"], [7, "Hermanos Serd\u00c3\u00a1n International Airport"], [7, "Inca Manco Capac International Airport"], [7, "Iskandar Airport"], [7, "Islas Malvinas Airport"], [7, "Jiayuguan Airport"], [7, "Juwata Airport"], [7, "Karratha Airport"], [7, "Kayseri Erkilet Airport"], [7, "King Salmon Airport"], [7, "Kirkenes Airport (H\u00c3\u00b8ybuktmoen)"], [7, "Klagenfurt Airport"], [7, "Kristiansund Airport (Kvernberget)"], [7, "Kulob Airport"], [7, "Kuujjuarapik Airport"], [7, "Livingstone Airport"], [7, "Mackay Airport"], [7, "Madurai Airport"], [7, "Maharana Pratap Airport"], [7, "Mallam Aminu International Airport"], [7, "Mattala Rajapaksa International Airport"], [7, "Maun Airport"], [7, "Ministro Victor Konder International Airport"], [7, "Missoula International Airport"], [7, "Molde Airport"], [7, "Montgomery Regional (Dannelly Field) Airport"], [7, "Murmansk Airport"], [7, "Northwest Florida Beaches International Airport"], [7, "Orenburg Central Airport"], [7, "Osvaldo Vieira International Airport"], [7, "Pangkal Pinang (Depati Amir) Airport"], [7, "Pdte. carlos Iba\u00c3\u00b1ez del Campo Airport"], [7, "Plattsburgh International Airport"], [7, "Playa De Oro International Airport"], [7, "Poitiers-Biard Airport"], [7, "Queenstown International Airport"], [7, "Quer\u00c3\u00a9taro Intercontinental Airport"], [7, "Red Lake Airport"], [7, "Rendani Airport"], [7, "Rijeka Airport"], [7, "Salalah Airport"], [7, "San Carlos De Bariloche Airport"], [7, "Sary-Arka Airport"], [7, "Shahid Sadooghi Airport"], [7, "Shanhaiguan Airport"], [7, "Silchar Airport"], [7, "Simferopol International Airport"], [7, "Sultan Mahmud Airport"], [7, "Szczecin-Goleni\u00c3\u00b3w \\Solidarno\u00c5\u009b\u00c4\u0087\\ Airport"], [7, "Ta'izz International Airport"], [7, "Tabing Airport"], [7, "Tawau Airport"], [7, "Toamasina Airport"], [7, "Tri Cities Regional Tn Va Airport"], [7, "Ulanhot Airport"], [7, "Urgench Airport"], [7, "Vads\u00c3\u00b8 Airport"], [7, "Val-d'Or Airport"], [7, "Valley International Airport"], [7, "Victoria Falls International Airport"], [7, "Vinh Airport"], [7, "V\u00c3\u00a4xj\u00c3\u00b6 Kronoberg Airport"], [7, "Weifang Airport"], [7, "Wiley Post Will Rogers Memorial Airport"], [7, "Xilinhot Airport"], [6, "Abadan Airport"], [6, "Aksu Airport"], [6, "Alexander the Great International Airport"], [6, "Alexandria International Airport"], [6, "Alfredo V\u00c3\u00a1squez Cobo International Airport"], [6, "Almirante Marco Andres Zar Airport"], [6, "Assiut International Airport"], [6, "Bacolod-Silay City International Airport"], [6, "Baie Comeau Airport"], [6, "Baker Lake Airport"], [6, "Barreiras Airport"], [6, "Batumi International Airport"], [6, "Bismarck Municipal Airport"], [6, "Bolshoye Savino Airport"], [6, "Bukhara Airport"], [6, "Cadete FAP Guillermo Del Castillo Paredes Airport"], [6, "Cambridge Bay Airport"], [6, "Campbell River Airport"], [6, "Cap FAP David Abenzur Rengifo International Airport"], [6, "Carriel Sur Airport"], [6, "Charles M. Schulz Sonoma County Airport"], [6, "Chesterfield Inlet Airport"], [6, "Cheyenne Regional Jerry Olson Field"], [6, "Chios Island National Airport"], [6, "Coral Harbour Airport"], [6, "Daegu Airport"], [6, "Dasht-e Naz Airport"], [6, "Dibrugarh Airport"], [6, "Dodge City Regional Airport"], [6, "Eelde Airport"], [6, "El Cara\u00c3\u00b1o Airport"], [6, "El Loa Airport"], [6, "El Taj\u00c3\u00adn National Airport"], [6, "Elaz\u00c4\u00b1\u00c4\u009f Airport"], [6, "Elmira Corning Regional Airport"], [6, "Erfurt Airport"], [6, "Fort St John Airport"], [6, "Fort Yukon Airport"], [6, "Gazipa\u00c5\u009fa Airport"], [6, "General E. Mosconi Airport"], [6, "Gibraltar Airport"], [6, "Gorgan Airport"], [6, "Gurney Airport"], [6, "G\u00c3\u00a4llivare Airport"], [6, "Halmstad Airport"], [6, "Handan Airport"], [6, "Hat Yai International Airport"], [6, "Herat Airport"], [6, "Horta Airport"], [6, "Hotan Airport"], [6, "Jardines Del Rey Airport"], [6, "Jiujiang Lushan Airport"], [6, "Jixi Xingkaihu Airport"], [6, "Jizan Regional Airport"], [6, "Jodhpur Airport"], [6, "Juana Azurduy De Padilla Airport"], [6, "Kalamazoo Battle Creek International Airport"], [6, "Kalymnos Airport"], [6, "Karpathos Airport"], [6, "Kefallinia Airport"], [6, "Kerry Airport"], [6, "Kimbe Airport"], [6, "Konarak Airport"], [6, "Ko\u00c5\u00a1ice Airport"], [6, "Lafayette Regional Airport"], [6, "Lar Airport"], [6, "Leh Kushok Bakula Rimpochee Airport"], [6, "Lengpui Airport"], [6, "Lensk Airport"], [6, "Leros Airport"], [6, "Liberal Mid-America Regional Airport"], [6, "London Airport"], [6, "Lule\u00c3\u00a5 Airport"], [6, "Mangshi Airport"], [6, "Marsa Alam International Airport"], [6, "Martin Miguel De Guemes International Airport"], [6, "Marudi Airport"], [6, "Mateca\u00c3\u00b1a International Airport"], [6, "Mc Allen Miller International Airport"], [6, "McGrath Airport"], [6, "Meadows Field"], [6, "Memanbetsu Airport"], [6, "Mildura Airport"], [6, "Monroe Regional Airport"], [6, "Muan International Airport"], [6, "Mulu Airport"], [6, "Mwanza Airport"], [6, "Nagoya Airport"], [6, "Nanchong Airport"], [6, "Nantucket Memorial Airport"], [6, "Navoi Airport"], [6, "New Castle Airport"], [6, "Newquay Cornwall Airport"], [6, "Ngjiva Pereira Airport"], [6, "Norman Wells Airport"], [6, "Oued Irara Airport"], [6, "Page Municipal Airport"], [6, "Piloto Civil N. Fern\u00c3\u00a1ndez Airport"], [6, "Port Macquarie Airport"], [6, "Prefeito Renato Moreira Airport"], [6, "Presidente Peron Airport"], [6, "Qingyang Airport"], [6, "Quzhou Airport"], [6, "Raja Bhoj International Airport"], [6, "Reggio Calabria Airport"], [6, "Robert Gray Army Air Field Airport"], [6, "Saman\u00c3\u00a1 El Catey International Airport"], [6, "San Luis Valley Regional Bergman Field"], [6, "Sandakan Airport"], [6, "Santa Fe Municipal Airport"], [6, "Shahid Ashrafi Esfahani Airport"], [6, "Shaktoolik Airport"], [6, "Show Low Regional Airport"], [6, "Sokol Airport"], [6, "Soummam Airport"], [6, "Stewart International Airport"], [6, "Sudbury Airport"], [6, "Sukkur Airport"], [6, "Sultan Thaha Airport"], [6, "Supadio Airport"], [6, "Thompson Airport"], [6, "Touat Cheikh Sidi Mohamed Belkebir Airport"], [6, "Turbat International Airport"], [6, "Udon Thani Airport"], [6, "Vieques Airport"], [6, "Vit\u00c3\u00b3ria da Conquista Airport"], [6, "Wallblake Airport"], [6, "Waskaganish Airport"], [6, "Wewak International Airport"], [6, "Xingyi Airport"], [6, "Xoxocotl\u00c3\u00a1n International Airport"], [6, "Yeager Airport"], [6, "Yelizovo Airport"], [6, "Yichun Mingyueshan Airport"], [6, "Zamboanga International Airport"], [6, "Zenata \u00e2\u0080\u0093 Messali El Hadj Airport"], [5, "Ain el Beida Airport"], [5, "Antonio Maceo International Airport"], [5, "Aomori Airport"], [5, "Arrachart Airport"], [5, "Aurangabad Airport"], [5, "Bahawalpur Airport"], [5, "Ballina Byron Gateway Airport"], [5, "Barquisimeto International Airport"], [5, "Bayannur Tianjitai Airport"], [5, "Ben Schoeman Airport"], [5, "Bettles Airport"], [5, "Bogashevo Airport"], [5, "Br\u00c3\u00b8nn\u00c3\u00b8ysund Airport"], [5, "Bushehr Airport"], [5, "B\u00c3\u00a5tsfjord Airport"], [5, "Central Wisconsin Airport"], [5, "Chacalluta Airport"], [5, "Cherry Capital Airport"], [5, "Chicago Rockford International Airport"], [5, "Chileka International Airport"], [5, "City of Derry Airport"], [5, "Ciudad Obreg\u00c3\u00b3n International Airport"], [5, "Cloncurry Airport"], [5, "Coastal Carolina Regional Airport"], [5, "Cold Bay Airport"], [5, "Corpus Christi International Airport"], [5, "Cuneo International Airport"], [5, "Daniel Z. Romualdez Airport"], [5, "Daytona Beach International Airport"], [5, "Deadhorse Airport"], [5, "Dehradun Airport"], [5, "Durango La Plata County Airport"], [5, "Eilat Airport"], [5, "El Trompillo Airport"], [5, "Elim Airport"], [5, "Erzurum International Airport"], [5, "Faleolo International Airport"], [5, "Fatmawati Soekarno Airport"], [5, "Flor\u00c3\u00b8 Airport"], [5, "Fort Smith Regional Airport"], [5, "Fua'amotu International Airport"], [5, "General Guadalupe Victoria International Airport"], [5, "General Santos International Airport"], [5, "George Airport"], [5, "Girua Airport"], [5, "Glacier Park International Airport"], [5, "Goroka Airport"], [5, "Grand Forks International Airport"], [5, "Ha'il Airport"], [5, "Helena Regional Airport"], [5, "Heringsdorf Airport"], [5, "Hodeidah International Airport"], [5, "Humberside Airport"], [5, "Huslia Airport"], [5, "Hyakuri Airport"], [5, "Igloolik Airport"], [5, "Ignatyevo Airport"], [5, "Ilulissat Airport"], [5, "Jinzhou Airport"], [5, "Kalgoorlie Boulder Airport"], [5, "Kamloops Airport"], [5, "Kandahar Airport"], [5, "Karlovy Vary International Airport"], [5, "Karshi Khanabad Airport"], [5, "Kinmen Airport"], [5, "Kiunga Airport"], [5, "Koyuk Alfred Adams Airport"], [5, "Kuantan Airport"], [5, "Kugluktuk Airport"], [5, "Kushiro Airport"], [5, "Lauro Carneiro de Loyola Airport"], [5, "Lauro Kurtz Airport"], [5, "Lien Khuong Airport"], [5, "Limnos Airport"], [5, "MBS International Airport"], [5, "Makung Airport"], [5, "Malindi Airport"], [5, "Mardin Airport"], [5, "Marina Di Campo Airport"], [5, "Mehamn Airport"], [5, "Meixian Airport"], [5, "Melilla Airport"], [5, "Metz-Nancy-Lorraine Airport"], [5, "Minot International Airport"], [5, "Miyako Airport"], [5, "Momote Airport"], [5, "Mosj\u00c3\u00b8en Airport (Kj\u00c3\u00a6rstad)"], [5, "Narsarsuaq Airport"], [5, "Nea Anchialos Airport"], [5, "Niagara Falls International Airport"], [5, "Norsup Airport"], [5, "Northwest Regional Airport Terrace-Kitimat"], [5, "Noyabrsk Airport"], [5, "Nyingchi Airport"], [5, "Orlando Bezerra de Menezes Airport"], [5, "Pakse International Airport"], [5, "Palmerston North Airport"], [5, "Palonegro Airport"], [5, "Paro Airport"], [5, "Pau Pyr\u00c3\u00a9n\u00c3\u00a9es Airport"], [5, "Perpignan-Rivesaltes (Llaban\u00c3\u00a8re) Airport"], [5, "Persian Gulf International Airport"], [5, "Perugia San Francesco d'Assisi \u00e2\u0080\u0093 Umbria International Airport"], [5, "Phu Quoc International Airport"], [5, "Pikangikum Airport"], [5, "Pl\u00c3\u00a1cido de Castro Airport"], [5, "Polyarny Airport"], [5, "Port Sudan New International Airport"], [5, "Pyongyang Sunan International Airport"], [5, "Radin Inten II (Branti) Airport"], [5, "Rangiroa Airport"], [5, "Reykjavik Airport"], [5, "Rockhampton Airport"], [5, "Rostock-Laage Airport"], [5, "Rouyn Noranda Airport"], [5, "Saint-\u00c3\u0089tienne-Bouth\u00c3\u00a9on Airport"], [5, "Saratov Central Airport"], [5, "Sayun International Airport"], [5, "Schefferville Airport"], [5, "Senador Nilo Coelho Airport"], [5, "Serafin Enoss Bertaso Airport"], [5, "Sibiu International Airport"], [5, "Sitia Airport"], [5, "Sovetskiy Airport"], [5, "St George Airport"], [5, "St Mary's Airport"], [5, "Stornoway Airport"], [5, "Sultan Abdul Halim Airport"], [5, "Sultan Iskandar Muda International Airport"], [5, "Sumburgh Airport"], [5, "Sundsvall-H\u00c3\u00a4rn\u00c3\u00b6sand Airport"], [5, "Sunshine Coast Airport"], [5, "S\u00c3\u00a3o Pedro Airport"], [5, "Tachileik Airport"], [5, "Tanna Airport"], [5, "Tarbes-Lourdes-Pyr\u00c3\u00a9n\u00c3\u00a9es Airport"], [5, "Tef\u00c3\u00a9 Airport"], [5, "Tengchong Tuofeng Airport"], [5, "The Pas Airport"], [5, "Timmins/Victor M. Power"], [5, "Toledo Express Airport"], [5, "Tongren Fenghuang Airport"], [5, "Toul Rosi\u00c3\u00a8res Air Base"], [5, "Tours-Val-de-Loire Airport"], [5, "Transilvania T\u00c3\u00a2rgu Mure\u00c5\u009f International Airport"], [5, "Tri-State/Milton J. Ferguson Field"], [5, "University Park Airport"], [5, "Vaasa Airport"], [5, "Vadodara Airport"], [5, "Valle del Fuerte International Airport"], [5, "Van Ferit Melen Airport"], [5, "Wajir Airport"], [5, "Whale Cove Airport"], [5, "Whitehorse / Erik Nielsen International Airport"], [5, "Williams Lake Airport"], [5, "Xichang Qingshan Airport"], [5, "Yan'an Ershilipu Airport"], [5, "Zweibr\u00c3\u00bccken Airport"], [5, "\u00c5\u009eanl\u00c4\u00b1urfa GAP Airport"], [4, "Abakan Airport"], [4, "Aguenar \u00e2\u0080\u0093 Hadj Bey Akhamok Airport"], [4, "Albury Airport"], [4, "Altamira Airport"], [4, "Ambler Airport"], [4, "Anshun Huangguoshu Airport"], [4, "Antonio Roldan Betancourt Airport"], [4, "Aragua\u00c3\u00adna Airport"], [4, "Astypalaia Airport"], [4, "Aswan International Airport"], [4, "Ayers Rock Connellan Airport"], [4, "Balmaceda Airport"], [4, "Bancasi Airport"], [4, "Bartolomeu Lisandro Airport"], [4, "Bateen Airport"], [4, "Batna Airport"], [4, "Bearskin Lake Airport"], [4, "Beloyarskiy Airport"], [4, "Berlev\u00c3\u00a5g Airport"], [4, "Big Trout Lake Airport"], [4, "Birchwood Airport"], [4, "Biskra Airport"], [4, "Bob Baker Memorial Airport"], [4, "Bosaso Airport"], [4, "Bram Fischer International Airport"], [4, "Bratsk Airport"], [4, "Brevig Mission Airport"], [4, "Broken Hill Airport"], [4, "Buckland Airport"], [4, "Bugulma Airport"], [4, "Buka Airport"], [4, "Buluh Tumbang (H A S Hanandjoeddin) Airport"], [4, "CFB Bagotville"], [4, "Cabo Velas Airport"], [4, "Caen-Carpiquet Airport"], [4, "Camilo Daza International Airport"], [4, "Caraj\u00c3\u00a1s Airport"], [4, "Cassidy International Airport"], [4, "Cat Bi International Airport"], [4, "Cataratas Del Iguaz\u00c3\u00ba International Airport"], [4, "Central Nebraska Regional Airport"], [4, "Chamonate Airport"], [4, "Charleville Airport"], [4, "Charlottetown Airport"], [4, "Chisasibi Airport"], [4, "Choibalsan Airport"], [4, "Clyde River Airport"], [4, "Coffs Harbour Airport"], [4, "Columbia Regional Airport"], [4, "Comandante Espora Airport"], [4, "Cranbrook/Canadian Rockies International Airport"], [4, "Daru Airport"], [4, "Deering Airport"], [4, "Dipolog Airport"], [4, "Dryden Regional Airport"], [4, "Duluth International Airport"], [4, "Dunedin Airport"], [4, "E. T. Joshua Airport"], [4, "El Calafate Airport"], [4, "Emmonak Airport"], [4, "Ende (H Hasan Aroeboesman) Airport"], [4, "Enshi Airport"], [4, "Erie International Tom Ridge Field"], [4, "Fascene Airport"], [4, "Flin Flon Airport"], [4, "Flores Airport"], [4, "Fort Smith Airport"], [4, "Frans Kaisiepo Airport"], [4, "Fredericton Airport"], [4, "Fukue Airport"], [4, "Fukushima Airport"], [4, "Galcaio Airport"], [4, "Gamal Abdel Nasser Airport"], [4, "Gambell Airport"], [4, "Ganja Airport"], [4, "General Rodolfo S\u00c3\u00a1nchez Taboada International Airport"], [4, "Gjoa Haven Airport"], [4, "Gladstone Airport"], [4, "Godofredo P. Ramos Airport"], [4, "Golovin Airport"], [4, "Gove Airport"], [4, "Governor's Harbour Airport"], [4, "Grande Prairie Airport"], [4, "Greater Binghamton/Edwin A Link field"], [4, "Groote Eylandt Airport"], [4, "Guarani International Airport"], [4, "Gwangju Airport"], [4, "Haines Airport"], [4, "Hall Beach Airport"], [4, "Hamilton International Airport"], [4, "Hanamaki Airport"], [4, "Hassan I Airport"], [4, "Hilo International Airport"], [4, "Hilton Head Airport"], [4, "Hiva Oa-Atuona Airport"], [4, "Huahine-Fare Airport"], [4, "Hualien Airport"], [4, "Idaho Falls Regional Airport"], [4, "Ithaca Tompkins Regional Airport"], [4, "Izhevsk Airport"], [4, "JAGS McCartney International Airport"], [4, "Jalaluddin Airport"], [4, "John C. Munro Hamilton International Airport"], [4, "Josefa Camejo International Airport"], [4, "Joshua Mqabuko Nkomo International Airport"], [4, "Jo\u00c3\u00a3o Sim\u00c3\u00b5es Lopes Neto International Airport"], [4, "Kalskag Airport"], [4, "Kasane Airport"], [4, "Kasos Airport"], [4, "Kavieng Airport"], [4, "Kerman Airport"], [4, "Kithira Airport"], [4, "Kobuk Airport"], [4, "Komodo (Mutiara II) Airport"], [4, "Kramfors Sollefte\u00c3\u00a5 Airport"], [4, "Kruger Mpumalanga International Airport"], [4, "Kumasi Airport"], [4, "Kwigillingok Airport"], [4, "Kzyl-Orda Southwest Airport"], [4, "K\u00c5\u008dchi Ry\u00c5\u008dma Airport"], [4, "L'Esp\u00c3\u00a9rance Airport"], [4, "Labo Airport"], [4, "Labuan Airport"], [4, "Lanai Airport"], [4, "Lanseria Airport"], [4, "Laredo International Airport"], [4, "Legazpi City International Airport"], [4, "Lewiston Nez Perce County Airport"], [4, "Lycksele Airport"], [4, "L\u00c3\u00bcbeck Blankensee Airport"], [4, "Maca\u00c3\u00a9 Airport"], [4, "Makkovik Airport"], [4, "Malatya Tulga Airport"], [4, "Malvinas Argentinas Airport"], [4, "Manda Airstrip"], [4, "Manhattan Regional Airport"], [4, "Mariehamn Airport"], [4, "Maroantsetra Airport"], [4, "Marshall Islands International Airport"], [4, "Martha's Vineyard Airport"], [4, "Matur\u00c3\u00adn Airport"], [4, "Mayor Buenaventura Vivas International Airport"], [4, "Mazar I Sharif Airport"], [4, "Mo i Rana Airport - R\u00c3\u00b8ssvoll"], [4, "Montr\u00c3\u00a9al / Saint-Hubert Airport"], [4, "Moorea Airport"], [4, "Moses Kilangin Airport"], [4, "Munda Airport"], [4, "Muskrat Dam Airport"], [4, "Myitkyina Airport"], [4, "M\u00c3\u00a1rio de Almeida Franco Airport"], [4, "Nanyuki Airport"], [4, "Naryan Mar Airport"], [4, "Natashquan Airport"], [4, "Nelson Airport"], [4, "North Ronaldsay Airport"], [4, "Nouadhibou International Airport"], [4, "Noum\u00c3\u00a9rat - Moufdi Zakaria Airport"], [4, "Nuku Hiva Airport"], [4, "Nukus Airport"], [4, "Nusatupe Airport"], [4, "Nyagan Airport"], [4, "N\u00c3\u00aemes-Arles-Camargue Airport"], [4, "Osijek Airport"], [4, "Osmany International Airport"], [4, "Ostrava Leos Jan\u00c3\u00a1\u00c4\u008dek Airport"], [4, "Oulu Airport"], [4, "Pangnirtung Airport"], [4, "Parma Airport"], [4, "Phu Bai Airport"], [4, "Pico Airport"], [4, "Postville Airport"], [4, "Presidente Nicolau Lobato International Airport"], [4, "Puerto Jimenez Airport"], [4, "Puvirnituq Airport"], [4, "Qaqortoq Heliport"], [4, "Quepos Managua Airport"], [4, "Quesnel Airport"], [4, "Quinhagak Airport"], [4, "Rafael Hernandez Airport"], [4, "Raiatea Airport"], [4, "Robert (Bob) Curtis Memorial Airport"], [4, "Rochester International Airport"], [4, "Rodez-Marcillac Airport"], [4, "Ruby Airport"], [4, "Russian Mission Airport"], [4, "Salisbury Ocean City Wicomico Regional Airport"], [4, "San Crist\u00c3\u00b3bal Airport"], [4, "San Luis County Regional Airport"], [4, "San Salvador Airport"], [4, "Sandnessj\u00c3\u00b8en Airport (Stokka)"], [4, "Santa Terezinha Airport"], [4, "Sault Ste Marie Airport"], [4, "Savoonga Airport"], [4, "Sege Airport"], [4, "Sibulan Airport"], [4, "Sivas Nuri Demira\u00c4\u009f Airport"], [4, "Smithers Airport"], [4, "Sogndal Airport"], [4, "Southwest Georgia Regional Airport"], [4, "St Michael Airport"], [4, "Stavropol Shpakovskoye Airport"], [4, "Stokmarknes Skagen Airport"], [4, "Surat Thani Airport"], [4, "Tabubil Airport"], [4, "Taloyoak Airport"], [4, "Taraz Airport"], [4, "Tobago-Crown Point Airport"], [4, "Toowoomba Airport"], [4, "Tres De Mayo Airport"], [4, "Ukhta Airport"], [4, "University of Illinois Willard Airport"], [4, "Uytash Airport"], [4, "Vagar Airport"], [4, "Valladolid Airport"], [4, "Vilankulo Airport"], [4, "Vilhelmina Airport"], [4, "Virgin Gorda Airport"], [4, "Wales Airport"], [4, "Watertown International Airport"], [4, "White Mountain Airport"], [4, "Wolter Monginsidi Airport"], [4, "Yacuiba Airport"], [4, "Yining Airport"], [4, "Youngstown Warren Regional Airport"], [4, "\u00c3\u0098rsta-Volda Airport - Hovden"], [3, "Aasiaat Airport"], [3, "Aba Tenna Dejazmach Yilma International Airport"], [3, "Abdul Rachman Saleh Airport"], [3, "Aitutaki Airport"], [3, "Akanu Ibiam International Airport"], [3, "Akiak Airport"], [3, "Al Ahsa Airport"], [3, "Al Baha Airport"], [3, "Albany Airport"], [3, "Alberto Alcolumbre Airport"], [3, "Allakaket Airport"], [3, "Alliance Municipal Airport"], [3, "Amado Nervo National Airport"], [3, "Amborovy Airport"], [3, "Anaktuvuk Pass Airport"], [3, "Anapa Vityazevo Airport"], [3, "Andizhan Airport"], [3, "And\u00c3\u00b8ya Airport"], [3, "Anshan Air Base"], [3, "Antonio Narino Airport"], [3, "Antsirabato Airport"], [3, "Anvik Airport"], [3, "Araxos Airport"], [3, "Arcata Airport"], [3, "Ardabil Airport"], [3, "Arenal Airport"], [3, "Arnold Palmer Regional Airport"], [3, "Atlas Brasil Cantanhede Airport"], [3, "Aupaluk Airport"], [3, "Awang Airport"], [3, "Bah\u00c3\u00adas de Huatulco International Airport"], [3, "Bangui M'Poko International Airport"], [3, "Banja Luka International Airport"], [3, "Barau(Kalimaru) Airport"], [3, "Barnaul Airport"], [3, "Bathurst Airport"], [3, "Batman Airport"], [3, "Bauru - Arealva Airport"], [3, "Bisha Airport"], [3, "Bonaventure Airport"], [3, "Bonriki International Airport"], [3, "Brigadier Antonio Parodi Airport"], [3, "Brownsville South Padre Island International Airport"], [3, "Brunswick Golden Isles Airport"], [3, "Bucholz Army Air Field"], [3, "Bunia Airport"], [3, "Busselton Regional Airport"], [3, "Bydgoszcz Ignacy Jan Paderewski Airport"], [3, "Cabinda Airport"], [3, "Cabo Frio Airport"], [3, "Can Tho International Airport"], [3, "Cap Haitien International Airport"], [3, "Cape Dorset Airport"], [3, "Capitan Corbeta CA Curbelo International Airport"], [3, "Cascavel Airport"], [3, "Casper-Natrona County International Airport"], [3, "Castres-Mazamet Airport"], [3, "Chadron Municipal Airport"], [3, "Chaoyang Airport"], [3, "Chapais Airport"], [3, "Chefornak Airport"], [3, "Chevery Airport"], [3, "Cincinnati Municipal Airport Lunken Field"], [3, "Ciudad del Carmen International Airport"], [3, "Columbus Metropolitan Airport"], [3, "Cox's Bazar Airport"], [3, "Craig Cove Airport"], [3, "Dakhla Airport"], [3, "Denny Island Airport"], [3, "Dillingham Airport"], [3, "Dimokritos Airport"], [3, "Dinard-Pleurtuit-Saint-Malo Airport"], [3, "Dole-Tavaux Airport"], [3, "Doomadgee Airport"], [3, "Dothan Regional Airport"], [3, "Dourados Airport"], [3, "Drake Bay Airport"], [3, "Dubbo City Regional Airport"], [3, "Durham Tees Valley Airport"], [3, "Easterwood Field"], [3, "Eek Airport"], [3, "Eldoret International Airport"], [3, "Eros Airport"], [3, "Erzincan Airport"], [3, "Esperance Airport"], [3, "Fabio Alberto Leon Bentley Airport"], [3, "Fakfak Airport"], [3, "Federico Fellini International Airport"], [3, "Fernando de Noronha Airport"], [3, "Fort Hope Airport"], [3, "Fort Nelson Airport"], [3, "Fort Severn Airport"], [3, "Francisco B. Reyes Airport"], [3, "Francisco De Orellana Airport"], [3, "Gan International Airport"], [3, "Gander International Airport"], [3, "Gaua Island Airport"], [3, "General Rivadeneira Airport"], [3, "Geraldton Airport"], [3, "German Olano Airport"], [3, "Gillette Campbell County Airport"], [3, "Golden Triangle Regional Airport"], [3, "Golfito Airport"], [3, "Goma International Airport"], [3, "Gu-Lian Airport"], [3, "Gustavus Airport"], [3, "Gwadar International Airport"], [3, "Havre St Pierre Airport"], [3, "Hawke's Bay Airport"], [3, "Hay River / Merlyn Carter Airport"], [3, "Heihe Airport"], [3, "Hierro Airport"], [3, "Hihifo Airport"], [3, "Holy Cross Airport"], [3, "Hoonah Airport"], [3, "Hugo Cantergiani Regional Airport"], [3, "Huron Regional Airport"], [3, "Ignacio Agramonte International Airport"], [3, "Ikaria Airport"], [3, "Inhambane Airport"], [3, "Inukjuak Airport"], [3, "Ipota Airport"], [3, "Jabalpur Airport"], [3, "Jessore Airport"], [3, "Juan Pablo P\u00c3\u00a9rez Alfonso Airport"], [3, "Jyvaskyla Airport"], [3, "Kahramanmara\u00c5\u009f Airport"], [3, "Kaimana Airport"], [3, "Kalmar Airport"], [3, "Kaltag Airport"], [3, "Kananga Airport"], [3, "Kangirsuk Airport"], [3, "Kars Airport"], [3, "Kemerovo Airport"], [3, "Kenai Municipal Airport"], [3, "Kenora Airport"], [3, "Kipnuk Airport"], [3, "Kiruna Airport"], [3, "Kisumu Airport"], [3, "Kitaky\u00c5\u00absh\u00c5\u00ab Airport"], [3, "Kivalina Airport"], [3, "Klawock Airport"], [3, "Kokkola-Pietarsaari Airport"], [3, "Kongiganak Airport"], [3, "Konya Airport"], [3, "Kostanay West Airport"], [3, "Kotlik Airport"], [3, "Kufra Airport"], [3, "Kwethluk Airport"], [3, "La Abraq Airport"], [3, "La Crosse Municipal Airport"], [3, "La Grande Rivi\u00c3\u00a8re Airport"], [3, "La Isabela International Airport"], [3, "Lake Charles Regional Airport"], [3, "Lalibella Airport"], [3, "Lampedusa Airport"], [3, "Lappeenranta Airport"], [3, "Lawas Airport"], [3, "Learmonth Airport"], [3, "Leknes Airport"], [3, "Licenciado Miguel de la Madrid Airport"], [3, "Lifou Airport"], [3, "Lincoln Airport"], [3, "Lingling Airport"], [3, "Liping Airport"], [3, "Lonorore Airport"], [3, "Lord Howe Island Airport"], [3, "Los Garzones Airport"], [3, "Lourdes de Blanc Sablon Airport"], [3, "Lubango Airport"], [3, "Mackenzie Airport"], [3, "Manihi Airport"], [3, "Maningrida Airport"], [3, "Maquehue Airport"], [3, "Mara Serena Lodge Airstrip"], [3, "Mariscal Lamar Airport"], [3, "Matei Airport"], [3, "Maumere(Wai Oti) Airport"], [3, "Maupiti Airport"], [3, "Mekele Airport"], [3, "Menongue Airport"], [3, "Merimbula Airport"], [3, "Merle K (Mudhole) Smith Airport"], [3, "Metlakatla Seaplane Base"], [3, "Mogador Airport"], [3, "Molokai Airport"], [3, "Moosonee Airport"], [3, "Mopah Airport"], [3, "Moranbah Airport"], [3, "Mornington Island Airport"], [3, "Moro Airport"], [3, "Mota Lava Airport"], [3, "Muhammad Salahuddin Airport"], [3, "Mundo Maya International Airport"], [3, "Mu\u00c5\u009f Airport"], [3, "M\u00c3\u00a1rio Ribeiro Airport"], [3, "Nabire Airport"], [3, "Namsos H\u00c3\u00b8knes\u00c3\u00b8ra Airport"], [3, "Nauru International Airport"], [3, "Nejran Airport"], [3, "New Bedford Regional Airport"], [3, "New Plymouth Airport"], [3, "Ngorangora Airport"], [3, "Nightmute Airport"], [3, "Noatak Airport"], [3, "Norfolk Island International Airport"], [3, "North Central West Virginia Airport"], [3, "Nova Lisboa Airport"], [3, "Nulato Airport"], [3, "Obando Airport"], [3, "Padre Aldamiz International Airport"], [3, "Palanga International Airport"], [3, "Palmar Sur Airport"], [3, "Pantelleria Airport"], [3, "Papa Westray Airport"], [3, "Paraburdoo Airport"], [3, "Pavlodar Airport"], [3, "Perales Airport"], [3, "Phitsanulok Airport"], [3, "Phu Cat Airport"], [3, "Pierrefonds Airport"], [3, "Pleiku Airport"], [3, "Pobedilovo Airport"], [3, "Pohang Airport"], [3, "Pohnpei International Airport"], [3, "Pond Inlet Airport"], [3, "Pori Airport"], [3, "Porto Santo Airport"], [3, "Presidente Jo\u00c3\u00a3o Batista Figueiredo Airport"], [3, "Professor Urbano Ernesto Stumpf Airport"], [3, "Proserpine Whitsunday Coast Airport"], [3, "Provo Municipal Airport"], [3, "Pu'er Simao Airport"], [3, "Puerto Escondido International Airport"], [3, "Qamdo Bangda Airport"], [3, "Quelimane Airport"], [3, "Raja Haji Fisabilillah International Airport"], [3, "Rajkot Airport"], [3, "Red Deer Regional Airport"], [3, "Repulse Bay Airport"], [3, "Rock Springs Sweetwater County Airport"], [3, "Roma Airport"], [3, "Ronneby Airport"], [3, "Rotorua Regional Airport"], [3, "Roxas Airport"], [3, "R\u00c3\u00b8rvik Airport - Ryum"], [3, "Sacheon Air Base"], [3, "Saga Airport"], [3, "Saint John Airport"], [3, "Sainte Marie Airport"], [3, "Sambava Airport"], [3, "Samburu South Airport"], [3, "San Sebastian Airport"], [3, "Sandy Lake Airport"], [3, "Sanikiluaq Airport"], [3, "Savannakhet Airport"], [3, "Savusavu Airport"], [3, "Sawyer International Airport"], [3, "Sde Dov Airport"], [3, "Semipalatinsk Airport"], [3, "Shageluk Airport"], [3, "Shaikh Zaid Airport"], [3, "Shishmaref Airport"], [3, "Sisimiut Airport"], [3, "Sitka Rocky Gutierrez Airport"], [3, "Sittwe Airport"], [3, "Skagway Airport"], [3, "Skellefte\u00c3\u00a5 Airport"], [3, "Skiros Airport"], [3, "Sola Airport"], [3, "Soyo Airport"], [3, "St Augustin Airport"], [3, "St Paul Island Airport"], [3, "St Pierre Airport"], [3, "St. Anthony Airport"], [3, "St. Mary's Airport"], [3, "Stockholm V\u00c3\u00a4ster\u00c3\u00a5s Airport"], [3, "Stord Airport"], [3, "Surat Airport"], [3, "Surigao Airport"], [3, "Svalbard Airport - Longyear"], [3, "Svolv\u00c3\u00a6r Helle Airport"], [3, "S\u00c3\u00a3o Tom\u00c3\u00a9 International Airport"], [3, "Tagbilaran Airport"], [3, "Takaroa Airport"], [3, "Tamale Airport"], [3, "Tambolaka Airport"], [3, "Tambor Airport"], [3, "Tari Airport"], [3, "Tauranga Airport"], [3, "Tazadit Airport"], [3, "Teller Airport"], [3, "Tjilik Riwut Airport"], [3, "Tokachi-Obihiro Airport"], [3, "Toksook Bay Airport"], [3, "Toliara Airport"], [3, "Torres Airstrip"], [3, "Toulon-Hy\u00c3\u00a8res Airport"], [3, "Tsushima Airport"], [3, "Tubuai Airport"], [3, "Tuguegarao Airport"], [3, "Tyler Pounds Regional Airport"], [3, "Ua Huka Airport"], [3, "Ua Pou Airport"], [3, "Ubon Ratchathani Airport"], [3, "Ukunda Airstrip"], [3, "Ulsan Airport"], [3, "Ulukhaktok Holman Airport"], [3, "Ul\u00c3\u00a9i Airport"], [3, "Umiujaq Airport"], [3, "Unalaska Airport"], [3, "Uralsk Airport"], [3, "Uray Airport"], [3, "Urmia Airport"], [3, "Usiminas Airport"], [3, "Valan Airport"], [3, "Valdosta Regional Airport"], [3, "Vanimo Airport"], [3, "Vard\u00c3\u00b8 Airport - Svartnes"], [3, "Vilo Acu\u00c3\u00b1a International Airport"], [3, "Wagga Wagga City Airport"], [3, "Walvis Bay Airport"], [3, "Waterloo Airport"], [3, "Watertown Regional Airport"], [3, "Wilwal International Airport"], [3, "Windsor Airport"], [3, "Woodbourne Airport"], [3, "Worland Municipal Airport"], [3, "Wunnumin Lake Airport"], [3, "Wuzhou Changzhoudao Airport"], [3, "Wynyard Airport"], [3, "Yamagata Airport"], [3, "Yamaguchi Ube Airport"], [3, "Yeosu Airport"], [3, "Yuma MCAS/Yuma International Airport"], [3, "Zhaotong Airport"], [3, "Zhijiang Airport"], [3, "\u00c3\u0081stor Piazzola International Airport"], [3, "\u00c3\u0084ngelholm-Helsingborg Airport"], [3, "\u00c3\u0085re \u00c3\u0096stersund Airport"], [3, "\u00c3\u008eles-de-la-Madeleine Airport"], [2, "Abbotsford Airport"], [2, "Abilene Regional Airport"], [2, "Ad\u00c4\u00b1yaman Airport"], [2, "Agen-La Garenne Airport"], [2, "Agra Airport"], [2, "Ahe Airport"], [2, "Akulivik Airport"], [2, "Al Ain International Airport"], [2, "Al Qaisumah/Hafr Al Batin Airport"], [2, "Al-Jawf Domestic Airport"], [2, "Alakanuk Airport"], [2, "Alberto Carnevalli Airport"], [2, "Alderney Airport"], [2, "Alferez Fap David Figueroa Fernandini Airport"], [2, "Alfonso L\u00c3\u00b3pez Pumarejo Airport"], [2, "Allahabad Airport"], [2, "Alluitsup Paa Heliport"], [2, "Alpena County Regional Airport"], [2, "Altoona Blair County Airport"], [2, "Amami Airport"], [2, "Amasya Merzifon Airport"], [2, "Amboseli Airport"], [2, "Aniwa Airport"], [2, "Antwerp International Airport (Deurne)"], [2, "Aqaba King Hussein International Airport"], [2, "Arar Domestic Airport"], [2, "Araracuara Airport"], [2, "Ara\u00c3\u00a7atuba Airport"], [2, "Armidale Airport"], [2, "Arthur's Town Airport"], [2, "Arvidsjaur Airport"], [2, "Aspen-Pitkin Co/Sardy Field"], [2, "Atqasuk Edward Burnell Sr Memorial Airport"], [2, "Attawapiskat Airport"], [2, "Aurukun Airport"], [2, "Avignon-Caumont Airport"], [2, "Axum Airport"], [2, "A\u00c4\u009fr\u00c4\u00b1 Airport"], [2, "Badajoz Airport"], [2, "Bahir Dar Airport"], [2, "Bandar Lengeh Airport"], [2, "Bangoka International Airport"], [2, "Barinas Airport"], [2, "Bario Airport"], [2, "Barnstable Municipal Boardman Polando Field"], [2, "Barter Island LRRS Airport"], [2, "Basco Airport"], [2, "Bata Airport"], [2, "Bayankhongor Airport"], [2, "Beaver Airport"], [2, "Bedourie Airport"], [2, "Belbek Airport"], [2, "Bella Coola Airport"], [2, "Benbecula Airport"], [2, "Beni Airport"], [2, "Benin Airport"], [2, "Benito Salas Airport"], [2, "Bhavnagar Airport"], [2, "Bhuj Airport"], [2, "Birdsville Airport"], [2, "Birjand Airport"], [2, "Bobo Dioulasso Airport"], [2, "Bocas Del Toro International Airport"], [2, "Bodaybo Airport"], [2, "Boeing Field King County International Airport"], [2, "Bolzano Airport"], [2, "Boone County Airport"], [2, "Borlange Airport"], [2, "Boulia Airport"], [2, "Bradford Regional Airport"], [2, "Brainerd Lakes Regional Airport"], [2, "Bubung Airport"], [2, "Bukavu Kavumu Airport"], [2, "Bundaberg Airport"], [2, "Burketown Airport"], [2, "Camilo Ponce Enriquez Airport"], [2, "Capitan Nicolas Rojas Airport"], [2, "Capit\u00c3\u00a1n An\u00c3\u00adbal Arab Airport"], [2, "Capit\u00c3\u00a1n FAP Guillermo Concha Iberico International Airport"], [2, "Castlegar/West Kootenay Regional Airport"], [2, "Cat Lake Airport"], [2, "Catarman National Airport"], [2, "Catumbela Airport"], [2, "Ca\u00c3\u00a7ador Airport"], [2, "Chalkyitsik Airport"], [2, "Charlo Airport"], [2, "Chautauqua County-Jamestown Airport"], [2, "Cheboksary Airport"], [2, "Cherskiy Airport"], [2, "Chevak Airport"], [2, "Chitral Airport"], [2, "Chokurdakh Airport"], [2, "Christmas Island Airport"], [2, "Chu Lai International Airport"], [2, "Churchill Falls Airport"], [2, "Chuuk International Airport"], [2, "Ch\u00c3\u00a2lons-Vatry Air Base"], [2, "Co Ong Airport"], [2, "Colonel Hill Airport"], [2, "Coronel FAP Alfredo Mendivil Duarte Airport"], [2, "Coronel FAP Carlos Ciriani Santa Rosa International Airport"], [2, "Corvo Airport"], [2, "Cotopaxi International Airport"], [2, "Craiova Airport"], [2, "Cunnamulla Airport"], [2, "Dawadmi Domestic Airport"], [2, "Dawei Airport"], [2, "Dawson Creek Airport"], [2, "Deadman's Cay Airport"], [2, "Deauville-Saint-Gatien Airport"], [2, "Debrecen International Airport"], [2, "Decatur Airport"], [2, "Dera Ghazi Khan Airport"], [2, "Dera Ismael Khan Airport"], [2, "Dharavandhoo Airport"], [2, "Dickinson Theodore Roosevelt Regional Airport"], [2, "Dillon's Bay Airport"], [2, "Dimapur Airport"], [2, "Diom\u00c3\u00adcio Freitas Airport"], [2, "Diu Airport"], [2, "Djanet Inedbirene Airport"], [2, "Domingo Faustino Sarmiento Airport"], [2, "Donegal Airport"], [2, "Dong Tac Airport"], [2, "Dr. Antonio Nicol\u00c3\u00a1s Brice\u00c3\u00b1o Airport"], [2, "DuBois Regional Airport"], [2, "Dubuque Regional Airport"], [2, "Dumatumbun Airport"], [2, "D\u00c3\u00a9line Airport"], [2, "East Texas Regional Airport"], [2, "Eastmain River Airport"], [2, "Eduardo Falla Solano Airport"], [2, "Edward Bodden Airfield"], [2, "El Eden Airport"], [2, "El Fasher Airport"], [2, "El Golea Airport"], [2, "El Lencero Airport"], [2, "El Yopal Airport"], [2, "Emerald Airport"], [2, "Enrique Malek International Airport"], [2, "Erechim Airport"], [2, "Erenhot Saiwusu International Airport"], [2, "Esbjerg Airport"], [2, "Faisalabad International Airport"], [2, "Fakarava Airport"], [2, "Falls International Airport"], [2, "Fera/Maringe Airport"], [2, "Flagstaff Pulliam Airport"], [2, "Florence Regional Airport"], [2, "Ford Airport"], [2, "Fort Albany Airport"], [2, "Fort Chipewyan Airport"], [2, "Fort Frances Municipal Airport"], [2, "Fort Good Hope Airport"], [2, "Fort Simpson Airport"], [2, "Francistown Airport"], [2, "Frank Miloye Milenkowichi\u00e2\u0080\u0093Mar\u00c3\u00adlia State Airport"], [2, "Futuna Airport"], [2, "Gab\u00c3\u00a8s Matmata International Airport"], [2, "Gafsa Ksar International Airport"], [2, "Gambella Airport"], [2, "Gannan Xiahe Airport"], [2, "Gardabya Airport"], [2, "Garden City Regional Airport"], [2, "Garoua International Airport"], [2, "Gasp\u00c3\u00a9 (Michel-Pouliot) Airport"], [2, "Geneina Airport"], [2, "General Bartolome Salom International Airport"], [2, "General Pedro Jose Mendez International Airport"], [2, "General Servando Canales International Airport"], [2, "General Urquiza Airport"], [2, "Gerardo Tobar L\u00c3\u00b3pez Airport"], [2, "Gerrard Smith International Airport"], [2, "Ghriss Airport"], [2, "Gillam Airport"], [2, "Gisborne Airport"], [2, "Gobernador Horacio Guzman International Airport"], [2, "Golmud Airport"], [2, "Gonder Airport"], [2, "Gorakhpur Airport"], [2, "Greenbrier Valley Airport"], [2, "Griffith Airport"], [2, "Gurayat Domestic Airport"], [2, "Gustavo Artunduaga Paredes Airport"], [2, "Gustavo Vargas Airport"], [2, "Hagerstown Regional Richard A Henson Field"], [2, "Hagfors Airport"], [2, "Haifa International Airport"], [2, "Hanimaadhoo Airport"], [2, "Hao Airport"], [2, "Hassi R'Mel Airport"], [2, "Hasvik Airport"], [2, "Hawarden Airport"], [2, "Hemavan Airport"], [2, "Hermes Quijada International Airport"], [2, "Hervey Bay Airport"], [2, "High Level Airport"], [2, "Hoedspruit Air Force Base Airport"], [2, "Homer Airport"], [2, "Hooper Bay Airport"], [2, "Hopedale Airport"], [2, "Hubli Airport"], [2, "Hughes Airport"], [2, "Iki Airport"], [2, "Imperial County Airport"], [2, "In Am\u00c3\u00a9nas Airport"], [2, "In Salah Airport"], [2, "Inagua Airport"], [2, "Ingeniero Alberto Acu\u00c3\u00b1a Ongay International Airport"], [2, "Invercargill Airport"], [2, "Ioannina Airport"], [2, "Itaituba Airport"], [2, "Ivalo Airport"], [2, "Ivano-Frankivsk International Airport"], [2, "Ivujivik Airport"], [2, "Jack Mc Namara Field Airport"], [2, "Jackson Hole Airport"], [2, "Ji-Paran\u00c3\u00a1 Airport"], [2, "Jimma Airport"], [2, "John Murtha Johnstown Cambria County Airport"], [2, "Joplin Regional Airport"], [2, "Jorge E. Gonzalez Torres Airport"], [2, "Juan Casiano Airport"], [2, "Julia Creek Airport"], [2, "J\u00c3\u00b6nk\u00c3\u00b6ping Airport"], [2, "Kaadedhdhoo Airport"], [2, "Kadhdhoo Airport"], [2, "Kaghau Airport"], [2, "Kajaani Airport"], [2, "Kangiqsujuaq (Wakeham Bay) Airport"], [2, "Kangra Airport"], [2, "Kapalua Airport"], [2, "Kapuskasing Airport"], [2, "Karamay Airport"], [2, "Karlstad Airport"], [2, "Kasabonika Airport"], [2, "Kashechewan Airport"], [2, "Kasigluk Airport"], [2, "Kassel-Calden Airport"], [2, "Kastelorizo Airport"], [2, "Katima Mulilo Airport"], [2, "Kemi-Tornio Airport"], [2, "Kerteh Airport"], [2, "Ketapang(Rahadi Usman) Airport"], [2, "Khon Kaen Airport"], [2, "Kimberley Airport"], [2, "Kindu Airport"], [2, "King Island Airport"], [2, "Kingfisher Lake Airport"], [2, "Kittil\u00c3\u00a4 Airport"], [2, "Klamath Falls Airport"], [2, "Koggala Airport"], [2, "Kokshetau Airport"], [2, "Kooddoo Airport"], [2, "Kosrae International Airport"], [2, "Koumac Airport"], [2, "Kowanyama Airport"], [2, "Koyukuk Airport"], [2, "Kudat Airport"], [2, "Kuito Airport"], [2, "Kunsan Air Base"], [2, "Kuqa Airport"], [2, "Kurgan Airport"], [2, "LTS Pulau Redang Airport"], [2, "La Tabati\u00c3\u00a8re Airport"], [2, "Labasa Airport"], [2, "Lamap Airport"], [2, "Lamen Bay Airport"], [2, "Lankaran International Airport"], [2, "Lansdowne House Airport"], [2, "Laoag International Airport"], [2, "Las Brujas Airport"], [2, "Lawton Fort Sill Regional Airport"], [2, "Lebanon Municipal Airport"], [2, "Licenciado y General Ignacio Lopez Rayon Airport"], [2, "Lichinga Airport"], [2, "Lindu Airport"], [2, "Link\u00c3\u00b6ping City Airport"], [2, "Lockhart River Airport"], [2, "Long Akah Airport"], [2, "Long Lellang Airport"], [2, "Long Seridan Airport"], [2, "Longana Airport"], [2, "Longreach Airport"], [2, "Lorient South Brittany (Bretagne Sud) Airport"], [2, "Los Alamitos Army Air Field"], [2, "Los Colonizadores Airport"], [2, "Lugano Airport"], [2, "Lynchburg Regional Preston Glenn Field"], [2, "L\u00c3\u00a1zaro C\u00c3\u00a1rdenas Airport"], [2, "Mae Hong Son Airport"], [2, "Magnitogorsk International Airport"], [2, "Mahshahr Airport"], [2, "Malanje Airport"], [2, "Mammoth Yosemite Airport"], [2, "Maniitsoq Airport"], [2, "Margaret Ekpo International Airport"], [2, "Marshall Don Hunter Sr Airport"], [2, "Mataiva Airport"], [2, "Mataveri Airport"], [2, "Matsumoto Airport"], [2, "Mayaguana Airport"], [2, "Mayor General FAP Armando Revoredo Iglesias Airport"], [2, "Mbandaka Airport"], [2, "Mbuji Mayi Airport"], [2, "Mc Kellar Sipes Regional Airport"], [2, "Memorial Field"], [2, "Mercedita Airport"], [2, "Middle Georgia Regional Airport"], [2, "Milos Airport"], [2, "Minatitl\u00c3\u00a1n/Coatzacoalcos National Airport"], [2, "Misawa Air Base"], [2, "Misima Island Airport"], [2, "Moenjodaro Airport"], [2, "Mora Airport"], [2, "Morgantown Municipal Walter L. Bill Hart Field"], [2, "Morondava Airport"], [2, "Morristown Municipal Airport"], [2, "Moruya Airport"], [2, "Mount Gambier Airport"], [2, "Mountain Village Airport"], [2, "Mukah Airport"], [2, "Myeik Airport"], [2, "M\u00c3\u00b6r\u00c3\u00b6n Airport"], [2, "Naga Airport"], [2, "Nain Airport"], [2, "Nakashibetsu Airport"], [2, "Nakhon Phanom Airport"], [2, "Nakhon Si Thammarat Airport"], [2, "Nan Airport"], [2, "Nanaimo Airport"], [2, "Nanortalik Heliport"], [2, "Narrandera Airport"], [2, "Narsaq Heliport"], [2, "Naxos Airport"], [2, "Naypyidaw Airport"], [2, "Neerlerit Inaat Airport"], [2, "Nelson Ribeiro Guimar\u00c3\u00a3es Airport"], [2, "Nemiscau Airport"], [2, "Nev\u00c5\u009fehir Kapadokya Airport"], [2, "Newman Airport"], [2, "Ngari Gunsa Airport"], [2, "Normanton Airport"], [2, "Norrk\u00c3\u00b6ping Airport"], [2, "North Bay Airport"], [2, "North Spirit Lake Airport"], [2, "Northern Maine Regional Airport at Presque Isle"], [2, "Noshahr Airport"], [2, "Nuiqsut Airport"], [2, "Nyala Airport"], [2, "Old Arctic Bay Airport"], [2, "Oradea International Airport"], [2, "Ouarzazate Airport"], [2, "Ouv\u00c3\u00a9a Airport"], [2, "Owensboro Daviess County Airport"], [2, "Paamiut Heliport"], [2, "Pagadian Airport"], [2, "Pajala Airport"], [2, "Pamplona Airport"], [2, "Paraparaumu Airport"], [2, "Pardubice Airport"], [2, "Parkes Airport"], [2, "Paros Airport"], [2, "Petersburg James A Johnson Airport"], [2, "Petropavlosk South Airport"], [2, "Pichoy Airport"], [2, "Piedras Negras International Airport"], [2, "Pierre Van Ryneveld Airport"], [2, "Pitt Greenville Airport"], [2, "Plan De Guadalupe International Airport"], [2, "Plovdiv International Airport"], [2, "Point Lay LRRS Airport"], [2, "Poplar Hill Airport"], [2, "Porbandar Airport"], [2, "Pormpuraaw Airport"], [2, "Port Hardy Airport"], [2, "Port Lincoln Airport"], [2, "Port Menier Airport"], [2, "Portland International Jetport Airport"], [2, "Pregui\u00c3\u00a7a Airport"], [2, "Presidente Jo\u00c3\u00a3o Suassuna Airport"], [2, "Presidente Prudente Airport"], [2, "Prince Rupert Airport"], [2, "Puerto Lempira Airport"], [2, "Pullman Moscow Regional Airport"], [2, "P\u00c3\u00a9rigueux-Bassillac Airport"], [2, "Qaanaaq Airport"], [2, "Qaarsut Airport"], [2, "Qikiqtarjuaq Airport"], [2, "Quaqtaq Airport"], [2, "Quilpie Airport"], [2, "RAAF Base Curtin"], [2, "Rainbow Lake Airport"], [2, "Raivavae Airport"], [2, "Raleigh County Memorial Airport"], [2, "Ramata Airport"], [2, "Ramsar Airport"], [2, "Ravensthorpe Airport"], [2, "Rennell/Tingoa Airport"], [2, "Resolute Bay Airport"], [2, "Rhinelander Oneida County Airport"], [2, "Rickenbacker International Airport"], [2, "Rigolet Airport"], [2, "Rimatara Airport"], [2, "Rock Sound Airport"], [2, "Roswell International Air Center Airport"], [2, "Rota International Airport"], [2, "Round Lake (Weagamow Lake) Airport"], [2, "Rovaniemi Airport"], [2, "Rundu Airport"], [2, "Rurutu Airport"], [2, "R\u00c3\u00b8st Airport"], [2, "Sachigo Lake Airport"], [2, "Sachs Harbour (David Nasogaluak Jr. Saaryuaq) Airport"], [2, "Saidpur Airport"], [2, "Salluit Airport"], [2, "Sam Mbakwe International Airport"], [2, "San Angelo Regional Mathis Field"], [2, "Sand Point Airport"], [2, "Sandane Airport (Anda)"], [2, "Sanday Airport"], [2, "Santa Ana Airport"], [2, "Santa Maria Pub/Capt G Allan Hancock Field"], [2, "Santa Rosa Airport"], [2, "Santiago Perez Airport"], [2, "Santo \u00c3\u0082ngelo Airport"], [2, "Saransk Airport"], [2, "Satu Mare Airport"], [2, "Sauce Viejo Airport"], [2, "Saurimo Airport"], [2, "Savonlinna Airport"], [2, "Selawik Airport"], [2, "Seymour Airport"], [2, "Sharurah Airport"], [2, "Sheppard Air Force Base-Wichita Falls Municipal Airport"], [2, "Shungnak Airport"], [2, "Sigiriya Air Force Base"], [2, "Sioux Gateway Col. Bud Day Field"], [2, "Sir Bani Yas Airport"], [2, "Skiathos Island National Airport"], [2, "Sleetmute Airport"], [2, "Sloulin Field International Airport"], [2, "Socotra International Airport"], [2, "South Arkansas Regional At Goodwin Field"], [2, "South Bimini Airport"], [2, "South Caicos Airport"], [2, "Southeast Iowa Regional Airport"], [2, "Southeast Texas Regional Airport"], [2, "Southwest Bay Airport"], [2, "Southwest Oregon Regional Airport"], [2, "Spichenkovo Airport"], [2, "Spriggs Payne Airport"], [2, "Spring Point Airport"], [2, "St Cloud Regional Airport"], [2, "St Gallen Altenrhein Airport"], [2, "St George Municipal Airport"], [2, "Stella Maris Airport"], [2, "Stronsay Airport"], [2, "Suboficial Ay Santiago Germano Airport"], [2, "Sultan Azlan Shah Airport"], [2, "Sveg Airport"], [2, "Sydney / J.A. Douglas McCurdy Airport"], [2, "Syros Airport"], [2, "S\u00c3\u00a3o Jorge Airport"], [2, "S\u00c3\u00b8rkjosen Airport"], [2, "Tacheng Airport"], [2, "Takoradi Airport"], [2, "Tapachula International Airport"], [2, "Taree Airport"], [2, "Tartu Airport"], [2, "Tasiujaq Airport"], [2, "Taupo Airport"], [2, "Tautii Magheraus Airport"], [2, "Tavie Airport"], [2, "Teniente Benjamin Matienzo Airport"], [2, "Termez Airport"], [2, "Texarkana Regional Webb Field"], [2, "Thandwe Airport"], [2, "Tiga Airport"], [2, "Tikehau Airport"], [2, "Tiksi Airport"], [2, "Tokushima Airport"], [2, "Torsby Airport"], [2, "Tozeur Nefta International Airport"], [2, "Trang Airport"], [2, "Treasure Cay Airport"], [2, "Tshikapa Airport"], [2, "Tulita Airport"], [2, "Tupelo Regional Airport"], [2, "Tweed New Haven Airport"], [2, "T\u00c3\u00aate-\u00c3\u00a0-la-Baleine Airport"], [2, "T\u00c3\u00b4lanaro Airport"], [2, "U-Tapao International Airport"], [2, "Ugolny Airport"], [2, "Ulawa Airport"], [2, "Ulyanovsk Baratayevka Airport"], [2, "Upernavik Airport"], [2, "Usinsk Airport"], [2, "Ust-Kut Airport"], [2, "Valdez Pioneer Field"], [2, "Venango Regional Airport"], [2, "Venetie Airport"], [2, "Victoria Harbour Seaplane Base"], [2, "Vorkuta Airport"], [2, "Vunisea Airport"], [2, "Waco Regional Airport"], [2, "Wainwright Airport"], [2, "Wakkanai Airport"], [2, "Wapekeka Airport"], [2, "Waterford Airport"], [2, "Waterloo Regional Airport"], [2, "Webequie Airport"], [2, "Weipa Airport"], [2, "Wemindji Airport"], [2, "Westray Airport"], [2, "Whangarei Airport"], [2, "Wick Airport"], [2, "Williamsport Regional Airport"], [2, "Windorah Airport"], [2, "Winton Airport"], [2, "Worcester Regional Airport"], [2, "Wrangell Airport"], [2, "Xinyuan Nalati Airport"], [2, "Yakutat Airport"], [2, "Yap International Airport"], [2, "Yellowstone Regional Airport"], [2, "Yushu Batang Airport"], [2, "Zaporizhzhia International Airport"], [2, "Zhezkazgan Airport"], [2, "Zhob Airport"], [2, "Zhongwei Shapotou Airport"], [2, "Ziguinchor Airport"], [2, "Zona da Mata Regional Airport"], [2, "Zonguldak Airport"], [2, "\u00c3\u0087ardak Airport"], [2, "\u00c3\u008ele Art - Waala Airport"], [2, "\u00c3\u0096rebro Airport"], [1, "Aberdeen Regional Airport"], [1, "Abu Simbel Airport"], [1, "Adak Airport"], [1, "Adirondack Regional Airport"], [1, "Aerotortuguero Airport"], [1, "Agatti Airport"], [1, "Akhiok Airport"], [1, "Akureyri Airport"], [1, "Akutan Seaplane Base"], [1, "Akwa Ibom International Airport"], [1, "Al Ghaidah International Airport"], [1, "Al Wajh Domestic Airport"], [1, "Alashankou Bole (Bortala) airport"], [1, "Almirante Padilla Airport"], [1, "Altai Airport"], [1, "Anadolu Airport"], [1, "Anahim Lake Airport"], [1, "Andahuaylas Airport"], [1, "Aneityum Airport"], [1, "Anglesey Airport"], [1, "Angoon Seaplane Base"], [1, "Angoul\u00c3\u00aame-Brie-Champniers Airport"], [1, "Arad International Airport"], [1, "Araraquara Airport"], [1, "Arba Minch Airport"], [1, "Arctic Village Airport"], [1, "Arua Airport"], [1, "Arusha Airport"], [1, "Arutua Airport"], [1, "Arxan Yi'ershi Airport"], [1, "Asosa Airport"], [1, "Ataq Airport"], [1, "Athens Ben Epps Airport"], [1, "Atka Airport"], [1, "Augsburg Airport"], [1, "Augusta State Airport"], [1, "Aurillac Airport"], [1, "Avalon Airport"], [1, "Aviador C. Campos Airport"], [1, "Babo Airport"], [1, "Bakalalan Airport"], [1, "Bal\u00c4\u00b1kesir K\u00c3\u00b6rfez Airport"], [1, "Bam Airport"], [1, "Banak Airport"], [1, "Barcaldine Airport"], [1, "Barcelos Airport"], [1, "Bardufoss Airport"], [1, "Barisal Airport"], [1, "Barkley Regional Airport"], [1, "Barra Airport"], [1, "Belgaum Airport"], [1, "Bemidji Regional Airport"], [1, "Benjamin Rivera Noriega Airport"], [1, "Bert Mooney Airport"], [1, "Beslan Airport"], [1, "Betoambari Airport"], [1, "Bhadrapur Airport"], [1, "Bharatpur Airport"], [1, "Biratnagar Airport"], [1, "Blackall Airport"], [1, "Boende Airport"], [1, "Bojnord Airport"], [1, "Bol Airport"], [1, "Bom Jesus da Lapa Airport"], [1, "Bonito Airport"], [1, "Bordj Badji Mokhtar Airport"], [1, "Bornholm Airport"], [1, "Bou Chekif Airport"], [1, "Brandon Municipal Airport"], [1, "Brigadeiro Camar\u00c3\u00a3o Airport"], [1, "Brigadier Mayor D Cesar Raul Ojeda Airport"], [1, "Brno-Tu\u00c5\u0099any Airport"], [1, "Bugungu Airport"], [1, "Bukoba Airport"], [1, "Burgos Airport"], [1, "Buri Ram Airport"], [1, "B\u00c3\u00a9char Boudghene Ben Ali Lotfi Airport"], [1, "Cacique Aramare Airport"], [1, "Cacoal Airport"], [1, "Calbayog Airport"], [1, "Camiguin Airport"], [1, "Campbeltown Airport"], [1, "Canaima Airport"], [1, "Canyonlands Field"], [1, "Cap Manuel Ni\u00c3\u00b1o International Airport"], [1, "Cap Skirring Airport"], [1, "Cape Girardeau Regional Airport"], [1, "Cape Lisburne LRRS Airport"], [1, "Capitan FAP Carlos Martinez De Pinillos International Airport"], [1, "Capitan FAP Jose A Quinones Gonzales International Airport"], [1, "Capitan FAP Pedro Canga Rodriguez Airport"], [1, "Capitan V A Almonacid Airport"], [1, "Capit\u00c3\u00a1n Av. Selin Zeitun Lopez Airport"], [1, "Capit\u00c3\u00a1n de Av. Emilio Beltr\u00c3\u00a1n Airport"], [1, "Catamarca Airport"], [1, "Cauayan Airport"], [1, "Caucaya Airport"], [1, "Cavern City Air Terminal"], [1, "Ca\u00c3\u00b1al Bajo Carlos - Hott Siebert Airport"], [1, "Cedar City Regional Airport"], [1, "Ceduna Airport"], [1, "Central Airport"], [1, "Charlotte Amalie Harbor Seaplane Base"], [1, "Cheikh Larbi T\u00c3\u00a9bessi Airport"], [1, "Cherif Al Idrissi Airport"], [1, "Chetumal International Airport"], [1, "Chico Municipal Airport"], [1, "Chimbu Airport"], [1, "Chimoio Airport"], [1, "China Bay Airport"], [1, "Chipata Airport"], [1, "Chippewa County International Airport"], [1, "Chippewa Valley Regional Airport"], [1, "Choiseul Bay Airport"], [1, "Chris Hadfield Airport"], [1, "Chumphon Airport"], [1, "Cicia Airport"], [1, "Circle City /New/ Airport"], [1, "Coari Airport"], [1, "Cocos (Keeling) Islands Airport"], [1, "Coen Airport"], [1, "Comandante FAP German Arias Graziani Airport"], [1, "Concei\u00c3\u00a7\u00c3\u00a3o do Araguaia Airport"], [1, "Coober Pedy Airport"], [1, "Cooma Hospital Helipad"], [1, "Coronel Altino Machado de Oliveira Airport"], [1, "Coronel E Carvajal Airport"], [1, "Coronel Hor\u00c3\u00a1cio de Mattos Airport"], [1, "Cortez Municipal Airport"], [1, "Corumb\u00c3\u00a1 International Airport"], [1, "Cruzeiro do Sul Airport"], [1, "Cuman\u00c3\u00a1 (Antonio Jos\u00c3\u00a9 de Sucre) Airport"], [1, "C\u00c3\u00a0 Mau Airport"], [1, "Dalbandin Airport"], [1, "Dawson Community Airport"], [1, "Delta County Airport"], [1, "Devonport Airport"], [1, "Dhangarhi Airport"], [1, "Dien Bien Phu Airport"], [1, "Dijon-Bourgogne Airport"], [1, "Donskoye Airport"], [1, "Dundee Airport"], [1, "Eagle County Regional Airport"], [1, "Eastern Oregon Regional At Pendleton Airport"], [1, "Eday Airport"], [1, "Egegik Airport"], [1, "Egilssta\u00c3\u00b0ir Airport"], [1, "Eirunep\u00c3\u00a9 Airport"], [1, "El Embrujo Airport"], [1, "El Tehuelche Airport"], [1, "Elcho Island Airport"], [1, "Elfin Cove Seaplane Base"], [1, "Elista Airport"], [1, "Elko Regional Airport"], [1, "Eloy Alfaro International Airport"], [1, "Enua Airport"], [1, "Ernest A. Love Field"], [1, "Eugenio Maria De Hostos Airport"], [1, "F. D. Roosevelt Airport"], [1, "False Pass Airport"], [1, "Flinders Island Airport"], [1, "Formosa Airport"], [1, "Fort Mcpherson Airport"], [1, "Friday Harbor Airport"], [1, "Fujairah International Airport"], [1, "Funafuti International Airport"], [1, "Gabala International Airport"], [1, "Gautam Buddha Airport"], [1, "Gelendzhik Airport"], [1, "Gemena Airport"], [1, "General Leite de Castro Airport"], [1, "Ghadames East Airport"], [1, "Ghat Airport"], [1, "Gilgit Airport"], [1, "Gloucestershire Airport"], [1, "Gobernador Castello Airport"], [1, "Gode Airport"], [1, "Gorno-Altaysk Airport"], [1, "Graciosa Airport"], [1, "Grafton Airport"], [1, "Grand Canyon National Park Airport"], [1, "Grise Fiord Airport"], [1, "Guanambi Airport"], [1, "Guemar Airport"], [1, "Guillermo Le\u00c3\u00b3n Valencia Airport"], [1, "Gunnison Crested Butte Regional Airport"], [1, "Gurupi Airport"], [1, "Gwalior Airport"], [1, "Gyumri Shirak Airport"], [1, "Hachijojima Airport"], [1, "Hamadan Airport"], [1, "Hamburg-Finkenwerder Airport"], [1, "Hana Airport"], [1, "Hancock County-Bar Harbor Airport"], [1, "Hattiesburg Laurel Regional Airport"], [1, "Havre City County Airport"], [1, "Healy River Airport"], [1, "Hendrik Van Eck Airport"], [1, "Hokitika Airfield"], [1, "Horn Island Airport"], [1, "Houghton County Memorial Airport"], [1, "Hydaburg Seaplane Base"], [1, "Ibadan Airport"], [1, "Igarka Airport"], [1, "Igiugig Airport"], [1, "Ilam Airport"], [1, "Iliamna Airport"], [1, "Ilorin International Airport"], [1, "Islay Airport"], [1, "Ittoqqortoormiit Heliport"], [1, "Iwami Airport"], [1, "Izumo Airport"], [1, "Jamnagar Airport"], [1, "Jaqu\u00c3\u00a9 Airport"], [1, "Joensuu Airport"], [1, "Jolo Airport"], [1, "Jonesboro Municipal Airport"], [1, "Joslin Field Magic Valley Regional Airport"], [1, "Jos\u00c3\u00a9 Celestino Mutis Airport"], [1, "Jos\u00c3\u00a9 Leonardo Chirinos Airport"], [1, "Juancho E. Yrausquin Airport"], [1, "K. D. Matanzima Airport"], [1, "Kaduna Airport"], [1, "Kaitaia Airport"], [1, "Kamembe Airport"], [1, "Kangiqsualujjuaq (Georges River) Airport"], [1, "Kanpur Airport"], [1, "Kao Airport"], [1, "Karup Airport"], [1, "Kasama Airport"], [1, "Kasiguncu Airport"], [1, "Kastamonu Airport"], [1, "Kastoria National Airport"], [1, "Kaukura Airport"], [1, "Kawthoung Airport"], [1, "Keewaywin Airport"], [1, "Kegaska Airport"], [1, "Kengtung Airport"], [1, "Kerikeri Airport"], [1, "Key Field"], [1, "Khajuraho Airport"], [1, "Khankala Air Base"], [1, "Khasab Air Base"], [1, "Khoram Abad Airport"], [1, "Khovd Airport"], [1, "Kimmirut Airport"], [1, "King Cove Airport"], [1, "Kingscote Airport"], [1, "Kingston Norman Rogers Airport"], [1, "Kirksville Regional Airport"], [1, "Kirovsk-Apatity Airport"], [1, "Kitale Airport"], [1, "Knox County Regional Airport"], [1, "Kogalym International Airport"], [1, "Kongolo Airport"], [1, "Kon\u00c3\u00a9 Airport"], [1, "Kristianstad Airport"], [1, "Kullu Manali Airport"], [1, "Kumejima Airport"], [1, "Kuopio Airport"], [1, "Kuressaare Airport"], [1, "Kursk East Airport"], [1, "Kuusamo Airport"], [1, "Kyaukpyu Airport"], [1, "Kyzyl Airport"], [1, "L M Clayton Airport"], [1, "La Fria Airport"], [1, "La Gomera Airport"], [1, "La Laguna Airport"], [1, "La Nubia Airport"], [1, "La Pedrera Airport"], [1, "Lahad Datu Airport"], [1, "Lakeba Island Airport"], [1, "Lampang Airport"], [1, "Lancaster Airport"], [1, "Land's End Airport"], [1, "Lannion-C\u00c3\u00b4te de Granit Airport"], [1, "Laramie Regional Airport"], [1, "Larsen Bay Airport"], [1, "Le Havre Octeville Airport"], [1, "Le Puy-Loudes Airport"], [1, "Lea County Regional Airport"], [1, "Leirin Airport"], [1, "Leon Airport"], [1, "Lethbridge County Airport"], [1, "Libertador Gral D Jose De San Martin Airport"], [1, "Limbang Airport"], [1, "Lismore Airport"], [1, "Lleida-Alguaire Airport"], [1, "Lloydminster Airport"], [1, "Lodja Airport"], [1, "Lodwar Airport"], [1, "Loei Airport"], [1, "Logro\u00c3\u00b1o-Agoncillo Airport"], [1, "Lokichoggio Airport"], [1, "Longyan Guanzhishan Airport"], [1, "Lopez Island Airport"], [1, "Loreto International Airport"], [1, "Los Alamos Airport"], [1, "Luang Namtha Airport"], [1, "Luderitz Airport"], [1, "Ludhiana Airport"], [1, "Luena Airport"], [1, "Mae Sot Airport"], [1, "Maestro Marinho Franco Airport"], [1, "Maewo-Naone Airport"], [1, "Maio Airport"], [1, "Makemo Airport"], [1, "Mananara Nord Airport"], [1, "Mangaia Island Airport"], [1, "Manistee Co Blacker Airport"], [1, "Manley Hot Springs Airport"], [1, "Mannheim-City Airport"], [1, "Marau Airport"], [1, "Margate Airport"], [1, "Mariana Grajales Airport"], [1, "Mar\u00c3\u00a9 Airport"], [1, "Massawa International Airport"], [1, "Massena International Richards Field"], [1, "Masset Airport"], [1, "Matari Airport"], [1, "Matsapha Airport"], [1, "Mauke Airport"], [1, "Mbanza Congo Airport"], [1, "Mbeya Airport"], [1, "Mc Clellan-Palomar Airport"], [1, "Mc Cook Ben Nelson Regional Airport"], [1, "McArthur River Mine Airport"], [1, "Medicine Hat Airport"], [1, "Mekoryuk Airport"], [1, "Melangguane Airport"], [1, "Melbourne Essendon Airport"], [1, "Mendi Airport"], [1, "Merced Regional Macready Field"], [1, "Mfuwe Airport"], [1, "Mid Delta Regional Airport"], [1, "Mid Ohio Valley Regional Airport"], [1, "Mihail Kog\u00c4\u0083lniceanu International Airport"], [1, "Milingimbi Airport"], [1, "Mina\u00c3\u00a7u Airport"], [1, "Mitiaro Island Airport"], [1, "Mocopulli Airport"], [1, "Modesto City Co-Harry Sham Field"], [1, "Moises R. Espinosa Airport"], [1, "Monbetsu Airport"], [1, "Montrose Regional Airport"], [1, "Moree Airport"], [1, "Moshoeshoe I International Airport"], [1, "Mostar International Airport"], [1, "Mount Pleasant Airport"], [1, "Mtwara Airport"], [1, "Muskegon County Airport"], [1, "Mysore Airport"], [1, "N'Gaound\u00c3\u00a9r\u00c3\u00a9 Airport"], [1, "Nakhchivan Airport"], [1, "Namibe Airport"], [1, "Nanki Shirahama Airport"], [1, "Napakiak Airport"], [1, "Napaskiak Airport"], [1, "Naples Municipal Airport"], [1, "Narathiwat Airport"], [1, "Narvik Framnes Airport"], [1, "Nelson Lagoon Airport"], [1, "Nepalgunj Airport"], [1, "Nikolai Airport"], [1, "Niue International Airport"], [1, "North Platte Regional Airport Lee Bird Field"], [1, "Northeast Florida Regional Airport"], [1, "Northern Peninsula Airport"], [1, "Northwest Alabama Regional Airport"], [1, "Nosara Airport"], [1, "Noto Airport"], [1, "Odate Noshiro Airport"], [1, "Ogden Hinckley Airport"], [1, "Ogdensburg International Airport"], [1, "Ogle Airport"], [1, "Ogoki Post Airport"], [1, "Oksibil Airport"], [1, "Olympic Dam Airport"], [1, "Ondangwa Airport"], [1, "Orange Airport"], [1, "Oranjemund Airport"], [1, "Orcas Island Airport"], [1, "Orsk Airport"], [1, "Oshima Airport"], [1, "Ostend-Bruges International Airport"], [1, "Oudomsay Airport"], [1, "Ouril\u00c3\u00a2ndia do Norte Airport"], [1, "Ovda International Airport"], [1, "Pago Pago International Airport"], [1, "Pangborn Memorial Airport"], [1, "Panjgur Airport"], [1, "Parintins Airport"], [1, "Parsabade Moghan Airport"], [1, "Patos de Minas Airport"], [1, "Paulatuk (Nora Aliqatchialuk Ruben) Airport"], [1, "Paulo Afonso Airport"], [1, "Peawanuck Airport"], [1, "Pellston Regional Airport of Emmet County Airport"], [1, "Penticton Airport"], [1, "Penza Airport"], [1, "Perryville Airport"], [1, "Petrozavodsk Airport"], [1, "Pevek Airport"], [1, "Phrae Airport"], [1, "Pickle Lake Airport"], [1, "Pietermaritzburg Airport"], [1, "Piloto Osvaldo Marques Dias Airport"], [1, "Platinum Airport"], [1, "Pocatello Regional Airport"], [1, "Pointe Vele Airport"], [1, "Pokhara Airport"], [1, "Polokwane International Airport"], [1, "Port Augusta Airport"], [1, "Port Gentil Airport"], [1, "Port Heiden Airport"], [1, "Portland Airport"], [1, "Portsmouth International at Pease Airport"], [1, "Powell River Airport"], [1, "Praslin Airport"], [1, "Provincetown Municipal Airport"], [1, "Pueblo Memorial Airport"], [1, "Puerto Obaldia Airport"], [1, "Putao Airport"], [1, "Quetzalc\u00c3\u00b3atl International Airport"], [1, "Quimper-Cornouaille Airport"], [1, "Quincy Regional Baldwin Field"], [1, "Rach Gia Airport"], [1, "Rae Lakes Airport"], [1, "Rafha Domestic Airport"], [1, "Ranai Airport"], [1, "Range Regional Airport"], [1, "Ranong Airport"], [1, "Redding Municipal Airport"], [1, "Reden\u00c3\u00a7\u00c3\u00a3o Airport"], [1, "Resistencia International Airport"], [1, "Reyes Murillo Airport"], [1, "Richards Bay Airport"], [1, "Richmond Airport"], [1, "Riverton Regional Airport"], [1, "Roi Et Airport"], [1, "Romeu Zema Airport"], [1, "Rotuma Airport"], [1, "Rubem Berta Airport"], [1, "Rutland - Southern Vermont Regional Airport"], [1, "R\u00c3\u00b8ros Airport"], [1, "Sabzevar National Airport"], [1, "Sadiq Abubakar III International Airport"], [1, "Sakon Nakhon Airport"], [1, "Salak Airport"], [1, "Salamanca Airport"], [1, "Salina Municipal Airport"], [1, "Salt Cay Airport"], [1, "San Antonio Del Tachira Airport"], [1, "San Jose Airport"], [1, "San Luis Airport"], [1, "San Tom\u00c3\u00a9 Airport"], [1, "Sanandaj Airport"], [1, "Sandspit Airport"], [1, "Saniat R'mel Airport"], [1, "Santa Cruz/Graciosa Bay/Luova Airport"], [1, "Santa Elena de Uairen Airport"], [1, "Santa Rosa International Airport"], [1, "Sara Airport"], [1, "Saumlaki/Olilit Airport"], [1, "Scammon Bay Airport"], [1, "Scott AFB/Midamerica Airport"], [1, "Senadora Eunice Micheles Airport"], [1, "Shah Mokhdum Airport"], [1, "Shenandoah Valley Regional Airport"], [1, "Sheridan County Airport"], [1, "Shillong Airport"], [1, "Shonai Airport"], [1, "Siargao Airport"], [1, "Sidney Richland Municipal Airport"], [1, "Sihanoukville International Airport"], [1, "Sinop Airport"], [1, "Sir Charles Gaetan Duval Airport"], [1, "Siwo Airport"], [1, "Skardu Airport"], [1, "Skien Airport"], [1, "Solovki Airport"], [1, "South Naknek Nr 2 Airport"], [1, "St Georges Airport"], [1, "Stephenville Airport"], [1, "Stockton Metropolitan Airport"], [1, "Suavanao Airport"], [1, "Sukhothai Airport"], [1, "Summer Beaver Airport"], [1, "Sunyani Airport"], [1, "S\u00c3\u00a3o Filipe Airport"], [1, "S\u00c3\u00a3o F\u00c3\u00a9lix do Araguaia Airport"], [1, "S\u00c3\u00a3o F\u00c3\u00a9lix do Xingu Airport"], [1, "S\u00c3\u00a3o Gabriel da Cachoeira Airport"], [1, "S\u00c3\u00b8nderborg Airport"], [1, "S\u00c3\u00bcleyman Demirel International Airport"], [1, "Tabatinga Airport"], [1, "Tainan Airport"], [1, "Taitung Airport"], [1, "Takapoto Airport"], [1, "Tamworth Airport"], [1, "Tan Tan Airport"], [1, "Tancredo Thomas de Faria Airport"], [1, "Tapuruquara Airport"], [1, "Tarko-Sale Airport"], [1, "Tasiilaq Heliport"], [1, "Tatalina LRRS Airport"], [1, "Tekirda\u00c4\u009f \u00c3\u0087orlu Airport"], [1, "Termas de R\u00c3\u00ado Hondo international Airport"], [1, "Teterboro Airport"], [1, "Thargomindah Airport"], [1, "Thief River Falls Regional Airport"], [1, "Thule Air Base"], [1, "Timaru Airport"], [1, "Tin City Long Range Radar Station Airport"], [1, "Tingo Maria Airport"], [1, "Tiree Airport"], [1, "Tobias Bolanos International Airport"], [1, "Togiak Airport"], [1, "Tongoa Airport"], [1, "Topeka Regional Airport - Forbes Field"], [1, "Totegegie Airport"], [1, "Tottori Airport"], [1, "Touggourt Sidi Madhi Airport"], [1, "Touho Airport"], [1, "Trail Airport"], [1, "Trat Airport"], [1, "Trollh\u00c3\u00a4ttan-V\u00c3\u00a4nersborg Airport"], [1, "Trombetas Airport"], [1, "Tucuru\u00c3\u00ad Airport"], [1, "Tuktoyaktuk Airport"], [1, "Tumling Tar Airport"], [1, "Tunoshna Airport"], [1, "Turaif Domestic Airport"], [1, "Ulaangom Airport"], [1, "Ulgii Mongolei Airport"], [1, "Uru Harbour Airport"], [1, "Uummannaq Heliport"], [1, "Uyuni Airport"], [1, "Uzhhorod International Airport"], [1, "Valesdir Airport"], [1, "Vancouver Harbour Water Aerodrome"], [1, "Vanua Balavu Airport"], [1, "Vernal Regional Airport"], [1, "Vicecomodoro Angel D. La Paz Aragon\u00c3\u00a9s Airport"], [1, "Victoria Regional Airport"], [1, "Vijayawada Airport"], [1, "Villa Garz\u00c3\u00b3n Airport"], [1, "Vinnytsia/Gavyryshivka Airport"], [1, "Virac Airport"], [1, "Visalia Municipal Airport"], [1, "Waimea Kohala Airport"], [1, "Waingapu Airport"], [1, "Walaha Airport"], [1, "Walla Walla Regional Airport"], [1, "Wamena Airport"], [1, "Wanganui Airport"], [1, "Wapenamanda Airport"], [1, "Waynesville-St. Robert Regional Forney field"], [1, "Wekwe\u00c3\u00a8t\u00c3\u00ac Airport"], [1, "Western Neb. Rgnl/William B. Heilig Airport"], [1, "Westport Airport"], [1, "Whakatane Airport"], [1, "What\u00c3\u00ac Airport"], [1, "Whyalla Airport"], [1, "William R Fairchild International Airport"], [1, "Williamson County Regional Airport"], [1, "Wokal Field Glasgow International Airport"], [1, "Wonju Airport"], [1, "Xieng Khouang Airport"], [1, "Yakima Air Terminal McAllister Field"], [1, "Yakubu Gowon Airport"], [1, "Yampa Valley Airport"], [1, "Yangyang International Airport"], [1, "Yarigu\u00c3\u00ades Airport"], [1, "Yasouj Airport"], [1, "Yola Airport"], [1, "Zabol Airport"], [1, "Zafer Airport"], [1, "\u00c3\u0087anakkale Airport"], [1, "\u00c3\u008dsafj\u00c3\u00b6r\u00c3\u00b0ur Airport"], [1, "\u00c3\u008ele des Pins Airport"], [1, "\u00c3\u0096rnsk\u00c3\u00b6ldsvik Airport"], [1, "\u00c3\u0098rland Airport"]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_Qpsh5_67240.png", "TableImg_Fckt9_7184.png"], "original_data_index": 59} +{"question": "List all students' first names and last names who majored in 600.", "answer": {"columns": ["Fname", "LName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["Linda", "Smith"], ["Tracy", "Kim"], ["Shiela", "Jones"], ["Dinesh", "Kumar"], ["Paul", "Gompers"], ["Andy", "Schultz"], ["Lisa", "Apap"], ["Jandy", "Nelson"], ["Eric", "Tai"], ["Derek", "Lee"], ["David", "Adams"], ["Steven", "Davis"], ["Charles", "Norris"], ["Susan", "Lee"], ["Mark", "Schwartz"], ["Bruce", "Wilson"], ["Michael", "Leighton"], ["Arthur", "Pang"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_C2gk9_34.png"], "original_data_index": 60} +{"question": "What are the name, origin and owner of each program?", "answer": {"columns": ["Name", "Origin", "Owner"], "index": [0, 1, 2, 3, 4], "data": [["Aniworld", "Hunan", "Hunan Broadcasting System (HBS)"], ["Kaku", "Beijing", "Beijing Television (BTV)"], ["Toonmax", "Shanghai", "Shanghai Media Group (SMG)"], ["Jiajia", "Guangdong", "Southern Media Corporation (SMC)"], ["Youman", "Jiangsu", "Jiangsu Broadcasting Corporation (JSBC)"]]}, "table_names": "['program']", "table_image_ids": ["TableImg_8151z_5.png"], "original_data_index": 61} +{"question": "What is the salaray and name of the employee that is certified to fly the most planes?", "answer": {"columns": ["name", "salary"], "index": [0], "data": [["George Wright", 289950]]}, "table_names": "['employee', 'certificate']", "table_image_ids": ["TableImg_Qb66c_31.png", "TableImg_L69xt_69.png"], "original_data_index": 62} +{"question": "Show the id, name of each editor and the number of journal committees they are on.", "answer": {"columns": ["Editor_ID", "Name", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5], "data": [[1, "Kamila Porczyk", 1], [3, "Marek Siudym", 1], [4, "Piotr Pr\u00c4\u0099gowski", 1], [6, "W\u00c5\u0082adys\u00c5\u0082aw Grzywna", 1], [8, "Gra\u00c5\u00bcyna Wolszczak", 2], [9, "Maria G\u00c3\u00b3ralczyk", 1]]}, "table_names": "['editor', 'journal_committee']", "table_image_ids": ["TableImg_4sv1u_9.png", "TableImg_R6cmk_7.png"], "original_data_index": 63} +{"question": "Count the number of characteristics of the 'flax' product.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Q2vbw_15.png", "TableImg_A8q8y_15.png", "TableImg_23q2j_15.png"], "original_data_index": 64} +{"question": "What is the last name of the student who received an A in the class with the code 10018?", "answer": {"columns": ["STU_LNAME"], "index": [0], "data": [["Bowser"]]}, "table_names": "['ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_Ti0wh_6.png", "TableImg_C2u0r_8.png"], "original_data_index": 65} +{"question": "What are teh names of the different products, as well as the number of customers who have ordered each product.", "answer": {"columns": ["product_name", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Arts", 2], ["Beer Menus", 1], ["Chocolate", 1], ["Fans", 1], ["Hard Drive", 2], ["Harry Potter 2", 1], ["Harry Potter 3", 4], ["Harry Potter 4", 1], ["Learning English", 1], ["TV", 1]]}, "table_names": "['Orders', 'Products', 'Order_Items']", "table_image_ids": ["TableImg_X9g6t_15.png", "TableImg_W1hr1_15.png", "TableImg_63t6i_15.png"], "original_data_index": 66} +{"question": "Give the neames of wines with prices below 50 and with appelations in Monterey county.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "data": [["Sarmento Vineyard"], ["Kali Hart"], ["Pinot Noir"], ["Sleepy Hollow Vineyard"], ["Rosellas Vineyard"], ["Garys Vineyard"], ["Pinot Noir"], ["Garys Vineyard"], ["Pinot Noir"], ["Rosellas Vineyard"], ["Garys Vineyard"], ["Chardonnay"], ["Chardonnay"], ["Pinot Noir"], ["Rosellas Vineyard"], ["Metallico Un-Oaked"], ["Rosellas Vineyard"]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_Ilf7o_57.png", "TableImg_6nwe9_500.png"], "original_data_index": 67} +{"question": "What are the cities no customers live in?", "answer": {"columns": ["city"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Lucasville"], ["New Sabryna"], ["Gleasonmouth"], ["South Bellaland"], ["Felicityfort"], ["East Julianaside"], ["Port Lilyan"]]}, "table_names": "['Addresses', 'Customers', 'Customer_Addresses']", "table_image_ids": ["TableImg_T2uc4_15.png", "TableImg_Un8og_15.png", "TableImg_8kcvz_15.png"], "original_data_index": 68} +{"question": "Find the dates of assessment notes for students with first name \"Fanny\".", "answer": {"columns": ["date_of_notes"], "index": [0, 1], "data": [["1972-04-27 04:51:51"], ["1974-11-26 04:23:22"]]}, "table_names": "['Students', 'Assessment_Notes']", "table_image_ids": ["TableImg_Odly3_15.png", "TableImg_3hg4n_15.png"], "original_data_index": 69} +{"question": "Which student visited restaurant most often? List student's first name and last name.", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Linda", "Smith"]]}, "table_names": "['Student', 'Visits_Restaurant']", "table_image_ids": ["TableImg_82l4a_34.png", "TableImg_5ahy2_2.png"], "original_data_index": 70} +{"question": "Count the number of artists.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['artist']", "table_image_ids": ["TableImg_Ztmg6_7.png"], "original_data_index": 71} +{"question": "Find the name of students who didn't take any course from Biology department.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206], "data": [["Rumat"], ["Moszkowski"], ["Prieto"], ["Sowerby"], ["Coppens"], ["Velikovs"], ["Tran-"], ["Leuen"], ["Eguchi"], ["Krishnakumar"], ["Inoue"], ["Sahm"], ["Tomason"], ["Cerime"], ["Hashimoto"], ["Dage"], ["Pearlman"], ["Gay"], ["Kee"], ["Milner"], ["Kagd"], ["Vanrell"], ["Zaniolo"], ["Dhav"], ["She"], ["Di"], ["Lemoine"], ["McCarter"], ["Yemini"], ["Chyr"], ["Keuk"], ["Dano"], ["Torres"], ["Garze"], ["Frolova"], ["Bannac"], ["Rakoj"], ["Bai"], ["Seike"], ["Kite"], ["Boyle"], ["Harrison"], ["Pavlovico"], ["Triebel"], ["Ivanov"], ["Boldin"], ["Anse"], ["Ishihara"], ["Nirenbu"], ["Andrews"], ["Xiong"], ["Carey"], ["Corbac"], ["Courtney"], ["Kieras"], ["Desp"], ["Mediratta"], ["Kamae"], ["Siddiqi"], ["Soni"], ["Venturini"], ["Norman"], ["Thadani"], ["Fries"], ["Shim"], ["Levine"], ["Hassine"], ["Deshpande"], ["Yu"], ["Slaw"], ["Hameed"], ["Djurd"], ["Doisy"], ["Jordan"], ["Rhyne"], ["Sram"], ["Nakajima"], ["Lembr"], ["Kinney"], ["Borrus"], ["Chettao"], ["Hamagi"], ["Harshman"], ["Nagaraj"], ["Berthold"], ["Ratcliff"], ["Brookh"], ["Nagle"], ["Guix"], ["Suzuki"], ["Bondi"], ["McDonald"], ["Maalej"], ["Boden"], ["Porter"], ["Ingram"], ["Zuo"], ["Romeo"], ["Tiroz"], ["Karlsson"], ["Duan"], ["Graziano"], ["Brown"], ["Weiss"], ["Beuthel"], ["Rammer"], ["Kothari"], ["Mukai"], ["Eck"], ["Yap"], ["Sahani"], ["Mes"], ["Gandhi"], ["Dhav"], ["Karv"], ["Kaufman"], ["Neff"], ["Chriso"], ["Masini"], ["Tassel"], ["Rote"], ["Powals"], ["Lewis"], ["Tian"], ["Simmel"], ["Gregga"], ["Ssu"], ["Kuwadak"], ["Reichl"], ["Loyka"], ["Huft"], ["Winkler"], ["Alexandri"], ["Pacie"], ["Komatsu"], ["Godfrey"], ["Yoneda"], ["Saariluoma"], ["Simmel"], ["Chaney"], ["Kennedy"], ["Xue"], ["Schultz"], ["Leonard"], ["Hao"], ["Arena"], ["Holt"], ["Kelly"], ["Linden"], ["Yagit"], ["Nallape"], ["Busch"], ["Bollen"], ["McLeod"], ["Okano"], ["Wrzesz"], ["Alfaro"], ["Theodores"], ["Unger"], ["Coppens"], ["Prasad"], ["Chenu"], ["Colin"], ["Maher"], ["Waks"], ["Choung"], ["Ceze"], ["Deupree"], ["Leuen"], ["Bocchi"], ["Rudolf"], ["Gonzalez"], ["Cox"], ["Ryder"], ["Erol"], ["Rogers"], ["Streitf"], ["Bansal"], ["Forestiero"], ["Cordt"], ["Barry"], ["Lucas"], ["Clarkson"], ["Mehra"], ["Nakajima"], ["Chuon"], ["Perei"], ["Reiss"], ["Mellor"], ["Holn"], ["Wehen"], ["Cameron"], ["Mittelm"], ["Wodn"], ["Singhal"], ["Newitt"], ["Levitan"], ["Alqui"], ["Peck"], ["Mali"], ["Harmon"], ["Kato"], ["Thie"], ["Correia"], ["Richter"], ["Morrison"], ["Khaw"], ["Sommerfeldt"], ["Ugarte"], ["Macias"], ["Spengler"], ["Skuras"], ["Malinen"], ["Stead"], ["Kambayashi"], ["Ding"], ["Canellas"], ["Bhat"], ["Zander"], ["Wall"], ["Thoreson"], ["Douss"], ["Bersk"], ["Greene"], ["Olro"], ["Chapman"], ["Fathi"], ["Katsik"], ["Nadg"], ["Al-Hu"], ["Poize"], ["Ram"], ["Schoenfl"], ["OBrien"], ["Yong"], ["Soricu"], ["Williams"], ["Marsh"], ["Aarde"], ["Gur"], ["Boulah"], ["Kuwadak"], ["Hagedorn"], ["Nirenbu"], ["Vicentino"], ["Frank"], ["Szendrei"], ["Lykin"], ["Moscarini"], ["Fernandez-Gonzalez"], ["Pulido"], ["Swain"], ["Morales"], ["Harada"], ["Corr"], ["Towsey"], ["Fox"], ["Shinagawa"], ["Hammond"], ["Qian"], ["Kitagawa"], ["Jacobi"], ["Lingamp"], ["Griffiths"], ["Kamez"], ["Vajapeyaz"], ["Kirtane"], ["Cesaret"], ["Pomy"], ["Halbert"], ["Tleu"], ["Barranco"], ["Ploski"], ["Mitsuhashi"], ["Bromley"], ["Qvi"], ["Yap"], ["Robins"], ["Castle"], ["Fournier"], ["Schwet"], ["Stone"], ["Tzeng"], ["Shabuno"], ["Yamashita"], ["Ludwig"], ["Unger"], ["Makarychev"], ["Adda"], ["Guthk"], ["Tadjo"], ["Ariav"], ["Sokolov"], ["Ohki"], ["Iacovoni"], ["Oliveira"], ["Kaminsky"], ["Yun"], ["Liepelt"], ["Wood"], ["Okaf"], ["Watzel"], ["Gilliam"], ["Lacruz"], ["Shevade"], ["Chanon"], ["DeMil"], ["Nirenbu"], ["Baba"], ["\u00c3\u0083\u00c2\u0081lvarez"], ["Vieira"], ["Zhiyong"], ["Urwin"], ["Kosken"], ["Richardson"], ["Aschoff"], ["Dubu"], ["Martinsen"], ["Chaudhuri"], ["Labroc"], ["Herman"], ["Riera"], ["Wolter"], ["Arakawa"], ["Nives"], ["Bartels"], ["Shuming"], ["Mozayani"], ["Larsson"], ["Steines"], ["Rueda"], ["Kaar"], ["Loher"], ["Sutter"], ["Stratulat"], ["Dubink"], ["Godfrey"], ["Esparza"], ["Tanzi"], ["Poulin"], ["Crick"], ["Catani"], ["Hazemi"], ["Verhoeven"], ["Wilks"], ["Jovicic"], ["Tamura"], ["Furukawa"], ["Nicol"], ["Viani"], ["Kerz"], ["Rowe"], ["Piedrah"], ["Farr"], ["Boken"], ["Paulk"], ["Markin"], ["Tiwari"], ["Yoshimoto"], ["Pampal"], ["Osinski"], ["Juan"], ["Sagawe"], ["Yen"], ["Drews"], ["Isogai"], ["Baroni"], ["Shevade"], ["Sauer"], ["Bayn"], ["Zarpell"], ["Duxbury"], ["Duong"], ["Komori"], ["Okubo"], ["Chien"], ["Gray"], ["Achilles"], ["Becker"], ["Liang"], ["Harass"], ["Sakhno"], ["Nishida"], ["Butler"], ["Ockerb"], ["Koizumi"], ["Bonatto"], ["Kocsis"], ["Morris"], ["Aiken"], ["Barbosa"], ["Azevedo"], ["Hands"], ["Klingenb"], ["Beck"], ["Ray"], ["Cameron"], ["Giralt"], ["Stetson"], ["Noda"], ["Hasan"], ["Peip"], ["Brunet"], ["Held"], ["Y\u00c3\u0083\u00c2\u00bcksel"], ["Ng"], ["Januszewski"], ["Benkov"], ["Rafiq"], ["Halbert"], ["Ryoo"], ["Ballew"], ["Albuquerque"], ["Gordon"], ["Mathur"], ["Klug"], ["Seraphin"], ["Loc"], ["Hubr"], ["Bier"], ["Julier"], ["Miao"], ["Sivew"], ["Potry"], ["Hughes"], ["Yoshioka"], ["Marques"], ["Srivastava"], ["Varadaran"], ["Kl\u00c3\u0083\u00c2\u00b6pper"], ["Sznajder"], ["Westbrook"], ["Harmon"], ["Keps"], ["Dubu"], ["McQuillan"], ["Kandadai"], ["Awano"], ["Canas"], ["Teng"], ["Hirvas"], ["Rabu"], ["Graham"], ["Fonseca"], ["Kotsonis"], ["Napoletani"], ["Pettersen"], ["Epley"], ["Stanko"], ["Pledg"], ["Teo"], ["Randers"], ["Baier"], ["Schweitzer"], ["Dowey"], ["Aschoff"], ["Hay"], ["Deshpande"], ["Albinal"], ["Bonvin"], ["Hsieh"], ["Fok"], ["Spadon"], ["Schinag"], ["Hamarn"], ["Emms"], ["Chang"], ["Schrefl"], ["Wetzel"], ["Spengler"], ["Catona"], ["Hau"], ["Bensaber"], ["April"], ["Rowe"], ["Belhadji"], ["Keuk"], ["Feyr"], ["Caporali"], ["Kjellmer"], ["Malagoli"], ["Rioult"], ["Matli"], ["Papakir"], ["Power"], ["Fickl"], ["Morgan"], ["Tabor"], ["Brzezinski"], ["Starker"], ["Betho"], ["Maw"], ["Colu"], ["Lv"], ["Leclercq"], ["Kyriakopoulos"], ["Chenu"], ["Ockerb"], ["Kamata"], ["Soricu"], ["\u00c3\u0083\u00e2\u0080\u0093zel"], ["Pourkas"], ["Coddington"], ["Cashman"], ["Nikut"], ["Giroux"], ["Gall"], ["Krohn"], ["Peeri"], ["Story"], ["Grieng"], ["Chien"], ["Lowenstein"], ["Hendrickson"], ["Hawkins"], ["Schauser"], ["Kreutz"], ["Cayto"], ["Serrano"], ["Jame"], ["Barkov"], ["Wall"], ["Chakraborty"], ["Lohman"], ["Xie"], ["Sakanushi"], ["Sugavanam"], ["Neld"], ["Chormo"], ["Matsukawa"], ["Ishikawa"], ["Ende"], ["Fall"], ["Borutz"], ["He"], ["Lopes"], ["Richardson"], ["Almeida"], ["Greene"], ["Advani"], ["Daues"], ["Mohamed"], ["Shapiro"], ["Soper"], ["Guiho"], ["Gruns"], ["Ruhe"], ["Chandra"], ["Halbert"], ["Saguez"], ["Joshi"], ["Roessler"], ["Loudn"], ["Bawa"], ["Chow"], ["Wood"], ["Sun"], ["Tewari"], ["Srivastava"], ["Nisso"], ["Varghese"], ["Birkett"], ["Levie"], ["Verma"], ["Sve"], ["Lindner"], ["Strader"], ["Winter"], ["Mowbray"], ["Hegde"], ["Riser"], ["Yusop"], ["Mohamed"], ["Marcol"], ["Rougemont"], ["Bogdanova"], ["Michael"], ["Lepp"], ["Farahvash"], ["Dasd"], ["Makowski"], ["Shani"], ["Hugo"], ["Arinb"], ["Doeschn"], ["Marques"], ["Spikov"], ["Carr"], ["Erdem"], ["Allen"], ["Stelzl"], ["Tellez"], ["Daat"], ["Kempn"], ["Okaf"], ["Tavan"], ["Gibbs"], ["Grange"], ["Palmer"], ["Mathur"], ["Xue"], ["Seyfert"], ["Ueno"], ["Maillet"], ["\u00c3\u0083\u00e2\u0080\u00a6str\u00c3\u0083\u00c2\u00b6m"], ["Heng"], ["Gei\u00c3\u0083\u00c5\u00b8l"], ["Seike"], ["Neff"], ["Trimble"], ["Narayanan"], ["Harass"], ["Zacharias"], ["Hoffman"], ["Kwan"], ["Tillmann"], ["Dahmann"], ["Zeng"], ["Nakao"], ["Cunha"], ["Folkers"], ["Rieger"], ["Argar"], ["Mu\u00c3\u0083\u00c2\u00b1oz"], ["Hobbs"], ["Xin"], ["Frost"], ["Cherchi"], ["Marinov"], ["Sakanushi"], ["Crues"], ["Neubert"], ["Nagal"], ["Agarwal"], ["Ren"], ["Caleff"], ["Wyes"], ["Reinhardt"], ["Dellwo"], ["Riser"], ["Bruderm"], ["Yean"], ["Sgot"], ["Bumbau"], ["Kivv"], ["Horecz"], ["Feldman"], ["Kruglyak"], ["Agar"], ["Xie"], ["Lahtinen"], ["Harada"], ["Wolter"], ["Manber"], ["Bishop"], ["Meyl"], ["Satoh"], ["Nicol"], ["Vulp"], ["Kahs"], ["Hird"], ["Abu-B"], ["Chiu"], ["Grange"], ["Moscarini"], ["Tsantis"], ["Reed"], ["Dwyer"], ["Wunderli"], ["Scibili"], ["Dink"], ["Kinney"], ["Dooley"], ["Alart"], ["Peskin"], ["Masamura"], ["Englund"], ["Koppit"], ["Yusop"], ["Jacobs"], ["Zafar"], ["Freib"], ["Lynch"], ["Singhal"], ["Salzman"], ["Grude"], ["Zander"], ["Garcia-Ferr"], ["Holz"], ["Yoon"], ["Lanfr"], ["Krone"], ["Rayad"], ["Adeni"], ["Camme"], ["Hashim"], ["Fischer"], ["Carvey"], ["Zelek"], ["Putru"], ["Fujii"], ["Cox"], ["Ende"], ["Moire"], ["Byun"], ["Loull"], ["Radici"], ["Tavan"], ["Abdul-Rahman"], ["Rajnov"], ["Kawahara"], ["Apostolov"], ["Haigh"], ["Axte"], ["Cabr"], ["Rajnov"], ["Sayre"], ["Franchet"], ["Langer"], ["Reiss"], ["Ching"], ["Harders"], ["Ibrahim"], ["Manzoor"], ["Szczerban"], ["Harmon"], ["Takahashi"], ["Carrera"], ["Katehakis"], ["Porter"], ["Heckman"], ["Tewari"], ["Kowe"], ["Russa"], ["Redw"], ["Rees-"], ["Beeu"], ["Tran-"], ["Tola"], ["Mathias"], ["Diana"], ["Bellman"], ["Planti"], ["Ahso"], ["Wicki"], ["Hung"], ["Noga"], ["Crimm"], ["Shishkin"], ["Olin"], ["Frank"], ["Formisano"], ["Gong"], ["Suppan"], ["Hancock"], ["Sasso"], ["Date"], ["Aly"], ["Lazos"], ["Das"], ["McGinn"], ["Elias"], ["Liu"], ["Hoyos"], ["Xiang"], ["Pah"], ["Jode"], ["Sayre"], ["Smoro"], ["Alioto"], ["Reiss"], ["Wood"], ["Birtz"], ["Rotter"], ["Concilio"], ["McGarr"], ["Afim"], ["Schinag"], ["Dahmann"], ["Honeyman"], ["Giannoulis"], ["Okabe"], ["Adam"], ["Vrato"], ["Pacie"], ["Liao"], ["Strieg"], ["Gleit"], ["Vulp"], ["Rehd"], ["Mandviwall"], ["Martin"], ["Barberis"], ["Roessler"], ["Lang"], ["Peltz"], ["Pang"], ["Kouan"], ["Buril"], ["Schmitz"], ["Kihn"], ["Kabir"], ["Nagal"], ["Sofer"], ["Blanchard"], ["Thornton"], ["Fuller"], ["Kreitman"], ["Cui"], ["Christiansen"], ["Jerns"], ["Gifford"], ["Androutsopoulos"], ["Hartsk"], ["Lykin"], ["Godfrey"], ["Matsush"], ["Thimm"], ["Akaiw"], ["Stylian"], ["Dubink"], ["Johnson"], ["Berger"], ["Williamson"], ["Curl"], ["Gordon"], ["Hoshi"], ["Theuniss"], ["Brunt"], ["Sellink"], ["Wolff"], ["Batano"], ["Tuki"], ["Roytman"], ["Tchuri"], ["Maglioni"], ["Zander"], ["Tam"], ["Hayrapetyan"], ["Bouguet"], ["Zuyev"], ["Brookh"], ["Peyse"], ["Landau"], ["Rotom"], ["Charng"], ["Lapio"], ["Geser"], ["Jawad"], ["\u00c3\u0083\u00e2\u0080\u00a1ivi"], ["Boudjelo"], ["Bouamama"], ["Bedny"], ["Ugarte"], ["Bhargava"], ["Iwasa"], ["Havill"], ["Feng"], ["Campbell"], ["Mendelzon"], ["Beekw"], ["Katehakis"], ["Kota"], ["Cotterill"], ["Durrant"], ["Androutsopoulos"], ["Wakamiya"], ["Someren"], ["Fritsch"], ["DAtri"], ["Starker"], ["Scher"], ["Heers"], ["Wheeler"], ["Visr"], ["Holz"], ["Mingoz"], ["Osaka"], ["Holn"], ["Hons"], ["Munro"], ["Lhomme"], ["Andert"], ["Ross"], ["Arndt"], ["Ssu"], ["Rzecz"], ["Someren"], ["Matsunami"], ["Pavlovico"], ["Aufr"], ["Neilson"], ["Zle"], ["Hardt"], ["Kimu"], ["Kasani"], ["Bouras"], ["Ram"], ["Clemme"], ["Holland"], ["Shoji"], ["Du"], ["Orlet"], ["Yin"], ["Soisalon-Soininen"], ["Juan"], ["Jones"], ["Aminian"], ["Read"], ["Schroeder"], ["Tso"], ["Yip"], ["Luan"], ["Cao"], ["Savelieva"], ["Urano"], ["Nicol"], ["Shwartz"], ["Nagashima"], ["Bandekar"], ["Bic"], ["King"], ["Kang"], ["Bomme"], ["Vulp"], ["Aufr"], ["Cai"], ["Sui"], ["Dang"], ["Swartj"], ["Bollen"], ["Ang"], ["Alexandri"], ["Samar"], ["Gowi"], ["Bongio"], ["Lauciu"], ["Swien"], ["Stenv"], ["Shan"], ["Kanata"], ["Brookh"], ["Birchler"], ["Kolodko"], ["Masum"], ["Hac"], ["Eynd"], ["Stokic"], ["Shakhnovich"], ["Basturk"], ["Calles"], ["Duxbury"], ["Campbell"], ["Wilson"], ["Watson"], ["Leventhal"], ["Steeh"], ["Bravo"], ["Cabr"], ["Garze"], ["Anty"], ["Marcus"], ["Nagaraj"], ["Sahani"], ["Aufr"], ["Jouny"], ["Chyr"], ["Wilks"], ["Bernhart"], ["Shavel"], ["Jr"], ["Engen"], ["Stilla"], ["Stylian"], ["Valf"], ["Kane"], ["Vries"], ["McGuinness"], ["Lavina"], ["Klimasauskas"], ["Palomo"], ["Lal"], ["Liedm"], ["Kuo"], ["Orono"], ["Arndt"], ["Baer"], ["Stokic"], ["Yasuda"], ["Lao"], ["Lemoine"], ["Caleff"], ["Satoh"], ["Mezzar"], ["Cordt"], ["Larion"], ["Nardi"], ["Hochri"], ["Abraham"], ["Andrew"], ["ShuQ"], ["Dumont"], ["Amr"], ["Grant"], ["Petzo"], ["Geronimo"], ["Albinal"], ["Khene"], ["Makinen"], ["Peter"], ["Flecker"], ["Shoji"], ["Hubr"], ["Lutes"], ["Nair"], ["Kogure"], ["Fonseca"], ["Trezz"], ["Rais"], ["Sohn"], ["Carey"], ["Houtsm"], ["Kameda"], ["Wilks"], ["Chun"], ["Rueda"], ["Bricker"], ["Phillips"], ["Rubio"], ["Pisini"], ["Kurt"], ["Dai"], ["Hayat"], ["Warren"], ["Saad"], ["Sendlm"], ["Wagner"], ["Letouzey"], ["Hirasawa"], ["Soltys"], ["Martyno"], ["Brandsd"], ["Morimoto"], ["Christodoulakis"], ["Janssen"], ["Wari"], ["Kim"], ["Kangs"], ["Kei"], ["Beeu"], ["Amann"], ["Wingb"], ["Schelten"], ["Kiltz"], ["Masum"], ["Baber"], ["Walker"], ["Zettel"], ["Itoh"], ["Akroy"], ["Papakir"], ["Siebers"], ["Latour"], ["Goldman"], ["Agraz"], ["Wecker"], ["Lucas"], ["Ailamaki"], ["Grange"], ["Doran"], ["Feldman"], ["Kun"], ["Hayrapetyan"], ["Hull"], ["Bagato"], ["Narli"], ["Porr"], ["Perozzo"], ["Pottos"], ["Vyborny"], ["Patel"], ["Ranno"], ["Shelest"], ["Chan"], ["Rammer"], ["Umehara"], ["Willis"], ["Bouzeghoub"], ["Koenig"], ["Bradshaw"], ["Rossos"], ["Jode"], ["Yihn"], ["Andert"], ["Youseffi"], ["Kammerer"], ["Nam"], ["Diab"], ["Mercurio"], ["Hoshi"], ["Farr"], ["Sarnak"], ["Zouao"], ["Bosnjak"], ["So"], ["Peter"], ["Brandt"], ["Scheffer"], ["Gorsky"], ["Beeu"], ["Piou"], ["Geon"], ["Paddock"], ["Godfrey"], ["Cacciari"], ["Ashmi"], ["Neru"], ["Yarmush"], ["Ladu"], ["Caporali"], ["Bhavs"], ["She"], ["Denso"], ["Wood"], ["Xi"], ["Sin"], ["Malagoli"], ["Lui"], ["Oevers"], ["Veselovsky"], ["Holland"], ["Zaharak"], ["Palma"], ["Yuanq"], ["Bocchi"], ["Veerar"], ["Busch"], ["Lindner"], ["Tleu"], ["Glaho"], ["Holloway"], ["Yasuda"], ["Carroll"], ["Atkins"], ["Gilmour"], ["Andrews"], ["Yoneda"], ["Baker"], ["Gibson"], ["Zarpell"], ["Jia"], ["LaCo"], ["Bertranp"], ["Lykin"], ["Rieger"], ["Dickens"], ["Bussel"], ["Burman"], ["Betho"], ["Bartels"], ["Gubar"], ["Scherze"], ["Ramaswamy"], ["Frolova"], ["Ciepl"], ["Bouras"], ["Chakraborty"], ["Tallis"], ["Shiang"], ["Bessou"], ["Sharpe"], ["Benson"], ["Wells"], ["Murdock"], ["Deng"], ["Lenhart"], ["Kran"], ["Towsey"], ["Juol"], ["Ueda"], ["Badran"], ["Moh"], ["Beaudry"], ["Tomason"], ["Tauber"], ["Maesf"], ["Walker"], ["Rani"], ["Cordt"], ["Rho"], ["Mai"], ["Oberholzer"], ["Anis"], ["Maity"], ["Al-Hu"], ["Pace"], ["Kawasaki"], ["Mori"], ["Palaniswami"], ["Qian"], ["Koch"], ["Neuhold"], ["ODono"], ["Steinmetz"], ["Allard"], ["Lucas"], ["Yalk"]]}, "table_names": "['course', 'student', 'takes']", "table_image_ids": ["TableImg_6jfp8_200.png", "TableImg_Qr5re_2000.png", "TableImg_Bl8kt_30000.png"], "original_data_index": 72} +{"question": "Find the enrollment date for all the tests that have \"Pass\" result.", "answer": {"columns": ["date_of_enrolment"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["2017-10-10 10:05:03"], ["2017-09-21 07:05:01"], ["2017-09-21 07:05:01"], ["2017-09-06 06:27:15"], ["2017-10-23 08:23:22"], ["2017-08-02 17:21:44"], ["2017-10-29 15:39:31"], ["2017-11-13 12:49:33"]]}, "table_names": "['Student_Course_Enrolment', 'Student_Tests_Taken']", "table_image_ids": ["TableImg_Hl9c7_20.png", "TableImg_1onkd_15.png"], "original_data_index": 73} +{"question": "What are the ids of the students who attended courses in the statistics department in order of attendance date.", "answer": {"columns": ["student_id"], "index": [0, 1, 2, 3], "data": [[111], [121], [141], [171]]}, "table_names": "['Courses', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_25bpu_6.png", "TableImg_9ewpy_8.png"], "original_data_index": 74} +{"question": "How much did the the player with first name Len and last name Barker earn between 1985 to 1990 in total?", "answer": {"columns": ["sum(T1.salary)"], "index": [0], "data": [[3612500]]}, "table_names": "['player', 'salary']", "table_image_ids": ["TableImg_88eax_18846.png", "TableImg_Nprof_25575.png"], "original_data_index": 75} +{"question": "Show the distinct director of films with market estimation in the year of 1995.", "answer": {"columns": ["Director"], "index": [0], "data": [["Steven Spielberg"]]}, "table_names": "['film', 'film_market_estimation']", "table_image_ids": ["TableImg_43x69_13.png", "TableImg_Tt9yd_9.png"], "original_data_index": 76} +{"question": "Which countries have more than two members?", "answer": {"columns": ["Country"], "index": [0, 1], "data": [["Canada"], ["United States"]]}, "table_names": "['member']", "table_image_ids": ["TableImg_A3pi7_10.png"], "original_data_index": 77} +{"question": "What is the name of the shop that has the most different kinds of devices in stock?", "answer": {"columns": ["Shop_Name"], "index": [0], "data": [["Dinas Device"]]}, "table_names": "['shop', 'stock']", "table_image_ids": ["TableImg_Pot5k_12.png", "TableImg_R65ws_8.png"], "original_data_index": 78} +{"question": "List the name and assets of each company in ascending order of company name.", "answer": {"columns": ["name", "Assets_billion"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["AT&T Inc.", 268.5], ["BNP Paribas", 2680.7], ["Berkshire Hathaway", 372.2], ["Chevron", 184.8], ["China Construction Bank", 1408.0], ["Citigroup", 1913.9], ["ExxonMobil", 302.5], ["Gazprom", 275.9], ["General Electric", 751.2], ["HSBC", 2467.9], ["Industrial and Commercial Bank of China", 1723.5], ["JPMorgan Chase", 2117.6], ["PetroChina", 251.3], ["Petrobras", 313.2], ["Royal Dutch Shell", 317.2], ["Santander Group", 1570.6], ["Total", 192.8], ["Walmart", 180.7], ["Wells Fargo", 1258.1]]}, "table_names": "['Companies']", "table_image_ids": ["TableImg_5n6h6_19.png"], "original_data_index": 79} +{"question": "Return ids of all the products that are supplied by supplier id 2 and are more expensive than the average price of all products.", "answer": {"columns": ["product_id"], "index": [0, 1], "data": [[8], [15]]}, "table_names": "['Products', 'Product_Suppliers']", "table_image_ids": ["TableImg_K371d_15.png", "TableImg_Uxux9_15.png"], "original_data_index": 80} +{"question": "Find the number of routes and airport name for each source airport, order the results by decreasing number of routes.", "answer": {"columns": ["count(*)", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157], "data": [[915, "Hartsfield Jackson Atlanta International Airport"], [558, "Chicago O'Hare International Airport"], [535, "Beijing Capital International Airport"], [525, "London Heathrow Airport"], [524, "Charles de Gaulle International Airport"], [497, "Frankfurt am Main International Airport"], [492, "Los Angeles International Airport"], [469, "Dallas Fort Worth International Airport"], [456, "John F Kennedy International Airport"], [453, "Amsterdam Airport Schiphol"], [411, "Shanghai Pudong International Airport"], [405, "Singapore Changi Airport"], [391, "Barcelona International Airport"], [370, "Incheon International Airport"], [368, "Miami International Airport"], [368, "Munich International Airport"], [361, "Denver International Airport"], [356, "Atat\u00c3\u00bcrk International Airport"], [356, "London Gatwick Airport"], [354, "Chek Lap Kok International Airport"], [352, "Dubai International Airport"], [337, "Guangzhou Baiyun International Airport"], [336, "Manchester Airport"], [331, "Leonardo da Vinci\u00e2\u0080\u0093Fiumicino Airport"], [330, "Adolfo Su\u00c3\u00a1rez Madrid\u00e2\u0080\u0093Barajas Airport"], [325, "Suvarnabhumi Airport"], [324, "Chengdu Shuangliu International Airport"], [322, "Domodedovo International Airport"], [319, "Lester B. Pearson International Airport"], [316, "Brussels Airport"], [308, "Vienna International Airport"], [301, "Charlotte Douglas International Airport"], [289, "Philadelphia International Airport"], [286, "Narita International Airport"], [285, "D\u00c3\u00bcsseldorf International Airport"], [283, "Xi'an Xianyang International Airport"], [273, "Kunming Changshui International Airport"], [271, "Palma De Mallorca Airport"], [270, "Chongqing Jiangbei International Airport"], [264, "Taiwan Taoyuan International Airport"], [259, "Indira Gandhi International Airport"], [255, "Kuala Lumpur International Airport"], [253, "Newark Liberty International Airport"], [252, "Hangzhou Xiaoshan International Airport"], [251, "Phoenix Sky Harbor International Airport"], [249, "San Francisco International Airport"], [247, "Z\u00c3\u00bcrich Airport"], [246, "McCarran International Airport"], [243, "George Bush Intercontinental Houston Airport"], [242, "Licenciado Benito Juarez International Airport"], [239, "Abu Dhabi International Airport"], [237, "Orlando International Airport"], [234, "Shenzhen Bao'an International Airport"], [233, "Xiamen Gaoqi International Airport"], [229, "Copenhagen Kastrup Airport"], [222, "Chhatrapati Shivaji International Airport"], [219, "Stockholm-Arlanda Airport"], [218, "Minneapolis-St Paul International/Wold-Chamberlain Airport"], [216, "Detroit Metropolitan Wayne County Airport"], [214, "Lisbon Portela Airport"], [212, "General Edward Lawrence Logan International Airport"], [208, "Berlin-Tegel International Airport"], [208, "Sydney Kingsford Smith International Airport"], [207, "Dublin Airport"], [206, "M\u00c3\u00a1laga Airport"], [205, "Shanghai Hongqiao International Airport"], [201, "Seattle Tacoma International Airport"], [200, "Paris-Orly Airport"], [199, "Sheremetyevo International Airport"], [197, "Eleftherios Venizelos International Airport"], [196, "Ronald Reagan Washington National Airport"], [196, "Washington Dulles International Airport"], [193, "Guarulhos - Governador Andr\u00c3\u00a9 Franco Montoro International Airport"], [193, "Ninoy Aquino International Airport"], [192, "King Abdulaziz International Airport"], [192, "Malpensa International Airport"], [189, "Changsha Huanghua International Airport"], [188, "Liuting Airport"], [187, "Wuhan Tianhe International Airport"], [186, "Fort Lauderdale Hollywood International Airport"], [185, "Montreal / Pierre Elliott Trudeau International Airport"], [185, "Soekarno-Hatta International Airport"], [183, "Pulkovo Airport"], [180, "Oslo Gardermoen Airport"], [180, "V\u00c3\u00a1clav Havel Airport Prague"], [174, "Zhengzhou Xinzheng International Airport"], [173, "London Stansted Airport"], [166, "Geneva Cointrin International Airport"], [165, "Nanjing Lukou Airport"], [161, "Hamburg Airport"], [159, "Helsinki Vantaa Airport"], [159, "OR Tambo International Airport"], [159, "Tenerife South Airport"], [158, "La Guardia Airport"], [158, "Vancouver International Airport"], [157, "Alicante International Airport"], [157, "Canc\u00c3\u00ban International Airport"], [157, "Tokyo Haneda International Airport"], [154, "Gran Canaria Airport"], [153, "\u00c3\u009cr\u00c3\u00bcmqi Diwopu International Airport"], [152, "El Dorado International Airport"], [152, "Kansai International Airport"], [151, "Brisbane International Airport"], [151, "Cairo International Airport"], [147, "Tianjin Binhai International Airport"], [145, "Sabiha G\u00c3\u00b6k\u00c3\u00a7en International Airport"], [142, "Baltimore/Washington International Thurgood Marshall Airport"], [142, "Melbourne International Airport"], [142, "Zhoushuizi Airport"], [141, "Salt Lake City International Airport"], [139, "Chicago Midway International Airport"], [138, "Tampa International Airport"], [137, "Longdongbao Airport"], [137, "Stuttgart Airport"], [136, "Ben Gurion International Airport"], [136, "Taoxian Airport"], [135, "King Khaled International Airport"], [135, "Nice-C\u00c3\u00b4te d'Azur Airport"], [135, "Yaoqiang Airport"], [134, "Cologne Bonn Airport"], [134, "Lyon Saint-Exup\u00c3\u00a9ry Airport"], [134, "Marseille Provence Airport"], [133, "Birmingham International Airport"], [133, "Fuzhou Changle International Airport"], [130, "Jomo Kenyatta International Airport"], [129, "Taiping Airport"], [127, "Antalya International Airport"], [125, "Mohammed V International Airport"], [123, "Louis Armstrong New Orleans International Airport"], [122, "Venice Marco Polo Airport"], [120, "Warsaw Chopin Airport"], [119, "Edinburgh Airport"], [119, "Kuwait International Airport"], [119, "San Diego International Airport"], [118, "Honolulu International Airport"], [116, "Lanzarote Airport"], [115, "Calgary International Airport"], [115, "Catania-Fontanarossa Airport"], [114, "Jorge Ch\u00c3\u00a1vez International Airport"], [114, "Lambert St Louis International Airport"], [114, "Nanning Wuxu Airport"], [113, "Malta International Airport"], [113, "Portland International Airport"], [112, "Henri Coand\u00c4\u0083 International Airport"], [110, "Heraklion International Nikos Kazantzakis Airport"], [110, "Taiyuan Wusu Airport"], [109, "Queen Alia International Airport"], [109, "Sanya Phoenix International Airport"], [109, "Tan Son Nhat International Airport"], [108, "Haikou Meilan International Airport"], [108, "London Luton Airport"], [107, "Guilin Liangjiang International Airport"], [106, "Faro Airport"], [106, "Tocumen International Airport"], [105, "Addis Ababa Bole International Airport"], [102, "Boryspil International Airport"], [102, "Chennai International Airport"], [102, "Luis Munoz Marin International Airport"], [102, "Muscat International Airport"], [101, "Bandaranaike International Colombo Airport"], [101, "Riga International Airport"], [100, "Bristol Airport"], [100, "Francisco de S\u00c3\u00a1 Carneiro Airport"], [100, "Glasgow International Airport"], [100, "Ngurah Rai (Bali) International Airport"], [99, "Ibiza Airport"], [98, "Budapest Ferenc Liszt International Airport"], [98, "Presidente Juscelino Kubistschek International Airport"], [98, "Rio Gale\u00c3\u00a3o \u00e2\u0080\u0093 Tom Jobim International Airport"], [97, "Fuerteventura Airport"], [97, "Koltsovo Airport"], [96, "Auckland International Airport"], [95, "East Midlands Airport"], [95, "EuroAirport Basel-Mulhouse-Freiburg Airport"], [95, "Sharjah International Airport"], [94, "Netaji Subhash Chandra Bose International Airport"], [93, "Don Miguel Hidalgo Y Costilla International Airport"], [93, "Larnaca International Airport"], [93, "Sim\u00c3\u00b3n Bol\u00c3\u00advar International Airport"], [92, "Kempegowda International Airport"], [92, "Nantes Atlantique Airport"], [92, "Newcastle Airport"], [92, "Perth International Airport"], [88, "Bologna Guglielmo Marconi Airport"], [87, "Baita International Airport"], [87, "Noi Bai International Airport"], [87, "Thessaloniki Macedonia International Airport"], [87, "Tunis Carthage International Airport"], [86, "Nanchang Changbei International Airport"], [86, "Tolmachevo Airport"], [85, "Belgrade Nikola Tesla Airport"], [85, "Fukuoka Airport"], [85, "Houari Boumediene Airport"], [85, "Vnukovo International Airport"], [84, "Bahrain International Airport"], [84, "Brussels South Charleroi Airport"], [84, "Chubu Centrair International Airport"], [84, "Lanzhou Zhongchuan Airport"], [84, "Ningbo Lishe International Airport"], [83, "Austin Bergstrom International Airport"], [83, "Berlin-Sch\u00c3\u00b6nefeld International Airport"], [83, "Raleigh Durham International Airport"], [82, "Diagoras Airport"], [82, "Kansas City International Airport"], [82, "Nashville International Airport"], [82, "Shijiazhuang Daguocun International Airport"], [82, "Valencia Airport"], [81, "Cleveland Hopkins International Airport"], [81, "Il Caravaggio International Airport"], [81, "King Fahd International Airport"], [81, "New Chitose Airport"], [81, "Tashkent International Airport"], [81, "Wenzhou Yongqiang Airport"], [80, "Beijing Nanyuan Airport"], [80, "Gimhae International Airport"], [80, "Leeds Bradford Airport"], [79, "Comodoro Arturo Merino Ben\u00c3\u00adtez International Airport"], [79, "Macau International Airport"], [79, "Naples International Airport"], [79, "William P Hobby Airport"], [78, "Toulouse-Blagnac Airport"], [77, "Hefei Luogang International Airport"], [76, "Hannover Airport"], [76, "Juan Santamaria International Airport"], [76, "Pisa International Airport"], [75, "Cincinnati Northern Kentucky International Airport"], [75, "Ministro Pistarini International Airport"], [74, "Dhaka / Hazrat Shahjalal International Airport"], [74, "Pittsburgh International Airport"], [73, "Menara Airport"], [73, "Punta Cana International Airport"], [72, "General Mariano Escobedo International Airport"], [71, "Phuket International Airport"], [70, "Luxembourg-Findel International Airport"], [69, "Bergen Airport Flesland"], [69, "Indianapolis International Airport"], [68, "Edmonton International Airport"], [68, "Eindhoven Airport"], [68, "San Antonio International Airport"], [67, "Almaty Airport"], [67, "Beirut Rafic Hariri International Airport"], [67, "Bordeaux-M\u00c3\u00a9rignac Airport"], [67, "Don Mueang International Airport"], [67, "L\u00c3\u00a9opold S\u00c3\u00a9dar Senghor International Airport"], [66, "Adnan Menderes International Airport"], [66, "Sofia Airport"], [65, "Bilbao Airport"], [65, "General Mitchell International Airport"], [65, "Jorge Newbery Airpark"], [65, "Juanda International Airport"], [65, "Kaohsiung International Airport"], [65, "Lijiang Airport"], [65, "Mashhad International Airport"], [65, "Sevilla Airport"], [65, "Yinchuan Airport"], [64, "Heydar Aliyev International Airport"], [64, "Longjia Airport"], [64, "Lynden Pindling International Airport"], [63, "Falcone\u00e2\u0080\u0093Borsellino Airport"], [63, "Port Columbus International Airport"], [63, "Southwest Florida International Airport"], [62, "Jinnah International Airport"], [62, "London City Airport"], [62, "Naha Airport"], [60, "Dubrovnik Airport"], [60, "Imam Khomeini International Airport"], [60, "Milano Linate Airport"], [60, "Norman Y. Mineta San Jose International Airport"], [60, "Paris Beauvais Till\u00c3\u00a9 Airport"], [60, "Zhuhai Jinwan Airport"], [59, "Jeju International Airport"], [59, "Mehrabad International Airport"], [59, "Murtala Muhammed International Airport"], [59, "Ted Stevens Anchorage International Airport"], [58, "Benazir Bhutto International Airport"], [58, "Deputado Luiz Eduardo Magalh\u00c3\u00a3es International Airport"], [58, "Liverpool John Lennon Airport"], [58, "Memphis International Airport"], [58, "Princess Juliana International Airport"], [58, "Vilnius International Airport"], [57, "Cochin International Airport"], [57, "Dalaman International Airport"], [57, "John Paul II International Airport Krak\u00c3\u00b3w-Balice Airport"], [57, "Viracopos International Airport"], [56, "Alama Iqbal International Airport"], [56, "Cairns International Airport"], [56, "Hasanuddin International Airport"], [56, "Yantai Laishan Airport"], [55, "Sacramento International Airport"], [55, "Tancredo Neves International Airport"], [54, "Kotoka International Airport"], [54, "Metropolitan Oakland International Airport"], [54, "Minsk National Airport"], [54, "Stavanger Airport Sola"], [53, "El Salvador International Airport"], [53, "Peretola Airport"], [52, "Astana International Airport"], [52, "Dushanbe Airport"], [52, "Gothenburg-Landvetter Airport"], [52, "Kota Kinabalu International Airport"], [52, "Madeira Airport"], [52, "Olbia Costa Smeralda Airport"], [51, "Adelaide International Airport"], [51, "Bradley International Airport"], [51, "Douala International Airport"], [51, "Esenbo\u00c4\u009fa International Airport"], [51, "Gda\u00c5\u0084sk Lech Wa\u00c5\u0082\u00c4\u0099sa Airport"], [51, "Los Cabos International Airport"], [51, "Port Moresby Jacksons International Airport"], [50, "Bari Karol Wojty\u00c5\u0082a Airport"], [50, "Bremen Airport"], [50, "Ciampino\u00e2\u0080\u0093G. B. Pastine International Airport"], [50, "Ioannis Kapodistrias International Airport"], [50, "Port Bouet Airport"], [49, "Girona Airport"], [49, "Mactan Cebu International Airport"], [49, "Orlando Sanford International Airport"], [49, "Split Airport"], [49, "Xining Caojiabu Airport"], [49, "Yangon International Airport"], [48, "Al Maktoum International Airport"], [48, "Chiang Mai International Airport"], [48, "Nuremberg Airport"], [48, "Tripoli International Airport"], [47, "Billund Airport"], [47, "Congonhas Airport"], [47, "Frankfurt-Hahn Airport"], [47, "Licenciado Gustavo D\u00c3\u00adaz Ordaz International Airport"], [47, "Sunan Shuofang International Airport"], [46, "Darwin International Airport"], [46, "Jacksonville International Airport"], [46, "Krasnodar Pashkovsky International Airport"], [46, "Quatro de Fevereiro Airport"], [45, "Jos\u00c3\u00a9 Mart\u00c3\u00ad International Airport"], [45, "Keflavik International Airport"], [45, "Las Am\u00c3\u00a9ricas International Airport"], [45, "Manas International Airport"], [45, "Ottawa Macdonald-Cartier International Airport"], [45, "Sangster International Airport"], [45, "Zvartnots International Airport"], [44, "Chania International Airport"], [44, "Mal\u00c3\u00a9 International Airport"], [44, "Palm Beach International Airport"], [44, "Quanzhou Jinjiang International Airport"], [44, "Queen Beatrix International Airport"], [44, "Trondheim Airport V\u00c3\u00a6rnes"], [44, "Turin Airport"], [43, "Afonso Pena Airport"], [43, "Cagliari Elmas Airport"], [43, "Cape Town International Airport"], [43, "Halifax / Stanfield International Airport"], [43, "Kos Airport"], [43, "Nadi International Airport"], [43, "Tribhuvan International Airport"], [43, "Yemelyanovo Airport"], [42, "Albuquerque International Sunport Airport"], [42, "Borg El Arab International Airport"], [42, "General Abelardo L. Rodr\u00c3\u00adguez International Airport"], [42, "John Wayne Airport-Orange County Airport"], [42, "Kahului Airport"], [42, "Osaka International Airport"], [42, "Paphos International Airport"], [42, "Penang International Airport"], [42, "Salgado Filho Airport"], [42, "Siem Reap International Airport"], [42, "Trivandrum International Airport"], [42, "Zagreb Airport"], [41, "Aberdeen Dyce Airport"], [41, "Cadjehoun Airport"], [41, "Khartoum International Airport"], [41, "Louisville International Standiford Field"], [41, "Sir Seewoosagur Ramgoolam International Airport"], [41, "Winnipeg / James Armstrong Richardson International Airport"], [40, "Hurghada International Airport"], [40, "Kigali International Airport"], [40, "Leipzig Halle Airport"], [40, "Lille-Lesquin Airport"], [40, "Taipei Songshan Airport"], [40, "Will Rogers World Airport"], [39, "Ajaccio-Napol\u00c3\u00a9on Bonaparte Airport"], [39, "Dallas Love Field"], [39, "Gimpo International Airport"], [39, "Irkutsk Airport"], [39, "Mariscal Sucre International Airport"], [39, "Prince Mohammad Bin Abdulaziz Airport"], [39, "Verona Villafranca Airport"], [38, "Jersey Airport"], [38, "Lennart Meri Tallinn Airport"], [38, "Richmond International Airport"], [38, "Sharm El Sheikh International Airport"], [38, "Treviso-Sant'Angelo Airport"], [38, "Weeze Airport"], [37, "Changzhou Benniu Airport"], [37, "Faa'a International Airport"], [37, "La Aurora Airport"], [37, "Moss-Rygge Airport"], [37, "Sana'a International Airport"], [37, "Sandefjord Airport Torp"], [37, "Shiraz Shahid Dastghaib International Airport"], [36, "Bastia-Poretta Airport"], [36, "Belfast International Airport"], [36, "Birmingham-Shuttlesworth International Airport"], [36, "Buffalo Niagara International Airport"], [36, "Djerba Zarzis International Airport"], [36, "Guararapes - Gilberto Freyre International Airport"], [36, "Khabarovsk-Novy Airport"], [36, "Norfolk International Airport"], [36, "Santiago de Compostela Airport"], [36, "Sultan Aji Muhamad Sulaiman Airport"], [36, "Tirana International Airport Mother Teresa"], [35, "Antonio B. Won Pat International Airport"], [35, "Jieyang Chaoshan International Airport"], [35, "Jos\u00c3\u00a9 Joaqu\u00c3\u00adn de Olmedo International Airport"], [35, "Julius Nyerere International Airport"], [35, "Piarco International Airport"], [35, "Pinto Martins International Airport"], [35, "V.C. Bird International Airport"], [35, "Val de Cans/J\u00c3\u00balio Cezar Ribeiro International Airport"], [34, "Charleston Air Force Base-International Airport"], [34, "Chi\u00c5\u009fin\u00c4\u0083u International Airport"], [34, "Christchurch International Airport"], [34, "Cork Airport"], [34, "Cyril E. King Airport"], [34, "Eppley Airfield"], [34, "Kenneth Kaunda International Airport Lusaka"], [34, "Menorca Airport"], [34, "Myrtle Beach International Airport"], [34, "Salzburg Airport"], [34, "Strasbourg Airport"], [34, "Tbilisi International Airport"], [33, "Copernicus Wroc\u00c5\u0082aw Airport"], [33, "Da Nang International Airport"], [33, "Dortmund Airport"], [33, "Entebbe International Airport"], [33, "Es Senia Airport"], [33, "Khudzhand Airport"], [33, "Ljubljana Jo\u00c5\u00bee Pu\u00c4\u008dnik Airport"], [33, "Marechal Rondon Airport"], [33, "Ouagadougou Airport"], [33, "Rotterdam The Hague Airport"], [33, "Southampton Airport"], [33, "Yakutsk Airport"], [32, "Cardiff International Airport"], [32, "Eduardo Gomes International Airport"], [32, "James M Cox Dayton International Airport"], [32, "Phoenix-Mesa-Gateway Airport"], [32, "Sardar Vallabhbhai Patel International Airport"], [32, "Tenerife Norte Airport"], [32, "Wellington International Airport"], [31, "Albany International Airport"], [31, "Alghero-Fertilia Airport"], [31, "Calicut International Airport"], [31, "Hato International Airport"], [31, "Lokpriya Gopinath Bordoloi International Airport"], [31, "McGhee Tyson Airport"], [31, "Milas Bodrum International Airport"], [31, "Osh Airport"], [31, "Providenciales Airport"], [31, "Sendai Airport"], [31, "St Petersburg Clearwater International Airport"], [31, "Stockholm Skavsta Airport"], [31, "Tucson International Airport"], [30, "Alfonso Bonilla Aragon International Airport"], [30, "Erbil International Airport"], [30, "Greater Rochester International Airport"], [30, "Lhasa Gonggar Airport"], [30, "Norman Manley International Airport"], [30, "Peshawar International Airport"], [30, "Santos Dumont Airport"], [30, "Yellowknife Airport"], [29, "Adi Sutjipto International Airport"], [29, "Baotou Airport"], [29, "Bethel Airport"], [29, "Bill & Hillary Clinton National Airport/Adams Field"], [29, "Des Moines International Airport"], [29, "Greenville Spartanburg International Airport"], [29, "Phnom Penh International Airport"], [29, "Pointe-\u00c3\u00a0-Pitre Le Raizet"], [29, "Shannon Airport"], [29, "Sultan Abdul Aziz Shah International Airport"], [29, "Taichung Ching Chuang Kang Airport"], [29, "Yuncheng Guangong Airport"], [28, "Al Massira Airport"], [28, "Bauerfield International Airport"], [28, "Gerald R. Ford International Airport"], [28, "Gold Coast Airport"], [28, "Kabul International Airport"], [28, "Katowice International Airport"], [28, "Kazan International Airport"], [28, "Nnamdi Azikiwe International Airport"], [28, "Pune Airport"], [28, "Quebec Jean Lesage International Airport"], [28, "Rostov-on-Don Airport"], [28, "Senou Airport"], [28, "Vincenzo Florio Airport Trapani-Birgi"], [27, "Dabolim Airport"], [27, "Hang Nadim International Airport"], [27, "Ivato Airport"], [27, "Kurumoch International Airport"], [27, "Ndjili International Airport"], [27, "Philip S. W. Goldson International Airport"], [27, "Reno Tahoe International Airport"], [27, "Stockholm-Bromma Airport"], [27, "Theodore Francis Green State Airport"], [27, "Tulsa International Airport"], [26, "El Alto International Airport"], [26, "Fairbanks International Airport"], [26, "Harare International Airport"], [26, "Jose Maria C\u00c3\u00b3rdova International Airport"], [26, "Kuching International Airport"], [26, "Modlin Airport"], [26, "Palm Springs International Airport"], [26, "Sochi International Airport"], [26, "Syracuse Hancock International Airport"], [26, "Troms\u00c3\u00b8 Airport"], [26, "Tunxi International Airport"], [26, "Vladivostok International Airport"], [26, "Zemunik Airport"], [25, "Benina International Airport"], [25, "Exeter International Airport"], [25, "General Ignacio P. Garcia International Airport"], [25, "Lamezia Terme Airport"], [25, "Nome Airport"], [25, "Ordos Ejin Horo Airport"], [25, "Owen Roberts International Airport"], [25, "Piedmont Triad International Airport"], [25, "Rankin Inlet Airport"], [24, "Ahwaz Airport"], [24, "Daniel Oduber Quiros International Airport"], [24, "El Paso International Airport"], [24, "Honiara International Airport"], [24, "Libreville Leon M'ba International Airport"], [24, "Maya-Maya Airport"], [24, "Miri Airport"], [24, "Montpellier-M\u00c3\u00a9diterran\u00c3\u00a9e Airport"], [24, "Northwest Arkansas Regional Airport"], [24, "Ontario International Airport"], [24, "Toussaint Louverture International Airport"], [24, "Viru Viru International Airport"], [24, "Wattay International Airport"], [24, "Xishuangbanna Gasa Airport"], [24, "Yichang Sanxia Airport"], [23, "Aden International Airport"], [23, "Brunei International Airport"], [23, "Carrasco International /General C L Berisso Airport"], [23, "Djibouti-Ambouli Airport"], [23, "Jo\u00c3\u00a3o Paulo II Airport"], [23, "Martinique Aim\u00c3\u00a9 C\u00c3\u00a9saire International Airport"], [23, "Memmingen Allgau Airport"], [23, "Ram\u00c3\u00b3n Villeda Morales International Airport"], [23, "Savannah Hilton Head International Airport"], [23, "Sir Grantley Adams International Airport"], [23, "Skopje Alexander the Great Airport"], [23, "Ufa International Airport"], [23, "Westchester County Airport"], [22, "Akron Canton Regional Airport"], [22, "Brindisi \u00e2\u0080\u0093 Salento Airport"], [22, "Dresden Airport"], [22, "Jerez Airport"], [22, "Kiev Zhuliany International Airport"], [22, "Lungi International Airport"], [22, "Mianyang Airport"], [22, "Mineralnyye Vody Airport"], [22, "Ralph Wien Memorial Airport"], [22, "Roshchino International Airport"], [22, "St. John's International Airport"], [21, "Aktau Airport"], [21, "Boise Air Terminal/Gowen field"], [21, "Cluj-Napoca International Airport"], [21, "Dayong Airport"], [21, "George Best Belfast City Airport"], [21, "Glasgow Prestwick Airport"], [21, "Herc\u00c3\u00adlio Luz International Airport"], [21, "Husein Sastranegara International Airport"], [21, "Ketchikan International Airport"], [21, "King Shaka International Airport"], [21, "Lihue Airport"], [21, "Pensacola Regional Airport"], [21, "Pozna\u00c5\u0084-\u00c5\u0081awica Airport"], [21, "Pri\u00c5\u00a1tina International Airport"], [21, "Sam Ratulangi Airport"], [21, "Santa Genoveva Airport"], [21, "Sept-\u00c3\u008eles Airport"], [20, "Aalborg Airport"], [20, "Am\u00c3\u00adlcar Cabral International Airport"], [20, "Beihai Airport"], [20, "Blue Grass Airport"], [20, "Calvi-Sainte-Catherine Airport"], [20, "Chelyabinsk Balandino Airport"], [20, "Chinggis Khaan International Airport"], [20, "Del Caribe Santiago Mari\u00c3\u00b1o International Airport"], [20, "Esfahan Shahid Beheshti International Airport"], [20, "Fresno Yosemite International Airport"], [20, "Genoa Cristoforo Colombo Airport"], [20, "Gothenburg City Airport"], [20, "Harrisburg International Airport"], [20, "Juneau International Airport"], [20, "Karlsruhe Baden-Baden Airport"], [20, "Kilimanjaro International Airport"], [20, "Kona International At Keahole Airport"], [20, "Lom\u00c3\u00a9-Tokoin Airport"], [20, "M. R. \u00c5\u00a0tef\u00c3\u00a1nik Airport"], [20, "San Javier Airport"], [20, "Santa Maria Airport"], [20, "Wichita Mid Continent Airport"], [20, "Xuzhou Guanyin Airport"], [19, "Bandar Abbas International Airport"], [19, "Bournemouth Airport"], [19, "Graz Airport"], [19, "Hewanorra International Airport"], [19, "Hosea Kutako International Airport"], [19, "Ibn Batouta Airport"], [19, "Kaunas International Airport"], [19, "Leite Lopes Airport"], [19, "Nairobi Wilson Airport"], [19, "Reus Air Base"], [19, "Roland Garros Airport"], [19, "Santander Airport"], [19, "Zhanjiang Airport"], [18, "Almer\u00c3\u00ada International Airport"], [18, "Bob Hope Airport"], [18, "Bod\u00c3\u00b8 Airport"], [18, "Charlotte County Airport"], [18, "Chaudhary Charan Singh International Airport"], [18, "Conakry International Airport"], [18, "Dongshan Airport"], [18, "Guernsey Airport"], [18, "Huntsville International Carl T Jones Field"], [18, "Iqaluit Airport"], [18, "Jackson-Medgar Wiley Evers International Airport"], [18, "Kagoshima Airport"], [18, "Kalibo International Airport"], [18, "Long Beach /Daugherty Field/ Airport"], [18, "Nador International Airport"], [18, "Nizhny Novgorod Strigino International Airport"], [18, "Odessa International Airport"], [18, "Pointe Noire Airport"], [18, "Samui Airport"], [18, "Sa\u00c3\u00afss Airport"], [18, "Senai International Airport"], [18, "Shubuling Airport"], [18, "Silvio Pettirossi International Airport"], [18, "Sioux Lookout Airport"], [18, "Sultan Syarif Kasim Ii (Simpang Tiga) Airport"], [18, "Toncont\u00c3\u00adn International Airport"], [18, "Yangzhou Taizhou Airport"], [18, "Yiwu Airport"], [17, "Achmad Yani Airport"], [17, "Adana Airport"], [17, "Asturias Airport"], [17, "Brest Bretagne Airport"], [17, "Campo Grande Airport"], [17, "Columbia Metropolitan Airport"], [17, "Dane County Regional Truax Field"], [17, "Diori Hamani International Airport"], [17, "Hiroshima Airport"], [17, "Komatsu Airport"], [17, "Langkawi International Airport"], [17, "Long Island Mac Arthur Airport"], [17, "Lviv International Airport"], [17, "Mandalay International Airport"], [17, "Maputo Airport"], [17, "Melville Hall Airport"], [17, "Nagasaki Airport"], [17, "Omsk Central Airport"], [17, "Praia International Airport"], [17, "Sentani Airport"], [17, "The Eastern Iowa Airport"], [17, "Yancheng Airport"], [17, "Yaound\u00c3\u00a9 Nsimalen International Airport"], [16, "Bachigualato Federal International Airport"], [16, "Bagdogra Airport"], [16, "Changzhi Airport"], [16, "Coimbatore International Airport"], [16, "Cozumel International Airport"], [16, "Dionysios Solomos Airport"], [16, "Eurico de Aguiar Salles Airport"], [16, "Fort Wayne International Airport"], [16, "General Heriberto Jara International Airport"], [16, "General Roberto Fierro Villalobos International Airport"], [16, "Governador Alu\u00c3\u00adzio Alves International Airport"], [16, "Gregorio Luperon International Airport"], [16, "Jaipur International Airport"], [16, "Jingdezhen Airport"], [16, "Jiuzhai Huanglong Airport"], [16, "Key West International Airport"], [16, "Kish International Airport"], [16, "Krabi Airport"], [16, "Lianyungang Airport"], [16, "Lombok International Airport"], [16, "Lovell Field"], [16, "Marechal Cunha Machado International Airport"], [16, "Niigata Airport"], [16, "Novy Urengoy Airport"], [16, "Podgorica Airport"], [16, "Regina International Airport"], [16, "Roberts International Airport"], [16, "Sarajevo International Airport"], [16, "Shah Amanat International Airport"], [16, "Townsville Airport"], [16, "Wabush Airport"], [15, "Abha Regional Airport"], [15, "Ashgabat Airport"], [15, "Augusto C. Sandino (Managua) International Airport"], [15, "Chifeng Airport"], [15, "Devi Ahilyabai Holkar Airport"], [15, "Donetsk International Airport"], [15, "Dr. Babasaheb Ambedkar International Airport"], [15, "Dzaoudzi Pamandzi International Airport"], [15, "General Rafael Buelna International Airport"], [15, "General Wayne A. Downing Peoria International Airport"], [15, "Goose Bay Airport"], [15, "Grand Bahama International Airport"], [15, "Ireland West Knock Airport"], [15, "Juan Manuel Galvez International Airport"], [15, "Kelowna International Airport"], [15, "Khrabrovo Airport"], [15, "L.F. Wade International International Airport"], [15, "Licenciado Manuel Crescencio Rejon Int Airport"], [15, "Malm\u00c3\u00b6 Sturup Airport"], [15, "Mangalore International Airport"], [15, "Monastir Habib Bourguiba International Airport"], [15, "Nanping Wuyishan Airport"], [15, "Norilsk-Alykel Airport"], [15, "Pula Airport"], [15, "Quad City International Airport"], [15, "Roanoke\u00e2\u0080\u0093Blacksburg Regional Airport"], [15, "Santorini Airport"], [15, "Saskatoon John G. Diefenbaker International Airport"], [15, "Spokane International Airport"], [15, "Syamsudin Noor Airport"], [15, "Tabriz International Airport"], [15, "Tallahassee Regional Airport"], [15, "Ten. Cel. Aviador C\u00c3\u00a9sar Bombonato Airport"], [15, "Vishakhapatnam Airport"], [15, "Yuzhno-Sakhalinsk Airport"], [15, "Zunyi Xinzhou Airport"], [14, "Baghdad International Airport"], [14, "Biarritz-Anglet-Bayonne Airport"], [14, "Billy Bishop Toronto City Centre Airport"], [14, "Bishop International Airport"], [14, "Del Baj\u00c3\u00ado International Airport"], [14, "Dnipropetrovsk International Airport"], [14, "Ercan International Airport"], [14, "Figari Sud-Corse Airport"], [14, "Francisco Bangoy International Airport"], [14, "Hector International Airport"], [14, "Huangyan Luqiao Airport"], [14, "Ishigaki Airport"], [14, "La Chinita International Airport"], [14, "Liuzhou Bailian Airport"], [14, "Mahlon Sweet Field"], [14, "Malabo Airport"], [14, "Marsh Harbour International Airport"], [14, "Mohamed Boudiaf International Airport"], [14, "Mombasa Moi International Airport"], [14, "Nizhnevartovsk Airport"], [14, "Pattimura Airport - Ambon"], [14, "Point Salines International Airport"], [14, "Quetta International Airport"], [14, "Rarotonga International Airport"], [14, "Sheikh ul Alam Airport"], [14, "Southend Airport"], [14, "Springfield Branson National Airport"], [14, "Sultan Ismail Petra Airport"], [14, "Sultan Mahmud Badaruddin II Airport"], [14, "Surgut Airport"], [14, "Trenton Mercer Airport"], [14, "Yanji Chaoyangchuan Airport"], [13, "Banjul International Airport"], [13, "Bujumbura International Airport"], [13, "Burlington International Airport"], [13, "Canberra International Airport"], [13, "Carlos Rovirosa P\u00c3\u00a9rez International Airport"], [13, "Charlottesville Albemarle Airport"], [13, "City of Colorado Springs Municipal Airport"], [13, "Clark International Airport"], [13, "Friedrichshafen Airport"], [13, "Ganzhou Airport"], [13, "Ingeniero Ambrosio Taravella Airport"], [13, "Joe Foss Field Airport"], [13, "Juan Gualberto Gomez International Airport"], [13, "Kashgar Airport"], [13, "La Tontouta International Airport"], [13, "Lehigh Valley International Airport"], [13, "Licenciado Adolfo Lopez Mateos International Airport"], [13, "Luang Phabang International Airport"], [13, "Luzhou Airport"], [13, "Maestro Wilson Fonseca Airport"], [13, "Mikonos Airport"], [13, "Mount Isa Airport"], [13, "Okayama Airport"], [13, "Pampulha - Carlos Drummond de Andrade Airport"], [13, "Rennes-Saint-Jacques Airport"], [13, "Sarasota Bradenton International Airport"], [13, "Seychelles International Airport"], [13, "Ta\u00e2\u0080\u0099if Regional Airport"], [13, "Thunder Bay Airport"], [13, "Timi\u00c5\u009foara Traian Vuia Airport"], [13, "Tokua Airport"], [13, "Tongliao Airport"], [13, "Victoria International Airport"], [13, "Wilmington International Airport"], [13, "Xiangyang Liuji Airport"], [13, "Zhoushan Airport"], [13, "Zumbi dos Palmares Airport"], [13, "\u00c3\u0085lesund Airport"], [12, "A Coru\u00c3\u00b1a Airport"], [12, "Abraham Gonz\u00c3\u00a1lez International Airport"], [12, "Aniak Airport"], [12, "Asheville Regional Airport"], [12, "Bern Belp Airport"], [12, "Billings Logan International Airport"], [12, "Broome International Airport"], [12, "Burgas Airport"], [12, "Cataratas International Airport"], [12, "Central Illinois Regional Airport at Bloomington-Normal"], [12, "Fort McMurray Airport"], [12, "Gainesville Regional Airport"], [12, "Gassim Airport"], [12, "Haugesund Airport"], [12, "Ia\u00c5\u009fi Airport"], [12, "Jammu Airport"], [12, "Jo\u00c3\u00a3o Correa da Rocha Airport"], [12, "Juba International Airport"], [12, "Kobe Airport"], [12, "Lilongwe International Airport"], [12, "Linz H\u00c3\u00b6rsching Airport"], [12, "Lok Nayak Jayaprakash Airport"], [12, "Matsuyama Airport"], [12, "Mukalla International Airport"], [12, "Multan International Airport"], [12, "Namangan Airport"], [12, "Nausori International Airport"], [12, "Nouakchott International Airport"], [12, "Rabil Airport"], [12, "Rafael Nu\u00c3\u00b1ez International Airport"], [12, "Tampere-Pirkkala Airport"], [12, "Terrance B. Lettsome International Airport"], [12, "Wanxian Airport"], [12, "Yulin Yuyang Airport"], [11, "Abeid Amani Karume International Airport"], [11, "Aktion National Airport"], [11, "Al Najaf International Airport"], [11, "Alejandro Velasco Astete International Airport"], [11, "Alice Springs Airport"], [11, "Belgorod International Airport"], [11, "Bergerac-Roumani\u00c3\u00a8re Airport"], [11, "Birsa Munda Airport"], [11, "Cerro Moreno Airport"], [11, "Chiang Rai International Airport"], [11, "Chita-Kadala Airport"], [11, "Cibao International Airport"], [11, "Datong Airport"], [11, "Enrique Olaya Herrera Airport"], [11, "Frank Pais International Airport"], [11, "Fuyang Xiguan Airport"], [11, "General Jose Antonio Anzoategui International Airport"], [11, "General Manuel Carlos Piar International Airport"], [11, "George F. L. Charles Airport"], [11, "Governador Jos\u00c3\u00a9 Richa Airport"], [11, "Gustaf III Airport"], [11, "Gustavo Rojas Pinilla International Airport"], [11, "Inverness Airport"], [11, "Isle of Man Airport"], [11, "Kirkwall Airport"], [11, "Kodiak Airport"], [11, "Kristiansand Airport"], [11, "Limoges Airport"], [11, "Miyazaki Airport"], [11, "M\u00c3\u00bcnster Osnabr\u00c3\u00bcck Airport"], [11, "Nadzab Airport"], [11, "Paderborn Lippstadt Airport"], [11, "Porto Seguro Airport"], [11, "Presidente Castro Pinto International Airport"], [11, "Rabat-Sal\u00c3\u00a9 Airport"], [11, "Raipur Airport"], [11, "Robert L. Bradshaw International Airport"], [11, "Rzesz\u00c3\u00b3w-Jasionka Airport"], [11, "Santo Pekoa International Airport"], [11, "Sialkot Airport"], [11, "South Bend Regional Airport"], [11, "Tivat Airport"], [11, "Trieste\u00e2\u0080\u0093Friuli Venezia Giulia Airport"], [11, "Ulan-Ude Airport (Mukhino)"], [11, "Vigo Airport"], [11, "Vir Savarkar International Airport"], [11, "Zahedan International Airport"], [10, "Aden Adde International Airport"], [10, "Alta Airport"], [10, "Ancona Falconara Airport"], [10, "Angads Airport"], [10, "Arturo Michelena International Airport"], [10, "Atlantic City International Airport"], [10, "Atyrau Airport"], [10, "Babelthuap Airport"], [10, "Bellingham International Airport"], [10, "Carcassonne Airport"], [10, "Casa De Campo International Airport"], [10, "Destin-Ft Walton Beach Airport"], [10, "El Plumerillo Airport"], [10, "El Tari Airport"], [10, "El Tepual Airport"], [10, "Ernesto Cortissoz International Airport"], [10, "Exuma International Airport"], [10, "Flamingo International Airport"], [10, "Francisco Sarabia International Airport"], [10, "General Francisco J. Mujica International Airport"], [10, "Greater Moncton International Airport"], [10, "Hakodate Airport"], [10, "Hami Airport"], [10, "Iloilo International Airport"], [10, "Jiamusi Airport"], [10, "Jining Qufu Airport"], [10, "Johan Adolf Pengel International Airport"], [10, "Kalamata Airport"], [10, "Kharkiv International Airport"], [10, "Korla Airport"], [10, "Kuujjuaq Airport"], [10, "La Rochelle-\u00c3\u008ele de R\u00c3\u00a9 Airport"], [10, "Lajes Field"], [10, "Lal Bahadur Shastri Airport"], [10, "Lubbock Preston Smith International Airport"], [10, "Lubumbashi International Airport"], [10, "Luxor International Airport"], [10, "Maastricht Aachen Airport"], [10, "Manuel M\u00c3\u00a1rquez de Le\u00c3\u00b3n International Airport"], [10, "Monterey Peninsula Airport"], [10, "Mount Hagen Kagamuga Airport"], [10, "Mudanjiang Hailang International Airport"], [10, "Mytilene International Airport"], [10, "Norwich International Airport"], [10, "Prince George Airport"], [10, "Prince Said Ibrahim International Airport"], [10, "Regional de Maring\u00c3\u00a1 - S\u00c3\u00adlvio Nane Junior Airport"], [10, "Rick Husband Amarillo International Airport"], [10, "Rodr\u00c3\u00adguez Ball\u00c3\u00b3n International Airport"], [10, "Saipan International Airport"], [10, "Sardar-e-Jangal Airport"], [10, "Senador Petr\u00c3\u00b4nio Portela Airport"], [10, "Sfax Thyna International Airport"], [10, "Shymkent Airport"], [10, "Sulaymaniyah International Airport"], [10, "Trabzon International Airport"], [10, "Volgograd International Airport"], [10, "Yibin Caiba Airport"], [9, "Abel Santamaria Airport"], [9, "Annaba Airport"], [9, "Appleton International Airport"], [9, "Bahia - Jorge Amado Airport"], [9, "Blackpool International Airport"], [9, "B\u00c3\u00a9ziers-Vias Airport"], [9, "Chandigarh Airport"], [9, "Cheongju International Airport"], [9, "Clermont-Ferrand Auvergne Airport"], [9, "Dachuan Airport"], [9, "Diego Aracena Airport"], [9, "Evansville Regional Airport"], [9, "Federico Garcia Lorca Airport"], [9, "Four Corners Regional Airport"], [9, "Gaziantep International Airport"], [9, "Godthaab / Nuuk Airport"], [9, "Governador Jorge Teixeira de Oliveira Airport"], [9, "Gulfport Biloxi International Airport"], [9, "Harstad/Narvik Airport - Evenes"], [9, "Hatay Airport"], [9, "Henry E Rohlsen Airport"], [9, "Hobart International Airport"], [9, "Imphal Airport"], [9, "Ixtapa Zihuatanejo International Airport"], [9, "Jes\u00c3\u00bas Ter\u00c3\u00a1n Paredo International Airport"], [9, "Kumamoto Airport"], [9, "Li\u00c3\u00a8ge Airport"], [9, "Luoyang Airport"], [9, "Marcos A. Gelabert International Airport"], [9, "Mirny Airport"], [9, "Mobile Regional Airport"], [9, "N'Djamena International Airport"], [9, "Nampula Airport"], [9, "Newport News Williamsburg International Airport"], [9, "Oita Airport"], [9, "Pescara International Airport"], [9, "Port Elizabeth Airport"], [9, "Prince Abdulmohsin Bin Abdulaziz Airport"], [9, "Puerto Princesa Airport"], [9, "Robin Hood Doncaster Sheffield Airport"], [9, "Rogue Valley International Medford Airport"], [9, "Saarbr\u00c3\u00bccken Airport"], [9, "Samos Airport"], [9, "Sibu Airport"], [9, "Simon Mwansa Kapwepwe International Airport"], [9, "Sir Seretse Khama International Airport"], [9, "Sohag International Airport"], [9, "Sri Guru Ram Dass Jee International Airport"], [9, "Tabuk Airport"], [9, "Talagi Airport"], [9, "Tiruchirapally Civil Airport Airport"], [9, "Toyama Airport"], [9, "Varna Airport"], [9, "Wilkes Barre Scranton International Airport"], [8, "Aarhus Airport"], [8, "Adi Sumarmo Wiryokusumo Airport"], [8, "Agartala Airport"], [8, "Akita Airport"], [8, "Angel Albino Corzo International Airport"], [8, "Astrakhan Airport"], [8, "Austin Straubel International Airport"], [8, "Bangor International Airport"], [8, "Basrah International Airport"], [8, "Baton Rouge Metropolitan - Ryan Field"], [8, "Bijie Feixiong Airport"], [8, "Biju Patnaik Airport"], [8, "Capital City Airport"], [8, "Capitan Oriel Lea Plaza Airport"], [8, "Changde Airport"], [8, "Cheddi Jagan International Airport"], [8, "Churchill Airport"], [8, "Comiso Airport"], [8, "Deer Lake Airport"], [8, "Dominique Edward Osok Airport"], [8, "Fayetteville Regional Grannis Field"], [8, "Gallatin Field"], [8, "General Juan N Alvarez International Airport"], [8, "General Lucio Blanco International Airport"], [8, "Goloson International Airport"], [8, "Grand Junction Regional Airport"], [8, "Guangyuan Airport"], [8, "Innsbruck Airport"], [8, "Inuvik Mike Zubko Airport"], [8, "Jorge Wilsterman International Airport"], [8, "Kangerlussuaq Airport"], [8, "Khanty Mansiysk Airport"], [8, "Kopitnari Airport"], [8, "Kununurra Airport"], [8, "La Florida Airport"], [8, "La Palma Airport"], [8, "Launceston Airport"], [8, "Madang Airport"], [8, "Midland International Airport"], [8, "Miho Yonago Airport"], [8, "Mont Joli Airport"], [8, "Mutiara Airport"], [8, "Nadym Airport"], [8, "Nanyang Jiangying Airport"], [8, "North Eleuthera Airport"], [8, "Noum\u00c3\u00a9a Magenta Airport"], [8, "Pemba Airport"], [8, "Pierre Regional Airport"], [8, "Ponciano Arriaga International Airport"], [8, "Port Harcourt International Airport"], [8, "Port Hedland International Airport"], [8, "Prof. Eribelto Manoel Reino State Airport"], [8, "Qiqihar Sanjiazi Airport"], [8, "Rapid City Regional Airport"], [8, "Roberts Field"], [8, "Salekhard Airport"], [8, "Samarkand Airport"], [8, "Santa Barbara Municipal Airport"], [8, "Shreveport Regional Airport"], [8, "Sultan Khairun Babullah Airport"], [8, "Syktyvkar Airport"], [8, "Takamatsu Airport"], [8, "Teniente Av. Jorge Henrich Arauz Airport"], [8, "Tri Cities Airport"], [8, "Turku Airport"], [8, "Ume\u00c3\u00a5 Airport"], [8, "Unalakleet Airport"], [8, "Ust-Kamennogorsk Airport"], [8, "Vance W. Amory International Airport"], [8, "Vanguardia Airport"], [8, "Visby Airport"], [8, "Voronezh International Airport"], [8, "Westerland Sylt Airport"], [8, "Wuhai Airport"], [8, "Zaragoza Air Base"], [7, "Ain Arnat Airport"], [7, "Aktobe Airport"], [7, "Albert J Ellis Airport"], [7, "Anqing Tianzhushan Airport"], [7, "Arviat Airport"], [7, "Asahikawa Airport"], [7, "Asmara International Airport"], [7, "Augusta Regional At Bush Field"], [7, "Bagan Airport"], [7, "Begishevo Airport"], [7, "Beira Airport"], [7, "Berbera Airport"], [7, "Bintulu Airport"], [7, "Bora Bora Airport"], [7, "Brigadeiro Lysias Rodrigues Airport"], [7, "Buon Ma Thuot Airport"], [7, "Cagayan De Oro Airport"], [7, "Cam Ranh Airport"], [7, "Cayenne-Rochambeau Airport"], [7, "Cherepovets Airport"], [7, "Chingozi Airport"], [7, "Comox Airport"], [7, "Coronel FAP Francisco Secada Vignetta International Airport"], [7, "Dali Airport"], [7, "Diqing Airport"], [7, "Diyarbakir Airport"], [7, "Dunhuang Airport"], [7, "Edward G. Pitka Sr Airport"], [7, "Egal International Airport"], [7, "Fergana International Airport"], [7, "General Francisco Javier Mina International Airport"], [7, "General Leobardo C. Ruiz International Airport"], [7, "Great Falls International Airport"], [7, "Hamilton Island Airport"], [7, "Hammerfest Airport"], [7, "Heho Airport"], [7, "Hermanos Serd\u00c3\u00a1n International Airport"], [7, "Inca Manco Capac International Airport"], [7, "Iskandar Airport"], [7, "Islas Malvinas Airport"], [7, "Jiayuguan Airport"], [7, "Juwata Airport"], [7, "Karratha Airport"], [7, "Kayseri Erkilet Airport"], [7, "King Salmon Airport"], [7, "Kirkenes Airport (H\u00c3\u00b8ybuktmoen)"], [7, "Klagenfurt Airport"], [7, "Kristiansund Airport (Kvernberget)"], [7, "Kulob Airport"], [7, "Kuujjuarapik Airport"], [7, "Livingstone Airport"], [7, "Mackay Airport"], [7, "Madurai Airport"], [7, "Maharana Pratap Airport"], [7, "Mallam Aminu International Airport"], [7, "Mattala Rajapaksa International Airport"], [7, "Maun Airport"], [7, "Ministro Victor Konder International Airport"], [7, "Missoula International Airport"], [7, "Molde Airport"], [7, "Montgomery Regional (Dannelly Field) Airport"], [7, "Murmansk Airport"], [7, "Northwest Florida Beaches International Airport"], [7, "Orenburg Central Airport"], [7, "Osvaldo Vieira International Airport"], [7, "Pangkal Pinang (Depati Amir) Airport"], [7, "Pdte. carlos Iba\u00c3\u00b1ez del Campo Airport"], [7, "Plattsburgh International Airport"], [7, "Playa De Oro International Airport"], [7, "Poitiers-Biard Airport"], [7, "Queenstown International Airport"], [7, "Quer\u00c3\u00a9taro Intercontinental Airport"], [7, "Red Lake Airport"], [7, "Rendani Airport"], [7, "Rijeka Airport"], [7, "Salalah Airport"], [7, "San Carlos De Bariloche Airport"], [7, "Sary-Arka Airport"], [7, "Shahid Sadooghi Airport"], [7, "Shanhaiguan Airport"], [7, "Silchar Airport"], [7, "Simferopol International Airport"], [7, "Sultan Mahmud Airport"], [7, "Szczecin-Goleni\u00c3\u00b3w \\Solidarno\u00c5\u009b\u00c4\u0087\\ Airport"], [7, "Ta'izz International Airport"], [7, "Tabing Airport"], [7, "Tawau Airport"], [7, "Toamasina Airport"], [7, "Tri Cities Regional Tn Va Airport"], [7, "Ulanhot Airport"], [7, "Urgench Airport"], [7, "Vads\u00c3\u00b8 Airport"], [7, "Val-d'Or Airport"], [7, "Valley International Airport"], [7, "Victoria Falls International Airport"], [7, "Vinh Airport"], [7, "V\u00c3\u00a4xj\u00c3\u00b6 Kronoberg Airport"], [7, "Weifang Airport"], [7, "Wiley Post Will Rogers Memorial Airport"], [7, "Xilinhot Airport"], [6, "Abadan Airport"], [6, "Aksu Airport"], [6, "Alexander the Great International Airport"], [6, "Alexandria International Airport"], [6, "Alfredo V\u00c3\u00a1squez Cobo International Airport"], [6, "Almirante Marco Andres Zar Airport"], [6, "Assiut International Airport"], [6, "Bacolod-Silay City International Airport"], [6, "Baie Comeau Airport"], [6, "Baker Lake Airport"], [6, "Barreiras Airport"], [6, "Batumi International Airport"], [6, "Bismarck Municipal Airport"], [6, "Bolshoye Savino Airport"], [6, "Bukhara Airport"], [6, "Cadete FAP Guillermo Del Castillo Paredes Airport"], [6, "Cambridge Bay Airport"], [6, "Campbell River Airport"], [6, "Cap FAP David Abenzur Rengifo International Airport"], [6, "Carriel Sur Airport"], [6, "Charles M. Schulz Sonoma County Airport"], [6, "Chesterfield Inlet Airport"], [6, "Cheyenne Regional Jerry Olson Field"], [6, "Chios Island National Airport"], [6, "Coral Harbour Airport"], [6, "Daegu Airport"], [6, "Dasht-e Naz Airport"], [6, "Dibrugarh Airport"], [6, "Dodge City Regional Airport"], [6, "Eelde Airport"], [6, "El Cara\u00c3\u00b1o Airport"], [6, "El Loa Airport"], [6, "El Taj\u00c3\u00adn National Airport"], [6, "Elaz\u00c4\u00b1\u00c4\u009f Airport"], [6, "Elmira Corning Regional Airport"], [6, "Erfurt Airport"], [6, "Fort St John Airport"], [6, "Fort Yukon Airport"], [6, "Gazipa\u00c5\u009fa Airport"], [6, "General E. Mosconi Airport"], [6, "Gibraltar Airport"], [6, "Gorgan Airport"], [6, "Gurney Airport"], [6, "G\u00c3\u00a4llivare Airport"], [6, "Halmstad Airport"], [6, "Handan Airport"], [6, "Hat Yai International Airport"], [6, "Herat Airport"], [6, "Horta Airport"], [6, "Hotan Airport"], [6, "Jardines Del Rey Airport"], [6, "Jiujiang Lushan Airport"], [6, "Jixi Xingkaihu Airport"], [6, "Jizan Regional Airport"], [6, "Jodhpur Airport"], [6, "Juana Azurduy De Padilla Airport"], [6, "Kalamazoo Battle Creek International Airport"], [6, "Kalymnos Airport"], [6, "Karpathos Airport"], [6, "Kefallinia Airport"], [6, "Kerry Airport"], [6, "Kimbe Airport"], [6, "Konarak Airport"], [6, "Ko\u00c5\u00a1ice Airport"], [6, "Lafayette Regional Airport"], [6, "Lar Airport"], [6, "Leh Kushok Bakula Rimpochee Airport"], [6, "Lengpui Airport"], [6, "Lensk Airport"], [6, "Leros Airport"], [6, "Liberal Mid-America Regional Airport"], [6, "London Airport"], [6, "Lule\u00c3\u00a5 Airport"], [6, "Mangshi Airport"], [6, "Marsa Alam International Airport"], [6, "Martin Miguel De Guemes International Airport"], [6, "Marudi Airport"], [6, "Mateca\u00c3\u00b1a International Airport"], [6, "Mc Allen Miller International Airport"], [6, "McGrath Airport"], [6, "Meadows Field"], [6, "Memanbetsu Airport"], [6, "Mildura Airport"], [6, "Monroe Regional Airport"], [6, "Muan International Airport"], [6, "Mulu Airport"], [6, "Mwanza Airport"], [6, "Nagoya Airport"], [6, "Nanchong Airport"], [6, "Nantucket Memorial Airport"], [6, "Navoi Airport"], [6, "New Castle Airport"], [6, "Newquay Cornwall Airport"], [6, "Ngjiva Pereira Airport"], [6, "Norman Wells Airport"], [6, "Oued Irara Airport"], [6, "Page Municipal Airport"], [6, "Piloto Civil N. Fern\u00c3\u00a1ndez Airport"], [6, "Port Macquarie Airport"], [6, "Prefeito Renato Moreira Airport"], [6, "Presidente Peron Airport"], [6, "Qingyang Airport"], [6, "Quzhou Airport"], [6, "Raja Bhoj International Airport"], [6, "Reggio Calabria Airport"], [6, "Robert Gray Army Air Field Airport"], [6, "Saman\u00c3\u00a1 El Catey International Airport"], [6, "San Luis Valley Regional Bergman Field"], [6, "Sandakan Airport"], [6, "Santa Fe Municipal Airport"], [6, "Shahid Ashrafi Esfahani Airport"], [6, "Shaktoolik Airport"], [6, "Show Low Regional Airport"], [6, "Sokol Airport"], [6, "Soummam Airport"], [6, "Stewart International Airport"], [6, "Sudbury Airport"], [6, "Sukkur Airport"], [6, "Sultan Thaha Airport"], [6, "Supadio Airport"], [6, "Thompson Airport"], [6, "Touat Cheikh Sidi Mohamed Belkebir Airport"], [6, "Turbat International Airport"], [6, "Udon Thani Airport"], [6, "Vieques Airport"], [6, "Vit\u00c3\u00b3ria da Conquista Airport"], [6, "Wallblake Airport"], [6, "Waskaganish Airport"], [6, "Wewak International Airport"], [6, "Xingyi Airport"], [6, "Xoxocotl\u00c3\u00a1n International Airport"], [6, "Yeager Airport"], [6, "Yelizovo Airport"], [6, "Yichun Mingyueshan Airport"], [6, "Zamboanga International Airport"], [6, "Zenata \u00e2\u0080\u0093 Messali El Hadj Airport"], [5, "Ain el Beida Airport"], [5, "Antonio Maceo International Airport"], [5, "Aomori Airport"], [5, "Arrachart Airport"], [5, "Aurangabad Airport"], [5, "Bahawalpur Airport"], [5, "Ballina Byron Gateway Airport"], [5, "Barquisimeto International Airport"], [5, "Bayannur Tianjitai Airport"], [5, "Ben Schoeman Airport"], [5, "Bettles Airport"], [5, "Bogashevo Airport"], [5, "Br\u00c3\u00b8nn\u00c3\u00b8ysund Airport"], [5, "Bushehr Airport"], [5, "B\u00c3\u00a5tsfjord Airport"], [5, "Central Wisconsin Airport"], [5, "Chacalluta Airport"], [5, "Cherry Capital Airport"], [5, "Chicago Rockford International Airport"], [5, "Chileka International Airport"], [5, "City of Derry Airport"], [5, "Ciudad Obreg\u00c3\u00b3n International Airport"], [5, "Cloncurry Airport"], [5, "Coastal Carolina Regional Airport"], [5, "Cold Bay Airport"], [5, "Corpus Christi International Airport"], [5, "Cuneo International Airport"], [5, "Daniel Z. Romualdez Airport"], [5, "Daytona Beach International Airport"], [5, "Deadhorse Airport"], [5, "Dehradun Airport"], [5, "Durango La Plata County Airport"], [5, "Eilat Airport"], [5, "El Trompillo Airport"], [5, "Elim Airport"], [5, "Erzurum International Airport"], [5, "Faleolo International Airport"], [5, "Fatmawati Soekarno Airport"], [5, "Flor\u00c3\u00b8 Airport"], [5, "Fort Smith Regional Airport"], [5, "Fua'amotu International Airport"], [5, "General Guadalupe Victoria International Airport"], [5, "General Santos International Airport"], [5, "George Airport"], [5, "Girua Airport"], [5, "Glacier Park International Airport"], [5, "Goroka Airport"], [5, "Grand Forks International Airport"], [5, "Ha'il Airport"], [5, "Helena Regional Airport"], [5, "Heringsdorf Airport"], [5, "Hodeidah International Airport"], [5, "Humberside Airport"], [5, "Huslia Airport"], [5, "Hyakuri Airport"], [5, "Igloolik Airport"], [5, "Ignatyevo Airport"], [5, "Ilulissat Airport"], [5, "Jinzhou Airport"], [5, "Kalgoorlie Boulder Airport"], [5, "Kamloops Airport"], [5, "Kandahar Airport"], [5, "Karlovy Vary International Airport"], [5, "Karshi Khanabad Airport"], [5, "Kinmen Airport"], [5, "Kiunga Airport"], [5, "Koyuk Alfred Adams Airport"], [5, "Kuantan Airport"], [5, "Kugluktuk Airport"], [5, "Kushiro Airport"], [5, "Lauro Carneiro de Loyola Airport"], [5, "Lauro Kurtz Airport"], [5, "Lien Khuong Airport"], [5, "Limnos Airport"], [5, "MBS International Airport"], [5, "Makung Airport"], [5, "Malindi Airport"], [5, "Mardin Airport"], [5, "Marina Di Campo Airport"], [5, "Mehamn Airport"], [5, "Meixian Airport"], [5, "Melilla Airport"], [5, "Metz-Nancy-Lorraine Airport"], [5, "Minot International Airport"], [5, "Miyako Airport"], [5, "Momote Airport"], [5, "Mosj\u00c3\u00b8en Airport (Kj\u00c3\u00a6rstad)"], [5, "Narsarsuaq Airport"], [5, "Nea Anchialos Airport"], [5, "Niagara Falls International Airport"], [5, "Norsup Airport"], [5, "Northwest Regional Airport Terrace-Kitimat"], [5, "Noyabrsk Airport"], [5, "Nyingchi Airport"], [5, "Orlando Bezerra de Menezes Airport"], [5, "Pakse International Airport"], [5, "Palmerston North Airport"], [5, "Palonegro Airport"], [5, "Paro Airport"], [5, "Pau Pyr\u00c3\u00a9n\u00c3\u00a9es Airport"], [5, "Perpignan-Rivesaltes (Llaban\u00c3\u00a8re) Airport"], [5, "Persian Gulf International Airport"], [5, "Perugia San Francesco d'Assisi \u00e2\u0080\u0093 Umbria International Airport"], [5, "Phu Quoc International Airport"], [5, "Pikangikum Airport"], [5, "Pl\u00c3\u00a1cido de Castro Airport"], [5, "Polyarny Airport"], [5, "Port Sudan New International Airport"], [5, "Pyongyang Sunan International Airport"], [5, "Radin Inten II (Branti) Airport"], [5, "Rangiroa Airport"], [5, "Reykjavik Airport"], [5, "Rockhampton Airport"], [5, "Rostock-Laage Airport"], [5, "Rouyn Noranda Airport"], [5, "Saint-\u00c3\u0089tienne-Bouth\u00c3\u00a9on Airport"], [5, "Saratov Central Airport"], [5, "Sayun International Airport"], [5, "Schefferville Airport"], [5, "Senador Nilo Coelho Airport"], [5, "Serafin Enoss Bertaso Airport"], [5, "Sibiu International Airport"], [5, "Sitia Airport"], [5, "Sovetskiy Airport"], [5, "St George Airport"], [5, "St Mary's Airport"], [5, "Stornoway Airport"], [5, "Sultan Abdul Halim Airport"], [5, "Sultan Iskandar Muda International Airport"], [5, "Sumburgh Airport"], [5, "Sundsvall-H\u00c3\u00a4rn\u00c3\u00b6sand Airport"], [5, "Sunshine Coast Airport"], [5, "S\u00c3\u00a3o Pedro Airport"], [5, "Tachileik Airport"], [5, "Tanna Airport"], [5, "Tarbes-Lourdes-Pyr\u00c3\u00a9n\u00c3\u00a9es Airport"], [5, "Tef\u00c3\u00a9 Airport"], [5, "Tengchong Tuofeng Airport"], [5, "The Pas Airport"], [5, "Timmins/Victor M. Power"], [5, "Toledo Express Airport"], [5, "Tongren Fenghuang Airport"], [5, "Toul Rosi\u00c3\u00a8res Air Base"], [5, "Tours-Val-de-Loire Airport"], [5, "Transilvania T\u00c3\u00a2rgu Mure\u00c5\u009f International Airport"], [5, "Tri-State/Milton J. Ferguson Field"], [5, "University Park Airport"], [5, "Vaasa Airport"], [5, "Vadodara Airport"], [5, "Valle del Fuerte International Airport"], [5, "Van Ferit Melen Airport"], [5, "Wajir Airport"], [5, "Whale Cove Airport"], [5, "Whitehorse / Erik Nielsen International Airport"], [5, "Williams Lake Airport"], [5, "Xichang Qingshan Airport"], [5, "Yan'an Ershilipu Airport"], [5, "Zweibr\u00c3\u00bccken Airport"], [5, "\u00c5\u009eanl\u00c4\u00b1urfa GAP Airport"], [4, "Abakan Airport"], [4, "Aguenar \u00e2\u0080\u0093 Hadj Bey Akhamok Airport"], [4, "Albury Airport"], [4, "Altamira Airport"], [4, "Ambler Airport"], [4, "Anshun Huangguoshu Airport"], [4, "Antonio Roldan Betancourt Airport"], [4, "Aragua\u00c3\u00adna Airport"], [4, "Astypalaia Airport"], [4, "Aswan International Airport"], [4, "Ayers Rock Connellan Airport"], [4, "Balmaceda Airport"], [4, "Bancasi Airport"], [4, "Bartolomeu Lisandro Airport"], [4, "Bateen Airport"], [4, "Batna Airport"], [4, "Bearskin Lake Airport"], [4, "Beloyarskiy Airport"], [4, "Berlev\u00c3\u00a5g Airport"], [4, "Big Trout Lake Airport"], [4, "Birchwood Airport"], [4, "Biskra Airport"], [4, "Bob Baker Memorial Airport"], [4, "Bosaso Airport"], [4, "Bram Fischer International Airport"], [4, "Bratsk Airport"], [4, "Brevig Mission Airport"], [4, "Broken Hill Airport"], [4, "Buckland Airport"], [4, "Bugulma Airport"], [4, "Buka Airport"], [4, "Buluh Tumbang (H A S Hanandjoeddin) Airport"], [4, "CFB Bagotville"], [4, "Cabo Velas Airport"], [4, "Caen-Carpiquet Airport"], [4, "Camilo Daza International Airport"], [4, "Caraj\u00c3\u00a1s Airport"], [4, "Cassidy International Airport"], [4, "Cat Bi International Airport"], [4, "Cataratas Del Iguaz\u00c3\u00ba International Airport"], [4, "Central Nebraska Regional Airport"], [4, "Chamonate Airport"], [4, "Charleville Airport"], [4, "Charlottetown Airport"], [4, "Chisasibi Airport"], [4, "Choibalsan Airport"], [4, "Clyde River Airport"], [4, "Coffs Harbour Airport"], [4, "Columbia Regional Airport"], [4, "Comandante Espora Airport"], [4, "Cranbrook/Canadian Rockies International Airport"], [4, "Daru Airport"], [4, "Deering Airport"], [4, "Dipolog Airport"], [4, "Dryden Regional Airport"], [4, "Duluth International Airport"], [4, "Dunedin Airport"], [4, "E. T. Joshua Airport"], [4, "El Calafate Airport"], [4, "Emmonak Airport"], [4, "Ende (H Hasan Aroeboesman) Airport"], [4, "Enshi Airport"], [4, "Erie International Tom Ridge Field"], [4, "Fascene Airport"], [4, "Flin Flon Airport"], [4, "Flores Airport"], [4, "Fort Smith Airport"], [4, "Frans Kaisiepo Airport"], [4, "Fredericton Airport"], [4, "Fukue Airport"], [4, "Fukushima Airport"], [4, "Galcaio Airport"], [4, "Gamal Abdel Nasser Airport"], [4, "Gambell Airport"], [4, "Ganja Airport"], [4, "General Rodolfo S\u00c3\u00a1nchez Taboada International Airport"], [4, "Gjoa Haven Airport"], [4, "Gladstone Airport"], [4, "Godofredo P. Ramos Airport"], [4, "Golovin Airport"], [4, "Gove Airport"], [4, "Governor's Harbour Airport"], [4, "Grande Prairie Airport"], [4, "Greater Binghamton/Edwin A Link field"], [4, "Groote Eylandt Airport"], [4, "Guarani International Airport"], [4, "Gwangju Airport"], [4, "Haines Airport"], [4, "Hall Beach Airport"], [4, "Hamilton International Airport"], [4, "Hanamaki Airport"], [4, "Hassan I Airport"], [4, "Hilo International Airport"], [4, "Hilton Head Airport"], [4, "Hiva Oa-Atuona Airport"], [4, "Huahine-Fare Airport"], [4, "Hualien Airport"], [4, "Idaho Falls Regional Airport"], [4, "Ithaca Tompkins Regional Airport"], [4, "Izhevsk Airport"], [4, "JAGS McCartney International Airport"], [4, "Jalaluddin Airport"], [4, "John C. Munro Hamilton International Airport"], [4, "Josefa Camejo International Airport"], [4, "Joshua Mqabuko Nkomo International Airport"], [4, "Jo\u00c3\u00a3o Sim\u00c3\u00b5es Lopes Neto International Airport"], [4, "Kalskag Airport"], [4, "Kasane Airport"], [4, "Kasos Airport"], [4, "Kavieng Airport"], [4, "Kerman Airport"], [4, "Kithira Airport"], [4, "Kobuk Airport"], [4, "Komodo (Mutiara II) Airport"], [4, "Kramfors Sollefte\u00c3\u00a5 Airport"], [4, "Kruger Mpumalanga International Airport"], [4, "Kumasi Airport"], [4, "Kwigillingok Airport"], [4, "Kzyl-Orda Southwest Airport"], [4, "K\u00c5\u008dchi Ry\u00c5\u008dma Airport"], [4, "L'Esp\u00c3\u00a9rance Airport"], [4, "Labo Airport"], [4, "Labuan Airport"], [4, "Lanai Airport"], [4, "Lanseria Airport"], [4, "Laredo International Airport"], [4, "Legazpi City International Airport"], [4, "Lewiston Nez Perce County Airport"], [4, "Lycksele Airport"], [4, "L\u00c3\u00bcbeck Blankensee Airport"], [4, "Maca\u00c3\u00a9 Airport"], [4, "Makkovik Airport"], [4, "Malatya Tulga Airport"], [4, "Malvinas Argentinas Airport"], [4, "Manda Airstrip"], [4, "Manhattan Regional Airport"], [4, "Mariehamn Airport"], [4, "Maroantsetra Airport"], [4, "Marshall Islands International Airport"], [4, "Martha's Vineyard Airport"], [4, "Matur\u00c3\u00adn Airport"], [4, "Mayor Buenaventura Vivas International Airport"], [4, "Mazar I Sharif Airport"], [4, "Mo i Rana Airport - R\u00c3\u00b8ssvoll"], [4, "Montr\u00c3\u00a9al / Saint-Hubert Airport"], [4, "Moorea Airport"], [4, "Moses Kilangin Airport"], [4, "Munda Airport"], [4, "Muskrat Dam Airport"], [4, "Myitkyina Airport"], [4, "M\u00c3\u00a1rio de Almeida Franco Airport"], [4, "Nanyuki Airport"], [4, "Naryan Mar Airport"], [4, "Natashquan Airport"], [4, "Nelson Airport"], [4, "North Ronaldsay Airport"], [4, "Nouadhibou International Airport"], [4, "Noum\u00c3\u00a9rat - Moufdi Zakaria Airport"], [4, "Nuku Hiva Airport"], [4, "Nukus Airport"], [4, "Nusatupe Airport"], [4, "Nyagan Airport"], [4, "N\u00c3\u00aemes-Arles-Camargue Airport"], [4, "Osijek Airport"], [4, "Osmany International Airport"], [4, "Ostrava Leos Jan\u00c3\u00a1\u00c4\u008dek Airport"], [4, "Oulu Airport"], [4, "Pangnirtung Airport"], [4, "Parma Airport"], [4, "Phu Bai Airport"], [4, "Pico Airport"], [4, "Postville Airport"], [4, "Presidente Nicolau Lobato International Airport"], [4, "Puerto Jimenez Airport"], [4, "Puvirnituq Airport"], [4, "Qaqortoq Heliport"], [4, "Quepos Managua Airport"], [4, "Quesnel Airport"], [4, "Quinhagak Airport"], [4, "Rafael Hernandez Airport"], [4, "Raiatea Airport"], [4, "Robert (Bob) Curtis Memorial Airport"], [4, "Rochester International Airport"], [4, "Rodez-Marcillac Airport"], [4, "Ruby Airport"], [4, "Russian Mission Airport"], [4, "Salisbury Ocean City Wicomico Regional Airport"], [4, "San Crist\u00c3\u00b3bal Airport"], [4, "San Luis County Regional Airport"], [4, "San Salvador Airport"], [4, "Sandnessj\u00c3\u00b8en Airport (Stokka)"], [4, "Santa Terezinha Airport"], [4, "Sault Ste Marie Airport"], [4, "Savoonga Airport"], [4, "Sege Airport"], [4, "Sibulan Airport"], [4, "Sivas Nuri Demira\u00c4\u009f Airport"], [4, "Smithers Airport"], [4, "Sogndal Airport"], [4, "Southwest Georgia Regional Airport"], [4, "St Michael Airport"], [4, "Stavropol Shpakovskoye Airport"], [4, "Stokmarknes Skagen Airport"], [4, "Surat Thani Airport"], [4, "Tabubil Airport"], [4, "Taloyoak Airport"], [4, "Taraz Airport"], [4, "Tobago-Crown Point Airport"], [4, "Toowoomba Airport"], [4, "Tres De Mayo Airport"], [4, "Ukhta Airport"], [4, "University of Illinois Willard Airport"], [4, "Uytash Airport"], [4, "Vagar Airport"], [4, "Valladolid Airport"], [4, "Vilankulo Airport"], [4, "Vilhelmina Airport"], [4, "Virgin Gorda Airport"], [4, "Wales Airport"], [4, "Watertown International Airport"], [4, "White Mountain Airport"], [4, "Wolter Monginsidi Airport"], [4, "Yacuiba Airport"], [4, "Yining Airport"], [4, "Youngstown Warren Regional Airport"], [4, "\u00c3\u0098rsta-Volda Airport - Hovden"], [3, "Aasiaat Airport"], [3, "Aba Tenna Dejazmach Yilma International Airport"], [3, "Abdul Rachman Saleh Airport"], [3, "Aitutaki Airport"], [3, "Akanu Ibiam International Airport"], [3, "Akiak Airport"], [3, "Al Ahsa Airport"], [3, "Al Baha Airport"], [3, "Albany Airport"], [3, "Alberto Alcolumbre Airport"], [3, "Allakaket Airport"], [3, "Alliance Municipal Airport"], [3, "Amado Nervo National Airport"], [3, "Amborovy Airport"], [3, "Anaktuvuk Pass Airport"], [3, "Anapa Vityazevo Airport"], [3, "Andizhan Airport"], [3, "And\u00c3\u00b8ya Airport"], [3, "Anshan Air Base"], [3, "Antonio Narino Airport"], [3, "Antsirabato Airport"], [3, "Anvik Airport"], [3, "Araxos Airport"], [3, "Arcata Airport"], [3, "Ardabil Airport"], [3, "Arenal Airport"], [3, "Arnold Palmer Regional Airport"], [3, "Atlas Brasil Cantanhede Airport"], [3, "Aupaluk Airport"], [3, "Awang Airport"], [3, "Bah\u00c3\u00adas de Huatulco International Airport"], [3, "Bangui M'Poko International Airport"], [3, "Banja Luka International Airport"], [3, "Barau(Kalimaru) Airport"], [3, "Barnaul Airport"], [3, "Bathurst Airport"], [3, "Batman Airport"], [3, "Bauru - Arealva Airport"], [3, "Bisha Airport"], [3, "Bonaventure Airport"], [3, "Bonriki International Airport"], [3, "Brigadier Antonio Parodi Airport"], [3, "Brownsville South Padre Island International Airport"], [3, "Brunswick Golden Isles Airport"], [3, "Bucholz Army Air Field"], [3, "Bunia Airport"], [3, "Busselton Regional Airport"], [3, "Bydgoszcz Ignacy Jan Paderewski Airport"], [3, "Cabinda Airport"], [3, "Cabo Frio Airport"], [3, "Can Tho International Airport"], [3, "Cap Haitien International Airport"], [3, "Cape Dorset Airport"], [3, "Capitan Corbeta CA Curbelo International Airport"], [3, "Cascavel Airport"], [3, "Casper-Natrona County International Airport"], [3, "Castres-Mazamet Airport"], [3, "Chadron Municipal Airport"], [3, "Chaoyang Airport"], [3, "Chapais Airport"], [3, "Chefornak Airport"], [3, "Chevery Airport"], [3, "Cincinnati Municipal Airport Lunken Field"], [3, "Ciudad del Carmen International Airport"], [3, "Columbus Metropolitan Airport"], [3, "Cox's Bazar Airport"], [3, "Craig Cove Airport"], [3, "Dakhla Airport"], [3, "Denny Island Airport"], [3, "Dillingham Airport"], [3, "Dimokritos Airport"], [3, "Dinard-Pleurtuit-Saint-Malo Airport"], [3, "Dole-Tavaux Airport"], [3, "Doomadgee Airport"], [3, "Dothan Regional Airport"], [3, "Dourados Airport"], [3, "Drake Bay Airport"], [3, "Dubbo City Regional Airport"], [3, "Durham Tees Valley Airport"], [3, "Easterwood Field"], [3, "Eek Airport"], [3, "Eldoret International Airport"], [3, "Eros Airport"], [3, "Erzincan Airport"], [3, "Esperance Airport"], [3, "Fabio Alberto Leon Bentley Airport"], [3, "Fakfak Airport"], [3, "Federico Fellini International Airport"], [3, "Fernando de Noronha Airport"], [3, "Fort Hope Airport"], [3, "Fort Nelson Airport"], [3, "Fort Severn Airport"], [3, "Francisco B. Reyes Airport"], [3, "Francisco De Orellana Airport"], [3, "Gan International Airport"], [3, "Gander International Airport"], [3, "Gaua Island Airport"], [3, "General Rivadeneira Airport"], [3, "Geraldton Airport"], [3, "German Olano Airport"], [3, "Gillette Campbell County Airport"], [3, "Golden Triangle Regional Airport"], [3, "Golfito Airport"], [3, "Goma International Airport"], [3, "Gu-Lian Airport"], [3, "Gustavus Airport"], [3, "Gwadar International Airport"], [3, "Havre St Pierre Airport"], [3, "Hawke's Bay Airport"], [3, "Hay River / Merlyn Carter Airport"], [3, "Heihe Airport"], [3, "Hierro Airport"], [3, "Hihifo Airport"], [3, "Holy Cross Airport"], [3, "Hoonah Airport"], [3, "Hugo Cantergiani Regional Airport"], [3, "Huron Regional Airport"], [3, "Ignacio Agramonte International Airport"], [3, "Ikaria Airport"], [3, "Inhambane Airport"], [3, "Inukjuak Airport"], [3, "Ipota Airport"], [3, "Jabalpur Airport"], [3, "Jessore Airport"], [3, "Juan Pablo P\u00c3\u00a9rez Alfonso Airport"], [3, "Jyvaskyla Airport"], [3, "Kahramanmara\u00c5\u009f Airport"], [3, "Kaimana Airport"], [3, "Kalmar Airport"], [3, "Kaltag Airport"], [3, "Kananga Airport"], [3, "Kangirsuk Airport"], [3, "Kars Airport"], [3, "Kemerovo Airport"], [3, "Kenai Municipal Airport"], [3, "Kenora Airport"], [3, "Kipnuk Airport"], [3, "Kiruna Airport"], [3, "Kisumu Airport"], [3, "Kitaky\u00c5\u00absh\u00c5\u00ab Airport"], [3, "Kivalina Airport"], [3, "Klawock Airport"], [3, "Kokkola-Pietarsaari Airport"], [3, "Kongiganak Airport"], [3, "Konya Airport"], [3, "Kostanay West Airport"], [3, "Kotlik Airport"], [3, "Kufra Airport"], [3, "Kwethluk Airport"], [3, "La Abraq Airport"], [3, "La Crosse Municipal Airport"], [3, "La Grande Rivi\u00c3\u00a8re Airport"], [3, "La Isabela International Airport"], [3, "Lake Charles Regional Airport"], [3, "Lalibella Airport"], [3, "Lampedusa Airport"], [3, "Lappeenranta Airport"], [3, "Lawas Airport"], [3, "Learmonth Airport"], [3, "Leknes Airport"], [3, "Licenciado Miguel de la Madrid Airport"], [3, "Lifou Airport"], [3, "Lincoln Airport"], [3, "Lingling Airport"], [3, "Liping Airport"], [3, "Lonorore Airport"], [3, "Lord Howe Island Airport"], [3, "Los Garzones Airport"], [3, "Lourdes de Blanc Sablon Airport"], [3, "Lubango Airport"], [3, "Mackenzie Airport"], [3, "Manihi Airport"], [3, "Maningrida Airport"], [3, "Maquehue Airport"], [3, "Mara Serena Lodge Airstrip"], [3, "Mariscal Lamar Airport"], [3, "Matei Airport"], [3, "Maumere(Wai Oti) Airport"], [3, "Maupiti Airport"], [3, "Mekele Airport"], [3, "Menongue Airport"], [3, "Merimbula Airport"], [3, "Merle K (Mudhole) Smith Airport"], [3, "Metlakatla Seaplane Base"], [3, "Mogador Airport"], [3, "Molokai Airport"], [3, "Moosonee Airport"], [3, "Mopah Airport"], [3, "Moranbah Airport"], [3, "Mornington Island Airport"], [3, "Moro Airport"], [3, "Mota Lava Airport"], [3, "Muhammad Salahuddin Airport"], [3, "Mundo Maya International Airport"], [3, "Mu\u00c5\u009f Airport"], [3, "M\u00c3\u00a1rio Ribeiro Airport"], [3, "Nabire Airport"], [3, "Namsos H\u00c3\u00b8knes\u00c3\u00b8ra Airport"], [3, "Nauru International Airport"], [3, "Nejran Airport"], [3, "New Bedford Regional Airport"], [3, "New Plymouth Airport"], [3, "Ngorangora Airport"], [3, "Nightmute Airport"], [3, "Noatak Airport"], [3, "Norfolk Island International Airport"], [3, "North Central West Virginia Airport"], [3, "Nova Lisboa Airport"], [3, "Nulato Airport"], [3, "Obando Airport"], [3, "Padre Aldamiz International Airport"], [3, "Palanga International Airport"], [3, "Palmar Sur Airport"], [3, "Pantelleria Airport"], [3, "Papa Westray Airport"], [3, "Paraburdoo Airport"], [3, "Pavlodar Airport"], [3, "Perales Airport"], [3, "Phitsanulok Airport"], [3, "Phu Cat Airport"], [3, "Pierrefonds Airport"], [3, "Pleiku Airport"], [3, "Pobedilovo Airport"], [3, "Pohang Airport"], [3, "Pohnpei International Airport"], [3, "Pond Inlet Airport"], [3, "Pori Airport"], [3, "Porto Santo Airport"], [3, "Presidente Jo\u00c3\u00a3o Batista Figueiredo Airport"], [3, "Professor Urbano Ernesto Stumpf Airport"], [3, "Proserpine Whitsunday Coast Airport"], [3, "Provo Municipal Airport"], [3, "Pu'er Simao Airport"], [3, "Puerto Escondido International Airport"], [3, "Qamdo Bangda Airport"], [3, "Quelimane Airport"], [3, "Raja Haji Fisabilillah International Airport"], [3, "Rajkot Airport"], [3, "Red Deer Regional Airport"], [3, "Repulse Bay Airport"], [3, "Rock Springs Sweetwater County Airport"], [3, "Roma Airport"], [3, "Ronneby Airport"], [3, "Rotorua Regional Airport"], [3, "Roxas Airport"], [3, "R\u00c3\u00b8rvik Airport - Ryum"], [3, "Sacheon Air Base"], [3, "Saga Airport"], [3, "Saint John Airport"], [3, "Sainte Marie Airport"], [3, "Sambava Airport"], [3, "Samburu South Airport"], [3, "San Sebastian Airport"], [3, "Sandy Lake Airport"], [3, "Sanikiluaq Airport"], [3, "Savannakhet Airport"], [3, "Savusavu Airport"], [3, "Sawyer International Airport"], [3, "Sde Dov Airport"], [3, "Semipalatinsk Airport"], [3, "Shageluk Airport"], [3, "Shaikh Zaid Airport"], [3, "Shishmaref Airport"], [3, "Sisimiut Airport"], [3, "Sitka Rocky Gutierrez Airport"], [3, "Sittwe Airport"], [3, "Skagway Airport"], [3, "Skellefte\u00c3\u00a5 Airport"], [3, "Skiros Airport"], [3, "Sola Airport"], [3, "Soyo Airport"], [3, "St Augustin Airport"], [3, "St Paul Island Airport"], [3, "St Pierre Airport"], [3, "St. Anthony Airport"], [3, "St. Mary's Airport"], [3, "Stockholm V\u00c3\u00a4ster\u00c3\u00a5s Airport"], [3, "Stord Airport"], [3, "Surat Airport"], [3, "Surigao Airport"], [3, "Svalbard Airport - Longyear"], [3, "Svolv\u00c3\u00a6r Helle Airport"], [3, "S\u00c3\u00a3o Tom\u00c3\u00a9 International Airport"], [3, "Tagbilaran Airport"], [3, "Takaroa Airport"], [3, "Tamale Airport"], [3, "Tambolaka Airport"], [3, "Tambor Airport"], [3, "Tari Airport"], [3, "Tauranga Airport"], [3, "Tazadit Airport"], [3, "Teller Airport"], [3, "Tjilik Riwut Airport"], [3, "Tokachi-Obihiro Airport"], [3, "Toksook Bay Airport"], [3, "Toliara Airport"], [3, "Torres Airstrip"], [3, "Toulon-Hy\u00c3\u00a8res Airport"], [3, "Tsushima Airport"], [3, "Tubuai Airport"], [3, "Tuguegarao Airport"], [3, "Tyler Pounds Regional Airport"], [3, "Ua Huka Airport"], [3, "Ua Pou Airport"], [3, "Ubon Ratchathani Airport"], [3, "Ukunda Airstrip"], [3, "Ulsan Airport"], [3, "Ulukhaktok Holman Airport"], [3, "Ul\u00c3\u00a9i Airport"], [3, "Umiujaq Airport"], [3, "Unalaska Airport"], [3, "Uralsk Airport"], [3, "Uray Airport"], [3, "Urmia Airport"], [3, "Usiminas Airport"], [3, "Valan Airport"], [3, "Valdosta Regional Airport"], [3, "Vanimo Airport"], [3, "Vard\u00c3\u00b8 Airport - Svartnes"], [3, "Vilo Acu\u00c3\u00b1a International Airport"], [3, "Wagga Wagga City Airport"], [3, "Walvis Bay Airport"], [3, "Waterloo Airport"], [3, "Watertown Regional Airport"], [3, "Wilwal International Airport"], [3, "Windsor Airport"], [3, "Woodbourne Airport"], [3, "Worland Municipal Airport"], [3, "Wunnumin Lake Airport"], [3, "Wuzhou Changzhoudao Airport"], [3, "Wynyard Airport"], [3, "Yamagata Airport"], [3, "Yamaguchi Ube Airport"], [3, "Yeosu Airport"], [3, "Yuma MCAS/Yuma International Airport"], [3, "Zhaotong Airport"], [3, "Zhijiang Airport"], [3, "\u00c3\u0081stor Piazzola International Airport"], [3, "\u00c3\u0084ngelholm-Helsingborg Airport"], [3, "\u00c3\u0085re \u00c3\u0096stersund Airport"], [3, "\u00c3\u008eles-de-la-Madeleine Airport"], [2, "Abbotsford Airport"], [2, "Abilene Regional Airport"], [2, "Ad\u00c4\u00b1yaman Airport"], [2, "Agen-La Garenne Airport"], [2, "Agra Airport"], [2, "Ahe Airport"], [2, "Akulivik Airport"], [2, "Al Ain International Airport"], [2, "Al Qaisumah/Hafr Al Batin Airport"], [2, "Al-Jawf Domestic Airport"], [2, "Alakanuk Airport"], [2, "Alberto Carnevalli Airport"], [2, "Alderney Airport"], [2, "Alferez Fap David Figueroa Fernandini Airport"], [2, "Alfonso L\u00c3\u00b3pez Pumarejo Airport"], [2, "Allahabad Airport"], [2, "Alluitsup Paa Heliport"], [2, "Alpena County Regional Airport"], [2, "Altoona Blair County Airport"], [2, "Amami Airport"], [2, "Amasya Merzifon Airport"], [2, "Amboseli Airport"], [2, "Aniwa Airport"], [2, "Antwerp International Airport (Deurne)"], [2, "Aqaba King Hussein International Airport"], [2, "Arar Domestic Airport"], [2, "Araracuara Airport"], [2, "Ara\u00c3\u00a7atuba Airport"], [2, "Armidale Airport"], [2, "Arthur's Town Airport"], [2, "Arvidsjaur Airport"], [2, "Aspen-Pitkin Co/Sardy Field"], [2, "Atqasuk Edward Burnell Sr Memorial Airport"], [2, "Attawapiskat Airport"], [2, "Aurukun Airport"], [2, "Avignon-Caumont Airport"], [2, "Axum Airport"], [2, "A\u00c4\u009fr\u00c4\u00b1 Airport"], [2, "Badajoz Airport"], [2, "Bahir Dar Airport"], [2, "Bandar Lengeh Airport"], [2, "Bangoka International Airport"], [2, "Barinas Airport"], [2, "Bario Airport"], [2, "Barnstable Municipal Boardman Polando Field"], [2, "Barter Island LRRS Airport"], [2, "Basco Airport"], [2, "Bata Airport"], [2, "Bayankhongor Airport"], [2, "Beaver Airport"], [2, "Bedourie Airport"], [2, "Belbek Airport"], [2, "Bella Coola Airport"], [2, "Benbecula Airport"], [2, "Beni Airport"], [2, "Benin Airport"], [2, "Benito Salas Airport"], [2, "Bhavnagar Airport"], [2, "Bhuj Airport"], [2, "Birdsville Airport"], [2, "Birjand Airport"], [2, "Bobo Dioulasso Airport"], [2, "Bocas Del Toro International Airport"], [2, "Bodaybo Airport"], [2, "Boeing Field King County International Airport"], [2, "Bolzano Airport"], [2, "Boone County Airport"], [2, "Borlange Airport"], [2, "Boulia Airport"], [2, "Bradford Regional Airport"], [2, "Brainerd Lakes Regional Airport"], [2, "Bubung Airport"], [2, "Bukavu Kavumu Airport"], [2, "Bundaberg Airport"], [2, "Burketown Airport"], [2, "Camilo Ponce Enriquez Airport"], [2, "Capitan Nicolas Rojas Airport"], [2, "Capit\u00c3\u00a1n An\u00c3\u00adbal Arab Airport"], [2, "Capit\u00c3\u00a1n FAP Guillermo Concha Iberico International Airport"], [2, "Castlegar/West Kootenay Regional Airport"], [2, "Cat Lake Airport"], [2, "Catarman National Airport"], [2, "Catumbela Airport"], [2, "Ca\u00c3\u00a7ador Airport"], [2, "Chalkyitsik Airport"], [2, "Charlo Airport"], [2, "Chautauqua County-Jamestown Airport"], [2, "Cheboksary Airport"], [2, "Cherskiy Airport"], [2, "Chevak Airport"], [2, "Chitral Airport"], [2, "Chokurdakh Airport"], [2, "Christmas Island Airport"], [2, "Chu Lai International Airport"], [2, "Churchill Falls Airport"], [2, "Chuuk International Airport"], [2, "Ch\u00c3\u00a2lons-Vatry Air Base"], [2, "Co Ong Airport"], [2, "Colonel Hill Airport"], [2, "Coronel FAP Alfredo Mendivil Duarte Airport"], [2, "Coronel FAP Carlos Ciriani Santa Rosa International Airport"], [2, "Corvo Airport"], [2, "Cotopaxi International Airport"], [2, "Craiova Airport"], [2, "Cunnamulla Airport"], [2, "Dawadmi Domestic Airport"], [2, "Dawei Airport"], [2, "Dawson Creek Airport"], [2, "Deadman's Cay Airport"], [2, "Deauville-Saint-Gatien Airport"], [2, "Debrecen International Airport"], [2, "Decatur Airport"], [2, "Dera Ghazi Khan Airport"], [2, "Dera Ismael Khan Airport"], [2, "Dharavandhoo Airport"], [2, "Dickinson Theodore Roosevelt Regional Airport"], [2, "Dillon's Bay Airport"], [2, "Dimapur Airport"], [2, "Diom\u00c3\u00adcio Freitas Airport"], [2, "Diu Airport"], [2, "Djanet Inedbirene Airport"], [2, "Domingo Faustino Sarmiento Airport"], [2, "Donegal Airport"], [2, "Dong Tac Airport"], [2, "Dr. Antonio Nicol\u00c3\u00a1s Brice\u00c3\u00b1o Airport"], [2, "DuBois Regional Airport"], [2, "Dubuque Regional Airport"], [2, "Dumatumbun Airport"], [2, "D\u00c3\u00a9line Airport"], [2, "East Texas Regional Airport"], [2, "Eastmain River Airport"], [2, "Eduardo Falla Solano Airport"], [2, "Edward Bodden Airfield"], [2, "El Eden Airport"], [2, "El Fasher Airport"], [2, "El Golea Airport"], [2, "El Lencero Airport"], [2, "El Yopal Airport"], [2, "Emerald Airport"], [2, "Enrique Malek International Airport"], [2, "Erechim Airport"], [2, "Erenhot Saiwusu International Airport"], [2, "Esbjerg Airport"], [2, "Faisalabad International Airport"], [2, "Fakarava Airport"], [2, "Falls International Airport"], [2, "Fera/Maringe Airport"], [2, "Flagstaff Pulliam Airport"], [2, "Florence Regional Airport"], [2, "Ford Airport"], [2, "Fort Albany Airport"], [2, "Fort Chipewyan Airport"], [2, "Fort Frances Municipal Airport"], [2, "Fort Good Hope Airport"], [2, "Fort Simpson Airport"], [2, "Francistown Airport"], [2, "Frank Miloye Milenkowichi\u00e2\u0080\u0093Mar\u00c3\u00adlia State Airport"], [2, "Futuna Airport"], [2, "Gab\u00c3\u00a8s Matmata International Airport"], [2, "Gafsa Ksar International Airport"], [2, "Gambella Airport"], [2, "Gannan Xiahe Airport"], [2, "Gardabya Airport"], [2, "Garden City Regional Airport"], [2, "Garoua International Airport"], [2, "Gasp\u00c3\u00a9 (Michel-Pouliot) Airport"], [2, "Geneina Airport"], [2, "General Bartolome Salom International Airport"], [2, "General Pedro Jose Mendez International Airport"], [2, "General Servando Canales International Airport"], [2, "General Urquiza Airport"], [2, "Gerardo Tobar L\u00c3\u00b3pez Airport"], [2, "Gerrard Smith International Airport"], [2, "Ghriss Airport"], [2, "Gillam Airport"], [2, "Gisborne Airport"], [2, "Gobernador Horacio Guzman International Airport"], [2, "Golmud Airport"], [2, "Gonder Airport"], [2, "Gorakhpur Airport"], [2, "Greenbrier Valley Airport"], [2, "Griffith Airport"], [2, "Gurayat Domestic Airport"], [2, "Gustavo Artunduaga Paredes Airport"], [2, "Gustavo Vargas Airport"], [2, "Hagerstown Regional Richard A Henson Field"], [2, "Hagfors Airport"], [2, "Haifa International Airport"], [2, "Hanimaadhoo Airport"], [2, "Hao Airport"], [2, "Hassi R'Mel Airport"], [2, "Hasvik Airport"], [2, "Hawarden Airport"], [2, "Hemavan Airport"], [2, "Hermes Quijada International Airport"], [2, "Hervey Bay Airport"], [2, "High Level Airport"], [2, "Hoedspruit Air Force Base Airport"], [2, "Homer Airport"], [2, "Hooper Bay Airport"], [2, "Hopedale Airport"], [2, "Hubli Airport"], [2, "Hughes Airport"], [2, "Iki Airport"], [2, "Imperial County Airport"], [2, "In Am\u00c3\u00a9nas Airport"], [2, "In Salah Airport"], [2, "Inagua Airport"], [2, "Ingeniero Alberto Acu\u00c3\u00b1a Ongay International Airport"], [2, "Invercargill Airport"], [2, "Ioannina Airport"], [2, "Itaituba Airport"], [2, "Ivalo Airport"], [2, "Ivano-Frankivsk International Airport"], [2, "Ivujivik Airport"], [2, "Jack Mc Namara Field Airport"], [2, "Jackson Hole Airport"], [2, "Ji-Paran\u00c3\u00a1 Airport"], [2, "Jimma Airport"], [2, "John Murtha Johnstown Cambria County Airport"], [2, "Joplin Regional Airport"], [2, "Jorge E. Gonzalez Torres Airport"], [2, "Juan Casiano Airport"], [2, "Julia Creek Airport"], [2, "J\u00c3\u00b6nk\u00c3\u00b6ping Airport"], [2, "Kaadedhdhoo Airport"], [2, "Kadhdhoo Airport"], [2, "Kaghau Airport"], [2, "Kajaani Airport"], [2, "Kangiqsujuaq (Wakeham Bay) Airport"], [2, "Kangra Airport"], [2, "Kapalua Airport"], [2, "Kapuskasing Airport"], [2, "Karamay Airport"], [2, "Karlstad Airport"], [2, "Kasabonika Airport"], [2, "Kashechewan Airport"], [2, "Kasigluk Airport"], [2, "Kassel-Calden Airport"], [2, "Kastelorizo Airport"], [2, "Katima Mulilo Airport"], [2, "Kemi-Tornio Airport"], [2, "Kerteh Airport"], [2, "Ketapang(Rahadi Usman) Airport"], [2, "Khon Kaen Airport"], [2, "Kimberley Airport"], [2, "Kindu Airport"], [2, "King Island Airport"], [2, "Kingfisher Lake Airport"], [2, "Kittil\u00c3\u00a4 Airport"], [2, "Klamath Falls Airport"], [2, "Koggala Airport"], [2, "Kokshetau Airport"], [2, "Kooddoo Airport"], [2, "Kosrae International Airport"], [2, "Koumac Airport"], [2, "Kowanyama Airport"], [2, "Koyukuk Airport"], [2, "Kudat Airport"], [2, "Kuito Airport"], [2, "Kunsan Air Base"], [2, "Kuqa Airport"], [2, "Kurgan Airport"], [2, "LTS Pulau Redang Airport"], [2, "La Tabati\u00c3\u00a8re Airport"], [2, "Labasa Airport"], [2, "Lamap Airport"], [2, "Lamen Bay Airport"], [2, "Lankaran International Airport"], [2, "Lansdowne House Airport"], [2, "Laoag International Airport"], [2, "Las Brujas Airport"], [2, "Lawton Fort Sill Regional Airport"], [2, "Lebanon Municipal Airport"], [2, "Licenciado y General Ignacio Lopez Rayon Airport"], [2, "Lichinga Airport"], [2, "Lindu Airport"], [2, "Link\u00c3\u00b6ping City Airport"], [2, "Lockhart River Airport"], [2, "Long Akah Airport"], [2, "Long Lellang Airport"], [2, "Long Seridan Airport"], [2, "Longana Airport"], [2, "Longreach Airport"], [2, "Lorient South Brittany (Bretagne Sud) Airport"], [2, "Los Alamitos Army Air Field"], [2, "Los Colonizadores Airport"], [2, "Lugano Airport"], [2, "Lynchburg Regional Preston Glenn Field"], [2, "L\u00c3\u00a1zaro C\u00c3\u00a1rdenas Airport"], [2, "Mae Hong Son Airport"], [2, "Magnitogorsk International Airport"], [2, "Mahshahr Airport"], [2, "Malanje Airport"], [2, "Mammoth Yosemite Airport"], [2, "Maniitsoq Airport"], [2, "Margaret Ekpo International Airport"], [2, "Marshall Don Hunter Sr Airport"], [2, "Mataiva Airport"], [2, "Mataveri Airport"], [2, "Matsumoto Airport"], [2, "Mayaguana Airport"], [2, "Mayor General FAP Armando Revoredo Iglesias Airport"], [2, "Mbandaka Airport"], [2, "Mbuji Mayi Airport"], [2, "Mc Kellar Sipes Regional Airport"], [2, "Memorial Field"], [2, "Mercedita Airport"], [2, "Middle Georgia Regional Airport"], [2, "Milos Airport"], [2, "Minatitl\u00c3\u00a1n/Coatzacoalcos National Airport"], [2, "Misawa Air Base"], [2, "Misima Island Airport"], [2, "Moenjodaro Airport"], [2, "Mora Airport"], [2, "Morgantown Municipal Walter L. Bill Hart Field"], [2, "Morondava Airport"], [2, "Morristown Municipal Airport"], [2, "Moruya Airport"], [2, "Mount Gambier Airport"], [2, "Mountain Village Airport"], [2, "Mukah Airport"], [2, "Myeik Airport"], [2, "M\u00c3\u00b6r\u00c3\u00b6n Airport"], [2, "Naga Airport"], [2, "Nain Airport"], [2, "Nakashibetsu Airport"], [2, "Nakhon Phanom Airport"], [2, "Nakhon Si Thammarat Airport"], [2, "Nan Airport"], [2, "Nanaimo Airport"], [2, "Nanortalik Heliport"], [2, "Narrandera Airport"], [2, "Narsaq Heliport"], [2, "Naxos Airport"], [2, "Naypyidaw Airport"], [2, "Neerlerit Inaat Airport"], [2, "Nelson Ribeiro Guimar\u00c3\u00a3es Airport"], [2, "Nemiscau Airport"], [2, "Nev\u00c5\u009fehir Kapadokya Airport"], [2, "Newman Airport"], [2, "Ngari Gunsa Airport"], [2, "Normanton Airport"], [2, "Norrk\u00c3\u00b6ping Airport"], [2, "North Bay Airport"], [2, "North Spirit Lake Airport"], [2, "Northern Maine Regional Airport at Presque Isle"], [2, "Noshahr Airport"], [2, "Nuiqsut Airport"], [2, "Nyala Airport"], [2, "Old Arctic Bay Airport"], [2, "Oradea International Airport"], [2, "Ouarzazate Airport"], [2, "Ouv\u00c3\u00a9a Airport"], [2, "Owensboro Daviess County Airport"], [2, "Paamiut Heliport"], [2, "Pagadian Airport"], [2, "Pajala Airport"], [2, "Pamplona Airport"], [2, "Paraparaumu Airport"], [2, "Pardubice Airport"], [2, "Parkes Airport"], [2, "Paros Airport"], [2, "Petersburg James A Johnson Airport"], [2, "Petropavlosk South Airport"], [2, "Pichoy Airport"], [2, "Piedras Negras International Airport"], [2, "Pierre Van Ryneveld Airport"], [2, "Pitt Greenville Airport"], [2, "Plan De Guadalupe International Airport"], [2, "Plovdiv International Airport"], [2, "Point Lay LRRS Airport"], [2, "Poplar Hill Airport"], [2, "Porbandar Airport"], [2, "Pormpuraaw Airport"], [2, "Port Hardy Airport"], [2, "Port Lincoln Airport"], [2, "Port Menier Airport"], [2, "Portland International Jetport Airport"], [2, "Pregui\u00c3\u00a7a Airport"], [2, "Presidente Jo\u00c3\u00a3o Suassuna Airport"], [2, "Presidente Prudente Airport"], [2, "Prince Rupert Airport"], [2, "Puerto Lempira Airport"], [2, "Pullman Moscow Regional Airport"], [2, "P\u00c3\u00a9rigueux-Bassillac Airport"], [2, "Qaanaaq Airport"], [2, "Qaarsut Airport"], [2, "Qikiqtarjuaq Airport"], [2, "Quaqtaq Airport"], [2, "Quilpie Airport"], [2, "RAAF Base Curtin"], [2, "Rainbow Lake Airport"], [2, "Raivavae Airport"], [2, "Raleigh County Memorial Airport"], [2, "Ramata Airport"], [2, "Ramsar Airport"], [2, "Ravensthorpe Airport"], [2, "Rennell/Tingoa Airport"], [2, "Resolute Bay Airport"], [2, "Rhinelander Oneida County Airport"], [2, "Rickenbacker International Airport"], [2, "Rigolet Airport"], [2, "Rimatara Airport"], [2, "Rock Sound Airport"], [2, "Roswell International Air Center Airport"], [2, "Rota International Airport"], [2, "Round Lake (Weagamow Lake) Airport"], [2, "Rovaniemi Airport"], [2, "Rundu Airport"], [2, "Rurutu Airport"], [2, "R\u00c3\u00b8st Airport"], [2, "Sachigo Lake Airport"], [2, "Sachs Harbour (David Nasogaluak Jr. Saaryuaq) Airport"], [2, "Saidpur Airport"], [2, "Salluit Airport"], [2, "Sam Mbakwe International Airport"], [2, "San Angelo Regional Mathis Field"], [2, "Sand Point Airport"], [2, "Sandane Airport (Anda)"], [2, "Sanday Airport"], [2, "Santa Ana Airport"], [2, "Santa Maria Pub/Capt G Allan Hancock Field"], [2, "Santa Rosa Airport"], [2, "Santiago Perez Airport"], [2, "Santo \u00c3\u0082ngelo Airport"], [2, "Saransk Airport"], [2, "Satu Mare Airport"], [2, "Sauce Viejo Airport"], [2, "Saurimo Airport"], [2, "Savonlinna Airport"], [2, "Selawik Airport"], [2, "Seymour Airport"], [2, "Sharurah Airport"], [2, "Sheppard Air Force Base-Wichita Falls Municipal Airport"], [2, "Shungnak Airport"], [2, "Sigiriya Air Force Base"], [2, "Sioux Gateway Col. Bud Day Field"], [2, "Sir Bani Yas Airport"], [2, "Skiathos Island National Airport"], [2, "Sleetmute Airport"], [2, "Sloulin Field International Airport"], [2, "Socotra International Airport"], [2, "South Arkansas Regional At Goodwin Field"], [2, "South Bimini Airport"], [2, "South Caicos Airport"], [2, "Southeast Iowa Regional Airport"], [2, "Southeast Texas Regional Airport"], [2, "Southwest Bay Airport"], [2, "Southwest Oregon Regional Airport"], [2, "Spichenkovo Airport"], [2, "Spriggs Payne Airport"], [2, "Spring Point Airport"], [2, "St Cloud Regional Airport"], [2, "St Gallen Altenrhein Airport"], [2, "St George Municipal Airport"], [2, "Stella Maris Airport"], [2, "Stronsay Airport"], [2, "Suboficial Ay Santiago Germano Airport"], [2, "Sultan Azlan Shah Airport"], [2, "Sveg Airport"], [2, "Sydney / J.A. Douglas McCurdy Airport"], [2, "Syros Airport"], [2, "S\u00c3\u00a3o Jorge Airport"], [2, "S\u00c3\u00b8rkjosen Airport"], [2, "Tacheng Airport"], [2, "Takoradi Airport"], [2, "Tapachula International Airport"], [2, "Taree Airport"], [2, "Tartu Airport"], [2, "Tasiujaq Airport"], [2, "Taupo Airport"], [2, "Tautii Magheraus Airport"], [2, "Tavie Airport"], [2, "Teniente Benjamin Matienzo Airport"], [2, "Termez Airport"], [2, "Texarkana Regional Webb Field"], [2, "Thandwe Airport"], [2, "Tiga Airport"], [2, "Tikehau Airport"], [2, "Tiksi Airport"], [2, "Tokushima Airport"], [2, "Torsby Airport"], [2, "Tozeur Nefta International Airport"], [2, "Trang Airport"], [2, "Treasure Cay Airport"], [2, "Tshikapa Airport"], [2, "Tulita Airport"], [2, "Tupelo Regional Airport"], [2, "Tweed New Haven Airport"], [2, "T\u00c3\u00aate-\u00c3\u00a0-la-Baleine Airport"], [2, "T\u00c3\u00b4lanaro Airport"], [2, "U-Tapao International Airport"], [2, "Ugolny Airport"], [2, "Ulawa Airport"], [2, "Ulyanovsk Baratayevka Airport"], [2, "Upernavik Airport"], [2, "Usinsk Airport"], [2, "Ust-Kut Airport"], [2, "Valdez Pioneer Field"], [2, "Venango Regional Airport"], [2, "Venetie Airport"], [2, "Victoria Harbour Seaplane Base"], [2, "Vorkuta Airport"], [2, "Vunisea Airport"], [2, "Waco Regional Airport"], [2, "Wainwright Airport"], [2, "Wakkanai Airport"], [2, "Wapekeka Airport"], [2, "Waterford Airport"], [2, "Waterloo Regional Airport"], [2, "Webequie Airport"], [2, "Weipa Airport"], [2, "Wemindji Airport"], [2, "Westray Airport"], [2, "Whangarei Airport"], [2, "Wick Airport"], [2, "Williamsport Regional Airport"], [2, "Windorah Airport"], [2, "Winton Airport"], [2, "Worcester Regional Airport"], [2, "Wrangell Airport"], [2, "Xinyuan Nalati Airport"], [2, "Yakutat Airport"], [2, "Yap International Airport"], [2, "Yellowstone Regional Airport"], [2, "Yushu Batang Airport"], [2, "Zaporizhzhia International Airport"], [2, "Zhezkazgan Airport"], [2, "Zhob Airport"], [2, "Zhongwei Shapotou Airport"], [2, "Ziguinchor Airport"], [2, "Zona da Mata Regional Airport"], [2, "Zonguldak Airport"], [2, "\u00c3\u0087ardak Airport"], [2, "\u00c3\u008ele Art - Waala Airport"], [2, "\u00c3\u0096rebro Airport"], [1, "Aberdeen Regional Airport"], [1, "Abu Simbel Airport"], [1, "Adak Airport"], [1, "Adirondack Regional Airport"], [1, "Aerotortuguero Airport"], [1, "Agatti Airport"], [1, "Akhiok Airport"], [1, "Akureyri Airport"], [1, "Akutan Seaplane Base"], [1, "Akwa Ibom International Airport"], [1, "Al Ghaidah International Airport"], [1, "Al Wajh Domestic Airport"], [1, "Alashankou Bole (Bortala) airport"], [1, "Almirante Padilla Airport"], [1, "Altai Airport"], [1, "Anadolu Airport"], [1, "Anahim Lake Airport"], [1, "Andahuaylas Airport"], [1, "Aneityum Airport"], [1, "Anglesey Airport"], [1, "Angoon Seaplane Base"], [1, "Angoul\u00c3\u00aame-Brie-Champniers Airport"], [1, "Arad International Airport"], [1, "Araraquara Airport"], [1, "Arba Minch Airport"], [1, "Arctic Village Airport"], [1, "Arua Airport"], [1, "Arusha Airport"], [1, "Arutua Airport"], [1, "Arxan Yi'ershi Airport"], [1, "Asosa Airport"], [1, "Ataq Airport"], [1, "Athens Ben Epps Airport"], [1, "Atka Airport"], [1, "Augsburg Airport"], [1, "Augusta State Airport"], [1, "Aurillac Airport"], [1, "Avalon Airport"], [1, "Aviador C. Campos Airport"], [1, "Babo Airport"], [1, "Bakalalan Airport"], [1, "Bal\u00c4\u00b1kesir K\u00c3\u00b6rfez Airport"], [1, "Bam Airport"], [1, "Banak Airport"], [1, "Barcaldine Airport"], [1, "Barcelos Airport"], [1, "Bardufoss Airport"], [1, "Barisal Airport"], [1, "Barkley Regional Airport"], [1, "Barra Airport"], [1, "Belgaum Airport"], [1, "Bemidji Regional Airport"], [1, "Benjamin Rivera Noriega Airport"], [1, "Bert Mooney Airport"], [1, "Beslan Airport"], [1, "Betoambari Airport"], [1, "Bhadrapur Airport"], [1, "Bharatpur Airport"], [1, "Biratnagar Airport"], [1, "Blackall Airport"], [1, "Boende Airport"], [1, "Bojnord Airport"], [1, "Bol Airport"], [1, "Bom Jesus da Lapa Airport"], [1, "Bonito Airport"], [1, "Bordj Badji Mokhtar Airport"], [1, "Bornholm Airport"], [1, "Bou Chekif Airport"], [1, "Brandon Municipal Airport"], [1, "Brigadeiro Camar\u00c3\u00a3o Airport"], [1, "Brigadier Mayor D Cesar Raul Ojeda Airport"], [1, "Brno-Tu\u00c5\u0099any Airport"], [1, "Bugungu Airport"], [1, "Bukoba Airport"], [1, "Burgos Airport"], [1, "Buri Ram Airport"], [1, "B\u00c3\u00a9char Boudghene Ben Ali Lotfi Airport"], [1, "Cacique Aramare Airport"], [1, "Cacoal Airport"], [1, "Calbayog Airport"], [1, "Camiguin Airport"], [1, "Campbeltown Airport"], [1, "Canaima Airport"], [1, "Canyonlands Field"], [1, "Cap Manuel Ni\u00c3\u00b1o International Airport"], [1, "Cap Skirring Airport"], [1, "Cape Girardeau Regional Airport"], [1, "Cape Lisburne LRRS Airport"], [1, "Capitan FAP Carlos Martinez De Pinillos International Airport"], [1, "Capitan FAP Jose A Quinones Gonzales International Airport"], [1, "Capitan FAP Pedro Canga Rodriguez Airport"], [1, "Capitan V A Almonacid Airport"], [1, "Capit\u00c3\u00a1n Av. Selin Zeitun Lopez Airport"], [1, "Capit\u00c3\u00a1n de Av. Emilio Beltr\u00c3\u00a1n Airport"], [1, "Catamarca Airport"], [1, "Cauayan Airport"], [1, "Caucaya Airport"], [1, "Cavern City Air Terminal"], [1, "Ca\u00c3\u00b1al Bajo Carlos - Hott Siebert Airport"], [1, "Cedar City Regional Airport"], [1, "Ceduna Airport"], [1, "Central Airport"], [1, "Charlotte Amalie Harbor Seaplane Base"], [1, "Cheikh Larbi T\u00c3\u00a9bessi Airport"], [1, "Cherif Al Idrissi Airport"], [1, "Chetumal International Airport"], [1, "Chico Municipal Airport"], [1, "Chimbu Airport"], [1, "Chimoio Airport"], [1, "China Bay Airport"], [1, "Chipata Airport"], [1, "Chippewa County International Airport"], [1, "Chippewa Valley Regional Airport"], [1, "Choiseul Bay Airport"], [1, "Chris Hadfield Airport"], [1, "Chumphon Airport"], [1, "Cicia Airport"], [1, "Circle City /New/ Airport"], [1, "Coari Airport"], [1, "Cocos (Keeling) Islands Airport"], [1, "Coen Airport"], [1, "Comandante FAP German Arias Graziani Airport"], [1, "Concei\u00c3\u00a7\u00c3\u00a3o do Araguaia Airport"], [1, "Coober Pedy Airport"], [1, "Cooma Hospital Helipad"], [1, "Coronel Altino Machado de Oliveira Airport"], [1, "Coronel E Carvajal Airport"], [1, "Coronel Hor\u00c3\u00a1cio de Mattos Airport"], [1, "Cortez Municipal Airport"], [1, "Corumb\u00c3\u00a1 International Airport"], [1, "Cruzeiro do Sul Airport"], [1, "Cuman\u00c3\u00a1 (Antonio Jos\u00c3\u00a9 de Sucre) Airport"], [1, "C\u00c3\u00a0 Mau Airport"], [1, "Dalbandin Airport"], [1, "Dawson Community Airport"], [1, "Delta County Airport"], [1, "Devonport Airport"], [1, "Dhangarhi Airport"], [1, "Dien Bien Phu Airport"], [1, "Dijon-Bourgogne Airport"], [1, "Donskoye Airport"], [1, "Dundee Airport"], [1, "Eagle County Regional Airport"], [1, "Eastern Oregon Regional At Pendleton Airport"], [1, "Eday Airport"], [1, "Egegik Airport"], [1, "Egilssta\u00c3\u00b0ir Airport"], [1, "Eirunep\u00c3\u00a9 Airport"], [1, "El Embrujo Airport"], [1, "El Tehuelche Airport"], [1, "Elcho Island Airport"], [1, "Elfin Cove Seaplane Base"], [1, "Elista Airport"], [1, "Elko Regional Airport"], [1, "Eloy Alfaro International Airport"], [1, "Enua Airport"], [1, "Ernest A. Love Field"], [1, "Eugenio Maria De Hostos Airport"], [1, "F. D. Roosevelt Airport"], [1, "False Pass Airport"], [1, "Flinders Island Airport"], [1, "Formosa Airport"], [1, "Fort Mcpherson Airport"], [1, "Friday Harbor Airport"], [1, "Fujairah International Airport"], [1, "Funafuti International Airport"], [1, "Gabala International Airport"], [1, "Gautam Buddha Airport"], [1, "Gelendzhik Airport"], [1, "Gemena Airport"], [1, "General Leite de Castro Airport"], [1, "Ghadames East Airport"], [1, "Ghat Airport"], [1, "Gilgit Airport"], [1, "Gloucestershire Airport"], [1, "Gobernador Castello Airport"], [1, "Gode Airport"], [1, "Gorno-Altaysk Airport"], [1, "Graciosa Airport"], [1, "Grafton Airport"], [1, "Grand Canyon National Park Airport"], [1, "Grise Fiord Airport"], [1, "Guanambi Airport"], [1, "Guemar Airport"], [1, "Guillermo Le\u00c3\u00b3n Valencia Airport"], [1, "Gunnison Crested Butte Regional Airport"], [1, "Gurupi Airport"], [1, "Gwalior Airport"], [1, "Gyumri Shirak Airport"], [1, "Hachijojima Airport"], [1, "Hamadan Airport"], [1, "Hamburg-Finkenwerder Airport"], [1, "Hana Airport"], [1, "Hancock County-Bar Harbor Airport"], [1, "Hattiesburg Laurel Regional Airport"], [1, "Havre City County Airport"], [1, "Healy River Airport"], [1, "Hendrik Van Eck Airport"], [1, "Hokitika Airfield"], [1, "Horn Island Airport"], [1, "Houghton County Memorial Airport"], [1, "Hydaburg Seaplane Base"], [1, "Ibadan Airport"], [1, "Igarka Airport"], [1, "Igiugig Airport"], [1, "Ilam Airport"], [1, "Iliamna Airport"], [1, "Ilorin International Airport"], [1, "Islay Airport"], [1, "Ittoqqortoormiit Heliport"], [1, "Iwami Airport"], [1, "Izumo Airport"], [1, "Jamnagar Airport"], [1, "Jaqu\u00c3\u00a9 Airport"], [1, "Joensuu Airport"], [1, "Jolo Airport"], [1, "Jonesboro Municipal Airport"], [1, "Joslin Field Magic Valley Regional Airport"], [1, "Jos\u00c3\u00a9 Celestino Mutis Airport"], [1, "Jos\u00c3\u00a9 Leonardo Chirinos Airport"], [1, "Juancho E. Yrausquin Airport"], [1, "K. D. Matanzima Airport"], [1, "Kaduna Airport"], [1, "Kaitaia Airport"], [1, "Kamembe Airport"], [1, "Kangiqsualujjuaq (Georges River) Airport"], [1, "Kanpur Airport"], [1, "Kao Airport"], [1, "Karup Airport"], [1, "Kasama Airport"], [1, "Kasiguncu Airport"], [1, "Kastamonu Airport"], [1, "Kastoria National Airport"], [1, "Kaukura Airport"], [1, "Kawthoung Airport"], [1, "Keewaywin Airport"], [1, "Kegaska Airport"], [1, "Kengtung Airport"], [1, "Kerikeri Airport"], [1, "Key Field"], [1, "Khajuraho Airport"], [1, "Khankala Air Base"], [1, "Khasab Air Base"], [1, "Khoram Abad Airport"], [1, "Khovd Airport"], [1, "Kimmirut Airport"], [1, "King Cove Airport"], [1, "Kingscote Airport"], [1, "Kingston Norman Rogers Airport"], [1, "Kirksville Regional Airport"], [1, "Kirovsk-Apatity Airport"], [1, "Kitale Airport"], [1, "Knox County Regional Airport"], [1, "Kogalym International Airport"], [1, "Kongolo Airport"], [1, "Kon\u00c3\u00a9 Airport"], [1, "Kristianstad Airport"], [1, "Kullu Manali Airport"], [1, "Kumejima Airport"], [1, "Kuopio Airport"], [1, "Kuressaare Airport"], [1, "Kursk East Airport"], [1, "Kuusamo Airport"], [1, "Kyaukpyu Airport"], [1, "Kyzyl Airport"], [1, "L M Clayton Airport"], [1, "La Fria Airport"], [1, "La Gomera Airport"], [1, "La Laguna Airport"], [1, "La Nubia Airport"], [1, "La Pedrera Airport"], [1, "Lahad Datu Airport"], [1, "Lakeba Island Airport"], [1, "Lampang Airport"], [1, "Lancaster Airport"], [1, "Land's End Airport"], [1, "Lannion-C\u00c3\u00b4te de Granit Airport"], [1, "Laramie Regional Airport"], [1, "Larsen Bay Airport"], [1, "Le Havre Octeville Airport"], [1, "Le Puy-Loudes Airport"], [1, "Lea County Regional Airport"], [1, "Leirin Airport"], [1, "Leon Airport"], [1, "Lethbridge County Airport"], [1, "Libertador Gral D Jose De San Martin Airport"], [1, "Limbang Airport"], [1, "Lismore Airport"], [1, "Lleida-Alguaire Airport"], [1, "Lloydminster Airport"], [1, "Lodja Airport"], [1, "Lodwar Airport"], [1, "Loei Airport"], [1, "Logro\u00c3\u00b1o-Agoncillo Airport"], [1, "Lokichoggio Airport"], [1, "Longyan Guanzhishan Airport"], [1, "Lopez Island Airport"], [1, "Loreto International Airport"], [1, "Los Alamos Airport"], [1, "Luang Namtha Airport"], [1, "Luderitz Airport"], [1, "Ludhiana Airport"], [1, "Luena Airport"], [1, "Mae Sot Airport"], [1, "Maestro Marinho Franco Airport"], [1, "Maewo-Naone Airport"], [1, "Maio Airport"], [1, "Makemo Airport"], [1, "Mananara Nord Airport"], [1, "Mangaia Island Airport"], [1, "Manistee Co Blacker Airport"], [1, "Manley Hot Springs Airport"], [1, "Mannheim-City Airport"], [1, "Marau Airport"], [1, "Margate Airport"], [1, "Mariana Grajales Airport"], [1, "Mar\u00c3\u00a9 Airport"], [1, "Massawa International Airport"], [1, "Massena International Richards Field"], [1, "Masset Airport"], [1, "Matari Airport"], [1, "Matsapha Airport"], [1, "Mauke Airport"], [1, "Mbanza Congo Airport"], [1, "Mbeya Airport"], [1, "Mc Clellan-Palomar Airport"], [1, "Mc Cook Ben Nelson Regional Airport"], [1, "McArthur River Mine Airport"], [1, "Medicine Hat Airport"], [1, "Mekoryuk Airport"], [1, "Melangguane Airport"], [1, "Melbourne Essendon Airport"], [1, "Mendi Airport"], [1, "Merced Regional Macready Field"], [1, "Mfuwe Airport"], [1, "Mid Delta Regional Airport"], [1, "Mid Ohio Valley Regional Airport"], [1, "Mihail Kog\u00c4\u0083lniceanu International Airport"], [1, "Milingimbi Airport"], [1, "Mina\u00c3\u00a7u Airport"], [1, "Mitiaro Island Airport"], [1, "Mocopulli Airport"], [1, "Modesto City Co-Harry Sham Field"], [1, "Moises R. Espinosa Airport"], [1, "Monbetsu Airport"], [1, "Montrose Regional Airport"], [1, "Moree Airport"], [1, "Moshoeshoe I International Airport"], [1, "Mostar International Airport"], [1, "Mount Pleasant Airport"], [1, "Mtwara Airport"], [1, "Muskegon County Airport"], [1, "Mysore Airport"], [1, "N'Gaound\u00c3\u00a9r\u00c3\u00a9 Airport"], [1, "Nakhchivan Airport"], [1, "Namibe Airport"], [1, "Nanki Shirahama Airport"], [1, "Napakiak Airport"], [1, "Napaskiak Airport"], [1, "Naples Municipal Airport"], [1, "Narathiwat Airport"], [1, "Narvik Framnes Airport"], [1, "Nelson Lagoon Airport"], [1, "Nepalgunj Airport"], [1, "Nikolai Airport"], [1, "Niue International Airport"], [1, "North Platte Regional Airport Lee Bird Field"], [1, "Northeast Florida Regional Airport"], [1, "Northern Peninsula Airport"], [1, "Northwest Alabama Regional Airport"], [1, "Nosara Airport"], [1, "Noto Airport"], [1, "Odate Noshiro Airport"], [1, "Ogden Hinckley Airport"], [1, "Ogdensburg International Airport"], [1, "Ogle Airport"], [1, "Ogoki Post Airport"], [1, "Oksibil Airport"], [1, "Olympic Dam Airport"], [1, "Ondangwa Airport"], [1, "Orange Airport"], [1, "Oranjemund Airport"], [1, "Orcas Island Airport"], [1, "Orsk Airport"], [1, "Oshima Airport"], [1, "Ostend-Bruges International Airport"], [1, "Oudomsay Airport"], [1, "Ouril\u00c3\u00a2ndia do Norte Airport"], [1, "Ovda International Airport"], [1, "Pago Pago International Airport"], [1, "Pangborn Memorial Airport"], [1, "Panjgur Airport"], [1, "Parintins Airport"], [1, "Parsabade Moghan Airport"], [1, "Patos de Minas Airport"], [1, "Paulatuk (Nora Aliqatchialuk Ruben) Airport"], [1, "Paulo Afonso Airport"], [1, "Peawanuck Airport"], [1, "Pellston Regional Airport of Emmet County Airport"], [1, "Penticton Airport"], [1, "Penza Airport"], [1, "Perryville Airport"], [1, "Petrozavodsk Airport"], [1, "Pevek Airport"], [1, "Phrae Airport"], [1, "Pickle Lake Airport"], [1, "Pietermaritzburg Airport"], [1, "Piloto Osvaldo Marques Dias Airport"], [1, "Platinum Airport"], [1, "Pocatello Regional Airport"], [1, "Pointe Vele Airport"], [1, "Pokhara Airport"], [1, "Polokwane International Airport"], [1, "Port Augusta Airport"], [1, "Port Gentil Airport"], [1, "Port Heiden Airport"], [1, "Portland Airport"], [1, "Portsmouth International at Pease Airport"], [1, "Powell River Airport"], [1, "Praslin Airport"], [1, "Provincetown Municipal Airport"], [1, "Pueblo Memorial Airport"], [1, "Puerto Obaldia Airport"], [1, "Putao Airport"], [1, "Quetzalc\u00c3\u00b3atl International Airport"], [1, "Quimper-Cornouaille Airport"], [1, "Quincy Regional Baldwin Field"], [1, "Rach Gia Airport"], [1, "Rae Lakes Airport"], [1, "Rafha Domestic Airport"], [1, "Ranai Airport"], [1, "Range Regional Airport"], [1, "Ranong Airport"], [1, "Redding Municipal Airport"], [1, "Reden\u00c3\u00a7\u00c3\u00a3o Airport"], [1, "Resistencia International Airport"], [1, "Reyes Murillo Airport"], [1, "Richards Bay Airport"], [1, "Richmond Airport"], [1, "Riverton Regional Airport"], [1, "Roi Et Airport"], [1, "Romeu Zema Airport"], [1, "Rotuma Airport"], [1, "Rubem Berta Airport"], [1, "Rutland - Southern Vermont Regional Airport"], [1, "R\u00c3\u00b8ros Airport"], [1, "Sabzevar National Airport"], [1, "Sadiq Abubakar III International Airport"], [1, "Sakon Nakhon Airport"], [1, "Salak Airport"], [1, "Salamanca Airport"], [1, "Salina Municipal Airport"], [1, "Salt Cay Airport"], [1, "San Antonio Del Tachira Airport"], [1, "San Jose Airport"], [1, "San Luis Airport"], [1, "San Tom\u00c3\u00a9 Airport"], [1, "Sanandaj Airport"], [1, "Sandspit Airport"], [1, "Saniat R'mel Airport"], [1, "Santa Cruz/Graciosa Bay/Luova Airport"], [1, "Santa Elena de Uairen Airport"], [1, "Santa Rosa International Airport"], [1, "Sara Airport"], [1, "Saumlaki/Olilit Airport"], [1, "Scammon Bay Airport"], [1, "Scott AFB/Midamerica Airport"], [1, "Senadora Eunice Micheles Airport"], [1, "Shah Mokhdum Airport"], [1, "Shenandoah Valley Regional Airport"], [1, "Sheridan County Airport"], [1, "Shillong Airport"], [1, "Shonai Airport"], [1, "Siargao Airport"], [1, "Sidney Richland Municipal Airport"], [1, "Sihanoukville International Airport"], [1, "Sinop Airport"], [1, "Sir Charles Gaetan Duval Airport"], [1, "Siwo Airport"], [1, "Skardu Airport"], [1, "Skien Airport"], [1, "Solovki Airport"], [1, "South Naknek Nr 2 Airport"], [1, "St Georges Airport"], [1, "Stephenville Airport"], [1, "Stockton Metropolitan Airport"], [1, "Suavanao Airport"], [1, "Sukhothai Airport"], [1, "Summer Beaver Airport"], [1, "Sunyani Airport"], [1, "S\u00c3\u00a3o Filipe Airport"], [1, "S\u00c3\u00a3o F\u00c3\u00a9lix do Araguaia Airport"], [1, "S\u00c3\u00a3o F\u00c3\u00a9lix do Xingu Airport"], [1, "S\u00c3\u00a3o Gabriel da Cachoeira Airport"], [1, "S\u00c3\u00b8nderborg Airport"], [1, "S\u00c3\u00bcleyman Demirel International Airport"], [1, "Tabatinga Airport"], [1, "Tainan Airport"], [1, "Taitung Airport"], [1, "Takapoto Airport"], [1, "Tamworth Airport"], [1, "Tan Tan Airport"], [1, "Tancredo Thomas de Faria Airport"], [1, "Tapuruquara Airport"], [1, "Tarko-Sale Airport"], [1, "Tasiilaq Heliport"], [1, "Tatalina LRRS Airport"], [1, "Tekirda\u00c4\u009f \u00c3\u0087orlu Airport"], [1, "Termas de R\u00c3\u00ado Hondo international Airport"], [1, "Teterboro Airport"], [1, "Thargomindah Airport"], [1, "Thief River Falls Regional Airport"], [1, "Thule Air Base"], [1, "Timaru Airport"], [1, "Tin City Long Range Radar Station Airport"], [1, "Tingo Maria Airport"], [1, "Tiree Airport"], [1, "Tobias Bolanos International Airport"], [1, "Togiak Airport"], [1, "Tongoa Airport"], [1, "Topeka Regional Airport - Forbes Field"], [1, "Totegegie Airport"], [1, "Tottori Airport"], [1, "Touggourt Sidi Madhi Airport"], [1, "Touho Airport"], [1, "Trail Airport"], [1, "Trat Airport"], [1, "Trollh\u00c3\u00a4ttan-V\u00c3\u00a4nersborg Airport"], [1, "Trombetas Airport"], [1, "Tucuru\u00c3\u00ad Airport"], [1, "Tuktoyaktuk Airport"], [1, "Tumling Tar Airport"], [1, "Tunoshna Airport"], [1, "Turaif Domestic Airport"], [1, "Ulaangom Airport"], [1, "Ulgii Mongolei Airport"], [1, "Uru Harbour Airport"], [1, "Uummannaq Heliport"], [1, "Uyuni Airport"], [1, "Uzhhorod International Airport"], [1, "Valesdir Airport"], [1, "Vancouver Harbour Water Aerodrome"], [1, "Vanua Balavu Airport"], [1, "Vernal Regional Airport"], [1, "Vicecomodoro Angel D. La Paz Aragon\u00c3\u00a9s Airport"], [1, "Victoria Regional Airport"], [1, "Vijayawada Airport"], [1, "Villa Garz\u00c3\u00b3n Airport"], [1, "Vinnytsia/Gavyryshivka Airport"], [1, "Virac Airport"], [1, "Visalia Municipal Airport"], [1, "Waimea Kohala Airport"], [1, "Waingapu Airport"], [1, "Walaha Airport"], [1, "Walla Walla Regional Airport"], [1, "Wamena Airport"], [1, "Wanganui Airport"], [1, "Wapenamanda Airport"], [1, "Waynesville-St. Robert Regional Forney field"], [1, "Wekwe\u00c3\u00a8t\u00c3\u00ac Airport"], [1, "Western Neb. Rgnl/William B. Heilig Airport"], [1, "Westport Airport"], [1, "Whakatane Airport"], [1, "What\u00c3\u00ac Airport"], [1, "Whyalla Airport"], [1, "William R Fairchild International Airport"], [1, "Williamson County Regional Airport"], [1, "Wokal Field Glasgow International Airport"], [1, "Wonju Airport"], [1, "Xieng Khouang Airport"], [1, "Yakima Air Terminal McAllister Field"], [1, "Yakubu Gowon Airport"], [1, "Yampa Valley Airport"], [1, "Yangyang International Airport"], [1, "Yarigu\u00c3\u00ades Airport"], [1, "Yasouj Airport"], [1, "Yola Airport"], [1, "Zabol Airport"], [1, "Zafer Airport"], [1, "\u00c3\u0087anakkale Airport"], [1, "\u00c3\u008dsafj\u00c3\u00b6r\u00c3\u00b0ur Airport"], [1, "\u00c3\u008ele des Pins Airport"], [1, "\u00c3\u0096rnsk\u00c3\u00b6ldsvik Airport"], [1, "\u00c3\u0098rland Airport"]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_Awg1r_67240.png", "TableImg_11nbi_7184.png"], "original_data_index": 81} +{"question": "What are the names of all schools that have students trying out for the position of goal and 'mid'-field.", "answer": {"columns": ["cName"], "index": [0], "data": [["LSU"]]}, "table_names": "['Tryout']", "table_image_ids": ["TableImg_142kw_6.png"], "original_data_index": 82} +{"question": "What is the aircraft name for the flight with number 99", "answer": {"columns": ["name"], "index": [0], "data": [["Boeing 747-400"]]}, "table_names": "['flight', 'aircraft']", "table_image_ids": ["TableImg_8pmpu_10.png", "TableImg_V6pe4_16.png"], "original_data_index": 83} +{"question": "How many times in total did the team Boston Red Stockings participate in postseason games?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[160]]}, "table_names": "['postseason', 'team']", "table_image_ids": ["TableImg_Cervv_307.png", "TableImg_Ng5av_2805.png"], "original_data_index": 84} +{"question": "What are the id and details of the customers who have at least 3 events?", "answer": {"columns": ["customer_id", "customer_details"], "index": [0], "data": [[19, "Sabryna Moore PhD"]]}, "table_names": "['Customers', 'Customer_Events']", "table_image_ids": ["TableImg_1j65c_15.png", "TableImg_Kemfw_13.png"], "original_data_index": 85} +{"question": "What are the first and last names of the customers with the 10 cheapest invoices?", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Fynn", "Zimmermann"], ["Frank", "Harris"], ["Steve", "Murray"], ["Ellie", "Sullivan"], ["Roberto", "Almeida"], ["Enrique", "Mu\u00c3\u00b1oz"], ["Robert", "Brown"], ["Daan", "Peeters"], ["Hugh", "O'Reilly"], ["Victor", "Stevens"]]}, "table_names": "['customers', 'invoices']", "table_image_ids": ["TableImg_Bqwyc_59.png", "TableImg_Tlr8l_412.png"], "original_data_index": 86} +{"question": "What is the date of the performance with the highest number of attendees?", "answer": {"columns": ["Date"], "index": [0], "data": [["February 10"]]}, "table_names": "['performance']", "table_image_ids": ["TableImg_Zq5ug_6.png"], "original_data_index": 87} +{"question": "What are the different grant amounts for documents sent before '1986-08-26 20:49:27' and after the grant ended on '1989-03-16 18:27:16'?", "answer": {"columns": ["grant_amount"], "index": [0, 1], "data": [[1.9848], [608413.3291]]}, "table_names": "['Documents', 'Grants']", "table_image_ids": ["TableImg_Himc0_15.png", "TableImg_4uqp4_15.png"], "original_data_index": 88} +{"question": "Count the number of exhibitions that have had an attendnance of over 100 or a ticket prices under 10.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[13]]}, "table_names": "['exhibition', 'exhibition_record']", "table_image_ids": ["TableImg_Cgf74_6.png", "TableImg_K6b1x_13.png"], "original_data_index": 89} +{"question": "On what dates were employees without the letter M in their first names hired?", "answer": {"columns": ["HIRE_DATE"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87], "data": [["1987-06-17"], ["1987-06-18"], ["1987-06-19"], ["1987-06-20"], ["1987-06-21"], ["1987-06-22"], ["1987-06-23"], ["1987-06-24"], ["1987-06-25"], ["1987-06-26"], ["1987-06-27"], ["1987-06-30"], ["1987-07-01"], ["1987-07-02"], ["1987-07-03"], ["1987-07-04"], ["1987-07-05"], ["1987-07-06"], ["1987-07-10"], ["1987-07-11"], ["1987-07-12"], ["1987-07-13"], ["1987-07-15"], ["1987-07-16"], ["1987-07-19"], ["1987-07-20"], ["1987-07-22"], ["1987-07-23"], ["1987-07-24"], ["1987-07-25"], ["1987-07-26"], ["1987-07-27"], ["1987-07-28"], ["1987-07-29"], ["1987-07-30"], ["1987-07-31"], ["1987-08-01"], ["1987-08-02"], ["1987-08-03"], ["1987-08-04"], ["1987-08-05"], ["1987-08-06"], ["1987-08-07"], ["1987-08-08"], ["1987-08-09"], ["1987-08-10"], ["1987-08-11"], ["1987-08-12"], ["1987-08-13"], ["1987-08-14"], ["1987-08-15"], ["1987-08-16"], ["1987-08-17"], ["1987-08-18"], ["1987-08-19"], ["1987-08-21"], ["1987-08-22"], ["1987-08-24"], ["1987-08-25"], ["1987-08-26"], ["1987-08-28"], ["1987-08-29"], ["1987-08-30"], ["1987-08-31"], ["1987-09-01"], ["1987-09-02"], ["1987-09-04"], ["1987-09-05"], ["1987-09-06"], ["1987-09-08"], ["1987-09-09"], ["1987-09-10"], ["1987-09-11"], ["1987-09-12"], ["1987-09-13"], ["1987-09-14"], ["1987-09-16"], ["1987-09-17"], ["1987-09-18"], ["1987-09-20"], ["1987-09-21"], ["1987-09-22"], ["1987-09-23"], ["1987-09-24"], ["1987-09-25"], ["1987-09-27"], ["1987-09-28"], ["1987-09-30"]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_Kq5nb_107.png"], "original_data_index": 90} +{"question": "List the authors who do not have submission to any workshop.", "answer": {"columns": ["Author"], "index": [0, 1, 2, 3, 4], "data": [["Rick Engles"], ["Don Bitterlich"], ["Steve Myer"], ["Randy Johnson"], ["Andy Bolton"]]}, "table_names": "['submission', 'Acceptance']", "table_image_ids": ["TableImg_7srtz_10.png", "TableImg_8iscj_6.png"], "original_data_index": 91} +{"question": "Who are the nominees who have been nominated more than two times?", "answer": {"columns": ["Nominee"], "index": [0], "data": [["Bob Fosse"]]}, "table_names": "['musical']", "table_image_ids": ["TableImg_Wgxen_7.png"], "original_data_index": 92} +{"question": "What is the total share (in percent) of all the channels owned by CCTV?", "answer": {"columns": ["sum(Share_in_percent)"], "index": [0], "data": [[22.09]]}, "table_names": "['channel']", "table_image_ids": ["TableImg_76daf_10.png"], "original_data_index": 93} +{"question": "What is the name of the movie that has been reviewed the most?", "answer": {"columns": ["title", "mID"], "index": [0], "data": [["Gone with the Wind", 101]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_I2dns_8.png", "TableImg_Pd69x_14.png"], "original_data_index": 94} +{"question": "Show the statement detail and the corresponding document name for the statement with detail 'Private Project'.", "answer": {"columns": ["Statement_Details", "Document_Name"], "index": [0], "data": [["Private Project", "Book on USA files"]]}, "table_names": "['Documents', 'Statements']", "table_image_ids": ["TableImg_Znen7_15.png", "TableImg_Rbbkn_2.png"], "original_data_index": 95} +{"question": "what are the names of people who did not participate in the candidate election.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Dominique Daquin"], ["Frantz Granvorka"], ["Philippe Bar\u00c3\u00a7a-Cysique"]]}, "table_names": "['candidate', 'people']", "table_image_ids": ["TableImg_1ss2z_6.png", "TableImg_Fvdyc_9.png"], "original_data_index": 96} +{"question": "Show the locations that have more than one railways.", "answer": {"columns": ["Location"], "index": [0, 1], "data": [["Barrow Hill"], ["Bressingham"]]}, "table_names": "['railway']", "table_image_ids": ["TableImg_Ws9bb_10.png"], "original_data_index": 97} +{"question": "What is the id of the event with the most participants?", "answer": {"columns": ["Event_ID"], "index": [0], "data": [[80]]}, "table_names": "['Participants_in_Events']", "table_image_ids": ["TableImg_1i6p2_18.png"], "original_data_index": 98} +{"question": "Compute the average number of hosts for parties.", "answer": {"columns": ["avg(Number_of_hosts)"], "index": [0], "data": [[12.25]]}, "table_names": "['party']", "table_image_ids": ["TableImg_Mk0ht_8.png"], "original_data_index": 99} +{"question": "What is the count of customers that Steve Johnson supports?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[18]]}, "table_names": "['employees', 'customers']", "table_image_ids": ["TableImg_Hyol7_8.png", "TableImg_H1dcm_59.png"], "original_data_index": 100} +{"question": "Show the name and distance of the aircrafts with more than 5000 distance and which at least 5 people have its certificate.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4], "data": [["Boeing 747-400"], ["Lockheed L1011"], ["Boeing 777-300"], ["Airbus A340-300"], ["Boeing 767-400ER"]]}, "table_names": "['aircraft', 'certificate']", "table_image_ids": ["TableImg_T1sv7_16.png", "TableImg_Slqwt_69.png"], "original_data_index": 101} +{"question": "Find the committees that have delegates both from from the democratic party and the liberal party.", "answer": {"columns": ["Committee"], "index": [0], "data": [["Appropriations"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_Zvvm0_7.png", "TableImg_Zfrf8_8.png"], "original_data_index": 102} +{"question": "Find the total number of students and total number of instructors for each department.", "answer": {"columns": ["count(DISTINCT T2.id)", "count(DISTINCT T3.id)", "dept_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "data": [[99, 4, "Accounting"], [106, 1, "Astronomy"], [92, 5, "Athletics"], [100, 2, "Biology"], [108, 2, "Comp. Sci."], [86, 4, "Cybernetics"], [98, 4, "Elec. Eng."], [95, 4, "English"], [97, 1, "Finance"], [92, 1, "Geology"], [119, 3, "Languages"], [85, 4, "Marketing"], [105, 2, "Mech. Eng."], [96, 2, "Physics"], [109, 3, "Pol. Sci."], [100, 2, "Psychology"], [85, 6, "Statistics"]]}, "table_names": "['department', 'instructor', 'student']", "table_image_ids": ["TableImg_2wriq_20.png", "TableImg_Rigxm_50.png", "TableImg_9lqm4_2000.png"], "original_data_index": 103} +{"question": "What are the names of teams that do no have match season record?", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Brown Erdman"], ["Los Angeles Galaxy"], ["Berneice Hand"]]}, "table_names": "['team', 'match_season']", "table_image_ids": ["TableImg_4kggo_10.png", "TableImg_Jobp0_16.png"], "original_data_index": 104} +{"question": "List the hardware model name and company name for the phone whose screen mode type is \"Graphics.\"", "answer": {"columns": ["Hardware_Model_name", "Company_name"], "index": [0, 1, 2, 3, 4], "data": [["XPERIA T, XPERIA J", "Sony Mobile Communications"], ["Lumia 920, Lumia 820, Lumia 620", "Nokia Corporation"], ["GT-I9300", "Samsung Electronics Co Ltd"], ["GT-I9100", "Samsung Electronics Co Ltd"], ["Nokia 700", "Nokia Corporation"]]}, "table_names": "['screen_mode', 'phone']", "table_image_ids": ["TableImg_Cy9uh_7.png", "TableImg_Ju98e_8.png"], "original_data_index": 105} +{"question": "How many problems did the product called \"voluptatem\" have in record?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Product', 'Problems']", "table_image_ids": ["TableImg_58i4q_15.png", "TableImg_H97nu_15.png"], "original_data_index": 106} +{"question": "What is the id and detail of the vehicle used in lessons for most of the times?", "answer": {"columns": ["vehicle_id", "vehicle_details"], "index": [0], "data": [[2, "Truck"]]}, "table_names": "['Vehicles', 'Lessons']", "table_image_ids": ["TableImg_Wcxfz_3.png", "TableImg_Rtbmh_15.png"], "original_data_index": 107} +{"question": "What are the card numbers, names, and hometowns of every member ordered by descending level?", "answer": {"columns": ["Card_Number", "Name", "Hometown"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["LE99", "Jeremy Jarmon", "Collierville, Tennessee"], ["LT98", "Myron Pryor", "Louisville, Kentucky"], ["RT91", "Corey Peters", "Louisville, Kentucky"], ["RE95", "Ventrell Jenkins", "Columbia, South Carolina"], ["OLB56", "Braxton Kelley", "LaGrange, Georgia"], ["SLB51", "Johnny Williams", "Jacksonville, Florida"], ["RCB32", "Trevard Lindley", "Hiram, Georgia"], ["LCB7", "David Jones", "Red Jacket, West Virginia"], ["MLB4", "Micah Johnson", "Fort Campbell, Kentucky"], ["FS10", "Matt Lentz", "Simpsonville, South Carolina"]]}, "table_names": "['member']", "table_image_ids": ["TableImg_Teo44_10.png"], "original_data_index": 108} +{"question": "What is the description and code of the type of service that is performed the most often?", "answer": {"columns": ["Service_Type_Description", "Service_Type_Code"], "index": [0], "data": [["provide photo service", "1"]]}, "table_names": "['Ref_Service_Types', 'Services']", "table_image_ids": ["TableImg_X8oj0_4.png", "TableImg_Uf12o_15.png"], "original_data_index": 109} +{"question": "How many faculty members did the university that conferred the most degrees in 2002 have?", "answer": {"columns": ["Faculty"], "index": [0], "data": [[1555.7]]}, "table_names": "['Campuses', 'degrees', 'faculty']", "table_image_ids": ["TableImg_Wi7d9_23.png", "TableImg_Ppxe5_320.png", "TableImg_G0adr_69.png"], "original_data_index": 110} +{"question": "Find the name of instructors who are advising more than one student.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49], "data": [["Lembr"], ["Bawa"], ["Yazdi"], ["Wieland"], ["DAgostino"], ["Liley"], ["Kean"], ["Atanassov"], ["Moreira"], ["Gustafsson"], ["Bourrier"], ["Bondi"], ["Soisalon-Soininen"], ["Morris"], ["Arias"], ["Murata"], ["Tung"], ["Luo"], ["Vicentino"], ["Romero"], ["Lent"], ["Sarkar"], ["Shuming"], ["Konstantinides"], ["Bancilhon"], ["Hau"], ["Dusserre"], ["Desyl"], ["Jaekel"], ["McKinnon"], ["Gutierrez"], ["Mingoz"], ["Pimenta"], ["Yin"], ["Sullivan"], ["Voronina"], ["Kenje"], ["Mahmoud"], ["Pingr"], ["Ullman "], ["Levine"], ["Queiroz"], ["Valtchev"], ["Bietzk"], ["Choll"], ["Arinb"], ["Sakurai"], ["Mird"], ["Bertolino"], ["Dale"]]}, "table_names": "['instructor', 'advisor']", "table_image_ids": ["TableImg_3zygv_50.png", "TableImg_Lp5gn_2000.png"], "original_data_index": 111} +{"question": "What is the count of distinct employees with certificates?", "answer": {"columns": ["count(DISTINCT eid)"], "index": [0], "data": [[20]]}, "table_names": "['certificate']", "table_image_ids": ["TableImg_Xketv_69.png"], "original_data_index": 112} +{"question": "What the full names, ids of each employee and the name of the country they are in?", "answer": {"columns": ["FIRST_NAME", "LAST_NAME", "EMPLOYEE_ID", "COUNTRY_NAME"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71], "data": [["Steven", "King", 100, "United States of America"], ["Neena", "Kochhar", 101, "United States of America"], ["Lex", "De Haan", 102, "United States of America"], ["Alexander", "Hunold", 103, "United States of America"], ["Bruce", "Ernst", 104, "United States of America"], ["David", "Austin", 105, "United States of America"], ["Valli", "Pataballa", 106, "United States of America"], ["Diana", "Lorentz", 107, "United States of America"], ["Nancy", "Greenberg", 108, "United States of America"], ["Daniel", "Faviet", 109, "United States of America"], ["John", "Chen", 110, "United States of America"], ["Ismael", "Sciarra", 111, "United States of America"], ["Jose Manuel", "Urman", 112, "United States of America"], ["Luis", "Popp", 113, "United States of America"], ["Den", "Raphaely", 114, "United States of America"], ["Alexander", "Khoo", 115, "United States of America"], ["Shelli", "Baida", 116, "United States of America"], ["Sigal", "Tobias", 117, "United States of America"], ["Guy", "Himuro", 118, "United States of America"], ["Karen", "Colmenares", 119, "United States of America"], ["Matthew", "Weiss", 120, "United States of America"], ["Adam", "Fripp", 121, "United States of America"], ["Payam", "Kaufling", 122, "United States of America"], ["Shanta", "Vollman", 123, "United States of America"], ["Kevin", "Mourgos", 124, "United States of America"], ["Julia", "Nayer", 125, "United States of America"], ["Irene", "Mikkilineni", 126, "United States of America"], ["James", "Landry", 127, "United States of America"], ["Steven", "Markle", 128, "United States of America"], ["Laura", "Bissot", 129, "United States of America"], ["Mozhe", "Atkinson", 130, "United States of America"], ["James", "Marlow", 131, "United States of America"], ["TJ", "Olson", 132, "United States of America"], ["Jason", "Mallin", 133, "United States of America"], ["Michael", "Rogers", 134, "United States of America"], ["Ki", "Gee", 135, "United States of America"], ["Hazel", "Philtanker", 136, "United States of America"], ["Renske", "Ladwig", 137, "United States of America"], ["Stephen", "Stiles", 138, "United States of America"], ["John", "Seo", 139, "United States of America"], ["Joshua", "Patel", 140, "United States of America"], ["Trenna", "Rajs", 141, "United States of America"], ["Curtis", "Davies", 142, "United States of America"], ["Randall", "Matos", 143, "United States of America"], ["Peter", "Vargas", 144, "United States of America"], ["Winston", "Taylor", 180, "United States of America"], ["Jean", "Fleaur", 181, "United States of America"], ["Martha", "Sullivan", 182, "United States of America"], ["Girard", "Geoni", 183, "United States of America"], ["Nandita", "Sarchand", 184, "United States of America"], ["Alexis", "Bull", 185, "United States of America"], ["Julia", "Dellinger", 186, "United States of America"], ["Anthony", "Cabrio", 187, "United States of America"], ["Kelly", "Chung", 188, "United States of America"], ["Jennifer", "Dilly", 189, "United States of America"], ["Timothy", "Gates", 190, "United States of America"], ["Randall", "Perkins", 191, "United States of America"], ["Sarah", "Bell", 192, "United States of America"], ["Britney", "Everett", 193, "United States of America"], ["Samuel", "McCain", 194, "United States of America"], ["Vance", "Jones", 195, "United States of America"], ["Alana", "Walsh", 196, "United States of America"], ["Kevin", "Feeney", 197, "United States of America"], ["Donald", "OConnell", 198, "United States of America"], ["Douglas", "Grant", 199, "United States of America"], ["Jennifer", "Whalen", 200, "United States of America"], ["Michael", "Hartstein", 201, "Canada"], ["Pat", "Fay", 202, "Canada"], ["Susan", "Mavris", 203, "United Kingdom"], ["Hermann", "Baer", 204, "Germany"], ["Shelley", "Higgins", 205, "United States of America"], ["William", "Gietz", 206, "United States of America"]]}, "table_names": "['countries', 'departments', 'employees', 'locations']", "table_image_ids": ["TableImg_N4emb_25.png", "TableImg_E4btk_27.png", "TableImg_Ji91y_107.png", "TableImg_Riwat_23.png"], "original_data_index": 113} +{"question": "What are the names and scores of wines that are made of white color grapes?", "answer": {"columns": ["Name", "Score"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152], "data": [["Sauvignon Blanc", 92], ["Les Pionniers", 92], ["Cuvee Nicolas", 91], ["Tradition", 91], ["Church Vineyard", 91], ["LApres-Midi", 91], ["Rosemarys Block Dry Stack Vineyard", 90], ["Sauvignon Blanc", 90], ["Sauvignon Blanc", 89], ["Sauvignon Blanc", 89], ["Mesa Verde Vineyard", 89], ["Sauvignon Blanc", 89], ["Sauvignon Blanc", 89], ["Sauvignon Blanc", 89], ["Asatsuyu", 89], ["Estate", 89], ["Sauvignon Blanc", 89], ["Home Ranch", 89], ["Hyde Vineyards", 89], ["Purisma Mountain", 88], ["3CV Grassini Family Vineyards", 88], ["Schmidt Ranch", 88], ["Sauvignon Blanc", 87], ["Cuvee Natalie", 87], ["au Naturel", 87], ["Handley Vineyard", 87], ["Wow Oui", 87], ["Sauvignon Blanc", 87], ["Sauvignon Blanc", 87], ["Sauvignon Blanc", 87], ["Sauvignon Blanc", 87], ["Sauvignon Blanc", 86], ["Magnolia Lane", 86], ["Carols Vineyard", 86], ["East Side Vineyards", 86], ["Sauvignon Blanc", 86], ["Sauvignon Blanc", 85], ["Sauvignon Blanc", 85], ["Sauvignon Blanc", 85], ["Sauvignon Blanc", 85], ["Chardonnay", 92], ["La Cruz Vineyard", 91], ["Chardonnay", 86], ["Green River Isobel", 95], ["Sengiacomo Vineyard", 93], ["Lorenzo", 93], ["Chloe", 92], ["Chardonnay", 90], ["Signature", 90], ["Stagecoach Vineyard Black Bart", 90], ["Home Ranch", 90], ["Boonflys Hill", 95], ["McCrea Vineyard", 95], ["Ma Belle-Fille", 95], ["Durell Vineyard", 95], ["Durell Vineyard Wente Clone", 95], ["Estate Vineyard", 94], ["Wine Hill Vineyard", 94], ["Belle Cote", 94], ["Mon Plaisir", 94], ["Untilited #3", 94], ["Reserve", 94], ["Los Alamos Vineyard Historic Vineyards Collection", 93], ["Hyde Vineyards", 93], ["Hudson Vineyard", 93], ["Damaris Reserve ", 93], ["Chardonnay", 93], ["Cahrles Heintz Vineyard", 93], ["Santa Cruz Mountains Estate", 93], ["Red Shoulder Ranch", 93], ["Winmakers Reserve", 93], ["Sangiacomo Vineyard", 92], ["Sbraglia Limited-Release", 92], ["Chardonnay", 92], ["Reserve", 92], ["Chardonnay", 92], ["Ryo-fu", 92], ["Chardonnay", 92], ["Carneros", 92], ["Dutton Ranch", 92], ["Chardonnay", 92], ["Los Olivos Vineyard", 92], ["La Carrlere", 92], ["Chardonnay", 92], ["Home Ranch", 92], ["Chardonnay", 92], ["Carneros", 92], ["Chardonnay", 92], ["Chardonnay", 91], ["Keefer Ranch", 91], ["Chardonnay", 91], ["Private Reserve", 91], ["Carneros Reserve", 91], ["Chardonnay", 91], ["Chardonnay", 91], ["Chardonnay", 91], ["Dutton Ranch", 91], ["Chardonnay", 91], ["Emelias Cuvee", 91], ["Chardonnay", 91], ["Ovation", 91], ["Laughlin Family Vineyard", 91], ["Don Miguel Vineyard Lia Torres Family Vineyards", 91], ["Chardonnay", 91], ["B. Theriot Vineyard", 91], ["Ceja Vineyard", 91], ["Chardonnay", 91], ["Chardonnay", 91], ["Chardonnay", 91], ["Proprietary Reserve", 91], ["Los Carneros", 91], ["Chardonnay", 90], ["Carneros", 90], ["Chardonnay", 90], ["Signature", 90], ["Valley Dominique", 90], ["Chardonnay", 90], ["Founders", 90], ["Kistler Vineyard", 90], ["Gold Creek Ranch", 90], ["Chardonnay", 90], ["Cuvee Natalie", 90], ["Chardonnay", 90], ["Chardonnay", 90], ["Chardonnay", 90], ["De La Guerra", 90], ["Parr Vineyard", 90], ["Chardonnay", 90], ["Carneros", 88], ["Reserve", 88], ["Chardonnay", 88], ["Chardonnay", 88], ["Chardonnay", 88], ["Chardonnay", 88], ["Chardonnay", 87], ["Chardonnay", 87], ["Chardonnay", 87], ["Chardonnay", 87], ["Finest Selection Reserve", 86], ["Eterium B. Thieriot Vineyard", 95], ["Chardonnay", 93], ["Metallico Un-Oaked", 91], ["Reserve", 91], ["Russian River Selection", 89], ["Chardonnay", 89], ["Chardonnay", 88], ["Sauvignon Blanc", 93], ["Fume Blanc", 88], ["Sauvignon Blanc", 87], ["Lillie Vineyard", 87], ["Sauvignon Blanc", 86], ["To the Rescue", 91], ["A by Acacia", 81]]}, "table_names": "['grapes', 'wine']", "table_image_ids": ["TableImg_Vn51o_20.png", "TableImg_Ihwd8_500.png"], "original_data_index": 114} +{"question": "What are the names of customers who have taken both Mortgage and Auto loans?", "answer": {"columns": ["cust_name"], "index": [0], "data": [["Mary"]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_Zsicq_3.png", "TableImg_F2wpn_3.png"], "original_data_index": 115} +{"question": "What is the average price of clothes?", "answer": {"columns": ["avg(product_price)"], "index": [0], "data": [[715.5366666667]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Bilks_15.png"], "original_data_index": 116} +{"question": "Which headquarter locations are used by more than 2 companies?", "answer": {"columns": ["Headquarters"], "index": [0, 1], "data": [["China"], ["USA"]]}, "table_names": "['Companies']", "table_image_ids": ["TableImg_Dz4qk_19.png"], "original_data_index": 117} +{"question": "What are the first name and major of the students who are able to consume soy?", "answer": {"columns": ["Fname", "Major"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "data": [["Linda", 600], ["Tracy", 600], ["Shiela", 600], ["Dinesh", 600], ["Paul", 600], ["Andy", 600], ["Lisa", 600], ["Jandy", 600], ["Eric", 600], ["Derek", 600], ["David", 600], ["Steven", 600], ["Charles", 600], ["Mark", 600], ["Bruce", 600], ["Arthur", 600], ["Ian", 520], ["George", 520], ["Michael", 540], ["David", 520], ["Stacy", 540], ["Mark", 520], ["Eric", 520], ["Paul", 520], ["Eric", 550], ["Lisa", 550], ["Eric", 550], ["William", 550], ["Eric", 50], ["Sarah", 50]]}, "table_names": "['Has_Allergy', 'Student']", "table_image_ids": ["TableImg_9wyk4_59.png", "TableImg_6vcq2_34.png"], "original_data_index": 118} +{"question": "What are the ids of the students who are not involved in any activity", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3], "data": [[1026], [1027], [1031], [1032]]}, "table_names": "['Participates_in', 'Student']", "table_image_ids": ["TableImg_Bj6sf_70.png", "TableImg_Kkdiq_34.png"], "original_data_index": 119} +{"question": "What is the first name and last name employee helps the customer with first name Leonie?", "answer": {"columns": ["FirstName", "LastName"], "index": [0], "data": [["Steve", "Johnson"]]}, "table_names": "['Customer', 'Employee']", "table_image_ids": ["TableImg_Ynja0_59.png", "TableImg_5nosc_8.png"], "original_data_index": 120} +{"question": "What are the building, room number, semester and year of courses in the Psychology department, sorted using course title?", "answer": {"columns": ["building", "room_number", "semester", "year"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Nassau", "45", "Spring", 2008], ["Lambeau", "348", "Spring", 2006], ["Whitman", "434", "Fall", 2005], ["Fairchild", "145", "Spring", 2005], ["Fairchild", "145", "Spring", 2007], ["Stabler", "105", "Spring", 2006], ["Taylor", "183", "Spring", 2009], ["Chandler", "804", "Spring", 2003], ["Lamberton", "134", "Spring", 2008], ["Saucon", "113", "Fall", 2004], ["Lambeau", "348", "Spring", 2007], ["Main", "425", "Fall", 2003]]}, "table_names": "['course', 'section']", "table_image_ids": ["TableImg_Zmlgo_200.png", "TableImg_4vqcx_100.png"], "original_data_index": 121} +{"question": "Find the oldest log id and its corresponding problem id.", "answer": {"columns": ["problem_log_id", "problem_id"], "index": [0], "data": [[11, 8]]}, "table_names": "['Problem_Log']", "table_image_ids": ["TableImg_Uq94s_15.png"], "original_data_index": 122} +{"question": "Which patients made more than one appointment? Tell me the name and phone number of these patients.", "answer": {"columns": ["Name", "Phone"], "index": [0, 1, 2], "data": [["John Smith", "555-0256"], ["Grace Ritchie", "555-0512"], ["Dennis Doe", "555-2048"]]}, "table_names": "['Patient', 'Appointment']", "table_image_ids": ["TableImg_Gabhz_4.png", "TableImg_Eib5n_9.png"], "original_data_index": 123} +{"question": "What are the name and id of the team offering the lowest average salary?", "answer": {"columns": ["name", "team_id"], "index": [0], "data": [["Milwaukee Brewers", "ML4"]]}, "table_names": "['salary', 'team']", "table_image_ids": ["TableImg_Wcky6_25575.png", "TableImg_Dnjbi_2805.png"], "original_data_index": 124} +{"question": "What are the different first names and highest degree attained for professors teaching in the Computer Information Systems department?", "answer": {"columns": ["EMP_FNAME", "PROF_HIGH_DEGREE"], "index": [0, 1], "data": [["Peter", "Ph.D."], ["Carlos", "Ph.D."]]}, "table_names": "['CLASS', 'DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Unv6p_13.png", "TableImg_L976j_11.png", "TableImg_82lwh_37.png", "TableImg_Kix5q_22.png"], "original_data_index": 125} +{"question": "What are the names and decor of rooms with a king bed? Sort them by their price", "answer": {"columns": ["roomName", "decor"], "index": [0, 1, 2, 3], "data": [["Recluse and defiance", "modern"], ["Interim but salutary", "traditional"], ["Convoke and sanguine", "traditional"], ["Frugal not apropos", "traditional"]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_26fjl_10.png"], "original_data_index": 126} +{"question": "Show me the classrooms grade 5 is using.", "answer": {"columns": ["Classroom"], "index": [0], "data": [[109]]}, "table_names": "['list']", "table_image_ids": ["TableImg_Uq6v4_60.png"], "original_data_index": 127} +{"question": "Return the name of the document that has the most sections.", "answer": {"columns": ["document_name"], "index": [0], "data": [["John CV"]]}, "table_names": "['Documents', 'Document_Sections']", "table_image_ids": ["TableImg_1ytao_15.png", "TableImg_I29j9_15.png"], "original_data_index": 128} +{"question": "Show the season, the player, and the name of the country that player belongs to.", "answer": {"columns": ["Season", "Player", "Country_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [[1996.0, "Steve Ralston Category:Articles with hCards", "United States"], [1997.0, "Mike Duhaney Category:Articles with hCards", "United States"], [1998.0, "Ben Olsen Category:Articles with hCards", "Ireland"], [1999.0, "Jay Heaps Category:Articles with hCards", "Isle of Man"], [2000.0, "Carlos Bocanegra Category:Articles with hCards", "Isle of Man"], [2001.0, "Rodrigo Faria Category:Articles with hCards", "Ireland"], [2002.0, "Kyle Martino Category:Articles with hCards", "United States"], [2003.0, "Damani Ralph Category:Articles with hCards", "Indonesia"], [2004.0, "Clint Dempsey Category:Articles with hCards", "United States"], [2005.0, "Michael Parkhurst Category:Articles with hCards", "United States"], [2006.0, "Jonathan Bornstein Category:Articles with hCards", "United States"], [2007.0, "Maurice Edu Category:Articles with hCards", "Ireland"], [2008.0, "Sean Franklin Category:Articles with hCards", "United States"], [2009.0, "Omar Gonzalez Category:Articles with hCards", "United States"], [2010.0, "Andy Najar Category:Articles with hCards", "Ireland"], [2011.0, "C. J. Sapong Category:Articles with hCards", "United States"]]}, "table_names": "['country', 'match_season']", "table_image_ids": ["TableImg_Xmwmi_6.png", "TableImg_3bufd_16.png"], "original_data_index": 129} +{"question": "Show the names of editors that are on the committee of journals with sales bigger than 3000.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Kamila Porczyk"], ["W\u00c5\u0082adys\u00c5\u0082aw Grzywna"], ["Gra\u00c5\u00bcyna Wolszczak"], ["Gra\u00c5\u00bcyna Wolszczak"], ["Maria G\u00c3\u00b3ralczyk"]]}, "table_names": "['journal', 'editor', 'journal_committee']", "table_image_ids": ["TableImg_Ezvhk_16.png", "TableImg_5dh0b_9.png", "TableImg_W2fy7_7.png"], "original_data_index": 130} +{"question": "What are the names of the characteristics of the product 'sesame' that have the characteristic type code 'Grade'?", "answer": {"columns": ["characteristic_name"], "index": [0, 1], "data": [["error"], ["fast"]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Rdd94_15.png", "TableImg_Ni9c4_15.png", "TableImg_Qk2as_15.png"], "original_data_index": 131} +{"question": "What are the descriptions for the aircrafts?", "answer": {"columns": ["Description"], "index": [0, 1, 2, 3, 4], "data": [["Light utility helicopter"], ["Turboshaft utility helicopter"], ["Tandem rotor helicopter"], ["Heavy-lift helicopter"], ["Heavy-lift helicopter"]]}, "table_names": "['aircraft']", "table_image_ids": ["TableImg_Vrir5_5.png"], "original_data_index": 132} +{"question": "How many drivers did not race in 2009?", "answer": {"columns": ["count(DISTINCT driverId)"], "index": [0], "data": [[25]]}, "table_names": "['races', 'results']", "table_image_ids": ["TableImg_Afnj3_997.png", "TableImg_Ynx6t_23777.png"], "original_data_index": 133} +{"question": "List the name of tracks belongs to genre Rock or genre Jazz.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426], "data": [["For Those About To Rock (We Salute You)"], ["Balls to the Wall"], ["Fast As a Shark"], ["Restless and Wild"], ["Princess of the Dawn"], ["Put The Finger On You"], ["Let's Get It Up"], ["Inject The Venom"], ["Snowballed"], ["Evil Walks"], ["C.O.D."], ["Breaking The Rules"], ["Night Of The Long Knives"], ["Spellbound"], ["Go Down"], ["Dog Eat Dog"], ["Let There Be Rock"], ["Bad Boy Boogie"], ["Problem Child"], ["Overdose"], ["Hell Ain't A Bad Place To Be"], ["Whole Lotta Rosie"], ["Walk On Water"], ["Love In An Elevator"], ["Rag Doll"], ["What It Takes"], ["Dude (Looks Like A Lady)"], ["Janie's Got A Gun"], ["Cryin'"], ["Amazing"], ["Blind Man"], ["Deuces Are Wild"], ["The Other Side"], ["Crazy"], ["Eat The Rich"], ["Angel"], ["Livin' On The Edge"], ["All I Really Want"], ["You Oughta Know"], ["Perfect"], ["Hand In My Pocket"], ["Right Through You"], ["Forgiven"], ["You Learn"], ["Head Over Feet"], ["Mary Jane"], ["Ironic"], ["Not The Doctor"], ["Wake Up"], ["You Oughta Know (Alternate)"], ["We Die Young"], ["Man In The Box"], ["Sea Of Sorrow"], ["Bleed The Freak"], ["I Can't Remember"], ["Love, Hate, Love"], ["It Ain't Like That"], ["Sunshine"], ["Put You Down"], ["Confusion"], ["I Know Somethin (Bout You)"], ["Real Thing"], ["Desafinado"], ["Garota De Ipanema"], ["Samba De Uma Nota S\u00c3\u00b3 (One Note Samba)"], ["Por Causa De Voc\u00c3\u00aa"], ["Ligia"], ["Fotografia"], ["Dindi (Dindi)"], ["Se Todos Fossem Iguais A Voc\u00c3\u00aa (Instrumental)"], ["Falando De Amor"], ["Angela"], ["Corcovado (Quiet Nights Of Quiet Stars)"], ["Outra Vez"], ["O Boto (B\u00c3\u00b4to)"], ["Canta, Canta Mais"], ["Cochise"], ["Show Me How to Live"], ["Gasoline"], ["What You Are"], ["Like a Stone"], ["Set It Off"], ["Shadow on the Sun"], ["I am the Highway"], ["Exploder"], ["Hypnotize"], ["Bring'em Back Alive"], ["Light My Way"], ["Getaway Car"], ["The Last Remaining Light"], ["Quadrant"], ["Snoopy's search-Red baron"], ["Spanish moss-\"A sound portrait\"-Spanish moss"], ["Moon germs"], ["Stratus"], ["The pleasant pheasant"], ["Solo-Panhandler"], ["Do what cha wanna"], ["You Shook Me"], ["I Can't Quit You Baby"], ["Communication Breakdown"], ["Dazed and Confused"], ["The Girl I Love She Got Long Black Wavy Hair"], ["What is and Should Never Be"], ["Communication Breakdown(2)"], ["Travelling Riverside Blues"], ["Whole Lotta Love"], ["Somethin' Else"], ["Communication Breakdown(3)"], ["I Can't Quit You Baby(2)"], ["You Shook Me(2)"], ["How Many More Times"], ["Debra Kadabra"], ["Carolina Hard-Core Ecstasy"], ["Sam With The Showing Scalp Flat Top"], ["Poofter's Froth Wyoming Plans Ahead"], ["200 Years Old"], ["Cucamonga"], ["Advance Romance"], ["Man With The Woman Head"], ["Muffin Man"], ["A Kind Of Magic"], ["Under Pressure"], ["Radio GA GA"], ["I Want It All"], ["I Want To Break Free"], ["Innuendo"], ["It's A Hard Life"], ["Breakthru"], ["Who Wants To Live Forever"], ["Headlong"], ["The Miracle"], ["I'm Going Slightly Mad"], ["The Invisible Man"], ["Hammer To Fall"], ["Friends Will Be Friends"], ["The Show Must Go On"], ["One Vision"], ["Detroit Rock City"], ["Black Diamond"], ["Hard Luck Woman"], ["Sure Know Something"], ["Love Gun"], ["Deuce"], ["Goin' Blind"], ["Shock Me"], ["Do You Love Me"], ["She"], ["I Was Made For Loving You"], ["Shout It Out Loud"], ["God Of Thunder"], ["Calling Dr. Love"], ["Beth"], ["Strutter"], ["Rock And Roll All Nite"], ["Cold Gin"], ["Plaster Caster"], ["God Gave Rock 'n' Roll To You"], ["Heart of the Night"], ["De La Luz"], ["Westwood Moon"], ["Midnight"], ["Playtime"], ["Surrender"], ["Valentino's"], ["Believe"], ["As We Sleep"], ["When Evening Falls"], ["J Squared"], ["Best Thing"], ["Into The Light"], ["River Song"], ["She Give Me ..."], ["Don't You Cry"], ["Love Is Blind"], ["Slave"], ["Cry For Love"], ["Living On Love"], ["Midnight Blue"], ["Too Many Tears"], ["Don't Lie To Me"], ["Wherever You May Go"], ["Burn"], ["Stormbringer"], ["Gypsy"], ["Lady Double Dealer"], ["Mistreated"], ["Smoke On The Water"], ["You Fool No One"], ["Custard Pie"], ["The Rover"], ["In My Time Of Dying"], ["Houses Of The Holy"], ["Trampled Under Foot"], ["Kashmir"], ["(Da Le) Yaleo"], ["Love Of My Life"], ["Put Your Lights On"], ["Africa Bamba"], ["Smooth"], ["Do You Like The Way"], ["Maria Maria"], ["Migra"], ["Corazon Espinado"], ["Wishing It Was"], ["El Farol"], ["Primavera"], ["The Calling"], ["Now's The Time"], ["Jeru"], ["Compulsion"], ["Tempus Fugit"], ["Walkin'"], ["'Round Midnight"], ["Bye Bye Blackbird"], ["New Rhumba"], ["Generique"], ["Summertime"], ["So What"], ["The Pan Piper"], ["Someday My Prince Will Come"], ["My Funny Valentine (Live)"], ["E.S.P."], ["Nefertiti"], ["Petits Machins (Little Stuff)"], ["Miles Runs The Voodoo Down"], ["Little Church (Live)"], ["Black Satin"], ["Jean Pierre (Live)"], ["Time After Time"], ["Portia"], ["Space Truckin'"], ["Going Down / Highway Star"], ["Mistreated (Alternate Version)"], ["You Fool No One (Alternate Version)"], ["Jeepers Creepers"], ["Blue Rythm Fantasy"], ["Drum Boogie"], ["Let Me Off Uptown"], ["Leave Us Leap"], ["Opus No.1"], ["Boogie Blues"], ["How High The Moon"], ["Disc Jockey Jump"], ["Up An' Atom"], ["Bop Boogie"], ["Lemon Drop"], ["Coronation Drop"], ["Overtime"], ["Imagination"], ["Don't Take Your Love From Me"], ["Midget"], ["I'm Coming Virginia"], ["Payin' Them Dues Blues"], ["Jungle Drums"], ["Showcase"], ["Swedish Schnapps"], ["Susie Q"], ["I Put A Spell On You"], ["Proud Mary"], ["Bad Moon Rising"], ["Lodi"], ["Green River"], ["Commotion"], ["Down On The Corner"], ["Fortunate Son"], ["Travelin' Band"], ["Who'll Stop The Rain"], ["Up Around The Bend"], ["Run Through The Jungle"], ["Lookin' Out My Back Door"], ["Long As I Can See The Light"], ["I Heard It Through The Grapevine"], ["Have You Ever Seen The Rain?"], ["Hey Tonight"], ["Sweet Hitch-Hiker"], ["Someday Never Comes"], ["Walking On The Water"], ["Suzie-Q, Pt. 2"], ["Born On The Bayou"], ["Good Golly Miss Molly"], ["Tombstone Shadow"], ["Wrote A Song For Everyone"], ["Night Time Is The Right Time"], ["Cotton Fields"], ["It Came Out Of The Sky"], ["Don't Look Now"], ["The Midnight Special"], ["Before You Accuse Me"], ["My Baby Left Me"], ["Pagan Baby"], ["(Wish I Could) Hideaway"], ["It's Just A Thought"], ["Molina"], ["Born To Move"], ["Lookin' For A Reason"], ["Hello Mary Lou"], ["Comin' Home"], ["Lady Luck"], ["Gettin' Tighter"], ["Dealer"], ["I Need Love"], ["Drifter"], ["Love Child"], ["This Time Around / Owed to 'G' instrumental"], ["You Keep On Moving"], ["Speed King"], ["Bloodsucker"], ["Child In Time"], ["Flight Of The Rat"], ["Into The Fire"], ["Living Wreck"], ["Hard Lovin' Man"], ["Fireball"], ["No No No"], ["Strange Kind Of Woman"], ["Anyone's Daughter"], ["The Mule"], ["Fools"], ["No One Came"], ["Knocking At Your Back Door"], ["Bad Attitude"], ["Child In Time (Son Of Aleric - Instrumental)"], ["Nobody's Home"], ["Black Night"], ["Perfect Strangers"], ["The Unwritten Law"], ["Call Of The Wild"], ["Hush"], ["Smoke On The Water"], ["Space Trucking"], ["Highway Star"], ["Maybe I'm A Leo"], ["Pictures Of Home"], ["Never Before"], ["Smoke On The Water"], ["Lazy"], ["Space Truckin'"], ["Vavoom : Ted The Mechanic"], ["Loosen My Strings"], ["Soon Forgotten"], ["Sometimes I Feel Like Screaming"], ["Cascades : I'm Not Your Lover"], ["The Aviator"], ["Rosa's Cantina"], ["A Castle Full Of Rascals"], ["A Touch Away"], ["Hey Cisco"], ["Somebody Stole My Guitar"], ["The Purpendicular Waltz"], ["King Of Dreams"], ["The Cut Runs Deep"], ["Fire In The Basement"], ["Truth Hurts"], ["Breakfast In Bed"], ["Love Conquers All"], ["Fortuneteller"], ["Too Much Is Not Enough"], ["Wicked Ways"], ["Stormbringer"], ["Love Don't Mean a Thing"], ["Holy Man"], ["Hold On"], ["Lady Double Dealer"], ["You Can't Do it Right (With the One You Love)"], ["High Ball Shooter"], ["The Gypsy"], ["Soldier Of Fortune"], ["The Battle Rages On"], ["Lick It Up"], ["Anya"], ["Talk About Love"], ["Time To Kill"], ["Ramshackle Man"], ["A Twist In The Tail"], ["Nasty Piece Of Work"], ["Solitaire"], ["One Man's Meat"], ["Pour Some Sugar On Me"], ["Photograph"], ["Love Bites"], ["Let's Get Rocked"], ["Two Steps Behind [Acoustic Version]"], ["Animal"], ["Heaven Is"], ["Rocket"], ["When Love & Hate Collide"], ["Action"], ["Make Love Like A Man"], ["Armageddon It"], ["Have You Ever Needed Someone So Bad"], ["Rock Of Ages"], ["Hysteria"], ["Bringin' On The Heartbreak"], ["Roll Call"], ["Otay"], ["Groovus Interruptus"], ["Paris On Mine"], ["In Time"], ["Plan B"], ["Outbreak"], ["Baltimore, DC"], ["Talkin Loud and Saying Nothin"], ["Get Out"], ["Ricochet"], ["Evidence"], ["The Gentle Art Of Making Enemies"], ["Star A.D."], ["Cuckoo For Caca"], ["Caralho Voador"], ["Ugly In The Morning"], ["Digging The Grave"], ["Take This Bottle"], ["King For A Day"], ["What A Day"], ["The Last To Know"], ["Just A Man"], ["Absolute Zero"], ["In Your Honor"], ["No Way Back"], ["Best Of You"], ["DOA"], ["Hell"], ["The Last Song"], ["Free Me"], ["Resolve"], ["The Deepest Blues Are Black"], ["End Over End"], ["Still"], ["What If I Do?"], ["Miracle"], ["Another Round"], ["Friend Of A Friend"], ["Over And Out"], ["On The Mend"], ["Virginia Moon"], ["Cold Day In The Sun"], ["Razor"], ["Doll"], ["Monkey Wrench"], ["Hey, Johnny Park!"], ["My Poor Brain"], ["Wind Up"], ["Up In Arms"], ["My Hero"], ["See You"], ["Enough Space"], ["February Stars"], ["Everlong"], ["Walking After You"], ["New Way Home"], ["Doce De Carnaval (Candy All)"], ["Lamento De Carnaval"], ["Pretinha"], ["Welcome to the Jungle"], ["It's So Easy"], ["Nightrain"], ["Out Ta Get Me"], ["Mr. Brownstone"], ["Paradise City"], ["My Michelle"], ["Think About You"], ["Sweet Child O' Mine"], ["You're Crazy"], ["Anything Goes"], ["Rocket Queen"], ["Right Next Door to Hell"], ["Dust N' Bones"], ["Live and Let Die"], ["Don't Cry (Original)"], ["Perfect Crime"], ["You Ain't the First"], ["Bad Obsession"], ["Back off Bitch"], ["Double Talkin' Jive"], ["November Rain"], ["The Garden"], ["Garden of Eden"], ["Don't Damn Me"], ["Bad Apples"], ["Dead Horse"], ["Coma"], ["Colibri"], ["Love Is The Colour"], ["Magnetic Ocean"], ["Deep Waters"], ["L'Arc En Ciel De Miles"], ["Gypsy"], ["Journey Into Sunlight"], ["Sunchild"], ["Millenium"], ["Thinking 'Bout Tomorrow"], ["Jacob's Ladder"], ["She Wears Black"], ["Dark Side Of The Cog"], ["Different World"], ["These Colours Don't Run"], ["Brighter Than a Thousand Suns"], ["The Pilgrim"], ["The Longest Day"], ["Out of the Shadows"], ["The Reincarnation of Benjamin Breeg"], ["For the Greater Good of God"], ["Lord of Light"], ["The Legacy"], ["Hallowed Be Thy Name (Live) [Non Album Bonus Track]"], ["The Wicker Man"], ["Ghost Of The Navigator"], ["Brave New World"], ["Blood Brothers"], ["The Mercenary"], ["Dream Of Mirrors"], ["The Fallen Angel"], ["The Nomad"], ["Out Of The Silent Planet"], ["The Thin Line Between Love & Hate"], ["Be Quick Or Be Dead"], ["From Here To Eternity"], ["Afraid To Shoot Strangers"], ["Fear Is The Key"], ["Childhood's End"], ["Wasting Love"], ["The Fugitive"], ["Chains Of Misery"], ["The Apparition"], ["Judas Be My Guide"], ["Weekend Warrior"], ["Fear Of The Dark"], ["Be Quick Or Be Dead"], ["The Number Of The Beast"], ["Wrathchild"], ["From Here To Eternity"], ["Can I Play With Madness"], ["Wasting Love"], ["Tailgunner"], ["The Evil That Men Do"], ["Afraid To Shoot Strangers"], ["Fear Of The Dark"], ["Bring Your Daughter... To The Slaughter..."], ["The Clairvoyant"], ["Heaven Can Wait"], ["Run To The Hills"], ["2 Minutes To Midnight"], ["Iron Maiden"], ["Hallowed Be Thy Name"], ["The Trooper"], ["Sanctuary"], ["Running Free"], ["Dream Of Mirrors"], ["The Clansman"], ["Fear Of The Dark"], ["Iron Maiden"], ["The Number Of The Beast"], ["Hallowed Be Thy Name"], ["Sanctuary"], ["Run To The Hills"], ["The Number Of The Beast"], ["Sign Of The Cross"], ["Lord Of The Flies"], ["Man On The Edge"], ["Fortunes Of War"], ["Look For The Truth"], ["The Aftermath"], ["Judgement Of Heaven"], ["Blood On The World's Hands"], ["The Edge Of Darkness"], ["2 A.M."], ["The Unbeliever"], ["Futureal"], ["The Angel And The Gambler"], ["Lightning Strikes Twice"], ["The Clansman"], ["When Two Worlds Collide"], ["The Educated Fool"], ["Don't Look To The Eyes Of A Stranger"], ["Como Estais Amigos"], ["When You Gonna Learn (Digeridoo)"], ["Too Young To Die"], ["Hooked Up"], ["If I Like It, I Do It"], ["Music Of The Wind"], ["Emergency On Planet Earth"], ["Whatever It Is, I Just Can't Stop"], ["Blow Your Mind"], ["Revolution 1993"], ["Didgin' Out"], ["Foxy Lady"], ["Manic Depression"], ["Red House"], ["Can You See Me"], ["Love Or Confusion"], ["I Don't Live Today"], ["May This Be Love"], ["Fire"], ["Third Stone From The Sun"], ["Remember"], ["Are You Experienced?"], ["Hey Joe"], ["Stone Free"], ["Purple Haze"], ["51st Anniversary"], ["The Wind Cries Mary"], ["Highway Chile"], ["Surfing with the Alien"], ["Ice 9"], ["Crushing Day"], ["Always With Me, Always With You"], ["Satch Boogie"], ["Hill of the Skull"], ["Circles"], ["Lords of Karma"], ["Midnight"], ["Echo"], ["Comin' Home"], ["Plaster Caster"], ["Goin' Blind"], ["Do You Love Me"], ["Domino"], ["Sure Know Something"], ["A World Without Heroes"], ["Rock Bottom"], ["See You Tonight"], ["I Still Love You"], ["Every Time I Look At You"], ["2,000 Man"], ["Beth"], ["Nothin' To Lose"], ["Rock And Roll All Nite"], ["Immigrant Song"], ["Heartbreaker"], ["Since I've Been Loving You"], ["Black Dog"], ["Dazed And Confused"], ["Stairway To Heaven"], ["Going To California"], ["That's The Way"], ["Whole Lotta Love (Medley)"], ["Thank You"], ["We're Gonna Groove"], ["Poor Tom"], ["I Can't Quit You Baby"], ["Walter's Walk"], ["Ozone Baby"], ["Darlene"], ["Bonzo's Montreux"], ["Wearing And Tearing"], ["The Song Remains The Same"], ["The Rain Song"], ["Over The Hills And Far Away"], ["The Crunge"], ["Dancing Days"], ["D'Yer Mak'er"], ["No Quarter"], ["The Ocean"], ["In The Evening"], ["South Bound Saurez"], ["Fool In The Rain"], ["Hot Dog"], ["Carouselambra"], ["All My Love"], ["I'm Gonna Crawl"], ["Black Dog"], ["Rock & Roll"], ["The Battle Of Evermore"], ["Stairway To Heaven"], ["Misty Mountain Hop"], ["Four Sticks"], ["Going To California"], ["When The Levee Breaks"], ["Good Times Bad Times"], ["Babe I'm Gonna Leave You"], ["You Shook Me"], ["Dazed and Confused"], ["Your Time Is Gonna Come"], ["Black Mountain Side"], ["Communication Breakdown"], ["I Can't Quit You Baby"], ["How Many More Times"], ["Whole Lotta Love"], ["What Is And What Should Never Be"], ["The Lemon Song"], ["Thank You"], ["Heartbreaker"], ["Living Loving Maid (She's Just A Woman)"], ["Ramble On"], ["Moby Dick"], ["Bring It On Home"], ["Immigrant Song"], ["Friends"], ["Celebration Day"], ["Since I've Been Loving You"], ["Out On The Tiles"], ["Gallows Pole"], ["Tangerine"], ["That's The Way"], ["Bron-Y-Aur Stomp"], ["Hats Off To (Roy) Harper"], ["In The Light"], ["Bron-Yr-Aur"], ["Down By The Seaside"], ["Ten Years Gone"], ["Night Flight"], ["The Wanton Song"], ["Boogie With Stu"], ["Black Country Woman"], ["Sick Again"], ["Achilles Last Stand"], ["For Your Life"], ["Royal Orleans"], ["Nobody's Fault But Mine"], ["Candy Store Rock"], ["Hots On For Nowhere"], ["Tea For One"], ["Rock & Roll"], ["Celebration Day"], ["The Song Remains The Same"], ["Rain Song"], ["Dazed And Confused"], ["No Quarter"], ["Stairway To Heaven"], ["Moby Dick"], ["Whole Lotta Love"], ["Are You Gonna Go My Way"], ["Fly Away"], ["Rock And Roll Is Dead"], ["Again"], ["It Ain't Over 'Til It's Over"], ["Can't Get You Off My Mind"], ["Mr. Cab Driver"], ["American Woman"], ["Stand By My Woman"], ["Always On The Run"], ["Heaven Help"], ["I Belong To You"], ["Believe"], ["Let Love Rule"], ["Black Velveteen"], ["Pseudo Silk Kimono"], ["Kayleigh"], ["Lavender"], ["Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel"], ["Heart Of Lothian: Wide Boy / Curtain Call"], ["Waterhole (Expresso Bongo)"], ["Lords Of The Backstage"], ["Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold"], ["Childhoods End?"], ["White Feather"], ["Down Under"], ["Overkill"], ["Be Good Johnny"], ["Everything I Need"], ["Down by the Sea"], ["Who Can It Be Now?"], ["It's a Mistake"], ["Dr. Heckyll & Mr. Jive"], ["Shakes and Ladders"], ["No Sign of Yesterday"], ["Springsville"], ["The Maids Of Cadiz"], ["The Duke"], ["My Ship"], ["Miles Ahead"], ["Blues For Pablo"], ["New Rhumba"], ["The Meaning Of The Blues"], ["Lament"], ["I Don't Wanna Be Kissed (By Anyone But You)"], ["Springsville (Alternate Take)"], ["Blues For Pablo (Alternate Take)"], ["The Meaning Of The Blues/Lament (Alternate Take)"], ["I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)"], ["Intro"], ["School"], ["Drain You"], ["Aneurysm"], ["Smells Like Teen Spirit"], ["Been A Son"], ["Lithium"], ["Sliver"], ["Spank Thru"], ["Scentless Apprentice"], ["Heart-Shaped Box"], ["Milk It"], ["Negative Creep"], ["Polly"], ["Breed"], ["Tourette's"], ["Blew"], ["Smells Like Teen Spirit"], ["In Bloom"], ["Come As You Are"], ["Breed"], ["Lithium"], ["Polly"], ["Territorial Pissings"], ["Drain You"], ["Lounge Act"], ["Stay Away"], ["On A Plain"], ["Something In The Way"], ["Time"], ["P.S.Apare\u00c3\u00a7a"], ["Sangue Latino"], ["Folhas Secas"], ["Poeira"], ["M\u00c3\u00a1gica"], ["Quem Mata A Mulher Mata O Melhor"], ["Mundar\u00c3\u00a9u"], ["O Bra\u00c3\u00a7o Da Minha Guitarra"], ["Deus"], ["M\u00c3\u00a3e Terra"], ["\u00c3\u0080s Vezes"], ["Menino De Rua"], ["Prazer E F\u00c3\u00a9"], ["Elza"], ["Bark at the Moon"], ["I Don't Know"], ["Crazy Train"], ["Flying High Again"], ["Mama, I'm Coming Home"], ["No More Tears"], ["Shining In The Light"], ["When The World Was Young"], ["Upon A Golden Horse"], ["Blue Train"], ["Please Read The Letter"], ["Most High"], ["Heart In Your Hand"], ["Walking Into Clarksdale"], ["Burning Up"], ["When I Was A Child"], ["House Of Love"], ["Sons Of Freedom"], ["Wrathchild"], ["Killers"], ["Prowler"], ["Murders In The Rue Morgue"], ["Women In Uniform"], ["Remember Tomorrow"], ["Sanctuary"], ["Running Free"], ["Phantom Of The Opera"], ["Iron Maiden"], ["Corduroy"], ["Given To Fly"], ["Hail, Hail"], ["Daughter"], ["Elderly Woman Behind The Counter In A Small Town"], ["Untitled"], ["MFC"], ["Go"], ["Red Mosquito"], ["Even Flow"], ["Off He Goes"], ["Nothingman"], ["Do The Evolution"], ["Better Man"], ["Black"], ["F*Ckin' Up"], ["Can't Keep"], ["Save You"], ["Love Boat Captain"], ["Cropduster"], ["Ghost"], ["I Am Mine"], ["Thumbing My Way"], ["You Are"], ["Get Right"], ["Green Disease"], ["Help Help"], ["Bushleager"], ["1/2 Full"], ["Arc"], ["All or None"], ["Once"], ["Evenflow"], ["Alive"], ["Why Go"], ["Black"], ["Jeremy"], ["Oceans"], ["Porch"], ["Garden"], ["Deep"], ["Release"], ["Go"], ["Animal"], ["Daughter"], ["Glorified G"], ["Dissident"], ["W.M.A."], ["Blood"], ["Rearviewmirror"], ["Rats"], ["Elderly Woman Behind The Counter In A Small Town"], ["Leash"], ["Indifference"], ["Speak To Me/Breathe"], ["On The Run"], ["Time"], ["The Great Gig In The Sky"], ["Money"], ["Us And Them"], ["Any Colour You Like"], ["Brain Damage"], ["Eclipse"], ["Bohemian Rhapsody"], ["Another One Bites The Dust"], ["Killer Queen"], ["Fat Bottomed Girls"], ["Bicycle Race"], ["You're My Best Friend"], ["Don't Stop Me Now"], ["Save Me"], ["Crazy Little Thing Called Love"], ["Somebody To Love"], ["Now I'm Here"], ["Good Old-Fashioned Lover Boy"], ["Play The Game"], ["Flash"], ["Seven Seas Of Rhye"], ["We Will Rock You"], ["We Are The Champions"], ["We Will Rock You"], ["We Are The Champions"], ["Sheer Heart Attack"], ["All Dead, All Dead"], ["Spread Your Wings"], ["Fight From The Inside"], ["Get Down, Make Love"], ["Sleep On The Sidewalk"], ["Who Needs You"], ["It's Late"], ["My Melancholy Blues"], ["How The West Was Won And Where It Got Us"], ["The Wake-Up Bomb"], ["New Test Leper"], ["Undertow"], ["E-Bow The Letter"], ["Leave"], ["Departure"], ["Bittersweet Me"], ["Be Mine"], ["Binky The Doormat"], ["Zither"], ["So Fast, So Numb"], ["Low Desert"], ["Electrolite"], ["Maluco Beleza"], ["O Dia Em Que A Terra Parou"], ["No Fundo Do Quintal Da Escola"], ["O Segredo Do Universo"], ["As Profecias"], ["Mata Virgem"], ["Sapato 36"], ["Todo Mundo Explica"], ["Que Luz \u00c3\u0089 Essa"], ["Diamante De Mendigo"], ["Neg\u00c3\u00b3cio \u00c3\u0089"], ["Muita Estrela, Pouca Constela\u00c3\u00a7\u00c3\u00a3o"], ["S\u00c3\u00a9culo XXI"], ["Rock Das Aranhas (Ao Vivo) (Live)"], ["By The Way"], ["Universally Speaking"], ["This Is The Place"], ["Dosed"], ["Don't Forget Me"], ["The Zephyr Song"], ["Can't Stop"], ["I Could Die For You"], ["Midnight"], ["Throw Away Your Television"], ["Cabron"], ["Tear"], ["On Mercury"], ["Minor Thing"], ["Warm Tape"], ["Venice Queen"], ["Around The World"], ["Parallel Universe"], ["Scar Tissue"], ["Otherside"], ["Get On Top"], ["Californication"], ["Easily"], ["Porcelain"], ["Emit Remmus"], ["I Like Dirt"], ["This Velvet Glove"], ["Savior"], ["Purple Stain"], ["Right On Time"], ["Road Trippin'"], ["The Spirit Of Radio"], ["The Trees"], ["Something For Nothing"], ["Freewill"], ["Xanadu"], ["Bastille Day"], ["By-Tor And The Snow Dog"], ["Anthem"], ["Closer To The Heart"], ["2112 Overture"], ["The Temples Of Syrinx"], ["La Villa Strangiato"], ["Fly By Night"], ["Finding My Way"], ["Jingo"], ["El Corazon Manda"], ["La Puesta Del Sol"], ["Persuasion"], ["As The Years Go by"], ["Soul Sacrifice"], ["Fried Neckbones And Home Fries"], ["Santana Jam"], ["Evil Ways"], ["We've Got To Get Together/Jingo"], ["Rock Me"], ["Just Ain't Good Enough"], ["Funky Piano"], ["The Way You Do To Mer"], ["Holding Back The Years"], ["Money's Too Tight To Mention"], ["The Right Thing"], ["It's Only Love"], ["A New Flame"], ["You've Got It"], ["If You Don't Know Me By Now"], ["Stars"], ["Something Got Me Started"], ["Thrill Me"], ["Your Mirror"], ["For Your Babies"], ["So Beautiful"], ["Angel"], ["Fairground"], ["\u00c3\u0081gua E Fogo"], ["Tr\u00c3\u00aas Lados"], ["Ela Desapareceu"], ["Balada Do Amor Inabal\u00c3\u00a1vel"], ["Can\u00c3\u00a7\u00c3\u00a3o Noturna"], ["Mu\u00c3\u00a7ulmano"], ["Maquinarama"], ["Rebeli\u00c3\u00a3o"], ["A \u00c3\u009altima Guerra"], ["Fica"], ["Ali"], ["Preto Dami\u00c3\u00a3o"], ["\u00c3\u0089 Uma Partida De Futebol"], ["Eu Disse A Ela"], ["Z\u00c3\u00a9 Trindade"], ["Garota Nacional"], ["T\u00c3\u00a3o Seu"], ["Sem Terra"], ["Os Exilados"], ["Um Dia Qualquer"], ["Los Pretos"], ["Sul Da Am\u00c3\u00a9rica"], ["Pocon\u00c3\u00a9"], ["Nothing To Say"], ["Flower"], ["Loud Love"], ["Hands All Over"], ["Get On The Snake"], ["Jesus Christ Pose"], ["Outshined"], ["Rusty Cage"], ["Spoonman"], ["The Day I Tried To Live"], ["Black Hole Sun"], ["Fell On Black Days"], ["Pretty Noose"], ["Burden In My Hand"], ["Blow Up The Outside World"], ["Ty Cobb"], ["Bleed Together"], ["Morning Dance"], ["Jubilee"], ["Rasul"], ["Song For Lorraine"], ["Starburst"], ["Heliopolis"], ["It Doesn't Matter"], ["Little Linda"], ["End Of Romanticism"], ["Dead And Bloated"], ["Sex Type Thing"], ["Wicked Garden"], ["No Memory"], ["Sin"], ["Naked Sunday"], ["Creep"], ["Piece Of Pie"], ["Plush"], ["Wet My Bed"], ["Crackerman"], ["Where The River Goes"], ["The Sun Road"], ["Dark Corners"], ["Duende"], ["Black Light Syndrome"], ["Falling in Circles"], ["Book of Hours"], ["Chaos-Control"], ["War (The Process)"], ["The Saint"], ["Rise"], ["Take The Power"], ["Breathe"], ["Nico"], ["American Gothic"], ["Ashes And Ghosts"], ["Shape The Sky"], ["Speed Of Light"], ["True Believers"], ["My Bridges Burn"], ["She Sells Sanctuary"], ["Fire Woman"], ["Lil' Evil"], ["Spirit Walker"], ["The Witch"], ["Revolution"], ["Wild Hearted Son"], ["Love Removal Machine"], ["Rain"], ["Edie (Ciao Baby)"], ["Heart Of Soul"], ["Love"], ["Wild Flower"], ["Go West"], ["Resurrection Joe"], ["Sun King"], ["Sweet Soul Sister"], ["Earth Mofo"], ["Break on Through"], ["Soul Kitchen"], ["The Crystal Ship"], ["Twentienth Century Fox"], ["Alabama Song"], ["Light My Fire"], ["Back Door Man"], ["I Looked At You"], ["End Of The Night"], ["Take It As It Comes"], ["The End"], ["Roxanne"], ["Can't Stand Losing You"], ["Message in a Bottle"], ["Walking on the Moon"], ["Don't Stand so Close to Me"], ["De Do Do Do, De Da Da Da"], ["Every Little Thing She Does is Magic"], ["Invisible Sun"], ["Spirit's in the Material World"], ["Every Breath You Take"], ["King Of Pain"], ["Wrapped Around Your Finger"], ["Don't Stand So Close to Me '86"], ["Message in a Bottle (new classic rock mix)"], ["Time Is On My Side"], ["Heart Of Stone"], ["Play With Fire"], ["Satisfaction"], ["As Tears Go By"], ["Get Off Of My Cloud"], ["Mother's Little Helper"], ["19th Nervous Breakdown"], ["Paint It Black"], ["Under My Thumb"], ["Ruby Tuesday"], ["Let's Spend The Night Together"], ["Intro"], ["You Got Me Rocking"], ["Gimmie Shelters"], ["Flip The Switch"], ["Memory Motel"], ["Corinna"], ["Saint Of Me"], ["Wainting On A Friend"], ["Sister Morphine"], ["Live With Me"], ["Respectable"], ["Thief In The Night"], ["The Last Time"], ["Out Of Control"], ["Love Is Strong"], ["You Got Me Rocking"], ["Sparks Will Fly"], ["The Worst"], ["New Faces"], ["Moon Is Up"], ["Out Of Tears"], ["I Go Wild"], ["Brand New Car"], ["Sweethearts Together"], ["Suck On The Jugular"], ["Blinded By Rainbows"], ["Baby Break It Down"], ["Thru And Thru"], ["Mean Disposition"], ["I Can't Explain"], ["Anyway, Anyhow, Anywhere"], ["My Generation"], ["Substitute"], ["I'm A Boy"], ["Boris The Spider"], ["Happy Jack"], ["Pictures Of Lily"], ["I Can See For Miles"], ["Magic Bus"], ["Pinball Wizard"], ["The Seeker"], ["Baba O'Riley"], ["Won't Get Fooled Again (Full Length Version)"], ["Let's See Action"], ["5.15"], ["Join Together"], ["Squeeze Box"], ["Who Are You (Single Edit Version)"], ["You Better You Bet"], ["Zoo Station"], ["Even Better Than The Real Thing"], ["One"], ["Until The End Of The World"], ["Who's Gonna Ride Your Wild Horses"], ["So Cruel"], ["The Fly"], ["Mysterious Ways"], ["Tryin' To Throw Your Arms Around The World"], ["Ultraviolet (Light My Way)"], ["Acrobat"], ["Love Is Blindness"], ["Beautiful Day"], ["Stuck In A Moment You Can't Get Out Of"], ["Elevation"], ["Walk On"], ["Kite"], ["In A Little While"], ["Wild Honey"], ["Peace On Earth"], ["When I Look At The World"], ["New York"], ["Grace"], ["The Three Sunrises"], ["Spanish Eyes"], ["Sweetest Thing"], ["Love Comes Tumbling"], ["Bass Trap"], ["Dancing Barefoot"], ["Everlasting Love"], ["Unchained Melody"], ["Walk To The Water"], ["Luminous Times (Hold On To Love)"], ["Hallelujah Here She Comes"], ["Silver And Gold"], ["Endless Deep"], ["A Room At The Heartbreak Hotel"], ["Trash, Trampoline And The Party Girl"], ["Vertigo"], ["Miracle Drug"], ["Sometimes You Can't Make It On Your Own"], ["Love And Peace Or Else"], ["City Of Blinding Lights"], ["All Because Of You"], ["A Man And A Woman"], ["Crumbs From Your Table"], ["One Step Closer"], ["Original Of The Species"], ["Yahweh"], ["Discotheque"], ["Do You Feel Loved"], ["Mofo"], ["If God Will Send His Angels"], ["Staring At The Sun"], ["Last Night On Earth"], ["Gone"], ["Miami"], ["The Playboy Mansion"], ["If You Wear That Velvet Dress"], ["Please"], ["Wake Up Dead Man"], ["Helter Skelter"], ["Van Diemen's Land"], ["Desire"], ["Hawkmoon 269"], ["All Along The Watchtower"], ["I Still Haven't Found What I'm Looking for"], ["Freedom For My People"], ["Silver And Gold"], ["Pride (In The Name Of Love)"], ["Angel Of Harlem"], ["Love Rescue Me"], ["When Love Comes To Town"], ["Heartland"], ["God Part II"], ["The Star Spangled Banner"], ["Bullet The Blue Sky"], ["All I Want Is You"], ["Pride (In The Name Of Love)"], ["New Year's Day"], ["With Or Without You"], ["I Still Haven't Found What I'm Looking For"], ["Sunday Bloody Sunday"], ["Bad"], ["Where The Streets Have No Name"], ["I Will Follow"], ["The Unforgettable Fire"], ["Sweetest Thing"], ["Desire"], ["When Love Comes To Town"], ["Angel Of Harlem"], ["All I Want Is You"], ["Sunday Bloody Sunday"], ["Seconds"], ["New Year's Day"], ["Like A Song..."], ["Drowning Man"], ["The Refugee"], ["Two Hearts Beat As One"], ["Red Light"], ["Surrender"], ["\"40\""], ["Zooropa"], ["Babyface"], ["Numb"], ["Lemon"], ["Stay (Faraway, So Close!)"], ["Daddy's Gonna Pay For Your Crashed Car"], ["Some Days Are Better Than Others"], ["The First Time"], ["Dirty Day"], ["The Wanderer"], ["Where Have All The Good Times Gone?"], ["Hang 'Em High"], ["Cathedral"], ["Secrets"], ["Intruder"], ["(Oh) Pretty Woman"], ["Dancing In The Street"], ["Little Guitars (Intro)"], ["Little Guitars"], ["Big Bad Bill (Is Sweet William Now)"], ["The Full Bug"], ["Happy Trails"], ["Eruption"], ["Ain't Talkin' 'bout Love"], ["Runnin' With The Devil"], ["Dance the Night Away"], ["And the Cradle Will Rock..."], ["Unchained"], ["Jump"], ["Panama"], ["Why Can't This Be Love"], ["Dreams"], ["When It's Love"], ["Poundcake"], ["Right Now"], ["Can't Stop Loving You"], ["Humans Being"], ["Can't Get This Stuff No More"], ["Me Wise Magic"], ["Runnin' With The Devil"], ["Eruption"], ["You Really Got Me"], ["Ain't Talkin' 'Bout Love"], ["I'm The One"], ["Jamie's Cryin'"], ["Atomic Punk"], ["Feel Your Love Tonight"], ["Little Dreamer"], ["Ice Cream Man"], ["On Fire"], ["Neworld"], ["Without You"], ["One I Want"], ["From Afar"], ["Dirty Water Dog"], ["Once"], ["Fire in the Hole"], ["Josephina"], ["Year to the Day"], ["Primary"], ["Ballot or the Bullet"], ["How Many Say I"], ["Sucker Train Blues"], ["Do It For The Kids"], ["Big Machine"], ["Illegal I Song"], ["Spectacle"], ["Fall To Pieces"], ["Headspace"], ["Superhuman"], ["Set Me Free"], ["You Got No Right"], ["Slither"], ["Dirty Little Thing"], ["Loving The Alien"], ["Your Time Is Gonna Come"], ["Sympton of the Universe"], ["Snowblind"], ["Black Sabbath"], ["Fairies Wear Boots"], ["War Pigs"], ["The Wizard"], ["N.I.B."], ["Sweet Leaf"], ["Never Say Die"], ["Sabbath, Bloody Sabbath"], ["Iron Man/Children of the Grave"], ["Paranoid"], ["Rock You Like a Hurricane"], ["No One Like You"], ["The Zoo"], ["Loving You Sunday Morning"], ["Still Loving You"], ["Big City Nights"], ["Believe in Love"], ["Rhythm of Love"], ["I Can't Explain"], ["Tease Me Please Me"], ["Wind of Change"], ["Send Me an Angel"], ["Amanda"], ["Despertar"], ["I Guess You're Right"], ["Love Comes"], ["OAM's Blues"]]}, "table_names": "['genres', 'tracks']", "table_image_ids": ["TableImg_Wwsfh_25.png", "TableImg_Sft08_3503.png"], "original_data_index": 134} +{"question": "What are the different cities where students live?", "answer": {"columns": ["city"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["South Minnie"], ["Linnealand"], ["East Tavaresburgh"], ["Terencetown"], ["Lake Devon"], ["O'Connellview"], ["New Alta"], ["South Naomibury"]]}, "table_names": "['Addresses', 'Students', 'People_Addresses']", "table_image_ids": ["TableImg_3xizw_15.png", "TableImg_6yc4i_8.png", "TableImg_Vg1n7_8.png"], "original_data_index": 135} +{"question": "What is the name of the player with the largest number of votes?", "answer": {"columns": ["Player_name"], "index": [0], "data": [["Jim Maloway"]]}, "table_names": "['player']", "table_image_ids": ["TableImg_Pg46x_14.png"], "original_data_index": 136} +{"question": "Whare the names, friends, and ages of all people who are older than the average age of a person?", "answer": {"columns": ["name", "friend", "age"], "index": [0, 1], "data": [["Alice", "Bob", 35], ["Bob", "Zach", 45]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Vxrey_4.png", "TableImg_Jrzzg_4.png"], "original_data_index": 137} +{"question": "What are the positions of both players that have more than 20 20 points and less than 10 points?", "answer": {"columns": ["Position"], "index": [0], "data": [["Loose Forward"]]}, "table_names": "['player']", "table_image_ids": ["TableImg_X97q1_15.png"], "original_data_index": 138} +{"question": "Find the title and score of the movie with the lowest rating among all movies directed by each director.", "answer": {"columns": ["title", "stars", "director", "min(T1.stars)"], "index": [0, 1, 2, 3, 4], "data": [["Snow White", 4, null, 4], ["Avatar", 3, "James Cameron", 3], ["The Sound of Music", 2, "Robert Wise", 2], ["Raiders of the Lost Ark", 2, "Steven Spielberg", 2], ["Gone with the Wind", 2, "Victor Fleming", 2]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_G4y0d_8.png", "TableImg_Zpmcs_14.png"], "original_data_index": 139} +{"question": "What are the addresses of customers living in Germany who have had an invoice?", "answer": {"columns": ["Address"], "index": [0, 1, 2, 3], "data": [["Theodor-Heuss-Stra\u00c3\u009fe 34"], ["Tauentzienstra\u00c3\u009fe 8"], ["Berger Stra\u00c3\u009fe 10"], ["Barbarossastra\u00c3\u009fe 19"]]}, "table_names": "['Customer', 'Invoice']", "table_image_ids": ["TableImg_Qc67e_59.png", "TableImg_Trzxv_412.png"], "original_data_index": 140} +{"question": "What are the distinct names of customers who have purchased a keyboard?", "answer": {"columns": ["customer_name"], "index": [0, 1], "data": [["Jon"], ["Cordell"]]}, "table_names": "['Customers', 'Products', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_B9bp3_15.png", "TableImg_Znayc_15.png", "TableImg_G4u5k_15.png", "TableImg_Wmm7t_15.png"], "original_data_index": 141} +{"question": "What are the result description of the project whose detail is 'sint'?", "answer": {"columns": ["outcome_description"], "index": [0], "data": [["Research Patent"]]}, "table_names": "['Project_Outcomes', 'Projects', 'Research_Outcomes']", "table_image_ids": ["TableImg_Kyvwi_15.png", "TableImg_4yi07_15.png", "TableImg_Op7kj_2.png"], "original_data_index": 142} +{"question": "How many games in total did team Boston Red Stockings attend from 2000 to 2010?", "answer": {"columns": ["sum(T1.attendance)"], "index": [0], "data": [[156651355]]}, "table_names": "['home_game', 'team']", "table_image_ids": ["TableImg_Encpf_2944.png", "TableImg_Apula_2805.png"], "original_data_index": 143} +{"question": "What are the names of wines, sorted in alphabetical order?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293], "data": [["1886"], ["3CV Grassini Family Vineyards"], ["4-Barrel"], ["50 Year Old Vines"], ["A Shot in the Dark Eleven Confessions Vineyard"], ["A by Acacia"], ["Abba Vineyard"], ["Aidan"], ["Amber Ridge Vineyard"], ["Ancient Vines"], ["Anns Block"], ["Annum"], ["Appelation Series"], ["Artistry"], ["Asatsuyu"], ["Aubaine Vineyard"], ["B. Theriot Vineyard"], ["Backroads"], ["Bailey Vineyard"], ["Barbera"], ["Beastly Old Vines"], ["Beckstoffer Dr. Crane Vineyard"], ["Beckstoffer To Kalon Vineyard"], ["Belle Cote"], ["Black Bart Stagecoach Vineyard"], ["Black Chicken"], ["Black Label"], ["Boonflys Hill"], ["Boticelli Vineyards"], ["Bridgehead"], ["Bushnell Vineyard"], ["Bynum & Moshin Vineyards"], ["Cabernet Franc"], ["Cabernet Sauvignon"], ["Cahrles Heintz Vineyard"], ["Cardiac Hill"], ["Cargasacchi Vineyard"], ["Carlas Reserve"], ["Carlisle Vineyard"], ["Carneros"], ["Carneros Hyde Vineyard"], ["Carneros Reserve"], ["Carols Vineyard"], ["Casa Santinamaria Vineyards"], ["Cedarman"], ["Ceja Vineyard"], ["Century Vines Reserve"], ["Chardonnay"], ["Chelsea Goldschmidt"], ["Chloe"], ["Choreography"], ["Christensen Family Vineyard"], ["Church Vineyard"], ["Clos Pepe Vineyard"], ["Coliseum Block"], ["Colson Canyon Vineyard"], ["Coster Vineyard"], ["Couer de Valee"], ["Cullinane Reserve"], ["Cuvee Natalie"], ["Cuvee Nicolas"], ["Cuvee Trouvee"], ["DAdamo Vineyard"], ["Damaris Reserve "], ["Darius II"], ["Date Night"], ["De La Guerra"], ["District 4"], ["Don Miguel Vineyard Lia Torres Family Vineyards"], ["Dr. Crane Vineyard"], ["Durell Vineyard"], ["Durell Vineyard Wente Clone"], ["Dutton Ranch"], ["East Side Vineyards"], ["Eddies Patch"], ["Edizione Pennino"], ["Elements"], ["Elevage"], ["Elevation 1147"], ["Emelias Cuvee"], ["England-Shaw"], ["Eoin"], ["Estate"], ["Estate Reserve"], ["Estate Vineyard"], ["Eterium B. Thieriot Vineyard"], ["Finest Selection Reserve"], ["Finn"], ["Five Sisters"], ["Foggy Knoll Vineyard"], ["Founders"], ["Fredericks Vineyard"], ["Freestone Hill"], ["Fume Blanc"], ["Gamma"], ["Gaps Crown Vineyard"], ["Garnacha Denner Vineyard"], ["Garys Vineyard"], ["Gesture Limited Release"], ["Giana"], ["Ginos Vineyard"], ["Giuseppe & Luisa"], ["Glorias Gem"], ["Gold Creek Ranch"], ["Graham Family Vineyard"], ["Grand Detour"], ["Grand Firepeak Cuvee Firepeak Vineyard"], ["Grand Master"], ["Green River Isobel"], ["Grist Vineyard"], ["Guidici Famili Vineyard"], ["Handley Vineyard"], ["Hayne Vineyard"], ["Henry Ranch"], ["Heritage"], ["Highwire Vineyard"], ["Hillstone Vineyard"], ["Home Ranch"], ["Hope Family Vineyard"], ["Hudson Vineyard"], ["Hurst Vineyard"], ["Hyde Vineyards"], ["In the Crosshairs Eleven Confessions Vineyard"], ["InSpire"], ["Incredible Red"], ["Jensen Vineyard"], ["Jersey Boy"], ["Jesses Vineyard"], ["Julias Vineyard"], ["Kali Hart"], ["Kanzler Vineyard"], ["Keefer Ranch"], ["Keefer Ranch Vineyard"], ["Kemp Vineyard"], ["Kick Ranch"], ["Kick Ranch Reserve"], ["Kistler Vineyard"], ["Knotty Vines"], ["Koplen Vineyard"], ["LApres-Midi"], ["La Capilla Collection"], ["La Carrlere"], ["La Cruz Vineyard"], ["La Encantada Vineyard"], ["La Encantada Vineyard Clone 667"], ["Labels"], ["Lambda"], ["Lancel Creek Vineyard"], ["Larner Vinyard"], ["Laughlin Family Vineyard"], ["Laurels Estate Vineyard"], ["Les Cotes De LOuest"], ["Les Galets"], ["Les Pionniers"], ["Lillie Vineyard"], ["Limited Release"], ["Loco"], ["Lorenzo"], ["Los Alamos Vineyard Historic Vineyards Collection"], ["Los Carneros"], ["Los Olivos Vineyard"], ["Lot 154"], ["Ma Belle-Fille"], ["Madden Ranch"], ["Magnolia Lane"], ["Mailbox Vineyard Drive"], ["Maverick"], ["McCrea Vineyard"], ["McDougal Ranch"], ["Melville Vineyards"], ["Merlot"], ["Mesa Reserve"], ["Mesa Verde Vineyard"], ["Metallico Un-Oaked"], ["Mon Plaisir"], ["Montafi Ranch"], ["Monte Rosso Vineyard"], ["Morning Sun Los Chamizal Vineyards"], ["Mother Clone"], ["Napa Angel Aurelios Selection"], ["Napa Cuvee"], ["Napa Ranches"], ["Neruda Brix Vineyard"], ["Neyers Ranch - Conn Valley"], ["Numbers"], ["Old Kraft Vineyard"], ["Old Vine"], ["Old Vine Teldeschi Vineyard Home Ranch"], ["Old Vines"], ["Old vine Della Costa Family Vineyard"], ["On the Road"], ["Originals"], ["Ovation"], ["Papas Block"], ["Parr Vineyard"], ["Pato Vineyard"], ["Peter Newton Vineyard"], ["Petite Sirah"], ["Pictures"], ["Pinot Noir"], ["Pisoni Vineyard"], ["Planchon Vineyard"], ["Polomita Hamilton Vineyard"], ["Primitivo"], ["Primitivo Block #4"], ["Pritchard Hill"], ["Private Reserve"], ["Problem Child"], ["Proprietary Reserve"], ["Purisma Mountain"], ["Purisma Mountain Vineyard"], ["Quarzo"], ["Que Syrah Vineyard"], ["Ramondo Vineyard"], ["Rancho La Vina Vineyard"], ["Rancho Oliveros Vineyard"], ["Red Shoulder Ranch"], ["Reserve"], ["Rockpile Road Vineyard"], ["Rocky Terrace Los Chamizal Vineyards"], ["Roll Ranch Vineyard"], ["Romeo"], ["Rominger Vineyard"], ["Rose"], ["Rose Steinbeck Vineyard"], ["Rose Wine Creek Ranch"], ["Rosellas Vineyard"], ["Rosemarys Block Dry Stack Vineyard"], ["Rossi Ranch"], ["Russel Family Vineyard"], ["Russian River Selection"], ["Ryan"], ["Ryo-fu"], ["SHR Field Blend"], ["Sangiacomo Vineyard"], ["Sangiovese"], ["Santa Cruz Mountains Estate"], ["Sarmento Vineyard"], ["Sauvignon Blanc"], ["Savoy Vineyard"], ["Sbraglia Limited-Release"], ["Schmidt Ranch"], ["Sengiacomo Vineyard"], ["Shiraz"], ["Signature"], ["Sleepy Hollow Vineyard"], ["Snows Lake Vineyard"], ["Somers Ranch"], ["Spare Me"], ["Special Selection"], ["Stagecoach Vineyard"], ["Stagecoach Vineyard Black Bart"], ["Star Angel "], ["State Lane Ranch"], ["Sweetwater Springs Vineyard"], ["Symposium Fort Ross Vineyard"], ["Syrah"], ["Ten-Goal Happy Canyon Vineyards"], ["Tephra Ridge Vineyard"], ["The Backbone"], ["The Flight"], ["The Ranch"], ["Thirtieth Anniverasry Vintage Mt. Harlan Cuvee"], ["Thompson Vineyard"], ["To the Rescue"], ["Todd Brothers Ranch Old Vines"], ["Tofanelli Vineyard"], ["Tomahawk Vineyard"], ["Tradition"], ["Treborce Vineyard"], ["Turner Vineyard"], ["Twenty Two"], ["Twist of Fate"], ["Ulises Valdez Vineyard"], ["Unti Vineyard"], ["Untilited #3"], ["VGS"], ["Valley Bliss Block"], ["Valley Dominique"], ["Valley Dutton Ranch"], ["Valley Savoy"], ["Varozza Vineyard"], ["Victories Rose"], ["Vieux-Os Hell Hole Cuvee Old Vine"], ["Wheelhouse"], ["White Hawk Vineyard"], ["Wild Oak Old Vines"], ["Wildcat Mountain Vineyard"], ["Wine Hill Vineyard"], ["Winmakers Reserve"], ["Wow Oui"], ["Zinfandel"], ["Zio Tony Ranch Gianna Marie"], ["au Naturel"]]}, "table_names": "['wine']", "table_image_ids": ["TableImg_029ze_500.png"], "original_data_index": 144} +{"question": "How many counties correspond to each police force?", "answer": {"columns": ["Police_force", "COUNT(*)"], "index": [0, 1, 2], "data": [["Abbotsford Police Department", 1], ["Central Saanich Police", 1], ["RCMP", 4]]}, "table_names": "['county_public_safety']", "table_image_ids": ["TableImg_12zrg_6.png"], "original_data_index": 145} +{"question": "Find the cell mobile number of the candidates whose assessment code is \"Fail\"?", "answer": {"columns": ["cell_mobile_number"], "index": [0], "data": [["(262)347-9364x516"]]}, "table_names": "['People', 'Candidates', 'Candidate_Assessments']", "table_image_ids": ["TableImg_Cck9r_8.png", "TableImg_Qau7h_8.png", "TableImg_264ef_5.png"], "original_data_index": 146} +{"question": "Find the average prices of all products from each manufacture, and list each company's name.", "answer": {"columns": ["avg(T1.price)", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [[150.0, "Creative Labs"], [240.0, "Fujitsu"], [162.0, "Hewlett-Packard"], [150.0, "Iomega"], [240.0, "Sony"], [62.5, "Winchester"]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_5f5pm_6.png", "TableImg_Lzz9z_11.png"], "original_data_index": 147} +{"question": "find the program owners that have some programs in both morning and night time.", "answer": {"columns": ["Owner"], "index": [0, 1, 2], "data": [["Beijing Television (BTV)"], ["Hunan Broadcasting System (HBS)"], ["Southern Media Corporation (SMC)"]]}, "table_names": "['program', 'broadcast']", "table_image_ids": ["TableImg_Uieff_5.png", "TableImg_Soxqj_11.png"], "original_data_index": 148} +{"question": "Find the distinct majors of students who have treasurer votes.", "answer": {"columns": ["Major"], "index": [0, 1], "data": [[50], [520]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_Nxzxs_34.png", "TableImg_5a2i3_10.png"], "original_data_index": 149} +{"question": "What are the numbers of the shortest flights?", "answer": {"columns": ["flno"], "index": [0, 1, 2], "data": [[68], [346], [13]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_8k0ep_10.png"], "original_data_index": 150} +{"question": "What is the total number of postseason games that team Boston Red Stockings participated in?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[160]]}, "table_names": "['postseason', 'team']", "table_image_ids": ["TableImg_Tvp8w_307.png", "TableImg_6wj2x_2805.png"], "original_data_index": 151} +{"question": "How many distinct characteristic names does the product \"cumin\" have?", "answer": {"columns": ["count(DISTINCT t3.characteristic_name)"], "index": [0], "data": [[2]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Hgpsl_15.png", "TableImg_9ydlu_15.png", "TableImg_2sqrr_15.png"], "original_data_index": 152} +{"question": "What is the average length in feet of the bridges?", "answer": {"columns": ["avg(length_feet)"], "index": [0], "data": [[244.64]]}, "table_names": "['bridge']", "table_image_ids": ["TableImg_Lbr67_15.png"], "original_data_index": 153} +{"question": "How many students live in each city and what are their average ages?", "answer": {"columns": ["count(*)", "avg(age)", "city_code"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [[1, 20.0, "ATL"], [4, 18.5, "BAL"], [1, 18.0, "BOS"], [1, 20.0, "CHI"], [1, 18.0, "DAL"], [1, 17.0, "DET"], [3, 18.0, "HKG"], [1, 17.0, "HOU"], [1, 27.0, "LON"], [1, 18.0, "LOS"], [1, 18.0, "NAR"], [3, 20.3333333333, "NYC"], [1, 17.0, "PEK"], [3, 19.6666666667, "PHL"], [4, 19.0, "PIT"], [1, 20.0, "ROC"], [1, 21.0, "SFO"], [3, 21.6666666667, "WAS"], [2, 22.5, "YYZ"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Kio5z_34.png"], "original_data_index": 154} +{"question": "Show the name of the party that has the most delegates.", "answer": {"columns": ["Party"], "index": [0], "data": [["Democratic"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_Cv93t_7.png", "TableImg_Mr9ow_8.png"], "original_data_index": 155} +{"question": "What are the duration of the longest and shortest pop tracks in milliseconds?", "answer": {"columns": ["max(Milliseconds)", "min(Milliseconds)"], "index": [0], "data": [[663426, 129666]]}, "table_names": "['Genre', 'Track']", "table_image_ids": ["TableImg_5ewdm_25.png", "TableImg_Avpue_3503.png"], "original_data_index": 156} +{"question": "How many members are not living in Hartford?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['member']", "table_image_ids": ["TableImg_Mrbyv_10.png"], "original_data_index": 157} +{"question": "Find the names of the candidates whose support percentage is lower than their oppose rate.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Hubert Henno"], ["St\u00c3\u00a9phane Antiga"], ["Laurent Capet"], ["Vincent Montm\u00c3\u00a9at"], ["Lo\u00c3\u00afc De Kergret"], ["Guillaume Samica"]]}, "table_names": "['candidate', 'people']", "table_image_ids": ["TableImg_H3feq_6.png", "TableImg_0yv7e_9.png"], "original_data_index": 158} +{"question": "Show the total number of rooms of all apartments with facility code \"Gym\".", "answer": {"columns": ["sum(T2.room_count)"], "index": [0], "data": [[15]]}, "table_names": "['Apartments', 'Apartment_Facilities']", "table_image_ids": ["TableImg_Ms65s_15.png", "TableImg_Rdyli_7.png"], "original_data_index": 159} +{"question": "Return the names and typical buying and selling prices for products that have 'yellow' as their color description.", "answer": {"columns": ["product_name", "typical_buying_price", "typical_selling_price"], "index": [0], "data": [["borage", "", "10377614.847385"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_Fdkw2_8.png", "TableImg_Lhgvx_15.png"], "original_data_index": 160} +{"question": "What is the number of technicians?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[10]]}, "table_names": "['technician']", "table_image_ids": ["TableImg_Q1fqb_10.png"], "original_data_index": 161} +{"question": "Return the name of the mountain with the greatest height.", "answer": {"columns": ["Name"], "index": [0], "data": [["Kibo (Uhuru Pk)"]]}, "table_names": "['mountain']", "table_image_ids": ["TableImg_Bidux_7.png"], "original_data_index": 162} +{"question": "What are the names of catalog entries with level number 8?", "answer": {"columns": ["catalog_entry_name"], "index": [0, 1, 2, 3, 4], "data": [["Ginger Beer"], ["Cola"], ["Cola"], ["Root beer"], ["Carbonated Water"]]}, "table_names": "['Catalog_Contents', 'Catalog_Contents_Additional_Attributes']", "table_image_ids": ["TableImg_Q6ji4_15.png", "TableImg_E2kh6_15.png"], "original_data_index": 163} +{"question": "Order denominations in descending order of the count of schools with the denomination. Return each denomination with the count of schools.", "answer": {"columns": ["Denomination", "COUNT(*)"], "index": [0, 1, 2], "data": [["Anglican", 3], ["Catholic", 2], ["Uniting Church", 1]]}, "table_names": "['school']", "table_image_ids": ["TableImg_Vk1p6_6.png"], "original_data_index": 164} +{"question": "What are the names of the tourist attractions Vincent and Marcelle visit?", "answer": {"columns": ["Name"], "index": [0], "data": [["parking"]]}, "table_names": "['Visitors', 'Tourist_Attractions', 'Visits']", "table_image_ids": ["TableImg_Z6fvp_20.png", "TableImg_9i7rb_15.png", "TableImg_3bc52_20.png"], "original_data_index": 165} +{"question": "What are the different names and credit scores of customers who have taken a loan?", "answer": {"columns": ["cust_name", "credit_score"], "index": [0, 1], "data": [["Mary", 30], ["Owen", 210]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_1zjat_3.png", "TableImg_8njxr_3.png"], "original_data_index": 166} +{"question": "Find the names of the buildings in \"on-hold\" status, and sort them in ascending order of building stories.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3], "data": [["Ritz-Carlton Mexico City"], ["Reforma 90"], ["Residencial Vidalta Torre Altaire 2"], ["Residencial Vidalta Torre Altaire 3"]]}, "table_names": "['buildings']", "table_image_ids": ["TableImg_Qa5f4_12.png"], "original_data_index": 167} +{"question": "Which events have the number of notes between one and three? List the event id and the property id.", "answer": {"columns": ["Customer_Event_ID", "property_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[70, 605], [216, 669], [428, 954], [559, 107], [591, 120], [606, 445], [627, 748], [817, 107]]}, "table_names": "['Customer_Events', 'Customer_Event_Notes']", "table_image_ids": ["TableImg_Qlvgk_13.png", "TableImg_Xegfq_13.png"], "original_data_index": 168} +{"question": "Return the order ids and details for orderes with two or more invoices.", "answer": {"columns": ["order_id", "order_details"], "index": [0, 1], "data": [[3, null], [9, null]]}, "table_names": "['Orders', 'Invoices']", "table_image_ids": ["TableImg_T7eb4_15.png", "TableImg_Fz4uf_15.png"], "original_data_index": 169} +{"question": "How many credit cards does customer Blanche Huels have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Customers', 'Customers_Cards']", "table_image_ids": ["TableImg_75p21_15.png", "TableImg_Sy1zw_15.png"], "original_data_index": 170} +{"question": "What is the total number of campuses?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[23]]}, "table_names": "['Campuses']", "table_image_ids": ["TableImg_2kuaa_23.png"], "original_data_index": 171} +{"question": "Which film has the most copies in the inventory? List both title and id.", "answer": {"columns": ["title", "film_id"], "index": [0], "data": [["ACADEMY DINOSAUR", 1]]}, "table_names": "['film', 'inventory']", "table_image_ids": ["TableImg_Ot5uq_1000.png", "TableImg_9qwx9_4581.png"], "original_data_index": 172} +{"question": "What is the name of the bank branch that has lended the largest total amount in loans, specifically to customers with credit scores below 100?", "answer": {"columns": ["bname"], "index": [0], "data": [["downtown"]]}, "table_names": "['bank', 'customer', 'loan']", "table_image_ids": ["TableImg_Vd9zs_4.png", "TableImg_4bxwl_3.png", "TableImg_Yqah5_3.png"], "original_data_index": 173} +{"question": "How many different users wrote some reviews?", "answer": {"columns": ["count(DISTINCT u_id)"], "index": [0], "data": [[2]]}, "table_names": "['review']", "table_image_ids": ["TableImg_0rlsh_7.png"], "original_data_index": 174} +{"question": "List the names of customers who have once canceled the purchase of the product \"food\" (the item status is \"Cancel\").", "answer": {"columns": ["customer_name"], "index": [0, 1], "data": [["George"], ["Devan"]]}, "table_names": "['Customers', 'Orders', 'Products', 'Order_Items']", "table_image_ids": ["TableImg_7vuc0_15.png", "TableImg_Mcotm_15.png", "TableImg_2n75i_15.png", "TableImg_4j7hk_15.png"], "original_data_index": 175} +{"question": "What is the average rating stars and title for the oldest movie?", "answer": {"columns": ["avg(T1.stars)", "title"], "index": [0], "data": [[4.5, "Snow White"]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Jfopm_8.png", "TableImg_Dqchg_14.png"], "original_data_index": 176} +{"question": "List the name and the number of enrolled student for each course.", "answer": {"columns": ["course_name", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["AI", 2], ["Art history", 2], ["Chinese Painting", 1], ["French", 3], ["Japanese", 2], ["Spanish", 2], ["Writing in French", 2], ["advanced database", 2], ["database", 2], ["modern Arts", 2]]}, "table_names": "['Courses', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Se2i5_15.png", "TableImg_V137q_20.png"], "original_data_index": 177} +{"question": "How many camera lenses have a focal length longer than 15 mm?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[9]]}, "table_names": "['camera_lens']", "table_image_ids": ["TableImg_D9zy8_11.png"], "original_data_index": 178} +{"question": "What are the apartment number, start date, and end date of each apartment booking?", "answer": {"columns": ["apt_number", "booking_start_date", "booking_start_date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Apt. 859", "2016-09-26 17:13:49", "2016-09-26 17:13:49"], ["Suite 634", "2016-04-01 06:28:08", "2016-04-01 06:28:08"], ["Suite 693", "2017-03-13 16:20:14", "2017-03-13 16:20:14"], ["Suite 749", "2016-08-04 10:33:00", "2016-08-04 10:33:00"], ["Apt. 940", "2017-02-11 14:34:14", "2017-02-11 14:34:14"], ["Suite 088", "2016-05-24 20:09:38", "2016-05-24 20:09:38"], ["Apt. 859", "2016-07-25 02:57:04", "2016-07-25 02:57:04"], ["Suite 693", "2016-11-26 05:04:31", "2016-11-26 05:04:31"], ["Apt. 187", "2017-05-13 18:17:20", "2017-05-13 18:17:20"], ["Apt. 477", "2017-03-04 02:23:49", "2017-03-04 02:23:49"], ["Suite 749", "2016-06-07 05:05:18", "2016-06-07 05:05:18"], ["Apt. 794", "2016-04-17 12:53:59", "2016-04-17 12:53:59"], ["Apt. 859", "2016-09-28 05:00:50", "2016-09-28 05:00:50"], ["Apt. 585", "2017-04-07 04:53:27", "2017-04-07 04:53:27"], ["Suite 693", "2017-07-03 14:15:56", "2017-07-03 14:15:56"]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_49699_15.png", "TableImg_Iryhh_15.png"], "original_data_index": 179} +{"question": "Find the number of distinct bed types available in this inn.", "answer": {"columns": ["count(DISTINCT bedType)"], "index": [0], "data": [[3]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_Rcg8r_10.png"], "original_data_index": 180} +{"question": "List the names and origins of people who are not body builders.", "answer": {"columns": ["Name", "Birth_Place"], "index": [0], "data": [["Mark Fayne", "Nashua, New Hampshire"]]}, "table_names": "['body_builder', 'people']", "table_image_ids": ["TableImg_Wvddg_5.png", "TableImg_8g6a4_6.png"], "original_data_index": 181} +{"question": "What are the titles and directors of the movies whose star is greater than the average stars of the movies directed by James Cameron?", "answer": {"columns": ["title", "director"], "index": [0, 1], "data": [["Snow White", null], ["Avatar", "James Cameron"]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_1bosc_8.png", "TableImg_Sd0s5_14.png"], "original_data_index": 182} +{"question": "What are the full names of customers who do not have any accounts?", "answer": {"columns": ["customer_first_name", "customer_last_name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Aniyah", "Feest"], ["Armani", "Farrell"], ["Frederic", "Swift"], ["Izabella", "Erdman"], ["Marcel", "Brekke"], ["Nat", "Davis"]]}, "table_names": "['Accounts', 'Customers']", "table_image_ids": ["TableImg_2z6v5_15.png", "TableImg_Wi6xr_15.png"], "original_data_index": 183} +{"question": "Show the names of journalists and the names of the events they reported in ascending order", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["John Meaney", "Special Exhibition"], ["Tom Briggs", "Special Exhibition"], ["Jackie Waring", "Government Hearing"], ["Herbert Swindells", "Public Debating"], ["Tony Waddington", "Global Awarding"], ["Jackie Waring", "Olympia Games Openning"], ["Ray Ferris", "Olympia Games Openning"]]}, "table_names": "['event', 'journalist', 'news_report']", "table_image_ids": ["TableImg_0gg74_5.png", "TableImg_3sh6e_11.png", "TableImg_Ehiq3_7.png"], "original_data_index": 184} +{"question": "What is total number of show times per dat for each cinema?", "answer": {"columns": ["Name", "sum(T1.show_times_per_day)"], "index": [0, 1, 2, 3, 4], "data": [["Codling", 10], ["Carrowleagh", 5], ["Gortahile", 4], ["Mount Callan", 5], ["Oriel", 5]]}, "table_names": "['cinema', 'schedule']", "table_image_ids": ["TableImg_Puae3_10.png", "TableImg_0962x_7.png"], "original_data_index": 185} +{"question": "What are the ids of all stations that have a latitude above 37.4 and have never had less than 7 bikes available?", "answer": {"columns": ["id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26], "data": [[25], [31], [35], [36], [37], [38], [42], [45], [46], [48], [49], [51], [56], [57], [58], [62], [63], [64], [65], [67], [68], [71], [72], [73], [75], [76], [77]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_Hfazy_70.png", "TableImg_3tmyx_8487.png"], "original_data_index": 186} +{"question": "Who are all the directors?", "answer": {"columns": ["Directed_by"], "index": [0, 1], "data": [["Bill Schreiner"], ["Jesus Salvador Trevi\u00c3\u00b1o"]]}, "table_names": "['film']", "table_image_ids": ["TableImg_Knie2_5.png"], "original_data_index": 187} +{"question": "How many bookings does each booking status have? List the booking status code and the number of corresponding bookings.", "answer": {"columns": ["booking_status_code", "COUNT(*)"], "index": [0, 1], "data": [["Confirmed", 7], ["Provisional", 8]]}, "table_names": "['Apartment_Bookings']", "table_image_ids": ["TableImg_B824n_15.png"], "original_data_index": 188} +{"question": "What are the names of the tourist attractions and the dates when the tourists named Vincent or Vivian visited there?", "answer": {"columns": ["Name", "Visit_Date"], "index": [0, 1, 2, 3], "data": [["flying elephant", "2013-08-06 05:35:51"], ["fun shops", "2013-10-27 09:56:08"], ["fun games", "2017-03-19 08:48:19"], ["parking", "2007-09-17 10:12:45"]]}, "table_names": "['Visitors', 'Tourist_Attractions', 'Visits']", "table_image_ids": ["TableImg_Alt3g_20.png", "TableImg_4qf2w_15.png", "TableImg_Q1pam_20.png"], "original_data_index": 189} +{"question": "List the hardware model name for the phones that have screen mode type \"Text\" or RAM size greater than 32.", "answer": {"columns": ["Hardware_Model_name"], "index": [0, 1, 2, 3], "data": [["LG-P760"], ["Z520e"], ["GT-I9100"], ["U8815 Asura"]]}, "table_names": "['chip_model', 'screen_mode', 'phone']", "table_image_ids": ["TableImg_T0vta_14.png", "TableImg_7qs51_7.png", "TableImg_Oeh1r_8.png"], "original_data_index": 190} +{"question": "What campus started in year 1956, has more than 200 full time students, and more than 400 students enrolled?", "answer": {"columns": ["Campus"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["California State University-Chico"], ["Fresno State University"], ["Humboldt State University"], ["Long Beach State University"], ["California State University-Los Angeles"], ["California State University-Northridge"], ["California State Polytechnic University-Pomona"], ["California State University-Sacramento"], ["San Diego State University"], ["San Francisco State University"], ["San Jose State University"], ["California Polytechnic State University-San Luis Obispo"]]}, "table_names": "['Campuses', 'enrollments']", "table_image_ids": ["TableImg_Hz10c_23.png", "TableImg_6jad8_1113.png"], "original_data_index": 191} +{"question": "Find the name of accounts whose checking balance is higher than corresponding saving balance.", "answer": {"columns": ["name"], "index": [0], "data": [["Weeks"]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_S1vj8_7.png", "TableImg_Pzbc0_6.png", "TableImg_A295f_7.png"], "original_data_index": 192} +{"question": "Who directed Avatar?", "answer": {"columns": ["director"], "index": [0], "data": [["James Cameron"]]}, "table_names": "['Movie']", "table_image_ids": ["TableImg_Zo657_8.png"], "original_data_index": 193} +{"question": "Which clubs have one or more members whose advisor is \"1121\"?", "answer": {"columns": ["ClubName"], "index": [0], "data": [["Bootup Baltimore"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Ecbdc_34.png", "TableImg_Oqh0d_4.png", "TableImg_49s0s_4.png"], "original_data_index": 194} +{"question": "What is the checking balance of the account whose owner\u2019s name contains the substring \u2018ee\u2019?", "answer": {"columns": ["balance"], "index": [0], "data": [[7000.0]]}, "table_names": "['ACCOUNTS', 'CHECKING']", "table_image_ids": ["TableImg_Ygnd5_7.png", "TableImg_03xn8_7.png"], "original_data_index": 195} +{"question": "How many proteins are associated with an institution in a building with at least 20 floors?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['building', 'Institution', 'protein']", "table_image_ids": ["TableImg_Wjvgq_8.png", "TableImg_1588e_11.png", "TableImg_1tqpi_5.png"], "original_data_index": 196} +{"question": "Which order deals with the most items? Return the order id.", "answer": {"columns": ["order_id"], "index": [0], "data": [[6]]}, "table_names": "['Orders', 'Order_Items']", "table_image_ids": ["TableImg_87en9_15.png", "TableImg_3dht7_15.png"], "original_data_index": 197} +{"question": "List the dates and vote percents of elections.", "answer": {"columns": ["Date", "Vote_Percent"], "index": [0, 1, 2, 3, 4], "data": [["July 1942", 16.2], ["October 1942", 18.5], ["1946", 19.5], ["1949", 19.5], ["1953", 16.0]]}, "table_names": "['election']", "table_image_ids": ["TableImg_Bqxwk_5.png"], "original_data_index": 198} +{"question": "Find the first name of the professor who is teaching two courses with code CIS-220 and QM-261.", "answer": {"columns": ["EMP_FNAME"], "index": [0], "data": [["Gerald"]]}, "table_names": "['CLASS', 'EMPLOYEE']", "table_image_ids": ["TableImg_Rture_13.png", "TableImg_Hfhpm_37.png"], "original_data_index": 199} +{"question": "What is the maximum, minimum, and average amount of money outsanding for all customers?", "answer": {"columns": ["max(amount_outstanding)", "min(amount_outstanding)", "avg(amount_outstanding)"], "index": [0], "data": [[9500.0, 255.0, 5643.7333333333]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_0sahy_15.png"], "original_data_index": 200} +{"question": "What are the booking start and end dates of the apartments with more than 2 bedrooms?", "answer": {"columns": ["booking_start_date", "booking_start_date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["2016-09-26 17:13:49", "2016-09-26 17:13:49"], ["2016-04-01 06:28:08", "2016-04-01 06:28:08"], ["2017-03-13 16:20:14", "2017-03-13 16:20:14"], ["2016-08-04 10:33:00", "2016-08-04 10:33:00"], ["2017-02-11 14:34:14", "2017-02-11 14:34:14"], ["2016-05-24 20:09:38", "2016-05-24 20:09:38"], ["2016-07-25 02:57:04", "2016-07-25 02:57:04"], ["2016-11-26 05:04:31", "2016-11-26 05:04:31"], ["2017-05-13 18:17:20", "2017-05-13 18:17:20"], ["2017-03-04 02:23:49", "2017-03-04 02:23:49"], ["2016-06-07 05:05:18", "2016-06-07 05:05:18"], ["2016-04-17 12:53:59", "2016-04-17 12:53:59"], ["2016-09-28 05:00:50", "2016-09-28 05:00:50"], ["2017-04-07 04:53:27", "2017-04-07 04:53:27"], ["2017-07-03 14:15:56", "2017-07-03 14:15:56"]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_Hdu0o_15.png", "TableImg_Uc844_15.png"], "original_data_index": 201} +{"question": "What are the names of instructors who advise more than one student?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49], "data": [["Lembr"], ["Bawa"], ["Yazdi"], ["Wieland"], ["DAgostino"], ["Liley"], ["Kean"], ["Atanassov"], ["Moreira"], ["Gustafsson"], ["Bourrier"], ["Bondi"], ["Soisalon-Soininen"], ["Morris"], ["Arias"], ["Murata"], ["Tung"], ["Luo"], ["Vicentino"], ["Romero"], ["Lent"], ["Sarkar"], ["Shuming"], ["Konstantinides"], ["Bancilhon"], ["Hau"], ["Dusserre"], ["Desyl"], ["Jaekel"], ["McKinnon"], ["Gutierrez"], ["Mingoz"], ["Pimenta"], ["Yin"], ["Sullivan"], ["Voronina"], ["Kenje"], ["Mahmoud"], ["Pingr"], ["Ullman "], ["Levine"], ["Queiroz"], ["Valtchev"], ["Bietzk"], ["Choll"], ["Arinb"], ["Sakurai"], ["Mird"], ["Bertolino"], ["Dale"]]}, "table_names": "['instructor', 'advisor']", "table_image_ids": ["TableImg_H07n3_50.png", "TableImg_B503u_2000.png"], "original_data_index": 202} +{"question": "What are the room names and ids of all the rooms that cost more than 160 and can accommodate more than two people.", "answer": {"columns": ["roomName", "RoomId"], "index": [0, 1, 2, 3], "data": [["Abscond or bolster", "AOB"], ["Convoke and sanguine", "CAS"], ["Riddle to exculpate", "RTE"], ["Frugal not apropos", "FNA"]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_Khnqx_10.png"], "original_data_index": 203} +{"question": "What are the players who played for Columbus Crew, and how many years did each play for?", "answer": {"columns": ["Player", "Years_Played"], "index": [0, 1, 2, 3, 4, 5], "data": [["Cho Soong-Jae (630)", "1 (2011)"], ["Chung Hong (717)", "1 (2011)"], ["Im Kyu-tae (492)", "8 (2003\u00e2\u0080\u00932005, 2007\u00e2\u0080\u00932011)"], ["Jeong Suk-Young (793)", "2 (2010\u00e2\u0080\u00932011)"], ["Seol Jae-Min (none)", "2 (2010-2011)"], ["An Jae-Sung", "3 (2005, 2007\u00e2\u0080\u00932008)"]]}, "table_names": "['team', 'player']", "table_image_ids": ["TableImg_B31cy_10.png", "TableImg_Sjbhg_10.png"], "original_data_index": 204} +{"question": "What is the receipt date of the document with id 3?", "answer": {"columns": ["receipt_date"], "index": [0], "data": [["2014-12-25 17:22:44"]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_5kz0d_15.png"], "original_data_index": 205} +{"question": "Which room has the largest number of reservations?", "answer": {"columns": ["roomName"], "index": [0], "data": [["Convoke and sanguine"]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_G0coe_10.png", "TableImg_R6pbx_600.png"], "original_data_index": 206} +{"question": "Return the color description that is most common across all products.", "answer": {"columns": ["color_description"], "index": [0], "data": [["blue"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_0f98i_8.png", "TableImg_F8826_15.png"], "original_data_index": 207} +{"question": "Which city lives most of staffs? List the city name and number of staffs.", "answer": {"columns": ["city", "count(*)"], "index": [0], "data": [["Port Melyssa", 4]]}, "table_names": "['Addresses', 'Staff']", "table_image_ids": ["TableImg_1ud77_15.png", "TableImg_H427e_15.png"], "original_data_index": 208} +{"question": "How many actors have appeared in each musical?", "answer": {"columns": ["Name", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["The Phantom of the Opera", 2], ["Les Mis\u00c3\u00a9rables", 2], ["West Side Story", 1], ["The Book of Mormon", 4]]}, "table_names": "['musical', 'actor']", "table_image_ids": ["TableImg_Zydno_7.png", "TableImg_79x7m_9.png"], "original_data_index": 209} +{"question": "What are the first name, last name and id of the player with the most all star game experiences? Also list the count.", "answer": {"columns": ["name_first", "name_last", "player_id", "count(*)"], "index": [0], "data": [["Hank", "Aaron", "aaronha01", 25]]}, "table_names": "['all_star', 'player']", "table_image_ids": ["TableImg_721sr_5069.png", "TableImg_1i145_18846.png"], "original_data_index": 210} +{"question": "What are the names of all the playlists?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["Music"], ["Movies"], ["TV Shows"], ["Audiobooks"], ["90\u00e2\u0080\u0099s Music"], ["Audiobooks"], ["Movies"], ["Music"], ["Music Videos"], ["TV Shows"], ["Brazilian Music"], ["Classical"], ["Classical 101 - Deep Cuts"], ["Classical 101 - Next Steps"], ["Classical 101 - The Basics"], ["Grunge"], ["Heavy Metal Classic"], ["On-The-Go 1"]]}, "table_names": "['playlists']", "table_image_ids": ["TableImg_Btz6h_18.png"], "original_data_index": 211} +{"question": "What are the phone numbers of all customers and all staff members?", "answer": {"columns": ["phone_number"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["(379)551-0838x146"], ["(383)553-1035x20399"], ["+38(3)9011433816"], ["044-468-4549"], ["06963347450"], ["1-132-839-9409x288"], ["1-369-302-7623x576"], ["142-311-6503x206"], ["155-811-6153"], ["345-656-5571"], ["470-803-0244"], ["548.373.3603x59134"], ["578.019.7943x328"], ["751-262-8424x575"], ["997.698.4779x882"]]}, "table_names": "['Staff', 'Customers']", "table_image_ids": ["TableImg_W8gmm_7.png", "TableImg_G2egb_8.png"], "original_data_index": 212} +{"question": "Which claim processing stage has the most claims? Show the claim status name.", "answer": {"columns": ["Claim_Status_Name"], "index": [0], "data": [["Open"]]}, "table_names": "['Claims_Processing_Stages', 'Claims_Processing']", "table_image_ids": ["TableImg_548vp_2.png", "TableImg_G90g3_15.png"], "original_data_index": 213} +{"question": "Show the famous titles of the artists with both volumes that lasted more than 2 weeks on top and volumes that lasted less than 2 weeks on top.", "answer": {"columns": ["Famous_Title"], "index": [0], "data": [["Bergen 1996"]]}, "table_names": "['artist', 'volume']", "table_image_ids": ["TableImg_0w1a7_7.png", "TableImg_9ec3t_10.png"], "original_data_index": 214} +{"question": "What degrees were conferred in San Francisco State University in the year 2001?", "answer": {"columns": ["Degrees"], "index": [0], "data": [[4469]]}, "table_names": "['Campuses', 'degrees']", "table_image_ids": ["TableImg_Lgg6o_23.png", "TableImg_Hl1wm_320.png"], "original_data_index": 215} +{"question": "What is the list of school locations sorted in descending order of school foundation year?", "answer": {"columns": ["Location"], "index": [0, 1, 2, 3, 4, 5], "data": [["Wahroonga"], ["Bellevue Hill"], ["Summer Hill"], ["Waverley"], ["Hornsby"], ["Milsons Point"]]}, "table_names": "['school']", "table_image_ids": ["TableImg_A3hy1_6.png"], "original_data_index": 216} +{"question": "Which papers' first author is affiliated with an institution in the country \"Japan\" and has last name \"Ohori\"? Give me the titles of the papers.", "answer": {"columns": ["title"], "index": [0], "data": [["Making Standard ML a Practical Database Programming Language"]]}, "table_names": "['Inst', 'Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_W93qw_8.png", "TableImg_P5qzq_13.png", "TableImg_A59xa_7.png", "TableImg_04h52_14.png"], "original_data_index": 217} +{"question": "Return the the names of the drama workshop groups that are located in Feliciaberg city.", "answer": {"columns": ["Store_Name"], "index": [0], "data": [["Uhuels Fruit"]]}, "table_names": "['Addresses', 'Drama_Workshop_Groups']", "table_image_ids": ["TableImg_Aika6_20.png", "TableImg_M9rcf_15.png"], "original_data_index": 218} +{"question": "What are the names and type codes of products?", "answer": {"columns": ["Product_Name", "Product_Type_Code"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Business Policy", "Books"], ["Special Dinning", "Food"], ["Men suits", "Clothes"], ["TV Equipments", "Electronics"], ["Business Policy B", "Books"], ["TV Equipments", "Electronics"], ["Conference Equipments", "Electronics"], ["Trading Policy", "Books"], ["Trading Policy B", "Books"], ["Dinning", "Food"], ["Dinning", "Food"], ["Dinning", "Food"], ["Special Dinning", "Food"], ["TV Equipments", "Electronics"], ["Men suits", "Clothes"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Xjxk9_15.png"], "original_data_index": 219} +{"question": "What is the average bike availablility for stations not in Palo Alto?", "answer": {"columns": ["avg(bikes_available)"], "index": [0], "data": [[7.6579014228]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_Kywt4_70.png", "TableImg_Jshao_8487.png"], "original_data_index": 220} +{"question": "What is zip code of customer with first name as Carole and last name as Bernhard?", "answer": {"columns": ["zip_postcode"], "index": [0], "data": [["75074"]]}, "table_names": "['Addresses', 'Customers']", "table_image_ids": ["TableImg_Rqs4z_15.png", "TableImg_Bxgiw_15.png"], "original_data_index": 221} +{"question": "What are the names of products with price at most 200?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Memory"], ["ZIP drive"], ["Floppy disk"], ["DVD drive"], ["CD drive"], ["Toner cartridge"], ["DVD burner"], ["DVD drive"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Kda55_11.png"], "original_data_index": 222} +{"question": "List the season, home team, away team of all the games.", "answer": {"columns": ["Season", "Home_team", "Away_team"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [[2007, "Quruvchi", "Pakhtakor"], [2007, "Pakhtakor", "Quruvchi"], [2007, "Pakhtakor", "Quruvchi"], [2008, "Pakhtakor", "Quruvchi"], [2008, "Bunyodkor", "Pakhtakor"], [2008, "Bunyodkor", "Pakhtakor"], [2009, "Bunyodkor", "Pakhtakor"], [2009, "Pakhtakor", "Bunyodkor"], [2009, "Pakhtakor", "Bunyodkor"], [2010, "Bunyodkor", "Pakhtakor"], [2010, "Pakhtakor", "Bunyodkor"], [2011, "Pakhtakor", "Bunyodkor"], [2011, "Bunyodkor", "Pakhtakor"], [2012, "Bunyodkor", "Pakhtakor"], [2012, "Bunyodkor", "Pakhtakor"], [2012, "Pakhtakor", "Bunyodkor"], [2012, "Bunyodkor", "Pakhtakor"], [2012, "Pakhtakor", "Bunyodkor"], [2013, "Pakhtakor", "Bunyodkor"], [2013, "Bunyodkor", "Pakhtakor"]]}, "table_names": "['game']", "table_image_ids": ["TableImg_Piyob_20.png"], "original_data_index": 223} +{"question": "what are the employee ids and job titles for employees in department 80?", "answer": {"columns": ["EMPLOYEE_ID", "JOB_TITLE"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "data": [[145, "Sales Manager"], [146, "Sales Manager"], [147, "Sales Manager"], [148, "Sales Manager"], [149, "Sales Manager"], [150, "Sales Representative"], [151, "Sales Representative"], [152, "Sales Representative"], [153, "Sales Representative"], [154, "Sales Representative"], [155, "Sales Representative"], [156, "Sales Representative"], [157, "Sales Representative"], [158, "Sales Representative"], [159, "Sales Representative"], [160, "Sales Representative"], [161, "Sales Representative"], [162, "Sales Representative"], [163, "Sales Representative"], [164, "Sales Representative"], [165, "Sales Representative"], [166, "Sales Representative"], [167, "Sales Representative"], [168, "Sales Representative"], [169, "Sales Representative"], [170, "Sales Representative"], [171, "Sales Representative"], [172, "Sales Representative"], [173, "Sales Representative"], [174, "Sales Representative"], [175, "Sales Representative"], [176, "Sales Representative"], [177, "Sales Representative"], [179, "Sales Representative"]]}, "table_names": "['jobs', 'employees']", "table_image_ids": ["TableImg_Frlbk_19.png", "TableImg_7brty_107.png"], "original_data_index": 224} +{"question": "Find the names and total checking and savings balances of accounts whose savings balance is higher than the average savings balance.", "answer": {"columns": ["name", "T2.balance + T3.balance"], "index": [0], "data": [["Wang", 1000001999.0]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_Cqqyo_7.png", "TableImg_R339r_6.png", "TableImg_8de72_7.png"], "original_data_index": 225} +{"question": "List all the event names by year from the most recent to the oldest.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["European FINA"], ["FINA"], ["IPC"], ["World Junior"], ["World Master"], ["Pacific"]]}, "table_names": "['event']", "table_image_ids": ["TableImg_Mejoz_6.png"], "original_data_index": 226} +{"question": "Count the number of different affected regions.", "answer": {"columns": ["count(DISTINCT region_id)"], "index": [0], "data": [[4]]}, "table_names": "['affected_region']", "table_image_ids": ["TableImg_Wqxf4_6.png"], "original_data_index": 227} +{"question": "What are project ids of projects that have 2 or more corresponding documents?", "answer": {"columns": ["Project_ID"], "index": [0, 1, 2, 3], "data": [[30], [35], [105], [134]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_8va87_15.png"], "original_data_index": 228} +{"question": "Show all party names and the number of members in each party.", "answer": {"columns": ["Party_name", "count(*)"], "index": [0, 1, 2], "data": [["Convention Peoples Party", 2], ["Progress Party", 4], ["3", 9]]}, "table_names": "['party', 'member']", "table_image_ids": ["TableImg_Gdamz_5.png", "TableImg_Yeuda_15.png"], "original_data_index": 229} +{"question": "What are the details and id of the project with the most outcomes?", "answer": {"columns": ["project_details", "project_id"], "index": [0], "data": [["deleniti", 7]]}, "table_names": "['Project_Outcomes', 'Projects']", "table_image_ids": ["TableImg_Fm5us_15.png", "TableImg_Snpbd_15.png"], "original_data_index": 230} +{"question": "Find the number of classes in each department.", "answer": {"columns": ["count(*)", "DEPT_CODE"], "index": [0, 1], "data": [[5, "ACCT"], [8, "CIS"]]}, "table_names": "['CLASS', 'COURSE']", "table_image_ids": ["TableImg_Hcqwa_13.png", "TableImg_I34e9_6.png"], "original_data_index": 231} +{"question": "What are the names of customers who have a loan of more than 3000 in amount?", "answer": {"columns": ["cust_name"], "index": [0], "data": [["Owen"]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_Ukfnm_3.png", "TableImg_Qk02s_3.png"], "original_data_index": 232} +{"question": "What is the first and last name of the professor in biology department?", "answer": {"columns": ["EMP_FNAME", "EMP_LNAME"], "index": [0, 1], "data": [["Van", "Thieu"], ["George", "Smithson"]]}, "table_names": "['DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Q3arm_11.png", "TableImg_Bc087_37.png", "TableImg_1l5qi_22.png"], "original_data_index": 233} +{"question": "What are the ids of the students who registered course statistics by order of registration date?", "answer": {"columns": ["student_id"], "index": [0, 1, 2, 3], "data": [[121], [111], [171], [141]]}, "table_names": "['Courses', 'Student_Course_Registrations']", "table_image_ids": ["TableImg_0jvco_6.png", "TableImg_Ivrms_9.png"], "original_data_index": 234} +{"question": "Find the titles of papers whose first author is affiliated with an institution in the country \"Japan\" and has last name \"Ohori\"?", "answer": {"columns": ["title"], "index": [0], "data": [["Making Standard ML a Practical Database Programming Language"]]}, "table_names": "['Inst', 'Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_W73cm_8.png", "TableImg_Aag9b_13.png", "TableImg_Hiijr_7.png", "TableImg_Hk405_14.png"], "original_data_index": 235} +{"question": "What are the line 1 of addresses shared by some students and some teachers?", "answer": {"columns": ["line_1"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["11940 Pauline Shoals"], ["1333 Boyle Lane"], ["3069 Garrison Squares"], ["4115 Ebert Fall"], ["51391 Dach Parkways Apt. 124"], ["6960 O'Connell Dale Suite 622"], ["920 Brayan Harbors"]]}, "table_names": "['Addresses', 'Students', 'Teachers']", "table_image_ids": ["TableImg_D45ny_20.png", "TableImg_Inwxp_15.png", "TableImg_Uxctd_15.png"], "original_data_index": 236} +{"question": "Which park had most attendances in 2008?", "answer": {"columns": ["park_name"], "index": [0], "data": [["Yankee Stadium I"]]}, "table_names": "['home_game', 'park']", "table_image_ids": ["TableImg_O4kgz_2944.png", "TableImg_Rb9iw_250.png"], "original_data_index": 237} +{"question": "List all player names who have an overall rating higher than the average.", "answer": {"columns": ["player_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157, 3158, 3159, 3160, 3161, 3162, 3163, 3164, 3165, 3166, 3167, 3168, 3169, 3170, 3171, 3172, 3173, 3174, 3175, 3176, 3177, 3178, 3179, 3180, 3181, 3182, 3183, 3184, 3185, 3186, 3187, 3188, 3189, 3190, 3191, 3192, 3193, 3194, 3195, 3196, 3197, 3198, 3199, 3200, 3201, 3202, 3203, 3204, 3205, 3206, 3207, 3208, 3209, 3210, 3211, 3212, 3213, 3214, 3215, 3216, 3217, 3218, 3219, 3220, 3221, 3222, 3223, 3224, 3225, 3226, 3227, 3228, 3229, 3230, 3231, 3232, 3233, 3234, 3235, 3236, 3237, 3238, 3239, 3240, 3241, 3242, 3243, 3244, 3245, 3246, 3247, 3248, 3249, 3250, 3251, 3252, 3253, 3254, 3255, 3256, 3257, 3258, 3259, 3260, 3261, 3262, 3263, 3264, 3265, 3266, 3267, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3275, 3276, 3277, 3278, 3279, 3280, 3281, 3282, 3283, 3284, 3285, 3286, 3287, 3288, 3289, 3290, 3291, 3292, 3293, 3294, 3295, 3296, 3297, 3298, 3299, 3300, 3301, 3302, 3303, 3304, 3305, 3306, 3307, 3308, 3309, 3310, 3311, 3312, 3313, 3314, 3315, 3316, 3317, 3318, 3319, 3320, 3321, 3322, 3323, 3324, 3325, 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333, 3334, 3335, 3336, 3337, 3338, 3339, 3340, 3341, 3342, 3343, 3344, 3345, 3346, 3347, 3348, 3349, 3350, 3351, 3352, 3353, 3354, 3355, 3356, 3357, 3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365, 3366, 3367, 3368, 3369, 3370, 3371, 3372, 3373, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384, 3385, 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393, 3394, 3395, 3396, 3397, 3398, 3399, 3400, 3401, 3402, 3403, 3404, 3405, 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413, 3414, 3415, 3416, 3417, 3418, 3419, 3420, 3421, 3422, 3423, 3424, 3425, 3426, 3427, 3428, 3429, 3430, 3431, 3432, 3433, 3434, 3435, 3436, 3437, 3438, 3439, 3440, 3441, 3442, 3443, 3444, 3445, 3446, 3447, 3448, 3449, 3450, 3451, 3452, 3453, 3454, 3455, 3456, 3457, 3458, 3459, 3460, 3461, 3462, 3463, 3464, 3465, 3466, 3467, 3468, 3469, 3470, 3471, 3472, 3473, 3474, 3475, 3476, 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3486, 3487, 3488, 3489, 3490, 3491, 3492, 3493, 3494, 3495, 3496, 3497, 3498, 3499, 3500, 3501, 3502, 3503, 3504, 3505, 3506, 3507, 3508, 3509, 3510, 3511, 3512, 3513, 3514, 3515, 3516, 3517, 3518, 3519, 3520, 3521, 3522, 3523, 3524, 3525, 3526, 3527, 3528, 3529, 3530, 3531, 3532, 3533, 3534, 3535, 3536, 3537, 3538, 3539, 3540, 3541, 3542, 3543, 3544, 3545, 3546, 3547, 3548, 3549, 3550, 3551, 3552, 3553, 3554, 3555, 3556, 3557, 3558, 3559, 3560, 3561, 3562, 3563, 3564, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, 3573, 3574, 3575, 3576, 3577, 3578, 3579, 3580, 3581, 3582, 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591, 3592, 3593, 3594, 3595, 3596, 3597, 3598, 3599, 3600, 3601, 3602, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610, 3611, 3612, 3613, 3614, 3615, 3616, 3617, 3618, 3619, 3620, 3621, 3622, 3623, 3624, 3625, 3626, 3627, 3628, 3629, 3630, 3631, 3632, 3633, 3634, 3635, 3636, 3637, 3638, 3639, 3640, 3641, 3642, 3643, 3644, 3645, 3646, 3647, 3648, 3649, 3650, 3651, 3652, 3653, 3654, 3655, 3656, 3657, 3658, 3659, 3660, 3661, 3662, 3663, 3664, 3665, 3666, 3667, 3668, 3669, 3670, 3671, 3672, 3673, 3674, 3675, 3676, 3677, 3678, 3679, 3680, 3681, 3682, 3683, 3684, 3685, 3686, 3687, 3688, 3689, 3690, 3691, 3692, 3693, 3694, 3695, 3696, 3697, 3698, 3699, 3700, 3701, 3702, 3703, 3704, 3705, 3706, 3707, 3708, 3709, 3710, 3711, 3712, 3713, 3714, 3715, 3716, 3717, 3718, 3719, 3720, 3721, 3722, 3723, 3724, 3725, 3726, 3727, 3728, 3729, 3730, 3731, 3732, 3733, 3734, 3735, 3736, 3737, 3738, 3739, 3740, 3741, 3742, 3743, 3744, 3745, 3746, 3747, 3748, 3749, 3750, 3751, 3752, 3753, 3754, 3755, 3756, 3757, 3758, 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3767, 3768, 3769, 3770, 3771, 3772, 3773, 3774, 3775, 3776, 3777, 3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787, 3788, 3789, 3790, 3791, 3792, 3793, 3794, 3795, 3796, 3797, 3798, 3799, 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807, 3808, 3809, 3810, 3811, 3812, 3813, 3814, 3815, 3816, 3817, 3818, 3819, 3820, 3821, 3822, 3823, 3824, 3825, 3826, 3827, 3828, 3829, 3830, 3831, 3832, 3833, 3834, 3835, 3836, 3837, 3838, 3839, 3840, 3841, 3842, 3843, 3844, 3845, 3846, 3847, 3848, 3849, 3850, 3851, 3852, 3853, 3854, 3855, 3856, 3857, 3858, 3859, 3860, 3861, 3862, 3863, 3864, 3865, 3866, 3867, 3868, 3869, 3870, 3871, 3872, 3873, 3874, 3875, 3876, 3877, 3878, 3879, 3880, 3881, 3882, 3883, 3884, 3885, 3886, 3887, 3888, 3889, 3890, 3891, 3892, 3893, 3894, 3895, 3896, 3897, 3898, 3899, 3900, 3901, 3902, 3903, 3904, 3905, 3906, 3907, 3908, 3909, 3910, 3911, 3912, 3913, 3914, 3915, 3916, 3917, 3918, 3919, 3920, 3921, 3922, 3923, 3924, 3925, 3926, 3927, 3928, 3929, 3930, 3931, 3932, 3933, 3934, 3935, 3936, 3937, 3938, 3939, 3940, 3941, 3942, 3943, 3944, 3945, 3946, 3947, 3948, 3949, 3950, 3951, 3952, 3953, 3954, 3955, 3956, 3957, 3958, 3959, 3960, 3961, 3962, 3963, 3964, 3965, 3966, 3967, 3968, 3969, 3970, 3971, 3972, 3973, 3974, 3975, 3976, 3977, 3978, 3979, 3980, 3981, 3982, 3983, 3984, 3985, 3986, 3987, 3988, 3989, 3990, 3991, 3992, 3993, 3994, 3995, 3996, 3997, 3998, 3999, 4000, 4001, 4002, 4003, 4004, 4005, 4006, 4007, 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039, 4040, 4041, 4042, 4043, 4044, 4045, 4046, 4047, 4048, 4049, 4050, 4051, 4052, 4053, 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4062, 4063, 4064, 4065, 4066, 4067, 4068, 4069, 4070, 4071, 4072, 4073, 4074, 4075, 4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, 4087, 4088, 4089, 4090, 4091, 4092, 4093, 4094, 4095, 4096, 4097, 4098, 4099, 4100, 4101, 4102, 4103, 4104, 4105, 4106, 4107, 4108, 4109, 4110, 4111, 4112, 4113, 4114, 4115, 4116, 4117, 4118, 4119, 4120, 4121, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4134, 4135, 4136, 4137, 4138, 4139, 4140, 4141, 4142, 4143, 4144, 4145, 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153, 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4163, 4164, 4165, 4166, 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4174, 4175, 4176, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4185, 4186, 4187, 4188, 4189, 4190, 4191, 4192, 4193, 4194, 4195, 4196, 4197, 4198, 4199, 4200, 4201, 4202, 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, 4211, 4212, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4221, 4222, 4223, 4224, 4225, 4226, 4227, 4228, 4229, 4230, 4231, 4232, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4240, 4241, 4242, 4243, 4244, 4245, 4246, 4247, 4248, 4249, 4250, 4251, 4252, 4253, 4254, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262, 4263, 4264, 4265, 4266, 4267, 4268, 4269, 4270, 4271, 4272, 4273, 4274, 4275, 4276, 4277, 4278, 4279, 4280, 4281, 4282, 4283, 4284, 4285, 4286, 4287, 4288, 4289, 4290, 4291, 4292, 4293, 4294, 4295, 4296, 4297, 4298, 4299, 4300, 4301, 4302, 4303, 4304, 4305, 4306, 4307, 4308, 4309, 4310, 4311, 4312, 4313, 4314, 4315, 4316, 4317, 4318, 4319, 4320, 4321, 4322, 4323, 4324, 4325, 4326, 4327, 4328, 4329, 4330, 4331, 4332, 4333, 4334, 4335, 4336, 4337, 4338, 4339, 4340, 4341, 4342, 4343, 4344, 4345, 4346, 4347, 4348, 4349, 4350, 4351, 4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 4362, 4363, 4364, 4365, 4366, 4367, 4368, 4369, 4370, 4371, 4372, 4373, 4374, 4375, 4376, 4377, 4378, 4379, 4380, 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4388, 4389, 4390, 4391, 4392, 4393, 4394, 4395, 4396, 4397, 4398, 4399, 4400, 4401, 4402, 4403, 4404, 4405, 4406, 4407, 4408, 4409, 4410, 4411, 4412, 4413, 4414, 4415, 4416, 4417, 4418, 4419, 4420, 4421, 4422, 4423, 4424, 4425, 4426, 4427, 4428, 4429, 4430, 4431, 4432, 4433, 4434, 4435, 4436, 4437, 4438, 4439, 4440, 4441, 4442, 4443, 4444, 4445, 4446, 4447, 4448, 4449, 4450, 4451, 4452, 4453, 4454, 4455, 4456, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4465, 4466, 4467, 4468, 4469, 4470, 4471, 4472, 4473, 4474, 4475, 4476, 4477, 4478, 4479, 4480, 4481, 4482, 4483, 4484, 4485, 4486, 4487, 4488, 4489, 4490, 4491, 4492, 4493, 4494, 4495, 4496, 4497, 4498, 4499, 4500, 4501, 4502, 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510, 4511, 4512, 4513, 4514, 4515, 4516, 4517, 4518, 4519, 4520, 4521, 4522, 4523, 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534, 4535, 4536, 4537, 4538, 4539, 4540, 4541, 4542, 4543, 4544, 4545, 4546, 4547, 4548, 4549, 4550, 4551, 4552, 4553, 4554, 4555, 4556, 4557, 4558, 4559, 4560, 4561, 4562, 4563, 4564, 4565, 4566, 4567, 4568, 4569, 4570, 4571, 4572, 4573, 4574, 4575, 4576, 4577, 4578, 4579, 4580, 4581, 4582, 4583, 4584, 4585, 4586, 4587, 4588, 4589, 4590, 4591, 4592, 4593, 4594, 4595, 4596, 4597, 4598, 4599, 4600, 4601, 4602, 4603, 4604, 4605, 4606, 4607, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4626, 4627, 4628, 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4650, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4660, 4661, 4662, 4663, 4664, 4665, 4666, 4667, 4668, 4669, 4670, 4671, 4672, 4673, 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4683, 4684, 4685, 4686, 4687, 4688, 4689, 4690, 4691, 4692, 4693, 4694, 4695, 4696, 4697, 4698, 4699, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4742, 4743, 4744, 4745, 4746, 4747, 4748, 4749, 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, 4760, 4761, 4762, 4763, 4764, 4765, 4766, 4767, 4768, 4769, 4770, 4771, 4772, 4773, 4774, 4775, 4776, 4777, 4778, 4779, 4780, 4781, 4782, 4783, 4784, 4785, 4786, 4787, 4788, 4789, 4790, 4791, 4792, 4793, 4794, 4795, 4796, 4797, 4798, 4799, 4800, 4801, 4802, 4803, 4804, 4805, 4806, 4807, 4808, 4809, 4810, 4811, 4812, 4813, 4814, 4815, 4816, 4817, 4818, 4819, 4820, 4821, 4822, 4823, 4824, 4825, 4826, 4827, 4828, 4829, 4830, 4831, 4832, 4833, 4834, 4835, 4836, 4837, 4838, 4839, 4840, 4841, 4842, 4843, 4844, 4845, 4846, 4847, 4848, 4849, 4850, 4851, 4852, 4853, 4854, 4855, 4856, 4857, 4858, 4859, 4860, 4861, 4862, 4863, 4864, 4865, 4866, 4867, 4868, 4869, 4870, 4871, 4872, 4873, 4874, 4875, 4876, 4877, 4878, 4879, 4880, 4881, 4882, 4883, 4884, 4885, 4886, 4887, 4888, 4889, 4890, 4891, 4892, 4893, 4894, 4895, 4896, 4897, 4898, 4899, 4900, 4901, 4902, 4903, 4904, 4905, 4906, 4907, 4908, 4909, 4910, 4911, 4912, 4913, 4914, 4915, 4916, 4917, 4918, 4919, 4920, 4921, 4922, 4923, 4924, 4925, 4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933, 4934, 4935, 4936, 4937, 4938, 4939, 4940, 4941, 4942, 4943, 4944, 4945, 4946, 4947, 4948, 4949, 4950, 4951, 4952, 4953, 4954, 4955, 4956, 4957, 4958, 4959, 4960, 4961, 4962, 4963, 4964, 4965, 4966, 4967, 4968, 4969, 4970, 4971, 4972, 4973, 4974, 4975, 4976, 4977, 4978, 4979, 4980, 4981, 4982, 4983, 4984, 4985, 4986, 4987, 4988, 4989, 4990, 4991, 4992, 4993, 4994, 4995, 4996, 4997, 4998, 4999, 5000, 5001, 5002, 5003, 5004, 5005, 5006, 5007, 5008, 5009, 5010, 5011, 5012, 5013, 5014, 5015, 5016, 5017, 5018, 5019, 5020, 5021, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5034, 5035, 5036, 5037, 5038, 5039, 5040, 5041, 5042, 5043, 5044, 5045, 5046, 5047, 5048, 5049, 5050, 5051, 5052, 5053, 5054, 5055, 5056, 5057, 5058, 5059, 5060, 5061, 5062, 5063, 5064, 5065, 5066, 5067, 5068, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5077, 5078, 5079, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5087, 5088, 5089, 5090, 5091, 5092, 5093, 5094, 5095, 5096, 5097, 5098, 5099, 5100, 5101, 5102, 5103, 5104, 5105, 5106, 5107, 5108, 5109, 5110, 5111, 5112, 5113, 5114, 5115, 5116, 5117, 5118, 5119, 5120, 5121, 5122, 5123, 5124, 5125, 5126, 5127, 5128, 5129, 5130, 5131, 5132, 5133, 5134, 5135, 5136, 5137, 5138, 5139, 5140, 5141, 5142, 5143, 5144, 5145, 5146, 5147, 5148, 5149, 5150, 5151, 5152, 5153, 5154, 5155, 5156, 5157, 5158, 5159, 5160, 5161, 5162, 5163, 5164, 5165, 5166, 5167, 5168, 5169, 5170, 5171, 5172, 5173, 5174, 5175, 5176, 5177, 5178, 5179, 5180, 5181, 5182, 5183, 5184, 5185, 5186, 5187, 5188, 5189, 5190, 5191, 5192, 5193, 5194, 5195, 5196, 5197, 5198, 5199, 5200, 5201, 5202, 5203, 5204, 5205, 5206, 5207, 5208, 5209, 5210, 5211, 5212, 5213, 5214, 5215, 5216, 5217, 5218, 5219, 5220, 5221, 5222, 5223, 5224, 5225, 5226, 5227, 5228, 5229, 5230, 5231, 5232, 5233, 5234, 5235, 5236, 5237, 5238, 5239, 5240, 5241, 5242, 5243, 5244, 5245, 5246, 5247, 5248, 5249, 5250, 5251, 5252, 5253, 5254, 5255, 5256, 5257, 5258, 5259, 5260, 5261, 5262, 5263, 5264, 5265, 5266, 5267, 5268, 5269, 5270, 5271, 5272, 5273, 5274, 5275, 5276, 5277, 5278, 5279, 5280, 5281, 5282, 5283, 5284, 5285, 5286, 5287, 5288, 5289, 5290, 5291, 5292, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5338, 5339, 5340, 5341, 5342, 5343, 5344, 5345, 5346, 5347, 5348, 5349, 5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359, 5360, 5361, 5362, 5363, 5364, 5365, 5366, 5367, 5368, 5369, 5370, 5371, 5372, 5373, 5374, 5375, 5376, 5377, 5378, 5379, 5380, 5381, 5382, 5383, 5384, 5385, 5386, 5387, 5388, 5389, 5390, 5391, 5392, 5393, 5394, 5395, 5396, 5397, 5398, 5399, 5400, 5401, 5402, 5403, 5404, 5405, 5406, 5407, 5408, 5409, 5410, 5411, 5412, 5413, 5414, 5415, 5416, 5417, 5418, 5419, 5420, 5421, 5422, 5423, 5424, 5425, 5426, 5427, 5428, 5429, 5430, 5431, 5432, 5433, 5434, 5435, 5436, 5437, 5438, 5439, 5440, 5441, 5442, 5443, 5444, 5445, 5446, 5447, 5448, 5449, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5458, 5459, 5460, 5461, 5462, 5463, 5464, 5465, 5466, 5467, 5468, 5469, 5470, 5471, 5472, 5473, 5474, 5475, 5476, 5477, 5478, 5479, 5480, 5481, 5482, 5483, 5484, 5485, 5486, 5487, 5488, 5489, 5490, 5491, 5492, 5493, 5494, 5495, 5496, 5497, 5498, 5499, 5500, 5501, 5502, 5503, 5504, 5505, 5506, 5507, 5508, 5509, 5510, 5511, 5512, 5513, 5514, 5515, 5516, 5517, 5518, 5519, 5520, 5521, 5522, 5523, 5524, 5525, 5526, 5527, 5528, 5529, 5530, 5531, 5532, 5533, 5534, 5535, 5536, 5537, 5538, 5539, 5540, 5541, 5542, 5543, 5544, 5545, 5546, 5547, 5548, 5549, 5550, 5551, 5552, 5553, 5554, 5555, 5556, 5557, 5558, 5559, 5560, 5561, 5562, 5563, 5564, 5565, 5566, 5567, 5568, 5569, 5570, 5571, 5572, 5573, 5574, 5575, 5576, 5577, 5578, 5579, 5580, 5581, 5582, 5583, 5584, 5585, 5586, 5587, 5588, 5589, 5590, 5591, 5592, 5593, 5594, 5595, 5596, 5597, 5598, 5599, 5600, 5601, 5602, 5603, 5604, 5605, 5606, 5607, 5608, 5609, 5610, 5611, 5612, 5613, 5614, 5615, 5616, 5617, 5618, 5619, 5620, 5621, 5622, 5623, 5624, 5625, 5626, 5627, 5628, 5629, 5630, 5631, 5632, 5633, 5634, 5635, 5636, 5637, 5638, 5639, 5640, 5641, 5642, 5643, 5644, 5645, 5646, 5647, 5648, 5649, 5650, 5651, 5652, 5653, 5654, 5655, 5656, 5657, 5658, 5659, 5660, 5661, 5662, 5663, 5664, 5665, 5666, 5667, 5668, 5669, 5670, 5671, 5672, 5673, 5674, 5675, 5676, 5677, 5678, 5679, 5680, 5681, 5682, 5683, 5684, 5685, 5686, 5687, 5688, 5689, 5690, 5691, 5692, 5693, 5694, 5695, 5696, 5697, 5698, 5699, 5700, 5701, 5702, 5703, 5704, 5705, 5706, 5707, 5708, 5709, 5710, 5711, 5712, 5713, 5714, 5715, 5716, 5717, 5718, 5719, 5720, 5721, 5722, 5723, 5724, 5725, 5726, 5727, 5728, 5729, 5730, 5731, 5732, 5733, 5734, 5735, 5736, 5737, 5738, 5739, 5740, 5741, 5742, 5743, 5744, 5745, 5746, 5747, 5748, 5749, 5750, 5751, 5752, 5753, 5754, 5755, 5756, 5757, 5758, 5759, 5760, 5761, 5762, 5763, 5764, 5765, 5766, 5767, 5768, 5769, 5770, 5771, 5772, 5773, 5774, 5775, 5776, 5777, 5778, 5779, 5780, 5781, 5782, 5783, 5784, 5785, 5786, 5787, 5788, 5789, 5790, 5791, 5792, 5793, 5794, 5795, 5796, 5797, 5798, 5799, 5800, 5801, 5802, 5803, 5804, 5805, 5806, 5807, 5808, 5809, 5810, 5811, 5812, 5813, 5814, 5815, 5816, 5817, 5818, 5819, 5820, 5821, 5822, 5823, 5824, 5825, 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, 5838, 5839, 5840, 5841, 5842, 5843, 5844, 5845, 5846, 5847, 5848, 5849, 5850, 5851, 5852, 5853, 5854, 5855, 5856, 5857, 5858, 5859, 5860, 5861, 5862, 5863, 5864, 5865, 5866, 5867, 5868, 5869, 5870, 5871, 5872, 5873, 5874, 5875, 5876, 5877, 5878, 5879, 5880, 5881, 5882, 5883, 5884, 5885, 5886, 5887, 5888, 5889, 5890, 5891, 5892, 5893, 5894, 5895, 5896, 5897, 5898, 5899, 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909, 5910, 5911, 5912, 5913, 5914, 5915, 5916, 5917, 5918, 5919, 5920, 5921, 5922, 5923, 5924, 5925, 5926, 5927, 5928, 5929, 5930, 5931, 5932, 5933, 5934, 5935, 5936, 5937, 5938, 5939, 5940, 5941, 5942, 5943, 5944, 5945, 5946, 5947, 5948, 5949, 5950, 5951, 5952, 5953, 5954, 5955, 5956, 5957, 5958, 5959, 5960, 5961, 5962, 5963, 5964, 5965, 5966, 5967, 5968, 5969, 5970, 5971, 5972, 5973, 5974, 5975, 5976, 5977, 5978, 5979, 5980, 5981, 5982, 5983, 5984, 5985, 5986, 5987, 5988, 5989, 5990, 5991, 5992, 5993, 5994, 5995, 5996, 5997, 5998, 5999, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6010, 6011, 6012, 6013, 6014, 6015, 6016, 6017, 6018, 6019, 6020, 6021, 6022, 6023, 6024, 6025, 6026, 6027, 6028, 6029, 6030, 6031, 6032, 6033, 6034, 6035, 6036, 6037, 6038, 6039, 6040, 6041, 6042, 6043, 6044, 6045, 6046, 6047, 6048, 6049, 6050, 6051, 6052, 6053, 6054, 6055, 6056, 6057, 6058, 6059, 6060, 6061, 6062, 6063, 6064, 6065, 6066, 6067, 6068, 6069, 6070, 6071, 6072, 6073, 6074, 6075, 6076, 6077, 6078, 6079, 6080, 6081, 6082, 6083, 6084, 6085, 6086, 6087, 6088, 6089, 6090, 6091, 6092, 6093, 6094, 6095, 6096, 6097, 6098, 6099, 6100, 6101, 6102, 6103, 6104, 6105, 6106, 6107, 6108, 6109, 6110, 6111, 6112, 6113, 6114, 6115, 6116, 6117, 6118, 6119, 6120, 6121, 6122, 6123, 6124, 6125, 6126, 6127, 6128, 6129, 6130, 6131, 6132, 6133, 6134, 6135, 6136, 6137, 6138, 6139, 6140, 6141, 6142, 6143, 6144, 6145, 6146, 6147, 6148, 6149, 6150, 6151, 6152, 6153, 6154, 6155, 6156, 6157, 6158, 6159, 6160, 6161, 6162, 6163, 6164, 6165, 6166, 6167, 6168, 6169, 6170, 6171, 6172, 6173, 6174, 6175, 6176, 6177, 6178, 6179, 6180, 6181, 6182, 6183, 6184, 6185, 6186, 6187, 6188, 6189, 6190, 6191, 6192, 6193, 6194, 6195, 6196, 6197, 6198, 6199, 6200, 6201, 6202, 6203, 6204, 6205, 6206, 6207, 6208, 6209, 6210, 6211, 6212, 6213, 6214, 6215, 6216, 6217, 6218, 6219, 6220, 6221, 6222, 6223, 6224, 6225, 6226, 6227, 6228, 6229, 6230, 6231, 6232, 6233, 6234, 6235, 6236, 6237, 6238, 6239, 6240, 6241, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6263, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 6275, 6276, 6277, 6278, 6279, 6280, 6281, 6282, 6283, 6284, 6285, 6286, 6287, 6288, 6289, 6290, 6291, 6292, 6293, 6294, 6295, 6296, 6297, 6298, 6299, 6300, 6301, 6302, 6303, 6304, 6305, 6306, 6307, 6308, 6309, 6310, 6311, 6312, 6313, 6314, 6315, 6316, 6317, 6318, 6319, 6320, 6321, 6322, 6323, 6324, 6325, 6326, 6327, 6328, 6329, 6330, 6331, 6332, 6333, 6334, 6335, 6336, 6337, 6338, 6339, 6340, 6341, 6342, 6343, 6344, 6345, 6346, 6347, 6348, 6349, 6350, 6351, 6352, 6353, 6354, 6355, 6356, 6357, 6358, 6359, 6360, 6361, 6362, 6363, 6364, 6365, 6366, 6367, 6368, 6369, 6370, 6371, 6372, 6373, 6374, 6375, 6376, 6377, 6378, 6379, 6380, 6381, 6382, 6383, 6384, 6385, 6386, 6387, 6388, 6389, 6390, 6391, 6392, 6393, 6394, 6395, 6396, 6397, 6398, 6399, 6400, 6401, 6402, 6403, 6404, 6405, 6406, 6407, 6408, 6409, 6410, 6411, 6412, 6413, 6414, 6415, 6416, 6417, 6418, 6419, 6420, 6421, 6422, 6423, 6424, 6425, 6426, 6427, 6428, 6429, 6430, 6431, 6432, 6433, 6434, 6435, 6436, 6437, 6438, 6439, 6440, 6441, 6442, 6443, 6444, 6445, 6446, 6447, 6448, 6449, 6450, 6451, 6452, 6453, 6454, 6455, 6456, 6457, 6458, 6459, 6460, 6461, 6462, 6463, 6464, 6465, 6466, 6467, 6468, 6469, 6470, 6471, 6472, 6473, 6474, 6475, 6476, 6477, 6478, 6479, 6480, 6481, 6482, 6483, 6484, 6485, 6486, 6487, 6488, 6489, 6490, 6491, 6492, 6493, 6494, 6495, 6496, 6497, 6498, 6499, 6500, 6501, 6502, 6503, 6504, 6505, 6506, 6507, 6508, 6509, 6510, 6511, 6512, 6513, 6514, 6515, 6516, 6517, 6518, 6519, 6520, 6521, 6522, 6523, 6524, 6525, 6526, 6527, 6528, 6529, 6530, 6531, 6532, 6533, 6534, 6535, 6536, 6537, 6538, 6539, 6540, 6541, 6542, 6543, 6544, 6545, 6546, 6547, 6548, 6549, 6550, 6551, 6552, 6553, 6554, 6555, 6556, 6557, 6558, 6559, 6560, 6561, 6562, 6563, 6564, 6565, 6566, 6567, 6568, 6569, 6570, 6571, 6572, 6573, 6574, 6575, 6576, 6577, 6578, 6579, 6580, 6581, 6582, 6583, 6584, 6585, 6586, 6587, 6588, 6589, 6590, 6591, 6592, 6593, 6594, 6595, 6596, 6597, 6598, 6599, 6600, 6601, 6602, 6603, 6604, 6605, 6606, 6607, 6608, 6609, 6610, 6611, 6612, 6613, 6614, 6615, 6616, 6617, 6618, 6619, 6620, 6621, 6622, 6623, 6624, 6625, 6626, 6627, 6628, 6629, 6630, 6631, 6632, 6633, 6634, 6635, 6636, 6637, 6638, 6639, 6640, 6641, 6642, 6643, 6644, 6645, 6646, 6647, 6648, 6649, 6650, 6651, 6652, 6653, 6654, 6655, 6656, 6657, 6658, 6659, 6660, 6661, 6662, 6663, 6664, 6665, 6666, 6667, 6668, 6669, 6670, 6671, 6672, 6673, 6674, 6675, 6676, 6677, 6678, 6679, 6680, 6681, 6682, 6683, 6684, 6685, 6686, 6687, 6688, 6689, 6690, 6691, 6692, 6693, 6694, 6695, 6696, 6697, 6698, 6699, 6700, 6701, 6702, 6703, 6704, 6705, 6706, 6707, 6708, 6709, 6710, 6711, 6712, 6713, 6714, 6715, 6716, 6717, 6718, 6719, 6720, 6721, 6722, 6723, 6724, 6725, 6726, 6727], "data": [["Aaron Cresswell"], ["Aaron Doran"], ["Aaron Galindo"], ["Aaron Hughes"], ["Aaron Hunt"], ["Aaron Lennon"], ["Aaron Meijers"], ["Aaron Mokoena"], ["Aaron Mooy"], ["Aaron Niguez"], ["Aaron Ramsey"], ["Aatif Chahechouhe"], ["Abdelaziz Barrada"], ["Abdelhamid El Kaoutari"], ["Abdelkader Ghezzal"], ["Abdelmajid Oulmers"], ["Abderrazak Jadid"], ["Abdeslam Ouaddou"], ["Abdessalam Benjelloun"], ["Abdou Traore"], ["Abdoul Karim Yoda"], ["Abdoul Razzagui Camara"], ["Abdoulay Konko"], ["Abdoulaye Ba"], ["Abdoulaye Bamba"], ["Abdoulaye Diaby"], ["Abdoulaye Diallo Sadio,22"], ["Abdoulaye Diallo"], ["Abdoulaye Doucoure"], ["Abdoulaye Faye"], ["Abdoulaye Meite"], ["Abdoulwahid Sissoko"], ["Abdul Majeed Waris"], ["Abdul Rahman Baba"], ["Abdulkader Keita"], ["Abdullahi Shehu"], ["Abel Aguilar"], ["Abel Gomez"], ["Abel Hernandez"], ["Abel Issa Camara"], ["Abel Tamata"], ["Abel"], ["Abella Perez Damia"], ["Abiola Dauda"], ["Abou Diaby"], ["Abraham Gonzalez"], ["Abraham Guie Gneki"], ["Abraham Minero"], ["Abraham Paz Cruz"], ["Achille Emana"], ["Achraf Lazaar"], ["Adailton"], ["Adalberto Penaranda"], ["Adam Bodzek"], ["Adam Bogdan"], ["Adam Drury"], ["Adam Federici"], ["Adam Gyurcso"], ["Adam Hammill"], ["Adam Hlousek"], ["Adam Johnson"], ["Adam Lallana"], ["Adam Le Fondre"], ["Adam Maher"], ["Adam Marusic"], ["Adam Masina"], ["Adam Matthews"], ["Adam Matuschyk"], ["Adam Nemec"], ["Adam Ounas"], ["Adam Pinter"], ["Adam Rooney"], ["Adam Smith"], ["Adam Szalai"], ["Adama Coulibaly"], ["Adama Traore"], ["Adamo Coulibaly"], ["Adel Taarabt"], ["Adem Ljajic"], ["Aderlan Santos"], ["Adil Chihi"], ["Adil Hermach"], ["Adil Rami"], ["Adis Jahovic"], ["Adlene Guedioura"], ["Admir Mehmedi"], ["Adnan Custovic"], ["Adnan Januzaj"], ["Adnane Tighadouini"], ["Adrian Colunga"], ["Adrian Embarba"], ["Adrian Gonzalez"], ["Adrian Gunino"], ["Adrian Lopez"], ["Adrian Mariappa"], ["Adrian Marin"], ["Adrian Mutu"], ["Adrian Ramos"], ["Adrian Ricardo Centurion"], ["Adrian Ricchiuti"], ["Adrian Stoian"], ["Adrian"], ["Adriano Facchini"], ["Adriano Ferreira Pinto"], ["Adriano Pereira da Silva"], ["Adriano"], ["Adrien Rabiot"], ["Adrien Regattin"], ["Adrien Silva"], ["Adrien Thomasson"], ["Adrien Trebel"], ["Adryan"], ["Afonso Alves,24"], ["Afonso"], ["Afriyie Acquah"], ["Ager Aketxe"], ["Agim Ibraimi"], ["Ahmed Apimah Barusso"], ["Ahmed El Mohamady"], ["Ahmed Hassan Koka"], ["Ahmed Kantari"], ["Ahmed Kashi"], ["Ahmed Musa"], ["Aiden McGeady"], ["Aimo Stefano Diana"], ["Airton"], ["Aissa Mandi"], ["Aitor Ocio"], ["Aiyegbeni Yakubu"], ["Akaki Gogia"], ["Akihiro Ienaga"], ["Akos Buzsaky"], ["Akpo Sodje"], ["Alaeddine Yahia"], ["Alain Nef"], ["Alain Rochat"], ["Alain Traore"], ["Alan Gow"], ["Alan Henrique"], ["Alan Hutton"], ["Alan Kardec"], ["Alan Mannus"], ["Alan O'Brien"], ["Alan Schons"], ["Alan Smith"], ["Alan Tate"], ["Alan"], ["Alassane Plea"], ["Alban Lafont"], ["Alban Meha"], ["Albano Benjamin Bizzarri"], ["Albert Bunjaku"], ["Albert Crusat"], ["Albert Meyong Ze"], ["Albert Riera"], ["Albert Rusnak"], ["Albert Streit"], ["Alberto Aquilani"], ["Alberto Botia"], ["Alberto Bueno"], ["Alberto Cifuentes"], ["Alberto De la Bella"], ["Alberto Fontana"], ["Alberto Frison,18"], ["Alberto Garcia"], ["Alberto Gilardino"], ["Alberto Grassi"], ["Alberto Lopo"], ["Alberto Luque,21"], ["Alberto Moreno"], ["Alberto Paloschi"], ["Alberto Perea"], ["Alberto Rey"], ["Alberto Rivera"], ["Alberto Rodriguez"], ["Alberto Zapater"], ["Albin Ebondo"], ["Albin Ekdal"], ["Aldair"], ["Aldo Angoula"], ["Aldo Pedro Duscher"], ["Aleandro Rosi"], ["Aleix Vidal"], ["Alejandro Alfaro"], ["Alejandro Alonso"], ["Alejandro Arribas"], ["Alejandro Bedoya"], ["Alejandro Bergantinos"], ["Alejandro Daro Gomez"], ["Alejandro Dominguez"], ["Alejandro Faurlin"], ["Alejandro Galvez"], ["Alejandro Gonzalez"], ["Alejandro Grimaldo Garcia"], ["Alejandro Martinuccio"], ["Alejandro Pozuelo"], ["Aleksandar Ignjovski"], ["Aleksandar Kolarov"], ["Aleksandar Lukovic"], ["Aleksandar Miljkovic"], ["Aleksandar Mitreski"], ["Aleksandar Mitrovic"], ["Aleksandar Pantic"], ["Aleksandar Pesic"], ["Aleksandar Prijovic"], ["Aleksandar Vasoski"], ["Aleksander Radosavljevic"], ["Aleksandr Hleb"], ["Alen Halilovic"], ["Alen Stevanovic"], ["Alesandro Cordaro"], ["Alessandro Agostini"], ["Alessandro Bernardini"], ["Alessandro Budel"], ["Alessandro Carrozza"], ["Alessandro Del Piero"], ["Alessandro Diamanti"], ["Alessandro Florenzi"], ["Alessandro Gamberini"], ["Alessandro Gazzi"], ["Alessandro Grandoni"], ["Alessandro Longhi"], ["Alessandro Lucarelli"], ["Alessandro Matri"], ["Alessandro Nesta"], ["Alessandro Parisi"], ["Alessandro Potenza"], ["Alessandro Rosina"], ["Alessandro Schoepf"], ["Alessandro Sgrigna"], ["Alessio Cerci"], ["Alessio Cragno"], ["Alessio Romagnoli"], ["Alessio Scarpi"], ["Alessio Sestu"], ["Alex Baptiste"], ["Alex Bruno"], ["Alex Calderoni"], ["Alex Fernandez"], ["Alex Goncalves"], ["Alex Iwobi"], ["Alex Kacaniklic"], ["Alex Lopez"], ["Alex Manninger"], ["Alex Martinez"], ["Alex McCarthy"], ["Alex Menendez"], ["Alex Neil"], ["Alex Oxlade-Chamberlain"], ["Alex Pearce"], ["Alex Pinardi"], ["Alex Sandro"], ["Alex Silva"], ["Alex Soares"], ["Alex Song"], ["Alex Telles"], ["Alex"], ["Alexander Baumjohann"], ["Alexander Buettner"], ["Alexander Bugera"], ["Alexander Dragovic"], ["Alexander Esswein"], ["Alexander Farnerud"], ["Alexander Fransson"], ["Alexander Frei"], ["Alexander Gerndt"], ["Alexander Iashvili"], ["Alexander Laas"], ["Alexander Madlung"], ["Alexander Meier"], ["Alexander Merkel"], ["Alexander Milosevic"], ["Alexander Ring"], ["Alexander Scholz"], ["Alexander Schwolow"], ["Alexander Tettey"], ["Alexandr Kerzhakov"], ["Alexandre Alphonse"], ["Alexandre Bonnet"], ["Alexandre Coeff"], ["Alexandre Cuvillier"], ["Alexandre Geijo"], ["Alexandre Hauw"], ["Alexandre Lacazette"], ["Alexandre Letellier"], ["Alexandre Licata"], ["Alexandre Pato"], ["Alexandre Raineau"], ["Alexandre Silva"], ["Alexandros Tziolis"], ["Alexandros Tzorvas"], ["Alexandru Maxim"], ["Alexei Jr Eremenko"], ["Alexis Rolin"], ["Alexis Sanchez"], ["Alexis Thebaux"], ["Alexis"], ["Alexy Bosetti"], ["Alfonso De Lucia"], ["Alfonso Pedraza"], ["Alfred Duncan"], ["Alfred Finnbogason"], ["Alfred N'Diaye"], ["Alfredo Morales"], ["Alharbi El Jadeyaoui"], ["Alhassan Wakaso"], ["Alhassane Bangoura"], ["Alhassane Keita"], ["Ali Adnan"], ["Ali Ahamada"], ["Ali Al-Habsi"], ["Ali Ghazal"], ["Alireza Jahanbakhsh"], ["Alje Schut"], ["Allan McGregor"], ["Allan Nyom"], ["Allan"], ["Almamy Toure"], ["Almen Abdi"], ["Almog Cohen"], ["Alou Diarra"], ["Aloys Nong"], ["Alpaslan Ozturk"], ["Alphonse Areola"], ["Altin Lala"], ["Alvaro Anton"], ["Alvaro Arbeloa"], ["Alvaro Cejudo"], ["Alvaro Dominguez"], ["Alvaro Fernandez"], ["Alvaro Gonzalez Soberon"], ["Alvaro Gonzalez"], ["Alvaro Medran"], ["Alvaro Mejia"], ["Alvaro Morata"], ["Alvaro Negredo"], ["Alvaro Pereira"], ["Alvaro Rubio"], ["Alvaro Saborio"], ["Alvaro Vadillo"], ["Alvaro Vazquez"], ["Alves Justino Jorge Luiz,28"], ["Aly Cissokho"], ["Amad Al Hosni"], ["Amadou Diawara"], ["Amauri"], ["Amdy Faye"], ["Amidio Balde"], ["Amidu Salifu"], ["Amilton"], ["Amin Younes"], ["Amine Linganzi"], ["Amine Mohamed Chermiti"], ["Amir Abrashi"], ["Ammar Jemal"], ["Amoreirinha"], ["Amos Youga"], ["Amr Zaki"], ["Anaitz Arbilla"], ["Anass Achahbar"], ["Anatoli Tymoschuk"], ["Ander Capa"], ["Ander Herrera"], ["Ander Iturraspe"], ["Ander Murillo"], ["Anders Christiansen"], ["Anders Konradsen"], ["Anders Lindegaard"], ["Anderson Conceicao"], ["Anderson Correia"], ["Anderson Esiti"], ["Anderson Luis"], ["Anderson Talisca"], ["Anderson"], ["Andile Jali"], ["Andoni Iraola"], ["Andraz Kirm"], ["Andre Albino Carvalho da Cunha"], ["Andre Almeida"], ["Andre Andre"], ["Andre Ayew"], ["Andre Bahia"], ["Andre Bikey"], ["Andre Biyogo Poko"], ["Andre Carrillo"], ["Andre Castro"], ["Andre Claro"], ["Andre Dias"], ["Andre Fontes"], ["Andre Geraldes"], ["Andre Gomes"], ["Andre Hahn"], ["Andre Hoffmann"], ["Andre Horta"], ["Andre Leao"], ["Andre Lenz"], ["Andre Leone"], ["Andre Luiz"], ["Andre Marques"], ["Andre Martins"], ["Andre Mijatovic"], ["Andre Moreira"], ["Andre Ooijer"], ["Andre Pinto"], ["Andre Ramalho Silva"], ["Andre Santos"], ["Andre Schuerrle"], ["Andre Silva"], ["Andre Simoes"], ["Andre Sousa"], ["Andre Vilas Boas"], ["Andre Wisdom"], ["Andre-Pierre Gignac"], ["Andre"], ["Andrea Ardito"], ["Andrea Barzagli"], ["Andrea Belotti"], ["Andrea Bertolacci"], ["Andrea Campagnolo"], ["Andrea Caracciolo"], ["Andrea Catellani"], ["Andrea Coda"], ["Andrea Consigli"], ["Andrea Cossu"], ["Andrea Costa"], ["Andrea Dossena"], ["Andrea Esposito"], ["Andrea Gasbarroni"], ["Andrea Lazzari"], ["Andrea Lisuzzo"], ["Andrea Luci"], ["Andrea Mantovani"], ["Andrea Masiello"], ["Andrea Orlandi"], ["Andrea Parola"], ["Andrea Pirlo"], ["Andrea Pisanu"], ["Andrea Poli"], ["Andrea Raggi"], ["Andrea Ranocchia"], ["Andrea Rispoli"], ["Andrea Rossi"], ["Andrea Seculin"], ["Andrea Zanchetta"], ["Andreas Beck"], ["Andreas Bjelland"], ["Andreas Christensen"], ["Andreas Goerlitz"], ["Andreas Granqvist"], ["Andreas Hinkel"], ["Andreas Ibertsberger"], ["Andreas Isaksson"], ["Andreas Ivanschitz"], ["Andreas Johansson"], ["Andreas Lambertz"], ["Andreas Lasnik"], ["Andreas Luthe"], ["Andreas Ottl"], ["Andreas Samaris"], ["Andreas Weimann"], ["Andreas Wolf"], ["Andrej Kramaric"], ["Andres Fernandez"], ["Andres Guardado"], ["Andres Iniesta"], ["Andres Lamas"], ["Andres Madrid"], ["Andres Palop"], ["Andres Tunez"], ["Andreu Fontas"], ["Andreu Mayoral"], ["Andrew Considine"], ["Andrew Crofts"], ["Andrew Davies"], ["Andrew Dawson"], ["Andrew Driver"], ["Andrew Johnson"], ["Andrew Keogh"], ["Andrew O'Brien"], ["Andrew Reid"], ["Andrew Robertson"], ["Andrew Shinnie"], ["Andrew Surman"], ["Andrew Taylor"], ["Andrew Wooten"], ["Andrey Arshavin"], ["Andrey Voronin"], ["Andrezinho"], ["Andrija Delibasic"], ["Andris Vanins"], ["Andrius Velicka"], ["Andriy Shevchenko"], ["Andros Townsend"], ["Andwele Slory"], ["Andy Carroll"], ["Andy Delort"], ["Andy Dorman"], ["Andy Griffin"], ["Andy King"], ["Andy Najar"], ["Andy Webster"], ["Andy Wilkinson"], ["Anele Ngcongca"], ["Angel Correa"], ["Angel Di Maria"], ["Angel Javier Arizmendi"], ["Angel Lafita"], ["Angel Lopez"], ["Angel Manuel Vivar Dorado"], ["Angel Montoro"], ["Angel Rangel"], ["Angel Rodriguez"], ["Angel Trujillo"], ["Angelo da Costa"], ["Angelo Obinze Ogbonna"], ["Angelo Palombo"], ["Angelo"], ["Angelos Basinas"], ["Angelos Charisteas"], ["Anibal Capela"], ["Anis Ben-Hatira"], ["Anouar Kali"], ["Anour Hadouir"], ["Anselmo"], ["Ante Rebic"], ["Ante Vukusic"], ["Anther Yahia"], ["Anthony Annan"], ["Anthony Deroin"], ["Anthony Gardner"], ["Anthony Knockaert"], ["Anthony Le Tallec"], ["Anthony Limbombe"], ["Anthony Lopes"], ["Anthony Lurling"], ["Anthony Martial"], ["Anthony McMahon"], ["Anthony Modeste"], ["Anthony Mounier"], ["Anthony Pilkington"], ["Anthony Reveillere"], ["Anthony Stokes"], ["Anthony Ujah"], ["Anthony Vanden Borre"], ["Anthony Watt"], ["Anthony Weber"], ["Antimo Iunco"], ["Antoine Conte"], ["Antoine Devaux"], ["Antoine Griezmann"], ["Antoine van der Linden"], ["Antolin Alcaraz"], ["Anton Ferdinand"], ["Anton Putsila"], ["Antonio Adan"], ["Antonio Amaya"], ["Antonio Apono"], ["Antonio Balzano"], ["Antonio Barilla"], ["Antonio Barragan"], ["Antonio Busce"], ["Antonio Candreva"], ["Antonio Carlos Dos Santos"], ["Antonio Cassano"], ["Antonio Chimenti"], ["Antonio da Silva"], ["Antonio Di Gaudio"], ["Antonio Di Natale"], ["Antonio Doblas"], ["Antonio Filippini"], ["Antonio Floro Flores"], ["Antonio Geder"], ["Antonio Guayre"], ["Antonio Hidalgo"], ["Antonio Langella"], ["Antonio Lopez"], ["Antonio Luna"], ["Antonio Mirante"], ["Antonio Nocerino"], ["Antonio Rosati"], ["Antonio Ruediger"], ["Antonio Rukavina"], ["Antonio Sanabria"], ["Antonio Tomas"], ["Antonio Valencia"], ["Antonio Xavier"], ["Antonio Zito"], ["Antonio-Mirko Colak"], ["Antunes"], ["Anwar El-Ghazi"], ["Apostolos Vellios"], ["Apoula Edima Edel"], ["Aquivaldo Mosquera"], ["Aras Oezbiliz"], ["Arber Zeneli"], ["Archimede Morleo"], ["Arda Turan"], ["Ari"], ["Ariel Borysiuk"], ["Ariel Ibagaza"], ["Ariel Nahuelpan"], ["Aristide Bance"], ["Aritz Aduriz"], ["Aritz Elustondo"], ["Aritz Lopez Garai"], ["Ariza Makukula"], ["Arjen Robben"], ["Arkadiusz Glowacki"], ["Arkadiusz Milik"], ["Arkadiusz Piech"], ["Armand Traore"], ["Armando Izzo"], ["Armin Bacinovic"], ["Arnar Vidarsson"], ["Arnaud Le Lan"], ["Arne Friedrich"], ["Arni Gautur Arason"], ["Arnold Bouka Moutou"], ["Arnold Bruggink"], ["Arnold Kruiswijk"], ["Arnold Mvuemba"], ["Arnold"], ["Aron Gunnarsson"], ["Aron Johannsson"], ["Arouna Kone"], ["Arsenio"], ["Artem Kravets"], ["Arthur Boka"], ["Arthur Masuaku"], ["Arthuro"], ["Artiles Oliva Aythami"], ["Artjoms Rudnevs"], ["Artur Boruc"], ["Artur Ionita"], ["Artur Jedrzejczyk"], ["Artur Sobiech"], ["Artur Wichniarek"], ["Artur"], ["Arturo Alvarez"], ["Arturo Arzu"], ["Arturo Vidal"], ["Aruna Dindane"], ["Arvydas Novikovas"], ["Asamoah Gyan"], ["Ashkan Dejagah"], ["Ashley Barnes"], ["Ashley Cole"], ["Ashley R. Westwood"], ["Ashley Williams"], ["Ashley Young"], ["Asier del Horno"], ["Asier Goiria"], ["Asier Illarramendi"], ["Asier Riesgo"], ["Asmir Begovic"], ["Assane Demoya Gnoukouri"], ["Assani Lukimya-Mulongoti"], ["Astrit Ajdarevic"], ["Athanasios Petsos"], ["Athanassios Papazoglou"], ["Atiba Hutchinson"], ["Atila Turan"], ["Atsuto Uchida"], ["Augusto Fernandez"], ["Aurelien Capoue"], ["Aurelien Chedjou"], ["Aurelien Collin"], ["Axel Bellinghausen"], ["Axel N'Gando"], ["Axel Witsel"], ["Ayanda Patosi"], ["Aymen Abdennour"], ["Aymeric Laporte"], ["Ayoze Diaz Diaz"], ["Ayoze Garcia Perez"], ["Ayoze Perez"], ["Aytac Sulu"], ["Baba"], ["Babanco"], ["Bacary Sagna"], ["Badr El Kaddouri"], ["Bafetimbi Gomis"], ["Baiano"], ["Bakari Kone"], ["Bakary Kone"], ["Bakary Sako"], ["Bakary Sare"], ["Bakary Soumare"], ["Bakaye Traore"], ["Balazs Dzsudzsak"], ["Balde Diao Keita"], ["Banel Nicolita"], ["Baptiste Martin"], ["Baptiste Reynet"], ["Barreto"], ["Barry Bannan"], ["Barry Douglas"], ["Barry Ferguson"], ["Barry Nicholson"], ["Barry Robson"], ["Bart Goor"], ["Bart Ramselaar"], ["Bart van Hintum"], ["Bartholomew Ogbeche"], ["Bartlomiej Dragowski"], ["Bartosz Bereszynski"], ["Bartosz Kapustka"], ["Bartosz Salamon"], ["Bas Dost"], ["Bas Roorda"], ["Bastian Oczipka"], ["Bastian Reinhardt"], ["Bastian Schweinsteiger"], ["Baye Oumar Niasse"], ["Baykal Kulaksizoglu"], ["Bebe"], ["Bedi Bastien Buval,29"], ["Behrang Safari"], ["Ben Alnwick"], ["Ben Davies"], ["Ben Foster"], ["Ben Mee"], ["Ben Rienstra"], ["Ben Sahar"], ["Ben Turner"], ["Ben Watson"], ["Benat Etxebarria"], ["Benedikt Hoewedes"], ["Benedikt Roecker"], ["Bengali-Fode Koita"], ["Benik Afobe"], ["Benito Raman"], ["Benjamin Andre"], ["Benjamin Brou Angoua"], ["Benjamin Corgnet"], ["Benjamin De Ceulaer"], ["Benjamin Gavanon"], ["Benjamin Huebner"], ["Benjamin Huggel"], ["Benjamin Jeannot"], ["Benjamin Kessel"], ["Benjamin Koehler"], ["Benjamin Lecomte"], ["Benjamin Leroy"], ["Benjamin Mendy"], ["Benjamin Mokulu Tembe"], ["Benjamin Moukandjo"], ["Benjamin Nivet"], ["Benjamin Stambouli"], ["Benjamin van Leer"], ["Benjani Mwaruwari"], ["Bennard Yao Kumordzi"], ["Bennedict McCarthy,27"], ["Benoit Assou-Ekotto"], ["Benoit Cheyrou"], ["Benoit Costil"], ["Benoit Lesoimier"], ["Benoit Pedretti"], ["Benoit Poulain"], ["Benoit Tremoulinas"], ["Beram Kayal"], ["Bernard Mendy"], ["Bernard Mensah"], ["Bernard Parker"], ["Bernardo Corradi"], ["Bernardo Silva"], ["Bernardo"], ["Bernd Leno"], ["Bernd Nehrig"], ["Bernd Thijs"], ["Berry Powel"], ["Bertrand Laquait"], ["Bertrand Robert"], ["Bertrand Traore"], ["Beshart Abdurahimi"], ["Beto"], ["Bilal Basacikoglu"], ["Billy Jones"], ["Billy Ketkeophomphone"], ["Billy McKay"], ["Birama Ndoye"], ["Birama Toure"], ["Birger Maertens"], ["Birkir Bjarnason"], ["Bjarni Vidarsson"], ["Bjoern Helge Riise"], ["Bjoern Vleminckx"], ["Bjorn Engels"], ["Blaise Matuidi"], ["Blaise N'Kufo"], ["Blazey Augustyn"], ["Blerim Dzemaili"], ["Bo Svensson"], ["Bo-Kyung Kim"], ["Boaz Myhill"], ["Bobby Zamora"], ["Bocundji Ca"], ["Bogdan Lobont"], ["Bojan Jokic"], ["Bojan Jorgacevic"], ["Bojan Krkic"], ["Bolatti"], ["Boldiszar Bodor"], ["Bonaventure Kalou"], ["Boris Pandza"], ["Boris Smiljanic"], ["Boris Vukcevic"], ["Borja Baston"], ["Borja Ekiza"], ["Borja Fernandez"], ["Borja Garcia"], ["Borja Gomez"], ["Borja Lopez"], ["Borja Neru"], ["Borja Oubina"], ["Borja Valero"], ["Borja Viguera"], ["Bosko Jankovic"], ["Bostjan Cesar"], ["Boubacar Barry Copa"], ["Boubacar Diabang Dialiba"], ["Boubacar Fofana"], ["Boubacar Sanogo"], ["Boudewijn Zenden"], ["Boukari Drame"], ["Bouna Sarr"], ["Boy Waterman"], ["Brad Friedel"], ["Brad Guzan"], ["Bradley Johnson"], ["Bradley Jones"], ["Braga"], ["Brahim Darri"], ["Bram Castro"], ["Bram Nuytinck"], ["Bram van Polen"], ["Brandao"], ["Brandon Mechele"], ["Branimir Hrgota"], ["Branislav Ivanovic"], ["Branko Ilic"], ["Braulio"], ["Brayan Angulo"], ["Brayan Perea"], ["Brecht Capon"], ["Brecht Dejaeghere"], ["Brede Hangeland"], ["Breel Embolo"], ["Breitner"], ["Breno"], ["Brett Emerton"], ["Brett Holman"], ["Brett Ormerod"], ["Brian Hamalainen"], ["Brian Jensen"], ["Brian Kerr"], ["Brian van Loo"], ["Brian Vandenbussche"], ["Brice Dja Djedje"], ["Brice Jovial"], ["Brown Ideye"], ["Bruma"], ["Bruno Alves"], ["Bruno Amaro"], ["Bruno Cesar"], ["Bruno Cheyrou"], ["Bruno China"], ["Bruno Cirillo"], ["Bruno Cortez"], ["Bruno Ecuele Manga"], ["Bruno Fernandes"], ["Bruno Gaspar"], ["Bruno Gonzalez"], ["Bruno Grougi"], ["Bruno Henrique"], ["Bruno Martins Indi"], ["Bruno Mendes"], ["Bruno Miguel"], ["Bruno Moraes"], ["Bruno Moreira"], ["Bruno Nascimento"], ["Bruno Patacas"], ["Bruno Pereirinha"], ["Bruno Peres"], ["Bruno Saltor"], ["Bruno Silva"], ["Bruno Soriano"], ["Bruno Teles"], ["Bruno Uvini"], ["Bruno Vale"], ["Bruno Verissimo"], ["Bruno Vilela Gama"], ["Bruno Zuculini"], ["Bryan Bergougnoux"], ["Bryan Cristante"], ["Bryan Dabo"], ["Bryan Hughes"], ["Bryan Linssen"], ["Bryan Oviedo"], ["Bryan Rabello"], ["Bryan Rodriguez"], ["Bryan Ruiz"], ["Bryan Verboom"], ["Burgui"], ["Caca"], ["Cacau"], ["Cadu"], ["Caetano"], ["Cafu"], ["Cagdas Atan"], ["Caio"], ["Caiuby"], ["Cala"], ["Caleb Folan"], ["Callum Davidson"], ["Callum McManaman"], ["Callum Wilson"], ["Calum Chambers"], ["Calum Davenport"], ["Camel Meriem"], ["Cameron Bell"], ["Cameron Jerome"], ["Candido Costa"], ["Caner Cavlan"], ["Cani"], ["Carl Hoefkens"], ["Carl Jenkinson"], ["Carl Medjani"], ["Carlao"], ["Carles Gil"], ["Carles Planas"], ["Carles Puyol"], ["Carlitos"], ["Carlo Cudicini"], ["Carlos Acuna"], ["Carlos Bacca"], ["Carlos Bocanegra"], ["Carlos Calvo"], ["Carlos Carbonero"], ["Carlos Carmona"], ["Carlos Castro"], ["Carlos Cuellar"], ["Carlos Diogo"], ["Carlos Eduardo"], ["Carlos Edwards"], ["Carlos Garcia"], ["Carlos Gruezo"], ["Carlos Gurpegi"], ["Carlos Henrique"], ["Carlos Javier Grossmuller"], ["Carlos Kameni"], ["Carlos Labrin"], ["Carlos Lorens Bellvis"], ["Carlos Mane"], ["Carlos Marchena"], ["Carlos Martinez"], ["Carlos Martins"], ["Carlos Matheu"], ["Carlos Pena"], ["Carlos Reina Aranda"], ["Carlos Salcido"], ["Carlos Saleiro"], ["Carlos Sanchez"], ["Carlos Tevez"], ["Carlos Valdez"], ["Carlos Varela"], ["Carlos Vela"], ["Carlos Vigaray"], ["Carlos Zambrano"], ["Carlos"], ["Carlton Cole"], ["Carmelo Gonzalez"], ["Carsten Rothenbach"], ["Casemiro"], ["Cassio"], ["Casto Espinosa"], ["Cata Diaz"], ["Cedric Bakambu"], ["Cedric Barbosa"], ["Cedric Cambon"], ["Cedric Carrasso"], ["Cedric Faure"], ["Cedric Hengbart"], ["Cedric Hountondji"], ["Cedric Kante"], ["Cedric Makiadi"], ["Cedric Mongongu"], ["Cedric Soares"], ["Cedric van der Gun"], ["Cedric Varrault"], ["Cedric"], ["Celso Borges"], ["Celso Ortiz"], ["Cesar Arzo"], ["Cesar Azpilicueta"], ["Cesar Delgado"], ["Cesar Navas"], ["Cesar Peixoto"], ["Cesar Sanchez"], ["Cesar"], ["Cesare Bovo"], ["Cesare Natali"], ["Cesc Fabregas"], ["Ceyhun Gulselam"], ["Cezary Wilk"], ["Chadli Amri"], ["Chancel Mbemba"], ["Chaouki Ben Saada"], ["Charalampos Mavrias"], ["Charles Aranguiz"], ["Charles Kabore"], ["Charles Mulgrew"], ["Charles N'Zogbia"], ["Charles Takyi"], ["Charles"], ["Charlie Adam"], ["Charlie Austin"], ["Charlie Daniels"], ["Charlie Davies"], ["Charlie Taylor"], ["Charlison Benschop"], ["Charly Musonda"], ["Chavdar Yankov"], ["Ched Evans"], ["Cheick Diabate"], ["Cheik Tiote"], ["Cheikh Mbengue"], ["Cheikh Ndoye"], ["Cheikhou Kouyate"], ["Chema"], ["Chengdong Zhang"], ["Chico"], ["Chidozie Awaziem"], ["Chinedu Ede"], ["Chinedu Obasi"], ["Chris Baird"], ["Chris Basham"], ["Chris Brunt"], ["Chris Eagles"], ["Chris Gunter"], ["Chris Herd"], ["Chris Hogg"], ["Chris Humphrey"], ["Chris Iwelumo"], ["Chris Katongo,30"], ["Chris Killen"], ["Chris Kirkland"], ["Chris Loewe"], ["Chris Malonga"], ["Chris Martin"], ["Chris Mavinga"], ["Chris McCann"], ["Chris Porter"], ["Chris Riggott"], ["Chris Smalling"], ["Chris"], ["Christiaan Kum"], ["Christian Abbiati"], ["Christian Amoroso"], ["Christian Atsu"], ["Christian Bekamenga"], ["Christian Benteke"], ["Christian Brocchi"], ["Christian Bruels"], ["Christian Clemens"], ["Christian Dailly"], ["Christian Daniel Ledesma"], ["Christian Eichner"], ["Christian Eigler"], ["Christian Eriksen"], ["Christian Fernandez"], ["Christian Fuchs"], ["Christian Gentner"], ["Christian Gomez"], ["Christian Grindheim"], ["Christian Guenter"], ["Christian Kabasele"], ["Christian Kalvenes"], ["Christian Lell"], ["Christian Maggio"], ["Christian Mathenia"], ["Christian Obodo"], ["Christian Pander"], ["Christian Panucci"], ["Christian Pouga"], ["Christian Poulsen"], ["Christian Puggioni"], ["Christian Santos"], ["Christian Schneuwly"], ["Christian Schulz"], ["Christian Schwegler"], ["Christian Strohdiek"], ["Christian Terlizzi"], ["Christian Tiffert"], ["Christian Timm"], ["Christian Traesch"], ["Christian Vieri"], ["Christian Weber"], ["Christian Wetklo"], ["Christoph Dabrowski"], ["Christoph Janker"], ["Christoph Kramer"], ["Christoph Metzelder"], ["Christoph Moritz"], ["Christoph Spycher"], ["Christophe Berra"], ["Christophe Gregoire"], ["Christophe Grondin"], ["Christophe Jallet"], ["Christophe Kerbrat"], ["Christophe Landrin"], ["Christophe Lepoint"], ["Christophe Mandanne"], ["Christophe Revault"], ["Christopher Glombard"], ["Christopher Heimeroth"], ["Christopher Maboulou"], ["Christopher Maguire"], ["Christopher Noethe"], ["Christopher Samba"], ["Chu-Young Park"], ["Chuli"], ["Chung-Yong Lee"], ["Ciaran Clark"], ["Cicero"], ["Cicinho"], ["Ciprian Marica"], ["Ciprian Tatarusanu"], ["Ciro Capuano"], ["Ciro Immobile"], ["Ciro Polito"], ["Claiton Dos Santos"], ["Clarence Seedorf"], ["Clarke Carlisle"], ["Claude Makelele"], ["Claudemir"], ["Claudio Beauvue"], ["Claudio Bellucci"], ["Claudio Bravo"], ["Claudio Cacapa"], ["Claudio Lito"], ["Claudio Marchisio"], ["Claudio Morel"], ["Claudio Pitbull"], ["Claudio Pizarro"], ["Claudio Rivalta"], ["Claudio Terzi"], ["Claudio Yacob"], ["Claudio"], ["Claudiu Keseru"], ["Clebao"], ["Cleber Santana"], ["Cleber"], ["Clemens Fritz"], ["Clement Chantome"], ["Clement Grenier"], ["Clement Maury"], ["Clement Tainmont"], ["Cleyton"], ["Clint Dempsey"], ["Clint Hill"], ["Clinton Njie"], ["Coke"], ["Colin Coosemans"], ["Colin Healy"], ["Colin Kazim-Richards"], ["Colin Nish"], ["Collin Benjamin"], ["Collins John"], ["Connor Wickham"], ["Conor Sammon"], ["Constant Djakpa"], ["Corentin Jean"], ["Corentin Tolisso"], ["Corona"], ["Cosmin Contra"], ["Cosmin Moti"], ["Costel Pantilimon"], ["Craig Beattie"], ["Craig Bellamy"], ["Craig Bryson"], ["Craig Cathcart"], ["Craig Conway"], ["Craig Dargo"], ["Craig Fagan"], ["Craig Gardner"], ["Craig Gordon"], ["Craig Noone"], ["Cribari"], ["Cris Santos"], ["Cris"], ["Crislan"], ["Cristian Alvarez"], ["Cristian Amado"], ["Cristian Benitez"], ["Cristian Bustos"], ["Cristian Ceballos"], ["Cristian Chivu"], ["Cristian Daniel Ansaldi"], ["Cristian Gamboa"], ["Cristian Herrera"], ["Cristian Hidalgo"], ["Cristian Llama"], ["Cristian Lobato"], ["Cristian Maidana"], ["Cristian Molinaro"], ["Cristian Pasquato"], ["Cristian Portu"], ["Cristian Raimondi"], ["Cristian Riveros"], ["Cristian Rodriguez"], ["Cristian Sapunaru"], ["Cristian Silvestri"], ["Cristian Stuani"], ["Cristian Suarez"], ["Cristian Tello Herrera"], ["Cristian Zaccardo"], ["Cristian Zapata"], ["Cristian Zenoni"], ["Cristiano Biraghi"], ["Cristiano Del Grosso"], ["Cristiano Doni"], ["Cristiano Lucarelli"], ["Cristiano Lupatelli"], ["Cristiano Piccini"], ["Cristiano Ronaldo"], ["Cristiano Zanetti"], ["Cristiano"], ["Cristobal Jorquera"], ["Cristobal"], ["Csaba Feher"], ["Cuco Martina"], ["Curtis Davies"], ["Custodio"], ["Cyril Jeunechamp"], ["Cyril Rool"], ["Cyril Thereau"], ["Cyrille Merville"], ["Daan van Gijseghem"], ["Dabney Dos Santos"], ["Dady"], ["Daisuke Matsui"], ["Dalbert"], ["Dalcio Gomes"], ["Daley Blind"], ["Daley Sinkgraven"], ["Dalibor Stevanovic"], ["Dalibor Veselinovic"], ["DaMarcus Beasley"], ["Dame N'Doye"], ["Damian Escudero"], ["Damian Leandro Casalinuovo"], ["Damian Suarez"], ["Damiano Ferronetti"], ["Damiano Zenoni"], ["Damien Da Silva"], ["Damien Delaney"], ["Damien Duff"], ["Damien Gregorini"], ["Damien Marcq"], ["Damien Perquis"], ["Damien Perrinelle"], ["Damien Plessis"], ["Damir Vrancic"], ["Dan Gosling"], ["Dan Nistor"], ["Dani Benitez"], ["Dani Castellano"], ["Dani Estrada"], ["Dani Fernandez"], ["Dani Garcia"], ["Dani Hernandez"], ["Dani Mallo"], ["Dani Ndi"], ["Dani Nieto"], ["Dani Quintana"], ["Dani Schahin"], ["Daniel Agger"], ["Daniel Alves"], ["Daniel Amartey"], ["Daniel Aranzubia"], ["Daniel Ayala"], ["Daniel Baier"], ["Daniel Beichler"], ["Daniel Brosinski"], ["Daniel Brueckner"], ["Daniel Burn"], ["Daniel Caligiuri"], ["Daniel Candeias"], ["Daniel Carrico"], ["Daniel Carvajal"], ["Daniel Ceballos"], ["Daniel Ciofani"], ["Daniel Congre"], ["Daniel Cousin,20"], ["Daniel Cruz"], ["Daniel Davari"], ["Daniel de Ridder"], ["Daniel Didavi"], ["Daniel Elias Araujo Maykon"], ["Daniel Fernandes"], ["Daniel Fox"], ["Daniel Gabbidon"], ["Daniel Gimenez"], ["Daniel Ginczek"], ["Daniel Graham"], ["Daniel Guiza"], ["Daniel Gygax"], ["Daniel Haas"], ["Daniel Halfar"], ["Daniel Hoeegh"], ["Daniel Jarque"], ["Daniel Jensen"], ["Daniel Kome"], ["Daniel Larsson"], ["Daniel Majstorovic"], ["Daniel Moreira"], ["Daniel Niculae"], ["Daniel Omoya Braaten"], ["Daniel Opare"], ["Daniel Parejo"], ["Daniel Pudil"], ["Daniel Royer"], ["Daniel Schwaab"], ["Daniel Sturridge"], ["Daniel Swanson"], ["Daniel Tozser"], ["Daniel van Buyten"], ["Daniel Wass"], ["Daniel Williams"], ["Daniele Baselli"], ["Daniele Bonera"], ["Daniele Cacia"], ["Daniele Capelli"], ["Daniele Conti"], ["Daniele Corvia"], ["Daniele Croce"], ["Daniele De Rossi"], ["Daniele Dessena"], ["Daniele Ficagna"], ["Daniele Franceschini"], ["Daniele Galloppa"], ["Daniele Gastaldello"], ["Daniele Mannini"], ["Daniele Padelli"], ["Daniele Paponi"], ["Daniele Portanova"], ["Daniele Ragatzu"], ["Daniele Rugani"], ["Daniele Verde"], ["Danielson"], ["Danijel Ljuboja"], ["Danijel Milicevic"], ["Danijel Pranjic"], ["Danijel Subasic"], ["Danilo Cataldi"], ["Danilo D'Ambrosio"], ["Danilo Dias"], ["Danilo Fernando Avelar"], ["Danilo Pereira"], ["Danilo Soares"], ["Danilo"], ["Danko Lazovic"], ["Danny Bakker"], ["Danny Collins"], ["Danny da Costa"], ["Danny Drinkwater"], ["Danny Grainger"], ["Danny Guthrie"], ["Danny Higginbotham"], ["Danny Hoesen"], ["Danny Holla"], ["Danny Ings"], ["Danny Invincibile"], ["Danny Koevermans"], ["Danny Latza"], ["Danny Murphy"], ["Danny Pugh"], ["Danny Rose"], ["Danny Shittu"], ["Danny Simpson"], ["Danny Webber"], ["Danny Welbeck"], ["Danny Wilson"], ["Dante"], ["Dany Nounkeu"], ["Dario Cvitanich"], ["Dario Dainelli"], ["Dario Del Fabro"], ["Dario Knezevic"], ["Dario Kresic"], ["Dario Lezcano"], ["Dario Simic,25"], ["Dario Smoje"], ["Dario Vidosic"], ["Darius Vassell"], ["Dariusz Dudka"], ["Dariusz Pietrasiak"], ["Darko Bodul"], ["Darko Jevtic"], ["Darko Lazovic"], ["Darl Douglas"], ["Darley"], ["Darren Bent"], ["Darren Dods"], ["Darren Fletcher"], ["Darren Keet"], ["Darren Mackie"], ["Darren O'Dea"], ["Darren Pratley"], ["Darren Randolph"], ["Darron Gibson"], ["Darryl Lachman"], ["Darwin Andrade"], ["Daryl Janmaat"], ["Daryl Murphy"], ["Dave Bulthuis"], ["Dave Kitson"], ["David Abraham"], ["David Alaba"], ["David Albelda"], ["David Amoo"], ["David Baiocco"], ["David Barral"], ["David Beckham"], ["David Bellion"], ["David Bentley"], ["David Biton"], ["David Clarkson"], ["David Cobeno"], ["David Cortes"], ["David Costas"], ["David Davis"], ["David De Freitas"], ["David De Gea"], ["David Degen"], ["David Di Michele"], ["David Ducourtioux"], ["David Dunn"], ["David Elm"], ["David Fox"], ["David Fuster Torrijos"], ["David Garcia"], ["David Generelo"], ["David Gigliotti"], ["David Gonzalez"], ["David Goodwillie"], ["David Healy"], ["David Hellebuyck"], ["David Hubert"], ["David James"], ["David Jarolim"], ["David Jemmali"], ["David Jones"], ["David Junca"], ["David Lomban"], ["David Lopez"], ["David Luiz"], ["David Marshall"], ["David Mateos"], ["David McNamee"], ["David Mendes"], ["David Meyler"], ["David Navarro"], ["David Ngog"], ["David Nugent"], ["David Obua"], ["David Odonkor"], ["David Ospina"], ["David Pizarro"], ["David Pollet"], ["David Prieto"], ["David Rivas Rodriguez"], ["David Rochela"], ["David Rodriguez"], ["David Rozehnal"], ["David Silva"], ["David Simao"], ["David Simon"], ["David Sommeil"], ["David Stockdale"], ["David Suazo"], ["David Templeton"], ["David Texeira"], ["David Timor Copovi"], ["David Trezeguet"], ["David Vaughan"], ["David Villa"], ["David Weir"], ["David Wheater"], ["David Witteveen"], ["David Zurutuza"], ["Davide Astori"], ["Davide Bassi"], ["Davide Biondini"], ["Davide Bombardini"], ["Davide Brivio"], ["Davide Chiumiento"], ["Davide Di Gennaro"], ["Davide Dias,23"], ["Davide Lanzafame"], ["Davide Mandelli"], ["Davide Moro"], ["Davide Moscardelli"], ["Davide Possanzini"], ["Davide Santon"], ["Davide Zappacosta"], ["Davide Zoboli"], ["Davie Selke"], ["Davino Verhulst"], ["Davy De Beule"], ["Davy de Fauw"], ["Davy Klaassen"], ["Davy Proepper"], ["Davy Roef"], ["Davy Schollen"], ["de Oliveira Cleber Monteiro"], ["Dealbert"], ["Dean Ashton"], ["Dean Hammond"], ["Dean Kiely"], ["Dean Marney"], ["Dean Shiels"], ["Dean Whitehead"], ["DeAndre Yedlin"], ["Declan John"], ["Declan Rudd"], ["Deco"], ["Dede"], ["Dedryck Boyata"], ["Deivid"], ["Dejan Drazic"], ["Dejan Lazarevic"], ["Dejan Lekic"], ["Dejan Lovren"], ["Dejan Milovanovic"], ["Dejan Skolnik"], ["Dejan Stankovic"], ["Dele Alli"], ["Delvin N'Dinga"], ["Demba Ba"], ["Demetris Christofi"], ["Demy de Zeeuw"], ["Denilson"], ["Denis Alibec"], ["Denis Cheryshev"], ["Denis Odoi"], ["Denis Oliynyk"], ["Denis Petric"], ["Denis Stracqualursi"], ["Denis Suarez"], ["Deniz Dogan"], ["Deniz Naki"], ["Deniz Tueruec"], ["Deniz Yilmaz"], ["Denni Avdic"], ["Dennis Aogo"], ["Dennis Appiah"], ["Dennis Diekmeier"], ["Dennis Eilhoff"], ["Dennis Gentenaar"], ["Dennis Grote"], ["Dennis Kruppke"], ["Dennis Oliech"], ["Dennis Praet"], ["Dennis Rommedahl"], ["Dennis Soerensen"], ["Denny Landzaat"], ["Derek Asamoah"], ["Derek Boateng"], ["Derek Riordan"], ["Derk Boerrigter"], ["Derlei"], ["Derley"], ["Derlis Gonzalez"], ["Derrick Tshimanga"], ["Deyverson"], ["Diafra Sakho"], ["Diallo Guidilleye"], ["Dianbobo Balde"], ["Dickson Etuhu"], ["Dida"], ["Didac Vila"], ["Didier Digard"], ["Didier Drogba"], ["Didier Konan Ya"], ["Didier Ovono"], ["Didier Zokora"], ["Diederik Boer"], ["Diego Alves"], ["Diego Angelo"], ["Diego Barcelos"], ["Diego Benaglio"], ["Diego Biseswar"], ["Diego Buonanotte"], ["Diego Camacho"], ["Diego Capel"], ["Diego Carlos"], ["Diego Castro"], ["Diego Contento"], ["Diego Costa"], ["Diego Daniel Colotto"], ["Diego De Ascentis,23"], ["Diego Fabbrini"], ["Diego Falcinelli"], ["Diego Farias"], ["Diego Forlan"], ["Diego Galo"], ["Diego Godin"], ["Diego Ifran"], ["Diego Klimowicz"], ["Diego Laxalt"], ["Diego Lima"], ["Diego Llorente"], ["Diego Lopes"], ["Diego Lopez"], ["Diego Lugano"], ["Diego Luis Breijo Lopez"], ["Diego Mainz"], ["Diego Marino"], ["Diego Mauricio"], ["Diego Milito"], ["Diego Novaretti"], ["Diego Perez"], ["Diego Perotti"], ["Diego Reyes"], ["Diego Rivas"], ["Diego Rodolfo Placente"], ["Diego Rolan"], ["Diego Rubio"], ["Diego Valeri"], ["Diego"], ["Dietmar Hamann"], ["Dieumerci Mbokani"], ["Dieumerci Ndongala"], ["Dimas Delgado"], ["Dimitar Berbatov"], ["Dimitar Rangelov"], ["Dimitri Bulykin"], ["Dimitri Cavare"], ["Dimitri Foulquier"], ["Dimitri Payet"], ["Dimitrije Injac"], ["Dimitrios Eleftheropoulos"], ["Dimitrios Papadopoulos"], ["Dimitrios Pelkas"], ["Dinei"], ["Diniyar Bilyaletdinov"], ["Dino Arslanagic"], ["Dino Drpic"], ["Diogo Amado"], ["Diogo Figueiras"], ["Diogo Jota"], ["Diogo Salomao"], ["Diogo Valente"], ["Diogo Viana"], ["Diomansy Kamara"], ["Dirk Kuyt"], ["Dirk Marcellis"], ["Divock Origi"], ["Djakaridja Kone"], ["Djalma"], ["Djalmir"], ["Djamal Mahamat"], ["Djamel Abdoun"], ["Djamel Bakar"], ["Djamel Mesbah"], ["Djaniny"], ["Djavan"], ["Djibril Cisse"], ["Djibril Sidibe"], ["Djiby Fall"], ["Djimi Traore"], ["Do-Heon Kim"], ["Dodo"], ["Domenico Berardi"], ["Domenico Criscito"], ["Domenico Maietta"], ["Domingo Cisma"], ["Domingos Alexandre Martins da Costa Alex"], ["Dominic Foley"], ["Dominic Maroh"], ["Dominik Furman"], ["Dominik Kaiser"], ["Dominik Kohr"], ["Dominik Kumbela"], ["Dominik Reinhardt"], ["Dominik Stroh-Engel"], ["Dominique Heintz"], ["Dominique Malonga"], ["Don Cowie"], ["Dong-Won Ji"], ["Doni"], ["Donny Gorter"], ["Donny van de Beek"], ["Dorge Kouemaha"], ["Dorian Leveque"], ["Dorin Goian"], ["Dorlan Pabon"], ["Dorus De Vries"], ["Dorvalino Alves Maciel Lino"], ["dos Santos Fabio Junior"], ["Dossa Junior"], ["Douglao"], ["Douglas Costa"], ["Douglas Santos"], ["Douglas"], ["Dragan Mrdja"], ["Dragos Grigore"], ["Dries Mertens"], ["Dries Wuytens"], ["Drissa Diakite"], ["Du-Ri Cha"], ["Duda"], ["Dudley Campbell"], ["Dudu Aouate"], ["Dudu Paraiba"], ["Duje Cop"], ["Dusan Basta"], ["Dusan Djuric"], ["Dusan Kuciak"], ["Dusan Pernis"], ["Dusan Svento"], ["Dusan Tadic"], ["Dusan Veskovac"], ["Dusko Tosic"], ["Duvan Zapata"], ["Dwight Gayle"], ["Dwight Tiendalli"], ["Dyego Rocha Coelho"], ["Dyego Sousa"], ["Ebrahima Ibou Sawaneh"], ["Eddie Johnson"], ["Eddy Israfilov"], ["Eden Ben Basat"], ["Eden Hazard"], ["Edenilson"], ["Eder Citadin Martins"], ["Eder Luis"], ["Eder"], ["Ederson Moraes"], ["Ederson"], ["Edgar Alvarez"], ["Edgar Antonio Mendez"], ["Edgar Barreto"], ["Edgar Costa"], ["Edgar Prib"], ["Edgar Salli"], ["Edgar"], ["Edimar Fraga"], ["Edin Cocalic"], ["Edin Dzeko"], ["Edinho"], ["Edinson Cavani"], ["Edison Mendez"], ["Edmilson Junior"], ["Edmond Kapllani"], ["Edoardo Goldaniga"], ["Edouard Cisse"], ["Edouard Duplan"], ["Edson Braafheid"], ["Edson Henrique"], ["Edson Sitta"], ["Edu Albacar"], ["Edu Oriol"], ["Edu"], ["Eduardo Costa"], ["Eduardo Gottardi"], ["Eduardo Salvio"], ["Eduardo Vargas"], ["Eduardo"], ["Edward Ofere"], ["Edwin de Graaf"], ["Edwin van der Sar"], ["Efe Ambrose"], ["Efrain Juarez"], ["Efstathios Tavlaridis"], ["Egidio Arevalo"], ["Egoitz Jaio"], ["Egor Filipenko"], ["Eidur Gudjohnsen"], ["Eiji Kawashima"], ["El Hadji Diouf"], ["El-Arbi Hilal Soudani"], ["Elano"], ["Elderson"], ["Eldin Jakupovic"], ["Eliaquim Mangala"], ["Elias Kachunga"], ["Elias"], ["Elimane Coulibaly"], ["Elinton Andrade"], ["Elio Martins"], ["Eliran Atar"], ["Eliseu"], ["Eljero Elia"], ["Elkin Soto"], ["Ellery Cairo"], ["Elliot Grandin"], ["Elliott Bennett"], ["Elliott L. Ward"], ["Eloy Room"], ["Elrio van Heerden"], ["Elseid Hysaj"], ["Elson"], ["Elton"], ["Elvis Abbruscato"], ["Elvis Manu"], ["Elyaniv Barda"], ["Emanuel Insua"], ["Emanuel Pogatetz"], ["Emanuel Rivas"], ["Emanuele Belardi"], ["Emanuele Calaio"], ["Emanuele Giaccherini"], ["Emanuele Manitta"], ["Emanuele Pesoli"], ["Emanuele Suagher"], ["Emanuele Terranova"], ["Emerse Fae"], ["Emerson"], ["Emidio Rafael"], ["Emil Gabriel Jula"], ["Emil Hallfredsson"], ["Emil Johansson"], ["Emil Krafth"], ["Emile Heskey"], ["Emile Lokonda Mpenza"], ["Emiliano Albin"], ["Emiliano Alfaro"], ["Emiliano Bonazzoli"], ["Emiliano Daniel Armenteros"], ["Emiliano Insua"], ["Emiliano Moretti"], ["Emiliano Sala"], ["Emiliano Velazquez"], ["Emiliano Viviano"], ["Emilio Izaguirre"], ["Emilio Nsue"], ["Emir Bajrami"], ["Emir Spahic"], ["Emmanuel Adebayor"], ["Emmanuel Agyemang-Badu"], ["Emmanuel Cascione"], ["Emmanuel Eboue"], ["Emmanuel Emenike"], ["Emmanuel Frimpong"], ["Emmanuel Herrera"], ["Emmanuel Imorou"], ["Emmanuel Mayuka"], ["Emmanuel Riviere"], ["Emmerson Boyce"], ["Emre Belozoglu"], ["Emre Can"], ["Enaut Zubikarai"], ["Eneko Boveda"], ["Enes Saglik"], ["Enes Unal"], ["Enner Valencia"], ["Enock Kofi Adu"], ["Enrique Corrales"], ["Enrique de Lucas"], ["Enzo Crivelli"], ["Enzo Maresca"], ["Enzo Perez"], ["Enzo Reale"], ["Enzo Roco"], ["Eran Zahavi"], ["Eren Derdiyok"], ["Eric Abidal"], ["Eric Addo"], ["Eric Bautheac"], ["Eric Bertrand Bailly"], ["Eric Chelle"], ["Eric Deflandre"], ["Eric Dier"], ["Eric Djemba-Djemba"], ["Eric Durm"], ["Eric Fernando Botteghin"], ["Eric Hassli"], ["Eric Lichaj"], ["Eric Maxim Choupo-Moting"], ["Eric Mouloungui"], ["Eric Tie Bi"], ["Erick Moreno"], ["Erick Pulgar"], ["Erik Cikos"], ["Erik Edman"], ["Erik Falkenburg"], ["Erik Grendel"], ["Erik Huseklepp"], ["Erik Jendrisek"], ["Erik Johansson"], ["Erik Lamela"], ["Erik Moran"], ["Erik Nevland"], ["Erik Pieters"], ["Erik Sviatchenko"], ["Erjon Bogdani"], ["Erlend Hanstveit"], ["Ermin Bicakcic"], ["Ermir Lenjani"], ["Ernest Ohemeng"], ["Ernest Webnje Nfor"], ["Ernesto Farias"], ["Ernesto Galan"], ["Eros Pisano"], ["Ersen Martin"], ["Erton Fejzullahu"], ["Ervin Skela,30"], ["Ervin Zukanovic"], ["Erwin Hoffer"], ["Erwin Mulder"], ["Esmael Goncalves"], ["Esteban Alvarado"], ["Esteban Cambiasso"], ["Esteban Granero"], ["Esteban Solari"], ["Esteban"], ["Etienne Capoue"], ["Etienne Didot"], ["Etienne Reijnen"], ["Etrit Berisha"], ["Eugen Polanski"], ["Eugenio Corini"], ["Eugenio Lamanna"], ["Euzebiusz Smolarek"], ["Evaldo"], ["Evander Sno"], ["Evandro Goebel"], ["Evangelos Mantzios"], ["Ever Banega"], ["Everton"], ["Evgeny Levchenko"], ["Ewerthon"], ["Ewerton"], ["Eyong Enoh"], ["Ezequiel Adrian Cirigliano"], ["Ezequiel Alejo Carboni"], ["Ezequiel Calvente"], ["Ezequiel Garay"], ["Ezequiel Lavezzi"], ["Ezequiel Luna"], ["Ezequiel Munoz"], ["Ezequiel Rescaldani"], ["Ezequiel Scarione"], ["Fabian Boll"], ["Fabian Canobbio"], ["Fabian Delph"], ["Fabian Ernst"], ["Fabian Frei"], ["Fabian Giefer"], ["Fabian Holland"], ["Fabian Johnson"], ["Fabian Lustenberger"], ["Fabian Monzon"], ["Fabian Orellana"], ["Fabian Rinaudo"], ["Fabian Schaer"], ["Fabian Vargas"], ["Fabian"], ["Fabiano Santacroce"], ["Fabiano"], ["Fabien Audard"], ["Fabien Camus"], ["Fabien Laurenti"], ["Fabien Lemoine"], ["Fabinho"], ["Fabio Aurelio"], ["Fabio Borini"], ["Fabio Cannavaro"], ["Fabio Cardoso"], ["Fabio Caserta"], ["Fabio Celestini"], ["Fabio Ceravolo"], ["Fabio Coentrao"], ["Fabio Coltorti"], ["Fabio Daprela"], ["Fabio Ervoes"], ["Fabio Espinho"], ["Fabio Faria"], ["Fabio Felicio"], ["Fabio Firmani"], ["Fabio Francesco Sciacca"], ["Fabio Galante"], ["Fabio Grosso"], ["Fabio Liverani"], ["Fabio Martins"], ["Fabio Pacheco"], ["Fabio Quagliarella"], ["Fabio Rochemback"], ["Fabio Simplicio"], ["Fabio"], ["Fabri"], ["Fabrice Abriel"], ["Fabrice Ehret"], ["Fabrice Muamba"], ["Fabrice N'Sakala"], ["Fabrice Pancrate"], ["Fabricio Coloccini"], ["Fabricio"], ["Fabrizio Cacciatore"], ["Fabrizio Miccoli"], ["Fabrizio Zambrella"], ["Facundo Bertoglio"], ["Facundo Parra"], ["Facundo Sebastian Roncaglia"], ["Fagner"], ["Fahid Ben Khalfallah"], ["Fallou Diagne"], ["Faouzi Ghoulam"], ["Fares Bahlouli"], ["Faris Haroun"], ["Faryd Mondragon"], ["Fatih Atik"], ["Fausto Rossi"], ["Fausto Rossini"], ["Faycal Fajr"], ["Fede Vico"], ["Federico Agliardi"], ["Federico Balzaretti"], ["Federico Barba"], ["Federico Bernardeschi"], ["Federico Casarini"], ["Federico Ceccherini"], ["Federico Dionisi"], ["Federico Fazio"], ["Federico Fernandez"], ["Federico Macheda"], ["Federico Marchetti"], ["Federico Mattiello"], ["Federico Nicolas Cartabia"], ["Federico Peluso"], ["Federico Piovaccari"], ["Federico Ricca"], ["Federico Santander"], ["Federico Viviani"], ["Fedor Smolov"], ["Felipe Anderson"], ["Felipe Caicedo"], ["Felipe Gedoz"], ["Felipe Gutierrez"], ["Felipe Mattioni Rohde"], ["Felipe Melo"], ["Felipe Menezes"], ["Felipe Pardo"], ["Felipe Santana"], ["Felipe Seymour"], ["Felipe"], ["Felix Bastians"], ["Felix Klaus"], ["Felix Kroos"], ["Felix Wiedwald"], ["Fellipe Bastos"], ["Ferdinando Coppola"], ["Ferdinando Sforzini"], ["Ferhan Hasani"], ["Fernandez Aitor Tornavaca,29"], ["Fernandinho"], ["Fernando Alexandre"], ["Fernando Amorebieta"], ["Fernando Aristeguieta"], ["Fernando Belluschi"], ["Fernando Canesin Matos"], ["Fernando Cardozo"], ["Fernando Cavenaghi"], ["Fernando Damian Tissone"], ["Fernando Ferreira"], ["Fernando Gago"], ["Fernando Llorente"], ["Fernando Marcal"], ["Fernando Marquez"], ["Fernando Martin Forestieri"], ["Fernando Meira"], ["Fernando Morientes"], ["Fernando Muslera"], ["Fernando Navarro"], ["Fernando Soriano"], ["Fernando Torres"], ["Fernando Uribe"], ["Fernando Varela"], ["Fernando Vega"], ["Fernando"], ["Ferran Corominas"], ["Ferreira de Matos Alonso"], ["Fidel"], ["Filip Daems"], ["Filip Djordjevic"], ["Filip Djuricic"], ["Filip Helander"], ["Filip Kostic"], ["Filip Mladenovic"], ["Filip Starzynski"], ["Filip Trojan"], ["Filipe Anunciacao"], ["Filipe Augusto"], ["Filipe Ferreira"], ["Filipe Goncalves"], ["Filipe Luis"], ["Filipe Melo"], ["Filipe Oliveira"], ["Filippo Antonelli"], ["Filippo Inzaghi"], ["Filippo Porcari"], ["Fin Bartels"], ["Fitz Hall"], ["Flavio Meireles"], ["Flavio Nunes Ferreira"], ["Flavio Paixao"], ["Flavio Roma"], ["Florent Balmont"], ["Florent Hadergjonaj"], ["Florent Malouda"], ["Florent Sinama-Pongolle"], ["Florentin Pogba"], ["Florian Boucansaud"], ["Florian Bruns"], ["Florian Dick"], ["Florian Fromlowitz"], ["Florian Heller"], ["Florian Jarjat"], ["Florian Jozefzoon"], ["Florian Jungwirth"], ["Florian Klein"], ["Florian Kringe"], ["Florian Lejeune"], ["Florian Marange"], ["Florian Niederlechner"], ["Florian Raspentino"], ["Florian Stahel"], ["Florian Thauvin"], ["Florin Andone"], ["Florin Berenguer"], ["Florin Gardos"], ["Floyd Ayite"], ["Fode Mansare"], ["Foued Kadir"], ["Fraizer Campbell"], ["Fran Merida"], ["Fran Rico"], ["Francelino Matuzalem"], ["Francesco Acerbi"], ["Francesco Antonioli"], ["Francesco Arnau"], ["Francesco Bardi"], ["Francesco Benussi"], ["Francesco Bolzoni"], ["Francesco Caputo"], ["Francesco Cozza"], ["Francesco Della Rocca"], ["Francesco Lodi"], ["Francesco Lunardini"], ["Francesco Magnanelli"], ["Francesco Modesto"], ["Francesco Montervino"], ["Francesco Pisano"], ["Francesco Pratali"], ["Francesco Renzetti"], ["Francesco Tavano"], ["Francesco Toldo"], ["Francesco Totti"], ["Francesco Valiani"], ["Francis Coquelin"], ["Francis Dickoh"], ["Francis Jeffers"], ["Francis N'Ganga"], ["Francisco Alcacer"], ["Francisco Casilla"], ["Francisco Chica"], ["Francisco Farinos"], ["Francisco Javier Casquero"], ["Francisco Javier Martos"], ["Francisco Maldonado"], ["Francisco Molinero"], ["Francisco Munoz Xisco,18"], ["Francisco Navarro Yeste"], ["Francisco Pavon"], ["Francisco Portillo"], ["Francisco Rufete"], ["Francisco Sandaza"], ["Francisco Velez"], ["Franck Beria"], ["Franck Berrier"], ["Franck Dja Djedje"], ["Franck Jurietti"], ["Franck Queudrue"], ["Franck Ribery"], ["Franck Signorino"], ["Franck Tabanou"], ["Franco Brienza"], ["Franco Costanzo"], ["Franco Daniel Jara"], ["Franco Di Santo"], ["Franco Semioli"], ["Franco Signorelli"], ["Franco Sosa"], ["Franco Vazquez"], ["Franco Zuculini"], ["Francois Affolter"], ["Francois Bellugou"], ["Francois Clerc"], ["Francois Kamano"], ["Francois Modesto"], ["Francois Moubandje"], ["Frank Acheampong"], ["Frank Baumann"], ["Frank Demouge"], ["Frank Fahrenhorst"], ["Frank Lampard"], ["Frank Rost"], ["Fransergio"], ["Frantisek Kubik"], ["Frantisek Rajtoral"], ["Fraser Forster"], ["Frazer Richardson"], ["Fred"], ["Freddie Sears"], ["Freddy Adu"], ["Frederic Biancalani"], ["Frederic Bulot"], ["Frederic Da Rocha"], ["Frederic Gounongbe"], ["Frederic Guilbert"], ["Frederic Kanoute"], ["Frederic Mendy"], ["Frederic Nimani"], ["Frederic Piquionne"], ["Frederic Sammaritano"], ["Frederic Thomas"], ["Frederico Venancio"], ["Frederik Soerensen"], ["Fredrik Ljungberg"], ["Fredrik Stenman"], ["Fredrik Ulvestad"], ["Fredy Guarin"], ["Fredy Hinestroza"], ["Fredy Montero"], ["Fredy"], ["Gabi"], ["Gabor Babos"], ["Gabri"], ["Gabriel Agbonlahor"], ["Gabriel Gomez"], ["Gabriel Heinze"], ["Gabriel Milito"], ["Gabriel Moura"], ["Gabriel Obertan"], ["Gabriel Paletta"], ["Gabriel Paulista"], ["Gabriel Penalba"], ["Gabriel Silva"], ["Gabriel Tamas"], ["Gabriel Torje"], ["Gabriel"], ["Gabriele Angella"], ["Gabriele Perico"], ["Gaby Mudingayi"], ["Gadji Tallo"], ["Gael Clichy"], ["Gael Danic"], ["Gael Genevier"], ["Gael Givet"], ["Gael Kakuta"], ["Gaetan Bong"], ["Gaetan Bussmann"], ["Gaetan Charbonnier"], ["Gaetan Courtet"], ["Gaetano Berardi"], ["Gaetano D'Agostino"], ["Gaetano Letizia"], ["Gaizka Toquero"], ["Gal Alberman"], ["Galatto"], ["Garath McCleary"], ["Gareth Bale"], ["Gareth Barry"], ["Gareth McAuley"], ["Garra Dembele"], ["Garry Bocaly"], ["Garry Kenneth"], ["Garry Mendes Rodrigues"], ["Garry Monk"], ["Garry O'Connor"], ["Gary Cahill"], ["Gary Caldwell"], ["Gary Gardner"], ["Gary Harkins"], ["Gary Hooper"], ["Gary Kagelmacher"], ["Gary Mackay-Steven"], ["Gary McSheffrey"], ["Gary Medel"], ["Gary Naysmith"], ["Gary Neville"], ["Gary O'Neil"], ["Gary Taylor-Fletcher"], ["Gary Teale"], ["Gaston Pereiro"], ["Gaston Ramirez"], ["Gaston Sangoy"], ["Gaston Silva"], ["Gato Silva"], ["Gavin Gunning"], ["Gavin McCann"], ["Gavin Rae"], ["Geert Arend Roorda"], ["Geert De Vlieger"], ["Gege"], ["Gelson Fernandes"], ["Gelson"], ["Genki Haraguchi"], ["Gennaro Bracigliano"], ["Gennaro Delvecchio"], ["Gennaro Gattuso"], ["Gennaro Iezzo"], ["Gennaro Sardo"], ["Geoff Cameron"], ["Geoffrey Dernis"], ["Geoffrey Jourdren"], ["Geoffrey Kondogbia"], ["Geoffrey Mujangi Bia"], ["Georg Niedermaier"], ["George Boateng"], ["George Boyd"], ["George Elokobi"], ["George Friend"], ["George McCartney"], ["George Thorne"], ["Georges Mandjeck"], ["Georges N'Koudou"], ["Georgi Milanov"], ["Georginio Wijnaldum"], ["Georgios Karagounis"], ["Georgios Samaras"], ["Geovanni"], ["Gerald Asamoah"], ["Gerald Cid,18"], ["Gerald Sibon"], ["Gerard Deulofeu"], ["Gerard Moreno"], ["Gerard Pique"], ["Geremi"], ["Gergely Rudolf"], ["Gergo Lovrencsics"], ["Gerhard Tremmel"], ["German Dario Lux"], ["German Denis"], ["German Pezzela"], ["Geromel"], ["Geronimo Rulli"], ["Gerso Fernandes"], ["Gerson Guimaraes"], ["Gerson Magrao"], ["Gertjan De Mets"], ["Gervinho"], ["Gevorg Ghazaryan"], ["Gheorghe Ogararu"], ["Ghislain Gimbert"], ["Giacomo Bonaventura"], ["Giacomo Tedesco"], ["Giampaolo Pazzini"], ["Giampiero Pinzi"], ["Giancarlo Gonzalez"], ["Giancarlo Maldonado"], ["Giancarlo"], ["Giandomenico Mesto"], ["Gianluca Caprari"], ["Gianluca Comotto"], ["Gianluca Curci"], ["Gianluca Grava"], ["Gianluca Musacci"], ["Gianluca Pegolo"], ["Gianluca Sansone"], ["Gianluca Zambrotta"], ["Gianluigi Buffon"], ["Gianluigi Donnarumma"], ["Giannelli Imbula Wanga"], ["Gianni Bruno"], ["Gianni Munari"], ["Gianni Zuiverloon"], ["Giannis Papadopoulos"], ["Gianpaolo Bellini"], ["Gianvito Plasmati"], ["Gibril Sankoh"], ["Gideao"], ["Giedrius Arlauskis"], ["Gijs Luirink"], ["Gil Blumenshtein"], ["Gil Vermouth"], ["Gil"], ["Gilberto Garcia"], ["Gilberto Junior"], ["Gilberto Martinez Vidal,27"], ["Gilberto"], ["Giles Barnes"], ["Gill Swerts"], ["Gilles Binya"], ["Gilles Cioni"], ["Gilles Sunu"], ["Gilles Yapi"], ["Gino Coutinho"], ["Gino Peruzzi"], ["Giorgi Chanturia"], ["Giorgio Chiellini"], ["Giorgio Frezzolini"], ["Giorgos Galitsios"], ["Giorgos Katsikas"], ["Giorgos Tzavellas"], ["Giourkas Seitaridis"], ["Giovanaz Assis"], ["Giovani dos Santos"], ["Giovanni Federico"], ["Giovanni Marchese"], ["Giovanni Pasquale"], ["Giovanni Sio"], ["Giovanni van Bronckhorst"], ["Giulio Donati"], ["Giulio Migliaccio"], ["Giuseppe Bellusci"], ["Giuseppe Biava"], ["Giuseppe Colucci"], ["Giuseppe De Luca"], ["Giuseppe Favalli"], ["Giuseppe Mascara"], ["Giuseppe Rossi"], ["Giuseppe Sculli"], ["Giuseppe Vives"], ["Gladstone"], ["Gleison Pinto Santos"], ["Glen Johnson"], ["Glen Little"], ["Glenn Loovens"], ["Glenn Murray"], ["Glenn Whelan"], ["Glynor Plet"], ["Gnaly Maxwell Cornet"], ["Godfred Donsah"], ["Godfried Aduobe"], ["Gohi Bi Cyriac"], ["Gojko Kacar"], ["Gokhan Inler"], ["Gokhan Tore"], ["Goncalo Brandao"], ["Goncalo Guedes"], ["Goncalo Paciencia"], ["Goncalo Santos"], ["Gonzalo Bergessio"], ["Gonzalo Castellani"], ["Gonzalo Castro"], ["Gonzalo Colsa"], ["Gonzalo Escalante"], ["Gonzalo Garcia"], ["Gonzalo Higuain"], ["Gonzalo Jara"], ["Gonzalo Rodriguez"], ["Gonzalo Zarate"], ["Goran Ljubojevic"], ["Goran Lovre"], ["Goran Obradovic"], ["Goran Pandev"], ["Goran Popov"], ["Gorka Brit"], ["Gorka Elustondo"], ["Gorka Iraizoz Moreno"], ["Gotoku Sakai"], ["Graeme Shinnie"], ["Grafite"], ["Graham Alexander"], ["Graham Dorrans"], ["Granddi Ngoyi"], ["Granit Xhaka"], ["Grant Hanley"], ["Grant Holt"], ["Grant Munro"], ["Grant Murray"], ["Graziano Pelle"], ["Gregg Wylde"], ["Gregoire Defrel"], ["Gregoor van Dijk"], ["Gregory Arnolin"], ["Gregory Beranger"], ["Gregory Bourillon"], ["Gregory Cerdan"], ["Gregory Coupet"], ["Gregory Leca"], ["Gregory Malicki"], ["Gregory Paisley"], ["Gregory Proment"], ["Gregory Pujol"], ["Gregory Sertic"], ["Gregory Tade"], ["Gregory Tafforeau"], ["Gregory Thil"], ["Gregory van der Wiel"], ["Gregory Vignal"], ["Gregory Wimbee"], ["Gretar Rafn Steinsson"], ["Grzegorz Krychowiak"], ["Grzegorz Wojtkowiak"], ["Gueida Fofana"], ["Guerrero"], ["Guglielmo Stendardo"], ["Guido Marcelo Carrillo"], ["Guido Marilungo"], ["Guilherme Do Prado"], ["Guilherme Santos"], ["Guilherme Siqueira"], ["Guilherme"], ["Guillaume Beuzelin"], ["Guillaume Gillet"], ["Guillaume Hoarau"], ["Guillaume Lacour"], ["Guillermo Ariel Pereyra"], ["Guillermo Franco"], ["Guillermo Giacomazzi"], ["Guillermo Juan Vallori"], ["Guillermo Molins"], ["Guillermo Ochoa"], ["Guillermo Rodriguez"], ["Guillermo Sara"], ["Guirane N'Daw"], ["Guram Kashia"], ["Gustavo Adolfo Munua"], ["Gustavo Cabral"], ["Gustavo Campanharo"], ["Gustavo Franchin Schiavolin"], ["Gustavo Lazzaretti"], ["Guus Hupperts"], ["Guy Demel"], ["Guy-Roland N'Dy Assembe"], ["Gylfi Sigurdsson"], ["Gyorgy Garics"], ["Haavard Nielsen"], ["Haavard Nordtveit"], ["Habib Bamogo"], ["Habib Bellaid"], ["Habib Beye"], ["Hajime Hosogai"], ["Hakan Calhanoglu"], ["Hakan Yakin"], ["Hakim Ziyech"], ["Halil Altintop"], ["Halisson"], ["Hamadou Tall"], ["Hamari Traore"], ["Hamdi Harbaoui"], ["Hameur Bouazza"], ["Haminu Dramani"], ["Hamit Altintop"], ["Hannes van der Bruggen"], ["Hanno Balitsch"], ["Hannu Tihinen"], ["Hans Cornelis"], ["Hans Martinez"], ["Hans Sarpei"], ["Hans Somers"], ["Hans Vanaken"], ["Hans Vonk"], ["Hans-Joerg Butt"], ["Hans-Peter Berger"], ["Hany Mukhtar"], ["Haouliais Axel Cedric Konan"], ["Haris Medunjanin"], ["Haris Seferovic"], ["Harmeet Singh"], ["Harry Arter"], ["Harry Kane"], ["Hasan Kabze"], ["Hasan Salihamidzic"], ["Hassan Yebda"], ["Hatem Ben Arfa"], ["Hayden Mullins"], ["Hector Bellerin"], ["Hector Font"], ["Hector Hernandez"], ["Hector Herrera"], ["Hector Moreno"], ["Hector Rodas"], ["Hedwiges Maduro"], ["Heidar Helguson"], ["Heiko Butscher"], ["Heiko Westermann"], ["Heinrich Schmidtgal"], ["Heinz Mueller"], ["Helder Barbosa"], ["Helder Cabral"], ["Helder Costa"], ["Helder Lopes"], ["Helder Pelembe"], ["Helder Postiga"], ["Helder Rosario"], ["Helder Tiago Guedes"], ["Heldon"], ["Helgi Valur Danielsson"], ["Helton"], ["Hendry Thomas"], ["Henk Timmer"], ["Henning Hauger"], ["Henok Goitom"], ["Henri Bedimo"], ["Henri Bienvenu Ntsama"], ["Henri Camara"], ["Henri Saivet"], ["Henrik Dalsgaard"], ["Henrik Mkhitaryan"], ["Henrik Ojamaa"], ["Henrique Almeida"], ["Henrique Dourado"], ["Henrique Hilario"], ["Henrique Sereno"], ["Henrique"], ["Henry Gimenez"], ["Herita Ilunga"], ["Hermann Hreidarsson"], ["Hernan Crespo"], ["Hernan Dario Bernardello"], ["Hernan Losada"], ["Hernan Pellerano"], ["Hernan Perez"], ["Hernan"], ["Hernanes"], ["Hernani"], ["Herold Goulon"], ["Herve Bazile"], ["Herve Kage"], ["Hervin Ongenda"], ["Heung-Min Son"], ["Heurelho Gomes"], ["Hicham Belkaroui"], ["Hilton"], ["Hipolito Poli"], ["Hiroki Sakai"], ["Hiroshi Kiyotake"], ["Holger Badstuber"], ["Hossam Ghaly"], ["Hotaru Yamaguchi"], ["Houssine Kharja"], ["Hrvoje Cale"], ["Hugo Almeida"], ["Hugo Basto"], ["Hugo Campagnaro"], ["Hugo Carreira"], ["Hugo Leal"], ["Hugo Lloris"], ["Hugo Mallo"], ["Hugo Morais"], ["Hugo Rodallega"], ["Hugo Ventura"], ["Hugo Viana"], ["Hugo Vieira"], ["Hulk"], ["Humberto Osorio"], ["Humberto Suazo"], ["Hurtado Perez Moises"], ["Hussain Abdul Ghani"], ["Hyun-Jun Suk"], ["Iago Aspas"], ["Iago Bouzon"], ["Iago Falque"], ["Iago Herrerin"], ["Iain Turner"], ["Ian Ashbee"], ["Ian Evatt"], ["Ian Harte"], ["Ian Murray"], ["Ibai Gomez"], ["Iban Javier Cuadrado"], ["Ibrahim Afellay"], ["Ibrahim Didier Ndong"], ["Ibrahim Kargbo"], ["Ibrahim Kas"], ["Ibrahim Sissoko"], ["Ibrahima Balde"], ["Ibrahima Conte"], ["Ibrahima Mbaye"], ["Ibrahima Sonko"], ["Ibrahima Sory Camara"], ["Ibrahima Traore"], ["Ibson"], ["Idriss Saadi"], ["Idrissa Gana Gueye"], ["Idrissa Mandiang"], ["Idrissa Sylla"], ["Ignacio Camacho"], ["Ignacio Fideleff"], ["Ignacio Gonzalez"], ["Ignacio Lores"], ["Ignacio Piatti"], ["Ignasi Miquel"], ["Ignazio Abate"], ["Igor Bubnjic"], ["Igor Budan"], ["Igor de Camargo"], ["Igor Gabilondo"], ["Igor Lolo"], ["Igor Martinez"], ["Iiass Bel Hassani"], ["Ikechi Anya"], ["Ikechukwu Uche"], ["Iker Casillas"], ["Iker Muniain"], ["Ilan"], ["Ilir Azemi"], ["Ilkay Guendogan"], ["Ilombe Mboyo"], ["Imanol Agirretxe"], ["Immanuel Hoehn"], ["Imoh Ezekiel"], ["Inaki Astiz"], ["Inaki Goitia"], ["Inaki Munoz"], ["Inaki Williams"], ["Inigo Lekue"], ["Inigo Lopez"], ["Inigo Martinez"], ["Inigo Perez"], ["Innocent Emeghara"], ["Ioannis Amanatidis"], ["Ioannis Fetfatzidis"], ["Ioannis Maniatis"], ["Ion Ansotegi"], ["Ion Velez"], ["Ireneusz Jelen"], ["Iriney"], ["Isaac Boakye"], ["Isaac Cofie"], ["Isaac Cuenca"], ["Isaac Vorsah"], ["Isco"], ["Ishak Belfodil"], ["Ishmael Miller"], ["Ishmael Yartey"], ["Islam Slimani"], ["Isma Lopez"], ["Ismael Aissati"], ["Ismael Bangoura"], ["Ismael Bouzid"], ["Ismael Diomande"], ["Ismael Traore"], ["Ismaily"], ["Issa Cissokho"], ["Issa Diop"], ["Issam El Adoua"], ["Issam Jemaa"], ["Issiar Dia"], ["Itay Shechter"], ["Iuri Medeiros"], ["Ivailo Chochev"], ["Ivan Alonso"], ["Ivan Cavaleiro"], ["Ivan Cordoba"], ["Ivan Cuellar"], ["Ivan de la Pena"], ["Ivan Ergic"], ["Ivan Gonzalez"], ["Ivan Hernandez"], ["Ivan Ivanov"], ["Ivan Juric"], ["Ivan Kelava"], ["Ivan Klasnic"], ["Ivan Leko"], ["Ivan Lopez"], ["Ivan Marcano"], ["Ivan Martic"], ["Ivan Obradovic"], ["Ivan Paurevic"], ["Ivan Pelizzoli"], ["Ivan Perez"], ["Ivan Perisic"], ["Ivan Pillud"], ["Ivan Piris"], ["Ivan Radovanovic"], ["Ivan Rakitic"], ["Ivan Ramis"], ["Ivan Sanchez Riki"], ["Ivan Santini"], ["Ivan Strinic"], ["Ivan Trickovski"], ["Ivanildo"], ["Iver Fossum"], ["Ivica Banovic"], ["Ivica Dragutinovic"], ["Ivica Iliev"], ["Ivica Olic"], ["Ivica Vrdoljak"], ["Ivo Ilicevic"], ["Ivo Pinto"], ["Ivo Rodrigues"], ["Izet Hajrovic"], ["Ja-Cheol Koo"], ["Jaba Kankava"], ["Jacek Goralski"], ["Jacek Kielb"], ["Jacek Krzynowek"], ["Jack Butland"], ["Jack Colback"], ["Jack Collison"], ["Jack Cork"], ["Jack Grealish"], ["Jack Rodwell"], ["Jack Wilshere"], ["Jackie McNamara"], ["Jackson Martinez"], ["Jacob Lensky"], ["Jacob Mulenga"], ["Jacobo"], ["Jacopo Sala"], ["Jacques Abardonado"], ["Jacques Alaixys Romao"], ["Jacques Faty"], ["Jagos Vukovic"], ["Jahmir Hyka"], ["Jaime Alfonso Ruiz"], ["Jaime Gavilan"], ["Jaime Valdes"], ["Jaime"], ["Jairo Riedewald"], ["Jairo"], ["Jaja"], ["Jake Livermore"], ["Jakob Jantscher"], ["Jakub Blaszczykowski"], ["Jakub Kosecki"], ["Jakub Rzezniczak"], ["Jakub Wawrzyniak"], ["Jamaal Lascelles"], ["Jamal Alioui"], ["Jamel Ait Ben Idir"], ["Jamel Saihi"], ["James Beattie"], ["James Chester"], ["James Collins"], ["James Dayton"], ["James Fanchone"], ["James Forrest"], ["James Fowler"], ["James McArthur"], ["James McCarthy"], ["James McClean"], ["James McFadden"], ["James Milner"], ["James Morrison"], ["James Perch"], ["James Rodriguez"], ["James Tomkins"], ["James Troisi"], ["James Vaughan"], ["James Ward-Prowse"], ["Jamie Ashdown"], ["Jamie Carragher"], ["Jamie Hamill"], ["Jamie Langfield"], ["Jamie MacDonald"], ["Jamie Mackie"], ["Jamie Murphy"], ["Jamie Ness"], ["Jamie O'Hara"], ["Jamie Smith"], ["Jamie Vardy"], ["Jan Durica"], ["Jan Hochscheidt"], ["Jan Kirchhoff"], ["Jan Kromkamp"], ["Jan Moravek"], ["Jan Mucha"], ["Jan Oblak"], ["Jan Polak"], ["Jan Rajnoch"], ["Jan Rosenthal"], ["Jan Schlaudraff"], ["Jan Simak"], ["Jan Simunek"], ["Jan Vennegoor of Hesselink"], ["Jan Vertonghen"], ["Jan Wuytens"], ["Jan-Arie van der Heijden"], ["Jan-Ingwer Callsen-Bracker"], ["Jander"], ["Janicio Martins"], ["Jannik Vestergaard"], ["Janos Balogh"], ["Jarchinio Antonia"], ["Jardel"], ["Jaroslav Drobny"], ["Jaroslav Plasil"], ["Jaroslaw Fojut"], ["Jasmin Buric"], ["Jasmin Kurtic"], ["Jason Brown"], ["Jason Culina"], ["Jason Davidson"], ["Jason Denayer"], ["Jason Euell"], ["Jason Koumas"], ["Jason Puncheon"], ["Jason Roberts"], ["Jason Scotland"], ["Jason Shackell"], ["Jasper Cillessen"], ["Jaume Costa"], ["Jaume"], ["Jauregi Inaki Bea"], ["Javad Nekounam"], ["Javi Castellano"], ["Javi Fuego"], ["Javi Garcia"], ["Javi Guerra"], ["Javi Hervas"], ["Javi Lara"], ["Javi Lopez"], ["Javi Moreno Marquez"], ["Javi Varas"], ["Javier Aquino"], ["Javier Balboa"], ["Javier Baraja"], ["Javier Calleja"], ["Javier Camunas"], ["Javier Chevanton"], ["Javier Cohene"], ["Javier Del Pino"], ["Javier Eraso"], ["Javier Espinosa Gonzalez"], ["Javier Flano"], ["Javier Garrido"], ["Javier Hernandez"], ["Javier Jimenez"], ["Javier Manquillo"], ["Javier Martinez"], ["Javier Mascherano"], ["Javier Matilla"], ["Javier Paredes"], ["Javier Pastore"], ["Javier Pinola"], ["Javier Portillo"], ["Javier Ros"], ["Javier Saviola"], ["Javier Venta"], ["Javier Zanetti"], ["Jawhar Mnari"], ["Jay Bothroyd"], ["Jay Rodriguez"], ["Jay Simpson"], ["Jay Spearing"], ["Jay Tabb"], ["Jean Barrientos"], ["Jean Beausejour"], ["Jean Calve"], ["Jean Deza"], ["Jean Makoun"], ["Jean Michael Seri"], ["Jean-Alain Boumsong"], ["Jean-Armel Kana-Biyik"], ["Jean-Christophe Bahebeck"], ["Jean-Claude Darcheville"], ["Jean-Daniel Akpa-Akpro"], ["Jean-Ecudes Maurice"], ["Jean-Francois Gillet"], ["Jean-Jacques Gosso"], ["Jean-Jacques Pierre"], ["Jean-Joeel Perrier Doumbe"], ["Jean-Kevin Augustin"], ["Jean-Louis Leca"], ["Jean-Luc Dompe"], ["Jean-Michel Lesage"], ["Jean-Pascal Mignot"], ["Jean-Paul Boetius"], ["Jean-Sebastien Jaures"], ["Jean-Sylvain Babin"], ["Jeanvion Yulu-Matondo"], ["Jedaias Capucho Neves"], ["Jeff Hardeveld"], ["Jeff Louis"], ["Jeff Stans"], ["Jeff Strasser"], ["Jefferson Farfan"], ["Jefferson Lerma"], ["Jefferson Montero"], ["Jefferson Nascimento"], ["Jefferson"], ["Jeffren Suarez"], ["Jeffrey Bruma"], ["Jeffrey Gouweleeuw"], ["Jeffrey Sarpong"], ["Jeffrey Schlupp"], ["Jeison Murillo"], ["Jelle ten Rouwelaar"], ["Jelle van Damme"], ["Jelle Vossen"], ["Jem Karacan"], ["Jemerson"], ["Jens Grahl"], ["Jens Hegeler"], ["Jens Langeneke"], ["Jens Lehmann"], ["Jens Naessens"], ["Jens Toornstra"], ["Jens Wemmer"], ["Jeong-Ho Hong"], ["Jeremain Lens"], ["Jeremie Aliadiere"], ["Jeremie Brechet"], ["Jeremie Janot"], ["Jeremy Berthod"], ["Jeremy Bokila"], ["Jeremy Choplin"], ["Jeremy Clement"], ["Jeremy Gavanon"], ["Jeremy Mathieu"], ["Jeremy Menez"], ["Jeremy Morel"], ["Jeremy Perbet"], ["Jeremy Pied"], ["Jeremy Sorbon"], ["Jeremy Taravel"], ["Jeremy Toljan"], ["Jeremy Toulalan"], ["Jerko Leko"], ["Jermain Defoe"], ["Jermaine Beckford"], ["Jermaine Jenas"], ["Jermaine Jones"], ["Jermaine Pennant"], ["Jeroen Simaeys"], ["Jeroen Zoet"], ["Jerome Alonzo"], ["Jerome Boateng"], ["Jerome Gondorf"], ["Jerome Leroy"], ["Jerome Prior"], ["Jerome Rothen"], ["Jerome Roussillon"], ["Jerome Thomas"], ["Jerry St. Juste"], ["Jerry Uche Mbakogu"], ["Jerson Cabral"], ["Jerzy Dudek"], ["Jese Rodriguez"], ["Jesper Drost"], ["Jesper Hansen"], ["Jesper Joergensen"], ["Jesse Lingard"], ["Jesus Capi"], ["Jesus Corona"], ["Jesus Datolo"], ["Jesus Fernandez"], ["Jesus Gamez"], ["Jesus Mendoza"], ["Jesus Navas"], ["Jesus Perez Francis"], ["Jesus Rueda"], ["Jesus Vazquez"], ["Jetro Willems"], ["Jhon Cordoba"], ["Ji-Sung Park"], ["Jiayi Shao"], ["Jiloan Hamad"], ["Jim Larsen"], ["Jimmy Briand"], ["Jimmy Bullard"], ["Jimmy Cabot"], ["Jimmy Kebe"], ["Jin-Su Kim"], ["Jires Kembo-Ekoko"], ["Jiri Bilek"], ["Jiri Jarosik"], ["Jiri Stajner"], ["Jlloyd Samuel"], ["Jo Inge Berget"], ["Jo-Gook Jung"], ["Jo"], ["Joan Capdevila"], ["Joan Oriol"], ["Joan Roman"], ["Joan Verdu"], ["Joao Afonso"], ["Joao Alves"], ["Joao Aurelio"], ["Joao Cancelo"], ["Joao Carlos"], ["Joao Costa,21"], ["Joao Diogo"], ["Joao Goncalves"], ["Joao Guilherme"], ["Joao Inacio Pia"], ["Joao Mario"], ["Joao Meira"], ["Joao Moreno"], ["Joao Moutinho"], ["Joao Palinha"], ["Joao Paulo Andrade"], ["Joao Pedro Galvao"], ["Joao Pedro"], ["Joao Pereira"], ["Joao Real"], ["Joao Ribeiro"], ["Joao Schimdt"], ["Joao Teixeira"], ["Joao Tomas"], ["Joao Victor"], ["Joaozinho"], ["Joaquin Correa"], ["Joaquin Larrivey"], ["Joaquin"], ["Jobi McAnuff"], ["Jody Craddock"], ["Jody Lukoki"], ["Jody Viviani"], ["Joe Allen"], ["Joe Cole"], ["Joe Hart"], ["Joe Ledley"], ["Joeel Sami"], ["Joel Campbell"], ["Joel Chukwuma Obi"], ["Joel Ekstrand"], ["Joel Epalle"], ["Joel Matip"], ["Joel Robles"], ["Joel Veltman"], ["Joel Ward"], ["Joey Barton"], ["Joey Didulica"], ["Joey O'Brien"], ["Joey van den Berg"], ["Joffre David Guerron"], ["Johan Audel"], ["Johan Carrasso"], ["Johan Cavalli"], ["Johan Djourou"], ["Johan Elmander"], ["Johan Kappelhof"], ["Johan Liebus"], ["Johan Mojica"], ["Johan Vonlanthen"], ["Johann Berg Gudmundsson"], ["Johann Vogel"], ["Johannes Flum"], ["Johannes Geis"], ["Johannes van den Bergh"], ["John Anthony Brooks"], ["John Arne Riise"], ["John Bostock"], ["John Boye"], ["John Carew"], ["John Goossens"], ["John Guidetti"], ["John Jairo Culma"], ["John Mensah"], ["John O'Shea"], ["John Obi Mikel"], ["John Pantsil"], ["John Potter"], ["John Rankin"], ["John Ruddy"], ["John Stones"], ["John Sutton"], ["John Terry"], ["John Utaka"], ["Johnny Heitinga"], ["Johnny Leoni"], ["Johnny Russell"], ["Johny Placide"], ["Johny"], ["Joleon Lescott"], ["Jon Aurtenetxe"], ["Jon Dahl Tomasson"], ["Jon Daly"], ["Jon Errasti"], ["Jon Flanagan"], ["Jonas De Roeck"], ["Jonas Elmer"], ["Jonas Gutierrez"], ["Jonas Hector"], ["Jonas Hofmann"], ["Jonas Kamper"], ["Jonas Loessl"], ["Jonas Martin"], ["Jonas Olsson"], ["Jonas Ramalho"], ["Jonas"], ["Jonatan Johansson"], ["Jonathan Ayite"], ["Jonathan Biabiany"], ["Jonathan Blondel"], ["Jonathan Bottinelli"], ["Jonathan Brison"], ["Jonathan Cristaldo"], ["Jonathan Cristian Silva"], ["Jonathan De Guzman"], ["Jonathan Delaplace"], ["Jonathan dos Santos"], ["Jonathan Glao Tah"], ["Jonathan Greening"], ["Jonathan Hayes"], ["Jonathan Hogg"], ["Jonathan Howson"], ["Jonathan Jager"], ["Jonathan Legear"], ["Jonathan Ligali"], ["Jonathan Martins-Pereira"], ["Jonathan Parr"], ["Jonathan Pereira"], ["Jonathan Pitroipa"], ["Jonathan Reis"], ["Jonathan Rodriguez"], ["Jonathan Rossini"], ["Jonathan Santana"], ["Jonathan Schmid"], ["Jonathan Sesma"], ["Jonathan Soriano"], ["Jonathan Spector"], ["Jonathan Urretaviscaya"], ["Jonathan Viera"], ["Jonathan Vila"], ["Jonathan Walters"], ["Jonathan Woodgate"], ["Jonathan Zebina"], ["Jonathan Zongo"], ["Jonathan"], ["Jonathas"], ["Jonjo Shelvey"], ["Jonny Evans"], ["Jony"], ["Joo-Ho Park"], ["Joonas Kolkka"], ["Joost van Aken"], ["Jop van der Linden"], ["Jordan Adeoti"], ["Jordan Amavi"], ["Jordan Ayew"], ["Jordan Ferri"], ["Jordan Henderson"], ["Jordan Loties"], ["Jordan Lukaku"], ["Jordan Pickford"], ["Jordan Remacle"], ["Jordan Veretout"], ["Jordens Peters"], ["Jordi Alba"], ["Jordi Amat"], ["Jordi Codina"], ["Jordi Feliu Xumetra"], ["Jordi Figueras"], ["Jordi Gomez"], ["Jordi Lopez Felpeto"], ["Jordi Masip"], ["Jordon Ibe"], ["Jordon Mutch"], ["Jordy Clasie"], ["Jores Okore"], ["Jorge Fucile"], ["Jorge Garcia Morcillo"], ["Jorge Garcia"], ["Jorge Goncalves"], ["Jorge Lopez"], ["Jorge Martinez"], ["Jorge Mere"], ["Jorge Molina"], ["Jorge Pulido"], ["Jorge Ribeiro"], ["Jorge Rojas"], ["Jorge Teixeira"], ["Jorginho"], ["Joris Delle"], ["Joris Kayembe Ditu"], ["Joris Mathijsen"], ["Joris Steve Marveaux"], ["Joris van Overeem"], ["Jorrit Hendrix"], ["Jos Hooiveld"], ["Jose Alberto Shaffer,18"], ["Jose Angel Crespo"], ["Jose Angel"], ["Jose Antonio Garcia Calvo"], ["Jose Antonio Reyes"], ["Jose Ariel Nunez"], ["Jose Baxter"], ["Jose Bosingwa"], ["Jose Campana"], ["Jose Canas"], ["Jose Carlos Nunes"], ["Jose Carlos"], ["Jose Catala"], ["Jose Dorado"], ["Jose Enrique"], ["Jose Fonte"], ["Jose Gaya"], ["Jose Gimenez"], ["Jose Gomes de Moraes Edmilson"], ["Jose Goncalves"], ["Jose Gustavo Sand"], ["Jose Holebas"], ["Jose Ignacio Castillo"], ["Jose Izquierdo"], ["Jose Javier Barkero"], ["Jose Josetxo"], ["Jose Leonardo Talamonti"], ["Jose Leonardo Ulloa"], ["Jose Luis Fernandez"], ["Jose Luis Garces"], ["Jose Luis Morales"], ["Jose Luis Palomino"], ["Jose Manuel Casado"], ["Jose Manuel Jurado"], ["Jose Manuel Pinto"], ["Jose Mari"], ["Jose Maria Basanta"], ["Jose Maria Callejon"], ["Jose Maria Guti"], ["Jose Maria Lopez Silva"], ["Jose Mauri"], ["Jose Miguel Josemi"], ["Jose Moraton"], ["Jose Moreira"], ["Jose Movilla"], ["Jose Paolo Guerrero"], ["Jose Raul Baena"], ["Jose Recio"], ["Jose Rodriguez"], ["Jose Sa"], ["Jose Salomon Rondon"], ["Jose Sosa"], ["Jose Velazquez"], ["Jose Ze Pedro"], ["Joseba Garmendia"], ["Joseba Llorente"], ["Joseba Zaldua"], ["Josef Martinez"], ["Joselu"], ["Josep Sene"], ["Joseph Akpala"], ["Joseph Desire Job"], ["Joseph Yobo"], ["Josh Meekings"], ["Josh Simpson"], ["Joshua Brenet"], ["Joshua Guilavogui"], ["Joshua John"], ["Joshua Kennedy"], ["Joshua Kimmich"], ["Joshua King"], ["Joshua McEachran"], ["Josip Drmic"], ["Josip Ilicic"], ["Josip Simunic"], ["Josue"], ["Jota"], ["Jozabed"], ["Jozsef Varga"], ["Jozy Altidore"], ["Juan Agudelo"], ["Juan Albin"], ["Juan Arango"], ["Juan Bernat"], ["Juan Camilo Zuniga"], ["Juan Carlos Menseguez"], ["Juan Carlos Paredes"], ["Juan Carlos Valeron"], ["Juan Carlos"], ["Juan Cuadrado"], ["Juan Delgado"], ["Juan Dominguez Lamas"], ["Juan Eduardo Eluchans"], ["Juan Falcon"], ["Juan Forlin"], ["Juan Gomez"], ["Juan Jesus Calatayud"], ["Juan Manuel Iturbe"], ["Juan Mata"], ["Juan Munoz"], ["Juan Pablo Carrizo"], ["Juan Pablo Pino"], ["Juan Pablo"], ["Juan Quero"], ["Juan Quintero"], ["Juan Rafael Fuentes"], ["Juan Ramon Cabrero Juanra"], ["Juan Rodriguez"], ["Juan Sanchez Mino"], ["Juan Valera"], ["Juan Vargas"], ["Juan"], ["Juande"], ["Juanfran Garcia"], ["Juanfran"], ["Juanito"], ["Juanlu"], ["Juanma Ortiz"], ["Juanma"], ["Juanmi Callejon"], ["Juanmi"], ["Juanpi,20"], ["Juca"], ["Juergen Gjasula"], ["Juergen Saeumel"], ["Julian Baumgartlinger"], ["Julian Brandt"], ["Julian de Guzman"], ["Julian Draxler"], ["Julian Esteban"], ["Julian Jenner"], ["Julian Koch"], ["Julian Korb"], ["Julian Michel"], ["Julian Ramos Omar"], ["Julian Schieber"], ["Julian Schuster"], ["Julian Speroni"], ["Julian Weigl"], ["Julian"], ["Juliano Belletti"], ["Juliano Mineiro"], ["Julien Cardy"], ["Julien De Sart"], ["Julien Escude"], ["Julien Faubert"], ["Julien Faussurier"], ["Julien Feret"], ["Julien Gorius"], ["Julien Palmieri"], ["Julien Quercia"], ["Julien Rodriguez"], ["Julien Sable"], ["Julio Alvarez"], ["Julio Arca"], ["Julio Baptista"], ["Julio Cesar Machado"], ["Julio Cesar"], ["Julio Sergio"], ["Junichi Inamoto,20"], ["Juninho Pernambucano,20"], ["Junior Caicara"], ["Junior Diaz"], ["Junior Hoilett"], ["Junior Malanda-Adje"], ["Junior Santos Mozart"], ["Junior Stanislas"], ["Junya Tanaka"], ["Juraj Kucka"], ["Jurgen Locadia"], ["Juri Judt"], ["Jurica Vranjes"], ["Jussi Jaaskelainen"], ["Jussie"], ["Justin Hoyte"], ["Justo Villar"], ["Kaan Ayhan"], ["Kader Mangane"], ["Kadu"], ["Kafoumba Coulibaly"], ["Kagisho Dikgacoi"], ["Kaka"], ["Kakha Kaladze"], ["Kalidou Koulibaly"], ["Kalifa Coulibaly"], ["Kalilou Mohamed Traore"], ["Kalu Uche"], ["Kamel Chafni"], ["Kamel Ghilas"], ["Kamil Glik"], ["Kamil Grosicki"], ["Kamil Kurowski"], ["Kamil Vacek"], ["Kamil Wilczek"], ["Kamil Zayatte"], ["Kamohelo Mokotjo"], ["Kandia Traore"], ["Kanga Akale"], ["Kanu"], ["Kara Mbodji"], ["Karel D'Haene"], ["Karel Geraerts"], ["Karim Ait Fana"], ["Karim Bellarabi"], ["Karim Benzema"], ["Karim El Ahmadi"], ["Karim Guede"], ["Karim Haggui"], ["Karim Laribi"], ["Karim Matmour"], ["Karim Rekik"], ["Karim Saidi"], ["Karim Ziani"], ["Karl Henry"], ["Karl Svensson"], ["Karl-Johan Johnsson"], ["Karol Linetty"], ["Kaspars Gorkss"], ["Kasper Haemaelaeinen"], ["Kasper Kusk"], ["Kasper Schmeichel"], ["Kassim Abdallah"], ["Kay Voser"], ["Kazuki Nagasawa"], ["Kees Kwakman"], ["Kees Luijckx"], ["Kei Ansu Kamara"], ["Keirrison"], ["Keisuke Honda"], ["Keith Andrews"], ["Keith Fahey"], ["Keith Lasley"], ["Keith Treacy"], ["Keko"], ["Kelechi Iheanacho"], ["Kelvin Davis"], ["Kelvin Leerdam"], ["Kelvin Wilson"], ["Kelvin"], ["Kemy Agustien"], ["Ken Ilsoe"], ["Ken Reichel"], ["Kenedy"], ["Kennedy Bakircioglu"], ["Kenneth Omeruo"], ["Kenneth Perez"], ["Kenneth Saief"], ["Kenneth Vermeer"], ["Kenny McLean"], ["Kenny Miller"], ["Kenny Otigba"], ["Kenny Steppe"], ["Kenny Tete"], ["Kenwyne Jones"], ["Kerim Frei Koyunlu"], ["Kevin Anin"], ["Kevin Berigaud"], ["Kevin Constant"], ["Kevin Davies"], ["Kevin de Bruyne"], ["Kevin Diks"], ["Kevin Doyle"], ["Kevin Foley"], ["Kevin Gameiro"], ["Kevin Garcia"], ["Kevin Gomis"], ["Kevin Grosskreutz"], ["Kevin Hofland"], ["Kevin Kampl"], ["Kevin Kilbane"], ["Kevin Kratz"], ["Kevin Kraus"], ["Kevin Kuranyi"], ["Kevin Kyle"], ["Kevin Lasagna"], ["Kevin Malcuit"], ["Kevin McDonald"], ["Kevin McKenna"], ["Kevin McNaughton"], ["Kevin Mirallas"], ["Kevin Monnet-Paquet"], ["Kevin Nolan"], ["Kevin Oris"], ["Kevin Pezzoni"], ["Kevin Phillips"], ["Kevin Roelandts"], ["Kevin Strootman"], ["Kevin Stuhr Ellegaard"], ["Kevin Theophile-Catherine"], ["Kevin Thomson"], ["Kevin Trapp"], ["Kevin Vandenbergh"], ["Kevin Vandendriessche"], ["Kevin Vogt"], ["Kevin Volland"], ["Kevin Wimmer"], ["Kevin-Prince Boateng"], ["Kew Jaliens"], ["Keylor Navas"], ["Khaleem Hyland"], ["Khalid Boulahrouz"], ["Khalid Sinouh"], ["Kheireddine Kiko Zarabi"], ["Khouma Babacar"], ["Ki-Hyeon Seol"], ["Kian Hansen"], ["Kieran Gibbs"], ["Kieran Richardson"], ["Kieran Trippier"], ["Kieren Westwood"], ["Kieron Dyer"], ["Kike Lopez"], ["Kike Mateo"], ["Kike Sola"], ["Kiko"], ["Killan Overmeire"], ["Kim Kaellstroem"], ["Kim Ojo"], ["Kingsley Boateng"], ["Kingsley Coman"], ["Kirk Broadfoot"], ["Klaas Jan Huntelaar"], ["Kleber Pinheiro"], ["Klemen Lavric"], ["Knowledge Musona"], ["Knut Olav Rindaroey"], ["Koen Casteels"], ["Koen Daerden"], ["Koen Persoons"], ["Koffi Djidji"], ["Koikili Campo"], ["Koke"], ["Koki Mizuno"], ["Kolbeinn Sigthorsson"], ["Kolo Toure"], ["Konstantin Rausch"], ["Konstantin Vassiljev"], ["Konstantinos Fortounis"], ["Konstantinos Katsouranis"], ["Konstantinos Manolas"], ["Konstantinos Mitroglou"], ["Konstantinos Stafylidis"], ["Kossi Agassa"], ["Kostas Lamprou"], ["Kosuke Ota"], ["Kris Boyd"], ["Kris Commons"], ["Kris Stadsgaard"], ["Kristian Bach Bak"], ["Kristijan Ipsa"], ["Kristoffer Nordfeldt"], ["Krisztian Nemeth"], ["Krisztian Vadocz"], ["Krisztian Vermes"], ["Kuca"], ["Kurt Zouma"], ["Kwabena Asamoa Frimpong"], ["Kwadwo Asamoah"], ["Kwame Quansah"], ["Kyle Bartley"], ["Kyle Ebecilio"], ["Kyle Lafferty"], ["Kyle Naughton"], ["Kyle Walker"], ["Kyriakos Papadopoulos"], ["Lacina Traore"], ["Ladislas Douniama"], ["Ladji Keita"], ["Lalaina Nomenjanahary"], ["Lamine Gassama"], ["Lamine Kone"], ["Landon Donovan"], ["Landry N'Guemo"], ["Larrys Mabiala"], ["Lars Bender"], ["Lars Jacobsen"], ["Lars Stindl"], ["Lars Unnerstall"], ["Lars Veldwijk"], ["Laryea Kingston"], ["Lassad Nouioui"], ["Lassana Diarra"], ["Lasse Nielsen"], ["Lasse Nilsson"], ["Lasse Schoene"], ["Lasse Sobiech"], ["Laszlo Koteles"], ["Laszlo Sepsi"], ["Laure"], ["Laurens De Bock"], ["Laurent Batlles"], ["Laurent Bonnart"], ["Laurent Ciman"], ["Laurent Courtois"], ["Laurent Depoitre"], ["Laurent Koscielny"], ["Laurent Pionnier"], ["Lauri Dalla Valle"], ["Lautaro Acosta"], ["Lavyin Kurzawa"], ["Lazar Markovic"], ["Lazaros Christodoulopoulos"], ["Leander Dendoncker"], ["Leandrinho"], ["Leandro Bacuna"], ["Leandro Castan"], ["Leandro Chaparro"], ["Leandro Cufre"], ["Leandro Damiao"], ["Leandro Daniel Paredes"], ["Leandro Gioda,28"], ["Leandro Greco"], ["Leandro Grimi"], ["Leandro Pereira"], ["Leandro Rinaudo"], ["Leandro Romagnoli"], ["Leandro Salino"], ["Leandro Silva"], ["Leandro Tatu"], ["Leandro Trossard"], ["Ledley King"], ["Lee Bowyer"], ["Lee Camp"], ["Lee Carsley"], ["Lee Cattermole"], ["Lee Croft"], ["Lee Mair"], ["Lee Martin"], ["Lee McCulloch"], ["Lee Miller"], ["Lee Naylor"], ["Lee Tomlin"], ["Lee Wallace"], ["Lee Wilkie"], ["Lee"], ["Leigh Griffiths"], ["Leighton Baines"], ["Lennart Thy"], ["Lenny Nangis"], ["Leo Baptistao"], ["Leo Bonatini"], ["Leo Dubois"], ["Leo Fortunato"], ["Leo Itaperuna"], ["Leo"], ["Leon Andreasen"], ["Leon Bailey"], ["Leon Balogun"], ["Leon Barnett"], ["Leon Best"], ["Leon Britton"], ["Leon Cort"], ["Leon Goretzka"], ["Leon Jessen"], ["Leon Osman"], ["Leonard Kweuke"], ["Leonardo Bittencourt"], ["Leonardo Blanchard"], ["Leonardo Bonucci"], ["Leonardo Franco"], ["Leonardo Martin Miglionico"], ["Leonardo Pavoletti"], ["Leonardo Ponzio"], ["Leonel Galeano"], ["Leonel Olimpio"], ["Lerin Duarte"], ["Leroy Fer"], ["Leroy George"], ["Leroy Lita"], ["Leroy Sane"], ["Levan Kenia"], ["Levan Kobiashvili"], ["Levan Mchedlidze"], ["Levent Guelen"], ["Levin Mete Oztunali"], ["Levy Madinda"], ["Lewis Baker"], ["Lewis Grabban"], ["Lewis Holtby"], ["Lex Immers"], ["Leyti N'Diaye"], ["Liam Bridcutt"], ["Liam Cooper"], ["Liam Craig"], ["Liam Lawrence"], ["Liam Miller"], ["Liam Moore"], ["Liam Ridgewell"], ["Liam Rosenior"], ["Liassine Cadamuro"], ["Liban Abdi"], ["Libor Kozak"], ["Lica"], ["Liedson"], ["Lima"], ["Lindsay Rose"], ["Lino Marzoratti"], ["Lionel Ainsworth"], ["Lionel Cappone"], ["Lionel Carole"], ["Lionel Letizi"], ["Lionel Mathis"], ["Lionel Messi"], ["Lionel Scaloni"], ["Lionn"], ["Lior Rafaelov"], ["Lisandro Lopez"], ["Livio Nabab"], ["Ljubomir Fejsa"], ["Lloyd Palun"], ["Lluis Sastre"], ["Logan Bailly"], ["Loic Guillon"], ["Loic Perrin"], ["Loic Remy"], ["Loiik Landre"], ["Lolo Reyes,23"], ["Lolo"], ["Loosemy Karaboue"], ["Lora"], ["Lorenzo Ariaudo"], ["Lorenzo Burnet"], ["Lorenzo Crisetig"], ["Lorenzo De Silvestri"], ["Lorenzo Del Prete"], ["Lorenzo Ebicilio"], ["Lorenzo Insigne"], ["Lorenzo Lollo"], ["Lorenzo Melgarejo"], ["Lorenzo Pasciuti"], ["Lorenzo Squizzi"], ["Lorenzo Stovini"], ["Lorenzo Tonelli"], ["Lorik Cana"], ["Loris Benito"], ["Loris Karius"], ["Louis Nganioni"], ["Louis Saha"], ["Loukas Vyntra"], ["Luan"], ["Luc Castaignos"], ["Luca Antei"], ["Luca Antonelli"], ["Luca Antonini"], ["Luca Ariatti"], ["Luca Belingheri"], ["Luca Caldirola"], ["Luca Castellazzi"], ["Luca Ceccarelli"], ["Luca Ceppitelli"], ["Luca Cigarini"], ["Luca Marrone"], ["Luca Rigoni"], ["Luca Rizzo"], ["Luca Rossettini"], ["Luca Siligardi"], ["Luca Toni"], ["Luca Vigiani,22"], ["Luca Zuffi"], ["Lucas Alfonso Orban"], ["Lucas Andersen"], ["Lucas Ariel Ocampos"], ["Lucas Armando Mareque"], ["Lucas Barrios"], ["Lucas Biglia"], ["Lucas Bijker"], ["Lucas Deaux"], ["Lucas Digne"], ["Lucas Evangelista"], ["Lucas Hernandez"], ["Lucas Hradecky"], ["Lucas Joao"], ["Lucas Leiva"], ["Lucas Matias Licht"], ["Lucas Mendes"], ["Lucas Moura"], ["Lucas Nahuel Castro"], ["Lucas Neill"], ["Lucas Perez"], ["Lucas Piazon"], ["Lucas Pratto"], ["Lucas Silva"], ["Lucas Vazquez"], ["Lucas Wilchez"], ["Lucas"], ["Lucho Gonzalez"], ["Luciano Amaral"], ["Luciano Becchio"], ["Luciano Dario Vietto"], ["Luciano Narsingh"], ["Luciano Slagveer"], ["Luciano Zauri"], ["Luciano"], ["Lucien Aubey"], ["Lucio"], ["Ludovic Baal"], ["Ludovic Butelle"], ["Ludovic Delporte"], ["Ludovic Giuly"], ["Ludovic Lamine Sane"], ["Ludovic Magnin"], ["Ludovic Obraniak"], ["Ludovic Sylvestre"], ["Ludovic"], ["Luigi Bruins"], ["Luigi Giorgi"], ["Luigi Pieroni"], ["Luigi Sala"], ["Luigi Sepe"], ["Luigi Vitale"], ["Luis Advincula"], ["Luis Aguiar"], ["Luis Alberto"], ["Luis Aurelio"], ["Luis Boa Morte"], ["Luis Carlos"], ["Luis Fabiano"], ["Luis Farina"], ["Luis Fernando Duarte Nunes,32"], ["Luis Figo"], ["Luis Filipe"], ["Luis Garcia"], ["Luis Hernandez"], ["Luis Jimenez"], ["Luis Leal"], ["Luis Martins"], ["Luis Moran"], ["Luis Muriel"], ["Luis Pedro Cavanda"], ["Luis Pedro Figueroa"], ["Luis Perea"], ["Luis Prieto"], ["Luis Seijas"], ["Luis Suarez"], ["Luisao"], ["Luisinho"], ["Luiz Adriano"], ["Luiz Carlos"], ["Luiz Gustavo"], ["Luka Krajnc"], ["Luka Milivojevic"], ["Luka Modric"], ["Lukas Hinterseer"], ["Lukas Jarolim"], ["Lukas Jutkiewicz"], ["Lukas Kruse"], ["Lukas Marecek"], ["Lukas Podolski"], ["Lukas Rupp"], ["Lukas Schmitz"], ["Lukas Sinkiewicz"], ["Lukas Zelenka"], ["Lukasz Boguslawski"], ["Lukasz Fabianski"], ["Lukasz Gargula"], ["Lukasz Piszczek"], ["Lukasz Skorupski"], ["Lukasz Teodorczyk"], ["Lukasz Tralka"], ["Lukasz Zaluska"], ["Luke Garbutt"], ["Luke Moore"], ["Luke Shaw"], ["Luke Varney"], ["Luke Wilkshire"], ["Luke Young"], ["Lukman Haruna"], ["Lulinha"], ["Luso"], ["Luuk de Jong"], ["Lynel Kitambala"], ["Maarten Martens"], ["Maarten Stekelenburg"], ["Macedo Novaes"], ["Maceo Rigters"], ["Maciej Gajos"], ["Maciej Iwanski"], ["Madjid Bougherra"], ["Mads Albaek"], ["Mads Junker"], ["Magaye Gueye"], ["Magnus Eriksson"], ["Magnus Wolff Eikrem"], ["Mahamadou Diarra"], ["Mahamadou Habib Habibou"], ["Mahamadou N'Diaye"], ["Mahamadou Samassa"], ["Mahamane Traore"], ["Mahir Saglik"], ["Mahmoud Dahoud"], ["Maicon"], ["Maicosuel"], ["Maik Franz"], ["Maik Taylor"], ["Maikel Aerts"], ["Maikel Kieftenbeld"], ["Maikel van der Werff"], ["Makelele"], ["Makoto Hasebe"], ["Malaury Martin"], ["Malcom"], ["Malik Fathi"], ["Mamadou Bagayoko"], ["Mamadou Bah"], ["Mamadou Diallo"], ["Mamadou Niang"], ["Mamadou Sakho"], ["Mamadou Samassa"], ["Mamady Sidibe"], ["Mame Baba Thiam"], ["Mame Biram Diouf"], ["Mancini"], ["Mane"], ["Maniche"], ["Mannaseh Ishiaku"], ["Mano"], ["Manolo Gabbiadini"], ["Manolo Gaspar,28"], ["Manolo Reina"], ["Manu del Moral"], ["Manu Fernandez"], ["Manu Herrera"], ["Manu Lanzarote"], ["Manu"], ["Manucho"], ["Manuel Almunia"], ["Manuel Arana"], ["Manuel Arboleda"], ["Manuel Belleri"], ["Manuel da Costa"], ["Manuel Fernandes"], ["Manuel Friedrich"], ["Manuel Giandonato"], ["Manuel Gulde"], ["Manuel Iturra"], ["Manuel Jose"], ["Manuel Lanzini"], ["Manuel Lara Martinez,26"], ["Manuel Lillo Castellano"], ["Manuel Neuer"], ["Manuel Pablo"], ["Manuel Pasqual"], ["Manuel Pucciarelli"], ["Manuel Schmiedebach"], ["Manuel Silas"], ["Manuel Trigueros"], ["Manuel Victor"], ["Manuele Blasi"], ["Maor Bar Buzaglo"], ["Maor Melikson"], ["Mapou Yanga-Mbiwa"], ["Marafona"], ["Marama Vahirua"], ["Marat Izmailov"], ["Marc Albrighton"], ["Marc Bartra"], ["Marc Bertran"], ["Marc Crosas"], ["Marc Fitzpatrick"], ["Marc Janko"], ["Marc Muniesa"], ["Marc Pfertzel"], ["Marc Planus"], ["Marc Pugh"], ["Marc Schneider"], ["Marc Stein"], ["Marc Stendera"], ["Marc Torrejon Moya"], ["Marc Valiente"], ["Marc van de Maarel"], ["Marc Wilson"], ["Marc Ziegler"], ["Marc-Andre Kruska"], ["Marc-Andre ter Stegen"], ["Marc-Antoine Fortune"], ["Marc-Oliver Kempf"], ["Marcel Buechel"], ["Marcel Correia"], ["Marcel De Jong"], ["Marcel Heller"], ["Marcel Maltritz"], ["Marcel Meeuwis"], ["Marcel Ndjeng"], ["Marcel Risse"], ["Marcel Ritzmaier"], ["Marcel Schaefer"], ["Marcel Schmelzer"], ["Marcel Tisserand"], ["Marcelinho"], ["Marcell Jansen"], ["Marcello Castellini"], ["Marcello Trotta"], ["Marcelo Boeck"], ["Marcelo Brozovic"], ["Marcelo Diaz"], ["Marcelo Estigarribia"], ["Marcelo Goiano"], ["Marcelo Jose Bordon"], ["Marcelo Jose Oliveira"], ["Marcelo Larrondo"], ["Marcelo Lipatin"], ["Marcelo Moreno"], ["Marcelo Moretto"], ["Marcelo Silva"], ["Marcelo Toscano"], ["Marcelo Zalayeta"], ["Marcelo"], ["Marcin Kaczmarek"], ["Marcin Kaminski"], ["Marcin Kikut"], ["Marcin Mieciel"], ["Marcin Robak"], ["Marcin Wasilewski"], ["Marcinho"], ["Marcio Mossoro"], ["Marcio Nascimento Rozario"], ["Marco Amelia"], ["Marco Andreolli"], ["Marco Asensio"], ["Marco Baixinho"], ["Marco Benassi"], ["Marco Biagianti"], ["Marco Bizot"], ["Marco Borriello"], ["Marco Caligiuri"], ["Marco Caneira"], ["Marco Capuano"], ["Marco Cassetti"], ["Marco D'Alessandro"], ["Marco Davide Faraoni"], ["Marco Di Loreto"], ["Marco Di Vaio"], ["Marco Donadel"], ["Marco Engelhardt"], ["Marco Estrada"], ["Marco Fabian"], ["Marco Hoeger"], ["Marco Marchionni"], ["Marco Materazzi"], ["Marco Matias"], ["Marco Motta"], ["Marco Natanel Torsiglieri"], ["Marco Padalino"], ["Marco Paixao"], ["Marco Pappa"], ["Marco Parolo"], ["Marco Perez"], ["Marco Pisano"], ["Marco Reus"], ["Marco Rigoni"], ["Marco Rojas"], ["Marco Rossi"], ["Marco Ruben"], ["Marco Russ"], ["Marco Sau"], ["Marco Schneuwly"], ["Marco Schoenbaechler"], ["Marco Silvestri"], ["Marco Sportiello"], ["Marco Storari"], ["Marco Streller"], ["Marco Terrazzino"], ["Marco van Ginkel"], ["Marco Verratti"], ["Marco Woelfli"], ["Marco Zambelli"], ["Marco Zoro"], ["Marcos Aguirre"], ["Marcos Alonso"], ["Marcos Angeleri"], ["Marcos Antonio"], ["Marcos Camozzato"], ["Marcos Ceara"], ["Marcos Gelabert"], ["Marcos Gullon"], ["Marcos Lopes"], ["Marcos Paulo"], ["Marcos Rojo"], ["Marcos Senna"], ["Marcos Tebar"], ["Marcus Berg"], ["Marcus Diniz"], ["Marcus Hahnemann"], ["Marcus Olsson"], ["Marcus Pedersen"], ["Marcus Rashford"], ["Marek Cech"], ["Marek Hamsik"], ["Marek Jankulovski"], ["Marek Mintal"], ["Marek Saganowski"], ["Marek Suchy"], ["Marek Zienczuk"], ["Marian Kelemen"], ["Marian Kello"], ["Mariano Andujar"], ["Mariano Bogliacino"], ["Mariano Damian Barbosa"], ["Mariano Gonzalez"], ["Mariano Julio Izco"], ["Mariano Pavone"], ["Mariano Pernia"], ["Mariano"], ["Marinho"], ["Mario Alberto Santana"], ["Mario Alvarez"], ["Mario Balotelli"], ["Mario Bermejo"], ["Mario Cantaluppi,25"], ["Mario Cvitanovic"], ["Mario Eggimann"], ["Mario Frick"], ["Mario Gaspar"], ["Mario Gavranovic"], ["Mario Goetze"], ["Mario Gomez"], ["Mario Lemina"], ["Mario Licka"], ["Mario Maloca"], ["Mario Mandzukic"], ["Mario Martinez"], ["Mario Melchiot"], ["Mario Pasalic"], ["Mario Rondon"], ["Mario Rui"], ["Mario Sampirisi"], ["Mario Suarez"], ["Mario Vrancic"], ["Mario Yepes"], ["Marion"], ["Marios Oikonomou,18"], ["Marius Alexe"], ["Marius Ebbers"], ["Marius Stankevicius"], ["Marius Zaliukas"], ["Mariusz Kukielka,24"], ["Mariusz Pawelek"], ["Mariusz Zganiacz"], ["Mark Bresciano"], ["Mark Brown"], ["Mark Bunn"], ["Mark Davies"], ["Mark Edusei"], ["Mark Gonzalez"], ["Mark Hudson"], ["Mark Noble"], ["Mark Reynolds"], ["Mark Schwarzer"], ["Mark Uth"], ["Mark van Bommel"], ["Mark Viduka"], ["Mark Wilson"], ["Mark-Jan Fledderus"], ["Markel Bergara"], ["Markel Susaeta"], ["Marko Arnautovic"], ["Marko Babic"], ["Marko Basa"], ["Marko Livaja"], ["Marko Marin"], ["Marko Pantelic"], ["Marko Perovic"], ["Marko Poletanovic"], ["Marko Scepovic"], ["Marko Suler"], ["Marko Vejinovic"], ["Markus Berger"], ["Markus Bollmann"], ["Markus Feulner"], ["Markus Henriksen"], ["Markus Mendler"], ["Markus Miller"], ["Markus Rosenberg"], ["Markus Schuler"], ["Markus Steinhoefer"], ["Markus Suttner"], ["Markus Thorandt"], ["Marlon Harewood"], ["Marlon King"], ["Maros Klimpl"], ["Marouane Chamakh"], ["Marouane Fellaini"], ["Marquinho"], ["Marquinhos"], ["Marquitos"], ["Marten De Roon"], ["Marti Soler"], ["Martijn Meerdink"], ["Martin Amedick"], ["Martin Bergvold"], ["Martin Braithwaite"], ["Martin Caceres"], ["Martin Demichelis"], ["Martin Fenin"], ["Martin Hansen"], ["Martin Harnik"], ["Martin Hinteregger"], ["Martin Jiranek"], ["Martin Joergensen"], ["Martin Kelly"], ["Martin Lanig"], ["Martin Latka"], ["Martin Laursen"], ["Martin Lejsal"], ["Martin Milec"], ["Martin Montoya"], ["Martin Olsson"], ["Martin Paterson"], ["Martin Petrov"], ["Martin Pieckenhagen"], ["Martin Skrtel"], ["Martin Stoll"], ["Martin Stranzl"], ["Marton Fulop"], ["Marvelous Nakamba"], ["Marvin Bakalorz"], ["Marvin Compper"], ["Marvin Emnes"], ["Marvin Martin"], ["Marvin Matip"], ["Marvin Ogunjimi"], ["Marvin Plattenhardt"], ["Marvin Sordell"], ["Marvin Zeegelaar"], ["Marwin Hitz"], ["Masoud Shojaei"], ["Massadio Haidara"], ["Massamba Lo Sambou"], ["Massimiliano Benassi"], ["Massimiliano Porcello"], ["Massimo Ambrosini"], ["Massimo Bruno"], ["Massimo Donati"], ["Massimo Gobbi"], ["Massimo Maccarone"], ["Massimo Marazzina"], ["Massimo Mutarelli"], ["Massimo Oddo"], ["Massimo Paci"], ["Massimo Volta"], ["Mate Bilic"], ["Mate Jajalo"], ["Matej Krajcik"], ["Matej Vydra"], ["Mateja Kezman"], ["Mateo Kovacic"], ["Mateo Pablo Musacchio"], ["Mateus"], ["Mateusz Cetnarski"], ["Mateusz Klich"], ["Mateusz Mozdzen"], ["Matheus Doria"], ["Matheus Pereira"], ["Matheus"], ["Matheuzinho"], ["Mathew Ryan"], ["Mathias Hain"], ["Mathias Joergensen"], ["Mathias Ranegie"], ["Mathias Schober"], ["Mathieu Beda"], ["Mathieu Berson"], ["Mathieu Bodmer"], ["Mathieu Coutadeur"], ["Mathieu Debuchy"], ["Mathieu Deplagne"], ["Mathieu Dossevi"], ["Mathieu Duhamel"], ["Mathieu Flamini"], ["Mathieu Philippe Peybernes"], ["Mathieu Valbuena"], ["Mathieu Valverde"], ["Matias Aguirregaray"], ["Matias Alustiza"], ["Matias Cabrera"], ["Matias Concha"], ["Matias Emilio Delgado"], ["Matias Ezequiel Schelotto"], ["Matias Fernandez"], ["Matias Kranevitter"], ["Matias Nahuel Leiva"], ["Matias Rodriguez"], ["Matias Silvestre"], ["Matias Suarez"], ["Matias Vecino"], ["Matija Nastasic"], ["Matos"], ["Mats Hummels"], ["Mats Moeller Daehli"], ["Matt Derbyshire"], ["Matt Jarvis"], ["Matt McKay"], ["Matt Miazga"], ["Matt Moussilou"], ["Matt Ritchie"], ["Matteo Bianchetti"], ["Matteo Brighi"], ["Matteo Contini"], ["Matteo Darmian"], ["Matteo Ferrari"], ["Matteo Gianello"], ["Matteo Mancosu"], ["Matteo Politano"], ["Matteo Rubin"], ["Matteo Sereni"], ["Matthew Amoah"], ["Matthew Connolly"], ["Matthew Etherington"], ["Matthew Gilks,18"], ["Matthew James"], ["Matthew Jones"], ["Matthew Kilgallon"], ["Matthew Leckie"], ["Matthew Lowton"], ["Matthew Phillips"], ["Matthew Spiranovic"], ["Matthew Taylor"], ["Matthew Upson"], ["Matthias Abel"], ["Matthias Ginter"], ["Matthias Jaissle"], ["Matthias Lehmann"], ["Matthias Lepiller"], ["Matthias Ostrzolek"], ["Matthieu Chalme"], ["Matthieu Delpierre"], ["Mattia Cassani"], ["Mattia De Sciglio"], ["Mattia Destro"], ["Mattia Notari"], ["Mattia Perin"], ["Mattia Valoti"], ["Mattias Autret"], ["Mattias Johansson"], ["Matz Sels"], ["Maurice Edu"], ["Mauricio Cuero"], ["Mauricio Isla"], ["Mauricio Pinilla"], ["Mauricio"], ["Maurides"], ["Maurizio Ciaramitaro"], ["Maurizio Domizzi"], ["Maurizio Lanzaro"], ["Maurizio Lauro"], ["Mauro Boselli"], ["Mauro Camoranesi"], ["Mauro Cetto"], ["Mauro Dos Santos"], ["Mauro Esposito"], ["Mauro Formica"], ["Mauro Goicoechea"], ["Mauro Icardi"], ["Mauro Lustrinelli"], ["Mauro Zarate"], ["Mauro"], ["Max Christiansen"], ["Max Gruen"], ["Max Kruse"], ["Max Meyer"], ["Max Tonetto"], ["Max-Alain Gradel"], ["Maxi Lopez"], ["Maxi Moralez"], ["Maxi Rodriguez"], ["Maxime Baca"], ["Maxime Barthelme"], ["Maxime Chanot"], ["Maxime Colin"], ["Maxime Dupe"], ["Maxime Gonalons"], ["Maxime Josse"], ["Maxime Le Marchand"], ["Maxime Lestienne"], ["Maxime Poundje"], ["Maximilian Arnold"], ["Maximilian Haas"], ["Maximilian Nicu"], ["Maximilian Philipp"], ["Maximiliano Pellegrino"], ["Maximiliano Pereira"], ["Maximillian Beister"], ["Maxwell"], ["May Mahlangu"], ["Maya Yoshida"], ["Maynor Figueroa"], ["Maza"], ["Mbark Boussoufa"], ["Mbaye Leye"], ["Mbaye Niang"], ["Mbwana Samata"], ["McDonald Mariga"], ["Medina Fabiano"], ["Mehdi Abeid"], ["Mehdi Benatia"], ["Mehdi Carcela-Gonzalez"], ["Mehdi Lacen"], ["Mehdi Mostefa"], ["Mehdi Taouil"], ["Mehmet Aurelio"], ["Mehmet Ekici"], ["Mehmet Topal"], ["Melli"], ["Memphis Depay"], ["Menno Koch"], ["Mensur Mujdza"], ["Mergim Mavraj"], ["Merouane Zemmama"], ["Mervan Celik"], ["Mesut Oezil"], ["Mevlut Erdinc"], ["Mexer"], ["Micah Richards"], ["Michael Agazzi"], ["Michael Almebaeck"], ["Michael Ball"], ["Michael Ballack"], ["Michael Basser Chretien"], ["Michael Bradley"], ["Michael Brown"], ["Michael Carrick"], ["Michael Chopra"], ["Michael Ciani"], ["Michael Dawson"], ["Michael de Leeuw"], ["Michael Dingsdag"], ["Michael Duberry"], ["Michael Duff"], ["Michael Essien"], ["Michael Fink"], ["Michael Gardyne"], ["Michael Gravgaard"], ["Michael Gregoritsch"], ["Michael Hart"], ["Michael Hector"], ["Michael Heylen"], ["Michael Higdon"], ["Michael Jakobsen"], ["Michael Keane"], ["Michael Kightly"], ["Michael Klukowski"], ["Michael Kovacevic"], ["Michael Krohn-Dehli"], ["Michael Lamey"], ["Michael Lang"], ["Michael Mancienne"], ["Michael Mutzel"], ["Michael Olaitan"], ["Michael Ortega"], ["Michael Owen"], ["Michael Parkhurst"], ["Michael Pereira"], ["Michael Pollitt"], ["Michael Rensing"], ["Michael Silberbauer"], ["Michael Stewart"], ["Michael Tarnat"], ["Michael Tonge"], ["Michael Turner"], ["Michail Antonio"], ["Michal Kadlec"], ["Michal Kucharczyk"], ["Michal Maslowski"], ["Michal Papadopoulos"], ["Michal Pazdan"], ["Michal Svec"], ["Michal Zyro"], ["Michalis Sifakis"], ["Michel Bastos"], ["Michel Herrero"], ["Michel Morganella"], ["Michel Salgado"], ["Michel Vorm"], ["Michel"], ["Michelangelo Albertazzi"], ["Michele Camporese"], ["Michele Canini"], ["Michele Fini"], ["Michele Marcolini"], ["Michele Paolucci"], ["Michele Pazienza"], ["Michiel Kramer"], ["Michihirio Yasuda"], ["Michu"], ["Michy Batshuayi"], ["Mickaeel Tavares"], ["Mickael Isabey"], ["Mickael Landreau"], ["Mickael Le Bihan"], ["Mickael Pagis"], ["Mickael Pote"], ["Mickael Tacalfred"], ["Mido"], ["Migjen Basha"], ["Miguel Angel de las Cuevas"], ["Miguel Angel Moya"], ["Miguel Angel"], ["Miguel Britos"], ["Miguel Fernandes Vieira Hugo"], ["Miguel Flano"], ["Miguel Garcia"], ["Miguel Layun"], ["Miguel Lopes"], ["Miguel Pallardo"], ["Miguel Pedro"], ["Miguel Robuste"], ["Miguel Rodrigues"], ["Miguel Rosa"], ["Miguel Sandro"], ["Miguel Silva"], ["Miguel Torres"], ["Miguel Veloso"], ["Miguel Vitor"], ["Miguel"], ["Miguelito"], ["Mihai Alexandru Roman"], ["Mihai Mircea Nesu"], ["Mihail Aleksandrov"], ["Miiko Albornoz"], ["Mijat Maric"], ["Mika Vaeyrynen"], ["Mika"], ["Mikael Antonsson"], ["Mikael Forssell"], ["Mikael Lustig"], ["Mikael Silvestre"], ["Mike Frantz"], ["Mike Hanke"], ["Mike Havenaar"], ["Mike Te Wierik"], ["Mike van der Hoorn"], ["Mike van Duinen"], ["Mike Williamson"], ["Mike Zonneveld"], ["Mikel Alonso"], ["Mikel Arruabarrena"], ["Mikel Arteta"], ["Mikel Balenziaga"], ["Mikel Eizaguirre Aranburu"], ["Mikel Gonzalez"], ["Mikel Labaka"], ["Mikel Oiarzabal"], ["Mikel Rico"], ["Mikel San Jose"], ["Mikele Leigertwood"], ["Mikkel Diskerud"], ["Miku"], ["Milan Badelj"], ["Milan Bisevac"], ["Milan Gajic"], ["Milan Jovanovic"], ["Milan Milanovic"], ["Milan Petrzela"], ["Milan Smiljanic"], ["Milan Stepanov"], ["Milan Vilotic"], ["Mile Jedinak"], ["Miles Addison"], ["Milivoje Novakovic"], ["Milorad Pekovic"], ["Milos Dimitrijevic"], ["Milos Jojic"], ["Milos Kosanovic"], ["Milos Krasic"], ["Milos Maric"], ["Milos Ninkovic"], ["Milot Rashica"], ["Milton Joel Caraglio"], ["Mimoun Azaouagh"], ["Mimoun Mahi"], ["Mineiro"], ["Minhoca"], ["Miquel Nelom"], ["Miralem Pjanic"], ["Miralem Sulejmani"], ["Miranda"], ["Mirko Antenucci"], ["Mirko Boland"], ["Mirko Pieri"], ["Mirko Savini"], ["Mirko Valdifiori"], ["Mirko Vucinic"], ["Miroslav Karhan"], ["Miroslav Klose"], ["Miroslav Radovic"], ["Miroslav Stevanovic"], ["Miroslav Stoch"], ["Miso Brecko"], ["Mista"], ["Mitchell Dijks"], ["Mitchell Donald"], ["Mitchell Langerak"], ["Mitchell te Vrede"], ["Mitchell Weiser"], ["Mladen Krstajic"], ["Mladen Petric"], ["Modeste M'Bami"], ["Modibo Diakite"], ["Modibo Maiga"], ["Modou Barrow"], ["Mohamadou Idrissou"], ["Mohamed Amsif"], ["Mohamed Diame"], ["Mohamed El Makrini"], ["Mohamed Elneny"], ["Mohamed Fofana"], ["Mohamed Lamine Sissoko"], ["Mohamed Larbi"], ["Mohamed Salah"], ["Mohamed Sarr"], ["Mohamed Yattara"], ["Mohamed Zidan"], ["Mohammed Abdellaoue"], ["Mohammed Abu"], ["Mohammed Bangura"], ["Mohammed Rabiu"], ["Mohammed Tchite"], ["Moi Gomez"], ["Moise Brou Apanga"], ["Moises Moura"], ["Molla Wague"], ["Momo"], ["Moncef Zerka"], ["Moreno Costanzo"], ["Morgan Amalfitano"], ["Morgan De Sanctis"], ["Morgan Sanson"], ["Morgan Schneiderlin"], ["Morgaro Gomis"], ["Moris Carrozzieri"], ["Moritz Hartmann"], ["Moritz Leitner"], ["Moritz Stoppelkamp"], ["Moritz Volz"], ["Morten Duncan Rasmussen"], ["Morten Gamst Pedersen"], ["Morten Nordstrand"], ["Morten Skoubo"], ["Moses Simon"], ["Mostapha El Kabir"], ["Mouez Hassen"], ["Mouhamadou Dabo"], ["Mounir El Hamdaoui"], ["Mounir Obbadi"], ["Mourad Meghni"], ["Moussa Dembele"], ["Moussa Konate"], ["Moussa Kone"], ["Moussa Maazou"], ["Moussa Marega"], ["Moussa Narry"], ["Moussa Sissoko"], ["Moussa Sow"], ["Mu Kanazaki"], ["Mucana Martinho Paito"], ["Muhamed Besic"], ["Muhamed Keita"], ["Mulota Kabangu"], ["Munas Dabbur"], ["Munir El Haddadi"], ["Murray Davidson"], ["Mustafa Saymak"], ["Mustapha Bayal Sall"], ["Mustapha Diallo"], ["Mustapha Riga"], ["Mustapha Yatabare"], ["N'Golo Kante"], ["Nabil Baha"], ["Nabil Bahoui"], ["Nabil Bentaleb"], ["Nabil Dirar"], ["Nabil El Zhar"], ["Nabil Fekir"], ["Nabil Ghilas"], ["Nacer Barazite"], ["Nacer Chadli"], ["Nacho Cases"], ["Nacho Fernandez"], ["Nacho Martinez"], ["Nacho Monreal"], ["Nacho Novo"], ["Nacho Perez"], ["Nadiem Amiri"], ["Nadir Belhadj"], ["Nadir Ciftci"], ["Nagore"], ["Naldo"], ["Nampalys Mendy"], ["Nana Asare"], ["Nando Rafael"], ["Nani"], ["Nano"], ["Nasief Morris"], ["Nassim Akrour"], ["Nassim Ben Khalifa"], ["Nathan Ake"], ["Nathan Baker"], ["Nathan Delfouneso"], ["Nathan Dyer"], ["Nathan Redmond"], ["Nathan"], ["Nathaniel Clyne"], ["Natxo Insa"], ["Nauzet Aleman"], ["Navarone Foor"], ["Neal Eardley"], ["Neal Maupay"], ["Nebojsa Pavlovic"], ["Neca"], ["Nedum Onuoha"], ["Neeskens Kebano"], ["Neil Alexander"], ["Neil McCann,22"], ["Neil Taylor"], ["Nejc Pecnik"], ["Nelson Benitez"], ["Nelson Ferreira"], ["Nelson Haedo Valdez"], ["Nelson Monte"], ["Nelson Oliveira"], ["Nelson Rivas"], ["Nelson"], ["Nemanja Gudelj"], ["Nemanja Matic"], ["Nemanja Nikolic"], ["Nemanja Pejcinovic"], ["Nemanja Radoja"], ["Nemanja Vidic"], ["Nemanja Vucicevic"], ["Nenad Dzodic"], ["Nenad Kovacevic"], ["Nenad Krsticic"], ["Nenad Milijas"], ["Nenad Tomovic"], ["Nene Bonilha"], ["Nene"], ["Nery Castillo"], ["Neto"], ["Neuton"], ["Neven Subotic"], ["Ney Santos"], ["Neymar"], ["Niall McGinn"], ["Nicholas Law"], ["Nicholas Sebastian Frey"], ["Nick Marsman"], ["Nick Proschwitz"], ["Nick Viergever"], ["Nicki Bille Nielsen"], ["Nicklas Bendtner"], ["Nicklas Pedersen"], ["Nicky Butt"], ["Nicky Hofs"], ["Nicky Shorey"], ["Nicky Weaver"], ["Niclas Fuellkrug"], ["Nico Herzig,19"], ["Nico Pulzetti"], ["Nico Schulz"], ["Nico van Kerckhoven"], ["Nicola Amoruso"], ["Nicola Bellomo"], ["Nicola Belmonte"], ["Nicola Leali"], ["Nicola Legrottaglie"], ["Nicola Murru"], ["Nicola Pozzi"], ["Nicola Rigoni"], ["Nicola Sansone"], ["Nicola Ventola"], ["Nicolae Dica"], ["Nicolae Ovidiu Herea"], ["Nicolai Boilesen"], ["Nicolai Joergensen"], ["Nicolai Mueller"], ["Nicolas Andres Cordova"], ["Nicolas Anelka"], ["Nicolas Benezet"], ["Nicolas Bertolo"], ["Nicolas Bianchi Arce"], ["Nicolas Blandi"], ["Nicolas Burdisso"], ["Nicolas Castillo"], ["Nicolas De Preville"], ["Nicolas Dieuze"], ["Nicolas Douchez"], ["Nicolas Fauvergue"], ["Nicolas Federico Spolli"], ["Nicolas Florentin"], ["Nicolas Frutos"], ["Nicolas Gaitan"], ["Nicolas Gillet"], ["Nicolas Godemeche"], ["Nicolas Hoefler"], ["Nicolas Issimat Mirin"], ["Nicolas Lodeiro"], ["Nicolas Lopez"], ["Nicolas Marin"], ["Nicolas Maurice-Belay"], ["Nicolas N'Koulou"], ["Nicolas Navarro"], ["Nicolas Otamendi"], ["Nicolas Pallois"], ["Nicolas Pareja"], ["Nicolas Penneteau"], ["Nicolas Plestan"], ["Nicolas Seube"], ["Nicolo Cherubin"], ["Nigel de Jong"], ["Nigel Reo-Coker"], ["Nihat Kahveci"], ["Nii Plange"], ["Niki Zimling"], ["Nikica Jelavic"], ["Nikita Rukavytsya"], ["Niklas Hult"], ["Niklas Moisander"], ["Niklas Stark"], ["Niklas Suele"], ["Niko Bungert"], ["Niko Kranjcar"], ["Nikola Djurdjic"], ["Nikola Kalinic"], ["Nikola Maksimovic"], ["Nikola Pokrivac"], ["Nikola Stojiljkovic"], ["Nikola Vujadinovic"], ["Nikola Vukcevic"], ["Nikola Zigic"], ["Nikolai Mihaylov"], ["Nikolce Noveski"], ["Nikos Karabelas"], ["Nikos Karelis"], ["Nikos Liberopoulos"], ["Nildo Petrolina"], ["Nile Ranger"], ["Nill De Pauw"], ["Nilmar"], ["Nils Petersen"], ["Nilson"], ["Nino"], ["Nir Bitton"], ["Nivaldo"], ["Noe Pamarot"], ["Noel Hunt"], ["Nolan Roux"], ["Nolito"], ["Nono"], ["Norbert Gyomber"], ["Nordin Amrabat"], ["Norman Theuerkauf"], ["Nosa Emanuel Igiebor"], ["Nourdin Boukhari"], ["Nuno Andre Coelho"], ["Nuno Assis"], ["Nuno Coelho"], ["Nuno Gomes"], ["Nuno Henrique"], ["Nuno Piloto"], ["Nuno Pinto"], ["Nuno Reis"], ["Nuno Valente"], ["Nuri Sahin"], ["Nwankwo Kanu"], ["Nwankwo Obiorah"], ["Nyron Nosworthy"], ["Obafemi Martins"], ["Obinna Nwaneri"], ["Odair Fortes"], ["Odion Ighalo"], ["Odise Roshi"], ["Oerjan Haaskjold Nyland"], ["Ogenyi Onazi"], ["Ognjen Vranjes"], ["Oguchi Onyewu"], ["Oier Olazabal"], ["Oier"], ["Oka Nikolov"], ["Ola John"], ["Ola Toivonen"], ["Olafur Ingi Skulason"], ["Olberdam"], ["Olcay Sahan"], ["Ole Kristian Selnaes"], ["Oleg Iachtchouk"], ["Oleguer"], ["Oleksandr Iakovenko"], ["Oliver Baumann"], ["Oliver Fink"], ["Oliver Kirch"], ["Oliver Neuville"], ["Oliver Schroeder"], ["Oliver Sorg"], ["Oliver Torres"], ["Olivier Blondel"], ["Olivier Boscagli"], ["Olivier Dacourt"], ["Olivier Deschacht"], ["Olivier Echouafni"], ["Olivier Giroud"], ["Olivier Kapo"], ["Olivier Monterubbio"], ["Olivier Occean"], ["Olivier Renard"], ["Olivier Sorin"], ["Olivier Sorlin"], ["Olivier Thomert"], ["Olivier Veigneau"], ["Olof Mellberg"], ["Oluwafemi Ajilore"], ["Omar Bravo"], ["Omar Daf"], ["Omar El Kaddouri"], ["Omar Elabdellaoui"], ["Omar Mascarell"], ["Omar Milanetto"], ["Omer Bayram"], ["Omer Toprak"], ["Ondrej Celustka"], ["Ondrej Duda"], ["Ondrej Mazuch"], ["Ondrej Petrak"], ["Ondrej Svejdik"], ["Onur Kaya"], ["Onyekachi Apam"], ["Opa Nguette"], ["Orestis Karnezis"], ["Oriol Riera"], ["Oriol Romeu"], ["Oriol Rosell"], ["Oriol"], ["Orlando Engelaar"], ["Orlando Sa"], ["Osama Hawsawi"], ["Oscar Cardozo"], ["Oscar de Marcos"], ["Oscar Diaz"], ["Oscar Duarte"], ["Oscar Ewolo"], ["Oscar Gonzalez"], ["Oscar Hiljemark"], ["Oscar Sanchez"], ["Oscar Serrano"], ["Oscar Trejo"], ["Oscar Ustari"], ["Oscar Wendt"], ["Oscar"], ["Osman Chavez"], ["Oswaldo Vizcarrondo"], ["Otavio"], ["Otman Bakkal"], ["Ouasim Bouy"], ["Ousmane Dabo"], ["Ousmane Dembele"], ["Oussama Assaidi"], ["Oussama Darragi"], ["Oussama Tannane"], ["Ousseynou Cisse"], ["Owen Hargreaves"], ["Ozeia"], ["Pa Modou Kah"], ["Pablo Aimar"], ["Pablo Alvarez"], ["Pablo Amo"], ["Pablo Andres Gonzalez"], ["Pablo Armero"], ["Pablo Barrera"], ["Pablo Barrientos"], ["Pablo Caceres"], ["Pablo Cendros"], ["Pablo Chavarria"], ["Pablo De Blasis"], ["Pablo Fornals"], ["Pablo Hernandez"], ["Pablo Hervias"], ["Pablo Ibanez"], ["Pablo Iniguez"], ["Pablo Insua"], ["Pablo Javier Perez"], ["Pablo Mari Villar"], ["Pablo Mariano Granoche"], ["Pablo Martin Ledesma"], ["Pablo Orbaiz"], ["Pablo Osvaldo"], ["Pablo Perez"], ["Pablo Piatti"], ["Pablo Pinillos"], ["Pablo Pintos"], ["Pablo Sarabia"], ["Pablo Sebastian Alvarez"], ["Pablo Zabaleta"], ["Pablo"], ["Paco Montanes"], ["Paco Pena"], ["Paddy McCourt"], ["Pajtim Kasami"], ["Pal Dardai"], ["Palmeira"], ["Panagiotis Kone"], ["Panagiotis Tachtsidis"], ["Pantxi Sirieix"], ["Paolo Acerbis"], ["Paolo Bianco"], ["Paolo Cannavaro"], ["Paolo Castellini"], ["Paolo De Ceglie"], ["Paolo Hernan Dellafiore"], ["Paolo Hurtado"], ["Paolo Lemos"], ["Paolo Maldini"], ["Paolo Sammarco"], ["Paolo Zanetti"], ["Papa Bouba Diop"], ["Papa Waigo N'Diaye"], ["Pape Abdou Camara"], ["Pape Diakhate"], ["Pape Diamanka"], ["Pape Kouli Diop"], ["Pape Modou Sougou"], ["Pape Ndiaye Souare"], ["Papiss Cisse"], ["Papy Djilobodji"], ["Parfait Mandanda"], ["Pascal Berenguer"], ["Pascal Chimbonda"], ["Pascal Cygan"], ["Pascal Feindouno"], ["Pascal Gross"], ["Pasquale Foggia"], ["Patric"], ["Patrice Evra"], ["Patrick Agyemang"], ["Patrick Bamford"], ["Patrick Bauer"], ["Patrick Cregg"], ["Patrick Ebert"], ["Patrick Helmes"], ["Patrick Herrmann"], ["Patrick Kenny,30"], ["Patrick McNair"], ["Patrick Mtiliga"], ["Patrick Mueller"], ["Patrick Ochs"], ["Patrick Owomoyela"], ["Patrick Paauwe"], ["Patrick Pothuizen"], ["Patrick Rakovsky"], ["Patrick van Aanholt"], ["Patrick Vieira"], ["Patrick Ziegler"], ["Patrick Zwaanswijk"], ["Patrik Ingelsten"], ["Patryk Malecki"], ["Patxi Martinez Punal"], ["Pau Sabata"], ["Paul Alo'o Efoulou"], ["Paul Bastien Lasne"], ["Paul Baysse"], ["Paul Caddis"], ["Paul Constantin Codrea"], ["Paul Dixon"], ["Paul Dummett"], ["Paul Freier"], ["Paul Hartley"], ["Paul Konchesky"], ["Paul Kpaka"], ["Paul McGowan"], ["Paul McShane"], ["Paul Nardi"], ["Paul Papp"], ["Paul Pogba"], ["Paul Robinson"], ["Paul Scharner"], ["Paul Scholes"], ["Paul Stalteri"], ["Paul Verhaegh"], ["Paul-Georges Ntep"], ["Paul-Jose M'Poku"], ["Paulao"], ["Paulinho"], ["Paulo Andre"], ["Paulo Assuncao"], ["Paulo Cesar"], ["Paulo da Silva"], ["Paulo Dybala"], ["Paulo Ferreira"], ["Paulo Henrique"], ["Paulo Jorge"], ["Paulo Lopes"], ["Paulo Machado"], ["Paulo Monteiro"], ["Paulo Oliveira"], ["Paulo Regula"], ["Paulo Santos"], ["Paulo Sergio"], ["Paulo Sousa"], ["Paulo Tavares"], ["Paulo Vinicius"], ["Paulus Arajuuri"], ["Pavel Kaderabek"], ["Pavel Krmas"], ["Pavel Nedved"], ["Pavel Pardo"], ["Pavel Pogrebnyak"], ["Pavle Ninkov"], ["Pavol Farkas"], ["Pawel Brozek"], ["Pawel Golanski"], ["Pawel Kieszek"], ["Pawel Olkowski"], ["Pawel Strak"], ["Pawel Wszolek"], ["Pedrao"], ["Pedrinho"], ["Pedro Bigas"], ["Pedro Botelho"], ["Pedro Emanuel"], ["Pedro Henrique"], ["Pedro Kamata"], ["Pedro Leon"], ["Pedro Lopez"], ["Pedro Mba Obiang"], ["Pedro Mendes"], ["Pedro Morales"], ["Pedro Moreira"], ["Pedro Mosquera"], ["Pedro Munitis"], ["Pedro Oldoni"], ["Pedro Rios"], ["Pedro Rodriguez"], ["Pedro Roma"], ["Pedro Santos"], ["Pedro Silva"], ["Pedro Tiba"], ["Pedro Trigueira"], ["Peer Kluge"], ["Peguy Luyindula"], ["Pele van Anholt"], ["Pele"], ["Peniel Kokou Mlapa"], ["Pepe Reina"], ["Pepe"], ["Per Ciljan Skjelbred"], ["Per Kroeldrup"], ["Per Mertesacker"], ["Per Nilsson"], ["Perparim Hetemaj"], ["Perry Kitchen"], ["Peter Crouch"], ["Peter Czvitkovics"], ["Peter Enckelman"], ["Peter Halmosi"], ["Peter Kovacs"], ["Peter Loevenkrands"], ["Peter Luccin"], ["Peter Niemeyer"], ["Peter Odemwingie"], ["Peter Pawlett"], ["Peter Pekarik"], ["Peter van der Heyden"], ["Peter Whittingham"], ["Peter Wisgerhof"], ["Peterson Pecanha"], ["Petit"], ["Petr Cech"], ["Petr Jiracek"], ["Petri Pasanen"], ["Petros"], ["Petter Andersson"], ["Petter Hansson"], ["Phil Bardsley"], ["Phil Jagielka"], ["Phil Jones"], ["Philip Haglund"], ["Philip Heise"], ["Philip Neville"], ["Philipp Bargfrede"], ["Philipp Degen"], ["Philipp Heerwagen"], ["Philipp Hosiner"], ["Philipp Lahm"], ["Philipp Max"], ["Philipp Wollscheid"], ["Philippe Clement"], ["Philippe Coutinho"], ["Philippe Delaye"], ["Philippe Senderos"], ["Phillippe Mexes"], ["Pierluigi Gollini"], ["Pierre Bengtsson"], ["Pierre de Wit"], ["Pierre Ducasse"], ["Pierre Webo"], ["Pierre Wome"], ["Pierre-Alain Frau"], ["Pierre-Emerick Aubameyang"], ["Pierre-Emil Hoejbjerg"], ["Pierre-Michel Lasogga"], ["Pierre-Yves Polomat"], ["Pierrick Capelle"], ["Pierrick Cros"], ["Pierrick Valdivia"], ["Piet Velthuizen"], ["Pietro Accardi"], ["Pintassilgo"], ["Piotr Celeban"], ["Piotr Grzelczak"], ["Piotr Trochowski"], ["Piotr Zielinski"], ["Pirmin Schwegler"], ["Piscu"], ["Piti"], ["Pizzi"], ["Polga"], ["Pontus Jansson"], ["Pontus Wernbloom"], ["Pozo"], ["Prejuce Nakoulma"], ["Prince Buaben"], ["Prince Desir Gouano"], ["Prince Oniangue"], ["Prince Tagoe"], ["Przemyslaw Kazmierczak"], ["Przemyslaw Tyton"], ["Quim"], ["Quincy Owusu-Abeyie"], ["Quincy Promes"], ["Quinton Fortune"], ["Quique Alvarez"], ["Rabiola"], ["Rabiu Afolabi"], ["Rachid Ghezzal"], ["Radamel Falcao"], ["Radek Cerny"], ["Radim Kucera"], ["Radja Nainggolan"], ["Radosav Petrovic"], ["Radoslav Kovac"], ["Radoslav Zabavnik"], ["Radoslaw Sobolewski"], ["Rafa Lopez"], ["Rafa Silva"], ["Rafa Soares"], ["Rafael Barber"], ["Rafael Batatinha"], ["Rafael Bracalli"], ["Rafael Defendi"], ["Rafael Galhardo"], ["Rafael Marques"], ["Rafael Marquez"], ["Rafael Martinho"], ["Rafael Martins"], ["Rafael Miranda"], ["Rafael Santos"], ["Rafael Sastre"], ["Rafael Schmitz"], ["Rafael Toloi"], ["Rafael van der Vaart"], ["Rafael"], ["Rafal Boguski"], ["Rafal Gikiewicz"], ["Rafal Murawski"], ["Rafal Wolski"], ["Raffael"], ["Raffaele Bianco"], ["Raffaele Palladino"], ["Raffaele Schiavi"], ["Rafik Halliche"], ["Rafik Saifi"], ["Rafinha"], ["Ragnar Klavan"], ["Raheem Sterling"], ["Rajko Brezancic"], ["Ralf Faehrmann"], ["Ramazan Oezcan"], ["Rami Gershon"], ["Ramires"], ["Ramiro Funes Mori"], ["Ramon Azeez"], ["Ramon Cardozo"], ["Ramon Leeuwin"], ["Ramon Zomer"], ["Ramy Bensebaini"], ["Randall Azofeifa"], ["Raoul Loe"], ["Raphael Guerreiro"], ["Raphael Guzzo"], ["Raphael Holzhauser"], ["Raphael Nuzzolo"], ["Raphael Schaefer"], ["Raphael Varane"], ["Raphael Wolf"], ["Rasmus Bengtsson"], ["Rasmus Elm"], ["Rasmus Joensson"], ["Rasmus Lindgren"], ["Raul Albentosa"], ["Raul Albiol"], ["Raul Bravo"], ["Raul Fernandez"], ["Raul Garcia"], ["Raul Gudino"], ["Raul Jimenez"], ["Raul Marcelo Bobadilla"], ["Raul Meireles"], ["Raul Navas"], ["Raul Rodriguez"], ["Raul Rusescu"], ["Raul Tamudo"], ["Raul"], ["Ravel Morrison"], ["Razak Boukari"], ["Razvan Rat"], ["Reginald Goreux"], ["Reginaldo"], ["Reinhold Yabo"], ["Remi Mareval"], ["Remko Pasveer"], ["Remy Cabella"], ["Remy Gomis"], ["Remy Riou"], ["Remy Vercoutre"], ["Renan Bressan"], ["Renan Silva"], ["Renan"], ["Renatinho"], ["Renato Augusto"], ["Renato Civelli"], ["Renato Ibarra"], ["Renato Neto"], ["Renato Sanches"], ["Renato Steffen"], ["Renato Tapia"], ["Renato"], ["Renaud Cohade"], ["Renaud Emond"], ["Rene Adler"], ["Rene Krhin"], ["Rene Mihelic"], ["Rens van Eijden"], ["Reto Ziegler"], ["Reynald Lemaitre"], ["Ribair Rodriguez"], ["Ricardo A. Clark"], ["Ricardo Alvarez"], ["Ricardo Batista"], ["Ricardo Cabanas"], ["Ricardo Carvalho"], ["Ricardo Costa"], ["Ricardo Da Costa Pateiro"], ["Ricardo Dani"], ["Ricardo Dias"], ["Ricardo Esgaio"], ["Ricardo Faty"], ["Ricardo Ferreira"], ["Ricardo Fuller"], ["Ricardo Gardner"], ["Ricardo Gomes"], ["Ricardo Horta"], ["Ricardo Kishna"], ["Ricardo Leon"], ["Ricardo Nascimento"], ["Ricardo Oliveira"], ["Ricardo Osorio"], ["Ricardo Pedrinha,27"], ["Ricardo Pereira"], ["Ricardo Quaresma"], ["Ricardo Rocha"], ["Ricardo Rodriguez"], ["Ricardo Silva"], ["Ricardo Valente"], ["Ricardo van Rhijn"], ["Ricardo Vaz Te"], ["Ricardo"], ["Riccardo Allegretti"], ["Riccardo Cazzola"], ["Riccardo Gagliolo"], ["Riccardo Improta"], ["Riccardo Meggiorini"], ["Riccardo Montolivo"], ["Riccardo Saponara"], ["Richairo Zivkovic"], ["Richard Cresswell"], ["Richard Dunne"], ["Richard Hughes"], ["Richard Kingson"], ["Richard Socrier"], ["Richard Soumah"], ["Richard Stearman"], ["Richard Sukuta-Pasu"], ["Richie Foran"], ["Richmond Boakye"], ["Rick Karsdorp"], ["Rickie Lambert"], ["Ricky Kruys"], ["Ricky van den Bergh"], ["Ricky van Wolfswinkel"], ["Ridgeciano Haps"], ["Riechedly Bazoer"], ["Riku Riski"], ["Rinaldo Cruzado"], ["Rincon"], ["Rio Ferdinand"], ["Rio Mavuba"], ["Ritchie De Laet"], ["Rivaldo"], ["Riyad Mahrez"], ["Rob Friend"], ["Rob Hulse"], ["Rob Penders"], ["Rob Schoofs"], ["Rob van Dijk"], ["Rob Wielaert"], ["Robbert Schilder"], ["Robbie Blake"], ["Robbie Fowler"], ["Robbie Keane"], ["Robbie Kruse"], ["Robbie Neilson"], ["Robbin Ruiter"], ["Robert Acquafresca"], ["Robert Beric"], ["Robert Brady"], ["Robert Elliot"], ["Robert Enke,30"], ["Robert Green"], ["Robert Gucher"], ["Robert Huth"], ["Robert Ibanez"], ["Robert Jez"], ["Robert Jones"], ["Robert Koren"], ["Robert Kovac"], ["Robert Lewandowski"], ["Robert Mak"], ["Robert Pires"], ["Robert Snodgrass"], ["Robert Tesche"], ["Robert Vittek"], ["Roberto Abbondanzieri"], ["Roberto Baronio"], ["Roberto Canella"], ["Roberto Damian Colautti"], ["Roberto Fabian Ayala"], ["Roberto Fernandez"], ["Roberto Firmino"], ["Roberto Guana"], ["Roberto Hilbert"], ["Roberto Inglese"], ["Roberto Lago"], ["Roberto Pereyra"], ["Roberto Rosales"], ["Roberto Soldado"], ["Roberto Soriano"], ["Roberto Sousa"], ["Roberto Stellone"], ["Roberto Torres"], ["Roberto Trashorras"], ["Roberto Vitiello"], ["Roberto"], ["Robin Knoche"], ["Robin Quaison"], ["Robin van Persie"], ["Robinho"], ["Robson"], ["Rocco Sabato"], ["Rod Fanni"], ["Roda Antar"], ["Roderic Filippi"], ["Roderick Miranda"], ["Rodnei"], ["Rodney Sneijder"], ["Rodney Strasser"], ["Rodolfo Bodipo Diaz"], ["Rodri"], ["Rodrigo Andres Battaglia"], ["Rodrigo De Paul"], ["Rodrigo Defendi"], ["Rodrigo Ely"], ["Rodrigo Galo"], ["Rodrigo Lacerda"], ["Rodrigo Palacio"], ["Rodrigo Pinho"], ["Rodrigo Rojas"], ["Rodrigo Taddei"], ["Rodrigo"], ["Rodrigue Casimir Ninga"], ["Roel Brouwers"], ["Rogelio Funes Mori"], ["Roger Espinoza"], ["Roger Johnson"], ["Roger"], ["Rogier Molhoek"], ["Roland Alberg"], ["Roland Juhasz"], ["Roland Lamah"], ["Roland Linz"], ["Rolando Aarons"], ["Rolando Bianchi"], ["Rolando"], ["Roly Bonevacia"], ["Romain Alessandrini"], ["Romain Bregerie"], ["Romain Danze"], ["Romain Genevois"], ["Romain Hamouma"], ["Romain Metannire"], ["Romain Philippoteaux"], ["Romain Pitau"], ["Romain Poyet"], ["Romain Rocchi"], ["Romain Saiss"], ["Romain Salin"], ["Romain Sartre"], ["Romain Thomas"], ["Roman Bednar"], ["Roman Buerki"], ["Roman Hubnik"], ["Roman Martinez"], ["Roman Neustaedter"], ["Roman Pavlyuchenko"], ["Roman Weidenfeller"], ["Romano Denneboom"], ["Romaric"], ["Romelu Lukaku"], ["Romeo Castelen"], ["Romuald Peiser"], ["Romulo"], ["Ron Vlaar"], ["Ron-Robert Zieler"], ["Ronald Vargas"], ["Ronald Zubar"], ["Ronaldinho"], ["Ronan Le Crom"], ["Roni Porokara"], ["Roniel"], ["Ronnie Schwartz"], ["Ronnie Stam"], ["Ronny"], ["Roque Mesa"], ["Roque Santa Cruz"], ["Rory Delap"], ["Ross Barkley"], ["Ross Turnbull"], ["Ross Wallace"], ["Rouwen Hennings"], ["Roversio"], ["Rowan Vine"], ["Roy Beerens"], ["Roy Contout"], ["Roy Makaay"], ["Royston Drenthe"], ["Ruben Amorim"], ["Ruben Baraja"], ["Ruben Blanco"], ["Ruben Botta"], ["Ruben Brigido"], ["Ruben Castro"], ["Ruben Duarte"], ["Ruben Fernandes"], ["Ruben Ferreira"], ["Ruben Garcia"], ["Ruben Ligeon"], ["Ruben Martin Pulido"], ["Ruben Micael"], ["Ruben Neves"], ["Ruben Olivera"], ["Ruben Pardo"], ["Ruben Perez"], ["Ruben Pinto"], ["Ruben Ribeiro"], ["Ruben Rochina"], ["Ruben Schaken"], ["Ruben Semedo"], ["Ruben Suarez"], ["Ruben Vezo"], ["Ruben"], ["Rubin Okotie"], ["Rubinho"], ["Rudolf Skacel"], ["Rudy Gestede"], ["Rudy Haddad"], ["Rudy Mater"], ["Rudy Riou"], ["Rudy"], ["Ruediger Kauf"], ["Rui Correia"], ["Rui Duarte"], ["Rui Fonte"], ["Rui Miguel"], ["Rui Patricio"], ["Rui Pedro"], ["Rui Rego"], ["Rui Sampaio"], ["Rui Varela"], ["Rune Almenning Jarstein"], ["Ruslan Malinovsky"], ["Russell Anderson"], ["Russell Martin"], ["Ruud Boffin"], ["Ruud Boymans"], ["Ruud Knol"], ["Ruud van Nistelrooy"], ["Ruud Vormer"], ["Ryad Boudebouz"], ["Ryan Babel"], ["Ryan Bennett"], ["Ryan Bertrand"], ["Ryan Donk"], ["Ryan Gauld"], ["Ryan Giggs"], ["Ryan Jack"], ["Ryan Koolwijk"], ["Ryan Mason"], ["Ryan Mendes"], ["Ryan Nelsen"], ["Ryan Shawcross"], ["Ryan Shotton"], ["Ryan Taylor"], ["Ryan Thomas"], ["Rydell Poepon"], ["Ryo Miyaichi"], ["Saber Khalifa"], ["Sabin Merino"], ["Sacha Kljestan"], ["Sadio Mane"], ["Said Boutahar"], ["Saidi Ntibazonkiza"], ["Saido Berahino"], ["Saif Ghezal"], ["Saleh Gomaa"], ["Salif Diao"], ["Salif Sane"], ["Salih Ucan"], ["Salim Cisse"], ["Saliou Ciss"], ["Salomon Kalou"], ["Salva Ballesta"], ["Salva Sevilla"], ["Salvador Agra"], ["Salvador Ichazo"], ["Salvatore Aronica"], ["Salvatore Bocchetti"], ["Salvatore Lanna"], ["Salvatore Masiello"], ["Salvatore Sirigu"], ["Sam Hutchinson"], ["Sam Larsson"], ["Sam Parkin"], ["Sam Vokes"], ["Samba Diakite"], ["Samba Sow"], ["Sambou Yatabare"], ["Sami Allagui"], ["Sami Hyypiae"], ["Sami Khedira"], ["Sami"], ["Samir Handanovic"], ["Samir Nasri"], ["Samir Ujkani"], ["Samir"], ["Sammir"], ["Sammy Ameobi"], ["Sammy Bossuyt"], ["Sammy Clingan"], ["Sammy Traore"], ["Samuel Armenteros"], ["Samuel Castillejo"], ["Samuel Eto'o"], ["Samuel Garcia"], ["Samuel Inkoom"], ["Samuel Ricketts"], ["Samuel Souprayen"], ["Samuel Stanton"], ["Samuel Umtiti"], ["Samuel"], ["Samuele Longo"], ["Sander Boschker"], ["Sander Fischer"], ["Sander Keller"], ["Sandro Laurindo da Silva"], ["Sandro Ramirez"], ["Sandro Wagner"], ["Sandro"], ["Sandy Paillot"], ["Sanel Jahic"], ["Sanel Kuljic"], ["Sanharib Bueyueksal"], ["Santi Cazorla"], ["Santi Kolk"], ["Santi Mina"], ["Santiago Acasiete"], ["Santiago Arias"], ["Santiago Ezquerro"], ["Santiago Garcia"], ["Santiago Gentiletti"], ["Santiago Leonardo"], ["Santiago Montoya"], ["Santiago Morero"], ["Santiago Vergini"], ["Saphir Taider"], ["Sasa Papac"], ["Sascha Bigalke"], ["Sascha Dum"], ["Sascha Moelders"], ["Sascha Riether"], ["Saul Berjon"], ["Saul Niguez"], ["Saul"], ["Saulius Mikoliunas"], ["Savio Nsereko"], ["Scott Arfield"], ["Scott Brown"], ["Scott Carson"], ["Scott Chipperfield"], ["Scott Cuthbert"], ["Scott Dann"], ["Scott McDonald"], ["Scott Parker"], ["Scott Robertson"], ["Scott Severin"], ["Scott Sinclair"], ["Scott Vernon"], ["Sead Kolasinac"], ["Seamus Coleman"], ["Sean Davis"], ["Sean Dillon"], ["Sean Morrison"], ["Seba"], ["Sebastian Boenisch"], ["Sebastian Coates"], ["Sebastian Cristoforo"], ["Sebastian De Maio"], ["Sebastian Dubarbier"], ["Sebastian Eguren"], ["Sebastian Eriksson"], ["Sebastian Fernandez"], ["Sebastian Freis"], ["Sebastian Frey"], ["Sebastian Giovinco"], ["Sebastian Jung"], ["Sebastian Kehl"], ["Sebastian Langkamp"], ["Sebastian Larsson"], ["Sebastian Leto"], ["Sebastian Madera"], ["Sebastian Meoli"], ["Sebastian Mielitz"], ["Sebastian Mila"], ["Sebastian Polter"], ["Sebastian Proedl"], ["Sebastian Ribas"], ["Sebastian Rode"], ["Sebastian Rudy"], ["Sebastian Schachten"], ["Sebastian Schindzielorz"], ["Sebastian Tyrala"], ["Sebastiano Siviglia"], ["Sebastien Bassong"], ["Sebastien Bruzzese"], ["Sebastien Chabbert"], ["Sebastien Corchia"], ["Sebastien Dewaest"], ["Sebastien Haller"], ["Sebastien Piocelle"], ["Sebastien Pocognoli"], ["Sebastien Puygrenier"], ["Sebastien Roudet"], ["Sebastien Siani"], ["Sebastien Squillaci"], ["Segundo Castillo"], ["Seid Khiter"], ["Sejad Salihovic"], ["Sekou Cisse"], ["Sekou Junior Sanogo"], ["Selim Benachour"], ["Selim Teber"], ["Semir Stilic"], ["Senad Lulic"], ["Sendoa"], ["Sercan Sararer"], ["Serdar Tasci"], ["Serey Die"], ["Serge Aurier"], ["Serge Gakpe"], ["Serge Gnabry"], ["Sergei Kornilenko"], ["Sergej Karimov"], ["Sergej Milinkovic-Savic"], ["Sergey Krivets"], ["Sergi Darder"], ["Sergi Enrich"], ["Sergi Gomez"], ["Sergi Roberto"], ["Serginho Greene,20"], ["Sergio Aguero"], ["Sergio Alvarez"], ["Sergio Aragones"], ["Sergio Asenjo"], ["Sergio Ballesteros"], ["Sergio Bernardo Almiron"], ["Sergio Boris"], ["Sergio Busquets"], ["Sergio Canales"], ["Sergio Escudero"], ["Sergio Ezequiel Araujo"], ["Sergio Fernandez"], ["Sergio Floccari"], ["Sergio Garcia"], ["Sergio Mantecon"], ["Sergio Matabuena"], ["Sergio Oliveira"], ["Sergio Padt"], ["Sergio Pelegrin"], ["Sergio Pellissier"], ["Sergio Pinto"], ["Sergio Ramos"], ["Sergio Rico"], ["Sergio Rochet"], ["Sergio Rodri"], ["Sergio Romero"], ["Sergio Sanchez"], ["Sergio Tejera"], ["Sergio Volpi"], ["Sergio"], ["Sergiu Marian Radu"], ["Sergiy Bolbat"], ["Sergiy Serebrennikov"], ["Serrabasa Gerard"], ["Seth De Witte"], ["Seydou Doumbia"], ["Seydou Keita"], ["Seyi Olofinjana"], ["Shadrach Eghan Kwesi,20"], ["Shane Duffy"], ["Shane Long"], ["Shaun Cummings"], ["Shaun Derry"], ["Shaun Hutchinson"], ["Shaun Maloney"], ["Shaun Wright-Phillips"], ["Shawn Parker"], ["Shay Given"], ["Shefki Kuqi"], ["Sheraldo Becker"], ["Sherjill MacDonald"], ["Shinji Kagawa"], ["Shinji Okazaki"], ["Shinji Ono"], ["Shkelzen Gashi"], ["Shkodran Mustafi"], ["Shlomi Arbeitman"], ["Shola Ameobi"], ["Shunsuke Nakamura"], ["Siaka Bamba"], ["Siaka Tiene"], ["Siam Ben Youssef"], ["Siboniso Pa Gaxa"], ["Sidi Yaya Keita"], ["Sidnei"], ["Sidney Govou"], ["Sidney Sam"], ["Siebe Schrijvers"], ["Siem de Jong"], ["Sigamary Diarra"], ["Silva"], ["Silvan Aegerter"], ["Silvan Widmer"], ["Silvestre Varela"], ["Silvio Proto"], ["Silvio Romero"], ["Silvio"], ["Simao"], ["Sime Vrsaljko"], ["Simeon Jackson"], ["Simon Cziommer"], ["Simon Davies"], ["Simon Ford"], ["Simon Francis"], ["Simon Gustafson"], ["Simon Jentzsch"], ["Simon Kjaer"], ["Simon Laner"], ["Simon Mensing"], ["Simon Mignolet"], ["Simon Poulsen"], ["Simon Pouplin"], ["Simon Rolfes"], ["Simon Thern"], ["Simon Tibbling"], ["Simon Vukcevic"], ["Simon Zoller"], ["Simone Barone"], ["Simone Benedetti"], ["Simone Bentivoglio"], ["Simone Dallamano"], ["Simone Loria"], ["Simone Missiroli"], ["Simone Padoin"], ["Simone Pepe"], ["Simone Perrotta"], ["Simone Pesce"], ["Simone Romagnoli"], ["Simone Scuffet"], ["Simone Tiribocchi"], ["Simone Verdi"], ["Simone Vergassola"], ["Simone Zaza"], ["Sinan Bolat"], ["Sinan Kaloglu"], ["Sinisa Andjelkovic"], ["Siqueira De Olivera Luciano"], ["Sisi"], ["Slawomir Peszko"], ["Sloan Privat"], ["Slobodan Medojevic"], ["Slobodan Rajkovic"], ["Soares Bordignon Arghus"], ["Soeren Larsen"], ["Soeren Rieks"], ["Sofian Chahed"], ["Sofiane Boufal"], ["Sofiane Feghouli"], ["Sofiane Hanni"], ["Sokratis Papastathopoulos"], ["Sol Campbell"], ["Somalia"], ["Somen Tchoyi"], ["Sone Aluko"], ["Sonny Kittel"], ["Sonny Stevens"], ["Sotirios Kyrgiakos"], ["Sotiris Ninis"], ["Souahilo Meite"], ["Souleymane Adama Diamoutene"], ["Souleymane Bamba"], ["Souleymane Camara"], ["Souleymane Diawara"], ["Souleymane Doukara"], ["Souza"], ["Srdjan Baljak"], ["Srdjan Lakic"], ["Stanislav Angelov"], ["Stanislav Kritsyuk"], ["Stanislav Manolev"], ["Stanislav Sestak"], ["Stanislav Vlcek"], ["Steed Malbranque"], ["Steeve Elana"], ["Steeve Yago"], ["Steeven Langil"], ["Stef Wils"], ["Stefan Aigner"], ["Stefan Babovic"], ["Stefan Bell"], ["Stefan Daniel Radu"], ["Stefan de Vrij"], ["Stefan Gislason"], ["Stefan Johansen"], ["Stefan Kiessling"], ["Stefan Lex"], ["Stefan Maierhofer"], ["Stefan Mitrovic"], ["Stefan Nijland"], ["Stefan Reinartz"], ["Stefan Reisinger"], ["Stefan Savic"], ["Stefan Scepovic"], ["Stefan Thesker"], ["Stefan Wessels"], ["Stefano Celozzi"], ["Stefano Denswil"], ["Stefano Guberti"], ["Stefano Lucchini"], ["Stefano Mauri"], ["Stefano Morrone"], ["Stefano Okaka Chuka"], ["Stefano Sorrentino"], ["Stefano Sturaro"], ["Stefanos Kapinos"], ["Stein Huysegems"], ["Stepan Kucera"], ["Stephan Andersen"], ["Stephan El Shaarawy"], ["Stephan Fuerstner"], ["Stephan Lichtsteiner"], ["Stephan Schrock"], ["Stephane Badji"], ["Stephane Dalmat"], ["Stephane Dumont"], ["Stephane Grichting"], ["Stephane M'Bia"], ["Stephane Noro"], ["Stephane Pichot"], ["Stephane Ruffier"], ["Stephane Sessegnon"], ["Stephane Sparagna"], ["Stephen Appiah"], ["Stephen Ayodele Makinwa"], ["Stephen Carr"], ["Stephen Craigan"], ["Stephen Crainey"], ["Stephen Dobbie"], ["Stephen Elliott"], ["Stephen Hunt"], ["Stephen Ireland"], ["Stephen Jordan"], ["Stephen Kelly"], ["Stephen McManus"], ["Stephen Pearson"], ["Stephen Quinn"], ["Stephen Ward"], ["Stephen Warnock"], ["Stergos Marinos"], ["Stevan Jovetic"], ["Steve Colpaert"], ["Steve Cook"], ["Steve De Ridder"], ["Steve Finnan"], ["Steve Gohouri"], ["Steve Harper"], ["Steve Lovell"], ["Steve Mandanda"], ["Steve Morison"], ["Steve Savidan"], ["Steve Sidwell"], ["Steve Simonsen"], ["Steve von Bergen"], ["Steven Anderson"], ["Steven Berghuis"], ["Steven Caldwell"], ["Steven Caulker"], ["Steven Cherundolo"], ["Steven Davis"], ["Steven De Petter"], ["Steven Defour"], ["Steven Fletcher"], ["Steven Gerrard"], ["Steven Hammell"], ["Steven Jennings"], ["Steven Joseph-Monrose"], ["Steven MacLean"], ["Steven Moreira"], ["Steven Naismith"], ["Steven Nzonzi"], ["Steven Pienaar"], ["Steven Pressley"], ["Steven Reid"], ["Steven Smith"], ["Steven Taylor"], ["Steven Vitoria"], ["Steven Whittaker"], ["Steven Zuber"], ["Stevie May"], ["Stewart Downing"], ["Stijn De Smet"], ["Stijn Schaars"], ["Stijn Stijnen"], ["Stijn Wuytens"], ["Stilianos Malezas"], ["Stiliyan Petrov"], ["Stipe Perica"], ["Stipe Pletikosa"], ["Stiven Rivic"], ["Stophira Sunzu"], ["Stuart Armstrong"], ["Stuart Holden"], ["Stuart Parnaby"], ["Stuart Taylor"], ["Sturgeon"], ["Success Isaac"], ["Suk-Young Yun"], ["Sulejman Smajic"], ["Suleyman Koc"], ["Sulley Ali Muntari"], ["Sung-Yueng Ki"], ["Suso Santana"], ["Suso"], ["Sven Bender"], ["Sven Kums"], ["Sven Schipplock"], ["Sven Ulreich"], ["Sven van Beek"], ["Sverrir Ingi Ingason"], ["Sylvain Armand"], ["Sylvain Distin"], ["Sylvain Marchal"], ["Sylvain Marveaux"], ["Sylvain Monsoreau"], ["Sylvain Wiltord"], ["Sylvan Ebanks-Blake"], ["Sylvio Ronny Rodelin"], ["Szabolcs Huszti"], ["Szymon Pawlowski"], ["Tae-Hee Nam"], ["Takafumi Akahoshi"], ["Takashi Inui"], ["Takashi Usami"], ["Takayuki Morimoto"], ["Tal Ben Haim"], ["Tamas Hajnal"], ["Tamas Kadar"], ["Tamir Cohen"], ["Tana"], ["Taner Yalcin"], ["Tarantini"], ["Tarik Elyounoussi"], ["Taulant Xhaka"], ["Taye Taiwo"], ["Tcho"], ["Teddy Chevalier"], ["Teddy Richert"], ["Teemu Pukki"], ["Teemu Tainio"], ["Temitope Ayoluwa Obadeyi"], ["Tengarrinha"], ["Teofilo Gutierrez"], ["Terence Kongolo"], ["Theo Bongonda"], ["Theo Janssen"], ["Theo Lucius"], ["Theo Walcott"], ["Theodor Gebre Selassie"], ["Theofanis Gekas"], ["Thiago Alcantara"], ["Thiago Cionek"], ["Thiago Gentil"], ["Thiago Motta"], ["Thiago Neves"], ["Thiago Ribeiro"], ["Thiago Silva"], ["Thibault Giresse"], ["Thibault Moulin"], ["Thibaut Courtois"], ["Thierry Debes"], ["Thierry Doubai"], ["Thierry Henry"], ["Thievy Bifouma"], ["Thimothee Atouba"], ["Thimothee Kolodziejczak"], ["Thom Haye"], ["Thomas Ayasse"], ["Thomas Broich"], ["Thomas Bruns"], ["Thomas Buffel"], ["Thomas Carroll"], ["Thomas Chatelle"], ["Thomas Enevoldsen"], ["Thomas Foket"], ["Thomas Heurtaux"], ["Thomas Hitzlsperger"], ["Thomas Ince"], ["Thomas Kahlenberg"], ["Thomas Kaminski"], ["Thomas Kessler"], ["Thomas Kind Bendiksen"], ["Thomas Kleine"], ["Thomas Kraft"], ["Thomas Kristensen"], ["Thomas Lam"], ["Thomas Lemar"], ["Thomas Manfredini"], ["Thomas Mangani"], ["Thomas Matton"], ["Thomas Meunier"], ["Thomas Mueller"], ["Thomas Phibel"], ["Thomas Rogne"], ["Thomas Sorensen"], ["Thomas Toure"], ["Thomas Vermaelen"], ["Thomas"], ["Thorben Marx"], ["Thorgan Hazard"], ["Thorstein Helstad"], ["Thulani Serero"], ["Tiago Filipe Gomes"], ["Tiago Gomes"], ["Tiago Ilori"], ["Tiago Luis"], ["Tiago Pinto"], ["Tiago Rodrigues"], ["Tiago Silva"], ["Tiago Targino"], ["Tiago Valente"], ["Tiago"], ["Tiberio Guarente"], ["Tiemoue Bakayoko"], ["Tim Borowski"], ["Tim Breukers"], ["Tim Cahill"], ["Tim Cornelisse"], ["Tim De Cler"], ["Tim Hoogland"], ["Tim Howard"], ["Tim Janssen"], ["Tim Krul"], ["Tim Matavz"], ["Tim Ream"], ["Tim Sebastian"], ["Tim Smolders"], ["Tim Sparv"], ["Tim Vincken"], ["Tim Wiese"], ["Timm Klose"], ["Timmy Simons"], ["Timo Gebhart"], ["Timo Hildebrand"], ["Timo Horn"], ["Timo Letschert"], ["Timo Ochs"], ["Timo Perthel"], ["Timo Rost"], ["Timo Werner"], ["Timothy Castagne"], ["Timothy Chandler"], ["Timothy Derijck"], ["Timothy Dreesen"], ["Tin Jedvaj"], ["Tinga"], ["Tino Costa"], ["Tinoco"], ["Tiquinho"], ["Tito"], ["Titus Bramble"], ["Tiziano Polenghi"], ["Tjaronn Chery"], ["Tobias Figueiredo"], ["Tobias Kempe"], ["Tobias Levels"], ["Tobias Rau"], ["Tobias Sana"], ["Tobias Sippel"], ["Tobias Strobl"], ["Tobias Weis"], ["Tobias Werner"], ["Toby Alderweireld"], ["Toche"], ["Todd Kane"], ["Toifilou Maoulida"], ["Toko Nzuzi"], ["Tolga Cigerci"], ["Tolgay Arslan"], ["Tom Beugelsdijk"], ["Tom Cairney"], ["Tom Cleverley"], ["Tom de Mul"], ["Tom De Sutter"], ["Tom Hateley"], ["Tom Heaton"], ["Tom Hoegli"], ["Tom Huddlestone"], ["Tom Rogic"], ["Tom Soetaers"], ["Tom Starke"], ["Tom Trybull"], ["Tom van Weert"], ["Tomane"], ["Tomas Cerny"], ["Tomas Costa"], ["Tomas Danilevicius"], ["Tomas Galasek"], ["Tomas Kalas"], ["Tomas Necid"], ["Tomas Pekhart"], ["Tomas Pina"], ["Tomas Rincon"], ["Tomas Rosicky"], ["Tomas Ujfalusi"], ["Tomas Vaclik"], ["Tomasz Brzyski"], ["Tomasz Cywka"], ["Tomasz Jodlowiec"], ["Tomasz Kedziora"], ["Tomasz Kupisz"], ["Tomasz Kuszczak"], ["Tomasz Lisowski"], ["Tomasz Podgorski"], ["Tomislav Dujmovic"], ["Tommaso Berni"], ["Tommaso Rocchi"], ["Tommer Hemed"], ["Tommy Bechmann"], ["Tommy Elphick"], ["Tommy Oar"], ["Tommy Smith"], ["Tomoaki Makino"], ["Tonel"], ["Tongo Hamed Doumbia"], ["Toni Gorupec"], ["Toni Kallio"], ["Toni Kroos"], ["Toni Moral"], ["Toni Sunjic"], ["Toni"], ["Tonny Vilhena"], ["Tono"], ["Tony Heurtebis"], ["Tony Hibbert"], ["Tony Jantschke"], ["Torben Joneleit"], ["Torgeir Boerven"], ["Tornike Okriashvili"], ["Torsten Frings"], ["Tosin Dosunmu"], ["Toy Costa"], ["Toze Marreco"], ["Toze"], ["Tranquillo Barnetta"], ["Trent Sainsbury"], ["Troy Deeney"], ["Tsepo Masilela"], ["Tugay Kerimoglou"], ["Tulio de Melo"], ["Tunay Torun"], ["Tuncay Sanli"], ["Tuni"], ["Tuur Dierckx"], ["Txema Anibarro"], ["Txomin Nagore"], ["Tyrone Mears"], ["Uffe Bech"], ["Ugur Inceman"], ["Ukra"], ["Ulises Davila"], ["Ulrich Le-Pen"], ["Ulrich Rame"], ["Umit Korkmaz"], ["Umit Ozat"], ["Umut Bulut"], ["Unai Lopez"], ["Urby Emanuelson"], ["Uros Cosic"], ["Uros Spajic"], ["Ustaritz"], ["Uwe Huenemeier"], ["Uwe Moehrle"], ["Vaclav Kadlec"], ["Vaclav Pilar"], ["Vaclav Sverkos"], ["Vadim Demidov"], ["Vadis Odjidja-Ofoe"], ["Vagner Love"], ["Vagner"], ["Vahid Hashemian"], ["Valdet Rama"], ["Valdo"], ["Valdomiro"], ["Valentin Eysseric"], ["Valentin Lavigne"], ["Valentin Roberge"], ["Valentin Rongier"], ["Valentin Stocker"], ["Valentine Viola"], ["Valere Germain"], ["Valeri Bojinov"], ["Valeri Kazaishvili"], ["Valerien Ismael"], ["Valerio Di Cesare"], ["Valery Mezague"], ["Valon Behrami"], ["Valter Birsa"], ["Vandinho"], ["Vangelis Moras"], ["Varela"], ["Vasco Fernandes"], ["Vasco Regini"], ["Vasilios Pliatsikas"], ["Vasilios Torosidis"], ["Vedad Ibisevic"], ["Vedran Corluka"], ["Vedran Runje"], ["Vegar Eggen Hedenstad"], ["Veigar Pall Gunnarsson"], ["Veroljub Salatic"], ["Verza"], ["Vicente Gomez"], ["Vicente Guaita"], ["Vicente Iborra"], ["Vicente Sanchez"], ["Vicente"], ["Victor Alvarez"], ["Victor Andrade"], ["Victor Anichebe"], ["Victor Bernardez"], ["Victor Camarasa"], ["Victor Casadesus"], ["Victor Hugo Montano"], ["Victor Ibarbo"], ["Victor Laguardia"], ["Victor Moses"], ["Victor Nilsson Lindeloef"], ["Victor Obinna"], ["Victor Palsson"], ["Victor Perez"], ["Victor Ramos"], ["Victor Romero Rodriguez"], ["Victor Ruiz"], ["Victor Sanchez Mata"], ["Victor Valdes"], ["Victor Vazquez"], ["Victor Wanyama"], ["Victoriano Rivas Nano"], ["Vid Belec"], ["Vieirinha"], ["Viktor Boudianski"], ["Viktor Elm"], ["Viktor Fischer"], ["Vincent Aboubakar"], ["Vincent Bessat"], ["Vincent Enyeama"], ["Vincent Hognon"], ["Vincent Janssen"], ["Vincent Kompany"], ["Vincent Koziello"], ["Vincent Laurini"], ["Vincent Le Goff"], ["Vincent Manceau"], ["Vincent Nogueira"], ["Vincent Pajot"], ["Vincent Plante"], ["Vincent Ruefli"], ["Vincent Sasso"], ["Vincenzo Fiorillo"], ["Vincenzo Grella"], ["Vincenzo Grifo"], ["Vincenzo Iaquinta"], ["Vincenzo Italiano"], ["Vincenzo Rennella"], ["Vinicius Araujo"], ["Vinicius Pacheco"], ["Virgil van Dijk"], ["Vitali Kutuzov"], ["Vito Mannone"], ["Vito Wormgoor"], ["Vitolo"], ["Vitor Bruno"], ["Vitor Gomes"], ["Vitor"], ["Vlad Chiriches"], ["Vlad Munteanu"], ["Vlada Avramov"], ["Vladan Giljen"], ["Vladan Kujovic"], ["Vladimir Darida"], ["Vladimir Dvalishvili"], ["Vladimir Koman"], ["Vladimir Stojkovic"], ["Vladimir Weiss"], ["Vojo Ubiparip"], ["Vurnon Anita"], ["Wade Elliott"], ["Wagner"], ["Wahbi Khazri"], ["Wakaso Mubarak"], ["Waldemar Sobota"], ["Waldo Ponce"], ["Walid Mesloub"], ["Wallace"], ["Wallyson Mallmann"], ["Walter Bressan"], ["Walter Gargano"], ["Walter Pandiani"], ["Walter Samuel"], ["Walter"], ["Wanderson"], ["Warner Hahn"], ["Wason Renteria"], ["Wayne Bridge"], ["Wayne Hennessey"], ["Wayne Rooney"], ["Wayne Routledge"], ["Weldon"], ["Weligton"], ["Wellington Silva"], ["Wellington"], ["Wendel"], ["Wendell"], ["Wender"], ["Wes Brown"], ["Wes Morgan"], ["Wesley Hoedt"], ["Wesley Hoolahan"], ["Wesley Lautoa"], ["Wesley Sneijder"], ["Wesley Sonck"], ["Wesley Verhoek"], ["Wesley"], ["Wilfred Bouma"], ["Wilfredo Caballero"], ["Wilfried Bony"], ["Wilfried Dalmat"], ["Wilfried Kanon"], ["Wilfried Moimbe"], ["Wilfried Zaha"], ["Will Orban"], ["Willem Janssen"], ["William Alves"], ["William Buckley"], ["William Carvalho"], ["William Dutoit"], ["William Gallas"], ["William Kvist"], ["William Matheus"], ["William Remy"], ["William Vainqueur"], ["William"], ["Willian Jose"], ["Willian"], ["Willians"], ["Willo Flood"], ["Willy Boly"], ["Willy Overtoom"], ["Wilson Eduardo"], ["Wilson Palacios"], ["Winston Reid"], ["Wissam Ben Yedder"], ["Wojciech Szczesny"], ["Wolfgang Hesl"], ["Wout Brama"], ["Wout Droste"], ["Xabi Alonso"], ["Xabi Irureta"], ["Xabier Aranburu Castillo"], ["Xabier Etxeita"], ["Xabier Prieto"], ["Xandao"], ["Xavi Hernandez"], ["Xavier Chen"], ["Xavier Collin"], ["Xavier Margairaz"], ["Xavier Pentecote"], ["Xavier Torres"], ["Xherdan Shaqiri"], ["Ximo Navarro"], ["Xisco"], ["Yacine Abdessadki"], ["Yacine Bammou"], ["Yacine Brahimi"], ["Yacouba Sylla"], ["Yann Bodiger"], ["Yann Jouffre"], ["Yann Kermorgant"], ["Yann M'Vila"], ["Yann Sommer"], ["Yannick Bolasie"], ["Yannick Cahuzac"], ["Yannick Djalo"], ["Yannick Ferreira-Carrasco"], ["Yannick Gerhardt"], ["Yannick Sagbo"], ["Yannick Wildschut"], ["Yannik Boli"], ["Yannis Salibur"], ["Yannis Tafer"], ["Yassin Mikari"], ["Yassine Ayoub"], ["Yassine Benzia"], ["Yassine Chikhaoui"], ["Yassine El Ghanassy"], ["Yaya Banana"], ["Yaya Sanogo"], ["Yaya Soumahoro"], ["Yaya Toure"], ["Yazalde"], ["Yazid Mansouri,30"], ["Yeltsin Tejeda"], ["Yeni N'Gbakoto"], ["Yevheniy Konoplyanka"], ["Yildiray Basturk"], ["Yoan Cardinale"], ["Yoan Gouffran"], ["Yoann Andreu"], ["Yoann Gourcuff"], ["Yoann Touzghar"], ["Yoel Rodriguez"], ["Yohan Benalouane"], ["Yohan Cabaye"], ["Yohan Croizet"], ["Yohan Demont"], ["Yohan Hautcoeur,17"], ["Yohan Mollo"], ["Yohan Tavares"], ["Yohan Thuram Ulien"], ["Yohann Eudeline"], ["Yohann Pele"], ["Yohann Poulard"], ["Yoichiro Kakitani"], ["Yonathan Del Valle"], ["Yoni Buyens"], ["Yoric Ravet"], ["Yoshinori Muto"], ["Yoshito Okubo"], ["Yossi Benayoun"], ["Younes Belhanda"], ["Younes Kaboul"], ["Youness Mokhtar"], ["Young-Pyo Lee"], ["Younousse Sankhare"], ["Youri Tielemans"], ["Youssef Adnane"], ["Youssef El Akchaoui"], ["Youssef El Arabi"], ["Youssef Wasef Mohamad"], ["Youssouf Hadji"], ["Youssouf Hersi"], ["Youssouf Sabaly"], ["Youssuf Mulumbu"], ["Yrondu Musavu-King"], ["Yuji Ono"], ["Yunus Malli"], ["Yuri Berchiche"], ["Yuri Zhirkov"], ["Yuto Nagatomo"], ["Yuya Kubo"], ["Yuya Osako"], ["Yves Hadley Desmarets"], ["Yvon Mvogo"], ["Zacharie Boucher"], ["Zainadine Junior"], ["Zak Whitbread"], ["Zakaria Bakkali"], ["Zakaria Labyad"], ["Zakarya Bergdich"], ["Zander Diamond"], ["Zargo Toure"], ["Zarko Tomasevic"], ["Zaur Sadaev"], ["Zavon Hines"], ["Zdenek Grygera"], ["Zdenek Ondrasek"], ["Zdenek Pospech"], ["Zdravko Kuzmanovic"], ["Ze Antonio"], ["Ze Castro"], ["Ze Eduardo"], ["Ze Luis"], ["Ze Manuel"], ["Ze Roberto"], ["Zeca"], ["Zeljko Brkic"], ["Zeljko Kalac"], ["Zequinha"], ["Zezinho"], ["Zhi Zheng"], ["Zlatan Bajramovic"], ["Zlatan Ibrahimovic"], ["Zlatan Ljubijankic"], ["Zlatko Dedic"], ["Zlatko Junuzovic"], ["Zoltan Gera"], ["Zoltan Stieber"], ["Zoltan Szelesi"], ["Zoran Tosic"], ["Zouhair Feddal"], ["Zoumana Camara"], ["Zurab Khizanishvili"], ["Zvjezdan Misimovic"]]}, "table_names": "['Player_Attributes', 'Player']", "table_image_ids": ["TableImg_E18xy_183978.png", "TableImg_J1g05_11060.png"], "original_data_index": 238} +{"question": "What are the login names and family names of course author and tutors?", "answer": {"columns": ["login_name", "family_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["jmckenzie", "Grant"], ["heidenreich.ara", "Armstrong"], ["clementina29", "Reichel"], ["wlehner", "Nader"], ["nyundt", "Barrows"], ["al75", "Rohan"], ["marty.bergnaum", "Treutel"], ["medhurst.alvah", "Rowe"], ["antonetta19", "Zboncak"], ["adam.rippin", "Champlin"], ["dschaefer", "Greenholt"], ["nellie.mosciski", "Kreiger"], ["qking", "Effertz"], ["fiona77", "Crist"], ["ekshlerin", "Haley"]]}, "table_names": "['Course_Authors_and_Tutors']", "table_image_ids": ["TableImg_Xadwq_15.png"], "original_data_index": 239} +{"question": "Find the policy type the most customers choose.", "answer": {"columns": ["Policy_Type_Code"], "index": [0], "data": [["Travel"]]}, "table_names": "['Customer_Policies']", "table_image_ids": ["TableImg_Z9pg9_15.png"], "original_data_index": 240} +{"question": "How many musicals has each nominee been nominated for?", "answer": {"columns": ["Nominee", "COUNT(*)"], "index": [0, 1], "data": [["Bob Fosse", 5], ["Cleavant Derricks", 2]]}, "table_names": "['musical']", "table_image_ids": ["TableImg_Mkvri_7.png"], "original_data_index": 241} +{"question": "What are the distinct creation years of the departments managed by a secretary born in state 'Alabama'?", "answer": {"columns": ["Creation"], "index": [0], "data": [["1903"]]}, "table_names": "['department', 'head', 'management']", "table_image_ids": ["TableImg_Eppqp_15.png", "TableImg_D6yb9_10.png", "TableImg_C45ml_5.png"], "original_data_index": 242} +{"question": "What are the different first names for customers from Brazil who have also had an invoice?", "answer": {"columns": ["FirstName"], "index": [0, 1, 2, 3, 4], "data": [["Lu\u00c3\u00ads"], ["Eduardo"], ["Alexandre"], ["Roberto"], ["Fernanda"]]}, "table_names": "['Customer', 'Invoice']", "table_image_ids": ["TableImg_96iff_59.png", "TableImg_Dxews_412.png"], "original_data_index": 243} +{"question": "Which customer uses the most policies? Give me the customer name.", "answer": {"columns": ["Customer_name"], "index": [0], "data": [["Jay Chou"]]}, "table_names": "['Customers', 'Customers_Policies']", "table_image_ids": ["TableImg_03jaw_15.png", "TableImg_Lli8c_14.png"], "original_data_index": 244} +{"question": "Count the number of credit cards that the customer with first name Blanche and last name Huels has.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Customers', 'Customers_Cards']", "table_image_ids": ["TableImg_Oxq6o_15.png", "TableImg_Y8g8t_15.png"], "original_data_index": 245} +{"question": "What is the name of the department with the student that has the lowest GPA?", "answer": {"columns": ["DEPT_NAME"], "index": [0], "data": [["Accounting"]]}, "table_names": "['DEPARTMENT', 'STUDENT']", "table_image_ids": ["TableImg_Qyp86_11.png", "TableImg_Picfp_8.png"], "original_data_index": 246} +{"question": "What are the names of the products that have a color description of 'red' and the 'fast' characteristic?", "answer": {"columns": ["product_name"], "index": [0, 1], "data": [["sesame"], ["caraway"]]}, "table_names": "['Ref_Colors', 'Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_0ux4b_8.png", "TableImg_5wka8_15.png", "TableImg_Pwox0_15.png", "TableImg_Nd3qr_15.png"], "original_data_index": 247} +{"question": "Find the average room count of the apartments that have the \"Studio\" type code.", "answer": {"columns": ["avg(room_count)"], "index": [0], "data": [[7.5]]}, "table_names": "['Apartments']", "table_image_ids": ["TableImg_1nh71_15.png"], "original_data_index": 248} +{"question": "what is the full name and id of the college with the largest number of baseball players?", "answer": {"columns": ["name_full", "college_id"], "index": [0], "data": [["University of Texas at Austin", "texas"]]}, "table_names": "['player_college', 'college']", "table_image_ids": ["TableImg_Mbwmi_17350.png", "TableImg_Vdadc_1207.png"], "original_data_index": 249} +{"question": "List the names of all left-footed players who have overall rating between 85 and 90.", "answer": {"columns": ["player_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "data": [["Adriano"], ["Angel Di Maria"], ["Arjen Robben"], ["Ashley Cole"], ["Cristian Chivu"], ["David Alaba"], ["David Silva"], ["Dida"], ["Esteban Cambiasso"], ["Florent Malouda"], ["Gabriel Heinze"], ["Gabriel Milito"], ["Gael Givet"], ["Gareth Bale"], ["Giorgio Chiellini"], ["Giuseppe Rossi"], ["Hugo Lloris"], ["Hulk"], ["Iker Casillas"], ["James Rodriguez"], ["Jerome Rothen"], ["Jose Antonio Reyes"], ["Juan Mata"], ["Julio Cesar"], ["Kakha Kaladze"], ["Lionel Messi"], ["Luis Garcia"], ["Lukas Podolski"], ["Marcelo Jose Bordon"], ["Marco Materazzi"], ["Mesut Oezil"], ["Mladen Krstajic"], ["Morten Gamst Pedersen"], ["Nuri Sahin"], ["Patrice Evra"], ["Petr Cech"], ["Rafael van der Vaart"], ["Robin van Persie"], ["Ryan Giggs"], ["Shunsuke Nakamura"], ["Stephen McManus"], ["Thibaut Courtois"], ["Vicente"], ["Walter Samuel"], ["Ze Roberto"]]}, "table_names": "['Player_Attributes', 'Player']", "table_image_ids": ["TableImg_Inx6u_183978.png", "TableImg_Vsi78_11060.png"], "original_data_index": 250} +{"question": "Give the name of each department and the number of employees in each.", "answer": {"columns": ["DEPARTMENT_NAME", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Accounting", 2], ["Administration", 1], ["Executive", 3], ["Finance", 6], ["Human Resources", 1], ["IT", 5], ["Marketing", 2], ["Public Relations", 1], ["Purchasing", 6], ["Sales", 34], ["Shipping", 45]]}, "table_names": "['departments', 'employees']", "table_image_ids": ["TableImg_Ygaxd_27.png", "TableImg_Lm8ha_107.png"], "original_data_index": 251} +{"question": "What are the id and address of the shops which have a happy hour in May?", "answer": {"columns": ["Address", "Shop_ID"], "index": [0, 1, 2], "data": [["1200 Main Street", 1], ["1200 Main Street", 1], ["1330 Baltimore Street", 3]]}, "table_names": "['shop', 'happy_hour']", "table_image_ids": ["TableImg_Tp292_10.png", "TableImg_I4sy1_10.png"], "original_data_index": 252} +{"question": "What is draft detail of the document with id 7?", "answer": {"columns": ["draft_details"], "index": [0], "data": [["m"]]}, "table_names": "['Document_Drafts']", "table_image_ids": ["TableImg_Satcu_15.png"], "original_data_index": 253} +{"question": "Which course authors teach two or more courses? Give me their addresses and author IDs.", "answer": {"columns": ["address_line_1", "author_id"], "index": [0, 1, 2, 3, 4], "data": [["5284 Champlin Roads\nCassinport, WY 54636", 5], ["92220 Hellen Skyway Apt. 635\nRennerview, MS 81036", 6], ["0256 Walter Meadows Suite 523\nNorbertoborough, AZ 49193", 8], ["139 O'Conner Circles\nVirginieland, KS 23365", 13], ["3602 Boehm Forest\nZulaufton, DC 35229-0366", 14]]}, "table_names": "['Course_Authors_and_Tutors', 'Courses']", "table_image_ids": ["TableImg_Otmkj_15.png", "TableImg_9lm41_15.png"], "original_data_index": 254} +{"question": "List the state names and the number of customers living in each state.", "answer": {"columns": ["state_province_county", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["California", 2], ["Colorado", 2], ["Idaho", 1], ["Illinois", 1], ["Maine", 1], ["Michigan", 2], ["Nebraska", 1], ["Tennessee", 4], ["Wyoming", 1]]}, "table_names": "['Addresses', 'Customer_Addresses']", "table_image_ids": ["TableImg_O8g2e_15.png", "TableImg_Eo1k5_15.png"], "original_data_index": 255} +{"question": "What are the names of all the documents, as well as the access counts of each, ordered alphabetically?", "answer": {"columns": ["document_name", "access_count"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["David CV", 6345], ["Fall Sails", 7509], ["How to cook pasta", 2045], ["Humanity: a fact", 3479], ["Joe CV", 2294], ["John CV", 5924], ["Learning Database", 3769], ["Learning English", 1864], ["Learning Japanese", 2910], ["Life about Claude Monet", 1219], ["Relationships between History and Arts", 9948], ["Research about Art history", 8208], ["Spring Sails", 3289], ["Summer Sails", 6661], ["Winter Sails", 8623]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_Xkypd_15.png"], "original_data_index": 256} +{"question": "What details do we have on the students who registered for courses most recently?", "answer": {"columns": ["student_details"], "index": [0], "data": [["Martin"]]}, "table_names": "['Students', 'Student_Course_Registrations']", "table_image_ids": ["TableImg_Yvh80_8.png", "TableImg_3yuht_9.png"], "original_data_index": 257} +{"question": "Return the publisher that has published the most books.", "answer": {"columns": ["Publisher"], "index": [0], "data": [["Alyson"]]}, "table_names": "['book_club']", "table_image_ids": ["TableImg_43fx6_12.png"], "original_data_index": 258} +{"question": "Provide the last name of the youngest student.", "answer": {"columns": ["LName"], "index": [0], "data": [["Lee"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_R4is7_34.png"], "original_data_index": 259} +{"question": "Find names of all students who took some course and the course description.", "answer": {"columns": ["STU_FNAME", "STU_LNAME", "CRS_DESCRIPTION"], "index": [0, 1, 2, 3, 4, 5], "data": [["William", "Bowser", "Accounting I"], ["Anne", "Smithson", "Accounting I"], ["William", "Bowser", "Intro. to Microcomputing"], ["Anne", "Smithson", "Intro. to Microcomputing"], ["William", "Bowser", "Intro. to Statistics"], ["Anne", "Smithson", "Intro. to Statistics"]]}, "table_names": "['CLASS', 'COURSE', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_C3nki_13.png", "TableImg_3v3br_6.png", "TableImg_Wfwe8_6.png", "TableImg_Arg44_8.png"], "original_data_index": 260} +{"question": "How many cities have a stadium that was opened before the year of 2006?", "answer": {"columns": ["count(DISTINCT city)"], "index": [0], "data": [[7]]}, "table_names": "['stadium']", "table_image_ids": ["TableImg_L0kw1_10.png"], "original_data_index": 261} +{"question": "What are the names of the different bank branches, and what are their total loan amounts?", "answer": {"columns": ["sum(amount)", "bname"], "index": [0, 1, 2], "data": [[5000, "broadway"], [3000, "downtown"], [2050, "morningside"]]}, "table_names": "['bank', 'loan']", "table_image_ids": ["TableImg_Rd087_4.png", "TableImg_6deif_3.png"], "original_data_index": 262} +{"question": "Which schools have more than 1 player? Give me the school locations.", "answer": {"columns": ["Location"], "index": [0, 1, 2, 3], "data": [["Milsons Point"], ["Hornsby"], ["Wahroonga"], ["Summer Hill"]]}, "table_names": "['school', 'player']", "table_image_ids": ["TableImg_N2b1a_6.png", "TableImg_S68cg_23.png"], "original_data_index": 263} +{"question": "What are the names of climbers who are not from the country of Switzerland?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Klaus Enders"], ["Siegfried Schauzu"], ["Hans Luthringhauser"], ["Horst Owesle"], ["Georg Auerbacher"], ["Arseneus Butscher"], ["Charlie Freedman"], ["L Currie"], ["Mick Horsepole"]]}, "table_names": "['climber']", "table_image_ids": ["TableImg_Waqnq_10.png"], "original_data_index": 264} +{"question": "Find the average age of students living in each dorm and the name of dorm.", "answer": {"columns": ["avg(T1.age)", "dorm_name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[19.6666666667, "Anonymous Donor Hall"], [20.0, "Bud Jones Hall"], [19.6, "Dorm-plex 2000"], [19.7777777778, "Fawlty Towers"], [18.0, "Grad Student Asylum"], [20.1666666667, "Smith Hall"], [18.0, "University Hovels"]]}, "table_names": "['Student', 'Dorm', 'Lives_in']", "table_image_ids": ["TableImg_Vkwo8_34.png", "TableImg_Smtng_7.png", "TableImg_Vq3gn_31.png"], "original_data_index": 265} +{"question": "What are the names and seatings for all tracks opened after 2000, ordered by seating?", "answer": {"columns": ["Name", "Seating"], "index": [0, 1], "data": [["Chicagoland Speedway", 75000.0], ["Kansas Speedway", 81687.0]]}, "table_names": "['track']", "table_image_ids": ["TableImg_Ue1p8_9.png"], "original_data_index": 266} +{"question": "What is the first name of the student whose last name starting with the letter S and is taking ACCT-211 class?", "answer": {"columns": ["STU_FNAME"], "index": [0], "data": [["Anne"]]}, "table_names": "['CLASS', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_6r6vt_13.png", "TableImg_8ga72_6.png", "TableImg_Fmwtv_8.png"], "original_data_index": 267} +{"question": "How many trips started from Mountain View city and ended at Palo Alto city?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_O2xv1_70.png", "TableImg_82ksp_9959.png"], "original_data_index": 268} +{"question": "What are the names of the pilots that have not won any matches in Australia?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Prof. Zackery Collins"], ["Katheryn Gorczany IV"], ["Mr. Cristian Halvorson II"], ["Ellen Ledner III"], ["Elisha Hickle V"], ["Dr. Jade Bradtke V"], ["Winnifred Boyle"], ["Della Lindgren"], ["Maxwell Graham"], ["Blaise Muller"], ["Baylee Steuber"]]}, "table_names": "['pilot', 'match']", "table_image_ids": ["TableImg_Jnuhp_12.png", "TableImg_Anxru_7.png"], "original_data_index": 269} +{"question": "Please list the countries and years of film market estimations.", "answer": {"columns": ["Country", "Year"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Japan", 1945], ["China", 1944], ["USA", 1487], ["China", 1973], ["Japan", 1978], ["Japan", 2000], ["Japan", 1994], ["China", 1997], ["USA", 1995]]}, "table_names": "['market', 'film_market_estimation']", "table_image_ids": ["TableImg_0kh0u_6.png", "TableImg_Wj31m_9.png"], "original_data_index": 270} +{"question": "What are the code and description of the most frequent behavior incident type?", "answer": {"columns": ["incident_type_code", "incident_type_description"], "index": [0], "data": [["NOISE", "Noise"]]}, "table_names": "['Ref_Incident_Type', 'Behavior_Incident']", "table_image_ids": ["TableImg_Drit4_3.png", "TableImg_U5oba_15.png"], "original_data_index": 271} +{"question": "Find the average age of students who live in the city with code \"NYC\" and have secretary votes in the spring election cycle.", "answer": {"columns": ["avg(T1.Age)"], "index": [0], "data": [[22.0]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_W4a8f_34.png", "TableImg_9c6xe_10.png"], "original_data_index": 272} +{"question": "How many elections are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['election']", "table_image_ids": ["TableImg_Eoe1m_5.png"], "original_data_index": 273} +{"question": "How many players are from each country?", "answer": {"columns": ["Country_name", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["Indonesia", 1], ["Ireland", 4], ["Isle of Man", 2], ["United States", 9]]}, "table_names": "['country', 'match_season']", "table_image_ids": ["TableImg_Pjn0m_6.png", "TableImg_Xx9fg_16.png"], "original_data_index": 274} +{"question": "What are the distinct ages of the heads who are acting?", "answer": {"columns": ["age"], "index": [0, 1, 2], "data": [[53.0], [52.0], [69.0]]}, "table_names": "['head', 'management']", "table_image_ids": ["TableImg_R4mp2_10.png", "TableImg_K3445_5.png"], "original_data_index": 275} +{"question": "What are the issue dates of volumes associated with the artist \"Gorgoroth\"?", "answer": {"columns": ["Issue_Date"], "index": [0, 1, 2, 3], "data": [["27 December 1986 - 10 January"], ["24 January"], ["9 May"], ["16 May - 30 May"]]}, "table_names": "['artist', 'volume']", "table_image_ids": ["TableImg_Mh62n_7.png", "TableImg_Vntwh_10.png"], "original_data_index": 276} +{"question": "What are the roles with three or more employees? Give me the role codes.", "answer": {"columns": ["Role_Code"], "index": [0, 1], "data": [["ED"], ["PR"]]}, "table_names": "['Employees']", "table_image_ids": ["TableImg_Ac8gg_15.png"], "original_data_index": 277} +{"question": "What are the names of all people who do not have friends?", "answer": {"columns": ["name"], "index": [0], "data": [["Dan"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Yojh7_4.png", "TableImg_Sg9xh_4.png"], "original_data_index": 278} +{"question": "What are the names, classes, and ranks of all captains?", "answer": {"columns": ["Name", "Class", "Rank"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Captain Sir Henry Langford", "Third-rate ship of the line", "Midshipman"], ["Captain Beves Conway", "Third-rate ship of the line", "Midshipman"], ["Lieutenant Hugh Bolitho", "Cutter", "Midshipman"], ["Lieutenant Montagu Verling", "Armed schooner", "Midshipman"], ["Captain Henry Dumaresq", "Frigate", "Lieutenant"], ["Captain Gilbert Pears", "Third-rate ship of the line", "Lieutenant"], ["Commander Richard Bolitho", "Sloop-of-war", "Commander, junior captain"]]}, "table_names": "['captain']", "table_image_ids": ["TableImg_8pmtc_7.png"], "original_data_index": 279} +{"question": "What is the location name of the document \"Robin CV\"?", "answer": {"columns": ["Location_Name"], "index": [0], "data": [["Edinburgh"]]}, "table_names": "['Ref_Locations', 'All_Documents', 'Document_Locations']", "table_image_ids": ["TableImg_1yhao_5.png", "TableImg_Fcpg5_15.png", "TableImg_Iazc0_15.png"], "original_data_index": 280} +{"question": "What are the ids of stations that are located in San Francisco and have average bike availability above 10.", "answer": {"columns": ["id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [[45], [48], [51], [56], [57], [62], [64], [65], [68], [71], [72], [73], [75], [77]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_I7xyt_70.png", "TableImg_Zqiaz_8487.png"], "original_data_index": 281} +{"question": "How many churches have a wedding in year 2016?", "answer": {"columns": ["COUNT (DISTINCT church_id)"], "index": [0], "data": [[2]]}, "table_names": "['wedding']", "table_image_ids": ["TableImg_Xmex5_4.png"], "original_data_index": 282} +{"question": "Find out the top 10 customers by total number of orders. List customers' first and last name and the number of total orders.", "answer": {"columns": ["first_name", "last_name", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Lu\u00c3\u00ads", "Gon\u00c3\u00a7alves", 7], ["Leonie", "K\u00c3\u00b6hler", 7], ["Fran\u00c3\u00a7ois", "Tremblay", 7], ["Bj\u00c3\u00b8rn", "Hansen", 7], ["Franti\u00c5\u00a1ek", "Wichterlov\u00c3\u00a1", 7], ["Helena", "Hol\u00c3\u00bd", 7], ["Astrid", "Gruber", 7], ["Daan", "Peeters", 7], ["Kara", "Nielsen", 7], ["Eduardo", "Martins", 7]]}, "table_names": "['customers', 'invoices']", "table_image_ids": ["TableImg_Ljht5_59.png", "TableImg_F487k_412.png"], "original_data_index": 283} +{"question": "List the name of a building along with the name of a company whose office is in the building.", "answer": {"columns": ["name", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [["JPMorgan Chase", "Torre KOI"], ["HSBC", "Torre Mitikah"], ["BNP Paribas", "Torre Mitikah"], ["HSBC", "Punto Chapultepec"], ["ExxonMobil", "Punto Chapultepec"], ["Petrobras", "Punto Chapultepec"], ["BNP Paribas", "Punto Chapultepec"], ["General Electric", "Torre Reforma"], ["General Electric", "Corporativo BBVA Bancomer"], ["Industrial and Commercial Bank of China", "Corporativo BBVA Bancomer"], ["Petrobras", "Reforma 432"], ["ExxonMobil", "Torre New York Life"], ["Total", "LIU East"], ["Citigroup", "Residencial Vidalta Torre Altaire 2"], ["Petrobras", "Residencial Vidalta Torre Altaire 3"], ["Royal Dutch Shell", "Reforma 90"]]}, "table_names": "['buildings', 'Companies', 'Office_locations']", "table_image_ids": ["TableImg_Znsml_12.png", "TableImg_Gzg2y_19.png", "TableImg_Hjvdq_16.png"], "original_data_index": 284} +{"question": "Return the different countries for artists.", "answer": {"columns": ["Country"], "index": [0, 1, 2], "data": [["Fiji"], ["United States"], ["Zimbabwe"]]}, "table_names": "['artist']", "table_image_ids": ["TableImg_Y0l1u_7.png"], "original_data_index": 285} +{"question": "Count the number of captains younger than 50 of each rank.", "answer": {"columns": ["count(*)", "Rank"], "index": [0, 1, 2], "data": [[1, "Commander, junior captain"], [1, "Lieutenant"], [3, "Midshipman"]]}, "table_names": "['captain']", "table_image_ids": ["TableImg_7td1h_7.png"], "original_data_index": 286} +{"question": "What are the different types of player positions?", "answer": {"columns": ["count(DISTINCT pPos)"], "index": [0], "data": [[3]]}, "table_names": "['Tryout']", "table_image_ids": ["TableImg_2c0mn_6.png"], "original_data_index": 287} +{"question": "List the hardware model name for the phons that were produced by \"Nokia Corporation\" but whose screen mode type is not Text.", "answer": {"columns": ["Hardware_Model_name"], "index": [0, 1], "data": [["Lumia 920, Lumia 820, Lumia 620"], ["Nokia 700"]]}, "table_names": "['screen_mode', 'phone']", "table_image_ids": ["TableImg_Fhqpl_7.png", "TableImg_U1dq7_8.png"], "original_data_index": 288} +{"question": "Who are the members of the club named \"Hopkins Student Enterprises\"? Show the last name.", "answer": {"columns": ["LName"], "index": [0], "data": [["Nelson"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Gufep_34.png", "TableImg_D7sll_4.png", "TableImg_Qy8v0_4.png"], "original_data_index": 289} +{"question": "Show the name of the shop that has the most kind of devices in stock.", "answer": {"columns": ["Shop_Name"], "index": [0], "data": [["Dinas Device"]]}, "table_names": "['shop', 'stock']", "table_image_ids": ["TableImg_7xulg_12.png", "TableImg_Qz0lh_8.png"], "original_data_index": 290} +{"question": "Show the names of members in ascending order of their rank in rounds.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Jack Nicklaus"], ["Lee Trevino"], ["Billy Casper"], ["Pat Fitzsimons"], ["Tom Watson"], ["Tom Weiskopf"]]}, "table_names": "['member', 'round']", "table_image_ids": ["TableImg_K00lh_10.png", "TableImg_Rilyc_6.png"], "original_data_index": 291} +{"question": "What are the ages of all of Zach's friends who are in the longest relationship?", "answer": {"columns": ["age"], "index": [0], "data": [[26]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Ldtal_4.png", "TableImg_Z1dgl_4.png"], "original_data_index": 292} +{"question": "How many classes does the professor whose last name is Graztevski teach?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['CLASS', 'EMPLOYEE']", "table_image_ids": ["TableImg_K3xaa_13.png", "TableImg_Wmd1p_37.png"], "original_data_index": 293} +{"question": "What are the products that have problems reported after 1986-11-13? Give me the product id and the count of problems reported after 1986-11-13.", "answer": {"columns": ["count(*)", "product_id"], "index": [0, 1, 2, 3, 4], "data": [[2, 1], [1, 2], [2, 4], [1, 8], [1, 15]]}, "table_names": "['Product', 'Problems']", "table_image_ids": ["TableImg_Br28q_15.png", "TableImg_Kbjph_15.png"], "original_data_index": 294} +{"question": "Find all invoice dates corresponding to customers with first name Astrid and last name Gruber.", "answer": {"columns": ["InvoiceDate"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["2009-12-08 00:00:00"], ["2010-01-18 00:00:00"], ["2010-09-18 00:00:00"], ["2012-04-24 00:00:00"], ["2012-07-27 00:00:00"], ["2012-10-29 00:00:00"], ["2013-06-19 00:00:00"]]}, "table_names": "['Customer', 'Invoice']", "table_image_ids": ["TableImg_Pt98z_59.png", "TableImg_8kiyg_412.png"], "original_data_index": 295} +{"question": "Show the names and ages of editors and the theme of journals for which they serve on committees, in ascending alphabetical order of theme.", "answer": {"columns": ["Name", "Age", "Theme"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Gra\u00c5\u00bcyna Wolszczak", 54.0, "Cincinnati Bengals"], ["W\u00c5\u0082adys\u00c5\u0082aw Grzywna", 24.0, "Pittsburgh Steelers"], ["Gra\u00c5\u00bcyna Wolszczak", 54.0, "at Baltimore Ravens"], ["Maria G\u00c3\u00b3ralczyk", 38.0, "at Cleveland Browns"], ["Marek Siudym", 21.0, "at Detroit Lions"], ["Piotr Pr\u00c4\u0099gowski", 43.0, "at Jacksonville Jaguars"], ["Kamila Porczyk", 34.0, "at Minnesota Vikings"]]}, "table_names": "['journal', 'editor', 'journal_committee']", "table_image_ids": ["TableImg_8hr6v_16.png", "TableImg_F4pkn_9.png", "TableImg_2kf6z_7.png"], "original_data_index": 296} +{"question": "Find the name of persons who are friends with Bob.", "answer": {"columns": ["name"], "index": [0], "data": [["Alice"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Bdams_4.png", "TableImg_Fvoei_4.png"], "original_data_index": 297} +{"question": "Show aircraft names and number of flights for each aircraft.", "answer": {"columns": ["name", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Boeing 747-400", 1], ["Boeing 737-800", 1], ["Airbus A340-300", 2], ["Embraer ERJ-145", 1], ["SAAB 340", 1], ["Piper Archer III", 1], ["Lockheed L1011", 2], ["Boeing 757-300", 1]]}, "table_names": "['flight', 'aircraft']", "table_image_ids": ["TableImg_Fv95b_10.png", "TableImg_5sav2_16.png"], "original_data_index": 298} +{"question": "How many architects haven't built a mill before year 1850?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['architect', 'mill']", "table_image_ids": ["TableImg_Kj928_5.png", "TableImg_Vxoyj_6.png"], "original_data_index": 299} +{"question": "What are the names of all the customers?", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Dr. Julia Wuckert MD"], ["Tillman Ernser"], ["Rodrick Heaney"], ["Prof. Alexzander Hamill"], ["Prof. Reyes Berge II"], ["Maudie Kertzmann"], ["Mozell Morissette"], ["Eunice Morar"], ["Devin Mills"], ["Kitty Padberg III"], ["Salvatore Tillman"], ["Clifford Pagac"], ["Miss Aliyah Witting"], ["Alexane Kilback"], ["Prof. Ibrahim Bashirian"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_705ko_15.png"], "original_data_index": 300} +{"question": "Find the id of songs that are available in mp4 format and have resolution lower than 1000.", "answer": {"columns": ["f_id"], "index": [0, 1], "data": [[3], [6]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_7qd4o_6.png", "TableImg_Mprxb_6.png"], "original_data_index": 301} +{"question": "Count the number of courses without prerequisites.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[121]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_Oyptn_200.png", "TableImg_Rnbyw_100.png"], "original_data_index": 302} +{"question": "Find the maximum and total number of followers of all users.", "answer": {"columns": ["max(followers)", "sum(followers)"], "index": [0], "data": [[99999998, 260392178]]}, "table_names": "['user_profiles']", "table_image_ids": ["TableImg_44iy4_7.png"], "original_data_index": 303} +{"question": "Return the names of the gymnasts.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Paul Hamm"], ["Lorraine S\u00c3\u00baarez Carmona"], ["Elizabeth Qui\u00c3\u00b1\u00c3\u00b3nez Aroyo"], ["Nadia Caba Rodr\u00c3\u00adguez"], ["Clary Sermina Delgado Cid"], ["Marina Castro Medina"], ["Endis de los Santos \u00c3\u0081lvarez"]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_Aw6rw_7.png", "TableImg_Fe3ih_10.png"], "original_data_index": 304} +{"question": "Show the names of people and the number of times they have been on the affirmative side of debates.", "answer": {"columns": ["Name", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["James Humphrey", 1], ["Luther C. Carter", 1], ["Thomas J. Barr", 1], ["William B. Maclay", 2]]}, "table_names": "['people', 'debate_people']", "table_image_ids": ["TableImg_Matuy_10.png", "TableImg_0coxt_5.png"], "original_data_index": 305} +{"question": "Find the code of the role that have the most employees.", "answer": {"columns": ["Role_Code"], "index": [0], "data": [["ED"]]}, "table_names": "['Employees']", "table_image_ids": ["TableImg_Sowe9_15.png"], "original_data_index": 306} +{"question": "What is the description of role code ED?", "answer": {"columns": ["role_description"], "index": [0], "data": [["Editor"]]}, "table_names": "['Roles']", "table_image_ids": ["TableImg_C7wcb_4.png"], "original_data_index": 307} +{"question": "What are the course codes for every class that the student with the last name Smithson took?", "answer": {"columns": ["CRS_CODE"], "index": [0, 1, 2], "data": [["ACCT-211"], ["CIS-220"], ["QM-261"]]}, "table_names": "['CLASS', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_Ijfqo_13.png", "TableImg_Zn8py_6.png", "TableImg_Stwpu_8.png"], "original_data_index": 308} +{"question": "Find the names of the trains that do not pass any station located in London.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Quilon Fast Passenger"], ["Island Express"]]}, "table_names": "['station', 'train', 'train_station']", "table_image_ids": ["TableImg_Ufskq_12.png", "TableImg_Wew3u_11.png", "TableImg_Zjbtq_11.png"], "original_data_index": 309} +{"question": "Find the first names and last names of teachers in alphabetical order of last name.", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Aniya", "Becker"], ["Hobart", "Bergnaum"], ["Sid", "Brakus"], ["Woodrow", "Goldner"], ["Evelyn", "Hansen"], ["Gregory", "Heller"], ["Donnie", "Kuhic"], ["Citlalli", "Kuhic"], ["Edmond", "Lang"], ["Lyla", "Medhurst"], ["Camren", "Moore"], ["Stephanie", "Price"], ["Alvis", "Schultz"], ["Trystan", "Schuster"], ["Cecilia", "Ward"]]}, "table_names": "['Teachers']", "table_image_ids": ["TableImg_Wt538_15.png"], "original_data_index": 310} +{"question": "What are the distinct hometowns of gymnasts with total points more than 57.5?", "answer": {"columns": ["Hometown"], "index": [0, 1], "data": [["Santo Domingo"], ["Bonao"]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_Zzpjz_7.png", "TableImg_Tck8q_10.png"], "original_data_index": 311} +{"question": "Show the guest first names, start dates, and end dates of all the apartment bookings.", "answer": {"columns": ["guest_first_name", "booking_start_date", "booking_start_date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Rebeca", "2016-09-26 17:13:49", "2016-09-26 17:13:49"], ["Tamia", "2016-04-01 06:28:08", "2016-04-01 06:28:08"], ["Lou", "2017-03-13 16:20:14", "2017-03-13 16:20:14"], ["Else", "2016-08-04 10:33:00", "2016-08-04 10:33:00"], ["Louvenia", "2017-02-11 14:34:14", "2017-02-11 14:34:14"], ["Juvenal", "2016-05-24 20:09:38", "2016-05-24 20:09:38"], ["Keith", "2016-07-25 02:57:04", "2016-07-25 02:57:04"], ["Mozell", "2016-11-26 05:04:31", "2016-11-26 05:04:31"], ["Keon", "2017-05-13 18:17:20", "2017-05-13 18:17:20"], ["Rebeca", "2017-03-04 02:23:49", "2017-03-04 02:23:49"], ["Lou", "2016-06-07 05:05:18", "2016-06-07 05:05:18"], ["Rebeca", "2016-04-17 12:53:59", "2016-04-17 12:53:59"], ["Gabe", "2016-09-28 05:00:50", "2016-09-28 05:00:50"], ["Rebeca", "2017-04-07 04:53:27", "2017-04-07 04:53:27"], ["Keon", "2017-07-03 14:15:56", "2017-07-03 14:15:56"]]}, "table_names": "['Guests', 'Apartment_Bookings']", "table_image_ids": ["TableImg_N6kez_15.png", "TableImg_Pjv7d_15.png"], "original_data_index": 312} +{"question": "What is the name of the customer who has the most policies listed?", "answer": {"columns": ["Customer_name"], "index": [0], "data": [["Jay Chou"]]}, "table_names": "['Customers', 'Customers_Policies']", "table_image_ids": ["TableImg_9caul_15.png", "TableImg_Ez7qv_14.png"], "original_data_index": 313} +{"question": "Show all date and share count of transactions.", "answer": {"columns": ["date_of_transaction", "share_count"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["1988-09-16 19:02:51", "8718572"], ["1982-06-06 17:19:00", "9"], ["1979-04-27 06:03:59", "8580"], ["2001-11-28 15:06:25", "8040"], ["1977-08-17 13:13:30", "930"], ["1985-10-08 13:13:39", "2751"], ["1990-12-02 09:03:38", "1522"], ["2004-01-18 20:37:50", "96178"], ["1977-08-13 02:18:47", ""], ["1981-01-28 08:07:03", "1654756"], ["2000-04-03 20:55:43", "674529892"], ["1983-11-01 17:57:27", "587"], ["2002-04-07 20:28:37", ""], ["2002-09-13 03:04:56", "630021"], ["1997-12-30 05:05:40", "93191"]]}, "table_names": "['Transactions']", "table_image_ids": ["TableImg_Pn5pv_15.png"], "original_data_index": 314} +{"question": "What is the description of document status code 'working'?", "answer": {"columns": ["document_status_description"], "index": [0], "data": [["currently working on"]]}, "table_names": "['Ref_Document_Status']", "table_image_ids": ["TableImg_Pf63g_3.png"], "original_data_index": 315} +{"question": "Show the name of each party and the corresponding number of delegates from that party.", "answer": {"columns": ["Party", "COUNT(*)"], "index": [0, 1, 2, 3, 4], "data": [["Democratic", 3], ["Liberal", 2], ["Democratic", 1], ["Independence", 1], ["Working Families", 1]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_Ynemc_7.png", "TableImg_Z45d3_8.png"], "original_data_index": 316} +{"question": "Show the names of clubs that have players with position \"Right Wing\".", "answer": {"columns": ["name"], "index": [0], "data": [["BK Slide"]]}, "table_names": "['club', 'player']", "table_image_ids": ["TableImg_Tinb4_6.png", "TableImg_Cg7qz_15.png"], "original_data_index": 317} +{"question": "For each product with some problems, list the count of problems and the product id.", "answer": {"columns": ["count(*)", "product_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[4, 1], [2, 2], [3, 4], [1, 5], [1, 6], [1, 7], [1, 8], [1, 13], [1, 15]]}, "table_names": "['Product', 'Problems']", "table_image_ids": ["TableImg_8ybds_15.png", "TableImg_Npsm5_15.png"], "original_data_index": 318} +{"question": "Return the distinct name of customers whose order status is Pending, in the order of customer id.", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3], "data": [["Lexus"], ["Cristobal"], ["Karson"], ["Kenya"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_R1g9d_15.png", "TableImg_Ufcgc_15.png"], "original_data_index": 319} +{"question": "What are the name and primarily affiliated department name of each physician?", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["John Dorian", "General Medicine"], ["Elliot Reid", "General Medicine"], ["Christopher Turk", "Surgery"], ["Percival Cox", "General Medicine"], ["Bob Kelso", "General Medicine"], ["Todd Quinlan", "Surgery"], ["John Wen", "Surgery"], ["Keith Dudemeister", "General Medicine"], ["Molly Clock", "Psychiatry"]]}, "table_names": "['Physician', 'Department', 'Affiliated_With']", "table_image_ids": ["TableImg_Glod8_9.png", "TableImg_73p68_3.png", "TableImg_Aosii_11.png"], "original_data_index": 320} +{"question": "the names of models that launched between 2002 and 2004.", "answer": {"columns": ["Model_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["X5"], ["X5 high end"], ["X3 Basic"], ["X3 Advanced"], ["X3i"], ["X30 low-end"], ["X30 mid-range"], ["X30 high-end"], ["X50 Standard"], ["X50 Advanced"], ["X50v"]]}, "table_names": "['chip_model']", "table_image_ids": ["TableImg_Plbr6_14.png"], "original_data_index": 321} +{"question": "Find the name of amenities of the dorm where the student with last name Smith is living in.", "answer": {"columns": ["amenity_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["TV Lounge"], ["Study Room"], ["Carpeted Rooms"], ["4 Walls"], ["Heat"], ["Roof"], ["Ethernet Ports"], ["Air Conditioning"], ["Study Room"], ["Carpeted Rooms"], ["4 Walls"], ["Heat"], ["Roof"]]}, "table_names": "['Student', 'Dorm', 'Dorm_amenity', 'Has_amenity', 'Lives_in']", "table_image_ids": ["TableImg_Bxphz_34.png", "TableImg_Rl5wd_7.png", "TableImg_Kmqsg_12.png", "TableImg_Cbdws_40.png", "TableImg_4qpa5_31.png"], "original_data_index": 322} +{"question": "List the description, code and the number of services for each service type.", "answer": {"columns": ["Service_Type_Description", "Service_Type_Code", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["provide photo service", "1", 5], ["provide dinning service", "2", 5], ["provide filming service", "3", 3], ["provide adv promoting service", "4", 2]]}, "table_names": "['Ref_Service_Types', 'Services']", "table_image_ids": ["TableImg_Gqycr_4.png", "TableImg_Lmkqd_15.png"], "original_data_index": 323} +{"question": "How many distinct locations have the things with service detail 'Unsatisfied' been located in?", "answer": {"columns": ["count(DISTINCT T2.Location_Code)"], "index": [0], "data": [[8]]}, "table_names": "['Things', 'Timed_Locations_of_Things']", "table_image_ids": ["TableImg_52378_15.png", "TableImg_Le61l_15.png"], "original_data_index": 324} +{"question": "Show the builder of railways associated with the trains named \"Andaman Exp\".", "answer": {"columns": ["Builder"], "index": [0, 1], "data": [["GWR Swindon"], ["Stephenson"]]}, "table_names": "['railway', 'train']", "table_image_ids": ["TableImg_Eh6x6_10.png", "TableImg_J2oee_9.png"], "original_data_index": 325} +{"question": "What is the maximum stars and year for the most recent movie?", "answer": {"columns": ["max(T1.stars)", "year"], "index": [0], "data": [[5, 2009]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_F7mvd_8.png", "TableImg_3mdqk_14.png"], "original_data_index": 326} +{"question": "Find the name of customers who are living in Colorado?", "answer": {"columns": ["customer_name"], "index": [0, 1], "data": [["Miss Aliyah Witting"], ["Eunice Morar"]]}, "table_names": "['Addresses', 'Customers', 'Customer_Addresses']", "table_image_ids": ["TableImg_Vu1o2_15.png", "TableImg_2d1tz_15.png", "TableImg_Dv0p3_15.png"], "original_data_index": 327} +{"question": "Count the number of characteristics of the product named 'laurel'.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_9do6a_15.png", "TableImg_X2vug_15.png", "TableImg_Pn2ph_15.png"], "original_data_index": 328} +{"question": "list all female (sex is F) candidate names in the alphabetical order.", "answer": {"columns": ["Name"], "index": [0], "data": [["St\u00c3\u00a9phane Antiga"]]}, "table_names": "['candidate', 'people']", "table_image_ids": ["TableImg_Kleym_6.png", "TableImg_O9vxj_9.png"], "original_data_index": 329} +{"question": "What is the least common faculty rank?", "answer": {"columns": ["Rank"], "index": [0], "data": [["AssocProf"]]}, "table_names": "['Faculty']", "table_image_ids": ["TableImg_Wqs5w_58.png"], "original_data_index": 330} +{"question": "What are the names, ages, and jobs of all people who are friends with Alice for the longest amount of time?", "answer": {"columns": ["name", "age", "job"], "index": [0], "data": [["Zach", 45, "doctor"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Ue4lr_4.png", "TableImg_Unqvl_4.png"], "original_data_index": 331} +{"question": "Which customers have an insurance policy with the type code \"Deputy\" or \"Uniform\"? Return the customer details.", "answer": {"columns": ["Customer_Details"], "index": [0, 1, 2], "data": [["Buddy Marquardt"], ["Selena Gerhold"], ["Dr. Diana Rath"]]}, "table_names": "['Customers', 'Policies']", "table_image_ids": ["TableImg_Gx8c0_15.png", "TableImg_Rntgg_15.png"], "original_data_index": 332} +{"question": "How many students and instructors are in each department?", "answer": {"columns": ["count(DISTINCT T2.id)", "count(DISTINCT T3.id)", "dept_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "data": [[99, 4, "Accounting"], [106, 1, "Astronomy"], [92, 5, "Athletics"], [100, 2, "Biology"], [108, 2, "Comp. Sci."], [86, 4, "Cybernetics"], [98, 4, "Elec. Eng."], [95, 4, "English"], [97, 1, "Finance"], [92, 1, "Geology"], [119, 3, "Languages"], [85, 4, "Marketing"], [105, 2, "Mech. Eng."], [96, 2, "Physics"], [109, 3, "Pol. Sci."], [100, 2, "Psychology"], [85, 6, "Statistics"]]}, "table_names": "['department', 'instructor', 'student']", "table_image_ids": ["TableImg_83ffv_20.png", "TableImg_Nizlp_50.png", "TableImg_Pgy2v_2000.png"], "original_data_index": 333} +{"question": "What are the names of the technicians by ascending order of quality rank for the machine they are assigned?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["John Brown"], ["Charlie Hollocher"], ["Joe Sewell"], ["Tony Sewell"], ["Joe Sewell"], ["Eddie Collins"], ["Joe Sewell"], ["Joe Sewell"], ["Joe Sewell"]]}, "table_names": "['machine', 'technician', 'repair_assignment']", "table_image_ids": ["TableImg_Rtah6_9.png", "TableImg_Z99xo_10.png", "TableImg_4opsq_9.png"], "original_data_index": 334} +{"question": "List the service id and details for the events.", "answer": {"columns": ["Service_ID", "Event_Details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[5, "Success"], [8, "Success"], [8, "Fail"], [2, "Fail"], [5, "Fail"], [6, "Fail"], [6, "Fail"], [8, "Fail"], [8, "Fail"], [5, "Success"], [2, "Fail"], [2, "Success"], [5, "Success"], [2, "Fail"], [2, "Success"]]}, "table_names": "['Events']", "table_image_ids": ["TableImg_92ozd_15.png"], "original_data_index": 335} +{"question": "What are the account ids, customer ids, and account names for all the accounts?", "answer": {"columns": ["account_id", "customer_id", "account_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[1, 6, "338"], [2, 14, "562"], [3, 9, "162"], [4, 12, "038"], [5, 13, "858"], [6, 12, "262"], [7, 9, "621"], [8, 8, "381"], [9, 9, "546"], [10, 4, "767"], [11, 4, "022"], [12, 2, "866"], [13, 10, "234"], [14, 9, "557"], [15, 4, "725"]]}, "table_names": "['Accounts']", "table_image_ids": ["TableImg_Pt5wi_15.png"], "original_data_index": 336} +{"question": "What are the emails and phone numbers of all customers, sorted by email address and phone number?", "answer": {"columns": ["email_address", "phone_number"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["cayla.satterfield@example.net", "470-803-0244"], ["hsteuber@example.org", "06963347450"], ["lavonne.frami@example.com", "+38(3)9011433816"], ["paige.hyatt@example.com", "1-369-302-7623x576"], ["rzulauf@example.org", "578.019.7943x328"], ["ubeier@example.org", "044-468-4549"], ["vbogisich@example.org", "548.373.3603x59134"], ["vida86@example.com", "997.698.4779x882"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Ujjzn_8.png"], "original_data_index": 337} +{"question": "What is the number of routes whose destinations are Italian airports?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1779]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_St43o_67240.png", "TableImg_5q6p1_7184.png"], "original_data_index": 338} +{"question": "What are the names and ages of every person who is a friend of both Dan and Alice?", "answer": {"columns": ["name", "age"], "index": [0], "data": [["Zach", 45]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_4mbek_4.png", "TableImg_J09cr_4.png"], "original_data_index": 339} +{"question": "What is the last name and office of the professor from the history department?", "answer": {"columns": ["EMP_LNAME", "PROF_OFFICE"], "index": [0, 1], "data": [["Donelly", "DRE 156"], ["Blalock", "DRE 156"]]}, "table_names": "['DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_N70nm_11.png", "TableImg_Glbrx_37.png", "TableImg_2l1nh_22.png"], "original_data_index": 340} +{"question": "How many different card types are there?", "answer": {"columns": ["count(DISTINCT card_type_code)"], "index": [0], "data": [[2]]}, "table_names": "['Customers_Cards']", "table_image_ids": ["TableImg_6ogtf_15.png"], "original_data_index": 341} +{"question": "Who are the ministers and what parties do they belong to, listed descending by the times they took office?", "answer": {"columns": ["Minister", "Party_name"], "index": [0, 1, 2, 3, 4], "data": [["Ebenezer Ako-Adjei (MP)", "Sinefine Party"], ["Imoru Egala (MP)", "Convention Union Party"], ["Ebenezer Ako-Adjei (MP)", "3"], ["Kojo Botsio (MP)", "Progress Party"], ["Dr. Kwame Nkrumah (MP)", "Convention Peoples Party"]]}, "table_names": "['party']", "table_image_ids": ["TableImg_Xqidp_5.png"], "original_data_index": 342} +{"question": "Find the name of the courses that do not have any prerequisite?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120], "data": [["C Programming"], ["The Music of Donovan"], ["International Finance"], ["Greek Tragedy"], ["Virology"], ["Compiler Design"], ["Surfing"], ["Latin"], ["Composition and Literature"], ["Music of the 50s"], ["Visual BASIC"], ["The Monkeys"], ["FOCAL Programming"], ["Calculus"], ["The Beatles"], ["World History"], ["Tort Law"], ["Corporate Law"], ["Video Gaming"], ["Bankruptcy"], ["Organic Chemistry"], ["Quantum Mechanics"], ["Quantum Mechanics"], ["The IBM 360 Architecture"], ["Electricity and Magnetism"], ["Elastic Structures"], ["Computational Biology"], ["Journalism"], ["Physical Chemistry"], ["Image Processing"], ["Industrial Organization"], ["Sanitary Engineering"], ["Thermodynamics"], ["Japanese"], ["International Trade"], ["Database System Concepts"], ["Romantic Literature"], ["Religion"], ["Existentialism"], ["Compiler Design"], ["Geology"], ["C Programming"], ["Manufacturing"], ["Drama"], ["Medieval Civilization or Lack Thereof"], ["Differential Geometry"], ["Bacteriology"], ["International Trade"], ["Aquatic Chemistry"], ["Number Theory"], ["Sailing"], ["Physical Chemistry"], ["Hydraulics"], ["The Music of the Ramones"], ["Mechanics"], ["Hebrew"], ["Computability Theory"], ["Creative Writing"], ["The Monkeys"], ["Differential Geometry"], ["Virology"], ["Geology"], ["Stream Processing"], ["The Music of Donovan"], ["Petroleum Engineering"], ["Systems Software"], ["Environmental Law"], ["Data Mining"], ["Medieval Civilization or Lack Thereof"], ["Differential Geometry"], ["International Communication"], ["Diffusion and Phase Transformation"], ["Differential Equations"], ["Compiler Design"], ["Aerodynamics"], ["The Music of Dave Edmunds"], ["Computability Theory"], ["Cognitive Psychology"], ["Tort Law"], ["European History"], ["Corporate Law"], ["Multimedia Design"], ["Animal Behavior"], ["Graphics"], ["Romantic Literature"], ["Banking and Finance"], ["Astronautics"], ["How to Succeed in Business Without Really Trying"], ["Race Car Driving"], ["Milton"], ["Topology"], ["Video Gaming"], ["Logic"], ["Thermal Physics"], ["Differential Geometry"], ["The Music of Dave Edmunds"], ["Greek Tragedy"], ["Arabic"], ["Compiler Design"], ["Networking"], ["Automobile Mechanics"], ["Music of the 50s"], ["C Programming"], ["Groups and Rings"], ["Biostatistics"], ["UNIX System Programmming"], ["UNIX System Programmming"], ["Music 2 New for your Instructor"], ["Microeconomics"], ["Plastics"], ["Number Theory"], ["Multivariable Calculus"], ["Numerical Methods"], ["Operating Systems"], ["Numerical Methods"], ["Strength of Materials"], ["Fractal Geometry"], ["Music of the 90s"], ["Sanitary Engineering"], ["The Music of Donovan"], ["Quantum Mechanics"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_Aqznf_200.png", "TableImg_W2l3v_100.png"], "original_data_index": 343} +{"question": "What is the starting year for the oldest technician?", "answer": {"columns": ["Starting_Year"], "index": [0], "data": [[2003.0]]}, "table_names": "['technician']", "table_image_ids": ["TableImg_019w7_10.png"], "original_data_index": 344} +{"question": "What products are available at store named \"Miramichi\"?", "answer": {"columns": ["product"], "index": [0, 1, 2, 3, 4], "data": [["Fujitsu fi-6130 A4 Series Scanner"], ["Plustek MobileOffice D28 Corporate"], ["Xerox Travel Scanner 100"], ["ScanShell 3000DN"], ["Canon DR-2080C"]]}, "table_names": "['product', 'store', 'store_product']", "table_image_ids": ["TableImg_0z5qu_6.png", "TableImg_7ul0d_5.png", "TableImg_Kapkx_15.png"], "original_data_index": 345} +{"question": "Find the the grape whose white color grapes are used to produce wines with scores higher than 90.", "answer": {"columns": ["Grape"], "index": [0, 1, 2], "data": [["Sauvignon Blanc"], ["Chardonnay"], ["Roussanne"]]}, "table_names": "['grapes', 'wine']", "table_image_ids": ["TableImg_X4a8d_20.png", "TableImg_Hz4pv_500.png"], "original_data_index": 346} +{"question": "For each position, what is the maximum number of hours for students who spent more than 1000 hours training?", "answer": {"columns": ["max(T1.HS)", "pPos"], "index": [0, 1], "data": [[1600, "goalie"], [1600, "striker"]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_Oskx7_6.png", "TableImg_Mrrme_6.png"], "original_data_index": 347} +{"question": "Find the captain rank that has no captain in Third-rate ship of the line class.", "answer": {"columns": ["Rank"], "index": [0], "data": [["Commander, junior captain"]]}, "table_names": "['captain', 'Ship']", "table_image_ids": ["TableImg_Kmz3r_7.png", "TableImg_L4n96_9.png"], "original_data_index": 348} +{"question": "What are the names of artists that have not had any exhibitions?", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Mark Brooks"], ["Larry Nelson"]]}, "table_names": "['artist', 'exhibition']", "table_image_ids": ["TableImg_Hhn3d_7.png", "TableImg_Ffbfw_6.png"], "original_data_index": 349} +{"question": "How many customers do not have an account?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['Accounts', 'Customers']", "table_image_ids": ["TableImg_Tjay5_15.png", "TableImg_Ipkrp_15.png"], "original_data_index": 350} +{"question": "How many customers are there of each gender?", "answer": {"columns": ["gender", "count(*)"], "index": [0, 1], "data": [["0", 9], ["1", 6]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_0ck2v_15.png"], "original_data_index": 351} +{"question": "What si the youngest employee's first and last name?", "answer": {"columns": ["first_name", "last_name"], "index": [0], "data": [["Jane", "Peacock"]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_8nf4q_8.png"], "original_data_index": 352} +{"question": "What are the details for all projects that did not hire any staff in a research role?", "answer": {"columns": ["project_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["porro"], ["sint"], ["deserunt"], ["consectetur"], ["omnis"], ["non"], ["beatae"], ["dolorem"]]}, "table_names": "['Project_Staff', 'Projects']", "table_image_ids": ["TableImg_Z9q6r_15.png", "TableImg_G0l3u_15.png"], "original_data_index": 353} +{"question": "List the physicians' employee ids together with their primary affiliation departments' ids.", "answer": {"columns": ["Physician", "Department"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[1, 1], [2, 1], [3, 2], [4, 1], [5, 1], [6, 2], [7, 2], [8, 1], [9, 3]]}, "table_names": "['Physician', 'Department', 'Affiliated_With']", "table_image_ids": ["TableImg_Rzl2a_9.png", "TableImg_D80o5_3.png", "TableImg_Khqn4_11.png"], "original_data_index": 354} +{"question": "For each building, show the name of the building and the number of institutions in it.", "answer": {"columns": ["Name", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Citizens Bank Building", 2], ["Tampa City Hall", 2], ["Floridan Hotel", 1], ["Franklin Exchange Building", 2], ["Park Tower", 1], ["One Tampa City Center", 2], ["100 North Tampa", 1]]}, "table_names": "['building', 'Institution']", "table_image_ids": ["TableImg_Imk21_8.png", "TableImg_5bd3s_11.png"], "original_data_index": 355} +{"question": "Which last names are both used by customers and by staff?", "answer": {"columns": ["last_name"], "index": [0], "data": [["Mertz"]]}, "table_names": "['Staff', 'Customers']", "table_image_ids": ["TableImg_Fs6p1_15.png", "TableImg_Gsbsn_15.png"], "original_data_index": 356} +{"question": "Please show the names and descriptions of aircrafts associated with airports that have a total number of passengers bigger than 10000000.", "answer": {"columns": ["Aircraft", "Description"], "index": [0, 1], "data": [["Bell 206B3 JetRanger", "Turboshaft utility helicopter"], ["Robinson R-22", "Light utility helicopter"]]}, "table_names": "['aircraft', 'airport', 'airport_aircraft']", "table_image_ids": ["TableImg_Vm127_5.png", "TableImg_0ycsu_10.png", "TableImg_Jhvf7_4.png"], "original_data_index": 357} +{"question": "How many types of products have Rodrick Heaney bought in total?", "answer": {"columns": ["count(DISTINCT t3.product_id)"], "index": [0], "data": [[2]]}, "table_names": "['Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Kec98_15.png", "TableImg_Gxzp6_15.png", "TableImg_Zqu1v_15.png"], "original_data_index": 358} +{"question": "What is the name of the person who has the oldest average age for their friends, and what is that average age?", "answer": {"columns": ["name", "avg(T1.age)"], "index": [0], "data": [["Bob", 45.0]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Mweo1_4.png", "TableImg_3vvtq_4.png"], "original_data_index": 359} +{"question": "Find the states where have some college students in tryout.", "answer": {"columns": ["state"], "index": [0, 1, 2, 3], "data": [["AZ"], ["LA"], ["FL"], ["OK"]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_Hhk6d_4.png", "TableImg_Zn20w_6.png"], "original_data_index": 360} +{"question": "Find the white grape used to produce wines with scores above 90.", "answer": {"columns": ["Grape"], "index": [0, 1, 2], "data": [["Sauvignon Blanc"], ["Chardonnay"], ["Roussanne"]]}, "table_names": "['grapes', 'wine']", "table_image_ids": ["TableImg_V0l66_20.png", "TableImg_B1mhj_500.png"], "original_data_index": 361} +{"question": "Return the full name of the customer who made the first rental.", "answer": {"columns": ["first_name", "last_name"], "index": [0], "data": [["CHARLOTTE", "HUNTER"]]}, "table_names": "['customer', 'rental']", "table_image_ids": ["TableImg_Px6ed_599.png", "TableImg_P7ly1_16044.png"], "original_data_index": 362} +{"question": "Give the full name and phone of the customer who has the account name 162.", "answer": {"columns": ["customer_first_name", "customer_last_name", "customer_phone"], "index": [0], "data": [["Faustino", "Langworth", "284.749.0453"]]}, "table_names": "['Accounts', 'Customers']", "table_image_ids": ["TableImg_5hvh1_15.png", "TableImg_92sr9_15.png"], "original_data_index": 363} +{"question": "How many events have each participants attended? List the participant id, type and the number.", "answer": {"columns": ["Participant_ID", "Participant_Type_Code", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[26, "Organizer", 2], [36, "Organizer", 1], [37, "Participant", 2], [60, "Participant", 1], [63, "Participant", 1], [64, "Participant", 1], [66, "Participant", 4], [86, "Organizer", 2], [90, "Participant", 3], [96, "Organizer", 1]]}, "table_names": "['Participants', 'Participants_in_Events']", "table_image_ids": ["TableImg_Jprxr_15.png", "TableImg_6hevl_18.png"], "original_data_index": 364} +{"question": "What is the name and open year for the branch with most number of memberships registered in 2016?", "answer": {"columns": ["Name", "Open_year"], "index": [0], "data": [["Alexandre", "2001"]]}, "table_names": "['branch', 'membership_register_branch']", "table_image_ids": ["TableImg_S5220_8.png", "TableImg_1pwss_8.png"], "original_data_index": 365} +{"question": "Show all the locations where some cinemas were opened in both year 2010 and year 2011.", "answer": {"columns": ["Location"], "index": [0], "data": [["County Tipperary"]]}, "table_names": "['cinema']", "table_image_ids": ["TableImg_Kwfxr_10.png"], "original_data_index": 366} +{"question": "What are the ids of all students who don't play sports?", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [[1004], [1006], [1007], [1008], [1009], [1010], [1011], [1012], [1014], [1016], [1017], [1020], [1021], [1024], [1025], [1027], [1028], [1029], [1030], [1031], [1032], [1034]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_Rrq8y_34.png", "TableImg_8xrs4_14.png"], "original_data_index": 367} +{"question": "Show the name for regions and the number of storms for each region.", "answer": {"columns": ["Region_name", "count(*)"], "index": [0, 1, 2, 3], "data": [["Afghanistan", 2], ["Albania", 2], ["Algeria", 1], ["Denmark", 1]]}, "table_names": "['region', 'affected_region']", "table_image_ids": ["TableImg_2j2nl_13.png", "TableImg_9qa23_6.png"], "original_data_index": 368} +{"question": "How many undergraduates are there at San Jose State", "answer": {"columns": ["sum(t1.undergraduate)"], "index": [0], "data": [[21663]]}, "table_names": "['Campuses', 'discipline_enrollments']", "table_image_ids": ["TableImg_6ndep_23.png", "TableImg_Z72jw_395.png"], "original_data_index": 369} +{"question": "Show names of shops that have more than one kind of device in stock.", "answer": {"columns": ["Shop_Name"], "index": [0, 1], "data": [["Dinas Device"], ["Ferndale"]]}, "table_names": "['shop', 'stock']", "table_image_ids": ["TableImg_Udg35_12.png", "TableImg_S9vs2_8.png"], "original_data_index": 370} +{"question": "What are the names of all colleges with a larger enrollment than the largest college in Florida?", "answer": {"columns": ["cName"], "index": [0], "data": [["OU"]]}, "table_names": "['College']", "table_image_ids": ["TableImg_S0wqj_4.png"], "original_data_index": 371} +{"question": "Find the name of the customers who use the most frequently used payment method.", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Tillman Ernser"], ["Prof. Reyes Berge II"], ["Devin Mills"], ["Salvatore Tillman"], ["Clifford Pagac"], ["Alexane Kilback"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_E8vat_15.png"], "original_data_index": 372} +{"question": "Which cities have higher temperature in Feb than in Jun or have once served as host cities?", "answer": {"columns": ["City"], "index": [0, 1, 2, 3, 4], "data": [["Jiaxing ( Zhejiang )"], ["Nanjing ( Jiangsu )"], ["Shanghai"], ["Taizhou ( Zhejiang )"], ["Wuxi ( Jiangsu )"]]}, "table_names": "['city', 'temperature', 'hosting_city']", "table_image_ids": ["TableImg_N19ct_13.png", "TableImg_Cjt4o_8.png", "TableImg_Gfka8_6.png"], "original_data_index": 373} +{"question": "What are the dates when customers with ids between 10 and 20 became customers?", "answer": {"columns": ["date_became_customer"], "index": [0, 1, 2, 3, 4, 5], "data": [["2018-03-22 18:09:09"], ["2018-03-04 00:17:48"], ["2018-02-24 10:24:23"], ["2018-03-05 07:19:45"], ["2018-03-08 01:17:31"], ["2018-03-15 02:54:27"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_075xu_15.png"], "original_data_index": 374} +{"question": "Which distinct source system code includes the substring 'en'?", "answer": {"columns": ["source_system_code"], "index": [0, 1], "data": [["Rent"], ["Benefits"]]}, "table_names": "['CMI_Cross_References']", "table_image_ids": ["TableImg_9rh2m_21.png"], "original_data_index": 375} +{"question": "List all manufacturer names and ids ordered by their opening year.", "answer": {"columns": ["Name", "Manufacturer_ID"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Chevrolet House", 1], ["IKEA", 2], ["Ford Make", 3], ["Jiaju", 4], ["Chevrolet", 5], ["Dodge", 6], ["Tomorrow", 7]]}, "table_names": "['manufacturer']", "table_image_ids": ["TableImg_Kmaal_7.png"], "original_data_index": 376} +{"question": "Count the number of products in the category 'Seeds'.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Vw81h_15.png"], "original_data_index": 377} +{"question": "For each phone, show its names and total number of stocks.", "answer": {"columns": ["Name", "sum(T1.Num_of_stock)"], "index": [0, 1, 2, 3], "data": [["IPhone 5s", 2914], ["IPhone 6s", 4324], ["IPhone 7", 874], ["IPhone X", 2540]]}, "table_names": "['phone', 'phone_market']", "table_image_ids": ["TableImg_Uyhhy_5.png", "TableImg_Qoyvk_6.png"], "original_data_index": 378} +{"question": "Return the names of songs for which format is mp3 and resolution is below 1000.", "answer": {"columns": ["song_name"], "index": [0, 1], "data": [["Just beat it"], ["Shukno patar nupur pae"]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_Diufv_6.png", "TableImg_07w9n_6.png"], "original_data_index": 379} +{"question": "How many students are not involved in any behavior incident?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['Students', 'Behavior_Incident']", "table_image_ids": ["TableImg_Qvddx_15.png", "TableImg_N76h0_15.png"], "original_data_index": 380} +{"question": "Show the name of each county along with the corresponding number of delegates from that county.", "answer": {"columns": ["County_name", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["Howard", 3], ["Baltimore County", 2], ["Colony", 2], ["Mansfield", 1]]}, "table_names": "['county', 'election']", "table_image_ids": ["TableImg_T0c6r_5.png", "TableImg_Bzfej_8.png"], "original_data_index": 381} +{"question": "Find the names of all distinct wines that have appellations in North Coast area.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205], "data": [["Old Kraft Vineyard"], ["Giana"], ["Black Chicken"], ["Napa Ranches"], ["Varozza Vineyard"], ["Mother Clone"], ["Zinfandel"], ["Sauvignon Blanc"], ["Les Pionniers"], ["Church Vineyard"], ["LApres-Midi"], ["Rosemarys Block Dry Stack Vineyard"], ["Asatsuyu"], ["Estate"], ["Home Ranch"], ["Hyde Vineyards"], ["Schmidt Ranch"], ["Handley Vineyard"], ["Wow Oui"], ["Magnolia Lane"], ["Carols Vineyard"], ["East Side Vineyards"], ["Pritchard Hill"], ["Reserve"], ["Neyers Ranch - Conn Valley"], ["Annum"], ["Cabernet Sauvignon"], ["Beckstoffer To Kalon Vineyard"], ["Coliseum Block"], ["1886"], ["Couer de Valee"], ["Amber Ridge Vineyard"], ["Keefer Ranch"], ["Koplen Vineyard"], ["Freestone Hill"], ["Carneros Hyde Vineyard"], ["Pinot Noir"], ["Kanzler Vineyard"], ["Five Sisters"], ["Valley Bliss Block"], ["Lancel Creek Vineyard"], ["Gaps Crown Vineyard"], ["Estate Reserve"], ["Carneros"], ["Henry Ranch"], ["Syrah"], ["Eddies Patch"], ["Darius II"], ["Hillstone Vineyard"], ["Tomahawk Vineyard"], ["Elevage"], ["Neruda Brix Vineyard"], ["Foggy Knoll Vineyard"], ["Kick Ranch"], ["Hayne Vineyard"], ["Sweetwater Springs Vineyard"], ["Petite Sirah"], ["Durell Vineyard"], ["Graham Family Vineyard"], ["Keefer Ranch Vineyard"], ["Limited Release"], ["Cardiac Hill"], ["Kemp Vineyard"], ["Christensen Family Vineyard"], ["England-Shaw"], ["La Cruz Vineyard"], ["Snows Lake Vineyard"], ["Que Syrah Vineyard"], ["Kick Ranch Reserve"], ["Carlisle Vineyard"], ["Cedarman"], ["Tofanelli Vineyard"], ["Private Reserve"], ["Fredericks Vineyard"], ["Rossi Ranch"], ["Treborce Vineyard"], ["Wild Oak Old Vines"], ["Old Vine"], ["Lot 154"], ["Edizione Pennino"], ["Chardonnay"], ["Signature"], ["Black Bart Stagecoach Vineyard"], ["Polomita Hamilton Vineyard"], ["VGS"], ["Guidici Famili Vineyard"], ["Savoy Vineyard"], ["The Backbone"], ["Laurels Estate Vineyard"], ["Bynum & Moshin Vineyards"], ["Rockpile Road Vineyard"], ["Green River Isobel"], ["Sengiacomo Vineyard"], ["Lorenzo"], ["Chloe"], ["Stagecoach Vineyard Black Bart"], ["Stagecoach Vineyard"], ["The Ranch"], ["Napa Cuvee"], ["Monte Rosso Vineyard"], ["Dr. Crane Vineyard"], ["Boonflys Hill"], ["McCrea Vineyard"], ["Ma Belle-Fille"], ["Durell Vineyard Wente Clone"], ["Estate Vineyard"], ["Wine Hill Vineyard"], ["Belle Cote"], ["Mon Plaisir"], ["Untilited #3"], ["Hudson Vineyard"], ["Damaris Reserve "], ["Cahrles Heintz Vineyard"], ["Winmakers Reserve"], ["Sangiacomo Vineyard"], ["Sbraglia Limited-Release"], ["Ryo-fu"], ["Dutton Ranch"], ["Los Olivos Vineyard"], ["La Carrlere"], ["Carneros Reserve"], ["Emelias Cuvee"], ["Ovation"], ["Laughlin Family Vineyard"], ["Don Miguel Vineyard Lia Torres Family Vineyards"], ["B. Theriot Vineyard"], ["Ceja Vineyard"], ["Proprietary Reserve"], ["Los Carneros"], ["Valley Dominique"], ["Founders"], ["Kistler Vineyard"], ["Gold Creek Ranch"], ["Cuvee Natalie"], ["De La Guerra"], ["Parr Vineyard"], ["Finest Selection Reserve"], ["Valley Savoy"], ["Coster Vineyard"], ["Hurst Vineyard"], ["McDougal Ranch"], ["Wildcat Mountain Vineyard"], ["Ramondo Vineyard"], ["Symposium Fort Ross Vineyard"], ["Grand Detour"], ["Valley Dutton Ranch"], ["Papas Block"], ["Glorias Gem"], ["Cuvee Trouvee"], ["Grand Master"], ["Zio Tony Ranch Gianna Marie"], ["Unti Vineyard"], ["Montafi Ranch"], ["Old vine Della Costa Family Vineyard"], ["Giuseppe & Luisa"], ["50 Year Old Vines"], ["Heritage"], ["Vieux-Os Hell Hole Cuvee Old Vine"], ["Knotty Vines"], ["Cabernet Franc"], ["Primitivo"], ["Merlot"], ["Special Selection"], ["Date Night"], ["Black Label"], ["Artistry"], ["Napa Angel Aurelios Selection"], ["Eterium B. Thieriot Vineyard"], ["Russian River Selection"], ["Numbers"], ["Beckstoffer Dr. Crane Vineyard"], ["DAdamo Vineyard"], ["InSpire"], ["Spare Me"], ["Choreography"], ["Tephra Ridge Vineyard"], ["Peter Newton Vineyard"], ["State Lane Ranch"], ["District 4"], ["Elevation 1147"], ["Elements"], ["Rose Wine Creek Ranch"], ["Mailbox Vineyard Drive"], ["Chelsea Goldschmidt"], ["Ryan"], ["Finn"], ["Aidan"], ["Eoin"], ["Ulises Valdez Vineyard"], ["Fume Blanc"], ["Lillie Vineyard"], ["Grist Vineyard"], ["Highwire Vineyard"], ["Rocky Terrace Los Chamizal Vineyards"], ["Century Vines Reserve"], ["Casa Santinamaria Vineyards"], ["Boticelli Vineyards"], ["Todd Brothers Ranch Old Vines"], ["Old Vine Teldeschi Vineyard Home Ranch"], ["Somers Ranch"], ["Morning Sun Los Chamizal Vineyards"], ["Ginos Vineyard"], ["Cullinane Reserve"], ["Bushnell Vineyard"], ["Sangiovese"], ["Barbera"]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_8gcws_57.png", "TableImg_0x0kz_500.png"], "original_data_index": 382} +{"question": "Count the number of colors.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[8]]}, "table_names": "['Ref_Colors']", "table_image_ids": ["TableImg_4awov_8.png"], "original_data_index": 383} +{"question": "Sort the information about course authors and tutors in alphabetical order of the personal name.", "answer": {"columns": ["author_id", "author_tutor_ATB", "login_name", "password", "personal_name", "middle_name", "family_name", "gender_mf", "address_line_1"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[6, "817", "al75", "e96c0bcbbbb14747747a56ff4c17354f343a5b4f", "Adolf", "Keira", "Rohan", "1", "92220 Hellen Skyway Apt. 635\nRennerview, MS 81036"], [1, "331", "jmckenzie", "c40fa148bdd0d2d45cd6e9ec1e685750fe07f81b", "Cathrine", "Ruthie", "Grant", "0", "756 Monahan Mews\nSpinkashire, NJ 64230-5098"], [11, "229", "dschaefer", "4f149f75ecd84afcdf27343509cdd03d81edb119", "Ciara", "Alejandra", "Greenholt", "0", "425 White Brooks\nEmmaleefort, IN 97850-2510"], [3, "349", "clementina29", "cdaf6c3483f19e2253659a40a3aab786a3390f78", "Darius", "Ethyl", "Reichel", "0", "99296 Keeling Courts\nNorth Audreanne, IL 28272"], [10, "159", "adam.rippin", "b517a107b5f08fafe9628e88e7263a6f3a4a55c0", "Deja", "Joyce", "Champlin", "1", "22575 Effertz Neck Apt. 046\nPort Scotty, NY 67108-9197"], [14, "833", "fiona77", "120ac8a5744f5b710ecaebbd8dd1633e3e33886e", "Dusty", "Amani", "Crist", "1", "3602 Boehm Forest\nZulaufton, DC 35229-0366"], [9, "505", "antonetta19", "4d8e909ae9b8888c93a2c5f1eccbd0c4ac6a01c3", "Georgiana", "Mathew", "Zboncak", "0", "445 Quigley Fall\nPort Antonette, IN 81992-1255"], [4, "782", "wlehner", "d34378200c9b5f72d3039fa640e7920aaec0fdf2", "Julio", "Aniyah", "Nader", "1", "644 Montana Hill Suite 489\nDaijamouth, CA 19587-4254"], [8, "557", "medhurst.alvah", "02d64f11de97436343a0beba41bfcf69af61be1e", "Kelsie", "Kennith", "Rowe", "0", "0256 Walter Meadows Suite 523\nNorbertoborough, AZ 49193"], [7, "869", "marty.bergnaum", "3e2f7bf1e6acf0d616a8703ee0050fba13bc007f", "Logan", "Ethelyn", "Treutel", "1", "67541 Osborne Creek Suite 532\nBernhardview, WV 30288-1050"], [13, "613", "qking", "6b9979a83b4a9e03ead034c8de47f1b013a3d3af", "Madonna", "Jaclyn", "Effertz", "1", "139 O'Conner Circles\nVirginieland, KS 23365"], [2, "975", "heidenreich.ara", "24b0ee84063c3b017ab1839e01b7280f47f7c7c2", "Retha", "Corene", "Armstrong", "0", "98623 Huels Manor\nJasttown, DE 31611"], [15, "974", "ekshlerin", "6d587cec8006e3a40565e1dad2c5b5b12b475b8f", "Shakira", "Fritz", "Haley", "0", "8928 Kunze Valley Apt. 747\nSouth Jedidiahmouth, DE 28167"], [12, "847", "nellie.mosciski", "a48e25a58b3088e9cfdaca61130555ed2c772452", "Sheldon", "Jayce", "Kreiger", "1", "513 Collins Plain Apt. 829\nClementinaville, VT 59908-2793"], [5, "388", "nyundt", "2c196efe8aee23a1b9a7e752fe63029c5879af6f", "Yessenia", "Zena", "Barrows", "1", "5284 Champlin Roads\nCassinport, WY 54636"]]}, "table_names": "['Course_Authors_and_Tutors']", "table_image_ids": ["TableImg_R2cs0_15.png"], "original_data_index": 384} +{"question": "Show all male student ids who don't play football.", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23], "data": [[1004], [1005], [1006], [1009], [1010], [1011], [1012], [1014], [1016], [1017], [1018], [1019], [1020], [1021], [1022], [1023], [1025], [1026], [1027], [1028], [1029], [1032], [1033], [1034]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_Fupal_34.png", "TableImg_Xt4o1_14.png"], "original_data_index": 385} +{"question": "What is the name of the artist with the greatest number of albums?", "answer": {"columns": ["Name"], "index": [0], "data": [["Iron Maiden"]]}, "table_names": "['Album', 'Artist']", "table_image_ids": ["TableImg_Gnh20_347.png", "TableImg_Idtc5_275.png"], "original_data_index": 386} +{"question": "What are the names of countries that have both players with position forward and players with position defender?", "answer": {"columns": ["Country_name"], "index": [0], "data": [["United States"]]}, "table_names": "['country', 'match_season']", "table_image_ids": ["TableImg_Stv3l_6.png", "TableImg_Mn847_16.png"], "original_data_index": 387} +{"question": "What are the renting arrears tax ids related to the customer master index whose detail is not 'Schmidt, Kertzmann and Lubowitz'?", "answer": {"columns": ["council_tax_id"], "index": [0, 1, 2, 3], "data": [[1], [2], [6], [7]]}, "table_names": "['Customer_Master_Index', 'CMI_Cross_References', 'Rent_Arrears']", "table_image_ids": ["TableImg_Rfxd5_9.png", "TableImg_Ec0la_21.png", "TableImg_N2hiy_4.png"], "original_data_index": 388} +{"question": "Find the order id and customer id associated with the oldest order.", "answer": {"columns": ["order_id", "customer_id"], "index": [0], "data": [[15, 8]]}, "table_names": "['Orders']", "table_image_ids": ["TableImg_J3u4a_15.png"], "original_data_index": 389} +{"question": "Count the number of customers recorded.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Rxf9a_15.png"], "original_data_index": 390} +{"question": "Find the name and account balance of the customers who have loans with a total amount of more than 5000.", "answer": {"columns": ["cust_name", "acc_type"], "index": [0], "data": [["Mary", "saving"]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_Eq4tj_3.png", "TableImg_Hfsrn_3.png"], "original_data_index": 391} +{"question": "What are the different ids and names of the stations that have had more than 12 bikes available?", "answer": {"columns": ["id", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[45, "Commercial at Montgomery"], [48, "Embarcadero at Vallejo"], [56, "Beale at Market"], [57, "5th at Howard"], [65, "Townsend at 7th"], [68, "Yerba Buena Center of the Arts (3rd @ Howard)"], [72, "Civic Center BART (7th at Market)"], [75, "Mechanics Plaza (Market at Battery)"], [77, "Market at Sansome"]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_25drl_70.png", "TableImg_4yiyk_8487.png"], "original_data_index": 392} +{"question": "Show the tourist attractions visited by the tourist whose detail is 'Vincent'.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["flying elephant"], ["parking"]]}, "table_names": "['Visitors', 'Tourist_Attractions', 'Visits']", "table_image_ids": ["TableImg_3oue3_20.png", "TableImg_Dt1w5_15.png", "TableImg_Txfif_20.png"], "original_data_index": 393} +{"question": "Show all the distinct president votes made on 08/30/2015.", "answer": {"columns": ["President_Vote"], "index": [0], "data": [[1004]]}, "table_names": "['Voting_record']", "table_image_ids": ["TableImg_0azs2_10.png"], "original_data_index": 394} +{"question": "Show the number of all customers without an account.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['Accounts', 'Customers']", "table_image_ids": ["TableImg_Pf6fp_15.png", "TableImg_Gatim_15.png"], "original_data_index": 395} +{"question": "Show the album names, ids and the number of tracks for each album.", "answer": {"columns": ["Title", "AlbumId", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346], "data": [["For Those About To Rock We Salute You", 1, 10], ["Balls to the Wall", 2, 1], ["Restless and Wild", 3, 3], ["Let There Be Rock", 4, 8], ["Big Ones", 5, 15], ["Jagged Little Pill", 6, 13], ["Facelift", 7, 12], ["Warner 25 Anos", 8, 14], ["Plays Metallica By Four Cellos", 9, 8], ["Audioslave", 10, 14], ["Out Of Exile", 11, 12], ["BackBeat Soundtrack", 12, 12], ["The Best Of Billy Cobham", 13, 8], ["Alcohol Fueled Brewtality Live! [Disc 1]", 14, 13], ["Alcohol Fueled Brewtality Live! [Disc 2]", 15, 5], ["Black Sabbath", 16, 7], ["Black Sabbath Vol. 4 (Remaster)", 17, 10], ["Body Count", 18, 17], ["Chemical Wedding", 19, 11], ["The Best Of Buddy Guy - The Millenium Collection", 20, 11], ["Prenda Minha", 21, 18], ["Sozinho Remix Ao Vivo", 22, 3], ["Minha Historia", 23, 34], ["Afrociberdelia", 24, 23], ["Da Lama Ao Caos", 25, 13], ["Ac\u00c3\u00bastico MTV [Live]", 26, 17], ["Cidade Negra - Hits", 27, 14], ["Na Pista", 28, 10], ["Ax\u00c3\u00a9 Bahia 2001", 29, 14], ["BBC Sessions [Disc 1] [Live]", 30, 14], ["Bongo Fury", 31, 9], ["Carnaval 2001", 32, 14], ["Chill: Brazil (Disc 1)", 33, 17], ["Chill: Brazil (Disc 2)", 34, 17], ["Garage Inc. (Disc 1)", 35, 11], ["Greatest Hits II", 36, 17], ["Greatest Kiss", 37, 20], ["Heart of the Night", 38, 12], ["International Superhits", 39, 21], ["Into The Light", 40, 12], ["Meus Momentos", 41, 14], ["Minha Hist\u00c3\u00b3ria", 42, 14], ["MK III The Final Concerts [Disc 1]", 43, 7], ["Physical Graffiti [Disc 1]", 44, 6], ["Sambas De Enredo 2001", 45, 14], ["Supernatural", 46, 13], ["The Best of Ed Motta", 47, 14], ["The Essential Miles Davis [Disc 1]", 48, 13], ["The Essential Miles Davis [Disc 2]", 49, 10], ["The Final Concerts (Disc 2)", 50, 4], ["Up An' Atom", 51, 22], ["Vin\u00c3\u00adcius De Moraes - Sem Limite", 52, 15], ["Vozes do MPB", 53, 14], ["Chronicle, Vol. 1", 54, 20], ["Chronicle, Vol. 2", 55, 20], ["C\u00c3\u00a1ssia Eller - Cole\u00c3\u00a7\u00c3\u00a3o Sem Limite [Disc 2]", 56, 15], ["C\u00c3\u00a1ssia Eller - Sem Limite [Disc 1]", 57, 15], ["Come Taste The Band", 58, 9], ["Deep Purple In Rock", 59, 7], ["Fireball", 60, 7], ["Knocking at Your Back Door: The Best Of Deep Purple in the 80's", 61, 11], ["Machine Head", 62, 7], ["Purpendicular", 63, 12], ["Slaves And Masters", 64, 9], ["Stormbringer", 65, 9], ["The Battle Rages On", 66, 10], ["Vault: Def Leppard's Greatest Hits", 67, 16], ["Outbreak", 68, 9], ["Djavan Ao Vivo - Vol. 02", 69, 13], ["Djavan Ao Vivo - Vol. 1", 70, 13], ["Elis Regina-Minha Hist\u00c3\u00b3ria", 71, 14], ["The Cream Of Clapton", 72, 18], ["Unplugged", 73, 30], ["Album Of The Year", 74, 12], ["Angel Dust", 75, 14], ["King For A Day Fool For A Lifetime", 76, 15], ["The Real Thing", 77, 11], ["Deixa Entrar", 78, 14], ["In Your Honor [Disc 1]", 79, 10], ["In Your Honor [Disc 2]", 80, 10], ["One By One", 81, 11], ["The Colour And The Shape", 82, 13], ["My Way: The Best Of Frank Sinatra [Disc 1]", 83, 24], ["Roda De Funk", 84, 16], ["As Can\u00c3\u00a7\u00c3\u00b5es de Eu Tu Eles", 85, 14], ["Quanta Gente Veio Ver (Live)", 86, 15], ["Quanta Gente Veio ver--B\u00c3\u00b4nus De Carnaval", 87, 3], ["Faceless", 88, 12], ["American Idiot", 89, 13], ["Appetite for Destruction", 90, 12], ["Use Your Illusion I", 91, 16], ["Use Your Illusion II", 92, 14], ["Blue Moods", 93, 13], ["A Matter of Life and Death", 94, 11], ["A Real Dead One", 95, 12], ["A Real Live One", 96, 11], ["Brave New World", 97, 10], ["Dance Of Death", 98, 11], ["Fear Of The Dark", 99, 12], ["Iron Maiden", 100, 9], ["Killers", 101, 10], ["Live After Death", 102, 18], ["Live At Donington 1992 (Disc 1)", 103, 10], ["Live At Donington 1992 (Disc 2)", 104, 10], ["No Prayer For The Dying", 105, 10], ["Piece Of Mind", 106, 9], ["Powerslave", 107, 8], ["Rock In Rio [CD1]", 108, 10], ["Rock In Rio [CD2]", 109, 9], ["Seventh Son of a Seventh Son", 110, 8], ["Somewhere in Time", 111, 8], ["The Number of The Beast", 112, 8], ["The X Factor", 113, 11], ["Virtual XI", 114, 8], ["Sex Machine", 115, 20], ["Emergency On Planet Earth", 116, 10], ["Synkronized", 117, 11], ["The Return Of The Space Cowboy", 118, 11], ["Get Born", 119, 13], ["Are You Experienced?", 120, 17], ["Surfing with the Alien (Remastered)", 121, 10], ["Jorge Ben Jor 25 Anos", 122, 14], ["Jota Quest-1995", 123, 12], ["Cafezinho", 124, 14], ["Living After Midnight", 125, 16], ["Unplugged [Live]", 126, 15], ["BBC Sessions [Disc 2] [Live]", 127, 10], ["Coda", 128, 8], ["Houses Of The Holy", 129, 8], ["In Through The Out Door", 130, 7], ["IV", 131, 8], ["Led Zeppelin I", 132, 9], ["Led Zeppelin II", 133, 9], ["Led Zeppelin III", 134, 10], ["Physical Graffiti [Disc 2]", 135, 9], ["Presence", 136, 7], ["The Song Remains The Same (Disc 1)", 137, 5], ["The Song Remains The Same (Disc 2)", 138, 4], ["A TempestadeTempestade Ou O Livro Dos Dias", 139, 15], ["Mais Do Mesmo", 140, 16], ["Greatest Hits", 141, 57], ["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 01", 142, 14], ["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 02", 143, 14], ["Misplaced Childhood", 144, 10], ["Barulhinho Bom", 145, 18], ["Seek And Shall Find: More Of The Best (1963-1981)", 146, 18], ["The Best Of Men At Work", 147, 10], ["Black Album", 148, 12], ["Garage Inc. (Disc 2)", 149, 16], ["Kill 'Em All", 150, 10], ["Load", 151, 14], ["Master Of Puppets", 152, 8], ["ReLoad", 153, 13], ["Ride The Lightning", 154, 8], ["St. Anger", 155, 11], ["...And Justice For All", 156, 9], ["Miles Ahead", 157, 14], ["Milton Nascimento Ao Vivo", 158, 13], ["Minas", 159, 13], ["Ace Of Spades", 160, 15], ["Demorou...", 161, 12], ["Motley Crue Greatest Hits", 162, 17], ["From The Muddy Banks Of The Wishkah [Live]", 163, 17], ["Nevermind", 164, 12], ["Compositores", 165, 15], ["Olodum", 166, 14], ["Ac\u00c3\u00bastico MTV", 167, 21], ["Arquivo II", 168, 12], ["Arquivo Os Paralamas Do Sucesso", 169, 16], ["Bark at the Moon (Remastered)", 170, 1], ["Blizzard of Ozz", 171, 2], ["Diary of a Madman (Remastered)", 172, 1], ["No More Tears (Remastered)", 173, 2], ["Tribute", 174, 14], ["Walking Into Clarksdale", 175, 12], ["Original Soundtracks 1", 176, 14], ["The Beast Live", 177, 10], ["Live On Two Legs [Live]", 178, 16], ["Pearl Jam", 179, 13], ["Riot Act", 180, 15], ["Ten", 181, 11], ["Vs.", 182, 12], ["Dark Side Of The Moon", 183, 9], ["Os C\u00c3\u00a3es Ladram Mas A Caravana N\u00c3\u00a3o P\u00c3\u00a1ra", 184, 16], ["Greatest Hits I", 185, 17], ["News Of The World", 186, 11], ["Out Of Time", 187, 11], ["Green", 188, 11], ["New Adventures In Hi-Fi", 189, 14], ["The Best Of R.E.M.: The IRS Years", 190, 16], ["Cesta B\u00c3\u00a1sica", 191, 10], ["Raul Seixas", 192, 14], ["Blood Sugar Sex Magik", 193, 17], ["By The Way", 194, 16], ["Californication", 195, 15], ["Retrospective I (1974-1980)", 196, 14], ["Santana - As Years Go By", 197, 8], ["Santana Live", 198, 6], ["Maquinarama", 199, 12], ["O Samba Pocon\u00c3\u00a9", 200, 11], ["Judas 0: B-Sides and Rarities", 201, 16], ["Rotten Apples: Greatest Hits", 202, 18], ["A-Sides", 203, 17], ["Morning Dance", 204, 9], ["In Step", 205, 10], ["Core", 206, 12], ["Mezmerize", 207, 11], ["[1997] Black Light Syndrome", 208, 7], ["Live [Disc 1]", 209, 10], ["Live [Disc 2]", 210, 9], ["The Singles", 211, 18], ["Beyond Good And Evil", 212, 12], ["Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]", 213, 18], ["The Doors", 214, 11], ["The Police Greatest Hits", 215, 14], ["Hot Rocks, 1964-1971 (Disc 1)", 216, 12], ["No Security", 217, 14], ["Voodoo Lounge", 218, 15], ["Tangents", 219, 15], ["Transmission", 220, 11], ["My Generation - The Very Best Of The Who", 221, 20], ["Serie Sem Limite (Disc 1)", 222, 15], ["Serie Sem Limite (Disc 2)", 223, 15], ["Ac\u00c3\u00bastico", 224, 22], ["Volume Dois", 225, 16], ["Battlestar Galactica: The Story So Far", 226, 1], ["Battlestar Galactica, Season 3", 227, 19], ["Heroes, Season 1", 228, 23], ["Lost, Season 3", 229, 26], ["Lost, Season 1", 230, 25], ["Lost, Season 2", 231, 24], ["Achtung Baby", 232, 12], ["All That You Can't Leave Behind", 233, 11], ["B-Sides 1980-1990", 234, 15], ["How To Dismantle An Atomic Bomb", 235, 11], ["Pop", 236, 12], ["Rattle And Hum", 237, 17], ["The Best Of 1980-1990", 238, 14], ["War", 239, 10], ["Zooropa", 240, 10], ["UB40 The Best Of - Volume Two [UK]", 241, 14], ["Diver Down", 242, 12], ["The Best Of Van Halen, Vol. I", 243, 17], ["Van Halen", 244, 11], ["Van Halen III", 245, 12], ["Contraband", 246, 13], ["Vinicius De Moraes", 247, 15], ["Ao Vivo [IMPORT]", 248, 19], ["The Office, Season 1", 249, 6], ["The Office, Season 2", 250, 22], ["The Office, Season 3", 251, 25], ["Un-Led-Ed", 252, 1], ["Battlestar Galactica (Classic), Season 1", 253, 24], ["Aquaman", 254, 1], ["Instant Karma: The Amnesty International Campaign to Save Darfur", 255, 23], ["Speak of the Devil", 256, 12], ["20th Century Masters - The Millennium Collection: The Best of Scorpions", 257, 12], ["House of Pain", 258, 19], ["Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro", 259, 17], ["Cake: B-Sides and Rarities", 260, 1], ["LOST, Season 4", 261, 17], ["Quiet Songs", 262, 2], ["Muso Ko", 263, 2], ["Realize", 264, 2], ["Every Kind of Light", 265, 2], ["Duos II", 266, 1], ["Worlds", 267, 1], ["The Best of Beethoven", 268, 1], ["Temple of the Dog", 269, 10], ["Carry On", 270, 14], ["Revelations", 271, 14], ["Adorate Deum: Gregorian Chant from the Proper of the Mass", 272, 1], ["Allegri: Miserere", 273, 1], ["Pachelbel: Canon & Gigue", 274, 1], ["Vivaldi: The Four Seasons", 275, 1], ["Bach: Violin Concertos", 276, 1], ["Bach: Goldberg Variations", 277, 1], ["Bach: The Cello Suites", 278, 1], ["Handel: The Messiah (Highlights)", 279, 1], ["The World of Classical Favourites", 280, 2], ["Sir Neville Marriner: A Celebration", 281, 1], ["Mozart: Wind Concertos", 282, 1], ["Haydn: Symphonies 99 - 104", 283, 1], ["Beethoven: Symhonies Nos. 5 & 6", 284, 1], ["A Soprano Inspired", 285, 1], ["Great Opera Choruses", 286, 1], ["Wagner: Favourite Overtures", 287, 1], ["Faur\u00c3\u00a9: Requiem, Ravel: Pavane & Others", 288, 1], ["Tchaikovsky: The Nutcracker", 289, 1], ["The Last Night of the Proms", 290, 1], ["Puccini: Madama Butterfly - Highlights", 291, 1], ["Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies", 292, 1], ["Pavarotti's Opera Made Easy", 293, 1], ["Great Performances - Barber's Adagio and Other Romantic Favorites for Strings", 294, 1], ["Carmina Burana", 295, 1], ["A Copland Celebration, Vol. I", 296, 1], ["Bach: Toccata & Fugue in D Minor", 297, 1], ["Prokofiev: Symphony No.1", 298, 1], ["Scheherazade", 299, 1], ["Bach: The Brandenburg Concertos", 300, 1], ["Chopin: Piano Concertos Nos. 1 & 2", 301, 1], ["Mascagni: Cavalleria Rusticana", 302, 1], ["Sibelius: Finlandia", 303, 1], ["Beethoven Piano Sonatas: Moonlight & Pastorale", 304, 1], ["Great Recordings of the Century - Mahler: Das Lied von der Erde", 305, 1], ["Elgar: Cello Concerto & Vaughan Williams: Fantasias", 306, 1], ["Adams, John: The Chairman Dances", 307, 1], ["Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory", 308, 1], ["Palestrina: Missa Papae Marcelli & Allegri: Miserere", 309, 1], ["Prokofiev: Romeo & Juliet", 310, 1], ["Strauss: Waltzes", 311, 1], ["Berlioz: Symphonie Fantastique", 312, 1], ["Bizet: Carmen Highlights", 313, 1], ["English Renaissance", 314, 2], ["Handel: Music for the Royal Fireworks (Original Version 1749)", 315, 1], ["Grieg: Peer Gynt Suites & Sibelius: Pell\u00c3\u00a9as et M\u00c3\u00a9lisande", 316, 1], ["Mozart Gala: Famous Arias", 317, 1], ["SCRIABIN: Vers la flamme", 318, 1], ["Armada: Music from the Courts of England and Spain", 319, 1], ["Mozart: Symphonies Nos. 40 & 41", 320, 1], ["Back to Black", 321, 12], ["Frank", 322, 11], ["Carried to Dust (Bonus Track Version)", 323, 1], ["Beethoven: Symphony No. 6 'Pastoral' Etc.", 324, 1], ["Bartok: Violin & Viola Concertos", 325, 1], ["Mendelssohn: A Midsummer Night's Dream", 326, 1], ["Bach: Orchestral Suites Nos. 1 - 4", 327, 1], ["Charpentier: Divertissements, Airs & Concerts", 328, 1], ["South American Getaway", 329, 1], ["G\u00c3\u00b3recki: Symphony No. 3", 330, 1], ["Purcell: The Fairy Queen", 331, 1], ["The Ultimate Relexation Album", 332, 1], ["Purcell: Music for the Queen Mary", 333, 1], ["Weill: The Seven Deadly Sins", 334, 1], ["J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro", 335, 1], ["Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps", 336, 1], ["Szymanowski: Piano Works, Vol. 1", 337, 1], ["Nielsen: The Six Symphonies", 338, 1], ["Great Recordings of the Century: Paganini's 24 Caprices", 339, 1], ["Liszt - 12 \u00c3\u0089tudes D'Execution Transcendante", 340, 1], ["Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder", 341, 1], ["Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3", 342, 1], ["Respighi:Pines of Rome", 343, 1], ["Schubert: The Late String Quartets & String Quintet (3 CD's)", 344, 1], ["Monteverdi: L'Orfeo", 345, 1], ["Mozart: Chamber Music", 346, 1], ["Koyaanisqatsi (Soundtrack from the Motion Picture)", 347, 1]]}, "table_names": "['Album', 'Track']", "table_image_ids": ["TableImg_Kijh5_347.png", "TableImg_9gnfa_3503.png"], "original_data_index": 396} +{"question": "Find the name of students who took some course offered by Statistics department.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605], "data": [["Zelty"], ["Zelty"], ["Colin"], ["Rzecz"], ["Rzecz"], ["Ugarte"], ["Kieras"], ["Kieras"], ["Reed"], ["Okaf"], ["Terauchi"], ["More"], ["Marlet"], ["Marlet"], ["Arnoux"], ["Schultz"], ["Ng"], ["Ng"], ["Neff"], ["Knutson"], ["Wingb"], ["Sin"], ["Ren"], ["Hammond"], ["Liu"], ["Wolter"], ["Adam"], ["Adam"], ["Bedny"], ["Lazos"], ["Ramadan"], ["Haigh"], ["Lehtinen"], ["Lehtinen"], ["Philippe"], ["Kawahara"], ["Lapio"], ["Januszewski"], ["Marques"], ["Marques"], ["Wicki"], ["Sacchi"], ["Bandekar"], ["Morimoto"], ["Biehl"], ["Swartj"], ["Kang"], ["Kang"], ["Holn"], ["Matsunami"], ["Mathur"], ["Peter"], ["Tewari"], ["Ishikawa"], ["Chanon"], ["Brailsford"], ["Marinov"], ["Coppens"], ["Ma"], ["Williamson"], ["Pampal"], ["Benson"], ["Linden"], ["Rubio"], ["Denecker"], ["Erdem"], ["Cavalcanti"], ["Cai"], ["Chang"], ["Bhattacharya"], ["Frank"], ["Dawson"], ["Fournier"], ["Adda"], ["Reyes"], ["Lomi"], ["Pavlovico"], ["Nardi"], ["Nardi"], ["Bradshaw"], ["Ockerb"], ["Gerstend"], ["Gordon"], ["Larion"], ["Daat"], ["Daat"], ["Wecker"], ["Ceze"], ["Kempn"], ["Bouras"], ["Kinney"], ["Kinney"], ["Sokolov"], ["Russa"], ["Hirakuri"], ["Jo"], ["Halbert"], ["Jessup"], ["Tran-"], ["Cotterill"], ["Visr"], ["Fenwick"], ["Boulah"], ["Aschoff"], ["Birchler"], ["Simmel"], ["Goldbu"], ["Neru"], ["Baber"], ["Trur"], ["Date"], ["Leitner"], ["Tabarr"], ["Duong"], ["McQuillan"], ["Evano"], ["Rougemont"], ["Mai"], ["Catani"], ["Birkett"], ["Canellas"], ["Reiss"], ["Williamson"], ["Duxbury"], ["Ahso"], ["Aufr"], ["Aufr"], ["Sutter"], ["Stokic"], ["Gaspar"], ["Harmon"], ["Youseffi"], ["Folkers"], ["Marsh"], ["Brookh"], ["Paniez"], ["Mali"], ["Inoue"], ["Fonseca"], ["Shaffer"], ["Arnoux"], ["Zulueta"], ["Lhomme"], ["Porter"], ["Rotter"], ["Frost"], ["Ouaz"], ["Nakajima"], ["Atre"], ["Atre"], ["Bagato"], ["Damas"], ["Curutchet"], ["Leonard"], ["Wood"], ["Orono"], ["Schreitm"], ["Bosnjak"], ["Nestor"], ["Kacpr"], ["Lauciu"], ["Fries"], ["Basile"], ["Basile"], ["Nives"], ["Shilv"], ["Ebou"], ["Gradino"], ["Lanfr"], ["John"], ["Suppan"], ["Szendrei"], ["Neuhold"], ["Kaupp"], ["Triebel"], ["Hippu"], ["Fathi"], ["Okaf"], ["Grieng"], ["Poize"], ["Sohn"], ["Norman"], ["Frasinc"], ["Mes"], ["Signah"], ["Soni"], ["Jiao"], ["Jiao"], ["Zuyev"], ["Kosken"], ["Matsuda"], ["Rzecz"], ["Swien"], ["Xiang"], ["Castle"], ["Elme"], ["Macias"], ["Urano"], ["Montilla"], ["Holt"], ["Rowe"], ["Petzo"], ["Hubr"], ["Tola"], ["Beavis"], ["Meneses"], ["Pietkiewicz"], ["Erol"], ["Kaufman"], ["Kaufman"], ["Tassel"], ["Fournier"], ["Wright"], ["Tsantis"], ["Palma"], ["Shim"], ["Shim"], ["Yong"], ["Scher"], ["Yoon"], ["Cui"], ["Tam"], ["Gilmour"], ["Steinmetz"], ["Gilliam"], ["Nguyen"], ["Agar"], ["Burman"], ["Ahmadian"], ["Kiltz"], ["Yeoh"], ["Herrmann"], ["Kruglyak"], ["Kruglyak"], ["Richardson"], ["Yalk"], ["Correia"], ["Kolodko"], ["Agraz"], ["Wilson"], ["Rammer"], ["Gotoh"], ["Seaz"], ["Karande"], ["Petersen"], ["Haigh"], ["Haigh"], ["Milanic"], ["Spengler"], ["Ng"], ["She"], ["Rajnov"], ["Blanchard"], ["Lindner"], ["Concilio"], ["Terauchi"], ["Abdellatif"], ["Holz"], ["Klivansky"], ["MacIntyre"], ["Guthk"], ["Guthk"], ["Nicol"], ["Engen"], ["Garg"], ["Noda"], ["Redw"], ["Higuchi"], ["Higuchi"], ["Sznajder"], ["Sznajder"], ["Saito"], ["Adeni"], ["Hasan"], ["Reina-"], ["Neubert"], ["Eck"], ["Chun"], ["Uchiyama"], ["Hancock"], ["Reiss"], ["Pohlem"], ["Apostolov"], ["Choung"], ["Someren"], ["Mezzar"], ["Schelten"], ["Yusop"], ["Rolland"], ["Lansi"], ["Sadry"], ["DeMil"], ["Carey"], ["Swain"], ["Katsik"], ["Roeder"], ["Holloway"], ["Coddington"], ["Trezz"], ["Alexandri"], ["Ivanov"], ["Fengl"], ["Ray"], ["Collet"], ["Kimu"], ["Belmes"], ["Maw"], ["Morris"], ["Williams"], ["Harrison"], ["Harrison"], ["Kothari"], ["Cox"], ["Samel"], ["Dage"], ["Kostie"], ["Zander"], ["Emms"], ["Pietkiewicz"], ["Barranco"], ["Barranco"], ["Roytman"], ["Towsey"], ["Oba"], ["Durrant"], ["Durrant"], ["Stylian"], ["Stylian"], ["Makowski"], ["Makowski"], ["Wagner"], ["Hoov"], ["Dostal"], ["Enokib"], ["Enokib"], ["Pulido"], ["Mandviwall"], ["Kuo"], ["Tiroz"], ["Tiroz"], ["Midu"], ["Zander"], ["Kalantari"], ["Kubo"], ["Kamez"], ["Deupree"], ["Yuanq"], ["Katzenb"], ["Gall"], ["Kean"], ["Butler"], ["Riser"], ["Aufr"], ["Loudn"], ["Hughes"], ["Chenu"], ["Morrison"], ["Qvi"], ["Gibson"], ["Xi"], ["Westervelt"], ["Yun"], ["Labroc"], ["Ueno"], ["Garcia-Ferr"], ["Psil"], ["Jones"], ["Pigd"], ["Blecken"], ["Cameron"], ["Kim"], ["Tillmann"], ["Becker"], ["Jessup"], ["Kouan"], ["Kouan"], ["Larsson"], ["Portillo"], ["Sciore"], ["Masum"], ["Kannan"], ["Gierl"], ["Bouamama"], ["Mu\u00c3\u0083\u00c2\u00b1oz"], ["Aydin"], ["Zhiyong"], ["Zle"], ["Hirvas"], ["Lorinczi"], ["Al-Hu"], ["Holn"], ["Fredrickso"], ["Mizuno"], ["Scheine"], ["Scheine"], ["Stephenn"], ["Schinag"], ["Otsuki"], ["Eller"], ["Wetzel"], ["Mulet"], ["Queiroz"], ["Tadjo"], ["Guix"], ["Fall"], ["Stokic"], ["Richardson"], ["Moei"], ["Chettao"], ["Eggers"], ["Schill"], ["Hamagi"], ["Samar"], ["Rical"], ["Hughes"], ["Huo"], ["Oller"], ["Dumont"], ["Simmel"], ["Simmel"], ["Keuk"], ["Hahn-"], ["Yoshimoto"], ["Kotsonis"], ["Ingram"], ["Tavan"], ["Jovicic"], ["Potry"], ["Pettersen"], ["Miliko"], ["Rani"], ["Oblak"], ["Oblak"], ["Monger"], ["Lemoine"], ["Tyler"], ["Lohman"], ["Hayrapetyan"], ["Kok"], ["Frazin"], ["Lui"], ["Erdem"], ["Visr"], ["Ohki"], ["Michael"], ["Kurt"], ["Abdul-Rahman"], ["Kei"], ["Shavel"], ["Shavel"], ["Lingamp"], ["Velikovs"], ["Rumat"], ["Frost"], ["Martel-"], ["Breed"], ["Witty"], ["Corr"], ["Clemme"], ["Karv"], ["Bansal"], ["Eynd"], ["Homyk"], ["Atkins"], ["Cordt"], ["Ching"], ["Ching"], ["Urwin"], ["Kereth"], ["Peeri"], ["Peeri"], ["Grant"], ["Wyes"], ["Nirenbu"], ["So"], ["So"], ["Peip"], ["Duncan"], ["Ladu"], ["Chow"], ["Quinta"], ["Godfrey"], ["Khalil"], ["Achilles"], ["Gregory"], ["Stenv"], ["Sveti"], ["Sakanushi"], ["Jode"], ["Jode"], ["Harass"], ["Bra\u00c3\u0083\u00c2\u00b1a"], ["Lucas"], ["Rammer"], ["Rammer"], ["Hennig"], ["Fernandez-Gonzalez"], ["Erol"], ["Chapman"], ["Wilks"], ["Betho"], ["Aufr"], ["Stoltzfus"], ["Levitan"], ["Kahs"], ["Spikov"], ["Moscarini"], ["Cordt"], ["Dair"], ["Dave"], ["Peter"], ["Leister"], ["Pottos"], ["Dellwo"], ["Kim"], ["Carrera"], ["Liang"], ["Reiss"], ["Bouamama"], ["Lesaffre"], ["Reiss"], ["Henriksen"], ["Henriksen"], ["Hung"], ["Smoro"], ["Fonseca"], ["Wodn"], ["Palaniswami"], ["Palaniswami"], ["Juan"], ["Janssen"], ["Hird"], ["Shapiro"], ["Walker"], ["Maesf"], ["Donofrio"], ["Esparza"], ["Giannoulis"], ["Busch"], ["Sram"], ["Sud"], ["Clarkson"], ["Cabr"], ["Streitf"], ["Pourkas"], ["Nicol"], ["Godfrey"], ["Dubink"], ["Mattor"], ["Mattor"], ["Makinen"], ["Mesne"], ["McQuillan"], ["Graham"], ["Bengtss"], ["Milner"], ["Gierl"], ["Pampal"], ["Yip"], ["Ailamaki"], ["Neff"], ["Buril"], ["Lykin"], ["Oliveira"], ["Mercank"], ["Guiho"], ["Yang"], ["Hands"], ["Morgan"], ["Pampal"], ["Tellez"], ["Tellez"], ["Mauras"], ["Nakajima"], ["Nakajima"], ["Wood"], ["Nisso"], ["Hay"], ["Katehakis"], ["Rieger"], ["Mohamed"], ["Bussel"], ["Bulash"], ["Ratcliff"], ["Winzer"], ["Rammer"], ["Sacchi"], ["ODono"], ["Schinag"], ["Furukawa"], ["Kun"], ["Kun"], ["Makarychev"], ["Soricu"], ["Morales"], ["Klingenb"], ["Duan"], ["Fickl"], ["Bouzeghoub"], ["Wilks"], ["Savolainen"], ["Bennett"], ["Califieri"], ["Epley"], ["Epley"], ["Samo"]]}, "table_names": "['course', 'student', 'takes']", "table_image_ids": ["TableImg_Kkq6a_200.png", "TableImg_2nb3m_2000.png", "TableImg_N35k5_30000.png"], "original_data_index": 397} +{"question": "What are the distinct names of wines with prices higher than any wine from John Anthony winery.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269], "data": [["Old Kraft Vineyard"], ["Giana"], ["Black Chicken"], ["Napa Ranches"], ["Varozza Vineyard"], ["Sauvignon Blanc"], ["Les Pionniers"], ["Cuvee Nicolas"], ["Tradition"], ["Church Vineyard"], ["LApres-Midi"], ["Rosemarys Block Dry Stack Vineyard"], ["Mesa Verde Vineyard"], ["Asatsuyu"], ["Estate"], ["Home Ranch"], ["Hyde Vineyards"], ["Purisma Mountain"], ["3CV Grassini Family Vineyards"], ["Schmidt Ranch"], ["au Naturel"], ["Wow Oui"], ["Carols Vineyard"], ["Pritchard Hill"], ["Reserve"], ["Neyers Ranch - Conn Valley"], ["Annum"], ["Cabernet Sauvignon"], ["Beckstoffer To Kalon Vineyard"], ["Coliseum Block"], ["1886"], ["Couer de Valee"], ["Amber Ridge Vineyard"], ["Keefer Ranch"], ["Koplen Vineyard"], ["Freestone Hill"], ["Julias Vineyard"], ["Carneros Hyde Vineyard"], ["Pinot Noir"], ["Garys Vineyard"], ["Kanzler Vineyard"], ["Five Sisters"], ["Pisoni Vineyard"], ["Rosellas Vineyard"], ["Valley Bliss Block"], ["Lancel Creek Vineyard"], ["4-Barrel"], ["Gaps Crown Vineyard"], ["La Encantada Vineyard"], ["La Encantada Vineyard Clone 667"], ["Estate Reserve"], ["Carneros"], ["Sarmento Vineyard"], ["Henry Ranch"], ["Kali Hart"], ["Sleepy Hollow Vineyard"], ["Syrah"], ["Eddies Patch"], ["Darius II"], ["Hillstone Vineyard"], ["Tomahawk Vineyard"], ["Elevage"], ["Neruda Brix Vineyard"], ["In the Crosshairs Eleven Confessions Vineyard"], ["On the Road"], ["Garnacha Denner Vineyard"], ["Purisma Mountain Vineyard"], ["Romeo"], ["Hope Family Vineyard"], ["Foggy Knoll Vineyard"], ["Anns Block"], ["Kick Ranch"], ["Thompson Vineyard"], ["Hayne Vineyard"], ["Sweetwater Springs Vineyard"], ["Russel Family Vineyard"], ["Durell Vineyard"], ["Rancho Oliveros Vineyard"], ["Graham Family Vineyard"], ["Clos Pepe Vineyard"], ["Keefer Ranch Vineyard"], ["Cargasacchi Vineyard"], ["Turner Vineyard"], ["Rancho La Vina Vineyard"], ["Limited Release"], ["Aubaine Vineyard"], ["A Shot in the Dark Eleven Confessions Vineyard"], ["Quarzo"], ["Cardiac Hill"], ["Larner Vinyard"], ["White Hawk Vineyard"], ["Mesa Reserve"], ["Twist of Fate"], ["Kemp Vineyard"], ["Christensen Family Vineyard"], ["Melville Vineyards"], ["The Flight"], ["Colson Canyon Vineyard"], ["England-Shaw"], ["La Cruz Vineyard"], ["Snows Lake Vineyard"], ["Abba Vineyard"], ["Originals"], ["Que Syrah Vineyard"], ["Gesture Limited Release"], ["Star Angel "], ["Kick Ranch Reserve"], ["Carlisle Vineyard"], ["Cedarman"], ["Tofanelli Vineyard"], ["Private Reserve"], ["Fredericks Vineyard"], ["Rossi Ranch"], ["Treborce Vineyard"], ["Wild Oak Old Vines"], ["Old Vine"], ["Wheelhouse"], ["SHR Field Blend"], ["Edizione Pennino"], ["Chardonnay"], ["Signature"], ["Loco"], ["Bailey Vineyard"], ["Twenty Two"], ["Black Bart Stagecoach Vineyard"], ["Polomita Hamilton Vineyard"], ["Rominger Vineyard"], ["Maverick"], ["VGS"], ["Roll Ranch Vineyard"], ["Guidici Famili Vineyard"], ["Savoy Vineyard"], ["The Backbone"], ["Laurels Estate Vineyard"], ["Bynum & Moshin Vineyards"], ["Jensen Vineyard"], ["Rockpile Road Vineyard"], ["Thirtieth Anniverasry Vintage Mt. Harlan Cuvee"], ["Green River Isobel"], ["Sengiacomo Vineyard"], ["Lorenzo"], ["Chloe"], ["Stagecoach Vineyard Black Bart"], ["Stagecoach Vineyard"], ["Ten-Goal Happy Canyon Vineyards"], ["The Ranch"], ["Napa Cuvee"], ["Monte Rosso Vineyard"], ["Dr. Crane Vineyard"], ["Boonflys Hill"], ["McCrea Vineyard"], ["Ma Belle-Fille"], ["Durell Vineyard Wente Clone"], ["Estate Vineyard"], ["Wine Hill Vineyard"], ["Belle Cote"], ["Mon Plaisir"], ["Untilited #3"], ["Los Alamos Vineyard Historic Vineyards Collection"], ["Hudson Vineyard"], ["Damaris Reserve "], ["Cahrles Heintz Vineyard"], ["Santa Cruz Mountains Estate"], ["Red Shoulder Ranch"], ["Winmakers Reserve"], ["Sangiacomo Vineyard"], ["Sbraglia Limited-Release"], ["Ryo-fu"], ["Dutton Ranch"], ["Los Olivos Vineyard"], ["La Carrlere"], ["Carneros Reserve"], ["Emelias Cuvee"], ["Ovation"], ["Laughlin Family Vineyard"], ["Don Miguel Vineyard Lia Torres Family Vineyards"], ["B. Theriot Vineyard"], ["Ceja Vineyard"], ["Proprietary Reserve"], ["Los Carneros"], ["Valley Dominique"], ["Founders"], ["Kistler Vineyard"], ["Gold Creek Ranch"], ["Cuvee Natalie"], ["De La Guerra"], ["Parr Vineyard"], ["Valley Savoy"], ["Coster Vineyard"], ["Lambda"], ["Hurst Vineyard"], ["McDougal Ranch"], ["Wildcat Mountain Vineyard"], ["Ramondo Vineyard"], ["Symposium Fort Ross Vineyard"], ["Grand Detour"], ["Valley Dutton Ranch"], ["Papas Block"], ["Glorias Gem"], ["Cuvee Trouvee"], ["Grand Master"], ["Zio Tony Ranch Gianna Marie"], ["Les Galets"], ["Gamma"], ["Unti Vineyard"], ["Zinfandel"], ["Problem Child"], ["Montafi Ranch"], ["Old vine Della Costa Family Vineyard"], ["Giuseppe & Luisa"], ["Vieux-Os Hell Hole Cuvee Old Vine"], ["Planchon Vineyard"], ["Knotty Vines"], ["Beastly Old Vines"], ["Cabernet Franc"], ["Primitivo"], ["Special Selection"], ["Date Night"], ["Black Label"], ["Artistry"], ["Napa Angel Aurelios Selection"], ["Eterium B. Thieriot Vineyard"], ["Metallico Un-Oaked"], ["Russian River Selection"], ["Numbers"], ["Merlot"], ["Beckstoffer Dr. Crane Vineyard"], ["DAdamo Vineyard"], ["InSpire"], ["Spare Me"], ["Jersey Boy"], ["Choreography"], ["Tephra Ridge Vineyard"], ["Peter Newton Vineyard"], ["State Lane Ranch"], ["District 4"], ["Elevation 1147"], ["La Capilla Collection"], ["To the Rescue"], ["Pictures"], ["Mailbox Vineyard Drive"], ["Ryan"], ["Finn"], ["Aidan"], ["Eoin"], ["Ulises Valdez Vineyard"], ["Victories Rose"], ["Grand Firepeak Cuvee Firepeak Vineyard"], ["Fume Blanc"], ["Lillie Vineyard"], ["Labels"], ["Madden Ranch"], ["Grist Vineyard"], ["Highwire Vineyard"], ["Rocky Terrace Los Chamizal Vineyards"], ["Century Vines Reserve"], ["Casa Santinamaria Vineyards"], ["Boticelli Vineyards"], ["Todd Brothers Ranch Old Vines"], ["Old Vine Teldeschi Vineyard Home Ranch"], ["Somers Ranch"], ["Morning Sun Los Chamizal Vineyards"], ["Jesses Vineyard"], ["Carlas Reserve"], ["Ginos Vineyard"], ["Bridgehead"], ["Pato Vineyard"], ["Cullinane Reserve"], ["Sangiovese"], ["Primitivo Block #4"]]}, "table_names": "['wine']", "table_image_ids": ["TableImg_So5bx_500.png"], "original_data_index": 398} +{"question": "Find the settlement amount of the claim with the largest claim amount. Show both the settlement amount and claim amount.", "answer": {"columns": ["Amount_Settled", "Amount_Claimed"], "index": [0], "data": [[1528, 89632]]}, "table_names": "['Claims']", "table_image_ids": ["TableImg_Sgjr0_15.png"], "original_data_index": 399} +{"question": "Show the first names and last names of customers without any account.", "answer": {"columns": ["customer_first_name", "customer_last_name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Aniyah", "Feest"], ["Armani", "Farrell"], ["Frederic", "Swift"], ["Izabella", "Erdman"], ["Marcel", "Brekke"], ["Nat", "Davis"]]}, "table_names": "['Accounts', 'Customers']", "table_image_ids": ["TableImg_53etc_15.png", "TableImg_Qoyew_15.png"], "original_data_index": 400} +{"question": "Return the title of the film with the highest high estimate?", "answer": {"columns": ["Title"], "index": [0], "data": [["ET the Extra-Terrestrial"]]}, "table_names": "['film', 'film_market_estimation']", "table_image_ids": ["TableImg_Hznc6_13.png", "TableImg_T28k0_9.png"], "original_data_index": 401} +{"question": "What are the titles of all movies that were not reviewed by Chris Jackson?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4], "data": [["Avatar"], ["Gone with the Wind"], ["Snow White"], ["Star Wars"], ["Titanic"]]}, "table_names": "['Movie', 'Reviewer', 'Rating']", "table_image_ids": ["TableImg_W4z2t_8.png", "TableImg_F3csf_8.png", "TableImg_C4dgj_14.png"], "original_data_index": 402} +{"question": "List the names of buildings with at least 200 feet of height and with at least 20 floors.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Franklin Exchange Building"], ["Park Tower"], ["One Tampa City Center"], ["Bank of America Tower"], ["100 North Tampa"]]}, "table_names": "['building']", "table_image_ids": ["TableImg_P9ldn_8.png"], "original_data_index": 403} +{"question": "What is the partition id of the user named \"Iron Man\".", "answer": {"columns": ["partitionid"], "index": [0], "data": [[1]]}, "table_names": "['user_profiles']", "table_image_ids": ["TableImg_Cs0hr_7.png"], "original_data_index": 404} +{"question": "What is the average age of all gymnasts?", "answer": {"columns": ["avg(T2.Age)"], "index": [0], "data": [[21.7142857143]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_Ir5a4_7.png", "TableImg_3k0uk_10.png"], "original_data_index": 405} +{"question": "What are the visit date and details of the visitor whose detail is 'Vincent'?", "answer": {"columns": ["Visit_Date", "Visit_Details"], "index": [0, 1], "data": [["2013-08-06 05:35:51", ""], ["2007-09-17 10:12:45", ""]]}, "table_names": "['Visitors', 'Visits']", "table_image_ids": ["TableImg_J89re_20.png", "TableImg_0eqq2_20.png"], "original_data_index": 406} +{"question": "Find the last names of teachers who are not involved in any detention.", "answer": {"columns": ["last_name"], "index": [0, 1, 2, 3, 4], "data": [["Brakus"], ["Goldner"], ["Kuhic"], ["Medhurst"], ["Price"]]}, "table_names": "['Teachers', 'Detention']", "table_image_ids": ["TableImg_Xbjoo_15.png", "TableImg_Wakyk_15.png"], "original_data_index": 407} +{"question": "Find the number of funiture types produced by each manufacturer as well as the company names.", "answer": {"columns": ["count(*)", "Name"], "index": [0, 1, 2, 3], "data": [[1, "Chevrolet House"], [1, "Jiaju"], [1, "Chevrolet"], [2, "Tomorrow"]]}, "table_names": "['manufacturer', 'furniture_manufacte']", "table_image_ids": ["TableImg_Eyv0a_7.png", "TableImg_Qx82b_5.png"], "original_data_index": 408} +{"question": "Find the names of all directors whose movies are rated by Sarah Martinez.", "answer": {"columns": ["director"], "index": [0], "data": [["Victor Fleming"]]}, "table_names": "['Movie', 'Reviewer', 'Rating']", "table_image_ids": ["TableImg_Ats91_8.png", "TableImg_5tamz_8.png", "TableImg_03by6_14.png"], "original_data_index": 409} +{"question": "What is the name of the activity that has the most faculty members involved in?", "answer": {"columns": ["activity_name"], "index": [0], "data": [["Crossword Puzzles"]]}, "table_names": "['Activity', 'Faculty_Participates_in']", "table_image_ids": ["TableImg_1o2sd_16.png", "TableImg_Ftp9m_40.png"], "original_data_index": 410} +{"question": "What are the names of customers with checking balances lower than the average checking balance?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3], "data": [["Wang"], ["O'mahony"], ["Porter"], ["Wesley"]]}, "table_names": "['ACCOUNTS', 'CHECKING']", "table_image_ids": ["TableImg_3wufs_7.png", "TableImg_3c3na_7.png"], "original_data_index": 411} +{"question": "What are the ids of all students for courses and what are the names of those courses?", "answer": {"columns": ["student_id", "course_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[111, "statistics"], [121, "statistics"], [141, "statistics"], [171, "statistics"], [141, "English"], [161, "English"], [121, "French"], [131, "French"], [151, "data structure"]]}, "table_names": "['Courses', 'Student_Course_Registrations']", "table_image_ids": ["TableImg_X0h56_6.png", "TableImg_Sqv6d_9.png"], "original_data_index": 412} +{"question": "What is the name of the shop that has the greatest quantity of devices in stock?", "answer": {"columns": ["Shop_Name"], "index": [0], "data": [["Dinas Device"]]}, "table_names": "['shop', 'stock']", "table_image_ids": ["TableImg_Lxttu_12.png", "TableImg_2387a_8.png"], "original_data_index": 413} +{"question": "List the phone hardware model and company name for the phones whose screen usage in kb is between 10 and 15.", "answer": {"columns": ["Hardware_Model_name", "Company_name"], "index": [0, 1], "data": [["GT-I9300", "Samsung Electronics Co Ltd"], ["Lumia 920, Lumia 820, Lumia 620", "Nokia Corporation"]]}, "table_names": "['screen_mode', 'phone']", "table_image_ids": ["TableImg_0uscr_7.png", "TableImg_Veko3_8.png"], "original_data_index": 414} +{"question": "What is the name of tracks whose genre is Rock?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296], "data": [["For Those About To Rock (We Salute You)"], ["Balls to the Wall"], ["Fast As a Shark"], ["Restless and Wild"], ["Princess of the Dawn"], ["Put The Finger On You"], ["Let's Get It Up"], ["Inject The Venom"], ["Snowballed"], ["Evil Walks"], ["C.O.D."], ["Breaking The Rules"], ["Night Of The Long Knives"], ["Spellbound"], ["Go Down"], ["Dog Eat Dog"], ["Let There Be Rock"], ["Bad Boy Boogie"], ["Problem Child"], ["Overdose"], ["Hell Ain't A Bad Place To Be"], ["Whole Lotta Rosie"], ["Walk On Water"], ["Love In An Elevator"], ["Rag Doll"], ["What It Takes"], ["Dude (Looks Like A Lady)"], ["Janie's Got A Gun"], ["Cryin'"], ["Amazing"], ["Blind Man"], ["Deuces Are Wild"], ["The Other Side"], ["Crazy"], ["Eat The Rich"], ["Angel"], ["Livin' On The Edge"], ["All I Really Want"], ["You Oughta Know"], ["Perfect"], ["Hand In My Pocket"], ["Right Through You"], ["Forgiven"], ["You Learn"], ["Head Over Feet"], ["Mary Jane"], ["Ironic"], ["Not The Doctor"], ["Wake Up"], ["You Oughta Know (Alternate)"], ["We Die Young"], ["Man In The Box"], ["Sea Of Sorrow"], ["Bleed The Freak"], ["I Can't Remember"], ["Love, Hate, Love"], ["It Ain't Like That"], ["Sunshine"], ["Put You Down"], ["Confusion"], ["I Know Somethin (Bout You)"], ["Real Thing"], ["Cochise"], ["Show Me How to Live"], ["Gasoline"], ["What You Are"], ["Like a Stone"], ["Set It Off"], ["Shadow on the Sun"], ["I am the Highway"], ["Exploder"], ["Hypnotize"], ["Bring'em Back Alive"], ["Light My Way"], ["Getaway Car"], ["The Last Remaining Light"], ["You Shook Me"], ["I Can't Quit You Baby"], ["Communication Breakdown"], ["Dazed and Confused"], ["The Girl I Love She Got Long Black Wavy Hair"], ["What is and Should Never Be"], ["Communication Breakdown(2)"], ["Travelling Riverside Blues"], ["Whole Lotta Love"], ["Somethin' Else"], ["Communication Breakdown(3)"], ["I Can't Quit You Baby(2)"], ["You Shook Me(2)"], ["How Many More Times"], ["Debra Kadabra"], ["Carolina Hard-Core Ecstasy"], ["Sam With The Showing Scalp Flat Top"], ["Poofter's Froth Wyoming Plans Ahead"], ["200 Years Old"], ["Cucamonga"], ["Advance Romance"], ["Man With The Woman Head"], ["Muffin Man"], ["A Kind Of Magic"], ["Under Pressure"], ["Radio GA GA"], ["I Want It All"], ["I Want To Break Free"], ["Innuendo"], ["It's A Hard Life"], ["Breakthru"], ["Who Wants To Live Forever"], ["Headlong"], ["The Miracle"], ["I'm Going Slightly Mad"], ["The Invisible Man"], ["Hammer To Fall"], ["Friends Will Be Friends"], ["The Show Must Go On"], ["One Vision"], ["Detroit Rock City"], ["Black Diamond"], ["Hard Luck Woman"], ["Sure Know Something"], ["Love Gun"], ["Deuce"], ["Goin' Blind"], ["Shock Me"], ["Do You Love Me"], ["She"], ["I Was Made For Loving You"], ["Shout It Out Loud"], ["God Of Thunder"], ["Calling Dr. Love"], ["Beth"], ["Strutter"], ["Rock And Roll All Nite"], ["Cold Gin"], ["Plaster Caster"], ["God Gave Rock 'n' Roll To You"], ["Into The Light"], ["River Song"], ["She Give Me ..."], ["Don't You Cry"], ["Love Is Blind"], ["Slave"], ["Cry For Love"], ["Living On Love"], ["Midnight Blue"], ["Too Many Tears"], ["Don't Lie To Me"], ["Wherever You May Go"], ["Burn"], ["Stormbringer"], ["Gypsy"], ["Lady Double Dealer"], ["Mistreated"], ["Smoke On The Water"], ["You Fool No One"], ["Custard Pie"], ["The Rover"], ["In My Time Of Dying"], ["Houses Of The Holy"], ["Trampled Under Foot"], ["Kashmir"], ["(Da Le) Yaleo"], ["Love Of My Life"], ["Put Your Lights On"], ["Africa Bamba"], ["Smooth"], ["Do You Like The Way"], ["Maria Maria"], ["Migra"], ["Corazon Espinado"], ["Wishing It Was"], ["El Farol"], ["Primavera"], ["The Calling"], ["Space Truckin'"], ["Going Down / Highway Star"], ["Mistreated (Alternate Version)"], ["You Fool No One (Alternate Version)"], ["Susie Q"], ["I Put A Spell On You"], ["Proud Mary"], ["Bad Moon Rising"], ["Lodi"], ["Green River"], ["Commotion"], ["Down On The Corner"], ["Fortunate Son"], ["Travelin' Band"], ["Who'll Stop The Rain"], ["Up Around The Bend"], ["Run Through The Jungle"], ["Lookin' Out My Back Door"], ["Long As I Can See The Light"], ["I Heard It Through The Grapevine"], ["Have You Ever Seen The Rain?"], ["Hey Tonight"], ["Sweet Hitch-Hiker"], ["Someday Never Comes"], ["Walking On The Water"], ["Suzie-Q, Pt. 2"], ["Born On The Bayou"], ["Good Golly Miss Molly"], ["Tombstone Shadow"], ["Wrote A Song For Everyone"], ["Night Time Is The Right Time"], ["Cotton Fields"], ["It Came Out Of The Sky"], ["Don't Look Now"], ["The Midnight Special"], ["Before You Accuse Me"], ["My Baby Left Me"], ["Pagan Baby"], ["(Wish I Could) Hideaway"], ["It's Just A Thought"], ["Molina"], ["Born To Move"], ["Lookin' For A Reason"], ["Hello Mary Lou"], ["Comin' Home"], ["Lady Luck"], ["Gettin' Tighter"], ["Dealer"], ["I Need Love"], ["Drifter"], ["Love Child"], ["This Time Around / Owed to 'G' instrumental"], ["You Keep On Moving"], ["Speed King"], ["Bloodsucker"], ["Child In Time"], ["Flight Of The Rat"], ["Into The Fire"], ["Living Wreck"], ["Hard Lovin' Man"], ["Fireball"], ["No No No"], ["Strange Kind Of Woman"], ["Anyone's Daughter"], ["The Mule"], ["Fools"], ["No One Came"], ["Knocking At Your Back Door"], ["Bad Attitude"], ["Child In Time (Son Of Aleric - Instrumental)"], ["Nobody's Home"], ["Black Night"], ["Perfect Strangers"], ["The Unwritten Law"], ["Call Of The Wild"], ["Hush"], ["Smoke On The Water"], ["Space Trucking"], ["Highway Star"], ["Maybe I'm A Leo"], ["Pictures Of Home"], ["Never Before"], ["Smoke On The Water"], ["Lazy"], ["Space Truckin'"], ["Vavoom : Ted The Mechanic"], ["Loosen My Strings"], ["Soon Forgotten"], ["Sometimes I Feel Like Screaming"], ["Cascades : I'm Not Your Lover"], ["The Aviator"], ["Rosa's Cantina"], ["A Castle Full Of Rascals"], ["A Touch Away"], ["Hey Cisco"], ["Somebody Stole My Guitar"], ["The Purpendicular Waltz"], ["King Of Dreams"], ["The Cut Runs Deep"], ["Fire In The Basement"], ["Truth Hurts"], ["Breakfast In Bed"], ["Love Conquers All"], ["Fortuneteller"], ["Too Much Is Not Enough"], ["Wicked Ways"], ["Stormbringer"], ["Love Don't Mean a Thing"], ["Holy Man"], ["Hold On"], ["Lady Double Dealer"], ["You Can't Do it Right (With the One You Love)"], ["High Ball Shooter"], ["The Gypsy"], ["Soldier Of Fortune"], ["The Battle Rages On"], ["Lick It Up"], ["Anya"], ["Talk About Love"], ["Time To Kill"], ["Ramshackle Man"], ["A Twist In The Tail"], ["Nasty Piece Of Work"], ["Solitaire"], ["One Man's Meat"], ["Pour Some Sugar On Me"], ["Photograph"], ["Love Bites"], ["Let's Get Rocked"], ["Two Steps Behind [Acoustic Version]"], ["Animal"], ["Heaven Is"], ["Rocket"], ["When Love & Hate Collide"], ["Action"], ["Make Love Like A Man"], ["Armageddon It"], ["Have You Ever Needed Someone So Bad"], ["Rock Of Ages"], ["Hysteria"], ["Bringin' On The Heartbreak"], ["Get Out"], ["Ricochet"], ["Evidence"], ["The Gentle Art Of Making Enemies"], ["Star A.D."], ["Cuckoo For Caca"], ["Caralho Voador"], ["Ugly In The Morning"], ["Digging The Grave"], ["Take This Bottle"], ["King For A Day"], ["What A Day"], ["The Last To Know"], ["Just A Man"], ["Absolute Zero"], ["In Your Honor"], ["No Way Back"], ["Best Of You"], ["DOA"], ["Hell"], ["The Last Song"], ["Free Me"], ["Resolve"], ["The Deepest Blues Are Black"], ["End Over End"], ["Still"], ["What If I Do?"], ["Miracle"], ["Another Round"], ["Friend Of A Friend"], ["Over And Out"], ["On The Mend"], ["Virginia Moon"], ["Cold Day In The Sun"], ["Razor"], ["Doll"], ["Monkey Wrench"], ["Hey, Johnny Park!"], ["My Poor Brain"], ["Wind Up"], ["Up In Arms"], ["My Hero"], ["See You"], ["Enough Space"], ["February Stars"], ["Everlong"], ["Walking After You"], ["New Way Home"], ["Welcome to the Jungle"], ["It's So Easy"], ["Nightrain"], ["Out Ta Get Me"], ["Mr. Brownstone"], ["Paradise City"], ["My Michelle"], ["Think About You"], ["Sweet Child O' Mine"], ["You're Crazy"], ["Anything Goes"], ["Rocket Queen"], ["Right Next Door to Hell"], ["Dust N' Bones"], ["Live and Let Die"], ["Don't Cry (Original)"], ["Perfect Crime"], ["You Ain't the First"], ["Bad Obsession"], ["Back off Bitch"], ["Double Talkin' Jive"], ["November Rain"], ["The Garden"], ["Garden of Eden"], ["Don't Damn Me"], ["Bad Apples"], ["Dead Horse"], ["Coma"], ["Different World"], ["These Colours Don't Run"], ["Brighter Than a Thousand Suns"], ["The Pilgrim"], ["The Longest Day"], ["Out of the Shadows"], ["The Reincarnation of Benjamin Breeg"], ["For the Greater Good of God"], ["Lord of Light"], ["The Legacy"], ["Hallowed Be Thy Name (Live) [Non Album Bonus Track]"], ["The Wicker Man"], ["Ghost Of The Navigator"], ["Brave New World"], ["Blood Brothers"], ["The Mercenary"], ["Dream Of Mirrors"], ["The Fallen Angel"], ["The Nomad"], ["Out Of The Silent Planet"], ["The Thin Line Between Love & Hate"], ["Be Quick Or Be Dead"], ["From Here To Eternity"], ["Afraid To Shoot Strangers"], ["Fear Is The Key"], ["Childhood's End"], ["Wasting Love"], ["The Fugitive"], ["Chains Of Misery"], ["The Apparition"], ["Judas Be My Guide"], ["Weekend Warrior"], ["Fear Of The Dark"], ["Be Quick Or Be Dead"], ["The Number Of The Beast"], ["Wrathchild"], ["From Here To Eternity"], ["Can I Play With Madness"], ["Wasting Love"], ["Tailgunner"], ["The Evil That Men Do"], ["Afraid To Shoot Strangers"], ["Fear Of The Dark"], ["Bring Your Daughter... To The Slaughter..."], ["The Clairvoyant"], ["Heaven Can Wait"], ["Run To The Hills"], ["2 Minutes To Midnight"], ["Iron Maiden"], ["Hallowed Be Thy Name"], ["The Trooper"], ["Sanctuary"], ["Running Free"], ["Dream Of Mirrors"], ["The Clansman"], ["Fear Of The Dark"], ["Iron Maiden"], ["The Number Of The Beast"], ["Hallowed Be Thy Name"], ["Sanctuary"], ["Run To The Hills"], ["The Number Of The Beast"], ["Sign Of The Cross"], ["Lord Of The Flies"], ["Man On The Edge"], ["Fortunes Of War"], ["Look For The Truth"], ["The Aftermath"], ["Judgement Of Heaven"], ["Blood On The World's Hands"], ["The Edge Of Darkness"], ["2 A.M."], ["The Unbeliever"], ["Futureal"], ["The Angel And The Gambler"], ["Lightning Strikes Twice"], ["The Clansman"], ["When Two Worlds Collide"], ["The Educated Fool"], ["Don't Look To The Eyes Of A Stranger"], ["Como Estais Amigos"], ["When You Gonna Learn (Digeridoo)"], ["Too Young To Die"], ["Hooked Up"], ["If I Like It, I Do It"], ["Music Of The Wind"], ["Emergency On Planet Earth"], ["Whatever It Is, I Just Can't Stop"], ["Blow Your Mind"], ["Revolution 1993"], ["Didgin' Out"], ["Foxy Lady"], ["Manic Depression"], ["Red House"], ["Can You See Me"], ["Love Or Confusion"], ["I Don't Live Today"], ["May This Be Love"], ["Fire"], ["Third Stone From The Sun"], ["Remember"], ["Are You Experienced?"], ["Hey Joe"], ["Stone Free"], ["Purple Haze"], ["51st Anniversary"], ["The Wind Cries Mary"], ["Highway Chile"], ["Surfing with the Alien"], ["Ice 9"], ["Crushing Day"], ["Always With Me, Always With You"], ["Satch Boogie"], ["Hill of the Skull"], ["Circles"], ["Lords of Karma"], ["Midnight"], ["Echo"], ["Comin' Home"], ["Plaster Caster"], ["Goin' Blind"], ["Do You Love Me"], ["Domino"], ["Sure Know Something"], ["A World Without Heroes"], ["Rock Bottom"], ["See You Tonight"], ["I Still Love You"], ["Every Time I Look At You"], ["2,000 Man"], ["Beth"], ["Nothin' To Lose"], ["Rock And Roll All Nite"], ["Immigrant Song"], ["Heartbreaker"], ["Since I've Been Loving You"], ["Black Dog"], ["Dazed And Confused"], ["Stairway To Heaven"], ["Going To California"], ["That's The Way"], ["Whole Lotta Love (Medley)"], ["Thank You"], ["We're Gonna Groove"], ["Poor Tom"], ["I Can't Quit You Baby"], ["Walter's Walk"], ["Ozone Baby"], ["Darlene"], ["Bonzo's Montreux"], ["Wearing And Tearing"], ["The Song Remains The Same"], ["The Rain Song"], ["Over The Hills And Far Away"], ["The Crunge"], ["Dancing Days"], ["D'Yer Mak'er"], ["No Quarter"], ["The Ocean"], ["In The Evening"], ["South Bound Saurez"], ["Fool In The Rain"], ["Hot Dog"], ["Carouselambra"], ["All My Love"], ["I'm Gonna Crawl"], ["Black Dog"], ["Rock & Roll"], ["The Battle Of Evermore"], ["Stairway To Heaven"], ["Misty Mountain Hop"], ["Four Sticks"], ["Going To California"], ["When The Levee Breaks"], ["Good Times Bad Times"], ["Babe I'm Gonna Leave You"], ["You Shook Me"], ["Dazed and Confused"], ["Your Time Is Gonna Come"], ["Black Mountain Side"], ["Communication Breakdown"], ["I Can't Quit You Baby"], ["How Many More Times"], ["Whole Lotta Love"], ["What Is And What Should Never Be"], ["The Lemon Song"], ["Thank You"], ["Heartbreaker"], ["Living Loving Maid (She's Just A Woman)"], ["Ramble On"], ["Moby Dick"], ["Bring It On Home"], ["Immigrant Song"], ["Friends"], ["Celebration Day"], ["Since I've Been Loving You"], ["Out On The Tiles"], ["Gallows Pole"], ["Tangerine"], ["That's The Way"], ["Bron-Y-Aur Stomp"], ["Hats Off To (Roy) Harper"], ["In The Light"], ["Bron-Yr-Aur"], ["Down By The Seaside"], ["Ten Years Gone"], ["Night Flight"], ["The Wanton Song"], ["Boogie With Stu"], ["Black Country Woman"], ["Sick Again"], ["Achilles Last Stand"], ["For Your Life"], ["Royal Orleans"], ["Nobody's Fault But Mine"], ["Candy Store Rock"], ["Hots On For Nowhere"], ["Tea For One"], ["Rock & Roll"], ["Celebration Day"], ["The Song Remains The Same"], ["Rain Song"], ["Dazed And Confused"], ["No Quarter"], ["Stairway To Heaven"], ["Moby Dick"], ["Whole Lotta Love"], ["Are You Gonna Go My Way"], ["Fly Away"], ["Rock And Roll Is Dead"], ["Again"], ["It Ain't Over 'Til It's Over"], ["Can't Get You Off My Mind"], ["Mr. Cab Driver"], ["American Woman"], ["Stand By My Woman"], ["Always On The Run"], ["Heaven Help"], ["I Belong To You"], ["Believe"], ["Let Love Rule"], ["Black Velveteen"], ["Pseudo Silk Kimono"], ["Kayleigh"], ["Lavender"], ["Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel"], ["Heart Of Lothian: Wide Boy / Curtain Call"], ["Waterhole (Expresso Bongo)"], ["Lords Of The Backstage"], ["Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold"], ["Childhoods End?"], ["White Feather"], ["Down Under"], ["Overkill"], ["Be Good Johnny"], ["Everything I Need"], ["Down by the Sea"], ["Who Can It Be Now?"], ["It's a Mistake"], ["Dr. Heckyll & Mr. Jive"], ["Shakes and Ladders"], ["No Sign of Yesterday"], ["Intro"], ["School"], ["Drain You"], ["Aneurysm"], ["Smells Like Teen Spirit"], ["Been A Son"], ["Lithium"], ["Sliver"], ["Spank Thru"], ["Scentless Apprentice"], ["Heart-Shaped Box"], ["Milk It"], ["Negative Creep"], ["Polly"], ["Breed"], ["Tourette's"], ["Blew"], ["Smells Like Teen Spirit"], ["In Bloom"], ["Come As You Are"], ["Breed"], ["Lithium"], ["Polly"], ["Territorial Pissings"], ["Drain You"], ["Lounge Act"], ["Stay Away"], ["On A Plain"], ["Something In The Way"], ["Time"], ["P.S.Apare\u00c3\u00a7a"], ["Sangue Latino"], ["Folhas Secas"], ["Poeira"], ["M\u00c3\u00a1gica"], ["Quem Mata A Mulher Mata O Melhor"], ["Mundar\u00c3\u00a9u"], ["O Bra\u00c3\u00a7o Da Minha Guitarra"], ["Deus"], ["M\u00c3\u00a3e Terra"], ["\u00c3\u0080s Vezes"], ["Menino De Rua"], ["Prazer E F\u00c3\u00a9"], ["Elza"], ["Bark at the Moon"], ["I Don't Know"], ["Crazy Train"], ["Flying High Again"], ["Mama, I'm Coming Home"], ["No More Tears"], ["Shining In The Light"], ["When The World Was Young"], ["Upon A Golden Horse"], ["Blue Train"], ["Please Read The Letter"], ["Most High"], ["Heart In Your Hand"], ["Walking Into Clarksdale"], ["Burning Up"], ["When I Was A Child"], ["House Of Love"], ["Sons Of Freedom"], ["Wrathchild"], ["Killers"], ["Prowler"], ["Murders In The Rue Morgue"], ["Women In Uniform"], ["Remember Tomorrow"], ["Sanctuary"], ["Running Free"], ["Phantom Of The Opera"], ["Iron Maiden"], ["Corduroy"], ["Given To Fly"], ["Hail, Hail"], ["Daughter"], ["Elderly Woman Behind The Counter In A Small Town"], ["Untitled"], ["MFC"], ["Go"], ["Red Mosquito"], ["Even Flow"], ["Off He Goes"], ["Nothingman"], ["Do The Evolution"], ["Better Man"], ["Black"], ["F*Ckin' Up"], ["Can't Keep"], ["Save You"], ["Love Boat Captain"], ["Cropduster"], ["Ghost"], ["I Am Mine"], ["Thumbing My Way"], ["You Are"], ["Get Right"], ["Green Disease"], ["Help Help"], ["Bushleager"], ["1/2 Full"], ["Arc"], ["All or None"], ["Once"], ["Evenflow"], ["Alive"], ["Why Go"], ["Black"], ["Jeremy"], ["Oceans"], ["Porch"], ["Garden"], ["Deep"], ["Release"], ["Go"], ["Animal"], ["Daughter"], ["Glorified G"], ["Dissident"], ["W.M.A."], ["Blood"], ["Rearviewmirror"], ["Rats"], ["Elderly Woman Behind The Counter In A Small Town"], ["Leash"], ["Indifference"], ["Speak To Me/Breathe"], ["On The Run"], ["Time"], ["The Great Gig In The Sky"], ["Money"], ["Us And Them"], ["Any Colour You Like"], ["Brain Damage"], ["Eclipse"], ["Bohemian Rhapsody"], ["Another One Bites The Dust"], ["Killer Queen"], ["Fat Bottomed Girls"], ["Bicycle Race"], ["You're My Best Friend"], ["Don't Stop Me Now"], ["Save Me"], ["Crazy Little Thing Called Love"], ["Somebody To Love"], ["Now I'm Here"], ["Good Old-Fashioned Lover Boy"], ["Play The Game"], ["Flash"], ["Seven Seas Of Rhye"], ["We Will Rock You"], ["We Are The Champions"], ["We Will Rock You"], ["We Are The Champions"], ["Sheer Heart Attack"], ["All Dead, All Dead"], ["Spread Your Wings"], ["Fight From The Inside"], ["Get Down, Make Love"], ["Sleep On The Sidewalk"], ["Who Needs You"], ["It's Late"], ["My Melancholy Blues"], ["How The West Was Won And Where It Got Us"], ["The Wake-Up Bomb"], ["New Test Leper"], ["Undertow"], ["E-Bow The Letter"], ["Leave"], ["Departure"], ["Bittersweet Me"], ["Be Mine"], ["Binky The Doormat"], ["Zither"], ["So Fast, So Numb"], ["Low Desert"], ["Electrolite"], ["Maluco Beleza"], ["O Dia Em Que A Terra Parou"], ["No Fundo Do Quintal Da Escola"], ["O Segredo Do Universo"], ["As Profecias"], ["Mata Virgem"], ["Sapato 36"], ["Todo Mundo Explica"], ["Que Luz \u00c3\u0089 Essa"], ["Diamante De Mendigo"], ["Neg\u00c3\u00b3cio \u00c3\u0089"], ["Muita Estrela, Pouca Constela\u00c3\u00a7\u00c3\u00a3o"], ["S\u00c3\u00a9culo XXI"], ["Rock Das Aranhas (Ao Vivo) (Live)"], ["By The Way"], ["Universally Speaking"], ["This Is The Place"], ["Dosed"], ["Don't Forget Me"], ["The Zephyr Song"], ["Can't Stop"], ["I Could Die For You"], ["Midnight"], ["Throw Away Your Television"], ["Cabron"], ["Tear"], ["On Mercury"], ["Minor Thing"], ["Warm Tape"], ["Venice Queen"], ["Around The World"], ["Parallel Universe"], ["Scar Tissue"], ["Otherside"], ["Get On Top"], ["Californication"], ["Easily"], ["Porcelain"], ["Emit Remmus"], ["I Like Dirt"], ["This Velvet Glove"], ["Savior"], ["Purple Stain"], ["Right On Time"], ["Road Trippin'"], ["The Spirit Of Radio"], ["The Trees"], ["Something For Nothing"], ["Freewill"], ["Xanadu"], ["Bastille Day"], ["By-Tor And The Snow Dog"], ["Anthem"], ["Closer To The Heart"], ["2112 Overture"], ["The Temples Of Syrinx"], ["La Villa Strangiato"], ["Fly By Night"], ["Finding My Way"], ["Jingo"], ["El Corazon Manda"], ["La Puesta Del Sol"], ["Persuasion"], ["As The Years Go by"], ["Soul Sacrifice"], ["Fried Neckbones And Home Fries"], ["Santana Jam"], ["Evil Ways"], ["We've Got To Get Together/Jingo"], ["Rock Me"], ["Just Ain't Good Enough"], ["Funky Piano"], ["The Way You Do To Mer"], ["Holding Back The Years"], ["Money's Too Tight To Mention"], ["The Right Thing"], ["It's Only Love"], ["A New Flame"], ["You've Got It"], ["If You Don't Know Me By Now"], ["Stars"], ["Something Got Me Started"], ["Thrill Me"], ["Your Mirror"], ["For Your Babies"], ["So Beautiful"], ["Angel"], ["Fairground"], ["\u00c3\u0081gua E Fogo"], ["Tr\u00c3\u00aas Lados"], ["Ela Desapareceu"], ["Balada Do Amor Inabal\u00c3\u00a1vel"], ["Can\u00c3\u00a7\u00c3\u00a3o Noturna"], ["Mu\u00c3\u00a7ulmano"], ["Maquinarama"], ["Rebeli\u00c3\u00a3o"], ["A \u00c3\u009altima Guerra"], ["Fica"], ["Ali"], ["Preto Dami\u00c3\u00a3o"], ["\u00c3\u0089 Uma Partida De Futebol"], ["Eu Disse A Ela"], ["Z\u00c3\u00a9 Trindade"], ["Garota Nacional"], ["T\u00c3\u00a3o Seu"], ["Sem Terra"], ["Os Exilados"], ["Um Dia Qualquer"], ["Los Pretos"], ["Sul Da Am\u00c3\u00a9rica"], ["Pocon\u00c3\u00a9"], ["Nothing To Say"], ["Flower"], ["Loud Love"], ["Hands All Over"], ["Get On The Snake"], ["Jesus Christ Pose"], ["Outshined"], ["Rusty Cage"], ["Spoonman"], ["The Day I Tried To Live"], ["Black Hole Sun"], ["Fell On Black Days"], ["Pretty Noose"], ["Burden In My Hand"], ["Blow Up The Outside World"], ["Ty Cobb"], ["Bleed Together"], ["Dead And Bloated"], ["Sex Type Thing"], ["Wicked Garden"], ["No Memory"], ["Sin"], ["Naked Sunday"], ["Creep"], ["Piece Of Pie"], ["Plush"], ["Wet My Bed"], ["Crackerman"], ["Where The River Goes"], ["The Sun Road"], ["Dark Corners"], ["Duende"], ["Black Light Syndrome"], ["Falling in Circles"], ["Book of Hours"], ["Chaos-Control"], ["War (The Process)"], ["The Saint"], ["Rise"], ["Take The Power"], ["Breathe"], ["Nico"], ["American Gothic"], ["Ashes And Ghosts"], ["Shape The Sky"], ["Speed Of Light"], ["True Believers"], ["My Bridges Burn"], ["She Sells Sanctuary"], ["Fire Woman"], ["Lil' Evil"], ["Spirit Walker"], ["The Witch"], ["Revolution"], ["Wild Hearted Son"], ["Love Removal Machine"], ["Rain"], ["Edie (Ciao Baby)"], ["Heart Of Soul"], ["Love"], ["Wild Flower"], ["Go West"], ["Resurrection Joe"], ["Sun King"], ["Sweet Soul Sister"], ["Earth Mofo"], ["Break on Through"], ["Soul Kitchen"], ["The Crystal Ship"], ["Twentienth Century Fox"], ["Alabama Song"], ["Light My Fire"], ["Back Door Man"], ["I Looked At You"], ["End Of The Night"], ["Take It As It Comes"], ["The End"], ["Roxanne"], ["Can't Stand Losing You"], ["Message in a Bottle"], ["Walking on the Moon"], ["Don't Stand so Close to Me"], ["De Do Do Do, De Da Da Da"], ["Every Little Thing She Does is Magic"], ["Invisible Sun"], ["Spirit's in the Material World"], ["Every Breath You Take"], ["King Of Pain"], ["Wrapped Around Your Finger"], ["Don't Stand So Close to Me '86"], ["Message in a Bottle (new classic rock mix)"], ["Time Is On My Side"], ["Heart Of Stone"], ["Play With Fire"], ["Satisfaction"], ["As Tears Go By"], ["Get Off Of My Cloud"], ["Mother's Little Helper"], ["19th Nervous Breakdown"], ["Paint It Black"], ["Under My Thumb"], ["Ruby Tuesday"], ["Let's Spend The Night Together"], ["Intro"], ["You Got Me Rocking"], ["Gimmie Shelters"], ["Flip The Switch"], ["Memory Motel"], ["Corinna"], ["Saint Of Me"], ["Wainting On A Friend"], ["Sister Morphine"], ["Live With Me"], ["Respectable"], ["Thief In The Night"], ["The Last Time"], ["Out Of Control"], ["Love Is Strong"], ["You Got Me Rocking"], ["Sparks Will Fly"], ["The Worst"], ["New Faces"], ["Moon Is Up"], ["Out Of Tears"], ["I Go Wild"], ["Brand New Car"], ["Sweethearts Together"], ["Suck On The Jugular"], ["Blinded By Rainbows"], ["Baby Break It Down"], ["Thru And Thru"], ["Mean Disposition"], ["I Can't Explain"], ["Anyway, Anyhow, Anywhere"], ["My Generation"], ["Substitute"], ["I'm A Boy"], ["Boris The Spider"], ["Happy Jack"], ["Pictures Of Lily"], ["I Can See For Miles"], ["Magic Bus"], ["Pinball Wizard"], ["The Seeker"], ["Baba O'Riley"], ["Won't Get Fooled Again (Full Length Version)"], ["Let's See Action"], ["5.15"], ["Join Together"], ["Squeeze Box"], ["Who Are You (Single Edit Version)"], ["You Better You Bet"], ["Zoo Station"], ["Even Better Than The Real Thing"], ["One"], ["Until The End Of The World"], ["Who's Gonna Ride Your Wild Horses"], ["So Cruel"], ["The Fly"], ["Mysterious Ways"], ["Tryin' To Throw Your Arms Around The World"], ["Ultraviolet (Light My Way)"], ["Acrobat"], ["Love Is Blindness"], ["Beautiful Day"], ["Stuck In A Moment You Can't Get Out Of"], ["Elevation"], ["Walk On"], ["Kite"], ["In A Little While"], ["Wild Honey"], ["Peace On Earth"], ["When I Look At The World"], ["New York"], ["Grace"], ["The Three Sunrises"], ["Spanish Eyes"], ["Sweetest Thing"], ["Love Comes Tumbling"], ["Bass Trap"], ["Dancing Barefoot"], ["Everlasting Love"], ["Unchained Melody"], ["Walk To The Water"], ["Luminous Times (Hold On To Love)"], ["Hallelujah Here She Comes"], ["Silver And Gold"], ["Endless Deep"], ["A Room At The Heartbreak Hotel"], ["Trash, Trampoline And The Party Girl"], ["Vertigo"], ["Miracle Drug"], ["Sometimes You Can't Make It On Your Own"], ["Love And Peace Or Else"], ["City Of Blinding Lights"], ["All Because Of You"], ["A Man And A Woman"], ["Crumbs From Your Table"], ["One Step Closer"], ["Original Of The Species"], ["Yahweh"], ["Discotheque"], ["Do You Feel Loved"], ["Mofo"], ["If God Will Send His Angels"], ["Staring At The Sun"], ["Last Night On Earth"], ["Gone"], ["Miami"], ["The Playboy Mansion"], ["If You Wear That Velvet Dress"], ["Please"], ["Wake Up Dead Man"], ["Helter Skelter"], ["Van Diemen's Land"], ["Desire"], ["Hawkmoon 269"], ["All Along The Watchtower"], ["I Still Haven't Found What I'm Looking for"], ["Freedom For My People"], ["Silver And Gold"], ["Pride (In The Name Of Love)"], ["Angel Of Harlem"], ["Love Rescue Me"], ["When Love Comes To Town"], ["Heartland"], ["God Part II"], ["The Star Spangled Banner"], ["Bullet The Blue Sky"], ["All I Want Is You"], ["Pride (In The Name Of Love)"], ["New Year's Day"], ["With Or Without You"], ["I Still Haven't Found What I'm Looking For"], ["Sunday Bloody Sunday"], ["Bad"], ["Where The Streets Have No Name"], ["I Will Follow"], ["The Unforgettable Fire"], ["Sweetest Thing"], ["Desire"], ["When Love Comes To Town"], ["Angel Of Harlem"], ["All I Want Is You"], ["Sunday Bloody Sunday"], ["Seconds"], ["New Year's Day"], ["Like A Song..."], ["Drowning Man"], ["The Refugee"], ["Two Hearts Beat As One"], ["Red Light"], ["Surrender"], ["\"40\""], ["Zooropa"], ["Babyface"], ["Numb"], ["Lemon"], ["Stay (Faraway, So Close!)"], ["Daddy's Gonna Pay For Your Crashed Car"], ["Some Days Are Better Than Others"], ["The First Time"], ["Dirty Day"], ["The Wanderer"], ["Where Have All The Good Times Gone?"], ["Hang 'Em High"], ["Cathedral"], ["Secrets"], ["Intruder"], ["(Oh) Pretty Woman"], ["Dancing In The Street"], ["Little Guitars (Intro)"], ["Little Guitars"], ["Big Bad Bill (Is Sweet William Now)"], ["The Full Bug"], ["Happy Trails"], ["Eruption"], ["Ain't Talkin' 'bout Love"], ["Runnin' With The Devil"], ["Dance the Night Away"], ["And the Cradle Will Rock..."], ["Unchained"], ["Jump"], ["Panama"], ["Why Can't This Be Love"], ["Dreams"], ["When It's Love"], ["Poundcake"], ["Right Now"], ["Can't Stop Loving You"], ["Humans Being"], ["Can't Get This Stuff No More"], ["Me Wise Magic"], ["Runnin' With The Devil"], ["Eruption"], ["You Really Got Me"], ["Ain't Talkin' 'Bout Love"], ["I'm The One"], ["Jamie's Cryin'"], ["Atomic Punk"], ["Feel Your Love Tonight"], ["Little Dreamer"], ["Ice Cream Man"], ["On Fire"], ["Neworld"], ["Without You"], ["One I Want"], ["From Afar"], ["Dirty Water Dog"], ["Once"], ["Fire in the Hole"], ["Josephina"], ["Year to the Day"], ["Primary"], ["Ballot or the Bullet"], ["How Many Say I"], ["Sucker Train Blues"], ["Do It For The Kids"], ["Big Machine"], ["Illegal I Song"], ["Spectacle"], ["Fall To Pieces"], ["Headspace"], ["Superhuman"], ["Set Me Free"], ["You Got No Right"], ["Slither"], ["Dirty Little Thing"], ["Loving The Alien"], ["Your Time Is Gonna Come"], ["Sympton of the Universe"], ["Snowblind"], ["Black Sabbath"], ["Fairies Wear Boots"], ["War Pigs"], ["The Wizard"], ["N.I.B."], ["Sweet Leaf"], ["Never Say Die"], ["Sabbath, Bloody Sabbath"], ["Iron Man/Children of the Grave"], ["Paranoid"], ["Rock You Like a Hurricane"], ["No One Like You"], ["The Zoo"], ["Loving You Sunday Morning"], ["Still Loving You"], ["Big City Nights"], ["Believe in Love"], ["Rhythm of Love"], ["I Can't Explain"], ["Tease Me Please Me"], ["Wind of Change"], ["Send Me an Angel"], ["I Guess You're Right"], ["Love Comes"]]}, "table_names": "['genres', 'tracks']", "table_image_ids": ["TableImg_Chun9_25.png", "TableImg_Aly4r_3503.png"], "original_data_index": 415} +{"question": "What is the the phone number of Nancy Edwards?", "answer": {"columns": ["phone"], "index": [0], "data": [["+1 (403) 262-3443"]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_Q5777_8.png"], "original_data_index": 416} +{"question": "What are the dates of publications in descending order of price?", "answer": {"columns": ["Publication_Date"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["August 2008"], ["March 2008"], ["June 2006"], ["October 2005"], ["August 2008"], ["March 2007"], ["April 2007"]]}, "table_names": "['publication']", "table_image_ids": ["TableImg_0pd4t_7.png"], "original_data_index": 417} +{"question": "List countries that have more than one swimmer.", "answer": {"columns": ["Nationality", "count(*)"], "index": [0], "data": [["Australia", 2]]}, "table_names": "['swimmer']", "table_image_ids": ["TableImg_3gpva_8.png"], "original_data_index": 418} +{"question": "What are the checking and savings balances in accounts belonging to Brown?", "answer": {"columns": ["balance", "balance"], "index": [0], "data": [[10000.0, 200000.0]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_3k045_7.png", "TableImg_Tb9bu_6.png", "TableImg_Qmbrs_7.png"], "original_data_index": 419} +{"question": "What are the last names of staff with email addressed containing the substring \"wrau\"?", "answer": {"columns": ["last_name"], "index": [0], "data": [["Erdman"]]}, "table_names": "['Staff']", "table_image_ids": ["TableImg_Oc04k_7.png"], "original_data_index": 420} +{"question": "Find the number of activities Mark Giuliano is involved in.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_Fb464_40.png", "TableImg_Rk9m7_58.png"], "original_data_index": 421} +{"question": "Show all party names and their region names.", "answer": {"columns": ["Party_name", "Region_name"], "index": [0, 1, 2, 3, 4], "data": [["Convention Peoples Party", "United Kingdom"], ["Progress Party", "United Kingdom"], ["3", "Japan"], ["Convention Union Party", "United States"], ["Sinefine Party", "United States"]]}, "table_names": "['region', 'party']", "table_image_ids": ["TableImg_Nw8r9_5.png", "TableImg_7a6pg_5.png"], "original_data_index": 422} +{"question": "How many male students (sex is 'M') are allergic to any type of food?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[10]]}, "table_names": "['Allergy_Type', 'Has_Allergy', 'Student']", "table_image_ids": ["TableImg_Zz2hu_14.png", "TableImg_Ovvoe_59.png", "TableImg_0200z_34.png"], "original_data_index": 423} +{"question": "What are the total order quantities of photo products?", "answer": {"columns": ["sum(T1.Order_Quantity)"], "index": [0], "data": [[3]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_Rlwje_15.png", "TableImg_Giuos_15.png"], "original_data_index": 424} +{"question": "How many distinct teams are involved in match seasons?", "answer": {"columns": ["count(DISTINCT Team)"], "index": [0], "data": [[7]]}, "table_names": "['team', 'match_season']", "table_image_ids": ["TableImg_K47bz_10.png", "TableImg_7hvce_16.png"], "original_data_index": 425} +{"question": "What are the ids and details for all organizations that have grants of more than 6000 dollars?", "answer": {"columns": ["organisation_id", "organisation_details"], "index": [0, 1, 2, 3, 4, 5], "data": [[2, "eius"], [7, "itaque"], [9, "a"], [10, "officiis"], [12, "itaque"], [14, "quo"]]}, "table_names": "['Grants', 'Organisations']", "table_image_ids": ["TableImg_Pzhlr_15.png", "TableImg_Hnl4l_15.png"], "original_data_index": 426} +{"question": "What is the shop name corresponding to the shop that opened in the most recent year?", "answer": {"columns": ["Shop_Name"], "index": [0], "data": [["National Cellphone"]]}, "table_names": "['shop']", "table_image_ids": ["TableImg_Tgwmi_12.png"], "original_data_index": 427} +{"question": "What are the first names for all students who are from the major numbered 600?", "answer": {"columns": ["Fname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["Linda"], ["Tracy"], ["Shiela"], ["Dinesh"], ["Paul"], ["Andy"], ["Lisa"], ["Jandy"], ["Eric"], ["Derek"], ["David"], ["Steven"], ["Charles"], ["Susan"], ["Mark"], ["Bruce"], ["Michael"], ["Arthur"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Sjwmq_34.png"], "original_data_index": 428} +{"question": "What are the first and last names for all customers?", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Carole", "Bernhard"], ["Genevieve", "Terry"], ["Clara", "Ortiz"], ["Jordy", "Tromp"], ["Millie", "Bruen"], ["Amya", "Spinka"], ["Marina", "Koelpin"], ["Dianna", "Trantow"], ["Leif", "Mertz"], ["Rylan", "Goodwin"], ["Ray", "Kohler"], ["Omer", "Leuschke"], ["Sigrid", "Schmeler"], ["Estelle", "Grant"], ["Dameon", "Sanford"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Zonc5_15.png"], "original_data_index": 429} +{"question": "Give me a list of distinct product ids from orders placed between 1975-01-01 and 1976-01-01?", "answer": {"columns": ["product_id"], "index": [0, 1, 2], "data": [[4], [15], [11]]}, "table_names": "['Orders', 'Order_Items']", "table_image_ids": ["TableImg_4s7bd_15.png", "TableImg_R3dq9_15.png"], "original_data_index": 430} +{"question": "What is the team name and acc regular season score of the school that was founded for the longest time?", "answer": {"columns": ["Team_Name", "ACC_Regular_Season"], "index": [0], "data": [["North Carolina", "14\u00e2\u0080\u00932"]]}, "table_names": "['basketball_match', 'university']", "table_image_ids": ["TableImg_Fisko_4.png", "TableImg_H2kcj_5.png"], "original_data_index": 431} +{"question": "List the project details of the projects with the research outcome described with the substring 'Published'.", "answer": {"columns": ["project_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["doloremque"], ["sed"], ["deserunt"], ["impedit"], ["beatae"], ["non"], ["deleniti"], ["deleniti"], ["non"], ["deleniti"]]}, "table_names": "['Project_Outcomes', 'Projects', 'Research_Outcomes']", "table_image_ids": ["TableImg_Re6ww_15.png", "TableImg_1minj_15.png", "TableImg_Rzlv1_2.png"], "original_data_index": 432} +{"question": "What are the names of festivals held in year 2007?", "answer": {"columns": ["Festival_Name"], "index": [0, 1], "data": [["Flower Awards"], ["Cherry Awards"]]}, "table_names": "['festival_detail']", "table_image_ids": ["TableImg_Awcio_5.png"], "original_data_index": 433} +{"question": "Show the ids for all the students who participate in an activity and are under 20.", "answer": {"columns": ["stuid"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "data": [[1001], [1002], [1006], [1007], [1009], [1010], [1014], [1015], [1016], [1019], [1021], [1022], [1024], [1025], [1029], [1033], [1034]]}, "table_names": "['Participates_in', 'Student']", "table_image_ids": ["TableImg_O0wcv_70.png", "TableImg_Jxp6z_34.png"], "original_data_index": 434} +{"question": "What are all the addresses in East Julianaside, Texas or in Gleasonmouth, Arizona.", "answer": {"columns": ["address_content"], "index": [0, 1], "data": [["120 Noble Radial"], ["92865 Margaretta Streets Suite 467"]]}, "table_names": "['Addresses']", "table_image_ids": ["TableImg_Qgeb1_15.png"], "original_data_index": 435} +{"question": "Show all locations with only 1 station.", "answer": {"columns": ["Location"], "index": [0, 1], "data": [["Birmingham"], ["Glasgow"]]}, "table_names": "['station']", "table_image_ids": ["TableImg_2clni_12.png"], "original_data_index": 436} +{"question": "What are the phone numbers of customers using the policy with the code \"Life Insurance\"?", "answer": {"columns": ["Customer_Phone"], "index": [0, 1, 2, 3], "data": [["+16(2)5838999222"], ["991.642.6485x822"], ["889-572-0609x552"], ["1-138-841-3073"]]}, "table_names": "['Available_Policies']", "table_image_ids": ["TableImg_8af03_15.png"], "original_data_index": 437} +{"question": "What are the names of all instructors in the Comp. Sci. department?", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Bondi"], ["Bourrier"]]}, "table_names": "['instructor']", "table_image_ids": ["TableImg_6qli5_50.png"], "original_data_index": 438} +{"question": "Find the name, checking balance and saving balance of all accounts in the bank.", "answer": {"columns": ["balance", "balance", "name"], "index": [0, 1, 2, 3, 4, 5], "data": [[10000.0, 200000.0, "Brown"], [2000.0, 999999999.0, "Wang"], [3000.0, 230000.0, "O'mahony"], [7000.0, 60.0, "Weeks"], [10000.0, 80000.0, "Granger"], [77.0, 240.0, "Porter"]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_M2nrn_7.png", "TableImg_Mhwr0_6.png", "TableImg_7f3rq_7.png"], "original_data_index": 439} +{"question": "List the names and emails of customers who payed by Visa card.", "answer": {"columns": ["customer_email", "customer_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["shaniya45@example.net", "Ron Emard"], ["dedric17@example.org", "Jaden Lang"], ["elmira.langworth@example.org", "Geovanni Grady"], ["reichel.winnifred@example.org", "Dr. Karine Farrell"], ["leann.hamill@example.org", "Lila Howe"], ["danika49@example.com", "Amalia Hudson DDS"], ["adriana83@example.org", "Annabell Walsh"], ["rollin95@example.net", "Aracely Borer V"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_A2ums_15.png"], "original_data_index": 440} +{"question": "Show the average transaction amount for different transaction types.", "answer": {"columns": ["transaction_type_code", "avg(amount_of_transaction)"], "index": [0, 1], "data": [["PUR", 25945880.3716125], ["SALE", 11198167.237771427]]}, "table_names": "['Transactions']", "table_image_ids": ["TableImg_1wlgj_15.png"], "original_data_index": 441} +{"question": "Find the number of distinct currency codes used in drama workshop groups.", "answer": {"columns": ["count(DISTINCT Currency_Code)"], "index": [0], "data": [[2]]}, "table_names": "['Drama_Workshop_Groups']", "table_image_ids": ["TableImg_Qbekx_15.png"], "original_data_index": 442} +{"question": "Show the id, the account name, and other account details for all accounts by the customer with first name 'Meaghan'.", "answer": {"columns": ["account_id", "date_account_opened", "account_name", "other_account_details"], "index": [0, 1, 2, 3], "data": [[1, "2016-07-30 22:22:24", "900", "Regular"], [3, "2012-05-04 18:50:32", "323", "Regular"], [9, "2010-10-22 13:33:45", "337", "Regular"], [12, "2015-02-02 09:47:08", "601", "Regular"]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_Fsg6o_15.png", "TableImg_2sevf_15.png"], "original_data_index": 443} +{"question": "What are the countries that contain 3 or more cities?", "answer": {"columns": ["country"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47], "data": [["Algeria"], ["Argentina"], ["Austria"], ["Bangladesh"], ["Brazil"], ["Canada"], ["Chile"], ["China"], ["Colombia"], ["Dominican Republic"], ["Ecuador"], ["Egypt"], ["France"], ["Germany"], ["India"], ["Indonesia"], ["Iran"], ["Israel"], ["Italy"], ["Japan"], ["Malaysia"], ["Mexico"], ["Morocco"], ["Mozambique"], ["Netherlands"], ["Nigeria"], ["Pakistan"], ["Paraguay"], ["Peru"], ["Philippines"], ["Poland"], ["Russian Federation"], ["Saudi Arabia"], ["South Africa"], ["South Korea"], ["Spain"], ["Switzerland"], ["Taiwan"], ["Tanzania"], ["Thailand"], ["Turkey"], ["Ukraine"], ["United Arab Emirates"], ["United Kingdom"], ["United States"], ["Venezuela"], ["Vietnam"], ["Yemen"]]}, "table_names": "['city', 'country']", "table_image_ids": ["TableImg_Jb8nq_600.png", "TableImg_Uhiza_109.png"], "original_data_index": 444} +{"question": "What are the ids of all reviewers who have not given 4 stars at least once?", "answer": {"columns": ["rID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[201], [203], [203], [204], [205], [205], [206], [206], [207], [208]]}, "table_names": "['Rating']", "table_image_ids": ["TableImg_458a6_14.png"], "original_data_index": 445} +{"question": "Find the number of kids staying in the rooms reserved by a person called ROY SWEAZ.", "answer": {"columns": ["Kids"], "index": [0, 1], "data": [[1], [1]]}, "table_names": "['Reservations']", "table_image_ids": ["TableImg_Zzmlr_600.png"], "original_data_index": 446} +{"question": "How many papers are \"Atsushi Ohori\" the author of?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Wkf2s_13.png", "TableImg_Jls1u_7.png", "TableImg_P9bxx_14.png"], "original_data_index": 447} +{"question": "List the customers first and last name of 10 least expensive invoices.", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Fynn", "Zimmermann"], ["Frank", "Harris"], ["Steve", "Murray"], ["Ellie", "Sullivan"], ["Roberto", "Almeida"], ["Enrique", "Mu\u00c3\u00b1oz"], ["Robert", "Brown"], ["Daan", "Peeters"], ["Hugh", "O'Reilly"], ["Victor", "Stevens"]]}, "table_names": "['customers', 'invoices']", "table_image_ids": ["TableImg_7v81e_59.png", "TableImg_2ywjw_412.png"], "original_data_index": 448} +{"question": "What is the department name and corresponding building for the department with the greatest budget?", "answer": {"columns": ["dept_name", "building"], "index": [0], "data": [["Physics", "Wrigley"]]}, "table_names": "['department']", "table_image_ids": ["TableImg_W5vw3_20.png"], "original_data_index": 449} +{"question": "What are the heights of perpetrators in descending order of the number of people they injured?", "answer": {"columns": ["Height"], "index": [0, 1, 2, 3, 4], "data": [[6.5], [6.4], [6.7], [6.8], [6.6]]}, "table_names": "['perpetrator', 'people']", "table_image_ids": ["TableImg_Z8mo1_5.png", "TableImg_Llabw_11.png"], "original_data_index": 450} +{"question": "Show all distinct lot details.", "answer": {"columns": ["lot_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["r"], ["z"], ["s"], ["q"], ["d"], ["m"], ["h"], ["x"]]}, "table_names": "['Lots']", "table_image_ids": ["TableImg_Nr4wp_15.png"], "original_data_index": 451} +{"question": "What are the ids of documents with letter 's' in the name with any expense budgets.", "answer": {"columns": ["Document_ID"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[57], [192], [226], [227], [300], [371], [383]]}, "table_names": "['Documents', 'Documents_with_Expenses']", "table_image_ids": ["TableImg_Qwyg1_15.png", "TableImg_D9gmi_10.png"], "original_data_index": 452} +{"question": "Tell me the payment method used by the customer who ordered the least amount of goods in total.", "answer": {"columns": ["payment_method"], "index": [0], "data": [["Credit Card"]]}, "table_names": "['Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Eqdmw_15.png", "TableImg_9bwfc_15.png", "TableImg_06qqy_15.png"], "original_data_index": 453} +{"question": "What are the ids and names of the companies that operated more than one flight?", "answer": {"columns": ["id", "name"], "index": [0, 1, 2], "data": [[4, "Dragonair"], [5, "Cathay Pacific Cargo"], [11, "Vogue Laundry Service Limited"]]}, "table_names": "['operate_company', 'flight']", "table_image_ids": ["TableImg_Xlygr_14.png", "TableImg_Z4ajj_13.png"], "original_data_index": 454} +{"question": "Find the names of the tourist attractions that is either accessible by walk or at address 660 Shea Crescent.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["UK gallery"], ["fun games"], ["history gallery"], ["exploration trial"], ["presidents hall"]]}, "table_names": "['Locations', 'Tourist_Attractions']", "table_image_ids": ["TableImg_Gnlvz_15.png", "TableImg_Ur5q5_15.png"], "original_data_index": 455} +{"question": "Find the name of each user and number of tweets tweeted by each of them.", "answer": {"columns": ["name", "count(*)"], "index": [0, 1, 2, 3, 4], "data": [["Iron Man", 2], ["Black Widow\n", 1], ["Susan", 2], ["Tyler Swift", 1], ["Celine Dion", 2]]}, "table_names": "['tweets', 'user_profiles']", "table_image_ids": ["TableImg_Xtduq_8.png", "TableImg_1puq6_7.png"], "original_data_index": 456} +{"question": "Give me all the distinct location codes for documents.", "answer": {"columns": ["Location_Code"], "index": [0, 1, 2, 3, 4], "data": [["e"], ["x"], ["c"], ["b"], ["n"]]}, "table_names": "['Document_Locations']", "table_image_ids": ["TableImg_Vxwn8_15.png"], "original_data_index": 457} +{"question": "What is the role of the employee named Koby?", "answer": {"columns": ["role_description"], "index": [0], "data": [["Editor"]]}, "table_names": "['Roles', 'Employees']", "table_image_ids": ["TableImg_Qrxj5_4.png", "TableImg_Xypee_6.png"], "original_data_index": 458} +{"question": "Find all information about student addresses, and sort by monthly rental in descending order.", "answer": {"columns": ["student_id", "address_id", "date_address_from", "date_address_to", "monthly_rental", "other_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [[13, 16, "2018-03-23 08:25:36", "2018-03-12 17:21:24", 1297.807, "apartment"], [8, 1, "2017-10-31 12:40:34", "2018-02-25 05:21:34", 1297.3186, "apartment"], [2, 8, "2017-07-21 10:13:10", "2018-03-20 09:02:48", 1287.5604, "house"], [4, 2, "2017-09-10 19:41:10", "2018-03-04 06:51:19", 1132.742, "house"], [3, 18, "2017-06-19 12:39:39", "2018-03-02 00:19:57", 1113.0996, "house"], [7, 13, "2018-01-13 22:56:06", "2018-03-22 17:56:20", 1067.8383, "house"], [5, 13, "2017-03-29 18:22:55", "2018-03-14 09:12:05", 1036.8462, "apartment"], [12, 10, "2017-09-23 05:16:17", "2018-03-05 21:12:37", 1032.9782, "apartment"], [15, 1, "2018-03-05 19:28:26", "2018-03-15 04:44:58", 1032.8717, "apartment"], [1, 5, "2017-11-12 04:24:02", "2018-03-14 17:00:44", 1007.2597, "apartment"], [7, 3, "2017-04-28 06:27:14", "2018-03-23 09:52:56", 894.0958, "house"], [2, 8, "2017-04-18 05:36:44", "2018-03-07 04:29:28", 865.2615, "house"], [6, 12, "2017-10-16 13:56:34", "2018-03-15 10:37:19", 826.4319, "house"], [2, 3, "2017-08-12 18:28:31", "2018-03-06 21:41:20", 800.1214, "house"], [4, 1, "2017-06-22 12:20:52", "2018-03-04 17:04:35", 756.6745, "house"], [11, 12, "2018-02-18 06:58:49", "2018-02-27 04:45:57", 747.5312, "house"], [8, 16, "2018-01-12 13:23:23", "2018-03-04 06:05:45", 683.0735, "house"], [9, 9, "2018-02-04 02:28:04", "2018-03-12 02:57:48", 679.2988, "house"], [13, 19, "2017-08-17 11:51:00", "2018-03-04 13:24:28", 644.9306, "apartment"], [10, 18, "2017-10-09 17:31:44", "2018-03-18 03:28:47", 620.2801, "house"]]}, "table_names": "['Student_Addresses']", "table_image_ids": ["TableImg_H43qx_20.png"], "original_data_index": 459} +{"question": "Select the average price of each manufacturer's products, showing the manufacturer's name.", "answer": {"columns": ["avg(T1.Price)", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [[150.0, "Creative Labs"], [240.0, "Fujitsu"], [162.0, "Hewlett-Packard"], [150.0, "Iomega"], [240.0, "Sony"], [62.5, "Winchester"]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_Qc2a7_6.png", "TableImg_Jn28j_11.png"], "original_data_index": 460} +{"question": "Which apartment type has the largest number of total rooms? Return the apartment type code, its number of bathrooms and number of bedrooms.", "answer": {"columns": ["apt_type_code", "bathroom_count", "bedroom_count"], "index": [0], "data": [["Flat", 2, 4]]}, "table_names": "['Apartments']", "table_image_ids": ["TableImg_Ydmwk_15.png"], "original_data_index": 461} +{"question": "Of complaints with the type code \"Product Failure\", how many had each different status code?", "answer": {"columns": ["complaint_status_code", "count(*)"], "index": [0, 1], "data": [["Closed", 1], ["Open", 1]]}, "table_names": "['Complaints']", "table_image_ids": ["TableImg_Hmgkc_12.png"], "original_data_index": 462} +{"question": "What are the name of courses that have at least five enrollments?", "answer": {"columns": ["CName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["CIRCUITS"], ["APPLIED STATISTICS AND DATA ANALYSIS"], ["INTRODUCTION TO PROBABILITY"], ["COMBINATORIAL ANALYSIS"], ["INTRO TO PROGRAMMING IN JAVA"], ["EXPLORING THE INTERNET"], ["DATA STRUCTURES in JAVA"], ["MULTIMEDIA COMPUTING"], ["SUPERCOMPUTING"], ["DATABASE SYSTEMS"], ["COMPUTER SYSTEM FUNDAMENTALS"], ["DISTRIBUTED SYSTEMS"], ["DATABASE SYSTEMS"], ["DISTRIBUTED SYSTEMS"], ["QUANTITATIVE MEDICAL COMPUTING"], ["COMPUTER VISION"], ["ALGORITHMS I"], ["INTRO TO NATURAL LANGUAGE PROCESSING"]]}, "table_names": "['Course', 'Enrolled_in']", "table_image_ids": ["TableImg_H8t9j_76.png", "TableImg_Xgbsf_210.png"], "original_data_index": 463} +{"question": "What is the latitude, longitude, city of the station from which the shortest trip started?", "answer": {"columns": ["lat", "long", "city"], "index": [0], "data": [[37.776617, -122.39526, "San Francisco"]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_Aa147_70.png", "TableImg_81xid_9959.png"], "original_data_index": 464} +{"question": "What are the issue dates of volumes associated with the artist aged 23 or younger?", "answer": {"columns": ["Issue_Date"], "index": [0], "data": [["6 June"]]}, "table_names": "['artist', 'volume']", "table_image_ids": ["TableImg_Upwsx_7.png", "TableImg_Oqpt2_10.png"], "original_data_index": 465} +{"question": "Return the distinct customer details.", "answer": {"columns": ["Customer_Details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["America Jaskolski"], ["Ellsworth Paucek"], ["Mrs. Hanna Willms"], ["Dr. Diana Rath"], ["Selena Gerhold"], ["Lauriane Ferry PhD"], ["Sydnie Friesen"], ["Dayana Robel"], ["Mr. Edwardo Blanda I"], ["Augustine Kerluke"], ["Buddy Marquardt"], ["Mr. Randal Lynch III"], ["Mrs. Liza Heller V"], ["Mrs. Lilly Graham III"], ["Miss Felicita Reichel"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Abuqp_15.png"], "original_data_index": 466} +{"question": "Which film actor (actress) starred the most films? List his or her first name, last name and actor id.", "answer": {"columns": ["first_name", "last_name", "actor_id"], "index": [0], "data": [["GINA", "DEGENERES", 107]]}, "table_names": "['actor', 'film_actor']", "table_image_ids": ["TableImg_1qft8_200.png", "TableImg_7nx6a_5462.png"], "original_data_index": 467} +{"question": "List the names of editors who are older than 25.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Kamila Porczyk"], ["Anna Powierza"], ["Piotr Pr\u00c4\u0099gowski"], ["Gra\u00c5\u00bcyna Wolszczak"], ["Maria G\u00c3\u00b3ralczyk"]]}, "table_names": "['editor']", "table_image_ids": ["TableImg_39xli_9.png"], "original_data_index": 468} +{"question": "What are the names of the stations which serve both \"Ananthapuri Express\" and \"Guruvayur Express\" trains?", "answer": {"columns": ["Name"], "index": [0], "data": [["London Waterloo"]]}, "table_names": "['station', 'train', 'train_station']", "table_image_ids": ["TableImg_Mzjob_12.png", "TableImg_Ou2r4_11.png", "TableImg_Cyw1b_11.png"], "original_data_index": 469} +{"question": "What are the enrollment dates of all the tests that have result \"Pass\"?", "answer": {"columns": ["date_of_enrolment"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["2017-10-10 10:05:03"], ["2017-09-21 07:05:01"], ["2017-09-21 07:05:01"], ["2017-09-06 06:27:15"], ["2017-10-23 08:23:22"], ["2017-08-02 17:21:44"], ["2017-10-29 15:39:31"], ["2017-11-13 12:49:33"]]}, "table_names": "['Student_Course_Enrolment', 'Student_Tests_Taken']", "table_image_ids": ["TableImg_Cbj7j_20.png", "TableImg_Vvr2l_15.png"], "original_data_index": 470} +{"question": "List all company names with a book published by Alyson.", "answer": {"columns": ["Company_name"], "index": [0], "data": [["Culture China"]]}, "table_names": "['book_club', 'culture_company']", "table_image_ids": ["TableImg_0h8w6_12.png", "TableImg_Su5yw_6.png"], "original_data_index": 471} +{"question": "What are the unit of measure and category code for the 'chervil' product?", "answer": {"columns": ["unit_of_measure", "product_category_code"], "index": [0], "data": [["Handful ", "Herbs"]]}, "table_names": "['Ref_Product_Categories', 'Products']", "table_image_ids": ["TableImg_Uqfqx_3.png", "TableImg_8dlch_15.png"], "original_data_index": 472} +{"question": "Show the names of customers who have both an order in completed status and an order in part status.", "answer": {"columns": ["customer_name"], "index": [0, 1, 2], "data": [["Cleo"], ["Lela"], ["Sterling"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_7r2fd_15.png", "TableImg_Qnlfd_15.png"], "original_data_index": 473} +{"question": "Show all different home cities.", "answer": {"columns": ["Home_city"], "index": [0, 1, 2, 3, 4], "data": [["Hartford"], ["Bethel"], ["Coventry"], ["East Hartford"], ["Manchester"]]}, "table_names": "['driver']", "table_image_ids": ["TableImg_Zltk6_12.png"], "original_data_index": 474} +{"question": "Which manager won the most manager award? Give me the manager's first name, last name and id.", "answer": {"columns": ["name_first", "name_last", "player_id"], "index": [0], "data": [["Bobby", "Cox", "coxbo01"]]}, "table_names": "['manager_award', 'player']", "table_image_ids": ["TableImg_Eusy8_177.png", "TableImg_Bxawh_18846.png"], "original_data_index": 475} +{"question": "What are the email addresses of teachers whose address has zip code \"918\"?", "answer": {"columns": ["email_address"], "index": [0], "data": [["everardo.lynch@example.net"]]}, "table_names": "['Addresses', 'Teachers']", "table_image_ids": ["TableImg_Pixpe_20.png", "TableImg_Olmcs_15.png"], "original_data_index": 476} +{"question": "How many students are enrolled in college?", "answer": {"columns": ["sum(enr)"], "index": [0], "data": [[71000]]}, "table_names": "['College']", "table_image_ids": ["TableImg_9nznu_4.png"], "original_data_index": 477} +{"question": "Find the total number of courses offered.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Courses']", "table_image_ids": ["TableImg_T87mi_15.png"], "original_data_index": 478} +{"question": "Find the number and averaged salary of all instructors who are in the department with the highest budget.", "answer": {"columns": ["avg(T1.salary)", "count(*)"], "index": [0], "data": [[77600.1882, 50]]}, "table_names": "['department', 'instructor']", "table_image_ids": ["TableImg_Lc189_20.png", "TableImg_Nn2sv_50.png"], "original_data_index": 479} +{"question": "Give me the times and numbers of all trains that go to Chennai, ordered by time.", "answer": {"columns": ["time", "train_number"], "index": [0, 1], "data": [["17:15", 16724], ["4:49", 16128]]}, "table_names": "['train']", "table_image_ids": ["TableImg_Ysvvf_11.png"], "original_data_index": 480} +{"question": "Return the names of people, ordered by weight ascending.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Fabrizio Buonocore"], ["Leonardo Binchi"], ["Alberto Angelini"], ["Roberto Calcaterra"], ["Marco Gerini"], ["Maurizio Felugo"], ["Francesco Postiglione"], ["Goran Fiorentini"]]}, "table_names": "['people']", "table_image_ids": ["TableImg_Gaqc1_8.png"], "original_data_index": 481} +{"question": "Return the names of products that have had complaints filed by the customer who has filed the fewest complaints.", "answer": {"columns": ["product_name"], "index": [0], "data": [["Chocolate"]]}, "table_names": "['Customers', 'Products', 'Complaints']", "table_image_ids": ["TableImg_Y5e2k_8.png", "TableImg_Dfwd6_4.png", "TableImg_785y2_12.png"], "original_data_index": 482} +{"question": "List all of the player ids with a height of at least 180cm and an overall rating higher than 85.", "answer": {"columns": ["player_api_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99], "data": [[19243], [24503], [25759], [26098], [26166], [26173], [26295], [26564], [27299], [27301], [27326], [27424], [27430], [30549], [30592], [30612], [30617], [30618], [30620], [30622], [30626], [30627], [30631], [30638], [30648], [30649], [30657], [30679], [30682], [30690], [30696], [30699], [30706], [30709], [30714], [30716], [30717], [30720], [30723], [30726], [30728], [30740], [30743], [30822], [30834], [30843], [30853], [30859], [30865], [30872], [30889], [30893], [30911], [30931], [30960], [30962], [30989], [31921], [31996], [32118], [32867], [33074], [33085], [33761], [34106], [34305], [34534], [34602], [34947], [35561], [35606], [35724], [36183], [36378], [36388], [36615], [37259], [37482], [38460], [39027], [39774], [39989], [40636], [41044], [41884], [46509], [49677], [49939], [56678], [80562], [93447], [95078], [116772], [129944], [154257], [164684], [169200], [170323], [182917], [248453]]}, "table_names": "['Player_Attributes', 'Player']", "table_image_ids": ["TableImg_E5glu_183978.png", "TableImg_Zifbp_11060.png"], "original_data_index": 483} +{"question": "What is the number of aircraft?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['aircraft']", "table_image_ids": ["TableImg_299nk_5.png"], "original_data_index": 484} +{"question": "What is the average price for flights from LA to Honolulu?", "answer": {"columns": ["avg(price)"], "index": [0], "data": [[400.605]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_3sw2y_10.png"], "original_data_index": 485} +{"question": "Find the name and age of the person who is a friend of Dan or Alice.", "answer": {"columns": ["name", "age"], "index": [0], "data": [["Zach", 45]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Zb4cs_4.png", "TableImg_504ma_4.png"], "original_data_index": 486} +{"question": "What is the department name of the students with lowest gpa belongs to?", "answer": {"columns": ["DEPT_NAME"], "index": [0], "data": [["Accounting"]]}, "table_names": "['DEPARTMENT', 'STUDENT']", "table_image_ids": ["TableImg_Laqvb_11.png", "TableImg_Bffnl_8.png"], "original_data_index": 487} +{"question": "What is first names of the top 5 staff who have handled the greatest number of complaints?", "answer": {"columns": ["first_name"], "index": [0, 1, 2, 3, 4], "data": [["Dagmar"], ["Bradly"], ["Austin"], ["Lucie"], ["Mikel"]]}, "table_names": "['Staff', 'Complaints']", "table_image_ids": ["TableImg_7rgtp_7.png", "TableImg_Qtuqj_12.png"], "original_data_index": 488} +{"question": "Find number of tracks in each genre?", "answer": {"columns": ["count(*)", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24], "data": [[40, "Alternative"], [332, "Alternative & Punk"], [81, "Blues"], [15, "Bossa Nova"], [74, "Classical"], [17, "Comedy"], [64, "Drama"], [24, "Easy Listening"], [30, "Electronica/Dance"], [28, "Heavy Metal"], [35, "Hip Hop/Rap"], [130, "Jazz"], [579, "Latin"], [374, "Metal"], [1, "Opera"], [48, "Pop"], [61, "R&B/Soul"], [58, "Reggae"], [1297, "Rock"], [12, "Rock And Roll"], [26, "Sci Fi & Fantasy"], [13, "Science Fiction"], [43, "Soundtrack"], [93, "TV Shows"], [28, "World"]]}, "table_names": "['genres', 'tracks']", "table_image_ids": ["TableImg_Ocqys_25.png", "TableImg_Oo95t_3503.png"], "original_data_index": 489} +{"question": "What is the number of professors for different school?", "answer": {"columns": ["count(*)", "SCHOOL_CODE"], "index": [0, 1], "data": [[12, "A&SCI"], [10, "BUS"]]}, "table_names": "['DEPARTMENT', 'PROFESSOR']", "table_image_ids": ["TableImg_11nia_11.png", "TableImg_Mk74o_22.png"], "original_data_index": 490} +{"question": "How many hours do the students spend studying in each department?", "answer": {"columns": ["sum(stu_hrs)", "DEPT_CODE"], "index": [0, 1, 2, 3, 4], "data": [[165, "ACCT"], [42, "BIOL"], [147, "CIS"], [120, "EDU"], [102, "ENGL"]]}, "table_names": "['STUDENT']", "table_image_ids": ["TableImg_Afft8_8.png"], "original_data_index": 491} +{"question": "Find the average ram mib size of the chip models that are never used by any phone.", "answer": {"columns": ["avg(RAM_MiB)"], "index": [0], "data": [[60.0]]}, "table_names": "['chip_model', 'phone']", "table_image_ids": ["TableImg_5d9uo_14.png", "TableImg_08see_8.png"], "original_data_index": 492} +{"question": "Show ids of students who play video game and play sports.", "answer": {"columns": ["StuID"], "index": [0], "data": [[1001]]}, "table_names": "['Plays_Games', 'SportsInfo']", "table_image_ids": ["TableImg_Xhpkx_10.png", "TableImg_017b5_14.png"], "original_data_index": 493} +{"question": "What is the name and rank of every company ordered by descending number of sales?", "answer": {"columns": ["Company", "Rank"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Royal Dutch Shell", 4], ["ExxonMobil", 1], ["BP", 11], ["PetroChina", 7], ["General Electric", 3], ["Petrobras", 10], ["Berkshire Hathaway", 8], ["HSBC", 6], ["Wells Fargo", 9], ["Industrial and Commercial Bank of China", 5]]}, "table_names": "['company']", "table_image_ids": ["TableImg_Bqck1_10.png"], "original_data_index": 494} +{"question": "How many faculty lines are there at San Francisco State University in 2004?", "answer": {"columns": ["Faculty"], "index": [0], "data": [[1083.3]]}, "table_names": "['Campuses', 'faculty']", "table_image_ids": ["TableImg_634kg_23.png", "TableImg_7eok4_69.png"], "original_data_index": 495} +{"question": "What are the names of all male British artists?", "answer": {"columns": ["artist_name"], "index": [0], "data": [["Michel"]]}, "table_names": "['artist']", "table_image_ids": ["TableImg_He6ig_6.png"], "original_data_index": 496} +{"question": "What are the player name, number of matches, and information source for players who do not suffer from injury of 'Knee problem'?", "answer": {"columns": ["Player", "Number_of_matches", "Source"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Davide Santon", "12", "inter.it"], ["Dejan Stankovi\u00c4\u0087", "2", "inter.it"], ["Wesley Sneijder", "1", "inter.it"], ["Diego Milito", "1", "inter.it"], ["Javier Zanetti", "4", "inter.it"], ["Walter Samuel", "3", "inter.it"], ["Thiago Motta", "10", "inter.it"], ["Goran Pandev", "3", "inter.it"], ["Iv\u00c3\u00a1n C\u00c3\u00b3rdoba", "1", "inter.it"], ["Esteban Cambiasso", "2", "inter.it"], ["Dejan Stankovi\u00c4\u0087 (2)", "4 (6)", "inter.it"], ["Wesley Sneijder (2)", "1 (2)", "inter.it"], ["Esteban Cambiasso (2)", "4 (6)", "inter.it"]]}, "table_names": "['injury_accident']", "table_image_ids": ["TableImg_Grp3q_15.png"], "original_data_index": 497} +{"question": "What are the send dates for all documents that have a grant amount of more than 5000 and are involved in research?", "answer": {"columns": ["sent_date"], "index": [0, 1, 2, 3, 4, 5], "data": [["1986-11-30 07:56:35"], ["1979-07-04 08:54:23"], ["2001-06-18 06:35:49"], ["2002-07-26 15:50:28"], ["1993-02-19 16:31:12"], ["2000-06-06 01:03:46"]]}, "table_names": "['Documents', 'Grants', 'Organisation_Types', 'Organisations']", "table_image_ids": ["TableImg_6527g_15.png", "TableImg_Igkrk_15.png", "TableImg_4l28m_2.png", "TableImg_A387g_15.png"], "original_data_index": 498} +{"question": "List the id and type of each thing, and the details of the organization that owns it.", "answer": {"columns": ["thing_id", "Type_of_Thing_Code", "organization_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[1, "Electronics", "Denesik and Sons Party"], [2, "Electronics", "Denesik and Sons Party"], [10, "Commen", "Denesik and Sons Party"], [14, "Furniture", "Robel-Schulist Group"], [26, "Electronics", "Denesik and Sons Party"], [35, "Electronics", "Reinger, Hudson and Nolan Group"], [45, "Commen", "Denesik and Sons Party"], [46, "Commen", "Denesik and Sons Party"], [47, "Commen", "Robel-Schulist Group"], [58, "Electronics", "Denesik and Sons Party"], [68, "Commen", "Robel-Schulist Group"], [80, "Furniture", "Denesik and Sons Party"], [84, "Commen", "Denesik and Sons Party"], [85, "Commen", "Denesik and Sons Party"], [92, "Commen", "Reinger, Hudson and Nolan Group"]]}, "table_names": "['Organizations', 'Things']", "table_image_ids": ["TableImg_Qff5q_3.png", "TableImg_Mbvqu_15.png"], "original_data_index": 499} +{"question": "Find the name of instructors who are advisors of the students from the Math department, and sort the results by students' total credit.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], "data": [["Gutierrez"], ["Pingr"], ["Morris"], ["Gutierrez"], ["Luo"], ["Murata"], ["Hau"], ["Valtchev"], ["Bawa"], ["Lent"], ["Vicentino"], ["DAgostino"], ["Arinb"], ["Konstantinides"], ["Pimenta"], ["Dusserre"], ["Bancilhon"], ["Yin"], ["Soisalon-Soininen"], ["Konstantinides"], ["Bietzk"], ["Jaekel"], ["Shuming"], ["Queiroz"], ["Mird"], ["Dusserre"], ["Jaekel"], ["Luo"], ["Bawa"], ["Sarkar"], ["Tung"], ["Valtchev"], ["Romero"], ["Sullivan"], ["Soisalon-Soininen"], ["Mird"], ["Pimenta"], ["Mahmoud"], ["Arias"], ["Vicentino"], ["Bancilhon"], ["Bertolino"], ["Murata"], ["Levine"], ["Kean"], ["Atanassov"], ["Choll"], ["Bawa"], ["Lent"], ["Bourrier"], ["Bancilhon"], ["Liley"], ["Mahmoud"], ["Hau"], ["Bietzk"], ["Ullman "], ["Romero"], ["Sullivan"], ["Ullman "], ["Yazdi"], ["Vicentino"], ["Yin"], ["Wieland"], ["Kean"], ["Sullivan"], ["Vicentino"], ["Sullivan"], ["Pingr"], ["Bawa"], ["Mingoz"], ["Sakurai"], ["Luo"], ["Levine"], ["Lembr"], ["Yazdi"], ["Luo"], ["Arinb"], ["Levine"], ["Yin"], ["Liley"], ["Arinb"], ["Hau"], ["Liley"], ["Atanassov"], ["Romero"], ["Sullivan"], ["Bietzk"], ["Arias"], ["Wieland"], ["Dusserre"], ["Sarkar"]]}, "table_names": "['instructor', 'student', 'advisor']", "table_image_ids": ["TableImg_Fdqy8_50.png", "TableImg_8k1kz_2000.png", "TableImg_Hevf8_2000.png"], "original_data_index": 500} +{"question": "What is the name of the artist who produced the shortest song?", "answer": {"columns": ["artist_name"], "index": [0], "data": [["Prity"]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_0axr5_6.png", "TableImg_I8v1s_6.png"], "original_data_index": 501} +{"question": "What are the different reviewer names, movie titles, and stars for every rating where the reviewer had the same name as the director?", "answer": {"columns": ["name", "title", "stars"], "index": [0], "data": [["James Cameron", "Avatar", 5]]}, "table_names": "['Movie', 'Reviewer', 'Rating']", "table_image_ids": ["TableImg_F8skf_8.png", "TableImg_Wn7fg_8.png", "TableImg_O1qm9_14.png"], "original_data_index": 502} +{"question": "Find the name of accounts whose checking balance is below the average checking balance.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3], "data": [["Wang"], ["O'mahony"], ["Porter"], ["Wesley"]]}, "table_names": "['ACCOUNTS', 'CHECKING']", "table_image_ids": ["TableImg_Iuj68_7.png", "TableImg_6exsl_7.png"], "original_data_index": 503} +{"question": "What is the official name and status of the city with the most residents?", "answer": {"columns": ["Official_Name", "Status"], "index": [0], "data": [["Grand Falls/Grand-Sault", "Town"]]}, "table_names": "['city']", "table_image_ids": ["TableImg_Eefhn_5.png"], "original_data_index": 504} +{"question": "What are the official native languages that contain the string \"English\".", "answer": {"columns": ["Official_native_language"], "index": [0, 1, 2], "data": [["Irish English"], ["English Manx"], ["English"]]}, "table_names": "['country']", "table_image_ids": ["TableImg_Yfmkk_6.png"], "original_data_index": 505} +{"question": "Which attribute definitions have attribute value 0? Give me the attribute name and attribute ID.", "answer": {"columns": ["attribute_name", "attribute_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Yellow", 3], ["Black", 2], ["Sweet", 4], ["Black", 2], ["Black", 2], ["Sweet", 4], ["Yellow", 3], ["Sweet", 4]]}, "table_names": "['Attribute_Definitions', 'Catalog_Contents_Additional_Attributes']", "table_image_ids": ["TableImg_Qvwn5_4.png", "TableImg_8tao0_15.png"], "original_data_index": 506} +{"question": "What is the average unit price of rock tracks?", "answer": {"columns": ["AVG(T2.UnitPrice)"], "index": [0], "data": [[0.99]]}, "table_names": "['Genre', 'Track']", "table_image_ids": ["TableImg_0fzlp_25.png", "TableImg_Ujuto_3503.png"], "original_data_index": 507} +{"question": "How many premises are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Premises']", "table_image_ids": ["TableImg_Vesbo_15.png"], "original_data_index": 508} +{"question": "How many students are there in total?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[34]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_1twxy_34.png"], "original_data_index": 509} +{"question": "Find the names of customers who have no policies associated.", "answer": {"columns": ["Customer_Details"], "index": [0, 1, 2, 3, 4], "data": [["Augustine Kerluke"], ["Ellsworth Paucek"], ["Mr. Edwardo Blanda I"], ["Mr. Randal Lynch III"], ["Sydnie Friesen"]]}, "table_names": "['Customers', 'Policies']", "table_image_ids": ["TableImg_2xoou_15.png", "TableImg_Gmd7a_15.png"], "original_data_index": 510} +{"question": "Find the name of the program that is broadcast most frequently.", "answer": {"columns": ["Name"], "index": [0], "data": [["Aniworld"]]}, "table_names": "['program', 'broadcast']", "table_image_ids": ["TableImg_4048x_5.png", "TableImg_68hxi_11.png"], "original_data_index": 511} +{"question": "How many different products correspond to each order id?", "answer": {"columns": ["order_id", "count(DISTINCT product_id)"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[1, 2], [2, 1], [4, 3], [10, 1], [12, 1], [13, 3], [14, 1], [15, 2]]}, "table_names": "['Order_Items']", "table_image_ids": ["TableImg_1go5m_15.png"], "original_data_index": 512} +{"question": "How many exhibitions have a attendance more than 100 or have a ticket price below 10?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[13]]}, "table_names": "['exhibition', 'exhibition_record']", "table_image_ids": ["TableImg_K4dhr_6.png", "TableImg_Xq8w8_13.png"], "original_data_index": 513} +{"question": "Give me the name and description of the location with code x.", "answer": {"columns": ["Location_Name", "Location_Description"], "index": [0], "data": [["Xiamen", ""]]}, "table_names": "['Ref_Locations']", "table_image_ids": ["TableImg_Im7wb_5.png"], "original_data_index": 514} +{"question": "Find the names of the items that did not receive any review.", "answer": {"columns": ["title"], "index": [0, 1, 2], "data": [["pear"], ["apple"], ["blue hoodie"]]}, "table_names": "['item', 'review']", "table_image_ids": ["TableImg_Gfg0b_8.png", "TableImg_8623a_7.png"], "original_data_index": 515} +{"question": "Who belong to the institution \"University of Oxford\"? Show the first names and last names.", "answer": {"columns": ["fname", "lname"], "index": [0, 1, 2], "data": [["Jeremy", "Gibbons"], ["Ralf", "Hinze"], ["Daniel W. H.", "James"]]}, "table_names": "['Inst', 'Authors', 'Authorship']", "table_image_ids": ["TableImg_B0g2m_8.png", "TableImg_Phgm1_13.png", "TableImg_Kvca6_14.png"], "original_data_index": 516} +{"question": "Show all locations that have train stations with at least 15 platforms and train stations with more than 25 total passengers.", "answer": {"columns": ["Location"], "index": [0, 1], "data": [["London"], ["Glasgow"]]}, "table_names": "['station']", "table_image_ids": ["TableImg_Klpq5_12.png"], "original_data_index": 517} +{"question": "What is the average price across all products?", "answer": {"columns": ["avg(price)"], "index": [0], "data": [[153.7272727273]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Thore_11.png"], "original_data_index": 518} +{"question": "What is the name of the staff that is in charge of the attraction named \"US museum\"?", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Whitney"], ["Kaela"], ["Trinity"]]}, "table_names": "['Tourist_Attractions', 'Staff']", "table_image_ids": ["TableImg_Ddq34_15.png", "TableImg_9qu0q_20.png"], "original_data_index": 519} +{"question": "How many lessons taken by customer with first name as Rylan and last name as Goodwin were completed?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Customers', 'Lessons']", "table_image_ids": ["TableImg_Ecaoz_15.png", "TableImg_Mx56f_15.png"], "original_data_index": 520} +{"question": "How many trains have 'Express' in their names?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[9]]}, "table_names": "['train']", "table_image_ids": ["TableImg_Kdif0_11.png"], "original_data_index": 521} +{"question": "What is the name of the department that has the largest number of students enrolled?", "answer": {"columns": ["DEPT_NAME"], "index": [0], "data": [["Computer Info. Systems"]]}, "table_names": "['CLASS', 'COURSE', 'DEPARTMENT', 'ENROLL']", "table_image_ids": ["TableImg_Hxgof_13.png", "TableImg_Sg1ex_6.png", "TableImg_Q6ov1_11.png", "TableImg_41trw_6.png"], "original_data_index": 522} +{"question": "Give the title of the prerequisite to the course International Finance.", "answer": {"columns": ["title"], "index": [0], "data": [["Elastic Structures"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_Czhgi_200.png", "TableImg_J66y6_100.png"], "original_data_index": 523} +{"question": "Count the number of times the team \"Boston Red Stockings\" lost in 2009 postseason.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['postseason', 'team']", "table_image_ids": ["TableImg_Hrsby_307.png", "TableImg_Il09a_2805.png"], "original_data_index": 524} +{"question": "Find the name of the products that have the color description \"red\" and have the characteristic name \"fast\".", "answer": {"columns": ["product_name"], "index": [0, 1], "data": [["sesame"], ["caraway"]]}, "table_names": "['Ref_Colors', 'Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Jo3kg_8.png", "TableImg_6gyit_15.png", "TableImg_Orgbr_15.png", "TableImg_5y1lu_15.png"], "original_data_index": 525} +{"question": "What is the id of the candidate who most recently accessed the course?", "answer": {"columns": ["candidate_id"], "index": [0], "data": [[121]]}, "table_names": "['Candidate_Assessments']", "table_image_ids": ["TableImg_D2c5z_5.png"], "original_data_index": 526} +{"question": "Show the names of countries that have more than one roller coaster.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Austria"], ["Finland"]]}, "table_names": "['roller_coaster', 'country']", "table_image_ids": ["TableImg_R4ll8_6.png", "TableImg_Sp2ov_3.png"], "original_data_index": 527} +{"question": "For each party, find its location and the name of its host. Sort the result in ascending order of the age of the host.", "answer": {"columns": ["Location", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Various locations", "Carlos Delfino"], ["Heineken Music Hall Amsterdam", "Kornel David"], ["Heineken Music Hall Amsterdam", "Lloyd Daniels"], ["Hemkade 48 Zaandam", "Austin Daye"], ["Hemkade 48 Zaandam", "Ed Davis"], ["Heineken Music Hall Amsterdam", "Derrick Dial"]]}, "table_names": "['party', 'host', 'party_host']", "table_image_ids": ["TableImg_J1bhn_8.png", "TableImg_Ul9o1_10.png", "TableImg_Vlb5n_6.png"], "original_data_index": 528} +{"question": "List the name of artworks in ascending alphabetical order.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Back Home"], ["Boys"], ["Cats"], ["Daniel Mananta"], ["I Know"], ["Indonesian Idol"], ["Loving you"], ["Martin"], ["Why"]]}, "table_names": "['artwork']", "table_image_ids": ["TableImg_2483n_9.png"], "original_data_index": 529} +{"question": "What is the name of each aircraft and how many flights does each one complete?", "answer": {"columns": ["name", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Boeing 747-400", 1], ["Boeing 737-800", 1], ["Airbus A340-300", 2], ["Embraer ERJ-145", 1], ["SAAB 340", 1], ["Piper Archer III", 1], ["Lockheed L1011", 2], ["Boeing 757-300", 1]]}, "table_names": "['flight', 'aircraft']", "table_image_ids": ["TableImg_S9d4w_10.png", "TableImg_Mygn6_16.png"], "original_data_index": 530} +{"question": "How many products have a price higher than the average?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_9k1iv_15.png"], "original_data_index": 531} +{"question": "Return the names and classes of ships that do not have a captain?", "answer": {"columns": ["Name", "Class"], "index": [0, 1, 2, 3], "data": [["HMS Trojan", "KR"], ["HM Sloop Sparrow", "KR"], ["HMS Phalarope", "KR"], ["HMS Undine", "GL"]]}, "table_names": "['captain', 'Ship']", "table_image_ids": ["TableImg_Epq8c_7.png", "TableImg_Rxmox_9.png"], "original_data_index": 532} +{"question": "What are the ids of the students who either registered or attended a course?", "answer": {"columns": ["student_id"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[111], [121], [131], [141], [151], [161], [171]]}, "table_names": "['Student_Course_Registrations', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_Y0fn0_9.png", "TableImg_V72ed_8.png"], "original_data_index": 533} +{"question": "Find the organisation ids and details of the organisations which are involved in", "answer": {"columns": ["organisation_id", "organisation_details"], "index": [0, 1, 2, 3, 4, 5], "data": [[2, "eius"], [7, "itaque"], [9, "a"], [10, "officiis"], [12, "itaque"], [14, "quo"]]}, "table_names": "['Grants', 'Organisations']", "table_image_ids": ["TableImg_V6o5r_15.png", "TableImg_2l3w2_15.png"], "original_data_index": 534} +{"question": "How many students does LORIA ONDERSMA teaches?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_1von8_60.png", "TableImg_P5v3r_12.png"], "original_data_index": 535} +{"question": "What are the price ranges of five star hotels?", "answer": {"columns": ["price_range"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[2914989.571], [17012.682586009], [""], [766712918.96763], [250548014.90329], [9393.86291219], [245.067720121], [1381255.81865], [5390.432113]]}, "table_names": "['Hotels']", "table_image_ids": ["TableImg_Bppra_20.png"], "original_data_index": 536} +{"question": "Find the country of all appelations who have at most three wines.", "answer": {"columns": ["County"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "data": [["N/A"], ["Mendocino"], ["San Luis Obispo"], ["Napa"], ["Calaveras"], ["N/A"], ["Sonoma"], ["Monterey"], ["San Luis Obispo"], ["Amador"], ["Lake"], ["Santa Barbara"], ["Napa"], ["Sonoma"], ["Alameda"], ["San Joaquin"], ["Mendocino"], ["Monterey"], ["San Benito"], ["Napa"], ["N/A"], ["N/A"], ["Napa"], ["Lake"], ["Sonoma"], ["San Luis Obispo"], ["N/A"], ["Amador"], ["N/A"], ["Solano"], ["N/A"], ["Napa"], ["Yolo"], ["Napa"]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_Ei0ot_57.png", "TableImg_X5yaj_500.png"], "original_data_index": 537} +{"question": "How many different professors are there for the different schools?", "answer": {"columns": ["count(*)", "SCHOOL_CODE"], "index": [0, 1], "data": [[12, "A&SCI"], [10, "BUS"]]}, "table_names": "['DEPARTMENT', 'PROFESSOR']", "table_image_ids": ["TableImg_Irxrt_11.png", "TableImg_6993b_22.png"], "original_data_index": 538} +{"question": "What is the first name, last name, and phone of the customer with card 4560596484842.", "answer": {"columns": ["customer_first_name", "customer_last_name", "customer_phone"], "index": [0], "data": [["Blanche", "Huels", "(703)950-4708x8972"]]}, "table_names": "['Customers', 'Customers_Cards']", "table_image_ids": ["TableImg_64vfg_15.png", "TableImg_T1fmz_15.png"], "original_data_index": 539} +{"question": "Which faculty members advise two ore more students? Give me their faculty ids.", "answer": {"columns": ["FacID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[1121], [1148], [2192], [2311], [5718], [7134], [7271], [8722], [8772]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_Wu9eg_34.png", "TableImg_9d0we_58.png"], "original_data_index": 540} +{"question": "For each product, return its id and the number of times it was ordered.", "answer": {"columns": ["count(*)", "product_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[1, 1], [2, 3], [2, 4], [1, 7], [1, 8], [2, 11], [1, 12], [2, 14], [3, 15]]}, "table_names": "['Orders', 'Products', 'Order_Items']", "table_image_ids": ["TableImg_Mqd1n_15.png", "TableImg_4oa95_15.png", "TableImg_Ufdw3_15.png"], "original_data_index": 541} +{"question": "How many different kinds of clients are supported by the web clients accelerators?", "answer": {"columns": ["count(DISTINCT client)"], "index": [0], "data": [[8]]}, "table_names": "['Web_client_accelerator']", "table_image_ids": ["TableImg_Uro8p_19.png"], "original_data_index": 542} +{"question": "Which colleges do the tryout players whose name starts with letter D go to?", "answer": {"columns": ["cName"], "index": [0], "data": [["ASU"]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_A2uq4_6.png", "TableImg_3z13b_6.png"], "original_data_index": 543} +{"question": "Which customers have ever canceled the purchase of the product \"food\" (the item status is \"Cancel\")?", "answer": {"columns": ["customer_name"], "index": [0, 1], "data": [["George"], ["Devan"]]}, "table_names": "['Customers', 'Orders', 'Products', 'Order_Items']", "table_image_ids": ["TableImg_Kzf90_15.png", "TableImg_Lgwyi_15.png", "TableImg_6wy7x_15.png", "TableImg_7hw6g_15.png"], "original_data_index": 544} +{"question": "List the document ids for any documents with the status code done and the type code paper.", "answer": {"columns": ["document_id"], "index": [0, 1, 2, 3], "data": [[2], [3], [4], [17]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_Ivfec_15.png"], "original_data_index": 545} +{"question": "What is the code of each location and the number of documents in that location?", "answer": {"columns": ["Location_Code", "count(*)"], "index": [0, 1, 2, 3, 4], "data": [["b", 3], ["c", 2], ["e", 4], ["n", 1], ["x", 5]]}, "table_names": "['Document_Locations']", "table_image_ids": ["TableImg_6zqod_15.png"], "original_data_index": 546} +{"question": "What are the names of each scientist, the names of the projects that they work on, and the hours for each of those projects, listed in alphabetical order by project name, then scientist name.", "answer": {"columns": ["Name", "Name", "Hours"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Elizabeth Doe", "A Matter of Time", 112], ["Kumar Swamy", "A Puzzling Parallax", 299], ["John Doe", "A Silver-Cleaning Battery", 545], ["Zacary Efron", "A Silver-Cleaning Battery", 545], ["Anand Manikutty", "Aerodynamics and Gas Mileage", 256], ["Eric Goldsmith", "Aerodynamics and Gas Mileage", 256], ["George ODonnell", "Aerodynamics and Ice Hockey", 789], ["Carol Smith", "Build Your Own Telescope", 6546], ["David Smith", "Build Your Own Telescope", 6546], ["Joe Stevens", "Build Your Own Telescope", 6546], ["Mary-Anne Foster", "Juicy: Extracting Apple Juice with Pectinase", 321], ["Michael Rogers", "Winds: Studying Bernoullis Principle", 156]]}, "table_names": "['Scientists', 'Projects', 'AssignedTo']", "table_image_ids": ["TableImg_Xyd0e_12.png", "TableImg_M6513_14.png", "TableImg_D236x_12.png"], "original_data_index": 547} +{"question": "What are the names of the drama workshop groups with address in Feliciaberg city?", "answer": {"columns": ["Store_Name"], "index": [0], "data": [["Uhuels Fruit"]]}, "table_names": "['Addresses', 'Drama_Workshop_Groups']", "table_image_ids": ["TableImg_Jgfxs_20.png", "TableImg_Wevcp_15.png"], "original_data_index": 548} +{"question": "How many institutions do not have an associated protein in our record?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['Institution', 'protein']", "table_image_ids": ["TableImg_I36xd_11.png", "TableImg_Fh8sw_5.png"], "original_data_index": 549} +{"question": "What is the average latitude and longitude in San Jose?", "answer": {"columns": ["avg(lat)", "avg(long)"], "index": [0], "data": [[37.3364135625, -121.89160575]]}, "table_names": "['station']", "table_image_ids": ["TableImg_Qpw7o_70.png"], "original_data_index": 550} +{"question": "List all the characteristic names and data types of product \"cumin\".", "answer": {"columns": ["characteristic_name", "characteristic_data_type"], "index": [0], "data": [["slow", "mollitia"]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Lofbz_15.png", "TableImg_Ltqqq_15.png", "TableImg_I3o5x_15.png"], "original_data_index": 551} +{"question": "Find the number of professors in accounting department.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['DEPARTMENT', 'PROFESSOR']", "table_image_ids": ["TableImg_04lih_11.png", "TableImg_Gjmsj_22.png"], "original_data_index": 552} +{"question": "Show the names of counties that have at least two delegates.", "answer": {"columns": ["County_name"], "index": [0, 1, 2], "data": [["Howard"], ["Baltimore County"], ["Colony"]]}, "table_names": "['county', 'election']", "table_image_ids": ["TableImg_Hg8zm_5.png", "TableImg_17xrj_8.png"], "original_data_index": 553} +{"question": "Which customers have used the service named \"Close a policy\" or \"Upgrade a policy\"? Give me the customer names.", "answer": {"columns": ["Customer_name"], "index": [0, 1], "data": [["Jay Chou"], ["Mrs. Lilly Graham III"]]}, "table_names": "['Customers', 'Services', 'First_Notification_of_Loss']", "table_image_ids": ["TableImg_W4c9y_15.png", "TableImg_Td65c_4.png", "TableImg_V3qbs_7.png"], "original_data_index": 554} +{"question": "What are the mission codes, fates, and names of the ships involved?", "answer": {"columns": ["Code", "Fate", "Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["VMV-1", "Decommissioned 1950", "Corbridge"], ["VMV-2", "Decommissioned 1950", "Farringford"], ["VMV-3", "Lost (burned) 1931", "Dromonby"], ["VMV-4 Former: Sterling", "Retired 1939", "Trader"], ["VMV-5", "Decommissioned 1959", "Ariadne"], ["VMV-6", "Decommissioned 1960", "Appam"], ["VMV-7", "Lost (burned and sunk) 1933", "Clan McTavish"]]}, "table_names": "['mission', 'ship']", "table_image_ids": ["TableImg_2gqmw_7.png", "TableImg_52pnk_8.png"], "original_data_index": 555} +{"question": "Find the the date of enrollment of the \"Spanish\" course.", "answer": {"columns": ["date_of_enrolment"], "index": [0, 1], "data": [["2017-12-07 02:21:13"], ["2017-08-17 00:16:46"]]}, "table_names": "['Courses', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Avdi1_15.png", "TableImg_Ju7r6_20.png"], "original_data_index": 556} +{"question": "Find the last names of the teachers that teach fifth grade.", "answer": {"columns": ["LastName"], "index": [0], "data": [["KAWA"]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_Plctt_60.png", "TableImg_U0272_12.png"], "original_data_index": 557} +{"question": "What are the names, checking balances, and savings balances for all customers?", "answer": {"columns": ["balance", "balance", "name"], "index": [0, 1, 2, 3, 4, 5], "data": [[10000.0, 200000.0, "Brown"], [2000.0, 999999999.0, "Wang"], [3000.0, 230000.0, "O'mahony"], [7000.0, 60.0, "Weeks"], [10000.0, 80000.0, "Granger"], [77.0, 240.0, "Porter"]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_Dsqau_7.png", "TableImg_Vs2k1_6.png", "TableImg_Zdj2a_7.png"], "original_data_index": 558} +{"question": "Find the name and price of the product that has been ordered the greatest number of times.", "answer": {"columns": ["product_name", "product_price"], "index": [0], "data": [["dvds", 1322.78]]}, "table_names": "['Products', 'Regular_Order_Products']", "table_image_ids": ["TableImg_Khwi3_6.png", "TableImg_Is7rc_15.png"], "original_data_index": 559} +{"question": "Find the first and last name of students who are living in the dorms that have amenity TV Lounge.", "answer": {"columns": ["Fname", "LName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["Linda", "Smith"], ["Dinesh", "Kumar"], ["Paul", "Gompers"], ["Lisa", "Apap"], ["Jandy", "Nelson"], ["Eric", "Tai"], ["Derek", "Lee"], ["David", "Adams"], ["Steven", "Davis"], ["Susan", "Lee"], ["Mark", "Schwartz"], ["Bruce", "Wilson"], ["Michael", "Leighton"], ["Ian", "Thornton"], ["George", "Andreou"], ["David", "Shieber"], ["Mark", "Goldman"], ["Paul", "Brody"], ["Jun", "Han"], ["Lisa", "Cheng"], ["Eric", "Brown"], ["Eric", "Epp"]]}, "table_names": "['Student', 'Dorm_amenity', 'Has_amenity', 'Lives_in']", "table_image_ids": ["TableImg_Arasa_34.png", "TableImg_T3qis_12.png", "TableImg_Ppt45_40.png", "TableImg_V631y_31.png"], "original_data_index": 560} +{"question": "How many classes are professor whose last name is Graztevski has?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['CLASS', 'EMPLOYEE']", "table_image_ids": ["TableImg_5oflo_13.png", "TableImg_0w3ta_37.png"], "original_data_index": 561} +{"question": "Find the average hours for the students whose tryout decision is no.", "answer": {"columns": ["avg(T1.HS)"], "index": [0], "data": [[925.0]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_Ddhm3_6.png", "TableImg_Oktni_6.png"], "original_data_index": 562} +{"question": "Give the color description that is least common across products.", "answer": {"columns": ["color_description"], "index": [0], "data": [["black"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_Jh7dz_8.png", "TableImg_M76tt_15.png"], "original_data_index": 563} +{"question": "What are the average and minimum weights for people of each sex?", "answer": {"columns": ["avg(weight)", "min(weight)", "Sex"], "index": [0, 1], "data": [[92.0, 90.0, "F"], [86.7142857143, 82.0, "M"]]}, "table_names": "['people']", "table_image_ids": ["TableImg_Evcbr_9.png"], "original_data_index": 564} +{"question": "Tell me the employee id of the head of the department with the least employees.", "answer": {"columns": ["Head"], "index": [0], "data": [[4]]}, "table_names": "['Department']", "table_image_ids": ["TableImg_2gosd_3.png"], "original_data_index": 565} +{"question": "Give me the product type, name and price for all the products supplied by supplier id 3.", "answer": {"columns": ["product_type_code", "product_name", "product_price"], "index": [0, 1, 2], "data": [["Clothes", "black jeans", 695.16], ["Clothes", "blue jeans", 939.57], ["Hardware", "mouse", 803.74]]}, "table_names": "['Products', 'Product_Suppliers']", "table_image_ids": ["TableImg_Kczqy_15.png", "TableImg_R1ste_15.png"], "original_data_index": 566} +{"question": "For each grade, return the grade number, the number of classrooms used for the grade, and the total number of students enrolled in the grade.", "answer": {"columns": ["Grade", "count(DISTINCT classroom)", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[0, 3, 16], [1, 2, 12], [2, 1, 3], [3, 1, 6], [4, 3, 12], [5, 1, 8], [6, 1, 3]]}, "table_names": "['list']", "table_image_ids": ["TableImg_1odce_60.png"], "original_data_index": 567} +{"question": "How many customers live in the city of Prague?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['customers']", "table_image_ids": ["TableImg_2x89o_59.png"], "original_data_index": 568} +{"question": "What are the names of artists who have not released any albums?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70], "data": [["A Cor Do Som"], ["Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett"], ["Aerosmith & Sierra Leone's Refugee Allstars"], ["Avril Lavigne"], ["Azymuth"], ["Baby Consuelo"], ["Banda Black Rio"], ["Bar\u00c3\u00a3o Vermelho"], ["Bebel Gilberto"], ["Ben Harper"], ["Big & Rich"], ["Black Eyed Peas"], ["Charlie Brown Jr."], ["Christina Aguilera featuring BigElf"], ["Corinne Bailey Rae"], ["DJ Dolores & Orchestra Santa Massa"], ["Dhani Harrison & Jakob Dylan"], ["Edson, DJ Marky & DJ Patife Featuring Fernanda Porto"], ["Fernanda Porto"], ["Gustavo & Andres Veiga & Salazar"], ["Hermeto Pascoal"], ["Instituto"], ["Jack Johnson"], ["Jack's Mannequin & Mick Fleetwood"], ["Jackson Browne"], ["Jaguares"], ["Jorge Vercilo"], ["Jo\u00c3\u00a3o Gilberto"], ["Kid Abelha"], ["Los Hermanos"], ["Los Lonely Boys"], ["Luiz Melodia"], ["Matisyahu"], ["Milton Nascimento & Bebeto"], ["Mot\u00c3\u00b6rhead & Girlschool"], ["Mundo Livre S/A"], ["Nando Reis"], ["Na\u00c3\u00a7\u00c3\u00a3o Zumbi"], ["Nega Gizza"], ["Ney Matogrosso"], ["Os Cariocas"], ["Otto"], ["Pedro Lu\u00c3\u00ads & A Parede"], ["Pedro Lu\u00c3\u00ads E A Parede"], ["Peter Tosh"], ["R.E.M. Feat. KRS-One"], ["Regina Spektor"], ["Rodox"], ["Sabotage E Instituto"], ["Sandra De S\u00c3\u00a1"], ["Santana Feat. Dave Matthews"], ["Santana Feat. Eagle-Eye Cherry"], ["Santana Feat. Eric Clapton"], ["Santana Feat. Everlast"], ["Santana Feat. Lauryn Hill & Cee-Lo"], ["Santana Feat. Man\u00c3\u00a1"], ["Santana Feat. Rob Thomas"], ["Santana Feat. The Project G&B"], ["Seu Jorge"], ["Simply Red"], ["Snow Patrol"], ["Stereo Maracana"], ["The Flaming Lips"], ["The Postal Service"], ["Vinicius, Toquinho & Quarteto Em Cy"], ["Vin\u00c3\u00adcius De Moraes & Baden Powell"], ["Vin\u00c3\u00adcius E Odette Lara"], ["Vin\u00c3\u00adcius E Qurteto Em Cy"], ["Whitesnake"], ["Xis"], ["Youssou N'Dour"]]}, "table_names": "['Album', 'Artist']", "table_image_ids": ["TableImg_P5zxn_347.png", "TableImg_86tzk_275.png"], "original_data_index": 569} +{"question": "What are the distinct address type codes for all customer addresses?", "answer": {"columns": ["address_type_code"], "index": [0, 1], "data": [["Billing"], ["Shipping"]]}, "table_names": "['Customer_Addresses']", "table_image_ids": ["TableImg_Rcf3s_15.png"], "original_data_index": 570} +{"question": "What is the average fastest lap speed for the Monaco Grand Prix in 2008?", "answer": {"columns": ["avg(T2.fastestlapspeed)"], "index": [0], "data": [[146.4992]]}, "table_names": "['races', 'results']", "table_image_ids": ["TableImg_Ln33r_997.png", "TableImg_32o7t_23777.png"], "original_data_index": 571} +{"question": "Return the minimum and maximum crime rates across all counties.", "answer": {"columns": ["min(Crime_rate)", "max(Crime_rate)"], "index": [0], "data": [[49.0, 178.0]]}, "table_names": "['county_public_safety']", "table_image_ids": ["TableImg_31ymo_6.png"], "original_data_index": 572} +{"question": "What is the party of the youngest people?", "answer": {"columns": ["Party"], "index": [0], "data": [["Republican"]]}, "table_names": "['people']", "table_image_ids": ["TableImg_Ivu1p_10.png"], "original_data_index": 573} +{"question": "Count the number of different hometowns of these people.", "answer": {"columns": ["count(DISTINCT Hometown)"], "index": [0], "data": [[6]]}, "table_names": "['people']", "table_image_ids": ["TableImg_2wcfj_10.png"], "original_data_index": 574} +{"question": "Return the issue dates of volumes by artists who are at most 23 years old?", "answer": {"columns": ["Issue_Date"], "index": [0], "data": [["6 June"]]}, "table_names": "['artist', 'volume']", "table_image_ids": ["TableImg_85oik_7.png", "TableImg_V8oik_10.png"], "original_data_index": 575} +{"question": "What are the titles of the books whose writer is not \"Elaine Lee\"?", "answer": {"columns": ["Title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["The Black Lamb"], ["Bloody Mary"], ["Bloody Mary : Lady Liberty"], ["Cyberella"], ["Dead Corps"], ["The Dome: Ground Zero"], ["Gemini Blood"], ["Michael Moorcock's Multiverse"], ["Sheva's War"]]}, "table_names": "['book']", "table_image_ids": ["TableImg_O4im1_10.png"], "original_data_index": 576} +{"question": "For each director, what is the title and score of their most poorly rated movie?", "answer": {"columns": ["title", "stars", "director", "min(T1.stars)"], "index": [0, 1, 2, 3, 4], "data": [["Snow White", 4, null, 4], ["Avatar", 3, "James Cameron", 3], ["The Sound of Music", 2, "Robert Wise", 2], ["Raiders of the Lost Ark", 2, "Steven Spielberg", 2], ["Gone with the Wind", 2, "Victor Fleming", 2]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Ravny_8.png", "TableImg_Jorlg_14.png"], "original_data_index": 577} +{"question": "On which days more than one revisions were made on catalogs.", "answer": {"columns": ["date_of_latest_revision"], "index": [0, 1, 2, 3], "data": [["2017-03-30 09:15:37"], ["2017-09-26 12:10:36"], ["2017-10-26 01:16:51"], ["2017-12-04 06:48:13"]]}, "table_names": "['Catalogs']", "table_image_ids": ["TableImg_S1meh_8.png"], "original_data_index": 578} +{"question": "What are the name of rooms booked by customers whose first name has \"ROY\" in part?", "answer": {"columns": ["roomName"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Frugal not apropos"], ["Convoke and sanguine"], ["Harbinger but bequest"], ["Harbinger but bequest"], ["Thrift and accolade"], ["Harbinger but bequest"], ["Frugal not apropos"]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_V6unk_10.png", "TableImg_5jcq5_600.png"], "original_data_index": 579} +{"question": "How many characteristics does the product named \"sesame\" have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_5i6f6_15.png", "TableImg_Rmpz2_15.png"], "original_data_index": 580} +{"question": "Find the ids of the students who participate in Canoeing and Kayaking.", "answer": {"columns": ["stuid"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "data": [[1001], [1002], [1003], [1004], [1005], [1006], [1007], [1008], [1009], [1010], [1011], [1012], [1014], [1015], [1016], [1017], [1018], [1019], [1020], [1021], [1022], [1023], [1024], [1025], [1028], [1029], [1030], [1033], [1034], [1035]]}, "table_names": "['Activity', 'Participates_in']", "table_image_ids": ["TableImg_Z3eg5_16.png", "TableImg_96qcm_70.png"], "original_data_index": 581} +{"question": "Show station names without any trains.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["London Liverpool Street"], ["London Charing Cross"], ["Birmingham New Street"], ["London St Pancras"], ["Stratford"]]}, "table_names": "['station', 'train_station']", "table_image_ids": ["TableImg_3b73b_12.png", "TableImg_Uaj6u_11.png"], "original_data_index": 582} +{"question": "What are the names of buildings sorted in descending order of building height?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Torre Reforma"], ["Reforma 432"], ["Torre KOI"], ["Corporativo BBVA Bancomer"], ["Torre Mitikah"], ["Punto Chapultepec"], ["Residencial Vidalta Torre Altaire 3"], ["Reforma 90"], ["Residencial Vidalta Torre Altaire 2"], ["Ritz-Carlton Mexico City"], ["LIU East"], ["Torre New York Life"]]}, "table_names": "['buildings']", "table_image_ids": ["TableImg_Iygs3_12.png"], "original_data_index": 583} +{"question": "Show the name of track and the number of races in each track.", "answer": {"columns": ["Name", "count(*)"], "index": [0, 1, 2, 3, 4, 5], "data": [["Auto Club Speedway", 1], ["Chicagoland Speedway", 2], ["Daytona International Speedway", 1], ["Homestead-Miami Speedway", 1], ["Kansas Speedway", 1], ["Martinsville Speedway", 1]]}, "table_names": "['race', 'track']", "table_image_ids": ["TableImg_2b4p4_7.png", "TableImg_Snmyw_9.png"], "original_data_index": 584} +{"question": "What is the name of the district with the smallest area?", "answer": {"columns": ["District_name"], "index": [0], "data": [["Chakwal District"]]}, "table_names": "['district']", "table_image_ids": ["TableImg_Xesbc_15.png"], "original_data_index": 585} +{"question": "Sort all the industries in descending order of the count of companies in each industry", "answer": {"columns": ["Industry"], "index": [0, 1, 2, 3, 4], "data": [["Banking"], ["Oil and gas"], ["Conglomerate"], ["Retailing"], ["Telecommunications"]]}, "table_names": "['Companies']", "table_image_ids": ["TableImg_R4bkk_19.png"], "original_data_index": 586} +{"question": "Show ids for all documents in type CV without expense budgets.", "answer": {"columns": ["Document_ID"], "index": [0], "data": [[29]]}, "table_names": "['Documents', 'Documents_with_Expenses']", "table_image_ids": ["TableImg_V1f8l_15.png", "TableImg_7b8s4_10.png"], "original_data_index": 587} +{"question": "What is the first name and last name of the student who have most number of sports?", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Arthur", "Pang"]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_6mx02_34.png", "TableImg_Yk7ba_14.png"], "original_data_index": 588} +{"question": "Find the number of items without any review.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['item', 'review']", "table_image_ids": ["TableImg_77ap6_8.png", "TableImg_Zixwb_7.png"], "original_data_index": 589} +{"question": "What are the names of the county that the delegates on \"Appropriations\" committee belong to?", "answer": {"columns": ["County_name"], "index": [0, 1, 2], "data": [["Howard"], ["Baltimore County"], ["Mansfield"]]}, "table_names": "['county', 'election']", "table_image_ids": ["TableImg_1jwvw_5.png", "TableImg_Pd5m5_8.png"], "original_data_index": 590} +{"question": "Find the start and end dates of detentions of teachers with last name \"Schultz\".", "answer": {"columns": ["datetime_detention_start", "datetime_detention_end"], "index": [0], "data": [["2017-09-05 00:38:25", "2018-03-08 02:08:32"]]}, "table_names": "['Teachers', 'Detention']", "table_image_ids": ["TableImg_T7i6k_15.png", "TableImg_D93e2_15.png"], "original_data_index": 591} +{"question": "Find the names of students who have taken any course in the fall semester of year 2003.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277], "data": [["Manber"], ["Zelty"], ["Colin"], ["Rzecz"], ["Ugarte"], ["Kieras"], ["Reed"], ["Okaf"], ["Allard"], ["Veselovsky"], ["Dhav"], ["Xue"], ["More"], ["Marlet"], ["Roses"], ["Jerns"], ["Morales"], ["Prasad"], ["Kerridge"], ["Schultz"], ["Tzeng"], ["Englund"], ["Al-Tahat"], ["Heckman"], ["Rokhs"], ["Foels"], ["Jr"], ["Peyse"], ["Rakoj"], ["Ng"], ["Kwan"], ["Kowe"], ["Skeen"], ["Knutson"], ["Thimm"], ["Griffiths"], ["Wingb"], ["Marcus"], ["Watson"], ["Power"], ["Sin"], ["Szczerban"], ["Ren"], ["Serrano"], ["Okano"], ["Alqui"], ["Bonatto"], ["Wolter"], ["Latour"], ["Adam"], ["Ignj"], ["Bedny"], ["Lazos"], ["Berger"], ["Belhadji"], ["Starker"], ["Miao"], ["Moszkowski"], ["Yoneda"], ["Takeshi"], ["Whitley"], ["Axte"], ["Ramadan"], ["Haigh"], ["Vagn"], ["Martinsen"], ["Lehtinen"], ["Malinen"], ["Philippe"], ["Kawahara"], ["Massour"], ["Enokib"], ["Sun"], ["Lapio"], ["Chien"], ["She"], ["Silbert"], ["Sasso"], ["Arinb"], ["Januszewski"], ["Anis"], ["Yeung"], ["Dink"], ["Marques"], ["Ross"], ["Wicki"], ["Sacchi"], ["Bandekar"], ["Liao"], ["Rahman"], ["Kanata"], ["Meyl"], ["Suppan"], ["Angs"], ["Stratulat"], ["Kuwadak"], ["Kantors"], ["Biehl"], ["Hakkinen"], ["Akaiw"], ["Swartj"], ["King"], ["Hazemi"], ["Chuon"], ["Kang"], ["Mathur"], ["Peter"], ["Ould"], ["Michel"], ["Pearlman"], ["Audeh"], ["Tavan"], ["Hamarn"], ["Brailsford"], ["Nirenbu"], ["Dhav"], ["Kangs"], ["Marinov"], ["Goodwin"], ["Coppens"], ["Ma"], ["Mori"], ["Araya"], ["Williamson"], ["Pampal"], ["Benson"], ["Masini"], ["Rubio"], ["Denecker"], ["Erdem"], ["Cavalcanti"], ["Hayashi"], ["Cai"], ["Chang"], ["Bouzeghoub"], ["Asahara"], ["Canas"], ["Colu"], ["Dawson"], ["Sahm"], ["Vanrell"], ["Savelieva"], ["Tiwari"], ["Fontana"], ["Adda"], ["Lewis"], ["Finney"], ["Lomi"], ["Laak"], ["Shuming"], ["Cheed"], ["Wunderli"], ["Geon"], ["Held"], ["Juchn"], ["McCarter"], ["Rais"], ["Nardi"], ["Agarwal"], ["Patel"], ["Garze"], ["Bradshaw"], ["Negron"], ["Cox"], ["Cheah"], ["Bates"], ["Sauer"], ["Cal"], ["Ockerb"], ["Gerstend"], ["Sundho"], ["Read"], ["Kinney"], ["Gordon"], ["Larion"], ["Daat"], ["Dang"], ["Oevers"], ["Wecker"], ["Wodn"], ["Dias"], ["Silverman"], ["Lykin"], ["Ceze"], ["Sahani"], ["Kempn"], ["Bouras"], ["Brunet"], ["Fierro-"], ["Lang"], ["Noda"], ["Shakhnovich"], ["Cecchi"], ["Kinney"], ["DAgostino"], ["Kalisz"], ["Russa"], ["Fauth"], ["Andert"], ["Juol"], ["\u00c3\u0083\u00c2\u0081lvarez"], ["Jo"], ["Yap"], ["Greene"], ["Halbert"], ["Engeldr"], ["Tran-"], ["Segars"], ["Cotterill"], ["Palomo"], ["Visr"], ["Fenwick"], ["Boulah"], ["Baker"], ["Vassileva"], ["Hunter"], ["Moreira"], ["Sivew"], ["Calles"], ["Seyfert"], ["Ashmi"], ["Bertranp"], ["Simmel"], ["Tanaka"], ["Richter"], ["Goldbu"], ["Ende"], ["Neru"], ["Heers"], ["Veselovsky"], ["Baber"], ["Markin"], ["Veerar"], ["Trur"], ["Garze"], ["Fitzpatrick"], ["Date"], ["Ssu"], ["Leitner"], ["Tabarr"], ["Duong"], ["Brunt"], ["Y\u00c3\u0083\u00c2\u00bcksel"], ["McQuillan"], ["Savelieva"], ["Evano"], ["Rougemont"], ["Grange"], ["Rajan"], ["Mai"], ["Sorensen"], ["Hirasawa"], ["Carr"], ["Catani"], ["Mathur"], ["Canellas"], ["Reiss"], ["Kennedy"], ["Chatterton"], ["Williamson"], ["Duxbury"], ["Berthold"], ["Reuver"], ["Gomez"], ["Simmel"], ["Aufr"], ["Sutter"], ["Daues"], ["Michael"], ["Oller"], ["Lykin"], ["Stokic"], ["Stetson"], ["Gaspar"], ["Beavis"], ["Solar"], ["Kogure"], ["Mateo"], ["Youseffi"], ["Ibrahim"], ["Humphrey"], ["Grude"], ["Ende"], ["Porr"], ["Lepp"], ["Folkers"], ["Marsh"], ["Arakawa"], ["Chaudhuri"], ["Mali"], ["Inoue"], ["Fonseca"], ["Shaffer"], ["Rueda"], ["Botha"], ["Arnoux"], ["Canas"], ["Zulueta"], ["Lhomme"], ["Porter"], ["Kawasaki"], ["Kacpr"], ["Resa"], ["Qian"], ["Rotter"], ["Bessou"], ["Okubo"], ["Neld"], ["Ueda"], ["Frost"], ["Tapia"], ["Nagashima"], ["Saariluoma"], ["Chormo"], ["Ouaz"], ["Nakajima"], ["Park"], ["Atre"], ["McCracken"], ["Suzuki"], ["Robins"], ["Leventhal"], ["Damas"], ["Curutchet"], ["Liley"], ["McCormack"], ["Stead"], ["Peck"], ["Otterm"], ["Saguez"], ["Kawakami"], ["Seike"], ["Mowbray"], ["Wood"], ["Asahara"], ["Orono"], ["Schreitm"], ["Mantzo"], ["Chan"], ["Bosnjak"], ["Nestor"], ["Baba"], ["Kacpr"], ["Hagedorn"], ["Lauciu"], ["Fries"], ["Nakajima"], ["Farr"], ["Basile"], ["Arndt"], ["Barkov"], ["Glaho"], ["Quimby"], ["Loc"], ["Shilv"], ["Ebou"], ["Cao"], ["Gradino"], ["Peskin"], ["Byrd"], ["Yamamoto"], ["John"], ["Letouzey"], ["Suppan"], ["\u00c3\u0083\u00e2\u0080\u0093zel"], ["ODono"], ["Quaranta"], ["Szendrei"], ["Neuhold"], ["Souza"], ["Nair"], ["Story"], ["Karniel"], ["Baccou"], ["Narayanan"], ["Fathi"], ["Okaf"], ["Dalton"], ["Kamae"], ["Grieng"], ["Falconer"], ["Poize"], ["Warren"], ["Sohn"], ["Norman"], ["Frasinc"], ["Mes"], ["Valtchev"], ["Campbell"], ["Westbrook"], ["Kamata"], ["Signah"], ["Jiao"], ["Gay"], ["Beeu"], ["Vrato"], ["Zuyev"], ["Kosken"], ["Matsuda"], ["Hayat"], ["Harada"], ["Rzecz"], ["Fok"], ["Spector"], ["Swien"], ["Theodores"], ["Kreutz"], ["Murphy"], ["Maglioni"], ["Narasimhamu"], ["Loull"], ["Elme"], ["Reinhardt"], ["Soper"], ["Holloway"], ["Tsukamoto"], ["Macias"], ["Androutsopoulos"], ["Dwyer"], ["Wood"], ["Urano"], ["Dellwo"], ["Bartels"], ["Drig"], ["Jode"], ["Llam"], ["Xie"], ["Bouras"], ["Pacie"], ["Rowe"], ["Dima"], ["Coppens"], ["Rioult"], ["Petzo"], ["Fok"], ["Hubr"], ["Birtz"], ["Tola"], ["Beavis"], ["Meneses"], ["April"], ["Pietkiewicz"], ["Kaufman"], ["Tassel"], ["Chriso"], ["Curl"], ["Ortmann"], ["Jordan"], ["Gall"], ["Koch"], ["Freib"], ["Mezzar"], ["Fournier"], ["Nikut"], ["Wright"], ["Tsantis"], ["Amr"], ["Holland"], ["Lin"], ["Ram"], ["McGinn"], ["Kaiser"], ["Tanaka"], ["Shim"], ["Venturini"], ["Scher"], ["Yoon"], ["Cui"], ["Tam"], ["Meneses"], ["Tallis"], ["Papakir"], ["Makarychev"], ["Halbert"], ["Gilmour"], ["Steinmetz"], ["Sowerby"], ["Cox"], ["Labroc"], ["Yoshioka"], ["Nguyen"], ["Lanfr"], ["Abraham"], ["Cochran"], ["Stasko"], ["Zelek"], ["Ahmadian"], ["Hoyos"], ["Kiltz"], ["Yeoh"], ["Beekw"], ["Zaniolo"], ["Teng"], ["Hirasawa"], ["Pledg"], ["Kruglyak"], ["Bloom"], ["Houtsm"], ["Richardson"], ["Zander"], ["Kagd"], ["Ryoo"], ["Masamura"], ["Richi"], ["Barry"], ["Rafiq"], ["Correia"], ["Bakirc"], ["Albinal"], ["Wakamiya"], ["Warren"], ["Odell"], ["Xue"], ["Tso"], ["Lopes"], ["Gustafsson"], ["Krone"], ["Kolodko"], ["Elias"], ["Martyno"], ["Penneb"], ["Brown"], ["Emam"], ["Tuomisto"], ["Pup"], ["Wehen"], ["Ende"], ["Bonvin"], ["Vogel"], ["Chikar"], ["Wilson"], ["Rammer"], ["Rhyne"], ["Gotoh"], ["Karande"], ["Androutsopoulos"], ["Petersen"], ["Nikut"], ["Seike"], ["Haigh"], ["Milanic"], ["Urano"], ["Kurt"], ["Spengler"], ["Landau"], ["She"], ["Rajnov"], ["Recc"], ["Blanchard"], ["Lindner"], ["Concilio"], ["Allen"], ["Kandadai"], ["Pah"], ["Syng"], ["Lahtinen"], ["Ang"], ["Rao"], ["Willis"], ["Klivansky"], ["Sharpe"], ["Noga"], ["MacIntyre"], ["Guthk"], ["Peterson"], ["Nicol"], ["Nadg"], ["Engen"], ["Garg"], ["Noda"], ["Feyr"], ["Redw"], ["Nagle"], ["Fritsch"], ["Suwanno"], ["Wolff"], ["Boons"], ["Higuchi"], ["Recc"], ["Sznajder"], ["\u00c3\u0083\u00e2\u0080\u00a6str\u00c3\u0083\u00c2\u00b6m"], ["Hobbs"], ["Saito"], ["Dahmann"], ["Hashim"], ["Adeni"], ["Keps"], ["Brandt"], ["Sayre"], ["Juan"], ["Lemoine"], ["Hasan"], ["Reina-"], ["Cashman"], ["Neubert"], ["Schwet"], ["Cordt"], ["Eck"], ["Byun"], ["Okabe"], ["Ludwig"], ["Diana"], ["Chun"], ["Gregga"], ["Tam"], ["Zarat\u00c3\u0083\u00c2\u00a9"], ["Hancock"], ["Yu"], ["Reiss"], ["Thie"], ["Feng"], ["Levitan"], ["Pohlem"], ["Ivanov"], ["Thadani"], ["Kihn"], ["Apostolov"], ["Choung"], ["Bhat"], ["Mohamed"], ["Kameda"], ["Someren"], ["Fettes"], ["Zamani"], ["Strieg"], ["Schelten"], ["Yusop"], ["Souza"], ["Rolland"], ["Perozzo"], ["Lansi"], ["Sadry"], ["DeMil"], ["Zarpell"], ["Carey"], ["Osaka"], ["Swain"], ["Rotom"], ["Gray"], ["Janssen"], ["Katsik"], ["Margetts"], ["Haigh"], ["Theuniss"], ["Rehd"], ["Chatfield"], ["Roeder"], ["Soricu"], ["Holloway"], ["Stauf"], ["Pulido"], ["Albuquerque"], ["Fries"], ["Alexandri"], ["Aarde"], ["Weller"], ["Pelletier"], ["Lao"], ["Gei\u00c3\u0083\u00c5\u00b8l"], ["Lum"], ["Tiamp"], ["Afim"], ["Xiong"], ["Deng"], ["Lutes"], ["Ivanov"], ["Cronin"], ["Choung"], ["Hampp"], ["Fengl"], ["Ray"], ["Collet"], ["Reichl"], ["Belmes"], ["Badran"], ["Godfrey"], ["Morris"], ["Harrison"], ["Kothari"], ["Schoenfl"], ["Mertens"], ["Barwin"], ["Cox"], ["Dano"], ["Samel"], ["Nishida"], ["Dage"], ["Zander"], ["Nagal"], ["Emms"], ["Pietkiewicz"], ["Jovicic"], ["Bai"], ["Tuki"], ["Kangs"], ["Fukui"], ["Canon"], ["Barranco"], ["Bhavs"], ["Maity"], ["Tanno"], ["Vries"], ["Kissel"], ["Roytman"], ["Hartmann"], ["Sohn"], ["Baccou"], ["Towsey"], ["Brookh"], ["Cheed"], ["Durrant"], ["Im"], ["Komatsu"], ["Soni"], ["Hoffman"], ["Bocchi"], ["Camme"], ["Durrant"], ["Stylian"], ["Conradie"], ["Anderson"], ["Makowski"], ["Wagner"], ["Hochri"], ["Hoov"], ["Dostal"], ["Stilla"], ["So"], ["Luan"], ["Djurd"], ["Sellink"], ["Enokib"], ["Xie"], ["Pulido"], ["Fischer"], ["Mandviwall"], ["Bayn"], ["Kuo"], ["Kelly"], ["Aarde"], ["Mennif"], ["Mansint"], ["Doran"], ["Tiroz"], ["Midu"], ["Zander"], ["Lucas"], ["Pradhan"], ["Namer"], ["Desp"], ["Kane"], ["Kubo"], ["Kamez"], ["Deupree"], ["Yuanq"], ["Rossettin"], ["Hendrickson"], ["Katzenb"], ["Halbert"], ["Gall"], ["Papakir"], ["Spengler"], ["Winter"], ["Butler"], ["Karlsson"], ["Riser"], ["Schwarze"], ["Rossos"], ["Horecz"], ["Saad"], ["Yagit"], ["Aufr"], ["Roses"], ["Loudn"], ["Goldman"], ["Hughes"], ["Novak"], ["Planti"], ["Shishkin"], ["Morrison"], ["Szczerban"], ["Crick"], ["Brochhause"], ["Qvi"], ["Hsueh"], ["Schelten"], ["Gibson"], ["Xi"], ["Amberg"], ["Shevade"], ["Goldman"], ["Spengler"], ["Sui"], ["Westervelt"], ["Catona"], ["Chenu"], ["Aufr"], ["Yun"], ["Labroc"], ["Westphal"], ["Scherze"], ["Heilprin"], ["Ueno"], ["Dubu"], ["Garcia-Ferr"], ["Yoneda"], ["Cooper"], ["LaCo"], ["Psil"], ["Jones"], ["Sandberg"], ["Beeu"], ["Newitt"], ["Yamamoto"], ["Pigd"], ["Forestiero"], ["Blecken"], ["Cameron"], ["Teo"], ["Kim"], ["Hugo"], ["Tillmann"], ["Roessler"], ["Becker"], ["Jessup"], ["Kjellmer"], ["Kouan"], ["Larsson"], ["Hill"], ["Portillo"], ["Stratulat"], ["Sciore"], ["Mejia"], ["Masum"], ["Zaharak"], ["Gierl"], ["Aly"], ["Prabhakaran"], ["Bouamama"], ["Peip"], ["Barbosa"], ["Beichn"], ["Tan"], ["Putru"], ["Alexandri"], ["Boken"], ["Hoshi"], ["Mu\u00c3\u0083\u00c2\u00b1oz"], ["Ra\u00c3\u0083\u00c2\u00afev"], ["Aydin"], ["Konno"], ["Zhiyong"], ["Zle"], ["Hirvas"], ["Shevade"], ["Ballew"], ["Gryts"], ["Al-Hu"], ["Holn"], ["Kaska"], ["Holland"], ["Rajnov"], ["Holn"], ["Flecker"], ["Fredrickso"], ["Amann"], ["Scheine"], ["Stephenn"], ["Hayat"], ["Otsuki"], ["Eller"], ["Pace"], ["Wetzel"], ["Mulet"], ["Caleff"], ["Tuki"], ["Kashima"], ["Schmitz"], ["Queiroz"], ["Guix"], ["Akroy"], ["Fox"], ["Schweitzer"], ["Fall"], ["Stokic"], ["Baccou"], ["Blasbe"], ["Schulz"], ["Hwang"], ["Richardson"], ["Sachse"], ["Gubar"], ["Moei"], ["Sandberg"], ["Chettao"], ["Ledermann"], ["Ranno"], ["Cerime"], ["Eggers"], ["Vulp"], ["Giuffrida"], ["Wall"], ["Lao"], ["Hamagi"], ["Havill"], ["Chowdhury"], ["Rical"], ["Basturk"], ["Ravindranath"], ["Hughes"], ["Huo"], ["Miao"], ["Oller"], ["Griffin"], ["Simmel"], ["Tabor"], ["Morton"], ["Keuk"], ["Hahn-"], ["Yoshimoto"], ["Liedm"], ["Tavan"], ["Sakanushi"], ["Williamson"], ["Jovicic"], ["Potry"], ["Pettersen"], ["Maw"], ["Qian"], ["Dellwo"], ["Maher"], ["\u00c3\u0083\u00e2\u0080\u00a1ivi"], ["Miliko"], ["Rani"], ["Oblak"], ["Monger"], ["Alart"], ["Lemoine"], ["Cherchi"], ["Bollen"], ["Tyler"], ["Klepper"], ["Lohman"], ["Roschew"], ["Hayrapetyan"], ["Benitez"], ["Morales"], ["Krohn"], ["Lui"], ["Yap"], ["Erdem"], ["Visr"], ["Michael"], ["Xiong"], ["Someren"], ["Douss"], ["Kurt"], ["Beeu"], ["Dai"], ["Chakraborty"], ["Marlet"], ["Sherman"], ["Abdul-Rahman"], ["Shavel"], ["Koltso"], ["Lingamp"], ["Sanchez"], ["Velikovs"], ["Rumat"], ["Frost"], ["Jacobs"], ["Marongiu"], ["Martel-"], ["Schopp"], ["Marquis"], ["Breed"], ["Ikeda"], ["Witty"], ["Chiari"], ["Corr"], ["Clemme"], ["Boudjelo"], ["Heng"], ["Tsuji"], ["Mittelm"], ["Karv"], ["Bansal"], ["Nakamura"], ["Holz"], ["Eynd"], ["Almeida"], ["Homyk"], ["Mozayani"], ["Strzem"], ["Perna"], ["Atkins"], ["Masri"], ["Nirenbu"], ["Cordt"], ["Paddock"], ["Farr"], ["Ching"], ["Chiu"], ["Urwin"], ["Arora"], ["Perei"], ["Kereth"], ["Verma"], ["Hendrickson"], ["Towsey"], ["Peeri"], ["Koizumi"], ["Conti"], ["Grant"], ["Breuer"], ["Wyes"], ["Pomy"], ["Nirenbu"], ["Rote"], ["Das"], ["So"], ["Peip"], ["Duncan"], ["Ladu"], ["Harmon"], ["Caporali"], ["Ariav"], ["Tauber"], ["Chow"], ["Quinta"], ["Shoji"], ["Mehra"], ["Wunderli"], ["Whitten"], ["Godfrey"], ["Achilles"], ["Krasser"], ["Kaminsky"], ["Gregory"], ["Stenv"], ["Stylian"], ["Jordan"], ["Sakanushi"], ["Kuwadak"], ["Jode"], ["Jordan"], ["Schrefl"], ["Kurata"], ["Levie"], ["Christiansen"], ["Bra\u00c3\u0083\u00c2\u00b1a"], ["Rammer"], ["Hennig"], ["Randers"], ["Luk"], ["Zuo"], ["Fernandez-Gonzalez"], ["Chaney"], ["Vicentino"], ["Yihn"], ["Kocsis"], ["Erol"], ["Bocchi"], ["Chapman"], ["Setiawan"], ["Bogdanova"], ["Champes"], ["Betho"], ["Kashima"], ["Aufr"], ["Stoltzfus"], ["Harass"], ["Levitan"], ["Kahs"], ["Juchn"], ["Spikov"], ["Moscarini"], ["Kaar"], ["Loher"], ["Cordt"], ["Martin"], ["Dair"], ["Peter"], ["Houtsm"], ["Franchet"], ["Unger"], ["Viani"], ["Berthold"], ["Hansch"], ["Gani"], ["Pinkus"], ["Koenig"], ["Kim"], ["Scheffer"], ["Carrera"], ["Liang"], ["Nakao"], ["McCracken"], ["Liepelt"], ["Turunen"], ["Reiss"], ["Zacharias"], ["Bouamama"], ["Stanko"], ["Lesaffre"], ["Yarmush"], ["Reiss"], ["Bongio"], ["Henriksen"], ["Mitsuhashi"], ["Slaw"], ["Warner"], ["Levine"], ["Smoro"], ["Frost"], ["Fonseca"], ["Stasko"], ["Wodn"], ["Palaniswami"], ["Guthk"], ["Juan"], ["Mitsuhashi"], ["Brenner"], ["Janssen"], ["Anse"], ["Kl\u00c3\u0083\u00c2\u00b6pper"], ["Loyka"], ["Marques"], ["Walker"], ["Zubai"], ["Heilprin"], ["Maesf"], ["Unay"], ["Donofrio"], ["Barberis"], ["Esparza"], ["Mohan"], ["Koppit"], ["Jo"], ["Giannoulis"], ["Bruderm"], ["Godfrey"], ["Tomason"], ["Mohamed"], ["Lenhart"], ["Finance"], ["Grange"], ["Dair"], ["Ockerb"], ["Sud"], ["Clarkson"], ["Frangeu"], ["Schill"], ["Ohno"], ["Hoffman"], ["Streitf"], ["Steinmetz"], ["Sutter"], ["Tchuri"], ["Pourkas"], ["DAtri"], ["Nicol"], ["Dubink"], ["Enokib"], ["Mathias"], ["Mattor"], ["Makinen"], ["Cirsto"], ["Flossmann"], ["Rogers"], ["Mesne"], ["Gibbs"], ["McQuillan"], ["Carey"], ["Gault"], ["Rees-"], ["Graham"], ["Sendlm"], ["Mellor"], ["Smoro"], ["Zahrani"], ["Oberholzer"], ["Simon"], ["Winkler"], ["Bengtss"], ["Unger"], ["Milner"], ["Gierl"], ["Pampal"], ["Yip"], ["Wrzesz"], ["Sarnak"], ["Pettersen"], ["Ailamaki"], ["Neff"], ["Buril"], ["Chakraborty"], ["Xiang"], ["Kozlov"], ["Crimm"], ["Lykin"], ["Krishnakumar"], ["Bauer"], ["Mercank"], ["Chien"], ["Dickson"], ["Guiho"], ["Yang"], ["Hammond"], ["Hands"], ["Morgan"], ["Isogai"], ["Pampal"], ["Tellez"], ["Gruns"], ["Jakobsen"], ["Schrefl"], ["Cabr"], ["Batano"], ["Nakajima"], ["Beeu"], ["Marcol"], ["Sugavanam"], ["Nisso"], ["Hay"], ["Yasuda"], ["Koic"], ["Vulp"], ["Tong"], ["Sudirm"], ["Anty"], ["Katehakis"], ["Kobayashi"], ["Rieger"], ["Jamro"], ["Mohamed"], ["Bussel"], ["Bulash"], ["Rajnov"], ["Noda"], ["Labaye"], ["Rammer"], ["Awano"], ["Sacchi"], ["ODono"], ["Schinag"], ["Ciepl"], ["Furukawa"], ["Ratcliff"], ["Saill"], ["Patne"], ["Nilsson"], ["Alfaro"], ["Neru"], ["Frolova"], ["Julier"], ["Kun"], ["Hawthorne"], ["Hao"], ["Makarychev"], ["McGarr"], ["Pircher"], ["Tobin"], ["Fickl"], ["Bouzeghoub"], ["Wilks"], ["Strader"], ["Schrefl"], ["Bellman"], ["Beckert"], ["Savolainen"], ["Bennett"], ["Courtney"], ["Califieri"], ["Lv"], ["Epley"], ["Bravo"], ["Samo"]]}, "table_names": "['student', 'takes']", "table_image_ids": ["TableImg_Ngrtg_2000.png", "TableImg_Ox1uu_30000.png"], "original_data_index": 592} +{"question": "What are the names of all instructors who have taught a course, as well as the corresponding course id?", "answer": {"columns": ["name", "course_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99], "data": [["Bondi", "747"], ["Gustafsson", "169"], ["Mingoz", "445"], ["Kean", "808"], ["DAgostino", "962"], ["Bietzk", "158"], ["Gustafsson", "561"], ["Bondi", "274"], ["Bondi", "571"], ["Ullman ", "345"], ["Queiroz", "559"], ["DAgostino", "991"], ["DAgostino", "400"], ["Voronina", "376"], ["Sullivan", "694"], ["Mingoz", "137"], ["Sakurai", "270"], ["Morris", "795"], ["Voronina", "443"], ["Mahmoud", "486"], ["Ullman ", "408"], ["Mingoz", "362"], ["Mingoz", "527"], ["Tung", "401"], ["Ullman ", "408"], ["Mahmoud", "493"], ["Luo", "679"], ["Dale", "237"], ["Sakurai", "258"], ["Jaekel", "334"], ["Kean", "366"], ["Wieland", "581"], ["Vicentino", "793"], ["Voronina", "959"], ["Tung", "421"], ["Mingoz", "426"], ["Mingoz", "362"], ["Mahmoud", "864"], ["Bourrier", "960"], ["Romero", "105"], ["Lent", "626"], ["Dale", "893"], ["DAgostino", "663"], ["Liley", "192"], ["Mingoz", "349"], ["Dale", "237"], ["DAgostino", "972"], ["Mahmoud", "704"], ["Morris", "242"], ["Dale", "158"], ["Wieland", "545"], ["Morris", "791"], ["DAgostino", "642"], ["Sakurai", "468"], ["Bourrier", "949"], ["Dale", "748"], ["Romero", "489"], ["Atanassov", "603"], ["Valtchev", "415"], ["Sarkar", "867"], ["Gustafsson", "631"], ["Voronina", "443"], ["Valtchev", "702"], ["Lembr", "843"], ["Voronina", "612"], ["Dale", "629"], ["Romero", "105"], ["Ullman ", "200"], ["Dale", "496"], ["Shuming", "468"], ["Morris", "696"], ["Mahmoud", "735"], ["Lembr", "200"], ["Choll", "461"], ["Mahmoud", "735"], ["Mingoz", "362"], ["Romero", "476"], ["Voronina", "239"], ["Mingoz", "304"], ["DAgostino", "599"], ["Jaekel", "852"], ["Ullman ", "760"], ["Wieland", "591"], ["Gustafsson", "169"], ["Morris", "313"], ["Tung", "692"], ["DAgostino", "867"], ["DAgostino", "482"], ["Bawa", "457"], ["Dale", "802"], ["DAgostino", "338"], ["DAgostino", "352"], ["DAgostino", "338"], ["Sakurai", "960"], ["Pimenta", "875"], ["DAgostino", "400"], ["Dale", "927"], ["Ullman ", "974"], ["Atanassov", "604"], ["Mingoz", "319"]]}, "table_names": "['instructor', 'teaches']", "table_image_ids": ["TableImg_Uiig3_50.png", "TableImg_1rx8e_100.png"], "original_data_index": 593} +{"question": "Which parties have hosts of age above 50? Give me the party locations.", "answer": {"columns": ["Location"], "index": [0], "data": [["Heineken Music Hall Amsterdam"]]}, "table_names": "['party', 'host', 'party_host']", "table_image_ids": ["TableImg_4m0od_8.png", "TableImg_2eby7_10.png", "TableImg_Hk480_6.png"], "original_data_index": 594} +{"question": "Find the ids and first names of the 3 teachers that have the most number of assessment notes?", "answer": {"columns": ["teacher_id", "first_name"], "index": [0, 1, 2], "data": [[3, "Trystan"], [6, "Citlalli"], [9, "Woodrow"]]}, "table_names": "['Teachers', 'Assessment_Notes']", "table_image_ids": ["TableImg_Hs49e_15.png", "TableImg_3eshk_15.png"], "original_data_index": 595} +{"question": "Return the name, phone number and email address for the customer with the most orders.", "answer": {"columns": ["customer_name", "customer_phone", "customer_email"], "index": [0], "data": [["Lexus", "+08(3)8056580281", "gbrekke@example.com"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_Berjv_15.png", "TableImg_X865w_15.png"], "original_data_index": 596} +{"question": "How many assets does each third party company supply? List the count and the company id.", "answer": {"columns": ["count(*)", "company_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[1, 1], [3, 2], [2, 5], [3, 6], [1, 7], [1, 8], [1, 11], [1, 12], [1, 13], [1, 14]]}, "table_names": "['Third_Party_Companies', 'Assets']", "table_image_ids": ["TableImg_Tuydc_15.png", "TableImg_Didnj_15.png"], "original_data_index": 597} +{"question": "What is the time of elimination for the wrestler with the most days held?", "answer": {"columns": ["Time"], "index": [0], "data": [["10:45"]]}, "table_names": "['wrestler', 'Elimination']", "table_image_ids": ["TableImg_R95cp_10.png", "TableImg_Zb4pl_6.png"], "original_data_index": 598} +{"question": "Find the names of nurses who are nursing an undergoing treatment.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Carla Espinosa"], ["Laverne Roberts"], ["Paul Flowers"]]}, "table_names": "['Nurse', 'Undergoes']", "table_image_ids": ["TableImg_8rzvj_3.png", "TableImg_Utfze_6.png"], "original_data_index": 599} +{"question": "What are the ids and names of accounts with 4 or more transactions?", "answer": {"columns": ["account_id", "account_name"], "index": [0], "data": [[9, "337"]]}, "table_names": "['Accounts', 'Financial_Transactions']", "table_image_ids": ["TableImg_0acm9_15.png", "TableImg_Scnzj_15.png"], "original_data_index": 600} +{"question": "Count the number of stores the chain South has.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Department_Store_Chain', 'Department_Stores']", "table_image_ids": ["TableImg_3k7kz_4.png", "TableImg_Tto39_15.png"], "original_data_index": 601} +{"question": "Show the location code of the country \"Canada\".", "answer": {"columns": ["Location_Code"], "index": [0], "data": [["c"]]}, "table_names": "['Ref_Locations']", "table_image_ids": ["TableImg_72fce_5.png"], "original_data_index": 602} +{"question": "Show the names of pilots and models of aircrafts they have flied with.", "answer": {"columns": ["Pilot_name", "Model"], "index": [0, 1, 2, 3, 4, 5], "data": [["Patrick O'Bryant", "Phantom (High Floor)"], ["Patrick O'Bryant", "Advantage (Low Floor)"], ["Patrick O'Bryant", "Advantage (Low Floor)"], ["Jermaine O'Neal", "Phantom (High Floor)"], ["Dan O'Sullivan", "GE40LFR"], ["Charles Oakley", "Phantom (High Floor)"]]}, "table_names": "['aircraft', 'pilot', 'pilot_record']", "table_image_ids": ["TableImg_31r41_7.png", "TableImg_L31wd_5.png", "TableImg_Gndiw_6.png"], "original_data_index": 603} +{"question": "What are the task details, task id and project id for the projects which are detailed as 'omnis' or have more than 2 outcomes?", "answer": {"columns": ["task_details", "task_id", "project_id"], "index": [0, 1], "data": [["m", 12, 12], ["r", 7, 7]]}, "table_names": "['Project_Outcomes', 'Projects', 'Tasks']", "table_image_ids": ["TableImg_Aib0e_15.png", "TableImg_2fj3d_15.png", "TableImg_Nfd0a_15.png"], "original_data_index": 604} +{"question": "Show the names of climbers and the heights of mountains they climb.", "answer": {"columns": ["Name", "Height"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Klaus Enders", 5895.0], ["Siegfried Schauzu", 5895.0], ["Hans Luthringhauser", 5199.0], ["Jean Claude Castella", 5199.0], ["Horst Owesle", 5199.0], ["Georg Auerbacher", 5148.0], ["Arseneus Butscher", 4985.0], ["Charlie Freedman", 4985.0], ["L Currie", 4890.0], ["Mick Horsepole", 4890.0]]}, "table_names": "['mountain', 'climber']", "table_image_ids": ["TableImg_Tjsee_7.png", "TableImg_Z1u7p_10.png"], "original_data_index": 605} +{"question": "What are the distinct types of mills that are built by American or Canadian architects?", "answer": {"columns": ["type"], "index": [0], "data": [["Grondzeiler"]]}, "table_names": "['architect', 'mill']", "table_image_ids": ["TableImg_F7hgl_5.png", "TableImg_E8wgm_6.png"], "original_data_index": 606} +{"question": "What are the grapes, wineries and years for wines with price higher than 100, sorted by year?", "answer": {"columns": ["Grape", "Winery", "Year"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], "data": [["Grenache", "Sine Qua Non", 2006], ["Syrah", "Sine Qua Non", 2006], ["Cabernet Sauvingnon", "Hourglass", 2006], ["Cabernet Sauvingnon", "Lewis", 2006], ["Cabernet Sauvingnon", "Bucella", 2006], ["Cabernet Sauvingnon", "Casa Piena", 2006], ["Cabernet Sauvingnon", "Chappellet", 2007], ["Cabernet Sauvingnon", "Lewis", 2007], ["Cabernet Sauvingnon", "Carter", 2007], ["Cabernet Sauvingnon", "Carter", 2007], ["Cabernet Sauvingnon", "Janzen", 2007], ["Cabernet Sauvingnon", "Morlet", 2007], ["Cabernet Sauvingnon", "Darioush", 2007], ["Cabernet Sauvingnon", "Chimeney Rock", 2007], ["Cabernet Sauvingnon", "Paul Hobbs", 2007], ["Cabernet Sauvingnon", "Dos Lagos", 2007], ["Cabernet Sauvingnon", "David Arthur", 2007], ["Grenache", "Sine Qua Non", 2007], ["Syrah", "Sine Qua Non", 2007], ["Cabernet Sauvingnon", "Lewis", 2008], ["Cabernet Sauvingnon", "Caymus", 2008]]}, "table_names": "['wine']", "table_image_ids": ["TableImg_Vi0ln_500.png"], "original_data_index": 607} +{"question": "What is the first name, GPA, and phone number of the students with the top 5 GPAs?", "answer": {"columns": ["STU_GPA", "STU_PHONE", "STU_FNAME"], "index": [0, 1, 2, 3, 4], "data": [[3.87, "2267", "Gerald"], [3.27, "2256", "Anne"], [3.15, "2267", "Raphael"], [3.09, "2114", "Walter"], [2.92, "2315", "John"]]}, "table_names": "['STUDENT']", "table_image_ids": ["TableImg_Oe07m_8.png"], "original_data_index": 608} +{"question": "Find the number of patients who are not using the medication of Procrastin-X.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Patient', 'Medication', 'Prescribes']", "table_image_ids": ["TableImg_7i0qb_4.png", "TableImg_Uqhgn_5.png", "TableImg_Tf93l_3.png"], "original_data_index": 609} +{"question": "How many teachers does the student named MADLOCK RAY have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_13pw7_60.png", "TableImg_B5s1o_12.png"], "original_data_index": 610} +{"question": "Which buildings does \"Emma\" manage? Give me the short names of the buildings.", "answer": {"columns": ["building_short_name"], "index": [0], "data": [["Normandie Court"]]}, "table_names": "['Apartment_Buildings']", "table_image_ids": ["TableImg_2rjl0_15.png"], "original_data_index": 611} +{"question": "What are the names of people who are shorter than average?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Hubert Henno"], ["Frantz Granvorka"], ["Lo\u00c3\u00afc De Kergret"], ["Philippe Bar\u00c3\u00a7a-Cysique"]]}, "table_names": "['people']", "table_image_ids": ["TableImg_9oxh1_9.png"], "original_data_index": 612} +{"question": "Which tests have \"Pass\" results? Return the dates when the tests were taken.", "answer": {"columns": ["date_test_taken"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["2018-03-25 21:50:22"], ["2018-03-21 00:32:25"], ["2018-03-25 00:44:50"], ["2018-03-25 15:06:12"], ["2018-03-24 13:22:17"], ["2018-03-19 02:04:26"], ["2018-03-23 23:47:42"], ["2018-03-19 14:48:12"]]}, "table_names": "['Student_Tests_Taken']", "table_image_ids": ["TableImg_Mc4nl_15.png"], "original_data_index": 613} +{"question": "Which countries have at least 3 cities?", "answer": {"columns": ["country"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47], "data": [["Algeria"], ["Argentina"], ["Austria"], ["Bangladesh"], ["Brazil"], ["Canada"], ["Chile"], ["China"], ["Colombia"], ["Dominican Republic"], ["Ecuador"], ["Egypt"], ["France"], ["Germany"], ["India"], ["Indonesia"], ["Iran"], ["Israel"], ["Italy"], ["Japan"], ["Malaysia"], ["Mexico"], ["Morocco"], ["Mozambique"], ["Netherlands"], ["Nigeria"], ["Pakistan"], ["Paraguay"], ["Peru"], ["Philippines"], ["Poland"], ["Russian Federation"], ["Saudi Arabia"], ["South Africa"], ["South Korea"], ["Spain"], ["Switzerland"], ["Taiwan"], ["Tanzania"], ["Thailand"], ["Turkey"], ["Ukraine"], ["United Arab Emirates"], ["United Kingdom"], ["United States"], ["Venezuela"], ["Vietnam"], ["Yemen"]]}, "table_names": "['city', 'country']", "table_image_ids": ["TableImg_P0mpz_600.png", "TableImg_Ay2yy_109.png"], "original_data_index": 614} +{"question": "How many different colleges were represented at tryouts?", "answer": {"columns": ["count(DISTINCT cName)"], "index": [0], "data": [[4]]}, "table_names": "['Tryout']", "table_image_ids": ["TableImg_27w75_6.png"], "original_data_index": 615} +{"question": "List the names of mountains that do not have any climber.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Ngaliema / Mt Stanley (Margherita Pk)"], ["Ngaliema / Mt Stanley (Savoia Pk)"]]}, "table_names": "['mountain', 'climber']", "table_image_ids": ["TableImg_9uej2_7.png", "TableImg_Ola3q_10.png"], "original_data_index": 616} +{"question": "Show the names of members and the dates of performances they attended in descending order of attendance of the performances.", "answer": {"columns": ["Name", "Date"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["H\u00c3\u00a9ctor Campana", "February 11"], ["H\u00c3\u00a9ctor Campana", "February 5"], ["Joseph Bunn", "February 5"], ["Wilfredo Ruiz", "February 7"], ["Charlie Burke", "February 4"], ["Luis Gonz\u00c3\u00a1lez", "February 2"], ["H\u00c3\u00a9ctor Campana", "February 2"], ["Juan Espil", "February 2"]]}, "table_names": "['member', 'performance', 'member_attendance']", "table_image_ids": ["TableImg_Xd44o_11.png", "TableImg_Wi46a_6.png", "TableImg_Houa2_8.png"], "original_data_index": 617} +{"question": "Find the busiest destination airport that runs most number of routes in China.", "answer": {"columns": ["name"], "index": [0], "data": [["Beijing Capital International Airport"]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_1o6ap_67240.png", "TableImg_1vykg_7184.png"], "original_data_index": 618} +{"question": "For each classroom with at least 2 classes, how many classes are offered?", "answer": {"columns": ["count(*)", "CLASS_ROOM"], "index": [0, 1, 2, 3], "data": [[2, "BUS252"], [2, "BUS311"], [4, "KLR200"], [3, "KLR209"]]}, "table_names": "['CLASS']", "table_image_ids": ["TableImg_Mswi0_13.png"], "original_data_index": 619} +{"question": "What is the order date of each booking?", "answer": {"columns": ["Order_Date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["2016-12-12 10:43:01"], ["1976-08-20 00:33:08"], ["1975-11-23 06:28:47"], ["1995-02-02 15:52:57"], ["1995-05-10 14:49:47"], ["1992-11-26 18:11:10"], ["1975-12-30 14:12:32"], ["1992-05-11 23:22:41"], ["1971-05-11 06:53:01"], ["1982-05-19 05:37:51"], ["1991-10-11 17:24:15"], ["1984-12-17 12:53:51"], ["1996-09-14 10:17:55"], ["2007-08-05 15:46:29"], ["1976-10-24 07:40:47"]]}, "table_names": "['Bookings']", "table_image_ids": ["TableImg_Hqkho_15.png"], "original_data_index": 620} +{"question": "Find the team names of the universities whose enrollments are smaller than the average enrollment size.", "answer": {"columns": ["Team_Name"], "index": [0, 1, 2], "data": [["North Carolina"], ["Duke"], ["Virginia Tech"]]}, "table_names": "['basketball_match', 'university']", "table_image_ids": ["TableImg_Vhx3u_4.png", "TableImg_Wfttd_5.png"], "original_data_index": 621} +{"question": "What is the shortest and most poorly rated song for each genre, ordered alphabetically by genre?", "answer": {"columns": ["min(T1.duration)", "min(T2.rating)", "genre_is"], "index": [0, 1, 2, 3, 4, 5], "data": [["5:23", 6, "blues"], ["4:12", 7, "folk"], ["4:30", 10, "modern"], ["2:56", 5, "nazrul"], ["4:34", 8, "pop"], ["3:45", 8, "tagore"]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_Oiil1_6.png", "TableImg_Xpww1_6.png"], "original_data_index": 622} +{"question": "What are the bed type and name of all the rooms with traditional decor?", "answer": {"columns": ["roomName", "bedType"], "index": [0, 1, 2, 3], "data": [["Interim but salutary", "King"], ["Abscond or bolster", "Queen"], ["Convoke and sanguine", "King"], ["Frugal not apropos", "King"]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_Chjua_10.png"], "original_data_index": 623} +{"question": "List the names of all the distinct customers who bought a keyboard.", "answer": {"columns": ["customer_name"], "index": [0, 1], "data": [["Jon"], ["Cordell"]]}, "table_names": "['Customers', 'Products', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_C79qy_15.png", "TableImg_O1qvm_15.png", "TableImg_E3dhr_15.png", "TableImg_E0u9d_15.png"], "original_data_index": 624} +{"question": "What are the name, id and the corresponding number of visits for each tourist attraction?", "answer": {"columns": ["Name", "Tourist_Attraction_ID", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["UK gallery", 2701, 1], ["flying elephant", 5076, 1], ["US museum", 6476, 4], ["fun games", 6523, 2], ["history gallery", 6653, 1], ["exploration trial", 6852, 4], ["presidents hall", 8429, 1], ["jungle cruise", 8698, 3], ["fun shops", 9360, 1], ["parking", 9919, 2]]}, "table_names": "['Tourist_Attractions', 'Visits']", "table_image_ids": ["TableImg_Usckg_15.png", "TableImg_V3xa8_20.png"], "original_data_index": 625} +{"question": "What are the different names, locations, and products of the enzymes that are capable inhibitor interactions?", "answer": {"columns": ["name", "Location", "Product"], "index": [0, 1, 2], "data": [["ALA synthase", "Mitochondrion", "\u00ce\u00b4-Aminolevulinic acid"], ["ALA dehydratase", "Cytosol", "Porphobilinogen"], ["PBG deaminase", "Cytosol", "Hydroxymethyl bilane"]]}, "table_names": "['enzyme', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_Cbp8h_8.png", "TableImg_O4i80_19.png"], "original_data_index": 626} +{"question": "display the employee ID and job name for all those jobs in department 80.", "answer": {"columns": ["EMPLOYEE_ID", "JOB_TITLE"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "data": [[145, "Sales Manager"], [146, "Sales Manager"], [147, "Sales Manager"], [148, "Sales Manager"], [149, "Sales Manager"], [150, "Sales Representative"], [151, "Sales Representative"], [152, "Sales Representative"], [153, "Sales Representative"], [154, "Sales Representative"], [155, "Sales Representative"], [156, "Sales Representative"], [157, "Sales Representative"], [158, "Sales Representative"], [159, "Sales Representative"], [160, "Sales Representative"], [161, "Sales Representative"], [162, "Sales Representative"], [163, "Sales Representative"], [164, "Sales Representative"], [165, "Sales Representative"], [166, "Sales Representative"], [167, "Sales Representative"], [168, "Sales Representative"], [169, "Sales Representative"], [170, "Sales Representative"], [171, "Sales Representative"], [172, "Sales Representative"], [173, "Sales Representative"], [174, "Sales Representative"], [175, "Sales Representative"], [176, "Sales Representative"], [177, "Sales Representative"], [179, "Sales Representative"]]}, "table_names": "['jobs', 'employees']", "table_image_ids": ["TableImg_H4z2t_19.png", "TableImg_Jz4co_107.png"], "original_data_index": 627} +{"question": "Find the top 3 wineries with the greatest number of wines made of white color grapes.", "answer": {"columns": ["Winery"], "index": [0, 1, 2], "data": [["Brander"], ["Kistler"], ["Peter Michael"]]}, "table_names": "['grapes', 'wine']", "table_image_ids": ["TableImg_Bddd9_20.png", "TableImg_S6lnp_500.png"], "original_data_index": 628} +{"question": "What is the ship with the largest amount of tonnage called?", "answer": {"columns": ["Name"], "index": [0], "data": [["Appam"]]}, "table_names": "['ship']", "table_image_ids": ["TableImg_K2ruu_8.png"], "original_data_index": 629} +{"question": "What are the names of customers with accounts, and how many checking accounts do each of them have?", "answer": {"columns": ["count(*)", "name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[1, "Brown"], [1, "Granger"], [1, "O'mahony"], [1, "Porter"], [1, "Wang"], [1, "Weeks"], [1, "Wesley"]]}, "table_names": "['ACCOUNTS', 'CHECKING']", "table_image_ids": ["TableImg_Qxh3z_7.png", "TableImg_Fhazy_7.png"], "original_data_index": 630} +{"question": "Which company was started by the entrepreneur with the greatest height?", "answer": {"columns": ["Company"], "index": [0], "data": [["Elizabeth Galton Ltd"]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_Dlvkr_6.png", "TableImg_Hjfib_8.png"], "original_data_index": 631} +{"question": "For how many clubs is \"Tracy Kim\" a member?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_3udqy_34.png", "TableImg_Pmczo_4.png", "TableImg_4pop0_4.png"], "original_data_index": 632} +{"question": "What are the names of the services that have never been used?", "answer": {"columns": ["service_name"], "index": [0], "data": [["Health"]]}, "table_names": "['Services', 'Party_Services']", "table_image_ids": ["TableImg_U5xmx_15.png", "TableImg_Xab4k_15.png"], "original_data_index": 633} +{"question": "Show the players from college UCLA.", "answer": {"columns": ["Player"], "index": [0, 1], "data": [["Carlos Bocanegra Category:Articles with hCards"], ["Jonathan Bornstein Category:Articles with hCards"]]}, "table_names": "['match_season', 'player']", "table_image_ids": ["TableImg_T2qex_16.png", "TableImg_Kia8u_10.png"], "original_data_index": 634} +{"question": "How many professors attained either Ph.D. or Masters degrees?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[20]]}, "table_names": "['PROFESSOR']", "table_image_ids": ["TableImg_4faif_22.png"], "original_data_index": 635} +{"question": "Give the name of the highest paid instructor.", "answer": {"columns": ["name"], "index": [0], "data": [["Wieland"]]}, "table_names": "['instructor']", "table_image_ids": ["TableImg_Pcxkh_50.png"], "original_data_index": 636} +{"question": "Show the party that has the most people.", "answer": {"columns": ["Party"], "index": [0], "data": [["Republican"]]}, "table_names": "['people']", "table_image_ids": ["TableImg_287z9_10.png"], "original_data_index": 637} +{"question": "Count the number of members in club \"Bootup Baltimore\" whose age is below 18.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_J1769_34.png", "TableImg_K0fco_4.png", "TableImg_J8xkk_4.png"], "original_data_index": 638} +{"question": "What are the times of elimination for any instances in which the elimination was done by Punk or Orton?", "answer": {"columns": ["Time"], "index": [0, 1], "data": [["00:11"], ["10:45"]]}, "table_names": "['Elimination']", "table_image_ids": ["TableImg_Tswjh_6.png"], "original_data_index": 639} +{"question": "What are the titles of films and corresponding types of market estimations?", "answer": {"columns": ["Title", "Type"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["ET the Extra-Terrestrial", "Mass suicide murder"], ["Tootsie", "Mass suicide"], ["An Officer and a Gentleman", "Mass human sacrifice"], ["Rocky III", "Mass suicide"], ["Rocky III", "Mass suicide murder"], ["Rocky III", "Mass suicide"], ["Rocky III", "Mass suicide"], ["ET the Extra-Terrestrial", "Mass suicide"], ["ET the Extra-Terrestrial", "Mass suicide"]]}, "table_names": "['film', 'film_market_estimation']", "table_image_ids": ["TableImg_Ojiii_13.png", "TableImg_P2vha_9.png"], "original_data_index": 640} +{"question": "What are the names and headquarters of all companies ordered by descending market value?", "answer": {"columns": ["Company", "Headquarters"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["ExxonMobil", "USA"], ["PetroChina", "China"], ["Industrial and Commercial Bank of China", "China"], ["Royal Dutch Shell", "Netherlands"], ["General Electric", "USA"], ["Berkshire Hathaway", "USA"], ["Petrobras", "Brazil"], ["Wells Fargo", "USA"], ["HSBC", "UK"], ["BP", "UK"]]}, "table_names": "['company']", "table_image_ids": ["TableImg_0r2qp_10.png"], "original_data_index": 641} +{"question": "What are the names of everybody sorted by age in descending order?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3], "data": [["Zach"], ["Bob"], ["Dan"], ["Alice"]]}, "table_names": "['Person']", "table_image_ids": ["TableImg_Ld81k_4.png"], "original_data_index": 642} +{"question": "How many flights have a velocity larger than 200?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[12]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_Qlrzl_13.png"], "original_data_index": 643} +{"question": "Give me the payment Id, the date and the amount for all the payments processed with Visa.", "answer": {"columns": ["Payment_ID", "Date_Payment_Made", "Amount_Payment"], "index": [0, 1, 2, 3], "data": [[678, "2017-12-16", 459407], [754, "2018-02-24", 7343], [779, "2017-05-28", 155654], [791, "2017-05-03", 172309]]}, "table_names": "['Payments']", "table_image_ids": ["TableImg_06r5e_15.png"], "original_data_index": 644} +{"question": "Find the last name and age of the student who has allergy to both milk and cat.", "answer": {"columns": ["LName", "Age"], "index": [0, 1], "data": [["Apap", 18], ["Lee", 17]]}, "table_names": "['Has_Allergy', 'Student']", "table_image_ids": ["TableImg_Weaz4_59.png", "TableImg_0yc5g_34.png"], "original_data_index": 645} +{"question": "What are the first names, office locations of all lecturers who have taught some course?", "answer": {"columns": ["EMP_FNAME", "PROF_OFFICE", "CRS_DESCRIPTION"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Arnelle", "KLR 229D", "Accounting I"], ["Arnelle", "KLR 229D", "Accounting I"], ["Robert", "BBG 208", "Accounting I"], ["Ismael", "KLR 244", "Accounting II"], ["Ismael", "KLR 244", "Accounting II"], ["Carlos", "KLR 300", "Intro. to Microcomputing"], ["Gerald", "KLR 211", "Intro. to Microcomputing"], ["Carlos", "KLR 300", "Intro. to Microcomputing"], ["Peter", "KLR 203E", "Database Design and Implementation"], ["Gerald", "KLR 211", "Intro. to Statistics"], ["Gerald", "KLR 211", "Intro. to Statistics"], ["Peter", "KLR 203E", "Statistical Applications"], ["Peter", "KLR 203E", "Statistical Applications"]]}, "table_names": "['CLASS', 'COURSE', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Mxpe6_13.png", "TableImg_Eyvlq_6.png", "TableImg_Dwz8h_37.png", "TableImg_43kh8_22.png"], "original_data_index": 646} +{"question": "How many orders does Lucas Mancini has?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['customers', 'invoices']", "table_image_ids": ["TableImg_Ccfzd_59.png", "TableImg_Ecnd9_412.png"], "original_data_index": 647} +{"question": "What are the names of musicals who have at 3 or more actors?", "answer": {"columns": ["Name"], "index": [0], "data": [["The Book of Mormon"]]}, "table_names": "['musical', 'actor']", "table_image_ids": ["TableImg_Rndi1_7.png", "TableImg_4hzrb_9.png"], "original_data_index": 648} +{"question": "How many drama workshop groups are there in each city? Return both the city and the count.", "answer": {"columns": ["City_Town", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Chrisside", 1], ["Feliciaberg", 1], ["Jasthaven", 2], ["Macejkovicchester", 1], ["Monahanshire", 1], ["Nataliamouth", 2], ["New Lonzoville", 2], ["Port Maximeview", 1], ["Purdyville", 1], ["Rueckermouth", 1], ["South Eugenia", 1], ["West Sherwoodstad", 1]]}, "table_names": "['Addresses', 'Drama_Workshop_Groups']", "table_image_ids": ["TableImg_F0rzi_20.png", "TableImg_7fe1z_15.png"], "original_data_index": 649} +{"question": "Show the names of the drivers without a school bus.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Matthew Ritter"], ["Dan Carter"], ["Brandon McGee"], ["Edwin Vargas"], ["Timothy Ackert"], ["Tim Larson"], ["Geoff Luxenberg"]]}, "table_names": "['driver', 'school_bus']", "table_image_ids": ["TableImg_Pvccl_12.png", "TableImg_978s8_5.png"], "original_data_index": 650} +{"question": "Find the number of activities available.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[16]]}, "table_names": "['Activity']", "table_image_ids": ["TableImg_Zxxu2_16.png"], "original_data_index": 651} +{"question": "How many registed students do each course have? List course name and the number of their registered students?", "answer": {"columns": ["course_name", "count(*)"], "index": [0, 1, 2, 3], "data": [["statistics", 4], ["English", 2], ["French", 2], ["data structure", 1]]}, "table_names": "['Students', 'Courses', 'Student_Course_Registrations']", "table_image_ids": ["TableImg_594wh_8.png", "TableImg_W7p4r_6.png", "TableImg_0zxhu_9.png"], "original_data_index": 652} +{"question": "Count the number of clubs for which the student named \"Eric Tai\" is a member.", "answer": {"columns": ["count(DISTINCT t1.clubname)"], "index": [0], "data": [[0]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Dqpzr_34.png", "TableImg_0egj7_4.png", "TableImg_Dr868_4.png"], "original_data_index": 653} +{"question": "What are the statement id and statement detail for the statement that has the most corresponding accounts?", "answer": {"columns": ["Statement_ID", "Statement_Details"], "index": [0], "data": [[57, "Open Project"]]}, "table_names": "['Statements', 'Accounts']", "table_image_ids": ["TableImg_Lzb42_2.png", "TableImg_6fvup_15.png"], "original_data_index": 654} +{"question": "Which teachers teach in classroom 109? Give me their last names.", "answer": {"columns": ["LastName"], "index": [0], "data": [["KAWA"]]}, "table_names": "['teachers']", "table_image_ids": ["TableImg_Pjcbb_12.png"], "original_data_index": 655} +{"question": "How many rooms in total are there in the apartments in the building with short name \"Columbus Square\"?", "answer": {"columns": ["sum(T2.room_count)"], "index": [0], "data": [[29]]}, "table_names": "['Apartment_Buildings', 'Apartments']", "table_image_ids": ["TableImg_P16rk_15.png", "TableImg_Zcin4_15.png"], "original_data_index": 656} +{"question": "How many undergraduates are there in \"San Jose State University\" in year 2004?", "answer": {"columns": ["sum(t1.undergraduate)"], "index": [0], "data": [[21663]]}, "table_names": "['Campuses', 'discipline_enrollments']", "table_image_ids": ["TableImg_Lwaa9_23.png", "TableImg_8hxm4_395.png"], "original_data_index": 657} +{"question": "What is the title, phone number and hire date for the employee named Nancy Edwards?", "answer": {"columns": ["title", "phone", "hire_date"], "index": [0], "data": [["Sales Manager", "+1 (403) 262-3443", "2002-05-01 00:00:00"]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_Sizpl_8.png"], "original_data_index": 658} +{"question": "Who are the friends of Bob?", "answer": {"columns": ["friend"], "index": [0], "data": [["Zach"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Kciy9_4.png", "TableImg_Q2zdv_4.png"], "original_data_index": 659} +{"question": "How many different roles are there on the project staff?", "answer": {"columns": ["count(DISTINCT role_code)"], "index": [0], "data": [[2]]}, "table_names": "['Project_Staff']", "table_image_ids": ["TableImg_Rkrns_15.png"], "original_data_index": 660} +{"question": "Find the distinct first names of the students who have class senator votes.", "answer": {"columns": ["Fname"], "index": [0, 1], "data": [["Eric"], ["Michael"]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_0vg7l_34.png", "TableImg_8nulp_10.png"], "original_data_index": 661} +{"question": "Return the average price for each product type.", "answer": {"columns": ["product_type_code", "avg(product_price)"], "index": [0, 1], "data": [["Clothes", 715.5366666667], ["Hardware", 796.0416666667]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Skd07_15.png"], "original_data_index": 662} +{"question": "Find the total hours of the projects that scientists named Michael Rogers or Carol Smith are assigned to.", "answer": {"columns": ["sum(T2.hours)"], "index": [0], "data": [[6702]]}, "table_names": "['Scientists', 'Projects', 'AssignedTo']", "table_image_ids": ["TableImg_Wpdm4_12.png", "TableImg_Ffonp_14.png", "TableImg_1ma3d_12.png"], "original_data_index": 663} +{"question": "What is the average number of votes of representatives from party \"Republican\"?", "answer": {"columns": ["avg(T1.Votes)"], "index": [0], "data": [[11750.0]]}, "table_names": "['election', 'representative']", "table_image_ids": ["TableImg_Oqyx9_5.png", "TableImg_Uf34b_7.png"], "original_data_index": 664} +{"question": "What are the student ids of students who don't have any allergies?", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4], "data": [[1008], [1032], [1033], [1034], [1035]]}, "table_names": "['Has_Allergy', 'Student']", "table_image_ids": ["TableImg_9kxy1_59.png", "TableImg_V63om_34.png"], "original_data_index": 665} +{"question": "What are the names of wines produced before any wine from the Brander winery?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433], "data": [["Old Kraft Vineyard"], ["Giana"], ["Black Chicken"], ["Napa Ranches"], ["Varozza Vineyard"], ["Mother Clone"], ["Zinfandel"], ["Sauvignon Blanc"], ["LApres-Midi"], ["Sauvignon Blanc"], ["Asatsuyu"], ["Sauvignon Blanc"], ["Handley Vineyard"], ["Sauvignon Blanc"], ["Sauvignon Blanc"], ["Sauvignon Blanc"], ["Sauvignon Blanc"], ["Sauvignon Blanc"], ["Sauvignon Blanc"], ["Pritchard Hill"], ["Reserve"], ["Neyers Ranch - Conn Valley"], ["Annum"], ["Cabernet Sauvignon"], ["Beckstoffer To Kalon Vineyard"], ["Coliseum Block"], ["1886"], ["Cabernet Sauvignon"], ["Beckstoffer To Kalon Vineyard"], ["Couer de Valee"], ["Cabernet Sauvignon"], ["Amber Ridge Vineyard"], ["Keefer Ranch"], ["Koplen Vineyard"], ["Freestone Hill"], ["Julias Vineyard"], ["Carneros Hyde Vineyard"], ["Pinot Noir"], ["Garys Vineyard"], ["Kanzler Vineyard"], ["Five Sisters"], ["Pisoni Vineyard"], ["Rosellas Vineyard"], ["Kanzler Vineyard"], ["Valley Bliss Block"], ["Pinot Noir"], ["Lancel Creek Vineyard"], ["Pinot Noir"], ["4-Barrel"], ["Gaps Crown Vineyard"], ["Pinot Noir"], ["Reserve"], ["A by Acacia"], ["La Encantada Vineyard"], ["La Encantada Vineyard Clone 667"], ["Estate Reserve"], ["Carneros"], ["Pinot Noir"], ["Garys Vineyard"], ["Pinot Noir"], ["Sarmento Vineyard"], ["Pinot Noir"], ["Pinot Noir"], ["Pinot Noir"], ["Pinot Noir"], ["Henry Ranch"], ["Pinot Noir"], ["Kali Hart"], ["Pinot Noir"], ["Pinot Noir"], ["Pinot Noir"], ["Sleepy Hollow Vineyard"], ["Pinot Noir"], ["Syrah"], ["Eddies Patch"], ["Merlot"], ["Reserve"], ["Darius II"], ["Cabernet Sauvignon"], ["Hillstone Vineyard"], ["Tomahawk Vineyard"], ["Elevage"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Neruda Brix Vineyard"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["In the Crosshairs Eleven Confessions Vineyard"], ["On the Road"], ["Garnacha Denner Vineyard"], ["Purisma Mountain Vineyard"], ["Romeo"], ["Foggy Knoll Vineyard"], ["Anns Block"], ["Kick Ranch"], ["Hayne Vineyard"], ["Sweetwater Springs Vineyard"], ["Petite Sirah"], ["Pinot Noir"], ["Limited Release"], ["Pinot Noir"], ["A Shot in the Dark Eleven Confessions Vineyard"], ["Quarzo"], ["Rosellas Vineyard"], ["Cardiac Hill"], ["Larner Vinyard"], ["White Hawk Vineyard"], ["Mesa Reserve"], ["Twist of Fate"], ["Syrah"], ["Garys Vineyard"], ["Kemp Vineyard"], ["Christensen Family Vineyard"], ["Melville Vineyards"], ["Syrah"], ["The Flight"], ["Syrah"], ["England-Shaw"], ["La Cruz Vineyard"], ["Syrah"], ["Syrah"], ["Syrah"], ["Snows Lake Vineyard"], ["Abba Vineyard"], ["Originals"], ["Que Syrah Vineyard"], ["Gesture Limited Release"], ["Star Angel "], ["Kick Ranch Reserve"], ["Syrah"], ["Syrah"], ["Les Cotes De LOuest"], ["Shiraz"], ["Carlisle Vineyard"], ["Cedarman"], ["Tofanelli Vineyard"], ["Private Reserve"], ["Fredericks Vineyard"], ["Rossi Ranch"], ["Treborce Vineyard"], ["Wild Oak Old Vines"], ["Old Vine"], ["Wheelhouse"], ["Zinfandel"], ["SHR Field Blend"], ["Lot 154"], ["Edizione Pennino"], ["La Cruz Vineyard"], ["Signature"], ["Loco"], ["Bailey Vineyard"], ["Twenty Two"], ["Larner Vinyard"], ["Black Bart Stagecoach Vineyard"], ["Polomita Hamilton Vineyard"], ["Rominger Vineyard"], ["Maverick"], ["VGS"], ["Amber Ridge Vineyard"], ["Roll Ranch Vineyard"], ["Guidici Famili Vineyard"], ["Savoy Vineyard"], ["The Backbone"], ["Laurels Estate Vineyard"], ["Bynum & Moshin Vineyards"], ["Jensen Vineyard"], ["Rockpile Road Vineyard"], ["Pinot Noir"], ["Thirtieth Anniverasry Vintage Mt. Harlan Cuvee"], ["Green River Isobel"], ["Sengiacomo Vineyard"], ["Lorenzo"], ["Chloe"], ["Chardonnay"], ["Signature"], ["Stagecoach Vineyard Black Bart"], ["Home Ranch"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Reserve"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Stagecoach Vineyard"], ["Ten-Goal Happy Canyon Vineyards"], ["The Ranch"], ["Napa Cuvee"], ["Monte Rosso Vineyard"], ["Beckstoffer To Kalon Vineyard"], ["Reserve"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Dr. Crane Vineyard"], ["Boonflys Hill"], ["McCrea Vineyard"], ["Ma Belle-Fille"], ["Durell Vineyard"], ["Durell Vineyard Wente Clone"], ["Estate Vineyard"], ["Wine Hill Vineyard"], ["Belle Cote"], ["Mon Plaisir"], ["Untilited #3"], ["Reserve"], ["Los Alamos Vineyard Historic Vineyards Collection"], ["Hyde Vineyards"], ["Hudson Vineyard"], ["Damaris Reserve "], ["Chardonnay"], ["Cahrles Heintz Vineyard"], ["Santa Cruz Mountains Estate"], ["Red Shoulder Ranch"], ["Winmakers Reserve"], ["Sangiacomo Vineyard"], ["Sbraglia Limited-Release"], ["Chardonnay"], ["Reserve"], ["Chardonnay"], ["Ryo-fu"], ["Chardonnay"], ["Carneros"], ["Dutton Ranch"], ["Chardonnay"], ["Los Olivos Vineyard"], ["La Carrlere"], ["Chardonnay"], ["Home Ranch"], ["Chardonnay"], ["Carneros"], ["Chardonnay"], ["Chardonnay"], ["Keefer Ranch"], ["Chardonnay"], ["Private Reserve"], ["Carneros Reserve"], ["Chardonnay"], ["Chardonnay"], ["Chardonnay"], ["Dutton Ranch"], ["Chardonnay"], ["Emelias Cuvee"], ["Chardonnay"], ["Ovation"], ["Laughlin Family Vineyard"], ["Don Miguel Vineyard Lia Torres Family Vineyards"], ["Chardonnay"], ["B. Theriot Vineyard"], ["Ceja Vineyard"], ["Chardonnay"], ["Chardonnay"], ["Chardonnay"], ["Proprietary Reserve"], ["Los Carneros"], ["Chardonnay"], ["Carneros"], ["Chardonnay"], ["Signature"], ["Valley Dominique"], ["Chardonnay"], ["Founders"], ["Kistler Vineyard"], ["Gold Creek Ranch"], ["Chardonnay"], ["Cuvee Natalie"], ["Chardonnay"], ["Chardonnay"], ["Chardonnay"], ["De La Guerra"], ["Parr Vineyard"], ["Chardonnay"], ["Carneros"], ["Reserve"], ["Chardonnay"], ["Chardonnay"], ["Chardonnay"], ["Chardonnay"], ["Chardonnay"], ["Chardonnay"], ["Chardonnay"], ["Chardonnay"], ["Finest Selection Reserve"], ["Valley Savoy"], ["Coster Vineyard"], ["Lambda"], ["Pinot Noir"], ["Hurst Vineyard"], ["Keefer Ranch"], ["Pinot Noir"], ["McDougal Ranch"], ["Clos Pepe Vineyard"], ["Pinot Noir"], ["Pinot Noir"], ["Pinot Noir"], ["Kanzler Vineyard"], ["Wildcat Mountain Vineyard"], ["Ramondo Vineyard"], ["Grand Detour"], ["Valley Dutton Ranch"], ["Pinot Noir"], ["Pinot Noir"], ["Papas Block"], ["Rosellas Vineyard"], ["Glorias Gem"], ["Cuvee Trouvee"], ["Grand Master"], ["Zio Tony Ranch Gianna Marie"], ["Les Galets"], ["Gamma"], ["Unti Vineyard"], ["Zinfandel"], ["Problem Child"], ["Rossi Ranch"], ["Zinfandel"], ["Montafi Ranch"], ["Old vine Della Costa Family Vineyard"], ["Giuseppe & Luisa"], ["Zinfandel"], ["Zinfandel"], ["Backroads"], ["Appelation Series"], ["50 Year Old Vines"], ["Heritage"], ["Old Vine"], ["Vieux-Os Hell Hole Cuvee Old Vine"], ["Planchon Vineyard"], ["Knotty Vines"], ["Beastly Old Vines"], ["Ancient Vines"], ["Incredible Red"], ["Zinfandel"], ["Zinfandel"], ["Cabernet Franc"], ["Primitivo"], ["Merlot"], ["Special Selection"], ["Date Night"], ["Black Label"], ["Cabernet Sauvignon"], ["Artistry"], ["Napa Angel Aurelios Selection"], ["Chardonnay"], ["Reserve"], ["Russian River Selection"], ["Numbers"], ["Pinot Noir"], ["Merlot"], ["Zinfandel"], ["Merlot"], ["Zinfandel"], ["Beckstoffer Dr. Crane Vineyard"], ["DAdamo Vineyard"], ["InSpire"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Spare Me"], ["Jersey Boy"], ["Choreography"], ["Artistry"], ["Tephra Ridge Vineyard"], ["Peter Newton Vineyard"], ["State Lane Ranch"], ["District 4"], ["Elevation 1147"], ["Cabernet Sauvignon"], ["Stagecoach Vineyard"], ["Cabernet Sauvignon"], ["Elements"], ["Cabernet Sauvignon"], ["La Capilla Collection"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["To the Rescue"], ["Pictures"], ["Mailbox Vineyard Drive"], ["Tephra Ridge Vineyard"], ["Merlot"], ["Chelsea Goldschmidt"], ["Merlot"], ["Ryan"], ["Pinot Noir"], ["Finn"], ["Aidan"], ["Eoin"], ["Ulises Valdez Vineyard"], ["Pinot Noir"], ["La Cruz Vineyard"], ["Grand Firepeak Cuvee Firepeak Vineyard"], ["Sleepy Hollow Vineyard"], ["Pinot Noir"], ["Sauvignon Blanc"], ["Fume Blanc"], ["Sauvignon Blanc"], ["Lillie Vineyard"], ["Sauvignon Blanc"], ["Papas Block"], ["Labels"], ["Madden Ranch"], ["Rosellas Vineyard"], ["Syrah"], ["Grist Vineyard"], ["Highwire Vineyard"], ["Rocky Terrace Los Chamizal Vineyards"], ["Century Vines Reserve"], ["Casa Santinamaria Vineyards"], ["Boticelli Vineyards"], ["Todd Brothers Ranch Old Vines"], ["Old Vine Teldeschi Vineyard Home Ranch"], ["Old Vine"], ["Somers Ranch"], ["Reserve"], ["Morning Sun Los Chamizal Vineyards"], ["Jesses Vineyard"], ["Carlas Reserve"], ["Ginos Vineyard"], ["Zinfandel"], ["Zinfandel"], ["Bridgehead"], ["Old vine Della Costa Family Vineyard"], ["Zinfandel"], ["Pato Vineyard"], ["Zinfandel"], ["Cullinane Reserve"], ["Edizione Pennino"], ["Zinfandel"], ["Bushnell Vineyard"], ["Old Vines"], ["Zinfandel"], ["To the Rescue"], ["Sangiovese"], ["Barbera"], ["Primitivo Block #4"], ["A by Acacia"]]}, "table_names": "['wine']", "table_image_ids": ["TableImg_46qix_500.png"], "original_data_index": 666} +{"question": "Find the first name and office of history professor who did not get a Ph.D. degree.", "answer": {"columns": ["EMP_FNAME", "PROF_OFFICE"], "index": [0], "data": [["James", "DRE 156"]]}, "table_names": "['DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Qudi9_11.png", "TableImg_Qlvf5_37.png", "TableImg_Lvotj_22.png"], "original_data_index": 667} +{"question": "What is the name of the tourist attraction that is associated with the photo \"game1\"?", "answer": {"columns": ["Name"], "index": [0], "data": [["impressions de France"]]}, "table_names": "['Tourist_Attractions', 'Photos']", "table_image_ids": ["TableImg_P590s_15.png", "TableImg_Lepid_15.png"], "original_data_index": 668} +{"question": "What is minimum hours of the students playing in different position?", "answer": {"columns": ["min(T2.HS)", "pPos"], "index": [0, 1, 2], "data": [[1200, "goalie"], [300, "mid"], [1600, "striker"]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_1eyzg_6.png", "TableImg_Kdnfg_6.png"], "original_data_index": 669} +{"question": "List the names of departments where some physicians are primarily affiliated with.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["General Medicine"], ["Surgery"], ["Psychiatry"]]}, "table_names": "['Department', 'Affiliated_With']", "table_image_ids": ["TableImg_Jesx7_3.png", "TableImg_Vhhvc_11.png"], "original_data_index": 670} +{"question": "Return the themes, dates, and attendance for exhibitions that happened in 2004.", "answer": {"columns": ["Theme", "Date", "Attendance"], "index": [0, 1, 2], "data": [["Santa Claus", "December 2", 965], ["Santa Claus", "December 5", 1098], ["Santa Claus", "December 7", 2983]]}, "table_names": "['exhibition', 'exhibition_record']", "table_image_ids": ["TableImg_3p0un_6.png", "TableImg_5z5qf_13.png"], "original_data_index": 671} +{"question": "Show the number of transactions for different investors.", "answer": {"columns": ["investor_id", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[2, 2], [3, 3], [6, 1], [7, 1], [8, 1], [14, 1], [17, 1], [18, 2], [19, 2], [20, 1]]}, "table_names": "['Transactions']", "table_image_ids": ["TableImg_9lh0m_15.png"], "original_data_index": 672} +{"question": "List all the policy types used by the customer enrolled in the most policies.", "answer": {"columns": ["policy_type_code"], "index": [0, 1], "data": [["Mortgage Insurance"], ["Property Insurance"]]}, "table_names": "['Customers', 'Available_Policies', 'Customers_Policies']", "table_image_ids": ["TableImg_Xlc90_15.png", "TableImg_7wxj5_15.png", "TableImg_Xdo3j_14.png"], "original_data_index": 673} +{"question": "What is the name of the event that happened in the most recent year?", "answer": {"columns": ["Name"], "index": [0], "data": [["European FINA"]]}, "table_names": "['event']", "table_image_ids": ["TableImg_8ugpj_6.png"], "original_data_index": 674} +{"question": "What are the statement ids, statement details, and account details, for all accounts?", "answer": {"columns": ["Statement_ID", "Statement_Details", "Account_Details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[57, "Open Project", "495.063"], [57, "Open Project", "930.14"], [57, "Open Project", "6035.84"], [57, "Open Project", "199.52"], [192, "Private Project", "12223.93"], [57, "Open Project", "11130.23"], [192, "Private Project", "1230.454"], [192, "Private Project", "6352.31"], [57, "Open Project", "147.96"], [57, "Open Project", "187.14"], [192, "Private Project", "745.817"], [192, "Private Project", "127.9"], [57, "Open Project", "25.41"], [57, "Open Project", "1168.32"], [192, "Private Project", "658.26"]]}, "table_names": "['Statements', 'Accounts']", "table_image_ids": ["TableImg_Y0ixk_2.png", "TableImg_Apduw_15.png"], "original_data_index": 675} +{"question": "For each id of a driver who participated in at most 30 races, how many races did they participate in?", "answer": {"columns": ["driverId", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641], "data": [[7, 27], [12, 28], [19, 24], [26, 28], [28, 1], [29, 21], [34, 4], [36, 7], [38, 11], [40, 11], [42, 20], [43, 28], [45, 14], [46, 18], [47, 20], [51, 16], [52, 14], [53, 5], [54, 15], [58, 26], [59, 29], [60, 21], [61, 3], [62, 16], [66, 17], [72, 1], [73, 30], [74, 16], [76, 25], [80, 1], [82, 4], [85, 28], [86, 10], [89, 18], [93, 7], [96, 11], [97, 7], [98, 3], [101, 30], [106, 10], [107, 3], [108, 27], [111, 9], [113, 2], [115, 3], [116, 2], [120, 20], [121, 13], [124, 1], [125, 6], [126, 2], [128, 29], [130, 10], [132, 3], [134, 6], [135, 7], [141, 20], [142, 13], [143, 4], [144, 2], [147, 15], [148, 22], [149, 14], [150, 2], [151, 15], [161, 10], [162, 17], [164, 7], [165, 21], [167, 21], [168, 2], [169, 12], [171, 2], [174, 16], [179, 28], [180, 9], [183, 20], [185, 22], [186, 9], [188, 23], [189, 8], [190, 19], [191, 5], [193, 15], [195, 29], [196, 30], [198, 3], [201, 15], [204, 8], [208, 14], [209, 12], [210, 5], [213, 17], [214, 2], [215, 4], [216, 13], [217, 11], [218, 1], [220, 2], [225, 7], [226, 1], [227, 2], [228, 1], [229, 29], [234, 3], [236, 5], [237, 20], [240, 6], [241, 5], [242, 3], [244, 3], [245, 6], [246, 15], [247, 5], [248, 1], [249, 2], [251, 20], [253, 6], [254, 7], [256, 15], [257, 7], [258, 13], [259, 11], [260, 5], [261, 1], [263, 2], [264, 1], [265, 16], [266, 1], [267, 12], [268, 1], [269, 4], [270, 11], [271, 6], [272, 1], [273, 2], [274, 2], [275, 17], [276, 12], [277, 8], [279, 1], [281, 1], [282, 2], [283, 8], [284, 4], [285, 3], [286, 1], [287, 1], [288, 15], [291, 1], [292, 3], [293, 13], [294, 10], [295, 6], [296, 15], [297, 2], [298, 9], [299, 2], [300, 2], [301, 1], [302, 2], [303, 1], [308, 4], [310, 2], [311, 4], [312, 13], [313, 13], [315, 2], [316, 6], [317, 23], [318, 1], [319, 3], [320, 30], [321, 14], [322, 7], [323, 1], [324, 3], [325, 1], [326, 2], [329, 29], [330, 17], [331, 1], [332, 12], [334, 4], [335, 2], [336, 1], [337, 9], [338, 11], [339, 9], [340, 10], [342, 6], [343, 3], [344, 2], [348, 1], [349, 1], [350, 13], [351, 18], [352, 13], [353, 11], [354, 2], [355, 1], [357, 15], [359, 12], [361, 29], [362, 4], [363, 4], [365, 3], [366, 1], [367, 1], [368, 6], [369, 2], [370, 17], [371, 2], [372, 1], [375, 13], [376, 19], [377, 2], [378, 1], [379, 2], [380, 9], [381, 1], [382, 8], [383, 26], [384, 1], [387, 7], [388, 10], [389, 13], [390, 2], [391, 1], [392, 2], [393, 1], [394, 26], [395, 1], [396, 9], [397, 15], [398, 2], [399, 5], [400, 2], [401, 29], [402, 3], [405, 11], [406, 3], [407, 2], [408, 27], [409, 2], [410, 3], [411, 3], [412, 2], [413, 3], [414, 1], [415, 1], [416, 1], [417, 1], [419, 1], [420, 7], [421, 1], [422, 1], [423, 5], [424, 4], [425, 5], [426, 1], [428, 6], [429, 15], [431, 7], [432, 5], [433, 4], [434, 6], [435, 12], [436, 5], [437, 26], [438, 10], [439, 5], [440, 12], [441, 4], [442, 2], [443, 1], [444, 3], [445, 2], [446, 2], [447, 2], [448, 1], [449, 12], [450, 1], [451, 1], [452, 1], [453, 11], [454, 6], [455, 13], [457, 1], [458, 1], [459, 9], [460, 5], [461, 2], [462, 3], [463, 3], [464, 3], [465, 7], [466, 1], [467, 2], [468, 2], [469, 1], [470, 1], [471, 1], [472, 1], [473, 1], [474, 1], [476, 28], [477, 18], [478, 20], [480, 4], [481, 10], [482, 17], [483, 15], [484, 9], [485, 1], [486, 13], [487, 2], [488, 1], [489, 2], [490, 1], [491, 2], [492, 1], [493, 1], [494, 2], [495, 1], [496, 12], [497, 1], [498, 29], [499, 1], [500, 4], [502, 7], [503, 1], [504, 1], [505, 4], [506, 9], [507, 6], [508, 4], [509, 12], [510, 3], [511, 2], [512, 9], [513, 9], [514, 5], [515, 1], [516, 5], [517, 2], [518, 10], [519, 3], [520, 9], [521, 7], [522, 2], [523, 3], [524, 1], [525, 9], [526, 9], [527, 4], [528, 8], [529, 13], [530, 1], [531, 3], [532, 4], [533, 6], [534, 2], [535, 2], [536, 3], [537, 5], [538, 5], [539, 2], [540, 2], [541, 15], [542, 3], [543, 4], [544, 1], [545, 1], [546, 1], [547, 18], [548, 1], [549, 6], [550, 1], [551, 5], [552, 1], [553, 2], [555, 9], [556, 7], [557, 1], [558, 5], [559, 6], [560, 3], [561, 3], [562, 4], [563, 4], [564, 2], [565, 3], [566, 9], [567, 3], [568, 1], [569, 1], [570, 1], [571, 1], [572, 1], [573, 2], [574, 1], [575, 1], [576, 1], [577, 26], [580, 14], [582, 1], [583, 7], [584, 1], [585, 2], [586, 9], [587, 1], [588, 1], [589, 17], [590, 14], [591, 1], [592, 6], [593, 10], [594, 3], [595, 2], [596, 5], [597, 5], [598, 1], [599, 1], [600, 1], [601, 2], [602, 1], [603, 1], [604, 1], [605, 1], [606, 6], [607, 9], [608, 17], [609, 12], [610, 3], [611, 9], [612, 11], [613, 4], [614, 1], [615, 8], [616, 1], [617, 1], [618, 1], [619, 7], [620, 10], [621, 1], [622, 6], [623, 2], [624, 8], [625, 7], [626, 29], [628, 5], [629, 3], [630, 4], [631, 2], [632, 11], [634, 1], [635, 1], [636, 1], [637, 1], [638, 3], [639, 1], [640, 23], [641, 18], [643, 17], [644, 9], [645, 5], [646, 1], [648, 12], [649, 2], [650, 5], [651, 15], [652, 1], [653, 6], [654, 5], [655, 3], [656, 4], [657, 5], [658, 6], [659, 5], [660, 25], [661, 4], [662, 1], [663, 16], [664, 7], [665, 2], [666, 3], [667, 2], [668, 1], [669, 19], [670, 12], [671, 1], [672, 2], [673, 3], [674, 1], [675, 4], [676, 1], [677, 4], [678, 1], [679, 2], [680, 7], [681, 2], [682, 1], [683, 1], [684, 1], [685, 1], [686, 7], [687, 12], [688, 5], [689, 9], [690, 2], [691, 2], [692, 3], [693, 3], [694, 1], [695, 1], [696, 1], [697, 17], [698, 1], [699, 3], [700, 2], [701, 2], [702, 5], [703, 2], [704, 13], [705, 2], [706, 1], [707, 1], [708, 5], [709, 2], [710, 2], [711, 1], [712, 2], [713, 1], [714, 1], [715, 2], [716, 1], [717, 4], [718, 1], [719, 1], [720, 2], [721, 5], [722, 3], [723, 7], [724, 2], [725, 2], [726, 3], [727, 1], [728, 2], [729, 3], [730, 3], [731, 3], [732, 3], [733, 2], [734, 2], [735, 3], [736, 2], [737, 1], [738, 4], [739, 1], [740, 2], [741, 12], [742, 2], [743, 1], [744, 2], [745, 1], [746, 4], [747, 4], [748, 3], [749, 3], [750, 1], [751, 1], [752, 1], [753, 1], [754, 1], [755, 1], [756, 3], [757, 1], [758, 1], [759, 2], [760, 1], [761, 1], [762, 5], [763, 5], [764, 3], [765, 2], [766, 2], [767, 1], [768, 2], [769, 1], [770, 2], [771, 2], [772, 2], [773, 6], [774, 3], [775, 1], [776, 2], [777, 1], [778, 2], [779, 1], [780, 3], [781, 1], [782, 1], [783, 1], [784, 2], [785, 2], [786, 8], [787, 3], [788, 1], [789, 2], [790, 1], [791, 1], [792, 1], [793, 5], [794, 1], [795, 1], [796, 1], [797, 2], [798, 1], [799, 2], [800, 1], [801, 1], [802, 1], [803, 1], [804, 1], [805, 1], [806, 1], [810, 19], [812, 11], [816, 20], [823, 19], [827, 1], [829, 19], [833, 13], [834, 5], [837, 12], [838, 21], [839, 29], [840, 20], [841, 2], [842, 5], [843, 4]]}, "table_names": "['races', 'drivers', 'results']", "table_image_ids": ["TableImg_Phe9b_997.png", "TableImg_Llwav_842.png", "TableImg_Wfufd_23777.png"], "original_data_index": 676} +{"question": "What is the least common media type in all tracks?", "answer": {"columns": ["Name"], "index": [0], "data": [["Purchased AAC audio file"]]}, "table_names": "['MediaType', 'Track']", "table_image_ids": ["TableImg_Mgbzc_5.png", "TableImg_Grvjg_3503.png"], "original_data_index": 677} +{"question": "What are the names of the physicians who have 'senior' in their titles.", "answer": {"columns": ["Name"], "index": [0], "data": [["Percival Cox"]]}, "table_names": "['Physician']", "table_image_ids": ["TableImg_4m1nh_9.png"], "original_data_index": 678} +{"question": "How many railways are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[10]]}, "table_names": "['railway']", "table_image_ids": ["TableImg_Z8f21_10.png"], "original_data_index": 679} +{"question": "What is the membership level with the most people?", "answer": {"columns": ["Level"], "index": [0], "data": [[6]]}, "table_names": "['member']", "table_image_ids": ["TableImg_74von_10.png"], "original_data_index": 680} +{"question": "Find the names of Japanese constructors that have once earned more than 5 points?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139], "data": [["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Honda"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Honda"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"]]}, "table_names": "['constructors', 'constructorStandings']", "table_image_ids": ["TableImg_P59ig_208.png", "TableImg_D3pd1_11896.png"], "original_data_index": 681} +{"question": "List the brands of lenses that took both a picture of mountains with range 'Toubkal Atlas' and a picture of mountains with range 'Lasta Massif'", "answer": {"columns": ["brand"], "index": [0], "data": [["Sigma"]]}, "table_names": "['mountain', 'camera_lens', 'photos']", "table_image_ids": ["TableImg_Qm1no_23.png", "TableImg_7oday_11.png", "TableImg_Z8br1_10.png"], "original_data_index": 682} +{"question": "Find the number of students whose city code is NYC and who have class senator votes in the spring election cycle.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_L0f6j_34.png", "TableImg_A8k0f_10.png"], "original_data_index": 683} +{"question": "What are the first names of all history professors who do not teach?", "answer": {"columns": ["EMP_FNAME"], "index": [0, 1], "data": [["James"], ["Ronald"]]}, "table_names": "['CLASS', 'DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Gitrx_13.png", "TableImg_J1e78_11.png", "TableImg_7c0z1_37.png", "TableImg_69734_22.png"], "original_data_index": 684} +{"question": "What are the employee ids, full names, and job ids for employees who make more than the highest earning employee with title PU_MAN?", "answer": {"columns": ["EMPLOYEE_ID", "FIRST_NAME", "LAST_NAME", "JOB_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[100, "Steven", "King", "AD_PRES"], [101, "Neena", "Kochhar", "AD_VP"], [102, "Lex", "De Haan", "AD_VP"], [108, "Nancy", "Greenberg", "FI_MGR"], [145, "John", "Russell", "SA_MAN"], [146, "Karen", "Partners", "SA_MAN"], [147, "Alberto", "Errazuriz", "SA_MAN"], [168, "Lisa", "Ozer", "SA_REP"], [201, "Michael", "Hartstein", "MK_MAN"], [205, "Shelley", "Higgins", "AC_MGR"]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_0bk1c_107.png"], "original_data_index": 685} +{"question": "What are the songs in volumes associated with the artist aged 32 or older?", "answer": {"columns": ["Song"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[" The Way"], [" Everybody Have Fun Tonight "], [" Walk Like an Egyptian "], [" Touch Me (I Want Your Body) "], [" With or Without You "], [" (I Just) Died in Your Arms "], ["Looking for a New Love"], ["Head to Toe "]]}, "table_names": "['artist', 'volume']", "table_image_ids": ["TableImg_Tyog6_7.png", "TableImg_Skttz_10.png"], "original_data_index": 686} +{"question": "Give the advisor with the most students.", "answer": {"columns": ["Advisor"], "index": [0], "data": [[2192]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_A2jx0_34.png"], "original_data_index": 687} +{"question": "Find the name of the most expensive product.", "answer": {"columns": ["product_name"], "index": [0], "data": [["books"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_E2tyg_6.png"], "original_data_index": 688} +{"question": "How much amount in total were claimed in the most recently created document?", "answer": {"columns": ["sum(t1.amount_claimed)"], "index": [0], "data": [[1293.55]]}, "table_names": "['Claim_Headers', 'Claims_Documents']", "table_image_ids": ["TableImg_3yje5_15.png", "TableImg_6ar8f_14.png"], "original_data_index": 689} +{"question": "Return the names of entrepreneurs do no not have the investor Rachel Elnaugh.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Francesco Postiglione"], ["Leonardo Binchi"], ["Roberto Calcaterra"], ["Goran Fiorentini"], ["Maurizio Felugo"]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_W0fix_6.png", "TableImg_Evlft_8.png"], "original_data_index": 690} +{"question": "Show the account name, id and the number of transactions for each account.", "answer": {"columns": ["account_name", "account_id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["390", 4, 1], ["371", 6, 3], ["710", 8, 1], ["337", 9, 4], ["191", 11, 1], ["601", 12, 1], ["272", 13, 3], ["861", 14, 1]]}, "table_names": "['Accounts', 'Financial_Transactions']", "table_image_ids": ["TableImg_27cnj_15.png", "TableImg_Ps4tw_15.png"], "original_data_index": 691} +{"question": "What are the names of all directors who made one movie?", "answer": {"columns": ["director"], "index": [0, 1, 2, 3], "data": [[null], ["George Lucas"], ["Robert Wise"], ["Victor Fleming"]]}, "table_names": "['Movie']", "table_image_ids": ["TableImg_3nhxb_8.png"], "original_data_index": 692} +{"question": "What are the total amount of money in the invoices billed from Chicago, Illinois?", "answer": {"columns": ["sum(total)"], "index": [0], "data": [[43.62]]}, "table_names": "['invoices']", "table_image_ids": ["TableImg_Kip8j_412.png"], "original_data_index": 693} +{"question": "what is the name of every pilot who is at least 25 years old?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Ayana Spencer"], ["Ellen Ledner III"], ["Elisha Hickle V"], ["Dr. Jade Bradtke V"], ["Winnifred Boyle"], ["Della Lindgren"], ["Maxwell Graham"], ["Blaise Muller"], ["Baylee Steuber"]]}, "table_names": "['pilot']", "table_image_ids": ["TableImg_Vlgew_12.png"], "original_data_index": 694} +{"question": "Find the names and number of works of all artists who have at least one English songs.", "answer": {"columns": ["artist_name", "count(*)"], "index": [0, 1], "data": [["Enrique", 1], ["Michel", 1]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Hjhje_6.png", "TableImg_Iy070_6.png"], "original_data_index": 695} +{"question": "What is the list of program origins ordered alphabetically?", "answer": {"columns": ["Origin"], "index": [0, 1, 2, 3, 4], "data": [["Beijing"], ["Guangdong"], ["Hunan"], ["Jiangsu"], ["Shanghai"]]}, "table_names": "['program']", "table_image_ids": ["TableImg_Qvx92_5.png"], "original_data_index": 696} +{"question": "Show the names of schools with a total budget amount greater than 100 or a total endowment greater than 10.", "answer": {"columns": ["School_name"], "index": [0, 1, 2, 3, 4], "data": [["Bremen"], ["Culver Community"], ["Glenn"], ["Jimtown"], ["Knox Community"]]}, "table_names": "['School', 'budget', 'endowment']", "table_image_ids": ["TableImg_Dam52_8.png", "TableImg_Pne9j_8.png", "TableImg_Iup5a_11.png"], "original_data_index": 697} +{"question": "Find the number of distinct students enrolled in courses.", "answer": {"columns": ["count(DISTINCT student_id)"], "index": [0], "data": [[12]]}, "table_names": "['Student_Course_Enrolment']", "table_image_ids": ["TableImg_K9rv9_20.png"], "original_data_index": 698} +{"question": "Who are the members of the club named \"Bootup Baltimore\"? Give me their last names.", "answer": {"columns": ["LName"], "index": [0, 1], "data": [["Smith"], ["Lee"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_6ppjb_34.png", "TableImg_B8dlx_4.png", "TableImg_Ifs81_4.png"], "original_data_index": 699} +{"question": "What are the faculty id and the number of students each faculty has?", "answer": {"columns": ["FacID", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [[1121, 3], [1148, 3], [2192, 4], [2311, 3], [5718, 2], [7134, 2], [7271, 2], [7712, 1], [7723, 1], [7792, 1], [8423, 1], [8721, 1], [8722, 3], [8723, 1], [8741, 1], [8772, 3], [8918, 1], [9172, 1]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_9kj8r_34.png", "TableImg_Q2voq_58.png"], "original_data_index": 700} +{"question": "What are all the fault descriptions and the fault status of all the faults recoreded in the logs?", "answer": {"columns": ["fault_description", "fault_status"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["system error", "Reported"], ["system error", "Reported"], ["system error", "Return"], ["system error", "Fixed"], ["failed parts", "Waiting"], ["failed parts", "Waiting"], ["system error", "Fixed"], ["system error", "Return"], ["failed parts", "Reported"], ["system error", "Fixed"], ["failed parts", "Reported"], ["failed parts", "Waiting"], ["system error", "Fixed"], ["system error", "Fixed"], ["failed parts", "Reported"]]}, "table_names": "['Fault_Log', 'Fault_Log_Parts']", "table_image_ids": ["TableImg_Qnb4v_15.png", "TableImg_Xctsk_15.png"], "original_data_index": 701} +{"question": "Show the crime rate of counties with a city having white percentage more than 90.", "answer": {"columns": ["Crime_rate"], "index": [0], "data": [[118.0]]}, "table_names": "['county_public_safety', 'city']", "table_image_ids": ["TableImg_6k3ei_6.png", "TableImg_8zas3_17.png"], "original_data_index": 702} +{"question": "How many apartments do not have any facility?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[8]]}, "table_names": "['Apartments', 'Apartment_Facilities']", "table_image_ids": ["TableImg_Tetjz_15.png", "TableImg_4ot8e_7.png"], "original_data_index": 703} +{"question": "Give the state that has the most customers.", "answer": {"columns": ["state"], "index": [0], "data": [["Colorado"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_15dm1_8.png"], "original_data_index": 704} +{"question": "Select the names of manufacturer whose products have an average price higher than or equal to $150.", "answer": {"columns": ["avg(T1.Price)", "Name"], "index": [0, 1, 2, 3, 4], "data": [[150.0, "Creative Labs"], [240.0, "Fujitsu"], [162.0, "Hewlett-Packard"], [150.0, "Iomega"], [240.0, "Sony"]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_Pv547_6.png", "TableImg_Wsiij_11.png"], "original_data_index": 705} +{"question": "What is the location of the festival with the largest number of audience?", "answer": {"columns": ["Location"], "index": [0], "data": [["United States"]]}, "table_names": "['festival_detail']", "table_image_ids": ["TableImg_4ilrd_5.png"], "original_data_index": 706} +{"question": "What are the the songs in volumes, listed in ascending order?", "answer": {"columns": ["Song"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[" (I Just) Died in Your Arms "], [" Always "], [" Everybody Have Fun Tonight "], [" La Isla Bonita "], [" The Way"], [" Touch Me (I Want Your Body) "], [" Walk Like an Egyptian "], [" With or Without You "], ["Head to Toe "], ["Looking for a New Love"]]}, "table_names": "['volume']", "table_image_ids": ["TableImg_B1fi3_10.png"], "original_data_index": 707} +{"question": "What are the names of entrepreneurs?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Francesco Postiglione"], ["Leonardo Binchi"], ["Fabrizio Buonocore"], ["Roberto Calcaterra"], ["Goran Fiorentini"], ["Maurizio Felugo"]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_Zx7zu_6.png", "TableImg_Fvm76_8.png"], "original_data_index": 708} +{"question": "How many draft copies does the document with id 2 have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Draft_Copies']", "table_image_ids": ["TableImg_Xzeon_8.png"], "original_data_index": 709} +{"question": "Find the number of members living in each address.", "answer": {"columns": ["count(*)", "Address"], "index": [0, 1, 2, 3], "data": [[1, "Bridgeport"], [2, "Cheshire"], [3, "Hartford"], [4, "Waterbury"]]}, "table_names": "['member']", "table_image_ids": ["TableImg_7yylw_10.png"], "original_data_index": 710} +{"question": "Show the party and the number of drivers in each party.", "answer": {"columns": ["Party", "count(*)"], "index": [0, 1], "data": [["Dem", 10], ["Rep", 2]]}, "table_names": "['driver']", "table_image_ids": ["TableImg_Mzkpz_12.png"], "original_data_index": 711} +{"question": "Show the region name with at least two storms.", "answer": {"columns": ["Region_name"], "index": [0, 1], "data": [["Afghanistan"], ["Albania"]]}, "table_names": "['region', 'affected_region']", "table_image_ids": ["TableImg_Cfdvk_13.png", "TableImg_Vwvtm_6.png"], "original_data_index": 712} +{"question": "What are the different positions of players from UCLA or Duke colleges?", "answer": {"columns": ["Position"], "index": [0], "data": [["Defender"]]}, "table_names": "['match_season']", "table_image_ids": ["TableImg_Ie26g_16.png"], "original_data_index": 713} +{"question": "How many rooms cost more than 120, for each different decor?", "answer": {"columns": ["decor", "count(*)"], "index": [0, 1, 2], "data": [["modern", 2], ["rustic", 2], ["traditional", 4]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_Mh025_10.png"], "original_data_index": 714} +{"question": "What are the names of the courses taught by the tutor whose personal name is \"Julio\"?", "answer": {"columns": ["course_name"], "index": [0], "data": [["Japanese"]]}, "table_names": "['Course_Authors_and_Tutors', 'Courses']", "table_image_ids": ["TableImg_Z0buc_15.png", "TableImg_82luw_15.png"], "original_data_index": 715} +{"question": "What are the first names of all students in Smith Hall?", "answer": {"columns": ["Fname"], "index": [0, 1, 2, 3, 4, 5], "data": [["Tracy"], ["Shiela"], ["Michael"], ["Stacy"], ["Sarah"], ["Sarah"]]}, "table_names": "['Student', 'Dorm', 'Lives_in']", "table_image_ids": ["TableImg_6m9yt_34.png", "TableImg_933rd_7.png", "TableImg_S6yam_31.png"], "original_data_index": 716} +{"question": "What are the names of shops that do not have any devices in stock?", "answer": {"columns": ["Shop_Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Pentre store"], ["Tynewydd repair"], ["Dinas store"], ["Naval repair"], ["Naval's shop"], ["National Cellphone"]]}, "table_names": "['shop', 'stock']", "table_image_ids": ["TableImg_Abd0t_12.png", "TableImg_64kcc_8.png"], "original_data_index": 717} +{"question": "Who is the president of the club \"Bootup Baltimore\"? Give me the first and last name.", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Linda", "Smith"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_U7jdo_34.png", "TableImg_Svm5c_4.png", "TableImg_Xl55l_4.png"], "original_data_index": 718} +{"question": "Show the cinema name and location for cinemas with capacity above average.", "answer": {"columns": ["Name", "Location"], "index": [0, 1], "data": [["Codling", "County Wicklow"], ["Mount Callan", "County Clare"]]}, "table_names": "['cinema']", "table_image_ids": ["TableImg_Om1hi_10.png"], "original_data_index": 719} +{"question": "Which customers do not have a first notification of loss record? Give me the customer names.", "answer": {"columns": ["Customer_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["America Jaskolski"], ["Cai Zhang"], ["David Ross"], ["Dayana Robel"], ["Dr. Diana Rath"], ["Miss Felicita Reichel"], ["Mr. Edwardo Blanda I"], ["Mr. Randal Lynch III"], ["Mrs. Hanna Willms"], ["Mrs. Liza Heller V"]]}, "table_names": "['Customers', 'First_Notification_of_Loss']", "table_image_ids": ["TableImg_5n9pt_15.png", "TableImg_Ermpo_7.png"], "original_data_index": 720} +{"question": "Show the fleet series of the aircrafts flied by pilots younger than 34", "answer": {"columns": ["Fleet_Series"], "index": [0, 1, 2, 3], "data": [["444-464 (21)"], ["474-481 (8)"], ["482-492 (11)"], ["465-467 (3)"]]}, "table_names": "['aircraft', 'pilot', 'pilot_record']", "table_image_ids": ["TableImg_U6oue_7.png", "TableImg_U4fpc_5.png", "TableImg_Q5e3u_6.png"], "original_data_index": 721} +{"question": "What are the distinct districts for elections?", "answer": {"columns": ["District"], "index": [0, 1, 2, 3], "data": [[1], [2], [3], [4]]}, "table_names": "['election']", "table_image_ids": ["TableImg_Zdji5_8.png"], "original_data_index": 722} +{"question": "What are the names of the employees who authorised the destruction and the employees who destroyed the corresponding documents?", "answer": {"columns": ["Employee_Name", "Employee_Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Diego", "Beatrice"], ["Harley", "Alene"], ["Jeramie", "Diego"], ["Jeramie", "Mallie"], ["Harley", "Izabella"], ["Stephanie", "Alene"], ["Jeramie", "Alene"], ["Diego", "Stephanie"], ["Hugh", "Mallie"], ["Ebba", "Harley"], ["Harley", "Izabella"]]}, "table_names": "['Employees', 'Documents_to_be_Destroyed']", "table_image_ids": ["TableImg_R3sq6_15.png", "TableImg_62hym_11.png"], "original_data_index": 723} +{"question": "How many degrees were conferred in \"San Jose State University\" in 2000?", "answer": {"columns": ["Degrees"], "index": [0], "data": [[3951]]}, "table_names": "['Campuses', 'degrees']", "table_image_ids": ["TableImg_Bi04t_23.png", "TableImg_Ox0rw_320.png"], "original_data_index": 724} +{"question": "What are the different budget type codes, and how many documents are there for each?", "answer": {"columns": ["Budget_Type_Code", "count(*)"], "index": [0, 1, 2], "data": [["GV", 6], ["ORG", 2], ["SF", 2]]}, "table_names": "['Documents_with_Expenses']", "table_image_ids": ["TableImg_Ooud8_10.png"], "original_data_index": 725} +{"question": "How many different cities do people originate from?", "answer": {"columns": ["count(DISTINCT city)"], "index": [0], "data": [[4]]}, "table_names": "['Person']", "table_image_ids": ["TableImg_Jtbdb_4.png"], "original_data_index": 726} +{"question": "What is the order id and order details for the order more than two invoices.", "answer": {"columns": ["order_id", "order_details"], "index": [0, 1], "data": [[3, null], [9, null]]}, "table_names": "['Orders', 'Invoices']", "table_image_ids": ["TableImg_1notb_15.png", "TableImg_0q20u_15.png"], "original_data_index": 727} +{"question": "What are the student ids for students over 20 years old?", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[1003], [1005], [1011], [1017], [1020], [1030], [1035]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_W012l_34.png"], "original_data_index": 728} +{"question": "List the states where both the secretary of 'Treasury' department and the secretary of 'Homeland Security' were born.", "answer": {"columns": ["born_state"], "index": [0], "data": [["California"]]}, "table_names": "['department', 'head', 'management']", "table_image_ids": ["TableImg_Wejhd_15.png", "TableImg_Q99ep_10.png", "TableImg_5cw8k_5.png"], "original_data_index": 729} +{"question": "Find all members of \"Bootup Baltimore\" whose major is \"600\". Show the first name and last name.", "answer": {"columns": ["Fname", "LName"], "index": [0, 1], "data": [["Linda", "Smith"], ["Derek", "Lee"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_J2zbj_34.png", "TableImg_B1fq2_4.png", "TableImg_Egqel_4.png"], "original_data_index": 730} +{"question": "What are the names of all teams?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Columbus Crew"], ["Evalyn Feil"], ["Anais VonRueden"], ["Miami Fusion"], ["Enrique Osinski"], ["Brown Erdman"], ["Los Angeles Galaxy"], ["Berneice Hand"], ["Ryley Goldner"], ["D.C. United"]]}, "table_names": "['team']", "table_image_ids": ["TableImg_Dgafk_10.png"], "original_data_index": 731} +{"question": "How many distinct order ids correspond to each product?", "answer": {"columns": ["product_id", "count(DISTINCT order_id)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[3, 1], [4, 2], [5, 2], [7, 1], [9, 1], [10, 1], [12, 1], [13, 1], [14, 3], [15, 1]]}, "table_names": "['Order_Items']", "table_image_ids": ["TableImg_8xj2v_15.png"], "original_data_index": 732} +{"question": "Who are the players from UCLA?", "answer": {"columns": ["Player"], "index": [0, 1], "data": [["Carlos Bocanegra Category:Articles with hCards"], ["Jonathan Bornstein Category:Articles with hCards"]]}, "table_names": "['match_season', 'player']", "table_image_ids": ["TableImg_Eb2km_16.png", "TableImg_63x9u_10.png"], "original_data_index": 733} +{"question": "Show the game name that has most number of hours played.", "answer": {"columns": ["GName"], "index": [0], "data": [["Works of Widenius"]]}, "table_names": "['Video_Games', 'Plays_Games']", "table_image_ids": ["TableImg_5gnp1_6.png", "TableImg_33azo_10.png"], "original_data_index": 734} +{"question": "How many students are affected by each allergy type?", "answer": {"columns": ["AllergyType", "count(*)"], "index": [0, 1, 2], "data": [["animal", 8], ["environmental", 23], ["food", 28]]}, "table_names": "['Allergy_Type', 'Has_Allergy']", "table_image_ids": ["TableImg_Xkhqg_14.png", "TableImg_Acu92_59.png"], "original_data_index": 735} +{"question": "Show each school name, its budgeted amount, and invested amount in year 2002 or after.", "answer": {"columns": ["School_name", "Budgeted", "Invested"], "index": [0, 1, 2, 3, 4], "data": [["Bremen", 119527, 85249], ["Glenn", 6803, 8335], ["Jimtown", 74849, 95542], ["Knox Community", 61283, 140102], ["Knox Community", 113531, 146102]]}, "table_names": "['School', 'budget']", "table_image_ids": ["TableImg_Mtsk5_8.png", "TableImg_18y8m_8.png"], "original_data_index": 736} +{"question": "What is the count of states with college students playing in the mid position but not as goalies?", "answer": {"columns": ["COUNT(*)"], "index": [0], "data": [[1]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_Robxv_4.png", "TableImg_F0zhg_6.png"], "original_data_index": 737} +{"question": "Compute the total salary that the player with first name Len and last name Barker received between 1985 to 1990.", "answer": {"columns": ["sum(T1.salary)"], "index": [0], "data": [[3612500]]}, "table_names": "['player', 'salary']", "table_image_ids": ["TableImg_G4knx_18846.png", "TableImg_Xdr5s_25575.png"], "original_data_index": 738} +{"question": "What are the titles and studios of films that have been produced by a studio whose name contains \"Universal\"?", "answer": {"columns": ["Title", "Studio"], "index": [0, 1], "data": [["ET the Extra-Terrestrial", "Universal"], ["The Best Little Whorehouse in Texas", "Universal / RKO"]]}, "table_names": "['film']", "table_image_ids": ["TableImg_A0nvr_13.png"], "original_data_index": 739} +{"question": "List the count and id of each product in all the orders.", "answer": {"columns": ["count(*)", "product_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[1, 1], [2, 3], [2, 4], [1, 7], [1, 8], [2, 11], [1, 12], [2, 14], [3, 15]]}, "table_names": "['Orders', 'Products', 'Order_Items']", "table_image_ids": ["TableImg_We5i4_15.png", "TableImg_Mzpj8_15.png", "TableImg_2mmta_15.png"], "original_data_index": 740} +{"question": "What are the names of ships that are commanded by both captains with the rank of Midshipman and captains with the rank of Lieutenant?", "answer": {"columns": ["Name"], "index": [0], "data": [["HMS Gorgon"]]}, "table_names": "['captain', 'Ship']", "table_image_ids": ["TableImg_He49f_7.png", "TableImg_385zy_9.png"], "original_data_index": 741} +{"question": "Who is the delegate of district 1 in the elections?", "answer": {"columns": ["Delegate"], "index": [0, 1, 2], "data": [["Bates, Gail H. Gail H. Bates"], ["Miller, Warren E. Warren E. Miller"], ["Pendergrass, Shane E. Shane Pendergrass"]]}, "table_names": "['election']", "table_image_ids": ["TableImg_D2pi9_8.png"], "original_data_index": 742} +{"question": "How many dorms are there and what is the total capacity for each gender?", "answer": {"columns": ["count(*)", "sum(student_capacity)", "gender"], "index": [0, 1, 2], "data": [[1, 128, "F"], [1, 116, "M"], [5, 1136, "X"]]}, "table_names": "['Dorm']", "table_image_ids": ["TableImg_N9rv8_7.png"], "original_data_index": 743} +{"question": "What is the id, name and nationality of the architect who built most mills?", "answer": {"columns": ["id", "name", "nationality"], "index": [0], "data": [["1", "Frank Lloyd Wright", "American"]]}, "table_names": "['architect', 'mill']", "table_image_ids": ["TableImg_1oheg_5.png", "TableImg_Ciit6_6.png"], "original_data_index": 744} +{"question": "What are all info of students who registered courses but not attended courses?", "answer": {"columns": ["student_id", "course_id", "registration_date"], "index": [0], "data": [[131, 303, "2008-11-05 10:35:13"]]}, "table_names": "['Student_Course_Registrations', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_Cufqv_9.png", "TableImg_Cecoc_8.png"], "original_data_index": 745} +{"question": "What are the names of all songs that are ordered by their resolution numbers?", "answer": {"columns": ["song_name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Ami opar hoye"], ["Aj ei akash"], ["Shukno patar nupur pae"], ["Just beat it"], ["Tumi robe nirobe"], ["My love"]]}, "table_names": "['song']", "table_image_ids": ["TableImg_Ceqd9_6.png"], "original_data_index": 746} +{"question": "What is the name, address, and number of students in the departments that have the 3 most students?", "answer": {"columns": ["DEPT_NAME", "DEPT_ADDRESS", "count(*)"], "index": [0, 1, 2], "data": [["Accounting", "KLR 211, Box 52", 3], ["Computer Info. Systems", "KLR 333, Box 56", 2], ["Biology", "AAK 230, Box 415", 1]]}, "table_names": "['DEPARTMENT', 'STUDENT']", "table_image_ids": ["TableImg_7s6ht_11.png", "TableImg_V52uj_8.png"], "original_data_index": 747} +{"question": "Show the working years of managers in descending order of their level.", "answer": {"columns": ["Working_year_starts"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["1993"], ["1999"], ["1985"], ["2001"], ["2003"], ["2004"], ["2006"]]}, "table_names": "['manager']", "table_image_ids": ["TableImg_Ovo5p_7.png"], "original_data_index": 748} +{"question": "What is the description of the color for most products?", "answer": {"columns": ["color_description"], "index": [0], "data": [["blue"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_M0u8j_8.png", "TableImg_96idg_15.png"], "original_data_index": 749} +{"question": "Find the names of customers who never ordered product Latte.", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Alexane Kilback"], ["Devin Mills"], ["Dr. Julia Wuckert MD"], ["Eunice Morar"], ["Kitty Padberg III"], ["Maudie Kertzmann"], ["Miss Aliyah Witting"], ["Mozell Morissette"], ["Prof. Alexzander Hamill"], ["Prof. Ibrahim Bashirian"], ["Prof. Reyes Berge II"], ["Rodrick Heaney"], ["Tillman Ernser"]]}, "table_names": "['Products', 'Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_0cdvr_3.png", "TableImg_135wi_15.png", "TableImg_07gwx_15.png", "TableImg_Dr514_15.png"], "original_data_index": 750} +{"question": "What is the total amount of grant money for research?", "answer": {"columns": ["sum(grant_amount)"], "index": [0], "data": [[84129206.6553]]}, "table_names": "['Grants', 'Organisation_Types', 'Organisations']", "table_image_ids": ["TableImg_Hc3wr_15.png", "TableImg_Fovk1_2.png", "TableImg_Zjsml_15.png"], "original_data_index": 751} +{"question": "Show the locations of parties and the names of the party hosts in ascending order of the age of the host.", "answer": {"columns": ["Location", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Various locations", "Carlos Delfino"], ["Heineken Music Hall Amsterdam", "Kornel David"], ["Heineken Music Hall Amsterdam", "Lloyd Daniels"], ["Hemkade 48 Zaandam", "Austin Daye"], ["Hemkade 48 Zaandam", "Ed Davis"], ["Heineken Music Hall Amsterdam", "Derrick Dial"]]}, "table_names": "['party', 'host', 'party_host']", "table_image_ids": ["TableImg_Nbl23_8.png", "TableImg_Ygygb_10.png", "TableImg_Vsfjj_6.png"], "original_data_index": 752} +{"question": "How many students does each advisor have?", "answer": {"columns": ["Advisor", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [[1121, 3], [1148, 3], [2192, 4], [2311, 3], [5718, 2], [7134, 2], [7271, 2], [7712, 1], [7723, 1], [7792, 1], [8423, 1], [8721, 1], [8722, 3], [8723, 1], [8741, 1], [8772, 3], [8918, 1], [9172, 1]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Q750p_34.png"], "original_data_index": 753} +{"question": "Show cinema name, film title, date, and price for each record in schedule.", "answer": {"columns": ["Name", "Title", "Date", "Price"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Codling", "The Case of the Mystery Weekend", "21 May", 12.99], ["Codling", "The Case of the Smart Dummy", "21 May", 12.99], ["Codling", "The Case: Off the Record", "21 Jun", 8.99], ["Carrowleagh", "The Case of the Mystery Weekend", "11 July", 9.99], ["Gortahile", "The Case of the Piggy Banker", "2 Aug", 12.99], ["Mount Callan", "The Case of the Bermuda Triangle", "20 May", 9.99], ["Oriel", "The Case of the Mystery Weekend", "19 May", 15.99]]}, "table_names": "['film', 'cinema', 'schedule']", "table_image_ids": ["TableImg_E6ski_5.png", "TableImg_Ujpmr_10.png", "TableImg_Esk7s_7.png"], "original_data_index": 754} +{"question": "Show the most common type code across products.", "answer": {"columns": ["Product_Type_Code"], "index": [0], "data": [["Food"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Qy8hd_15.png"], "original_data_index": 755} +{"question": "What are the faculty ids of all the male faculty members?", "answer": {"columns": ["FacID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50], "data": [[1082], [1121], [1148], [1172], [1177], [1823], [2028], [2119], [2192], [2291], [2311], [2738], [2881], [3457], [4432], [5718], [6112], [6182], [6191], [6330], [6541], [6910], [6925], [7134], [7231], [7271], [7506], [7712], [7723], [7792], [8102], [8118], [8122], [8423], [8721], [8722], [8723], [8741], [8791], [8918], [8989], [9172], [9191], [9199], [9210], [9379], [9514], [9811], [9823], [9824], [9826]]}, "table_names": "['Faculty']", "table_image_ids": ["TableImg_1zfto_58.png"], "original_data_index": 756} +{"question": "What is all the information about the basketball match?", "answer": {"columns": ["Team_ID", "School_ID", "Team_Name", "ACC_Regular_Season", "ACC_Percent", "ACC_Home", "ACC_Road", "All_Games", "All_Games_Percent", "All_Home", "All_Road", "All_Neutral"], "index": [0, 1, 2, 3], "data": [[1, 1, "North Carolina", "14\u00e2\u0080\u00932", ".875", "6\u00e2\u0080\u00932", "8\u00e2\u0080\u00930", "35\u00e2\u0080\u00932", 0.946, "14\u00e2\u0080\u00932", "13\u00e2\u0080\u00930", "9\u00e2\u0080\u00931"], [2, 2, "Duke", "13\u00e2\u0080\u00933", ".813", "7\u00e2\u0080\u00931", "6\u00e2\u0080\u00932", "28\u00e2\u0080\u00936", 0.824, "15\u00e2\u0080\u00931", "8\u00e2\u0080\u00932", "5\u00e2\u0080\u00933"], [3, 4, "Clemson", "10\u00e2\u0080\u00936", ".625", "7\u00e2\u0080\u00931", "3\u00e2\u0080\u00935", "24\u00e2\u0080\u009310", 0.706, "14\u00e2\u0080\u00932", "6\u00e2\u0080\u00935", "4\u00e2\u0080\u00933"], [4, 5, "Virginia Tech", "9\u00e2\u0080\u00937", ".563", "6\u00e2\u0080\u00932", "3\u00e2\u0080\u00935", "21\u00e2\u0080\u009314", 0.6, "14\u00e2\u0080\u00933", "4\u00e2\u0080\u00938", "3\u00e2\u0080\u00933"]]}, "table_names": "['basketball_match']", "table_image_ids": ["TableImg_K3ng3_4.png"], "original_data_index": 757} +{"question": "How many different items were reviewed by some users?", "answer": {"columns": ["count(DISTINCT i_id)"], "index": [0], "data": [[5]]}, "table_names": "['review']", "table_image_ids": ["TableImg_K1anw_7.png"], "original_data_index": 758} +{"question": "What are the first name and last name of all the instructors?", "answer": {"columns": ["Fname", "Lname"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Mark", "Giuliano"], ["Stacey", "Jones"], ["Joanne", "Houlahan"], ["Louis", "Beach"], ["William", "Byrne"], ["Ellie", "Angelopoulou"], ["Robert", "Glaser"], ["Arthur", "Delcher"]]}, "table_names": "['Faculty']", "table_image_ids": ["TableImg_0nxzp_58.png"], "original_data_index": 759} +{"question": "How many courses are offered by the Computer Info. Systems department?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['COURSE', 'DEPARTMENT']", "table_image_ids": ["TableImg_Zgvaf_6.png", "TableImg_6dpol_11.png"], "original_data_index": 760} +{"question": "Find the names of stadiums whose capacity is smaller than the average capacity.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3], "data": [["Northumberland Development Project"], ["Fisht Olympic Stadium"], ["Arena Baltika"], ["Yubileyniy Stadium"]]}, "table_names": "['stadium']", "table_image_ids": ["TableImg_Pc7bb_10.png"], "original_data_index": 761} +{"question": "How many products have the characteristic named \"hot\"?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Du1od_15.png", "TableImg_Ke7vv_15.png", "TableImg_Zvz0p_15.png"], "original_data_index": 762} +{"question": "How many products are never booked with amount higher than 200?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Products_for_Hire', 'Products_Booked']", "table_image_ids": ["TableImg_7fc4n_5.png", "TableImg_9jx6k_12.png"], "original_data_index": 763} +{"question": "Tell me the name of the staff in charge of the attraction called \"US museum\".", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Whitney"], ["Kaela"], ["Trinity"]]}, "table_names": "['Tourist_Attractions', 'Staff']", "table_image_ids": ["TableImg_Ant0j_15.png", "TableImg_P7jar_20.png"], "original_data_index": 764} +{"question": "What is the title of the album that was released by the artist whose name has the phrase 'Led'?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [["BBC Sessions [Disc 1] live"], ["Physical Graffiti [Disc 1]"], ["BBC Sessions [Disc 2] live"], ["Coda"], ["Houses Of The Holy"], ["In Through The Out Door"], ["IV"], ["Led Zeppelin I"], ["Led Zeppelin II"], ["Led Zeppelin III"], ["Physical Graffiti [Disc 2]"], ["Presence"], ["The Song Remains The Same (Disc 1)"], ["The Song Remains The Same (Disc 2)"]]}, "table_names": "['artists', 'albums']", "table_image_ids": ["TableImg_O2aoh_275.png", "TableImg_1lpwd_347.png"], "original_data_index": 765} +{"question": "Show the distinct apartment numbers of the apartments that have bookings with status code \"Confirmed\".", "answer": {"columns": ["apt_number"], "index": [0, 1, 2, 3, 4], "data": [["Suite 749"], ["Apt. 940"], ["Apt. 859"], ["Suite 693"], ["Apt. 585"]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_932k7_15.png", "TableImg_52svv_15.png"], "original_data_index": 766} +{"question": "find the location and Representative name of the gas stations owned by the companies with top 3 Asset amounts.", "answer": {"columns": ["Location", "Representative_Name"], "index": [0, 1, 2], "data": [["Herne Hill", "Clive Burr"], ["Herne St", "Ray Hughes"], ["Newport Rd", "Tim Read"]]}, "table_names": "['company', 'gas_station', 'station_company']", "table_image_ids": ["TableImg_Zwewh_10.png", "TableImg_N6rcm_11.png", "TableImg_M8t58_6.png"], "original_data_index": 767} +{"question": "Give the names of the courses with at least five enrollments.", "answer": {"columns": ["CName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["CIRCUITS"], ["APPLIED STATISTICS AND DATA ANALYSIS"], ["INTRODUCTION TO PROBABILITY"], ["COMBINATORIAL ANALYSIS"], ["INTRO TO PROGRAMMING IN JAVA"], ["EXPLORING THE INTERNET"], ["DATA STRUCTURES in JAVA"], ["MULTIMEDIA COMPUTING"], ["SUPERCOMPUTING"], ["DATABASE SYSTEMS"], ["COMPUTER SYSTEM FUNDAMENTALS"], ["DISTRIBUTED SYSTEMS"], ["DATABASE SYSTEMS"], ["DISTRIBUTED SYSTEMS"], ["QUANTITATIVE MEDICAL COMPUTING"], ["COMPUTER VISION"], ["ALGORITHMS I"], ["INTRO TO NATURAL LANGUAGE PROCESSING"]]}, "table_names": "['Course', 'Enrolled_in']", "table_image_ids": ["TableImg_Dtn10_76.png", "TableImg_Bm361_210.png"], "original_data_index": 768} +{"question": "What are the companies and investors that correspond to each entrepreneur?", "answer": {"columns": ["Company", "Investor"], "index": [0, 1, 2, 3, 4, 5], "data": [["Umbrolly", "Duncan Bannatyne"], ["Grails Ltd", "Doug Richard"], ["Le Beanock", "Rachel Elnaugh"], ["IV Cam", "Peter Jones"], ["Mycorrhizal Systems", "Simon Woodroffe"], ["Elizabeth Galton Ltd", "Duncan Bannatyne"]]}, "table_names": "['entrepreneur']", "table_image_ids": ["TableImg_7o2lm_6.png"], "original_data_index": 769} +{"question": "What is the name of the room that can accommodate the most people?", "answer": {"columns": ["roomName"], "index": [0], "data": [["Abscond or bolster"]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_Ylzsq_10.png"], "original_data_index": 770} +{"question": "Give me a list of cities whose temperature in Mar is lower than that in Dec and which have never been host cities.", "answer": {"columns": ["City"], "index": [0, 1], "data": [["Hangzhou ( Zhejiang )"], ["Nantong ( Jiangsu )"]]}, "table_names": "['city', 'temperature', 'hosting_city']", "table_image_ids": ["TableImg_Kw6p9_13.png", "TableImg_666dd_8.png", "TableImg_Quowd_6.png"], "original_data_index": 771} +{"question": "Sort the names of products in ascending order of their price.", "answer": {"columns": ["Product_Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["photo"], ["photo"], ["film"], ["photo"], ["film"], ["dinning"], ["dinning"], ["film"], ["dinning"], ["film"], ["photo"], ["photo"], ["film"], ["photo"], ["film"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_1eqtu_15.png"], "original_data_index": 772} +{"question": "List the vehicle flight number, date and pilot of all the flights, ordered by altitude.", "answer": {"columns": ["Vehicle_Flight_number", "Date", "Pilot"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["M2-F1 #0", "March 1, 1963", "Thompson"], ["M2-F1 #1", "August 16, 1963", "Thompson"], ["M2-F1 #6", "September 3, 1963", "Thompson"], ["M2-F1 #13", "October 25, 1963", "Thompson"], ["M2-F1 #14", "November 8, 1963", "Thompson"], ["M2-F1 #21", "January 29, 1964", "Thompson"], ["M2-F1 #33", "March 30, 1964", "Peterson"], ["M2-F1 #39", "May 19, 1964", "Peterson"], ["M2-F1 #61", "July 16, 1965", "Thompson"], ["M2-F1 #64", "August 30, 1965", "Thompson"], ["M2-F1 #70", "October 8, 1965", "Thompson"], ["M2-F1 #71", "March 28, 1966", "Thompson"], ["M2-F1 #73", "August 4, 1966", "Peterson"]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_De0y2_13.png"], "original_data_index": 773} +{"question": "What are the first names and department numbers for employees with last name McEwen?", "answer": {"columns": ["FIRST_NAME", "DEPARTMENT_ID"], "index": [0], "data": [["Allan", 80]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_72n6y_107.png"], "original_data_index": 774} +{"question": "What are the ids of all students and number of hours played?", "answer": {"columns": ["StuID", "sum(hours_played)"], "index": [0, 1, 2, 3, 4], "data": [[1001, 51], [1007, 1000], [1008, 100], [1010, 1337], [1032, 157]]}, "table_names": "['Plays_Games']", "table_image_ids": ["TableImg_Amhr2_10.png"], "original_data_index": 775} +{"question": "When did the web accelerator 'CACHEbox' and browser 'Internet Explorer' become compatible?", "answer": {"columns": ["compatible_since_year"], "index": [0], "data": [[1995]]}, "table_names": "['Web_client_accelerator', 'browser', 'accelerator_compatible_browser']", "table_image_ids": ["TableImg_K0ih7_19.png", "TableImg_Fwzol_4.png", "TableImg_Wjzh4_9.png"], "original_data_index": 776} +{"question": "Find the number of stores in each city.", "answer": {"columns": ["Headquartered_City", "count(*)"], "index": [0, 1, 2, 3], "data": [["Bahawalpur City", 1], ["Bhakkar City", 1], ["Hafizabad City", 1], ["Khanewal City", 2]]}, "table_names": "['store', 'district', 'store_district']", "table_image_ids": ["TableImg_Fp8zj_5.png", "TableImg_Dq1b2_15.png", "TableImg_P9knj_5.png"], "original_data_index": 777} +{"question": "What is the invoice number and invoice date corresponding to the invoice with the greatest number of transactions?", "answer": {"columns": ["invoice_number", "invoice_date"], "index": [0], "data": [[12, "2018-03-15 21:24:13"]]}, "table_names": "['Invoices', 'Financial_Transactions']", "table_image_ids": ["TableImg_9n6c0_15.png", "TableImg_Gb00r_15.png"], "original_data_index": 778} +{"question": "What are the names of members and their corresponding parties?", "answer": {"columns": ["Member_Name", "Party_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Hon Tony Abbott", "3"], ["Hon Dick Adams", "Progress Party"], ["Anthony Albanese", "Progress Party"], ["Hon John Anderson", "Convention Peoples Party"], ["Peter Andren", "3"], ["Hon Kevin Andrews", "3"], ["Hon Fran Bailey", "3"], ["Hon Bruce Baird", "3"], ["Mark Baker", "3"], ["Hon Bob Baldwin", "3"], ["Phil Barresi", "3"], ["Kerry Bartlett", "Convention Peoples Party"], ["Hon Kim Beazley", "Progress Party"], ["Hon Arch Bevis", "Progress Party"], ["Hon Bruce Billson", "3"]]}, "table_names": "['party', 'member']", "table_image_ids": ["TableImg_00idn_5.png", "TableImg_Kiu4b_15.png"], "original_data_index": 779} +{"question": "List the number of customers that did not have any payment history.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['Customers', 'Customer_Payments']", "table_image_ids": ["TableImg_2zyp6_15.png", "TableImg_Roc6p_15.png"], "original_data_index": 780} +{"question": "Show writers who have published a book with price more than 4000000.", "answer": {"columns": ["Writer"], "index": [0, 1, 2], "data": [["Timothy Truman"], ["Garth Ennis"], ["Elaine Lee"]]}, "table_names": "['publication', 'book']", "table_image_ids": ["TableImg_4vmx8_7.png", "TableImg_Dxgbj_10.png"], "original_data_index": 781} +{"question": "Show the names of people that are on affirmative side of debates with number of audience bigger than 200.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Luther C. Carter"], ["William B. Maclay"], ["James Humphrey"]]}, "table_names": "['people', 'debate', 'debate_people']", "table_image_ids": ["TableImg_3gm6d_10.png", "TableImg_0uczj_6.png", "TableImg_68ehf_5.png"], "original_data_index": 782} +{"question": "Return the names of musicals who have the nominee Bob Fosse.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["The Phantom of the Opera"], ["Wicked"], ["West Side Story"], ["The Book of Mormon"], ["Chicago"]]}, "table_names": "['musical']", "table_image_ids": ["TableImg_Otq0y_7.png"], "original_data_index": 783} +{"question": "Return the maximum number of points for climbers from the United Kingdom.", "answer": {"columns": ["max(Points)"], "index": [0], "data": [[3.0]]}, "table_names": "['climber']", "table_image_ids": ["TableImg_Xo3ee_10.png"], "original_data_index": 784} +{"question": "What are the first names of the professors who do not teach a class.", "answer": {"columns": ["EMP_FNAME"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [["Anne"], ["Annelise"], ["Doreen"], ["George"], ["Herman"], ["Hermine"], ["James"], ["Melanie"], ["Preston"], ["Ralph"], ["Ronald"], ["Ross"], ["Van"], ["Willa"]]}, "table_names": "['CLASS', 'EMPLOYEE']", "table_image_ids": ["TableImg_H84de_13.png", "TableImg_Vzapf_37.png"], "original_data_index": 785} +{"question": "What are the average, maximum, and minimum number of floors for all buildings?", "answer": {"columns": ["avg(floors)", "max(floors)", "min(floors)"], "index": [0], "data": [[27.5, 42, 10]]}, "table_names": "['building']", "table_image_ids": ["TableImg_67sso_8.png"], "original_data_index": 786} +{"question": "What is the average cost of procedures that physician John Wen was trained in?", "answer": {"columns": ["avg(T3.cost)"], "index": [0], "data": [[4324.8571428571]]}, "table_names": "['Physician', 'Procedures', 'Trained_In']", "table_image_ids": ["TableImg_Gb6mm_9.png", "TableImg_6kcov_7.png", "TableImg_Dk1zy_15.png"], "original_data_index": 787} +{"question": "What are the names of perpetrators?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Ron Baxter"], ["Tyrone Brayan"], ["Rob Cunningham"], ["Ovie Dotson"], ["Henry Johnson"]]}, "table_names": "['perpetrator', 'people']", "table_image_ids": ["TableImg_Vcc64_5.png", "TableImg_4hss8_11.png"], "original_data_index": 788} +{"question": "Show the ids of the faculty who don't participate in any activity.", "answer": {"columns": ["FacID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39], "data": [[1148], [1172], [1823], [2028], [2119], [2291], [2311], [2738], [6191], [6330], [6541], [6910], [6925], [7134], [7231], [7271], [7506], [7712], [7792], [8102], [8118], [8122], [8423], [8722], [8723], [8772], [8791], [8989], [9011], [9172], [9191], [9199], [9210], [9379], [9514], [9643], [9811], [9823], [9824], [9826]]}, "table_names": "['Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_B1o1r_40.png", "TableImg_Eopqx_58.png"], "original_data_index": 789} +{"question": "What are the names of the managers for gas stations that are operated by the ExxonMobil company?", "answer": {"columns": ["Manager_Name"], "index": [0, 1], "data": [["Colin Denman"], ["Jon Rowe"]]}, "table_names": "['company', 'gas_station', 'station_company']", "table_image_ids": ["TableImg_1tnea_10.png", "TableImg_Cvffq_11.png", "TableImg_Pocra_6.png"], "original_data_index": 790} +{"question": "Find the names of patients who are not using the medication of Procrastin-X.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Dennis Doe"], ["Grace Ritchie"], ["Random J. Patient"]]}, "table_names": "['Patient', 'Medication', 'Prescribes']", "table_image_ids": ["TableImg_70242_4.png", "TableImg_Zwzzq_5.png", "TableImg_Jfpio_3.png"], "original_data_index": 791} +{"question": "Show the names of pilots and fleet series of the aircrafts they have flied with in ascending order of the rank of the pilot.", "answer": {"columns": ["Pilot_name", "Fleet_Series"], "index": [0, 1, 2, 3, 4, 5], "data": [["Jermaine O'Neal", "444-464 (21)"], ["Patrick O'Bryant", "444-464 (21)"], ["Patrick O'Bryant", "474-481 (8)"], ["Patrick O'Bryant", "482-492 (11)"], ["Charles Oakley", "465-467 (3)"], ["Dan O'Sullivan", "300-309 (10)"]]}, "table_names": "['aircraft', 'pilot', 'pilot_record']", "table_image_ids": ["TableImg_Vz62h_7.png", "TableImg_Nam4b_5.png", "TableImg_5xtxs_6.png"], "original_data_index": 792} +{"question": "Which problems are reported by the staff with first name \"Christop\"? Show the descriptions of the problems.", "answer": {"columns": ["problem_description"], "index": [0, 1, 2], "data": [["w"], ["d"], ["r"]]}, "table_names": "['Staff', 'Problems']", "table_image_ids": ["TableImg_Tok6g_15.png", "TableImg_3oo5e_15.png"], "original_data_index": 793} +{"question": "For each staff id, what is the description of the role that is involved with the most number of projects?", "answer": {"columns": ["role_description", "staff_id"], "index": [0], "data": [["Project Researcher", 5137097.0]]}, "table_names": "['Project_Outcomes', 'Project_Staff', 'Staff_Roles']", "table_image_ids": ["TableImg_H7zz6_15.png", "TableImg_5qswn_15.png", "TableImg_B8rct_2.png"], "original_data_index": 794} +{"question": "Which authors have submitted to more than one workshop?", "answer": {"columns": ["Author"], "index": [0], "data": [["Sammy Green"]]}, "table_names": "['submission', 'Acceptance']", "table_image_ids": ["TableImg_V1yj9_10.png", "TableImg_Qjp7f_6.png"], "original_data_index": 795} +{"question": "What are the names of hosts who did not host any party in our record?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Antonio Davis"], ["Hubert Davis"], ["Justin Dentmon"], ["DeMar DeRozan"]]}, "table_names": "['host', 'party_host']", "table_image_ids": ["TableImg_Yrjbj_10.png", "TableImg_3o996_6.png"], "original_data_index": 796} +{"question": "What is the average points of players from club with name \"AIB\".", "answer": {"columns": ["avg(T2.Points)"], "index": [0], "data": [[28.0]]}, "table_names": "['club', 'player']", "table_image_ids": ["TableImg_Nhszl_6.png", "TableImg_Zogwc_15.png"], "original_data_index": 797} +{"question": "What are the names of all songs that are approximately 4 minutes long or are in English?", "answer": {"columns": ["song_name"], "index": [0, 1, 2, 3], "data": [["Aj ei akash"], ["Ami opar hoye"], ["Just beat it"], ["My love"]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_K8ycy_6.png", "TableImg_Yf4rs_6.png"], "original_data_index": 798} +{"question": "Return the colleges that have players who play the Midfielder position, as well as players who play the Defender position.", "answer": {"columns": ["College"], "index": [0], "data": [["Maryland"]]}, "table_names": "['match_season']", "table_image_ids": ["TableImg_B58lb_16.png"], "original_data_index": 799} +{"question": "What is the average high temperature for each day of week?", "answer": {"columns": ["avg(high_temperature)", "day_of_week"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[55.0, "Friday"], [56.0, "Monday"], [55.0, "Saturday"], [54.0, "Sunday"], [57.0, "Thursday"], [58.0, "Tuesday"], [58.0, "Wednesday"]]}, "table_names": "['weekly_weather']", "table_image_ids": ["TableImg_5nvtp_16.png"], "original_data_index": 800} +{"question": "Which teachers teach in classroom 110? Give me their first names.", "answer": {"columns": ["FirstName"], "index": [0], "data": [[" GEORGETTA"]]}, "table_names": "['teachers']", "table_image_ids": ["TableImg_K2fm5_12.png"], "original_data_index": 801} +{"question": "Show all school names in alphabetical order.", "answer": {"columns": ["School_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Bremen"], ["Culver Community"], ["Glenn"], ["Jimtown"], ["Knox Community"], ["LaVille"], ["New Prairie 1"], ["Triton"]]}, "table_names": "['School']", "table_image_ids": ["TableImg_Qzs4t_8.png"], "original_data_index": 802} +{"question": "Find the id and last name of the student that has the most behavior incidents?", "answer": {"columns": ["student_id", "last_name"], "index": [0], "data": [[1, "Rohan"]]}, "table_names": "['Students', 'Behavior_Incident']", "table_image_ids": ["TableImg_Zcvc9_15.png", "TableImg_2k5wd_15.png"], "original_data_index": 803} +{"question": "What is the average longitude of stations that never had bike availability more than 10?", "answer": {"columns": ["avg(long)"], "index": [0], "data": [[-122.1674862391]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_Rn0wl_70.png", "TableImg_62jf6_8487.png"], "original_data_index": 804} +{"question": "Find the id and surname of the driver who participated the most number of races?", "answer": {"columns": ["driverId", "surname"], "index": [0], "data": [[22, "Barrichello"]]}, "table_names": "['races', 'drivers', 'results']", "table_image_ids": ["TableImg_Uq0cc_997.png", "TableImg_Yozcm_842.png", "TableImg_3htnq_23777.png"], "original_data_index": 805} +{"question": "What are the file sizes and formats for all songs with a resolution lower than 800?", "answer": {"columns": ["file_size", "formats"], "index": [0, 1, 2, 3], "data": [["4.12 MB", "mp3"], ["3.69 MB", "mp4"], ["5.10 MB", "mp3"], ["4.10 MB", "mp4"]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_Vdv9w_6.png", "TableImg_3odyr_6.png"], "original_data_index": 806} +{"question": "Count the number of schools.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['school']", "table_image_ids": ["TableImg_A27sv_6.png"], "original_data_index": 807} +{"question": "Find the names of all reviewers who rated Gone with the Wind.", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Sarah Martinez"], ["Mike Anderson"]]}, "table_names": "['Movie', 'Reviewer', 'Rating']", "table_image_ids": ["TableImg_Fijjn_8.png", "TableImg_Gss90_8.png", "TableImg_Oc9ch_14.png"], "original_data_index": 808} +{"question": "Return the average number of weeks on top for volumes by artists that are at most 25 years old.", "answer": {"columns": ["avg(T2.Weeks_on_Top)"], "index": [0], "data": [[1.0]]}, "table_names": "['artist', 'volume']", "table_image_ids": ["TableImg_Jw707_7.png", "TableImg_R3xp7_10.png"], "original_data_index": 809} +{"question": "What are the countries of markets and their corresponding years of market estimation?", "answer": {"columns": ["Country", "Year"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Japan", 1945], ["China", 1944], ["USA", 1487], ["China", 1973], ["Japan", 1978], ["Japan", 2000], ["Japan", 1994], ["China", 1997], ["USA", 1995]]}, "table_names": "['market', 'film_market_estimation']", "table_image_ids": ["TableImg_9esyn_6.png", "TableImg_50uyg_9.png"], "original_data_index": 810} +{"question": "Find the purchase time, age and address of each member, and show the results in the order of purchase time.", "answer": {"columns": ["Time_of_purchase", "Age", "Address"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[18, 29, "Hartford"], [18, 35, "Waterbury"], [20, 34, "Hartford"], [24, 45, "Waterbury"], [26, 33, "Cheshire"], [26, 42, "Bridgeport"], [27, 51, "Waterbury"], [27, 51, "Hartford"], [41, 67, "Waterbury"], [44, 50, "Cheshire"]]}, "table_names": "['member']", "table_image_ids": ["TableImg_Ldda6_10.png"], "original_data_index": 811} +{"question": "What are the names of races that were held after 2017 and the circuits were in the country of Spain?", "answer": {"columns": ["name"], "index": [0], "data": [["Spanish Grand Prix"]]}, "table_names": "['circuits', 'races']", "table_image_ids": ["TableImg_Ynskc_73.png", "TableImg_Bm6gv_997.png"], "original_data_index": 812} +{"question": "What are the names of all aircrafts that John Williams have certificates to be able to fly?", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Boeing 737-800"], ["Boeing 757-300"]]}, "table_names": "['aircraft', 'employee', 'certificate']", "table_image_ids": ["TableImg_Th6x0_16.png", "TableImg_Pdxp0_31.png", "TableImg_Gc6q8_69.png"], "original_data_index": 813} +{"question": "What is the average sales of the journals that have an editor whose work type is 'Photo'?", "answer": {"columns": ["avg(T1.sales)"], "index": [0], "data": [[4660.25]]}, "table_names": "['journal', 'journal_committee']", "table_image_ids": ["TableImg_X36el_16.png", "TableImg_Acny1_7.png"], "original_data_index": 814} +{"question": "Which department offers the most credits all together?", "answer": {"columns": ["DEPT_NAME"], "index": [0], "data": [["Computer Info. Systems"]]}, "table_names": "['CLASS', 'COURSE', 'DEPARTMENT']", "table_image_ids": ["TableImg_Mrd9b_13.png", "TableImg_Ykh8a_6.png", "TableImg_M7pmw_11.png"], "original_data_index": 815} +{"question": "What are the names of enzymes whose product is not 'Heme'?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["ALA synthase"], ["ALA dehydratase"], ["PBG deaminase"], ["Uroporphyrinogen III synthase"], ["Uroporphyrinogen III decarboxylase"], ["Coproporphyrinogen III oxidase"], ["Protoporphyrinogen oxidase"]]}, "table_names": "['enzyme']", "table_image_ids": ["TableImg_Qdh3t_8.png"], "original_data_index": 816} +{"question": "How many engineer visits are required at most for a single fault log? List the number and the log entry id.", "answer": {"columns": ["count(*)", "fault_log_entry_id"], "index": [0], "data": [[5, 13]]}, "table_names": "['Fault_Log', 'Engineer_Visits']", "table_image_ids": ["TableImg_9d7va_15.png", "TableImg_7zdxc_15.png"], "original_data_index": 817} +{"question": "What are the dates of the assessment notes?", "answer": {"columns": ["date_of_notes"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["1978-04-15 04:49:18"], ["2005-06-30 02:48:35"], ["1988-06-09 00:24:01"], ["1991-08-15 01:22:08"], ["1971-05-05 20:07:08"], ["2014-01-31 02:05:02"], ["1984-12-13 23:04:28"], ["1988-04-11 04:56:26"], ["1972-04-27 04:51:51"], ["2017-12-14 08:21:54"], ["1993-08-16 17:39:53"], ["1991-08-20 08:03:23"], ["2014-04-28 02:07:53"], ["1974-11-26 04:23:22"], ["1984-09-10 01:18:34"]]}, "table_names": "['Assessment_Notes']", "table_image_ids": ["TableImg_P31pv_15.png"], "original_data_index": 818} +{"question": "What are the names and number of hours spent training for each player who trains for less than 1500 hours?", "answer": {"columns": ["pName", "HS"], "index": [0, 1, 2], "data": [["Andrew", 1200], ["Charles", 300], ["Eddie", 600]]}, "table_names": "['Player']", "table_image_ids": ["TableImg_K46fl_6.png"], "original_data_index": 819} +{"question": "Find the subject ID, subject name, and the corresponding number of available courses for each subject.", "answer": {"columns": ["subject_id", "subject_name", "COUNT(*)"], "index": [0, 1, 2], "data": [[1, "Computer Science", 6], [2, "Arts", 4], [3, "Language", 5]]}, "table_names": "['Subjects', 'Courses']", "table_image_ids": ["TableImg_Th125_3.png", "TableImg_Dnimz_15.png"], "original_data_index": 820} +{"question": "What are the student ID and login name of the student who are enrolled in the most courses?", "answer": {"columns": ["student_id", "login_name"], "index": [0], "data": [[15, "jgulgowski"]]}, "table_names": "['Students', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Chat7_15.png", "TableImg_4z7h2_20.png"], "original_data_index": 821} +{"question": "Find the names of the campus which has more faculties in 2002 than every campus in Orange county.", "answer": {"columns": ["Campus"], "index": [0, 1], "data": [["Long Beach State University"], ["San Diego State University"]]}, "table_names": "['Campuses', 'faculty']", "table_image_ids": ["TableImg_Nku4p_23.png", "TableImg_Gutgw_69.png"], "original_data_index": 822} +{"question": "What are the apartment number and the room count of each apartment?", "answer": {"columns": ["apt_number", "room_count"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Suite 645", "7"], ["Apt. 585", "5"], ["Apt. 908", "7"], ["Suite 749", "8"], ["Suite 307", "9"], ["Apt. 187", "9"], ["Suite 088", "6"], ["Suite 693", "9"], ["Apt. 940", "8"], ["Apt. 859", "6"], ["Apt. 794", "3"], ["Apt. 477", "3"], ["Apt. 411", "9"], ["Apt. 837", "8"], ["Suite 634", "8"]]}, "table_names": "['Apartments']", "table_image_ids": ["TableImg_197sc_15.png"], "original_data_index": 823} +{"question": "List the name, born state and age of the heads of departments ordered by age.", "answer": {"columns": ["name", "born_state", "age"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["P\u00c3\u00a1draig Harrington", "Connecticut", 43.0], ["Stewart Cink", "Florida", 50.0], ["Dudley Hart", "California", 52.0], ["Jeff Maggert", "Delaware", 53.0], ["Nick Faldo", "California", 56.0], ["Tiger Woods", "Alabama", 67.0], ["Franklin Langham", "Connecticut", 67.0], ["Sergio Garc\u00c3\u00ada", "California", 68.0], ["K. J. Choi", "Alabama", 69.0], ["Billy Mayfair", "California", 69.0]]}, "table_names": "['head']", "table_image_ids": ["TableImg_F70th_10.png"], "original_data_index": 824} +{"question": "Return the code of the city that has the most students.", "answer": {"columns": ["city_code"], "index": [0], "data": [["BAL"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_9ivhz_34.png"], "original_data_index": 825} +{"question": "List name of all tracks in Balls to the Wall.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "data": [["Desafinado"], ["Garota De Ipanema"], ["Samba De Uma Nota S\u00c3\u00b3 (One Note Samba)"], ["Por Causa De Voc\u00c3\u00aa"], ["Ligia"], ["Fotografia"], ["Dindi (Dindi)"], ["Se Todos Fossem Iguais A Voc\u00c3\u00aa (Instrumental)"], ["Falando De Amor"], ["Angela"], ["Corcovado (Quiet Nights Of Quiet Stars)"], ["Outra Vez"], ["O Boto (B\u00c3\u00b4to)"], ["Canta, Canta Mais"], ["Quadrant"], ["Snoopy's search-Red baron"], ["Spanish moss-\"A sound portrait\"-Spanish moss"], ["Moon germs"], ["Stratus"], ["The pleasant pheasant"], ["Solo-Panhandler"], ["Do what cha wanna"], ["Heart of the Night"], ["De La Luz"], ["Westwood Moon"], ["Midnight"], ["Playtime"], ["Surrender"], ["Valentino's"], ["Believe"], ["As We Sleep"], ["When Evening Falls"], ["J Squared"], ["Best Thing"], ["Now's The Time"], ["Jeru"], ["Compulsion"], ["Tempus Fugit"], ["Walkin'"], ["'Round Midnight"], ["Bye Bye Blackbird"], ["New Rhumba"], ["Generique"], ["Summertime"], ["So What"], ["The Pan Piper"], ["Someday My Prince Will Come"], ["My Funny Valentine (Live)"], ["E.S.P."], ["Nefertiti"], ["Petits Machins (Little Stuff)"], ["Miles Runs The Voodoo Down"], ["Little Church (Live)"], ["Black Satin"], ["Jean Pierre (Live)"], ["Time After Time"], ["Portia"], ["Jeepers Creepers"], ["Blue Rythm Fantasy"], ["Drum Boogie"], ["Let Me Off Uptown"], ["Leave Us Leap"], ["Opus No.1"], ["Boogie Blues"], ["How High The Moon"], ["Disc Jockey Jump"], ["Up An' Atom"], ["Bop Boogie"], ["Lemon Drop"], ["Coronation Drop"], ["Overtime"], ["Imagination"], ["Don't Take Your Love From Me"], ["Midget"], ["I'm Coming Virginia"], ["Payin' Them Dues Blues"], ["Jungle Drums"], ["Showcase"], ["Swedish Schnapps"], ["Roll Call"], ["Otay"], ["Groovus Interruptus"], ["Paris On Mine"], ["In Time"], ["Plan B"], ["Outbreak"], ["Baltimore, DC"], ["Talkin Loud and Saying Nothin"], ["Doce De Carnaval (Candy All)"], ["Lamento De Carnaval"], ["Pretinha"], ["Colibri"], ["Love Is The Colour"], ["Magnetic Ocean"], ["Deep Waters"], ["L'Arc En Ciel De Miles"], ["Gypsy"], ["Journey Into Sunlight"], ["Sunchild"], ["Millenium"], ["Thinking 'Bout Tomorrow"], ["Jacob's Ladder"], ["She Wears Black"], ["Dark Side Of The Cog"], ["Springsville"], ["The Maids Of Cadiz"], ["The Duke"], ["My Ship"], ["Miles Ahead"], ["Blues For Pablo"], ["New Rhumba"], ["The Meaning Of The Blues"], ["Lament"], ["I Don't Wanna Be Kissed (By Anyone But You)"], ["Springsville (Alternate Take)"], ["Blues For Pablo (Alternate Take)"], ["The Meaning Of The Blues/Lament (Alternate Take)"], ["I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)"], ["Morning Dance"], ["Jubilee"], ["Rasul"], ["Song For Lorraine"], ["Starburst"], ["Heliopolis"], ["It Doesn't Matter"], ["Little Linda"], ["End Of Romanticism"], ["Amanda"], ["Despertar"], ["OAM's Blues"]]}, "table_names": "['albums', 'tracks']", "table_image_ids": ["TableImg_2v0sm_347.png", "TableImg_Mocr2_3503.png"], "original_data_index": 826} +{"question": "Which problems were reported before the date of any problem reported by the staff Lysanne Turcotte? Give me the ids of the problems.", "answer": {"columns": ["problem_id"], "index": [0, 1, 2, 3, 4, 5], "data": [[4], [8], [11], [12], [13], [15]]}, "table_names": "['Staff', 'Problems']", "table_image_ids": ["TableImg_Fck4c_15.png", "TableImg_Lvh88_15.png"], "original_data_index": 827} +{"question": "List the dates of enrollment and completion of the student with family name \"Zieme\" and personal name \"Bernie\".", "answer": {"columns": ["date_of_enrolment", "date_of_completion"], "index": [0], "data": [["2017-10-10 10:05:03", "2018-03-19 07:34:05"]]}, "table_names": "['Students', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Ga5e4_15.png", "TableImg_Rd70c_20.png"], "original_data_index": 828} +{"question": "Find the number of students who is older than 20 in each dorm.", "answer": {"columns": ["count(*)", "dorm_name"], "index": [0, 1, 2, 3], "data": [[1, "Anonymous Donor Hall"], [2, "Dorm-plex 2000"], [2, "Fawlty Towers"], [2, "Smith Hall"]]}, "table_names": "['Student', 'Dorm', 'Lives_in']", "table_image_ids": ["TableImg_Cttbd_34.png", "TableImg_Fg7kt_7.png", "TableImg_Hj1cr_31.png"], "original_data_index": 829} +{"question": "Give the total money requested by entrepreneurs who are taller than 1.85.", "answer": {"columns": ["sum(T1.Money_Requested)"], "index": [0], "data": [[380000.0]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_Kkwm3_6.png", "TableImg_Tnjj6_8.png"], "original_data_index": 830} +{"question": "Which paper has the most authors? Give me the paper title.", "answer": {"columns": ["title"], "index": [0], "data": [["Binders Unbound"]]}, "table_names": "['Papers', 'Authorship']", "table_image_ids": ["TableImg_61tyh_7.png", "TableImg_6xgu3_14.png"], "original_data_index": 831} +{"question": "What are all details of the students who registered but did not attend any course?", "answer": {"columns": ["student_id", "course_id", "registration_date"], "index": [0], "data": [[131, 303, "2008-11-05 10:35:13"]]}, "table_names": "['Student_Course_Registrations', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_Yyy60_9.png", "TableImg_5ny2a_8.png"], "original_data_index": 832} +{"question": "What are the id and name of the photos for mountains?", "answer": {"columns": ["id", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[2, "Ioll / Yoll"], [1, "Abune Yosef / Guliba Amba"], [10, "Ouanoukrim"], [14, "Ighil Mgoun"], [12, "Mount Cameroon"], [12, "Mount Cameroon"], [12, "Mount Cameroon"], [14, "Ighil Mgoun"]]}, "table_names": "['mountain', 'photos']", "table_image_ids": ["TableImg_V1k4j_23.png", "TableImg_Svwf2_10.png"], "original_data_index": 833} +{"question": "Give the different hometowns of gymnasts that have a total point score of above 57.5.", "answer": {"columns": ["Hometown"], "index": [0, 1], "data": [["Santo Domingo"], ["Bonao"]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_8hib9_7.png", "TableImg_5ekky_10.png"], "original_data_index": 834} +{"question": "What is the name of the album that has the track Ball to the Wall?", "answer": {"columns": ["title"], "index": [0], "data": [["For Those About To Rock We Salute You"]]}, "table_names": "['albums', 'tracks']", "table_image_ids": ["TableImg_Ou4nu_347.png", "TableImg_B78ry_3503.png"], "original_data_index": 835} +{"question": "What is the total point count of the youngest gymnast?", "answer": {"columns": ["Total_Points"], "index": [0], "data": [[57.649]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_949zv_7.png", "TableImg_449i5_10.png"], "original_data_index": 836} +{"question": "What are the names of the courses that have exactly 1 student enrollment?", "answer": {"columns": ["course_name"], "index": [0], "data": [["Chinese Painting"]]}, "table_names": "['Courses', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Zvs2u_15.png", "TableImg_Gzsyz_20.png"], "original_data_index": 837} +{"question": "What are all role codes?", "answer": {"columns": ["role_code"], "index": [0, 1, 2, 3], "data": [["ED"], ["MG"], ["PR"], ["PT"]]}, "table_names": "['Roles']", "table_image_ids": ["TableImg_Omstn_4.png"], "original_data_index": 838} +{"question": "Find the name of dorms which have both TV Lounge and Study Room as amenities.", "answer": {"columns": ["dorm_name"], "index": [0, 1], "data": [["Anonymous Donor Hall"], ["Dorm-plex 2000"]]}, "table_names": "['Dorm', 'Dorm_amenity', 'Has_amenity']", "table_image_ids": ["TableImg_981r5_7.png", "TableImg_Ucnbl_12.png", "TableImg_Uslmm_40.png"], "original_data_index": 839} +{"question": "Find the id of the courses that do not have any prerequisite?", "answer": {"columns": ["course_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120], "data": [["101"], ["105"], ["123"], ["127"], ["130"], ["137"], ["139"], ["190"], ["192"], ["195"], ["200"], ["227"], ["235"], ["237"], ["238"], ["265"], ["267"], ["270"], ["274"], ["275"], ["278"], ["284"], ["304"], ["318"], ["319"], ["328"], ["334"], ["337"], ["340"], ["341"], ["344"], ["345"], ["348"], ["352"], ["366"], ["371"], ["377"], ["391"], ["393"], ["394"], ["396"], ["400"], ["401"], ["407"], ["408"], ["415"], ["416"], ["421"], ["426"], ["436"], ["442"], ["445"], ["451"], ["456"], ["461"], ["468"], ["476"], ["482"], ["487"], ["489"], ["493"], ["494"], ["500"], ["527"], ["539"], ["546"], ["549"], ["561"], ["571"], ["577"], ["580"], ["581"], ["584"], ["594"], ["598"], ["599"], ["604"], ["626"], ["630"], ["642"], ["659"], ["666"], ["679"], ["680"], ["681"], ["702"], ["716"], ["730"], ["731"], ["735"], ["748"], ["761"], ["762"], ["769"], ["770"], ["781"], ["787"], ["791"], ["808"], ["814"], ["818"], ["857"], ["858"], ["867"], ["887"], ["893"], ["897"], ["898"], ["919"], ["922"], ["927"], ["949"], ["959"], ["960"], ["962"], ["963"], ["966"], ["969"], ["974"], ["983"], ["984"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_Xrjru_200.png", "TableImg_800by_100.png"], "original_data_index": 840} +{"question": "Show the positions of the players from the team with name \"Ryley Goldner\".", "answer": {"columns": ["Position"], "index": [0], "data": [["Midfielder"]]}, "table_names": "['team', 'match_season']", "table_image_ids": ["TableImg_X3ppl_10.png", "TableImg_Jdyss_16.png"], "original_data_index": 841} +{"question": "Which artist has the most albums?", "answer": {"columns": ["Name"], "index": [0], "data": [["Iron Maiden"]]}, "table_names": "['Album', 'Artist']", "table_image_ids": ["TableImg_Ksbbf_347.png", "TableImg_G0rsv_275.png"], "original_data_index": 842} +{"question": "What are the ids, names, dates of opening, and other details for accounts corresponding to the customer with the first name \"Meaghan\"?", "answer": {"columns": ["account_id", "date_account_opened", "account_name", "other_account_details"], "index": [0, 1, 2, 3], "data": [[1, "2016-07-30 22:22:24", "900", "Regular"], [3, "2012-05-04 18:50:32", "323", "Regular"], [9, "2010-10-22 13:33:45", "337", "Regular"], [12, "2015-02-02 09:47:08", "601", "Regular"]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_97qfm_15.png", "TableImg_Llcym_15.png"], "original_data_index": 843} +{"question": "What are the shortest duration and lowest rating of songs grouped by genre and ordered by genre?", "answer": {"columns": ["min(T1.duration)", "min(T2.rating)", "genre_is"], "index": [0, 1, 2, 3, 4, 5], "data": [["5:23", 6, "blues"], ["4:12", 7, "folk"], ["4:30", 10, "modern"], ["2:56", 5, "nazrul"], ["4:34", 8, "pop"], ["3:45", 8, "tagore"]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_T6v86_6.png", "TableImg_D3rh7_6.png"], "original_data_index": 844} +{"question": "Find the names of all procedures such that the cost is less than 5000 and physician John Wen was trained in.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Folded Demiophtalmectomy"], ["Follicular Demiectomy"], ["Obfuscated Dermogastrotomy"], ["Obtuse Pyloric Recombobulation"], ["Reverse Rhinopodoplasty"]]}, "table_names": "['Physician', 'Procedures', 'Trained_In']", "table_image_ids": ["TableImg_Rcn3a_9.png", "TableImg_Atbdq_7.png", "TableImg_4b7ce_15.png"], "original_data_index": 845} +{"question": "Return the number of companies created by Andy.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_Uv10x_6.png"], "original_data_index": 846} +{"question": "What are the ids of all reviewers who did not give 4 stars?", "answer": {"columns": ["rID"], "index": [0, 1, 2, 3], "data": [[204], [206], [207], [208]]}, "table_names": "['Rating']", "table_image_ids": ["TableImg_1gvsl_14.png"], "original_data_index": 847} +{"question": "What is the number of routes that end at John F Kennedy International Airport?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[455]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_Rbcvh_67240.png", "TableImg_9v485_7184.png"], "original_data_index": 848} +{"question": "Find the names of procedures which physician John Wen was trained in.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Reverse Rhinopodoplasty"], ["Obtuse Pyloric Recombobulation"], ["Folded Demiophtalmectomy"], ["Complete Walletectomy"], ["Obfuscated Dermogastrotomy"], ["Reversible Pancreomyoplasty"], ["Follicular Demiectomy"]]}, "table_names": "['Physician', 'Procedures', 'Trained_In']", "table_image_ids": ["TableImg_Gpiiz_9.png", "TableImg_Ib0jm_7.png", "TableImg_Xa3hl_15.png"], "original_data_index": 849} +{"question": "How many addresses are there in country USA?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Addresses']", "table_image_ids": ["TableImg_8lrqi_15.png"], "original_data_index": 850} +{"question": "Find the physicians who are trained in a procedure that costs more than 5000.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Christopher Turk"], ["Todd Quinlan"], ["John Wen"], ["John Wen"]]}, "table_names": "['Physician', 'Procedures', 'Trained_In']", "table_image_ids": ["TableImg_Zad88_9.png", "TableImg_Gwh0x_7.png", "TableImg_Txxm7_15.png"], "original_data_index": 851} +{"question": "Give me a list of cities whose temperature in Mar is lower than that in July and which have also served as host cities?", "answer": {"columns": ["City"], "index": [0, 1, 2, 3], "data": [["Jiaxing ( Zhejiang )"], ["Nanjing ( Jiangsu )"], ["Shanghai"], ["Wuxi ( Jiangsu )"]]}, "table_names": "['city', 'temperature', 'hosting_city']", "table_image_ids": ["TableImg_Un8d7_13.png", "TableImg_Kbhpn_8.png", "TableImg_76g0y_6.png"], "original_data_index": 852} +{"question": "What is the effective date of the claim that has the largest amount of total settlement?", "answer": {"columns": ["Effective_Date"], "index": [0], "data": [["2009-02-11"]]}, "table_names": "['Claims', 'Settlements']", "table_image_ids": ["TableImg_Kku3d_10.png", "TableImg_7lt36_10.png"], "original_data_index": 853} +{"question": "How many students are older than average for each gender?", "answer": {"columns": ["count(*)", "Sex"], "index": [0, 1], "data": [[5, "F"], [10, "M"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Eavyj_34.png"], "original_data_index": 854} +{"question": "List all the product names with the color description \"white\".", "answer": {"columns": ["product_name"], "index": [0, 1, 2], "data": [["peper"], ["catnip"], ["laurel"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_Nlwco_8.png", "TableImg_L3tl6_15.png"], "original_data_index": 855} +{"question": "Find the name of the user who tweeted more than once, and number of tweets tweeted by them.", "answer": {"columns": ["name", "count(*)"], "index": [0, 1, 2], "data": [["Iron Man", 2], ["Susan", 2], ["Celine Dion", 2]]}, "table_names": "['tweets', 'user_profiles']", "table_image_ids": ["TableImg_Etq4s_8.png", "TableImg_Dec1p_7.png"], "original_data_index": 856} +{"question": "Find the name of the target user with the lowest trust score.", "answer": {"columns": ["name"], "index": [0], "data": [["Mark"]]}, "table_names": "['useracct', 'trust']", "table_image_ids": ["TableImg_M92ae_7.png", "TableImg_Vp2v9_9.png"], "original_data_index": 857} +{"question": "How many teachers does the student named CHRISSY NABOZNY have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_94wnb_60.png", "TableImg_3ueyp_12.png"], "original_data_index": 858} +{"question": "Find the distinct last names of the students who have class president votes.", "answer": {"columns": ["LName"], "index": [0, 1, 2], "data": [["Smith"], ["Andreou"], ["Adams"]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_13d6y_34.png", "TableImg_6blvp_10.png"], "original_data_index": 859} +{"question": "Show the name of the building that has the most company offices.", "answer": {"columns": ["name"], "index": [0], "data": [["Punto Chapultepec"]]}, "table_names": "['buildings', 'Companies', 'Office_locations']", "table_image_ids": ["TableImg_Xsqsx_12.png", "TableImg_Nh1ll_19.png", "TableImg_23j1n_16.png"], "original_data_index": 860} +{"question": "What are the names of all female candidates in alphabetical order (sex is F)?", "answer": {"columns": ["Name"], "index": [0], "data": [["St\u00c3\u00a9phane Antiga"]]}, "table_names": "['candidate', 'people']", "table_image_ids": ["TableImg_Ydgn6_6.png", "TableImg_T6v3o_9.png"], "original_data_index": 861} +{"question": "Who advises student 1004?", "answer": {"columns": ["Advisor"], "index": [0], "data": [[8423]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Zk1gs_34.png"], "original_data_index": 862} +{"question": "How many friends does Dan have?", "answer": {"columns": ["count(T2.friend)"], "index": [0], "data": [[0]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_F70p3_4.png", "TableImg_B1tgw_4.png"], "original_data_index": 863} +{"question": "Who are Bob's friends?", "answer": {"columns": ["friend"], "index": [0], "data": [["Zach"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Rp9fd_4.png", "TableImg_6c78m_4.png"], "original_data_index": 864} +{"question": "Count the number of customer cards of the type Debit.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[8]]}, "table_names": "['Customers_Cards']", "table_image_ids": ["TableImg_Mdtnp_15.png"], "original_data_index": 865} +{"question": "Return the claim start date for the claims whose claimed amount is no more than the average", "answer": {"columns": ["Date_Claim_Made"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["2017-03-11"], ["2017-02-24"], ["2017-05-03"], ["2018-07-15"], ["2016-08-26"], ["2017-10-21"], ["2018-11-08"]]}, "table_names": "['Claims']", "table_image_ids": ["TableImg_5salg_15.png"], "original_data_index": 866} +{"question": "What are the names of actors ordered descending by the year in which their musical was awarded?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Ray Meagher"], ["Tom Oliver"], ["Lynne McGranger"], ["Kate Ritchie"], ["Alan Fletcher"], ["Jackie Woodburne"], ["Ryan Moloney"], ["Ian Smith"], ["Stefan Dennis"]]}, "table_names": "['musical', 'actor']", "table_image_ids": ["TableImg_Sfjfs_7.png", "TableImg_7m9gq_9.png"], "original_data_index": 867} +{"question": "What is the city with the most number of flagship stores?", "answer": {"columns": ["Headquartered_City"], "index": [0], "data": [["Khanewal City"]]}, "table_names": "['store', 'district', 'store_district']", "table_image_ids": ["TableImg_Ijmar_5.png", "TableImg_Hj9cm_15.png", "TableImg_Oxmz7_5.png"], "original_data_index": 868} +{"question": "Count the number of voting records for each election cycle.", "answer": {"columns": ["Election_Cycle", "count(*)"], "index": [0, 1], "data": [["Fall", 5], ["Spring", 5]]}, "table_names": "['Voting_record']", "table_image_ids": ["TableImg_O1120_10.png"], "original_data_index": 869} +{"question": "Find the first name and last name for the \"CTO\" of the club \"Hopkins Student Enterprises\"?", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Jandy", "Nelson"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_17f78_34.png", "TableImg_0u1sx_4.png", "TableImg_A0vy3_4.png"], "original_data_index": 870} +{"question": "What are the average access counts of documents that have the functional area description \"Acknowledgement\"?", "answer": {"columns": ["avg(t1.access_count)"], "index": [0], "data": [[3671.8333333333]]}, "table_names": "['Functional_Areas', 'Documents', 'Document_Functional_Areas']", "table_image_ids": ["TableImg_Pshb1_3.png", "TableImg_Cqa9k_15.png", "TableImg_Ulx66_15.png"], "original_data_index": 871} +{"question": "Return the different classes of races.", "answer": {"columns": ["Class"], "index": [0, 1], "data": [["DP/GT"], ["GT"]]}, "table_names": "['race']", "table_image_ids": ["TableImg_Dksm9_7.png"], "original_data_index": 872} +{"question": "Find the number of games taken place in city Atlanta in 2000.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['home_game', 'park']", "table_image_ids": ["TableImg_Auu89_2944.png", "TableImg_5wbbr_250.png"], "original_data_index": 873} +{"question": "Find the states where have some college students in tryout and their decisions are yes.", "answer": {"columns": ["state"], "index": [0, 1], "data": [["AZ"], ["FL"]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_Pdqo0_4.png", "TableImg_Rdehx_6.png"], "original_data_index": 874} +{"question": "What is the campus fee of \"San Francisco State University\" in year 1996?", "answer": {"columns": ["CampusFee"], "index": [0], "data": [[1978]]}, "table_names": "['Campuses', 'csu_fees']", "table_image_ids": ["TableImg_Bq3t4_23.png", "TableImg_Sgpw6_23.png"], "original_data_index": 875} +{"question": "List the name of artworks that are not nominated.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Boys"], ["Cats"], ["Daniel Mananta"]]}, "table_names": "['artwork', 'nomination']", "table_image_ids": ["TableImg_Dp8g2_9.png", "TableImg_Nggy4_6.png"], "original_data_index": 876} +{"question": "What are the names, dates active, and number of deaths for storms that had 1 or more death?", "answer": {"columns": ["Name", "Dates_active", "Number_Deaths"], "index": [0, 1, 2, 3, 4, 5], "data": [["Two", "August3\u00e2\u0080\u0093August10", 7], ["Three", "August5\u00e2\u0080\u0093August14", 52], ["Four", "August26\u00e2\u0080\u0093September2", 7], ["Five", "September7\u00e2\u0080\u0093September17", 3], ["Six", "September18\u00e2\u0080\u0093September25", 2], ["9 cyclones", "May19 \u00e2\u0080\u0093October26", 71]]}, "table_names": "['storm']", "table_image_ids": ["TableImg_Z71q6_10.png"], "original_data_index": 877} +{"question": "What is the zip code of the hosue of the employee named Janessa Sawayn?", "answer": {"columns": ["zip_postcode"], "index": [0], "data": [["61121"]]}, "table_names": "['Addresses', 'Staff']", "table_image_ids": ["TableImg_W9qb1_15.png", "TableImg_R7n42_15.png"], "original_data_index": 878} +{"question": "What are the different locations of the school with the code BUS?", "answer": {"columns": ["count(DISTINCT dept_address)"], "index": [0], "data": [[4]]}, "table_names": "['DEPARTMENT']", "table_image_ids": ["TableImg_Re5a3_11.png"], "original_data_index": 879} +{"question": "Show the transaction type code that occurs the most frequently.", "answer": {"columns": ["transaction_type_code"], "index": [0], "data": [["PUR"]]}, "table_names": "['Transactions']", "table_image_ids": ["TableImg_At9h0_15.png"], "original_data_index": 880} +{"question": "How many products are not made by Sony?", "answer": {"columns": ["count(DISTINCT name)"], "index": [0], "data": [[9]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_2li9k_6.png", "TableImg_2j0nk_11.png"], "original_data_index": 881} +{"question": "Show the shipping charge and customer id for customer orders with order status Cancelled or Paid.", "answer": {"columns": ["order_shipping_charges", "customer_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["85.79", 2], ["98.4", 8], ["36.87", 9], ["35.63", 7], ["99.26", 2], ["26.56", 15], ["57.36", 1], ["33.58", 14], ["22.84", 1], ["21.24", 12], ["31.33", 12], ["46.4", 14]]}, "table_names": "['Customer_Orders']", "table_image_ids": ["TableImg_7jl6p_15.png"], "original_data_index": 882} +{"question": "For any rating where the name of reviewer is the same as the director of the movie, return the reviewer name, movie title, and number of stars.", "answer": {"columns": ["name", "title", "stars"], "index": [0], "data": [["James Cameron", "Avatar", 5]]}, "table_names": "['Movie', 'Reviewer', 'Rating']", "table_image_ids": ["TableImg_Lnnlh_8.png", "TableImg_Xrmbo_8.png", "TableImg_Ohs1i_14.png"], "original_data_index": 883} +{"question": "How many students are attending English courses?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Courses', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_Bihe7_6.png", "TableImg_2ndp4_8.png"], "original_data_index": 884} +{"question": "What are the minimum and maximum vote percents of elections?", "answer": {"columns": ["min(Vote_Percent)", "max(Vote_Percent)"], "index": [0], "data": [[16.0, 19.5]]}, "table_names": "['election']", "table_image_ids": ["TableImg_Czwle_5.png"], "original_data_index": 885} +{"question": "What are the movie titles and average rating of the movies with the lowest average rating?", "answer": {"columns": ["title", "avg(T1.stars)"], "index": [0], "data": [["The Sound of Music", 2.5]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_9gnic_8.png", "TableImg_Ng49z_14.png"], "original_data_index": 886} +{"question": "Find the average age of the members in the club \"Bootup Baltimore\".", "answer": {"columns": ["avg(t3.age)"], "index": [0], "data": [[17.5]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_911iu_34.png", "TableImg_1ny45_4.png", "TableImg_0haox_4.png"], "original_data_index": 887} +{"question": "How many camera lenses are not used in taking any photos?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['camera_lens', 'photos']", "table_image_ids": ["TableImg_Ariq0_11.png", "TableImg_Srgko_10.png"], "original_data_index": 888} +{"question": "List the hosts of performances in ascending order of attendance.", "answer": {"columns": ["Host"], "index": [0, 1, 2, 3, 4, 5], "data": [["Boston Bruins"], ["New York Rangers"], ["Pittsburgh Penguins"], ["Atlanta Thrashers"], ["Ottawa Senators"], ["Montreal Canadiens"]]}, "table_names": "['performance']", "table_image_ids": ["TableImg_Wwvw8_6.png"], "original_data_index": 889} +{"question": "How many exhibitions has each artist had?", "answer": {"columns": ["Name", "count(*)"], "index": [0, 1, 2, 3, 4], "data": [["Vijay Singh", 2], ["John Daly", 1], ["Paul Azinger", 1], ["Jeff Sluman", 1], ["Nick Price", 1]]}, "table_names": "['artist', 'exhibition']", "table_image_ids": ["TableImg_Vuhne_7.png", "TableImg_F5bx4_6.png"], "original_data_index": 890} +{"question": "Count the number of budgets in year 2001 or before whose budgeted amount is greater than 3000", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['budget']", "table_image_ids": ["TableImg_Ujdek_8.png"], "original_data_index": 891} +{"question": "What are the first names for all faculty professors, ordered by first name?", "answer": {"columns": ["Fname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26], "data": [["Alan"], ["Alexander"], ["Andreas"], ["Baruch"], ["Charles"], ["Daniel"], ["Edward"], ["Frederic"], ["Frederick"], ["Gerald"], ["Gerard"], ["Howard"], ["Jacob"], ["James"], ["John"], ["John"], ["Jong-Shi"], ["Luigi"], ["Michael"], ["Michael"], ["Paul"], ["Rao"], ["Richard"], ["Russell"], ["Shih-Ping"], ["William"], ["Wilson"]]}, "table_names": "['Faculty']", "table_image_ids": ["TableImg_Au90z_58.png"], "original_data_index": 892} +{"question": "What is the average rating star for each reviewer?", "answer": {"columns": ["name", "avg(T1.stars)"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Ashley White", 3.0], ["Brittany Harris", 2.6666666667], ["Chris Jackson", 3.0], ["Daniel Lewis", 4.0], ["Elizabeth Thomas", 4.0], ["James Cameron", 5.0], ["Mike Anderson", 3.0], ["Sarah Martinez", 3.0]]}, "table_names": "['Reviewer', 'Rating']", "table_image_ids": ["TableImg_Uzhwy_8.png", "TableImg_7tm0u_14.png"], "original_data_index": 893} +{"question": "What are the total amount and average amount paid in claim headers?", "answer": {"columns": ["sum(amount_piad)", "avg(amount_piad)"], "index": [0], "data": [[7314.68, 487.6453333333]]}, "table_names": "['Claim_Headers']", "table_image_ids": ["TableImg_4s6ie_15.png"], "original_data_index": 894} +{"question": "List the name of the company that produced more than one phone model.", "answer": {"columns": ["Company_name"], "index": [0, 1], "data": [["Nokia Corporation"], ["Samsung Electronics Co Ltd"]]}, "table_names": "['phone']", "table_image_ids": ["TableImg_Cln9g_8.png"], "original_data_index": 895} +{"question": "Find the description of the club called \"Tennis Club\".", "answer": {"columns": ["ClubDesc"], "index": [0], "data": [["A competitive tennis club."]]}, "table_names": "['Club']", "table_image_ids": ["TableImg_6cvbo_4.png"], "original_data_index": 896} +{"question": "What are the names, checking balances, and savings balances of customers, ordered by the total of checking and savings balances descending?", "answer": {"columns": ["balance", "balance", "name"], "index": [0, 1, 2, 3, 4, 5], "data": [[2000.0, 999999999.0, "Wang"], [3000.0, 230000.0, "O'mahony"], [10000.0, 200000.0, "Brown"], [10000.0, 80000.0, "Granger"], [7000.0, 60.0, "Weeks"], [77.0, 240.0, "Porter"]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_97r92_7.png", "TableImg_2bqc3_6.png", "TableImg_Dgxxq_7.png"], "original_data_index": 897} +{"question": "Show the attendances of the performances at location \"TD Garden\" or \"Bell Centre\"", "answer": {"columns": ["Attendance"], "index": [0, 1], "data": [[165], [2173]]}, "table_names": "['performance']", "table_image_ids": ["TableImg_Sefvr_6.png"], "original_data_index": 898} +{"question": "Show the premise type and address type code for all customer addresses.", "answer": {"columns": ["premises_type", "address_type_code"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Warehouse", "Billing"], ["Warehouse", "Billing"], ["Warehouse", "Shipping"], ["Warehouse", "Shipping"], ["Warehouse", "Billing"], ["Residence", "Shipping"], ["Office", "Shipping"], ["Office", "Billing"], ["Residence", "Shipping"], ["Office", "Shipping"], ["Office", "Billing"], ["Warehouse", "Shipping"], ["Office", "Billing"], ["Office", "Billing"], ["Residence", "Billing"]]}, "table_names": "['Premises', 'Customer_Addresses']", "table_image_ids": ["TableImg_Ub32q_15.png", "TableImg_X7m35_15.png"], "original_data_index": 899} +{"question": "List the names of all the channels owned by either CCTV or HBS", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["CCTV-1"], ["Hunan Satellite TV"], ["CCTV-8"], ["CCTV-13"], ["CCTV-3"], ["CCTV-6"], ["CCTV-14"], ["CCTV-4"]]}, "table_names": "['channel']", "table_image_ids": ["TableImg_Pbye6_10.png"], "original_data_index": 900} +{"question": "For each customer status code, how many customers are classified that way?", "answer": {"columns": ["customer_status_code", "count(*)"], "index": [0, 1], "data": [["Bad Customer", 9], ["Good Customer", 6]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Easpo_15.png"], "original_data_index": 901} +{"question": "What is the first and last name of the employee who reports to Nancy Edwards?", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1, 2], "data": [["Jane", "Peacock"], ["Margaret", "Park"], ["Steve", "Johnson"]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_Vlumz_8.png"], "original_data_index": 902} +{"question": "How many songs, on average, are sung by a female artist?", "answer": {"columns": ["avg(T2.rating)"], "index": [0], "data": [[7.3333333333]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Liyvx_6.png", "TableImg_Oh2w4_6.png"], "original_data_index": 903} +{"question": "List the names of members in ascending alphabetical order.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Arnold Palmer"], ["Billy Casper"], ["Bobby Nichols"], ["Homero Blancas"], ["J. C. Snead"], ["Jack Nicklaus"], ["Lee Trevino"], ["Pat Fitzsimons"], ["Tom Watson"], ["Tom Weiskopf"]]}, "table_names": "['member']", "table_image_ids": ["TableImg_D68iz_10.png"], "original_data_index": 904} +{"question": "What are the drivers' first names,last names, and ids for all those that had more than 8 stops or participated in more than 5 races?", "answer": {"columns": ["forename", "surname", "driverId"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437], "data": [["Adrian", "Sutil", 16], ["Adri\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdn", "Campos", 167], ["Aguri", "Suzuki", 88], ["Alain", "Prost", 117], ["Alan", "Brown", 689], ["Alan", "Jones", 178], ["Alan", "Stacey", 502], ["Alberto", "Ascari", 647], ["Alessandro", "Nannini", 145], ["Alessandro", "Zanardi", 70], ["Alex", "Caffi", 133], ["Alex", "Ribeiro", 237], ["Alex", "Soler-Roig", 339], ["Alex", "Yoong", 62], ["Alexander", "Wurz", 25], ["Alfonso", "de Portago", 606], ["Allan", "McNish", 66], ["Allen", "Berg", 180], ["Andrea", "Chiesa", 130], ["Andrea", "Montermini", 85], ["Andrea", "de Adamich", 333], ["Andrea", "de Cesaris", 110], ["Andr\u00cc\u00a9", "Pilette", 429], ["Andr\u00cc\u00a9", "Simon", 609], ["Andy", "Linden", 612], ["Anthony", "Davidson", 19], ["Ant\u00cc\u00abnio", "Pizzonia", 42], ["Arturo", "Merzario", 232], ["Ayrton", "Senna", 102], ["Beppe", "Gabbiani", 213], ["Bernard", "Collomb", 428], ["Bernd", "Schneider", 146], ["Bertrand", "Gachot", 92], ["Bob", "Anderson", 383], ["Bob", "Bondurant", 396], ["Bob", "Evans", 276], ["Bob", "Gerard", 619], ["Boy", "Lunger", 257], ["Brett", "Lunger", 239], ["Brian", "Henton", 205], ["Brian", "Naylor", 484], ["Brian", "Redman", 312], ["Bruce", "Halford", 506], ["Bruce", "McLaren", 360], ["Bruno", "Giacomelli", 152], ["Bruno", "Senna", 811], ["Carel Godin", "de Beaufort", 430], ["Carlos", "Menditeguy", 496], ["Carlos", "Pace", 250], ["Carlos", "Reutemann", 199], ["Carlos", "Sainz", 832], ["Carroll", "Shelby", 566], ["Cesare", "Perdisa", 607], ["Charles", "Pic", 819], ["Chico", "Landi", 622], ["Chico", "Serra", 192], ["Chris", "Amon", 278], ["Chris", "Irwin", 388], ["Christian", "Danner", 157], ["Christian", "Fittipaldi", 104], ["Christian", "Klien", 32], ["Christijan", "Albers", 27], ["Chuck", "Daigh", 507], ["Chuck", "Stevenson", 521], ["Claudio", "Langes", 149], ["Clay", "Regazzoni", 223], ["Cliff", "Allison", 477], ["Corrado", "Fabi", 190], ["Cristiano", "da Matta", 43], ["Damon", "Hill", 71], ["Dan", "Gurney", 364], ["Daniel", "Ricciardo", 817], ["Daniil", "Kvyat", 826], ["Danny", "Ongais", 240], ["Danny", "Sullivan", 193], ["Dave", "Charlton", 293], ["Dave", "Kennedy", 225], ["David", "Brabham", 101], ["David", "Coulthard", 14], ["David", "Hobbs", 322], ["David", "Purley", 259], ["David", "Walker", 338], ["Denny", "Hulme", 304], ["Derek", "Bell", 321], ["Derek", "Daly", 206], ["Derek", "Warwick", 118], ["Didier", "Pironi", 202], ["Domenico", "Schiattarella", 93], ["Don", "Freeland", 528], ["Duane", "Carter", 518], ["Eddie", "Cheever", 158], ["Eddie", "Irvine", 56], ["Eddie", "Johnson", 513], ["Edgar", "Barth", 431], ["Elio", "de Angelis", 173], ["Eliseo", "Salazar", 194], ["Emanuele", "Naspetti", 125], ["Emanuele", "Pirro", 139], ["Emerson", "Fittipaldi", 224], ["Emilio", "de Villota", 208], ["Enrico", "Bertaggia", 134], ["Enrique", "Bernoldi", 59], ["Eric", "van de Poele", 128], ["Esteban", "Guti\u00cc\u00a9rrez", 821], ["Esteban", "Ocon", 839], ["Esteban", "Tuero", 74], ["Eugenio", "Castellotti", 608], ["Fabrizio", "Barbazza", 120], ["Felice", "Bonetto", 697], ["Felipe", "Massa", 13], ["Felipe", "Nasr", 831], ["Fernando", "Alonso", 4], ["Franck", "Montagny", 36], ["Frank", "Gardner", 380], ["Fran\u00cc\u00a4ois", "Cevert", 327], ["Fran\u00cc\u00a4ois", "Hesnault", 183], ["Fran\u00cc\u00a4ois", "Migault", 296], ["Fred", "Agabashian", 615], ["Gabriele", "Tarquini", 99], ["Gast\u00ef\u00bf\u00bd_n", "Mazzacane", 60], ["Gene", "Hartley", 520], ["Geoff", "Lees", 209], ["George", "Eaton", 352], ["George", "Follmer", 332], ["Gerhard", "Berger", 77], ["Gerino", "Gerini", 583], ["Giancarlo", "Baghetti", 394], ["Giancarlo", "Fisichella", 21], ["Gianmaria", "Bruni", 46], ["Gianni", "Morbidelli", 81], ["Giedo", "van der Garde", 823], ["Gijs", "van Lennep", 298], ["Gilles", "Villeneuve", 203], ["Giorgio", "Pantano", 45], ["Giorgio", "Scarlatti", 483], ["Giovanni", "Lavaggi", 86], ["Graham", "Hill", 289], ["Gregor", "Foitek", 148], ["Gunnar", "Nilsson", 255], ["Guy", "Edwards", 265], ["Guy", "Ligier", 389], ["Hans", "Binder", 246], ["Hans", "Herrmann", 478], ["Hans-Joachim", "Stuck", 233], ["Hap", "Sharp", 434], ["Harald", "Ertl", 229], ["Harry", "Schell", 501], ["Hector", "Rebaque", 212], ["Heikki", "Kovalainen", 5], ["Heinz-Harald", "Frentzen", 49], ["Helmut", "Marko", 337], ["Henri", "Pescarolo", 280], ["Henry", "Taylor", 481], ["Hernando", "da Silva Ramos", 624], ["Horace", "Gould", 547], ["Howden", "Ganley", 307], ["Huub", "Rothengatter", 179], ["Ian", "Ashley", 270], ["Ian", "Burgess", 437], ["Ian", "Raby", 420], ["Ian", "Scheckter", 251], ["Ingo", "Hoffmann", 253], ["Innes", "Ireland", 404], ["Ivan", "Capelli", 122], ["Ivor", "Bueb", 549], ["Jack", "Brabham", 356], ["Jack", "Fairman", 486], ["Jack", "McGrath", 658], ["Jackie", "Lewis", 453], ["Jackie", "Oliver", 262], ["Jackie", "Stewart", 328], ["Jacky", "Ickx", 235], ["Jacques", "Laffite", 172], ["Jacques", "Swaters", 680], ["Jacques", "Villeneuve", 35], ["Jaime", "Alguersuari", 153], ["James", "Hunt", 231], ["Jan", "Lammers", 136], ["Jan", "Magnussen", 76], ["Jarno", "Trulli", 15], ["Jean", "Alesi", 55], ["Jean", "Behra", 554], ["Jean-Christophe", "Boullion", 96], ["Jean-Marc", "Gounon", 111], ["Jean-Pierre", "Beltoise", 306], ["Jean-Pierre", "Jabouille", 219], ["Jean-Pierre", "Jarier", 197], ["Jean-\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdric", "Vergne", 818], ["Jenson", "Button", 18], ["Jim", "Clark", 373], ["Jim", "Hall", 440], ["Jim", "Rathmann", 509], ["Jimmy", "Bryan", 525], ["Jimmy", "Davies", 653], ["Jimmy", "Daywalt", 556], ["Jimmy", "Reece", 592], ["Jo", "Bonnier", 347], ["Jo", "Gartner", 189], ["Jo", "Siffert", 346], ["Joachim", "Winkelhock", 164], ["Jochen", "Mass", 200], ["Jochen", "Rindt", 358], ["Jody", "Scheckter", 222], ["John", "Love", 340], ["John", "Miles", 357], ["John", "Surtees", 341], ["John", "Watson", 187], ["Johnnie", "Parsons", 593], ["Johnny", "Boyd", 533], ["Johnny", "Cecotto", 188], ["Johnny", "Claes", 660], ["Johnny", "Dumfries", 174], ["Johnny", "Herbert", 65], ["Johnny", "Servoz-Gavin", 359], ["Johnny", "Thomson", 512], ["Jolyon", "Palmer", 835], ["Jonathan", "Palmer", 156], ["Jos", "Verstappen", 50], ["Jos\u00cc\u00a9 Froil\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdn", "Gonz\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdlez", 498], ["Juan", "Fangio", 579], ["Juan", "Pablo Montoya", 31], ["Jules", "Bianchi", 824], ["Julian", "Bailey", 141], ["Justin", "Wilson", 51], ["Jyrki", "J\u00ef\u00bf\u00bd_rvilehto", 109], ["J\u00cc\u00a9r\u00cc\u00abme", "d'Ambrosio", 816], ["Kamui", "Kobayashi", 155], ["Karl", "Kling", 648], ["Karl", "Wendlinger", 91], ["Karun", "Chandhok", 812], ["Kazuki", "Nakajima", 6], ["Keith", "Greene", 465], ["Keke", "Rosberg", 177], ["Ken", "Wharton", 663], ["Kenneth", "McAlpine", 664], ["Kenny", "Acheson", 186], ["Kevin", "Magnussen", 825], ["Kimi", "R\u00ef\u00bf\u00bd_ikk\u00cc\u00a6nen", 8], ["Lance", "Macklin", 651], ["Lance", "Stroll", 840], ["Larry", "Perkins", 256], ["Lella", "Lombardi", 275], ["Leo", "Kinnunen", 316], ["Lewis", "Hamilton", 1], ["Lorenzo", "Bandini", 385], ["Loris", "Kessel", 271], ["Louis", "Chiron", 589], ["Louis", "Rosier", 627], ["Luca", "Badoer", 69], ["Lucas", "di Grassi", 810], ["Luciano", "Burti", 54], ["Lucien", "Bianchi", 376], ["Ludovico", "Scarfiotti", 375], ["Luigi", "Fagioli", 786], ["Luigi", "Musso", 577], ["Luigi", "Piotti", 586], ["Luigi", "Villoresi", 633], ["Luis", "P\u00cc\u00a9rez-Sala", 159], ["Manfred", "Winkelhock", 181], ["Marc", "Gen\u00cc\u00a9", 48], ["Marc", "Surer", 176], ["Marcus", "Ericsson", 828], ["Mario", "Andretti", 207], ["Mark", "Blundell", 87], ["Mark", "Donohue", 288], ["Mark", "Webber", 17], ["Martin", "Brundle", 84], ["Martin", "Donnelly", 151], ["Massimiliano", "Papis", 97], ["Masten", "Gregory", 418], ["Maurice", "Trintignant", 427], ["Mauro", "Baldi", 184], ["Maur\u00ef\u00bf\u00bd_cio", "Gugelmin", 127], ["Max", "Chilton", 820], ["Max", "Verstappen", 830], ["Michael", "Andretti", 121], ["Michael", "Schumacher", 30], ["Michel", "Lecl\u00cc\u00acre", 277], ["Michele", "Alboreto", 105], ["Mika", "H\u00ef\u00bf\u00bd_kkinen", 57], ["Mika", "Salo", 63], ["Mike", "Beuttler", 329], ["Mike", "Hailwood", 305], ["Mike", "Hawthorn", 578], ["Mike", "Parkes", 387], ["Mike", "Spence", 374], ["Mike", "Wilds", 283], ["Mois\u00cc\u00a9s", "Solana", 382], ["Nanni", "Galli", 330], ["Narain", "Karthikeyan", 39], ["Nelson", "Piquet", 137], ["Nelson", "Piquet Jr.", 12], ["Nick", "Heidfeld", 2], ["Nico", "H\u00ef\u00bf\u00bd_lkenberg", 807], ["Nico", "Rosberg", 3], ["Nicola", "Larini", 78], ["Nigel", "Mansell", 95], ["Niki", "Lauda", 182], ["Nino", "Farina", 642], ["Olivier", "Beretta", 106], ["Olivier", "Gendebien", 482], ["Olivier", "Grouillard", 129], ["Olivier", "Panis", 44], ["Onofre", "Marim\u00ef\u00bf\u00bd_n", 670], ["Oscar", "Larrauri", 165], ["Paco", "Godia", 580], ["Paolo", "Barilla", 147], ["Pascal", "Fabre", 169], ["Pascal", "Wehrlein", 836], ["Pastor", "Maldonado", 813], ["Pat", "Flaherty", 559], ["Patrick", "Depailler", 221], ["Patrick", "Friesacher", 40], ["Patrick", "N\u00cc\u00acve", 258], ["Patrick", "Tambay", 175], ["Paul", "Belmondo", 108], ["Paul", "Fr\u00cc\u00acre", 632], ["Paul", "Russo", 555], ["Paul", "di Resta", 814], ["Pedro", "Chaves", 142], ["Pedro", "Diniz", 64], ["Pedro", "Lamy", 83], ["Pedro", "Rodr\u00ef\u00bf\u00bd_guez", 345], ["Pedro", "de la Rosa", 37], ["Perry", "McCarthy", 135], ["Pete", "Lovely", 353], ["Peter", "Arundell", 397], ["Peter", "Collins", 581], ["Peter", "Gethin", 320], ["Peter", "Revson", 309], ["Peter", "Whitehead", 687], ["Phil", "Hill", 403], ["Philippe", "Alliot", 112], ["Philippe", "Streiff", 166], ["Philippe", "\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdtancelin", 741], ["Piercarlo", "Ghinzani", 160], ["Pierluigi", "Martini", 94], ["Piero", "Taruffi", 641], ["Pierre", "Levegh", 773], ["Pierre-Henri", "Raphanel", 162], ["Piers", "Courage", 361], ["Prince", "Bira", 669], ["Ralf", "Schumacher", 23], ["Ralph", "Firman", 52], ["Raul", "Boesel", 196], ["Reg", "Parnell", 686], ["Reine", "Wisell", 317], ["Renzo", "Zorzi", 254], ["Ren\u00cc\u00a9", "Arnoux", 163], ["Ricardo", "Rodr\u00ef\u00bf\u00bd_guez", 454], ["Ricardo", "Rosset", 73], ["Ricardo", "Zonta", 41], ["Ricardo", "Zunino", 217], ["Riccardo", "Paletti", 204], ["Riccardo", "Patrese", 119], ["Richard", "Attwood", 370], ["Richie", "Ginther", 386], ["Rikky", "von Opel", 313], ["Rio", "Haryanto", 837], ["Robert", "Doornbos", 38], ["Robert", "Kubica", 9], ["Robert", "Manzon", 626], ["Roberto", "Guerrero", 195], ["Roberto", "Merhi", 833], ["Roberto", "Mieres", 643], ["Roberto", "Moreno", 90], ["Rodger", "Ward", 449], ["Roelof", "Wunderink", 295], ["Rolf", "Stommelen", 243], ["Romain", "Grosjean", 154], ["Ron", "Flockhart", 541], ["Ronnie", "Bucknum", 405], ["Ronnie", "Peterson", 238], ["Roy", "Salvadori", 456], ["Rubens", "Barrichello", 22], ["Rudi", "Fischer", 723], ["Rupert", "Keegan", 211], ["Sakon", "Yamamoto", 29], ["Sam", "Hanks", 611], ["Sam", "Tingle", 368], ["Satoru", "Nakajima", 138], ["Scott", "Speed", 26], ["Sebastian", "Vettel", 20], ["Sergio", "Mantovani", 644], ["Sergio", "P\u00cc\u00a9rez", 815], ["Shinji", "Nakano", 75], ["Siegfried", "Stohr", 216], ["Silvio", "Moser", 351], ["Skip", "Barber", 342], ["Slim", "Borgudd", 201], ["Stefan", "Bellof", 185], ["Stefan", "Johansson", 140], ["Stefano", "Modena", 131], ["Stirling", "Moss", 475], ["Stoffel", "Vandoorne", 838], ["Stuart", "Lewis-Evans", 590], ["S\u00cc\u00a9bastien", "Bourdais", 7], ["S\u00cc\u00a9bastien", "Buemi", 67], ["Taki", "Inoue", 89], ["Takuma", "Sato", 11], ["Tarso", "Marques", 58], ["Teo", "Fabi", 170], ["Thierry", "Boutsen", 123], ["Tiago", "Monteiro", 33], ["Tim", "Schenken", 314], ["Timo", "Glock", 10], ["Tom", "Pryce", 252], ["Tony", "Bettenhausen", 529], ["Tony", "Brise", 294], ["Tony", "Brooks", 479], ["Tony", "Maggs", 408], ["Tony", "Marsh", 459], ["Tony", "Settember", 438], ["Tony", "Trimmer", 245], ["Toranosuke", "Takagi", 68], ["Toulo", "de Graffenried", 640], ["Trevor", "Taylor", 401], ["Troy", "Ruttman", 526], ["Ukyo", "Katayama", 79], ["Umberto", "Maglioli", 620], ["Valtteri", "Bottas", 822], ["Vern", "Schuppan", 267], ["Vic", "Elford", 350], ["Vitaly", "Petrov", 808], ["Vitantonio", "Liuzzi", 24], ["Vittorio", "Brambilla", 230], ["Volker", "Weidler", 161], ["Will", "Stevens", 829], ["Willy", "Mairesse", 435], ["Wilson", "Fittipaldi", 290], ["Wolfgang", "Seidel", 455], ["Wolfgang", "von Trips", 476], ["Yannick", "Dalmas", 114], ["Yves", "Cabantous", 704], ["Zsolt", "Baumgartner", 47], ["\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdlie", "Bayol", 625], ["\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdric", "Bernard", 103], ["\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdrik", "Comas", 100]]}, "table_names": "['drivers', 'results']", "table_image_ids": ["TableImg_2yo3x_842.png", "TableImg_Wxvtb_23777.png"], "original_data_index": 905} +{"question": "Count the number of exhibitions that happened in or after 2005.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['exhibition']", "table_image_ids": ["TableImg_7aqm0_6.png"], "original_data_index": 906} +{"question": "What are the details for statements with the details 'Private Project', and what are the names of the corresponding documents?", "answer": {"columns": ["Statement_Details", "Document_Name"], "index": [0], "data": [["Private Project", "Book on USA files"]]}, "table_names": "['Documents', 'Statements']", "table_image_ids": ["TableImg_Knpik_15.png", "TableImg_Q8qsx_2.png"], "original_data_index": 907} +{"question": "Show all distinct product categories along with the number of mailshots in each category.", "answer": {"columns": ["product_category", "count(*)"], "index": [0, 1], "data": [["clothes", 9], ["food", 11]]}, "table_names": "['Mailshot_Campaigns']", "table_image_ids": ["TableImg_F9k08_20.png"], "original_data_index": 908} +{"question": "Return the name and gender of the staff who was assigned in 2016.", "answer": {"columns": ["staff_name", "staff_gender"], "index": [0, 1, 2, 3, 4, 5], "data": [["Zakary", "1"], ["Katelynn", "1"], ["Tyson", "1"], ["Melody", "1"], ["Yolanda", "1"], ["Malika", "1"]]}, "table_names": "['Staff', 'Staff_Department_Assignments']", "table_image_ids": ["TableImg_Yi8hz_15.png", "TableImg_K2d63_15.png"], "original_data_index": 909} +{"question": "Find the the names of the tourist attractions that the tourist named Alison visited but Rosalind did not visit.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["US museum"], ["jungle cruise"]]}, "table_names": "['Visitors', 'Tourist_Attractions', 'Visits']", "table_image_ids": ["TableImg_Trhy1_20.png", "TableImg_C10n6_15.png", "TableImg_Fevb4_20.png"], "original_data_index": 910} +{"question": "What are the distinct last names of the students who have president votes but do not have 2192 as the advisor?", "answer": {"columns": ["LName"], "index": [0, 1, 2], "data": [["Kumar"], ["Norris"], ["Prater"]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_Gday6_34.png", "TableImg_5wnzc_10.png"], "original_data_index": 911} +{"question": "Show the number of cities in counties that have a population more than 20000.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[13]]}, "table_names": "['county_public_safety', 'city']", "table_image_ids": ["TableImg_Oa0tn_6.png", "TableImg_Qq7u2_17.png"], "original_data_index": 912} +{"question": "What are the email addresses and date of births for all customers who have a first name of Carole?", "answer": {"columns": ["email_address", "date_of_birth"], "index": [0], "data": [["everette.goyette@example.org", "1998-12-15 13:24:40"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Zch1f_15.png"], "original_data_index": 913} +{"question": "What is the name and city of the airport from most of the routes start?", "answer": {"columns": ["name", "city", "src_apid"], "index": [0], "data": [["Hartsfield Jackson Atlanta International Airport", "Atlanta", 3682]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_Je45k_67240.png", "TableImg_Ytf83_7184.png"], "original_data_index": 914} +{"question": "What is the average total score of body builders with height bigger than 200?", "answer": {"columns": ["avg(T1.Total)"], "index": [0], "data": [[292.5]]}, "table_names": "['body_builder', 'people']", "table_image_ids": ["TableImg_0lhq3_5.png", "TableImg_Z5trl_6.png"], "original_data_index": 915} +{"question": "What are the types and nationalities of every ship?", "answer": {"columns": ["Type", "Nationality"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Cargo ship", "United Kingdom"], ["Battle ship", "United States"], ["Cargo ship", "United Kingdom"], ["Cargo ship", "United Kingdom"], ["Battle ship", "United Kingdom"], ["Cargo ship", "United States"], ["Battle ship", "United Kingdom"], ["Cargo ship", "United States"]]}, "table_names": "['ship']", "table_image_ids": ["TableImg_1qy3p_8.png"], "original_data_index": 916} +{"question": "How many lessons taught by staff whose first name has letter 'a' in it?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Staff', 'Lessons']", "table_image_ids": ["TableImg_Zqk9v_15.png", "TableImg_D9lgl_15.png"], "original_data_index": 917} +{"question": "What are the names of the wrestlers, ordered descending by days held?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["The Great Sasuke \u00c2\u00a7"], ["Gran Hamada"], ["Shinjiro Otani \u00c2\u00a7"], ["\u00c3\u009altimo Drag\u00c3\u00b3n \u00c2\u00a7"], ["El Samurai \u00c2\u00a7"], ["Rey Misterio Sr."], ["Jushin Liger \u00c2\u00a7"], ["Villa\u00c3\u00b1o IV"], ["Fishman"], ["El Samurai"]]}, "table_names": "['wrestler']", "table_image_ids": ["TableImg_M003a_10.png"], "original_data_index": 918} +{"question": "What are the dates of ceremony and results for each music festival?", "answer": {"columns": ["Date_of_ceremony", "Result"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["18 February 2011", "Nominated"], ["18 February 2011", "Nominated"], ["18 February 2011", "Awarded"], ["18 February 2011", "Awarded"], ["18 February 2011", "Nominated"], ["18 February 2011", "Nominated"], ["18 February 2011", "Nominated"], ["18 February 2011", "Nominated"], ["18 February 2011", "Awarded"]]}, "table_names": "['music_festival']", "table_image_ids": ["TableImg_N1fby_9.png"], "original_data_index": 919} +{"question": "Find the name of amenities Smith Hall dorm have.", "answer": {"columns": ["amenity_name"], "index": [0, 1, 2, 3, 4], "data": [["Study Room"], ["Carpeted Rooms"], ["4 Walls"], ["Heat"], ["Roof"]]}, "table_names": "['Dorm', 'Dorm_amenity', 'Has_amenity']", "table_image_ids": ["TableImg_W18c7_7.png", "TableImg_Bd5me_12.png", "TableImg_Qki1x_40.png"], "original_data_index": 920} +{"question": "What are the distinct first names and cities of the students who have allergy either to milk or to cat?", "answer": {"columns": ["Fname", "city_code"], "index": [0, 1, 2, 3, 4], "data": [["Linda", "BAL"], ["Lisa", "PIT"], ["Derek", "HOU"], ["Mark", "DET"], ["David", "NYC"]]}, "table_names": "['Has_Allergy', 'Student']", "table_image_ids": ["TableImg_Cgwoy_59.png", "TableImg_1ie2b_34.png"], "original_data_index": 921} +{"question": "What type of game is Call of Destiny?", "answer": {"columns": ["GType"], "index": [0], "data": [["Frist-person shooter"]]}, "table_names": "['Video_Games']", "table_image_ids": ["TableImg_1us5i_6.png"], "original_data_index": 922} +{"question": "Find the name of the department that offers the largest number of credits of all classes.", "answer": {"columns": ["DEPT_NAME"], "index": [0], "data": [["Computer Info. Systems"]]}, "table_names": "['CLASS', 'COURSE', 'DEPARTMENT']", "table_image_ids": ["TableImg_8qiql_13.png", "TableImg_Kux5n_6.png", "TableImg_Ibrh2_11.png"], "original_data_index": 923} +{"question": "What are the names of courses without prerequisites?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120], "data": [["C Programming"], ["The Music of Donovan"], ["International Finance"], ["Greek Tragedy"], ["Virology"], ["Compiler Design"], ["Surfing"], ["Latin"], ["Composition and Literature"], ["Music of the 50s"], ["Visual BASIC"], ["The Monkeys"], ["FOCAL Programming"], ["Calculus"], ["The Beatles"], ["World History"], ["Tort Law"], ["Corporate Law"], ["Video Gaming"], ["Bankruptcy"], ["Organic Chemistry"], ["Quantum Mechanics"], ["Quantum Mechanics"], ["The IBM 360 Architecture"], ["Electricity and Magnetism"], ["Elastic Structures"], ["Computational Biology"], ["Journalism"], ["Physical Chemistry"], ["Image Processing"], ["Industrial Organization"], ["Sanitary Engineering"], ["Thermodynamics"], ["Japanese"], ["International Trade"], ["Database System Concepts"], ["Romantic Literature"], ["Religion"], ["Existentialism"], ["Compiler Design"], ["Geology"], ["C Programming"], ["Manufacturing"], ["Drama"], ["Medieval Civilization or Lack Thereof"], ["Differential Geometry"], ["Bacteriology"], ["International Trade"], ["Aquatic Chemistry"], ["Number Theory"], ["Sailing"], ["Physical Chemistry"], ["Hydraulics"], ["The Music of the Ramones"], ["Mechanics"], ["Hebrew"], ["Computability Theory"], ["Creative Writing"], ["The Monkeys"], ["Differential Geometry"], ["Virology"], ["Geology"], ["Stream Processing"], ["The Music of Donovan"], ["Petroleum Engineering"], ["Systems Software"], ["Environmental Law"], ["Data Mining"], ["Medieval Civilization or Lack Thereof"], ["Differential Geometry"], ["International Communication"], ["Diffusion and Phase Transformation"], ["Differential Equations"], ["Compiler Design"], ["Aerodynamics"], ["The Music of Dave Edmunds"], ["Computability Theory"], ["Cognitive Psychology"], ["Tort Law"], ["European History"], ["Corporate Law"], ["Multimedia Design"], ["Animal Behavior"], ["Graphics"], ["Romantic Literature"], ["Banking and Finance"], ["Astronautics"], ["How to Succeed in Business Without Really Trying"], ["Race Car Driving"], ["Milton"], ["Topology"], ["Video Gaming"], ["Logic"], ["Thermal Physics"], ["Differential Geometry"], ["The Music of Dave Edmunds"], ["Greek Tragedy"], ["Arabic"], ["Compiler Design"], ["Networking"], ["Automobile Mechanics"], ["Music of the 50s"], ["C Programming"], ["Groups and Rings"], ["Biostatistics"], ["UNIX System Programmming"], ["UNIX System Programmming"], ["Music 2 New for your Instructor"], ["Microeconomics"], ["Plastics"], ["Number Theory"], ["Multivariable Calculus"], ["Numerical Methods"], ["Operating Systems"], ["Numerical Methods"], ["Strength of Materials"], ["Fractal Geometry"], ["Music of the 90s"], ["Sanitary Engineering"], ["The Music of Donovan"], ["Quantum Mechanics"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_Rxetm_200.png", "TableImg_0p92q_100.png"], "original_data_index": 924} +{"question": "What are the job ids corresponding to jobs with average salary above 8000?", "answer": {"columns": ["JOB_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["AC_ACCOUNT"], ["AC_MGR"], ["AD_PRES"], ["AD_VP"], ["FI_MGR"], ["MK_MAN"], ["PR_REP"], ["PU_MAN"], ["SA_MAN"], ["SA_REP"]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_Kgrz8_107.png"], "original_data_index": 925} +{"question": "What are the product ids and color descriptions for products with two or more characteristics?", "answer": {"columns": ["product_id", "color_description"], "index": [0, 1, 2, 3], "data": [[6, "blue"], [7, "red"], [11, "black"], [12, "blue"]]}, "table_names": "['Ref_Colors', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_T8cie_8.png", "TableImg_1z7cn_15.png", "TableImg_Hf4pv_15.png"], "original_data_index": 926} +{"question": "How many voting records do we have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[10]]}, "table_names": "['Voting_record']", "table_image_ids": ["TableImg_Ipb7m_10.png"], "original_data_index": 927} +{"question": "What are the titles of courses that are in the Statistics department but not the Psychology department?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3], "data": [["Care and Feeding of Cats"], ["Composition and Literature"], ["Differential Geometry"], ["UNIX System Programmming"]]}, "table_names": "['course']", "table_image_ids": ["TableImg_3w557_200.png"], "original_data_index": 928} +{"question": "Find the name of account that has the lowest total checking and saving balance.", "answer": {"columns": ["name"], "index": [0], "data": [["Porter"]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_K0m86_7.png", "TableImg_E4rkv_6.png", "TableImg_Gbb6a_7.png"], "original_data_index": 929} +{"question": "Show the names of festivals that have nominated artworks of type \"Program Talent Show\".", "answer": {"columns": ["Festival_Name"], "index": [0], "data": [["LA Awards"]]}, "table_names": "['festival_detail', 'artwork', 'nomination']", "table_image_ids": ["TableImg_Xljom_5.png", "TableImg_Jafwi_9.png", "TableImg_Slofl_6.png"], "original_data_index": 930} +{"question": "What are the codes of types of documents of which there are for or more?", "answer": {"columns": ["document_type_code"], "index": [0], "data": [["Book"]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_4xuyr_15.png"], "original_data_index": 931} +{"question": "How many document types are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['Ref_Document_Types']", "table_image_ids": ["TableImg_Uwedh_4.png"], "original_data_index": 932} +{"question": "What are the first name and last name of the players who were paid salary by team Washington Nationals in both 2005 and 2007?", "answer": {"columns": ["name_first", "name_last"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Alex", "Escobar"], ["Brian", "Schneider"], ["Chad", "Cordero"], ["Cristian", "Guzman"], ["John", "Patterson"], ["Luis", "Ayala"], ["Nick", "Johnson"], ["Ryan", "Church"]]}, "table_names": "['player', 'salary', 'team']", "table_image_ids": ["TableImg_1uk1o_18846.png", "TableImg_Ciio3_25575.png", "TableImg_D61y8_2805.png"], "original_data_index": 933} +{"question": "Find the number of distinct products Rodrick Heaney has bought so far.", "answer": {"columns": ["count(DISTINCT t3.product_id)"], "index": [0], "data": [[2]]}, "table_names": "['Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_L4wf8_15.png", "TableImg_A22lb_15.png", "TableImg_Ugkkw_15.png"], "original_data_index": 934} +{"question": "What are the different statement ids on accounts, and the number of accounts for each?", "answer": {"columns": ["Statement_ID", "count(*)"], "index": [0, 1], "data": [[57, 9], [192, 6]]}, "table_names": "['Accounts']", "table_image_ids": ["TableImg_Fb9v5_15.png"], "original_data_index": 935} +{"question": "Find the number of teachers who teach the student called CHRISSY NABOZNY.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_53u2m_60.png", "TableImg_Efk5q_12.png"], "original_data_index": 936} +{"question": "What are the names and other details for accounts corresponding to the customer named Meaghan Keeling?", "answer": {"columns": ["account_name", "other_account_details"], "index": [0, 1, 2, 3], "data": [["900", "Regular"], ["323", "Regular"], ["337", "Regular"], ["601", "Regular"]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_I033s_15.png", "TableImg_0bww7_15.png"], "original_data_index": 937} +{"question": "Return the phone number of the customer who filed the complaint that was raised most recently.", "answer": {"columns": ["phone_number"], "index": [0], "data": [["+38(3)9011433816"]]}, "table_names": "['Customers', 'Complaints']", "table_image_ids": ["TableImg_W7dow_8.png", "TableImg_3vmmd_12.png"], "original_data_index": 938} +{"question": "Show the names of phones and the districts of markets they are on, in ascending order of the ranking of the market.", "answer": {"columns": ["Name", "District"], "index": [0, 1, 2, 3, 4, 5], "data": [["IPhone 5s", "Alberta"], ["IPhone 7", "Alberta"], ["IPhone 5s", "Ontario"], ["IPhone X", "Quebec"], ["IPhone 6s", "British Columbia"], ["IPhone X", "British Columbia"]]}, "table_names": "['phone', 'market', 'phone_market']", "table_image_ids": ["TableImg_47qe3_5.png", "TableImg_Uc8ym_6.png", "TableImg_Nd02k_6.png"], "original_data_index": 939} +{"question": "How many cities are in counties that have populations of over 20000?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[13]]}, "table_names": "['county_public_safety', 'city']", "table_image_ids": ["TableImg_P9sgj_6.png", "TableImg_Qp408_17.png"], "original_data_index": 940} +{"question": "List the name of the pilots who have flied for both a company that mainly provide 'Cargo' services and a company that runs 'Catering services' activities.", "answer": {"columns": ["Pilot"], "index": [0], "data": [["Thompson"]]}, "table_names": "['operate_company', 'flight']", "table_image_ids": ["TableImg_4u5ao_14.png", "TableImg_Ua3yk_13.png"], "original_data_index": 941} +{"question": "What is the first name and GPA of every student that has a GPA lower than average?", "answer": {"columns": ["STU_FNAME", "STU_GPA"], "index": [0, 1, 2, 3], "data": [["William", 2.84], ["Juliette", 2.26], ["John", 2.11], ["John", 2.92]]}, "table_names": "['STUDENT']", "table_image_ids": ["TableImg_Wkxr0_8.png"], "original_data_index": 942} +{"question": "What are the salaries and manager ids for employees who have managers?", "answer": {"columns": ["SALARY", "MANAGER_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "data": [[24000, 0], [17000, 100], [17000, 100], [9000, 102], [6000, 103], [4800, 103], [4800, 103], [4200, 103], [12000, 101], [9000, 108], [8200, 108], [7700, 108], [7800, 108], [6900, 108], [11000, 100], [3100, 114], [2900, 114], [2800, 114], [2600, 114], [2500, 114], [8000, 100], [8200, 100], [7900, 100], [6500, 100], [5800, 100], [3200, 120], [2700, 120], [2400, 120], [2200, 120], [3300, 121], [2800, 121], [2500, 121], [2100, 121], [3300, 122], [2900, 122], [2400, 122], [2200, 122], [3600, 123], [3200, 123], [2700, 123], [2500, 123], [3500, 124], [3100, 124], [2600, 124], [2500, 124], [14000, 100], [13500, 100], [12000, 100], [11000, 100], [10500, 100], [10000, 145], [9500, 145], [9000, 145], [8000, 145], [7500, 145], [7000, 145], [10000, 146], [9500, 146], [9000, 146], [8000, 146], [7500, 146], [7000, 146], [10500, 147], [9500, 147], [7200, 147], [6800, 147], [6400, 147], [6200, 147], [11500, 148], [10000, 148], [9600, 148], [7400, 148], [7300, 148], [6100, 148], [11000, 149], [8800, 149], [8600, 149], [8400, 149], [7000, 149], [6200, 149], [3200, 120], [3100, 120], [2500, 120], [2800, 120], [4200, 121], [4100, 121], [3400, 121], [3000, 121], [3800, 122], [3600, 122], [2900, 122], [2500, 122], [4000, 123], [3900, 123], [3200, 123], [2800, 123], [3100, 124], [3000, 124], [2600, 124], [2600, 124], [4400, 101], [13000, 100], [6000, 201], [6500, 101], [10000, 101], [12000, 101], [8300, 205]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_16fsg_107.png"], "original_data_index": 943} +{"question": "Find the state of the college which player Charles is attending.", "answer": {"columns": ["state"], "index": [0], "data": [["OK"]]}, "table_names": "['College', 'Player', 'Tryout']", "table_image_ids": ["TableImg_T3bua_4.png", "TableImg_0f5rd_6.png", "TableImg_F1z7e_6.png"], "original_data_index": 944} +{"question": "How many parks does Atlanta city have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['park']", "table_image_ids": ["TableImg_Ts0vm_250.png"], "original_data_index": 945} +{"question": "Find the number of male (sex is 'M') students who have some food type allery.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[10]]}, "table_names": "['Allergy_Type', 'Has_Allergy', 'Student']", "table_image_ids": ["TableImg_Nre2a_14.png", "TableImg_7wk3m_59.png", "TableImg_Sdzo9_34.png"], "original_data_index": 946} +{"question": "What is the name of the department with the fewest professors?", "answer": {"columns": ["DEPT_NAME"], "index": [0], "data": [["Fine Arts"]]}, "table_names": "['DEPARTMENT', 'PROFESSOR']", "table_image_ids": ["TableImg_Ucmpe_11.png", "TableImg_Jtdr1_22.png"], "original_data_index": 947} +{"question": "Show the location name for document \"Robin CV\".", "answer": {"columns": ["Location_Name"], "index": [0], "data": [["Edinburgh"]]}, "table_names": "['Ref_Locations', 'All_Documents', 'Document_Locations']", "table_image_ids": ["TableImg_Gjl3n_5.png", "TableImg_1l0ea_15.png", "TableImg_8wx6p_15.png"], "original_data_index": 948} +{"question": "Show names of pilots that have more than one record.", "answer": {"columns": ["Pilot_name", "COUNT(*)"], "index": [0], "data": [["Patrick O'Bryant", 3]]}, "table_names": "['pilot', 'pilot_record']", "table_image_ids": ["TableImg_1xfcl_5.png", "TableImg_Asgrw_6.png"], "original_data_index": 949} +{"question": "What are the distinct types of the companies that have operated any flights with velocity less than 200?", "answer": {"columns": ["Type"], "index": [0], "data": [["Joint Venture"]]}, "table_names": "['operate_company', 'flight']", "table_image_ids": ["TableImg_Od3cp_14.png", "TableImg_475la_13.png"], "original_data_index": 950} +{"question": "Which employees do not authorize destruction for any document? Give me their employee ids.", "answer": {"columns": ["Employee_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[25], [57], [71], [99], [136], [138], [159], [173], [181]]}, "table_names": "['Employees', 'Documents_to_be_Destroyed']", "table_image_ids": ["TableImg_Zply5_15.png", "TableImg_137cc_11.png"], "original_data_index": 951} +{"question": "What are the first name and last name of Linda Smith's advisor?", "answer": {"columns": ["Fname", "Lname"], "index": [0], "data": [["Michael", "Goodrich"]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_Py7up_34.png", "TableImg_J0ae1_58.png"], "original_data_index": 952} +{"question": "Find the student ID and middle name for all the students with at most two enrollments.", "answer": {"columns": ["student_id", "middle_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[2, "Luella"], [3, "Brandt"], [4, "Casimir"], [6, "Asa"], [9, "Kailey"], [10, "Vicente"], [11, "Kolby"], [12, "Karley"], [13, "Camilla"], [14, "Ursula"]]}, "table_names": "['Students', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Kq8go_15.png", "TableImg_Rq5hh_20.png"], "original_data_index": 953} +{"question": "How many followers does each user have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[9]]}, "table_names": "['follows']", "table_image_ids": ["TableImg_Lt25d_9.png"], "original_data_index": 954} +{"question": "Find the name of bank branch that provided the greatest total amount of loans to customers with credit score is less than 100.", "answer": {"columns": ["bname"], "index": [0], "data": [["downtown"]]}, "table_names": "['bank', 'customer', 'loan']", "table_image_ids": ["TableImg_8vt0y_4.png", "TableImg_Ijpkz_3.png", "TableImg_Hebta_3.png"], "original_data_index": 955} +{"question": "What is the minimum snatch score?", "answer": {"columns": ["min(snatch)"], "index": [0], "data": [[130.0]]}, "table_names": "['body_builder']", "table_image_ids": ["TableImg_X1ukc_5.png"], "original_data_index": 956} +{"question": "List the name of physicians who never took any appointment.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Bob Kelso"], ["John Wen"], ["Keith Dudemeister"], ["Todd Quinlan"]]}, "table_names": "['Physician', 'Appointment']", "table_image_ids": ["TableImg_4y9kq_9.png", "TableImg_Ogeh9_9.png"], "original_data_index": 957} +{"question": "What is the sum of hours for projects that scientists with the name Michael Rogers or Carol Smith are assigned to?", "answer": {"columns": ["sum(T2.hours)"], "index": [0], "data": [[6702]]}, "table_names": "['Scientists', 'Projects', 'AssignedTo']", "table_image_ids": ["TableImg_512s6_12.png", "TableImg_Bhoi7_14.png", "TableImg_8r1rd_12.png"], "original_data_index": 958} +{"question": "What are the distinct names of products purchased by at least two different customers?", "answer": {"columns": ["product_name"], "index": [0, 1, 2], "data": [["blue jeans"], ["monitor"], ["keyboard"]]}, "table_names": "['Products', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Cwvjf_15.png", "TableImg_Etnct_15.png", "TableImg_Ye7xf_15.png"], "original_data_index": 959} +{"question": "Find the average unit price of jazz tracks.", "answer": {"columns": ["AVG(UnitPrice)"], "index": [0], "data": [[0.99]]}, "table_names": "['Genre', 'Track']", "table_image_ids": ["TableImg_9hnix_25.png", "TableImg_5qnql_3503.png"], "original_data_index": 960} +{"question": "Find the id and name of the stadium where the largest number of injury accidents occurred.", "answer": {"columns": ["id", "name"], "index": [0], "data": [[10, "Louisiana Superdome"]]}, "table_names": "['stadium', 'game', 'injury_accident']", "table_image_ids": ["TableImg_Cgrqa_13.png", "TableImg_Rnc6x_20.png", "TableImg_U2nu0_15.png"], "original_data_index": 961} +{"question": "Find the name of the teacher who teaches the largest number of students.", "answer": {"columns": ["FirstName", "LastName"], "index": [0], "data": [[" GORDON", "KAWA"]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_Nrvmn_60.png", "TableImg_Tsaj3_12.png"], "original_data_index": 962} +{"question": "Which buildings have more than one company offices? Give me the building names.", "answer": {"columns": ["name"], "index": [0, 1, 2], "data": [["Torre Mitikah"], ["Punto Chapultepec"], ["Corporativo BBVA Bancomer"]]}, "table_names": "['buildings', 'Companies', 'Office_locations']", "table_image_ids": ["TableImg_N8slc_12.png", "TableImg_0zcj2_19.png", "TableImg_7412v_16.png"], "original_data_index": 963} +{"question": "What are the first names of students in room 108?", "answer": {"columns": ["FirstName"], "index": [0, 1], "data": [[" LYNNETTE"], [" BRITT"]]}, "table_names": "['list']", "table_image_ids": ["TableImg_Utilc_60.png"], "original_data_index": 964} +{"question": "How many different departments are there in each school that has less than 5 apartments?", "answer": {"columns": ["count(DISTINCT dept_name)", "SCHOOL_CODE"], "index": [0], "data": [[4, "BUS"]]}, "table_names": "['DEPARTMENT']", "table_image_ids": ["TableImg_2emsg_11.png"], "original_data_index": 965} +{"question": "What is the level name of the cheapest catalog (in USD)?", "answer": {"columns": ["catalog_level_name"], "index": [0], "data": [["Category"]]}, "table_names": "['Catalog_Structure', 'Catalog_Contents']", "table_image_ids": ["TableImg_043oe_3.png", "TableImg_Dba6u_15.png"], "original_data_index": 966} +{"question": "What are the date and venue of each debate?", "answer": {"columns": ["Date", "Venue"], "index": [0, 1, 2, 3, 4, 5], "data": [["October 21, 2011", "Manama , Bahrain"], ["December 17, 2014", "Doha , Qatar"], ["August 3, 2015", "Manama , Bahrain"], ["October 27, 2015", "Manama , Bahrain"], ["January 12, 2017", "Dubai , UAE"], ["January 21, 2017", "Abu Dhabi , UAE"]]}, "table_names": "['debate']", "table_image_ids": ["TableImg_48hca_6.png"], "original_data_index": 967} +{"question": "Show the location name and code with the least documents.", "answer": {"columns": ["Location_Name", "Location_Code"], "index": [0], "data": [["Nanjing", "n"]]}, "table_names": "['Ref_Locations', 'Document_Locations']", "table_image_ids": ["TableImg_Pwli9_5.png", "TableImg_U2fsb_15.png"], "original_data_index": 968} +{"question": "What are the distinct first names, last names, and phone numbers for customers with accounts?", "answer": {"columns": ["customer_first_name", "customer_last_name", "phone_number"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Meaghan", "Keeling", "06015518212"], ["Joesph", "Schaefer", "(488)524-5345"], ["Ruby", "Boyle", "1-546-302-5676"], ["Jensen", "Muller", "(650)406-8761"], ["Kieran", "Auer", "(157)046-6255x98627"], ["Abbey", "Ruecker", "1-344-593-4896x425"], ["Vesta", "Leuschke", "+69(0)7149212554"]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_8403u_15.png", "TableImg_Qqhe2_15.png"], "original_data_index": 969} +{"question": "What are the distinct salaries of all instructors who earned less than the maximum salary?", "answer": {"columns": ["salary"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], "data": [[94333.99], [59303.62], [119921.41], [88791.45], [61387.56], [32570.5], [89805.83], [108011.81], [45538.32], [90038.09], [51647.57], [43966.29], [121141.99], [62579.61], [71351.42], [104563.38], [105311.38], [98333.65], [32241.56], [57807.09], [77036.18], [54805.11], [72140.88], [106554.73], [34272.67], [66143.25], [103146.87], [48803.38], [59706.49], [87549.8], [47307.1], [87958.01], [90891.69], [43770.36], [46397.59], [82534.37], [115469.11], [107978.47], [79866.95], [80797.83], [45310.53], [118143.98], [79070.08], [99382.59], [35023.18], [117836.5], [84982.92], [50482.03], [93348.83]]}, "table_names": "['instructor']", "table_image_ids": ["TableImg_Ixg8x_50.png"], "original_data_index": 970} +{"question": "What roles did staff members play between '2003-04-19 15:06:20' and '2016-03-15 00:33:18'?", "answer": {"columns": ["role_code"], "index": [0, 1], "data": [["leader"], ["researcher"]]}, "table_names": "['Project_Staff']", "table_image_ids": ["TableImg_F8yv1_15.png"], "original_data_index": 971} +{"question": "What is the total population for all the districts that have an area larger tahn the average city area?", "answer": {"columns": ["sum(city_population)"], "index": [0], "data": [[4850327.0]]}, "table_names": "['district']", "table_image_ids": ["TableImg_Ami80_15.png"], "original_data_index": 972} +{"question": "What are the names and ids of products costing between 600 and 700?", "answer": {"columns": ["product_name", "product_id"], "index": [0, 1, 2, 3, 4], "data": [["yellow jeans", 2], ["black jeans", 3], ["blue topping", 9], ["keyboard", 13], ["speaker", 14]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Bt0vi_15.png"], "original_data_index": 973} +{"question": "Which institution has the most papers? Find the name of the institution.", "answer": {"columns": ["name"], "index": [0], "data": [["University of Oxford"]]}, "table_names": "['Inst', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Xod3d_8.png", "TableImg_A4rkh_7.png", "TableImg_Jz5tg_14.png"], "original_data_index": 974} +{"question": "How long is the total lesson time taught by staff with first name as Janessa and last name as Sawayn?", "answer": {"columns": ["sum(lesson_time)"], "index": [0], "data": [[9]]}, "table_names": "['Staff', 'Lessons']", "table_image_ids": ["TableImg_Toor7_15.png", "TableImg_Ca644_15.png"], "original_data_index": 975} +{"question": "What is the name of the department that offers a course that has a description including the word \"Statistics\"?", "answer": {"columns": ["DEPT_NAME"], "index": [0], "data": [["Computer Info. Systems"]]}, "table_names": "['COURSE', 'DEPARTMENT']", "table_image_ids": ["TableImg_I4cee_6.png", "TableImg_P85gh_11.png"], "original_data_index": 976} +{"question": "What are the companies of entrepreneurs, ordered descending by amount of money requested?", "answer": {"columns": ["Company"], "index": [0, 1, 2, 3, 4, 5], "data": [["Umbrolly"], ["Grails Ltd"], ["Elizabeth Galton Ltd"], ["Mycorrhizal Systems"], ["Le Beanock"], ["IV Cam"]]}, "table_names": "['entrepreneur']", "table_image_ids": ["TableImg_Eze0k_6.png"], "original_data_index": 977} +{"question": "Return the investor who have invested in the greatest number of entrepreneurs.", "answer": {"columns": ["Investor"], "index": [0], "data": [["Duncan Bannatyne"]]}, "table_names": "['entrepreneur']", "table_image_ids": ["TableImg_Xq2m1_6.png"], "original_data_index": 978} +{"question": "Find the average number of bedrooms of all the apartments.", "answer": {"columns": ["avg(bedroom_count)"], "index": [0], "data": [[4.4666666667]]}, "table_names": "['Apartments']", "table_image_ids": ["TableImg_Mij7f_15.png"], "original_data_index": 979} +{"question": "What is the total amount of moeny paid by the customer Carole Bernhard?", "answer": {"columns": ["sum(T1.amount_payment)"], "index": [0], "data": [[9886.62]]}, "table_names": "['Customers', 'Customer_Payments']", "table_image_ids": ["TableImg_M7xfi_15.png", "TableImg_To59t_15.png"], "original_data_index": 980} +{"question": "Find the first and last names of people who payed more than the rooms' base prices.", "answer": {"columns": ["FirstName", "LastName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185], "data": [["MARKITA", "CARISTO"], ["ROY", "SWEAZY"], ["WILLY", "ZULLO"], ["MARCELINA", "ESPINO"], ["SHERILYN", "HAVIS"], ["LORITA", "HARDINA"], ["ROBERT", "BURBANK"], ["EMILIA", "FEYLER"], ["LANNY", "COSTON"], ["CHARISSA", "MAASCH"], ["RASHAD", "BEALLE"], ["ODIS", "ENDLER"], ["MORGAN", "FERENCE"], ["QUENTIN", "RUBY"], ["RICKEY", "GALOW"], ["TODD", "PANARELLO"], ["JEFFEREY", "ARNDELL"], ["EMILY", "LAURY"], ["CODY", "EERKES"], ["CLIFTON", "WORKINGER"], ["DORINE", "VORWERK"], ["REGENIA", "HOTELLING"], ["JENISE", "SANDLER"], ["STEPHEN", "PLYMEL"], ["BRAIN", "CASAGRANDA"], ["ERICH", "VANNAMAN"], ["KERRI", "MECHLING"], ["FRANCISCO", "BOSE"], ["MACY", "SIDDELL"], ["HOYT", "SCHUL"], ["GRANT", "KNERIEN"], ["RASHAD", "CONSTABLE"], ["ROMEO", "NOWLEY"], ["PIERRE", "CANDON"], ["ERYN", "BAUGUESS"], ["ELVINA", "GRONDAHL"], ["TIMMY", "WESTRUM"], ["CLAYTON", "HARDYMAN"], ["CLAUDIE", "YAPLE"], ["FLORENTINO", "SHOULDER"], ["MILLIE", "KABZINSKI"], ["RICKIE", "DEININGER"], ["MITZIE", "VANDERSCHAEGE"], ["IVA", "STUART"], ["KEELY", "RIMAR"], ["QUIANA", "RUPE"], ["HERBERT", "FRYDAY"], ["DELORSE", "JAHALY"], ["MARGARITO", "QUISPE"], ["TROY", "MASSER"], ["ADELAIDE", "ZIEBARTH"], ["JACKIE", "EADER"], ["MELODY", "RUSSO"], ["ELOISA", "FOLGER"], ["RHETT", "YONKERS"], ["ALLEN", "GABBETT"], ["YAN", "SINGERMAN"], ["MONTE", "BOUGIE"], ["CATHERIN", "KUDRON"], ["EDIE", "ECKERT"], ["JORDON", "FORESTA"], ["BYRON", "HORELICK"], ["DELPHIA", "HERZING"], ["ELLAN", "ANA"], ["LENA", "LEDOUX"], ["GEARLDINE", "STRINGFELLOW"], ["ALYSIA", "HOTARD"], ["EBONY", "BORROMEO"], ["HYACINTH", "BEAMON"], ["CLAIR", "ZAVADOSKI"], ["WYNELL", "WICKLIN"], ["SHERRILL", "HALBERSTAM"], ["ROBERTO", "PULOS"], ["REGAN", "GATTSHALL"], ["NIKKI", "VELIE"], ["CRISTIE", "GARCES"], ["DARIUS", "HULETTE"], ["ELANA", "ZEPEDA"], ["RAYMUNDO", "SUSMILCH"], ["ELMIRA", "ATTEBURG"], ["GARRY", "YOKUM"], ["WOODROW", "BRINAR"], ["SON", "LORENZANO"], ["JERROD", "WISWELL"], ["VIRGIL", "ALLENDE"], ["BEN", "FIGUROA"], ["DIONNA", "MULE"], ["ERYN", "BAUGUESS"], ["DUSTY", "BASSI"], ["ROCKY", "BRICKEL"], ["HARRISON", "INGUARDSEN"], ["TRICIA", "KLIGER"], ["RHEA", "ABAJA"], ["GLENNIS", "ROTHMAN"], ["ALDO", "OULETTE"], ["EMERY", "VOLANTE"], ["MERLE", "COASTER"], ["ROBBY", "RICHARD"], ["NATHANAEL", "HARTFORD"], ["BO", "DURAN"], ["JULIO", "GRULKEY"], ["LARITA", "SLONE"], ["AUNDREA", "EASTLING"], ["RODERICK", "BRODOWSKI"], ["BROOKS", "WAEGNER"], ["INGRID", "TROKEY"], ["PORTER", "LELEUX"], ["WINFRED", "RATTANA"], ["ADAM", "COVERT"], ["LANDON", "SCARLES"], ["TEODORO", "MAURER"], ["PABLO", "VIPPERMAN"], ["RAMONA", "ALLAIRE"], ["LATRISHA", "FROEHNER"], ["SOL", "GUEDESSE"], ["OLYMPIA", "ALBROUGH"], ["DAN", "DELGUIDICE"], ["ABBEY", "ALBERO"], ["MERIDETH", "KU"], ["CLINT", "BONIOL"], ["KATTIE", "FLEURILUS"], ["DUSTY", "MAEDA"], ["REINALDO", "MUHLESTEIN"], ["FELIPE", "DINUNZIO"], ["MODESTO", "TOWBER"], ["BRIGIDA", "MIKEL"], ["RUSSELL", "GOODHUE"], ["BEV", "WEINLAND"], ["ALEXIS", "FINEFROCK"], ["BENTON", "AKHTAR"], ["BOB", "KOHS"], ["SANDA", "SAILORS"], ["EBONY", "BORROMEO"], ["JESSIE", "JAHR"], ["JULIANA", "HONEYWELL"], ["HERB", "CRACE"], ["JERROD", "WISWELL"], ["HERBERT", "FRANC"], ["CODY", "DISHAW"], ["EUSEBIO", "WIDOWSKI"], ["JESS", "TORNQUIST"], ["ARON", "KEBEDE"], ["ARTHUR", "MCNEELEY"], ["HOUSTON", "WAGERS"], ["MAURICIO", "KLEIMAN"], ["FREDRICK", "PFEUFFER"], ["GIUSEPPE", "DEVEY"], ["SHAWANDA", "ALWINE"], ["ELMIRA", "ATTEBURG"], ["DOUGLASS", "KLAVETTER"], ["ALEIDA", "MCCULLARS"], ["MYRA", "LOTTO"], ["GARY", "NEUBECKER"], ["LYLA", "GIANOPULOS"], ["DARON", "RAUGHT"], ["ERWIN", "EMIGHOLZ"], ["SELINA", "RANAUDO"], ["CLARINDA", "SHUTTERS"], ["ISAAC", "HELKE"], ["DANNETTE", "SCHWEITZ"], ["DESPINA", "MARKWORTH"], ["ROXANE", "GIOVANINI"], ["EFRAIN", "GISSLER"], ["TERRY", "FANZO"], ["SAM", "LIBBERTON"], ["JULI", "RENDLEMAN"], ["JEWEL", "BRISENDINE"], ["TOVA", "LIESTMAN"], ["SILVIA", "PENCEK"], ["ELKE", "PELLOWSKI"], ["PAMELIA", "KOLP"], ["NELL", "DEBARDELABEN"], ["AUGUST", "SHERRANGE"], ["JEANMARIE", "LABAT"], ["DENNY", "PERRINO"], ["CHUNG", "ZINDEL"], ["NANCI", "FIGLIOLI"], ["NEVILLE", "SCHLESSELMAN"], ["ANGLA", "OCHS"], ["MARCIA", "WIXOM"], ["PHIL", "MELVE"], ["JOEY", "BALCOM"], ["KRIS", "MORAWSKI"], ["THOMASINE", "MAIDENS"], ["ALLEN", "ROSSEY"], ["LEROY", "SCHOENING"]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_Vgmii_10.png", "TableImg_2n4z0_600.png"], "original_data_index": 981} +{"question": "What are the names of enzymes in the medicine named 'Amisulpride' that can serve as an 'inhibitor'?", "answer": {"columns": ["name"], "index": [0], "data": [["ALA synthase"]]}, "table_names": "['medicine', 'enzyme', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_Bakiy_21.png", "TableImg_Pje7n_8.png", "TableImg_Lo32r_19.png"], "original_data_index": 982} +{"question": "What are the mascots for schools with enrollments above the average?", "answer": {"columns": ["Mascot"], "index": [0, 1, 2, 3], "data": [["Falcons"], ["Jimmies"], ["Redskins"], ["Cougars"]]}, "table_names": "['School']", "table_image_ids": ["TableImg_Tt871_8.png"], "original_data_index": 983} +{"question": "Which catalog contents have length below 3 or above 5? Find the catalog entry names.", "answer": {"columns": ["catalog_entry_name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Root beer"], ["Cream Soda"], ["Ginger Beer"], ["Dr Pepper"], ["Fenta Orange"], ["Wanglaoji"]]}, "table_names": "['Catalog_Contents']", "table_image_ids": ["TableImg_M2fvg_15.png"], "original_data_index": 984} +{"question": "Which organizations are not a parent organization of others? List the organization id.", "answer": {"columns": ["organization_id"], "index": [0], "data": [[10]]}, "table_names": "['Organizations']", "table_image_ids": ["TableImg_78yoz_3.png"], "original_data_index": 985} +{"question": "What is detail of the student who most recently registered course?", "answer": {"columns": ["student_details"], "index": [0], "data": [["Martin"]]}, "table_names": "['Students', 'Student_Course_Registrations']", "table_image_ids": ["TableImg_Ceh4g_8.png", "TableImg_Wyeb1_9.png"], "original_data_index": 986} +{"question": "Find the name and id of the good with the highest average rank.", "answer": {"columns": ["title", "i_id"], "index": [0], "data": [["cup", 7]]}, "table_names": "['item', 'review']", "table_image_ids": ["TableImg_3xsb6_8.png", "TableImg_Umpxp_7.png"], "original_data_index": 987} +{"question": "Find the titles of all the papers written by \"Aaron Turon\".", "answer": {"columns": ["title"], "index": [0], "data": [["Functional Pearl: Modular Rollback through Control Logging"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_6mbc0_13.png", "TableImg_8mkih_7.png", "TableImg_An4lm_14.png"], "original_data_index": 988} +{"question": "What are the first name and gender of the students who have allergy to milk but can put up with cats?", "answer": {"columns": ["Fname", "Sex"], "index": [0], "data": [["Mark", "M"]]}, "table_names": "['Has_Allergy', 'Student']", "table_image_ids": ["TableImg_Fymp9_59.png", "TableImg_Fy5kn_34.png"], "original_data_index": 989} +{"question": "What are the names of the tracks that are Rock or Jazz songs?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426], "data": [["For Those About To Rock (We Salute You)"], ["Balls to the Wall"], ["Fast As a Shark"], ["Restless and Wild"], ["Princess of the Dawn"], ["Put The Finger On You"], ["Let's Get It Up"], ["Inject The Venom"], ["Snowballed"], ["Evil Walks"], ["C.O.D."], ["Breaking The Rules"], ["Night Of The Long Knives"], ["Spellbound"], ["Go Down"], ["Dog Eat Dog"], ["Let There Be Rock"], ["Bad Boy Boogie"], ["Problem Child"], ["Overdose"], ["Hell Ain't A Bad Place To Be"], ["Whole Lotta Rosie"], ["Walk On Water"], ["Love In An Elevator"], ["Rag Doll"], ["What It Takes"], ["Dude (Looks Like A Lady)"], ["Janie's Got A Gun"], ["Cryin'"], ["Amazing"], ["Blind Man"], ["Deuces Are Wild"], ["The Other Side"], ["Crazy"], ["Eat The Rich"], ["Angel"], ["Livin' On The Edge"], ["All I Really Want"], ["You Oughta Know"], ["Perfect"], ["Hand In My Pocket"], ["Right Through You"], ["Forgiven"], ["You Learn"], ["Head Over Feet"], ["Mary Jane"], ["Ironic"], ["Not The Doctor"], ["Wake Up"], ["You Oughta Know (Alternate)"], ["We Die Young"], ["Man In The Box"], ["Sea Of Sorrow"], ["Bleed The Freak"], ["I Can't Remember"], ["Love, Hate, Love"], ["It Ain't Like That"], ["Sunshine"], ["Put You Down"], ["Confusion"], ["I Know Somethin (Bout You)"], ["Real Thing"], ["Desafinado"], ["Garota De Ipanema"], ["Samba De Uma Nota S\u00c3\u00b3 (One Note Samba)"], ["Por Causa De Voc\u00c3\u00aa"], ["Ligia"], ["Fotografia"], ["Dindi (Dindi)"], ["Se Todos Fossem Iguais A Voc\u00c3\u00aa (Instrumental)"], ["Falando De Amor"], ["Angela"], ["Corcovado (Quiet Nights Of Quiet Stars)"], ["Outra Vez"], ["O Boto (B\u00c3\u00b4to)"], ["Canta, Canta Mais"], ["Cochise"], ["Show Me How to Live"], ["Gasoline"], ["What You Are"], ["Like a Stone"], ["Set It Off"], ["Shadow on the Sun"], ["I am the Highway"], ["Exploder"], ["Hypnotize"], ["Bring'em Back Alive"], ["Light My Way"], ["Getaway Car"], ["The Last Remaining Light"], ["Quadrant"], ["Snoopy's search-Red baron"], ["Spanish moss-\"A sound portrait\"-Spanish moss"], ["Moon germs"], ["Stratus"], ["The pleasant pheasant"], ["Solo-Panhandler"], ["Do what cha wanna"], ["You Shook Me"], ["I Can't Quit You Baby"], ["Communication Breakdown"], ["Dazed and Confused"], ["The Girl I Love She Got Long Black Wavy Hair"], ["What is and Should Never Be"], ["Communication Breakdown(2)"], ["Travelling Riverside Blues"], ["Whole Lotta Love"], ["Somethin' Else"], ["Communication Breakdown(3)"], ["I Can't Quit You Baby(2)"], ["You Shook Me(2)"], ["How Many More Times"], ["Debra Kadabra"], ["Carolina Hard-Core Ecstasy"], ["Sam With The Showing Scalp Flat Top"], ["Poofter's Froth Wyoming Plans Ahead"], ["200 Years Old"], ["Cucamonga"], ["Advance Romance"], ["Man With The Woman Head"], ["Muffin Man"], ["A Kind Of Magic"], ["Under Pressure"], ["Radio GA GA"], ["I Want It All"], ["I Want To Break Free"], ["Innuendo"], ["It's A Hard Life"], ["Breakthru"], ["Who Wants To Live Forever"], ["Headlong"], ["The Miracle"], ["I'm Going Slightly Mad"], ["The Invisible Man"], ["Hammer To Fall"], ["Friends Will Be Friends"], ["The Show Must Go On"], ["One Vision"], ["Detroit Rock City"], ["Black Diamond"], ["Hard Luck Woman"], ["Sure Know Something"], ["Love Gun"], ["Deuce"], ["Goin' Blind"], ["Shock Me"], ["Do You Love Me"], ["She"], ["I Was Made For Loving You"], ["Shout It Out Loud"], ["God Of Thunder"], ["Calling Dr. Love"], ["Beth"], ["Strutter"], ["Rock And Roll All Nite"], ["Cold Gin"], ["Plaster Caster"], ["God Gave Rock 'n' Roll To You"], ["Heart of the Night"], ["De La Luz"], ["Westwood Moon"], ["Midnight"], ["Playtime"], ["Surrender"], ["Valentino's"], ["Believe"], ["As We Sleep"], ["When Evening Falls"], ["J Squared"], ["Best Thing"], ["Into The Light"], ["River Song"], ["She Give Me ..."], ["Don't You Cry"], ["Love Is Blind"], ["Slave"], ["Cry For Love"], ["Living On Love"], ["Midnight Blue"], ["Too Many Tears"], ["Don't Lie To Me"], ["Wherever You May Go"], ["Burn"], ["Stormbringer"], ["Gypsy"], ["Lady Double Dealer"], ["Mistreated"], ["Smoke On The Water"], ["You Fool No One"], ["Custard Pie"], ["The Rover"], ["In My Time Of Dying"], ["Houses Of The Holy"], ["Trampled Under Foot"], ["Kashmir"], ["(Da Le) Yaleo"], ["Love Of My Life"], ["Put Your Lights On"], ["Africa Bamba"], ["Smooth"], ["Do You Like The Way"], ["Maria Maria"], ["Migra"], ["Corazon Espinado"], ["Wishing It Was"], ["El Farol"], ["Primavera"], ["The Calling"], ["Now's The Time"], ["Jeru"], ["Compulsion"], ["Tempus Fugit"], ["Walkin'"], ["'Round Midnight"], ["Bye Bye Blackbird"], ["New Rhumba"], ["Generique"], ["Summertime"], ["So What"], ["The Pan Piper"], ["Someday My Prince Will Come"], ["My Funny Valentine (Live)"], ["E.S.P."], ["Nefertiti"], ["Petits Machins (Little Stuff)"], ["Miles Runs The Voodoo Down"], ["Little Church (Live)"], ["Black Satin"], ["Jean Pierre (Live)"], ["Time After Time"], ["Portia"], ["Space Truckin'"], ["Going Down / Highway Star"], ["Mistreated (Alternate Version)"], ["You Fool No One (Alternate Version)"], ["Jeepers Creepers"], ["Blue Rythm Fantasy"], ["Drum Boogie"], ["Let Me Off Uptown"], ["Leave Us Leap"], ["Opus No.1"], ["Boogie Blues"], ["How High The Moon"], ["Disc Jockey Jump"], ["Up An' Atom"], ["Bop Boogie"], ["Lemon Drop"], ["Coronation Drop"], ["Overtime"], ["Imagination"], ["Don't Take Your Love From Me"], ["Midget"], ["I'm Coming Virginia"], ["Payin' Them Dues Blues"], ["Jungle Drums"], ["Showcase"], ["Swedish Schnapps"], ["Susie Q"], ["I Put A Spell On You"], ["Proud Mary"], ["Bad Moon Rising"], ["Lodi"], ["Green River"], ["Commotion"], ["Down On The Corner"], ["Fortunate Son"], ["Travelin' Band"], ["Who'll Stop The Rain"], ["Up Around The Bend"], ["Run Through The Jungle"], ["Lookin' Out My Back Door"], ["Long As I Can See The Light"], ["I Heard It Through The Grapevine"], ["Have You Ever Seen The Rain?"], ["Hey Tonight"], ["Sweet Hitch-Hiker"], ["Someday Never Comes"], ["Walking On The Water"], ["Suzie-Q, Pt. 2"], ["Born On The Bayou"], ["Good Golly Miss Molly"], ["Tombstone Shadow"], ["Wrote A Song For Everyone"], ["Night Time Is The Right Time"], ["Cotton Fields"], ["It Came Out Of The Sky"], ["Don't Look Now"], ["The Midnight Special"], ["Before You Accuse Me"], ["My Baby Left Me"], ["Pagan Baby"], ["(Wish I Could) Hideaway"], ["It's Just A Thought"], ["Molina"], ["Born To Move"], ["Lookin' For A Reason"], ["Hello Mary Lou"], ["Comin' Home"], ["Lady Luck"], ["Gettin' Tighter"], ["Dealer"], ["I Need Love"], ["Drifter"], ["Love Child"], ["This Time Around / Owed to 'G' instrumental"], ["You Keep On Moving"], ["Speed King"], ["Bloodsucker"], ["Child In Time"], ["Flight Of The Rat"], ["Into The Fire"], ["Living Wreck"], ["Hard Lovin' Man"], ["Fireball"], ["No No No"], ["Strange Kind Of Woman"], ["Anyone's Daughter"], ["The Mule"], ["Fools"], ["No One Came"], ["Knocking At Your Back Door"], ["Bad Attitude"], ["Child In Time (Son Of Aleric - Instrumental)"], ["Nobody's Home"], ["Black Night"], ["Perfect Strangers"], ["The Unwritten Law"], ["Call Of The Wild"], ["Hush"], ["Smoke On The Water"], ["Space Trucking"], ["Highway Star"], ["Maybe I'm A Leo"], ["Pictures Of Home"], ["Never Before"], ["Smoke On The Water"], ["Lazy"], ["Space Truckin'"], ["Vavoom : Ted The Mechanic"], ["Loosen My Strings"], ["Soon Forgotten"], ["Sometimes I Feel Like Screaming"], ["Cascades : I'm Not Your Lover"], ["The Aviator"], ["Rosa's Cantina"], ["A Castle Full Of Rascals"], ["A Touch Away"], ["Hey Cisco"], ["Somebody Stole My Guitar"], ["The Purpendicular Waltz"], ["King Of Dreams"], ["The Cut Runs Deep"], ["Fire In The Basement"], ["Truth Hurts"], ["Breakfast In Bed"], ["Love Conquers All"], ["Fortuneteller"], ["Too Much Is Not Enough"], ["Wicked Ways"], ["Stormbringer"], ["Love Don't Mean a Thing"], ["Holy Man"], ["Hold On"], ["Lady Double Dealer"], ["You Can't Do it Right (With the One You Love)"], ["High Ball Shooter"], ["The Gypsy"], ["Soldier Of Fortune"], ["The Battle Rages On"], ["Lick It Up"], ["Anya"], ["Talk About Love"], ["Time To Kill"], ["Ramshackle Man"], ["A Twist In The Tail"], ["Nasty Piece Of Work"], ["Solitaire"], ["One Man's Meat"], ["Pour Some Sugar On Me"], ["Photograph"], ["Love Bites"], ["Let's Get Rocked"], ["Two Steps Behind [Acoustic Version]"], ["Animal"], ["Heaven Is"], ["Rocket"], ["When Love & Hate Collide"], ["Action"], ["Make Love Like A Man"], ["Armageddon It"], ["Have You Ever Needed Someone So Bad"], ["Rock Of Ages"], ["Hysteria"], ["Bringin' On The Heartbreak"], ["Roll Call"], ["Otay"], ["Groovus Interruptus"], ["Paris On Mine"], ["In Time"], ["Plan B"], ["Outbreak"], ["Baltimore, DC"], ["Talkin Loud and Saying Nothin"], ["Get Out"], ["Ricochet"], ["Evidence"], ["The Gentle Art Of Making Enemies"], ["Star A.D."], ["Cuckoo For Caca"], ["Caralho Voador"], ["Ugly In The Morning"], ["Digging The Grave"], ["Take This Bottle"], ["King For A Day"], ["What A Day"], ["The Last To Know"], ["Just A Man"], ["Absolute Zero"], ["In Your Honor"], ["No Way Back"], ["Best Of You"], ["DOA"], ["Hell"], ["The Last Song"], ["Free Me"], ["Resolve"], ["The Deepest Blues Are Black"], ["End Over End"], ["Still"], ["What If I Do?"], ["Miracle"], ["Another Round"], ["Friend Of A Friend"], ["Over And Out"], ["On The Mend"], ["Virginia Moon"], ["Cold Day In The Sun"], ["Razor"], ["Doll"], ["Monkey Wrench"], ["Hey, Johnny Park!"], ["My Poor Brain"], ["Wind Up"], ["Up In Arms"], ["My Hero"], ["See You"], ["Enough Space"], ["February Stars"], ["Everlong"], ["Walking After You"], ["New Way Home"], ["Doce De Carnaval (Candy All)"], ["Lamento De Carnaval"], ["Pretinha"], ["Welcome to the Jungle"], ["It's So Easy"], ["Nightrain"], ["Out Ta Get Me"], ["Mr. Brownstone"], ["Paradise City"], ["My Michelle"], ["Think About You"], ["Sweet Child O' Mine"], ["You're Crazy"], ["Anything Goes"], ["Rocket Queen"], ["Right Next Door to Hell"], ["Dust N' Bones"], ["Live and Let Die"], ["Don't Cry (Original)"], ["Perfect Crime"], ["You Ain't the First"], ["Bad Obsession"], ["Back off Bitch"], ["Double Talkin' Jive"], ["November Rain"], ["The Garden"], ["Garden of Eden"], ["Don't Damn Me"], ["Bad Apples"], ["Dead Horse"], ["Coma"], ["Colibri"], ["Love Is The Colour"], ["Magnetic Ocean"], ["Deep Waters"], ["L'Arc En Ciel De Miles"], ["Gypsy"], ["Journey Into Sunlight"], ["Sunchild"], ["Millenium"], ["Thinking 'Bout Tomorrow"], ["Jacob's Ladder"], ["She Wears Black"], ["Dark Side Of The Cog"], ["Different World"], ["These Colours Don't Run"], ["Brighter Than a Thousand Suns"], ["The Pilgrim"], ["The Longest Day"], ["Out of the Shadows"], ["The Reincarnation of Benjamin Breeg"], ["For the Greater Good of God"], ["Lord of Light"], ["The Legacy"], ["Hallowed Be Thy Name (Live) [Non Album Bonus Track]"], ["The Wicker Man"], ["Ghost Of The Navigator"], ["Brave New World"], ["Blood Brothers"], ["The Mercenary"], ["Dream Of Mirrors"], ["The Fallen Angel"], ["The Nomad"], ["Out Of The Silent Planet"], ["The Thin Line Between Love & Hate"], ["Be Quick Or Be Dead"], ["From Here To Eternity"], ["Afraid To Shoot Strangers"], ["Fear Is The Key"], ["Childhood's End"], ["Wasting Love"], ["The Fugitive"], ["Chains Of Misery"], ["The Apparition"], ["Judas Be My Guide"], ["Weekend Warrior"], ["Fear Of The Dark"], ["Be Quick Or Be Dead"], ["The Number Of The Beast"], ["Wrathchild"], ["From Here To Eternity"], ["Can I Play With Madness"], ["Wasting Love"], ["Tailgunner"], ["The Evil That Men Do"], ["Afraid To Shoot Strangers"], ["Fear Of The Dark"], ["Bring Your Daughter... To The Slaughter..."], ["The Clairvoyant"], ["Heaven Can Wait"], ["Run To The Hills"], ["2 Minutes To Midnight"], ["Iron Maiden"], ["Hallowed Be Thy Name"], ["The Trooper"], ["Sanctuary"], ["Running Free"], ["Dream Of Mirrors"], ["The Clansman"], ["Fear Of The Dark"], ["Iron Maiden"], ["The Number Of The Beast"], ["Hallowed Be Thy Name"], ["Sanctuary"], ["Run To The Hills"], ["The Number Of The Beast"], ["Sign Of The Cross"], ["Lord Of The Flies"], ["Man On The Edge"], ["Fortunes Of War"], ["Look For The Truth"], ["The Aftermath"], ["Judgement Of Heaven"], ["Blood On The World's Hands"], ["The Edge Of Darkness"], ["2 A.M."], ["The Unbeliever"], ["Futureal"], ["The Angel And The Gambler"], ["Lightning Strikes Twice"], ["The Clansman"], ["When Two Worlds Collide"], ["The Educated Fool"], ["Don't Look To The Eyes Of A Stranger"], ["Como Estais Amigos"], ["When You Gonna Learn (Digeridoo)"], ["Too Young To Die"], ["Hooked Up"], ["If I Like It, I Do It"], ["Music Of The Wind"], ["Emergency On Planet Earth"], ["Whatever It Is, I Just Can't Stop"], ["Blow Your Mind"], ["Revolution 1993"], ["Didgin' Out"], ["Foxy Lady"], ["Manic Depression"], ["Red House"], ["Can You See Me"], ["Love Or Confusion"], ["I Don't Live Today"], ["May This Be Love"], ["Fire"], ["Third Stone From The Sun"], ["Remember"], ["Are You Experienced?"], ["Hey Joe"], ["Stone Free"], ["Purple Haze"], ["51st Anniversary"], ["The Wind Cries Mary"], ["Highway Chile"], ["Surfing with the Alien"], ["Ice 9"], ["Crushing Day"], ["Always With Me, Always With You"], ["Satch Boogie"], ["Hill of the Skull"], ["Circles"], ["Lords of Karma"], ["Midnight"], ["Echo"], ["Comin' Home"], ["Plaster Caster"], ["Goin' Blind"], ["Do You Love Me"], ["Domino"], ["Sure Know Something"], ["A World Without Heroes"], ["Rock Bottom"], ["See You Tonight"], ["I Still Love You"], ["Every Time I Look At You"], ["2,000 Man"], ["Beth"], ["Nothin' To Lose"], ["Rock And Roll All Nite"], ["Immigrant Song"], ["Heartbreaker"], ["Since I've Been Loving You"], ["Black Dog"], ["Dazed And Confused"], ["Stairway To Heaven"], ["Going To California"], ["That's The Way"], ["Whole Lotta Love (Medley)"], ["Thank You"], ["We're Gonna Groove"], ["Poor Tom"], ["I Can't Quit You Baby"], ["Walter's Walk"], ["Ozone Baby"], ["Darlene"], ["Bonzo's Montreux"], ["Wearing And Tearing"], ["The Song Remains The Same"], ["The Rain Song"], ["Over The Hills And Far Away"], ["The Crunge"], ["Dancing Days"], ["D'Yer Mak'er"], ["No Quarter"], ["The Ocean"], ["In The Evening"], ["South Bound Saurez"], ["Fool In The Rain"], ["Hot Dog"], ["Carouselambra"], ["All My Love"], ["I'm Gonna Crawl"], ["Black Dog"], ["Rock & Roll"], ["The Battle Of Evermore"], ["Stairway To Heaven"], ["Misty Mountain Hop"], ["Four Sticks"], ["Going To California"], ["When The Levee Breaks"], ["Good Times Bad Times"], ["Babe I'm Gonna Leave You"], ["You Shook Me"], ["Dazed and Confused"], ["Your Time Is Gonna Come"], ["Black Mountain Side"], ["Communication Breakdown"], ["I Can't Quit You Baby"], ["How Many More Times"], ["Whole Lotta Love"], ["What Is And What Should Never Be"], ["The Lemon Song"], ["Thank You"], ["Heartbreaker"], ["Living Loving Maid (She's Just A Woman)"], ["Ramble On"], ["Moby Dick"], ["Bring It On Home"], ["Immigrant Song"], ["Friends"], ["Celebration Day"], ["Since I've Been Loving You"], ["Out On The Tiles"], ["Gallows Pole"], ["Tangerine"], ["That's The Way"], ["Bron-Y-Aur Stomp"], ["Hats Off To (Roy) Harper"], ["In The Light"], ["Bron-Yr-Aur"], ["Down By The Seaside"], ["Ten Years Gone"], ["Night Flight"], ["The Wanton Song"], ["Boogie With Stu"], ["Black Country Woman"], ["Sick Again"], ["Achilles Last Stand"], ["For Your Life"], ["Royal Orleans"], ["Nobody's Fault But Mine"], ["Candy Store Rock"], ["Hots On For Nowhere"], ["Tea For One"], ["Rock & Roll"], ["Celebration Day"], ["The Song Remains The Same"], ["Rain Song"], ["Dazed And Confused"], ["No Quarter"], ["Stairway To Heaven"], ["Moby Dick"], ["Whole Lotta Love"], ["Are You Gonna Go My Way"], ["Fly Away"], ["Rock And Roll Is Dead"], ["Again"], ["It Ain't Over 'Til It's Over"], ["Can't Get You Off My Mind"], ["Mr. Cab Driver"], ["American Woman"], ["Stand By My Woman"], ["Always On The Run"], ["Heaven Help"], ["I Belong To You"], ["Believe"], ["Let Love Rule"], ["Black Velveteen"], ["Pseudo Silk Kimono"], ["Kayleigh"], ["Lavender"], ["Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel"], ["Heart Of Lothian: Wide Boy / Curtain Call"], ["Waterhole (Expresso Bongo)"], ["Lords Of The Backstage"], ["Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold"], ["Childhoods End?"], ["White Feather"], ["Down Under"], ["Overkill"], ["Be Good Johnny"], ["Everything I Need"], ["Down by the Sea"], ["Who Can It Be Now?"], ["It's a Mistake"], ["Dr. Heckyll & Mr. Jive"], ["Shakes and Ladders"], ["No Sign of Yesterday"], ["Springsville"], ["The Maids Of Cadiz"], ["The Duke"], ["My Ship"], ["Miles Ahead"], ["Blues For Pablo"], ["New Rhumba"], ["The Meaning Of The Blues"], ["Lament"], ["I Don't Wanna Be Kissed (By Anyone But You)"], ["Springsville (Alternate Take)"], ["Blues For Pablo (Alternate Take)"], ["The Meaning Of The Blues/Lament (Alternate Take)"], ["I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)"], ["Intro"], ["School"], ["Drain You"], ["Aneurysm"], ["Smells Like Teen Spirit"], ["Been A Son"], ["Lithium"], ["Sliver"], ["Spank Thru"], ["Scentless Apprentice"], ["Heart-Shaped Box"], ["Milk It"], ["Negative Creep"], ["Polly"], ["Breed"], ["Tourette's"], ["Blew"], ["Smells Like Teen Spirit"], ["In Bloom"], ["Come As You Are"], ["Breed"], ["Lithium"], ["Polly"], ["Territorial Pissings"], ["Drain You"], ["Lounge Act"], ["Stay Away"], ["On A Plain"], ["Something In The Way"], ["Time"], ["P.S.Apare\u00c3\u00a7a"], ["Sangue Latino"], ["Folhas Secas"], ["Poeira"], ["M\u00c3\u00a1gica"], ["Quem Mata A Mulher Mata O Melhor"], ["Mundar\u00c3\u00a9u"], ["O Bra\u00c3\u00a7o Da Minha Guitarra"], ["Deus"], ["M\u00c3\u00a3e Terra"], ["\u00c3\u0080s Vezes"], ["Menino De Rua"], ["Prazer E F\u00c3\u00a9"], ["Elza"], ["Bark at the Moon"], ["I Don't Know"], ["Crazy Train"], ["Flying High Again"], ["Mama, I'm Coming Home"], ["No More Tears"], ["Shining In The Light"], ["When The World Was Young"], ["Upon A Golden Horse"], ["Blue Train"], ["Please Read The Letter"], ["Most High"], ["Heart In Your Hand"], ["Walking Into Clarksdale"], ["Burning Up"], ["When I Was A Child"], ["House Of Love"], ["Sons Of Freedom"], ["Wrathchild"], ["Killers"], ["Prowler"], ["Murders In The Rue Morgue"], ["Women In Uniform"], ["Remember Tomorrow"], ["Sanctuary"], ["Running Free"], ["Phantom Of The Opera"], ["Iron Maiden"], ["Corduroy"], ["Given To Fly"], ["Hail, Hail"], ["Daughter"], ["Elderly Woman Behind The Counter In A Small Town"], ["Untitled"], ["MFC"], ["Go"], ["Red Mosquito"], ["Even Flow"], ["Off He Goes"], ["Nothingman"], ["Do The Evolution"], ["Better Man"], ["Black"], ["F*Ckin' Up"], ["Can't Keep"], ["Save You"], ["Love Boat Captain"], ["Cropduster"], ["Ghost"], ["I Am Mine"], ["Thumbing My Way"], ["You Are"], ["Get Right"], ["Green Disease"], ["Help Help"], ["Bushleager"], ["1/2 Full"], ["Arc"], ["All or None"], ["Once"], ["Evenflow"], ["Alive"], ["Why Go"], ["Black"], ["Jeremy"], ["Oceans"], ["Porch"], ["Garden"], ["Deep"], ["Release"], ["Go"], ["Animal"], ["Daughter"], ["Glorified G"], ["Dissident"], ["W.M.A."], ["Blood"], ["Rearviewmirror"], ["Rats"], ["Elderly Woman Behind The Counter In A Small Town"], ["Leash"], ["Indifference"], ["Speak To Me/Breathe"], ["On The Run"], ["Time"], ["The Great Gig In The Sky"], ["Money"], ["Us And Them"], ["Any Colour You Like"], ["Brain Damage"], ["Eclipse"], ["Bohemian Rhapsody"], ["Another One Bites The Dust"], ["Killer Queen"], ["Fat Bottomed Girls"], ["Bicycle Race"], ["You're My Best Friend"], ["Don't Stop Me Now"], ["Save Me"], ["Crazy Little Thing Called Love"], ["Somebody To Love"], ["Now I'm Here"], ["Good Old-Fashioned Lover Boy"], ["Play The Game"], ["Flash"], ["Seven Seas Of Rhye"], ["We Will Rock You"], ["We Are The Champions"], ["We Will Rock You"], ["We Are The Champions"], ["Sheer Heart Attack"], ["All Dead, All Dead"], ["Spread Your Wings"], ["Fight From The Inside"], ["Get Down, Make Love"], ["Sleep On The Sidewalk"], ["Who Needs You"], ["It's Late"], ["My Melancholy Blues"], ["How The West Was Won And Where It Got Us"], ["The Wake-Up Bomb"], ["New Test Leper"], ["Undertow"], ["E-Bow The Letter"], ["Leave"], ["Departure"], ["Bittersweet Me"], ["Be Mine"], ["Binky The Doormat"], ["Zither"], ["So Fast, So Numb"], ["Low Desert"], ["Electrolite"], ["Maluco Beleza"], ["O Dia Em Que A Terra Parou"], ["No Fundo Do Quintal Da Escola"], ["O Segredo Do Universo"], ["As Profecias"], ["Mata Virgem"], ["Sapato 36"], ["Todo Mundo Explica"], ["Que Luz \u00c3\u0089 Essa"], ["Diamante De Mendigo"], ["Neg\u00c3\u00b3cio \u00c3\u0089"], ["Muita Estrela, Pouca Constela\u00c3\u00a7\u00c3\u00a3o"], ["S\u00c3\u00a9culo XXI"], ["Rock Das Aranhas (Ao Vivo) (Live)"], ["By The Way"], ["Universally Speaking"], ["This Is The Place"], ["Dosed"], ["Don't Forget Me"], ["The Zephyr Song"], ["Can't Stop"], ["I Could Die For You"], ["Midnight"], ["Throw Away Your Television"], ["Cabron"], ["Tear"], ["On Mercury"], ["Minor Thing"], ["Warm Tape"], ["Venice Queen"], ["Around The World"], ["Parallel Universe"], ["Scar Tissue"], ["Otherside"], ["Get On Top"], ["Californication"], ["Easily"], ["Porcelain"], ["Emit Remmus"], ["I Like Dirt"], ["This Velvet Glove"], ["Savior"], ["Purple Stain"], ["Right On Time"], ["Road Trippin'"], ["The Spirit Of Radio"], ["The Trees"], ["Something For Nothing"], ["Freewill"], ["Xanadu"], ["Bastille Day"], ["By-Tor And The Snow Dog"], ["Anthem"], ["Closer To The Heart"], ["2112 Overture"], ["The Temples Of Syrinx"], ["La Villa Strangiato"], ["Fly By Night"], ["Finding My Way"], ["Jingo"], ["El Corazon Manda"], ["La Puesta Del Sol"], ["Persuasion"], ["As The Years Go by"], ["Soul Sacrifice"], ["Fried Neckbones And Home Fries"], ["Santana Jam"], ["Evil Ways"], ["We've Got To Get Together/Jingo"], ["Rock Me"], ["Just Ain't Good Enough"], ["Funky Piano"], ["The Way You Do To Mer"], ["Holding Back The Years"], ["Money's Too Tight To Mention"], ["The Right Thing"], ["It's Only Love"], ["A New Flame"], ["You've Got It"], ["If You Don't Know Me By Now"], ["Stars"], ["Something Got Me Started"], ["Thrill Me"], ["Your Mirror"], ["For Your Babies"], ["So Beautiful"], ["Angel"], ["Fairground"], ["\u00c3\u0081gua E Fogo"], ["Tr\u00c3\u00aas Lados"], ["Ela Desapareceu"], ["Balada Do Amor Inabal\u00c3\u00a1vel"], ["Can\u00c3\u00a7\u00c3\u00a3o Noturna"], ["Mu\u00c3\u00a7ulmano"], ["Maquinarama"], ["Rebeli\u00c3\u00a3o"], ["A \u00c3\u009altima Guerra"], ["Fica"], ["Ali"], ["Preto Dami\u00c3\u00a3o"], ["\u00c3\u0089 Uma Partida De Futebol"], ["Eu Disse A Ela"], ["Z\u00c3\u00a9 Trindade"], ["Garota Nacional"], ["T\u00c3\u00a3o Seu"], ["Sem Terra"], ["Os Exilados"], ["Um Dia Qualquer"], ["Los Pretos"], ["Sul Da Am\u00c3\u00a9rica"], ["Pocon\u00c3\u00a9"], ["Nothing To Say"], ["Flower"], ["Loud Love"], ["Hands All Over"], ["Get On The Snake"], ["Jesus Christ Pose"], ["Outshined"], ["Rusty Cage"], ["Spoonman"], ["The Day I Tried To Live"], ["Black Hole Sun"], ["Fell On Black Days"], ["Pretty Noose"], ["Burden In My Hand"], ["Blow Up The Outside World"], ["Ty Cobb"], ["Bleed Together"], ["Morning Dance"], ["Jubilee"], ["Rasul"], ["Song For Lorraine"], ["Starburst"], ["Heliopolis"], ["It Doesn't Matter"], ["Little Linda"], ["End Of Romanticism"], ["Dead And Bloated"], ["Sex Type Thing"], ["Wicked Garden"], ["No Memory"], ["Sin"], ["Naked Sunday"], ["Creep"], ["Piece Of Pie"], ["Plush"], ["Wet My Bed"], ["Crackerman"], ["Where The River Goes"], ["The Sun Road"], ["Dark Corners"], ["Duende"], ["Black Light Syndrome"], ["Falling in Circles"], ["Book of Hours"], ["Chaos-Control"], ["War (The Process)"], ["The Saint"], ["Rise"], ["Take The Power"], ["Breathe"], ["Nico"], ["American Gothic"], ["Ashes And Ghosts"], ["Shape The Sky"], ["Speed Of Light"], ["True Believers"], ["My Bridges Burn"], ["She Sells Sanctuary"], ["Fire Woman"], ["Lil' Evil"], ["Spirit Walker"], ["The Witch"], ["Revolution"], ["Wild Hearted Son"], ["Love Removal Machine"], ["Rain"], ["Edie (Ciao Baby)"], ["Heart Of Soul"], ["Love"], ["Wild Flower"], ["Go West"], ["Resurrection Joe"], ["Sun King"], ["Sweet Soul Sister"], ["Earth Mofo"], ["Break on Through"], ["Soul Kitchen"], ["The Crystal Ship"], ["Twentienth Century Fox"], ["Alabama Song"], ["Light My Fire"], ["Back Door Man"], ["I Looked At You"], ["End Of The Night"], ["Take It As It Comes"], ["The End"], ["Roxanne"], ["Can't Stand Losing You"], ["Message in a Bottle"], ["Walking on the Moon"], ["Don't Stand so Close to Me"], ["De Do Do Do, De Da Da Da"], ["Every Little Thing She Does is Magic"], ["Invisible Sun"], ["Spirit's in the Material World"], ["Every Breath You Take"], ["King Of Pain"], ["Wrapped Around Your Finger"], ["Don't Stand So Close to Me '86"], ["Message in a Bottle (new classic rock mix)"], ["Time Is On My Side"], ["Heart Of Stone"], ["Play With Fire"], ["Satisfaction"], ["As Tears Go By"], ["Get Off Of My Cloud"], ["Mother's Little Helper"], ["19th Nervous Breakdown"], ["Paint It Black"], ["Under My Thumb"], ["Ruby Tuesday"], ["Let's Spend The Night Together"], ["Intro"], ["You Got Me Rocking"], ["Gimmie Shelters"], ["Flip The Switch"], ["Memory Motel"], ["Corinna"], ["Saint Of Me"], ["Wainting On A Friend"], ["Sister Morphine"], ["Live With Me"], ["Respectable"], ["Thief In The Night"], ["The Last Time"], ["Out Of Control"], ["Love Is Strong"], ["You Got Me Rocking"], ["Sparks Will Fly"], ["The Worst"], ["New Faces"], ["Moon Is Up"], ["Out Of Tears"], ["I Go Wild"], ["Brand New Car"], ["Sweethearts Together"], ["Suck On The Jugular"], ["Blinded By Rainbows"], ["Baby Break It Down"], ["Thru And Thru"], ["Mean Disposition"], ["I Can't Explain"], ["Anyway, Anyhow, Anywhere"], ["My Generation"], ["Substitute"], ["I'm A Boy"], ["Boris The Spider"], ["Happy Jack"], ["Pictures Of Lily"], ["I Can See For Miles"], ["Magic Bus"], ["Pinball Wizard"], ["The Seeker"], ["Baba O'Riley"], ["Won't Get Fooled Again (Full Length Version)"], ["Let's See Action"], ["5.15"], ["Join Together"], ["Squeeze Box"], ["Who Are You (Single Edit Version)"], ["You Better You Bet"], ["Zoo Station"], ["Even Better Than The Real Thing"], ["One"], ["Until The End Of The World"], ["Who's Gonna Ride Your Wild Horses"], ["So Cruel"], ["The Fly"], ["Mysterious Ways"], ["Tryin' To Throw Your Arms Around The World"], ["Ultraviolet (Light My Way)"], ["Acrobat"], ["Love Is Blindness"], ["Beautiful Day"], ["Stuck In A Moment You Can't Get Out Of"], ["Elevation"], ["Walk On"], ["Kite"], ["In A Little While"], ["Wild Honey"], ["Peace On Earth"], ["When I Look At The World"], ["New York"], ["Grace"], ["The Three Sunrises"], ["Spanish Eyes"], ["Sweetest Thing"], ["Love Comes Tumbling"], ["Bass Trap"], ["Dancing Barefoot"], ["Everlasting Love"], ["Unchained Melody"], ["Walk To The Water"], ["Luminous Times (Hold On To Love)"], ["Hallelujah Here She Comes"], ["Silver And Gold"], ["Endless Deep"], ["A Room At The Heartbreak Hotel"], ["Trash, Trampoline And The Party Girl"], ["Vertigo"], ["Miracle Drug"], ["Sometimes You Can't Make It On Your Own"], ["Love And Peace Or Else"], ["City Of Blinding Lights"], ["All Because Of You"], ["A Man And A Woman"], ["Crumbs From Your Table"], ["One Step Closer"], ["Original Of The Species"], ["Yahweh"], ["Discotheque"], ["Do You Feel Loved"], ["Mofo"], ["If God Will Send His Angels"], ["Staring At The Sun"], ["Last Night On Earth"], ["Gone"], ["Miami"], ["The Playboy Mansion"], ["If You Wear That Velvet Dress"], ["Please"], ["Wake Up Dead Man"], ["Helter Skelter"], ["Van Diemen's Land"], ["Desire"], ["Hawkmoon 269"], ["All Along The Watchtower"], ["I Still Haven't Found What I'm Looking for"], ["Freedom For My People"], ["Silver And Gold"], ["Pride (In The Name Of Love)"], ["Angel Of Harlem"], ["Love Rescue Me"], ["When Love Comes To Town"], ["Heartland"], ["God Part II"], ["The Star Spangled Banner"], ["Bullet The Blue Sky"], ["All I Want Is You"], ["Pride (In The Name Of Love)"], ["New Year's Day"], ["With Or Without You"], ["I Still Haven't Found What I'm Looking For"], ["Sunday Bloody Sunday"], ["Bad"], ["Where The Streets Have No Name"], ["I Will Follow"], ["The Unforgettable Fire"], ["Sweetest Thing"], ["Desire"], ["When Love Comes To Town"], ["Angel Of Harlem"], ["All I Want Is You"], ["Sunday Bloody Sunday"], ["Seconds"], ["New Year's Day"], ["Like A Song..."], ["Drowning Man"], ["The Refugee"], ["Two Hearts Beat As One"], ["Red Light"], ["Surrender"], ["\"40\""], ["Zooropa"], ["Babyface"], ["Numb"], ["Lemon"], ["Stay (Faraway, So Close!)"], ["Daddy's Gonna Pay For Your Crashed Car"], ["Some Days Are Better Than Others"], ["The First Time"], ["Dirty Day"], ["The Wanderer"], ["Where Have All The Good Times Gone?"], ["Hang 'Em High"], ["Cathedral"], ["Secrets"], ["Intruder"], ["(Oh) Pretty Woman"], ["Dancing In The Street"], ["Little Guitars (Intro)"], ["Little Guitars"], ["Big Bad Bill (Is Sweet William Now)"], ["The Full Bug"], ["Happy Trails"], ["Eruption"], ["Ain't Talkin' 'bout Love"], ["Runnin' With The Devil"], ["Dance the Night Away"], ["And the Cradle Will Rock..."], ["Unchained"], ["Jump"], ["Panama"], ["Why Can't This Be Love"], ["Dreams"], ["When It's Love"], ["Poundcake"], ["Right Now"], ["Can't Stop Loving You"], ["Humans Being"], ["Can't Get This Stuff No More"], ["Me Wise Magic"], ["Runnin' With The Devil"], ["Eruption"], ["You Really Got Me"], ["Ain't Talkin' 'Bout Love"], ["I'm The One"], ["Jamie's Cryin'"], ["Atomic Punk"], ["Feel Your Love Tonight"], ["Little Dreamer"], ["Ice Cream Man"], ["On Fire"], ["Neworld"], ["Without You"], ["One I Want"], ["From Afar"], ["Dirty Water Dog"], ["Once"], ["Fire in the Hole"], ["Josephina"], ["Year to the Day"], ["Primary"], ["Ballot or the Bullet"], ["How Many Say I"], ["Sucker Train Blues"], ["Do It For The Kids"], ["Big Machine"], ["Illegal I Song"], ["Spectacle"], ["Fall To Pieces"], ["Headspace"], ["Superhuman"], ["Set Me Free"], ["You Got No Right"], ["Slither"], ["Dirty Little Thing"], ["Loving The Alien"], ["Your Time Is Gonna Come"], ["Sympton of the Universe"], ["Snowblind"], ["Black Sabbath"], ["Fairies Wear Boots"], ["War Pigs"], ["The Wizard"], ["N.I.B."], ["Sweet Leaf"], ["Never Say Die"], ["Sabbath, Bloody Sabbath"], ["Iron Man/Children of the Grave"], ["Paranoid"], ["Rock You Like a Hurricane"], ["No One Like You"], ["The Zoo"], ["Loving You Sunday Morning"], ["Still Loving You"], ["Big City Nights"], ["Believe in Love"], ["Rhythm of Love"], ["I Can't Explain"], ["Tease Me Please Me"], ["Wind of Change"], ["Send Me an Angel"], ["Amanda"], ["Despertar"], ["I Guess You're Right"], ["Love Comes"], ["OAM's Blues"]]}, "table_names": "['genres', 'tracks']", "table_image_ids": ["TableImg_Aakwk_25.png", "TableImg_C3e7p_3503.png"], "original_data_index": 990} +{"question": "What is the name and address of the department with the most students?", "answer": {"columns": ["DEPT_NAME", "DEPT_ADDRESS"], "index": [0], "data": [["Accounting", "KLR 211, Box 52"]]}, "table_names": "['DEPARTMENT', 'STUDENT']", "table_image_ids": ["TableImg_Qtkn8_11.png", "TableImg_0wgz2_8.png"], "original_data_index": 991} +{"question": "What are the names of workshop groups in which services with product name \"film\" are performed?", "answer": {"columns": ["Store_Phone", "Store_Email_Address"], "index": [0, 1, 2, 3, 4], "data": [["(422)705-5633", "roosevelt61@example.com"], ["1-351-773-1587x95545", "bednar.michael@example.org"], ["(636)443-4067", "uhuels@example.net"], ["492-463-5967", "quigley.queen@example.org"], ["1-764-337-3453", "hansen.krista@example.net"]]}, "table_names": "['Drama_Workshop_Groups', 'Services']", "table_image_ids": ["TableImg_Vsh82_15.png", "TableImg_Xp6t8_15.png"], "original_data_index": 992} +{"question": "What are the names of all aircrafts that can cover more distances than average?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Boeing 747-400"], ["Airbus A340-300"], ["Tupolev 154"], ["Lockheed L1011"], ["Boeing 757-300"], ["Boeing 777-300"], ["Boeing 767-400ER"]]}, "table_names": "['aircraft']", "table_image_ids": ["TableImg_V0wdd_16.png"], "original_data_index": 993} +{"question": "Find the number of students who are older than 18 and do not have allergy to either food or animal.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[12]]}, "table_names": "['Allergy_Type', 'Has_Allergy', 'Student']", "table_image_ids": ["TableImg_Fve1s_14.png", "TableImg_Jdzms_59.png", "TableImg_Znpse_34.png"], "original_data_index": 994} +{"question": "Return the booking start date and end date for the apartments that have type code \"Duplex\".", "answer": {"columns": ["booking_start_date", "booking_start_date"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["2016-09-26 17:13:49", "2016-09-26 17:13:49"], ["2016-04-01 06:28:08", "2016-04-01 06:28:08"], ["2016-08-04 10:33:00", "2016-08-04 10:33:00"], ["2016-07-25 02:57:04", "2016-07-25 02:57:04"], ["2017-03-04 02:23:49", "2017-03-04 02:23:49"], ["2016-06-07 05:05:18", "2016-06-07 05:05:18"], ["2016-09-28 05:00:50", "2016-09-28 05:00:50"]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_Cg1ve_15.png", "TableImg_L803h_15.png"], "original_data_index": 995} +{"question": "Show the transaction type code that occurs the fewest times.", "answer": {"columns": ["transaction_type_code"], "index": [0], "data": [["SALE"]]}, "table_names": "['Transactions']", "table_image_ids": ["TableImg_95d6h_15.png"], "original_data_index": 996} +{"question": "From which hometowns did both people older than 23 and younger than 20 come from?", "answer": {"columns": ["Hometown"], "index": [0], "data": [["Santo Domingo"]]}, "table_names": "['people']", "table_image_ids": ["TableImg_Pt4gi_10.png"], "original_data_index": 997} +{"question": "Find the title, credit, and department name of courses that have more than one prerequisites?", "answer": {"columns": ["title", "credits", "dept_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["Rock and Roll", 3, "Marketing"], ["Ponzi Schemes", 3, "Civil Eng."], ["Graph Theory", 3, "Psychology"], ["Operating Systems", 3, "Psychology"], ["Game Programming", 4, "Comp. Sci."], ["Embedded Systems", 4, "Finance"], ["Immunology", 3, "Biology"], ["Aquatic Chemistry", 3, "Cybernetics"], ["Differential Geometry", 3, "Statistics"], ["International Practicum", 3, "History"], ["Electron Microscopy", 3, "Mech. Eng."], ["Groups and Rings", 4, "Civil Eng."], ["Elastic Structures", 3, "English"], ["Cat Herding", 3, "Athletics"], ["International Practicum", 4, "Comp. Sci."], ["Game Programming", 4, "Cybernetics"], ["World History", 4, "Athletics"], ["Fiction Writing", 3, "Mech. Eng."]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_26ovc_200.png", "TableImg_4m5u6_100.png"], "original_data_index": 998} +{"question": "Show the id and details for the investors who have the top 3 number of transactions.", "answer": {"columns": ["investor_id", "Investor_details"], "index": [0, 1, 2], "data": [[3, "d"], [2, "z"], [18, "w"]]}, "table_names": "['Investors', 'Transactions']", "table_image_ids": ["TableImg_4c7mc_20.png", "TableImg_4rqn5_15.png"], "original_data_index": 999} +{"question": "Count the number of distinct delegates who are from counties with population above 50000.", "answer": {"columns": ["count(DISTINCT T2.Delegate)"], "index": [0], "data": [[5]]}, "table_names": "['county', 'election']", "table_image_ids": ["TableImg_Cfxpr_5.png", "TableImg_Cckae_8.png"], "original_data_index": 1000} +{"question": "Who are the different players, what season do they play in, and what is the name of the team they are on?", "answer": {"columns": ["Season", "Player", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [[1996.0, "Steve Ralston Category:Articles with hCards", "Columbus Crew"], [1997.0, "Mike Duhaney Category:Articles with hCards", "Evalyn Feil"], [1998.0, "Ben Olsen Category:Articles with hCards", "Anais VonRueden"], [1999.0, "Jay Heaps Category:Articles with hCards", "Miami Fusion"], [2000.0, "Carlos Bocanegra Category:Articles with hCards", "Enrique Osinski"], [2001.0, "Rodrigo Faria Category:Articles with hCards", "Enrique Osinski"], [2002.0, "Kyle Martino Category:Articles with hCards", "Anais VonRueden"], [2003.0, "Damani Ralph Category:Articles with hCards", "Evalyn Feil"], [2004.0, "Clint Dempsey Category:Articles with hCards", "Anais VonRueden"], [2005.0, "Michael Parkhurst Category:Articles with hCards", "Miami Fusion"], [2006.0, "Jonathan Bornstein Category:Articles with hCards", "D.C. United"], [2007.0, "Maurice Edu Category:Articles with hCards", "Ryley Goldner"], [2008.0, "Sean Franklin Category:Articles with hCards", "Enrique Osinski"], [2009.0, "Omar Gonzalez Category:Articles with hCards", "Enrique Osinski"], [2010.0, "Andy Najar Category:Articles with hCards", "Enrique Osinski"], [2011.0, "C. J. Sapong Category:Articles with hCards", "Anais VonRueden"]]}, "table_names": "['team', 'match_season']", "table_image_ids": ["TableImg_M82av_10.png", "TableImg_47eru_16.png"], "original_data_index": 1001} +{"question": "What are the emails of customers who have filed complaints on the product which has had the greatest number of complaints?", "answer": {"columns": ["email_address"], "index": [0], "data": [["hsteuber@example.org"]]}, "table_names": "['Customers', 'Complaints']", "table_image_ids": ["TableImg_Rrryd_8.png", "TableImg_H1axm_12.png"], "original_data_index": 1002} +{"question": "What are the names of cities, as well as the names of the counties they correspond to?", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "data": [["Adjuntas", "Abbotsford"], ["Aguada", "Abbotsford"], ["Aguadilla", "Abbotsford"], ["Aguas Buenas", "Burnaby"], ["Aibonito", "Burnaby"], ["A\u00c3\u00b1asco", "Campbell River"], ["Arecibo", "Campbell River"], ["Arroyo", "Campbell River"], ["Barceloneta", "Campbell River"], ["Barranquitas", "Campbell River"], ["Bayam\u00c3\u00b3n", "Campbell River"], ["Cabo Rojo", "Castlegar"], ["Caguas", "Castlegar"], ["Camuy", "Central Saanich"], ["Can\u00c3\u00b3vanas", "Central Saanich"], ["Carolina", "Chilliwack"], ["Cata\u00c3\u00b1o", "Chilliwack"]]}, "table_names": "['county_public_safety', 'city']", "table_image_ids": ["TableImg_Fc2j0_6.png", "TableImg_V4i4o_17.png"], "original_data_index": 1003} +{"question": "Return the names of gymnasts who did not grow up in Santo Domingo.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Lorraine S\u00c3\u00baarez Carmona"], ["Clary Sermina Delgado Cid"], ["Endis de los Santos \u00c3\u0081lvarez"]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_O7qjx_7.png", "TableImg_3l7ph_10.png"], "original_data_index": 1004} +{"question": "What is the address for the customer with id 10?", "answer": {"columns": ["address_details"], "index": [0], "data": [["36594 O'Keefe Lock\nNew Cali, RI 42319"]]}, "table_names": "['Addresses', 'Customer_Addresses']", "table_image_ids": ["TableImg_Vb4t1_15.png", "TableImg_0pknq_15.png"], "original_data_index": 1005} +{"question": "Which workshop groups have bookings with status code \"stop\"? Give me the names.", "answer": {"columns": ["Store_Name"], "index": [0, 1, 2, 3, 4], "data": [["Bednar Film"], ["Kling Workshop"], ["Warino Photo"], ["Warino Photo"], ["Queen Art"]]}, "table_names": "['Drama_Workshop_Groups', 'Bookings']", "table_image_ids": ["TableImg_9h8v4_15.png", "TableImg_Zzz22_15.png"], "original_data_index": 1006} +{"question": "How many degrees were conferred at San Jose State University in 2000?", "answer": {"columns": ["Degrees"], "index": [0], "data": [[3951]]}, "table_names": "['Campuses', 'degrees']", "table_image_ids": ["TableImg_S6neq_23.png", "TableImg_Xudcz_320.png"], "original_data_index": 1007} +{"question": "Return the flag that is most common among all ships.", "answer": {"columns": ["Flag"], "index": [0], "data": [["Panama"]]}, "table_names": "['Ship']", "table_image_ids": ["TableImg_6kd5y_9.png"], "original_data_index": 1008} +{"question": "List the date the claim was made, the date it was settled and the amount settled for all the claims which had exactly one settlement.", "answer": {"columns": ["Claim_ID", "Date_Claim_Made", "Date_Claim_Settled"], "index": [0, 1, 2, 3, 4], "data": [[563, "2016-08-02", "2017-09-04"], [569, "2018-07-15", "2017-11-19"], [571, "2017-08-03", "2018-02-18"], [843, "2017-10-14", "2018-02-20"], [957, "2018-11-08", "2017-09-15"]]}, "table_names": "['Claims', 'Settlements']", "table_image_ids": ["TableImg_Usk30_15.png", "TableImg_Tc4b6_15.png"], "original_data_index": 1009} +{"question": "List the top 10 customers by total gross sales. List customers' first and last name and total gross sales.", "answer": {"columns": ["first_name", "last_name", "SUM(T2.total)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Helena", "Hol\u00c3\u00bd", 49.62], ["Richard", "Cunningham", 47.62], ["Luis", "Rojas", 46.62], ["Ladislav", "Kov\u00c3\u00a1cs", 45.62], ["Hugh", "O'Reilly", 45.62], ["Julia", "Barnett", 43.62], ["Frank", "Ralston", 43.62], ["Fynn", "Zimmermann", 43.62], ["Astrid", "Gruber", 42.62], ["Victor", "Stevens", 42.62]]}, "table_names": "['customers', 'invoices']", "table_image_ids": ["TableImg_H7dn9_59.png", "TableImg_968je_412.png"], "original_data_index": 1010} +{"question": "What are the distinct positions of the players from a country whose capital is Dublin?", "answer": {"columns": ["Position"], "index": [0, 1], "data": [["Midfielder"], ["Forward"]]}, "table_names": "['country', 'match_season']", "table_image_ids": ["TableImg_Rx9zv_6.png", "TableImg_L6soh_16.png"], "original_data_index": 1011} +{"question": "Who were the governors of the parties associated with delegates from district 1?", "answer": {"columns": ["Governor"], "index": [0, 1, 2], "data": [["Peter Vallone"], ["Peter Vallone"], ["Tom Golisano"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_T4vvb_7.png", "TableImg_Hmpg1_8.png"], "original_data_index": 1012} +{"question": "Find the names of all the clubs that have at least a member from the city with city code \"BAL\".", "answer": {"columns": ["ClubName"], "index": [0, 1], "data": [["Bootup Baltimore"], ["Hopkins Student Enterprises"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Ozkda_34.png", "TableImg_7wsun_4.png", "TableImg_Lbdzc_4.png"], "original_data_index": 1013} +{"question": "Give me the detail and opening hour for each museum.", "answer": {"columns": ["Museum_Details", "Opening_Hours"], "index": [0, 1, 2], "data": [["Yale Center for British Art", null], ["The Metropolitan Museum of Art", null], ["MoMA", null]]}, "table_names": "['Tourist_Attractions', 'Museums']", "table_image_ids": ["TableImg_Dzh27_15.png", "TableImg_4fy2j_3.png"], "original_data_index": 1014} +{"question": "What is the least popular kind of decor?", "answer": {"columns": ["decor"], "index": [0], "data": [["rustic"]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_Zg91e_10.png", "TableImg_45i3g_600.png"], "original_data_index": 1015} +{"question": "Find the name of services that have been used for more than 2 times in first notification of loss.", "answer": {"columns": ["Service_name"], "index": [0], "data": [["New policy application"]]}, "table_names": "['Services', 'First_Notification_of_Loss']", "table_image_ids": ["TableImg_Gappj_4.png", "TableImg_9dlz1_7.png"], "original_data_index": 1016} +{"question": "Show the ids and details of the investors who have at least two transactions with type code \"SALE\".", "answer": {"columns": ["investor_id", "Investor_details"], "index": [0, 1], "data": [[2, "z"], [3, "d"]]}, "table_names": "['Investors', 'Transactions']", "table_image_ids": ["TableImg_8mvbf_20.png", "TableImg_Zr6zr_15.png"], "original_data_index": 1017} +{"question": "What is the country of origin of the artist who is female and produced a song in Bangla?", "answer": {"columns": ["country"], "index": [0, 1, 2], "data": [["Bangladesh"], ["Bangladesh"], ["India"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Ajyg9_6.png", "TableImg_J1c5s_6.png"], "original_data_index": 1018} +{"question": "Give me the name and year of opening of the manufacturers that have either less than 10 factories or more than 10 shops.", "answer": {"columns": ["Name", "Open_Year"], "index": [0, 1, 2, 3], "data": [["IKEA", 1990.0], ["Jiaju", 1992.0], ["Chevrolet", 2000.0], ["Dodge", 2001.0]]}, "table_names": "['manufacturer']", "table_image_ids": ["TableImg_189ap_7.png"], "original_data_index": 1019} +{"question": "What are the names of the technicians and how many machines are they assigned to repair?", "answer": {"columns": ["Name", "COUNT(*)"], "index": [0, 1, 2, 3, 4], "data": [["Charlie Hollocher", 1], ["Eddie Collins", 1], ["Joe Sewell", 5], ["John Brown", 1], ["Tony Sewell", 1]]}, "table_names": "['technician', 'repair_assignment']", "table_image_ids": ["TableImg_9nu1m_10.png", "TableImg_Vpqjj_9.png"], "original_data_index": 1020} +{"question": "Which skill is used in fixing the most number of faults? List the skill id and description.", "answer": {"columns": ["skill_id", "skill_description"], "index": [0], "data": [[3, "TV, Video"]]}, "table_names": "['Skills', 'Skills_Required_To_Fix']", "table_image_ids": ["TableImg_Rywsk_3.png", "TableImg_D479y_15.png"], "original_data_index": 1021} +{"question": "What are the different majors?", "answer": {"columns": ["Major"], "index": [0, 1, 2, 3, 4, 5], "data": [[600], [520], [540], [550], [100], [50]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Q3uib_34.png"], "original_data_index": 1022} +{"question": "List the names of pilots in ascending order of rank.", "answer": {"columns": ["Pilot_name"], "index": [0, 1, 2, 3, 4], "data": [["Jermaine O'Neal"], ["Patrick O'Bryant"], ["Charles Oakley"], ["Hakeem Olajuwon"], ["Dan O'Sullivan"]]}, "table_names": "['pilot']", "table_image_ids": ["TableImg_1t9ep_5.png"], "original_data_index": 1023} +{"question": "What are the names of the stations that are located in Palo Alto but have never been the ending point of the trips", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4], "data": [["California Ave Caltrain Station"], ["Cowper at University"], ["Palo Alto Caltrain Station"], ["Park at Olive"], ["University and Emerson"]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_5tpyb_70.png", "TableImg_Vkmsq_9959.png"], "original_data_index": 1024} +{"question": "What are the departure and arrival dates of all flights from LA to Honolulu?", "answer": {"columns": ["departure_date", "arrival_date"], "index": [0, 1], "data": [["04/12/2005 09:15", "04/12/2005 11:15"], ["04/12/2005 12:45", "04/12/2005 03:18"]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_Rzu6g_10.png"], "original_data_index": 1025} +{"question": "What is the first name and the last name of the customer who made the earliest rental?", "answer": {"columns": ["first_name", "last_name"], "index": [0], "data": [["CHARLOTTE", "HUNTER"]]}, "table_names": "['customer', 'rental']", "table_image_ids": ["TableImg_B2z5k_599.png", "TableImg_4gp5t_16044.png"], "original_data_index": 1026} +{"question": "Return the full name and phone of the customer who has card number 4560596484842.", "answer": {"columns": ["customer_first_name", "customer_last_name", "customer_phone"], "index": [0], "data": [["Blanche", "Huels", "(703)950-4708x8972"]]}, "table_names": "['Customers', 'Customers_Cards']", "table_image_ids": ["TableImg_Jwga7_15.png", "TableImg_Ev2ds_15.png"], "original_data_index": 1027} +{"question": "what are the first name and last name of all candidates?", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Shannon", "Senger"], ["Virginie", "Hartmann"], ["Dariana", "Bednar"], ["Verna", "Grant"], ["Hoyt", "Wintheiser"], ["Mayra", "Hartmann"], ["Lizeth", "Bartoletti"], ["Nova", "Feest"]]}, "table_names": "['People', 'Candidates']", "table_image_ids": ["TableImg_Ffufv_8.png", "TableImg_73c01_8.png"], "original_data_index": 1028} +{"question": "What are the names of all the players who received a yes during tryouts, and also what are the names of their colleges?", "answer": {"columns": ["pName", "cName"], "index": [0, 1], "data": [["Andrew", "ASU"], ["Blake", "FSU"]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_Htn5w_6.png", "TableImg_Sox2z_6.png"], "original_data_index": 1029} +{"question": "What are the full names of faculty members who are a part of department 520?", "answer": {"columns": ["Fname", "Lname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], "data": [["Richard", "Joseph"], ["Jacob", "Khurgin"], ["Lawrence", "Wolff"], ["Andreas", "Andreou"], ["William", "Brody"], ["Gert", "Cauwenberghs"], ["Oliver", "Collins"], ["Frederic", "Davidson"], ["John", "Goutsias"], ["Brian", "Hughes"], ["Pablo", "Iglesias"], ["Frederick", "Jelinek"], ["Alexander", "Kaplan"], ["Gerard", "Meyer"], ["Jerry", "Prince"], ["Wilson", "Rugh"], ["Thordur", "Runolfsson"], ["Howard", "Weinert"], ["Charles", "Westgate"], ["William", "Byrne"], ["Robert", "Glaser"]]}, "table_names": "['Faculty', 'Member_of']", "table_image_ids": ["TableImg_L5wgp_58.png", "TableImg_Oj9ok_63.png"], "original_data_index": 1030} +{"question": "Which allergy type is the least common?", "answer": {"columns": ["AllergyType"], "index": [0], "data": [["environmental"]]}, "table_names": "['Allergy_Type']", "table_image_ids": ["TableImg_Zpns2_14.png"], "original_data_index": 1031} +{"question": "What are full names and salaries of employees working in the city of London?", "answer": {"columns": ["FIRST_NAME", "LAST_NAME", "SALARY"], "index": [0], "data": [["Susan", "Mavris", 6500]]}, "table_names": "['departments', 'employees', 'locations']", "table_image_ids": ["TableImg_Xy7tf_27.png", "TableImg_0pb3u_107.png", "TableImg_F2w3w_23.png"], "original_data_index": 1032} +{"question": "What is the total amount of money loaned by banks in New York state?", "answer": {"columns": ["sum(T2.amount)"], "index": [0], "data": [[7050]]}, "table_names": "['bank', 'loan']", "table_image_ids": ["TableImg_Zbdkh_4.png", "TableImg_Mhg2q_3.png"], "original_data_index": 1033} +{"question": "Who are the different directors of films which had market estimation in 1995?", "answer": {"columns": ["Director"], "index": [0], "data": [["Steven Spielberg"]]}, "table_names": "['film', 'film_market_estimation']", "table_image_ids": ["TableImg_Fr4hq_13.png", "TableImg_Laxib_9.png"], "original_data_index": 1034} +{"question": "What is title of album which track Balls to the Wall belongs to?", "answer": {"columns": ["title"], "index": [0], "data": [["For Those About To Rock We Salute You"]]}, "table_names": "['albums', 'tracks']", "table_image_ids": ["TableImg_G0vkj_347.png", "TableImg_Iyv0e_3503.png"], "original_data_index": 1035} +{"question": "Which trip started from the station with the largest dock count? Give me the trip id.", "answer": {"columns": ["id"], "index": [0], "data": [[900506]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_Botjc_70.png", "TableImg_Z8ujf_9959.png"], "original_data_index": 1036} +{"question": "What campus has the most faculties in 2003?", "answer": {"columns": ["Campus"], "index": [0], "data": [["San Diego State University"]]}, "table_names": "['Campuses', 'faculty']", "table_image_ids": ["TableImg_6ds4s_23.png", "TableImg_Uhxov_69.png"], "original_data_index": 1037} +{"question": "Which staff have contacted which engineers? List the staff name and the engineer first name and last name.", "answer": {"columns": ["staff_name", "first_name", "last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Christophe", "Nellie", "Hirthe"], ["Kadin", "Archibald", "Streich"], ["Kadin", "Archibald", "Streich"], ["Oren", "Alexys", "Simonis"], ["Berneice", "Lorine", "Morar"], ["Edmond", "Archibald", "Streich"], ["Kadin", "Archibald", "Streich"], ["Rodger", "Archibald", "Streich"], ["Kadin", "Archibald", "Streich"], ["Cyrus", "Naomi", "Price"], ["Bernice", "Courtney", "Adams"], ["Berneice", "Etha", "Reinger"], ["Edmond", "Naomi", "Price"], ["Bernice", "Lorine", "Morar"], ["Edmond", "Cullen", "Kunde"]]}, "table_names": "['Staff', 'Maintenance_Engineers', 'Engineer_Visits']", "table_image_ids": ["TableImg_N0kue_15.png", "TableImg_G2i7n_15.png", "TableImg_H2qp1_15.png"], "original_data_index": 1038} +{"question": "Find the name and address of the department that has the highest number of students.", "answer": {"columns": ["DEPT_NAME", "DEPT_ADDRESS"], "index": [0], "data": [["Accounting", "KLR 211, Box 52"]]}, "table_names": "['DEPARTMENT', 'STUDENT']", "table_image_ids": ["TableImg_Mvn0l_11.png", "TableImg_9b30x_8.png"], "original_data_index": 1039} +{"question": "Count the number of services.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Services']", "table_image_ids": ["TableImg_W8b7h_15.png"], "original_data_index": 1040} +{"question": "What are the names and addressed of customers who have both New and Pending orders?", "answer": {"columns": ["customer_name", "customer_address"], "index": [0], "data": [["Lexus", "9581 Will Flat Suite 272\nEast Cathryn, WY 30751-4404"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_Zzjer_15.png", "TableImg_G5e67_15.png"], "original_data_index": 1041} +{"question": "When did the first staff member start working?", "answer": {"columns": ["date_from"], "index": [0], "data": [["1970-01-02 15:35:05"]]}, "table_names": "['Project_Staff']", "table_image_ids": ["TableImg_F1kgq_15.png"], "original_data_index": 1042} +{"question": "Show the names of pilots and the number of records they have.", "answer": {"columns": ["Pilot_name", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["Charles Oakley", 1], ["Dan O'Sullivan", 1], ["Jermaine O'Neal", 1], ["Patrick O'Bryant", 3]]}, "table_names": "['pilot', 'pilot_record']", "table_image_ids": ["TableImg_Rhgap_5.png", "TableImg_Ye5d0_6.png"], "original_data_index": 1043} +{"question": "What are the ids and details of events that have more than one participants?", "answer": {"columns": ["Event_ID", "Event_Details"], "index": [0, 1, 2, 3, 4], "data": [[3, "Success"], [13, "Fail"], [17, "Fail"], [40, "Fail"], [80, "Success"]]}, "table_names": "['Events', 'Participants_in_Events']", "table_image_ids": ["TableImg_2f2hj_15.png", "TableImg_6p2mm_18.png"], "original_data_index": 1044} +{"question": "How many accounts does the customer with first name Art and last name Turcotte have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Accounts', 'Customers']", "table_image_ids": ["TableImg_Atevs_15.png", "TableImg_A665w_15.png"], "original_data_index": 1045} +{"question": "How many movie reviews does each director get?", "answer": {"columns": ["count(*)", "director"], "index": [0, 1, 2, 3, 4], "data": [[2, null], [2, "James Cameron"], [2, "Robert Wise"], [5, "Steven Spielberg"], [3, "Victor Fleming"]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_U1rbn_8.png", "TableImg_U6b2p_14.png"], "original_data_index": 1046} +{"question": "How many events are there for each party?", "answer": {"columns": ["Party_name", "count(*)"], "index": [0, 1, 2], "data": [["Convention Peoples Party", 3], ["Progress Party", 2], ["3", 3]]}, "table_names": "['party', 'party_events']", "table_image_ids": ["TableImg_2buus_5.png", "TableImg_607pr_8.png"], "original_data_index": 1047} +{"question": "Find all the forenames of distinct drivers who won in position 1 as driver standing and had more than 20 points?", "answer": {"columns": ["forename"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["Robert"], ["Michael"], ["Kimi"], ["Fernando"], ["Lewis"], ["Alain"], ["Nelson"], ["Ayrton"], ["Michele"], ["Keke"], ["Carlos"], ["Mike"], ["Graham"], ["Denny"], ["Clay"], ["Emerson"], ["Patrick"], ["Jody"], ["Niki"], ["Sebastian"], ["Jenson"], ["Nico"]]}, "table_names": "['drivers', 'driverStandings']", "table_image_ids": ["TableImg_R47kb_842.png", "TableImg_Ttixw_31726.png"], "original_data_index": 1048} +{"question": "list in alphabetic order all course names and their instructors' names in year 2008.", "answer": {"columns": ["title", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Animal Behavior", "DAgostino"], ["Elastic Structures", "Bietzk"], ["Elastic Structures", "Dale"], ["Embedded Systems", "Mingoz"], ["Marine Mammals", "Mahmoud"], ["Networking", "Mingoz"], ["Race Car Driving", "Ullman "], ["Surfing", "Dale"], ["Transaction Processing", "DAgostino"], ["World History", "Jaekel"]]}, "table_names": "['course', 'instructor', 'teaches']", "table_image_ids": ["TableImg_Fz4e8_200.png", "TableImg_I3fn6_50.png", "TableImg_0xdjg_100.png"], "original_data_index": 1049} +{"question": "Find the total quantity of products associated with the orders in the \"Cancelled\" status.", "answer": {"columns": ["sum(t2.order_quantity)"], "index": [0], "data": [[77]]}, "table_names": "['Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Wd3u8_15.png", "TableImg_Wybws_15.png"], "original_data_index": 1050} +{"question": "Count the number of documents that do not have expenses.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Documents', 'Documents_with_Expenses']", "table_image_ids": ["TableImg_Iwmm0_15.png", "TableImg_3tnvg_10.png"], "original_data_index": 1051} +{"question": "What is the day Number and date of all the documents?", "answer": {"columns": ["Day_Number", "Date_Stored"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[7, "1976-06-15 03:40:06"], [1, "1986-10-14 17:53:39"], [3, "2008-06-08 12:45:38"], [7, "2012-07-03 09:48:46"], [7, "2012-07-03 09:48:46"], [1, "1995-01-01 03:52:11"], [3, "2008-06-08 12:45:38"], [3, "1987-11-05 06:11:22"], [3, "2008-06-08 12:45:38"], [7, "1997-03-10 15:24:00"], [7, "1997-03-10 15:24:00"], [8, "2009-08-18 03:29:08"], [7, "1976-06-15 03:40:06"], [7, "1976-06-15 03:40:06"], [7, "1997-03-10 15:24:00"]]}, "table_names": "['Ref_Calendar', 'All_Documents']", "table_image_ids": ["TableImg_A8ati_15.png", "TableImg_7t60d_15.png"], "original_data_index": 1052} +{"question": "Return the investors who have invested in two or more entrepreneurs.", "answer": {"columns": ["Investor"], "index": [0], "data": [["Duncan Bannatyne"]]}, "table_names": "['entrepreneur']", "table_image_ids": ["TableImg_66pya_6.png"], "original_data_index": 1053} +{"question": "Find the name and active date of the customer that use email as the contact channel.", "answer": {"columns": ["customer_name", "active_from_date"], "index": [0, 1, 2, 3], "data": [["Devin Mills", "2017-12-07 18:18:15"], ["Tillman Ernser", "2017-04-07 04:51:41"], ["Devin Mills", "2017-05-25 16:08:45"], ["Tillman Ernser", "2018-01-05 21:42:56"]]}, "table_names": "['Customers', 'Customer_Contact_Channels']", "table_image_ids": ["TableImg_Tkmj1_15.png", "TableImg_P40so_20.png"], "original_data_index": 1054} +{"question": "Count the number of students who did not enroll in any course.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Students', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Z4ph1_15.png", "TableImg_Yaulo_20.png"], "original_data_index": 1055} +{"question": "Which order has the most recent shipment? Give me the order id.", "answer": {"columns": ["order_id"], "index": [0], "data": [[12]]}, "table_names": "['Shipments']", "table_image_ids": ["TableImg_Tasuh_15.png"], "original_data_index": 1056} +{"question": "Find the balance of the checking account belonging to an owner whose name contains 'ee'.", "answer": {"columns": ["balance"], "index": [0], "data": [[7000.0]]}, "table_names": "['ACCOUNTS', 'CHECKING']", "table_image_ids": ["TableImg_Obw22_7.png", "TableImg_Lqoeu_7.png"], "original_data_index": 1057} +{"question": "Show the unique first names, last names, and phone numbers for all customers with any account.", "answer": {"columns": ["customer_first_name", "customer_last_name", "phone_number"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Meaghan", "Keeling", "06015518212"], ["Joesph", "Schaefer", "(488)524-5345"], ["Ruby", "Boyle", "1-546-302-5676"], ["Jensen", "Muller", "(650)406-8761"], ["Kieran", "Auer", "(157)046-6255x98627"], ["Abbey", "Ruecker", "1-344-593-4896x425"], ["Vesta", "Leuschke", "+69(0)7149212554"]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_J9dpp_15.png", "TableImg_Wg454_15.png"], "original_data_index": 1058} +{"question": "What are the maximum duration and resolution of songs grouped and ordered by languages?", "answer": {"columns": ["max(T1.duration)", "max(T2.resolution)", "languages"], "index": [0, 1], "data": [["4:30", 1080, "bangla"], ["5:23", 1080, "english"]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_F4zvj_6.png", "TableImg_Os1ju_6.png"], "original_data_index": 1059} +{"question": "Find the names of goods that receive a rating of 10.", "answer": {"columns": ["title"], "index": [0, 1], "data": [["orange"], ["cup"]]}, "table_names": "['item', 'review']", "table_image_ids": ["TableImg_8vh0k_8.png", "TableImg_1q6kv_7.png"], "original_data_index": 1060} +{"question": "Show the names of all the donors except those whose donation amount less than 9.", "answer": {"columns": ["donator_name"], "index": [0, 1, 2, 3, 4], "data": [["Distrito Nacional"], ["Monte Plata"], ["San Crist\u00c3\u00b3bal"], ["San Jos\u00c3\u00a9 de Ocoa"], ["Valverde"]]}, "table_names": "['endowment']", "table_image_ids": ["TableImg_Wzrvz_11.png"], "original_data_index": 1061} +{"question": "What are the names of different tracks, and how many races has each had?", "answer": {"columns": ["Name", "count(*)"], "index": [0, 1, 2, 3, 4, 5], "data": [["Auto Club Speedway", 1], ["Chicagoland Speedway", 2], ["Daytona International Speedway", 1], ["Homestead-Miami Speedway", 1], ["Kansas Speedway", 1], ["Martinsville Speedway", 1]]}, "table_names": "['race', 'track']", "table_image_ids": ["TableImg_Iyk6q_7.png", "TableImg_Ev7d5_9.png"], "original_data_index": 1062} +{"question": "How many medications are prescribed for each brand?", "answer": {"columns": ["count(*)", "Name"], "index": [0, 1], "data": [[2, "Thesisin"], [1, "Procrastin-X"]]}, "table_names": "['Medication', 'Prescribes']", "table_image_ids": ["TableImg_F3hvi_5.png", "TableImg_Hx17l_3.png"], "original_data_index": 1063} +{"question": "What is the first name of students enrolled in class ACCT-211 and got grade C?", "answer": {"columns": ["STU_FNAME"], "index": [0], "data": [["William"]]}, "table_names": "['CLASS', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_Tjm0a_13.png", "TableImg_B22j3_6.png", "TableImg_Vxq0d_8.png"], "original_data_index": 1064} +{"question": "Find the titles of all movies that have no ratings.", "answer": {"columns": ["title"], "index": [0, 1], "data": [["Star Wars"], ["Titanic"]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_92tvx_8.png", "TableImg_Bilvw_14.png"], "original_data_index": 1065} +{"question": "Find the number of the products that have their color described as \"red\" and have a characteristic named \"slow\".", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Ref_Colors', 'Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_G5gjg_8.png", "TableImg_8nq62_15.png", "TableImg_Loehl_15.png", "TableImg_Tmxlx_15.png"], "original_data_index": 1066} +{"question": "What are the daily hire costs for the products with substring 'Book' in its name?", "answer": {"columns": ["daily_hire_cost"], "index": [0, 1, 2], "data": [[26.15], [15.62], [39.73]]}, "table_names": "['Products_for_Hire']", "table_image_ids": ["TableImg_Vb6ct_5.png"], "original_data_index": 1067} +{"question": "What are the ids of all employees that don't have certificates?", "answer": {"columns": ["eid"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [[15645489], [248965255], [254099823], [287321212], [310454877], [348121549], [486512566], [489221823], [489456522], [552455348], [619023588]]}, "table_names": "['employee', 'certificate']", "table_image_ids": ["TableImg_Jn6jk_31.png", "TableImg_2d9pb_69.png"], "original_data_index": 1068} +{"question": "For each station, return its longitude and the average duration of trips that started from the station.", "answer": {"columns": ["name", "long", "avg(T2.duration)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68], "data": [["San Jose Diridon Caltrain Station", -121.901782, 544.7611940299], ["San Jose Civic Center", -121.888979, 885.0], ["Santa Clara at Almaden", -121.894902, 378.28], ["Adobe on Almaden", -121.8932, 980.0714285714], ["San Pedro Square", -121.894074, 840.225], ["Paseo de San Antonio", -121.886943, 529.0909090909], ["San Salvador at 1st", -121.885831, 682.3333333333], ["Japantown", -121.894715, 1230.6551724138], ["San Jose City Hall", -121.886995, 1123.4], ["MLK Library", -121.88566, 810.5416666667], ["SJSU 4th at San Carlos", -121.883891, 711.7777777778], ["St James Park", -121.889937, 616.4], ["Arena Green / SAP Center", -121.900084, 608.8333333333], ["SJSU - San Salvador at 9th", -121.877349, 3597.0952380952], ["Franklin at Maple", -122.226904, 3909.0], ["Redwood City Caltrain Station", -122.232089, 2643.8717948718], ["Redwood City Public Library", -122.227424, 741.0], ["Stanford in Redwood City", -122.203288, 979.0666666667], ["Redwood City Medical Center", -122.223492, 555.4], ["Mountain View City Hall", -122.081896, 563.0333333333], ["Mountain View Caltrain Station", -122.076713, 714.8062015504], ["San Antonio Caltrain Station", -122.106758, 380.4090909091], ["Evelyn Park and Ride", -122.066553, 918.1315789474], ["San Antonio Shopping Center", -122.108338, 667.5925925926], ["Castro Street and El Camino Real", -122.083678, 1082.7142857143], ["Rengstorff Avenue / California Street", -122.099076, 699.7], ["Palo Alto Caltrain Station", -122.164759, 1653.3255813953], ["University and Emerson", -122.163093, 2643.6], ["California Ave Caltrain Station", -122.142805, 1423.8421052632], ["Cowper at University", -122.159504, 1164.1153846154], ["Park at Olive", -122.1377775, 872.2222222222], ["Powell Street BART", -122.408433, 1245.5836909871], ["Clay at Battery", -122.39997, 906.0827586207], ["Davis at Jackson", -122.398436, 1067.6629213483], ["Commercial at Montgomery", -122.402923, 524.7748344371], ["Washington at Kearney", -122.404767, 1497.7671232877], ["Post at Kearney", -122.403452, 825.1928571429], ["Embarcadero at Vallejo", -122.398525, 1817.2216494845], ["Spear at Folsom", -122.390637, 655.7166666667], ["Harry Bridges Plaza (Ferry Building)", -122.394203, 1802.6721991701], ["Embarcadero at Folsom", -122.391034, 938.7894736842], ["Embarcadero at Bryant", -122.388013, 766.0746268657], ["Temporary Transbay Terminal (Howard at Beale)", -122.394643, 535.0488372093], ["Beale at Market", -122.397086, 752.6637554585], ["5th at Howard", -122.405127, 551.4051282051], ["San Francisco City Hall", -122.418235, 1774.6315789474], ["Golden Gate at Polk", -122.418603, 734.3861386139], ["Embarcadero at Sansome", -122.403234, 1630.0022675737], ["2nd at Townsend", -122.390288, 905.3340611354], ["2nd at Folsom", -122.396236, 399.6787330317], ["Howard at 2nd", -122.398108, 414.5117370892], ["2nd at South Park", -122.392738, 512.8461538462], ["Townsend at 7th", -122.402717, 568.9297752809], ["South Van Ness at Market", -122.418954, 912.8475609756], ["Market at 10th", -122.417385, 1139.6389891697], ["Yerba Buena Center of the Arts (3rd @ Howard)", -122.401014, 561.7394957983], ["San Francisco Caltrain 2 (330 Townsend)", -122.39547, 725.3219284603], ["San Francisco Caltrain (Townsend at 4th)", -122.39526, 801.9405320814], ["Powell at Post (Union Square)", -122.408499, 765.4458598726], ["Civic Center BART (7th at Market)", -122.411748, 1276.7208121827], ["Grant Avenue at Columbus Avenue", -122.407245, 1423.375], ["Steuart at Market", -122.394434, 890.9441964286], ["Mechanics Plaza (Market at Battery)", -122.399051, 655.2933333333], ["Market at 4th", -122.404966, 1664.8505338078], ["Market at Sansome", -122.400811, 786.4408284024], ["Santa Clara County Civic Center", -121.905733, 862.4666666667], ["Broadway St at Battery St", -122.400862, 1044.7237569061], ["Mezes Park", -122.236234, 253.3333333333], ["Ryland Park", -121.895617, 556.0]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_Mlmee_70.png", "TableImg_1y5hd_9959.png"], "original_data_index": 1069} +{"question": "What place has the most flights coming from there?", "answer": {"columns": ["origin"], "index": [0], "data": [["Los Angeles"]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_Phcyx_10.png"], "original_data_index": 1070} +{"question": "What are the full names of customers who have accounts?", "answer": {"columns": ["customer_first_name", "customer_last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Kiel", "Schinner"], ["Blanche", "Huels"], ["Faustino", "Langworth"], ["Bryce", "Rath"], ["Serenity", "Effertz"], ["Elyssa", "Lind"], ["Art", "Turcotte"], ["Susie", "Wiza"], ["Axel", "Effertz"]]}, "table_names": "['Accounts', 'Customers']", "table_image_ids": ["TableImg_5dd3c_15.png", "TableImg_Z0r5a_15.png"], "original_data_index": 1071} +{"question": "What is the flight number, origin, and destination for all flights in alphabetical order by departure cities?", "answer": {"columns": ["flno", "origin", "destination"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[76, "Chicago", "Los Angeles"], [68, "Chicago", "New York"], [99, "Los Angeles", "Washington D.C."], [13, "Los Angeles", "Chicago"], [346, "Los Angeles", "Dallas"], [387, "Los Angeles", "Boston"], [7, "Los Angeles", "Sydney"], [2, "Los Angeles", "Tokyo"], [33, "Los Angeles", "Honolulu"], [34, "Los Angeles", "Honolulu"]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_9ahui_10.png"], "original_data_index": 1072} +{"question": "Give me a list of cities whose temperature in March is lower than that in July or higher than that in Oct?", "answer": {"columns": ["City"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Shanghai"], ["Nanjing ( Jiangsu )"], ["Hangzhou ( Zhejiang )"], ["Suzhou ( Jiangsu )"], ["Wuxi ( Jiangsu )"], ["Nantong ( Jiangsu )"], ["Jinhua ( Zhejiang )"], ["Jiaxing ( Zhejiang )"]]}, "table_names": "['city', 'temperature']", "table_image_ids": ["TableImg_Copch_13.png", "TableImg_Tw1bz_8.png"], "original_data_index": 1073} +{"question": "Return the id of the customer who has the most cards, as well as the number of cards.", "answer": {"columns": ["customer_id", "count(*)"], "index": [0], "data": [[2, 2]]}, "table_names": "['Customers_Cards']", "table_image_ids": ["TableImg_K8xcl_15.png"], "original_data_index": 1074} +{"question": "Show the names and ids of tourist attractions that are visited at least two times.", "answer": {"columns": ["Name", "Tourist_Attraction_ID"], "index": [0, 1, 2, 3, 4], "data": [["US museum", 6476], ["fun games", 6523], ["exploration trial", 6852], ["jungle cruise", 8698], ["parking", 9919]]}, "table_names": "['Tourist_Attractions', 'Visits']", "table_image_ids": ["TableImg_Oufnl_15.png", "TableImg_2aqzh_20.png"], "original_data_index": 1075} +{"question": "Find the name of the club that has the most female students.", "answer": {"columns": ["ClubName"], "index": [0], "data": [["Bootup Baltimore"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Oigxx_34.png", "TableImg_T51qk_4.png", "TableImg_Hw2g1_4.png"], "original_data_index": 1076} +{"question": "Show the names of people aged either 35 or 36.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Luther C. Carter"], ["William B. Maclay"], ["Charles Van Wyck"]]}, "table_names": "['people']", "table_image_ids": ["TableImg_A2i8b_10.png"], "original_data_index": 1077} +{"question": "What are the names of all movies that were created after the most recent Steven Spielberg film?", "answer": {"columns": ["title"], "index": [0, 1], "data": [["Titanic"], ["Avatar"]]}, "table_names": "['Movie']", "table_image_ids": ["TableImg_2so1t_8.png"], "original_data_index": 1078} +{"question": "Find the papers which have \"Olin Shivers\" as an author.", "answer": {"columns": ["title"], "index": [0], "data": [["Functional Pearl: Modular Rollback through Control Logging"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Lu8q2_13.png", "TableImg_Spqsb_7.png", "TableImg_0t9di_14.png"], "original_data_index": 1079} +{"question": "Find the student ID and personal name of the student with at least two enrollments.", "answer": {"columns": ["student_id", "personal_name"], "index": [0, 1, 2, 3], "data": [[8, "Marshall"], [10, "Alicia"], [14, "Cary"], [15, "Eliza"]]}, "table_names": "['Students', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Vmkly_15.png", "TableImg_Efpx0_20.png"], "original_data_index": 1080} +{"question": "Give the color of the grape whose wine products have the highest average price?", "answer": {"columns": ["Color"], "index": [0], "data": [["White"]]}, "table_names": "['grapes', 'wine']", "table_image_ids": ["TableImg_Rlzjm_20.png", "TableImg_Kjd9l_500.png"], "original_data_index": 1081} +{"question": "For all the faults of different parts, what are all the decriptions of the skills required to fix them? List the name of the faults and the skill description.", "answer": {"columns": ["fault_short_name", "skill_description"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["TW", "Mechanical"], ["MW", "TV, Video"], ["PW", "Electrical"], ["MW", "TV, Video"], ["PW", "TV, Video"], ["PW", "Electrical"], ["MW", "TV, Video"], ["TW", "Mechanical"], ["TW", "TV, Video"], ["PW", "Mechanical"], ["PW", "Electrical"], ["PW", "Mechanical"], ["PW", "TV, Video"], ["MW", "TV, Video"], ["MW", "Mechanical"]]}, "table_names": "['Skills', 'Part_Faults', 'Skills_Required_To_Fix']", "table_image_ids": ["TableImg_Gl4e8_3.png", "TableImg_Rofx2_15.png", "TableImg_M8kok_15.png"], "original_data_index": 1082} +{"question": "What are the titles of all movies that have not been rated?", "answer": {"columns": ["title"], "index": [0, 1], "data": [["Star Wars"], ["Titanic"]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_8apdf_8.png", "TableImg_5aiyg_14.png"], "original_data_index": 1083} +{"question": "What are the titles of albums by the artist \"AC/DC\"?", "answer": {"columns": ["Title"], "index": [0, 1], "data": [["For Those About To Rock We Salute You"], ["Let There Be Rock"]]}, "table_names": "['Album', 'Artist']", "table_image_ids": ["TableImg_D109z_347.png", "TableImg_Gedi0_275.png"], "original_data_index": 1084} +{"question": "How many wines are there for each grape?", "answer": {"columns": ["count(*)", "Grape"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "data": [[1, "Barbera"], [1, "Cabernet Franc"], [68, "Cabernet Sauvingnon"], [104, "Chardonnay"], [10, "Grenache"], [1, "Malbec"], [1, "Marsanne"], [10, "Merlot"], [6, "Petite Sirah"], [109, "Pinot Noir"], [1, "Roussanne"], [1, "Sangiovese"], [46, "Sauvignon Blanc"], [61, "Syrah"], [1, "Tempranillo"], [1, "Viognier"], [78, "Zinfandel"]]}, "table_names": "['wine']", "table_image_ids": ["TableImg_Cqc9o_500.png"], "original_data_index": 1085} +{"question": "Which status code is the most common of all the bookings?", "answer": {"columns": ["Status_Code"], "index": [0], "data": [["good"]]}, "table_names": "['Bookings']", "table_image_ids": ["TableImg_Co21h_15.png"], "original_data_index": 1086} +{"question": "Find the name of students who took any class in the years of 2009 and 2010.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523], "data": [["Manber"], ["Zelty"], ["Duan"], ["Colin"], ["Mediratta"], ["Rzecz"], ["Hilberg"], ["Ugarte"], ["Grosch"], ["Kieras"], ["Reed"], ["Okaf"], ["Zabary"], ["Shabuno"], ["Terauchi"], ["Allard"], ["Veselovsky"], ["Dhav"], ["Xue"], ["Waks"], ["More"], ["Marlet"], ["Roses"], ["Jerns"], ["Morales"], ["Arnoux"], ["Robinson"], ["Prasad"], ["Kerridge"], ["Schultz"], ["Tzeng"], ["Glaho"], ["Englund"], ["Al-Tahat"], ["El-Helw"], ["Shiang"], ["Bianchi"], ["Heckman"], ["Rokhs"], ["Foels"], ["Jr"], ["Geronimo"], ["Saito"], ["Betho"], ["Yamashita"], ["Peyse"], ["Ng"], ["Kwan"], ["Neff"], ["Juol"], ["Mendelzon"], ["Kowe"], ["Skeen"], ["Knutson"], ["Thimm"], ["Hito"], ["Griffiths"], ["Bricker"], ["Wingb"], ["Marcus"], ["Watson"], ["Zhanr"], ["Stone"], ["Tewari"], ["Power"], ["Sin"], ["Szczerban"], ["Ren"], ["Bumbau"], ["Hammond"], ["Serrano"], ["Okano"], ["Alqui"], ["Diab"], ["Liu"], ["Bonatto"], ["Wolter"], ["Latour"], ["Bromley"], ["Srini"], ["Zander"], ["Patrick"], ["Adam"], ["Ignj"], ["Grieng"], ["Alfaro"], ["Hoshi"], ["Bedny"], ["Sommerfeldt"], ["Lazos"], ["Berger"], ["Oswald"], ["Deshpande"], ["Belhadji"], ["Starker"], ["Miao"], ["Moszkowski"], ["Yoneda"], ["Takeshi"], ["Whitley"], ["Langer"], ["Axte"], ["Ramadan"], ["Haigh"], ["Vagn"], ["Vekk"], ["Martinsen"], ["Azevedo"], ["Lehtinen"], ["Sagiv"], ["Malinen"], ["Philippe"], ["Palmer"], ["Singhal"], ["Kawahara"], ["Enokib"], ["Kirtane"], ["Formisano"], ["Sun"], ["Lapio"], ["Cheah"], ["Williams"], ["Chien"], ["She"], ["Silbert"], ["Sasso"], ["Arinb"], ["Januszewski"], ["Anis"], ["Yeung"], ["Pacie"], ["Umehara"], ["Dink"], ["Neuhold"], ["Marques"], ["Ross"], ["Wicki"], ["Orlet"], ["Uhrig"], ["Sacchi"], ["Bandekar"], ["Liao"], ["Morimoto"], ["Rahman"], ["Kanata"], ["Meyl"], ["Noga"], ["Suppan"], ["Redw"], ["Angs"], ["Toffoli"], ["Skuras"], ["Kuwadak"], ["Kantors"], ["Biehl"], ["Keiss"], ["Hakkinen"], ["Akaiw"], ["Swartj"], ["King"], ["Hazemi"], ["Chuon"], ["Kang"], ["Carroll"], ["Holn"], ["Matsunami"], ["Ratcliff"], ["Petzo"], ["Shinagawa"], ["Pisini"], ["Caleff"], ["Zouao"], ["Peter"], ["Ould"], ["Michel"], ["Pearlman"], ["Srivastava"], ["Audeh"], ["Tavan"], ["Hamarn"], ["Karpist"], ["Ishikawa"], ["Chanon"], ["Brailsford"], ["Chyr"], ["Nirenbu"], ["Westbrook"], ["Pang"], ["Kangs"], ["Marinov"], ["Goodwin"], ["Coppens"], ["Ramaswamy"], ["Mori"], ["Araya"], ["Agar"], ["Williamson"], ["Schulman"], ["Pampal"], ["Snif"], ["Benson"], ["Linden"], ["Masini"], ["Rubio"], ["Denecker"], ["Leuen"], ["Erdem"], ["Koch"], ["Cavalcanti"], ["Hayashi"], ["Cai"], ["Chang"], ["Bouzeghoub"], ["Asahara"], ["Bhattacharya"], ["Frank"], ["Canas"], ["Colu"], ["Dawson"], ["Sahm"], ["Bishop"], ["Vanrell"], ["Savelieva"], ["Tiwari"], ["Fontana"], ["Hayrapetyan"], ["Fournier"], ["Adda"], ["Lewis"], ["Reyes"], ["Finney"], ["Abu-B"], ["Lomi"], ["Laak"], ["Shuming"], ["Cunha"], ["Mercurio"], ["Cheed"], ["Hawkins"], ["Wunderli"], ["Pavlovico"], ["Geon"], ["Held"], ["Juchn"], ["Gotchev"], ["He"], ["McCarter"], ["Choll"], ["Rais"], ["Nardi"], ["Agarwal"], ["Patel"], ["Garze"], ["Bradshaw"], ["Negron"], ["Nagal"], ["Cox"], ["Moh"], ["Mingoz"], ["Bates"], ["Ibah"], ["OBrien"], ["Sauer"], ["Alioto"], ["Cal"], ["Ockerb"], ["Gerstend"], ["Sugavanam"], ["Sundho"], ["Read"], ["Kinney"], ["Gordon"], ["Larion"], ["Daat"], ["Dang"], ["Oevers"], ["Wecker"], ["Wodn"], ["McGuinness"], ["Dias"], ["Silverman"], ["Lykin"], ["Ceze"], ["Sendlm"], ["Sahani"], ["Kempn"], ["Bouras"], ["Brunet"], ["Fierro-"], ["Lang"], ["Curutchet"], ["Noda"], ["Shakhnovich"], ["Cecchi"], ["DAgostino"], ["Sokolov"], ["Koizumi"], ["Thornton"], ["Russa"], ["Brookh"], ["Fauth"], ["Hirakuri"], ["Andert"], ["Giralt"], ["\u00c3\u0083\u00c2\u0081lvarez"], ["Jo"], ["Yap"], ["Greene"], ["Halbert"], ["Schrefl"], ["Jessup"], ["Engeldr"], ["Tran-"], ["Segars"], ["Leitner"], ["Cotterill"], ["Dickens"], ["Palomo"], ["Visr"], ["Fenwick"], ["Boulah"], ["Baker"], ["Simmel"], ["Vassileva"], ["Hunter"], ["Moreira"], ["Sivew"], ["Calles"], ["Aschoff"], ["Sve"], ["Seyfert"], ["Steeh"], ["Ashmi"], ["Knezo"], ["Bertranp"], ["Rosenkrantz"], ["Leclercq"], ["Birchler"], ["Tanaka"], ["Richter"], ["Goldbu"], ["Ende"], ["Neru"], ["Heers"], ["Matsukawa"], ["Hac"], ["Baber"], ["Markin"], ["Trur"], ["Kota"], ["Gur"], ["Fitzpatrick"], ["Date"], ["Ssu"], ["Gonzalez"], ["Probst"], ["Tabarr"], ["Y\u00c3\u0083\u00c2\u00bcksel"], ["Duong"], ["Brunt"], ["Holloway"], ["Milner"], ["McQuillan"], ["Watzel"], ["Cayto"], ["Crick"], ["Evano"], ["Rougemont"], ["Pfister"], ["Grange"], ["Rajan"], ["Mai"], ["Sorensen"], ["Hirasawa"], ["Carr"], ["Catani"], ["Mathur"], ["Birkett"], ["Canellas"], ["Reiss"], ["Kennedy"], ["Chatterton"], ["Duxbury"], ["Berthold"], ["Ahso"], ["Reuver"], ["Gomez"], ["Verhoeven"], ["Aufr"], ["Sutter"], ["Siddiqi"], ["Daues"], ["Michael"], ["Oller"], ["Stokic"], ["Montes-y"], ["Stetson"], ["Gaspar"], ["Beavis"], ["Solar"], ["Harmon"], ["Iwasa"], ["Kogure"], ["Narli"], ["Youseffi"], ["Ibrahim"], ["Humphrey"], ["Grude"], ["Vajapeyaz"], ["Porr"], ["Ahmad"], ["Lepp"], ["Lanfr"], ["Marsh"], ["Arakawa"], ["Anse"], ["Dism"], ["Paniez"], ["Chaudhuri"], ["Inoue"], ["Fonseca"], ["Shaffer"], ["Rueda"], ["Botha"], ["Beaudry"], ["Zulueta"], ["Lhomme"], ["Porter"], ["Kawasaki"], ["Kacpr"], ["Resa"], ["Qian"], ["Graziano"], ["Rotter"], ["Rieger"], ["Haddad"], ["Bessou"], ["OConnor"], ["Okubo"], ["Hassine"], ["Fuller"], ["Neld"], ["Keuk"], ["Riera"], ["Bondi"], ["Jame"], ["Riahi"], ["Ueda"], ["Frost"], ["Tapia"], ["Nagashima"], ["Bannac"], ["Argar"], ["Saariluoma"], ["Chormo"], ["Ouaz"], ["Kaleta"], ["Nakajima"], ["Park"], ["Atre"], ["McCracken"], ["Suzuki"], ["Robins"], ["Leventhal"], ["Bagato"], ["Damas"], ["Fakin"], ["Liley"], ["Macias"], ["McCormack"], ["Stead"], ["Peck"], ["Otterm"], ["Campbell"], ["Leonard"], ["Saguez"], ["Constantinescu"], ["Kawakami"], ["Seike"], ["Mowbray"], ["Wood"], ["Nicol"], ["Borutz"], ["Orono"], ["Schreitm"], ["Mantzo"], ["Chan"], ["Bosnjak"], ["Nestor"], ["Maalej"], ["Baba"], ["Malcher"], ["Lauciu"], ["Fries"], ["Farr"], ["Basile"], ["Arndt"], ["Barkov"], ["Riser"], ["Kalogerou"], ["Nives"], ["Corbac"], ["Quimby"], ["Loc"], ["Shilv"], ["Ebou"], ["Cao"], ["Gradino"], ["ONi"], ["Peskin"], ["Byrd"], ["Yamamoto"], ["John"], ["Usi"], ["Letouzey"], ["Nakanishi"], ["\u00c3\u0083\u00e2\u0080\u0093zel"], ["Lima"], ["ODono"], ["Quaranta"], ["Guerra"], ["Szendrei"], ["Fung"], ["Souza"], ["Kaupp"], ["Nair"], ["Triebel"], ["Sandsj"], ["Story"], ["Karniel"], ["Hippu"], ["Baccou"], ["Narayanan"], ["Ching"], ["Fathi"], ["Bomme"], ["Dalton"], ["Kamae"], ["Zafar"], ["Sgot"], ["Falconer"], ["Walker"], ["Poize"], ["Benabd"], ["Warren"], ["Sohn"], ["Davy"], ["Norman"], ["Frasinc"], ["Mes"], ["Kamata"], ["Signah"], ["Soni"], ["Jiao"], ["Gay"], ["Beeu"], ["Vrato"], ["Frolova"], ["Zuyev"], ["Kosken"], ["Matsuda"], ["Hayat"], ["Sagawe"], ["Fok"], ["Scibili"], ["Vogt"], ["Torres"], ["Spector"], ["Swien"], ["Theodores"], ["Spadon"], ["Kreutz"], ["Beuthel"], ["Murphy"], ["Xiang"], ["Maglioni"], ["Narasimhamu"], ["Kerz"], ["Loull"], ["Castle"], ["Kyriakopoulos"], ["Elme"], ["Reinhardt"], ["Soper"], ["Yean"], ["Lui"], ["Tsukamoto"], ["Androutsopoulos"], ["Dwyer"], ["Ryder"], ["Dellwo"], ["Preuss"], ["Bartels"], ["Drig"], ["Tabor"], ["Montilla"], ["Llam"], ["Joshi"], ["Cole"], ["Holt"], ["Konstantinides"], ["Rudolf"], ["Xie"], ["Trimble"], ["Zettel"], ["Ponnambalam"], ["Rowe"], ["Dima"], ["Rioult"], ["Xing"], ["Maillet"], ["Hubr"], ["Birtz"], ["Siebers"], ["Tola"], ["Dahmann"], ["McLeod"], ["Abeggl"], ["Meneses"], ["Valf"], ["April"], ["Wheeler"], ["Pietkiewicz"], ["Erol"], ["Kato"], ["Kaufman"], ["Tassel"], ["Wari"], ["Powals"], ["Chriso"], ["Curl"], ["Ortmann"], ["Jordan"], ["Boden"], ["Werf"], ["Gall"], ["Mezzar"], ["Nikut"], ["Wright"], ["Tsantis"], ["Amr"], ["Hartsk"], ["Holland"], ["Palma"], ["Lin"], ["Ram"], ["McGinn"], ["Kaiser"], ["Beekw"], ["Shim"], ["Yong"], ["Xylo"], ["Shoji"], ["Venturini"], ["Caporali"], ["Scher"], ["Moskow"], ["Yoon"], ["Cui"], ["Tam"], ["Tallis"], ["Gau"], ["Papakir"], ["Makarychev"], ["Chandra"], ["Gilmour"], ["Steinmetz"], ["Sowerby"], ["Labroc"], ["Itoh"], ["Yoshioka"], ["Gilliam"], ["Nguyen"], ["Hsieh"], ["Bland"], ["Burman"], ["Harshman"], ["Prieto"], ["Borrus"], ["Abraham"], ["Cochran"], ["Stasko"], ["Kambayashi"], ["Zelek"], ["Ahmadian"], ["Matsush"], ["Hoyos"], ["Mateo"], ["Kiltz"], ["Yeoh"], ["Herrmann"], ["Zaniolo"], ["Teng"], ["Kamez"], ["Fong"], ["Pledg"], ["Kruglyak"], ["Bloom"], ["Houtsm"], ["Nagaraj"], ["Richardson"], ["Kagd"], ["Ryoo"], ["Tleu"], ["Chilu"], ["Advani"], ["Masamura"], ["Richi"], ["Bier"], ["Kivv"], ["Barry"], ["Nallape"], ["Rafiq"], ["Roessler"], ["Yalk"], ["Correia"], ["Jouny"], ["Bakirc"], ["Albinal"], ["Wakamiya"], ["Villa"], ["Odell"], ["Tso"], ["Hardt"], ["Lopes"], ["Asikainen"], ["Gustafsson"], ["Krone"], ["Wolf"], ["Kolodko"], ["Elias"], ["Martyno"], ["Penneb"], ["Brown"], ["Emam"], ["Tuomisto"], ["Wall"], ["Pup"], ["Wehen"], ["Gong"], ["Bonvin"], ["Agraz"], ["Vogel"], ["Chikar"], ["Wilson"], ["Rammer"], ["Rhyne"], ["Gotoh"], ["Seaz"], ["Karande"], ["Petersen"], ["Al-Hu"], ["Milanic"], ["Urano"], ["Kurt"], ["Reuter"], ["Cesaret"], ["Spengler"], ["Bullinger"], ["Bersk"], ["Landau"], ["Kabir"], ["Felling"], ["Rajnov"], ["Recc"], ["Harders"], ["Blanchard"], ["Model"], ["Lindner"], ["Beck"], ["Tao"], ["Concilio"], ["Allen"], ["Kandadai"], ["Pah"], ["Syng"], ["Lahtinen"], ["Kran"], ["Shan"], ["Abdellatif"], ["Ang"], ["Rao"], ["Willis"], ["Holz"], ["Klivansky"], ["Sharpe"], ["Lagendijk"], ["MacIntyre"], ["Carrillo"], ["Guthk"], ["Peterson"], ["Tompa"], ["Nadg"], ["Engen"], ["Garg"], ["Feyr"], ["Johnson"], ["Nagle"], ["Fritsch"], ["Suwanno"], ["Wolff"], ["Boons"], ["Higuchi"], ["Bajracharya"], ["Sznajder"], ["\u00c3\u0083\u00e2\u0080\u00a6str\u00c3\u0083\u00c2\u00b6m"], ["Hobbs"], ["Phillips"], ["Rayad"], ["Arena"], ["Bernhart"], ["Chaney"], ["Hashim"], ["Adeni"], ["Radici"], ["Gei\u00c3\u0083\u00c5\u00b8l"], ["Keps"], ["Brandt"], ["Vedag"], ["Carvey"], ["Sayre"], ["Du"], ["Yuanq"], ["Juan"], ["Peltz"], ["Lemoine"], ["Hasan"], ["Fujii"], ["Reina-"], ["Cashman"], ["Schwet"], ["Cordt"], ["Eck"], ["Byun"], ["Okabe"], ["Ludwig"], ["Diana"], ["Clemens"], ["Chun"], ["Aiken"], ["Osinski"], ["Uchiyama"], ["Martini"], ["Gregga"], ["Zarat\u00c3\u0083\u00c2\u00a9"], ["Hancock"], ["Yu"], ["Thie"], ["Seta"], ["Feng"], ["Levitan"], ["Pohlem"], ["Ivanov"], ["Kihn"], ["Vyborny"], ["Yang"], ["Apostolov"], ["Bhat"], ["Martin"], ["Eguchi"], ["Mohamed"], ["Subbai"], ["Kameda"], ["Someren"], ["Hull"], ["Fettes"], ["Soltys"], ["Zamani"], ["Strieg"], ["Schelten"], ["Yusop"], ["Rolland"], ["Lansi"], ["Sadry"], ["DeMil"], ["Zarpell"], ["Carey"], ["Paul"], ["Osaka"], ["Browne"], ["Rotom"], ["Yasuda"], ["Piou"], ["Gray"], ["Janssen"], ["Katsik"], ["Margetts"], ["Baer"], ["ShuQ"], ["Theuniss"], ["Rehd"], ["Chatfield"], ["Roeder"], ["Soricu"], ["Stauf"], ["Coddington"], ["Pulido"], ["Albuquerque"], ["Trezz"], ["Alexandri"], ["Doeschn"], ["Kleinberg"], ["Aarde"], ["Weller"], ["Pelletier"], ["Bic"], ["Lao"], ["Ocel"], ["Lum"], ["Tiamp"], ["Afim"], ["Honeyman"], ["Xiong"], ["Deng"], ["Romeo"], ["Lutes"], ["Cronin"], ["Opitz"], ["Choung"], ["Hampp"], ["Fengl"], ["Ray"], ["Collet"], ["Schroeder"], ["Kimu"], ["Dahl"], ["Reichl"], ["Belmes"], ["Badran"], ["Godfrey"], ["Maw"], ["Morris"], ["Lowenstein"], ["Harrison"], ["Poulin"], ["Kothari"], ["Madden"], ["Schoenfl"], ["Lavina"], ["Mertens"], ["Barwin"], ["Dano"], ["Samel"], ["Bensaber"], ["Nishida"], ["Dage"], ["Kostie"], ["Sofer"], ["Bernstein"], ["Emms"], ["Jovicic"], ["Bai"], ["Tuki"], ["Fukui"], ["Canon"], ["Barranco"], ["Vulp"], ["Bhavs"], ["Maity"], ["Tanno"], ["Ohyama"], ["Vries"], ["Shwartz"], ["Kissel"], ["Guyer"], ["Roytman"], ["Marcol"], ["Hartmann"], ["Towsey"], ["Oba"], ["Dietzsch"], ["Durrant"], ["Im"], ["Komatsu"], ["Hoffman"], ["Bocchi"], ["Giroux"], ["Stylian"], ["Conradie"], ["Anderson"], ["Makowski"], ["Tamura"], ["Hochri"], ["Hoov"], ["Dostal"], ["Stilla"], ["So"], ["Luan"], ["Djurd"], ["Loudn"], ["Sellink"], ["Gleit"], ["Fischer"], ["Mandviwall"], ["Bayn"], ["Kuo"], ["Kelly"], ["Auriche"], ["Mennif"], ["Boyle"], ["Mansint"], ["Doran"], ["Tiroz"], ["Midu"], ["Lucas"], ["Pradhan"], ["Namer"], ["Kalantari"], ["Busch"], ["Desp"], ["Kane"], ["Kubo"], ["Murdock"], ["Deupree"], ["Rossettin"], ["Hendrickson"], ["Katzenb"], ["Lembr"], ["Kaep"], ["Kean"], ["Winter"], ["Butler"], ["Dumas"], ["Farahvash"], ["Karlsson"], ["Tian"], ["Schwarze"], ["Rossos"], ["Horecz"], ["Stratulat"], ["Saad"], ["Yagit"], ["Bawa"], ["Goldman"], ["Hughes"], ["Novak"], ["Planti"], ["Shishkin"], ["Chenu"], ["Morrison"], ["Malagoli"], ["Qvi"], ["Hsueh"], ["Reynolds"], ["Gibson"], ["Xi"], ["Komori"], ["Amberg"], ["Shevade"], ["Mazzat"], ["Wilks"], ["Sui"], ["Westervelt"], ["Catona"], ["Yun"], ["Matli"], ["Westphal"], ["Scherze"], ["Andrews"], ["Heilprin"], ["Ueno"], ["Dubu"], ["Garcia-Ferr"], ["Cooper"], ["Psil"], ["Jones"], ["Sandberg"], ["Senn"], ["Kuch"], ["Newitt"], ["Pigd"], ["Forestiero"], ["Blecken"], ["Cameron"], ["Teo"], ["Kim"], ["Hugo"], ["Tillmann"], ["Becker"], ["Soisalon-Soininen"], ["Klimasauskas"], ["Kjellmer"], ["Kouan"], ["Larsson"], ["Klug"], ["Hill"], ["Portillo"], ["Greve"], ["Sciore"], ["Mejia"], ["Masum"], ["Kannan"], ["Zaharak"], ["Gierl"], ["Aly"], ["Greenbaum"], ["Prabhakaran"], ["Bouamama"], ["Gibbs"], ["Ram\u00c3\u0083\u00c2\u00adrez"], ["Peip"], ["Barbosa"], ["Beichn"], ["Tan"], ["Baroni"], ["Putru"], ["Boken"], ["Mu\u00c3\u0083\u00c2\u00b1oz"], ["Ra\u00c3\u0083\u00c2\u00afev"], ["Aydin"], ["Konno"], ["Zhiyong"], ["Thoreson"], ["Zle"], ["Hirvas"], ["Ding"], ["Liots"], ["Lorinczi"], ["Sicard"], ["Paulk"], ["Ballew"], ["Gryts"], ["Bouguet"], ["Ishihara"], ["Kreitman"], ["Kaska"], ["Dooley"], ["Cadis"], ["Giannoulis"], ["Vegt"], ["Flecker"], ["Xin"], ["Fredrickso"], ["Mizuno"], ["Amann"], ["Heath"], ["Scheine"], ["Stephenn"], ["Boldin"], ["Schinag"], ["Jawad"], ["Kee"], ["Otsuki"], ["Eller"], ["Pace"], ["Tomason"], ["Wetzel"], ["Mulet"], ["Kashima"], ["Hird"], ["Schmitz"], ["Weiss"], ["Queiroz"], ["Tadjo"], ["Guix"], ["Akroy"], ["Fox"], ["Schweitzer"], ["Fall"], ["Blasbe"], ["Schulz"], ["Hwang"], ["Sachse"], ["Gubar"], ["Cruz"], ["Moei"], ["Chettao"], ["McWilliams"], ["Sulimova"], ["Ledermann"], ["Tanzi"], ["Ranno"], ["Cerime"], ["Eggers"], ["Schill"], ["Giuffrida"], ["Charng"], ["Hamagi"], ["Havill"], ["Samar"], ["Chowdhury"], ["Rical"], ["Basturk"], ["Ravindranath"], ["Huo"], ["Jia"], ["Christodoulakis"], ["Moscarini"], ["Dumont"], ["Griffin"], ["Varadaran"], ["Morton"], ["Hons"], ["Hahn-"], ["Yoshimoto"], ["Kotsonis"], ["Liedm"], ["Ingram"], ["Sakanushi"], ["Potry"], ["Neilson"], ["Pettersen"], ["Miliko"], ["Rani"], ["Oblak"], ["Clifford"], ["Monger"], ["Olro"], ["Alart"], ["Cherchi"], ["Munro"], ["Bollen"], ["Tyler"], ["Hinik"], ["Klepper"], ["Lohman"], ["Roschew"], ["Benitez"], ["Kok"], ["Osc"], ["Krohn"], ["Frazin"], ["Aguilar"], ["Xiao"], ["Ohki"], ["Ruhe"], ["Clemme"], ["Douss"], ["Hegde"], ["Dai"], ["Chakraborty"], ["Sherman"], ["Rissanen"], ["Abdul-Rahman"], ["Kei"], ["Shavel"], ["Koltso"], ["Lingamp"], ["Hashimoto"], ["Sanchez"], ["Velikovs"], ["Rumat"], ["Jacobs"], ["Marongiu"], ["Martel-"], ["Brandsd"], ["Schopp"], ["Marquis"], ["Breed"], ["Witty"], ["Corr"], ["Boudjelo"], ["Heng"], ["Tsuji"], ["Satoh"], ["Mittelm"], ["Karv"], ["Bansal"], ["Nakamura"], ["Eynd"], ["Almeida"], ["Homyk"], ["Sankappanavar"], ["Mozayani"], ["Strzem"], ["Perna"], ["Nanda"], ["Atkins"], ["Masri"], ["Massey"], ["Paddock"], ["Harada"], ["Chiu"], ["Crues"], ["Urwin"], ["Arora"], ["Kereth"], ["Feldman"], ["Verma"], ["Gowi"], ["Zeng"], ["Varghese"], ["Peeri"], ["Conti"], ["Kite"], ["Breuer"], ["Wyes"], ["Pomy"], ["Rote"], ["Ye"], ["Das"], ["Hadzilacos"], ["Yemini"], ["Duncan"], ["Ladu"], ["Nam"], ["Ariav"], ["Tauber"], ["Dasd"], ["Chow"], ["Quinta"], ["Vieira"], ["Mehra"], ["Whitten"], ["Khalil"], ["Benkov"], ["Achilles"], ["Krasser"], ["Katehakis"], ["Denso"], ["Kaminsky"], ["Gregory"], ["Stenv"], ["Gifford"], ["Sveti"], ["Jode"], ["Harass"], ["Bae"], ["Kurata"], ["Levie"], ["Christiansen"], ["Bra\u00c3\u0083\u00c2\u00b1a"], ["Yamaguchi"], ["Hennig"], ["Angelo"], ["Randers"], ["Luk"], ["Zuo"], ["Fernandez-Gonzalez"], ["Tomkins"], ["Sumi"], ["Vicentino"], ["Yihn"], ["Chapman"], ["Wells"], ["Setiawan"], ["Lal"], ["Bogdanova"], ["Champes"], ["Stoltzfus"], ["Kahs"], ["Meise"], ["Piedrah"], ["Spikov"], ["Kaar"], ["Loher"], ["Leister"], ["Schauser"], ["Dair"], ["Dave"], ["Shani"], ["Franchet"], ["Hameed"], ["Unger"], ["Viani"], ["Hansch"], ["Pottos"], ["McDonald"], ["Gani"], ["Pinkus"], ["Koenig"], ["Scheffer"], ["Carrera"], ["Liang"], ["Nakao"], ["Liepelt"], ["Turunen"], ["Jackson"], ["Zacharias"], ["Stanko"], ["Lesaffre"], ["Geser"], ["Yarmush"], ["Bongio"], ["Henriksen"], ["Mitsuhashi"], ["Slaw"], ["Lynch"], ["Hung"], ["Levine"], ["Smoro"], ["Aminian"], ["Sakhno"], ["Palaniswami"], ["Dubink"], ["Brenner"], ["Fabregas"], ["Kl\u00c3\u0083\u00c2\u00b6pper"], ["Loyka"], ["Cacciari"], ["Fischbach"], ["Shapiro"], ["Zubai"], ["Maesf"], ["Unay"], ["Donofrio"], ["Barberis"], ["Esparza"], ["Mohan"], ["Koppit"], ["Iacovoni"], ["Sram"], ["Bruderm"], ["Rho"], ["Lenhart"], ["Finance"], ["Rabu"], ["Sud"], ["Manzoor"], ["Clarkson"], ["Frangeu"], ["Ohno"], ["Cabr"], ["Streitf"], ["Tchuri"], ["Pourkas"], ["DAtri"], ["Mathias"], ["Mattor"], ["Makinen"], ["Oki"], ["Cirsto"], ["Flossmann"], ["Rogers"], ["Khene"], ["Retzel"], ["Mesne"], ["Hau"], ["Tsalidi"], ["Gault"], ["Rees-"], ["Graham"], ["Mukai"], ["Mellor"], ["Steines"], ["Zahrani"], ["Oberholzer"], ["Simon"], ["Winkler"], ["Bengtss"], ["Napoletani"], ["Willson"], ["Yip"], ["Wrzesz"], ["Sarnak"], ["Ailamaki"], ["Buril"], ["Hossain"], ["Kozlov"], ["Crimm"], ["Krishnakumar"], ["Bauer"], ["Oliveira"], ["Mercank"], ["Dickson"], ["Guiho"], ["Moire"], ["Yannakakis"], ["Hands"], ["Morgan"], ["Isogai"], ["Tellez"], ["Mauras"], ["Gruns"], ["Jakobsen"], ["Huft"], ["Batano"], ["Nisso"], ["Prince"], ["Sawah"], ["Hay"], ["Olin"], ["Koic"], ["Sudirm"], ["Anty"], ["Kobayashi"], ["Stelzl"], ["Jamro"], ["Bussel"], ["Bulash"], ["Bhargava"], ["Gandhi"], ["Marek"], ["Brzezinski"], ["Winzer"], ["Labaye"], ["Awano"], ["Baier"], ["Salzman"], ["Kaneko"], ["Ciepl"], ["Takahashi"], ["Furukawa"], ["Saill"], ["Patne"], ["Nilsson"], ["Yen"], ["Kasani"], ["Julier"], ["Kun"], ["Hawthorne"], ["Seraphin"], ["Shelest"], ["Hao"], ["Khaw"], ["McGarr"], ["Tobin"], ["Klingenb"], ["Fickl"], ["Jacobi"], ["Strader"], ["Bellman"], ["OMalley"], ["Beckert"], ["Savolainen"], ["Bennett"], ["Courtney"], ["Califieri"], ["Sakamoto"], ["Lv"], ["Epley"], ["Bravo"], ["Won"], ["Samo"]]}, "table_names": "['student', 'takes']", "table_image_ids": ["TableImg_4hb5y_2000.png", "TableImg_Bop23_30000.png"], "original_data_index": 1087} +{"question": "What are the id and zip code of the address with the highest monthly rental?", "answer": {"columns": ["address_id", "zip_postcode"], "index": [0], "data": [[16, "637"]]}, "table_names": "['Addresses', 'Student_Addresses']", "table_image_ids": ["TableImg_0vv9z_20.png", "TableImg_Kxbkj_20.png"], "original_data_index": 1088} +{"question": "Find the names of instructors who didn't each any courses in any Spring semester.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "data": [["McKinnon"], ["Pingr"], ["Mird"], ["Murata"], ["Konstantinides"], ["Levine"], ["Shuming"], ["Queiroz"], ["Sullivan"], ["Bertolino"], ["Hau"], ["Soisalon-Soininen"], ["Moreira"], ["Arias"], ["Yazdi"], ["Choll"], ["Arinb"], ["Kenje"], ["Dusserre"], ["Desyl"], ["Sarkar"], ["Bancilhon"], ["Liley"], ["Yin"], ["Lent"], ["Bourrier"], ["Gutierrez"], ["Romero"], ["Kean"], ["Bietzk"]]}, "table_names": "['instructor', 'teaches']", "table_image_ids": ["TableImg_Elpue_50.png", "TableImg_7u3zy_100.png"], "original_data_index": 1089} +{"question": "What are the ids of all students along with how many sports and games did they play?", "answer": {"columns": ["StuID", "count(*)", "sum(gamesplayed)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [[1001, 1, 5], [1002, 1, 20], [1003, 1, 18], [1005, 1, 16], [1015, 1, 41], [1018, 1, 25], [1019, 2, 78], [1022, 1, 31], [1023, 2, 64], [1026, 1, 37], [1033, 1, 45], [1035, 1, 94]]}, "table_names": "['SportsInfo']", "table_image_ids": ["TableImg_Bs10o_14.png"], "original_data_index": 1090} +{"question": "How many different students play games?", "answer": {"columns": ["count(DISTINCT StuID)"], "index": [0], "data": [[5]]}, "table_names": "['Plays_Games']", "table_image_ids": ["TableImg_5inus_10.png"], "original_data_index": 1091} +{"question": "What are the id of each employee and the number of document destroyed by that employee?", "answer": {"columns": ["Destroyed_by_Employee_ID", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[38, 1], [55, 1], [99, 2], [136, 2], [138, 1], [156, 1], [173, 3]]}, "table_names": "['Documents_to_be_Destroyed']", "table_image_ids": ["TableImg_Xhvj6_11.png"], "original_data_index": 1092} +{"question": "Find the first names and last names of the authors whose institution affiliation is \"University of Oxford\".", "answer": {"columns": ["fname", "lname"], "index": [0, 1, 2], "data": [["Jeremy", "Gibbons"], ["Ralf", "Hinze"], ["Daniel W. H.", "James"]]}, "table_names": "['Inst', 'Authors', 'Authorship']", "table_image_ids": ["TableImg_So0cr_8.png", "TableImg_G10il_13.png", "TableImg_Ski3n_14.png"], "original_data_index": 1093} +{"question": "Find the number of different products that are produced by companies at different headquarter cities.", "answer": {"columns": ["count(DISTINCT T1.name)", "Headquarter"], "index": [0, 1, 2, 3, 4, 5], "data": [[3, "Austin"], [1, "Beijing"], [3, "Los Angeles"], [2, "Paris"], [1, "Taiwan"], [1, "Tokyo"]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_Eko68_6.png", "TableImg_Oxolc_11.png"], "original_data_index": 1094} +{"question": "What is the title and id of the film that has the greatest number of copies in inventory?", "answer": {"columns": ["title", "film_id"], "index": [0], "data": [["ACADEMY DINOSAUR", 1]]}, "table_names": "['film', 'inventory']", "table_image_ids": ["TableImg_Whlsa_1000.png", "TableImg_2jxnw_4581.png"], "original_data_index": 1095} +{"question": "Compute the total order quantities of the product \"photo\".", "answer": {"columns": ["sum(T1.Order_Quantity)"], "index": [0], "data": [[3]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_95gc1_15.png", "TableImg_73k98_15.png"], "original_data_index": 1096} +{"question": "Find the name and position of physicians who prescribe some medication whose brand is X?", "answer": {"columns": ["Name", "Position"], "index": [0], "data": [["John Dorian", "Staff Internist"]]}, "table_names": "['Physician', 'Medication', 'Prescribes']", "table_image_ids": ["TableImg_Cvmrh_9.png", "TableImg_Vnsse_5.png", "TableImg_K4cqs_3.png"], "original_data_index": 1097} +{"question": "Count the number of different software platforms.", "answer": {"columns": ["count(DISTINCT Software_Platform)"], "index": [0], "data": [[2]]}, "table_names": "['device']", "table_image_ids": ["TableImg_Ctdj5_6.png"], "original_data_index": 1098} +{"question": "List the name, nationality and id of all male architects ordered by their names lexicographically.", "answer": {"columns": ["name", "nationality", "id"], "index": [0, 1, 2, 3], "data": [["Frank Gehry", "Canadian", "2"], ["Frank Lloyd Wright", "American", "1"], ["Le Corbusier", "Swiss, French", "5"], ["Mies Van Der Rohe", "German, American", "4"]]}, "table_names": "['architect']", "table_image_ids": ["TableImg_Qbxc3_5.png"], "original_data_index": 1099} +{"question": "Show the name and population of the country that has the highest roller coaster.", "answer": {"columns": ["Name", "Population"], "index": [0], "data": [["Sweden", 9047752]]}, "table_names": "['roller_coaster', 'country']", "table_image_ids": ["TableImg_Har2z_6.png", "TableImg_0dln1_3.png"], "original_data_index": 1100} +{"question": "Which transportation method is used the most often to get to tourist attractions?", "answer": {"columns": ["How_to_Get_There"], "index": [0], "data": [["bus"]]}, "table_names": "['Tourist_Attractions']", "table_image_ids": ["TableImg_Xqu7j_15.png"], "original_data_index": 1101} +{"question": "Which contact channel codes were used less than 5 times?", "answer": {"columns": ["channel_code"], "index": [0, 1, 2, 3], "data": [["Cell"], ["Email"], ["Fax"], ["Mobile"]]}, "table_names": "['Customer_Contact_Channels']", "table_image_ids": ["TableImg_7nnum_20.png"], "original_data_index": 1102} +{"question": "Which program is broadcast most frequently? Give me the program name.", "answer": {"columns": ["Name"], "index": [0], "data": [["Aniworld"]]}, "table_names": "['program', 'broadcast']", "table_image_ids": ["TableImg_P2wkr_5.png", "TableImg_G9c4v_11.png"], "original_data_index": 1103} +{"question": "What are the invoice dates, order ids, and order details for all invoices?", "answer": {"columns": ["invoice_date", "order_id", "order_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["2018-03-01 16:40:48", 9, null], ["2018-03-20 00:21:41", 9, null], ["2018-03-05 08:47:33", 3, null], ["2018-02-28 19:01:06", 9, null], ["2018-03-07 02:04:32", 13, null], ["2018-03-16 21:57:43", 8, null], ["2018-03-13 07:27:38", 10, null], ["2018-03-19 17:06:30", 10, null], ["2018-03-16 11:01:06", 12, null], ["2018-03-01 01:44:08", 11, null], ["2018-03-23 04:59:28", 5, null], ["2018-03-15 21:24:13", 3, null], ["2018-03-03 20:44:06", 3, null], ["2018-03-19 22:38:10", 4, null], ["2018-03-15 09:38:49", 14, null]]}, "table_names": "['Orders', 'Invoices']", "table_image_ids": ["TableImg_Zdjup_15.png", "TableImg_V1ekc_15.png"], "original_data_index": 1104} +{"question": "What is the average latitude and longitude of the starting points of all trips?", "answer": {"columns": ["avg(T1.lat)", "avg(T1.long)"], "index": [0], "data": [[37.7461813354, -122.3613472235]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_Sh1ts_70.png", "TableImg_L14xl_9959.png"], "original_data_index": 1105} +{"question": "What are the ids, types, and details of the organization with the most research staff?", "answer": {"columns": ["organisation_id", "organisation_type", "organisation_details"], "index": [0], "data": [[2, "RES", "eius"]]}, "table_names": "['Organisations', 'Research_Staff']", "table_image_ids": ["TableImg_Eb2j1_15.png", "TableImg_Im2ft_15.png"], "original_data_index": 1106} +{"question": "What are the last names that are used by customers and staff?", "answer": {"columns": ["last_name"], "index": [0], "data": [["Mertz"]]}, "table_names": "['Staff', 'Customers']", "table_image_ids": ["TableImg_3dczq_15.png", "TableImg_Vnq53_15.png"], "original_data_index": 1107} +{"question": "What are the nicknames of schools whose division is not 1?", "answer": {"columns": ["Nickname"], "index": [0, 1, 2, 3], "data": [["Auks"], ["Raiders"], ["Seahawks"], ["Silver Eagles"]]}, "table_names": "['school_details']", "table_image_ids": ["TableImg_Jt8s0_6.png"], "original_data_index": 1108} +{"question": "Show the shop addresses ordered by their opening year.", "answer": {"columns": ["Address"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["1100 Main Street"], ["1111 Main Street"], ["2345 McGee Street"], ["324 E. 11th Street"], ["1200 Main Street"], ["1330 Baltimore Street"], ["909 Walnut Street"], ["1201 Walnut Street"], ["414 E. 12th Street"], ["909 Main Street"]]}, "table_names": "['shop']", "table_image_ids": ["TableImg_Mawlm_10.png"], "original_data_index": 1109} +{"question": "What are the names of all races held after 2000 in Spain?", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Spanish Grand Prix"], ["European Grand Prix"]]}, "table_names": "['circuits', 'races']", "table_image_ids": ["TableImg_Hcn7t_73.png", "TableImg_Xthzl_997.png"], "original_data_index": 1110} +{"question": "Who has friends that are older than the average age? Print their friends and their ages as well", "answer": {"columns": ["name", "friend", "age"], "index": [0, 1], "data": [["Alice", "Bob", 35], ["Bob", "Zach", 45]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Opvac_4.png", "TableImg_Yp3ge_4.png"], "original_data_index": 1111} +{"question": "What is the name and job title of the staff who was assigned the latest?", "answer": {"columns": ["staff_name", "job_title_code"], "index": [0], "data": [["Katelynn", "Clerical Staff"]]}, "table_names": "['Staff', 'Staff_Department_Assignments']", "table_image_ids": ["TableImg_Ik2g8_15.png", "TableImg_Xu01l_15.png"], "original_data_index": 1112} +{"question": "What are the locations that have gas stations owned by a company with a market value greater than 100?", "answer": {"columns": ["Location"], "index": [0, 1, 2, 3, 4, 5], "data": [["Herne Hill"], ["Herne St"], ["Herne Ave"], ["Hennry Hill"], ["Maindy Ave"], ["Newport Rd"]]}, "table_names": "['company', 'gas_station', 'station_company']", "table_image_ids": ["TableImg_Idace_10.png", "TableImg_Zhg93_11.png", "TableImg_T8nvj_6.png"], "original_data_index": 1113} +{"question": "Return the first names of the 5 staff members who have handled the most complaints.", "answer": {"columns": ["first_name"], "index": [0, 1, 2, 3, 4], "data": [["Dagmar"], ["Bradly"], ["Austin"], ["Lucie"], ["Mikel"]]}, "table_names": "['Staff', 'Complaints']", "table_image_ids": ["TableImg_39pdu_7.png", "TableImg_Irly6_12.png"], "original_data_index": 1114} +{"question": "Which reign is the most common among wrestlers?", "answer": {"columns": ["Reign"], "index": [0], "data": [["1"]]}, "table_names": "['wrestler']", "table_image_ids": ["TableImg_Cwvar_10.png"], "original_data_index": 1115} +{"question": "Find the full name and id of the college that has the most baseball players.", "answer": {"columns": ["name_full", "college_id"], "index": [0], "data": [["University of Texas at Austin", "texas"]]}, "table_names": "['player_college', 'college']", "table_image_ids": ["TableImg_Sw61x_17350.png", "TableImg_Bflkv_1207.png"], "original_data_index": 1116} +{"question": "Which city is the headquarter of the store named \"Blackville\" in?", "answer": {"columns": ["Headquartered_City"], "index": [0], "data": [["Bhakkar City"]]}, "table_names": "['store', 'district', 'store_district']", "table_image_ids": ["TableImg_Dl2eh_5.png", "TableImg_L3znh_15.png", "TableImg_Qd3uv_5.png"], "original_data_index": 1117} +{"question": "Find the titles of albums that contain tracks of both the Reggae and Rock genres.", "answer": {"columns": ["Title"], "index": [0], "data": [["Greatest Hits"]]}, "table_names": "['Album', 'Genre', 'Track']", "table_image_ids": ["TableImg_Lxren_347.png", "TableImg_98das_25.png", "TableImg_Clhhs_3503.png"], "original_data_index": 1118} +{"question": "What is the name of department where has the smallest number of professors?", "answer": {"columns": ["DEPT_NAME"], "index": [0], "data": [["Fine Arts"]]}, "table_names": "['DEPARTMENT', 'PROFESSOR']", "table_image_ids": ["TableImg_Q3ea0_11.png", "TableImg_Dbknq_22.png"], "original_data_index": 1119} +{"question": "What are the naems of all the projects, and how many scientists were assigned to each of them?", "answer": {"columns": ["count(*)", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[1, "A Matter of Time"], [1, "A Puzzling Parallax"], [2, "A Silver-Cleaning Battery"], [2, "Aerodynamics and Gas Mileage"], [1, "Aerodynamics and Ice Hockey"], [3, "Build Your Own Telescope"], [1, "Juicy: Extracting Apple Juice with Pectinase"], [1, "Winds: Studying Bernoullis Principle"]]}, "table_names": "['Projects', 'AssignedTo']", "table_image_ids": ["TableImg_Kjpwi_14.png", "TableImg_Dbxke_12.png"], "original_data_index": 1120} +{"question": "How many train stations are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[12]]}, "table_names": "['station']", "table_image_ids": ["TableImg_5ygzz_12.png"], "original_data_index": 1121} +{"question": "What is the customer id of the customer with the most accounts, and how many accounts does this person have?", "answer": {"columns": ["customer_id", "count(*)"], "index": [0], "data": [[9, 4]]}, "table_names": "['Accounts']", "table_image_ids": ["TableImg_Idert_15.png"], "original_data_index": 1122} +{"question": "What are the locations of all the gas stations ordered by opening year?", "answer": {"columns": ["Location"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Herne Hill"], ["Channel Hill"], ["Reading North"], ["Herne St"], ["Reading"], ["Herne Ave"], ["Hennry Hill"], ["Jane Ave"], ["Maindy Hill"], ["Maindy Ave"], ["Newport Rd"]]}, "table_names": "['gas_station']", "table_image_ids": ["TableImg_Hmngu_11.png"], "original_data_index": 1123} +{"question": "What is average lesson price taught by staff with first name as Janessa and last name as Sawayn?", "answer": {"columns": ["avg(price)"], "index": [0], "data": [[306.0]]}, "table_names": "['Staff', 'Lessons']", "table_image_ids": ["TableImg_V0ouu_15.png", "TableImg_Qn576_15.png"], "original_data_index": 1124} +{"question": "What are the names and cities of the branches that do not have any registered members?", "answer": {"columns": ["Name", "City"], "index": [0, 1], "data": [["Stanley", "London"], ["Saint Amant", "London"]]}, "table_names": "['branch', 'membership_register_branch']", "table_image_ids": ["TableImg_S92ui_8.png", "TableImg_X603m_8.png"], "original_data_index": 1125} +{"question": "Find the number of rooms for different block code?", "answer": {"columns": ["count(*)", "BlockCode"], "index": [0, 1, 2], "data": [[12, 1], [12, 2], [12, 3]]}, "table_names": "['Block', 'Room']", "table_image_ids": ["TableImg_Fieef_12.png", "TableImg_C4pbm_36.png"], "original_data_index": 1126} +{"question": "Find the number of tied games (the value of \"ties\" is '1') in 1885 postseason.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['postseason']", "table_image_ids": ["TableImg_Fn5yw_307.png"], "original_data_index": 1127} +{"question": "Which course author teaches the \"advanced database\" course? Give me his or her login name.", "answer": {"columns": ["login_name"], "index": [0], "data": [["al75"]]}, "table_names": "['Course_Authors_and_Tutors', 'Courses']", "table_image_ids": ["TableImg_2jk66_15.png", "TableImg_2326g_15.png"], "original_data_index": 1128} +{"question": "What is the total number of points for all players?", "answer": {"columns": ["sum(Points)"], "index": [0], "data": [[566.0]]}, "table_names": "['player']", "table_image_ids": ["TableImg_4q35d_15.png"], "original_data_index": 1129} +{"question": "Find names and times of trains that run through stations for the local authority Chiltern.", "answer": {"columns": ["name", "time"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Ananthapuri Express", "17:15"], ["Guruvayur Express", "22:10"], ["Guruvayur Express", "22:10"], ["Jayanthi Janatha Express", "06:30"], ["Madurai Fast Passenger", "21:49"], ["Quilon Fast Passenger", "04:55"], ["Island Express", "16:59"], ["Island Express", "16:59"]]}, "table_names": "['train', 'station', 'route']", "table_image_ids": ["TableImg_Bks5o_11.png", "TableImg_38s4k_11.png", "TableImg_866nk_18.png"], "original_data_index": 1130} +{"question": "What city is the headquarter of the store Blackville?", "answer": {"columns": ["Headquartered_City"], "index": [0], "data": [["Bhakkar City"]]}, "table_names": "['store', 'district', 'store_district']", "table_image_ids": ["TableImg_Osu3f_5.png", "TableImg_8nxcq_15.png", "TableImg_Fppbi_5.png"], "original_data_index": 1131} +{"question": "What are the different states that have students trying out?", "answer": {"columns": ["state"], "index": [0, 1, 2, 3], "data": [["AZ"], ["LA"], ["FL"], ["OK"]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_Twbi1_4.png", "TableImg_3pxl4_6.png"], "original_data_index": 1132} +{"question": "In which city do the most employees live and how many of them live there?", "answer": {"columns": ["city", "count(*)"], "index": [0], "data": [["Port Melyssa", 4]]}, "table_names": "['Addresses', 'Staff']", "table_image_ids": ["TableImg_I12k1_15.png", "TableImg_Ae38h_15.png"], "original_data_index": 1133} +{"question": "Find the names of schools that have more than one donator with donation amount above 8.5.", "answer": {"columns": ["School_name"], "index": [0, 1], "data": [["Glenn"], ["Jimtown"]]}, "table_names": "['School', 'endowment']", "table_image_ids": ["TableImg_I1ket_8.png", "TableImg_Zgati_11.png"], "original_data_index": 1134} +{"question": "For the problem with id 10, return the ids and dates of its problem logs.", "answer": {"columns": ["problem_log_id", "log_entry_date"], "index": [0, 1], "data": [[12, "1997-08-31 08:19:12"], [13, "2009-04-10 19:09:30"]]}, "table_names": "['Problem_Log']", "table_image_ids": ["TableImg_P4faf_15.png"], "original_data_index": 1135} +{"question": "What are the total purchases for members rated at level 6?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['member', 'purchase']", "table_image_ids": ["TableImg_6td4t_10.png", "TableImg_0ba0v_8.png"], "original_data_index": 1136} +{"question": "Find the id and rank of the team that has the highest average attendance rate in 2014.", "answer": {"columns": ["team_id", "rank"], "index": [0], "data": [["LAN", 8]]}, "table_names": "['home_game', 'team']", "table_image_ids": ["TableImg_Uomqg_2944.png", "TableImg_T94bk_2805.png"], "original_data_index": 1137} +{"question": "What are the different types of transactions?", "answer": {"columns": ["transaction_type"], "index": [0, 1], "data": [["Payment"], ["Refund"]]}, "table_names": "['Financial_Transactions']", "table_image_ids": ["TableImg_Bf0ho_15.png"], "original_data_index": 1138} +{"question": "What are the maximum fastest lap speed in races held after 2004 grouped by race name and ordered by year?", "answer": {"columns": ["max(T2.fastestlapspeed)", "name", "year"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["202.946", "European Grand Prix", 2016], ["209.918", "German Grand Prix", 2016], ["198.652", "Abu Dhabi Grand Prix", 2017], ["220.605", "Australian Grand Prix", 2017], ["230.597", "Austrian Grand Prix", 2017], ["208.919", "Azerbaijan Grand Prix", 2017], ["209.952", "Bahrain Grand Prix", 2017], ["236.583", "Belgian Grand Prix", 2017], ["218.349", "Brazilian Grand Prix", 2017], ["234.025", "British Grand Prix", 2017], ["210.588", "Canadian Grand Prix", 2017], ["205.745", "Chinese Grand Prix", 2017], ["196.697", "Hungarian Grand Prix", 2017], ["250.174", "Italian Grand Prix", 2017], ["224.439", "Japanese Grand Prix", 2017], ["212.104", "Malaysian Grand Prix", 2017], ["196.666", "Mexican Grand Prix", 2017], ["160.561", "Monaco Grand Prix", 2017], ["217.388", "Russian Grand Prix", 2017], ["173.643", "Singapore Grand Prix", 2017], ["200.471", "Spanish Grand Prix", 2017], ["203.003", "United States Grand Prix", 2017]]}, "table_names": "['races', 'results']", "table_image_ids": ["TableImg_830v4_997.png", "TableImg_03q35_23777.png"], "original_data_index": 1139} +{"question": "Return the hispanic percentage for cities in which the black percentage is greater than 10.", "answer": {"columns": ["Hispanic"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[99.5], [99.1], [99.0], [99.1], [99.2], [98.6], [99.0]]}, "table_names": "['city']", "table_image_ids": ["TableImg_P0oem_17.png"], "original_data_index": 1140} +{"question": "Who are the lieutenant governor and comptroller from the democratic party?", "answer": {"columns": ["Lieutenant_Governor", "Comptroller"], "index": [0, 1, 2], "data": [["Sandra Frankel", "Carl McCall"], ["Dennis Mehiel", "Alan Hevesi"], ["David Paterson", "Alan Hevesi"]]}, "table_names": "['party']", "table_image_ids": ["TableImg_Uuxv7_7.png"], "original_data_index": 1141} +{"question": "Find the names of states that have some college students playing in goalie and mid positions.", "answer": {"columns": ["state"], "index": [0], "data": [["LA"]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_Ellfh_4.png", "TableImg_57ey3_6.png"], "original_data_index": 1142} +{"question": "What is the total number of purchases for members with level 6?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['member', 'purchase']", "table_image_ids": ["TableImg_5bafg_10.png", "TableImg_Nmd1w_8.png"], "original_data_index": 1143} +{"question": "What are the the lesson ids of all staff taught by Janessa Sawayn whose nickname has the letter s?", "answer": {"columns": ["lesson_id"], "index": [0], "data": [[4]]}, "table_names": "['Staff', 'Lessons']", "table_image_ids": ["TableImg_Uj81g_15.png", "TableImg_Ttwrb_15.png"], "original_data_index": 1144} +{"question": "Show the name and opening year for three churches that opened most recently.", "answer": {"columns": ["Name", "Open_Date"], "index": [0, 1, 2], "data": [["True Church of Jesus Christ of Latter Day Saints", 1844], ["Church of Christ", 1842], ["Church of Jesus Christ, the Bride, the Lamb's Wife", 1840]]}, "table_names": "['church']", "table_image_ids": ["TableImg_N1y0x_9.png"], "original_data_index": 1145} +{"question": "Show the names of countries and the average speed of roller coasters from each country.", "answer": {"columns": ["Name", "avg(T2.Speed)"], "index": [0, 1, 2], "data": [["Austria", 58.6666666667], ["Finland", 47.45], ["Sweden", 67.0]]}, "table_names": "['roller_coaster', 'country']", "table_image_ids": ["TableImg_Wed7d_6.png", "TableImg_Mxln1_3.png"], "original_data_index": 1146} +{"question": "Who is the author of the paper titled \"Binders Unbound\"? Give me the last name.", "answer": {"columns": ["lname"], "index": [0, 1, 2], "data": [["Weirich"], ["Yorgey"], ["Sheard"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_7aqpt_13.png", "TableImg_Pl484_7.png", "TableImg_Mie99_14.png"], "original_data_index": 1147} +{"question": "Which programs are never broadcasted in the morning? Give me the names of the programs.", "answer": {"columns": ["Name"], "index": [0], "data": [["Youman"]]}, "table_names": "['program', 'broadcast']", "table_image_ids": ["TableImg_Mjaf6_5.png", "TableImg_Tf5l7_11.png"], "original_data_index": 1148} +{"question": "Show the countries that have both managers of age above 50 and managers of age below 46.", "answer": {"columns": ["Country"], "index": [0], "data": [["United States"]]}, "table_names": "['manager']", "table_image_ids": ["TableImg_Ijuft_7.png"], "original_data_index": 1149} +{"question": "What are the actual delivery dates of orders with quantity 1?", "answer": {"columns": ["Actual_Delivery_Date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["2011-04-13 07:15:35"], ["1993-09-16 23:20:05"], ["2004-03-27 23:30:12"], ["2004-03-27 23:30:12"], ["1993-09-16 23:20:05"], ["1990-11-14 03:53:06"], ["1998-08-22 17:57:32"], ["2015-06-20 20:51:17"], ["1992-07-21 22:11:11"]]}, "table_names": "['Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Yilug_15.png", "TableImg_01og8_15.png"], "original_data_index": 1150} +{"question": "What are the distinct first names of the students who have vice president votes and reside in a city whose city code is not PIT?", "answer": {"columns": ["Fname"], "index": [0], "data": [["Bruce"]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_Agphm_34.png", "TableImg_Ps3ew_10.png"], "original_data_index": 1151} +{"question": "Show all artist names with an average exhibition attendance over 200.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Vijay Singh"], ["John Daly"], ["Jeff Sluman"], ["Nick Price"]]}, "table_names": "['artist', 'exhibition', 'exhibition_record']", "table_image_ids": ["TableImg_Acss5_7.png", "TableImg_P5kx6_6.png", "TableImg_No4x6_13.png"], "original_data_index": 1152} +{"question": "display the department name and number of employees in each of the department.", "answer": {"columns": ["DEPARTMENT_NAME", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Accounting", 2], ["Administration", 1], ["Executive", 3], ["Finance", 6], ["Human Resources", 1], ["IT", 5], ["Marketing", 2], ["Public Relations", 1], ["Purchasing", 6], ["Sales", 34], ["Shipping", 45]]}, "table_names": "['departments', 'employees']", "table_image_ids": ["TableImg_2hc99_27.png", "TableImg_Dhdeo_107.png"], "original_data_index": 1153} +{"question": "How many drivers participated in the race Australian Grand Prix held in 2009?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[20]]}, "table_names": "['races', 'results']", "table_image_ids": ["TableImg_Stltk_997.png", "TableImg_Aqp9j_23777.png"], "original_data_index": 1154} +{"question": "What are the names of actors who have been in the musical titled The Phantom of the Opera?", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Ray Meagher"], ["Tom Oliver"]]}, "table_names": "['musical', 'actor']", "table_image_ids": ["TableImg_5cze8_7.png", "TableImg_Um1hf_9.png"], "original_data_index": 1155} +{"question": "Find the name of the department that has the fewest members.", "answer": {"columns": ["DName"], "index": [0], "data": [["Cognitive Science"]]}, "table_names": "['Department', 'Member_of']", "table_image_ids": ["TableImg_2c9oa_26.png", "TableImg_5sgnd_63.png"], "original_data_index": 1156} +{"question": "What are the allergies and their types that the student with first name Lisa has? And order the result by name of allergies.", "answer": {"columns": ["Allergy", "AllergyType"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Anchovies", "food"], ["Cat", "animal"], ["Dog", "animal"], ["Eggs", "food"], ["Grass Pollen", "environmental"], ["Grass Pollen", "environmental"], ["Milk", "food"], ["Ragweed", "environmental"], ["Shellfish", "food"], ["Tree Pollen", "environmental"]]}, "table_names": "['Allergy_Type', 'Has_Allergy', 'Student']", "table_image_ids": ["TableImg_8euqt_14.png", "TableImg_Mhema_59.png", "TableImg_G946h_34.png"], "original_data_index": 1157} +{"question": "What are the full names and cities of employees who have the letter Z in their first names?", "answer": {"columns": ["FIRST_NAME", "LAST_NAME", "CITY"], "index": [0, 1, 2], "data": [["Mozhe", "Atkinson", "South San Francisco"], ["Hazel", "Philtanker", "South San Francisco"], ["Elizabeth", "Bates", "OX9 9ZB"]]}, "table_names": "['departments', 'employees', 'locations']", "table_image_ids": ["TableImg_Prg7h_27.png", "TableImg_Dp1jy_107.png", "TableImg_2oxov_23.png"], "original_data_index": 1158} +{"question": "Find the name of the stadium that has the maximum capacity.", "answer": {"columns": ["name"], "index": [0], "data": [["Nou Mestalla"]]}, "table_names": "['stadium']", "table_image_ids": ["TableImg_73h9t_10.png"], "original_data_index": 1159} +{"question": "Which department has more than 1 head at a time? List the id, name and the number of heads.", "answer": {"columns": ["Department_ID", "Name", "count(*)"], "index": [0], "data": [[2, "Treasury", 2]]}, "table_names": "['department', 'management']", "table_image_ids": ["TableImg_Dj6b7_15.png", "TableImg_Hxe7k_5.png"], "original_data_index": 1160} +{"question": "Find the number of users who did not write any review.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['review', 'useracct']", "table_image_ids": ["TableImg_Iq8pm_7.png", "TableImg_3g79f_7.png"], "original_data_index": 1161} +{"question": "Count the number of accounts.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Accounts']", "table_image_ids": ["TableImg_Qo8ij_15.png"], "original_data_index": 1162} +{"question": "For each product which has problems, what are the number of problems and the product id?", "answer": {"columns": ["count(*)", "product_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[4, 1], [2, 2], [3, 4], [1, 5], [1, 6], [1, 7], [1, 8], [1, 13], [1, 15]]}, "table_names": "['Product', 'Problems']", "table_image_ids": ["TableImg_Tybaa_15.png", "TableImg_0mhfw_15.png"], "original_data_index": 1163} +{"question": "Show the most common builder of railways.", "answer": {"columns": ["Builder"], "index": [0], "data": [["GWR Swindon"]]}, "table_names": "['railway']", "table_image_ids": ["TableImg_2ohu8_10.png"], "original_data_index": 1164} +{"question": "What are the names of all stations that have more than 10 bikes available and are not located in San Jose?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [["2nd at Folsom"], ["2nd at South Park"], ["5th at Howard"], ["Beale at Market"], ["Civic Center BART (7th at Market)"], ["Commercial at Montgomery"], ["Cowper at University"], ["Embarcadero at Folsom"], ["Embarcadero at Vallejo"], ["Grant Avenue at Columbus Avenue"], ["Market at Sansome"], ["Mechanics Plaza (Market at Battery)"], ["Park at Olive"], ["Powell at Post (Union Square)"], ["Townsend at 7th"], ["Yerba Buena Center of the Arts (3rd @ Howard)"]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_Dfrre_70.png", "TableImg_2xbg7_8487.png"], "original_data_index": 1165} +{"question": "What are the names and data types of the characteristics of the 'cumin' product?", "answer": {"columns": ["characteristic_name", "characteristic_data_type"], "index": [0], "data": [["slow", "mollitia"]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Yo7gx_15.png", "TableImg_7rjyb_15.png", "TableImg_Jwtso_15.png"], "original_data_index": 1166} +{"question": "What are the cell phone numbers of the candidates that received an assessment code of \"Fail\"?", "answer": {"columns": ["cell_mobile_number"], "index": [0], "data": [["(262)347-9364x516"]]}, "table_names": "['People', 'Candidates', 'Candidate_Assessments']", "table_image_ids": ["TableImg_Nqm8t_8.png", "TableImg_Anf6g_8.png", "TableImg_S6i6b_5.png"], "original_data_index": 1167} +{"question": "Return the name of the artist who has the latest join year.", "answer": {"columns": ["Name"], "index": [0], "data": [["Vijay Singh"]]}, "table_names": "['artist']", "table_image_ids": ["TableImg_K5zzm_7.png"], "original_data_index": 1168} +{"question": "Return all players sorted by college in ascending alphabetical order.", "answer": {"columns": ["Player"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [["Sean Franklin Category:Articles with hCards"], ["Rodrigo Faria Category:Articles with hCards"], ["Damani Ralph Category:Articles with hCards"], ["Jay Heaps Category:Articles with hCards"], ["Steve Ralston Category:Articles with hCards"], ["Clint Dempsey Category:Articles with hCards"], ["C. J. Sapong Category:Articles with hCards"], ["Maurice Edu Category:Articles with hCards"], ["Omar Gonzalez Category:Articles with hCards"], ["Carlos Bocanegra Category:Articles with hCards"], ["Jonathan Bornstein Category:Articles with hCards"], ["Mike Duhaney Category:Articles with hCards"], ["Ben Olsen Category:Articles with hCards"], ["Kyle Martino Category:Articles with hCards"], ["Michael Parkhurst Category:Articles with hCards"], ["Andy Najar Category:Articles with hCards"]]}, "table_names": "['match_season', 'player']", "table_image_ids": ["TableImg_1j0nd_16.png", "TableImg_Jqx75_10.png"], "original_data_index": 1169} +{"question": "What is the name and sex of the candidate with the highest support rate?", "answer": {"columns": ["Name", "Sex"], "index": [0], "data": [["Vincent Montm\u00c3\u00a9at", "M"]]}, "table_names": "['candidate', 'people']", "table_image_ids": ["TableImg_07vox_6.png", "TableImg_K4he2_9.png"], "original_data_index": 1170} +{"question": "What are the first names of all teachers who have taught a course and the corresponding course codes?", "answer": {"columns": ["EMP_FNAME", "CRS_CODE"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Arnelle", "ACCT-211"], ["Arnelle", "ACCT-211"], ["Robert", "ACCT-211"], ["Ismael", "ACCT-212"], ["Ismael", "ACCT-212"], ["Carlos", "CIS-220"], ["Gerald", "CIS-220"], ["Carlos", "CIS-220"], ["Peter", "CIS-420"], ["Gerald", "QM-261"], ["Gerald", "QM-261"], ["Peter", "QM-362"], ["Peter", "QM-362"]]}, "table_names": "['CLASS', 'EMPLOYEE']", "table_image_ids": ["TableImg_C03hi_13.png", "TableImg_8emyx_37.png"], "original_data_index": 1171} +{"question": "What are the first and last names of all drivers who participated in the Australian Grand Prix but not the Chinese Grand Prix?", "answer": {"columns": ["forename", "surname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104], "data": [["Adri\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdn", "Campos"], ["Aguri", "Suzuki"], ["Alain", "Prost"], ["Alan", "Jones"], ["Alessandro", "Nannini"], ["Alessandro", "Zanardi"], ["Alex", "Caffi"], ["Alex", "Yoong"], ["Allan", "McNish"], ["Allen", "Berg"], ["Andrea", "Montermini"], ["Andrea", "de Cesaris"], ["Ayrton", "Senna"], ["Bernd", "Schneider"], ["Bertrand", "Gachot"], ["Christian", "Danner"], ["Christian", "Fittipaldi"], ["Cristiano", "da Matta"], ["Damon", "Hill"], ["David", "Brabham"], ["Derek", "Warwick"], ["Domenico", "Schiattarella"], ["Eddie", "Cheever"], ["Eddie", "Irvine"], ["Elio", "de Angelis"], ["Emanuele", "Naspetti"], ["Emanuele", "Pirro"], ["Enrico", "Bertaggia"], ["Enrique", "Bernoldi"], ["Eric", "van de Poele"], ["Esteban", "Tuero"], ["Franck", "Lagorce"], ["Gabriele", "Tarquini"], ["Gast\u00ef\u00bf\u00bd_n", "Mazzacane"], ["Gerhard", "Berger"], ["Gianni", "Morbidelli"], ["Giorgio", "Pantano"], ["Heinz-Harald", "Frentzen"], ["Hideki", "Noda"], ["Huub", "Rothengatter"], ["Ivan", "Capelli"], ["Jacques", "Laffite"], ["Jan", "Lammers"], ["Jan", "Magnussen"], ["Jean", "Alesi"], ["Jean-Denis", "D\u00cc\u00a9l\u00cc\u00a9traz"], ["Jean-Marc", "Gounon"], ["Johnny", "Dumfries"], ["Johnny", "Herbert"], ["Jonathan", "Palmer"], ["Jos", "Verstappen"], ["Julian", "Bailey"], ["Justin", "Wilson"], ["Jyrki", "J\u00ef\u00bf\u00bd_rvilehto"], ["Karl", "Wendlinger"], ["Keke", "Rosberg"], ["Luca", "Badoer"], ["Luciano", "Burti"], ["Luis", "P\u00cc\u00a9rez-Sala"], ["Marc", "Gen\u00cc\u00a9"], ["Marc", "Surer"], ["Mark", "Blundell"], ["Martin", "Brundle"], ["Maur\u00ef\u00bf\u00bd_cio", "Gugelmin"], ["Michele", "Alboreto"], ["Mika", "H\u00ef\u00bf\u00bd_kkinen"], ["Mika", "Salo"], ["Naoki", "Hattori"], ["Nelson", "Piquet"], ["Nicola", "Larini"], ["Nigel", "Mansell"], ["Niki", "Lauda"], ["Olivier", "Grouillard"], ["Oscar", "Larrauri"], ["Patrick", "Friesacher"], ["Patrick", "Tambay"], ["Paul", "Belmondo"], ["Pedro", "Diniz"], ["Pedro", "Lamy"], ["Philippe", "Alliot"], ["Philippe", "Streiff"], ["Piercarlo", "Ghinzani"], ["Pierluigi", "Martini"], ["Pierre-Henri", "Raphanel"], ["Ralph", "Firman"], ["Ren\u00cc\u00a9", "Arnoux"], ["Ricardo", "Rosset"], ["Riccardo", "Patrese"], ["Roberto", "Moreno"], ["Satoru", "Nakajima"], ["Shinji", "Nakano"], ["Stefan", "Johansson"], ["Stefano", "Modena"], ["Taki", "Inoue"], ["Tarso", "Marques"], ["Teo", "Fabi"], ["Thierry", "Boutsen"], ["Toranosuke", "Takagi"], ["Toshio", "Suzuki"], ["Ukyo", "Katayama"], ["Vincenzo", "Sospiri"], ["Yannick", "Dalmas"], ["Yuji", "Ide"], ["\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdric", "Bernard"], ["\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdrik", "Comas"]]}, "table_names": "['races', 'drivers', 'results']", "table_image_ids": ["TableImg_C7km8_997.png", "TableImg_Ymseq_842.png", "TableImg_Tyfge_23777.png"], "original_data_index": 1172} +{"question": "Find the number of albums by the artist \"Metallica\".", "answer": {"columns": ["COUNT(*)"], "index": [0], "data": [[10]]}, "table_names": "['Album', 'Artist']", "table_image_ids": ["TableImg_J0dw6_347.png", "TableImg_Qh2tf_275.png"], "original_data_index": 1173} +{"question": "List all information in the item table.", "answer": {"columns": ["i_id", "title"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[0, "pear"], [1, "orange"], [2, "apple"], [3, "shampoo"], [4, "avocado"], [5, "comb"], [6, "blue hoodie"], [7, "cup"]]}, "table_names": "['item']", "table_image_ids": ["TableImg_L1q9u_8.png"], "original_data_index": 1174} +{"question": "What are the different names and ages of every friend of either Dan or alice?", "answer": {"columns": ["name", "age"], "index": [0], "data": [["Zach", 45]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Fcja9_4.png", "TableImg_Damej_4.png"], "original_data_index": 1175} +{"question": "Give me a list of all the service names sorted alphabetically.", "answer": {"columns": ["Service_name"], "index": [0, 1, 2, 3], "data": [["Change a policy"], ["Close a policy"], ["New policy application"], ["Upgrade a policy"]]}, "table_names": "['Services']", "table_image_ids": ["TableImg_Gq7u8_4.png"], "original_data_index": 1176} +{"question": "Find all the papers published by \"Aaron Turon\".", "answer": {"columns": ["title"], "index": [0], "data": [["Functional Pearl: Modular Rollback through Control Logging"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Udw1p_13.png", "TableImg_7439p_7.png", "TableImg_Zf367_14.png"], "original_data_index": 1177} +{"question": "What are the themes of parties ordered by the number of hosts in ascending manner?", "answer": {"columns": ["Party_Theme"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Hardcore Resurrection"], ["QrimeTime"], ["Spring"], ["Teqnology"], ["In Qontrol"], ["Houseqlassics"], ["Club Q-BASE"], ["Qlubtempo"]]}, "table_names": "['party']", "table_image_ids": ["TableImg_05yl3_8.png"], "original_data_index": 1178} +{"question": "What are the first names of the different drivers who won in position 1 as driver standing and had more than 20 points?", "answer": {"columns": ["forename"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["Robert"], ["Michael"], ["Kimi"], ["Fernando"], ["Lewis"], ["Alain"], ["Nelson"], ["Ayrton"], ["Michele"], ["Keke"], ["Carlos"], ["Mike"], ["Graham"], ["Denny"], ["Clay"], ["Emerson"], ["Patrick"], ["Jody"], ["Niki"], ["Sebastian"], ["Jenson"], ["Nico"]]}, "table_names": "['drivers', 'driverStandings']", "table_image_ids": ["TableImg_88tyb_842.png", "TableImg_K1x59_31726.png"], "original_data_index": 1179} +{"question": "Find the total credits of all classes offered by each department.", "answer": {"columns": ["sum(T1.crs_credit)", "DEPT_CODE"], "index": [0, 1], "data": [[15.0, "ACCT"], [27.0, "CIS"]]}, "table_names": "['CLASS', 'COURSE']", "table_image_ids": ["TableImg_Qa7z0_13.png", "TableImg_5h8si_6.png"], "original_data_index": 1180} +{"question": "What are the names of the ships that are not involved in any missions?", "answer": {"columns": ["Name"], "index": [0], "data": [["Author"]]}, "table_names": "['mission', 'ship']", "table_image_ids": ["TableImg_Emab0_7.png", "TableImg_Phu0s_8.png"], "original_data_index": 1181} +{"question": "Which students in third grade are not taught by teacher COVIN JEROME? Give me the last names of the students.", "answer": {"columns": ["LastName"], "index": [0, 1, 2, 3, 4, 5], "data": [["AREHART"], ["GROENEWEG"], ["NABOZNY"], ["PINNELL"], ["SANTORY"], ["VANDERWOUDE"]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_Gnk93_60.png", "TableImg_J5i77_12.png"], "original_data_index": 1182} +{"question": "How many proteins are associated with an institution founded after 1880 or an institution with type \"Private\"?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Institution', 'protein']", "table_image_ids": ["TableImg_0km2m_11.png", "TableImg_8qrlj_5.png"], "original_data_index": 1183} +{"question": "Find the payment method that is used the most often in all the invoices. Give me its code.", "answer": {"columns": ["payment_method_code"], "index": [0], "data": [["MasterCard"]]}, "table_names": "['Invoices']", "table_image_ids": ["TableImg_Iawwx_15.png"], "original_data_index": 1184} +{"question": "Give me the maximum low temperature and average precipitation at the Amersham station.", "answer": {"columns": ["max(t1.low_temperature)", "avg(t1.precipitation)"], "index": [0], "data": [[55, 42.8571428571]]}, "table_names": "['station', 'weekly_weather']", "table_image_ids": ["TableImg_Qy3s0_11.png", "TableImg_E8ybg_16.png"], "original_data_index": 1185} +{"question": "What are the names of patients who are not taking the medication of Procrastin-X.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Dennis Doe"], ["Grace Ritchie"], ["Random J. Patient"]]}, "table_names": "['Patient', 'Medication', 'Prescribes']", "table_image_ids": ["TableImg_3tg8w_4.png", "TableImg_C0c4z_5.png", "TableImg_J7534_3.png"], "original_data_index": 1186} +{"question": "Find the maximum price of wins from the appelations in Central Coast area and produced before the year of 2005.", "answer": {"columns": ["max(T2.Price)"], "index": [0], "data": [[60]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_E7j8e_57.png", "TableImg_W8kfy_500.png"], "original_data_index": 1187} +{"question": "In which locations are there more than one movie theater with capacity above 300?", "answer": {"columns": ["Location"], "index": [0], "data": [["County Clare"]]}, "table_names": "['cinema']", "table_image_ids": ["TableImg_W44q5_10.png"], "original_data_index": 1188} +{"question": "What are the names of the members that have never registered at any branch?", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["David Jones"], ["Matt Lentz"]]}, "table_names": "['member', 'membership_register_branch']", "table_image_ids": ["TableImg_3n26p_10.png", "TableImg_F57tx_8.png"], "original_data_index": 1189} +{"question": "Which customer made the smallest amount of claim in one claim? Return the customer details.", "answer": {"columns": ["Customer_Details"], "index": [0], "data": [["Mrs. Hanna Willms"]]}, "table_names": "['Customers', 'Policies', 'Claim_Headers']", "table_image_ids": ["TableImg_Sm6es_15.png", "TableImg_5sp0t_15.png", "TableImg_N4h8q_15.png"], "original_data_index": 1190} +{"question": "Find the name and attribute ID of the attribute definitions with attribute value 0.", "answer": {"columns": ["attribute_name", "attribute_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Yellow", 3], ["Black", 2], ["Sweet", 4], ["Black", 2], ["Black", 2], ["Sweet", 4], ["Yellow", 3], ["Sweet", 4]]}, "table_names": "['Attribute_Definitions', 'Catalog_Contents_Additional_Attributes']", "table_image_ids": ["TableImg_4pwde_4.png", "TableImg_X0ef6_15.png"], "original_data_index": 1191} +{"question": "List the id of students who registered course statistics in the order of registration date.", "answer": {"columns": ["student_id"], "index": [0, 1, 2, 3], "data": [[121], [111], [171], [141]]}, "table_names": "['Courses', 'Student_Course_Registrations']", "table_image_ids": ["TableImg_Lqalo_6.png", "TableImg_77ivt_9.png"], "original_data_index": 1192} +{"question": "Which party has two or more records?", "answer": {"columns": ["Party"], "index": [0, 1], "data": [["Democratic"], ["Independence"]]}, "table_names": "['party']", "table_image_ids": ["TableImg_Ea65p_7.png"], "original_data_index": 1193} +{"question": "Return the color code and description for the product with the name 'chervil'.", "answer": {"columns": ["color_code", "color_description"], "index": [0], "data": [["7", "black"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_02duh_8.png", "TableImg_P4pob_15.png"], "original_data_index": 1194} +{"question": "Which services type had both successful and failure event details?", "answer": {"columns": ["Service_Type_Code"], "index": [0, 1, 2], "data": [["Death Proof"], ["Marriage"], ["Property Change"]]}, "table_names": "['Services', 'Events']", "table_image_ids": ["TableImg_0fwb3_4.png", "TableImg_V1rkk_15.png"], "original_data_index": 1195} +{"question": "Show the authors who have submissions to more than one workshop.", "answer": {"columns": ["Author"], "index": [0], "data": [["Sammy Green"]]}, "table_names": "['submission', 'Acceptance']", "table_image_ids": ["TableImg_Zxeus_10.png", "TableImg_9gi25_6.png"], "original_data_index": 1196} +{"question": "Show the average room count of the apartments that have booking status code \"Provisional\".", "answer": {"columns": ["avg(room_count)"], "index": [0], "data": [[6.5]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_N7dkw_15.png", "TableImg_Jrwxt_15.png"], "original_data_index": 1197} +{"question": "When did Linda Smith visit Subway?", "answer": {"columns": ["Time"], "index": [0], "data": [["2017-10-09 18:15:00"]]}, "table_names": "['Student', 'Restaurant', 'Visits_Restaurant']", "table_image_ids": ["TableImg_N3ho7_34.png", "TableImg_K8twv_2.png", "TableImg_Jrx9x_2.png"], "original_data_index": 1198} +{"question": "What are the official names of cities that have hosted more than one competition?", "answer": {"columns": ["Official_Name"], "index": [0], "data": [["Aroostook"]]}, "table_names": "['city', 'farm_competition']", "table_image_ids": ["TableImg_Bga7t_5.png", "TableImg_4tnrb_6.png"], "original_data_index": 1199} +{"question": "What is the product, chromosome, and porphyria of the enzymes located at 'Cytosol'?", "answer": {"columns": ["Product", "Chromosome", "Porphyria"], "index": [0, 1, 2, 3], "data": [["Porphobilinogen", "9q34", "ALA-Dehydratase deficiency"], ["Hydroxymethyl bilane", "11q23.3", "acute intermittent porphyria"], ["Uroporphyrinogen III", "10q25.2-q26.3", "congenital erythropoietic porphyria"], ["Coproporphyrinogen III", "1p34", "porphyria cutanea tarda"]]}, "table_names": "['enzyme']", "table_image_ids": ["TableImg_Bg426_8.png"], "original_data_index": 1200} +{"question": "Find the organisation type description of the organisation detailed as 'quo'.", "answer": {"columns": ["organisation_type_description"], "index": [0], "data": [["Research"]]}, "table_names": "['Organisation_Types', 'Organisations']", "table_image_ids": ["TableImg_Lfulm_2.png", "TableImg_Onvme_15.png"], "original_data_index": 1201} +{"question": "What are the purchase details of transactions with amount bigger than 10000?", "answer": {"columns": ["purchase_details"], "index": [0, 1, 2, 3, 4], "data": [["c"], ["i"], ["a"], ["a"], ["r"]]}, "table_names": "['Transactions', 'Purchases']", "table_image_ids": ["TableImg_8dp29_15.png", "TableImg_Huez6_15.png"], "original_data_index": 1202} +{"question": "What are the task details, task ids, and project ids for the progrects that are detailed as 'omnis' or have at least 3 outcomes?", "answer": {"columns": ["task_details", "task_id", "project_id"], "index": [0, 1], "data": [["m", 12, 12], ["r", 7, 7]]}, "table_names": "['Project_Outcomes', 'Projects', 'Tasks']", "table_image_ids": ["TableImg_4hizf_15.png", "TableImg_0a87x_15.png", "TableImg_C9m2r_15.png"], "original_data_index": 1203} +{"question": "What are the full names and hire dates for employees in the same department as someone with the first name Clara, not including Clara?", "answer": {"columns": ["FIRST_NAME", "LAST_NAME", "HIRE_DATE"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "data": [["John", "Russell", "1987-08-01"], ["Karen", "Partners", "1987-08-02"], ["Alberto", "Errazuriz", "1987-08-03"], ["Gerald", "Cambrault", "1987-08-04"], ["Eleni", "Zlotkey", "1987-08-05"], ["Peter", "Tucker", "1987-08-06"], ["David", "Bernstein", "1987-08-07"], ["Peter", "Hall", "1987-08-08"], ["Christopher", "Olsen", "1987-08-09"], ["Nanette", "Cambrault", "1987-08-10"], ["Oliver", "Tuvault", "1987-08-11"], ["Janette", "King", "1987-08-12"], ["Patrick", "Sully", "1987-08-13"], ["Allan", "McEwen", "1987-08-14"], ["Lindsey", "Smith", "1987-08-15"], ["Louise", "Doran", "1987-08-16"], ["Sarath", "Sewall", "1987-08-17"], ["Danielle", "Greene", "1987-08-19"], ["Mattea", "Marvins", "1987-08-20"], ["David", "Lee", "1987-08-21"], ["Sundar", "Ande", "1987-08-22"], ["Amit", "Banda", "1987-08-23"], ["Lisa", "Ozer", "1987-08-24"], ["Harrison", "Bloom", "1987-08-25"], ["Tayler", "Fox", "1987-08-26"], ["William", "Smith", "1987-08-27"], ["Elizabeth", "Bates", "1987-08-28"], ["Sundita", "Kumar", "1987-08-29"], ["Ellen", "Abel", "1987-08-30"], ["Alyssa", "Hutton", "1987-08-31"], ["Jonathon", "Taylor", "1987-09-01"], ["Jack", "Livingston", "1987-09-02"], ["Charles", "Johnson", "1987-09-04"]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_Uv90k_107.png"], "original_data_index": 1204} +{"question": "Count the number of distinct company industries.", "answer": {"columns": ["count(DISTINCT Industry)"], "index": [0], "data": [[5]]}, "table_names": "['Companies']", "table_image_ids": ["TableImg_Zjsgy_19.png"], "original_data_index": 1205} +{"question": "What are the ids, names, and FDA approval status for medicines ordered by descending number of possible enzyme interactions?", "answer": {"columns": ["id", "name", "FDA_approved"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [[2, "Aripiprazole", "Yes"], [3, "Asenapine", "Yes"], [8, "Iloperidone", "Yes"], [20, "Ziprasidone", "Yes"], [1, "Amisulpride", "No"], [4, "Blonanserin", "No"], [5, "Carpipramine", "No"], [6, "Clocapramine", "No"], [7, "Clozapine", "Yes"], [9, "Lurasidone", "Yes"], [10, "Melperone", "No"], [13, "Paliperidone", "Yes"], [19, "Sulpiride", "No"]]}, "table_names": "['medicine', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_Z11o6_21.png", "TableImg_V0lnb_19.png"], "original_data_index": 1206} +{"question": "Count the number of customers who have an account.", "answer": {"columns": ["count(DISTINCT customer_id)"], "index": [0], "data": [[7]]}, "table_names": "['Accounts']", "table_image_ids": ["TableImg_7xxg3_15.png"], "original_data_index": 1207} +{"question": "How many sections does each course have?", "answer": {"columns": ["count(*)", "CRS_CODE"], "index": [0, 1, 2, 3, 4, 5], "data": [[3, "ACCT-211"], [2, "ACCT-212"], [3, "CIS-220"], [1, "CIS-420"], [2, "QM-261"], [2, "QM-362"]]}, "table_names": "['CLASS']", "table_image_ids": ["TableImg_Ywzlq_13.png"], "original_data_index": 1208} +{"question": "Which buildings do not have any company office? Give me the building names.", "answer": {"columns": ["name"], "index": [0], "data": [["Ritz-Carlton Mexico City"]]}, "table_names": "['buildings', 'Office_locations']", "table_image_ids": ["TableImg_3hmfu_12.png", "TableImg_Sgtmx_16.png"], "original_data_index": 1209} +{"question": "What is the average age for each dorm and what are the names of each dorm?", "answer": {"columns": ["avg(T1.age)", "dorm_name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[19.6666666667, "Anonymous Donor Hall"], [20.0, "Bud Jones Hall"], [19.6, "Dorm-plex 2000"], [19.7777777778, "Fawlty Towers"], [18.0, "Grad Student Asylum"], [20.1666666667, "Smith Hall"], [18.0, "University Hovels"]]}, "table_names": "['Student', 'Dorm', 'Lives_in']", "table_image_ids": ["TableImg_1j2b4_34.png", "TableImg_Dy51d_7.png", "TableImg_Av4ud_31.png"], "original_data_index": 1210} +{"question": "What are the names and scores of all wines?", "answer": {"columns": ["Name", "Score"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499], "data": [["Old Kraft Vineyard", 93], ["Giana", 93], ["Black Chicken", 91], ["Napa Ranches", 89], ["Varozza Vineyard", 88], ["Mother Clone", 88], ["Zinfandel", 87], ["Sauvignon Blanc", 92], ["Les Pionniers", 92], ["Cuvee Nicolas", 91], ["Tradition", 91], ["Church Vineyard", 91], ["LApres-Midi", 91], ["Rosemarys Block Dry Stack Vineyard", 90], ["Sauvignon Blanc", 90], ["Sauvignon Blanc", 89], ["Sauvignon Blanc", 89], ["Mesa Verde Vineyard", 89], ["Sauvignon Blanc", 89], ["Sauvignon Blanc", 89], ["Sauvignon Blanc", 89], ["Asatsuyu", 89], ["Estate", 89], ["Sauvignon Blanc", 89], ["Home Ranch", 89], ["Hyde Vineyards", 89], ["Purisma Mountain", 88], ["3CV Grassini Family Vineyards", 88], ["Schmidt Ranch", 88], ["Sauvignon Blanc", 87], ["Cuvee Natalie", 87], ["au Naturel", 87], ["Handley Vineyard", 87], ["Wow Oui", 87], ["Sauvignon Blanc", 87], ["Sauvignon Blanc", 87], ["Sauvignon Blanc", 87], ["Sauvignon Blanc", 87], ["Sauvignon Blanc", 86], ["Magnolia Lane", 86], ["Carols Vineyard", 86], ["East Side Vineyards", 86], ["Sauvignon Blanc", 86], ["Sauvignon Blanc", 85], ["Sauvignon Blanc", 85], ["Sauvignon Blanc", 85], ["Sauvignon Blanc", 85], ["Pritchard Hill", 96], ["Reserve", 95], ["Neyers Ranch - Conn Valley", 95], ["Annum", 95], ["Cabernet Sauvignon", 94], ["Beckstoffer To Kalon Vineyard", 92], ["Coliseum Block", 92], ["1886", 92], ["Cabernet Sauvignon", 92], ["Beckstoffer To Kalon Vineyard", 92], ["Couer de Valee", 92], ["Cabernet Sauvignon", 92], ["Amber Ridge Vineyard", 95], ["Keefer Ranch", 95], ["Koplen Vineyard", 95], ["Freestone Hill", 95], ["Julias Vineyard", 94], ["Carneros Hyde Vineyard", 94], ["Pinot Noir", 94], ["Garys Vineyard", 94], ["Kanzler Vineyard", 94], ["Five Sisters", 94], ["Pisoni Vineyard", 93], ["Rosellas Vineyard", 93], ["Kanzler Vineyard", 93], ["Valley Bliss Block", 93], ["Pinot Noir", 93], ["Lancel Creek Vineyard", 93], ["Pinot Noir", 92], ["4-Barrel", 92], ["Gaps Crown Vineyard", 92], ["Pinot Noir", 90], ["Reserve", 89], ["A by Acacia", 88], ["La Encantada Vineyard", 88], ["La Encantada Vineyard Clone 667", 88], ["Estate Reserve", 88], ["Carneros", 88], ["Pinot Noir", 88], ["Garys Vineyard", 88], ["Pinot Noir", 88], ["Sarmento Vineyard", 88], ["Pinot Noir", 88], ["Pinot Noir", 88], ["Pinot Noir", 87], ["Pinot Noir", 87], ["Henry Ranch", 87], ["Pinot Noir", 87], ["Kali Hart", 87], ["Pinot Noir", 87], ["Pinot Noir", 87], ["Pinot Noir", 86], ["Sleepy Hollow Vineyard", 86], ["Pinot Noir", 85], ["Syrah", 94], ["Eddies Patch", 92], ["Merlot", 86], ["Reserve", 86], ["Darius II", 96], ["Cabernet Sauvignon", 94], ["Hillstone Vineyard", 94], ["Tomahawk Vineyard", 93], ["Elevage", 93], ["Cabernet Sauvignon", 92], ["Cabernet Sauvignon", 91], ["Neruda Brix Vineyard", 90], ["Cabernet Sauvignon", 88], ["Cabernet Sauvignon", 87], ["In the Crosshairs Eleven Confessions Vineyard", 97], ["On the Road", 93], ["Garnacha Denner Vineyard", 91], ["Purisma Mountain Vineyard", 88], ["Romeo", 87], ["Hope Family Vineyard", 87], ["Foggy Knoll Vineyard", 87], ["Anns Block", 91], ["Kick Ranch", 91], ["Thompson Vineyard", 90], ["Hayne Vineyard", 90], ["Sweetwater Springs Vineyard", 89], ["Petite Sirah", 85], ["Rosellas Vineyard", 95], ["Pisoni Vineyard", 95], ["Kanzler Vineyard", 94], ["Russel Family Vineyard", 94], ["Durell Vineyard", 94], ["Garys Vineyard", 94], ["Garys Vineyard", 93], ["Rancho Oliveros Vineyard", 93], ["Graham Family Vineyard", 93], ["Pinot Noir", 93], ["Pinot Noir", 93], ["Garys Vineyard", 93], ["Clos Pepe Vineyard", 93], ["Keefer Ranch Vineyard", 92], ["Keefer Ranch Vineyard", 92], ["Cargasacchi Vineyard", 92], ["Pinot Noir", 92], ["Clos Pepe Vineyard", 91], ["Turner Vineyard", 91], ["Rancho La Vina Vineyard", 91], ["Pinot Noir", 90], ["Limited Release", 90], ["Aubaine Vineyard", 90], ["Pinot Noir", 88], ["Pinot Noir", 88], ["Pinot Noir", 84], ["A Shot in the Dark Eleven Confessions Vineyard", 98], ["Quarzo", 95], ["Rosellas Vineyard", 94], ["Cardiac Hill", 93], ["Larner Vinyard", 93], ["White Hawk Vineyard", 93], ["Mesa Reserve", 93], ["Twist of Fate", 92], ["Syrah", 92], ["Garys Vineyard", 92], ["Kemp Vineyard", 91], ["Christensen Family Vineyard", 91], ["Melville Vineyards", 91], ["Syrah", 90], ["The Flight", 90], ["Colson Canyon Vineyard", 90], ["Syrah", 89], ["England-Shaw", 89], ["Rose Steinbeck Vineyard", 88], ["La Cruz Vineyard", 88], ["Syrah", 88], ["Syrah", 88], ["Syrah", 88], ["Snows Lake Vineyard", 88], ["Abba Vineyard", 88], ["Originals", 88], ["Que Syrah Vineyard", 87], ["Gesture Limited Release", 87], ["Star Angel ", 87], ["Kick Ranch Reserve", 87], ["Syrah", 87], ["Syrah", 87], ["Les Cotes De LOuest", 84], ["Shiraz", 83], ["Carlisle Vineyard", 93], ["Cedarman", 93], ["Tofanelli Vineyard", 93], ["Private Reserve", 92], ["Fredericks Vineyard", 91], ["Rossi Ranch", 90], ["Treborce Vineyard", 90], ["Wild Oak Old Vines", 89], ["Old Vine", 88], ["Wheelhouse", 88], ["Zinfandel", 88], ["Zinfandel", 87], ["SHR Field Blend", 87], ["Lot 154", 86], ["Edizione Pennino", 86], ["Chardonnay", 92], ["La Cruz Vineyard", 91], ["Signature", 89], ["Loco", 88], ["Chardonnay", 86], ["Bailey Vineyard", 93], ["Twenty Two", 93], ["Larner Vinyard", 92], ["Black Bart Stagecoach Vineyard", 91], ["Polomita Hamilton Vineyard", 91], ["Rominger Vineyard", 91], ["Maverick", 91], ["VGS", 90], ["Amber Ridge Vineyard", 90], ["Roll Ranch Vineyard", 90], ["Guidici Famili Vineyard", 90], ["Savoy Vineyard", 92], ["The Backbone", 92], ["Laurels Estate Vineyard", 91], ["Bynum & Moshin Vineyards", 91], ["Jensen Vineyard", 91], ["Rockpile Road Vineyard", 91], ["Pinot Noir", 91], ["Thirtieth Anniverasry Vintage Mt. Harlan Cuvee", 90], ["Green River Isobel", 95], ["Sengiacomo Vineyard", 93], ["Lorenzo", 93], ["Chloe", 92], ["Chardonnay", 90], ["Signature", 90], ["Stagecoach Vineyard Black Bart", 90], ["Home Ranch", 90], ["Cabernet Sauvignon", 97], ["Cabernet Sauvignon", 95], ["Reserve", 95], ["Cabernet Sauvignon", 93], ["Cabernet Sauvignon", 93], ["Cabernet Sauvignon", 93], ["Stagecoach Vineyard", 93], ["Ten-Goal Happy Canyon Vineyards", 92], ["The Ranch", 92], ["Napa Cuvee", 91], ["Monte Rosso Vineyard", 91], ["Beckstoffer To Kalon Vineyard", 91], ["Reserve", 90], ["Cabernet Sauvignon", 90], ["Cabernet Sauvignon", 90], ["Dr. Crane Vineyard", 90], ["Boonflys Hill", 95], ["McCrea Vineyard", 95], ["Ma Belle-Fille", 95], ["Durell Vineyard", 95], ["Durell Vineyard Wente Clone", 95], ["Estate Vineyard", 94], ["Wine Hill Vineyard", 94], ["Belle Cote", 94], ["Mon Plaisir", 94], ["Untilited #3", 94], ["Reserve", 94], ["Los Alamos Vineyard Historic Vineyards Collection", 93], ["Hyde Vineyards", 93], ["Hudson Vineyard", 93], ["Damaris Reserve ", 93], ["Chardonnay", 93], ["Cahrles Heintz Vineyard", 93], ["Santa Cruz Mountains Estate", 93], ["Red Shoulder Ranch", 93], ["Winmakers Reserve", 93], ["Sangiacomo Vineyard", 92], ["Sbraglia Limited-Release", 92], ["Chardonnay", 92], ["Reserve", 92], ["Chardonnay", 92], ["Ryo-fu", 92], ["Chardonnay", 92], ["Carneros", 92], ["Dutton Ranch", 92], ["Chardonnay", 92], ["Los Olivos Vineyard", 92], ["La Carrlere", 92], ["Chardonnay", 92], ["Home Ranch", 92], ["Chardonnay", 92], ["Carneros", 92], ["Chardonnay", 92], ["Chardonnay", 91], ["Keefer Ranch", 91], ["Chardonnay", 91], ["Private Reserve", 91], ["Carneros Reserve", 91], ["Chardonnay", 91], ["Chardonnay", 91], ["Chardonnay", 91], ["Dutton Ranch", 91], ["Chardonnay", 91], ["Emelias Cuvee", 91], ["Chardonnay", 91], ["Ovation", 91], ["Laughlin Family Vineyard", 91], ["Don Miguel Vineyard Lia Torres Family Vineyards", 91], ["Chardonnay", 91], ["B. Theriot Vineyard", 91], ["Ceja Vineyard", 91], ["Chardonnay", 91], ["Chardonnay", 91], ["Chardonnay", 91], ["Proprietary Reserve", 91], ["Los Carneros", 91], ["Chardonnay", 90], ["Carneros", 90], ["Chardonnay", 90], ["Signature", 90], ["Valley Dominique", 90], ["Chardonnay", 90], ["Founders", 90], ["Kistler Vineyard", 90], ["Gold Creek Ranch", 90], ["Chardonnay", 90], ["Cuvee Natalie", 90], ["Chardonnay", 90], ["Chardonnay", 90], ["Chardonnay", 90], ["De La Guerra", 90], ["Parr Vineyard", 90], ["Chardonnay", 90], ["Carneros", 88], ["Reserve", 88], ["Chardonnay", 88], ["Chardonnay", 88], ["Chardonnay", 88], ["Chardonnay", 88], ["Chardonnay", 87], ["Chardonnay", 87], ["Chardonnay", 87], ["Chardonnay", 87], ["Finest Selection Reserve", 86], ["Valley Savoy", 94], ["Coster Vineyard", 93], ["Lambda", 92], ["Pinot Noir", 92], ["Hurst Vineyard", 91], ["Keefer Ranch", 91], ["Pinot Noir", 91], ["McDougal Ranch", 91], ["Clos Pepe Vineyard", 91], ["Pinot Noir", 91], ["Pinot Noir", 90], ["Pinot Noir", 89], ["Kanzler Vineyard", 89], ["Wildcat Mountain Vineyard", 89], ["Ramondo Vineyard", 88], ["Symposium Fort Ross Vineyard", 88], ["Grand Detour", 88], ["Valley Dutton Ranch", 88], ["Pinot Noir", 87], ["Pinot Noir", 87], ["Papas Block", 98], ["Rosellas Vineyard", 94], ["Glorias Gem", 94], ["Cuvee Trouvee", 93], ["Grand Master", 93], ["Zio Tony Ranch Gianna Marie", 93], ["Les Galets", 93], ["Gamma", 92], ["Unti Vineyard", 91], ["Zinfandel", 95], ["Problem Child", 94], ["Rossi Ranch", 93], ["Zinfandel", 92], ["Montafi Ranch", 91], ["Old vine Della Costa Family Vineyard", 91], ["Giuseppe & Luisa", 91], ["Zinfandel", 89], ["Zinfandel", 89], ["Backroads", 89], ["Appelation Series", 88], ["50 Year Old Vines", 88], ["Heritage", 87], ["Old Vine", 87], ["Vieux-Os Hell Hole Cuvee Old Vine", 87], ["Planchon Vineyard", 86], ["Knotty Vines", 86], ["Beastly Old Vines", 84], ["Ancient Vines", 84], ["Incredible Red", 82], ["Zinfandel", 82], ["Zinfandel", 78], ["Cabernet Franc", 92], ["Primitivo", 88], ["Merlot", 84], ["Special Selection", 94], ["Date Night", 94], ["Black Label", 94], ["Cabernet Sauvignon", 93], ["Artistry", 88], ["Napa Angel Aurelios Selection", 87], ["Eterium B. Thieriot Vineyard", 95], ["Chardonnay", 93], ["Metallico Un-Oaked", 91], ["Reserve", 91], ["Russian River Selection", 89], ["Chardonnay", 89], ["Chardonnay", 88], ["Numbers", 93], ["Pinot Noir", 89], ["Merlot", 89], ["Zinfandel", 88], ["Merlot", 83], ["Zinfandel", 83], ["Beckstoffer Dr. Crane Vineyard", 97], ["DAdamo Vineyard", 93], ["InSpire", 92], ["Cabernet Sauvignon", 92], ["Cabernet Sauvignon", 92], ["Cabernet Sauvignon", 92], ["Cabernet Sauvignon", 88], ["Spare Me", 88], ["Jersey Boy", 88], ["Choreography", 88], ["Artistry", 88], ["Tephra Ridge Vineyard", 88], ["Peter Newton Vineyard", 88], ["State Lane Ranch", 88], ["District 4", 88], ["Elevation 1147", 87], ["Cabernet Sauvignon", 87], ["Stagecoach Vineyard", 87], ["Cabernet Sauvignon", 87], ["Elements", 86], ["Cabernet Sauvignon", 86], ["La Capilla Collection", 86], ["Cabernet Sauvignon", 86], ["Cabernet Sauvignon", 80], ["To the Rescue", 93], ["Pictures", 91], ["Rose Wine Creek Ranch", 90], ["Mailbox Vineyard Drive", 88], ["Tephra Ridge Vineyard", 88], ["Merlot", 88], ["Chelsea Goldschmidt", 87], ["Merlot", 86], ["Ryan", 94], ["Pinot Noir", 94], ["Finn", 93], ["Aidan", 92], ["Eoin", 92], ["Ulises Valdez Vineyard", 92], ["Pinot Noir", 92], ["Victories Rose", 89], ["La Cruz Vineyard", 88], ["Grand Firepeak Cuvee Firepeak Vineyard", 87], ["Sleepy Hollow Vineyard", 87], ["Pinot Noir", 86], ["Sauvignon Blanc", 93], ["Fume Blanc", 88], ["Sauvignon Blanc", 87], ["Lillie Vineyard", 87], ["Sauvignon Blanc", 86], ["Papas Block", 92], ["Labels", 92], ["Madden Ranch", 89], ["Rose", 88], ["Rosellas Vineyard", 88], ["Syrah", 87], ["Grist Vineyard", 90], ["Highwire Vineyard", 89], ["Rocky Terrace Los Chamizal Vineyards", 89], ["Century Vines Reserve", 89], ["Casa Santinamaria Vineyards", 89], ["Boticelli Vineyards", 89], ["Todd Brothers Ranch Old Vines", 88], ["Old Vine Teldeschi Vineyard Home Ranch", 88], ["Old Vine", 88], ["Somers Ranch", 88], ["Reserve", 88], ["Morning Sun Los Chamizal Vineyards", 88], ["Jesses Vineyard", 88], ["Carlas Reserve", 88], ["Ginos Vineyard", 88], ["Zinfandel", 87], ["Zinfandel", 87], ["Bridgehead", 87], ["Old vine Della Costa Family Vineyard", 87], ["Zinfandel", 87], ["Pato Vineyard", 87], ["Zinfandel", 87], ["Cullinane Reserve", 87], ["Edizione Pennino", 87], ["Zinfandel", 87], ["Bushnell Vineyard", 86], ["Old Vines", 86], ["Zinfandel", 85], ["To the Rescue", 91], ["Sangiovese", 88], ["Barbera", 87], ["Primitivo Block #4", 86], ["A by Acacia", 81]]}, "table_names": "['wine']", "table_image_ids": ["TableImg_P49bz_500.png"], "original_data_index": 1211} +{"question": "Find the names of the users whose number of followers is greater than that of the user named \"Tyler Swift\".", "answer": {"columns": ["name"], "index": [0], "data": [["Iron Man"]]}, "table_names": "['follows', 'user_profiles']", "table_image_ids": ["TableImg_Eeyqn_9.png", "TableImg_Rghj1_7.png"], "original_data_index": 1212} +{"question": "Sort the each workshop in alphabetical order of the venue. Return the date and venue of each workshop.", "answer": {"columns": ["Date", "Venue"], "index": [0, 1, 2, 3, 4, 5], "data": [["July 5, 2011", "Istanbul Turkey"], ["August 18, 2007", "London UK"], ["August 21, 2007", "London UK"], ["August 25, 2007", "New Jersey USA"], ["October 8, 2007", "New York USA"], ["January 14, 2008", "New York USA"]]}, "table_names": "['workshop']", "table_image_ids": ["TableImg_5rqv2_6.png"], "original_data_index": 1213} +{"question": "What is the number of colleges with a student population greater than 15000?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['College']", "table_image_ids": ["TableImg_Eurwr_4.png"], "original_data_index": 1214} +{"question": "What are the emails and phone numbers of custoemrs who have never filed a complaint?", "answer": {"columns": ["email_address", "phone_number"], "index": [0], "data": [["paige.hyatt@example.com", "1-369-302-7623x576"]]}, "table_names": "['Customers', 'Complaints']", "table_image_ids": ["TableImg_Qss4m_8.png", "TableImg_Bxw6r_12.png"], "original_data_index": 1215} +{"question": "What are the names of the artists who sang the shortest song?", "answer": {"columns": ["artist_name"], "index": [0], "data": [["Prity"]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_F4g7b_6.png", "TableImg_Hrsmx_6.png"], "original_data_index": 1216} +{"question": "Show the title and publication dates of books.", "answer": {"columns": ["Title", "Publication_Date"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["The Black Lamb", "August 2008"], ["Bloody Mary : Lady Liberty", "March 2008"], ["BrainBanx", "June 2006"], ["Cyberella", "October 2005"], ["The Dome: Ground Zero", "August 2008"], ["Michael Moorcock's Multiverse", "March 2007"], ["Sheva's War", "April 2007"]]}, "table_names": "['publication', 'book']", "table_image_ids": ["TableImg_Withu_7.png", "TableImg_Q1cs6_10.png"], "original_data_index": 1217} +{"question": "What is the name and category code of the product with the highest price?", "answer": {"columns": ["product_name", "product_category_code"], "index": [0], "data": [["Keyboard", "Hardware"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Mvaf6_4.png"], "original_data_index": 1218} +{"question": "What is the number of branches that have more than the average number of memberships?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['branch']", "table_image_ids": ["TableImg_6w40n_8.png"], "original_data_index": 1219} +{"question": "Count the number of users that are logged in.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['Users']", "table_image_ids": ["TableImg_1tzap_15.png"], "original_data_index": 1220} +{"question": "What are the names of organizations that contain the word \"Party\"?", "answer": {"columns": ["organization_name"], "index": [0, 1], "data": [["Labour Party"], ["Green Party"]]}, "table_names": "['Organizations']", "table_image_ids": ["TableImg_8jca4_5.png"], "original_data_index": 1221} +{"question": "What are the first names of all employees that are professors ordered by date of birth?", "answer": {"columns": ["EMP_FNAME"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["Robert"], ["Gerald"], ["Peter"], ["Ross"], ["Ronald"], ["James"], ["Melanie"], ["George"], ["Preston"], ["Carlos"], ["Arnelle"], ["Hermine"], ["Van"], ["Ronald"], ["Ismael"], ["Willa"], ["Herman"], ["Robert"], ["Annelise"], ["Doreen"], ["Anne"], ["Ralph"]]}, "table_names": "['EMPLOYEE']", "table_image_ids": ["TableImg_Gfyel_37.png"], "original_data_index": 1222} +{"question": "Return the duration of the actor with the greatest age.", "answer": {"columns": ["Duration"], "index": [0], "data": [["1988\u00e2\u0080\u0094"]]}, "table_names": "['actor']", "table_image_ids": ["TableImg_D26a7_9.png"], "original_data_index": 1223} +{"question": "What are the names of customers who have taken out more than one loan?", "answer": {"columns": ["cust_name"], "index": [0], "data": [["Mary"]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_Xwlrn_3.png", "TableImg_5wr0i_3.png"], "original_data_index": 1224} +{"question": "What are the first and last name of all biology professors?", "answer": {"columns": ["EMP_FNAME", "EMP_LNAME"], "index": [0, 1], "data": [["Van", "Thieu"], ["George", "Smithson"]]}, "table_names": "['DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_9ybxc_11.png", "TableImg_76zur_37.png", "TableImg_G1oqc_22.png"], "original_data_index": 1225} +{"question": "Return the name of the category to which the film 'HUNGER ROOF' belongs.", "answer": {"columns": ["name"], "index": [0], "data": [["Foreign"]]}, "table_names": "['category', 'film', 'film_category']", "table_image_ids": ["TableImg_Bgpv4_16.png", "TableImg_Fd159_1000.png", "TableImg_X151a_1000.png"], "original_data_index": 1226} +{"question": "Find the number of settlements each claim corresponds to. Show the number together with the claim id.", "answer": {"columns": ["Claim_ID", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[486, 2], [563, 1], [569, 1], [571, 1], [621, 2], [761, 2], [801, 4], [843, 1], [957, 1]]}, "table_names": "['Claims', 'Settlements']", "table_image_ids": ["TableImg_O67b1_15.png", "TableImg_6ea5r_15.png"], "original_data_index": 1227} +{"question": "Find the first names of the teachers that teach first grade.", "answer": {"columns": ["FirstName"], "index": [0, 1], "data": [[" JEROME"], [" OTHA"]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_Ckt8g_60.png", "TableImg_Vn6b3_12.png"], "original_data_index": 1228} +{"question": "What destination has the fewest number of flights?", "answer": {"columns": ["destination"], "index": [0], "data": [["Boston"]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_84t72_10.png"], "original_data_index": 1229} +{"question": "How many documents do not have any expense?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Documents', 'Documents_with_Expenses']", "table_image_ids": ["TableImg_514p4_15.png", "TableImg_Fgtbr_10.png"], "original_data_index": 1230} +{"question": "What is the title of the course that is a prerequisite for Mobile Computing?", "answer": {"columns": ["title"], "index": [0, 1], "data": [["Differential Equations"], ["Sanitary Engineering"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_Eoxqw_200.png", "TableImg_Oujqq_100.png"], "original_data_index": 1231} +{"question": "What are the id of all the files in mp3 format?", "answer": {"columns": ["f_id"], "index": [0, 1], "data": [[2], [5]]}, "table_names": "['files']", "table_image_ids": ["TableImg_Ivu7g_6.png"], "original_data_index": 1232} +{"question": "What are the total number of domestic passengers at all London airports?", "answer": {"columns": ["sum(Domestic_Passengers)"], "index": [0], "data": [[12957585.0]]}, "table_names": "['airport']", "table_image_ids": ["TableImg_76bd8_10.png"], "original_data_index": 1233} +{"question": "How many employees are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Staff']", "table_image_ids": ["TableImg_4jz6u_15.png"], "original_data_index": 1234} +{"question": "What are the names of all movies that received 3 or 4 stars?", "answer": {"columns": ["title"], "index": [0], "data": [["Gone with the Wind"]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Wl5in_8.png", "TableImg_Ch7x2_14.png"], "original_data_index": 1235} +{"question": "Show names of technicians and series of machines they are assigned to repair.", "answer": {"columns": ["Name", "Machine_series"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Joe Sewell", "RS125"], ["John Brown", "RS125"], ["Tony Sewell", "RS125"], ["Joe Sewell", "RS125"], ["Joe Sewell", "RS125"], ["Joe Sewell", "RS125"], ["Joe Sewell", "RS125"], ["Charlie Hollocher", "RS125"], ["Eddie Collins", "RS125"]]}, "table_names": "['machine', 'technician', 'repair_assignment']", "table_image_ids": ["TableImg_3nld4_9.png", "TableImg_Satcw_10.png", "TableImg_L4fdl_9.png"], "original_data_index": 1236} +{"question": "Show the institution type with an institution founded after 1990 and an institution with at least 1000 enrollment.", "answer": {"columns": ["Type"], "index": [0, 1], "data": [["Private"], ["Private"]]}, "table_names": "['Institution']", "table_image_ids": ["TableImg_Ljlle_11.png"], "original_data_index": 1237} +{"question": "Show the first name and last name for the customer with account name 900.", "answer": {"columns": ["customer_first_name", "customer_last_name"], "index": [0], "data": [["Meaghan", "Keeling"]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_Tflco_15.png", "TableImg_3strs_15.png"], "original_data_index": 1238} +{"question": "Show the names of buildings except for those having an institution founded in 2003.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["100 North Tampa"], ["Bank of America Tower"], ["Floridan Hotel"], ["Franklin Exchange Building"], ["One Tampa City Center"], ["Park Tower"], ["Tampa City Hall"]]}, "table_names": "['building', 'Institution']", "table_image_ids": ["TableImg_Bjh8w_8.png", "TableImg_S25f0_11.png"], "original_data_index": 1239} +{"question": "What are the ids of products from the supplier with id 2, which are more expensive than the average price across all products?", "answer": {"columns": ["product_id"], "index": [0, 1], "data": [[8], [15]]}, "table_names": "['Products', 'Product_Suppliers']", "table_image_ids": ["TableImg_H7gg2_15.png", "TableImg_Hqps5_15.png"], "original_data_index": 1240} +{"question": "What are the titles of movies and books corresponding to companies incorporated in China?", "answer": {"columns": ["Title", "Book_Title"], "index": [0, 1], "data": [["The Big Kahuna", "Goldenboy"], ["Storm Catcher", "Death Takes the Stage"]]}, "table_names": "['book_club', 'movie', 'culture_company']", "table_image_ids": ["TableImg_Vjcj0_12.png", "TableImg_5aq3s_10.png", "TableImg_Erbw9_6.png"], "original_data_index": 1241} +{"question": "What are the types of video games and how many are in each type?", "answer": {"columns": ["GType", "count(*)"], "index": [0, 1, 2, 3, 4, 5], "data": [["Collectible card game", 1], ["Frist-person shooter", 1], ["Grand strategy", 1], ["Massively multiplayer online game", 1], ["Role-playing game", 1], ["Walking Simulator", 1]]}, "table_names": "['Video_Games']", "table_image_ids": ["TableImg_3ioe5_6.png"], "original_data_index": 1242} +{"question": "Find the total amount of loans provided by bank branches in the state of New York.", "answer": {"columns": ["sum(T2.amount)"], "index": [0], "data": [[7050]]}, "table_names": "['bank', 'loan']", "table_image_ids": ["TableImg_879mo_4.png", "TableImg_2xz00_3.png"], "original_data_index": 1243} +{"question": "How many distinct allergies are there?", "answer": {"columns": ["count(DISTINCT allergytype)"], "index": [0], "data": [[3]]}, "table_names": "['Allergy_Type']", "table_image_ids": ["TableImg_Nct35_14.png"], "original_data_index": 1244} +{"question": "What are the full names and hire dates for employees in the same department as someone with the first name Clara?", "answer": {"columns": ["FIRST_NAME", "LAST_NAME", "HIRE_DATE"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "data": [["John", "Russell", "1987-08-01"], ["Karen", "Partners", "1987-08-02"], ["Alberto", "Errazuriz", "1987-08-03"], ["Gerald", "Cambrault", "1987-08-04"], ["Eleni", "Zlotkey", "1987-08-05"], ["Peter", "Tucker", "1987-08-06"], ["David", "Bernstein", "1987-08-07"], ["Peter", "Hall", "1987-08-08"], ["Christopher", "Olsen", "1987-08-09"], ["Nanette", "Cambrault", "1987-08-10"], ["Oliver", "Tuvault", "1987-08-11"], ["Janette", "King", "1987-08-12"], ["Patrick", "Sully", "1987-08-13"], ["Allan", "McEwen", "1987-08-14"], ["Lindsey", "Smith", "1987-08-15"], ["Louise", "Doran", "1987-08-16"], ["Sarath", "Sewall", "1987-08-17"], ["Clara", "Vishney", "1987-08-18"], ["Danielle", "Greene", "1987-08-19"], ["Mattea", "Marvins", "1987-08-20"], ["David", "Lee", "1987-08-21"], ["Sundar", "Ande", "1987-08-22"], ["Amit", "Banda", "1987-08-23"], ["Lisa", "Ozer", "1987-08-24"], ["Harrison", "Bloom", "1987-08-25"], ["Tayler", "Fox", "1987-08-26"], ["William", "Smith", "1987-08-27"], ["Elizabeth", "Bates", "1987-08-28"], ["Sundita", "Kumar", "1987-08-29"], ["Ellen", "Abel", "1987-08-30"], ["Alyssa", "Hutton", "1987-08-31"], ["Jonathon", "Taylor", "1987-09-01"], ["Jack", "Livingston", "1987-09-02"], ["Charles", "Johnson", "1987-09-04"]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_Anf30_107.png"], "original_data_index": 1245} +{"question": "What are the different main industries for all companies?", "answer": {"columns": ["Main_Industry"], "index": [0, 1, 2], "data": [["Oil and gas"], ["Conglomerate"], ["Banking"]]}, "table_names": "['company']", "table_image_ids": ["TableImg_Sijds_10.png"], "original_data_index": 1246} +{"question": "What are the first and last names of the 5 customers who purchased something most recently?", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1, 2, 3, 4], "data": [["Manoj", "Pareek"], ["Terhi", "H\u00c3\u00a4m\u00c3\u00a4l\u00c3\u00a4inen"], ["Madalena", "Sampaio"], ["Robert", "Brown"], ["Victor", "Stevens"]]}, "table_names": "['customers', 'invoices']", "table_image_ids": ["TableImg_Rudy5_59.png", "TableImg_Tlgnc_412.png"], "original_data_index": 1247} +{"question": "What are the names of the storms that affected both the regions of Afghanistan and Albania?", "answer": {"columns": ["Name"], "index": [0], "data": [["One"]]}, "table_names": "['storm', 'region', 'affected_region']", "table_image_ids": ["TableImg_Q4hk6_10.png", "TableImg_34xf8_13.png", "TableImg_X1jm5_6.png"], "original_data_index": 1248} +{"question": "How many aircrafts exist in the database?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[16]]}, "table_names": "['aircraft']", "table_image_ids": ["TableImg_Jbmro_16.png"], "original_data_index": 1249} +{"question": "List the names of people that are not perpetrators.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Brent Boyd"], ["John Danks"], ["Gary Goodner"], ["Jim Krivacs"], ["John Moore"], ["Mike Murphy"]]}, "table_names": "['perpetrator', 'people']", "table_image_ids": ["TableImg_Zxukt_5.png", "TableImg_Tfuda_11.png"], "original_data_index": 1250} +{"question": "Which course is enrolled in by the most students? Give me the course name.", "answer": {"columns": ["course_name"], "index": [0], "data": [["French"]]}, "table_names": "['Courses', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Ym27l_15.png", "TableImg_48a3z_20.png"], "original_data_index": 1251} +{"question": "What are the names of all the circuits that are in the UK or Malaysia?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4], "data": [["Sepang International Circuit"], ["Silverstone Circuit"], ["Donington Park"], ["Brands Hatch"], ["Aintree"]]}, "table_names": "['circuits']", "table_image_ids": ["TableImg_Rnl63_73.png"], "original_data_index": 1252} +{"question": "What are the names of wrestlers and their teams in elimination, ordered descending by days held?", "answer": {"columns": ["Name", "Team"], "index": [0, 1, 2, 3, 4, 5], "data": [["Gran Hamada", "Team Batista"], ["\u00c3\u009altimo Drag\u00c3\u00b3n \u00c2\u00a7", "Team Batista"], ["El Samurai \u00c2\u00a7", "Team Orton"], ["Rey Misterio Sr.", "Team Orton"], ["Fishman", "Team Batista"], ["El Samurai", "Team Batista"]]}, "table_names": "['wrestler', 'Elimination']", "table_image_ids": ["TableImg_Qy4h6_10.png", "TableImg_37qy1_6.png"], "original_data_index": 1253} +{"question": "Count the members of the club \"Tennis Club\".", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_R85ef_34.png", "TableImg_9wre1_4.png", "TableImg_7o1yi_4.png"], "original_data_index": 1254} +{"question": "For each country and airline name, how many routes are there?", "answer": {"columns": ["country", "name", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546], "data": [["ALASKA", "Alaska Airlines", 530], ["AVIANCA", "Avianca - Aerovias Nacionales de Colombia", 286], ["Afghanistan", "Ariana Afghan Airlines", 22], ["Afghanistan", "Kam Air", 5], ["Afghanistan", "Safi Airlines", 14], ["Albania", "Albanian Airlines", 4], ["Algeria", "Air Algerie", 226], ["American Samoa", "Baikotovitchestrian Airlines ", 41], ["Angola", "TAAG Angola Airlines", 71], ["Antigua and Barbuda", "Leeward Islands Air Transport", 62], ["Argentina", "Aerolineas Argentinas", 154], ["Argentina", "L", 52], ["Argentina", "LAN Argentina", 10], ["Argentina", "Servicios de Transportes A", 17], ["Argentina", "Southern Winds Airlines", 20], ["Armenia", "Air Armenia", 16], ["Armenia", "Atlantis European Airways", 4], ["Aruba", "Tiara Air", 6], ["Australia", "Airlines Of Tasmania", 34], ["Australia", "Airnorth", 33], ["Australia", "Jetstar Airways", 163], ["Australia", "Qantas", 430], ["Australia", "Regional Express", 88], ["Australia", "Sharp Airlines", 10], ["Australia", "Tiger Airways Australia", 42], ["Australia", "Virgin Australia", 290], ["Austria", "Austrian Airlines", 240], ["Austria", "Intersky", 26], ["Austria", "Niki", 111], ["Austria", "Salzburg arrows", 48], ["Azerbaijan", "Azerbaijan Airlines", 54], ["Bahamas", "Bahamasair", 58], ["Bahamas", "SkyBahamas Airlines", 10], ["Bahrain", "Gulf Air Bahrain", 77], ["Bangladesh", "Air Bangladesh", 46], ["Bangladesh", "Biman Bangladesh Airlines", 46], ["Bangladesh", "United Airways", 32], ["Belarus", "Belavia Belarusian Airlines", 82], ["Belgium", "Brussels Airlines", 190], ["Belgium", "Virgin Express", 42], ["Belize", "Maya Island Air", 19], ["Belize", "Tropic Air", 16], ["Benin", "Benin Golf Air", 2], ["Bhutan", "Druk Air", 20], ["Bolivia", "Amaszonas", 36], ["Bosnia and Herzegovina", "Air Bosna", 10], ["Botswana", "Air Botswana", 24], ["Brazil", "ABSA - Aerolinhas Brasileiras", 6], ["Brazil", "Abaet", 3], ["Brazil", "Azul", 393], ["Brazil", "BRA-Transportes Aereos", 72], ["Brazil", "NHT Lineas Aereas", 34], ["Brazil", "Oceanair", 104], ["Brazil", "TAM Brazilian Airlines", 333], ["Brazil", "TRIP Linhas A", 35], ["Brazil", "TransHolding System", 4], ["Brazil", "VRG Linhas Aereas", 10], ["Brazil", "Varig Log", 14], ["Brazil", "WebJet Linhas A", 26], ["British Virgin Islands", "BVI Airways", 6], ["Brunei", "Royal Brunei Airlines", 30], ["Bulgaria", "Bulgaria Air", 56], ["Burkina Faso", "Air Burkina", 22], ["Burma", "Air Mandalay", 22], ["Burma", "Asian Wings Airways", 6], ["Burma", "Yangon Airways", 6], ["Burundi", "City Connexion Airlines", 332], ["Cambodia", "Cambodia Angkor Air (K6)", 22], ["Cambodia", "Royal Air Cambodge", 34], ["Cameroon", "Camair-co", 25], ["Cameroon", "Cameroon Airlines", 4], ["Canada", "Air Canada", 705], ["Canada", "Air North Charter - Canada", 13], ["Canada", "Air Transat", 138], ["Canada", "Bearskin Lake Air Service", 39], ["Canada", "Canadian National Airways", 10], ["Canada", "Canadian North", 65], ["Canada", "Ciel Canadien", 62], ["Canada", "First Air", 74], ["Canada", "Harmony Airways", 88], ["Canada", "Hawkair", 8], ["Canada", "Helijet", 2], ["Canada", "Northern Dene Airways", 16], ["Canada", "Northwestern Air", 18], ["Canada", "Pacific Coastal Airline", 32], ["Canada", "Porter Airlines", 34], ["Canada", "Skyservice Airlines", 2], ["Canada", "WestJet", 341], ["Canada", "Zip", 5], ["Canada", "Zoom Airlines", 10], ["Canadian Territories", "Air Tindi", 10], ["Cayman Islands", "Cayman Airways", 23], ["Chile", "LAN Airlines", 285], ["Chile", "Pal airlines", 4], ["Chile", "Sky Airline", 49], ["China", "Air China", 1260], ["China", "Changan Airlines", 46], ["China", "China Eastern Airlines", 1263], ["China", "China SSS", 155], ["China", "China Southern Airlines", 1452], ["China", "China United", 98], ["China", "China United Airlines", 2], ["China", "Hainan Airlines", 555], ["China", "Huaxia", 94], ["China", "Juneyao Airlines", 145], ["China", "Shandong Airlines", 314], ["China", "Shanghai Airlines", 193], ["China", "Shenzhen Airlines", 815], ["China", "Sichuan Airlines", 392], ["China", "West Air China", 90], ["China", "Xiamen Airlines", 386], ["Colombia", "Fly Colombia ( Interliging Flights )", 12], ["Colombia", "SATENA", 76], ["Colombia", "VivaColombia", 4], ["Comoros", "Comores Airlines", 22], ["Congo (Kinshasa)", "Compagnie Africaine d\\\\'Aviation", 4], ["Cook Islands", "Air Rarotonga", 13], ["Costa Rica", "Grupo TACA", 14], ["Costa Rica", "LACSA", 24], ["Costa Rica", "Volotea Costa Rica", 31], ["Croatia", "Croatia Airlines", 112], ["Cuba", "Cubana de Aviaci\u00c3\u00b3n", 59], ["Cyprus", "Cyprus Airways", 31], ["Czech Republic", "Czech Airlines", 111], ["Czech Republic", "Travel Service", 67], ["DRAGON", "Dragonair", 96], ["Democratic People's Republic of Korea", "Air Koryo", 8], ["Denmark", "Air Greenland", 64], ["Denmark", "DAT Danish Air Transport", 16], ["Djibouti", "Daallo Airlines", 6], ["Ecuador", "Aerolane", 14], ["Ecuador", "Aerolineas Galapagos (Aerogal)", 12], ["Ecuador", "Empresa Ecuatoriana De Aviacion", 80], ["Ecuador", "TAME", 48], ["Egypt", "Air Arabia Egypt", 10], ["Egypt", "Air Sinai", 2], ["Egypt", "AlMasria Universal Airlines", 32], ["Egypt", "Egyptair", 205], ["Egypt", "Midwest Airlines (Egypt)", 28], ["Egypt", "Nile Air", 16], ["Eritrea", "Nasair", 16], ["Estonia", "Estonian Air", 26], ["Ethiopia", "Ethiopian Airlines", 337], ["Faroe Islands", "Atlantic Airways", 9], ["Fiji", "Air Pacific", 66], ["Fiji", "Virgin Pacific", 12], ["Finland", "Finnair", 328], ["France", "Aigle Azur", 64], ["France", "Air Austral", 24], ["France", "Air Caledonie International", 22], ["France", "Air Cara\u00c3\u00afbes", 28], ["France", "Air France", 1069], ["France", "Air Saint Pierre", 6], ["France", "Air Tahiti Nui", 17], ["France", "Airbus France", 36], ["France", "Airlinair", 148], ["France", "Corsairfly", 30], ["France", "Corse-Mediterranee", 42], ["France", "Hex'Air", 2], ["France", "Transavia France", 488], ["France", "Twin Jet", 22], ["France", "XL Airways France", 32], ["French Polynesia", "Air Tahiti", 93], ["Gabon", "Gabon Airlines", 2], ["Georgia", "Caucasus Airlines", 62], ["Georgia", "Georgian Airways", 18], ["Georgia", "Georgian National Airlines", 10], ["Germany", "Aero Flight", 32], ["Germany", "Aeroline GmbH", 2], ["Germany", "Air Berlin", 798], ["Germany", "Condor Flugdienst", 334], ["Germany", "Eurowings", 1], ["Germany", "Germania", 96], ["Germany", "Germanwings", 470], ["Germany", "Hapagfly", 25], ["Germany", "Homer Air", 19], ["Germany", "Lufthansa", 923], ["Germany", "TUIfly", 226], ["Ghana", "Eagle Atlantic Airlines", 12], ["Ghana", "Starbow Airlines", 8], ["Greece", "Aegean Airlines", 222], ["Greece", "KSY", 52], ["Greece", "Olympic Airlines", 110], ["Greece", "Viking Hellas", 8], ["Guadeloupe", "Air Antilles Express", 24], ["Hong Kong SAR of China", "Cathay Pacific", 211], ["Hong Kong SAR of China", "Hong Kong Airlines", 49], ["Hong Kong SAR of China", "Hong Kong Express Airways", 20], ["Hungary", "Wizz Air", 453], ["Iceland", "Air Atlanta Icelandic", 13], ["Iceland", "Air Iceland", 10], ["Iceland", "Icelandair", 53], ["Iceland", "Regional Air Iceland", 42], ["India", "Air India Express", 76], ["India", "Air India Limited", 367], ["India", "Air Sahara", 168], ["India", "Go Air", 77], ["India", "IndiGo Airlines", 199], ["India", "Jet Airways", 276], ["India", "Spicejet", 164], ["Indonesia", "Citilink Indonesia", 58], ["Indonesia", "Garuda Indonesia", 248], ["Indonesia", "Indonesia AirAsia", 62], ["Indonesia", "Lion Mentari Airlines", 251], ["Indonesia", "Mandala Airlines", 16], ["Indonesia", "Metro Batavia", 25], ["Indonesia", "Sriwijaya Air", 106], ["Iran", "Iran Air", 186], ["Iran", "Iran Aseman Airlines", 171], ["Iran", "Kish Air", 23], ["Iran", "Mahan Air", 24], ["Ireland", "Aer Lingus", 226], ["Ireland", "CityJet", 30], ["Ireland", "Ryanair", 2484], ["Ireland", "Skynet Airlines", 20], ["Israel", "Arkia Israel Airlines", 20], ["Israel", "CAL Cargo Air Lines", 29], ["Israel", "Dennis Sky", 13], ["Israel", "El Al Israel Airlines", 73], ["Israel", "Israir", 12], ["Italy", "Aereonautica militare", 28], ["Italy", "Air Dolomiti", 12], ["Italy", "Air Europe", 2], ["Italy", "Air Italy", 4], ["Italy", "Air One", 88], ["Italy", "Air Sicilia", 34], ["Italy", "Alitalia", 877], ["Italy", "Blue Panorama Airlines", 49], ["Italy", "Cargoitalia", 19], ["Italy", "Meridiana", 173], ["Italy", "Myway Airlines", 6], ["Jamaica", "International AirLink", 2], ["Japan", "Air Nippon", 6], ["Japan", "All Nippon Airways", 547], ["Japan", "Fuji Dream Airlines", 24], ["Japan", "Hokkaido International Airlines", 26], ["Japan", "Ibex Airlines", 32], ["Japan", "Japan Air System", 214], ["Japan", "Japan Airlines", 388], ["Japan", "Japan Asia Airways", 9], ["Japan", "Japan Transocean Air", 22], ["Japan", "Peach Aviation", 32], ["Japan", "Skymark Airlines", 58], ["Japan", "Star Flyer", 6], ["Jordan", "Royal Falcon", 7], ["Jordan", "Royal Jordanian", 120], ["Kazakhstan", "Air Astana", 118], ["Kazakhstan", "Asia Wings", 4], ["Kazakhstan", "Sat Airlines", 15], ["Kazakhstan", "Scat Air", 80], ["Kazakhstan", "Starline.kz", 4], ["Kenya", "Astral Aviation", 37], ["Kenya", "Fly540", 18], ["Kenya", "Kenya Airways", 142], ["Kuwait", "Jazeera Airways", 30], ["Kuwait", "Kuwait Airways", 79], ["Kyrgyzstan", "Reem Air", 2], ["Lao Peoples Democratic Republic", "Lao Airlines", 46], ["Latvia", "Air Baltic", 112], ["Latvia", "SmartLynx Airlines", 2], ["Lebanon", "Middle East Airlines", 65], ["Libya", "Afriqiyah Airways", 44], ["Libya", "Libyan Arab Airlines", 74], ["Lithuania", "Air Lituanica", 12], ["Lithuania", "FlyLal", 11], ["Lithuania", "Star1 Airlines", 10], ["Luxembourg", "Luxair", 110], ["Macao", "Air Macau", 56], ["Madagascar", "Air Madagascar", 75], ["Malaysia", "AirAsia", 180], ["Malaysia", "AirAsia X", 36], ["Malaysia", "Berjaya Air", 4], ["Malaysia", "Firefly", 40], ["Malaysia", "Malaysia Airlines", 334], ["Malaysia", "Malindo Air", 46], ["Maldives", "Maldivian", 30], ["Malta", "Air Malta", 84], ["Mauritania", "Mauritania Airlines International", 30], ["Mauritius", "Air Mauritius", 43], ["Mauritius", "Catovair", 8], ["Mexico", "AeroM\u00c3\u00a9xico", 431], ["Mexico", "Aeromar", 42], ["Mexico", "Estafeta Carga Aerea", 4], ["Mexico", "Interjet (ABC Aerolineas)", 112], ["Mexico", "MexicanaLink", 20], ["Mexico", "Volaris", 197], ["Moldova", "Air Moldova", 38], ["Moldova", "Fly One", 5], ["Mongolia", "MIAT Mongolian Airlines", 12], ["Mongolia", "Mongolian International Air Lines ", 8], ["Montenegro", "Montenegro Airlines", 26], ["Morocco", "Air Arabia Maroc", 44], ["Morocco", "Royal Air Maroc", 240], ["Mozambique", "Air Mozambique", 54], ["Mozambique", "Linhas A", 20], ["Myanmar", "Air Bagan", 29], ["Namibia", "Air Namibia", 35], ["Nauru", "Nauru Air Corporation", 8], ["Nepal", "Nepal Airlines", 8], ["Nepal", "Yeti Airways", 16], ["Netherlands", "Arkefly", 24], ["Netherlands", "KLM Royal Dutch Airlines", 830], ["Netherlands", "Maastricht Airlines", 62], ["Netherlands", "Transavia Holland", 233], ["Netherlands Antilles", "Insel Air (7I/INC) (Priv)", 45], ["Netherlands Antilles", "Windward Islands Airways", 25], ["New Zealand", "Air New Zealand", 233], ["Niger", "Arik Niger", 20], ["Nigeria", "Overland Airways", 8], ["Norway", "Norwegian Air Shuttle", 576], ["Norway", "Wider\u00c3\u00b8e", 210], ["Oman", "Oman Air", 96], ["Pakistan", "Askari Aviation", 2], ["Pakistan", "Genesis", 28], ["Pakistan", "Pakistan International Airlines", 242], ["Pakistan", "Shaheen Air International", 64], ["Panama", "Copa Airlines", 184], ["Papua New Guinea", "Air Niugini", 96], ["Papua New Guinea", "Airlines PNG", 81], ["Paraguay", "TAM Mercosur", 18], ["Peru", "Aero Condor Peru", 58], ["Peru", "Aeroper", 14], ["Peru", "Peruvian Airlines", 16], ["Peru", "Star Peru (2I)", 18], ["Philippines", "Air Philippines", 34], ["Philippines", "Cebu Pacific", 184], ["Philippines", "Pacific East Asia Cargo Airlines", 14], ["Philippines", "Philippine Airlines", 144], ["Philippines", "South East Asian Airlines", 22], ["Philippines", "Zest Air", 32], ["Poland", "Eurolot", 36], ["Poland", "LOT Polish Airlines", 120], ["Portugal", "Aerocondor", 40], ["Portugal", "SATA Air Acores", 28], ["Portugal", "SATA International", 81], ["Portugal", "TACV", 38], ["Portugal", "TAP Portugal", 229], ["Qatar", "Qatar Airways", 276], ["Republic of Korea", "Air Busan", 28], ["Republic of Korea", "Asiana Airlines", 262], ["Republic of Korea", "Jeju Air", 33], ["Republic of Korea", "Korean Air", 292], ["Republic of the Congo", "Aero-Service", 4], ["Reunion", "Air Bourbon", 210], ["Romania", "Carpatair", 6], ["Romania", "Tarom", 92], ["Russia", "ALAK", 8], ["Russia", "AeroWorld ", 12], ["Russia", "Aeroflot Russian Airlines", 473], ["Russia", "Aeroflot-Nord", 22], ["Russia", "Aircompany Yakutia", 75], ["Russia", "Alrosa Mirny Air Enterprise", 30], ["Russia", "Astrakhan Airlines", 28], ["Russia", "Atlant-Soyuz Airlines", 30], ["Russia", "Chitaavia", 2], ["Russia", "Gazpromavia", 20], ["Russia", "IzAvia", 8], ["Russia", "LSM Airlines", 6], ["Russia", "Marusya Airways", 30], ["Russia", "Marysya Airlines", 19], ["Russia", "Moskovia Airlines", 20], ["Russia", "NordStar Airlines", 74], ["Russia", "Omskavia Airline", 4], ["Russia", "Orenburg Airlines", 9], ["Russia", "Polet Airlines (Priv)", 14], ["Russia", "Rossiya-Russian Airlines", 5], ["Russia", "S7 Airlines", 281], ["Russia", "SOCHI AIR CHATER", 2], ["Russia", "Saratov Aviation Division", 10], ["Russia", "Severstal Air Company", 18], ["Russia", "Sibaviatrans", 2], ["Russia", "Transaero Airlines", 300], ["Russia", "UTair-Express", 74], ["Russia", "Ural Airlines", 232], ["Russia", "ZABAIKAL AIRLINES", 20], ["Russian Federation", "Astair", 8], ["Rwanda", "Rwandair Express", 40], ["Saudi Arabia", "Nas Air", 110], ["Saudi Arabia", "Saudi Arabian Airlines", 374], ["Senegal", "Senegal Airlines", 32], ["Serbia", "Air Serbia", 77], ["Seychelles", "Air Seychelles", 10], ["Sierra Leone", "Air Salone", 10], ["Sierra Leone", "Fly 6ix", 2], ["Singapore", "Jetstar Asia Airways", 36], ["Singapore", "Scoot", 24], ["Singapore", "SilkAir", 91], ["Singapore", "Singapore Airlines", 210], ["Singapore", "Tiger Airways", 74], ["Singapore", "Valuair", 6], ["Slovenia", "Adria Airways", 40], ["Solomon Islands", "Solomon Airlines", 58], ["South Africa", "Comair", 14], ["South Africa", "Interair South Africa", 2], ["South Africa", "Interlink Airlines", 16], ["South Africa", "Mango", 18], ["South Africa", "Nationwide Airlines", 10], ["South Africa", "South African Airways", 202], ["South Korea", "Eastar Jet", 22], ["South Korea", "Hankook Airline", 6], ["South Korea", "Jin Air", 26], ["South Korea", "Tway Airlines", 16], ["Spain", "Air Europa", 158], ["Spain", "Binter Canarias", 46], ["Spain", "Iberia Airlines", 831], ["Spain", "Iberworld", 23], ["Spain", "PAN Air", 6], ["Spain", "VOLOTEA Airways", 136], ["Sri Lanka", "Aero Lanka", 14], ["Sri Lanka", "SriLankan Airlines", 91], ["Sudan", "Sudan Airways", 34], ["Suriname", "Surinam Airways", 20], ["Sweden", "Euro Exec Express", 17], ["Sweden", "FlyNordic", 4], ["Sweden", "Golden Air", 20], ["Sweden", "Malm\u00c3\u00b6 Aviation", 36], ["Sweden", "Maxair", 12], ["Sweden", "NextJet", 41], ["Sweden", "Scandinavian Airlines System", 504], ["Switzerland", "Belair Airlines", 12], ["Switzerland", "Flybaboo", 38], ["Switzerland", "Hello", 10], ["Switzerland", "Helvetic Airways", 14], ["Switzerland", "SkyWork Airlines ", 24], ["Switzerland", "Swiss International Air Lines", 290], ["Taiwan", "China Airlines", 172], ["Taiwan", "EVA Air", 118], ["Taiwan", "Far Eastern Air Transport", 8], ["Taiwan", "Formosa Airlines", 384], ["Taiwan", "Mandarin Airlines", 56], ["Taiwan", "TransAsia Airways", 92], ["Taiwan", "Uni Air", 50], ["Tajikistan", "Tajik Air", 34], ["Tanzania", "Flightlink Tanzania", 8], ["Tanzania", "Precision Air", 31], ["Thailand", "Bangkok Airways", 75], ["Thailand", "BusinessAir", 12], ["Thailand", "City Airways", 6], ["Thailand", "Nok Air", 46], ["Thailand", "Orient Thai Airlines", 6], ["Thailand", "PB Air", 4], ["Thailand", "Thai AirAsia", 92], ["Thailand", "Thai Airways International", 191], ["Trinidad and Tobago", "Caribbean Airlines", 64], ["Tunisia", "Nouvel Air Tunisie", 35], ["Tunisia", "Tuninter", 24], ["Tunisia", "Tunisair", 151], ["Turkey", "Atlasjet", 32], ["Turkey", "Cyprus Turkish Airlines", 34], ["Turkey", "Fly Air", 14], ["Turkey", "Onur Air", 36], ["Turkey", "Pegasus Airlines", 242], ["Turkey", "SunExpress", 99], ["Turkey", "TUR Avrupa Hava Yollar\u00c3\u0084\u00c2\u00b1", 27], ["Turkey", "Turkish Airlines", 652], ["Turkmenistan", "Turkmenistan Airlines", 16], ["Uganda", "Eagle Air", 2], ["Uganda", "East African", 4], ["Ukraine", "Motor Sich", 6], ["Ukraine", "Ukraine International Airlines", 127], ["Ukraine", "Wizz Air Ukraine", 42], ["United Arab Emirates", "Abu Dhabi Amiri Flight", 52], ["United Arab Emirates", "Air Arabia", 128], ["United Arab Emirates", "Cargo Plus Aviation", 130], ["United Arab Emirates", "Emirates", 287], ["United Arab Emirates", "Etihad Airways", 226], ["United Arab Emirates", "Fly Dubai", 146], ["United Kingdom", "Air Foyle", 358], ["United Kingdom", "Aurigny Air Services", 20], ["United Kingdom", "Birmingham European", 102], ["United Kingdom", "British Airways", 547], ["United Kingdom", "Eastern Airways", 32], ["United Kingdom", "Excel Airways", 8], ["United Kingdom", "Flightline", 26], ["United Kingdom", "Flybe", 268], ["United Kingdom", "Isles of Scilly Skybus", 72], ["United Kingdom", "Jet2.com", 302], ["United Kingdom", "Thomas Cook Airlines", 125], ["United Kingdom", "Thomsonfly", 139], ["United Kingdom", "Virgin Atlantic Airways", 195], ["United Kingdom", "bmibaby", 10], ["United Kingdom", "easyJet", 1130], ["United States", "40-Mile Air", 2], ["United States", "Air Choice One", 10], ["United States", "Air Florida", 34], ["United States", "AirTran Airways", 726], ["United States", "Alaska Central Express", 2], ["United States", "Alaska Seaplane Service", 15], ["United States", "All America", 10], ["United States", "Allegiant Air", 378], ["United States", "American Airlines", 2352], ["United States", "Amerijet International", 7], ["United States", "Apache Air", 4], ["United States", "Arrow Air", 8], ["United States", "Atlantic Air Cargo", 13], ["United States", "Bering Air", 74], ["United States", "Big Sky Airlines", 36], ["United States", "Boutique Air (Priv)", 2], ["United States", "Cape Air", 86], ["United States", "Chicago Express", 8], ["United States", "Delta Air Lines", 1981], ["United States", "Era Alaska", 224], ["United States", "Express One International", 12], ["United States", "Frontier Airlines", 222], ["United States", "Great Lakes Airlines", 61], ["United States", "Hawaiian Airlines", 74], ["United States", "Illinois Airways", 23], ["United States", "Island Air (WP)", 6], ["United States", "JetBlue Airways", 399], ["United States", "Kenmore Air", 18], ["United States", "Omni Air International", 4], ["United States", "Pacific Wings", 10], ["United States", "Papillon Grand Canyon Helicopters", 2], ["United States", "Patriot Airways", 21], ["United States", "Peninsula Airways", 28], ["United States", "Piedmont Airlines (1948-1989)", 8], ["United States", "Pinnacle Airlines", 46], ["United States", "Potomac Air", 106], ["United States", "Primaris Airlines", 18], ["United States", "Rainbow Air Polynesia", 20], ["United States", "SENIC AIRLINES", 2], ["United States", "Salmon Air", 6], ["United States", "SeaPort Airlines", 39], ["United States", "Seaborne Airlines", 34], ["United States", "Shuttle America", 14], ["United States", "Silver Airways (3M)", 67], ["United States", "Southwest Airlines", 1146], ["United States", "Spirit Airlines", 242], ["United States", "Sun Country Airlines", 38], ["United States", "T.J. Air", 14], ["United States", "US Airways", 1960], ["United States", "United Airlines", 2180], ["United States", "Virgin America", 66], ["United States", "World Scale Airlines", 70], ["Uruguay", "BQB Lineas Aereas", 18], ["Uzbekistan", "Uzbekistan Airways", 151], ["Vanuatu", "Air Vanuatu", 92], ["Venezuela", "Aserca Airlines", 26], ["Venezuela", "Conviasa", 78], ["Venezuela", "Santa Barbara Airlines", 6], ["Vietnam", "Jetstar Pacific", 18], ["Vietnam", "Vietnam Airlines", 211], ["Yemen", "Yemenia", 96], ["Zambia", "Proflight Commuter Services", 16], ["Zambia", "Zambia Skyways", 8], ["Zimbabwe", "Air Zimbabwe", 12], ["Zimbabwe", "Avient Aviation", 10]]}, "table_names": "['routes', 'airlines']", "table_image_ids": ["TableImg_Mighy_67240.png", "TableImg_Oiee8_6162.png"], "original_data_index": 1255} +{"question": "Find the name and checking balance of the account with the lowest savings balance.", "answer": {"columns": ["name", "balance"], "index": [0], "data": [["Weeks", 7000.0]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_Bs0xp_7.png", "TableImg_Jj4p3_6.png", "TableImg_Kolxe_7.png"], "original_data_index": 1256} +{"question": "How many drivers were in the Australian Grand Prix held in 2009?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[20]]}, "table_names": "['races', 'results']", "table_image_ids": ["TableImg_5m3o5_997.png", "TableImg_Qebbr_23777.png"], "original_data_index": 1257} +{"question": "Show the names and locations of institutions that are founded after 1990 and have the type \"Private\".", "answer": {"columns": ["Institution", "Location"], "index": [0, 1], "data": [["Ave Maria University", "Ave Maria, Florida"], ["Lindenwood University\u00e2\u0080\u0093Belleville", "Belleville, Illinois"]]}, "table_names": "['Institution']", "table_image_ids": ["TableImg_4s41k_11.png"], "original_data_index": 1258} +{"question": "Find the ids and names of members who are under age 30 or with black membership card.", "answer": {"columns": ["Name", "Member_ID"], "index": [0, 1, 2, 3, 4, 5], "data": [["Ashby, Lazale", 1], ["Campbell, Jessie", 3], ["Cobb, Sedrick", 4], ["Peeler, Russell", 7], ["Reynolds, Richard", 8], ["Webb, Daniel", 10]]}, "table_names": "['member']", "table_image_ids": ["TableImg_Uxgyq_10.png"], "original_data_index": 1259} +{"question": "What are the descriptions and names of the courses that have student enrollment bigger than 2?", "answer": {"columns": ["course_description", "course_name"], "index": [0], "data": [["French", "French"]]}, "table_names": "['Courses', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_67f6l_15.png", "TableImg_T99fk_20.png"], "original_data_index": 1260} +{"question": "What is the total revenue of each manufacturer?", "answer": {"columns": ["sum(revenue)", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [[100.0, "Creative Labs"], [130.0, "Fujitsu"], [50.0, "Hewlett-Packard"], [200.0, "Iomega"], [120.0, "Sony"], [30.0, "Winchester"]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_Jbj3l_6.png"], "original_data_index": 1261} +{"question": "What is the maximum page size for everything that has more than 3 products listed?", "answer": {"columns": ["max_page_size"], "index": [0], "data": [["A4"]]}, "table_names": "['product']", "table_image_ids": ["TableImg_Bsmgv_6.png"], "original_data_index": 1262} +{"question": "Give me the descriptions of the service types that cost more than 100.", "answer": {"columns": ["Service_Type_Description"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["provide photo service"], ["provide dinning service"], ["provide photo service"], ["provide filming service"], ["provide dinning service"], ["provide filming service"], ["provide adv promoting service"], ["provide dinning service"], ["provide adv promoting service"], ["provide dinning service"], ["provide dinning service"], ["provide filming service"], ["provide photo service"], ["provide photo service"], ["provide photo service"]]}, "table_names": "['Ref_Service_Types', 'Services']", "table_image_ids": ["TableImg_6zl6w_4.png", "TableImg_Fkj63_15.png"], "original_data_index": 1263} +{"question": "Which apartments have bookings with both status codes \"Provisional\" and \"Confirmed\"? Give me the apartment numbers.", "answer": {"columns": ["apt_number"], "index": [0, 1, 2], "data": [["Apt. 859"], ["Suite 693"], ["Suite 749"]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_Ci781_15.png", "TableImg_Le89g_15.png"], "original_data_index": 1264} +{"question": "In which state is the college that Charles attends?", "answer": {"columns": ["state"], "index": [0], "data": [["OK"]]}, "table_names": "['College', 'Player', 'Tryout']", "table_image_ids": ["TableImg_Zlf6f_4.png", "TableImg_Z3cyi_6.png", "TableImg_Xmfd6_6.png"], "original_data_index": 1265} +{"question": "What are the names of all playlists that have more than 100 tracks?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4], "data": [["Music"], ["TV Shows"], ["90\u00e2\u0080\u0099s Music"], ["Music"], ["TV Shows"]]}, "table_names": "['playlists', 'playlist_tracks']", "table_image_ids": ["TableImg_Jd8hd_18.png", "TableImg_Zxhm0_8715.png"], "original_data_index": 1266} +{"question": "Which students not enrolled in any course? Find their personal names.", "answer": {"columns": ["personal_name"], "index": [0, 1, 2], "data": [["Autumn"], ["Jewel"], ["Wilson"]]}, "table_names": "['Students', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Feyxt_15.png", "TableImg_Dbwzx_20.png"], "original_data_index": 1267} +{"question": "For each tourist attraction, return its name and the date when the tourists named Vincent or Vivian visited there.", "answer": {"columns": ["Name", "Visit_Date"], "index": [0, 1, 2, 3], "data": [["flying elephant", "2013-08-06 05:35:51"], ["fun shops", "2013-10-27 09:56:08"], ["fun games", "2017-03-19 08:48:19"], ["parking", "2007-09-17 10:12:45"]]}, "table_names": "['Visitors', 'Tourist_Attractions', 'Visits']", "table_image_ids": ["TableImg_Veeb4_20.png", "TableImg_Biuyx_15.png", "TableImg_Gpta3_20.png"], "original_data_index": 1268} +{"question": "What is the name of the ship that is commanded by the youngest captain?", "answer": {"columns": ["Name"], "index": [0], "data": [["HMS Destiny"]]}, "table_names": "['captain', 'Ship']", "table_image_ids": ["TableImg_U9zs0_7.png", "TableImg_Tzc2q_9.png"], "original_data_index": 1269} +{"question": "List the email addresses of the drama workshop groups located in Alaska state.", "answer": {"columns": ["Store_Email_Address"], "index": [0], "data": [["watsica.hettie@example.com"]]}, "table_names": "['Addresses', 'Drama_Workshop_Groups']", "table_image_ids": ["TableImg_J9q35_20.png", "TableImg_Knx57_15.png"], "original_data_index": 1270} +{"question": "Find the name of the genre that is most frequent across all tracks.", "answer": {"columns": ["Name"], "index": [0], "data": [["Rock"]]}, "table_names": "['Genre', 'Track']", "table_image_ids": ["TableImg_Q3kil_25.png", "TableImg_Z9cz6_3503.png"], "original_data_index": 1271} +{"question": "What are the distinct names of wines that have appellations in the North Coast area?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205], "data": [["Old Kraft Vineyard"], ["Giana"], ["Black Chicken"], ["Napa Ranches"], ["Varozza Vineyard"], ["Mother Clone"], ["Zinfandel"], ["Sauvignon Blanc"], ["Les Pionniers"], ["Church Vineyard"], ["LApres-Midi"], ["Rosemarys Block Dry Stack Vineyard"], ["Asatsuyu"], ["Estate"], ["Home Ranch"], ["Hyde Vineyards"], ["Schmidt Ranch"], ["Handley Vineyard"], ["Wow Oui"], ["Magnolia Lane"], ["Carols Vineyard"], ["East Side Vineyards"], ["Pritchard Hill"], ["Reserve"], ["Neyers Ranch - Conn Valley"], ["Annum"], ["Cabernet Sauvignon"], ["Beckstoffer To Kalon Vineyard"], ["Coliseum Block"], ["1886"], ["Couer de Valee"], ["Amber Ridge Vineyard"], ["Keefer Ranch"], ["Koplen Vineyard"], ["Freestone Hill"], ["Carneros Hyde Vineyard"], ["Pinot Noir"], ["Kanzler Vineyard"], ["Five Sisters"], ["Valley Bliss Block"], ["Lancel Creek Vineyard"], ["Gaps Crown Vineyard"], ["Estate Reserve"], ["Carneros"], ["Henry Ranch"], ["Syrah"], ["Eddies Patch"], ["Darius II"], ["Hillstone Vineyard"], ["Tomahawk Vineyard"], ["Elevage"], ["Neruda Brix Vineyard"], ["Foggy Knoll Vineyard"], ["Kick Ranch"], ["Hayne Vineyard"], ["Sweetwater Springs Vineyard"], ["Petite Sirah"], ["Durell Vineyard"], ["Graham Family Vineyard"], ["Keefer Ranch Vineyard"], ["Limited Release"], ["Cardiac Hill"], ["Kemp Vineyard"], ["Christensen Family Vineyard"], ["England-Shaw"], ["La Cruz Vineyard"], ["Snows Lake Vineyard"], ["Que Syrah Vineyard"], ["Kick Ranch Reserve"], ["Carlisle Vineyard"], ["Cedarman"], ["Tofanelli Vineyard"], ["Private Reserve"], ["Fredericks Vineyard"], ["Rossi Ranch"], ["Treborce Vineyard"], ["Wild Oak Old Vines"], ["Old Vine"], ["Lot 154"], ["Edizione Pennino"], ["Chardonnay"], ["Signature"], ["Black Bart Stagecoach Vineyard"], ["Polomita Hamilton Vineyard"], ["VGS"], ["Guidici Famili Vineyard"], ["Savoy Vineyard"], ["The Backbone"], ["Laurels Estate Vineyard"], ["Bynum & Moshin Vineyards"], ["Rockpile Road Vineyard"], ["Green River Isobel"], ["Sengiacomo Vineyard"], ["Lorenzo"], ["Chloe"], ["Stagecoach Vineyard Black Bart"], ["Stagecoach Vineyard"], ["The Ranch"], ["Napa Cuvee"], ["Monte Rosso Vineyard"], ["Dr. Crane Vineyard"], ["Boonflys Hill"], ["McCrea Vineyard"], ["Ma Belle-Fille"], ["Durell Vineyard Wente Clone"], ["Estate Vineyard"], ["Wine Hill Vineyard"], ["Belle Cote"], ["Mon Plaisir"], ["Untilited #3"], ["Hudson Vineyard"], ["Damaris Reserve "], ["Cahrles Heintz Vineyard"], ["Winmakers Reserve"], ["Sangiacomo Vineyard"], ["Sbraglia Limited-Release"], ["Ryo-fu"], ["Dutton Ranch"], ["Los Olivos Vineyard"], ["La Carrlere"], ["Carneros Reserve"], ["Emelias Cuvee"], ["Ovation"], ["Laughlin Family Vineyard"], ["Don Miguel Vineyard Lia Torres Family Vineyards"], ["B. Theriot Vineyard"], ["Ceja Vineyard"], ["Proprietary Reserve"], ["Los Carneros"], ["Valley Dominique"], ["Founders"], ["Kistler Vineyard"], ["Gold Creek Ranch"], ["Cuvee Natalie"], ["De La Guerra"], ["Parr Vineyard"], ["Finest Selection Reserve"], ["Valley Savoy"], ["Coster Vineyard"], ["Hurst Vineyard"], ["McDougal Ranch"], ["Wildcat Mountain Vineyard"], ["Ramondo Vineyard"], ["Symposium Fort Ross Vineyard"], ["Grand Detour"], ["Valley Dutton Ranch"], ["Papas Block"], ["Glorias Gem"], ["Cuvee Trouvee"], ["Grand Master"], ["Zio Tony Ranch Gianna Marie"], ["Unti Vineyard"], ["Montafi Ranch"], ["Old vine Della Costa Family Vineyard"], ["Giuseppe & Luisa"], ["50 Year Old Vines"], ["Heritage"], ["Vieux-Os Hell Hole Cuvee Old Vine"], ["Knotty Vines"], ["Cabernet Franc"], ["Primitivo"], ["Merlot"], ["Special Selection"], ["Date Night"], ["Black Label"], ["Artistry"], ["Napa Angel Aurelios Selection"], ["Eterium B. Thieriot Vineyard"], ["Russian River Selection"], ["Numbers"], ["Beckstoffer Dr. Crane Vineyard"], ["DAdamo Vineyard"], ["InSpire"], ["Spare Me"], ["Choreography"], ["Tephra Ridge Vineyard"], ["Peter Newton Vineyard"], ["State Lane Ranch"], ["District 4"], ["Elevation 1147"], ["Elements"], ["Rose Wine Creek Ranch"], ["Mailbox Vineyard Drive"], ["Chelsea Goldschmidt"], ["Ryan"], ["Finn"], ["Aidan"], ["Eoin"], ["Ulises Valdez Vineyard"], ["Fume Blanc"], ["Lillie Vineyard"], ["Grist Vineyard"], ["Highwire Vineyard"], ["Rocky Terrace Los Chamizal Vineyards"], ["Century Vines Reserve"], ["Casa Santinamaria Vineyards"], ["Boticelli Vineyards"], ["Todd Brothers Ranch Old Vines"], ["Old Vine Teldeschi Vineyard Home Ranch"], ["Somers Ranch"], ["Morning Sun Los Chamizal Vineyards"], ["Ginos Vineyard"], ["Cullinane Reserve"], ["Bushnell Vineyard"], ["Sangiovese"], ["Barbera"]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_2k595_57.png", "TableImg_6fvi5_500.png"], "original_data_index": 1272} +{"question": "Which month has the most happy hours?", "answer": {"columns": ["Month"], "index": [0], "data": [["April"]]}, "table_names": "['happy_hour']", "table_image_ids": ["TableImg_Dz6sh_10.png"], "original_data_index": 1273} +{"question": "What is the name of the airport with the most number of routes that start in China?", "answer": {"columns": ["name"], "index": [0], "data": [["Beijing Capital International Airport"]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_Wjq5f_67240.png", "TableImg_Tye6i_7184.png"], "original_data_index": 1274} +{"question": "How many courses that do not have prerequisite?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[121]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_8ez5x_200.png", "TableImg_Tfz8f_100.png"], "original_data_index": 1275} +{"question": "Show details of all investors if they make any transaction with share count greater than 100.", "answer": {"columns": ["Investor_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["k"], ["w"], ["z"], ["w"], ["t"], ["l"], ["l"], ["k"], ["z"], ["d"], ["w"], ["d"], ["l"]]}, "table_names": "['Investors', 'Transactions']", "table_image_ids": ["TableImg_6g274_20.png", "TableImg_0p3vj_15.png"], "original_data_index": 1276} +{"question": "Sort the gender codes in descending order of their corresponding number of guests. Return both the gender codes and counts.", "answer": {"columns": ["gender_code", "COUNT(*)"], "index": [0, 1, 2], "data": [["Female", 9], ["Male", 3], ["Unknown", 3]]}, "table_names": "['Guests']", "table_image_ids": ["TableImg_Si28i_15.png"], "original_data_index": 1277} +{"question": "For each project id, how many staff does it have? List them in increasing order.", "answer": {"columns": ["project_id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[3, 1], [4, 1], [7, 1], [8, 1], [9, 1], [15, 1], [1, 2], [5, 2], [11, 2], [2, 3]]}, "table_names": "['Project_Staff', 'Projects']", "table_image_ids": ["TableImg_Nocb3_15.png", "TableImg_O77f1_15.png"], "original_data_index": 1278} +{"question": "How long does student Linda Smith spend on the restaurant in total?", "answer": {"columns": ["sum(Spent)"], "index": [0], "data": [[6.53]]}, "table_names": "['Student', 'Visits_Restaurant']", "table_image_ids": ["TableImg_548np_34.png", "TableImg_Smjbb_2.png"], "original_data_index": 1279} +{"question": "Return the code of the card type that is most common.", "answer": {"columns": ["card_type_code"], "index": [0], "data": [["Debit"]]}, "table_names": "['Customers_Cards']", "table_image_ids": ["TableImg_4jg77_15.png"], "original_data_index": 1280} +{"question": "Find the total checking and saving balance of all accounts sorted by the total balance in ascending order.", "answer": {"columns": ["T1.balance + T2.balance"], "index": [0, 1, 2, 3, 4, 5], "data": [[317.0], [7060.0], [90000.0], [210000.0], [233000.0], [1000001999.0]]}, "table_names": "['SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_9ikgs_6.png", "TableImg_Cj5xf_7.png"], "original_data_index": 1281} +{"question": "For each company, return the company name and the name of the building its office is located in.", "answer": {"columns": ["name", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [["JPMorgan Chase", "Torre KOI"], ["HSBC", "Torre Mitikah"], ["BNP Paribas", "Torre Mitikah"], ["HSBC", "Punto Chapultepec"], ["ExxonMobil", "Punto Chapultepec"], ["Petrobras", "Punto Chapultepec"], ["BNP Paribas", "Punto Chapultepec"], ["General Electric", "Torre Reforma"], ["General Electric", "Corporativo BBVA Bancomer"], ["Industrial and Commercial Bank of China", "Corporativo BBVA Bancomer"], ["Petrobras", "Reforma 432"], ["ExxonMobil", "Torre New York Life"], ["Total", "LIU East"], ["Citigroup", "Residencial Vidalta Torre Altaire 2"], ["Petrobras", "Residencial Vidalta Torre Altaire 3"], ["Royal Dutch Shell", "Reforma 90"]]}, "table_names": "['buildings', 'Companies', 'Office_locations']", "table_image_ids": ["TableImg_Fbp1v_12.png", "TableImg_9p62c_19.png", "TableImg_Xdgdb_16.png"], "original_data_index": 1282} +{"question": "What is the average fastest lap speed for races held after 2004, for each race, ordered by year?", "answer": {"columns": ["avg(T2.fastestlapspeed)", "name", "year"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [[199.6206363636, "European Grand Prix", 2016], [205.5537727273, "German Grand Prix", 2016], [184.1051290323, "Abu Dhabi Grand Prix", 2017], [189.37395, "Australian Grand Prix", 2017], [202.2654677419, "Austrian Grand Prix", 2017], [203.45095, "Azerbaijan Grand Prix", 2017], [188.3308064516, "Bahrain Grand Prix", 2017], [202.0483709677, "Belgian Grand Prix", 2017], [180.7193870968, "Brazilian Grand Prix", 2017], [195.5448548387, "British Grand Prix", 2017], [196.3454193548, "Canadian Grand Prix", 2017], [188.2026774194, "Chinese Grand Prix", 2017], [182.8631935484, "Hungarian Grand Prix", 2017], [228.3897741935, "Italian Grand Prix", 2017], [211.2797741935, "Japanese Grand Prix", 2017], [189.9078870968, "Malaysian Grand Prix", 2017], [182.294516129, "Mexican Grand Prix", 2017], [150.5973548387, "Monaco Grand Prix", 2017], [178.447016129, "Russian Grand Prix", 2017], [151.406983871, "Singapore Grand Prix", 2017], [176.392983871, "Spanish Grand Prix", 2017], [185.9304354839, "United States Grand Prix", 2017]]}, "table_names": "['races', 'results']", "table_image_ids": ["TableImg_4aow2_997.png", "TableImg_06vdg_23777.png"], "original_data_index": 1283} +{"question": "What are the ids and names of the architects who built at least 3 bridges ?", "answer": {"columns": ["id", "name"], "index": [0, 1, 2], "data": [["1", "Frank Lloyd Wright"], ["2", "Frank Gehry"], ["5", "Le Corbusier"]]}, "table_names": "['architect', 'bridge']", "table_image_ids": ["TableImg_Qj0so_5.png", "TableImg_Ughn9_15.png"], "original_data_index": 1284} +{"question": "How many events had participants whose details had the substring 'Dr.'", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Participants', 'Participants_in_Events']", "table_image_ids": ["TableImg_6olbg_15.png", "TableImg_Iro6l_18.png"], "original_data_index": 1285} +{"question": "What are the names of the artists that are from the UK and sang songs in English?", "answer": {"columns": ["artist_name"], "index": [0], "data": [["Michel"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_0cw84_6.png", "TableImg_C6vos_6.png"], "original_data_index": 1286} +{"question": "What is the area of the appelation that produces the highest number of wines before the year of 2010?", "answer": {"columns": ["Area"], "index": [0], "data": [["North Coast"]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_6x7db_57.png", "TableImg_Q5ury_500.png"], "original_data_index": 1287} +{"question": "How many different products are produced in each headquarter city?", "answer": {"columns": ["count(DISTINCT T1.name)", "Headquarter"], "index": [0, 1, 2, 3, 4, 5], "data": [[3, "Austin"], [1, "Beijing"], [3, "Los Angeles"], [2, "Paris"], [1, "Taiwan"], [1, "Tokyo"]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_Xp0xp_6.png", "TableImg_3etdk_11.png"], "original_data_index": 1288} +{"question": "Which services have been used more than twice in first notification of loss? Return the service name.", "answer": {"columns": ["Service_name"], "index": [0], "data": [["New policy application"]]}, "table_names": "['Services', 'First_Notification_of_Loss']", "table_image_ids": ["TableImg_15oti_4.png", "TableImg_S8omz_7.png"], "original_data_index": 1289} +{"question": "What is the average number of attendees for performances?", "answer": {"columns": ["avg(Attendance)"], "index": [0], "data": [[1649.1666666667]]}, "table_names": "['performance']", "table_image_ids": ["TableImg_Uqdj6_6.png"], "original_data_index": 1290} +{"question": "Show the average, minimum, and maximum capacity for all the cinemas opened in year 2011 or later.", "answer": {"columns": ["avg(capacity)", "min(capacity)", "max(capacity)"], "index": [0], "data": [[399.6666666667, 203, 908]]}, "table_names": "['cinema']", "table_image_ids": ["TableImg_W9p5g_10.png"], "original_data_index": 1291} +{"question": "Show the prices of the products named \"Dining\" or \"Trading Policy\".", "answer": {"columns": ["Product_Price"], "index": [0], "data": [[3228.49]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_9lx4m_15.png"], "original_data_index": 1292} +{"question": "What are the names of representatives with more than 10000 votes in election?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["John Quayle"], ["James M. Quigley"], ["Jimmy Quillen"], ["James L. Quinn"]]}, "table_names": "['election', 'representative']", "table_image_ids": ["TableImg_Oxdl0_5.png", "TableImg_X2pmx_7.png"], "original_data_index": 1293} +{"question": "What are the names of studios that have produced films with both Nicholas Meyer and Walter Hill?", "answer": {"columns": ["Studio"], "index": [0], "data": [["Paramount"]]}, "table_names": "['film']", "table_image_ids": ["TableImg_Ja38o_13.png"], "original_data_index": 1294} +{"question": "display the department name, city, and state province for each department.", "answer": {"columns": ["DEPARTMENT_NAME", "CITY", "STATE_PROVINCE"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26], "data": [["Administration", "Seattle", "Washington"], ["Marketing", "Toronto", "Ontario"], ["Purchasing", "Seattle", "Washington"], ["Human Resources", "London", ""], ["Shipping", "South San Francisco", "California"], ["IT", "Southlake", "Texas"], ["Public Relations", "Munich", "Bavaria"], ["Sales", "OX9 9ZB", "Oxford"], ["Executive", "Seattle", "Washington"], ["Finance", "Seattle", "Washington"], ["Accounting", "Seattle", "Washington"], ["Treasury", "Seattle", "Washington"], ["Corporate Tax", "Seattle", "Washington"], ["Control And Credit", "Seattle", "Washington"], ["Shareholder Services", "Seattle", "Washington"], ["Benefits", "Seattle", "Washington"], ["Manufacturing", "Seattle", "Washington"], ["Construction", "Seattle", "Washington"], ["Contracting", "Seattle", "Washington"], ["Operations", "Seattle", "Washington"], ["IT Support", "Seattle", "Washington"], ["NOC", "Seattle", "Washington"], ["IT Helpdesk", "Seattle", "Washington"], ["Government Sales", "Seattle", "Washington"], ["Retail Sales", "Seattle", "Washington"], ["Recruiting", "Seattle", "Washington"], ["Payroll", "Seattle", "Washington"]]}, "table_names": "['departments', 'locations']", "table_image_ids": ["TableImg_Fr503_27.png", "TableImg_Py9j5_23.png"], "original_data_index": 1295} +{"question": "What are the names of wines made from red grapes and with prices above 50?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102], "data": [["Pritchard Hill"], ["Reserve"], ["Annum"], ["Beckstoffer To Kalon Vineyard"], ["Coliseum Block"], ["1886"], ["Beckstoffer To Kalon Vineyard"], ["Couer de Valee"], ["Cabernet Sauvignon"], ["Amber Ridge Vineyard"], ["Keefer Ranch"], ["Koplen Vineyard"], ["Freestone Hill"], ["Julias Vineyard"], ["Carneros Hyde Vineyard"], ["Pinot Noir"], ["Garys Vineyard"], ["Kanzler Vineyard"], ["Five Sisters"], ["Pisoni Vineyard"], ["Rosellas Vineyard"], ["Kanzler Vineyard"], ["Valley Bliss Block"], ["Lancel Creek Vineyard"], ["4-Barrel"], ["Gaps Crown Vineyard"], ["Pinot Noir"], ["Syrah"], ["Eddies Patch"], ["Darius II"], ["Cabernet Sauvignon"], ["Hillstone Vineyard"], ["Tomahawk Vineyard"], ["Elevage"], ["Neruda Brix Vineyard"], ["In the Crosshairs Eleven Confessions Vineyard"], ["Hayne Vineyard"], ["Pisoni Vineyard"], ["Garys Vineyard"], ["Limited Release"], ["A Shot in the Dark Eleven Confessions Vineyard"], ["Quarzo"], ["Twist of Fate"], ["The Flight"], ["Syrah"], ["Twenty Two"], ["Black Bart Stagecoach Vineyard"], ["VGS"], ["Guidici Famili Vineyard"], ["Savoy Vineyard"], ["The Backbone"], ["Laurels Estate Vineyard"], ["Jensen Vineyard"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Reserve"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Stagecoach Vineyard"], ["Ten-Goal Happy Canyon Vineyards"], ["Napa Cuvee"], ["Monte Rosso Vineyard"], ["Beckstoffer To Kalon Vineyard"], ["Reserve"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Dr. Crane Vineyard"], ["Clos Pepe Vineyard"], ["Glorias Gem"], ["Grand Master"], ["Zio Tony Ranch Gianna Marie"], ["Cabernet Franc"], ["Special Selection"], ["Date Night"], ["Black Label"], ["Cabernet Sauvignon"], ["Napa Angel Aurelios Selection"], ["Numbers"], ["Beckstoffer Dr. Crane Vineyard"], ["DAdamo Vineyard"], ["InSpire"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Peter Newton Vineyard"], ["State Lane Ranch"], ["Elevation 1147"], ["Cabernet Sauvignon"], ["Stagecoach Vineyard"], ["Cabernet Sauvignon"], ["To the Rescue"], ["Pictures"], ["Mailbox Vineyard Drive"], ["Ryan"], ["Finn"], ["Aidan"], ["Eoin"], ["Ulises Valdez Vineyard"], ["Sleepy Hollow Vineyard"], ["Labels"], ["Highwire Vineyard"]]}, "table_names": "['grapes', 'wine']", "table_image_ids": ["TableImg_Q860q_20.png", "TableImg_6844d_500.png"], "original_data_index": 1296} +{"question": "How many activities does Mark Giuliano participate in?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_Rlbl6_40.png", "TableImg_Yurhg_58.png"], "original_data_index": 1297} +{"question": "How many music festivals have had each kind of result, ordered descending by count?", "answer": {"columns": ["Result", "COUNT(*)"], "index": [0, 1], "data": [["Nominated", 6], ["Awarded", 3]]}, "table_names": "['music_festival']", "table_image_ids": ["TableImg_23ech_9.png"], "original_data_index": 1298} +{"question": "For each injury accident, find the date of the game and the name of the injured player in the game, and sort the results in descending order of game season.", "answer": {"columns": ["Date", "Player"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["7 July 2011", "Thiago Motta (2)"], ["14 March 2010", "Dejan Stankovi\u00c4\u0087 (2)"], ["14 March 2010", "Wesley Sneijder (2)"], ["31 October 2010", "Esteban Cambiasso (2)"], ["14 October 2009", "Iv\u00c3\u00a1n C\u00c3\u00b3rdoba"], ["8 August 2009", "Esteban Cambiasso"], ["10 July 2008", "Wesley Sneijder"], ["16 August 2008", "Diego Milito"], ["16 August 2008", "Javier Zanetti"], ["31 October 2008", "Walter Samuel"], ["31 October 2008", "Thiago Motta"], ["31 October 2008", "Goran Pandev"], ["18 May 2007", "Davide Santon"], ["22 September 2007", "Maicon"], ["9 December 2007", "Dejan Stankovi\u00c4\u0087"]]}, "table_names": "['game', 'injury_accident']", "table_image_ids": ["TableImg_Uy36e_20.png", "TableImg_Oaphc_15.png"], "original_data_index": 1299} +{"question": "Return the average, minimum, maximum, and total transaction amounts.", "answer": {"columns": ["avg(transaction_amount)", "min(transaction_amount)", "max(transaction_amount)", "sum(transaction_amount)"], "index": [0], "data": [[1329.056, 368.46, 1979.66, 19935.84]]}, "table_names": "['Financial_Transactions']", "table_image_ids": ["TableImg_Va8a4_15.png"], "original_data_index": 1300} +{"question": "Show the institution type with the largest number of institutions.", "answer": {"columns": ["Type"], "index": [0], "data": [["Private"]]}, "table_names": "['Institution']", "table_image_ids": ["TableImg_Nzg9t_11.png"], "original_data_index": 1301} +{"question": "What is the name of the customer with the worst credit score?", "answer": {"columns": ["cust_name"], "index": [0], "data": [["Jack"]]}, "table_names": "['customer']", "table_image_ids": ["TableImg_Eeq50_3.png"], "original_data_index": 1302} +{"question": "Show the name, phone, and payment method code for all customers in descending order of customer number.", "answer": {"columns": ["customer_name", "customer_phone", "payment_method_code"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Buford", "(192)144-4687", "Credit Card"], ["Cheyenne", "009-136-4509x19635", "Direct Debit"], ["Cleo", "1-202-928-5395", "Credit Card"], ["Raymond", "1-513-427-0125", "Direct Debit"], ["Orion", "479-171-6355x66065", "Direct Debit"], ["Madaline", "097-514-4641", "Credit Card"], ["Brenna", "1-271-345-4681x1131", "Credit Card"], ["Sterling", "896.685.8228x2786", "Credit Card"], ["Lela", "838.718.8618x23239", "Credit Card"], ["Ottilie", "393-750-2077x72779", "Direct Debit"], ["Caterina", "387.053.1225", "Direct Debit"], ["Kayley", "+87(9)5279161988", "Credit Card"], ["Melissa", "529.148.1926", "Direct Debit"], ["Cecelia", "672-559-0630x7875", "Direct Debit"], ["Shany", "936.929.9929", "Direct Debit"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_2plsw_15.png"], "original_data_index": 1303} +{"question": "What is the name of the department with the fewest members?", "answer": {"columns": ["DName"], "index": [0], "data": [["Cognitive Science"]]}, "table_names": "['Department', 'Member_of']", "table_image_ids": ["TableImg_2vl8w_26.png", "TableImg_S0e7a_63.png"], "original_data_index": 1304} +{"question": "Give the country id and corresponding count of cities in each country.", "answer": {"columns": ["COUNTRY_ID", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["\"", 1], ["AU", 1], ["BR", 1], ["CA", 2], ["CH", 2], ["CN", 1], ["DE", 1], ["IN", 1], ["IT", 2], ["JP", 2], ["NL", 1], ["Ox", 1], ["SG", 1], ["UK", 2], ["US", 4]]}, "table_names": "['locations']", "table_image_ids": ["TableImg_Ghyoy_23.png"], "original_data_index": 1305} +{"question": "Find the customer name and date of the orders that have the status \"Delivered\".", "answer": {"columns": ["customer_name", "order_date"], "index": [0, 1, 2, 3, 4], "data": [["Prof. Reyes Berge II", "2018-03-04 07:16:22"], ["Clifford Pagac", "2018-03-08 15:30:24"], ["Kitty Padberg III", "2018-03-16 03:16:57"], ["Prof. Alexzander Hamill", "2018-03-22 14:57:30"], ["Kitty Padberg III", "2018-03-06 12:31:35"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_Wrg11_15.png", "TableImg_Uyw2w_15.png"], "original_data_index": 1306} +{"question": "Find the total balance across checking accounts.", "answer": {"columns": ["sum(balance)"], "index": [0], "data": [[32084.0]]}, "table_names": "['CHECKING']", "table_image_ids": ["TableImg_N1xpx_7.png"], "original_data_index": 1307} +{"question": "Show customer ids who don't have an account.", "answer": {"columns": ["customer_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[1], [2], [4], [5], [7], [10], [11], [14]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_Brd2w_15.png", "TableImg_Fz0k8_15.png"], "original_data_index": 1308} +{"question": "Show the different nationalities and the number of journalists of each nationality.", "answer": {"columns": ["Nationality", "COUNT(*)"], "index": [0, 1, 2], "data": [["England", 9], ["Northern Ireland", 1], ["Wales", 1]]}, "table_names": "['journalist']", "table_image_ids": ["TableImg_Fy1oi_11.png"], "original_data_index": 1309} +{"question": "What is the type and id of the organization that has the most research staff?", "answer": {"columns": ["organisation_type", "organisation_id"], "index": [0], "data": [["RES", 2]]}, "table_names": "['Organisations', 'Research_Staff']", "table_image_ids": ["TableImg_Whyor_15.png", "TableImg_R3dfg_15.png"], "original_data_index": 1310} +{"question": "Return the types of film market estimations in 1995.", "answer": {"columns": ["Type"], "index": [0], "data": [["Mass suicide"]]}, "table_names": "['film_market_estimation']", "table_image_ids": ["TableImg_Cvsfy_9.png"], "original_data_index": 1311} +{"question": "Which catalog contents have a product stock number that starts from \"2\"? Show the catalog entry names.", "answer": {"columns": ["catalog_entry_name"], "index": [0, 1], "data": [["Sprite Lemo"], ["Dr Pepper"]]}, "table_names": "['Catalog_Contents']", "table_image_ids": ["TableImg_Uh561_15.png"], "original_data_index": 1312} +{"question": "On which day was the order placed whose shipment tracking number is 3452?", "answer": {"columns": ["date_order_placed"], "index": [0], "data": [["2010-06-08 02:20:49"]]}, "table_names": "['Orders', 'Shipments']", "table_image_ids": ["TableImg_Rniyj_15.png", "TableImg_O6ahe_15.png"], "original_data_index": 1313} +{"question": "Return the id and full name of the customer who has the fewest accounts.", "answer": {"columns": ["customer_id", "customer_first_name", "customer_last_name"], "index": [0], "data": [[5, "Armani", "Farrell"]]}, "table_names": "['Customers', 'Customers_Cards']", "table_image_ids": ["TableImg_O5xtw_15.png", "TableImg_8jxzi_15.png"], "original_data_index": 1314} +{"question": "What are the order ids and customer ids for orders that have been Cancelled, sorted by their order dates?", "answer": {"columns": ["order_id", "customer_id"], "index": [0, 1, 2], "data": [[7, 1], [11, 8], [10, 11]]}, "table_names": "['Customer_Orders']", "table_image_ids": ["TableImg_Xqrl1_15.png"], "original_data_index": 1315} +{"question": "What is the name of the person who is the oldest?", "answer": {"columns": ["name"], "index": [0], "data": [["Zach"]]}, "table_names": "['Person']", "table_image_ids": ["TableImg_Ky891_4.png"], "original_data_index": 1316} +{"question": "Find the names of items whose rank is higher than 3 and whose average rating is above 5.", "answer": {"columns": ["title"], "index": [0, 1], "data": [["comb"], ["cup"]]}, "table_names": "['item', 'review']", "table_image_ids": ["TableImg_6sn9a_8.png", "TableImg_Dbo6f_7.png"], "original_data_index": 1317} +{"question": "Count the number of products that were never ordered.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_Lhb73_15.png", "TableImg_Xv021_15.png"], "original_data_index": 1318} +{"question": "Who is the \"CTO\" of club \"Hopkins Student Enterprises\"? Show the first name and last name.", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Jandy", "Nelson"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Lh68n_34.png", "TableImg_7wcgi_4.png", "TableImg_5dt30_4.png"], "original_data_index": 1319} +{"question": "List the names of buildings that have no company office.", "answer": {"columns": ["name"], "index": [0], "data": [["Ritz-Carlton Mexico City"]]}, "table_names": "['buildings', 'Office_locations']", "table_image_ids": ["TableImg_R9k1x_12.png", "TableImg_Crrdr_16.png"], "original_data_index": 1320} +{"question": "Find the number of team franchises that are active (have 'Y' as \"active\" information).", "answer": {"columns": ["count(*)"], "index": [0], "data": [[30]]}, "table_names": "['team_franchise']", "table_image_ids": ["TableImg_570tl_120.png"], "original_data_index": 1321} +{"question": "What are the states of the colleges where students who tried out for the striker position attend?", "answer": {"columns": ["state"], "index": [0], "data": [["FL"]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_1c30l_4.png", "TableImg_Zaued_6.png"], "original_data_index": 1322} +{"question": "How many allergy entries are there?", "answer": {"columns": ["count(DISTINCT allergy)"], "index": [0], "data": [[14]]}, "table_names": "['Allergy_Type']", "table_image_ids": ["TableImg_C1m2a_14.png"], "original_data_index": 1323} +{"question": "What are the names of storms that did not affect two or more regions?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["9 cyclones"], ["Eight"], ["Four"], ["Nine"], ["Seven"], ["Six"], ["Three"], ["Two"]]}, "table_names": "['storm', 'affected_region']", "table_image_ids": ["TableImg_S5xa7_10.png", "TableImg_X7lp6_6.png"], "original_data_index": 1324} +{"question": "What are the details of the shops that can be accessed by walk?", "answer": {"columns": ["Shop_Details"], "index": [0], "data": [["soup"]]}, "table_names": "['Tourist_Attractions', 'Shops']", "table_image_ids": ["TableImg_2pb0k_15.png", "TableImg_Fn4ks_4.png"], "original_data_index": 1325} +{"question": "What are the distinct last names of the students who have class president votes?", "answer": {"columns": ["LName"], "index": [0, 1, 2], "data": [["Smith"], ["Andreou"], ["Adams"]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_7n7ua_34.png", "TableImg_Z9yjk_10.png"], "original_data_index": 1326} +{"question": "What are the details for the project whose research has been published?", "answer": {"columns": ["project_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["doloremque"], ["sed"], ["deserunt"], ["impedit"], ["beatae"], ["non"], ["deleniti"], ["deleniti"], ["non"], ["deleniti"]]}, "table_names": "['Project_Outcomes', 'Projects', 'Research_Outcomes']", "table_image_ids": ["TableImg_Mwt5r_15.png", "TableImg_Nu8oy_15.png", "TableImg_9k7rk_2.png"], "original_data_index": 1327} +{"question": "What are the names of the technicians that have not been assigned to repair machines?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Mark Sewell"], ["Lou Boudreau"], ["Joe Cochrane"], ["Eddie Collins"], ["Mickey Cochrane"]]}, "table_names": "['technician', 'repair_assignment']", "table_image_ids": ["TableImg_Pnk5d_10.png", "TableImg_6je60_9.png"], "original_data_index": 1328} +{"question": "What is the name of organization that has the greatest number of contact individuals?", "answer": {"columns": ["organization_name"], "index": [0], "data": [["Conservative"]]}, "table_names": "['Organizations', 'Organization_Contact_Individuals']", "table_image_ids": ["TableImg_Pd76q_5.png", "TableImg_N6nli_15.png"], "original_data_index": 1329} +{"question": "What is the name of the department in the Building Mergenthaler?", "answer": {"columns": ["DName"], "index": [0, 1, 2], "data": [["History of Art"], ["Economics"], ["Political Science"]]}, "table_names": "['Department']", "table_image_ids": ["TableImg_Skmyy_26.png"], "original_data_index": 1330} +{"question": "Find the distinct last names of all the students who have president votes and whose advisor is not 2192.", "answer": {"columns": ["LName"], "index": [0, 1, 2], "data": [["Kumar"], ["Norris"], ["Prater"]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_Mjem9_34.png", "TableImg_73a9e_10.png"], "original_data_index": 1331} +{"question": "What are the advisors", "answer": {"columns": ["Advisor"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[1121], [1148], [2192], [2311], [5718], [7134], [7271], [8722], [8772]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Tlen1_34.png"], "original_data_index": 1332} +{"question": "What are the names of artists who did not have an exhibition in 2004?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Jeff Sluman"], ["John Daly"], ["Larry Nelson"], ["Mark Brooks"], ["Nick Price"], ["Paul Azinger"]]}, "table_names": "['artist', 'exhibition']", "table_image_ids": ["TableImg_4nrhy_7.png", "TableImg_R9uwd_6.png"], "original_data_index": 1333} +{"question": "What are the different card type codes, and how many different customers hold each type?", "answer": {"columns": ["card_type_code", "count(DISTINCT customer_id)"], "index": [0, 1], "data": [["Credit", 6], ["Debit", 6]]}, "table_names": "['Customers_Cards']", "table_image_ids": ["TableImg_Ssih8_15.png"], "original_data_index": 1334} +{"question": "Show the pilot positions that have both pilots joining after year 2005 and pilots joining before 2000.", "answer": {"columns": ["Position"], "index": [0], "data": [["Center Team"]]}, "table_names": "['pilot']", "table_image_ids": ["TableImg_93310_5.png"], "original_data_index": 1335} +{"question": "Find the number of rooms located on each block floor.", "answer": {"columns": ["count(*)", "BlockFloor"], "index": [0, 1, 2, 3], "data": [[9, 1], [9, 2], [9, 3], [9, 4]]}, "table_names": "['Block', 'Room']", "table_image_ids": ["TableImg_P7h9j_12.png", "TableImg_A8oh1_36.png"], "original_data_index": 1336} +{"question": "List the project details of the project both producing patent and paper as outcomes.", "answer": {"columns": ["project_details"], "index": [0, 1], "data": [["beatae"], ["sed"]]}, "table_names": "['Project_Outcomes', 'Projects']", "table_image_ids": ["TableImg_4lpw8_15.png", "TableImg_Hxp9t_15.png"], "original_data_index": 1337} +{"question": "What are the different positions for match season?", "answer": {"columns": ["Position"], "index": [0, 1, 2], "data": [["Midfielder"], ["Defender"], ["Forward"]]}, "table_names": "['match_season']", "table_image_ids": ["TableImg_Lkolw_16.png"], "original_data_index": 1338} +{"question": "What are the state and country of all the cities that have post codes starting with 4.\\", "answer": {"columns": ["state_province_county", "country"], "index": [0, 1, 2], "data": [["Colorado", "USA"], ["Texas", "USA"], ["Kentucky", "USA"]]}, "table_names": "['Addresses']", "table_image_ids": ["TableImg_6sabg_15.png"], "original_data_index": 1339} +{"question": "What are the carriers of devices that are not in stock anywhere?", "answer": {"columns": ["Carrier"], "index": [0, 1, 2, 3], "data": [["MTS Mobility"], ["Verizon Wireless"], ["Telus Mobility"], ["Iusacell"]]}, "table_names": "['device', 'stock']", "table_image_ids": ["TableImg_Lif6e_6.png", "TableImg_Ssvn7_8.png"], "original_data_index": 1340} +{"question": "Find the id and local authority of the station with has the highest average high temperature.", "answer": {"columns": ["id", "local_authority"], "index": [0], "data": [[10, "Three Rivers"]]}, "table_names": "['station', 'weekly_weather']", "table_image_ids": ["TableImg_Ttja4_11.png", "TableImg_7g2p8_16.png"], "original_data_index": 1341} +{"question": "Show the average amount of transactions for different lots.", "answer": {"columns": ["lot_id", "avg(amount_of_transaction)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[1, 101119.2532], [3, 207484122.2796], [4, 48777.969], [8, 48777.969], [9, 0.0], [10, 13.0844666667], [11, 24402.613], [14, 175642.8343], [15, 1.0]]}, "table_names": "['Transactions', 'Transactions_Lots']", "table_image_ids": ["TableImg_Mqdhm_15.png", "TableImg_B30ag_15.png"], "original_data_index": 1342} +{"question": "What is the total number of companies?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[10]]}, "table_names": "['company']", "table_image_ids": ["TableImg_8ili4_10.png"], "original_data_index": 1343} +{"question": "Which cities' temperature in March is lower than that in July or higher than that in Oct?", "answer": {"columns": ["City"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Shanghai"], ["Nanjing ( Jiangsu )"], ["Hangzhou ( Zhejiang )"], ["Suzhou ( Jiangsu )"], ["Wuxi ( Jiangsu )"], ["Nantong ( Jiangsu )"], ["Jinhua ( Zhejiang )"], ["Jiaxing ( Zhejiang )"]]}, "table_names": "['city', 'temperature']", "table_image_ids": ["TableImg_Ou574_13.png", "TableImg_Bqg8n_8.png"], "original_data_index": 1344} +{"question": "Tell me the number of orders with \"Second time\" as order detail.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Customer_Orders']", "table_image_ids": ["TableImg_Mxjjm_15.png"], "original_data_index": 1345} +{"question": "Find the id and first name of the student that has the most number of assessment notes?", "answer": {"columns": ["student_id", "first_name"], "index": [0], "data": [[12, "Ferne"]]}, "table_names": "['Students', 'Assessment_Notes']", "table_image_ids": ["TableImg_70q02_15.png", "TableImg_12k00_15.png"], "original_data_index": 1346} +{"question": "Give me the the customer details and id for the customers who had two or more policies but did not file any claims.", "answer": {"columns": ["Customer_Details", "Customer_ID"], "index": [0], "data": [["Dr. Diana Rath", 4]]}, "table_names": "['Customers', 'Customer_Policies', 'Claims']", "table_image_ids": ["TableImg_Pubdv_15.png", "TableImg_Gyrxl_15.png", "TableImg_Mwov1_15.png"], "original_data_index": 1347} +{"question": "Hom many albums does the artist \"Metallica\" have?", "answer": {"columns": ["COUNT(*)"], "index": [0], "data": [[10]]}, "table_names": "['Album', 'Artist']", "table_image_ids": ["TableImg_Bvd12_347.png", "TableImg_8tqof_275.png"], "original_data_index": 1348} +{"question": "What are the last name and office of all history professors?", "answer": {"columns": ["EMP_LNAME", "PROF_OFFICE"], "index": [0, 1], "data": [["Donelly", "DRE 156"], ["Blalock", "DRE 156"]]}, "table_names": "['DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_44pzd_11.png", "TableImg_Sqaxm_37.png", "TableImg_Hiya2_22.png"], "original_data_index": 1349} +{"question": "How many games were played in city Atlanta in 2000?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['home_game', 'park']", "table_image_ids": ["TableImg_X7nro_2944.png", "TableImg_M1fsr_250.png"], "original_data_index": 1350} +{"question": "Sort the list of all the first and last names of authors in alphabetical order of the last names.", "answer": {"columns": ["fname", "lname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Amal", "Ahmed"], ["Matthias", "Blume"], ["Jeremy", "Gibbons"], ["Ralf", "Hinze"], ["Daniel W. H.", "James"], ["Atsushi", "Ohori"], ["Nicolas", "Pouillard"], ["Tim", "Sheard"], ["Olin", "Shivers"], ["Aaron", "Turon"], ["Katsuhiro", "Ueno"], ["Stephanie", "Weirich"], ["Brent", "Yorgey"]]}, "table_names": "['Authors']", "table_image_ids": ["TableImg_Yjqbp_13.png"], "original_data_index": 1351} +{"question": "What is the last name of the author that has published the most papers?", "answer": {"columns": ["lname"], "index": [0], "data": [["Hinze"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Wfuap_13.png", "TableImg_Zvo80_7.png", "TableImg_Llh4c_14.png"], "original_data_index": 1352} +{"question": "Return each apartment type code with the number of apartments having that apartment type, in ascending order of the number of apartments.", "answer": {"columns": ["apt_type_code", "COUNT(*)"], "index": [0, 1, 2], "data": [["Studio", 4], ["Duplex", 5], ["Flat", 6]]}, "table_names": "['Apartments']", "table_image_ids": ["TableImg_Xhwcq_15.png"], "original_data_index": 1353} +{"question": "List all department names ordered by their starting date.", "answer": {"columns": ["Dname"], "index": [0, 1, 2], "data": [["Headquarters"], ["Research"], ["Administration"]]}, "table_names": "['department']", "table_image_ids": ["TableImg_Lghlz_3.png"], "original_data_index": 1354} +{"question": "Find the number of routes with destination airports in Italy.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1779]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_Wznes_67240.png", "TableImg_Kmqda_7184.png"], "original_data_index": 1355} +{"question": "List the names and locations of all stations ordered by their yearly entry exit and interchange amounts.", "answer": {"columns": ["Name", "Location"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["East Croydon", "London"], ["Stratford", "London"], ["London St Pancras", "London"], ["Glasgow Central", "Glasgow"], ["London King's Cross", "London"], ["Birmingham New Street", "Birmingham"], ["London Euston", "London"], ["London Charing Cross", "London"], ["London Bridge", "London"], ["London Liverpool Street", "London"], ["London Victoria", "London"], ["London Waterloo", "London"]]}, "table_names": "['station']", "table_image_ids": ["TableImg_Hh38r_12.png"], "original_data_index": 1356} +{"question": "Which third party companies have at least 2 maintenance engineers or have at least 2 maintenance contracts? List the company id and name.", "answer": {"columns": ["company_id", "company_name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[2, "McDermott Group"], [3, "Schuppe-Carroll"], [4, "Dooley-Langosh"], [6, "Grimes, Mosciski and Renner"], [11, "Kuvalis, Boehm and Hettinger"], [13, "Greenholt-D'Amore"], [15, "Rau, Ullrich and King"]]}, "table_names": "['Third_Party_Companies', 'Maintenance_Contracts', 'Maintenance_Engineers']", "table_image_ids": ["TableImg_6ubwy_15.png", "TableImg_Yuti8_15.png", "TableImg_Bfgr5_15.png"], "original_data_index": 1357} +{"question": "Find the code of the document type \"Paper\".", "answer": {"columns": ["Document_Type_Code"], "index": [0], "data": [["PR"]]}, "table_names": "['Ref_Document_Types']", "table_image_ids": ["TableImg_V6e03_4.png"], "original_data_index": 1358} +{"question": "List title of albums have the number of tracks greater than 10.", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182], "data": [["Big Ones"], ["Jagged Little Pill"], ["Facelift"], ["Warner 25 Anos"], ["Audioslave"], ["Out Of Exile"], ["BackBeat Soundtrack"], ["Alcohol Fueled Brewtality Live! [Disc 1]"], ["Body Count"], ["Chemical Wedding"], ["The Best Of Buddy Guy - The Millenium Collection"], ["Prenda Minha"], ["Minha Historia"], ["Afrociberdelia"], ["Da Lama Ao Caos"], ["Ac\u00c3\u00bastico MTV live"], ["Cidade Negra - Hits"], ["Ax\u00c3\u00a9 Bahia 2001"], ["BBC Sessions [Disc 1] live"], ["Carnaval 2001"], ["Chill: Brazil (Disc 1)"], ["Chill: Brazil (Disc 2)"], ["Garage Inc. (Disc 1)"], ["Greatest Hits II"], ["Greatest Kiss"], ["Heart of the Night"], ["International Superhits"], ["Into The Light"], ["Meus Momentos"], ["Minha Hist\u00c3\u00b3ria"], ["Sambas De Enredo 2001"], ["Supernatural"], ["The Best of Ed Motta"], ["The Essential Miles Davis [Disc 1]"], ["Up An' Atom"], ["Vin\u00c3\u00adcius De Moraes - Sem Limite"], ["Vozes do MPB"], ["Chronicle, Vol. 1"], ["Chronicle, Vol. 2"], ["C\u00c3\u00a1ssia Eller - Cole\u00c3\u00a7\u00c3\u00a3o Sem Limite [Disc 2]"], ["C\u00c3\u00a1ssia Eller - Sem Limite [Disc 1]"], ["Knocking at Your Back Door: The Best Of Deep Purple in the 80's"], ["Purpendicular"], ["Vault: Def Leppard's Greatest Hits"], ["Djavan Ao Vivo - Vol. 02"], ["Djavan Ao Vivo - Vol. 1"], ["Elis Regina-Minha Hist\u00c3\u00b3ria"], ["The Cream Of Clapton"], ["Unplugged"], ["Album Of The Year"], ["Angel Dust"], ["King For A Day Fool For A Lifetime"], ["The Real Thing"], ["Deixa Entrar"], ["One By One"], ["The Colour And The Shape"], ["My Way: The Best Of Frank Sinatra [Disc 1]"], ["Roda De Funk"], ["As Can\u00c3\u00a7\u00c3\u00b5es de Eu Tu Eles"], ["Quanta Gente Veio Ver (Live)"], ["Faceless"], ["American Idiot"], ["Appetite for Destruction"], ["Use Your Illusion I"], ["Use Your Illusion II"], ["Blue Moods"], ["A Matter of Life and Death"], ["A Real Dead One"], ["A Real Live One"], ["Dance Of Death"], ["Fear Of The Dark"], ["Live After Death"], ["The X Factor"], ["Sex Machine"], ["Synkronized"], ["The Return Of The Space Cowboy"], ["Get Born"], ["Are You Experienced?"], ["Jorge Ben Jor 25 Anos"], ["Jota Quest-1995"], ["Cafezinho"], ["Living After Midnight"], ["Unplugged live"], ["A TempestadeTempestade Ou O Livro Dos Dias"], ["Mais Do Mesmo"], ["Greatest Hits"], ["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 01"], ["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 02"], ["Barulhinho Bom"], ["Seek And Shall Find: More Of The Best (1963-1981)"], ["Black Album"], ["Garage Inc. (Disc 2)"], ["Load"], ["ReLoad"], ["St. Anger"], ["Miles Ahead"], ["Milton Nascimento Ao Vivo"], ["Minas"], ["Ace Of Spades"], ["Demorou..."], ["Motley Crue Greatest Hits"], ["From The Muddy Banks Of The Wishkah live"], ["Nevermind"], ["Compositores"], ["Olodum"], ["Ac\u00c3\u00bastico MTV"], ["Arquivo II"], ["Arquivo Os Paralamas Do Sucesso"], ["Tribute"], ["Walking Into Clarksdale"], ["Original Soundtracks 1"], ["Live On Two Legs live"], ["Pearl Jam"], ["Riot Act"], ["Ten"], ["Vs."], ["Os C\u00c3\u00a3es Ladram Mas A Caravana N\u00c3\u00a3o P\u00c3\u00a1ra"], ["Greatest Hits I"], ["News Of The World"], ["Out Of Time"], ["Green"], ["New Adventures In Hi-Fi"], ["The Best Of R.E.M.: The IRS Years"], ["Raul Seixas"], ["Blood Sugar Sex Magik"], ["By The Way"], ["Californication"], ["Retrospective I (1974-1980)"], ["Maquinarama"], ["O Samba Pocon\u00c3\u00a9"], ["Judas 0: B-Sides and Rarities"], ["Rotten Apples: Greatest Hits"], ["A-Sides"], ["Core"], ["Mezmerize"], ["The Singles"], ["Beyond Good And Evil"], ["Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) UK"], ["The Doors"], ["The Police Greatest Hits"], ["Hot Rocks, 1964-1971 (Disc 1)"], ["No Security"], ["Voodoo Lounge"], ["Tangents"], ["Transmission"], ["My Generation - The Very Best Of The Who"], ["Serie Sem Limite (Disc 1)"], ["Serie Sem Limite (Disc 2)"], ["Ac\u00c3\u00bastico"], ["Volume Dois"], ["Battlestar Galactica, Season 3"], ["Heroes, Season 1"], ["Lost, Season 3"], ["Lost, Season 1"], ["Lost, Season 2"], ["Achtung Baby"], ["All That You Can't Leave Behind"], ["B-Sides 1980-1990"], ["How To Dismantle An Atomic Bomb"], ["Pop"], ["Rattle And Hum"], ["The Best Of 1980-1990"], ["UB40 The Best Of - Volume Two UK"], ["Diver Down"], ["The Best Of Van Halen, Vol. I"], ["Van Halen"], ["Van Halen III"], ["Contraband"], ["Vinicius De Moraes"], ["Ao Vivo IMPORT"], ["The Office, Season 2"], ["The Office, Season 3"], ["Battlestar Galactica (Classic), Season 1"], ["Instant Karma: The Amnesty International Campaign to Save Darfur"], ["Speak of the Devil"], ["20th Century Masters - The Millennium Collection: The Best of Scorpions"], ["House of Pain"], ["Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro"], ["LOST, Season 4"], ["Carry On"], ["Revelations"], ["Back to Black"], ["Frank"]]}, "table_names": "['albums', 'tracks']", "table_image_ids": ["TableImg_Cne7w_347.png", "TableImg_Lx7ju_3503.png"], "original_data_index": 1359} +{"question": "How many rooms does each block floor have?", "answer": {"columns": ["count(*)", "BlockFloor"], "index": [0, 1, 2, 3], "data": [[9, 1], [9, 2], [9, 3], [9, 4]]}, "table_names": "['Block', 'Room']", "table_image_ids": ["TableImg_8e1tl_12.png", "TableImg_Kk59c_36.png"], "original_data_index": 1360} +{"question": "Which students are advised by Michael Goodrich? Give me their first and last names.", "answer": {"columns": ["Fname", "LName"], "index": [0, 1, 2], "data": [["Linda", "Smith"], ["Paul", "Gompers"], ["Michael", "Leighton"]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_2m74t_34.png", "TableImg_Zmiry_58.png"], "original_data_index": 1361} +{"question": "What is the total grant amount of the organisations described as research?", "answer": {"columns": ["sum(grant_amount)"], "index": [0], "data": [[84129206.6553]]}, "table_names": "['Grants', 'Organisation_Types', 'Organisations']", "table_image_ids": ["TableImg_4koki_15.png", "TableImg_Qslzq_2.png", "TableImg_Nsgye_15.png"], "original_data_index": 1362} +{"question": "Return the name and country corresponding to the artist who has had the most exhibitions.", "answer": {"columns": ["Name", "Country"], "index": [0], "data": [["Vijay Singh", "Fiji"]]}, "table_names": "['artist', 'exhibition']", "table_image_ids": ["TableImg_Dye1l_7.png", "TableImg_Zj8ri_6.png"], "original_data_index": 1363} +{"question": "What is the headquarter of the company whose founder is James?", "answer": {"columns": ["Headquarter"], "index": [0], "data": [["Los Angeles"]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_9fqg6_6.png"], "original_data_index": 1364} +{"question": "Find the name of instructor who is the advisor of the student who has the highest number of total credits.", "answer": {"columns": ["name"], "index": [0], "data": [["Bawa"]]}, "table_names": "['instructor', 'student', 'advisor']", "table_image_ids": ["TableImg_Zpj9d_50.png", "TableImg_G3305_2000.png", "TableImg_Wwyba_2000.png"], "original_data_index": 1365} +{"question": "Give me the description of the service type that offers not only the photo product but also the film product.", "answer": {"columns": ["Service_Type_Description"], "index": [0], "data": [["provide dinning service"]]}, "table_names": "['Ref_Service_Types', 'Services']", "table_image_ids": ["TableImg_Xslq0_4.png", "TableImg_T0unm_15.png"], "original_data_index": 1366} +{"question": "Find the names of the courses that have just one student enrollment.", "answer": {"columns": ["course_name"], "index": [0], "data": [["Chinese Painting"]]}, "table_names": "['Courses', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Likjp_15.png", "TableImg_3vl3b_20.png"], "original_data_index": 1367} +{"question": "Find the names of the channels that are broadcast in the morning.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["CCTV-1"], ["CCTV-8"], ["CCTV-3"], ["CCTV-6"]]}, "table_names": "['channel', 'broadcast']", "table_image_ids": ["TableImg_Rvu4o_10.png", "TableImg_Ziqgv_11.png"], "original_data_index": 1368} +{"question": "Find the the customer details and id for the customers who had more than one policy.", "answer": {"columns": ["Customer_Details", "Customer_ID"], "index": [0, 1, 2, 3], "data": [["Ellsworth Paucek", 2], ["Mrs. Hanna Willms", 3], ["Dr. Diana Rath", 4], ["Lauriane Ferry PhD", 6]]}, "table_names": "['Customers', 'Customer_Policies']", "table_image_ids": ["TableImg_M901s_15.png", "TableImg_9psw3_15.png"], "original_data_index": 1369} +{"question": "Find the details of all the distinct customers who have orders with status \"On Road\".", "answer": {"columns": ["customer_details"], "index": [0, 1, 2, 3, 4, 5], "data": [["commodi"], ["deleniti"], ["est"], ["doloribus"], ["officia"], ["rerum"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_Jmwby_15.png", "TableImg_51jaj_15.png"], "original_data_index": 1370} +{"question": "Show different builders of railways, along with the corresponding number of railways using each builder.", "answer": {"columns": ["Builder", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Avonside", 1], ["GER Hartford", 1], ["GER Stratford", 1], ["GNR Doncaster", 1], ["GWR Swindon", 2], ["MR Derby", 1], ["SECR Ashford", 1], ["Stephenson", 1], ["Swindon Works", 1]]}, "table_names": "['railway']", "table_image_ids": ["TableImg_8taik_10.png"], "original_data_index": 1371} +{"question": "How many campuses exist are in the county of LA?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Campuses']", "table_image_ids": ["TableImg_Fiurl_23.png"], "original_data_index": 1372} +{"question": "List the clubs that have at least a member with advisor \"1121\".", "answer": {"columns": ["ClubName"], "index": [0], "data": [["Bootup Baltimore"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Wlqwt_34.png", "TableImg_Y3z7h_4.png", "TableImg_Mkwp8_4.png"], "original_data_index": 1373} +{"question": "Which delegates are from counties with population smaller than 100000?", "answer": {"columns": ["Delegate"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Bates, Gail H. Gail H. Bates"], ["Miller, Warren E. Warren E. Miller"], ["DeBoy, Steven J. Sr. Steven J. DeBoy, Sr."], ["Malone, James E. Jr. James E. Malone, Jr."], ["Bobo, Elizabeth Elizabeth Bobo"], ["Pendergrass, Shane E. Shane Pendergrass"], ["Guzzone, Guy Guy Guzzone"], ["Turner, Frank S. Frank S. Turner"]]}, "table_names": "['county', 'election']", "table_image_ids": ["TableImg_M4z80_5.png", "TableImg_X9ael_8.png"], "original_data_index": 1374} +{"question": "Which directors had a movie in either 1999 or 2000?", "answer": {"columns": ["Director"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Troy Duffy"], ["John Swanbeck"], ["Anthony Hickox"], ["Anthony Hickox"], ["Jonathan Lynn"], ["Roger Christian"], ["Stephen Kay"], ["Christian Duguay"], ["Damian Lee"]]}, "table_names": "['movie']", "table_image_ids": ["TableImg_Ms2qp_10.png"], "original_data_index": 1375} +{"question": "For each college, return the college name and the count of authors with submissions from that college.", "answer": {"columns": ["College", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Fisk", 1], ["Florida", 1], ["Georgia", 1], ["Georgia Tech", 1], ["Miami (OH)", 1], ["New Mexico", 1], ["Notre Dame", 1], ["Temple", 1], ["Tulsa", 1], ["West Texas State", 1]]}, "table_names": "['submission']", "table_image_ids": ["TableImg_Wt5p6_10.png"], "original_data_index": 1376} +{"question": "Return the full name and id of the actor or actress who starred in the greatest number of films.", "answer": {"columns": ["first_name", "last_name", "actor_id"], "index": [0], "data": [["GINA", "DEGENERES", 107]]}, "table_names": "['actor', 'film_actor']", "table_image_ids": ["TableImg_Lidar_200.png", "TableImg_Ij83j_5462.png"], "original_data_index": 1377} +{"question": "How many home games did the team Boston Red Stockings play from 1990 to 2000 in total?", "answer": {"columns": ["sum(T1.games)"], "index": [0], "data": [[4325]]}, "table_names": "['home_game', 'team']", "table_image_ids": ["TableImg_Cghtw_2944.png", "TableImg_Jbsfh_2805.png"], "original_data_index": 1378} +{"question": "Return the weight of the shortest person.", "answer": {"columns": ["Weight"], "index": [0], "data": [[75.0]]}, "table_names": "['people']", "table_image_ids": ["TableImg_Q4u9z_8.png"], "original_data_index": 1379} +{"question": "Return the number of accounts that the customer with the first name Art and last name Turcotte has.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Accounts', 'Customers']", "table_image_ids": ["TableImg_76uw2_15.png", "TableImg_Sayxb_15.png"], "original_data_index": 1380} +{"question": "What are the names and arrival times of trains?", "answer": {"columns": ["Name", "Arrival"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Wardha-Ballarshah Pass", "08:54"], ["Sewagram Exp", "09:08"], ["Ballarshah-Mumbai Pass", "09:48"], ["Nagpur-Kazipet Pass", "23:44"], ["Kazipet-Nagpur Pass", "05:09"], ["Lucknow-Chennai Exp", "13:04"], ["Andaman Exp", "13:04"], ["Andaman Exp", "23:39"], ["Nandigram Exp", "13:28"]]}, "table_names": "['train']", "table_image_ids": ["TableImg_Tdct0_9.png"], "original_data_index": 1381} +{"question": "Show the locations that have at least two performances.", "answer": {"columns": ["Location"], "index": [0], "data": [["Verizon Center"]]}, "table_names": "['performance']", "table_image_ids": ["TableImg_Kgp8n_6.png"], "original_data_index": 1382} +{"question": "What are names of stations that have average bike availability above 10 and are not located in San Jose city?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [["2nd at Folsom"], ["2nd at South Park"], ["5th at Howard"], ["Beale at Market"], ["Civic Center BART (7th at Market)"], ["Commercial at Montgomery"], ["Cowper at University"], ["Embarcadero at Folsom"], ["Embarcadero at Vallejo"], ["Grant Avenue at Columbus Avenue"], ["Market at Sansome"], ["Mechanics Plaza (Market at Battery)"], ["Park at Olive"], ["Powell at Post (Union Square)"], ["Townsend at 7th"], ["Yerba Buena Center of the Arts (3rd @ Howard)"]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_T59eb_70.png", "TableImg_Nf6t2_8487.png"], "original_data_index": 1383} +{"question": "What are the areas and counties for all appelations?", "answer": {"columns": ["Area", "County"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56], "data": [["North Coast", "Sonoma"], ["Sierra Foothills", "Amador"], ["N/A", "N/A"], ["North Coast", "Mendocino"], ["Central Coast", "San Luis Obispo"], ["North Coast", "Napa"], ["North Coast", "Sonoma"], ["Sierra Foothills", "Calaveras"], ["California", "N/A"], ["North Coast", "Napa"], ["Central Coast", "N/A"], ["North Coast", "Sonoma"], ["Central Coast", "Monterey"], ["Santa Cruz Mountains", "Contra Costa"], ["North Coast", "Sonoma"], ["Central Coast", "San Luis Obispo"], ["Sierra Foothills", "Amador"], ["North Coast", "Sonoma"], ["North Coast", "Lake"], ["Central Coast", "Santa Barbara"], ["North Coast", "Napa"], ["North Coast", "Sonoma"], ["North Coast", "Lake"], ["Santa Cruz Mountains", "Alameda"], ["Central Valley", "San Joaquin"], ["North Coast", "Mendocino"], ["Central Coast", "Monterey"], ["Central Coast", "San Benito"], ["North Coast", "Napa"], ["North Coast", "Napa"], ["North Coast", "N/A"], ["North Coast", "N/A"], ["North Coast", "Napa"], ["Central Coast", "San Luis Obispo"], ["North Coast", "Lake"], ["North Coast", "Sonoma"], ["North Coast", "Sonoma"], ["North Coast", "Napa"], ["Central Coast", "San Luis Obispo"], ["Central Coast", "Santa Barbara"], ["Santa Cruz Mountains", "N/A"], ["Central Coast", "Monterey"], ["Central Coast", "Santa Barbara"], ["Central Coast", "Santa Barbara"], ["Sierra Foothills", "Amador"], ["Sierra Foothills", "N/A"], ["North Coast", "Solano"], ["North Coast", "Sonoma"], ["North Coast", "Sonoma"], ["North Coast", "Sonoma"], ["North Coast", "N/A"], ["North Coast", "Napa"], ["North Coast", "Napa"], ["Central Coast", "Santa Barbara"], ["North Coast", "Napa"], ["Central Valley", "Yolo"], ["North Coast", "Napa"]]}, "table_names": "['appellations']", "table_image_ids": ["TableImg_6186j_57.png"], "original_data_index": 1384} +{"question": "Find the name of the activity that has the largest number of student participants.", "answer": {"columns": ["activity_name"], "index": [0], "data": [["Football"]]}, "table_names": "['Activity', 'Participates_in']", "table_image_ids": ["TableImg_2khbo_16.png", "TableImg_Y3a90_70.png"], "original_data_index": 1385} +{"question": "Which country does customer with first name as Carole and last name as Bernhard lived in?", "answer": {"columns": ["country"], "index": [0], "data": [["USA"]]}, "table_names": "['Addresses', 'Customers']", "table_image_ids": ["TableImg_1q477_15.png", "TableImg_Gxqvj_15.png"], "original_data_index": 1386} +{"question": "What are the official languages of the countries of players from Maryland or Duke college?", "answer": {"columns": ["Official_native_language"], "index": [0, 1, 2], "data": [["English Manx"], ["Irish English"], ["English"]]}, "table_names": "['country', 'match_season']", "table_image_ids": ["TableImg_J0k5h_6.png", "TableImg_48xh6_16.png"], "original_data_index": 1387} +{"question": "Count the number of chip model that do not have wifi.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['chip_model']", "table_image_ids": ["TableImg_Skzei_14.png"], "original_data_index": 1388} +{"question": "Find each student's first name.", "answer": {"columns": ["Fname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23], "data": [["Linda"], ["Tracy"], ["Shiela"], ["Dinesh"], ["Paul"], ["Andy"], ["Lisa"], ["Jandy"], ["Eric"], ["Derek"], ["David"], ["Steven"], ["Charles"], ["Susan"], ["Mark"], ["Bruce"], ["Michael"], ["Arthur"], ["Ian"], ["George"], ["Stacy"], ["Jun"], ["Sarah"], ["William"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Tf8nz_34.png"], "original_data_index": 1389} +{"question": "What is the status of the city that has hosted the most competitions?", "answer": {"columns": ["Status"], "index": [0], "data": [["Village"]]}, "table_names": "['city', 'farm_competition']", "table_image_ids": ["TableImg_Wlnlb_5.png", "TableImg_5u9q3_6.png"], "original_data_index": 1390} +{"question": "What are the different card type codes?", "answer": {"columns": ["card_type_code"], "index": [0, 1], "data": [["Credit"], ["Debit"]]}, "table_names": "['Customers_Cards']", "table_image_ids": ["TableImg_Ryxai_15.png"], "original_data_index": 1391} +{"question": "How many students are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[60]]}, "table_names": "['list']", "table_image_ids": ["TableImg_Rho1t_60.png"], "original_data_index": 1392} +{"question": "Find the number of scientists who are not assigned to any project.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Scientists', 'AssignedTo']", "table_image_ids": ["TableImg_76gjf_12.png", "TableImg_Xxl5m_12.png"], "original_data_index": 1393} +{"question": "What are the years, titles, and publishers for all books, ordered by year descending?", "answer": {"columns": ["Year", "Book_Title", "Publisher"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [[1990, "Somewhere in the Night", "Alyson"], [1990, "Walking Water / After All This", "Banned Books"], [1989, "Goldenboy", "Alyson"], [1989, "Death Takes the Stage", "St. Martin's Press"], [1989, "Unicorn Mountain", "William Morrow"], [1989, "Obedience", "Mysterious Press"], [1989, "Who\u00d3\u00b3 Next", "International Polygonics"], [1989, "Skiptrace", "Banned Books"], [1989, "Lessons In Murder", "Naiad Press"], [1989, "Mundane\u00d3\u00b3 World", "Crossing Press"], [1989, "Heavy Gilt", "Naiad Press"], [1989, "The Crystal Curtain", "Alyson"]]}, "table_names": "['book_club']", "table_image_ids": ["TableImg_O3urd_12.png"], "original_data_index": 1394} +{"question": "Count the number of different ranks of captain.", "answer": {"columns": ["count(DISTINCT rank)"], "index": [0], "data": [[3]]}, "table_names": "['captain']", "table_image_ids": ["TableImg_T5d3t_7.png"], "original_data_index": 1395} +{"question": "What is the denomination of the school the most players belong to?", "answer": {"columns": ["Denomination"], "index": [0], "data": [["Catholic"]]}, "table_names": "['school', 'player']", "table_image_ids": ["TableImg_V2hfo_6.png", "TableImg_Wlov7_23.png"], "original_data_index": 1396} +{"question": "How many friends does Dan have?", "answer": {"columns": ["count(T2.friend)"], "index": [0], "data": [[0]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Ii507_4.png", "TableImg_Ifbzm_4.png"], "original_data_index": 1397} +{"question": "What is the average and maximum number of hours students who made the team practiced?", "answer": {"columns": ["avg(T1.HS)", "max(T1.HS)"], "index": [0], "data": [[1400.0, 1600]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_C8hde_6.png", "TableImg_9oxvx_6.png"], "original_data_index": 1398} +{"question": "Find the names of customers who are not living in the state of California.", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Amalia Hudson DDS"], ["Aracely Borer V"], ["Candace Schneider"], ["Dr. Karine Farrell"], ["Emmanuel Reilly"], ["Gabe Schroeder"], ["Geovanni Grady"], ["Jaden Lang"], ["Keenan Kuhic"], ["Lila Howe"], ["Patience Yundt"], ["Ron Emard"], ["Rusty Morar"]]}, "table_names": "['Addresses', 'Customers', 'Customer_Addresses']", "table_image_ids": ["TableImg_78rly_15.png", "TableImg_89opb_15.png", "TableImg_Abx7k_15.png"], "original_data_index": 1399} +{"question": "Find the names of stadiums that some Australian swimmers have been to.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4], "data": [["Nou Mestalla"], ["Nou Mestalla"], ["Yubileyniy Stadium"], ["Gazprom Arena"], ["Baku Olympic Stadium"]]}, "table_names": "['swimmer', 'stadium', 'event', 'record']", "table_image_ids": ["TableImg_Ducyt_8.png", "TableImg_Wanms_10.png", "TableImg_Xrsfx_6.png", "TableImg_7qo2g_13.png"], "original_data_index": 1400} +{"question": "What is the gender of the student Linda Smith?", "answer": {"columns": ["Sex"], "index": [0], "data": [["F"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Vapne_34.png"], "original_data_index": 1401} +{"question": "Find the building, room number, semester and year of all courses offered by Psychology department sorted by course titles.", "answer": {"columns": ["building", "room_number", "semester", "year"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Nassau", "45", "Spring", 2008], ["Lambeau", "348", "Spring", 2006], ["Whitman", "434", "Fall", 2005], ["Fairchild", "145", "Spring", 2005], ["Fairchild", "145", "Spring", 2007], ["Stabler", "105", "Spring", 2006], ["Taylor", "183", "Spring", 2009], ["Chandler", "804", "Spring", 2003], ["Lamberton", "134", "Spring", 2008], ["Saucon", "113", "Fall", 2004], ["Lambeau", "348", "Spring", 2007], ["Main", "425", "Fall", 2003]]}, "table_names": "['course', 'section']", "table_image_ids": ["TableImg_Lvg39_200.png", "TableImg_6fbxk_100.png"], "original_data_index": 1402} +{"question": "What are the distinct name, location and products of the enzymes which has any 'inhibitor' interaction?", "answer": {"columns": ["name", "Location", "Product"], "index": [0, 1, 2], "data": [["ALA synthase", "Mitochondrion", "\u00ce\u00b4-Aminolevulinic acid"], ["ALA dehydratase", "Cytosol", "Porphobilinogen"], ["PBG deaminase", "Cytosol", "Hydroxymethyl bilane"]]}, "table_names": "['enzyme', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_8lceh_8.png", "TableImg_Hlafl_19.png"], "original_data_index": 1403} +{"question": "How many different FDA approval statuses exist for medicines?", "answer": {"columns": ["count(DISTINCT FDA_approved)"], "index": [0], "data": [[2]]}, "table_names": "['medicine']", "table_image_ids": ["TableImg_Rizxg_21.png"], "original_data_index": 1404} +{"question": "Show all cities where at least one customer lives in but no performer lives in.", "answer": {"columns": ["City_Town"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Jasthaven"], ["Lindberg"], ["Monahanshire"], ["Nataliamouth"], ["New Lonzoville"], ["Port Maximeview"], ["Purdyville"]]}, "table_names": "['Addresses', 'Performers', 'Customers']", "table_image_ids": ["TableImg_Jmoc8_20.png", "TableImg_J4hz1_20.png", "TableImg_8sxvf_15.png"], "original_data_index": 1405} +{"question": "Advisor 1121 has how many students?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Rjzlg_34.png"], "original_data_index": 1406} +{"question": "What is the rating of the restaurant Subway?", "answer": {"columns": ["Rating"], "index": [0], "data": [[3]]}, "table_names": "['Restaurant']", "table_image_ids": ["TableImg_Cb22b_2.png"], "original_data_index": 1407} +{"question": "What is the id of the patient who stayed in room 111 most recently?", "answer": {"columns": ["Patient"], "index": [0], "data": [[100000001]]}, "table_names": "['Patient', 'Room', 'Stay']", "table_image_ids": ["TableImg_Pha0a_4.png", "TableImg_Klfqj_36.png", "TableImg_7g3ir_3.png"], "original_data_index": 1408} +{"question": "Count the number of trips that did not end in San Francisco city.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[999]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_Hezbc_70.png", "TableImg_774tg_9959.png"], "original_data_index": 1409} +{"question": "List all directors along with the number of films directed by each director.", "answer": {"columns": ["Directed_by", "count(*)"], "index": [0, 1], "data": [["Bill Schreiner", 4], ["Jesus Salvador Trevi\u00c3\u00b1o", 1]]}, "table_names": "['film']", "table_image_ids": ["TableImg_Phl1j_5.png"], "original_data_index": 1410} +{"question": "List the title of films that do not have any market estimation.", "answer": {"columns": ["Title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Porky's"], ["Star Trek II: The Wrath of Khan"], ["48 Hrs"], ["Poltergeist"], ["The Best Little Whorehouse in Texas"], ["Annie"], ["The Verdict"], ["Gandhi"], ["First Blood"]]}, "table_names": "['film', 'film_market_estimation']", "table_image_ids": ["TableImg_Mazce_13.png", "TableImg_Brh24_9.png"], "original_data_index": 1411} +{"question": "Show each county along with the number of schools and total enrollment in each county.", "answer": {"columns": ["County", "count(*)", "sum(enrollment)"], "index": [0, 1, 2, 3, 4], "data": [["20 Elkhart", 1, 601], ["46 LaPorte 71 St. Joseph", 1, 852], ["50 Marshall", 3, 1098], ["71 St. Joseph", 2, 984], ["75 Starke", 1, 620]]}, "table_names": "['School']", "table_image_ids": ["TableImg_0mm7k_8.png"], "original_data_index": 1412} +{"question": "What are the names of accounts with checking balances greater than the average checking balance and savings balances below the average savings balance?", "answer": {"columns": ["name"], "index": [0, 1, 2], "data": [["Brown"], ["Granger"], ["Weeks"]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_Mdunc_7.png", "TableImg_Zn3ev_6.png", "TableImg_294ik_7.png"], "original_data_index": 1413} +{"question": "How many instructors are in the department with the highest budget, and what is their average salary?", "answer": {"columns": ["avg(T1.salary)", "count(*)"], "index": [0], "data": [[77600.1882, 50]]}, "table_names": "['department', 'instructor']", "table_image_ids": ["TableImg_Xe6ej_20.png", "TableImg_Qill4_50.png"], "original_data_index": 1414} +{"question": "Show the names and heights of buildings with at least two institutions founded after 1880.", "answer": {"columns": ["Name", "Height_feet"], "index": [0, 1, 2], "data": [["Citizens Bank Building", 145], ["Tampa City Hall", 160], ["One Tampa City Center", 537]]}, "table_names": "['building', 'Institution']", "table_image_ids": ["TableImg_Kzoio_8.png", "TableImg_Dqkcd_11.png"], "original_data_index": 1415} +{"question": "Show names for all aircrafts of which John Williams has certificates.", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Boeing 737-800"], ["Boeing 757-300"]]}, "table_names": "['aircraft', 'employee', 'certificate']", "table_image_ids": ["TableImg_Ixa0b_16.png", "TableImg_Kics7_31.png", "TableImg_Er52g_69.png"], "original_data_index": 1416} +{"question": "What is the name of the body builder with the greatest body weight?", "answer": {"columns": ["Name"], "index": [0], "data": [["Al Montoya"]]}, "table_names": "['body_builder', 'people']", "table_image_ids": ["TableImg_0rkdb_5.png", "TableImg_N5o6m_6.png"], "original_data_index": 1417} +{"question": "What are the ids and last names of all drivers who participated in the most races?", "answer": {"columns": ["driverId", "surname"], "index": [0], "data": [[22, "Barrichello"]]}, "table_names": "['races', 'drivers', 'results']", "table_image_ids": ["TableImg_483e0_997.png", "TableImg_8a8qp_842.png", "TableImg_Kn40r_23777.png"], "original_data_index": 1418} +{"question": "What are the names and types of the companies that have ever operated a flight?", "answer": {"columns": ["name", "Type"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Air China Cargo", "Joint Venture"], ["Air Hong Kong", "Joint Venture"], ["Dragonair", "Subsidiary"], ["Dragonair", "Subsidiary"], ["Cathay Pacific Cargo", "Subsidiary"], ["Cathay Pacific Catering Services (HK) Limited", "Subsidiary"], ["Vogue Laundry Service Limited", "Subsidiary"], ["VN/CX Catering Services Limited", "Joint Venture"], ["Vogue Laundry Service Limited", "Subsidiary"], ["Air China", "Corporate"], ["Cathay Pacific Cargo", "Subsidiary"], ["Cathay Pacific Services Limited", "Subsidiary"], ["Dragonair Holidays", "Subsidiary"]]}, "table_names": "['operate_company', 'flight']", "table_image_ids": ["TableImg_D341n_14.png", "TableImg_62ny5_13.png"], "original_data_index": 1419} +{"question": "Which project made the most number of outcomes? List the project details and the project id.", "answer": {"columns": ["project_details", "project_id"], "index": [0], "data": [["deleniti", 7]]}, "table_names": "['Project_Outcomes', 'Projects']", "table_image_ids": ["TableImg_3j9t9_15.png", "TableImg_O6b4v_15.png"], "original_data_index": 1420} +{"question": "Give me a list of cities whose temperature in Feb is higher than that in Jun or cities that were once host cities?", "answer": {"columns": ["City"], "index": [0, 1, 2, 3, 4], "data": [["Jiaxing ( Zhejiang )"], ["Nanjing ( Jiangsu )"], ["Shanghai"], ["Taizhou ( Zhejiang )"], ["Wuxi ( Jiangsu )"]]}, "table_names": "['city', 'temperature', 'hosting_city']", "table_image_ids": ["TableImg_Jhhuc_13.png", "TableImg_5vyg7_8.png", "TableImg_Nlm8v_6.png"], "original_data_index": 1421} +{"question": "What is the name of the track that has had the greatest number of races?", "answer": {"columns": ["Name"], "index": [0], "data": [["Chicagoland Speedway"]]}, "table_names": "['race', 'track']", "table_image_ids": ["TableImg_Xcxud_7.png", "TableImg_Kqlet_9.png"], "original_data_index": 1422} +{"question": "Find the name of the train whose route runs through greatest number of stations.", "answer": {"columns": ["name"], "index": [0], "data": [["Ananthapuri Express"]]}, "table_names": "['train', 'route']", "table_image_ids": ["TableImg_Zzyoc_11.png", "TableImg_Z8uqz_18.png"], "original_data_index": 1423} +{"question": "What is the total amount of money spent by Lucas Mancini?", "answer": {"columns": ["sum(T2.total)"], "index": [0], "data": [[37.62]]}, "table_names": "['customers', 'invoices']", "table_image_ids": ["TableImg_Jxq6b_59.png", "TableImg_Eb3ae_412.png"], "original_data_index": 1424} +{"question": "How many phone hardware models are produced by the company named \"Nokia Corporation\"?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['phone']", "table_image_ids": ["TableImg_4rz0j_8.png"], "original_data_index": 1425} +{"question": "What is the average credit score for customers who have never taken a loan?", "answer": {"columns": ["avg(credit_score)"], "index": [0], "data": [[20.0]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_0usw9_3.png", "TableImg_Uj0c0_3.png"], "original_data_index": 1426} +{"question": "Show the names of journalists from \"England\" or \"Wales\".", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Herbert Swindells"], ["Fred Keenor"], ["George Gilchrist"], ["Jackie Waring"], ["Fred Chandler"], ["John Meaney"], ["Tony Waddington"], ["Jack Meaney"], ["Frank Mitcheson"], ["Tom Briggs"]]}, "table_names": "['journalist']", "table_image_ids": ["TableImg_8pwe8_11.png"], "original_data_index": 1427} +{"question": "Find the ids of the employees who does not work in those departments where some employees works whose manager id within the range 100 and 200.", "answer": {"columns": ["EMPLOYEE_ID", "FIRST_NAME", "LAST_NAME", "EMAIL", "PHONE_NUMBER", "HIRE_DATE", "JOB_ID", "SALARY", "COMMISSION_PCT", "MANAGER_ID", "DEPARTMENT_ID"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[178, "Kimberely", "Grant", "KGRANT", "011.44.1644.429263", "1987-09-03", "SA_REP", 7000, 0.15, 149, 0], [201, "Michael", "Hartstein", "MHARTSTE", "515.123.5555", "1987-09-26", "MK_MAN", 13000, 0.0, 100, 20], [202, "Pat", "Fay", "PFAY", "603.123.6666", "1987-09-27", "MK_REP", 6000, 0.0, 201, 20], [203, "Susan", "Mavris", "SMAVRIS", "515.123.7777", "1987-09-28", "HR_REP", 6500, 0.0, 101, 40], [204, "Hermann", "Baer", "HBAER", "515.123.8888", "1987-09-29", "PR_REP", 10000, 0.0, 101, 70], [205, "Shelley", "Higgins", "SHIGGINS", "515.123.8080", "1987-09-30", "AC_MGR", 12000, 0.0, 101, 110], [206, "William", "Gietz", "WGIETZ", "515.123.8181", "1987-10-01", "AC_ACCOUNT", 8300, 0.0, 205, 110]]}, "table_names": "['departments', 'employees']", "table_image_ids": ["TableImg_Lcpzo_27.png", "TableImg_Ischu_107.png"], "original_data_index": 1428} +{"question": "Show ids of students who don't play video game.", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28], "data": [[1002], [1003], [1004], [1005], [1006], [1009], [1011], [1012], [1014], [1015], [1016], [1017], [1018], [1019], [1020], [1021], [1022], [1023], [1024], [1025], [1026], [1027], [1028], [1029], [1030], [1031], [1033], [1034], [1035]]}, "table_names": "['Student', 'Plays_Games']", "table_image_ids": ["TableImg_Dzp7g_34.png", "TableImg_Jcy7c_10.png"], "original_data_index": 1429} +{"question": "Show the date of the tallest perpetrator.", "answer": {"columns": ["Date"], "index": [0], "data": [["05.21 May 21"]]}, "table_names": "['perpetrator', 'people']", "table_image_ids": ["TableImg_9mgsq_5.png", "TableImg_9whxc_11.png"], "original_data_index": 1430} +{"question": "Return the names of artists and the themes of their exhibitions that had a ticket price higher than average.", "answer": {"columns": ["Theme", "Name"], "index": [0, 1, 2], "data": [["Santa Claus", "Vijay Singh"], ["Christmas stocking", "John Daly"], ["Spring", "Nick Price"]]}, "table_names": "['artist', 'exhibition']", "table_image_ids": ["TableImg_Cpt0u_7.png", "TableImg_Wu2e5_6.png"], "original_data_index": 1431} +{"question": "What is the title of the course that was offered at building Chandler during the fall semester in the year of 2010?", "answer": {"columns": ["title"], "index": [0], "data": [["International Trade"]]}, "table_names": "['course', 'section']", "table_image_ids": ["TableImg_Xsbr4_200.png", "TableImg_89m2y_100.png"], "original_data_index": 1432} +{"question": "Return the title and director of the movie released in the year 2000 or earlier that had the highest worldwide gross.", "answer": {"columns": ["Title", "Director"], "index": [0], "data": [["The Whole Nine Yards", "Jonathan Lynn"]]}, "table_names": "['movie']", "table_image_ids": ["TableImg_7hw2y_10.png"], "original_data_index": 1433} +{"question": "List the name of tracks belongs to genre Rock and whose media type is MPEG audio file.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210], "data": [["For Those About To Rock (We Salute You)"], ["Put The Finger On You"], ["Let's Get It Up"], ["Inject The Venom"], ["Snowballed"], ["Evil Walks"], ["C.O.D."], ["Breaking The Rules"], ["Night Of The Long Knives"], ["Spellbound"], ["Go Down"], ["Dog Eat Dog"], ["Let There Be Rock"], ["Bad Boy Boogie"], ["Problem Child"], ["Overdose"], ["Hell Ain't A Bad Place To Be"], ["Whole Lotta Rosie"], ["Walk On Water"], ["Love In An Elevator"], ["Rag Doll"], ["What It Takes"], ["Dude (Looks Like A Lady)"], ["Janie's Got A Gun"], ["Cryin'"], ["Amazing"], ["Blind Man"], ["Deuces Are Wild"], ["The Other Side"], ["Crazy"], ["Eat The Rich"], ["Angel"], ["Livin' On The Edge"], ["All I Really Want"], ["You Oughta Know"], ["Perfect"], ["Hand In My Pocket"], ["Right Through You"], ["Forgiven"], ["You Learn"], ["Head Over Feet"], ["Mary Jane"], ["Ironic"], ["Not The Doctor"], ["Wake Up"], ["You Oughta Know (Alternate)"], ["We Die Young"], ["Man In The Box"], ["Sea Of Sorrow"], ["Bleed The Freak"], ["I Can't Remember"], ["Love, Hate, Love"], ["It Ain't Like That"], ["Sunshine"], ["Put You Down"], ["Confusion"], ["I Know Somethin (Bout You)"], ["Real Thing"], ["Cochise"], ["Show Me How to Live"], ["Gasoline"], ["What You Are"], ["Like a Stone"], ["Set It Off"], ["Shadow on the Sun"], ["I am the Highway"], ["Exploder"], ["Hypnotize"], ["Bring'em Back Alive"], ["Light My Way"], ["Getaway Car"], ["The Last Remaining Light"], ["You Shook Me"], ["I Can't Quit You Baby"], ["Communication Breakdown"], ["Dazed and Confused"], ["The Girl I Love She Got Long Black Wavy Hair"], ["What is and Should Never Be"], ["Communication Breakdown(2)"], ["Travelling Riverside Blues"], ["Whole Lotta Love"], ["Somethin' Else"], ["Communication Breakdown(3)"], ["I Can't Quit You Baby(2)"], ["You Shook Me(2)"], ["How Many More Times"], ["Debra Kadabra"], ["Carolina Hard-Core Ecstasy"], ["Sam With The Showing Scalp Flat Top"], ["Poofter's Froth Wyoming Plans Ahead"], ["200 Years Old"], ["Cucamonga"], ["Advance Romance"], ["Man With The Woman Head"], ["Muffin Man"], ["A Kind Of Magic"], ["Under Pressure"], ["Radio GA GA"], ["I Want It All"], ["I Want To Break Free"], ["Innuendo"], ["It's A Hard Life"], ["Breakthru"], ["Who Wants To Live Forever"], ["Headlong"], ["The Miracle"], ["I'm Going Slightly Mad"], ["The Invisible Man"], ["Hammer To Fall"], ["Friends Will Be Friends"], ["The Show Must Go On"], ["One Vision"], ["Detroit Rock City"], ["Black Diamond"], ["Hard Luck Woman"], ["Sure Know Something"], ["Love Gun"], ["Deuce"], ["Goin' Blind"], ["Shock Me"], ["Do You Love Me"], ["She"], ["I Was Made For Loving You"], ["Shout It Out Loud"], ["God Of Thunder"], ["Calling Dr. Love"], ["Beth"], ["Strutter"], ["Rock And Roll All Nite"], ["Cold Gin"], ["Plaster Caster"], ["God Gave Rock 'n' Roll To You"], ["Into The Light"], ["River Song"], ["She Give Me ..."], ["Don't You Cry"], ["Love Is Blind"], ["Slave"], ["Cry For Love"], ["Living On Love"], ["Midnight Blue"], ["Too Many Tears"], ["Don't Lie To Me"], ["Wherever You May Go"], ["Burn"], ["Stormbringer"], ["Gypsy"], ["Lady Double Dealer"], ["Mistreated"], ["Smoke On The Water"], ["You Fool No One"], ["Custard Pie"], ["The Rover"], ["In My Time Of Dying"], ["Houses Of The Holy"], ["Trampled Under Foot"], ["Kashmir"], ["(Da Le) Yaleo"], ["Love Of My Life"], ["Put Your Lights On"], ["Africa Bamba"], ["Smooth"], ["Do You Like The Way"], ["Maria Maria"], ["Migra"], ["Corazon Espinado"], ["Wishing It Was"], ["El Farol"], ["Primavera"], ["The Calling"], ["Space Truckin'"], ["Going Down / Highway Star"], ["Mistreated (Alternate Version)"], ["You Fool No One (Alternate Version)"], ["Susie Q"], ["I Put A Spell On You"], ["Proud Mary"], ["Bad Moon Rising"], ["Lodi"], ["Green River"], ["Commotion"], ["Down On The Corner"], ["Fortunate Son"], ["Travelin' Band"], ["Who'll Stop The Rain"], ["Up Around The Bend"], ["Run Through The Jungle"], ["Lookin' Out My Back Door"], ["Long As I Can See The Light"], ["I Heard It Through The Grapevine"], ["Have You Ever Seen The Rain?"], ["Hey Tonight"], ["Sweet Hitch-Hiker"], ["Someday Never Comes"], ["Walking On The Water"], ["Suzie-Q, Pt. 2"], ["Born On The Bayou"], ["Good Golly Miss Molly"], ["Tombstone Shadow"], ["Wrote A Song For Everyone"], ["Night Time Is The Right Time"], ["Cotton Fields"], ["It Came Out Of The Sky"], ["Don't Look Now"], ["The Midnight Special"], ["Before You Accuse Me"], ["My Baby Left Me"], ["Pagan Baby"], ["(Wish I Could) Hideaway"], ["It's Just A Thought"], ["Molina"], ["Born To Move"], ["Lookin' For A Reason"], ["Hello Mary Lou"], ["Comin' Home"], ["Lady Luck"], ["Gettin' Tighter"], ["Dealer"], ["I Need Love"], ["Drifter"], ["Love Child"], ["This Time Around / Owed to 'G' instrumental"], ["You Keep On Moving"], ["Speed King"], ["Bloodsucker"], ["Child In Time"], ["Flight Of The Rat"], ["Into The Fire"], ["Living Wreck"], ["Hard Lovin' Man"], ["Fireball"], ["No No No"], ["Strange Kind Of Woman"], ["Anyone's Daughter"], ["The Mule"], ["Fools"], ["No One Came"], ["Knocking At Your Back Door"], ["Bad Attitude"], ["Child In Time (Son Of Aleric - Instrumental)"], ["Nobody's Home"], ["Black Night"], ["Perfect Strangers"], ["The Unwritten Law"], ["Call Of The Wild"], ["Hush"], ["Smoke On The Water"], ["Space Trucking"], ["Highway Star"], ["Maybe I'm A Leo"], ["Pictures Of Home"], ["Never Before"], ["Smoke On The Water"], ["Lazy"], ["Space Truckin'"], ["Vavoom : Ted The Mechanic"], ["Loosen My Strings"], ["Soon Forgotten"], ["Sometimes I Feel Like Screaming"], ["Cascades : I'm Not Your Lover"], ["The Aviator"], ["Rosa's Cantina"], ["A Castle Full Of Rascals"], ["A Touch Away"], ["Hey Cisco"], ["Somebody Stole My Guitar"], ["The Purpendicular Waltz"], ["King Of Dreams"], ["The Cut Runs Deep"], ["Fire In The Basement"], ["Truth Hurts"], ["Breakfast In Bed"], ["Love Conquers All"], ["Fortuneteller"], ["Too Much Is Not Enough"], ["Wicked Ways"], ["Stormbringer"], ["Love Don't Mean a Thing"], ["Holy Man"], ["Hold On"], ["Lady Double Dealer"], ["You Can't Do it Right (With the One You Love)"], ["High Ball Shooter"], ["The Gypsy"], ["Soldier Of Fortune"], ["The Battle Rages On"], ["Lick It Up"], ["Anya"], ["Talk About Love"], ["Time To Kill"], ["Ramshackle Man"], ["A Twist In The Tail"], ["Nasty Piece Of Work"], ["Solitaire"], ["One Man's Meat"], ["Pour Some Sugar On Me"], ["Photograph"], ["Love Bites"], ["Let's Get Rocked"], ["Two Steps Behind [Acoustic Version]"], ["Animal"], ["Heaven Is"], ["Rocket"], ["When Love & Hate Collide"], ["Action"], ["Make Love Like A Man"], ["Armageddon It"], ["Have You Ever Needed Someone So Bad"], ["Rock Of Ages"], ["Hysteria"], ["Bringin' On The Heartbreak"], ["Get Out"], ["Ricochet"], ["Evidence"], ["The Gentle Art Of Making Enemies"], ["Star A.D."], ["Cuckoo For Caca"], ["Caralho Voador"], ["Ugly In The Morning"], ["Digging The Grave"], ["Take This Bottle"], ["King For A Day"], ["What A Day"], ["The Last To Know"], ["Just A Man"], ["Absolute Zero"], ["In Your Honor"], ["No Way Back"], ["Best Of You"], ["DOA"], ["Hell"], ["The Last Song"], ["Free Me"], ["Resolve"], ["The Deepest Blues Are Black"], ["End Over End"], ["Still"], ["What If I Do?"], ["Miracle"], ["Another Round"], ["Friend Of A Friend"], ["Over And Out"], ["On The Mend"], ["Virginia Moon"], ["Cold Day In The Sun"], ["Razor"], ["Doll"], ["Monkey Wrench"], ["Hey, Johnny Park!"], ["My Poor Brain"], ["Wind Up"], ["Up In Arms"], ["My Hero"], ["See You"], ["Enough Space"], ["February Stars"], ["Everlong"], ["Walking After You"], ["New Way Home"], ["The Wicker Man"], ["Ghost Of The Navigator"], ["Brave New World"], ["Blood Brothers"], ["The Mercenary"], ["Dream Of Mirrors"], ["The Fallen Angel"], ["The Nomad"], ["Out Of The Silent Planet"], ["The Thin Line Between Love & Hate"], ["Be Quick Or Be Dead"], ["From Here To Eternity"], ["Afraid To Shoot Strangers"], ["Fear Is The Key"], ["Childhood's End"], ["Wasting Love"], ["The Fugitive"], ["Chains Of Misery"], ["The Apparition"], ["Judas Be My Guide"], ["Weekend Warrior"], ["Fear Of The Dark"], ["Be Quick Or Be Dead"], ["The Number Of The Beast"], ["Wrathchild"], ["From Here To Eternity"], ["Can I Play With Madness"], ["Wasting Love"], ["Tailgunner"], ["The Evil That Men Do"], ["Afraid To Shoot Strangers"], ["Fear Of The Dark"], ["Bring Your Daughter... To The Slaughter..."], ["The Clairvoyant"], ["Heaven Can Wait"], ["Run To The Hills"], ["2 Minutes To Midnight"], ["Iron Maiden"], ["Hallowed Be Thy Name"], ["The Trooper"], ["Sanctuary"], ["Running Free"], ["Dream Of Mirrors"], ["The Clansman"], ["Fear Of The Dark"], ["Iron Maiden"], ["The Number Of The Beast"], ["Hallowed Be Thy Name"], ["Sanctuary"], ["Run To The Hills"], ["The Number Of The Beast"], ["Sign Of The Cross"], ["Lord Of The Flies"], ["Man On The Edge"], ["Fortunes Of War"], ["Look For The Truth"], ["The Aftermath"], ["Judgement Of Heaven"], ["Blood On The World's Hands"], ["The Edge Of Darkness"], ["2 A.M."], ["The Unbeliever"], ["Futureal"], ["The Angel And The Gambler"], ["Lightning Strikes Twice"], ["The Clansman"], ["When Two Worlds Collide"], ["The Educated Fool"], ["Don't Look To The Eyes Of A Stranger"], ["Como Estais Amigos"], ["When You Gonna Learn (Digeridoo)"], ["Too Young To Die"], ["Hooked Up"], ["If I Like It, I Do It"], ["Music Of The Wind"], ["Emergency On Planet Earth"], ["Whatever It Is, I Just Can't Stop"], ["Blow Your Mind"], ["Revolution 1993"], ["Didgin' Out"], ["Foxy Lady"], ["Manic Depression"], ["Red House"], ["Can You See Me"], ["Love Or Confusion"], ["I Don't Live Today"], ["May This Be Love"], ["Fire"], ["Third Stone From The Sun"], ["Remember"], ["Are You Experienced?"], ["Hey Joe"], ["Stone Free"], ["Purple Haze"], ["51st Anniversary"], ["The Wind Cries Mary"], ["Highway Chile"], ["Comin' Home"], ["Plaster Caster"], ["Goin' Blind"], ["Do You Love Me"], ["Domino"], ["Sure Know Something"], ["A World Without Heroes"], ["Rock Bottom"], ["See You Tonight"], ["I Still Love You"], ["Every Time I Look At You"], ["2,000 Man"], ["Beth"], ["Nothin' To Lose"], ["Rock And Roll All Nite"], ["Immigrant Song"], ["Heartbreaker"], ["Since I've Been Loving You"], ["Black Dog"], ["Dazed And Confused"], ["Stairway To Heaven"], ["Going To California"], ["That's The Way"], ["Whole Lotta Love (Medley)"], ["Thank You"], ["We're Gonna Groove"], ["Poor Tom"], ["I Can't Quit You Baby"], ["Walter's Walk"], ["Ozone Baby"], ["Darlene"], ["Bonzo's Montreux"], ["Wearing And Tearing"], ["The Song Remains The Same"], ["The Rain Song"], ["Over The Hills And Far Away"], ["The Crunge"], ["Dancing Days"], ["D'Yer Mak'er"], ["No Quarter"], ["The Ocean"], ["In The Evening"], ["South Bound Saurez"], ["Fool In The Rain"], ["Hot Dog"], ["Carouselambra"], ["All My Love"], ["I'm Gonna Crawl"], ["Black Dog"], ["Rock & Roll"], ["The Battle Of Evermore"], ["Stairway To Heaven"], ["Misty Mountain Hop"], ["Four Sticks"], ["Going To California"], ["When The Levee Breaks"], ["Good Times Bad Times"], ["Babe I'm Gonna Leave You"], ["You Shook Me"], ["Dazed and Confused"], ["Your Time Is Gonna Come"], ["Black Mountain Side"], ["Communication Breakdown"], ["I Can't Quit You Baby"], ["How Many More Times"], ["Whole Lotta Love"], ["What Is And What Should Never Be"], ["The Lemon Song"], ["Thank You"], ["Heartbreaker"], ["Living Loving Maid (She's Just A Woman)"], ["Ramble On"], ["Moby Dick"], ["Bring It On Home"], ["Immigrant Song"], ["Friends"], ["Celebration Day"], ["Since I've Been Loving You"], ["Out On The Tiles"], ["Gallows Pole"], ["Tangerine"], ["That's The Way"], ["Bron-Y-Aur Stomp"], ["Hats Off To (Roy) Harper"], ["In The Light"], ["Bron-Yr-Aur"], ["Down By The Seaside"], ["Ten Years Gone"], ["Night Flight"], ["The Wanton Song"], ["Boogie With Stu"], ["Black Country Woman"], ["Sick Again"], ["Achilles Last Stand"], ["For Your Life"], ["Royal Orleans"], ["Nobody's Fault But Mine"], ["Candy Store Rock"], ["Hots On For Nowhere"], ["Tea For One"], ["Rock & Roll"], ["Celebration Day"], ["The Song Remains The Same"], ["Rain Song"], ["Dazed And Confused"], ["No Quarter"], ["Stairway To Heaven"], ["Moby Dick"], ["Whole Lotta Love"], ["Are You Gonna Go My Way"], ["Fly Away"], ["Rock And Roll Is Dead"], ["Again"], ["It Ain't Over 'Til It's Over"], ["Can't Get You Off My Mind"], ["Mr. Cab Driver"], ["American Woman"], ["Stand By My Woman"], ["Always On The Run"], ["Heaven Help"], ["I Belong To You"], ["Believe"], ["Let Love Rule"], ["Black Velveteen"], ["Pseudo Silk Kimono"], ["Kayleigh"], ["Lavender"], ["Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel"], ["Heart Of Lothian: Wide Boy / Curtain Call"], ["Waterhole (Expresso Bongo)"], ["Lords Of The Backstage"], ["Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold"], ["Childhoods End?"], ["White Feather"], ["Down Under"], ["Overkill"], ["Be Good Johnny"], ["Everything I Need"], ["Down by the Sea"], ["Who Can It Be Now?"], ["It's a Mistake"], ["Dr. Heckyll & Mr. Jive"], ["Shakes and Ladders"], ["No Sign of Yesterday"], ["Intro"], ["School"], ["Drain You"], ["Aneurysm"], ["Smells Like Teen Spirit"], ["Been A Son"], ["Lithium"], ["Sliver"], ["Spank Thru"], ["Scentless Apprentice"], ["Heart-Shaped Box"], ["Milk It"], ["Negative Creep"], ["Polly"], ["Breed"], ["Tourette's"], ["Blew"], ["Smells Like Teen Spirit"], ["In Bloom"], ["Come As You Are"], ["Breed"], ["Lithium"], ["Polly"], ["Territorial Pissings"], ["Drain You"], ["Lounge Act"], ["Stay Away"], ["On A Plain"], ["Something In The Way"], ["Time"], ["P.S.Apare\u00c3\u00a7a"], ["Sangue Latino"], ["Folhas Secas"], ["Poeira"], ["M\u00c3\u00a1gica"], ["Quem Mata A Mulher Mata O Melhor"], ["Mundar\u00c3\u00a9u"], ["O Bra\u00c3\u00a7o Da Minha Guitarra"], ["Deus"], ["M\u00c3\u00a3e Terra"], ["\u00c3\u0080s Vezes"], ["Menino De Rua"], ["Prazer E F\u00c3\u00a9"], ["Elza"], ["Shining In The Light"], ["When The World Was Young"], ["Upon A Golden Horse"], ["Blue Train"], ["Please Read The Letter"], ["Most High"], ["Heart In Your Hand"], ["Walking Into Clarksdale"], ["Burning Up"], ["When I Was A Child"], ["House Of Love"], ["Sons Of Freedom"], ["Wrathchild"], ["Killers"], ["Prowler"], ["Murders In The Rue Morgue"], ["Women In Uniform"], ["Remember Tomorrow"], ["Sanctuary"], ["Running Free"], ["Phantom Of The Opera"], ["Iron Maiden"], ["Corduroy"], ["Given To Fly"], ["Hail, Hail"], ["Daughter"], ["Elderly Woman Behind The Counter In A Small Town"], ["Untitled"], ["MFC"], ["Go"], ["Red Mosquito"], ["Even Flow"], ["Off He Goes"], ["Nothingman"], ["Do The Evolution"], ["Better Man"], ["Black"], ["F*Ckin' Up"], ["Can't Keep"], ["Save You"], ["Love Boat Captain"], ["Cropduster"], ["Ghost"], ["I Am Mine"], ["Thumbing My Way"], ["You Are"], ["Get Right"], ["Green Disease"], ["Help Help"], ["Bushleager"], ["1/2 Full"], ["Arc"], ["All or None"], ["Once"], ["Evenflow"], ["Alive"], ["Why Go"], ["Black"], ["Jeremy"], ["Oceans"], ["Porch"], ["Garden"], ["Deep"], ["Release"], ["Go"], ["Animal"], ["Daughter"], ["Glorified G"], ["Dissident"], ["W.M.A."], ["Blood"], ["Rearviewmirror"], ["Rats"], ["Elderly Woman Behind The Counter In A Small Town"], ["Leash"], ["Indifference"], ["Speak To Me/Breathe"], ["On The Run"], ["Time"], ["The Great Gig In The Sky"], ["Money"], ["Us And Them"], ["Any Colour You Like"], ["Brain Damage"], ["Eclipse"], ["Bohemian Rhapsody"], ["Another One Bites The Dust"], ["Killer Queen"], ["Fat Bottomed Girls"], ["Bicycle Race"], ["You're My Best Friend"], ["Don't Stop Me Now"], ["Save Me"], ["Crazy Little Thing Called Love"], ["Somebody To Love"], ["Now I'm Here"], ["Good Old-Fashioned Lover Boy"], ["Play The Game"], ["Flash"], ["Seven Seas Of Rhye"], ["We Will Rock You"], ["We Are The Champions"], ["We Will Rock You"], ["We Are The Champions"], ["Sheer Heart Attack"], ["All Dead, All Dead"], ["Spread Your Wings"], ["Fight From The Inside"], ["Get Down, Make Love"], ["Sleep On The Sidewalk"], ["Who Needs You"], ["It's Late"], ["My Melancholy Blues"], ["How The West Was Won And Where It Got Us"], ["The Wake-Up Bomb"], ["New Test Leper"], ["Undertow"], ["E-Bow The Letter"], ["Leave"], ["Departure"], ["Bittersweet Me"], ["Be Mine"], ["Binky The Doormat"], ["Zither"], ["So Fast, So Numb"], ["Low Desert"], ["Electrolite"], ["Maluco Beleza"], ["O Dia Em Que A Terra Parou"], ["No Fundo Do Quintal Da Escola"], ["O Segredo Do Universo"], ["As Profecias"], ["Mata Virgem"], ["Sapato 36"], ["Todo Mundo Explica"], ["Que Luz \u00c3\u0089 Essa"], ["Diamante De Mendigo"], ["Neg\u00c3\u00b3cio \u00c3\u0089"], ["Muita Estrela, Pouca Constela\u00c3\u00a7\u00c3\u00a3o"], ["S\u00c3\u00a9culo XXI"], ["Rock Das Aranhas (Ao Vivo) (Live)"], ["By The Way"], ["Universally Speaking"], ["This Is The Place"], ["Dosed"], ["Don't Forget Me"], ["The Zephyr Song"], ["Can't Stop"], ["I Could Die For You"], ["Midnight"], ["Throw Away Your Television"], ["Cabron"], ["Tear"], ["On Mercury"], ["Minor Thing"], ["Warm Tape"], ["Venice Queen"], ["Around The World"], ["Parallel Universe"], ["Scar Tissue"], ["Otherside"], ["Get On Top"], ["Californication"], ["Easily"], ["Porcelain"], ["Emit Remmus"], ["I Like Dirt"], ["This Velvet Glove"], ["Savior"], ["Purple Stain"], ["Right On Time"], ["Road Trippin'"], ["The Spirit Of Radio"], ["The Trees"], ["Something For Nothing"], ["Freewill"], ["Xanadu"], ["Bastille Day"], ["By-Tor And The Snow Dog"], ["Anthem"], ["Closer To The Heart"], ["2112 Overture"], ["The Temples Of Syrinx"], ["La Villa Strangiato"], ["Fly By Night"], ["Finding My Way"], ["Jingo"], ["El Corazon Manda"], ["La Puesta Del Sol"], ["Persuasion"], ["As The Years Go by"], ["Soul Sacrifice"], ["Fried Neckbones And Home Fries"], ["Santana Jam"], ["Evil Ways"], ["We've Got To Get Together/Jingo"], ["Rock Me"], ["Just Ain't Good Enough"], ["Funky Piano"], ["The Way You Do To Mer"], ["Holding Back The Years"], ["Money's Too Tight To Mention"], ["The Right Thing"], ["It's Only Love"], ["A New Flame"], ["You've Got It"], ["If You Don't Know Me By Now"], ["Stars"], ["Something Got Me Started"], ["Thrill Me"], ["Your Mirror"], ["For Your Babies"], ["So Beautiful"], ["Angel"], ["Fairground"], ["\u00c3\u0081gua E Fogo"], ["Tr\u00c3\u00aas Lados"], ["Ela Desapareceu"], ["Balada Do Amor Inabal\u00c3\u00a1vel"], ["Can\u00c3\u00a7\u00c3\u00a3o Noturna"], ["Mu\u00c3\u00a7ulmano"], ["Maquinarama"], ["Rebeli\u00c3\u00a3o"], ["A \u00c3\u009altima Guerra"], ["Fica"], ["Ali"], ["Preto Dami\u00c3\u00a3o"], ["\u00c3\u0089 Uma Partida De Futebol"], ["Eu Disse A Ela"], ["Z\u00c3\u00a9 Trindade"], ["Garota Nacional"], ["T\u00c3\u00a3o Seu"], ["Sem Terra"], ["Os Exilados"], ["Um Dia Qualquer"], ["Los Pretos"], ["Sul Da Am\u00c3\u00a9rica"], ["Pocon\u00c3\u00a9"], ["Nothing To Say"], ["Flower"], ["Loud Love"], ["Hands All Over"], ["Get On The Snake"], ["Jesus Christ Pose"], ["Outshined"], ["Rusty Cage"], ["Spoonman"], ["The Day I Tried To Live"], ["Black Hole Sun"], ["Fell On Black Days"], ["Pretty Noose"], ["Burden In My Hand"], ["Blow Up The Outside World"], ["Ty Cobb"], ["Bleed Together"], ["Dead And Bloated"], ["Sex Type Thing"], ["Wicked Garden"], ["No Memory"], ["Sin"], ["Naked Sunday"], ["Creep"], ["Piece Of Pie"], ["Plush"], ["Wet My Bed"], ["Crackerman"], ["Where The River Goes"], ["The Sun Road"], ["Dark Corners"], ["Duende"], ["Black Light Syndrome"], ["Falling in Circles"], ["Book of Hours"], ["Chaos-Control"], ["War (The Process)"], ["The Saint"], ["Rise"], ["Take The Power"], ["Breathe"], ["Nico"], ["American Gothic"], ["Ashes And Ghosts"], ["Shape The Sky"], ["Speed Of Light"], ["True Believers"], ["My Bridges Burn"], ["She Sells Sanctuary"], ["Fire Woman"], ["Lil' Evil"], ["Spirit Walker"], ["The Witch"], ["Revolution"], ["Wild Hearted Son"], ["Love Removal Machine"], ["Rain"], ["Edie (Ciao Baby)"], ["Heart Of Soul"], ["Love"], ["Wild Flower"], ["Go West"], ["Resurrection Joe"], ["Sun King"], ["Sweet Soul Sister"], ["Earth Mofo"], ["Break on Through"], ["Soul Kitchen"], ["The Crystal Ship"], ["Twentienth Century Fox"], ["Alabama Song"], ["Light My Fire"], ["Back Door Man"], ["I Looked At You"], ["End Of The Night"], ["Take It As It Comes"], ["The End"], ["Roxanne"], ["Can't Stand Losing You"], ["Message in a Bottle"], ["Walking on the Moon"], ["Don't Stand so Close to Me"], ["De Do Do Do, De Da Da Da"], ["Every Little Thing She Does is Magic"], ["Invisible Sun"], ["Spirit's in the Material World"], ["Every Breath You Take"], ["King Of Pain"], ["Wrapped Around Your Finger"], ["Don't Stand So Close to Me '86"], ["Message in a Bottle (new classic rock mix)"], ["Time Is On My Side"], ["Heart Of Stone"], ["Play With Fire"], ["Satisfaction"], ["As Tears Go By"], ["Get Off Of My Cloud"], ["Mother's Little Helper"], ["19th Nervous Breakdown"], ["Paint It Black"], ["Under My Thumb"], ["Ruby Tuesday"], ["Let's Spend The Night Together"], ["Intro"], ["You Got Me Rocking"], ["Gimmie Shelters"], ["Flip The Switch"], ["Memory Motel"], ["Corinna"], ["Saint Of Me"], ["Wainting On A Friend"], ["Sister Morphine"], ["Live With Me"], ["Respectable"], ["Thief In The Night"], ["The Last Time"], ["Out Of Control"], ["Love Is Strong"], ["You Got Me Rocking"], ["Sparks Will Fly"], ["The Worst"], ["New Faces"], ["Moon Is Up"], ["Out Of Tears"], ["I Go Wild"], ["Brand New Car"], ["Sweethearts Together"], ["Suck On The Jugular"], ["Blinded By Rainbows"], ["Baby Break It Down"], ["Thru And Thru"], ["Mean Disposition"], ["I Can't Explain"], ["Anyway, Anyhow, Anywhere"], ["My Generation"], ["Substitute"], ["I'm A Boy"], ["Boris The Spider"], ["Happy Jack"], ["Pictures Of Lily"], ["I Can See For Miles"], ["Magic Bus"], ["Pinball Wizard"], ["The Seeker"], ["Baba O'Riley"], ["Won't Get Fooled Again (Full Length Version)"], ["Let's See Action"], ["5.15"], ["Join Together"], ["Squeeze Box"], ["Who Are You (Single Edit Version)"], ["You Better You Bet"], ["Zoo Station"], ["Even Better Than The Real Thing"], ["One"], ["Until The End Of The World"], ["Who's Gonna Ride Your Wild Horses"], ["So Cruel"], ["The Fly"], ["Mysterious Ways"], ["Tryin' To Throw Your Arms Around The World"], ["Ultraviolet (Light My Way)"], ["Acrobat"], ["Love Is Blindness"], ["Beautiful Day"], ["Stuck In A Moment You Can't Get Out Of"], ["Elevation"], ["Walk On"], ["Kite"], ["In A Little While"], ["Wild Honey"], ["Peace On Earth"], ["When I Look At The World"], ["New York"], ["Grace"], ["The Three Sunrises"], ["Spanish Eyes"], ["Sweetest Thing"], ["Love Comes Tumbling"], ["Bass Trap"], ["Dancing Barefoot"], ["Everlasting Love"], ["Unchained Melody"], ["Walk To The Water"], ["Luminous Times (Hold On To Love)"], ["Hallelujah Here She Comes"], ["Silver And Gold"], ["Endless Deep"], ["A Room At The Heartbreak Hotel"], ["Trash, Trampoline And The Party Girl"], ["Vertigo"], ["Miracle Drug"], ["Sometimes You Can't Make It On Your Own"], ["Love And Peace Or Else"], ["City Of Blinding Lights"], ["All Because Of You"], ["A Man And A Woman"], ["Crumbs From Your Table"], ["One Step Closer"], ["Original Of The Species"], ["Yahweh"], ["Discotheque"], ["Do You Feel Loved"], ["Mofo"], ["If God Will Send His Angels"], ["Staring At The Sun"], ["Last Night On Earth"], ["Gone"], ["Miami"], ["The Playboy Mansion"], ["If You Wear That Velvet Dress"], ["Please"], ["Wake Up Dead Man"], ["Helter Skelter"], ["Van Diemen's Land"], ["Desire"], ["Hawkmoon 269"], ["All Along The Watchtower"], ["I Still Haven't Found What I'm Looking for"], ["Freedom For My People"], ["Silver And Gold"], ["Pride (In The Name Of Love)"], ["Angel Of Harlem"], ["Love Rescue Me"], ["When Love Comes To Town"], ["Heartland"], ["God Part II"], ["The Star Spangled Banner"], ["Bullet The Blue Sky"], ["All I Want Is You"], ["Pride (In The Name Of Love)"], ["New Year's Day"], ["With Or Without You"], ["I Still Haven't Found What I'm Looking For"], ["Sunday Bloody Sunday"], ["Bad"], ["Where The Streets Have No Name"], ["I Will Follow"], ["The Unforgettable Fire"], ["Sweetest Thing"], ["Desire"], ["When Love Comes To Town"], ["Angel Of Harlem"], ["All I Want Is You"], ["Sunday Bloody Sunday"], ["Seconds"], ["New Year's Day"], ["Like A Song..."], ["Drowning Man"], ["The Refugee"], ["Two Hearts Beat As One"], ["Red Light"], ["Surrender"], ["\"40\""], ["Zooropa"], ["Babyface"], ["Numb"], ["Lemon"], ["Stay (Faraway, So Close!)"], ["Daddy's Gonna Pay For Your Crashed Car"], ["Some Days Are Better Than Others"], ["The First Time"], ["Dirty Day"], ["The Wanderer"], ["Where Have All The Good Times Gone?"], ["Hang 'Em High"], ["Cathedral"], ["Secrets"], ["Intruder"], ["(Oh) Pretty Woman"], ["Dancing In The Street"], ["Little Guitars (Intro)"], ["Little Guitars"], ["Big Bad Bill (Is Sweet William Now)"], ["The Full Bug"], ["Happy Trails"], ["Eruption"], ["Ain't Talkin' 'bout Love"], ["Runnin' With The Devil"], ["Dance the Night Away"], ["And the Cradle Will Rock..."], ["Unchained"], ["Jump"], ["Panama"], ["Why Can't This Be Love"], ["Dreams"], ["When It's Love"], ["Poundcake"], ["Right Now"], ["Can't Stop Loving You"], ["Humans Being"], ["Can't Get This Stuff No More"], ["Me Wise Magic"], ["Runnin' With The Devil"], ["Eruption"], ["You Really Got Me"], ["Ain't Talkin' 'Bout Love"], ["I'm The One"], ["Jamie's Cryin'"], ["Atomic Punk"], ["Feel Your Love Tonight"], ["Little Dreamer"], ["Ice Cream Man"], ["On Fire"], ["Neworld"], ["Without You"], ["One I Want"], ["From Afar"], ["Dirty Water Dog"], ["Once"], ["Fire in the Hole"], ["Josephina"], ["Year to the Day"], ["Primary"], ["Ballot or the Bullet"], ["How Many Say I"], ["Sucker Train Blues"], ["Do It For The Kids"], ["Big Machine"], ["Illegal I Song"], ["Spectacle"], ["Fall To Pieces"], ["Headspace"], ["Superhuman"], ["Set Me Free"], ["You Got No Right"], ["Slither"], ["Dirty Little Thing"], ["Loving The Alien"]]}, "table_names": "['genres', 'media_types', 'tracks']", "table_image_ids": ["TableImg_Fy6ms_25.png", "TableImg_Mqt50_5.png", "TableImg_Hbxaz_3503.png"], "original_data_index": 1434} +{"question": "Please list the name and id of all artists that have at least 3 albums in alphabetical order.", "answer": {"columns": ["Name", "ArtistId"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25], "data": [["Audioslave", 8], ["Berliner Philharmoniker & Herbert Von Karajan", 248], ["Deep Purple", 58], ["Eugene Ormandy", 226], ["Faith No More", 82], ["Foo Fighters", 84], ["Gilberto Gil", 27], ["Guns N' Roses", 88], ["Iron Maiden", 90], ["Jamiroquai", 92], ["Led Zeppelin", 22], ["Lost", 149], ["Metallica", 50], ["Miles Davis", 68], ["Os Paralamas Do Sucesso", 113], ["Ozzy Osbourne", 114], ["Pearl Jam", 118], ["Queen", 51], ["R.E.M.", 124], ["Red Hot Chili Peppers", 127], ["Santana", 59], ["The Office", 156], ["The Rolling Stones", 142], ["U2", 150], ["Van Halen", 152], ["Various Artists", 21]]}, "table_names": "['Album', 'Artist']", "table_image_ids": ["TableImg_Kngqy_347.png", "TableImg_An7wf_275.png"], "original_data_index": 1435} +{"question": "What is the number of routes operated by the airline American Airlines whose destinations are in Italy?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[13]]}, "table_names": "['routes', 'airports', 'airlines']", "table_image_ids": ["TableImg_P73lc_67240.png", "TableImg_2z3fb_7184.png", "TableImg_Aza78_6162.png"], "original_data_index": 1436} +{"question": "Where is the club \"Hopkins Student Enterprises\" located?", "answer": {"columns": ["ClubLocation"], "index": [0], "data": [["AKW"]]}, "table_names": "['Student', 'Club']", "table_image_ids": ["TableImg_Ll0le_34.png", "TableImg_3daza_4.png"], "original_data_index": 1437} +{"question": "List the top 5 genres by number of tracks. List genres name and total tracks.", "answer": {"columns": ["name", "COUNT(*)"], "index": [0, 1, 2, 3, 4], "data": [["Rock", 1297], ["Latin", 579], ["Metal", 374], ["Alternative & Punk", 332], ["Jazz", 130]]}, "table_names": "['genres', 'tracks']", "table_image_ids": ["TableImg_Iqv2w_25.png", "TableImg_L225k_3503.png"], "original_data_index": 1438} +{"question": "Return the name and max speed of the storm that affected the most regions.", "answer": {"columns": ["Name", "Max_speed"], "index": [0], "data": [["One", 995]]}, "table_names": "['storm', 'affected_region']", "table_image_ids": ["TableImg_Dpbzf_10.png", "TableImg_Eryn4_6.png"], "original_data_index": 1439} +{"question": "Return the song in the volume that has spent the most weeks on top?", "answer": {"columns": ["Song"], "index": [0], "data": [[" The Way"]]}, "table_names": "['volume']", "table_image_ids": ["TableImg_11fse_10.png"], "original_data_index": 1440} +{"question": "Which city has hosted the most events?", "answer": {"columns": ["City"], "index": [0], "data": [["Nanjing ( Jiangsu )"]]}, "table_names": "['city', 'hosting_city']", "table_image_ids": ["TableImg_67co3_13.png", "TableImg_Y4guf_6.png"], "original_data_index": 1441} +{"question": "What is the name and country of origin of the artist who released a song that has \"love\" in its title?", "answer": {"columns": ["artist_name", "country"], "index": [0], "data": [["Enrique", "USA"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_1ws5y_6.png", "TableImg_Pswy9_6.png"], "original_data_index": 1442} +{"question": "Who is the advisor of Linda Smith? Give me the first name and last name.", "answer": {"columns": ["Fname", "Lname"], "index": [0], "data": [["Michael", "Goodrich"]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_D84qx_34.png", "TableImg_Ebkkn_58.png"], "original_data_index": 1443} +{"question": "Which author has written the most papers? Find his or her last name.", "answer": {"columns": ["lname"], "index": [0], "data": [["Hinze"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Nms47_13.png", "TableImg_6vfbw_7.png", "TableImg_Y1dks_14.png"], "original_data_index": 1444} +{"question": "Show the station name with at least two trains.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["London Waterloo"], ["Glasgow Central"], ["East Croydon"]]}, "table_names": "['station', 'train_station']", "table_image_ids": ["TableImg_Kdzxt_12.png", "TableImg_Jb4c6_11.png"], "original_data_index": 1445} +{"question": "How many lesson does customer with first name Ray took?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Customers', 'Lessons']", "table_image_ids": ["TableImg_Es3h4_15.png", "TableImg_17zlb_15.png"], "original_data_index": 1446} +{"question": "What are the degrees conferred in \"San Francisco State University\" in 2001.", "answer": {"columns": ["Degrees"], "index": [0], "data": [[4469]]}, "table_names": "['Campuses', 'degrees']", "table_image_ids": ["TableImg_7ovqi_23.png", "TableImg_24oou_320.png"], "original_data_index": 1447} +{"question": "Find the names of the customers who have order status both \"On Road\" and \"Shipped\".", "answer": {"columns": ["customer_name"], "index": [0], "data": [["George"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_2w0dw_15.png", "TableImg_Syfad_15.png"], "original_data_index": 1448} +{"question": "How many faculty lines are there in the university that conferred the most number of degrees in year 2002?", "answer": {"columns": ["Faculty"], "index": [0], "data": [[1555.7]]}, "table_names": "['Campuses', 'degrees', 'faculty']", "table_image_ids": ["TableImg_Bhzdf_23.png", "TableImg_2ulvu_320.png", "TableImg_H36o8_69.png"], "original_data_index": 1449} +{"question": "What is the name of the project with the most hours?", "answer": {"columns": ["Name"], "index": [0], "data": [["A Magnetic Primer Designer"]]}, "table_names": "['Projects']", "table_image_ids": ["TableImg_Tk0l6_14.png"], "original_data_index": 1450} +{"question": "What is the origin and destination for all flights whose price is higher than 300?", "answer": {"columns": ["origin", "destination"], "index": [0, 1, 2], "data": [["Los Angeles", "Tokyo"], ["Los Angeles", "Honolulu"], ["Los Angeles", "Honolulu"]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_Saj66_10.png"], "original_data_index": 1451} +{"question": "What are the names of body builders whose total score is higher than 300?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Jack Campbell"], ["Ty Conklin"], ["Al Montoya"], ["Cam Fowler"]]}, "table_names": "['body_builder', 'people']", "table_image_ids": ["TableImg_4mgr6_5.png", "TableImg_8l2ty_6.png"], "original_data_index": 1452} +{"question": "Which products have problems reported by both the staff named Lacey Bosco and the staff named Kenton Champlin?", "answer": {"columns": ["product_name"], "index": [0], "data": [["yellow"]]}, "table_names": "['Product', 'Staff', 'Problems']", "table_image_ids": ["TableImg_Pt7xb_15.png", "TableImg_Fl66w_15.png", "TableImg_Edc7y_15.png"], "original_data_index": 1453} +{"question": "Return the type code of the document named \"David CV\".", "answer": {"columns": ["document_type_code"], "index": [0], "data": [["CV"]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_9n1qw_15.png"], "original_data_index": 1454} +{"question": "What is the name of member in charge of greatest number of events?", "answer": {"columns": ["Member_Name"], "index": [0], "data": [["Hon John Anderson"]]}, "table_names": "['member', 'party_events']", "table_image_ids": ["TableImg_9jnc9_15.png", "TableImg_Q9xdy_8.png"], "original_data_index": 1455} +{"question": "Find the maximum and minimum millisecond lengths of pop tracks.", "answer": {"columns": ["max(Milliseconds)", "min(Milliseconds)"], "index": [0], "data": [[663426, 129666]]}, "table_names": "['Genre', 'Track']", "table_image_ids": ["TableImg_Ydctt_25.png", "TableImg_B2bb9_3503.png"], "original_data_index": 1456} +{"question": "Show the distinct leader names of colleges associated with members from country \"Canada\".", "answer": {"columns": ["Leader_Name"], "index": [0, 1], "data": [["Samir Chahine"], ["Roger Dunbrack"]]}, "table_names": "['college', 'member']", "table_image_ids": ["TableImg_2xlsn_5.png", "TableImg_6gd58_10.png"], "original_data_index": 1457} +{"question": "What are the maximum and average height of the mountains?", "answer": {"columns": ["max(height)", "avg(height)"], "index": [0], "data": [[4260.0, 4061.2608695652]]}, "table_names": "['mountain']", "table_image_ids": ["TableImg_513oq_23.png"], "original_data_index": 1458} +{"question": "Retrieve the title of the paper that has the largest number of authors.", "answer": {"columns": ["title"], "index": [0], "data": [["Binders Unbound"]]}, "table_names": "['Papers', 'Authorship']", "table_image_ids": ["TableImg_Pe0vl_7.png", "TableImg_Juwdg_14.png"], "original_data_index": 1459} +{"question": "Find the total saving balance for each account name.", "answer": {"columns": ["sum(T2.balance)", "name"], "index": [0, 1, 2, 3, 4, 5], "data": [[200000.0, "Brown"], [80000.0, "Granger"], [230000.0, "O'mahony"], [240.0, "Porter"], [999999999.0, "Wang"], [60.0, "Weeks"]]}, "table_names": "['ACCOUNTS', 'SAVINGS']", "table_image_ids": ["TableImg_7t0z3_7.png", "TableImg_42kxz_6.png"], "original_data_index": 1460} +{"question": "What is the headquarter of the company with the largest sales?", "answer": {"columns": ["Headquarters"], "index": [0], "data": [["Netherlands"]]}, "table_names": "['company']", "table_image_ids": ["TableImg_Ikk67_19.png"], "original_data_index": 1461} +{"question": "Show names for all aircraft with at least two flights.", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Airbus A340-300"], ["Lockheed L1011"]]}, "table_names": "['flight', 'aircraft']", "table_image_ids": ["TableImg_R1v7n_10.png", "TableImg_Elukj_16.png"], "original_data_index": 1462} +{"question": "What are the different card types, and how many cards are there of each?", "answer": {"columns": ["card_type_code", "count(*)"], "index": [0, 1], "data": [["Credit", 7], ["Debit", 8]]}, "table_names": "['Customers_Cards']", "table_image_ids": ["TableImg_00axq_15.png"], "original_data_index": 1463} +{"question": "How many members are in each party?", "answer": {"columns": ["Party_name", "count(*)"], "index": [0, 1, 2], "data": [["Convention Peoples Party", 2], ["Progress Party", 4], ["3", 9]]}, "table_names": "['party', 'member']", "table_image_ids": ["TableImg_U6jdt_5.png", "TableImg_9s1dk_15.png"], "original_data_index": 1464} +{"question": "Count the total number of games the team Boston Red Stockings attended from 1990 to 2000.", "answer": {"columns": ["sum(T1.games)"], "index": [0], "data": [[4325]]}, "table_names": "['home_game', 'team']", "table_image_ids": ["TableImg_Om17o_2944.png", "TableImg_Coyny_2805.png"], "original_data_index": 1465} +{"question": "What are the names of musicals who have no actors?", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Wicked"], ["Rent"], ["Chicago"]]}, "table_names": "['musical', 'actor']", "table_image_ids": ["TableImg_Lj5vw_7.png", "TableImg_8ql26_9.png"], "original_data_index": 1466} +{"question": "What are the first name, last name, and phone number of all the female faculty members?", "answer": {"columns": ["Fname", "Lname", "Phone"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Stacey", "Jones", 3550], ["Joanne", "Houlahan", 1260], ["Ellie", "Angelopoulou", 2152], ["Lenore", "Cowen", 2870], ["Brenda", "Rapp", 2032], ["Geraldine", "Legendre", 8972], ["Leslie", "Hall", 7332]]}, "table_names": "['Faculty']", "table_image_ids": ["TableImg_Ecqwh_58.png"], "original_data_index": 1467} +{"question": "What are the papers published under the institution \"Indiana University\"?", "answer": {"columns": ["title"], "index": [0], "data": [["An Equivalence-Preserving CPS Translation via Multi-Language Semantics"]]}, "table_names": "['Inst', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Xbuwe_8.png", "TableImg_Rusfi_7.png", "TableImg_Ju1y4_14.png"], "original_data_index": 1468} +{"question": "What is the id, name and IATA code of the airport that had most number of flights?", "answer": {"columns": ["id", "name", "IATA"], "index": [0], "data": [[1, "Akureyri Airport", "AEY"]]}, "table_names": "['airport', 'flight']", "table_image_ids": ["TableImg_6dsjk_9.png", "TableImg_X0tz9_13.png"], "original_data_index": 1469} +{"question": "What are the names of documents that do not have any images?", "answer": {"columns": ["document_name"], "index": [0, 1, 2, 3, 4], "data": [["How to cook pasta"], ["Humanity: a fact"], ["Learning Database"], ["Learning Japanese"], ["Life about Claude Monet"]]}, "table_names": "['Documents', 'Document_Sections', 'Document_Sections_Images']", "table_image_ids": ["TableImg_Big73_15.png", "TableImg_Iila8_15.png", "TableImg_Tqq7e_20.png"], "original_data_index": 1470} +{"question": "What are all the distinct premise types?", "answer": {"columns": ["premises_type"], "index": [0, 1, 2], "data": [["Warehouse"], ["Residence"], ["Office"]]}, "table_names": "['Premises']", "table_image_ids": ["TableImg_Kfg45_15.png"], "original_data_index": 1471} +{"question": "What is the name corresponding to the accoung with the lowest sum of checking and savings balances?", "answer": {"columns": ["name"], "index": [0], "data": [["Porter"]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_Jrlxr_7.png", "TableImg_X68w1_6.png", "TableImg_0aocy_7.png"], "original_data_index": 1472} +{"question": "What are the types of competition that have most 5 competitions for that type?", "answer": {"columns": ["Competition_type"], "index": [0], "data": [["Tournament"]]}, "table_names": "['competition']", "table_image_ids": ["TableImg_Hpkhf_11.png"], "original_data_index": 1473} +{"question": "Which manufacturer has the most number of shops? List its name and year of opening.", "answer": {"columns": ["Open_Year", "Name"], "index": [0], "data": [[1992.0, "Jiaju"]]}, "table_names": "['manufacturer']", "table_image_ids": ["TableImg_6e12j_7.png"], "original_data_index": 1474} +{"question": "Find the names of furnitures whose prices are lower than the highest price.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Bookcase"], ["Chabudai"], ["Billiard table"], ["Hatstand"]]}, "table_names": "['furniture', 'furniture_manufacte']", "table_image_ids": ["TableImg_2j4lq_7.png", "TableImg_Q78r9_5.png"], "original_data_index": 1475} +{"question": "What are characteristic names used at least twice across all products?", "answer": {"columns": ["characteristic_name"], "index": [0, 1, 2], "data": [["fast"], ["slow"], ["warm"]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Bkb1w_15.png", "TableImg_Q2tuj_15.png", "TableImg_Por9e_15.png"], "original_data_index": 1476} +{"question": "What are the different customer ids, and how many cards does each one hold?", "answer": {"columns": ["customer_id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [[2, 2], [3, 2], [5, 1], [6, 1], [8, 1], [9, 2], [10, 2], [12, 1], [13, 1], [14, 1], [15, 1]]}, "table_names": "['Customers_Cards']", "table_image_ids": ["TableImg_Egcc4_15.png"], "original_data_index": 1477} +{"question": "Cound the number of artists who have not released an album.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[71]]}, "table_names": "['Album', 'Artist']", "table_image_ids": ["TableImg_Finh7_347.png", "TableImg_Lfozb_275.png"], "original_data_index": 1478} +{"question": "For each director who directed more than one movie, what are the titles and dates of release for all those movies?", "answer": {"columns": ["title", "year"], "index": [0, 1, 2, 3], "data": [["E.T.", 1982], ["Titanic", 1997], ["Avatar", 2009], ["Raiders of the Lost Ark", 1981]]}, "table_names": "['Movie']", "table_image_ids": ["TableImg_G8p0i_8.png"], "original_data_index": 1479} +{"question": "Please show the date of ceremony of the volumes that last more than 2 weeks on top.", "answer": {"columns": ["Date_of_ceremony"], "index": [0, 1], "data": [["18 February 2011"], ["18 February 2011"]]}, "table_names": "['volume', 'music_festival']", "table_image_ids": ["TableImg_Qu3s9_10.png", "TableImg_Ul0xj_9.png"], "original_data_index": 1480} +{"question": "What are the names and years of all races that had a driver with the last name Lewis?", "answer": {"columns": ["name", "year"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207], "data": [["Australian Grand Prix", 2008], ["Malaysian Grand Prix", 2008], ["Bahrain Grand Prix", 2008], ["Spanish Grand Prix", 2008], ["Turkish Grand Prix", 2008], ["Monaco Grand Prix", 2008], ["Canadian Grand Prix", 2008], ["French Grand Prix", 2008], ["British Grand Prix", 2008], ["German Grand Prix", 2008], ["Hungarian Grand Prix", 2008], ["European Grand Prix", 2008], ["Belgian Grand Prix", 2008], ["Italian Grand Prix", 2008], ["Singapore Grand Prix", 2008], ["Japanese Grand Prix", 2008], ["Chinese Grand Prix", 2008], ["Brazilian Grand Prix", 2008], ["Australian Grand Prix", 2007], ["Malaysian Grand Prix", 2007], ["Bahrain Grand Prix", 2007], ["Spanish Grand Prix", 2007], ["Monaco Grand Prix", 2007], ["Canadian Grand Prix", 2007], ["United States Grand Prix", 2007], ["French Grand Prix", 2007], ["British Grand Prix", 2007], ["European Grand Prix", 2007], ["Hungarian Grand Prix", 2007], ["Turkish Grand Prix", 2007], ["Italian Grand Prix", 2007], ["Belgian Grand Prix", 2007], ["Japanese Grand Prix", 2007], ["Chinese Grand Prix", 2007], ["Brazilian Grand Prix", 2007], ["Australian Grand Prix", 2009], ["Malaysian Grand Prix", 2009], ["Chinese Grand Prix", 2009], ["Bahrain Grand Prix", 2009], ["Spanish Grand Prix", 2009], ["Monaco Grand Prix", 2009], ["Turkish Grand Prix", 2009], ["British Grand Prix", 2009], ["German Grand Prix", 2009], ["Hungarian Grand Prix", 2009], ["European Grand Prix", 2009], ["Belgian Grand Prix", 2009], ["Italian Grand Prix", 2009], ["Singapore Grand Prix", 2009], ["Japanese Grand Prix", 2009], ["Brazilian Grand Prix", 2009], ["Abu Dhabi Grand Prix", 2009], ["Bahrain Grand Prix", 2010], ["Australian Grand Prix", 2010], ["Malaysian Grand Prix", 2010], ["Chinese Grand Prix", 2010], ["Spanish Grand Prix", 2010], ["Monaco Grand Prix", 2010], ["Turkish Grand Prix", 2010], ["Canadian Grand Prix", 2010], ["European Grand Prix", 2010], ["British Grand Prix", 2010], ["German Grand Prix", 2010], ["Hungarian Grand Prix", 2010], ["Belgian Grand Prix", 2010], ["Italian Grand Prix", 2010], ["Singapore Grand Prix", 2010], ["Japanese Grand Prix", 2010], ["Korean Grand Prix", 2010], ["Brazilian Grand Prix", 2010], ["Abu Dhabi Grand Prix", 2010], ["Australian Grand Prix", 2011], ["Malaysian Grand Prix", 2011], ["Chinese Grand Prix", 2011], ["Turkish Grand Prix", 2011], ["Spanish Grand Prix", 2011], ["Monaco Grand Prix", 2011], ["Canadian Grand Prix", 2011], ["European Grand Prix", 2011], ["British Grand Prix", 2011], ["German Grand Prix", 2011], ["Hungarian Grand Prix", 2011], ["Belgian Grand Prix", 2011], ["Italian Grand Prix", 2011], ["Singapore Grand Prix", 2011], ["Japanese Grand Prix", 2011], ["Korean Grand Prix", 2011], ["Indian Grand Prix", 2011], ["Abu Dhabi Grand Prix", 2011], ["Brazilian Grand Prix", 2011], ["Australian Grand Prix", 2012], ["Malaysian Grand Prix", 2012], ["Chinese Grand Prix", 2012], ["Bahrain Grand Prix", 2012], ["Spanish Grand Prix", 2012], ["Monaco Grand Prix", 2012], ["Canadian Grand Prix", 2012], ["European Grand Prix", 2012], ["British Grand Prix", 2012], ["German Grand Prix", 2012], ["Hungarian Grand Prix", 2012], ["Belgian Grand Prix", 2012], ["Italian Grand Prix", 2012], ["Singapore Grand Prix", 2012], ["Japanese Grand Prix", 2012], ["Korean Grand Prix", 2012], ["Indian Grand Prix", 2012], ["Abu Dhabi Grand Prix", 2012], ["United States Grand Prix", 2012], ["Brazilian Grand Prix", 2012], ["Australian Grand Prix", 2013], ["Malaysian Grand Prix", 2013], ["Chinese Grand Prix", 2013], ["Bahrain Grand Prix", 2013], ["Spanish Grand Prix", 2013], ["Monaco Grand Prix", 2013], ["Canadian Grand Prix", 2013], ["British Grand Prix", 2013], ["German Grand Prix", 2013], ["Hungarian Grand Prix", 2013], ["Belgian Grand Prix", 2013], ["Italian Grand Prix", 2013], ["Singapore Grand Prix", 2013], ["Korean Grand Prix", 2013], ["Japanese Grand Prix", 2013], ["Indian Grand Prix", 2013], ["Abu Dhabi Grand Prix", 2013], ["United States Grand Prix", 2013], ["Brazilian Grand Prix", 2013], ["Australian Grand Prix", 2014], ["Malaysian Grand Prix", 2014], ["Bahrain Grand Prix", 2014], ["Chinese Grand Prix", 2014], ["Spanish Grand Prix", 2014], ["Monaco Grand Prix", 2014], ["Canadian Grand Prix", 2014], ["Austrian Grand Prix", 2014], ["British Grand Prix", 2014], ["German Grand Prix", 2014], ["Hungarian Grand Prix", 2014], ["Belgian Grand Prix", 2014], ["Italian Grand Prix", 2014], ["Singapore Grand Prix", 2014], ["Japanese Grand Prix", 2014], ["Russian Grand Prix", 2014], ["United States Grand Prix", 2014], ["Brazilian Grand Prix", 2014], ["Abu Dhabi Grand Prix", 2014], ["Australian Grand Prix", 2015], ["Malaysian Grand Prix", 2015], ["Chinese Grand Prix", 2015], ["Bahrain Grand Prix", 2015], ["Spanish Grand Prix", 2015], ["Monaco Grand Prix", 2015], ["Canadian Grand Prix", 2015], ["Austrian Grand Prix", 2015], ["British Grand Prix", 2015], ["Hungarian Grand Prix", 2015], ["Belgian Grand Prix", 2015], ["Italian Grand Prix", 2015], ["Singapore Grand Prix", 2015], ["Japanese Grand Prix", 2015], ["Russian Grand Prix", 2015], ["United States Grand Prix", 2015], ["Mexican Grand Prix", 2015], ["Brazilian Grand Prix", 2015], ["Abu Dhabi Grand Prix", 2015], ["Australian Grand Prix", 2016], ["Bahrain Grand Prix", 2016], ["Chinese Grand Prix", 2016], ["Russian Grand Prix", 2016], ["Spanish Grand Prix", 2016], ["Monaco Grand Prix", 2016], ["Canadian Grand Prix", 2016], ["European Grand Prix", 2016], ["Austrian Grand Prix", 2016], ["British Grand Prix", 2016], ["Hungarian Grand Prix", 2016], ["German Grand Prix", 2016], ["Belgian Grand Prix", 2016], ["Italian Grand Prix", 2016], ["Singapore Grand Prix", 2016], ["Malaysian Grand Prix", 2016], ["Japanese Grand Prix", 2016], ["United States Grand Prix", 2016], ["Mexican Grand Prix", 2016], ["Brazilian Grand Prix", 2016], ["Abu Dhabi Grand Prix", 2016], ["Australian Grand Prix", 2017], ["Chinese Grand Prix", 2017], ["Bahrain Grand Prix", 2017], ["Russian Grand Prix", 2017], ["Spanish Grand Prix", 2017], ["Monaco Grand Prix", 2017], ["Canadian Grand Prix", 2017], ["Azerbaijan Grand Prix", 2017], ["Austrian Grand Prix", 2017], ["British Grand Prix", 2017], ["Hungarian Grand Prix", 2017], ["Belgian Grand Prix", 2017], ["Italian Grand Prix", 2017], ["Singapore Grand Prix", 2017], ["Malaysian Grand Prix", 2017], ["Japanese Grand Prix", 2017], ["United States Grand Prix", 2017], ["Mexican Grand Prix", 2017], ["Brazilian Grand Prix", 2017], ["Abu Dhabi Grand Prix", 2017]]}, "table_names": "['races', 'drivers', 'results']", "table_image_ids": ["TableImg_Hwh9c_997.png", "TableImg_Nwm6o_842.png", "TableImg_Ivssp_23777.png"], "original_data_index": 1481} +{"question": "What are the hometowns of gymnasts and the corresponding number of gymnasts?", "answer": {"columns": ["Hometown", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["Bonao", 1], ["Los Alcarrizos", 1], ["Santiago de los Caballeros", 1], ["Santo Domingo", 4]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_Beeqo_7.png", "TableImg_5egkk_10.png"], "original_data_index": 1482} +{"question": "What are all the document type codes and document type names?", "answer": {"columns": ["Document_Type_Code", "Document_Type_Name"], "index": [0, 1, 2, 3], "data": [["CV", "CV"], ["BK", "Book"], ["PR", "Paper"], ["RV", "Review"]]}, "table_names": "['Ref_Document_Types']", "table_image_ids": ["TableImg_Ctviv_4.png"], "original_data_index": 1483} +{"question": "Show the different statuses and the numbers of roller coasters for each status.", "answer": {"columns": ["Status", "COUNT(*)"], "index": [0], "data": [["Operating", 6]]}, "table_names": "['roller_coaster']", "table_image_ids": ["TableImg_7au8w_6.png"], "original_data_index": 1484} +{"question": "What are the first and last names of the first-grade students who are NOT taught by teacher OTHA MOYER?", "answer": {"columns": ["FirstName", "LastName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [[" ANIKA", "YUEN"], [" ANTONY", "BRIGHTBILL"], [" CHANTAL", "HANNEMANN"], [" EVELINA", "BROMLEY"], [" KERI", "TRAYWICK"], [" LANCE", "HOOSOCK"], [" MARCUS", "RUNKLE"], [" MEL", "BALBOA"], [" PATRINA", "AMY"], [" REYNALDO", "BARTKUS"], [" RODGER", "RANSLER"], [" SHANAE", "BIBB"]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_Q1fkx_60.png", "TableImg_Bwgbu_12.png"], "original_data_index": 1485} +{"question": "What are the facility codes of the apartments with more than four bedrooms?", "answer": {"columns": ["facility_code"], "index": [0, 1, 2], "data": [["Gym"], ["Cable TV"], ["Gym"]]}, "table_names": "['Apartments', 'Apartment_Facilities']", "table_image_ids": ["TableImg_Snoon_15.png", "TableImg_Ysk02_7.png"], "original_data_index": 1486} +{"question": "How many assets can each parts be used in? List the part name and the number.", "answer": {"columns": ["part_name", "count(*)"], "index": [0, 1, 2], "data": [["middle", 5], ["package", 6], ["top", 4]]}, "table_names": "['Parts', 'Asset_Parts']", "table_image_ids": ["TableImg_36w50_3.png", "TableImg_Qom06_15.png"], "original_data_index": 1487} +{"question": "Find the booking start date and end date for the apartments that have more than two bedrooms.", "answer": {"columns": ["booking_start_date", "booking_start_date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["2016-09-26 17:13:49", "2016-09-26 17:13:49"], ["2016-04-01 06:28:08", "2016-04-01 06:28:08"], ["2017-03-13 16:20:14", "2017-03-13 16:20:14"], ["2016-08-04 10:33:00", "2016-08-04 10:33:00"], ["2017-02-11 14:34:14", "2017-02-11 14:34:14"], ["2016-05-24 20:09:38", "2016-05-24 20:09:38"], ["2016-07-25 02:57:04", "2016-07-25 02:57:04"], ["2016-11-26 05:04:31", "2016-11-26 05:04:31"], ["2017-05-13 18:17:20", "2017-05-13 18:17:20"], ["2017-03-04 02:23:49", "2017-03-04 02:23:49"], ["2016-06-07 05:05:18", "2016-06-07 05:05:18"], ["2016-04-17 12:53:59", "2016-04-17 12:53:59"], ["2016-09-28 05:00:50", "2016-09-28 05:00:50"], ["2017-04-07 04:53:27", "2017-04-07 04:53:27"], ["2017-07-03 14:15:56", "2017-07-03 14:15:56"]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_Jnp4d_15.png", "TableImg_Ti0w1_15.png"], "original_data_index": 1488} +{"question": "How many students are 18 years old?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[10]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_A8ynp_34.png"], "original_data_index": 1489} +{"question": "How many routes end in a Canadian airport?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1847]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_3baya_67240.png", "TableImg_0hylv_7184.png"], "original_data_index": 1490} +{"question": "What are the names of storms that both affected two or more regions and affected a total of 10 or more cities?", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Five"], ["One"]]}, "table_names": "['storm', 'affected_region']", "table_image_ids": ["TableImg_Av6k1_10.png", "TableImg_Zcy3j_6.png"], "original_data_index": 1491} +{"question": "What are the names of customers with accounts, and what are the total savings balances for each?", "answer": {"columns": ["sum(T2.balance)", "name"], "index": [0, 1, 2, 3, 4, 5], "data": [[200000.0, "Brown"], [80000.0, "Granger"], [230000.0, "O'mahony"], [240.0, "Porter"], [999999999.0, "Wang"], [60.0, "Weeks"]]}, "table_names": "['ACCOUNTS', 'SAVINGS']", "table_image_ids": ["TableImg_58o8h_7.png", "TableImg_Ujusj_6.png"], "original_data_index": 1492} +{"question": "What is maximum and minimum RAM size of phone produced by company named \"Nokia Corporation\"?", "answer": {"columns": ["max(T1.RAM_MiB)", "min(T1.RAM_MiB)"], "index": [0], "data": [[32.0, 32.0]]}, "table_names": "['chip_model', 'phone']", "table_image_ids": ["TableImg_S29r8_14.png", "TableImg_6n6ec_8.png"], "original_data_index": 1493} +{"question": "What are the names of all pilots listed by descending age?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Elisha Hickle V"], ["Blaise Muller"], ["Ellen Ledner III"], ["Winnifred Boyle"], ["Baylee Steuber"], ["Della Lindgren"], ["Dr. Jade Bradtke V"], ["Maxwell Graham"], ["Ayana Spencer"], ["Prof. Zackery Collins"], ["Mr. Cristian Halvorson II"], ["Katheryn Gorczany IV"]]}, "table_names": "['pilot']", "table_image_ids": ["TableImg_Yrln4_12.png"], "original_data_index": 1494} +{"question": "Which of the mill names contains the french word 'Moulin'?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4], "data": [["Moulin Bertrand"], ["Moulin de Fexhe"], ["Moulin de Momalle"], ["Moulin du Ch\u00c3\u00a2teau"], ["Moulin de Pousset"]]}, "table_names": "['mill']", "table_image_ids": ["TableImg_Xho3b_6.png"], "original_data_index": 1495} +{"question": "Find the details for all chip models.", "answer": {"columns": ["Model_name", "Launch_year", "RAM_MiB", "ROM_MiB", "Slots", "WiFi", "Bluetooth"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [["X5", 2002.0, 32.0, 32.0, "1CFII,1SD", "No", "No"], ["X5 high end", 2002.0, 64.0, 48.0, "1CFII,1SD", "No", "No"], ["X3 Basic", 2003.0, 32.0, 32.0, "1SD", "No", "No"], ["X3 Advanced", 2003.0, 64.0, 64.0, "1SD", "No", "No"], ["X3i", 2003.0, 64.0, 64.0, "1SD", "802.11b", "No"], ["X30 low-end", 2004.0, 32.0, 32.0, "1SD", "No", "No"], ["X30 mid-range", 2004.0, 64.0, 64.0, "1SD", "802.11b", "1.1"], ["X30 high-end", 2004.0, 64.0, 64.0, "1SD", "802.11b", "1.1"], ["X50 Standard", 2004.0, 64.0, 64.0, "1CFII,1SD", "No", "Yes"], ["X50 Advanced", 2004.0, 64.0, 128.0, "1CFII,1SD", "802.11b", "Yes"], ["X50v", 2004.0, 64.0, 128.0, "1CFII,1SD", "802.11b", "1.2"], ["X51 low-end", 2005.0, 64.0, 128.0, "1CFII,1SD", "No", "1.2"], ["X51 mid-range", 2005.0, 64.0, 128.0, "1CFII,1SD", "802.11b", "1.2"], ["X51v", 2005.0, 64.0, 256.0, "1CFII,1SD", "802.11b", "1.2"]]}, "table_names": "['chip_model']", "table_image_ids": ["TableImg_Y3crw_14.png"], "original_data_index": 1496} +{"question": "What are the wines that have prices higher than 50 and made of Red color grapes?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102], "data": [["Pritchard Hill"], ["Reserve"], ["Annum"], ["Beckstoffer To Kalon Vineyard"], ["Coliseum Block"], ["1886"], ["Beckstoffer To Kalon Vineyard"], ["Couer de Valee"], ["Cabernet Sauvignon"], ["Amber Ridge Vineyard"], ["Keefer Ranch"], ["Koplen Vineyard"], ["Freestone Hill"], ["Julias Vineyard"], ["Carneros Hyde Vineyard"], ["Pinot Noir"], ["Garys Vineyard"], ["Kanzler Vineyard"], ["Five Sisters"], ["Pisoni Vineyard"], ["Rosellas Vineyard"], ["Kanzler Vineyard"], ["Valley Bliss Block"], ["Lancel Creek Vineyard"], ["4-Barrel"], ["Gaps Crown Vineyard"], ["Pinot Noir"], ["Syrah"], ["Eddies Patch"], ["Darius II"], ["Cabernet Sauvignon"], ["Hillstone Vineyard"], ["Tomahawk Vineyard"], ["Elevage"], ["Neruda Brix Vineyard"], ["In the Crosshairs Eleven Confessions Vineyard"], ["Hayne Vineyard"], ["Pisoni Vineyard"], ["Garys Vineyard"], ["Limited Release"], ["A Shot in the Dark Eleven Confessions Vineyard"], ["Quarzo"], ["Twist of Fate"], ["The Flight"], ["Syrah"], ["Twenty Two"], ["Black Bart Stagecoach Vineyard"], ["VGS"], ["Guidici Famili Vineyard"], ["Savoy Vineyard"], ["The Backbone"], ["Laurels Estate Vineyard"], ["Jensen Vineyard"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Reserve"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Stagecoach Vineyard"], ["Ten-Goal Happy Canyon Vineyards"], ["Napa Cuvee"], ["Monte Rosso Vineyard"], ["Beckstoffer To Kalon Vineyard"], ["Reserve"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Dr. Crane Vineyard"], ["Clos Pepe Vineyard"], ["Glorias Gem"], ["Grand Master"], ["Zio Tony Ranch Gianna Marie"], ["Cabernet Franc"], ["Special Selection"], ["Date Night"], ["Black Label"], ["Cabernet Sauvignon"], ["Napa Angel Aurelios Selection"], ["Numbers"], ["Beckstoffer Dr. Crane Vineyard"], ["DAdamo Vineyard"], ["InSpire"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Cabernet Sauvignon"], ["Peter Newton Vineyard"], ["State Lane Ranch"], ["Elevation 1147"], ["Cabernet Sauvignon"], ["Stagecoach Vineyard"], ["Cabernet Sauvignon"], ["To the Rescue"], ["Pictures"], ["Mailbox Vineyard Drive"], ["Ryan"], ["Finn"], ["Aidan"], ["Eoin"], ["Ulises Valdez Vineyard"], ["Sleepy Hollow Vineyard"], ["Labels"], ["Highwire Vineyard"]]}, "table_names": "['grapes', 'wine']", "table_image_ids": ["TableImg_Ny74v_20.png", "TableImg_N2q5s_500.png"], "original_data_index": 1497} +{"question": "Return the names of the regions affected by storms that had a death count of at least 10.", "answer": {"columns": ["Region_name"], "index": [0], "data": [["Algeria"]]}, "table_names": "['storm', 'region', 'affected_region']", "table_image_ids": ["TableImg_3og1f_10.png", "TableImg_Yb0c3_13.png", "TableImg_Lujv6_6.png"], "original_data_index": 1498} +{"question": "What are the wines that have prices lower than 50 and have appelations in Monterey county?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "data": [["Sarmento Vineyard"], ["Kali Hart"], ["Pinot Noir"], ["Sleepy Hollow Vineyard"], ["Rosellas Vineyard"], ["Garys Vineyard"], ["Pinot Noir"], ["Garys Vineyard"], ["Pinot Noir"], ["Rosellas Vineyard"], ["Garys Vineyard"], ["Chardonnay"], ["Chardonnay"], ["Pinot Noir"], ["Rosellas Vineyard"], ["Metallico Un-Oaked"], ["Rosellas Vineyard"]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_Lovsp_57.png", "TableImg_D1y33_500.png"], "original_data_index": 1499} +{"question": "Find distinct cities of address of students?", "answer": {"columns": ["city"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["South Minnie"], ["Linnealand"], ["East Tavaresburgh"], ["Terencetown"], ["Lake Devon"], ["O'Connellview"], ["New Alta"], ["South Naomibury"]]}, "table_names": "['Addresses', 'Students', 'People_Addresses']", "table_image_ids": ["TableImg_94966_15.png", "TableImg_Uroae_8.png", "TableImg_1z9kf_8.png"], "original_data_index": 1500} +{"question": "What are all the phone numbers?", "answer": {"columns": ["Customer_Phone"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["+16(2)5838999222"], ["242.763.9214"], ["1-416-503-7735x94204"], ["(777)537-7792"], ["1-446-940-9907x257"], ["(379)862-8274x12620"], ["+85(6)1302858396"], ["1-797-927-3585x9321"], ["991.642.6485x822"], ["813.178.8211x557"], ["889-572-0609x552"], ["1-138-841-3073"], ["1-381-132-0127x3801"], ["00481937923"], ["405.090.8654x021"]]}, "table_names": "['Available_Policies']", "table_image_ids": ["TableImg_Ribcl_15.png"], "original_data_index": 1501} +{"question": "Which contact channel has been used by the customer with name \"Tillman Ernser\"?", "answer": {"columns": ["channel_code"], "index": [0, 1, 2], "data": [["Email"], ["Cell"], ["Handheld"]]}, "table_names": "['Customers', 'Customer_Contact_Channels']", "table_image_ids": ["TableImg_9trjj_15.png", "TableImg_3aodd_20.png"], "original_data_index": 1502} +{"question": "Find the first name and office of the professor who is in the history department and has a Ph.D. degree.", "answer": {"columns": ["EMP_FNAME", "PROF_OFFICE"], "index": [0], "data": [["Ronald", "DRE 156"]]}, "table_names": "['DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_R0rk1_11.png", "TableImg_Egx0a_37.png", "TableImg_8ib2i_22.png"], "original_data_index": 1503} +{"question": "Count the number of different account types.", "answer": {"columns": ["count(DISTINCT acc_type)"], "index": [0], "data": [[2]]}, "table_names": "['customer']", "table_image_ids": ["TableImg_Selo4_3.png"], "original_data_index": 1504} +{"question": "Which parties have delegates in both the \"Appropriations\" committee and the \"Economic Matters\" committee?", "answer": {"columns": ["Party"], "index": [0], "data": [["Democratic"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_Aem1m_7.png", "TableImg_8zw8k_8.png"], "original_data_index": 1505} +{"question": "Show the advisors of the students whose city of residence has city code \"BAL\".", "answer": {"columns": ["Advisor"], "index": [0, 1, 2, 3], "data": [[1121], [1148], [9172], [7271]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Npm4g_34.png"], "original_data_index": 1506} +{"question": "Find the name of the ship that is steered by the youngest captain.", "answer": {"columns": ["Name"], "index": [0], "data": [["HMS Destiny"]]}, "table_names": "['captain', 'Ship']", "table_image_ids": ["TableImg_Lzo6o_7.png", "TableImg_1xznj_9.png"], "original_data_index": 1507} +{"question": "What are the names of the activities Mark Giuliano is involved in", "answer": {"columns": ["activity_name"], "index": [0, 1, 2], "data": [["Canasta"], ["Chess"], ["Crossword Puzzles"]]}, "table_names": "['Activity', 'Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_Rvcbr_16.png", "TableImg_2a0aw_40.png", "TableImg_3w0qm_58.png"], "original_data_index": 1508} +{"question": "What is the id and name of the enzyme that can interact with the most medicines as an activator?", "answer": {"columns": ["id", "name"], "index": [0], "data": [[4, "Uroporphyrinogen III synthase"]]}, "table_names": "['enzyme', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_Emn8i_8.png", "TableImg_X35ai_19.png"], "original_data_index": 1509} +{"question": "Show the names of editors of age either 24 or 25.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["W\u00c5\u0082adys\u00c5\u0082aw Grzywna"], ["Mariusz Zalejski"]]}, "table_names": "['editor']", "table_image_ids": ["TableImg_7ilij_9.png"], "original_data_index": 1510} +{"question": "What are the ids and names for each of the documents?", "answer": {"columns": ["Document_ID", "Document_Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[29, "Review on UK files"], [42, "Review on Canadian files"], [57, "Review on French files"], [121, "Review on USA files"], [181, "Chapter on private files"], [192, "Book on USA files"], [226, "Review on UK files"], [227, "Deontae files"], [240, "Winona Book"], [300, "Trenton Presentation"], [309, "Noel CV"], [318, "King Book"], [367, "Jevon Paper"], [371, "Katheryn statement"], [383, "Review on UK files"]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_Mgo6k_15.png"], "original_data_index": 1511} +{"question": "Show the start dates and end dates of all the apartment bookings made by guests with gender code \"Female\".", "answer": {"columns": ["booking_start_date", "booking_start_date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["2016-04-01 06:28:08", "2016-04-01 06:28:08"], ["2017-03-13 16:20:14", "2017-03-13 16:20:14"], ["2016-08-04 10:33:00", "2016-08-04 10:33:00"], ["2016-05-24 20:09:38", "2016-05-24 20:09:38"], ["2016-11-26 05:04:31", "2016-11-26 05:04:31"], ["2017-05-13 18:17:20", "2017-05-13 18:17:20"], ["2016-06-07 05:05:18", "2016-06-07 05:05:18"], ["2016-09-28 05:00:50", "2016-09-28 05:00:50"], ["2017-07-03 14:15:56", "2017-07-03 14:15:56"]]}, "table_names": "['Guests', 'Apartment_Bookings']", "table_image_ids": ["TableImg_Bvc9a_15.png", "TableImg_Azg96_15.png"], "original_data_index": 1512} +{"question": "Show first name and id for all customers with at least 2 accounts.", "answer": {"columns": ["customer_first_name", "customer_id"], "index": [0, 1, 2], "data": [["Meaghan", 8], ["Kieran", 13], ["Ruby", 15]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_1zh4v_15.png", "TableImg_I0v21_15.png"], "original_data_index": 1513} +{"question": "Which product has the most problems? Give me the number of problems and the product name.", "answer": {"columns": ["count(*)", "product_name"], "index": [0], "data": [[4, "rose"]]}, "table_names": "['Product', 'Problems']", "table_image_ids": ["TableImg_4c2fk_15.png", "TableImg_Udsir_15.png"], "original_data_index": 1514} +{"question": "What is each customer's move in date, and the corresponding customer id and details?", "answer": {"columns": ["date_moved_in", "customer_id", "customer_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["2015-03-27 12:00:00", 19, "Sabryna Moore PhD"], ["2015-03-27 12:00:00", 5, "Esteban Senger"], ["2015-03-27 12:00:00", 16, "Tyrique Durgan II"], ["2015-03-27 12:00:00", 79, "Oma Smith"], ["2015-03-27 12:00:00", 19, "Sabryna Moore PhD"], ["2015-03-27 12:00:00", 79, "Oma Smith"], ["2015-03-27 12:00:00", 63, "Vincenza Price"], ["2015-03-27 12:00:00", 4, "Mr. Raul Prosacco"], ["2015-03-27 12:00:00", 19, "Sabryna Moore PhD"], ["2016-09-27 12:00:00", 91, "Mackenzie Hettinger V"], ["2016-09-27 12:00:00", 31, "Monty Sauer III"], ["2016-09-27 12:00:00", 91, "Mackenzie Hettinger V"], ["2016-09-27 12:00:00", 19, "Sabryna Moore PhD"]]}, "table_names": "['Customers', 'Customer_Events']", "table_image_ids": ["TableImg_0pibc_15.png", "TableImg_Rci8r_13.png"], "original_data_index": 1515} +{"question": "Select all the data from the products and each product's manufacturer.", "answer": {"columns": ["Code", "Name", "Price", "Manufacturer", "Code", "Name", "Headquarter", "Founder", "Revenue"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [[1, "Hard drive", 240, 5, 5, "Fujitsu", "Taiwan", "John", 130.0], [2, "Memory", 120, 6, 6, "Winchester", "Paris", "Robert", 30.0], [3, "ZIP drive", 150, 4, 4, "Iomega", "Beijing", "Mary", 200.0], [4, "Floppy disk", 5, 6, 6, "Winchester", "Paris", "Robert", 30.0], [5, "Monitor", 240, 1, 1, "Sony", "Tokyo", "Andy", 120.0], [6, "DVD drive", 180, 2, 2, "Creative Labs", "Austin", "Owen", 100.0], [7, "CD drive", 90, 2, 2, "Creative Labs", "Austin", "Owen", 100.0], [8, "Printer", 270, 3, 3, "Hewlett-Packard", "Los Angeles", "James", 50.0], [9, "Toner cartridge", 66, 3, 3, "Hewlett-Packard", "Los Angeles", "James", 50.0], [10, "DVD burner", 180, 2, 2, "Creative Labs", "Austin", "Owen", 100.0], [11, "DVD drive", 150, 3, 3, "Hewlett-Packard", "Los Angeles", "James", 50.0]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_Kr3ne_6.png", "TableImg_Jje6t_11.png"], "original_data_index": 1516} +{"question": "What are all the different product names, and how many complains has each received?", "answer": {"columns": ["product_name", "count(*)"], "index": [0, 1, 2, 3], "data": [["Chocolate", 6], ["Keyboard", 1], ["Mouse", 1], ["The Great Gatsby", 4]]}, "table_names": "['Products', 'Complaints']", "table_image_ids": ["TableImg_Pfrcx_4.png", "TableImg_1ecct_12.png"], "original_data_index": 1517} +{"question": "Return the hometown that is most common among gymnasts.", "answer": {"columns": ["Hometown"], "index": [0], "data": [["Santo Domingo"]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_49bbf_7.png", "TableImg_2fyf7_10.png"], "original_data_index": 1518} +{"question": "Show the names of journalists and the number of events they reported.", "answer": {"columns": ["Name", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5], "data": [["Herbert Swindells", 1], ["Jackie Waring", 2], ["John Meaney", 1], ["Ray Ferris", 1], ["Tom Briggs", 1], ["Tony Waddington", 1]]}, "table_names": "['event', 'journalist', 'news_report']", "table_image_ids": ["TableImg_Ftc8z_5.png", "TableImg_Npnmj_11.png", "TableImg_Gh4h9_7.png"], "original_data_index": 1519} +{"question": "What are the ids of instructors who didnt' teach?", "answer": {"columns": ["ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["16807"], ["31955"], ["35579"], ["37687"], ["4034"], ["50885"], ["52647"], ["57180"], ["58558"], ["59795"], ["63395"], ["64871"], ["72553"], ["74426"], ["78699"], ["79653"], ["95030"], ["96895"], ["97302"]]}, "table_names": "['instructor', 'teaches']", "table_image_ids": ["TableImg_Fxqw4_50.png", "TableImg_Rt848_100.png"], "original_data_index": 1520} +{"question": "What are the names of technicians and the machine series that they repair?", "answer": {"columns": ["Name", "Machine_series"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Joe Sewell", "RS125"], ["John Brown", "RS125"], ["Tony Sewell", "RS125"], ["Joe Sewell", "RS125"], ["Joe Sewell", "RS125"], ["Joe Sewell", "RS125"], ["Joe Sewell", "RS125"], ["Charlie Hollocher", "RS125"], ["Eddie Collins", "RS125"]]}, "table_names": "['machine', 'technician', 'repair_assignment']", "table_image_ids": ["TableImg_Bky8u_9.png", "TableImg_Yj8bx_10.png", "TableImg_Jjzxm_9.png"], "original_data_index": 1521} +{"question": "Show the name and date for each race and its track name.", "answer": {"columns": ["Name", "Date", "Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Rolex 24 At Daytona", "January 26 January 27", "Auto Club Speedway"], ["Gainsco Grand Prix of Miami", "March 29", "Chicagoland Speedway"], ["Mexico City 250", "April 19", "Chicagoland Speedway"], ["Bosch Engineering 250 at VIR", "April 27", "Daytona International Speedway"], ["RumBum.com 250", "May 17", "Homestead-Miami Speedway"], ["Lime Rock GT Classic 250", "May 26", "Kansas Speedway"], ["Sahlen's Six Hours of the Glen", "June 7", "Martinsville Speedway"]]}, "table_names": "['race', 'track']", "table_image_ids": ["TableImg_1c285_7.png", "TableImg_A0xzr_9.png"], "original_data_index": 1522} +{"question": "Find the name of the customer that has been involved in the most policies.", "answer": {"columns": ["Customer_Details"], "index": [0], "data": [["Dr. Diana Rath"]]}, "table_names": "['Customers', 'Policies']", "table_image_ids": ["TableImg_Ltq43_15.png", "TableImg_Fh5qo_15.png"], "original_data_index": 1523} +{"question": "Show member names without any registered branch.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["David Jones"], ["Matt Lentz"]]}, "table_names": "['member', 'membership_register_branch']", "table_image_ids": ["TableImg_2tedl_10.png", "TableImg_62jin_8.png"], "original_data_index": 1524} +{"question": "What is the last name of the staff who has handled the first ever complaint?", "answer": {"columns": ["last_name"], "index": [0], "data": [["Lynch"]]}, "table_names": "['Staff', 'Complaints']", "table_image_ids": ["TableImg_Elmjs_7.png", "TableImg_Gkx0n_12.png"], "original_data_index": 1525} +{"question": "Return the id and full name of the customer with the most accounts.", "answer": {"columns": ["customer_id", "customer_first_name", "customer_last_name"], "index": [0], "data": [[8, "Meaghan", "Keeling"]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_C9m2h_15.png", "TableImg_R7hw4_15.png"], "original_data_index": 1526} +{"question": "How many artists are male and how many are female?", "answer": {"columns": ["count(*)", "gender"], "index": [0, 1], "data": [[3, "Female"], [3, "Male"]]}, "table_names": "['artist']", "table_image_ids": ["TableImg_X39a6_6.png"], "original_data_index": 1527} +{"question": "List the names of people that have not been on the affirmative side of debates.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Daniel Sickles"], ["John Cochrane"], ["George Briggs"], ["Horace F. Clark"], ["John B. Haskin"], ["Charles Van Wyck"]]}, "table_names": "['people', 'debate_people']", "table_image_ids": ["TableImg_35twx_10.png", "TableImg_Ienct_5.png"], "original_data_index": 1528} +{"question": "Find the number of users who posted some tweets.", "answer": {"columns": ["count(DISTINCT UID)"], "index": [0], "data": [[5]]}, "table_names": "['tweets']", "table_image_ids": ["TableImg_1kt5j_8.png"], "original_data_index": 1529} +{"question": "What are names of patients who made an appointment?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["John Smith"], ["Grace Ritchie"], ["John Smith"], ["Dennis Doe"], ["Dennis Doe"], ["Random J. Patient"], ["John Smith"], ["Dennis Doe"], ["Grace Ritchie"]]}, "table_names": "['Patient', 'Appointment']", "table_image_ids": ["TableImg_8bjup_4.png", "TableImg_Wxfo5_9.png"], "original_data_index": 1530} +{"question": "Which industry has the most companies?", "answer": {"columns": ["Industry"], "index": [0], "data": [["Banking"]]}, "table_names": "['Companies']", "table_image_ids": ["TableImg_028dc_19.png"], "original_data_index": 1531} +{"question": "Find the names of the clubs that have at least a member from the city with city code \"HOU\".", "answer": {"columns": ["ClubName"], "index": [0], "data": [["Bootup Baltimore"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_3k3zr_34.png", "TableImg_2s1pz_4.png", "TableImg_T0tht_4.png"], "original_data_index": 1532} +{"question": "Show company name and main industry without a gas station.", "answer": {"columns": ["Company", "Main_Industry"], "index": [0, 1, 2, 3, 4], "data": [["General Electric", "Conglomerate"], ["Industrial and Commercial Bank of China", "Banking"], ["HSBC", "Banking"], ["Berkshire Hathaway", "Conglomerate"], ["Wells Fargo", "Banking"]]}, "table_names": "['company', 'station_company']", "table_image_ids": ["TableImg_W1rep_10.png", "TableImg_75q0f_6.png"], "original_data_index": 1533} +{"question": "Find the name and flag of ships that are not steered by any captain with Midshipman rank.", "answer": {"columns": ["Name", "Flag"], "index": [0, 1, 2, 3, 4], "data": [["HMS Destiny", "Panama"], ["HMS Trojan", "Panama"], ["HM Sloop Sparrow", "Panama"], ["HMS Phalarope", "Panama"], ["HMS Undine", "Malta"]]}, "table_names": "['captain', 'Ship']", "table_image_ids": ["TableImg_07qq8_7.png", "TableImg_6vrml_9.png"], "original_data_index": 1534} +{"question": "Show the denomination of the school that has the most players.", "answer": {"columns": ["Denomination"], "index": [0], "data": [["Catholic"]]}, "table_names": "['school', 'player']", "table_image_ids": ["TableImg_A7370_6.png", "TableImg_Bzz2g_23.png"], "original_data_index": 1535} +{"question": "Find out the send dates of the documents with the grant amount of more than 5000 were granted by organisation type described", "answer": {"columns": ["sent_date"], "index": [0, 1, 2, 3, 4, 5], "data": [["1986-11-30 07:56:35"], ["1979-07-04 08:54:23"], ["2001-06-18 06:35:49"], ["2002-07-26 15:50:28"], ["1993-02-19 16:31:12"], ["2000-06-06 01:03:46"]]}, "table_names": "['Documents', 'Grants', 'Organisation_Types', 'Organisations']", "table_image_ids": ["TableImg_Mm36w_15.png", "TableImg_Sshu2_15.png", "TableImg_8dyvr_2.png", "TableImg_L8mwv_15.png"], "original_data_index": 1536} +{"question": "For each type, what is the average tonnage?", "answer": {"columns": ["Type", "avg(Tonnage)"], "index": [0, 1], "data": [["Battle ship", 4845.0], ["Cargo ship", 3932.2]]}, "table_names": "['ship']", "table_image_ids": ["TableImg_Zjua2_8.png"], "original_data_index": 1537} +{"question": "Return the name of the team and the acc during the regular season for the school that was founded the earliest.", "answer": {"columns": ["Team_Name", "ACC_Regular_Season"], "index": [0], "data": [["North Carolina", "14\u00e2\u0080\u00932"]]}, "table_names": "['basketball_match', 'university']", "table_image_ids": ["TableImg_53id3_4.png", "TableImg_14i5j_5.png"], "original_data_index": 1538} +{"question": "Show the types of schools that have two schools.", "answer": {"columns": ["Type"], "index": [0], "data": [["Public"]]}, "table_names": "['school']", "table_image_ids": ["TableImg_9h9oi_7.png"], "original_data_index": 1539} +{"question": "List the name and count of each product in all orders.", "answer": {"columns": ["product_name", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["food", 1], ["food", 2], ["food", 2], ["clothes", 1], ["book", 1], ["phone", 2], ["phone", 1], ["music", 2], ["music", 3]]}, "table_names": "['Orders', 'Products', 'Order_Items']", "table_image_ids": ["TableImg_Mrnt2_15.png", "TableImg_4z7e7_15.png", "TableImg_Jt3d5_15.png"], "original_data_index": 1540} +{"question": "What are the ids of the courses that are registered or attended by the student whose id is 121?", "answer": {"columns": ["course_id"], "index": [0, 1], "data": [[301], [303]]}, "table_names": "['Student_Course_Registrations', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_Or3cb_9.png", "TableImg_Ouzz5_8.png"], "original_data_index": 1541} +{"question": "What is the average height of the players from the college named 'Yale University'?", "answer": {"columns": ["avg(T1.height)"], "index": [0], "data": [[59.1355932203]]}, "table_names": "['player_college', 'player', 'college']", "table_image_ids": ["TableImg_Asa2r_17350.png", "TableImg_G3825_18846.png", "TableImg_H2izb_1207.png"], "original_data_index": 1542} +{"question": "What are the names of projects that have not been assigned?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Aerodynamics and Bridge Design"], ["Aerodynamics of a Football"], ["Aerodynamics of Air Hockey"], ["A Magnetic Primer Designer"], ["Bacterial Transformation Efficiency"], ["A Soluble Separation Solution"]]}, "table_names": "['Projects', 'AssignedTo']", "table_image_ids": ["TableImg_Ge47m_14.png", "TableImg_3sc4u_12.png"], "original_data_index": 1543} +{"question": "Who are the customers that had more than 1 policy? List the customer details and id.", "answer": {"columns": ["Customer_Details", "Customer_ID"], "index": [0, 1, 2, 3], "data": [["Ellsworth Paucek", 2], ["Mrs. Hanna Willms", 3], ["Dr. Diana Rath", 4], ["Lauriane Ferry PhD", 6]]}, "table_names": "['Customers', 'Customer_Policies']", "table_image_ids": ["TableImg_Pjjkk_15.png", "TableImg_Ujk6m_15.png"], "original_data_index": 1544} +{"question": "What is the city with the most customers?", "answer": {"columns": ["city"], "index": [0], "data": [["South Richieport"]]}, "table_names": "['Addresses', 'Customers']", "table_image_ids": ["TableImg_Eb6bj_15.png", "TableImg_Gotow_15.png"], "original_data_index": 1545} +{"question": "What are the names of companies with revenue between 100 and 150?", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Sony"], ["Creative Labs"], ["Fujitsu"]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_Sme8h_6.png"], "original_data_index": 1546} +{"question": "What are the enrollment and primary conference for the university which was founded the earliest?", "answer": {"columns": ["Enrollment", "Primary_conference"], "index": [0], "data": [[19067.0, "Colonial Athletic Association ( D-I )"]]}, "table_names": "['university']", "table_image_ids": ["TableImg_Mah0h_5.png"], "original_data_index": 1547} +{"question": "What is the first name and age of every student who lives in a dorm with a TV Lounge?", "answer": {"columns": ["Fname", "Age"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Tracy", 19], ["Shiela", 21], ["Charles", 18], ["Michael", 17], ["Stacy", 18], ["Eric", 20], ["Sarah", 20], ["William", 18], ["Sarah", 26]]}, "table_names": "['Student', 'Dorm_amenity', 'Has_amenity', 'Lives_in']", "table_image_ids": ["TableImg_Yqexp_34.png", "TableImg_C399w_12.png", "TableImg_H0hx9_40.png", "TableImg_Drveu_31.png"], "original_data_index": 1548} +{"question": "What are the songs in volumes that have resulted in a nomination at music festivals?", "answer": {"columns": ["Song"], "index": [0, 1, 2, 3, 4, 5], "data": [[" The Way"], [" Everybody Have Fun Tonight "], [" With or Without You "], [" (I Just) Died in Your Arms "], [" La Isla Bonita "], ["Looking for a New Love"]]}, "table_names": "['volume', 'music_festival']", "table_image_ids": ["TableImg_D6u60_10.png", "TableImg_25lpx_9.png"], "original_data_index": 1549} +{"question": "Show the facility codes of apartments with more than 4 bedrooms.", "answer": {"columns": ["facility_code"], "index": [0, 1, 2], "data": [["Gym"], ["Cable TV"], ["Gym"]]}, "table_names": "['Apartments', 'Apartment_Facilities']", "table_image_ids": ["TableImg_Sb57k_15.png", "TableImg_V8kvb_7.png"], "original_data_index": 1550} +{"question": "What are the names of all the different reviewers who rates Gone with the Wind?", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Sarah Martinez"], ["Mike Anderson"]]}, "table_names": "['Movie', 'Reviewer', 'Rating']", "table_image_ids": ["TableImg_Nbqo3_8.png", "TableImg_Pguez_8.png", "TableImg_B7j7u_14.png"], "original_data_index": 1551} +{"question": "Find the first names of all instructors who have taught some course and the course description.", "answer": {"columns": ["EMP_FNAME", "CRS_DESCRIPTION"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Arnelle", "Accounting I"], ["Arnelle", "Accounting I"], ["Robert", "Accounting I"], ["Ismael", "Accounting II"], ["Ismael", "Accounting II"], ["Carlos", "Intro. to Microcomputing"], ["Gerald", "Intro. to Microcomputing"], ["Carlos", "Intro. to Microcomputing"], ["Peter", "Database Design and Implementation"], ["Gerald", "Intro. to Statistics"], ["Gerald", "Intro. to Statistics"], ["Peter", "Statistical Applications"], ["Peter", "Statistical Applications"]]}, "table_names": "['CLASS', 'COURSE', 'EMPLOYEE']", "table_image_ids": ["TableImg_06q0s_13.png", "TableImg_Stykv_6.png", "TableImg_Aqwae_37.png"], "original_data_index": 1552} +{"question": "Find the distinct ages of students who have secretary votes in the fall election cycle.", "answer": {"columns": ["Age"], "index": [0, 1], "data": [[17], [22]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_Q4w01_34.png", "TableImg_I3k7r_10.png"], "original_data_index": 1553} +{"question": "What are the titles of courses without prerequisites?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120], "data": [["C Programming"], ["The Music of Donovan"], ["International Finance"], ["Greek Tragedy"], ["Virology"], ["Compiler Design"], ["Surfing"], ["Latin"], ["Composition and Literature"], ["Music of the 50s"], ["Visual BASIC"], ["The Monkeys"], ["FOCAL Programming"], ["Calculus"], ["The Beatles"], ["World History"], ["Tort Law"], ["Corporate Law"], ["Video Gaming"], ["Bankruptcy"], ["Organic Chemistry"], ["Quantum Mechanics"], ["Quantum Mechanics"], ["The IBM 360 Architecture"], ["Electricity and Magnetism"], ["Elastic Structures"], ["Computational Biology"], ["Journalism"], ["Physical Chemistry"], ["Image Processing"], ["Industrial Organization"], ["Sanitary Engineering"], ["Thermodynamics"], ["Japanese"], ["International Trade"], ["Database System Concepts"], ["Romantic Literature"], ["Religion"], ["Existentialism"], ["Compiler Design"], ["Geology"], ["C Programming"], ["Manufacturing"], ["Drama"], ["Medieval Civilization or Lack Thereof"], ["Differential Geometry"], ["Bacteriology"], ["International Trade"], ["Aquatic Chemistry"], ["Number Theory"], ["Sailing"], ["Physical Chemistry"], ["Hydraulics"], ["The Music of the Ramones"], ["Mechanics"], ["Hebrew"], ["Computability Theory"], ["Creative Writing"], ["The Monkeys"], ["Differential Geometry"], ["Virology"], ["Geology"], ["Stream Processing"], ["The Music of Donovan"], ["Petroleum Engineering"], ["Systems Software"], ["Environmental Law"], ["Data Mining"], ["Medieval Civilization or Lack Thereof"], ["Differential Geometry"], ["International Communication"], ["Diffusion and Phase Transformation"], ["Differential Equations"], ["Compiler Design"], ["Aerodynamics"], ["The Music of Dave Edmunds"], ["Computability Theory"], ["Cognitive Psychology"], ["Tort Law"], ["European History"], ["Corporate Law"], ["Multimedia Design"], ["Animal Behavior"], ["Graphics"], ["Romantic Literature"], ["Banking and Finance"], ["Astronautics"], ["How to Succeed in Business Without Really Trying"], ["Race Car Driving"], ["Milton"], ["Topology"], ["Video Gaming"], ["Logic"], ["Thermal Physics"], ["Differential Geometry"], ["The Music of Dave Edmunds"], ["Greek Tragedy"], ["Arabic"], ["Compiler Design"], ["Networking"], ["Automobile Mechanics"], ["Music of the 50s"], ["C Programming"], ["Groups and Rings"], ["Biostatistics"], ["UNIX System Programmming"], ["UNIX System Programmming"], ["Music 2 New for your Instructor"], ["Microeconomics"], ["Plastics"], ["Number Theory"], ["Multivariable Calculus"], ["Numerical Methods"], ["Operating Systems"], ["Numerical Methods"], ["Strength of Materials"], ["Fractal Geometry"], ["Music of the 90s"], ["Sanitary Engineering"], ["The Music of Donovan"], ["Quantum Mechanics"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_Z2n92_200.png", "TableImg_Oalhj_100.png"], "original_data_index": 1554} +{"question": "Find the first name of students who are living in the Smith Hall.", "answer": {"columns": ["Fname"], "index": [0, 1, 2, 3, 4, 5], "data": [["Tracy"], ["Shiela"], ["Michael"], ["Stacy"], ["Sarah"], ["Sarah"]]}, "table_names": "['Student', 'Dorm', 'Lives_in']", "table_image_ids": ["TableImg_Jr8er_34.png", "TableImg_Uaz1d_7.png", "TableImg_Ttt9v_31.png"], "original_data_index": 1555} +{"question": "Which authors have written a paper with title containing the word \"Monadic\"? Return their last names.", "answer": {"columns": ["lname"], "index": [0, 1], "data": [["Gibbons"], ["Hinze"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_360ox_13.png", "TableImg_Wq85t_7.png", "TableImg_Jinw3_14.png"], "original_data_index": 1556} +{"question": "What are the names of ships that have more than one captain?", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["HMS Gorgon"], ["HM Cutter Avenger"]]}, "table_names": "['captain', 'Ship']", "table_image_ids": ["TableImg_3wqo7_7.png", "TableImg_4qwzo_9.png"], "original_data_index": 1557} +{"question": "What are the titles, years, and directors of all movies, ordered by budget in millions?", "answer": {"columns": ["Title", "Year", "Director"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Jill Rips", 2000, "Anthony Hickox"], ["Storm Catcher", 1999, "Anthony Hickox"], ["The Boondock Saints", 1999, "Troy Duffy"], ["The Big Kahuna", 1999, "John Swanbeck"], ["The Whole Nine Yards", 2000, "Jonathan Lynn"], ["Battlefield Earth", 2000, "Roger Christian"], ["Agent Red", 2000, "Damian Lee"], ["The Art of War", 2000, "Christian Duguay"], ["3000 Miles to Graceland", 2001, "Demian Lichtenstein"], ["Get Carter", 2000, "Stephen Kay"]]}, "table_names": "['movie']", "table_image_ids": ["TableImg_8k2rs_10.png"], "original_data_index": 1558} +{"question": "What are the names of wrestlers who have never been eliminated?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Villa\u00c3\u00b1o IV"], ["The Great Sasuke \u00c2\u00a7"], ["Jushin Liger \u00c2\u00a7"], ["Shinjiro Otani \u00c2\u00a7"]]}, "table_names": "['wrestler', 'Elimination']", "table_image_ids": ["TableImg_X6sm2_10.png", "TableImg_Has79_6.png"], "original_data_index": 1559} +{"question": "Count the number of addressed in the California district.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[9]]}, "table_names": "['address']", "table_image_ids": ["TableImg_4szws_603.png"], "original_data_index": 1560} +{"question": "How many staff does each project has? List the project id and the number in an ascending order.", "answer": {"columns": ["project_id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[3, 1], [4, 1], [7, 1], [8, 1], [9, 1], [15, 1], [1, 2], [5, 2], [11, 2], [2, 3]]}, "table_names": "['Project_Staff', 'Projects']", "table_image_ids": ["TableImg_Hs9u3_15.png", "TableImg_Mcqz8_15.png"], "original_data_index": 1561} +{"question": "What is the storm name and max speed which affected the greatest number of regions?", "answer": {"columns": ["Name", "Max_speed"], "index": [0], "data": [["One", 995]]}, "table_names": "['storm', 'affected_region']", "table_image_ids": ["TableImg_E9r2m_10.png", "TableImg_Mh75z_6.png"], "original_data_index": 1562} +{"question": "What are the usernames and passwords of users that have the most common role?", "answer": {"columns": ["user_name", "password"], "index": [0], "data": [["faye30", "27cca8f94136f0e8971b5ca555a21ff756871b27"]]}, "table_names": "['Users']", "table_image_ids": ["TableImg_35v5x_15.png"], "original_data_index": 1563} +{"question": "Compute the average score of submissions.", "answer": {"columns": ["avg(Scores)"], "index": [0], "data": [[82.9]]}, "table_names": "['submission']", "table_image_ids": ["TableImg_V2gkk_10.png"], "original_data_index": 1564} +{"question": "How many dorms are in the database?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['Dorm']", "table_image_ids": ["TableImg_H39jv_7.png"], "original_data_index": 1565} +{"question": "What are the different names of the genres?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24], "data": [["Rock"], ["Jazz"], ["Metal"], ["Alternative & Punk"], ["Rock And Roll"], ["Blues"], ["Latin"], ["Reggae"], ["Pop"], ["Soundtrack"], ["Bossa Nova"], ["Easy Listening"], ["Heavy Metal"], ["R&B/Soul"], ["Electronica/Dance"], ["World"], ["Hip Hop/Rap"], ["Science Fiction"], ["TV Shows"], ["Sci Fi & Fantasy"], ["Drama"], ["Comedy"], ["Alternative"], ["Classical"], ["Opera"]]}, "table_names": "['genres']", "table_image_ids": ["TableImg_Bfkhh_25.png"], "original_data_index": 1566} +{"question": "Return the issue date of the volume that has spent the fewest weeks on top.", "answer": {"columns": ["Issue_Date"], "index": [0], "data": [["17 January"]]}, "table_names": "['volume']", "table_image_ids": ["TableImg_C5lr1_10.png"], "original_data_index": 1567} +{"question": "What are the drivers' first, last names and id who had more than 8 pit stops or participated in more than 5 race results?", "answer": {"columns": ["forename", "surname", "driverId"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437], "data": [["Adrian", "Sutil", 16], ["Adri\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdn", "Campos", 167], ["Aguri", "Suzuki", 88], ["Alain", "Prost", 117], ["Alan", "Brown", 689], ["Alan", "Jones", 178], ["Alan", "Stacey", 502], ["Alberto", "Ascari", 647], ["Alessandro", "Nannini", 145], ["Alessandro", "Zanardi", 70], ["Alex", "Caffi", 133], ["Alex", "Ribeiro", 237], ["Alex", "Soler-Roig", 339], ["Alex", "Yoong", 62], ["Alexander", "Wurz", 25], ["Alfonso", "de Portago", 606], ["Allan", "McNish", 66], ["Allen", "Berg", 180], ["Andrea", "Chiesa", 130], ["Andrea", "Montermini", 85], ["Andrea", "de Adamich", 333], ["Andrea", "de Cesaris", 110], ["Andr\u00cc\u00a9", "Pilette", 429], ["Andr\u00cc\u00a9", "Simon", 609], ["Andy", "Linden", 612], ["Anthony", "Davidson", 19], ["Ant\u00cc\u00abnio", "Pizzonia", 42], ["Arturo", "Merzario", 232], ["Ayrton", "Senna", 102], ["Beppe", "Gabbiani", 213], ["Bernard", "Collomb", 428], ["Bernd", "Schneider", 146], ["Bertrand", "Gachot", 92], ["Bob", "Anderson", 383], ["Bob", "Bondurant", 396], ["Bob", "Evans", 276], ["Bob", "Gerard", 619], ["Boy", "Lunger", 257], ["Brett", "Lunger", 239], ["Brian", "Henton", 205], ["Brian", "Naylor", 484], ["Brian", "Redman", 312], ["Bruce", "Halford", 506], ["Bruce", "McLaren", 360], ["Bruno", "Giacomelli", 152], ["Bruno", "Senna", 811], ["Carel Godin", "de Beaufort", 430], ["Carlos", "Menditeguy", 496], ["Carlos", "Pace", 250], ["Carlos", "Reutemann", 199], ["Carlos", "Sainz", 832], ["Carroll", "Shelby", 566], ["Cesare", "Perdisa", 607], ["Charles", "Pic", 819], ["Chico", "Landi", 622], ["Chico", "Serra", 192], ["Chris", "Amon", 278], ["Chris", "Irwin", 388], ["Christian", "Danner", 157], ["Christian", "Fittipaldi", 104], ["Christian", "Klien", 32], ["Christijan", "Albers", 27], ["Chuck", "Daigh", 507], ["Chuck", "Stevenson", 521], ["Claudio", "Langes", 149], ["Clay", "Regazzoni", 223], ["Cliff", "Allison", 477], ["Corrado", "Fabi", 190], ["Cristiano", "da Matta", 43], ["Damon", "Hill", 71], ["Dan", "Gurney", 364], ["Daniel", "Ricciardo", 817], ["Daniil", "Kvyat", 826], ["Danny", "Ongais", 240], ["Danny", "Sullivan", 193], ["Dave", "Charlton", 293], ["Dave", "Kennedy", 225], ["David", "Brabham", 101], ["David", "Coulthard", 14], ["David", "Hobbs", 322], ["David", "Purley", 259], ["David", "Walker", 338], ["Denny", "Hulme", 304], ["Derek", "Bell", 321], ["Derek", "Daly", 206], ["Derek", "Warwick", 118], ["Didier", "Pironi", 202], ["Domenico", "Schiattarella", 93], ["Don", "Freeland", 528], ["Duane", "Carter", 518], ["Eddie", "Cheever", 158], ["Eddie", "Irvine", 56], ["Eddie", "Johnson", 513], ["Edgar", "Barth", 431], ["Elio", "de Angelis", 173], ["Eliseo", "Salazar", 194], ["Emanuele", "Naspetti", 125], ["Emanuele", "Pirro", 139], ["Emerson", "Fittipaldi", 224], ["Emilio", "de Villota", 208], ["Enrico", "Bertaggia", 134], ["Enrique", "Bernoldi", 59], ["Eric", "van de Poele", 128], ["Esteban", "Guti\u00cc\u00a9rrez", 821], ["Esteban", "Ocon", 839], ["Esteban", "Tuero", 74], ["Eugenio", "Castellotti", 608], ["Fabrizio", "Barbazza", 120], ["Felice", "Bonetto", 697], ["Felipe", "Massa", 13], ["Felipe", "Nasr", 831], ["Fernando", "Alonso", 4], ["Franck", "Montagny", 36], ["Frank", "Gardner", 380], ["Fran\u00cc\u00a4ois", "Cevert", 327], ["Fran\u00cc\u00a4ois", "Hesnault", 183], ["Fran\u00cc\u00a4ois", "Migault", 296], ["Fred", "Agabashian", 615], ["Gabriele", "Tarquini", 99], ["Gast\u00ef\u00bf\u00bd_n", "Mazzacane", 60], ["Gene", "Hartley", 520], ["Geoff", "Lees", 209], ["George", "Eaton", 352], ["George", "Follmer", 332], ["Gerhard", "Berger", 77], ["Gerino", "Gerini", 583], ["Giancarlo", "Baghetti", 394], ["Giancarlo", "Fisichella", 21], ["Gianmaria", "Bruni", 46], ["Gianni", "Morbidelli", 81], ["Giedo", "van der Garde", 823], ["Gijs", "van Lennep", 298], ["Gilles", "Villeneuve", 203], ["Giorgio", "Pantano", 45], ["Giorgio", "Scarlatti", 483], ["Giovanni", "Lavaggi", 86], ["Graham", "Hill", 289], ["Gregor", "Foitek", 148], ["Gunnar", "Nilsson", 255], ["Guy", "Edwards", 265], ["Guy", "Ligier", 389], ["Hans", "Binder", 246], ["Hans", "Herrmann", 478], ["Hans-Joachim", "Stuck", 233], ["Hap", "Sharp", 434], ["Harald", "Ertl", 229], ["Harry", "Schell", 501], ["Hector", "Rebaque", 212], ["Heikki", "Kovalainen", 5], ["Heinz-Harald", "Frentzen", 49], ["Helmut", "Marko", 337], ["Henri", "Pescarolo", 280], ["Henry", "Taylor", 481], ["Hernando", "da Silva Ramos", 624], ["Horace", "Gould", 547], ["Howden", "Ganley", 307], ["Huub", "Rothengatter", 179], ["Ian", "Ashley", 270], ["Ian", "Burgess", 437], ["Ian", "Raby", 420], ["Ian", "Scheckter", 251], ["Ingo", "Hoffmann", 253], ["Innes", "Ireland", 404], ["Ivan", "Capelli", 122], ["Ivor", "Bueb", 549], ["Jack", "Brabham", 356], ["Jack", "Fairman", 486], ["Jack", "McGrath", 658], ["Jackie", "Lewis", 453], ["Jackie", "Oliver", 262], ["Jackie", "Stewart", 328], ["Jacky", "Ickx", 235], ["Jacques", "Laffite", 172], ["Jacques", "Swaters", 680], ["Jacques", "Villeneuve", 35], ["Jaime", "Alguersuari", 153], ["James", "Hunt", 231], ["Jan", "Lammers", 136], ["Jan", "Magnussen", 76], ["Jarno", "Trulli", 15], ["Jean", "Alesi", 55], ["Jean", "Behra", 554], ["Jean-Christophe", "Boullion", 96], ["Jean-Marc", "Gounon", 111], ["Jean-Pierre", "Beltoise", 306], ["Jean-Pierre", "Jabouille", 219], ["Jean-Pierre", "Jarier", 197], ["Jean-\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdric", "Vergne", 818], ["Jenson", "Button", 18], ["Jim", "Clark", 373], ["Jim", "Hall", 440], ["Jim", "Rathmann", 509], ["Jimmy", "Bryan", 525], ["Jimmy", "Davies", 653], ["Jimmy", "Daywalt", 556], ["Jimmy", "Reece", 592], ["Jo", "Bonnier", 347], ["Jo", "Gartner", 189], ["Jo", "Siffert", 346], ["Joachim", "Winkelhock", 164], ["Jochen", "Mass", 200], ["Jochen", "Rindt", 358], ["Jody", "Scheckter", 222], ["John", "Love", 340], ["John", "Miles", 357], ["John", "Surtees", 341], ["John", "Watson", 187], ["Johnnie", "Parsons", 593], ["Johnny", "Boyd", 533], ["Johnny", "Cecotto", 188], ["Johnny", "Claes", 660], ["Johnny", "Dumfries", 174], ["Johnny", "Herbert", 65], ["Johnny", "Servoz-Gavin", 359], ["Johnny", "Thomson", 512], ["Jolyon", "Palmer", 835], ["Jonathan", "Palmer", 156], ["Jos", "Verstappen", 50], ["Jos\u00cc\u00a9 Froil\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdn", "Gonz\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdlez", 498], ["Juan", "Fangio", 579], ["Juan", "Pablo Montoya", 31], ["Jules", "Bianchi", 824], ["Julian", "Bailey", 141], ["Justin", "Wilson", 51], ["Jyrki", "J\u00ef\u00bf\u00bd_rvilehto", 109], ["J\u00cc\u00a9r\u00cc\u00abme", "d'Ambrosio", 816], ["Kamui", "Kobayashi", 155], ["Karl", "Kling", 648], ["Karl", "Wendlinger", 91], ["Karun", "Chandhok", 812], ["Kazuki", "Nakajima", 6], ["Keith", "Greene", 465], ["Keke", "Rosberg", 177], ["Ken", "Wharton", 663], ["Kenneth", "McAlpine", 664], ["Kenny", "Acheson", 186], ["Kevin", "Magnussen", 825], ["Kimi", "R\u00ef\u00bf\u00bd_ikk\u00cc\u00a6nen", 8], ["Lance", "Macklin", 651], ["Lance", "Stroll", 840], ["Larry", "Perkins", 256], ["Lella", "Lombardi", 275], ["Leo", "Kinnunen", 316], ["Lewis", "Hamilton", 1], ["Lorenzo", "Bandini", 385], ["Loris", "Kessel", 271], ["Louis", "Chiron", 589], ["Louis", "Rosier", 627], ["Luca", "Badoer", 69], ["Lucas", "di Grassi", 810], ["Luciano", "Burti", 54], ["Lucien", "Bianchi", 376], ["Ludovico", "Scarfiotti", 375], ["Luigi", "Fagioli", 786], ["Luigi", "Musso", 577], ["Luigi", "Piotti", 586], ["Luigi", "Villoresi", 633], ["Luis", "P\u00cc\u00a9rez-Sala", 159], ["Manfred", "Winkelhock", 181], ["Marc", "Gen\u00cc\u00a9", 48], ["Marc", "Surer", 176], ["Marcus", "Ericsson", 828], ["Mario", "Andretti", 207], ["Mark", "Blundell", 87], ["Mark", "Donohue", 288], ["Mark", "Webber", 17], ["Martin", "Brundle", 84], ["Martin", "Donnelly", 151], ["Massimiliano", "Papis", 97], ["Masten", "Gregory", 418], ["Maurice", "Trintignant", 427], ["Mauro", "Baldi", 184], ["Maur\u00ef\u00bf\u00bd_cio", "Gugelmin", 127], ["Max", "Chilton", 820], ["Max", "Verstappen", 830], ["Michael", "Andretti", 121], ["Michael", "Schumacher", 30], ["Michel", "Lecl\u00cc\u00acre", 277], ["Michele", "Alboreto", 105], ["Mika", "H\u00ef\u00bf\u00bd_kkinen", 57], ["Mika", "Salo", 63], ["Mike", "Beuttler", 329], ["Mike", "Hailwood", 305], ["Mike", "Hawthorn", 578], ["Mike", "Parkes", 387], ["Mike", "Spence", 374], ["Mike", "Wilds", 283], ["Mois\u00cc\u00a9s", "Solana", 382], ["Nanni", "Galli", 330], ["Narain", "Karthikeyan", 39], ["Nelson", "Piquet", 137], ["Nelson", "Piquet Jr.", 12], ["Nick", "Heidfeld", 2], ["Nico", "H\u00ef\u00bf\u00bd_lkenberg", 807], ["Nico", "Rosberg", 3], ["Nicola", "Larini", 78], ["Nigel", "Mansell", 95], ["Niki", "Lauda", 182], ["Nino", "Farina", 642], ["Olivier", "Beretta", 106], ["Olivier", "Gendebien", 482], ["Olivier", "Grouillard", 129], ["Olivier", "Panis", 44], ["Onofre", "Marim\u00ef\u00bf\u00bd_n", 670], ["Oscar", "Larrauri", 165], ["Paco", "Godia", 580], ["Paolo", "Barilla", 147], ["Pascal", "Fabre", 169], ["Pascal", "Wehrlein", 836], ["Pastor", "Maldonado", 813], ["Pat", "Flaherty", 559], ["Patrick", "Depailler", 221], ["Patrick", "Friesacher", 40], ["Patrick", "N\u00cc\u00acve", 258], ["Patrick", "Tambay", 175], ["Paul", "Belmondo", 108], ["Paul", "Fr\u00cc\u00acre", 632], ["Paul", "Russo", 555], ["Paul", "di Resta", 814], ["Pedro", "Chaves", 142], ["Pedro", "Diniz", 64], ["Pedro", "Lamy", 83], ["Pedro", "Rodr\u00ef\u00bf\u00bd_guez", 345], ["Pedro", "de la Rosa", 37], ["Perry", "McCarthy", 135], ["Pete", "Lovely", 353], ["Peter", "Arundell", 397], ["Peter", "Collins", 581], ["Peter", "Gethin", 320], ["Peter", "Revson", 309], ["Peter", "Whitehead", 687], ["Phil", "Hill", 403], ["Philippe", "Alliot", 112], ["Philippe", "Streiff", 166], ["Philippe", "\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdtancelin", 741], ["Piercarlo", "Ghinzani", 160], ["Pierluigi", "Martini", 94], ["Piero", "Taruffi", 641], ["Pierre", "Levegh", 773], ["Pierre-Henri", "Raphanel", 162], ["Piers", "Courage", 361], ["Prince", "Bira", 669], ["Ralf", "Schumacher", 23], ["Ralph", "Firman", 52], ["Raul", "Boesel", 196], ["Reg", "Parnell", 686], ["Reine", "Wisell", 317], ["Renzo", "Zorzi", 254], ["Ren\u00cc\u00a9", "Arnoux", 163], ["Ricardo", "Rodr\u00ef\u00bf\u00bd_guez", 454], ["Ricardo", "Rosset", 73], ["Ricardo", "Zonta", 41], ["Ricardo", "Zunino", 217], ["Riccardo", "Paletti", 204], ["Riccardo", "Patrese", 119], ["Richard", "Attwood", 370], ["Richie", "Ginther", 386], ["Rikky", "von Opel", 313], ["Rio", "Haryanto", 837], ["Robert", "Doornbos", 38], ["Robert", "Kubica", 9], ["Robert", "Manzon", 626], ["Roberto", "Guerrero", 195], ["Roberto", "Merhi", 833], ["Roberto", "Mieres", 643], ["Roberto", "Moreno", 90], ["Rodger", "Ward", 449], ["Roelof", "Wunderink", 295], ["Rolf", "Stommelen", 243], ["Romain", "Grosjean", 154], ["Ron", "Flockhart", 541], ["Ronnie", "Bucknum", 405], ["Ronnie", "Peterson", 238], ["Roy", "Salvadori", 456], ["Rubens", "Barrichello", 22], ["Rudi", "Fischer", 723], ["Rupert", "Keegan", 211], ["Sakon", "Yamamoto", 29], ["Sam", "Hanks", 611], ["Sam", "Tingle", 368], ["Satoru", "Nakajima", 138], ["Scott", "Speed", 26], ["Sebastian", "Vettel", 20], ["Sergio", "Mantovani", 644], ["Sergio", "P\u00cc\u00a9rez", 815], ["Shinji", "Nakano", 75], ["Siegfried", "Stohr", 216], ["Silvio", "Moser", 351], ["Skip", "Barber", 342], ["Slim", "Borgudd", 201], ["Stefan", "Bellof", 185], ["Stefan", "Johansson", 140], ["Stefano", "Modena", 131], ["Stirling", "Moss", 475], ["Stoffel", "Vandoorne", 838], ["Stuart", "Lewis-Evans", 590], ["S\u00cc\u00a9bastien", "Bourdais", 7], ["S\u00cc\u00a9bastien", "Buemi", 67], ["Taki", "Inoue", 89], ["Takuma", "Sato", 11], ["Tarso", "Marques", 58], ["Teo", "Fabi", 170], ["Thierry", "Boutsen", 123], ["Tiago", "Monteiro", 33], ["Tim", "Schenken", 314], ["Timo", "Glock", 10], ["Tom", "Pryce", 252], ["Tony", "Bettenhausen", 529], ["Tony", "Brise", 294], ["Tony", "Brooks", 479], ["Tony", "Maggs", 408], ["Tony", "Marsh", 459], ["Tony", "Settember", 438], ["Tony", "Trimmer", 245], ["Toranosuke", "Takagi", 68], ["Toulo", "de Graffenried", 640], ["Trevor", "Taylor", 401], ["Troy", "Ruttman", 526], ["Ukyo", "Katayama", 79], ["Umberto", "Maglioli", 620], ["Valtteri", "Bottas", 822], ["Vern", "Schuppan", 267], ["Vic", "Elford", 350], ["Vitaly", "Petrov", 808], ["Vitantonio", "Liuzzi", 24], ["Vittorio", "Brambilla", 230], ["Volker", "Weidler", 161], ["Will", "Stevens", 829], ["Willy", "Mairesse", 435], ["Wilson", "Fittipaldi", 290], ["Wolfgang", "Seidel", 455], ["Wolfgang", "von Trips", 476], ["Yannick", "Dalmas", 114], ["Yves", "Cabantous", 704], ["Zsolt", "Baumgartner", 47], ["\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdlie", "Bayol", 625], ["\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdric", "Bernard", 103], ["\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdrik", "Comas", 100]]}, "table_names": "['drivers', 'results']", "table_image_ids": ["TableImg_84mbl_842.png", "TableImg_D0mbd_23777.png"], "original_data_index": 1568} +{"question": "Find the number of members of club \"Pen and Paper Gaming\".", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Edihn_34.png", "TableImg_Dagcd_4.png", "TableImg_S9kee_4.png"], "original_data_index": 1569} +{"question": "What are the names of wines, sorted by price ascending?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293], "data": [["Shiraz"], ["Finest Selection Reserve"], ["Petite Sirah"], ["East Side Vineyards"], ["Merlot"], ["Incredible Red"], ["Lot 154"], ["Old Vines"], ["Mother Clone"], ["Handley Vineyard"], ["Ancient Vines"], ["Rose Wine Creek Ranch"], ["Chelsea Goldschmidt"], ["Magnolia Lane"], ["A by Acacia"], ["Rose Steinbeck Vineyard"], ["Barbera"], ["Zinfandel"], ["Cuvee Natalie"], ["Les Cotes De LOuest"], ["Backroads"], ["Appelation Series"], ["Heritage"], ["Elements"], ["Rose"], ["Bushnell Vineyard"], ["50 Year Old Vines"], ["Home Ranch"], ["Wheelhouse"], ["Knotty Vines"], ["Beastly Old Vines"], ["Metallico Un-Oaked"], ["Victories Rose"], ["Fume Blanc"], ["Lillie Vineyard"], ["3CV Grassini Family Vineyards"], ["Kali Hart"], ["Mesa Verde Vineyard"], ["Schmidt Ranch"], ["Carols Vineyard"], ["Old Vine"], ["Maverick"], ["Parr Vineyard"], ["Cuvee Nicolas"], ["Estate"], ["Purisma Mountain"], ["Snows Lake Vineyard"], ["Abba Vineyard"], ["Rominger Vineyard"], ["Los Alamos Vineyard Historic Vineyards Collection"], ["Primitivo"], ["Bridgehead"], ["Primitivo Block #4"], ["Planchon Vineyard"], ["Hyde Vineyards"], ["Wow Oui"], ["Christensen Family Vineyard"], ["Old vine Della Costa Family Vineyard"], ["Church Vineyard"], ["Rosemarys Block Dry Stack Vineyard"], ["Carneros"], ["Treborce Vineyard"], ["Jesses Vineyard"], ["Ginos Vineyard"], ["Cedarman"], ["Sengiacomo Vineyard"], ["Tradition"], ["Gesture Limited Release"], ["SHR Field Blend"], ["Thirtieth Anniverasry Vintage Mt. Harlan Cuvee"], ["Winmakers Reserve"], ["Gold Creek Ranch"], ["Unti Vineyard"], ["Carlas Reserve"], ["Pato Vineyard"], ["au Naturel"], ["Sarmento Vineyard"], ["Private Reserve"], ["Symposium Fort Ross Vineyard"], ["Russian River Selection"], ["Todd Brothers Ranch Old Vines"], ["Old Vine Teldeschi Vineyard Home Ranch"], ["Grand Firepeak Cuvee Firepeak Vineyard"], ["Grist Vineyard"], ["Thompson Vineyard"], ["Tofanelli Vineyard"], ["Somers Ranch"], ["Giana"], ["Garnacha Denner Vineyard"], ["Sweetwater Springs Vineyard"], ["England-Shaw"], ["Star Angel "], ["Rockpile Road Vineyard"], ["Lambda"], ["Gamma"], ["Vieux-Os Hell Hole Cuvee Old Vine"], ["Rocky Terrace Los Chamizal Vineyards"], ["Century Vines Reserve"], ["Morning Sun Los Chamizal Vineyards"], ["Les Pionniers"], ["Henry Ranch"], ["On the Road"], ["Larner Vinyard"], ["White Hawk Vineyard"], ["Emelias Cuvee"], ["Hurst Vineyard"], ["Les Galets"], ["Stagecoach Vineyard Black Bart"], ["Napa Ranches"], ["Foggy Knoll Vineyard"], ["Colson Canyon Vineyard"], ["Originals"], ["Wild Oak Old Vines"], ["Bailey Vineyard"], ["Valley Dominique"], ["Cuvee Trouvee"], ["Casa Santinamaria Vineyards"], ["Romeo"], ["Los Carneros"], ["District 4"], ["Black Chicken"], ["Estate Reserve"], ["Sleepy Hollow Vineyard"], ["Kemp Vineyard"], ["La Cruz Vineyard"], ["Que Syrah Vineyard"], ["Rossi Ranch"], ["Loco"], ["The Ranch"], ["Damaris Reserve "], ["Santa Cruz Mountains Estate"], ["Sangiacomo Vineyard"], ["Sbraglia Limited-Release"], ["Ceja Vineyard"], ["De La Guerra"], ["Grand Detour"], ["Valley Dutton Ranch"], ["Artistry"], ["Tephra Ridge Vineyard"], ["Madden Ranch"], ["Boticelli Vineyards"], ["Hope Family Vineyard"], ["Mesa Reserve"], ["Fredericks Vineyard"], ["Estate Vineyard"], ["Coster Vineyard"], ["Ramondo Vineyard"], ["La Encantada Vineyard"], ["La Encantada Vineyard Clone 667"], ["Carlisle Vineyard"], ["Papas Block"], ["Montafi Ranch"], ["Old Kraft Vineyard"], ["Varozza Vineyard"], ["Melville Vineyards"], ["Ryo-fu"], ["Laughlin Family Vineyard"], ["Russel Family Vineyard"], ["Durell Vineyard"], ["Graham Family Vineyard"], ["Clos Pepe Vineyard"], ["Cargasacchi Vineyard"], ["Rancho La Vina Vineyard"], ["Aubaine Vineyard"], ["Cardiac Hill"], ["Kick Ranch Reserve"], ["Edizione Pennino"], ["Polomita Hamilton Vineyard"], ["Roll Ranch Vineyard"], ["Founders"], ["Wildcat Mountain Vineyard"], ["Spare Me"], ["Cullinane Reserve"], ["Valley Savoy"], ["La Capilla Collection"], ["Sauvignon Blanc"], ["LApres-Midi"], ["Neyers Ranch - Conn Valley"], ["Purisma Mountain Vineyard"], ["Anns Block"], ["Kick Ranch"], ["Rancho Oliveros Vineyard"], ["Keefer Ranch Vineyard"], ["Turner Vineyard"], ["Chardonnay"], ["Signature"], ["Red Shoulder Ranch"], ["B. Theriot Vineyard"], ["McDougal Ranch"], ["Problem Child"], ["Sangiovese"], ["Los Olivos Vineyard"], ["Don Miguel Vineyard Lia Torres Family Vineyards"], ["Cabernet Sauvignon"], ["Bynum & Moshin Vineyards"], ["Boonflys Hill"], ["Giuseppe & Luisa"], ["Jersey Boy"], ["Choreography"], ["Pinot Noir"], ["Black Bart Stagecoach Vineyard"], ["Lancel Creek Vineyard"], ["Twist of Fate"], ["The Flight"], ["Guidici Famili Vineyard"], ["Lorenzo"], ["Cahrles Heintz Vineyard"], ["Carneros Reserve"], ["Grand Master"], ["Highwire Vineyard"], ["Julias Vineyard"], ["Asatsuyu"], ["Syrah"], ["Twenty Two"], ["Jensen Vineyard"], ["Green River Isobel"], ["Chloe"], ["Stagecoach Vineyard"], ["Ten-Goal Happy Canyon Vineyards"], ["Napa Cuvee"], ["Durell Vineyard Wente Clone"], ["Ovation"], ["Proprietary Reserve"], ["Cabernet Franc"], ["InSpire"], ["Mailbox Vineyard Drive"], ["Quarzo"], ["Gaps Crown Vineyard"], ["Limited Release"], ["Freestone Hill"], ["Valley Bliss Block"], ["Ulises Valdez Vineyard"], ["Amber Ridge Vineyard"], ["Keefer Ranch"], ["Koplen Vineyard"], ["Garys Vineyard"], ["Kanzler Vineyard"], ["Pisoni Vineyard"], ["Rosellas Vineyard"], ["4-Barrel"], ["Carneros Hyde Vineyard"], ["Hayne Vineyard"], ["VGS"], ["Savoy Vineyard"], ["The Backbone"], ["Laurels Estate Vineyard"], ["McCrea Vineyard"], ["Wine Hill Vineyard"], ["Belle Cote"], ["Untilited #3"], ["Hudson Vineyard"], ["Dutton Ranch"], ["Glorias Gem"], ["Zio Tony Ranch Gianna Marie"], ["Date Night"], ["Numbers"], ["DAdamo Vineyard"], ["Eddies Patch"], ["Ryan"], ["Aidan"], ["Eoin"], ["Elevage"], ["Eterium B. Thieriot Vineyard"], ["Mon Plaisir"], ["La Carrlere"], ["Kistler Vineyard"], ["Finn"], ["Annum"], ["Monte Rosso Vineyard"], ["Ma Belle-Fille"], ["Neruda Brix Vineyard"], ["Napa Angel Aurelios Selection"], ["State Lane Ranch"], ["Peter Newton Vineyard"], ["1886"], ["Five Sisters"], ["Dr. Crane Vineyard"], ["Black Label"], ["To the Rescue"], ["Tomahawk Vineyard"], ["Beckstoffer To Kalon Vineyard"], ["Coliseum Block"], ["Reserve"], ["Hillstone Vineyard"], ["Special Selection"], ["Pritchard Hill"], ["Elevation 1147"], ["Pictures"], ["Labels"], ["Beckstoffer Dr. Crane Vineyard"], ["Couer de Valee"], ["In the Crosshairs Eleven Confessions Vineyard"], ["A Shot in the Dark Eleven Confessions Vineyard"], ["Darius II"]]}, "table_names": "['wine']", "table_image_ids": ["TableImg_Lsu1q_500.png"], "original_data_index": 1570} +{"question": "Find the ids of the nurses who are on call in block floor 1 and block code 1.", "answer": {"columns": ["Nurse"], "index": [0, 1], "data": [[101], [103]]}, "table_names": "['Nurse', 'On_Call']", "table_image_ids": ["TableImg_Sku83_3.png", "TableImg_Le1wb_6.png"], "original_data_index": 1571} +{"question": "What document type codes do we have?", "answer": {"columns": ["document_type_code"], "index": [0, 1, 2], "data": [["CD"], ["Hard Drive"], ["Paper"]]}, "table_names": "['Ref_Document_Types']", "table_image_ids": ["TableImg_3c3xx_3.png"], "original_data_index": 1572} +{"question": "List the name of all the distinct customers who have orders with status \"Packing\".", "answer": {"columns": ["customer_name"], "index": [0, 1, 2], "data": [["Jeramie"], ["Hadley"], ["Violet"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_Oa3jn_15.png", "TableImg_Qhjxn_15.png"], "original_data_index": 1573} +{"question": "Please show the names and the players of clubs.", "answer": {"columns": ["name", "Player_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["AIB", 1], ["BK Slide", 2], ["AIB", 3], ["BK Slide", 4], ["ASC", 5], ["ASC", 6], ["HGS2", 7], ["HGS2", 8], ["BK Slide", 9], ["BK Slide", 10], ["BK Slide", 11], ["BK Slide", 12], ["IFG", 13], ["ASC", 14], ["ASC", 15]]}, "table_names": "['club', 'player']", "table_image_ids": ["TableImg_Lqzkr_6.png", "TableImg_21j0m_15.png"], "original_data_index": 1574} +{"question": "Find the city that hosted the most events.", "answer": {"columns": ["City"], "index": [0], "data": [["Nanjing ( Jiangsu )"]]}, "table_names": "['city', 'hosting_city']", "table_image_ids": ["TableImg_Xpdxz_13.png", "TableImg_Lcu3j_6.png"], "original_data_index": 1575} +{"question": "Find the origins from which more than 1 train starts.", "answer": {"columns": ["origin"], "index": [0, 1], "data": [["Chennai"], ["Kanniyakumari"]]}, "table_names": "['train']", "table_image_ids": ["TableImg_Ahv8j_11.png"], "original_data_index": 1576} +{"question": "How many products have prices of at least 180?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_6tzpb_11.png"], "original_data_index": 1577} +{"question": "which pilot is in charge of the most number of flights?", "answer": {"columns": ["Pilot"], "index": [0], "data": [["Thompson"]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_I2lo7_13.png"], "original_data_index": 1578} +{"question": "Give the names and scores of wines made from white grapes.", "answer": {"columns": ["Name", "Score"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152], "data": [["Sauvignon Blanc", 92], ["Les Pionniers", 92], ["Cuvee Nicolas", 91], ["Tradition", 91], ["Church Vineyard", 91], ["LApres-Midi", 91], ["Rosemarys Block Dry Stack Vineyard", 90], ["Sauvignon Blanc", 90], ["Sauvignon Blanc", 89], ["Sauvignon Blanc", 89], ["Mesa Verde Vineyard", 89], ["Sauvignon Blanc", 89], ["Sauvignon Blanc", 89], ["Sauvignon Blanc", 89], ["Asatsuyu", 89], ["Estate", 89], ["Sauvignon Blanc", 89], ["Home Ranch", 89], ["Hyde Vineyards", 89], ["Purisma Mountain", 88], ["3CV Grassini Family Vineyards", 88], ["Schmidt Ranch", 88], ["Sauvignon Blanc", 87], ["Cuvee Natalie", 87], ["au Naturel", 87], ["Handley Vineyard", 87], ["Wow Oui", 87], ["Sauvignon Blanc", 87], ["Sauvignon Blanc", 87], ["Sauvignon Blanc", 87], ["Sauvignon Blanc", 87], ["Sauvignon Blanc", 86], ["Magnolia Lane", 86], ["Carols Vineyard", 86], ["East Side Vineyards", 86], ["Sauvignon Blanc", 86], ["Sauvignon Blanc", 85], ["Sauvignon Blanc", 85], ["Sauvignon Blanc", 85], ["Sauvignon Blanc", 85], ["Chardonnay", 92], ["La Cruz Vineyard", 91], ["Chardonnay", 86], ["Green River Isobel", 95], ["Sengiacomo Vineyard", 93], ["Lorenzo", 93], ["Chloe", 92], ["Chardonnay", 90], ["Signature", 90], ["Stagecoach Vineyard Black Bart", 90], ["Home Ranch", 90], ["Boonflys Hill", 95], ["McCrea Vineyard", 95], ["Ma Belle-Fille", 95], ["Durell Vineyard", 95], ["Durell Vineyard Wente Clone", 95], ["Estate Vineyard", 94], ["Wine Hill Vineyard", 94], ["Belle Cote", 94], ["Mon Plaisir", 94], ["Untilited #3", 94], ["Reserve", 94], ["Los Alamos Vineyard Historic Vineyards Collection", 93], ["Hyde Vineyards", 93], ["Hudson Vineyard", 93], ["Damaris Reserve ", 93], ["Chardonnay", 93], ["Cahrles Heintz Vineyard", 93], ["Santa Cruz Mountains Estate", 93], ["Red Shoulder Ranch", 93], ["Winmakers Reserve", 93], ["Sangiacomo Vineyard", 92], ["Sbraglia Limited-Release", 92], ["Chardonnay", 92], ["Reserve", 92], ["Chardonnay", 92], ["Ryo-fu", 92], ["Chardonnay", 92], ["Carneros", 92], ["Dutton Ranch", 92], ["Chardonnay", 92], ["Los Olivos Vineyard", 92], ["La Carrlere", 92], ["Chardonnay", 92], ["Home Ranch", 92], ["Chardonnay", 92], ["Carneros", 92], ["Chardonnay", 92], ["Chardonnay", 91], ["Keefer Ranch", 91], ["Chardonnay", 91], ["Private Reserve", 91], ["Carneros Reserve", 91], ["Chardonnay", 91], ["Chardonnay", 91], ["Chardonnay", 91], ["Dutton Ranch", 91], ["Chardonnay", 91], ["Emelias Cuvee", 91], ["Chardonnay", 91], ["Ovation", 91], ["Laughlin Family Vineyard", 91], ["Don Miguel Vineyard Lia Torres Family Vineyards", 91], ["Chardonnay", 91], ["B. Theriot Vineyard", 91], ["Ceja Vineyard", 91], ["Chardonnay", 91], ["Chardonnay", 91], ["Chardonnay", 91], ["Proprietary Reserve", 91], ["Los Carneros", 91], ["Chardonnay", 90], ["Carneros", 90], ["Chardonnay", 90], ["Signature", 90], ["Valley Dominique", 90], ["Chardonnay", 90], ["Founders", 90], ["Kistler Vineyard", 90], ["Gold Creek Ranch", 90], ["Chardonnay", 90], ["Cuvee Natalie", 90], ["Chardonnay", 90], ["Chardonnay", 90], ["Chardonnay", 90], ["De La Guerra", 90], ["Parr Vineyard", 90], ["Chardonnay", 90], ["Carneros", 88], ["Reserve", 88], ["Chardonnay", 88], ["Chardonnay", 88], ["Chardonnay", 88], ["Chardonnay", 88], ["Chardonnay", 87], ["Chardonnay", 87], ["Chardonnay", 87], ["Chardonnay", 87], ["Finest Selection Reserve", 86], ["Eterium B. Thieriot Vineyard", 95], ["Chardonnay", 93], ["Metallico Un-Oaked", 91], ["Reserve", 91], ["Russian River Selection", 89], ["Chardonnay", 89], ["Chardonnay", 88], ["Sauvignon Blanc", 93], ["Fume Blanc", 88], ["Sauvignon Blanc", 87], ["Lillie Vineyard", 87], ["Sauvignon Blanc", 86], ["To the Rescue", 91], ["A by Acacia", 81]]}, "table_names": "['grapes', 'wine']", "table_image_ids": ["TableImg_S97bw_20.png", "TableImg_Z0aj9_500.png"], "original_data_index": 1579} +{"question": "What are the codes of card types that have 5 or more cards?", "answer": {"columns": ["card_type_code"], "index": [0, 1], "data": [["Credit"], ["Debit"]]}, "table_names": "['Customers_Cards']", "table_image_ids": ["TableImg_8ctzy_15.png"], "original_data_index": 1580} +{"question": "Show all cities along with the number of drama workshop groups in each city.", "answer": {"columns": ["City_Town", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Chrisside", 1], ["Feliciaberg", 1], ["Jasthaven", 2], ["Macejkovicchester", 1], ["Monahanshire", 1], ["Nataliamouth", 2], ["New Lonzoville", 2], ["Port Maximeview", 1], ["Purdyville", 1], ["Rueckermouth", 1], ["South Eugenia", 1], ["West Sherwoodstad", 1]]}, "table_names": "['Addresses', 'Drama_Workshop_Groups']", "table_image_ids": ["TableImg_95gr8_20.png", "TableImg_Y2vv4_15.png"], "original_data_index": 1581} +{"question": "How many dorms have amenities?", "answer": {"columns": ["count(DISTINCT dormid)"], "index": [0], "data": [[7]]}, "table_names": "['Has_amenity']", "table_image_ids": ["TableImg_Z5mbs_40.png"], "original_data_index": 1582} +{"question": "What are the full names of customers with the account name 900?", "answer": {"columns": ["customer_first_name", "customer_last_name"], "index": [0], "data": [["Meaghan", "Keeling"]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_H4wcq_15.png", "TableImg_Esukr_15.png"], "original_data_index": 1583} +{"question": "Which cities have at least one customer but no performer?", "answer": {"columns": ["City_Town"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Jasthaven"], ["Lindberg"], ["Monahanshire"], ["Nataliamouth"], ["New Lonzoville"], ["Port Maximeview"], ["Purdyville"]]}, "table_names": "['Addresses', 'Performers', 'Customers']", "table_image_ids": ["TableImg_Fj94n_20.png", "TableImg_5xnyn_20.png", "TableImg_4ygo8_15.png"], "original_data_index": 1584} +{"question": "Show the name of cities in the county that has the largest number of police officers.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Aguas Buenas"], ["Aibonito"]]}, "table_names": "['county_public_safety', 'city']", "table_image_ids": ["TableImg_I4uzc_6.png", "TableImg_Uv6og_17.png"], "original_data_index": 1585} +{"question": "Show the names of customers who use Credit Card payment method and have more than 2 orders.", "answer": {"columns": ["customer_name"], "index": [0, 1], "data": [["Sterling"], ["Cleo"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_4nwtk_15.png", "TableImg_Pblbt_15.png"], "original_data_index": 1586} +{"question": "IN which year did city \"Taizhou ( Zhejiang )\" serve as a host city?", "answer": {"columns": ["Year"], "index": [0], "data": [[2012]]}, "table_names": "['city', 'hosting_city']", "table_image_ids": ["TableImg_A8161_13.png", "TableImg_Icex1_6.png"], "original_data_index": 1587} +{"question": "What are the total number of credits offered by each department?", "answer": {"columns": ["sum(T1.crs_credit)", "DEPT_CODE"], "index": [0, 1], "data": [[15.0, "ACCT"], [27.0, "CIS"]]}, "table_names": "['CLASS', 'COURSE']", "table_image_ids": ["TableImg_Ihi9k_13.png", "TableImg_Bfdlx_6.png"], "original_data_index": 1588} +{"question": "What are the names and genders of staff who have held the title Sales Person, but never Clerical Staff?", "answer": {"columns": ["staff_name", "staff_gender"], "index": [0, 1, 2], "data": [["Melody", "1"], ["Sabrina", "1"], ["Zakary", "1"]]}, "table_names": "['Staff', 'Staff_Department_Assignments']", "table_image_ids": ["TableImg_Obi0w_15.png", "TableImg_Cqs80_15.png"], "original_data_index": 1589} +{"question": "What is the name of the department and office location for the professor with the last name of Heffington?", "answer": {"columns": ["DEPT_NAME", "PROF_OFFICE"], "index": [0], "data": [["Accounting", "KLR 229D"]]}, "table_names": "['DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Leqac_11.png", "TableImg_J6b98_37.png", "TableImg_Ey6g6_22.png"], "original_data_index": 1590} +{"question": "What are the names and account balances of customers with the letter a in their names?", "answer": {"columns": ["cust_name", "acc_bal"], "index": [0, 1], "data": [["Mary", 2000], ["Jack", 1000]]}, "table_names": "['customer']", "table_image_ids": ["TableImg_K2bdw_3.png"], "original_data_index": 1591} +{"question": "Show the member name and hometown who registered a branch in 2016.", "answer": {"columns": ["Name", "Hometown"], "index": [0, 1, 2, 3, 4, 5], "data": [["Jeremy Jarmon", "Collierville, Tennessee"], ["Myron Pryor", "Louisville, Kentucky"], ["Ventrell Jenkins", "Columbia, South Carolina"], ["Braxton Kelley", "LaGrange, Georgia"], ["Johnny Williams", "Jacksonville, Florida"], ["Trevard Lindley", "Hiram, Georgia"]]}, "table_names": "['member', 'membership_register_branch']", "table_image_ids": ["TableImg_6x8sk_10.png", "TableImg_Rmltv_8.png"], "original_data_index": 1592} +{"question": "Find the entry names of the catalog with the attribute that have the most entries.", "answer": {"columns": ["catalog_entry_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Wanglaoji"], ["Diet Pepsi"], ["Diet Mountain Dew"], ["Fenta Orange"], ["Wanglaoji"], ["Cola"], ["Ramune"], ["Carbonated Water"]]}, "table_names": "['Catalog_Contents', 'Catalog_Contents_Additional_Attributes']", "table_image_ids": ["TableImg_Qpga8_15.png", "TableImg_Ebcz7_15.png"], "original_data_index": 1593} +{"question": "Show the number of trains", "answer": {"columns": ["count(*)"], "index": [0], "data": [[11]]}, "table_names": "['train']", "table_image_ids": ["TableImg_99mq3_11.png"], "original_data_index": 1594} +{"question": "In what city does Janessa Sawayn live?", "answer": {"columns": ["city"], "index": [0], "data": [["Damianfort"]]}, "table_names": "['Addresses', 'Staff']", "table_image_ids": ["TableImg_6fgjp_15.png", "TableImg_80t78_15.png"], "original_data_index": 1595} +{"question": "What are the names of products that have never been ordered?", "answer": {"columns": ["product_name"], "index": [0, 1, 2, 3, 4], "data": [["Art History"], ["Coffee Bean"], ["Harry Potter 1"], ["Learning French"], ["Menus"]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_Mygdz_15.png", "TableImg_3lhat_15.png"], "original_data_index": 1596} +{"question": "Please show the songs that have result \"nominated\" at music festivals.", "answer": {"columns": ["Song"], "index": [0, 1, 2, 3, 4, 5], "data": [[" The Way"], [" Everybody Have Fun Tonight "], [" With or Without You "], [" (I Just) Died in Your Arms "], [" La Isla Bonita "], ["Looking for a New Love"]]}, "table_names": "['volume', 'music_festival']", "table_image_ids": ["TableImg_Bgkle_10.png", "TableImg_Nwkmr_9.png"], "original_data_index": 1597} +{"question": "Give the maximum and minimum product prices for each product type, grouped and ordered by product type.", "answer": {"columns": ["max(product_price)", "min(product_price)", "product_type_code"], "index": [0, 1], "data": [[939.57, 408.82, "Clothes"], [971.44, 612.46, "Hardware"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_P67qa_15.png"], "original_data_index": 1598} +{"question": "What are the names of the albums that have more than 10 tracks?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182], "data": [["Big Ones"], ["Jagged Little Pill"], ["Facelift"], ["Warner 25 Anos"], ["Audioslave"], ["Out Of Exile"], ["BackBeat Soundtrack"], ["Alcohol Fueled Brewtality Live! [Disc 1]"], ["Body Count"], ["Chemical Wedding"], ["The Best Of Buddy Guy - The Millenium Collection"], ["Prenda Minha"], ["Minha Historia"], ["Afrociberdelia"], ["Da Lama Ao Caos"], ["Ac\u00c3\u00bastico MTV live"], ["Cidade Negra - Hits"], ["Ax\u00c3\u00a9 Bahia 2001"], ["BBC Sessions [Disc 1] live"], ["Carnaval 2001"], ["Chill: Brazil (Disc 1)"], ["Chill: Brazil (Disc 2)"], ["Garage Inc. (Disc 1)"], ["Greatest Hits II"], ["Greatest Kiss"], ["Heart of the Night"], ["International Superhits"], ["Into The Light"], ["Meus Momentos"], ["Minha Hist\u00c3\u00b3ria"], ["Sambas De Enredo 2001"], ["Supernatural"], ["The Best of Ed Motta"], ["The Essential Miles Davis [Disc 1]"], ["Up An' Atom"], ["Vin\u00c3\u00adcius De Moraes - Sem Limite"], ["Vozes do MPB"], ["Chronicle, Vol. 1"], ["Chronicle, Vol. 2"], ["C\u00c3\u00a1ssia Eller - Cole\u00c3\u00a7\u00c3\u00a3o Sem Limite [Disc 2]"], ["C\u00c3\u00a1ssia Eller - Sem Limite [Disc 1]"], ["Knocking at Your Back Door: The Best Of Deep Purple in the 80's"], ["Purpendicular"], ["Vault: Def Leppard's Greatest Hits"], ["Djavan Ao Vivo - Vol. 02"], ["Djavan Ao Vivo - Vol. 1"], ["Elis Regina-Minha Hist\u00c3\u00b3ria"], ["The Cream Of Clapton"], ["Unplugged"], ["Album Of The Year"], ["Angel Dust"], ["King For A Day Fool For A Lifetime"], ["The Real Thing"], ["Deixa Entrar"], ["One By One"], ["The Colour And The Shape"], ["My Way: The Best Of Frank Sinatra [Disc 1]"], ["Roda De Funk"], ["As Can\u00c3\u00a7\u00c3\u00b5es de Eu Tu Eles"], ["Quanta Gente Veio Ver (Live)"], ["Faceless"], ["American Idiot"], ["Appetite for Destruction"], ["Use Your Illusion I"], ["Use Your Illusion II"], ["Blue Moods"], ["A Matter of Life and Death"], ["A Real Dead One"], ["A Real Live One"], ["Dance Of Death"], ["Fear Of The Dark"], ["Live After Death"], ["The X Factor"], ["Sex Machine"], ["Synkronized"], ["The Return Of The Space Cowboy"], ["Get Born"], ["Are You Experienced?"], ["Jorge Ben Jor 25 Anos"], ["Jota Quest-1995"], ["Cafezinho"], ["Living After Midnight"], ["Unplugged live"], ["A TempestadeTempestade Ou O Livro Dos Dias"], ["Mais Do Mesmo"], ["Greatest Hits"], ["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 01"], ["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 02"], ["Barulhinho Bom"], ["Seek And Shall Find: More Of The Best (1963-1981)"], ["Black Album"], ["Garage Inc. (Disc 2)"], ["Load"], ["ReLoad"], ["St. Anger"], ["Miles Ahead"], ["Milton Nascimento Ao Vivo"], ["Minas"], ["Ace Of Spades"], ["Demorou..."], ["Motley Crue Greatest Hits"], ["From The Muddy Banks Of The Wishkah live"], ["Nevermind"], ["Compositores"], ["Olodum"], ["Ac\u00c3\u00bastico MTV"], ["Arquivo II"], ["Arquivo Os Paralamas Do Sucesso"], ["Tribute"], ["Walking Into Clarksdale"], ["Original Soundtracks 1"], ["Live On Two Legs live"], ["Pearl Jam"], ["Riot Act"], ["Ten"], ["Vs."], ["Os C\u00c3\u00a3es Ladram Mas A Caravana N\u00c3\u00a3o P\u00c3\u00a1ra"], ["Greatest Hits I"], ["News Of The World"], ["Out Of Time"], ["Green"], ["New Adventures In Hi-Fi"], ["The Best Of R.E.M.: The IRS Years"], ["Raul Seixas"], ["Blood Sugar Sex Magik"], ["By The Way"], ["Californication"], ["Retrospective I (1974-1980)"], ["Maquinarama"], ["O Samba Pocon\u00c3\u00a9"], ["Judas 0: B-Sides and Rarities"], ["Rotten Apples: Greatest Hits"], ["A-Sides"], ["Core"], ["Mezmerize"], ["The Singles"], ["Beyond Good And Evil"], ["Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) UK"], ["The Doors"], ["The Police Greatest Hits"], ["Hot Rocks, 1964-1971 (Disc 1)"], ["No Security"], ["Voodoo Lounge"], ["Tangents"], ["Transmission"], ["My Generation - The Very Best Of The Who"], ["Serie Sem Limite (Disc 1)"], ["Serie Sem Limite (Disc 2)"], ["Ac\u00c3\u00bastico"], ["Volume Dois"], ["Battlestar Galactica, Season 3"], ["Heroes, Season 1"], ["Lost, Season 3"], ["Lost, Season 1"], ["Lost, Season 2"], ["Achtung Baby"], ["All That You Can't Leave Behind"], ["B-Sides 1980-1990"], ["How To Dismantle An Atomic Bomb"], ["Pop"], ["Rattle And Hum"], ["The Best Of 1980-1990"], ["UB40 The Best Of - Volume Two UK"], ["Diver Down"], ["The Best Of Van Halen, Vol. I"], ["Van Halen"], ["Van Halen III"], ["Contraband"], ["Vinicius De Moraes"], ["Ao Vivo IMPORT"], ["The Office, Season 2"], ["The Office, Season 3"], ["Battlestar Galactica (Classic), Season 1"], ["Instant Karma: The Amnesty International Campaign to Save Darfur"], ["Speak of the Devil"], ["20th Century Masters - The Millennium Collection: The Best of Scorpions"], ["House of Pain"], ["Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro"], ["LOST, Season 4"], ["Carry On"], ["Revelations"], ["Back to Black"], ["Frank"]]}, "table_names": "['albums', 'tracks']", "table_image_ids": ["TableImg_6mpvd_347.png", "TableImg_1rtdr_3503.png"], "original_data_index": 1599} +{"question": "What is the full name of each student who is not allergic to any type of food.", "answer": {"columns": ["Fname", "LName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["Linda", "Smith"], ["Shiela", "Jones"], ["Jandy", "Nelson"], ["Eric", "Tai"], ["David", "Adams"], ["Steven", "Davis"], ["Bruce", "Wilson"], ["Arthur", "Pang"], ["Ian", "Thornton"], ["George", "Andreou"], ["Stacy", "Prater"], ["Mark", "Goldman"], ["Eric", "Pang"], ["Paul", "Brody"], ["Eric", "Rugh"], ["Lisa", "Cheng"], ["Eric", "Brown"], ["William", "Simms"], ["Eric", "Epp"], ["Sarah", "Schmidt"]]}, "table_names": "['Allergy_Type', 'Has_Allergy', 'Student']", "table_image_ids": ["TableImg_D3cg8_14.png", "TableImg_Juvkf_59.png", "TableImg_7dsi9_34.png"], "original_data_index": 1600} +{"question": "Which customer have the most policies? Give me the customer details.", "answer": {"columns": ["Customer_Details"], "index": [0], "data": [["Dr. Diana Rath"]]}, "table_names": "['Customers', 'Policies']", "table_image_ids": ["TableImg_7jg5h_15.png", "TableImg_Ffjuu_15.png"], "original_data_index": 1601} +{"question": "How many users are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['user_profiles']", "table_image_ids": ["TableImg_A0d8h_7.png"], "original_data_index": 1602} +{"question": "Which apartments have unit status availability of both 0 and 1? Return their apartment numbers.", "answer": {"columns": ["apt_number"], "index": [0, 1], "data": [["Apt. 411"], ["Apt. 837"]]}, "table_names": "['Apartments', 'View_Unit_Status']", "table_image_ids": ["TableImg_Qp30c_15.png", "TableImg_Ro28g_20.png"], "original_data_index": 1603} +{"question": "What are the birthdays of people in ascending order of height?", "answer": {"columns": ["Birth_Date"], "index": [0, 1, 2, 3, 4, 5], "data": [["January 1, 1992"], ["March 30, 1976"], ["February 13, 1985"], ["December 5, 1991"], ["July 4, 1990"], ["May 5, 1987"]]}, "table_names": "['people']", "table_image_ids": ["TableImg_Pvpy0_6.png"], "original_data_index": 1604} +{"question": "What are the student IDs and middle names of the students enrolled in at most two courses?", "answer": {"columns": ["student_id", "middle_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[2, "Luella"], [3, "Brandt"], [4, "Casimir"], [6, "Asa"], [9, "Kailey"], [10, "Vicente"], [11, "Kolby"], [12, "Karley"], [13, "Camilla"], [14, "Ursula"]]}, "table_names": "['Students', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_15yph_15.png", "TableImg_Vyaj8_20.png"], "original_data_index": 1605} +{"question": "How many airports haven't the pilot 'Thompson' driven an aircraft?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['airport', 'flight']", "table_image_ids": ["TableImg_Mnz2p_9.png", "TableImg_S4jfj_13.png"], "original_data_index": 1606} +{"question": "How many distinct kinds of camera lenses are used to take photos of mountains in the country 'Ethiopia'?", "answer": {"columns": ["count(DISTINCT T2.camera_lens_id)"], "index": [0], "data": [[1]]}, "table_names": "['mountain', 'photos']", "table_image_ids": ["TableImg_Jahuz_23.png", "TableImg_Guvmo_10.png"], "original_data_index": 1607} +{"question": "List the names and phone numbers of all the distinct suppliers who supply red jeans.", "answer": {"columns": ["supplier_name", "supplier_phone"], "index": [0], "data": [["AB Store", "1-483-283-4742"]]}, "table_names": "['Suppliers', 'Products', 'Product_Suppliers']", "table_image_ids": ["TableImg_Gj5w9_4.png", "TableImg_N77o1_15.png", "TableImg_7dlip_15.png"], "original_data_index": 1608} +{"question": "What are the names of all reviewers that have given 3 or 4 stars for reviews?", "answer": {"columns": ["name"], "index": [0], "data": [["Chris Jackson"]]}, "table_names": "['Reviewer', 'Rating']", "table_image_ids": ["TableImg_Bqq2l_8.png", "TableImg_E9piu_14.png"], "original_data_index": 1609} +{"question": "Find the number of rooms that do not have any reservation.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_2ifxu_10.png", "TableImg_Cighm_600.png"], "original_data_index": 1610} +{"question": "How many services has each resident requested? List the resident id, details, and the count in descending order of the count.", "answer": {"columns": ["resident_id", "other_details", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [[6, "Anderson Batz", 1], [23, "Jess Wyman", 1], [28, "Miss Alanis Lockman", 1], [43, "Elroy Schuster", 1], [45, "Prof. Nasir Hoppe", 1], [47, "Tiffany Jaskolski", 1], [67, "Terrill Bernhard", 1], [83, "Loy Walter", 1], [87, "Mrs. Raphaelle Fisher", 1], [88, "Jacques Glover II", 1], [90, "Cassie Johnson", 1]]}, "table_names": "['Residents', 'Residents_Services']", "table_image_ids": ["TableImg_4zz10_15.png", "TableImg_Ggrs7_11.png"], "original_data_index": 1611} +{"question": "How many different roles are there in the club \"Bootup Baltimore\"?", "answer": {"columns": ["count(DISTINCT t2.position)"], "index": [0], "data": [[2]]}, "table_names": "['Club', 'Member_of_club']", "table_image_ids": ["TableImg_0sfpr_4.png", "TableImg_B8klf_4.png"], "original_data_index": 1612} +{"question": "Show all product names without an order.", "answer": {"columns": ["product_name"], "index": [0, 1, 2, 3, 4], "data": [["Art History"], ["Coffee Bean"], ["Harry Potter 1"], ["Learning French"], ["Menus"]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_Ea5ms_15.png", "TableImg_Prq3s_15.png"], "original_data_index": 1613} +{"question": "How many students are in each department?", "answer": {"columns": ["count(*)", "DEPT_CODE"], "index": [0, 1, 2, 3, 4], "data": [[3, "ACCT"], [1, "BIOL"], [2, "CIS"], [1, "EDU"], [1, "ENGL"]]}, "table_names": "['STUDENT']", "table_image_ids": ["TableImg_Jupz8_8.png"], "original_data_index": 1614} +{"question": "What is the booking status code of the apartment with apartment number \"Suite 634\"?", "answer": {"columns": ["booking_status_code"], "index": [0], "data": [["Provisional"]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_Agsd8_15.png", "TableImg_3rpwo_15.png"], "original_data_index": 1615} +{"question": "Show all locations where a gas station for company with market value greater than 100 is located.", "answer": {"columns": ["Location"], "index": [0, 1, 2, 3, 4, 5], "data": [["Herne Hill"], ["Herne St"], ["Herne Ave"], ["Hennry Hill"], ["Maindy Ave"], ["Newport Rd"]]}, "table_names": "['company', 'gas_station', 'station_company']", "table_image_ids": ["TableImg_W4nvl_10.png", "TableImg_4x1u2_11.png", "TableImg_Nqqkq_6.png"], "original_data_index": 1616} +{"question": "What are the type codes of the policies used by the customer \"Dayana Robel\"?", "answer": {"columns": ["Policy_Type_Code"], "index": [0], "data": [["Uniformed"]]}, "table_names": "['Customers', 'Policies']", "table_image_ids": ["TableImg_T4vbd_15.png", "TableImg_Qnfqt_15.png"], "original_data_index": 1617} +{"question": "What is the age of the doctor named Zach?", "answer": {"columns": ["age"], "index": [0], "data": [[45]]}, "table_names": "['Person']", "table_image_ids": ["TableImg_Ikqdt_4.png"], "original_data_index": 1618} +{"question": "What are the aircrafts with top 3 shortest lengthes? List their names.", "answer": {"columns": ["name"], "index": [0, 1, 2], "data": [["Schwitzer 2-33"], ["Piper Archer III"], ["British Aerospace Jetstream 41"]]}, "table_names": "['aircraft']", "table_image_ids": ["TableImg_1mqjq_16.png"], "original_data_index": 1619} +{"question": "Which 3 wineries produce the most wines made from white grapes?", "answer": {"columns": ["Winery"], "index": [0, 1, 2], "data": [["Brander"], ["Kistler"], ["Peter Michael"]]}, "table_names": "['grapes', 'wine']", "table_image_ids": ["TableImg_Izotx_20.png", "TableImg_5nfay_500.png"], "original_data_index": 1620} +{"question": "Find the last name of the first ever contact person of the organization with the highest UK Vat number.", "answer": {"columns": ["individual_last_name"], "index": [0], "data": [["Jacobs"]]}, "table_names": "['Individuals', 'Organizations', 'Organization_Contact_Individuals']", "table_image_ids": ["TableImg_Yjjii_15.png", "TableImg_Qk29f_5.png", "TableImg_Y4k1p_15.png"], "original_data_index": 1621} +{"question": "Find the name and partition id for users who tweeted less than twice.", "answer": {"columns": ["name", "partitionid"], "index": [0, 1], "data": [["Black Widow\n", 23], ["Tyler Swift", 10]]}, "table_names": "['tweets', 'user_profiles']", "table_image_ids": ["TableImg_3lb73_8.png", "TableImg_K5ho6_7.png"], "original_data_index": 1622} +{"question": "Show the name, time, and service for all trains.", "answer": {"columns": ["Name", "Time", "Service"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Ananthapuri Express", "17:15", "Daily"], ["Guruvayur Express", "22:10", "Daily"], ["Guruvayur Express", "4:49", "Daily"], ["Ananthapuri Express", "11:35", "Daily"], ["Jayanthi Janatha Express", "06:30", "Daily"], ["Island Express", "11:15", "Daily"], ["Madurai Fast Passenger", "21:49", "Daily"], ["Quilon Fast Passenger", "04:55", "Daily"], ["Island Express", "16:59", "Daily"], ["Jayanthi Janatha Express", "10:38", "Daily"], ["Parasuram Express", "04:20", "Daily"]]}, "table_names": "['train']", "table_image_ids": ["TableImg_0vjpl_11.png"], "original_data_index": 1623} +{"question": "What are the other account details for the account with the name 338?", "answer": {"columns": ["other_account_details"], "index": [0], "data": [["Regular"]]}, "table_names": "['Accounts']", "table_image_ids": ["TableImg_Hq4kn_15.png"], "original_data_index": 1624} +{"question": "What are the distinct majors that students with treasurer votes are studying?", "answer": {"columns": ["Major"], "index": [0, 1], "data": [[50], [520]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_B78os_34.png", "TableImg_Lxut8_10.png"], "original_data_index": 1625} +{"question": "How many total pounds were purchased in the year 2018 at all London branches?", "answer": {"columns": ["sum(total_pounds)"], "index": [0], "data": [[3531.59]]}, "table_names": "['branch', 'purchase']", "table_image_ids": ["TableImg_Rvago_8.png", "TableImg_Mnfed_8.png"], "original_data_index": 1626} +{"question": "Which counties have two or more delegates? Give me the county names.", "answer": {"columns": ["County_name"], "index": [0, 1, 2], "data": [["Howard"], ["Baltimore County"], ["Colony"]]}, "table_names": "['county', 'election']", "table_image_ids": ["TableImg_Obsms_5.png", "TableImg_Tjmdt_8.png"], "original_data_index": 1627} +{"question": "Show the residences that have both a player of gender \"M\" and a player of gender \"F\".", "answer": {"columns": ["Residence"], "index": [0], "data": [["Winnipeg"]]}, "table_names": "['player']", "table_image_ids": ["TableImg_Ld2vf_14.png"], "original_data_index": 1628} +{"question": "How long is the total lesson time took by customer with first name as Rylan and last name as Goodwin?", "answer": {"columns": ["sum(T1.lesson_time)"], "index": [0], "data": [[11]]}, "table_names": "['Customers', 'Lessons']", "table_image_ids": ["TableImg_I1nfb_15.png", "TableImg_Eaw4e_15.png"], "original_data_index": 1629} +{"question": "How many documents have document type code CV or BK?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[10]]}, "table_names": "['All_Documents']", "table_image_ids": ["TableImg_Ihyrc_15.png"], "original_data_index": 1630} +{"question": "Find the distinct first names of all the students who have vice president votes and whose city code is not PIT.", "answer": {"columns": ["Fname"], "index": [0], "data": [["Bruce"]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_Btczx_34.png", "TableImg_W6z6b_10.png"], "original_data_index": 1631} +{"question": "Give the names of characteristics that are in two or more products?", "answer": {"columns": ["characteristic_name"], "index": [0, 1, 2], "data": [["fast"], ["slow"], ["warm"]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_4vrc9_15.png", "TableImg_Zeluh_15.png", "TableImg_L0r49_15.png"], "original_data_index": 1632} +{"question": "Show the accelerator names and supporting operating systems that are not compatible with the browser named 'Opera'.", "answer": {"columns": ["name", "Operating_system"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "data": [["CACHEbox", "Appliance (Linux)"], ["Fasterfox", "Windows, Mac, Linux and Mobile devices"], ["Freewire", "Windows, except NT and 95"], ["Google Web Accelerator (discontinued)", "Windows"], ["Heigh Speed", "Windows"], ["Netfury", "Windows, Mac"], ["Nitro", "Windows, Mac"], ["ONSPEED", "Windows, Mac and Mobile devices"], ["Opera Turbo", "Android, Linux, Mac and Windows devices"], ["Polipo", "Unix (Linux, *BSD, Mac OS X, others), Windows"], ["Propel", "Windows, Mac"], ["Proxyconn Web Accelerator", "Windows, Mac, Mobile devices"], ["RabbIT", "Any system with Java 1.6 VM available"], ["Squid", "Unix (Linux, *BSD, Mac OS X, others), Windows"], ["Toonel", "Windows, Linux, Mac OS, Symbian, WindowsMobile"], ["WinGate", "Windows (2000 onwards)"], ["Ziproxy", "Unix (Linux, *BSD, Mac OS X, others)"]]}, "table_names": "['Web_client_accelerator', 'browser', 'accelerator_compatible_browser']", "table_image_ids": ["TableImg_Jbbcy_19.png", "TableImg_6k13w_4.png", "TableImg_E9tuy_9.png"], "original_data_index": 1633} +{"question": "Which Advisor has most of students? List advisor and the number of students.", "answer": {"columns": ["Advisor", "count(*)"], "index": [0], "data": [[2192, 4]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Nta93_34.png"], "original_data_index": 1634} +{"question": "In 2014, what are the id and rank of the team that has the largest average number of attendance?", "answer": {"columns": ["team_id", "rank"], "index": [0], "data": [["LAN", 8]]}, "table_names": "['home_game', 'team']", "table_image_ids": ["TableImg_6io8r_2944.png", "TableImg_Vthma_2805.png"], "original_data_index": 1635} +{"question": "How many entrepreneurs correspond to each investor?", "answer": {"columns": ["Investor", "COUNT(*)"], "index": [0, 1, 2, 3, 4], "data": [["Doug Richard", 1], ["Duncan Bannatyne", 2], ["Peter Jones", 1], ["Rachel Elnaugh", 1], ["Simon Woodroffe", 1]]}, "table_names": "['entrepreneur']", "table_image_ids": ["TableImg_1qhwm_6.png"], "original_data_index": 1636} +{"question": "What are the names and capitals of each country?", "answer": {"columns": ["Country_name", "Capital"], "index": [0, 1, 2, 3, 4, 5], "data": [["Indonesia", "Jakarta"], ["Iran", "Tehran"], ["Iraq", "Baghdad"], ["Ireland", "Dublin"], ["Isle of Man", "Douglas"], ["United States", "Washington"]]}, "table_names": "['country']", "table_image_ids": ["TableImg_2asuv_6.png"], "original_data_index": 1637} +{"question": "What are the distinct ages of students who have secretary votes in the fall election cycle?", "answer": {"columns": ["Age"], "index": [0, 1], "data": [[17], [22]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_Cptdf_34.png", "TableImg_Y5hl3_10.png"], "original_data_index": 1638} +{"question": "Find the delegates who are from counties with population below 100000.", "answer": {"columns": ["Delegate"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Bates, Gail H. Gail H. Bates"], ["Miller, Warren E. Warren E. Miller"], ["DeBoy, Steven J. Sr. Steven J. DeBoy, Sr."], ["Malone, James E. Jr. James E. Malone, Jr."], ["Bobo, Elizabeth Elizabeth Bobo"], ["Pendergrass, Shane E. Shane Pendergrass"], ["Guzzone, Guy Guy Guzzone"], ["Turner, Frank S. Frank S. Turner"]]}, "table_names": "['county', 'election']", "table_image_ids": ["TableImg_R5ant_5.png", "TableImg_N8p22_8.png"], "original_data_index": 1639} +{"question": "Show storm name with at least two regions and 10 cities affected.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Five"], ["One"]]}, "table_names": "['storm', 'affected_region']", "table_image_ids": ["TableImg_Muhuk_10.png", "TableImg_Xdquq_6.png"], "original_data_index": 1640} +{"question": "What are the details of all organizations that are described as Sponsors and sort the results in ascending order?", "answer": {"columns": ["organisation_details"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["aperiam"], ["consequuntur"], ["eos"], ["eveniet"], ["officiis"], ["tenetur"], ["voluptas"]]}, "table_names": "['Organisation_Types', 'Organisations']", "table_image_ids": ["TableImg_3czfi_2.png", "TableImg_F6tqn_15.png"], "original_data_index": 1641} +{"question": "Find the latest logon date of the students whose family name is \"Jaskolski\" or \"Langosh\".", "answer": {"columns": ["date_of_latest_logon"], "index": [0, 1], "data": [["2017-06-24 22:16:27"], ["2018-02-24 23:15:41"]]}, "table_names": "['Students']", "table_image_ids": ["TableImg_Vmk0c_15.png"], "original_data_index": 1642} +{"question": "Give the hometowns from which two or more gymnasts are from.", "answer": {"columns": ["Hometown"], "index": [0], "data": [["Santo Domingo"]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_8e6hv_7.png", "TableImg_6r9b7_10.png"], "original_data_index": 1643} +{"question": "What is the color code and description of the product named \"chervil\"?", "answer": {"columns": ["color_code", "color_description"], "index": [0], "data": [["7", "black"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_Mv9n0_8.png", "TableImg_4rcvz_15.png"], "original_data_index": 1644} +{"question": "Show the names of all the clients with no booking.", "answer": {"columns": ["Customer_Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Alvis"], ["Consuelo"], ["Genesis"], ["Marquis"], ["Reinhold"], ["Rory"], ["Rosanna"], ["Urban"], ["Vita"]]}, "table_names": "['Clients', 'Bookings']", "table_image_ids": ["TableImg_08rpm_20.png", "TableImg_N4mfh_15.png"], "original_data_index": 1645} +{"question": "Which employees have the role with code \"HR\"? Find their names.", "answer": {"columns": ["Employee_Name"], "index": [0], "data": [["Leo"]]}, "table_names": "['Employees']", "table_image_ids": ["TableImg_Vzmt8_15.png"], "original_data_index": 1646} +{"question": "What are the first names and last names of all the guests?", "answer": {"columns": ["guest_first_name", "guest_last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Kip", "DuBuque"], ["Rebeca", "Runolfsdottir"], ["Keon", "Treutel"], ["Gabe", "Bode"], ["Lou", "Grady"], ["Josefina", "Jerde"], ["Mozell", "Toy"], ["Keith", "Hoeger"], ["Crystal", "Runolfsson"], ["Nikki", "Lehner"], ["Gregoria", "Schowalter"], ["Louvenia", "Crona"], ["Else", "Roberts"], ["Juvenal", "Kautzer"], ["Tamia", "Mante"]]}, "table_names": "['Guests']", "table_image_ids": ["TableImg_Vxw8p_15.png"], "original_data_index": 1647} +{"question": "Where does the customer with the first name Linda live? And what is her email?", "answer": {"columns": ["address", "email"], "index": [0], "data": [["692 Joliet Street", "LINDA.WILLIAMS@sakilacustomer.org"]]}, "table_names": "['address', 'customer']", "table_image_ids": ["TableImg_57vvc_603.png", "TableImg_24zvu_599.png"], "original_data_index": 1648} +{"question": "What are the medicine and trade names that can interact as an inhibitor and activitor with enzymes?", "answer": {"columns": ["name", "Trade_Name"], "index": [0, 1], "data": [["Asenapine", "Saphris"], ["Iloperidone", "Fanapt"]]}, "table_names": "['medicine', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_Tqbbg_21.png", "TableImg_X3s9n_19.png"], "original_data_index": 1649} +{"question": "Find the first and last names of all the female (sex is F) students who have president votes.", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Stacy", "Prater"]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_Nbxjk_34.png", "TableImg_Ozqr8_10.png"], "original_data_index": 1650} +{"question": "What are the distinct location names?", "answer": {"columns": ["Location_Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Astro Orbiter"], ["African Animals"], ["American Adventure"], ["The Barnstormer"], ["African Adventure"], ["UK Gallery"], ["The Boneyard"], ["Shark World"], ["Space Spin"], ["Butterflies"], ["Soak Station"], ["Castle"], ["Coral Reefs"], ["Film Festival"], ["Fossil Fun Games"]]}, "table_names": "['Locations']", "table_image_ids": ["TableImg_Ut07t_15.png"], "original_data_index": 1651} +{"question": "Show the names of members and the location of performances they attended in ascending alphabetical order of their names.", "answer": {"columns": ["Name", "Location"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Charlie Burke", "Madison Square Garden"], ["H\u00c3\u00a9ctor Campana", "TD Garden"], ["H\u00c3\u00a9ctor Campana", "Verizon Center"], ["H\u00c3\u00a9ctor Campana", "Scotiabank Place"], ["Joseph Bunn", "Verizon Center"], ["Juan Espil", "TD Garden"], ["Luis Gonz\u00c3\u00a1lez", "TD Garden"], ["Wilfredo Ruiz", "Verizon Center"]]}, "table_names": "['member', 'performance', 'member_attendance']", "table_image_ids": ["TableImg_6xhe4_11.png", "TableImg_Tez3u_6.png", "TableImg_Ykobk_8.png"], "original_data_index": 1652} +{"question": "Find the names of customers who have bought by at least three distinct products.", "answer": {"columns": ["customer_name"], "index": [0, 1], "data": [["Lexus"], ["Jon"]]}, "table_names": "['Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Z5ex3_15.png", "TableImg_Xj22m_15.png", "TableImg_5qxqt_15.png"], "original_data_index": 1653} +{"question": "How many games are free of injury accidents?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[9]]}, "table_names": "['game', 'injury_accident']", "table_image_ids": ["TableImg_29oum_20.png", "TableImg_45gdq_15.png"], "original_data_index": 1654} +{"question": "Find the number of teachers who teach the student called MADLOCK RAY.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_R1ty3_60.png", "TableImg_Hpxur_12.png"], "original_data_index": 1655} +{"question": "What are the names of stations that are located in Palo Alto city but have never been the ending point of trips more than 100 times?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4], "data": [["California Ave Caltrain Station"], ["Cowper at University"], ["Palo Alto Caltrain Station"], ["Park at Olive"], ["University and Emerson"]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_Xieqa_70.png", "TableImg_1t48y_9959.png"], "original_data_index": 1656} +{"question": "List the amount and donor name for the largest amount of donation.", "answer": {"columns": ["amount", "donator_name"], "index": [0], "data": [[9.83, "San Jos\u00c3\u00a9 de Ocoa"]]}, "table_names": "['endowment']", "table_image_ids": ["TableImg_0frt4_11.png"], "original_data_index": 1657} +{"question": "What are the names of ships that were involved in a mission launched after 1928?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Corbridge"], ["Farringford"], ["Dromonby"], ["Ariadne"], ["Appam"], ["Clan McTavish"]]}, "table_names": "['mission', 'ship']", "table_image_ids": ["TableImg_Bria3_7.png", "TableImg_Srski_8.png"], "original_data_index": 1658} +{"question": "What are all the characteristic names of product \"sesame\"?", "answer": {"columns": ["characteristic_name"], "index": [0, 1], "data": [["error"], ["fast"]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_9nlyu_15.png", "TableImg_Z8em7_15.png", "TableImg_151bd_15.png"], "original_data_index": 1659} +{"question": "Show the names of phones with carrier either \"Sprint\" or \"TMobile\".", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["IPhone 5s"], ["IPhone 6"], ["IPhone 6s"], ["IPhone 7"], ["IPhone X"]]}, "table_names": "['phone']", "table_image_ids": ["TableImg_Ndl6z_5.png"], "original_data_index": 1660} +{"question": "What are the names of all directors who have made one movie except for the director named NULL?", "answer": {"columns": ["director"], "index": [0, 1, 2], "data": [["George Lucas"], ["Robert Wise"], ["Victor Fleming"]]}, "table_names": "['Movie']", "table_image_ids": ["TableImg_Y0t6j_8.png"], "original_data_index": 1661} +{"question": "Which studios have never worked with the director Walter Hill?", "answer": {"columns": ["Studio"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["20th Century Fox"], ["Columbia"], ["Columbia / Rastar"], ["MGM"], ["Orion / Carolco"], ["Paramount / Lorimar"], ["United Artists"], ["Universal"], ["Universal / RKO"]]}, "table_names": "['film']", "table_image_ids": ["TableImg_Se04h_13.png"], "original_data_index": 1662} +{"question": "What are the forenames and surnames of drivers who participated in the races named Australian Grand Prix but not the races named Chinese Grand Prix?", "answer": {"columns": ["forename", "surname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104], "data": [["Adri\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdn", "Campos"], ["Aguri", "Suzuki"], ["Alain", "Prost"], ["Alan", "Jones"], ["Alessandro", "Nannini"], ["Alessandro", "Zanardi"], ["Alex", "Caffi"], ["Alex", "Yoong"], ["Allan", "McNish"], ["Allen", "Berg"], ["Andrea", "Montermini"], ["Andrea", "de Cesaris"], ["Ayrton", "Senna"], ["Bernd", "Schneider"], ["Bertrand", "Gachot"], ["Christian", "Danner"], ["Christian", "Fittipaldi"], ["Cristiano", "da Matta"], ["Damon", "Hill"], ["David", "Brabham"], ["Derek", "Warwick"], ["Domenico", "Schiattarella"], ["Eddie", "Cheever"], ["Eddie", "Irvine"], ["Elio", "de Angelis"], ["Emanuele", "Naspetti"], ["Emanuele", "Pirro"], ["Enrico", "Bertaggia"], ["Enrique", "Bernoldi"], ["Eric", "van de Poele"], ["Esteban", "Tuero"], ["Franck", "Lagorce"], ["Gabriele", "Tarquini"], ["Gast\u00ef\u00bf\u00bd_n", "Mazzacane"], ["Gerhard", "Berger"], ["Gianni", "Morbidelli"], ["Giorgio", "Pantano"], ["Heinz-Harald", "Frentzen"], ["Hideki", "Noda"], ["Huub", "Rothengatter"], ["Ivan", "Capelli"], ["Jacques", "Laffite"], ["Jan", "Lammers"], ["Jan", "Magnussen"], ["Jean", "Alesi"], ["Jean-Denis", "D\u00cc\u00a9l\u00cc\u00a9traz"], ["Jean-Marc", "Gounon"], ["Johnny", "Dumfries"], ["Johnny", "Herbert"], ["Jonathan", "Palmer"], ["Jos", "Verstappen"], ["Julian", "Bailey"], ["Justin", "Wilson"], ["Jyrki", "J\u00ef\u00bf\u00bd_rvilehto"], ["Karl", "Wendlinger"], ["Keke", "Rosberg"], ["Luca", "Badoer"], ["Luciano", "Burti"], ["Luis", "P\u00cc\u00a9rez-Sala"], ["Marc", "Gen\u00cc\u00a9"], ["Marc", "Surer"], ["Mark", "Blundell"], ["Martin", "Brundle"], ["Maur\u00ef\u00bf\u00bd_cio", "Gugelmin"], ["Michele", "Alboreto"], ["Mika", "H\u00ef\u00bf\u00bd_kkinen"], ["Mika", "Salo"], ["Naoki", "Hattori"], ["Nelson", "Piquet"], ["Nicola", "Larini"], ["Nigel", "Mansell"], ["Niki", "Lauda"], ["Olivier", "Grouillard"], ["Oscar", "Larrauri"], ["Patrick", "Friesacher"], ["Patrick", "Tambay"], ["Paul", "Belmondo"], ["Pedro", "Diniz"], ["Pedro", "Lamy"], ["Philippe", "Alliot"], ["Philippe", "Streiff"], ["Piercarlo", "Ghinzani"], ["Pierluigi", "Martini"], ["Pierre-Henri", "Raphanel"], ["Ralph", "Firman"], ["Ren\u00cc\u00a9", "Arnoux"], ["Ricardo", "Rosset"], ["Riccardo", "Patrese"], ["Roberto", "Moreno"], ["Satoru", "Nakajima"], ["Shinji", "Nakano"], ["Stefan", "Johansson"], ["Stefano", "Modena"], ["Taki", "Inoue"], ["Tarso", "Marques"], ["Teo", "Fabi"], ["Thierry", "Boutsen"], ["Toranosuke", "Takagi"], ["Toshio", "Suzuki"], ["Ukyo", "Katayama"], ["Vincenzo", "Sospiri"], ["Yannick", "Dalmas"], ["Yuji", "Ide"], ["\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdric", "Bernard"], ["\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdrik", "Comas"]]}, "table_names": "['races', 'drivers', 'results']", "table_image_ids": ["TableImg_Znk9a_997.png", "TableImg_Yzu2e_842.png", "TableImg_B4z6n_23777.png"], "original_data_index": 1663} +{"question": "Return the cell phone number and email address for all students.", "answer": {"columns": ["cell_mobile_number", "email_address"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["235.899.9744", "derrick.jenkins@example.com"], ["1-247-673-8446", "rohan.clarabelle@example.org"], ["1-751-162-9676x115", "kkirlin@example.org"], ["1-895-196-9979", "eolson@example.com"], ["1-036-062-5465", "dicki.kathryne@example.org"], ["(874)070-9495", "norwood.howell@example.org"], ["763.072.5520x5907", "lisette.brekke@example.net"], ["319.497.4575x2214", "jasmin.schuppe@example.com"], ["(568)451-0917x3945", "dora.zboncak@example.org"], ["08605192839", "frederique.mante@example.org"], ["+60(5)3280072514", "qharvey@example.com"], ["(921)011-7909x3518", "mitchel55@example.net"], ["(062)892-7033", "gbeatty@example.com"], ["(820)260-5721", "foster.zemlak@example.com"], ["1-498-138-8088", "kertzmann.devon@example.net"]]}, "table_names": "['Students']", "table_image_ids": ["TableImg_78i1j_15.png"], "original_data_index": 1664} +{"question": "What is the title, credit value, and department name for courses with more than one prerequisite?", "answer": {"columns": ["title", "credits", "dept_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["Rock and Roll", 3, "Marketing"], ["Ponzi Schemes", 3, "Civil Eng."], ["Graph Theory", 3, "Psychology"], ["Operating Systems", 3, "Psychology"], ["Game Programming", 4, "Comp. Sci."], ["Embedded Systems", 4, "Finance"], ["Immunology", 3, "Biology"], ["Aquatic Chemistry", 3, "Cybernetics"], ["Differential Geometry", 3, "Statistics"], ["International Practicum", 3, "History"], ["Electron Microscopy", 3, "Mech. Eng."], ["Groups and Rings", 4, "Civil Eng."], ["Elastic Structures", 3, "English"], ["Cat Herding", 3, "Athletics"], ["International Practicum", 4, "Comp. Sci."], ["Game Programming", 4, "Cybernetics"], ["World History", 4, "Athletics"], ["Fiction Writing", 3, "Mech. Eng."]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_Txw6r_200.png", "TableImg_D2vxt_100.png"], "original_data_index": 1665} +{"question": "How many players did Boston Red Stockings have in 2000?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[150]]}, "table_names": "['salary', 'team']", "table_image_ids": ["TableImg_Qiqjn_25575.png", "TableImg_8bb8h_2805.png"], "original_data_index": 1666} +{"question": "Find the id and local authority of the station whose maximum precipitation is higher than 50.", "answer": {"columns": ["id", "local_authority"], "index": [0, 1, 2, 3, 4], "data": [[1, "Chiltern"], [2, "Watford"], [3, "Brentwood"], [4, "Broxbourne"], [10, "Three Rivers"]]}, "table_names": "['station', 'weekly_weather']", "table_image_ids": ["TableImg_7zkua_11.png", "TableImg_Blk2j_16.png"], "original_data_index": 1667} +{"question": "Return the name, location, and seating of the track that was opened in the most recent year.", "answer": {"columns": ["Name", "Location", "Seating"], "index": [0], "data": [["Chicagoland Speedway", "Joliet, IL", 75000.0]]}, "table_names": "['track']", "table_image_ids": ["TableImg_Z3byj_9.png"], "original_data_index": 1668} +{"question": "Return the total and minimum enrollments across all schools.", "answer": {"columns": ["sum(enrollment)", "min(enrollment)"], "index": [0], "data": [[121127.0, 2100.0]]}, "table_names": "['university']", "table_image_ids": ["TableImg_Voq53_5.png"], "original_data_index": 1669} +{"question": "Show student ids who are female and play football.", "answer": {"columns": ["StuID"], "index": [0, 1], "data": [[1002], [1003]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_Xixjx_34.png", "TableImg_071zi_14.png"], "original_data_index": 1670} +{"question": "How many courses do the student whose id is 171 attend?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Courses', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_Otyjb_6.png", "TableImg_Qmgve_8.png"], "original_data_index": 1671} +{"question": "What city does the employee who helps the customer with postal code 70174 live in?", "answer": {"columns": ["City"], "index": [0], "data": [["Calgary"]]}, "table_names": "['Customer', 'Employee']", "table_image_ids": ["TableImg_308x5_59.png", "TableImg_6wvpi_8.png"], "original_data_index": 1672} +{"question": "Find the appelations that produce wines after the year of 2008 but not in Central Coast area.", "answer": {"columns": ["Appelation"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Bennett Valley"], ["California"], ["Carneros"], ["Dry Creek Valley"], ["Green Valley of Russian River Valley"], ["Mendocino County"], ["Napa Valley"], ["Russian River Valley"], ["Rutherford"], ["Sonoma Coast"], ["Sonoma County"], ["Sonoma Valley"], ["Sonoma-Lake Counties"]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_P174a_57.png", "TableImg_Vsoiz_500.png"], "original_data_index": 1673} +{"question": "What are the title, id, and description of the movie with the greatest number of actors?", "answer": {"columns": ["title", "film_id", "description"], "index": [0], "data": [["LAMBS CINCINATTI", 508, "A Insightful Story of a Man And a Feminist who must Fight a Composer in Australia"]]}, "table_names": "['film', 'film_actor']", "table_image_ids": ["TableImg_Na4de_1000.png", "TableImg_Wz886_5462.png"], "original_data_index": 1674} +{"question": "Show the name of the shop that have the largest quantity of devices in stock.", "answer": {"columns": ["Shop_Name"], "index": [0], "data": [["Dinas Device"]]}, "table_names": "['shop', 'stock']", "table_image_ids": ["TableImg_7jodw_12.png", "TableImg_Huowy_8.png"], "original_data_index": 1675} +{"question": "What are the monthly rentals of student addresses in Texas state?", "answer": {"columns": ["monthly_rental"], "index": [0, 1], "data": [[894.0958], [800.1214]]}, "table_names": "['Addresses', 'Student_Addresses']", "table_image_ids": ["TableImg_Yhir6_20.png", "TableImg_8u2cy_20.png"], "original_data_index": 1676} +{"question": "What are the names, details and data types of the characteristics which are never used by any product?", "answer": {"columns": ["characteristic_name", "other_characteristic_details", "characteristic_data_type"], "index": [0, 1, 2, 3, 4, 5], "data": [["cool", null, "dolores"], ["cool", null, "et"], ["cool", null, "quam"], ["hot", null, "impedit"], ["slow", null, "numquam"], ["slow", null, "placeat"]]}, "table_names": "['Characteristics', 'Product_Characteristics']", "table_image_ids": ["TableImg_E5f48_15.png", "TableImg_Ivz3l_15.png"], "original_data_index": 1677} +{"question": "Return the themes of farm competitions, sorted by year ascending.", "answer": {"columns": ["Theme"], "index": [0, 1, 2, 3, 4, 5], "data": [["Aliens"], ["MTV Cube"], ["Valentine's Day"], ["MTV Asia Aid"], ["Codehunters"], ["Carnival M is back!"]]}, "table_names": "['farm_competition']", "table_image_ids": ["TableImg_X28un_6.png"], "original_data_index": 1678} +{"question": "What are the first names of the teachers who teach grade 1?", "answer": {"columns": ["FirstName"], "index": [0, 1], "data": [[" JEROME"], [" OTHA"]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_1xqyv_60.png", "TableImg_5cij5_12.png"], "original_data_index": 1679} +{"question": "Find the names of customers who have used either the service \"Close a policy\" or the service \"Upgrade a policy\".", "answer": {"columns": ["Customer_name"], "index": [0, 1], "data": [["Jay Chou"], ["Mrs. Lilly Graham III"]]}, "table_names": "['Customers', 'Services', 'First_Notification_of_Loss']", "table_image_ids": ["TableImg_I2hgd_15.png", "TableImg_6vztv_4.png", "TableImg_Slolc_7.png"], "original_data_index": 1680} +{"question": "What are the names and locations of tracks that have had exactly 1 race?", "answer": {"columns": ["Name", "Location"], "index": [0, 1, 2, 3, 4], "data": [["Auto Club Speedway", "Fontana, CA"], ["Daytona International Speedway", "Daytona Beach, FL"], ["Homestead-Miami Speedway", "Homestead, FL"], ["Kansas Speedway", "Kansas City, KS"], ["Martinsville Speedway", "Ridgeway, VA"]]}, "table_names": "['race', 'track']", "table_image_ids": ["TableImg_Vlbdc_7.png", "TableImg_Fis1h_9.png"], "original_data_index": 1681} +{"question": "Return the description of the document type name 'Film'.", "answer": {"columns": ["Document_Type_Description"], "index": [0], "data": [["fun"]]}, "table_names": "['Ref_Document_Types']", "table_image_ids": ["TableImg_M2wml_5.png"], "original_data_index": 1682} +{"question": "Show the names of pilots from team \"Bradley\" or \"Fordham\".", "answer": {"columns": ["Pilot_name"], "index": [0, 1], "data": [["Patrick O'Bryant"], ["Dan O'Sullivan"]]}, "table_names": "['pilot']", "table_image_ids": ["TableImg_53zj2_5.png"], "original_data_index": 1683} +{"question": "Find the first names of professors who are not playing Canoeing or Kayaking.", "answer": {"columns": ["Lname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["Andreou"], ["Awerbuch"], ["Brody"], ["Davidson"], ["Fill"], ["Goutsias"], ["Han"], ["Jelinek"], ["Joseph"], ["Kaplan"], ["Khurgin"], ["Kosaraju"], ["Masson"], ["McCloskey"], ["Meyer"], ["Pang"], ["Rugh"], ["Scheinerman"], ["Smolensky"], ["Weinert"], ["Westgate"], ["Wierman"]]}, "table_names": "['Activity', 'Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_Yzf47_16.png", "TableImg_Ea2rb_40.png", "TableImg_99p1h_58.png"], "original_data_index": 1684} +{"question": "What are the member names and hometowns of those who registered at a branch in 2016?", "answer": {"columns": ["Name", "Hometown"], "index": [0, 1, 2, 3, 4, 5], "data": [["Jeremy Jarmon", "Collierville, Tennessee"], ["Myron Pryor", "Louisville, Kentucky"], ["Ventrell Jenkins", "Columbia, South Carolina"], ["Braxton Kelley", "LaGrange, Georgia"], ["Johnny Williams", "Jacksonville, Florida"], ["Trevard Lindley", "Hiram, Georgia"]]}, "table_names": "['member', 'membership_register_branch']", "table_image_ids": ["TableImg_Yvqxm_10.png", "TableImg_Dgqom_8.png"], "original_data_index": 1685} +{"question": "Which parts have more than 2 faults? Show the part name and id.", "answer": {"columns": ["part_name", "part_id"], "index": [0, 1], "data": [["top", 1], ["package", 3]]}, "table_names": "['Parts', 'Part_Faults']", "table_image_ids": ["TableImg_2k607_3.png", "TableImg_Y8eii_15.png"], "original_data_index": 1686} +{"question": "What are the names of people who are not entrepreneurs?", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Marco Gerini"], ["Alberto Angelini"]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_Q977z_6.png", "TableImg_G6jct_8.png"], "original_data_index": 1687} +{"question": "Show the names of products that are in at least two events in ascending alphabetical order of product name.", "answer": {"columns": ["Product_Name"], "index": [0, 1, 2], "data": [["Men suits"], ["Special Dinning"], ["TV Equipments"]]}, "table_names": "['Products', 'Products_in_Events']", "table_image_ids": ["TableImg_Fse3g_15.png", "TableImg_3t9ac_15.png"], "original_data_index": 1688} +{"question": "Show the id, name of each festival and the number of artworks it has nominated.", "answer": {"columns": ["Festival_ID", "Festival_Name", "COUNT(*)"], "index": [0, 1, 2], "data": [[1, "Panasonic Awards", 2], [2, "Flower Awards", 2], [5, "LA Awards", 2]]}, "table_names": "['festival_detail', 'artwork', 'nomination']", "table_image_ids": ["TableImg_R3q8q_5.png", "TableImg_Julyh_9.png", "TableImg_6amvd_6.png"], "original_data_index": 1689} +{"question": "What is the interaction type of the enzyme named 'ALA synthase' and the medicine named 'Aripiprazole'?", "answer": {"columns": ["interaction_type"], "index": [0], "data": [["inhibitor"]]}, "table_names": "['medicine', 'enzyme', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_F3xo9_21.png", "TableImg_1125i_8.png", "TableImg_Frc9e_19.png"], "original_data_index": 1690} +{"question": "Find the name of the organization that has published the largest number of papers.", "answer": {"columns": ["name"], "index": [0], "data": [["University of Oxford"]]}, "table_names": "['Inst', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Mfehg_8.png", "TableImg_Pvdng_7.png", "TableImg_Asmbn_14.png"], "original_data_index": 1691} +{"question": "Find the names of all instructors who have taught some course and the course_id.", "answer": {"columns": ["name", "course_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99], "data": [["Bondi", "747"], ["Gustafsson", "169"], ["Mingoz", "445"], ["Kean", "808"], ["DAgostino", "962"], ["Bietzk", "158"], ["Gustafsson", "561"], ["Bondi", "274"], ["Bondi", "571"], ["Ullman ", "345"], ["Queiroz", "559"], ["DAgostino", "991"], ["DAgostino", "400"], ["Voronina", "376"], ["Sullivan", "694"], ["Mingoz", "137"], ["Sakurai", "270"], ["Morris", "795"], ["Voronina", "443"], ["Mahmoud", "486"], ["Ullman ", "408"], ["Mingoz", "362"], ["Mingoz", "527"], ["Tung", "401"], ["Ullman ", "408"], ["Mahmoud", "493"], ["Luo", "679"], ["Dale", "237"], ["Sakurai", "258"], ["Jaekel", "334"], ["Kean", "366"], ["Wieland", "581"], ["Vicentino", "793"], ["Voronina", "959"], ["Tung", "421"], ["Mingoz", "426"], ["Mingoz", "362"], ["Mahmoud", "864"], ["Bourrier", "960"], ["Romero", "105"], ["Lent", "626"], ["Dale", "893"], ["DAgostino", "663"], ["Liley", "192"], ["Mingoz", "349"], ["Dale", "237"], ["DAgostino", "972"], ["Mahmoud", "704"], ["Morris", "242"], ["Dale", "158"], ["Wieland", "545"], ["Morris", "791"], ["DAgostino", "642"], ["Sakurai", "468"], ["Bourrier", "949"], ["Dale", "748"], ["Romero", "489"], ["Atanassov", "603"], ["Valtchev", "415"], ["Sarkar", "867"], ["Gustafsson", "631"], ["Voronina", "443"], ["Valtchev", "702"], ["Lembr", "843"], ["Voronina", "612"], ["Dale", "629"], ["Romero", "105"], ["Ullman ", "200"], ["Dale", "496"], ["Shuming", "468"], ["Morris", "696"], ["Mahmoud", "735"], ["Lembr", "200"], ["Choll", "461"], ["Mahmoud", "735"], ["Mingoz", "362"], ["Romero", "476"], ["Voronina", "239"], ["Mingoz", "304"], ["DAgostino", "599"], ["Jaekel", "852"], ["Ullman ", "760"], ["Wieland", "591"], ["Gustafsson", "169"], ["Morris", "313"], ["Tung", "692"], ["DAgostino", "867"], ["DAgostino", "482"], ["Bawa", "457"], ["Dale", "802"], ["DAgostino", "338"], ["DAgostino", "352"], ["DAgostino", "338"], ["Sakurai", "960"], ["Pimenta", "875"], ["DAgostino", "400"], ["Dale", "927"], ["Ullman ", "974"], ["Atanassov", "604"], ["Mingoz", "319"]]}, "table_names": "['instructor', 'teaches']", "table_image_ids": ["TableImg_9wyrd_50.png", "TableImg_Ii6qw_100.png"], "original_data_index": 1692} +{"question": "What is the average gradepoint for students with the last name Smith?", "answer": {"columns": ["avg(T2.gradepoint)"], "index": [0], "data": [[3.2]]}, "table_names": "['Student', 'Enrolled_in', 'Gradeconversion']", "table_image_ids": ["TableImg_2tjen_34.png", "TableImg_S442h_210.png", "TableImg_K57n7_13.png"], "original_data_index": 1693} +{"question": "Retrieve the average age of members of the club \"Tennis Club\".", "answer": {"columns": ["avg(t3.age)"], "index": [0], "data": [[18.0]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_4hg6r_34.png", "TableImg_Hgahe_4.png", "TableImg_750ws_4.png"], "original_data_index": 1694} +{"question": "What is the average duration of songs that have mp3 format and resolution below 800?", "answer": {"columns": ["avg(T1.duration)"], "index": [0], "data": [[3.0]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_Hc9qw_6.png", "TableImg_Fnqyj_6.png"], "original_data_index": 1695} +{"question": "List the names of products that are not in any event.", "answer": {"columns": ["Product_Name"], "index": [0, 1, 2, 3, 4], "data": [["Business Policy"], ["Men suits"], ["Business Policy B"], ["Dinning"], ["Dinning"]]}, "table_names": "['Products', 'Products_in_Events']", "table_image_ids": ["TableImg_Cdk9j_15.png", "TableImg_1z1q4_15.png"], "original_data_index": 1696} +{"question": "For each company id, what are the companies and how many gas stations does each one operate?", "answer": {"columns": ["Company", "count(*)"], "index": [0, 1, 2, 3, 4], "data": [["ExxonMobil", 2], ["Royal Dutch Shell", 1], ["PetroChina", 1], ["Petrobras", 1], ["BP", 1]]}, "table_names": "['company', 'station_company']", "table_image_ids": ["TableImg_Vlo2v_10.png", "TableImg_W4j0f_6.png"], "original_data_index": 1697} +{"question": "Which buildings have apartments that have more than two bathrooms? Give me the addresses of the buildings.", "answer": {"columns": ["building_address"], "index": [0, 1], "data": [["71537 Gorczany Inlet\nWisozkburgh, AL 08256"], ["489 Josh Orchard Apt. 998\nSipesview, DE 69053"]]}, "table_names": "['Apartment_Buildings', 'Apartments']", "table_image_ids": ["TableImg_F6p8a_15.png", "TableImg_Tpvfp_15.png"], "original_data_index": 1698} +{"question": "For which countries are there more than four distinct addresses listed?", "answer": {"columns": ["country"], "index": [0], "data": [["USA"]]}, "table_names": "['Addresses']", "table_image_ids": ["TableImg_Pxsn0_15.png"], "original_data_index": 1699} +{"question": "Find the department name and room of the course INTRODUCTION TO COMPUTER SCIENCE.", "answer": {"columns": ["DName", "Room"], "index": [0], "data": [["Computer Science", "224"]]}, "table_names": "['Department', 'Course']", "table_image_ids": ["TableImg_90qvc_26.png", "TableImg_8q1tx_76.png"], "original_data_index": 1700} +{"question": "What are the names of all the customers in alphabetical order?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Brown"], ["Granger"], ["O'mahony"], ["Porter"], ["Wang"], ["Weeks"], ["Wesley"]]}, "table_names": "['ACCOUNTS']", "table_image_ids": ["TableImg_Szjlc_7.png"], "original_data_index": 1701} +{"question": "What are the names of all employees who are not certified to fly Boeing 737-800s?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["Angela Martinez"], ["Barbara Wilson"], ["Chad Stewart"], ["David Anderson"], ["Donald King"], ["Dorthy Lewis"], ["Elizabeth Taylor"], ["Eric Cooper"], ["Haywood Kelly"], ["Jennifer Thomas"], ["Joseph Thompson"], ["Karen Scott"], ["Lawrence Sperry"], ["Linda Davis"], ["Michael Miller"], ["Milo Brooks"], ["Patricia Jones"], ["Richard Jackson"], ["Robert Brown"], ["William Jones"], ["William Moore"], ["William Ward"]]}, "table_names": "['aircraft', 'employee', 'certificate']", "table_image_ids": ["TableImg_3eb36_16.png", "TableImg_Wi7tl_31.png", "TableImg_Yubmw_69.png"], "original_data_index": 1702} +{"question": "Count the number of customers who are active.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[584]]}, "table_names": "['customer']", "table_image_ids": ["TableImg_6afmq_599.png"], "original_data_index": 1703} +{"question": "How many games were played in park \"Columbia Park\" in 1907?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['home_game', 'park']", "table_image_ids": ["TableImg_Nzs3j_2944.png", "TableImg_3lkl5_250.png"], "original_data_index": 1704} +{"question": "Find the first names of teachers whose email address contains the word \"man\".", "answer": {"columns": ["first_name"], "index": [0], "data": [["Woodrow"]]}, "table_names": "['Teachers']", "table_image_ids": ["TableImg_1ua49_15.png"], "original_data_index": 1705} +{"question": "What are the title and issues of the books?", "answer": {"columns": ["Title", "Issues"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["The Black Lamb", 6.0], ["Bloody Mary", 4.0], ["Bloody Mary : Lady Liberty", 4.0], ["BrainBanx", 6.0], ["Cyberella", 12.0], ["Dead Corps", 4.0], ["The Dome: Ground Zero", 1.0], ["Gemini Blood", 9.0], ["Michael Moorcock's Multiverse", 12.0], ["Sheva's War", 5.0]]}, "table_names": "['book']", "table_image_ids": ["TableImg_T50i2_10.png"], "original_data_index": 1706} +{"question": "What is the average age of students who have city code \"NYC\" and have secretary votes for the spring election cycle?", "answer": {"columns": ["avg(T1.Age)"], "index": [0], "data": [[22.0]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_Saff3_34.png", "TableImg_Uaax7_10.png"], "original_data_index": 1707} +{"question": "What are the names and sum of checking and savings balances for accounts with savings balances higher than the average savings balance?", "answer": {"columns": ["name", "T2.balance + T3.balance"], "index": [0], "data": [["Wang", 1000001999.0]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_J2bt9_7.png", "TableImg_R4xwc_6.png", "TableImg_Sgfkp_7.png"], "original_data_index": 1708} +{"question": "Find the name of the artist who made the album \"Balls to the Wall\".", "answer": {"columns": ["Name"], "index": [0], "data": [["Accept"]]}, "table_names": "['Album', 'Artist']", "table_image_ids": ["TableImg_2091b_347.png", "TableImg_Ch6pg_275.png"], "original_data_index": 1709} +{"question": "Return the dates of ceremony corresponding to music festivals that had the category \"Best Song\" and result \"Awarded\".", "answer": {"columns": ["Date_of_ceremony"], "index": [0, 1], "data": [["18 February 2011"], ["18 February 2011"]]}, "table_names": "['music_festival']", "table_image_ids": ["TableImg_4oeuj_9.png"], "original_data_index": 1710} +{"question": "Give the ids for documents that have the budget description 'Government'.", "answer": {"columns": ["Document_ID"], "index": [0, 1, 2, 3, 4, 5], "data": [[57], [192], [226], [227], [240], [300]]}, "table_names": "['Ref_Budget_Codes', 'Documents_with_Expenses']", "table_image_ids": ["TableImg_U3gb0_3.png", "TableImg_Z6we6_10.png"], "original_data_index": 1711} +{"question": "Show the names of players coached by the rank 1 coach.", "answer": {"columns": ["Player_name"], "index": [0, 1, 2], "data": [["Jean Luc Bouch\u00c3\u00a9"], ["Fiona Shiells"], ["Niki Ashton"]]}, "table_names": "['player', 'coach', 'player_coach']", "table_image_ids": ["TableImg_Eepxt_14.png", "TableImg_39anq_5.png", "TableImg_58cdw_7.png"], "original_data_index": 1712} +{"question": "What are the names of players who have the best dribbling?", "answer": {"columns": ["player_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Aaron Lennon"], ["Antonio Cassano"], ["Arjen Robben"], ["Eden Hazard"], ["Franck Ribery"], ["Joe Cole"], ["Kaka"], ["Neymar"], ["Ronaldinho"], ["Thierry Henry"], ["Zlatan Ibrahimovic"]]}, "table_names": "['Player_Attributes', 'Player']", "table_image_ids": ["TableImg_G1oc8_183978.png", "TableImg_U1f8u_11060.png"], "original_data_index": 1713} +{"question": "How many people graduated from San Francisco State University in 2004?", "answer": {"columns": ["sum(t1.graduate)"], "index": [0], "data": [[5017]]}, "table_names": "['Campuses', 'discipline_enrollments']", "table_image_ids": ["TableImg_Yekku_23.png", "TableImg_Adh2f_395.png"], "original_data_index": 1714} +{"question": "Find the total number of rooms in the apartments that have facility code \"Gym\".", "answer": {"columns": ["sum(T2.room_count)"], "index": [0], "data": [[15]]}, "table_names": "['Apartments', 'Apartment_Facilities']", "table_image_ids": ["TableImg_Bf0kq_15.png", "TableImg_Tuov5_7.png"], "original_data_index": 1715} +{"question": "What are the names of projects that require more than 300 hours, and how many scientists are assigned to each?", "answer": {"columns": ["count(*)", "Name"], "index": [0, 1, 2, 3], "data": [[2, "A Silver-Cleaning Battery"], [1, "Aerodynamics and Ice Hockey"], [3, "Build Your Own Telescope"], [1, "Juicy: Extracting Apple Juice with Pectinase"]]}, "table_names": "['Projects', 'AssignedTo']", "table_image_ids": ["TableImg_Nvmkc_14.png", "TableImg_Jw2ia_12.png"], "original_data_index": 1716} +{"question": "What are the first names and birthdates of the professors in charge of ACCT-211?", "answer": {"columns": ["EMP_FNAME", "EMP_DOB"], "index": [0, 1], "data": [["Arnelle", "1950-11-2"], ["Robert", "1937-12-30"]]}, "table_names": "['CLASS', 'EMPLOYEE']", "table_image_ids": ["TableImg_Fszk4_13.png", "TableImg_Ppur4_37.png"], "original_data_index": 1717} +{"question": "What are the names of all songs in English?", "answer": {"columns": ["song_name"], "index": [0, 1], "data": [["My love"], ["Just beat it"]]}, "table_names": "['song']", "table_image_ids": ["TableImg_Ztfem_6.png"], "original_data_index": 1718} +{"question": "Find the checking balance and saving balance in the Brown\u2019s account.", "answer": {"columns": ["balance", "balance"], "index": [0], "data": [[10000.0, 200000.0]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_1kvxj_7.png", "TableImg_Xq2ru_6.png", "TableImg_Zucae_7.png"], "original_data_index": 1719} +{"question": "Show the countries that have managers of age above 50 or below 46.", "answer": {"columns": ["Country"], "index": [0, 1, 2, 3], "data": [["United States"], ["United States"], ["England"], ["Australia"]]}, "table_names": "['manager']", "table_image_ids": ["TableImg_Ffghf_7.png"], "original_data_index": 1720} +{"question": "How many total credits are offered by each department?", "answer": {"columns": ["sum(credits)", "dept_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [[40, "Accounting"], [37, "Astronomy"], [30, "Athletics"], [23, "Biology"], [34, "Civil Eng."], [37, "Comp. Sci."], [67, "Cybernetics"], [28, "Elec. Eng."], [28, "English"], [49, "Finance"], [33, "Geology"], [29, "History"], [37, "Languages"], [20, "Marketing"], [34, "Math"], [40, "Mech. Eng."], [38, "Physics"], [23, "Pol. Sci."], [44, "Psychology"], [21, "Statistics"]]}, "table_names": "['course']", "table_image_ids": ["TableImg_Lane5_200.png"], "original_data_index": 1721} +{"question": "Give the songs included in volumes that have more than 1 week on top.", "answer": {"columns": ["Song"], "index": [0, 1, 2, 3], "data": [[" The Way"], [" Touch Me (I Want Your Body) "], [" (I Just) Died in Your Arms "], [" Always "]]}, "table_names": "['volume']", "table_image_ids": ["TableImg_Owdvf_10.png"], "original_data_index": 1722} +{"question": "What are all the company names that have a book published by Alyson?", "answer": {"columns": ["Company_name"], "index": [0], "data": [["Culture China"]]}, "table_names": "['book_club', 'culture_company']", "table_image_ids": ["TableImg_Kcts0_12.png", "TableImg_95lvt_6.png"], "original_data_index": 1723} +{"question": "How many cards does customer Art Turcotte have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Customers', 'Customers_Cards']", "table_image_ids": ["TableImg_M4c0i_15.png", "TableImg_Gr1uu_15.png"], "original_data_index": 1724} +{"question": "What are the names of teams from universities that have a below average enrollment?", "answer": {"columns": ["Team_Name"], "index": [0, 1, 2], "data": [["North Carolina"], ["Duke"], ["Virginia Tech"]]}, "table_names": "['basketball_match', 'university']", "table_image_ids": ["TableImg_9axmf_4.png", "TableImg_Sgx55_5.png"], "original_data_index": 1725} +{"question": "Give me ids for all the trip that took place in a zip code area with average mean temperature above 60.", "answer": {"columns": ["id"], "index": [0, 1, 2, 3, 4], "data": [[913393], [913273], [913455], [913356], [913454]]}, "table_names": "['trip', 'weather']", "table_image_ids": ["TableImg_56fu0_9959.png", "TableImg_Es2rm_3665.png"], "original_data_index": 1726} +{"question": "What are the average score and average staff number of all shops?", "answer": {"columns": ["avg(num_of_staff)", "avg(score)"], "index": [0], "data": [[65.1, 33.6]]}, "table_names": "['shop']", "table_image_ids": ["TableImg_Jhwse_10.png"], "original_data_index": 1727} +{"question": "What is the number of different different airports that are destinations for American Airlines?", "answer": {"columns": ["count(DISTINCT dst_apid)"], "index": [0], "data": [[431]]}, "table_names": "['routes', 'airlines']", "table_image_ids": ["TableImg_8pc9l_67240.png", "TableImg_O85ga_6162.png"], "original_data_index": 1728} +{"question": "Which student's age is older than 18 and is majoring in 600? List each student's first and last name.", "answer": {"columns": ["Fname", "LName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Tracy", "Kim"], ["Shiela", "Jones"], ["Dinesh", "Kumar"], ["Paul", "Gompers"], ["Jandy", "Nelson"], ["Eric", "Tai"], ["David", "Adams"], ["Steven", "Davis"], ["Bruce", "Wilson"], ["Michael", "Leighton"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Oz3ru_34.png"], "original_data_index": 1729} +{"question": "What is the id and name of the staff who has been assigned for the least amount of time?", "answer": {"columns": ["staff_id", "staff_name"], "index": [0], "data": [[1, "Tom"]]}, "table_names": "['Staff', 'Staff_Department_Assignments']", "table_image_ids": ["TableImg_Optsh_15.png", "TableImg_Hktom_15.png"], "original_data_index": 1730} +{"question": "What are the country names, area and population which has both roller coasters with speed higher", "answer": {"columns": ["Name", "Area", "Population"], "index": [0], "data": [["Austria", 83871, 8206524]]}, "table_names": "['roller_coaster', 'country']", "table_image_ids": ["TableImg_4xehs_6.png", "TableImg_9frfo_3.png"], "original_data_index": 1731} +{"question": "How many students are from each city, and which cities have more than one cities?", "answer": {"columns": ["count(*)", "city_code"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[4, "BAL"], [3, "HKG"], [3, "NYC"], [3, "PHL"], [4, "PIT"], [3, "WAS"], [2, "YYZ"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_4i2gk_34.png"], "original_data_index": 1732} +{"question": "List the hardware model name for the phones that were produced by \"Nokia Corporation\" or whose screen mode type is \"Graphics.\"", "answer": {"columns": ["Hardware_Model_name"], "index": [0, 1, 2, 3, 4], "data": [["GT-I9100"], ["GT-I9300"], ["Lumia 920, Lumia 820, Lumia 620"], ["Nokia 700"], ["XPERIA T, XPERIA J"]]}, "table_names": "['screen_mode', 'phone']", "table_image_ids": ["TableImg_8wmqr_7.png", "TableImg_Un203_8.png"], "original_data_index": 1733} +{"question": "What are the names of customers who never made an order.", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Alexane Kilback"], ["Devin Mills"], ["Dr. Julia Wuckert MD"], ["Maudie Kertzmann"], ["Miss Aliyah Witting"], ["Mozell Morissette"], ["Tillman Ernser"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_Q3qho_15.png", "TableImg_Pk7dk_15.png"], "original_data_index": 1734} +{"question": "Find the id of users who are followed by Mary or Susan.", "answer": {"columns": ["f1"], "index": [0, 1], "data": [[1], [3]]}, "table_names": "['follows', 'user_profiles']", "table_image_ids": ["TableImg_S50mt_9.png", "TableImg_Lsgcw_7.png"], "original_data_index": 1735} +{"question": "Show names of musicals and the number of actors who have appeared in the musicals.", "answer": {"columns": ["Name", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["The Phantom of the Opera", 2], ["Les Mis\u00c3\u00a9rables", 2], ["West Side Story", 1], ["The Book of Mormon", 4]]}, "table_names": "['musical', 'actor']", "table_image_ids": ["TableImg_Hzij9_7.png", "TableImg_A9497_9.png"], "original_data_index": 1736} +{"question": "What is the cell phone number of the student whose address has the lowest monthly rental?", "answer": {"columns": ["cell_mobile_number"], "index": [0], "data": [["08605192839"]]}, "table_names": "['Students', 'Student_Addresses']", "table_image_ids": ["TableImg_8mz09_15.png", "TableImg_95a3i_20.png"], "original_data_index": 1737} +{"question": "Show all titles and their instructors' names for courses in 2008, in alphabetical order by title.", "answer": {"columns": ["title", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Animal Behavior", "DAgostino"], ["Elastic Structures", "Bietzk"], ["Elastic Structures", "Dale"], ["Embedded Systems", "Mingoz"], ["Marine Mammals", "Mahmoud"], ["Networking", "Mingoz"], ["Race Car Driving", "Ullman "], ["Surfing", "Dale"], ["Transaction Processing", "DAgostino"], ["World History", "Jaekel"]]}, "table_names": "['course', 'instructor', 'teaches']", "table_image_ids": ["TableImg_Nmqrx_200.png", "TableImg_Xcwl5_50.png", "TableImg_Nmfwh_100.png"], "original_data_index": 1738} +{"question": "What is the total number of hours for all projects?", "answer": {"columns": ["sum(hours)"], "index": [0], "data": [[20183]]}, "table_names": "['Projects']", "table_image_ids": ["TableImg_0jdnv_14.png"], "original_data_index": 1739} +{"question": "What are the name and phone of the customer with the most ordered product quantity?", "answer": {"columns": ["customer_name", "customer_phone"], "index": [0], "data": [["Cleo", "1-202-928-5395"]]}, "table_names": "['Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Dv3fn_15.png", "TableImg_Ph860_15.png", "TableImg_8k63u_15.png"], "original_data_index": 1740} +{"question": "What is the average price range of hotels for each each star rating code?", "answer": {"columns": ["star_rating_code", "avg(price_range)"], "index": [0, 1, 2, 3, 4], "data": [["1", 12725.062543725], ["2", 96606.4875655], ["3", 2763278.3206], ["4", 19007487.73924], ["5", 113509913.4784335]]}, "table_names": "['Hotels']", "table_image_ids": ["TableImg_S8ds9_20.png"], "original_data_index": 1741} +{"question": "List the names of patients who have made appointments.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["John Smith"], ["Grace Ritchie"], ["John Smith"], ["Dennis Doe"], ["Dennis Doe"], ["Random J. Patient"], ["John Smith"], ["Dennis Doe"], ["Grace Ritchie"]]}, "table_names": "['Patient', 'Appointment']", "table_image_ids": ["TableImg_Oqoz8_4.png", "TableImg_75uyn_9.png"], "original_data_index": 1742} +{"question": "What are the id of problems reported by the staff named Dameon Frami or Jolie Weber?", "answer": {"columns": ["product_id"], "index": [0, 1, 2], "data": [[1], [4], [6]]}, "table_names": "['Staff', 'Problems']", "table_image_ids": ["TableImg_Srtom_15.png", "TableImg_09qw9_15.png"], "original_data_index": 1743} +{"question": "Find the number of routes whose destination airports are in Canada.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1847]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_Bvrs5_67240.png", "TableImg_Nheze_7184.png"], "original_data_index": 1744} +{"question": "What is the characteristic name used by most number of the products?", "answer": {"columns": ["characteristic_name"], "index": [0], "data": [["fast"]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_9zc38_15.png", "TableImg_Yok6b_15.png", "TableImg_6044r_15.png"], "original_data_index": 1745} +{"question": "For each user, find their name and the number of reviews written by them.", "answer": {"columns": ["name", "count(*)"], "index": [0, 1], "data": [["Helen", 3], ["Mark", 4]]}, "table_names": "['review', 'useracct']", "table_image_ids": ["TableImg_S0muv_7.png", "TableImg_7u69h_7.png"], "original_data_index": 1746} +{"question": "Which range contains the most mountains?", "answer": {"columns": ["Range"], "index": [0], "data": [["Rwenzori"]]}, "table_names": "['mountain']", "table_image_ids": ["TableImg_5yu5p_7.png"], "original_data_index": 1747} +{"question": "show all train numbers and names ordered by their time from early to late.", "answer": {"columns": ["train_number", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [[16650, "Parasuram Express"], [56700, "Quilon Fast Passenger"], [16382, "Jayanthi Janatha Express"], [16381, "Jayanthi Janatha Express"], [16525, "Island Express"], [16723, "Ananthapuri Express"], [16526, "Island Express"], [16724, "Ananthapuri Express"], [56701, "Madurai Fast Passenger"], [16127, "Guruvayur Express"], [16128, "Guruvayur Express"]]}, "table_names": "['train']", "table_image_ids": ["TableImg_060y7_11.png"], "original_data_index": 1748} +{"question": "What is the tax source system code related to the benefits and overpayments? List the code and the benifit id, order by benifit id.", "answer": {"columns": ["source_system_code", "council_tax_id"], "index": [0, 1, 2, 3], "data": [["Benefits", 3], ["Benefits", 6], ["Benefits", 7], ["Benefits", 8]]}, "table_names": "['CMI_Cross_References', 'Benefits_Overpayments']", "table_image_ids": ["TableImg_Z7jrh_21.png", "TableImg_Qbub9_4.png"], "original_data_index": 1749} +{"question": "Find the names of all patients who have an undergoing treatment and are staying in room 111.", "answer": {"columns": ["Name"], "index": [0], "data": [["John Smith"]]}, "table_names": "['Patient', 'Stay', 'Undergoes']", "table_image_ids": ["TableImg_Cqocf_4.png", "TableImg_B0c5x_3.png", "TableImg_S00y2_6.png"], "original_data_index": 1750} +{"question": "What are the names and ids of artists with 3 or more albums, listed in alphabetical order?", "answer": {"columns": ["Name", "ArtistId"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25], "data": [["Audioslave", 8], ["Berliner Philharmoniker & Herbert Von Karajan", 248], ["Deep Purple", 58], ["Eugene Ormandy", 226], ["Faith No More", 82], ["Foo Fighters", 84], ["Gilberto Gil", 27], ["Guns N' Roses", 88], ["Iron Maiden", 90], ["Jamiroquai", 92], ["Led Zeppelin", 22], ["Lost", 149], ["Metallica", 50], ["Miles Davis", 68], ["Os Paralamas Do Sucesso", 113], ["Ozzy Osbourne", 114], ["Pearl Jam", 118], ["Queen", 51], ["R.E.M.", 124], ["Red Hot Chili Peppers", 127], ["Santana", 59], ["The Office", 156], ["The Rolling Stones", 142], ["U2", 150], ["Van Halen", 152], ["Various Artists", 21]]}, "table_names": "['Album', 'Artist']", "table_image_ids": ["TableImg_Eqhff_347.png", "TableImg_C9jwt_275.png"], "original_data_index": 1751} +{"question": "How many students does KAWA GORDON teaches?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_Wx1ch_60.png", "TableImg_Xpi0i_12.png"], "original_data_index": 1752} +{"question": "What is the id of the reviewer whose name includes the word \"Mike\"?", "answer": {"columns": ["rID"], "index": [0], "data": [[204]]}, "table_names": "['Reviewer']", "table_image_ids": ["TableImg_1o9g7_8.png"], "original_data_index": 1753} +{"question": "What are the distinct move in dates of the residents?", "answer": {"columns": ["date_moved_in"], "index": [0, 1, 2], "data": [["2017-06-17 15:43:33"], ["2015-03-27 12:00:00"], ["2016-09-27 12:00:00"]]}, "table_names": "['Residents']", "table_image_ids": ["TableImg_08ma0_15.png"], "original_data_index": 1754} +{"question": "List the name of ships that are not involved in any mission", "answer": {"columns": ["Name"], "index": [0], "data": [["Author"]]}, "table_names": "['mission', 'ship']", "table_image_ids": ["TableImg_Udqkc_7.png", "TableImg_C9zl7_8.png"], "original_data_index": 1755} +{"question": "Show party names and the number of events for each party.", "answer": {"columns": ["Party_name", "count(*)"], "index": [0, 1, 2], "data": [["Convention Peoples Party", 3], ["Progress Party", 2], ["3", 3]]}, "table_names": "['party', 'party_events']", "table_image_ids": ["TableImg_Jk3r5_5.png", "TableImg_0ux6t_8.png"], "original_data_index": 1756} +{"question": "Return the average, maximum, and total revenues across all manufacturers.", "answer": {"columns": ["avg(revenue)", "max(revenue)", "sum(revenue)"], "index": [0], "data": [[105.0, 200.0, 630.0]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_P2fvv_6.png"], "original_data_index": 1757} +{"question": "Return all information about employees with salaries between 8000 and 12000 for which commission is not null or where their department id is not 40.", "answer": {"columns": ["EMPLOYEE_ID", "FIRST_NAME", "LAST_NAME", "EMAIL", "PHONE_NUMBER", "HIRE_DATE", "JOB_ID", "SALARY", "COMMISSION_PCT", "MANAGER_ID", "DEPARTMENT_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105], "data": [[100, "Steven", "King", "SKING", "515.123.4567", "1987-06-17", "AD_PRES", 24000, 0.0, 0, 90], [101, "Neena", "Kochhar", "NKOCHHAR", "515.123.4568", "1987-06-18", "AD_VP", 17000, 0.0, 100, 90], [102, "Lex", "De Haan", "LDEHAAN", "515.123.4569", "1987-06-19", "AD_VP", 17000, 0.0, 100, 90], [103, "Alexander", "Hunold", "AHUNOLD", "590.423.4567", "1987-06-20", "IT_PROG", 9000, 0.0, 102, 60], [104, "Bruce", "Ernst", "BERNST", "590.423.4568", "1987-06-21", "IT_PROG", 6000, 0.0, 103, 60], [105, "David", "Austin", "DAUSTIN", "590.423.4569", "1987-06-22", "IT_PROG", 4800, 0.0, 103, 60], [106, "Valli", "Pataballa", "VPATABAL", "590.423.4560", "1987-06-23", "IT_PROG", 4800, 0.0, 103, 60], [107, "Diana", "Lorentz", "DLORENTZ", "590.423.5567", "1987-06-24", "IT_PROG", 4200, 0.0, 103, 60], [108, "Nancy", "Greenberg", "NGREENBE", "515.124.4569", "1987-06-25", "FI_MGR", 12000, 0.0, 101, 100], [109, "Daniel", "Faviet", "DFAVIET", "515.124.4169", "1987-06-26", "FI_ACCOUNT", 9000, 0.0, 108, 100], [110, "John", "Chen", "JCHEN", "515.124.4269", "1987-06-27", "FI_ACCOUNT", 8200, 0.0, 108, 100], [111, "Ismael", "Sciarra", "ISCIARRA", "515.124.4369", "1987-06-28", "FI_ACCOUNT", 7700, 0.0, 108, 100], [112, "Jose Manuel", "Urman", "JMURMAN", "515.124.4469", "1987-06-29", "FI_ACCOUNT", 7800, 0.0, 108, 100], [113, "Luis", "Popp", "LPOPP", "515.124.4567", "1987-06-30", "FI_ACCOUNT", 6900, 0.0, 108, 100], [114, "Den", "Raphaely", "DRAPHEAL", "515.127.4561", "1987-07-01", "PU_MAN", 11000, 0.0, 100, 30], [115, "Alexander", "Khoo", "AKHOO", "515.127.4562", "1987-07-02", "PU_CLERK", 3100, 0.0, 114, 30], [116, "Shelli", "Baida", "SBAIDA", "515.127.4563", "1987-07-03", "PU_CLERK", 2900, 0.0, 114, 30], [117, "Sigal", "Tobias", "STOBIAS", "515.127.4564", "1987-07-04", "PU_CLERK", 2800, 0.0, 114, 30], [118, "Guy", "Himuro", "GHIMURO", "515.127.4565", "1987-07-05", "PU_CLERK", 2600, 0.0, 114, 30], [119, "Karen", "Colmenares", "KCOLMENA", "515.127.4566", "1987-07-06", "PU_CLERK", 2500, 0.0, 114, 30], [120, "Matthew", "Weiss", "MWEISS", "650.123.1234", "1987-07-07", "ST_MAN", 8000, 0.0, 100, 50], [121, "Adam", "Fripp", "AFRIPP", "650.123.2234", "1987-07-08", "ST_MAN", 8200, 0.0, 100, 50], [122, "Payam", "Kaufling", "PKAUFLIN", "650.123.3234", "1987-07-09", "ST_MAN", 7900, 0.0, 100, 50], [123, "Shanta", "Vollman", "SVOLLMAN", "650.123.4234", "1987-07-10", "ST_MAN", 6500, 0.0, 100, 50], [124, "Kevin", "Mourgos", "KMOURGOS", "650.123.5234", "1987-07-11", "ST_MAN", 5800, 0.0, 100, 50], [125, "Julia", "Nayer", "JNAYER", "650.124.1214", "1987-07-12", "ST_CLERK", 3200, 0.0, 120, 50], [126, "Irene", "Mikkilineni", "IMIKKILI", "650.124.1224", "1987-07-13", "ST_CLERK", 2700, 0.0, 120, 50], [127, "James", "Landry", "JLANDRY", "650.124.1334", "1987-07-14", "ST_CLERK", 2400, 0.0, 120, 50], [128, "Steven", "Markle", "SMARKLE", "650.124.1434", "1987-07-15", "ST_CLERK", 2200, 0.0, 120, 50], [129, "Laura", "Bissot", "LBISSOT", "650.124.5234", "1987-07-16", "ST_CLERK", 3300, 0.0, 121, 50], [130, "Mozhe", "Atkinson", "MATKINSO", "650.124.6234", "1987-07-17", "ST_CLERK", 2800, 0.0, 121, 50], [131, "James", "Marlow", "JAMRLOW", "650.124.7234", "1987-07-18", "ST_CLERK", 2500, 0.0, 121, 50], [132, "TJ", "Olson", "TJOLSON", "650.124.8234", "1987-07-19", "ST_CLERK", 2100, 0.0, 121, 50], [133, "Jason", "Mallin", "JMALLIN", "650.127.1934", "1987-07-20", "ST_CLERK", 3300, 0.0, 122, 50], [134, "Michael", "Rogers", "MROGERS", "650.127.1834", "1987-07-21", "ST_CLERK", 2900, 0.0, 122, 50], [135, "Ki", "Gee", "KGEE", "650.127.1734", "1987-07-22", "ST_CLERK", 2400, 0.0, 122, 50], [136, "Hazel", "Philtanker", "HPHILTAN", "650.127.1634", "1987-07-23", "ST_CLERK", 2200, 0.0, 122, 50], [137, "Renske", "Ladwig", "RLADWIG", "650.121.1234", "1987-07-24", "ST_CLERK", 3600, 0.0, 123, 50], [138, "Stephen", "Stiles", "SSTILES", "650.121.2034", "1987-07-25", "ST_CLERK", 3200, 0.0, 123, 50], [139, "John", "Seo", "JSEO", "650.121.2019", "1987-07-26", "ST_CLERK", 2700, 0.0, 123, 50], [140, "Joshua", "Patel", "JPATEL", "650.121.1834", "1987-07-27", "ST_CLERK", 2500, 0.0, 123, 50], [141, "Trenna", "Rajs", "TRAJS", "650.121.8009", "1987-07-28", "ST_CLERK", 3500, 0.0, 124, 50], [142, "Curtis", "Davies", "CDAVIES", "650.121.2994", "1987-07-29", "ST_CLERK", 3100, 0.0, 124, 50], [143, "Randall", "Matos", "RMATOS", "650.121.2874", "1987-07-30", "ST_CLERK", 2600, 0.0, 124, 50], [144, "Peter", "Vargas", "PVARGAS", "650.121.2004", "1987-07-31", "ST_CLERK", 2500, 0.0, 124, 50], [145, "John", "Russell", "JRUSSEL", "011.44.1344.429268", "1987-08-01", "SA_MAN", 14000, 0.4, 100, 80], [146, "Karen", "Partners", "KPARTNER", "011.44.1344.467268", "1987-08-02", "SA_MAN", 13500, 0.3, 100, 80], [147, "Alberto", "Errazuriz", "AERRAZUR", "011.44.1344.429278", "1987-08-03", "SA_MAN", 12000, 0.3, 100, 80], [148, "Gerald", "Cambrault", "GCAMBRAU", "011.44.1344.619268", "1987-08-04", "SA_MAN", 11000, 0.3, 100, 80], [149, "Eleni", "Zlotkey", "EZLOTKEY", "011.44.1344.429018", "1987-08-05", "SA_MAN", 10500, 0.2, 100, 80], [150, "Peter", "Tucker", "PTUCKER", "011.44.1344.129268", "1987-08-06", "SA_REP", 10000, 0.3, 145, 80], [151, "David", "Bernstein", "DBERNSTE", "011.44.1344.345268", "1987-08-07", "SA_REP", 9500, 0.25, 145, 80], [152, "Peter", "Hall", "PHALL", "011.44.1344.478968", "1987-08-08", "SA_REP", 9000, 0.25, 145, 80], [153, "Christopher", "Olsen", "COLSEN", "011.44.1344.498718", "1987-08-09", "SA_REP", 8000, 0.2, 145, 80], [154, "Nanette", "Cambrault", "NCAMBRAU", "011.44.1344.987668", "1987-08-10", "SA_REP", 7500, 0.2, 145, 80], [155, "Oliver", "Tuvault", "OTUVAULT", "011.44.1344.486508", "1987-08-11", "SA_REP", 7000, 0.15, 145, 80], [156, "Janette", "King", "JKING", "011.44.1345.429268", "1987-08-12", "SA_REP", 10000, 0.35, 146, 80], [157, "Patrick", "Sully", "PSULLY", "011.44.1345.929268", "1987-08-13", "SA_REP", 9500, 0.35, 146, 80], [158, "Allan", "McEwen", "AMCEWEN", "011.44.1345.829268", "1987-08-14", "SA_REP", 9000, 0.35, 146, 80], [159, "Lindsey", "Smith", "LSMITH", "011.44.1345.729268", "1987-08-15", "SA_REP", 8000, 0.3, 146, 80], [160, "Louise", "Doran", "LDORAN", "011.44.1345.629268", "1987-08-16", "SA_REP", 7500, 0.3, 146, 80], [161, "Sarath", "Sewall", "SSEWALL", "011.44.1345.529268", "1987-08-17", "SA_REP", 7000, 0.25, 146, 80], [162, "Clara", "Vishney", "CVISHNEY", "011.44.1346.129268", "1987-08-18", "SA_REP", 10500, 0.25, 147, 80], [163, "Danielle", "Greene", "DGREENE", "011.44.1346.229268", "1987-08-19", "SA_REP", 9500, 0.15, 147, 80], [164, "Mattea", "Marvins", "MMARVINS", "011.44.1346.329268", "1987-08-20", "SA_REP", 7200, 0.1, 147, 80], [165, "David", "Lee", "DLEE", "011.44.1346.529268", "1987-08-21", "SA_REP", 6800, 0.1, 147, 80], [166, "Sundar", "Ande", "SANDE", "011.44.1346.629268", "1987-08-22", "SA_REP", 6400, 0.1, 147, 80], [167, "Amit", "Banda", "ABANDA", "011.44.1346.729268", "1987-08-23", "SA_REP", 6200, 0.1, 147, 80], [168, "Lisa", "Ozer", "LOZER", "011.44.1343.929268", "1987-08-24", "SA_REP", 11500, 0.25, 148, 80], [169, "Harrison", "Bloom", "HBLOOM", "011.44.1343.829268", "1987-08-25", "SA_REP", 10000, 0.2, 148, 80], [170, "Tayler", "Fox", "TFOX", "011.44.1343.729268", "1987-08-26", "SA_REP", 9600, 0.2, 148, 80], [171, "William", "Smith", "WSMITH", "011.44.1343.629268", "1987-08-27", "SA_REP", 7400, 0.15, 148, 80], [172, "Elizabeth", "Bates", "EBATES", "011.44.1343.529268", "1987-08-28", "SA_REP", 7300, 0.15, 148, 80], [173, "Sundita", "Kumar", "SKUMAR", "011.44.1343.329268", "1987-08-29", "SA_REP", 6100, 0.1, 148, 80], [174, "Ellen", "Abel", "EABEL", "011.44.1644.429267", "1987-08-30", "SA_REP", 11000, 0.3, 149, 80], [175, "Alyssa", "Hutton", "AHUTTON", "011.44.1644.429266", "1987-08-31", "SA_REP", 8800, 0.25, 149, 80], [176, "Jonathon", "Taylor", "JTAYLOR", "011.44.1644.429265", "1987-09-01", "SA_REP", 8600, 0.2, 149, 80], [177, "Jack", "Livingston", "JLIVINGS", "011.44.1644.429264", "1987-09-02", "SA_REP", 8400, 0.2, 149, 80], [178, "Kimberely", "Grant", "KGRANT", "011.44.1644.429263", "1987-09-03", "SA_REP", 7000, 0.15, 149, 0], [179, "Charles", "Johnson", "CJOHNSON", "011.44.1644.429262", "1987-09-04", "SA_REP", 6200, 0.1, 149, 80], [180, "Winston", "Taylor", "WTAYLOR", "650.507.9876", "1987-09-05", "SH_CLERK", 3200, 0.0, 120, 50], [181, "Jean", "Fleaur", "JFLEAUR", "650.507.9877", "1987-09-06", "SH_CLERK", 3100, 0.0, 120, 50], [182, "Martha", "Sullivan", "MSULLIVA", "650.507.9878", "1987-09-07", "SH_CLERK", 2500, 0.0, 120, 50], [183, "Girard", "Geoni", "GGEONI", "650.507.9879", "1987-09-08", "SH_CLERK", 2800, 0.0, 120, 50], [184, "Nandita", "Sarchand", "NSARCHAN", "650.509.1876", "1987-09-09", "SH_CLERK", 4200, 0.0, 121, 50], [185, "Alexis", "Bull", "ABULL", "650.509.2876", "1987-09-10", "SH_CLERK", 4100, 0.0, 121, 50], [186, "Julia", "Dellinger", "JDELLING", "650.509.3876", "1987-09-11", "SH_CLERK", 3400, 0.0, 121, 50], [187, "Anthony", "Cabrio", "ACABRIO", "650.509.4876", "1987-09-12", "SH_CLERK", 3000, 0.0, 121, 50], [188, "Kelly", "Chung", "KCHUNG", "650.505.1876", "1987-09-13", "SH_CLERK", 3800, 0.0, 122, 50], [189, "Jennifer", "Dilly", "JDILLY", "650.505.2876", "1987-09-14", "SH_CLERK", 3600, 0.0, 122, 50], [190, "Timothy", "Gates", "TGATES", "650.505.3876", "1987-09-15", "SH_CLERK", 2900, 0.0, 122, 50], [191, "Randall", "Perkins", "RPERKINS", "650.505.4876", "1987-09-16", "SH_CLERK", 2500, 0.0, 122, 50], [192, "Sarah", "Bell", "SBELL", "650.501.1876", "1987-09-17", "SH_CLERK", 4000, 0.0, 123, 50], [193, "Britney", "Everett", "BEVERETT", "650.501.2876", "1987-09-18", "SH_CLERK", 3900, 0.0, 123, 50], [194, "Samuel", "McCain", "SMCCAIN", "650.501.3876", "1987-09-19", "SH_CLERK", 3200, 0.0, 123, 50], [195, "Vance", "Jones", "VJONES", "650.501.4876", "1987-09-20", "SH_CLERK", 2800, 0.0, 123, 50], [196, "Alana", "Walsh", "AWALSH", "650.507.9811", "1987-09-21", "SH_CLERK", 3100, 0.0, 124, 50], [197, "Kevin", "Feeney", "KFEENEY", "650.507.9822", "1987-09-22", "SH_CLERK", 3000, 0.0, 124, 50], [198, "Donald", "OConnell", "DOCONNEL", "650.507.9833", "1987-09-23", "SH_CLERK", 2600, 0.0, 124, 50], [199, "Douglas", "Grant", "DGRANT", "650.507.9844", "1987-09-24", "SH_CLERK", 2600, 0.0, 124, 50], [200, "Jennifer", "Whalen", "JWHALEN", "515.123.4444", "1987-09-25", "AD_ASST", 4400, 0.0, 101, 10], [201, "Michael", "Hartstein", "MHARTSTE", "515.123.5555", "1987-09-26", "MK_MAN", 13000, 0.0, 100, 20], [202, "Pat", "Fay", "PFAY", "603.123.6666", "1987-09-27", "MK_REP", 6000, 0.0, 201, 20], [204, "Hermann", "Baer", "HBAER", "515.123.8888", "1987-09-29", "PR_REP", 10000, 0.0, 101, 70], [205, "Shelley", "Higgins", "SHIGGINS", "515.123.8080", "1987-09-30", "AC_MGR", 12000, 0.0, 101, 110], [206, "William", "Gietz", "WGIETZ", "515.123.8181", "1987-10-01", "AC_ACCOUNT", 8300, 0.0, 205, 110]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_Cktxx_107.png"], "original_data_index": 1758} +{"question": "How many students does each advisor have?", "answer": {"columns": ["Advisor", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [[1121, 3], [1148, 3], [2192, 4], [2311, 3], [5718, 2], [7134, 2], [7271, 2], [7712, 1], [7723, 1], [7792, 1], [8423, 1], [8721, 1], [8722, 3], [8723, 1], [8741, 1], [8772, 3], [8918, 1], [9172, 1]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Smgzu_34.png"], "original_data_index": 1759} +{"question": "What is the total number of products that are in orders with status \"Cancelled\"?", "answer": {"columns": ["sum(t2.order_quantity)"], "index": [0], "data": [[77]]}, "table_names": "['Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_X0b02_15.png", "TableImg_I1l8d_15.png"], "original_data_index": 1760} +{"question": "What are the names of all tryout participants who are from the largest college?", "answer": {"columns": ["pName"], "index": [0], "data": [["Charles"]]}, "table_names": "['College', 'Player', 'Tryout']", "table_image_ids": ["TableImg_3ejsz_4.png", "TableImg_Kepmh_6.png", "TableImg_Md26b_6.png"], "original_data_index": 1761} +{"question": "What is the name of the customer who has made the minimum amount of payment in one claim?", "answer": {"columns": ["Customer_Details"], "index": [0], "data": [["Mrs. Hanna Willms"]]}, "table_names": "['Customers', 'Policies', 'Claim_Headers']", "table_image_ids": ["TableImg_6yc8m_15.png", "TableImg_B5ab5_15.png", "TableImg_T1g0a_15.png"], "original_data_index": 1762} +{"question": "What are the full names of faculties with sex M and who live in building NEB?", "answer": {"columns": ["Fname", "Lname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Mark", "Giuliano"], ["Michael", "Goodrich"], ["Gerald", "Masson"], ["David", "Yarowsky"], ["Scott", "Smith"], ["Louis", "Beach"], ["Baruch", "Awerbuch"], ["Russell", "Taylor"], ["Eric", "Brill"], ["Subodh", "Kumar"], ["Lawrence", "Wolff"], ["Steven", "Salzberg"], ["Yair", "Amir"], ["Rao", "Kosaraju"], ["Arthur", "Delcher"]]}, "table_names": "['Faculty']", "table_image_ids": ["TableImg_Xlp7l_58.png"], "original_data_index": 1763} +{"question": "How many departments are in each school?", "answer": {"columns": ["count(DISTINCT dept_name)", "SCHOOL_CODE"], "index": [0, 1], "data": [[7, "A&SCI"], [4, "BUS"]]}, "table_names": "['DEPARTMENT']", "table_image_ids": ["TableImg_R48z2_11.png"], "original_data_index": 1764} +{"question": "Find the author who achieved the highest score in a submission.", "answer": {"columns": ["Author"], "index": [0], "data": [["Steve Myer"]]}, "table_names": "['submission']", "table_image_ids": ["TableImg_Haxns_10.png"], "original_data_index": 1765} +{"question": "Who is the person that has no friend?", "answer": {"columns": ["name"], "index": [0], "data": [["Dan"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_H81on_4.png", "TableImg_5cvb8_4.png"], "original_data_index": 1766} +{"question": "What is the average credit score for customers who have taken a loan?", "answer": {"columns": ["avg(credit_score)"], "index": [0], "data": [[120.0]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_Owgxt_3.png", "TableImg_J2nf1_3.png"], "original_data_index": 1767} +{"question": "Find the name of the department that has the biggest number of students minored in?", "answer": {"columns": ["DName"], "index": [0], "data": [["ECE"]]}, "table_names": "['Department', 'Minor_in']", "table_image_ids": ["TableImg_8a61m_26.png", "TableImg_T4f9u_10.png"], "original_data_index": 1768} +{"question": "What are the ids of all songs that have higher resolution of the average resolution in the modern genre?", "answer": {"columns": ["f_id"], "index": [0, 1, 2, 3], "data": [[1], [2], [4], [5]]}, "table_names": "['song']", "table_image_ids": ["TableImg_W9yj4_6.png"], "original_data_index": 1769} +{"question": "What are the names of customers who have a savings balance lower than their checking balance, and what is the total of their checking and savings balances?", "answer": {"columns": ["name", "T3.balance + T2.balance"], "index": [0], "data": [["Weeks", 7060.0]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_7he1u_7.png", "TableImg_Um7pr_6.png", "TableImg_C9isu_7.png"], "original_data_index": 1770} +{"question": "Show director with the largest number of show times in total.", "answer": {"columns": ["Directed_by"], "index": [0], "data": [["Bill Schreiner"]]}, "table_names": "['film', 'schedule']", "table_image_ids": ["TableImg_E0qtv_5.png", "TableImg_Fr78s_7.png"], "original_data_index": 1771} +{"question": "What is the name of the district with the most residents?", "answer": {"columns": ["District_name"], "index": [0], "data": [["Faisalabad District"]]}, "table_names": "['district']", "table_image_ids": ["TableImg_Kqdsj_15.png"], "original_data_index": 1772} +{"question": "Return the the \"active to date\" of the latest contact channel used by the customer named \"Tillman Ernser\".", "answer": {"columns": ["max(t2.active_to_date)"], "index": [0], "data": [["2018-03-23 01:30:52"]]}, "table_names": "['Customers', 'Customer_Contact_Channels']", "table_image_ids": ["TableImg_V8e21_15.png", "TableImg_Ub5t1_20.png"], "original_data_index": 1773} +{"question": "What is the id of the trip that started from the station with the highest dock count?", "answer": {"columns": ["id"], "index": [0], "data": [[900506]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_S6kyr_70.png", "TableImg_Q34i5_9959.png"], "original_data_index": 1774} +{"question": "What is the course title of the prerequisite of course Mobile Computing?", "answer": {"columns": ["title"], "index": [0, 1], "data": [["Differential Equations"], ["Sanitary Engineering"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_K8mny_200.png", "TableImg_R11kz_100.png"], "original_data_index": 1775} +{"question": "Count the number of transactions.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Financial_Transactions']", "table_image_ids": ["TableImg_V0oys_15.png"], "original_data_index": 1776} +{"question": "Give the title of the course offered in Chandler during the Fall of 2010.", "answer": {"columns": ["title"], "index": [0], "data": [["International Trade"]]}, "table_names": "['course', 'section']", "table_image_ids": ["TableImg_35gvh_200.png", "TableImg_01ocy_100.png"], "original_data_index": 1777} +{"question": "Which tourist attractions do the tourists Vincent and Marcelle visit? Tell me the names of the attractions.", "answer": {"columns": ["Name"], "index": [0], "data": [["parking"]]}, "table_names": "['Visitors', 'Tourist_Attractions', 'Visits']", "table_image_ids": ["TableImg_Gwcms_20.png", "TableImg_Ue7t0_15.png", "TableImg_8metq_20.png"], "original_data_index": 1778} +{"question": "What address was the document with id 4 mailed to?", "answer": {"columns": ["address_details"], "index": [0, 1], "data": [["ES"], ["MX"]]}, "table_names": "['Addresses', 'Documents_Mailed']", "table_image_ids": ["TableImg_Hioet_10.png", "TableImg_Iv1fz_14.png"], "original_data_index": 1779} +{"question": "How many classes are held in each department?", "answer": {"columns": ["count(*)", "DEPT_CODE"], "index": [0, 1], "data": [[5, "ACCT"], [8, "CIS"]]}, "table_names": "['CLASS', 'COURSE']", "table_image_ids": ["TableImg_Hxa85_13.png", "TableImg_Ehs97_6.png"], "original_data_index": 1780} +{"question": "For each grant id, how many documents does it have, and which one has the most?", "answer": {"columns": ["grant_id", "count(*)"], "index": [0], "data": [[13, 5]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_7idjg_15.png"], "original_data_index": 1781} +{"question": "What are the different membership levels?", "answer": {"columns": ["count(DISTINCT LEVEL)"], "index": [0], "data": [[3]]}, "table_names": "['member']", "table_image_ids": ["TableImg_Osxi2_10.png"], "original_data_index": 1782} +{"question": "Which papers did the author \"Olin Shivers\" write? Give me the paper titles.", "answer": {"columns": ["title"], "index": [0], "data": [["Functional Pearl: Modular Rollback through Control Logging"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Gzcxm_13.png", "TableImg_Phfr5_7.png", "TableImg_Ddw2o_14.png"], "original_data_index": 1783} +{"question": "What are the names and damage in millions for storms, ordered by their max speeds descending?", "answer": {"columns": ["Name", "Damage_millions_USD"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Nine", 13.0], ["Six", 0.039], ["One", 13.0], ["Five", 1.49], ["Eight", 13.0], ["Seven", 13.0], ["Two", 10.75], ["Three", 13.0], ["Four", 4.05], ["9 cyclones", 29.3]]}, "table_names": "['storm']", "table_image_ids": ["TableImg_Hqfk2_10.png"], "original_data_index": 1784} +{"question": "What are the last names of faculty who are part of the computer science department?", "answer": {"columns": ["Lname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["Brill"], ["Amir"], ["Awerbuch"], ["Goodrich"], ["Kosaraju"], ["Kumar"], ["Masson"], ["Salzberg"], ["Smith"], ["Taylor"], ["Wolff"], ["Yarowsky"], ["Angelopoulou"], ["Beach"], ["Delcher"], ["Jones"], ["Giuliano"], ["Houlahan"], ["Brent"], ["Jelinek"]]}, "table_names": "['Faculty', 'Department', 'Member_of']", "table_image_ids": ["TableImg_8aeqf_58.png", "TableImg_69cnb_26.png", "TableImg_V9urm_63.png"], "original_data_index": 1785} +{"question": "Find the number of checking accounts for each account name.", "answer": {"columns": ["count(*)", "name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[1, "Brown"], [1, "Granger"], [1, "O'mahony"], [1, "Porter"], [1, "Wang"], [1, "Weeks"], [1, "Wesley"]]}, "table_names": "['ACCOUNTS', 'CHECKING']", "table_image_ids": ["TableImg_R5fuq_7.png", "TableImg_G4s8k_7.png"], "original_data_index": 1786} +{"question": "How many people are under 40 for each gender?", "answer": {"columns": ["count(*)", "gender"], "index": [0, 1], "data": [[2, "female"], [1, "male"]]}, "table_names": "['Person']", "table_image_ids": ["TableImg_Zvehp_4.png"], "original_data_index": 1787} +{"question": "Return the description and unit of measurement for products in the 'Herbs' category.", "answer": {"columns": ["product_category_description", "unit_of_measure"], "index": [0], "data": [["Herbs", "Handful "]]}, "table_names": "['Ref_Product_Categories']", "table_image_ids": ["TableImg_3yqxr_3.png"], "original_data_index": 1788} +{"question": "Show all transaction ids with transaction code 'PUR'.", "answer": {"columns": ["transaction_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[2], [4], [5], [6], [7], [9], [14], [15]]}, "table_names": "['Transactions']", "table_image_ids": ["TableImg_Jq1f2_15.png"], "original_data_index": 1789} +{"question": "What are the names of all Rock tracks that are stored on MPEG audio files?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210], "data": [["For Those About To Rock (We Salute You)"], ["Put The Finger On You"], ["Let's Get It Up"], ["Inject The Venom"], ["Snowballed"], ["Evil Walks"], ["C.O.D."], ["Breaking The Rules"], ["Night Of The Long Knives"], ["Spellbound"], ["Go Down"], ["Dog Eat Dog"], ["Let There Be Rock"], ["Bad Boy Boogie"], ["Problem Child"], ["Overdose"], ["Hell Ain't A Bad Place To Be"], ["Whole Lotta Rosie"], ["Walk On Water"], ["Love In An Elevator"], ["Rag Doll"], ["What It Takes"], ["Dude (Looks Like A Lady)"], ["Janie's Got A Gun"], ["Cryin'"], ["Amazing"], ["Blind Man"], ["Deuces Are Wild"], ["The Other Side"], ["Crazy"], ["Eat The Rich"], ["Angel"], ["Livin' On The Edge"], ["All I Really Want"], ["You Oughta Know"], ["Perfect"], ["Hand In My Pocket"], ["Right Through You"], ["Forgiven"], ["You Learn"], ["Head Over Feet"], ["Mary Jane"], ["Ironic"], ["Not The Doctor"], ["Wake Up"], ["You Oughta Know (Alternate)"], ["We Die Young"], ["Man In The Box"], ["Sea Of Sorrow"], ["Bleed The Freak"], ["I Can't Remember"], ["Love, Hate, Love"], ["It Ain't Like That"], ["Sunshine"], ["Put You Down"], ["Confusion"], ["I Know Somethin (Bout You)"], ["Real Thing"], ["Cochise"], ["Show Me How to Live"], ["Gasoline"], ["What You Are"], ["Like a Stone"], ["Set It Off"], ["Shadow on the Sun"], ["I am the Highway"], ["Exploder"], ["Hypnotize"], ["Bring'em Back Alive"], ["Light My Way"], ["Getaway Car"], ["The Last Remaining Light"], ["You Shook Me"], ["I Can't Quit You Baby"], ["Communication Breakdown"], ["Dazed and Confused"], ["The Girl I Love She Got Long Black Wavy Hair"], ["What is and Should Never Be"], ["Communication Breakdown(2)"], ["Travelling Riverside Blues"], ["Whole Lotta Love"], ["Somethin' Else"], ["Communication Breakdown(3)"], ["I Can't Quit You Baby(2)"], ["You Shook Me(2)"], ["How Many More Times"], ["Debra Kadabra"], ["Carolina Hard-Core Ecstasy"], ["Sam With The Showing Scalp Flat Top"], ["Poofter's Froth Wyoming Plans Ahead"], ["200 Years Old"], ["Cucamonga"], ["Advance Romance"], ["Man With The Woman Head"], ["Muffin Man"], ["A Kind Of Magic"], ["Under Pressure"], ["Radio GA GA"], ["I Want It All"], ["I Want To Break Free"], ["Innuendo"], ["It's A Hard Life"], ["Breakthru"], ["Who Wants To Live Forever"], ["Headlong"], ["The Miracle"], ["I'm Going Slightly Mad"], ["The Invisible Man"], ["Hammer To Fall"], ["Friends Will Be Friends"], ["The Show Must Go On"], ["One Vision"], ["Detroit Rock City"], ["Black Diamond"], ["Hard Luck Woman"], ["Sure Know Something"], ["Love Gun"], ["Deuce"], ["Goin' Blind"], ["Shock Me"], ["Do You Love Me"], ["She"], ["I Was Made For Loving You"], ["Shout It Out Loud"], ["God Of Thunder"], ["Calling Dr. Love"], ["Beth"], ["Strutter"], ["Rock And Roll All Nite"], ["Cold Gin"], ["Plaster Caster"], ["God Gave Rock 'n' Roll To You"], ["Into The Light"], ["River Song"], ["She Give Me ..."], ["Don't You Cry"], ["Love Is Blind"], ["Slave"], ["Cry For Love"], ["Living On Love"], ["Midnight Blue"], ["Too Many Tears"], ["Don't Lie To Me"], ["Wherever You May Go"], ["Burn"], ["Stormbringer"], ["Gypsy"], ["Lady Double Dealer"], ["Mistreated"], ["Smoke On The Water"], ["You Fool No One"], ["Custard Pie"], ["The Rover"], ["In My Time Of Dying"], ["Houses Of The Holy"], ["Trampled Under Foot"], ["Kashmir"], ["(Da Le) Yaleo"], ["Love Of My Life"], ["Put Your Lights On"], ["Africa Bamba"], ["Smooth"], ["Do You Like The Way"], ["Maria Maria"], ["Migra"], ["Corazon Espinado"], ["Wishing It Was"], ["El Farol"], ["Primavera"], ["The Calling"], ["Space Truckin'"], ["Going Down / Highway Star"], ["Mistreated (Alternate Version)"], ["You Fool No One (Alternate Version)"], ["Susie Q"], ["I Put A Spell On You"], ["Proud Mary"], ["Bad Moon Rising"], ["Lodi"], ["Green River"], ["Commotion"], ["Down On The Corner"], ["Fortunate Son"], ["Travelin' Band"], ["Who'll Stop The Rain"], ["Up Around The Bend"], ["Run Through The Jungle"], ["Lookin' Out My Back Door"], ["Long As I Can See The Light"], ["I Heard It Through The Grapevine"], ["Have You Ever Seen The Rain?"], ["Hey Tonight"], ["Sweet Hitch-Hiker"], ["Someday Never Comes"], ["Walking On The Water"], ["Suzie-Q, Pt. 2"], ["Born On The Bayou"], ["Good Golly Miss Molly"], ["Tombstone Shadow"], ["Wrote A Song For Everyone"], ["Night Time Is The Right Time"], ["Cotton Fields"], ["It Came Out Of The Sky"], ["Don't Look Now"], ["The Midnight Special"], ["Before You Accuse Me"], ["My Baby Left Me"], ["Pagan Baby"], ["(Wish I Could) Hideaway"], ["It's Just A Thought"], ["Molina"], ["Born To Move"], ["Lookin' For A Reason"], ["Hello Mary Lou"], ["Comin' Home"], ["Lady Luck"], ["Gettin' Tighter"], ["Dealer"], ["I Need Love"], ["Drifter"], ["Love Child"], ["This Time Around / Owed to 'G' instrumental"], ["You Keep On Moving"], ["Speed King"], ["Bloodsucker"], ["Child In Time"], ["Flight Of The Rat"], ["Into The Fire"], ["Living Wreck"], ["Hard Lovin' Man"], ["Fireball"], ["No No No"], ["Strange Kind Of Woman"], ["Anyone's Daughter"], ["The Mule"], ["Fools"], ["No One Came"], ["Knocking At Your Back Door"], ["Bad Attitude"], ["Child In Time (Son Of Aleric - Instrumental)"], ["Nobody's Home"], ["Black Night"], ["Perfect Strangers"], ["The Unwritten Law"], ["Call Of The Wild"], ["Hush"], ["Smoke On The Water"], ["Space Trucking"], ["Highway Star"], ["Maybe I'm A Leo"], ["Pictures Of Home"], ["Never Before"], ["Smoke On The Water"], ["Lazy"], ["Space Truckin'"], ["Vavoom : Ted The Mechanic"], ["Loosen My Strings"], ["Soon Forgotten"], ["Sometimes I Feel Like Screaming"], ["Cascades : I'm Not Your Lover"], ["The Aviator"], ["Rosa's Cantina"], ["A Castle Full Of Rascals"], ["A Touch Away"], ["Hey Cisco"], ["Somebody Stole My Guitar"], ["The Purpendicular Waltz"], ["King Of Dreams"], ["The Cut Runs Deep"], ["Fire In The Basement"], ["Truth Hurts"], ["Breakfast In Bed"], ["Love Conquers All"], ["Fortuneteller"], ["Too Much Is Not Enough"], ["Wicked Ways"], ["Stormbringer"], ["Love Don't Mean a Thing"], ["Holy Man"], ["Hold On"], ["Lady Double Dealer"], ["You Can't Do it Right (With the One You Love)"], ["High Ball Shooter"], ["The Gypsy"], ["Soldier Of Fortune"], ["The Battle Rages On"], ["Lick It Up"], ["Anya"], ["Talk About Love"], ["Time To Kill"], ["Ramshackle Man"], ["A Twist In The Tail"], ["Nasty Piece Of Work"], ["Solitaire"], ["One Man's Meat"], ["Pour Some Sugar On Me"], ["Photograph"], ["Love Bites"], ["Let's Get Rocked"], ["Two Steps Behind [Acoustic Version]"], ["Animal"], ["Heaven Is"], ["Rocket"], ["When Love & Hate Collide"], ["Action"], ["Make Love Like A Man"], ["Armageddon It"], ["Have You Ever Needed Someone So Bad"], ["Rock Of Ages"], ["Hysteria"], ["Bringin' On The Heartbreak"], ["Get Out"], ["Ricochet"], ["Evidence"], ["The Gentle Art Of Making Enemies"], ["Star A.D."], ["Cuckoo For Caca"], ["Caralho Voador"], ["Ugly In The Morning"], ["Digging The Grave"], ["Take This Bottle"], ["King For A Day"], ["What A Day"], ["The Last To Know"], ["Just A Man"], ["Absolute Zero"], ["In Your Honor"], ["No Way Back"], ["Best Of You"], ["DOA"], ["Hell"], ["The Last Song"], ["Free Me"], ["Resolve"], ["The Deepest Blues Are Black"], ["End Over End"], ["Still"], ["What If I Do?"], ["Miracle"], ["Another Round"], ["Friend Of A Friend"], ["Over And Out"], ["On The Mend"], ["Virginia Moon"], ["Cold Day In The Sun"], ["Razor"], ["Doll"], ["Monkey Wrench"], ["Hey, Johnny Park!"], ["My Poor Brain"], ["Wind Up"], ["Up In Arms"], ["My Hero"], ["See You"], ["Enough Space"], ["February Stars"], ["Everlong"], ["Walking After You"], ["New Way Home"], ["The Wicker Man"], ["Ghost Of The Navigator"], ["Brave New World"], ["Blood Brothers"], ["The Mercenary"], ["Dream Of Mirrors"], ["The Fallen Angel"], ["The Nomad"], ["Out Of The Silent Planet"], ["The Thin Line Between Love & Hate"], ["Be Quick Or Be Dead"], ["From Here To Eternity"], ["Afraid To Shoot Strangers"], ["Fear Is The Key"], ["Childhood's End"], ["Wasting Love"], ["The Fugitive"], ["Chains Of Misery"], ["The Apparition"], ["Judas Be My Guide"], ["Weekend Warrior"], ["Fear Of The Dark"], ["Be Quick Or Be Dead"], ["The Number Of The Beast"], ["Wrathchild"], ["From Here To Eternity"], ["Can I Play With Madness"], ["Wasting Love"], ["Tailgunner"], ["The Evil That Men Do"], ["Afraid To Shoot Strangers"], ["Fear Of The Dark"], ["Bring Your Daughter... To The Slaughter..."], ["The Clairvoyant"], ["Heaven Can Wait"], ["Run To The Hills"], ["2 Minutes To Midnight"], ["Iron Maiden"], ["Hallowed Be Thy Name"], ["The Trooper"], ["Sanctuary"], ["Running Free"], ["Dream Of Mirrors"], ["The Clansman"], ["Fear Of The Dark"], ["Iron Maiden"], ["The Number Of The Beast"], ["Hallowed Be Thy Name"], ["Sanctuary"], ["Run To The Hills"], ["The Number Of The Beast"], ["Sign Of The Cross"], ["Lord Of The Flies"], ["Man On The Edge"], ["Fortunes Of War"], ["Look For The Truth"], ["The Aftermath"], ["Judgement Of Heaven"], ["Blood On The World's Hands"], ["The Edge Of Darkness"], ["2 A.M."], ["The Unbeliever"], ["Futureal"], ["The Angel And The Gambler"], ["Lightning Strikes Twice"], ["The Clansman"], ["When Two Worlds Collide"], ["The Educated Fool"], ["Don't Look To The Eyes Of A Stranger"], ["Como Estais Amigos"], ["When You Gonna Learn (Digeridoo)"], ["Too Young To Die"], ["Hooked Up"], ["If I Like It, I Do It"], ["Music Of The Wind"], ["Emergency On Planet Earth"], ["Whatever It Is, I Just Can't Stop"], ["Blow Your Mind"], ["Revolution 1993"], ["Didgin' Out"], ["Foxy Lady"], ["Manic Depression"], ["Red House"], ["Can You See Me"], ["Love Or Confusion"], ["I Don't Live Today"], ["May This Be Love"], ["Fire"], ["Third Stone From The Sun"], ["Remember"], ["Are You Experienced?"], ["Hey Joe"], ["Stone Free"], ["Purple Haze"], ["51st Anniversary"], ["The Wind Cries Mary"], ["Highway Chile"], ["Comin' Home"], ["Plaster Caster"], ["Goin' Blind"], ["Do You Love Me"], ["Domino"], ["Sure Know Something"], ["A World Without Heroes"], ["Rock Bottom"], ["See You Tonight"], ["I Still Love You"], ["Every Time I Look At You"], ["2,000 Man"], ["Beth"], ["Nothin' To Lose"], ["Rock And Roll All Nite"], ["Immigrant Song"], ["Heartbreaker"], ["Since I've Been Loving You"], ["Black Dog"], ["Dazed And Confused"], ["Stairway To Heaven"], ["Going To California"], ["That's The Way"], ["Whole Lotta Love (Medley)"], ["Thank You"], ["We're Gonna Groove"], ["Poor Tom"], ["I Can't Quit You Baby"], ["Walter's Walk"], ["Ozone Baby"], ["Darlene"], ["Bonzo's Montreux"], ["Wearing And Tearing"], ["The Song Remains The Same"], ["The Rain Song"], ["Over The Hills And Far Away"], ["The Crunge"], ["Dancing Days"], ["D'Yer Mak'er"], ["No Quarter"], ["The Ocean"], ["In The Evening"], ["South Bound Saurez"], ["Fool In The Rain"], ["Hot Dog"], ["Carouselambra"], ["All My Love"], ["I'm Gonna Crawl"], ["Black Dog"], ["Rock & Roll"], ["The Battle Of Evermore"], ["Stairway To Heaven"], ["Misty Mountain Hop"], ["Four Sticks"], ["Going To California"], ["When The Levee Breaks"], ["Good Times Bad Times"], ["Babe I'm Gonna Leave You"], ["You Shook Me"], ["Dazed and Confused"], ["Your Time Is Gonna Come"], ["Black Mountain Side"], ["Communication Breakdown"], ["I Can't Quit You Baby"], ["How Many More Times"], ["Whole Lotta Love"], ["What Is And What Should Never Be"], ["The Lemon Song"], ["Thank You"], ["Heartbreaker"], ["Living Loving Maid (She's Just A Woman)"], ["Ramble On"], ["Moby Dick"], ["Bring It On Home"], ["Immigrant Song"], ["Friends"], ["Celebration Day"], ["Since I've Been Loving You"], ["Out On The Tiles"], ["Gallows Pole"], ["Tangerine"], ["That's The Way"], ["Bron-Y-Aur Stomp"], ["Hats Off To (Roy) Harper"], ["In The Light"], ["Bron-Yr-Aur"], ["Down By The Seaside"], ["Ten Years Gone"], ["Night Flight"], ["The Wanton Song"], ["Boogie With Stu"], ["Black Country Woman"], ["Sick Again"], ["Achilles Last Stand"], ["For Your Life"], ["Royal Orleans"], ["Nobody's Fault But Mine"], ["Candy Store Rock"], ["Hots On For Nowhere"], ["Tea For One"], ["Rock & Roll"], ["Celebration Day"], ["The Song Remains The Same"], ["Rain Song"], ["Dazed And Confused"], ["No Quarter"], ["Stairway To Heaven"], ["Moby Dick"], ["Whole Lotta Love"], ["Are You Gonna Go My Way"], ["Fly Away"], ["Rock And Roll Is Dead"], ["Again"], ["It Ain't Over 'Til It's Over"], ["Can't Get You Off My Mind"], ["Mr. Cab Driver"], ["American Woman"], ["Stand By My Woman"], ["Always On The Run"], ["Heaven Help"], ["I Belong To You"], ["Believe"], ["Let Love Rule"], ["Black Velveteen"], ["Pseudo Silk Kimono"], ["Kayleigh"], ["Lavender"], ["Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel"], ["Heart Of Lothian: Wide Boy / Curtain Call"], ["Waterhole (Expresso Bongo)"], ["Lords Of The Backstage"], ["Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold"], ["Childhoods End?"], ["White Feather"], ["Down Under"], ["Overkill"], ["Be Good Johnny"], ["Everything I Need"], ["Down by the Sea"], ["Who Can It Be Now?"], ["It's a Mistake"], ["Dr. Heckyll & Mr. Jive"], ["Shakes and Ladders"], ["No Sign of Yesterday"], ["Intro"], ["School"], ["Drain You"], ["Aneurysm"], ["Smells Like Teen Spirit"], ["Been A Son"], ["Lithium"], ["Sliver"], ["Spank Thru"], ["Scentless Apprentice"], ["Heart-Shaped Box"], ["Milk It"], ["Negative Creep"], ["Polly"], ["Breed"], ["Tourette's"], ["Blew"], ["Smells Like Teen Spirit"], ["In Bloom"], ["Come As You Are"], ["Breed"], ["Lithium"], ["Polly"], ["Territorial Pissings"], ["Drain You"], ["Lounge Act"], ["Stay Away"], ["On A Plain"], ["Something In The Way"], ["Time"], ["P.S.Apare\u00c3\u00a7a"], ["Sangue Latino"], ["Folhas Secas"], ["Poeira"], ["M\u00c3\u00a1gica"], ["Quem Mata A Mulher Mata O Melhor"], ["Mundar\u00c3\u00a9u"], ["O Bra\u00c3\u00a7o Da Minha Guitarra"], ["Deus"], ["M\u00c3\u00a3e Terra"], ["\u00c3\u0080s Vezes"], ["Menino De Rua"], ["Prazer E F\u00c3\u00a9"], ["Elza"], ["Shining In The Light"], ["When The World Was Young"], ["Upon A Golden Horse"], ["Blue Train"], ["Please Read The Letter"], ["Most High"], ["Heart In Your Hand"], ["Walking Into Clarksdale"], ["Burning Up"], ["When I Was A Child"], ["House Of Love"], ["Sons Of Freedom"], ["Wrathchild"], ["Killers"], ["Prowler"], ["Murders In The Rue Morgue"], ["Women In Uniform"], ["Remember Tomorrow"], ["Sanctuary"], ["Running Free"], ["Phantom Of The Opera"], ["Iron Maiden"], ["Corduroy"], ["Given To Fly"], ["Hail, Hail"], ["Daughter"], ["Elderly Woman Behind The Counter In A Small Town"], ["Untitled"], ["MFC"], ["Go"], ["Red Mosquito"], ["Even Flow"], ["Off He Goes"], ["Nothingman"], ["Do The Evolution"], ["Better Man"], ["Black"], ["F*Ckin' Up"], ["Can't Keep"], ["Save You"], ["Love Boat Captain"], ["Cropduster"], ["Ghost"], ["I Am Mine"], ["Thumbing My Way"], ["You Are"], ["Get Right"], ["Green Disease"], ["Help Help"], ["Bushleager"], ["1/2 Full"], ["Arc"], ["All or None"], ["Once"], ["Evenflow"], ["Alive"], ["Why Go"], ["Black"], ["Jeremy"], ["Oceans"], ["Porch"], ["Garden"], ["Deep"], ["Release"], ["Go"], ["Animal"], ["Daughter"], ["Glorified G"], ["Dissident"], ["W.M.A."], ["Blood"], ["Rearviewmirror"], ["Rats"], ["Elderly Woman Behind The Counter In A Small Town"], ["Leash"], ["Indifference"], ["Speak To Me/Breathe"], ["On The Run"], ["Time"], ["The Great Gig In The Sky"], ["Money"], ["Us And Them"], ["Any Colour You Like"], ["Brain Damage"], ["Eclipse"], ["Bohemian Rhapsody"], ["Another One Bites The Dust"], ["Killer Queen"], ["Fat Bottomed Girls"], ["Bicycle Race"], ["You're My Best Friend"], ["Don't Stop Me Now"], ["Save Me"], ["Crazy Little Thing Called Love"], ["Somebody To Love"], ["Now I'm Here"], ["Good Old-Fashioned Lover Boy"], ["Play The Game"], ["Flash"], ["Seven Seas Of Rhye"], ["We Will Rock You"], ["We Are The Champions"], ["We Will Rock You"], ["We Are The Champions"], ["Sheer Heart Attack"], ["All Dead, All Dead"], ["Spread Your Wings"], ["Fight From The Inside"], ["Get Down, Make Love"], ["Sleep On The Sidewalk"], ["Who Needs You"], ["It's Late"], ["My Melancholy Blues"], ["How The West Was Won And Where It Got Us"], ["The Wake-Up Bomb"], ["New Test Leper"], ["Undertow"], ["E-Bow The Letter"], ["Leave"], ["Departure"], ["Bittersweet Me"], ["Be Mine"], ["Binky The Doormat"], ["Zither"], ["So Fast, So Numb"], ["Low Desert"], ["Electrolite"], ["Maluco Beleza"], ["O Dia Em Que A Terra Parou"], ["No Fundo Do Quintal Da Escola"], ["O Segredo Do Universo"], ["As Profecias"], ["Mata Virgem"], ["Sapato 36"], ["Todo Mundo Explica"], ["Que Luz \u00c3\u0089 Essa"], ["Diamante De Mendigo"], ["Neg\u00c3\u00b3cio \u00c3\u0089"], ["Muita Estrela, Pouca Constela\u00c3\u00a7\u00c3\u00a3o"], ["S\u00c3\u00a9culo XXI"], ["Rock Das Aranhas (Ao Vivo) (Live)"], ["By The Way"], ["Universally Speaking"], ["This Is The Place"], ["Dosed"], ["Don't Forget Me"], ["The Zephyr Song"], ["Can't Stop"], ["I Could Die For You"], ["Midnight"], ["Throw Away Your Television"], ["Cabron"], ["Tear"], ["On Mercury"], ["Minor Thing"], ["Warm Tape"], ["Venice Queen"], ["Around The World"], ["Parallel Universe"], ["Scar Tissue"], ["Otherside"], ["Get On Top"], ["Californication"], ["Easily"], ["Porcelain"], ["Emit Remmus"], ["I Like Dirt"], ["This Velvet Glove"], ["Savior"], ["Purple Stain"], ["Right On Time"], ["Road Trippin'"], ["The Spirit Of Radio"], ["The Trees"], ["Something For Nothing"], ["Freewill"], ["Xanadu"], ["Bastille Day"], ["By-Tor And The Snow Dog"], ["Anthem"], ["Closer To The Heart"], ["2112 Overture"], ["The Temples Of Syrinx"], ["La Villa Strangiato"], ["Fly By Night"], ["Finding My Way"], ["Jingo"], ["El Corazon Manda"], ["La Puesta Del Sol"], ["Persuasion"], ["As The Years Go by"], ["Soul Sacrifice"], ["Fried Neckbones And Home Fries"], ["Santana Jam"], ["Evil Ways"], ["We've Got To Get Together/Jingo"], ["Rock Me"], ["Just Ain't Good Enough"], ["Funky Piano"], ["The Way You Do To Mer"], ["Holding Back The Years"], ["Money's Too Tight To Mention"], ["The Right Thing"], ["It's Only Love"], ["A New Flame"], ["You've Got It"], ["If You Don't Know Me By Now"], ["Stars"], ["Something Got Me Started"], ["Thrill Me"], ["Your Mirror"], ["For Your Babies"], ["So Beautiful"], ["Angel"], ["Fairground"], ["\u00c3\u0081gua E Fogo"], ["Tr\u00c3\u00aas Lados"], ["Ela Desapareceu"], ["Balada Do Amor Inabal\u00c3\u00a1vel"], ["Can\u00c3\u00a7\u00c3\u00a3o Noturna"], ["Mu\u00c3\u00a7ulmano"], ["Maquinarama"], ["Rebeli\u00c3\u00a3o"], ["A \u00c3\u009altima Guerra"], ["Fica"], ["Ali"], ["Preto Dami\u00c3\u00a3o"], ["\u00c3\u0089 Uma Partida De Futebol"], ["Eu Disse A Ela"], ["Z\u00c3\u00a9 Trindade"], ["Garota Nacional"], ["T\u00c3\u00a3o Seu"], ["Sem Terra"], ["Os Exilados"], ["Um Dia Qualquer"], ["Los Pretos"], ["Sul Da Am\u00c3\u00a9rica"], ["Pocon\u00c3\u00a9"], ["Nothing To Say"], ["Flower"], ["Loud Love"], ["Hands All Over"], ["Get On The Snake"], ["Jesus Christ Pose"], ["Outshined"], ["Rusty Cage"], ["Spoonman"], ["The Day I Tried To Live"], ["Black Hole Sun"], ["Fell On Black Days"], ["Pretty Noose"], ["Burden In My Hand"], ["Blow Up The Outside World"], ["Ty Cobb"], ["Bleed Together"], ["Dead And Bloated"], ["Sex Type Thing"], ["Wicked Garden"], ["No Memory"], ["Sin"], ["Naked Sunday"], ["Creep"], ["Piece Of Pie"], ["Plush"], ["Wet My Bed"], ["Crackerman"], ["Where The River Goes"], ["The Sun Road"], ["Dark Corners"], ["Duende"], ["Black Light Syndrome"], ["Falling in Circles"], ["Book of Hours"], ["Chaos-Control"], ["War (The Process)"], ["The Saint"], ["Rise"], ["Take The Power"], ["Breathe"], ["Nico"], ["American Gothic"], ["Ashes And Ghosts"], ["Shape The Sky"], ["Speed Of Light"], ["True Believers"], ["My Bridges Burn"], ["She Sells Sanctuary"], ["Fire Woman"], ["Lil' Evil"], ["Spirit Walker"], ["The Witch"], ["Revolution"], ["Wild Hearted Son"], ["Love Removal Machine"], ["Rain"], ["Edie (Ciao Baby)"], ["Heart Of Soul"], ["Love"], ["Wild Flower"], ["Go West"], ["Resurrection Joe"], ["Sun King"], ["Sweet Soul Sister"], ["Earth Mofo"], ["Break on Through"], ["Soul Kitchen"], ["The Crystal Ship"], ["Twentienth Century Fox"], ["Alabama Song"], ["Light My Fire"], ["Back Door Man"], ["I Looked At You"], ["End Of The Night"], ["Take It As It Comes"], ["The End"], ["Roxanne"], ["Can't Stand Losing You"], ["Message in a Bottle"], ["Walking on the Moon"], ["Don't Stand so Close to Me"], ["De Do Do Do, De Da Da Da"], ["Every Little Thing She Does is Magic"], ["Invisible Sun"], ["Spirit's in the Material World"], ["Every Breath You Take"], ["King Of Pain"], ["Wrapped Around Your Finger"], ["Don't Stand So Close to Me '86"], ["Message in a Bottle (new classic rock mix)"], ["Time Is On My Side"], ["Heart Of Stone"], ["Play With Fire"], ["Satisfaction"], ["As Tears Go By"], ["Get Off Of My Cloud"], ["Mother's Little Helper"], ["19th Nervous Breakdown"], ["Paint It Black"], ["Under My Thumb"], ["Ruby Tuesday"], ["Let's Spend The Night Together"], ["Intro"], ["You Got Me Rocking"], ["Gimmie Shelters"], ["Flip The Switch"], ["Memory Motel"], ["Corinna"], ["Saint Of Me"], ["Wainting On A Friend"], ["Sister Morphine"], ["Live With Me"], ["Respectable"], ["Thief In The Night"], ["The Last Time"], ["Out Of Control"], ["Love Is Strong"], ["You Got Me Rocking"], ["Sparks Will Fly"], ["The Worst"], ["New Faces"], ["Moon Is Up"], ["Out Of Tears"], ["I Go Wild"], ["Brand New Car"], ["Sweethearts Together"], ["Suck On The Jugular"], ["Blinded By Rainbows"], ["Baby Break It Down"], ["Thru And Thru"], ["Mean Disposition"], ["I Can't Explain"], ["Anyway, Anyhow, Anywhere"], ["My Generation"], ["Substitute"], ["I'm A Boy"], ["Boris The Spider"], ["Happy Jack"], ["Pictures Of Lily"], ["I Can See For Miles"], ["Magic Bus"], ["Pinball Wizard"], ["The Seeker"], ["Baba O'Riley"], ["Won't Get Fooled Again (Full Length Version)"], ["Let's See Action"], ["5.15"], ["Join Together"], ["Squeeze Box"], ["Who Are You (Single Edit Version)"], ["You Better You Bet"], ["Zoo Station"], ["Even Better Than The Real Thing"], ["One"], ["Until The End Of The World"], ["Who's Gonna Ride Your Wild Horses"], ["So Cruel"], ["The Fly"], ["Mysterious Ways"], ["Tryin' To Throw Your Arms Around The World"], ["Ultraviolet (Light My Way)"], ["Acrobat"], ["Love Is Blindness"], ["Beautiful Day"], ["Stuck In A Moment You Can't Get Out Of"], ["Elevation"], ["Walk On"], ["Kite"], ["In A Little While"], ["Wild Honey"], ["Peace On Earth"], ["When I Look At The World"], ["New York"], ["Grace"], ["The Three Sunrises"], ["Spanish Eyes"], ["Sweetest Thing"], ["Love Comes Tumbling"], ["Bass Trap"], ["Dancing Barefoot"], ["Everlasting Love"], ["Unchained Melody"], ["Walk To The Water"], ["Luminous Times (Hold On To Love)"], ["Hallelujah Here She Comes"], ["Silver And Gold"], ["Endless Deep"], ["A Room At The Heartbreak Hotel"], ["Trash, Trampoline And The Party Girl"], ["Vertigo"], ["Miracle Drug"], ["Sometimes You Can't Make It On Your Own"], ["Love And Peace Or Else"], ["City Of Blinding Lights"], ["All Because Of You"], ["A Man And A Woman"], ["Crumbs From Your Table"], ["One Step Closer"], ["Original Of The Species"], ["Yahweh"], ["Discotheque"], ["Do You Feel Loved"], ["Mofo"], ["If God Will Send His Angels"], ["Staring At The Sun"], ["Last Night On Earth"], ["Gone"], ["Miami"], ["The Playboy Mansion"], ["If You Wear That Velvet Dress"], ["Please"], ["Wake Up Dead Man"], ["Helter Skelter"], ["Van Diemen's Land"], ["Desire"], ["Hawkmoon 269"], ["All Along The Watchtower"], ["I Still Haven't Found What I'm Looking for"], ["Freedom For My People"], ["Silver And Gold"], ["Pride (In The Name Of Love)"], ["Angel Of Harlem"], ["Love Rescue Me"], ["When Love Comes To Town"], ["Heartland"], ["God Part II"], ["The Star Spangled Banner"], ["Bullet The Blue Sky"], ["All I Want Is You"], ["Pride (In The Name Of Love)"], ["New Year's Day"], ["With Or Without You"], ["I Still Haven't Found What I'm Looking For"], ["Sunday Bloody Sunday"], ["Bad"], ["Where The Streets Have No Name"], ["I Will Follow"], ["The Unforgettable Fire"], ["Sweetest Thing"], ["Desire"], ["When Love Comes To Town"], ["Angel Of Harlem"], ["All I Want Is You"], ["Sunday Bloody Sunday"], ["Seconds"], ["New Year's Day"], ["Like A Song..."], ["Drowning Man"], ["The Refugee"], ["Two Hearts Beat As One"], ["Red Light"], ["Surrender"], ["\"40\""], ["Zooropa"], ["Babyface"], ["Numb"], ["Lemon"], ["Stay (Faraway, So Close!)"], ["Daddy's Gonna Pay For Your Crashed Car"], ["Some Days Are Better Than Others"], ["The First Time"], ["Dirty Day"], ["The Wanderer"], ["Where Have All The Good Times Gone?"], ["Hang 'Em High"], ["Cathedral"], ["Secrets"], ["Intruder"], ["(Oh) Pretty Woman"], ["Dancing In The Street"], ["Little Guitars (Intro)"], ["Little Guitars"], ["Big Bad Bill (Is Sweet William Now)"], ["The Full Bug"], ["Happy Trails"], ["Eruption"], ["Ain't Talkin' 'bout Love"], ["Runnin' With The Devil"], ["Dance the Night Away"], ["And the Cradle Will Rock..."], ["Unchained"], ["Jump"], ["Panama"], ["Why Can't This Be Love"], ["Dreams"], ["When It's Love"], ["Poundcake"], ["Right Now"], ["Can't Stop Loving You"], ["Humans Being"], ["Can't Get This Stuff No More"], ["Me Wise Magic"], ["Runnin' With The Devil"], ["Eruption"], ["You Really Got Me"], ["Ain't Talkin' 'Bout Love"], ["I'm The One"], ["Jamie's Cryin'"], ["Atomic Punk"], ["Feel Your Love Tonight"], ["Little Dreamer"], ["Ice Cream Man"], ["On Fire"], ["Neworld"], ["Without You"], ["One I Want"], ["From Afar"], ["Dirty Water Dog"], ["Once"], ["Fire in the Hole"], ["Josephina"], ["Year to the Day"], ["Primary"], ["Ballot or the Bullet"], ["How Many Say I"], ["Sucker Train Blues"], ["Do It For The Kids"], ["Big Machine"], ["Illegal I Song"], ["Spectacle"], ["Fall To Pieces"], ["Headspace"], ["Superhuman"], ["Set Me Free"], ["You Got No Right"], ["Slither"], ["Dirty Little Thing"], ["Loving The Alien"]]}, "table_names": "['genres', 'media_types', 'tracks']", "table_image_ids": ["TableImg_Nueev_25.png", "TableImg_Fcojx_5.png", "TableImg_Prqr0_3503.png"], "original_data_index": 1790} +{"question": "What are the minimum, average, and maximum quantities ordered? Check all the invoices.", "answer": {"columns": ["min(Order_Quantity)", "avg(Order_Quantity)", "max(Order_Quantity)"], "index": [0], "data": [["1", 1.6, "2"]]}, "table_names": "['Invoices']", "table_image_ids": ["TableImg_1ukta_15.png"], "original_data_index": 1791} +{"question": "How many orders does Luca Mancini have in his invoices?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['customers', 'invoices']", "table_image_ids": ["TableImg_Dz20d_59.png", "TableImg_2bi81_412.png"], "original_data_index": 1792} +{"question": "Give the names of mountains in alphabetical order.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Duwoni / Mt Speke (Vittorio Emanuele Pk)"], ["Kibo (Uhuru Pk)"], ["Mawenzi (Hans Meyer Pk)"], ["Mount Kenya (Batian)"], ["Mount Kenya (Lenana)"], ["Ngaliema / Mt Stanley (Margherita Pk)"], ["Ngaliema / Mt Stanley (Savoia Pk)"]]}, "table_names": "['mountain']", "table_image_ids": ["TableImg_Dl3ox_7.png"], "original_data_index": 1793} +{"question": "What are all the different food allergies?", "answer": {"columns": ["Allergy"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Anchovies"], ["Eggs"], ["Milk"], ["Nuts"], ["Shellfish"], ["Soy"], ["Wheat"]]}, "table_names": "['Allergy_Type']", "table_image_ids": ["TableImg_13knz_14.png"], "original_data_index": 1794} +{"question": "Show home city where at least two drivers older than 40 are from.", "answer": {"columns": ["Home_city"], "index": [0], "data": [["Hartford"]]}, "table_names": "['driver']", "table_image_ids": ["TableImg_Nuw2y_12.png"], "original_data_index": 1795} +{"question": "What are the details of the student who registered for the most number of courses?", "answer": {"columns": ["student_details"], "index": [0], "data": [["Martin"]]}, "table_names": "['Students', 'Student_Course_Registrations']", "table_image_ids": ["TableImg_3czqw_8.png", "TableImg_4oujp_9.png"], "original_data_index": 1796} +{"question": "What are the names of the clients who do not have any booking?", "answer": {"columns": ["Customer_Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Alvis"], ["Consuelo"], ["Genesis"], ["Marquis"], ["Reinhold"], ["Rory"], ["Rosanna"], ["Urban"], ["Vita"]]}, "table_names": "['Clients', 'Bookings']", "table_image_ids": ["TableImg_Htgpz_20.png", "TableImg_Fu17t_15.png"], "original_data_index": 1797} +{"question": "What is the first name of each student enrolled in class ACCT-211?", "answer": {"columns": ["STU_FNAME"], "index": [0, 1], "data": [["William"], ["Anne"]]}, "table_names": "['CLASS', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_Z9ayl_13.png", "TableImg_Iqbtv_6.png", "TableImg_Z4j1y_8.png"], "original_data_index": 1798} +{"question": "Which customers have both \"On Road\" and \"Shipped\" as order status? List the customer names.", "answer": {"columns": ["customer_name"], "index": [0], "data": [["George"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_Ymfog_15.png", "TableImg_Awhtd_15.png"], "original_data_index": 1799} +{"question": "Give the different positions of players who play for the country with the capital Dublin.", "answer": {"columns": ["Position"], "index": [0, 1], "data": [["Midfielder"], ["Forward"]]}, "table_names": "['country', 'match_season']", "table_image_ids": ["TableImg_Bvb17_6.png", "TableImg_L03hb_16.png"], "original_data_index": 1800} +{"question": "What are the id and the amount of refund of the booking that incurred the most times of payments?", "answer": {"columns": ["booking_id", "amount_of_refund"], "index": [0], "data": [[5, 191.31]]}, "table_names": "['Bookings', 'Payments']", "table_image_ids": ["TableImg_2cop6_15.png", "TableImg_Z36c9_15.png"], "original_data_index": 1801} +{"question": "How many documents were shipped by USPS?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Ref_Shipping_Agents', 'Documents']", "table_image_ids": ["TableImg_H44xb_5.png", "TableImg_Olm6d_15.png"], "original_data_index": 1802} +{"question": "On average, how old are the members in the club \"Hopkins Student Enterprises\"?", "answer": {"columns": ["avg(t3.age)"], "index": [0], "data": [[20.0]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Bww2b_34.png", "TableImg_49hed_4.png", "TableImg_Hah9s_4.png"], "original_data_index": 1803} +{"question": "What are the distinct names of customers who have purchased at least three different products?", "answer": {"columns": ["customer_name"], "index": [0, 1], "data": [["Lexus"], ["Jon"]]}, "table_names": "['Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Egbf8_15.png", "TableImg_2gcad_15.png", "TableImg_Rnnvu_15.png"], "original_data_index": 1804} +{"question": "What are the address and phone number of the buildings managed by \"Brenden\"?", "answer": {"columns": ["building_address", "building_phone"], "index": [0], "data": [["354 Otto Villages\nCharliefort, VT 71664", "915-617-2408x832"]]}, "table_names": "['Apartment_Buildings']", "table_image_ids": ["TableImg_Hdc31_15.png"], "original_data_index": 1805} +{"question": "What are first and last names of players participating in all star game in 1998?", "answer": {"columns": ["name_first", "name_last"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62], "data": [["David", "Wells"], ["Ivan", "Rodriguez"], ["Jim", "Thome"], ["Roberto", "Alomar"], ["Cal", "Ripken"], ["Alex", "Rodriguez"], ["Kenny", "Lofton"], ["Ken", "Griffey"], ["Juan", "Gonzalez"], ["Sandy", "Alomar"], ["Rolando", "Arrojo"], ["Scott", "Brosius"], ["Roger", "Clemens"], ["Bartolo", "Colon"], ["Ray", "Durham"], ["Damion", "Easley"], ["Darin", "Erstad"], ["Tom", "Gordon"], ["Ben", "Grieve"], ["Derek", "Jeter"], ["Pedro", "Martinez"], ["Paul", "O'Neill"], ["Dean", "Palmer"], ["Rafael", "Palmeiro"], ["Troy", "Percival"], ["Brad", "Radke"], ["Manny", "Ramirez"], ["Aaron", "Sele"], ["Mo", "Vaughn"], ["Omar", "Vizquel"], ["John", "Wetteland"], ["Bernie", "Williams"], ["Greg", "Maddux"], ["Mike", "Piazza"], ["Mark", "McGwire"], ["Craig", "Biggio"], ["Chipper", "Jones"], ["Walt", "Weiss"], ["Barry", "Bonds"], ["Larry", "Walker"], ["Tony", "Gwynn"], ["Moises", "Alou"], ["Andy", "Ashby"], ["Dante", "Bichette"], ["Bret", "Boone"], ["Kevin", "Brown"], ["Vinny", "Castilla"], ["Andres", "Galarraga"], ["Tom", "Glavine"], ["Trevor", "Hoffman"], ["Jason", "Kendall"], ["Javy", "Lopez"], ["Robb", "Nen"], ["Rick", "Reed"], ["Edgar", "Renteria"], ["Curt", "Schilling"], ["Jeff", "Shaw"], ["Gary", "Sheffield"], ["Sammy", "Sosa"], ["Ugueth", "Urbina"], ["Greg", "Vaughn"], ["Fernando", "Vina"], ["Devon", "White"]]}, "table_names": "['all_star', 'player']", "table_image_ids": ["TableImg_Kgcza_5069.png", "TableImg_Jidb4_18846.png"], "original_data_index": 1806} +{"question": "How many different teams have had eliminated wrestlers?", "answer": {"columns": ["COUNT (DISTINCT team)"], "index": [0], "data": [[2]]}, "table_names": "['Elimination']", "table_image_ids": ["TableImg_659rf_6.png"], "original_data_index": 1807} +{"question": "How many different kinds of lens brands are there?", "answer": {"columns": ["count(DISTINCT brand)"], "index": [0], "data": [[4]]}, "table_names": "['camera_lens']", "table_image_ids": ["TableImg_Ywk5z_11.png"], "original_data_index": 1808} +{"question": "Which event names were used more than twice for party events?", "answer": {"columns": ["Event_Name"], "index": [0], "data": [["Annaual Meeting"]]}, "table_names": "['party_events']", "table_image_ids": ["TableImg_F8t8a_8.png"], "original_data_index": 1809} +{"question": "Find the average credit score of the customers who have some loan.", "answer": {"columns": ["avg(credit_score)"], "index": [0], "data": [[120.0]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_01rq2_3.png", "TableImg_97831_3.png"], "original_data_index": 1810} +{"question": "How many heads of the departments are older than 56 ?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['head']", "table_image_ids": ["TableImg_Zy7ax_10.png"], "original_data_index": 1811} +{"question": "What are the first names of all students in course ACCT-211?", "answer": {"columns": ["STU_FNAME"], "index": [0, 1], "data": [["William"], ["Anne"]]}, "table_names": "['CLASS', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_T4gyx_13.png", "TableImg_6m7ob_6.png", "TableImg_1zlj3_8.png"], "original_data_index": 1812} +{"question": "What are the names and flags of ships that do not have a captain with the rank of Midshipman?", "answer": {"columns": ["Name", "Flag"], "index": [0, 1, 2, 3, 4], "data": [["HMS Destiny", "Panama"], ["HMS Trojan", "Panama"], ["HM Sloop Sparrow", "Panama"], ["HMS Phalarope", "Panama"], ["HMS Undine", "Malta"]]}, "table_names": "['captain', 'Ship']", "table_image_ids": ["TableImg_1n7l0_7.png", "TableImg_Jsjnb_9.png"], "original_data_index": 1813} +{"question": "How many clubs does the student named \"Eric Tai\" belong to?", "answer": {"columns": ["count(DISTINCT t1.clubname)"], "index": [0], "data": [[0]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_X0o68_34.png", "TableImg_Brjc8_4.png", "TableImg_2obds_4.png"], "original_data_index": 1814} +{"question": "List the event venues and names that have the top 2 most number of people attended.", "answer": {"columns": ["Venue", "Name"], "index": [0, 1], "data": [["Marathon", "Olympia Games Openning"], ["Platense", "Global Awarding"]]}, "table_names": "['event']", "table_image_ids": ["TableImg_Q4bpl_5.png"], "original_data_index": 1815} +{"question": "What are the full names and department ids for the lowest paid employees across all departments.", "answer": {"columns": ["FIRST_NAME", "LAST_NAME", "DEPARTMENT_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25], "data": [["Neena", "Kochhar", 90], ["Lex", "De Haan", 90], ["Bruce", "Ernst", 60], ["Diana", "Lorentz", 60], ["Luis", "Popp", 100], ["Karen", "Colmenares", 30], ["Shanta", "Vollman", 50], ["James", "Marlow", 50], ["TJ", "Olson", 50], ["Joshua", "Patel", 50], ["Peter", "Vargas", 50], ["Peter", "Tucker", 80], ["Oliver", "Tuvault", 80], ["Janette", "King", 80], ["Sarath", "Sewall", 80], ["Harrison", "Bloom", 80], ["Sundita", "Kumar", 80], ["Kimberely", "Grant", 0], ["Martha", "Sullivan", 50], ["Nandita", "Sarchand", 50], ["Randall", "Perkins", 50], ["Jennifer", "Whalen", 10], ["Pat", "Fay", 20], ["Susan", "Mavris", 40], ["Hermann", "Baer", 70], ["William", "Gietz", 110]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_L9a29_107.png"], "original_data_index": 1816} +{"question": "List the time of elimination of the wrestlers with largest days held.", "answer": {"columns": ["Time"], "index": [0], "data": [["10:45"]]}, "table_names": "['wrestler', 'Elimination']", "table_image_ids": ["TableImg_Ppjtw_10.png", "TableImg_Jt1fv_6.png"], "original_data_index": 1817} +{"question": "What is the name of the course with the most registered students?", "answer": {"columns": ["course_name"], "index": [0], "data": [["statistics"]]}, "table_names": "['Courses', 'Student_Course_Registrations']", "table_image_ids": ["TableImg_O4g9w_6.png", "TableImg_Am2vh_9.png"], "original_data_index": 1818} +{"question": "Find the name of the ships that are steered by both a captain with Midshipman rank and a captain with Lieutenant rank.", "answer": {"columns": ["Name"], "index": [0], "data": [["HMS Gorgon"]]}, "table_names": "['captain', 'Ship']", "table_image_ids": ["TableImg_Xr0el_7.png", "TableImg_Zzxv4_9.png"], "original_data_index": 1819} +{"question": "Find the full name of employee who supported the most number of customers.", "answer": {"columns": ["first_name", "last_name"], "index": [0], "data": [["Jane", "Peacock"]]}, "table_names": "['employees', 'customers']", "table_image_ids": ["TableImg_M8kd2_8.png", "TableImg_Orl88_59.png"], "original_data_index": 1820} +{"question": "What are the names and job titles of every person ordered alphabetically by name?", "answer": {"columns": ["name", "job"], "index": [0, 1, 2, 3], "data": [["Alice", "student"], ["Bob", "engineer"], ["Dan", "student"], ["Zach", "doctor"]]}, "table_names": "['Person']", "table_image_ids": ["TableImg_8r1pj_4.png"], "original_data_index": 1821} +{"question": "How many problems does the product with the most problems have? List the number of the problems and product name.", "answer": {"columns": ["count(*)", "product_name"], "index": [0], "data": [[4, "rose"]]}, "table_names": "['Product', 'Problems']", "table_image_ids": ["TableImg_Mvvnb_15.png", "TableImg_8zvbf_15.png"], "original_data_index": 1822} +{"question": "What are the name and active date of the customers whose contact channel code is email?", "answer": {"columns": ["customer_name", "active_from_date"], "index": [0, 1, 2, 3], "data": [["Devin Mills", "2017-12-07 18:18:15"], ["Tillman Ernser", "2017-04-07 04:51:41"], ["Devin Mills", "2017-05-25 16:08:45"], ["Tillman Ernser", "2018-01-05 21:42:56"]]}, "table_names": "['Customers', 'Customer_Contact_Channels']", "table_image_ids": ["TableImg_Caqep_15.png", "TableImg_Hxwtx_20.png"], "original_data_index": 1823} +{"question": "Show the name of aircraft which fewest people have its certificate.", "answer": {"columns": ["name"], "index": [0], "data": [["Boeing 737-800"]]}, "table_names": "['aircraft', 'certificate']", "table_image_ids": ["TableImg_Nlzsm_16.png", "TableImg_G9zs8_69.png"], "original_data_index": 1824} +{"question": "How many Annual Meeting events happened in the United Kingdom region?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['region', 'party', 'party_events']", "table_image_ids": ["TableImg_P85a1_5.png", "TableImg_Kfyjz_5.png", "TableImg_Kfiva_8.png"], "original_data_index": 1825} +{"question": "Show the season, the player, and the name of the team that players belong to.", "answer": {"columns": ["Season", "Player", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [[1996.0, "Steve Ralston Category:Articles with hCards", "Columbus Crew"], [1997.0, "Mike Duhaney Category:Articles with hCards", "Evalyn Feil"], [1998.0, "Ben Olsen Category:Articles with hCards", "Anais VonRueden"], [1999.0, "Jay Heaps Category:Articles with hCards", "Miami Fusion"], [2000.0, "Carlos Bocanegra Category:Articles with hCards", "Enrique Osinski"], [2001.0, "Rodrigo Faria Category:Articles with hCards", "Enrique Osinski"], [2002.0, "Kyle Martino Category:Articles with hCards", "Anais VonRueden"], [2003.0, "Damani Ralph Category:Articles with hCards", "Evalyn Feil"], [2004.0, "Clint Dempsey Category:Articles with hCards", "Anais VonRueden"], [2005.0, "Michael Parkhurst Category:Articles with hCards", "Miami Fusion"], [2006.0, "Jonathan Bornstein Category:Articles with hCards", "D.C. United"], [2007.0, "Maurice Edu Category:Articles with hCards", "Ryley Goldner"], [2008.0, "Sean Franklin Category:Articles with hCards", "Enrique Osinski"], [2009.0, "Omar Gonzalez Category:Articles with hCards", "Enrique Osinski"], [2010.0, "Andy Najar Category:Articles with hCards", "Enrique Osinski"], [2011.0, "C. J. Sapong Category:Articles with hCards", "Anais VonRueden"]]}, "table_names": "['team', 'match_season']", "table_image_ids": ["TableImg_Whqea_10.png", "TableImg_J6m0t_16.png"], "original_data_index": 1826} +{"question": "What is the total number of enrollment of schools that do not have any goalie player?", "answer": {"columns": ["sum(enr)"], "index": [0], "data": [[41000]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_Jhbik_4.png", "TableImg_Xjcvq_6.png"], "original_data_index": 1827} +{"question": "List the names of shops that have no devices in stock.", "answer": {"columns": ["Shop_Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Pentre store"], ["Tynewydd repair"], ["Dinas store"], ["Naval repair"], ["Naval's shop"], ["National Cellphone"]]}, "table_names": "['shop', 'stock']", "table_image_ids": ["TableImg_Gs1dc_12.png", "TableImg_4rg41_8.png"], "original_data_index": 1828} +{"question": "What are the full names of the 3 instructors who teach the most courses?", "answer": {"columns": ["Fname", "Lname"], "index": [0, 1, 2], "data": [["Luigi", "Burzio"], ["Louis", "Beach"], ["Alexander", "Kaplan"]]}, "table_names": "['Faculty', 'Course']", "table_image_ids": ["TableImg_4vj0j_58.png", "TableImg_B3k3b_76.png"], "original_data_index": 1829} +{"question": "Find the last names of faculties who are members of computer science department.", "answer": {"columns": ["Lname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["Brill"], ["Amir"], ["Awerbuch"], ["Goodrich"], ["Kosaraju"], ["Kumar"], ["Masson"], ["Salzberg"], ["Smith"], ["Taylor"], ["Wolff"], ["Yarowsky"], ["Angelopoulou"], ["Beach"], ["Delcher"], ["Jones"], ["Giuliano"], ["Houlahan"], ["Brent"], ["Jelinek"]]}, "table_names": "['Faculty', 'Department', 'Member_of']", "table_image_ids": ["TableImg_Asoxu_58.png", "TableImg_K6ma2_26.png", "TableImg_Swnwm_63.png"], "original_data_index": 1830} +{"question": "Which film has the most number of actors or actresses? List the film name, film id and description.", "answer": {"columns": ["title", "film_id", "description"], "index": [0], "data": [["LAMBS CINCINATTI", 508, "A Insightful Story of a Man And a Feminist who must Fight a Composer in Australia"]]}, "table_names": "['film', 'film_actor']", "table_image_ids": ["TableImg_K2vwp_1000.png", "TableImg_0u339_5462.png"], "original_data_index": 1831} +{"question": "What is the id of the routes whose source and destination airports are in the United States?", "answer": {"columns": ["rid"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157, 3158, 3159, 3160, 3161, 3162, 3163, 3164, 3165, 3166, 3167, 3168, 3169, 3170, 3171, 3172, 3173, 3174, 3175, 3176, 3177, 3178, 3179, 3180, 3181, 3182, 3183, 3184, 3185, 3186, 3187, 3188, 3189, 3190, 3191, 3192, 3193, 3194, 3195, 3196, 3197, 3198, 3199, 3200, 3201, 3202, 3203, 3204, 3205, 3206, 3207, 3208, 3209, 3210, 3211, 3212, 3213, 3214, 3215, 3216, 3217, 3218, 3219, 3220, 3221, 3222, 3223, 3224, 3225, 3226, 3227, 3228, 3229, 3230, 3231, 3232, 3233, 3234, 3235, 3236, 3237, 3238, 3239, 3240, 3241, 3242, 3243, 3244, 3245, 3246, 3247, 3248, 3249, 3250, 3251, 3252, 3253, 3254, 3255, 3256, 3257, 3258, 3259, 3260, 3261, 3262, 3263, 3264, 3265, 3266, 3267, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3275, 3276, 3277, 3278, 3279, 3280, 3281, 3282, 3283, 3284, 3285, 3286, 3287, 3288, 3289, 3290, 3291, 3292, 3293, 3294, 3295, 3296, 3297, 3298, 3299, 3300, 3301, 3302, 3303, 3304, 3305, 3306, 3307, 3308, 3309, 3310, 3311, 3312, 3313, 3314, 3315, 3316, 3317, 3318, 3319, 3320, 3321, 3322, 3323, 3324, 3325, 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333, 3334, 3335, 3336, 3337, 3338, 3339, 3340, 3341, 3342, 3343, 3344, 3345, 3346, 3347, 3348, 3349, 3350, 3351, 3352, 3353, 3354, 3355, 3356, 3357, 3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365, 3366, 3367, 3368, 3369, 3370, 3371, 3372, 3373, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384, 3385, 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393, 3394, 3395, 3396, 3397, 3398, 3399, 3400, 3401, 3402, 3403, 3404, 3405, 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413, 3414, 3415, 3416, 3417, 3418, 3419, 3420, 3421, 3422, 3423, 3424, 3425, 3426, 3427, 3428, 3429, 3430, 3431, 3432, 3433, 3434, 3435, 3436, 3437, 3438, 3439, 3440, 3441, 3442, 3443, 3444, 3445, 3446, 3447, 3448, 3449, 3450, 3451, 3452, 3453, 3454, 3455, 3456, 3457, 3458, 3459, 3460, 3461, 3462, 3463, 3464, 3465, 3466, 3467, 3468, 3469, 3470, 3471, 3472, 3473, 3474, 3475, 3476, 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3486, 3487, 3488, 3489, 3490, 3491, 3492, 3493, 3494, 3495, 3496, 3497, 3498, 3499, 3500, 3501, 3502, 3503, 3504, 3505, 3506, 3507, 3508, 3509, 3510, 3511, 3512, 3513, 3514, 3515, 3516, 3517, 3518, 3519, 3520, 3521, 3522, 3523, 3524, 3525, 3526, 3527, 3528, 3529, 3530, 3531, 3532, 3533, 3534, 3535, 3536, 3537, 3538, 3539, 3540, 3541, 3542, 3543, 3544, 3545, 3546, 3547, 3548, 3549, 3550, 3551, 3552, 3553, 3554, 3555, 3556, 3557, 3558, 3559, 3560, 3561, 3562, 3563, 3564, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, 3573, 3574, 3575, 3576, 3577, 3578, 3579, 3580, 3581, 3582, 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591, 3592, 3593, 3594, 3595, 3596, 3597, 3598, 3599, 3600, 3601, 3602, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610, 3611, 3612, 3613, 3614, 3615, 3616, 3617, 3618, 3619, 3620, 3621, 3622, 3623, 3624, 3625, 3626, 3627, 3628, 3629, 3630, 3631, 3632, 3633, 3634, 3635, 3636, 3637, 3638, 3639, 3640, 3641, 3642, 3643, 3644, 3645, 3646, 3647, 3648, 3649, 3650, 3651, 3652, 3653, 3654, 3655, 3656, 3657, 3658, 3659, 3660, 3661, 3662, 3663, 3664, 3665, 3666, 3667, 3668, 3669, 3670, 3671, 3672, 3673, 3674, 3675, 3676, 3677, 3678, 3679, 3680, 3681, 3682, 3683, 3684, 3685, 3686, 3687, 3688, 3689, 3690, 3691, 3692, 3693, 3694, 3695, 3696, 3697, 3698, 3699, 3700, 3701, 3702, 3703, 3704, 3705, 3706, 3707, 3708, 3709, 3710, 3711, 3712, 3713, 3714, 3715, 3716, 3717, 3718, 3719, 3720, 3721, 3722, 3723, 3724, 3725, 3726, 3727, 3728, 3729, 3730, 3731, 3732, 3733, 3734, 3735, 3736, 3737, 3738, 3739, 3740, 3741, 3742, 3743, 3744, 3745, 3746, 3747, 3748, 3749, 3750, 3751, 3752, 3753, 3754, 3755, 3756, 3757, 3758, 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3767, 3768, 3769, 3770, 3771, 3772, 3773, 3774, 3775, 3776, 3777, 3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787, 3788, 3789, 3790, 3791, 3792, 3793, 3794, 3795, 3796, 3797, 3798, 3799, 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807, 3808, 3809, 3810, 3811, 3812, 3813, 3814, 3815, 3816, 3817, 3818, 3819, 3820, 3821, 3822, 3823, 3824, 3825, 3826, 3827, 3828, 3829, 3830, 3831, 3832, 3833, 3834, 3835, 3836, 3837, 3838, 3839, 3840, 3841, 3842, 3843, 3844, 3845, 3846, 3847, 3848, 3849, 3850, 3851, 3852, 3853, 3854, 3855, 3856, 3857, 3858, 3859, 3860, 3861, 3862, 3863, 3864, 3865, 3866, 3867, 3868, 3869, 3870, 3871, 3872, 3873, 3874, 3875, 3876, 3877, 3878, 3879, 3880, 3881, 3882, 3883, 3884, 3885, 3886, 3887, 3888, 3889, 3890, 3891, 3892, 3893, 3894, 3895, 3896, 3897, 3898, 3899, 3900, 3901, 3902, 3903, 3904, 3905, 3906, 3907, 3908, 3909, 3910, 3911, 3912, 3913, 3914, 3915, 3916, 3917, 3918, 3919, 3920, 3921, 3922, 3923, 3924, 3925, 3926, 3927, 3928, 3929, 3930, 3931, 3932, 3933, 3934, 3935, 3936, 3937, 3938, 3939, 3940, 3941, 3942, 3943, 3944, 3945, 3946, 3947, 3948, 3949, 3950, 3951, 3952, 3953, 3954, 3955, 3956, 3957, 3958, 3959, 3960, 3961, 3962, 3963, 3964, 3965, 3966, 3967, 3968, 3969, 3970, 3971, 3972, 3973, 3974, 3975, 3976, 3977, 3978, 3979, 3980, 3981, 3982, 3983, 3984, 3985, 3986, 3987, 3988, 3989, 3990, 3991, 3992, 3993, 3994, 3995, 3996, 3997, 3998, 3999, 4000, 4001, 4002, 4003, 4004, 4005, 4006, 4007, 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039, 4040, 4041, 4042, 4043, 4044, 4045, 4046, 4047, 4048, 4049, 4050, 4051, 4052, 4053, 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4062, 4063, 4064, 4065, 4066, 4067, 4068, 4069, 4070, 4071, 4072, 4073, 4074, 4075, 4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, 4087, 4088, 4089, 4090, 4091, 4092, 4093, 4094, 4095, 4096, 4097, 4098, 4099, 4100, 4101, 4102, 4103, 4104, 4105, 4106, 4107, 4108, 4109, 4110, 4111, 4112, 4113, 4114, 4115, 4116, 4117, 4118, 4119, 4120, 4121, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4134, 4135, 4136, 4137, 4138, 4139, 4140, 4141, 4142, 4143, 4144, 4145, 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153, 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4163, 4164, 4165, 4166, 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4174, 4175, 4176, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4185, 4186, 4187, 4188, 4189, 4190, 4191, 4192, 4193, 4194, 4195, 4196, 4197, 4198, 4199, 4200, 4201, 4202, 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, 4211, 4212, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4221, 4222, 4223, 4224, 4225, 4226, 4227, 4228, 4229, 4230, 4231, 4232, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4240, 4241, 4242, 4243, 4244, 4245, 4246, 4247, 4248, 4249, 4250, 4251, 4252, 4253, 4254, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262, 4263, 4264, 4265, 4266, 4267, 4268, 4269, 4270, 4271, 4272, 4273, 4274, 4275, 4276, 4277, 4278, 4279, 4280, 4281, 4282, 4283, 4284, 4285, 4286, 4287, 4288, 4289, 4290, 4291, 4292, 4293, 4294, 4295, 4296, 4297, 4298, 4299, 4300, 4301, 4302, 4303, 4304, 4305, 4306, 4307, 4308, 4309, 4310, 4311, 4312, 4313, 4314, 4315, 4316, 4317, 4318, 4319, 4320, 4321, 4322, 4323, 4324, 4325, 4326, 4327, 4328, 4329, 4330, 4331, 4332, 4333, 4334, 4335, 4336, 4337, 4338, 4339, 4340, 4341, 4342, 4343, 4344, 4345, 4346, 4347, 4348, 4349, 4350, 4351, 4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 4362, 4363, 4364, 4365, 4366, 4367, 4368, 4369, 4370, 4371, 4372, 4373, 4374, 4375, 4376, 4377, 4378, 4379, 4380, 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4388, 4389, 4390, 4391, 4392, 4393, 4394, 4395, 4396, 4397, 4398, 4399, 4400, 4401, 4402, 4403, 4404, 4405, 4406, 4407, 4408, 4409, 4410, 4411, 4412, 4413, 4414, 4415, 4416, 4417, 4418, 4419, 4420, 4421, 4422, 4423, 4424, 4425, 4426, 4427, 4428, 4429, 4430, 4431, 4432, 4433, 4434, 4435, 4436, 4437, 4438, 4439, 4440, 4441, 4442, 4443, 4444, 4445, 4446, 4447, 4448, 4449, 4450, 4451, 4452, 4453, 4454, 4455, 4456, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4465, 4466, 4467, 4468, 4469, 4470, 4471, 4472, 4473, 4474, 4475, 4476, 4477, 4478, 4479, 4480, 4481, 4482, 4483, 4484, 4485, 4486, 4487, 4488, 4489, 4490, 4491, 4492, 4493, 4494, 4495, 4496, 4497, 4498, 4499, 4500, 4501, 4502, 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510, 4511, 4512, 4513, 4514, 4515, 4516, 4517, 4518, 4519, 4520, 4521, 4522, 4523, 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534, 4535, 4536, 4537, 4538, 4539, 4540, 4541, 4542, 4543, 4544, 4545, 4546, 4547, 4548, 4549, 4550, 4551, 4552, 4553, 4554, 4555, 4556, 4557, 4558, 4559, 4560, 4561, 4562, 4563, 4564, 4565, 4566, 4567, 4568, 4569, 4570, 4571, 4572, 4573, 4574, 4575, 4576, 4577, 4578, 4579, 4580, 4581, 4582, 4583, 4584, 4585, 4586, 4587, 4588, 4589, 4590, 4591, 4592, 4593, 4594, 4595, 4596, 4597, 4598, 4599, 4600, 4601, 4602, 4603, 4604, 4605, 4606, 4607, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4626, 4627, 4628, 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4650, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4660, 4661, 4662, 4663, 4664, 4665, 4666, 4667, 4668, 4669, 4670, 4671, 4672, 4673, 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4683, 4684, 4685, 4686, 4687, 4688, 4689, 4690, 4691, 4692, 4693, 4694, 4695, 4696, 4697, 4698, 4699, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4742, 4743, 4744, 4745, 4746, 4747, 4748, 4749, 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, 4760, 4761, 4762, 4763, 4764, 4765, 4766, 4767, 4768, 4769, 4770, 4771, 4772, 4773, 4774, 4775, 4776, 4777, 4778, 4779, 4780, 4781, 4782, 4783, 4784, 4785, 4786, 4787, 4788, 4789, 4790, 4791, 4792, 4793, 4794, 4795, 4796, 4797, 4798, 4799, 4800, 4801, 4802, 4803, 4804, 4805, 4806, 4807, 4808, 4809, 4810, 4811, 4812, 4813, 4814, 4815, 4816, 4817, 4818, 4819, 4820, 4821, 4822, 4823, 4824, 4825, 4826, 4827, 4828, 4829, 4830, 4831, 4832, 4833, 4834, 4835, 4836, 4837, 4838, 4839, 4840, 4841, 4842, 4843, 4844, 4845, 4846, 4847, 4848, 4849, 4850, 4851, 4852, 4853, 4854, 4855, 4856, 4857, 4858, 4859, 4860, 4861, 4862, 4863, 4864, 4865, 4866, 4867, 4868, 4869, 4870, 4871, 4872, 4873, 4874, 4875, 4876, 4877, 4878, 4879, 4880, 4881, 4882, 4883, 4884, 4885, 4886, 4887, 4888, 4889, 4890, 4891, 4892, 4893, 4894, 4895, 4896, 4897, 4898, 4899, 4900, 4901, 4902, 4903, 4904, 4905, 4906, 4907, 4908, 4909, 4910, 4911, 4912, 4913, 4914, 4915, 4916, 4917, 4918, 4919, 4920, 4921, 4922, 4923, 4924, 4925, 4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933, 4934, 4935, 4936, 4937, 4938, 4939, 4940, 4941, 4942, 4943, 4944, 4945, 4946, 4947, 4948, 4949, 4950, 4951, 4952, 4953, 4954, 4955, 4956, 4957, 4958, 4959, 4960, 4961, 4962, 4963, 4964, 4965, 4966, 4967, 4968, 4969, 4970, 4971, 4972, 4973, 4974, 4975, 4976, 4977, 4978, 4979, 4980, 4981, 4982, 4983, 4984, 4985, 4986, 4987, 4988, 4989, 4990, 4991, 4992, 4993, 4994, 4995, 4996, 4997, 4998, 4999, 5000, 5001, 5002, 5003, 5004, 5005, 5006, 5007, 5008, 5009, 5010, 5011, 5012, 5013, 5014, 5015, 5016, 5017, 5018, 5019, 5020, 5021, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5034, 5035, 5036, 5037, 5038, 5039, 5040, 5041, 5042, 5043, 5044, 5045, 5046, 5047, 5048, 5049, 5050, 5051, 5052, 5053, 5054, 5055, 5056, 5057, 5058, 5059, 5060, 5061, 5062, 5063, 5064, 5065, 5066, 5067, 5068, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5077, 5078, 5079, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5087, 5088, 5089, 5090, 5091, 5092, 5093, 5094, 5095, 5096, 5097, 5098, 5099, 5100, 5101, 5102, 5103, 5104, 5105, 5106, 5107, 5108, 5109, 5110, 5111, 5112, 5113, 5114, 5115, 5116, 5117, 5118, 5119, 5120, 5121, 5122, 5123, 5124, 5125, 5126, 5127, 5128, 5129, 5130, 5131, 5132, 5133, 5134, 5135, 5136, 5137, 5138, 5139, 5140, 5141, 5142, 5143, 5144, 5145, 5146, 5147, 5148, 5149, 5150, 5151, 5152, 5153, 5154, 5155, 5156, 5157, 5158, 5159, 5160, 5161, 5162, 5163, 5164, 5165, 5166, 5167, 5168, 5169, 5170, 5171, 5172, 5173, 5174, 5175, 5176, 5177, 5178, 5179, 5180, 5181, 5182, 5183, 5184, 5185, 5186, 5187, 5188, 5189, 5190, 5191, 5192, 5193, 5194, 5195, 5196, 5197, 5198, 5199, 5200, 5201, 5202, 5203, 5204, 5205, 5206, 5207, 5208, 5209, 5210, 5211, 5212, 5213, 5214, 5215, 5216, 5217, 5218, 5219, 5220, 5221, 5222, 5223, 5224, 5225, 5226, 5227, 5228, 5229, 5230, 5231, 5232, 5233, 5234, 5235, 5236, 5237, 5238, 5239, 5240, 5241, 5242, 5243, 5244, 5245, 5246, 5247, 5248, 5249, 5250, 5251, 5252, 5253, 5254, 5255, 5256, 5257, 5258, 5259, 5260, 5261, 5262, 5263, 5264, 5265, 5266, 5267, 5268, 5269, 5270, 5271, 5272, 5273, 5274, 5275, 5276, 5277, 5278, 5279, 5280, 5281, 5282, 5283, 5284, 5285, 5286, 5287, 5288, 5289, 5290, 5291, 5292, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5338, 5339, 5340, 5341, 5342, 5343, 5344, 5345, 5346, 5347, 5348, 5349, 5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359, 5360, 5361, 5362, 5363, 5364, 5365, 5366, 5367, 5368, 5369, 5370, 5371, 5372, 5373, 5374, 5375, 5376, 5377, 5378, 5379, 5380, 5381, 5382, 5383, 5384, 5385, 5386, 5387, 5388, 5389, 5390, 5391, 5392, 5393, 5394, 5395, 5396, 5397, 5398, 5399, 5400, 5401, 5402, 5403, 5404, 5405, 5406, 5407, 5408, 5409, 5410, 5411, 5412, 5413, 5414, 5415, 5416, 5417, 5418, 5419, 5420, 5421, 5422, 5423, 5424, 5425, 5426, 5427, 5428, 5429, 5430, 5431, 5432, 5433, 5434, 5435, 5436, 5437, 5438, 5439, 5440, 5441, 5442, 5443, 5444, 5445, 5446, 5447, 5448, 5449, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5458, 5459, 5460, 5461, 5462, 5463, 5464, 5465, 5466, 5467, 5468, 5469, 5470, 5471, 5472, 5473, 5474, 5475, 5476, 5477, 5478, 5479, 5480, 5481, 5482, 5483, 5484, 5485, 5486, 5487, 5488, 5489, 5490, 5491, 5492, 5493, 5494, 5495, 5496, 5497, 5498, 5499, 5500, 5501, 5502, 5503, 5504, 5505, 5506, 5507, 5508, 5509, 5510, 5511, 5512, 5513, 5514, 5515, 5516, 5517, 5518, 5519, 5520, 5521, 5522, 5523, 5524, 5525, 5526, 5527, 5528, 5529, 5530, 5531, 5532, 5533, 5534, 5535, 5536, 5537, 5538, 5539, 5540, 5541, 5542, 5543, 5544, 5545, 5546, 5547, 5548, 5549, 5550, 5551, 5552, 5553, 5554, 5555, 5556, 5557, 5558, 5559, 5560, 5561, 5562, 5563, 5564, 5565, 5566, 5567, 5568, 5569, 5570, 5571, 5572, 5573, 5574, 5575, 5576, 5577, 5578, 5579, 5580, 5581, 5582, 5583, 5584, 5585, 5586, 5587, 5588, 5589, 5590, 5591, 5592, 5593, 5594, 5595, 5596, 5597, 5598, 5599, 5600, 5601, 5602, 5603, 5604, 5605, 5606, 5607, 5608, 5609, 5610, 5611, 5612, 5613, 5614, 5615, 5616, 5617, 5618, 5619, 5620, 5621, 5622, 5623, 5624, 5625, 5626, 5627, 5628, 5629, 5630, 5631, 5632, 5633, 5634, 5635, 5636, 5637, 5638, 5639, 5640, 5641, 5642, 5643, 5644, 5645, 5646, 5647, 5648, 5649, 5650, 5651, 5652, 5653, 5654, 5655, 5656, 5657, 5658, 5659, 5660, 5661, 5662, 5663, 5664, 5665, 5666, 5667, 5668, 5669, 5670, 5671, 5672, 5673, 5674, 5675, 5676, 5677, 5678, 5679, 5680, 5681, 5682, 5683, 5684, 5685, 5686, 5687, 5688, 5689, 5690, 5691, 5692, 5693, 5694, 5695, 5696, 5697, 5698, 5699, 5700, 5701, 5702, 5703, 5704, 5705, 5706, 5707, 5708, 5709, 5710, 5711, 5712, 5713, 5714, 5715, 5716, 5717, 5718, 5719, 5720, 5721, 5722, 5723, 5724, 5725, 5726, 5727, 5728, 5729, 5730, 5731, 5732, 5733, 5734, 5735, 5736, 5737, 5738, 5739, 5740, 5741, 5742, 5743, 5744, 5745, 5746, 5747, 5748, 5749, 5750, 5751, 5752, 5753, 5754, 5755, 5756, 5757, 5758, 5759, 5760, 5761, 5762, 5763, 5764, 5765, 5766, 5767, 5768, 5769, 5770, 5771, 5772, 5773, 5774, 5775, 5776, 5777, 5778, 5779, 5780, 5781, 5782, 5783, 5784, 5785, 5786, 5787, 5788, 5789, 5790, 5791, 5792, 5793, 5794, 5795, 5796, 5797, 5798, 5799, 5800, 5801, 5802, 5803, 5804, 5805, 5806, 5807, 5808, 5809, 5810, 5811, 5812, 5813, 5814, 5815, 5816, 5817, 5818, 5819, 5820, 5821, 5822, 5823, 5824, 5825, 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, 5838, 5839, 5840, 5841, 5842, 5843, 5844, 5845, 5846, 5847, 5848, 5849, 5850, 5851, 5852, 5853, 5854, 5855, 5856, 5857, 5858, 5859, 5860, 5861, 5862, 5863, 5864, 5865, 5866, 5867, 5868, 5869, 5870, 5871, 5872, 5873, 5874, 5875, 5876, 5877, 5878, 5879, 5880, 5881, 5882, 5883, 5884, 5885, 5886, 5887, 5888, 5889, 5890, 5891, 5892, 5893, 5894, 5895, 5896, 5897, 5898, 5899, 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909, 5910, 5911, 5912, 5913, 5914, 5915, 5916, 5917, 5918, 5919, 5920, 5921, 5922, 5923, 5924, 5925, 5926, 5927, 5928, 5929, 5930, 5931, 5932, 5933, 5934, 5935, 5936, 5937, 5938, 5939, 5940, 5941, 5942, 5943, 5944, 5945, 5946, 5947, 5948, 5949, 5950, 5951, 5952, 5953, 5954, 5955, 5956, 5957, 5958, 5959, 5960, 5961, 5962, 5963, 5964, 5965, 5966, 5967, 5968, 5969, 5970, 5971, 5972, 5973, 5974, 5975, 5976, 5977, 5978, 5979, 5980, 5981, 5982, 5983, 5984, 5985, 5986, 5987, 5988, 5989, 5990, 5991, 5992, 5993, 5994, 5995, 5996, 5997, 5998, 5999, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6010, 6011, 6012, 6013, 6014, 6015, 6016, 6017, 6018, 6019, 6020, 6021, 6022, 6023, 6024, 6025, 6026, 6027, 6028, 6029, 6030, 6031, 6032, 6033, 6034, 6035, 6036, 6037, 6038, 6039, 6040, 6041, 6042, 6043, 6044, 6045, 6046, 6047, 6048, 6049, 6050, 6051, 6052, 6053, 6054, 6055, 6056, 6057, 6058, 6059, 6060, 6061, 6062, 6063, 6064, 6065, 6066, 6067, 6068, 6069, 6070, 6071, 6072, 6073, 6074, 6075, 6076, 6077, 6078, 6079, 6080, 6081, 6082, 6083, 6084, 6085, 6086, 6087, 6088, 6089, 6090, 6091, 6092, 6093, 6094, 6095, 6096, 6097, 6098, 6099, 6100, 6101, 6102, 6103, 6104, 6105, 6106, 6107, 6108, 6109, 6110, 6111, 6112, 6113, 6114, 6115, 6116, 6117, 6118, 6119, 6120, 6121, 6122, 6123, 6124, 6125, 6126, 6127, 6128, 6129, 6130, 6131, 6132, 6133, 6134, 6135, 6136, 6137, 6138, 6139, 6140, 6141, 6142, 6143, 6144, 6145, 6146, 6147, 6148, 6149, 6150, 6151, 6152, 6153, 6154, 6155, 6156, 6157, 6158, 6159, 6160, 6161, 6162, 6163, 6164, 6165, 6166, 6167, 6168, 6169, 6170, 6171, 6172, 6173, 6174, 6175, 6176, 6177, 6178, 6179, 6180, 6181, 6182, 6183, 6184, 6185, 6186, 6187, 6188, 6189, 6190, 6191, 6192, 6193, 6194, 6195, 6196, 6197, 6198, 6199, 6200, 6201, 6202, 6203, 6204, 6205, 6206, 6207, 6208, 6209, 6210, 6211, 6212, 6213, 6214, 6215, 6216, 6217, 6218, 6219, 6220, 6221, 6222, 6223, 6224, 6225, 6226, 6227, 6228, 6229, 6230, 6231, 6232, 6233, 6234, 6235, 6236, 6237, 6238, 6239, 6240, 6241, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6263, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 6275, 6276, 6277, 6278, 6279, 6280, 6281, 6282, 6283, 6284, 6285, 6286, 6287, 6288, 6289, 6290, 6291, 6292, 6293, 6294, 6295, 6296, 6297, 6298, 6299, 6300, 6301, 6302, 6303, 6304, 6305, 6306, 6307, 6308, 6309, 6310, 6311, 6312, 6313, 6314, 6315, 6316, 6317, 6318, 6319, 6320, 6321, 6322, 6323, 6324, 6325, 6326, 6327, 6328, 6329, 6330, 6331, 6332, 6333, 6334, 6335, 6336, 6337, 6338, 6339, 6340, 6341, 6342, 6343, 6344, 6345, 6346, 6347, 6348, 6349, 6350, 6351, 6352, 6353, 6354, 6355, 6356, 6357, 6358, 6359, 6360, 6361, 6362, 6363, 6364, 6365, 6366, 6367, 6368, 6369, 6370, 6371, 6372, 6373, 6374, 6375, 6376, 6377, 6378, 6379, 6380, 6381, 6382, 6383, 6384, 6385, 6386, 6387, 6388, 6389, 6390, 6391, 6392, 6393, 6394, 6395, 6396, 6397, 6398, 6399, 6400, 6401, 6402, 6403, 6404, 6405, 6406, 6407, 6408, 6409, 6410, 6411, 6412, 6413, 6414, 6415, 6416, 6417, 6418, 6419, 6420, 6421, 6422, 6423, 6424, 6425, 6426, 6427, 6428, 6429, 6430, 6431, 6432, 6433, 6434, 6435, 6436, 6437, 6438, 6439, 6440, 6441, 6442, 6443, 6444, 6445, 6446, 6447, 6448, 6449, 6450, 6451, 6452, 6453, 6454, 6455, 6456, 6457, 6458, 6459, 6460, 6461, 6462, 6463, 6464, 6465, 6466, 6467, 6468, 6469, 6470, 6471, 6472, 6473, 6474, 6475, 6476, 6477, 6478, 6479, 6480, 6481, 6482, 6483, 6484, 6485, 6486, 6487, 6488, 6489, 6490, 6491, 6492, 6493, 6494, 6495, 6496, 6497, 6498, 6499, 6500, 6501, 6502, 6503, 6504, 6505, 6506, 6507, 6508, 6509, 6510, 6511, 6512, 6513, 6514, 6515, 6516, 6517, 6518, 6519, 6520, 6521, 6522, 6523, 6524, 6525, 6526, 6527, 6528, 6529, 6530, 6531, 6532, 6533, 6534, 6535, 6536, 6537, 6538, 6539, 6540, 6541, 6542, 6543, 6544, 6545, 6546, 6547, 6548, 6549, 6550, 6551, 6552, 6553, 6554, 6555, 6556, 6557, 6558, 6559, 6560, 6561, 6562, 6563, 6564, 6565, 6566, 6567, 6568, 6569, 6570, 6571, 6572, 6573, 6574, 6575, 6576, 6577, 6578, 6579, 6580, 6581, 6582, 6583, 6584, 6585, 6586, 6587, 6588, 6589, 6590, 6591, 6592, 6593, 6594, 6595, 6596, 6597, 6598, 6599, 6600, 6601, 6602, 6603, 6604, 6605, 6606, 6607, 6608, 6609, 6610, 6611, 6612, 6613, 6614, 6615, 6616, 6617, 6618, 6619, 6620, 6621, 6622, 6623, 6624, 6625, 6626, 6627, 6628, 6629, 6630, 6631, 6632, 6633, 6634, 6635, 6636, 6637, 6638, 6639, 6640, 6641, 6642, 6643, 6644, 6645, 6646, 6647, 6648, 6649, 6650, 6651, 6652, 6653, 6654, 6655, 6656, 6657, 6658, 6659, 6660, 6661, 6662, 6663, 6664, 6665, 6666, 6667, 6668, 6669, 6670, 6671, 6672, 6673, 6674, 6675, 6676, 6677, 6678, 6679, 6680, 6681, 6682, 6683, 6684, 6685, 6686, 6687, 6688, 6689, 6690, 6691, 6692, 6693, 6694, 6695, 6696, 6697, 6698, 6699, 6700, 6701, 6702, 6703, 6704, 6705, 6706, 6707, 6708, 6709, 6710, 6711, 6712, 6713, 6714, 6715, 6716, 6717, 6718, 6719, 6720, 6721, 6722, 6723, 6724, 6725, 6726, 6727, 6728, 6729, 6730, 6731, 6732, 6733, 6734, 6735, 6736, 6737, 6738, 6739, 6740, 6741, 6742, 6743, 6744, 6745, 6746, 6747, 6748, 6749, 6750, 6751, 6752, 6753, 6754, 6755, 6756, 6757, 6758, 6759, 6760, 6761, 6762, 6763, 6764, 6765, 6766, 6767, 6768, 6769, 6770, 6771, 6772, 6773, 6774, 6775, 6776, 6777, 6778, 6779, 6780, 6781, 6782, 6783, 6784, 6785, 6786, 6787, 6788, 6789, 6790, 6791, 6792, 6793, 6794, 6795, 6796, 6797, 6798, 6799, 6800, 6801, 6802, 6803, 6804, 6805, 6806, 6807, 6808, 6809, 6810, 6811, 6812, 6813, 6814, 6815, 6816, 6817, 6818, 6819, 6820, 6821, 6822, 6823, 6824, 6825, 6826, 6827, 6828, 6829, 6830, 6831, 6832, 6833, 6834, 6835, 6836, 6837, 6838, 6839, 6840, 6841, 6842, 6843, 6844, 6845, 6846, 6847, 6848, 6849, 6850, 6851, 6852, 6853, 6854, 6855, 6856, 6857, 6858, 6859, 6860, 6861, 6862, 6863, 6864, 6865, 6866, 6867, 6868, 6869, 6870, 6871, 6872, 6873, 6874, 6875, 6876, 6877, 6878, 6879, 6880, 6881, 6882, 6883, 6884, 6885, 6886, 6887, 6888, 6889, 6890, 6891, 6892, 6893, 6894, 6895, 6896, 6897, 6898, 6899, 6900, 6901, 6902, 6903, 6904, 6905, 6906, 6907, 6908, 6909, 6910, 6911, 6912, 6913, 6914, 6915, 6916, 6917, 6918, 6919, 6920, 6921, 6922, 6923, 6924, 6925, 6926, 6927, 6928, 6929, 6930, 6931, 6932, 6933, 6934, 6935, 6936, 6937, 6938, 6939, 6940, 6941, 6942, 6943, 6944, 6945, 6946, 6947, 6948, 6949, 6950, 6951, 6952, 6953, 6954, 6955, 6956, 6957, 6958, 6959, 6960, 6961, 6962, 6963, 6964, 6965, 6966, 6967, 6968, 6969, 6970, 6971, 6972, 6973, 6974, 6975, 6976, 6977, 6978, 6979, 6980, 6981, 6982, 6983, 6984, 6985, 6986, 6987, 6988, 6989, 6990, 6991, 6992, 6993, 6994, 6995, 6996, 6997, 6998, 6999, 7000, 7001, 7002, 7003, 7004, 7005, 7006, 7007, 7008, 7009, 7010, 7011, 7012, 7013, 7014, 7015, 7016, 7017, 7018, 7019, 7020, 7021, 7022, 7023, 7024, 7025, 7026, 7027, 7028, 7029, 7030, 7031, 7032, 7033, 7034, 7035, 7036, 7037, 7038, 7039, 7040, 7041, 7042, 7043, 7044, 7045, 7046, 7047, 7048, 7049, 7050, 7051, 7052, 7053, 7054, 7055, 7056, 7057, 7058, 7059, 7060, 7061, 7062, 7063, 7064, 7065, 7066, 7067, 7068, 7069, 7070, 7071, 7072, 7073, 7074, 7075, 7076, 7077, 7078, 7079, 7080, 7081, 7082, 7083, 7084, 7085, 7086, 7087, 7088, 7089, 7090, 7091, 7092, 7093, 7094, 7095, 7096, 7097, 7098, 7099, 7100, 7101, 7102, 7103, 7104, 7105, 7106, 7107, 7108, 7109, 7110, 7111, 7112, 7113, 7114, 7115, 7116, 7117, 7118, 7119, 7120, 7121, 7122, 7123, 7124, 7125, 7126, 7127, 7128, 7129, 7130, 7131, 7132, 7133, 7134, 7135, 7136, 7137, 7138, 7139, 7140, 7141, 7142, 7143, 7144, 7145, 7146, 7147, 7148, 7149, 7150, 7151, 7152, 7153, 7154, 7155, 7156, 7157, 7158, 7159, 7160, 7161, 7162, 7163, 7164, 7165, 7166, 7167, 7168, 7169, 7170, 7171, 7172, 7173, 7174, 7175, 7176, 7177, 7178, 7179, 7180, 7181, 7182, 7183, 7184, 7185, 7186, 7187, 7188, 7189, 7190, 7191, 7192, 7193, 7194, 7195, 7196, 7197, 7198, 7199, 7200, 7201, 7202, 7203, 7204, 7205, 7206, 7207, 7208, 7209, 7210, 7211, 7212, 7213, 7214, 7215, 7216, 7217, 7218, 7219, 7220, 7221, 7222, 7223, 7224, 7225, 7226, 7227, 7228, 7229, 7230, 7231, 7232, 7233, 7234, 7235, 7236, 7237, 7238, 7239, 7240, 7241, 7242, 7243, 7244, 7245, 7246, 7247, 7248, 7249, 7250, 7251, 7252, 7253, 7254, 7255, 7256, 7257, 7258, 7259, 7260, 7261, 7262, 7263, 7264, 7265, 7266, 7267, 7268, 7269, 7270, 7271, 7272, 7273, 7274, 7275, 7276, 7277, 7278, 7279, 7280, 7281, 7282, 7283, 7284, 7285, 7286, 7287, 7288, 7289, 7290, 7291, 7292, 7293, 7294, 7295, 7296, 7297, 7298, 7299, 7300, 7301, 7302, 7303, 7304, 7305, 7306, 7307, 7308, 7309, 7310, 7311, 7312, 7313, 7314, 7315, 7316, 7317, 7318, 7319, 7320, 7321, 7322, 7323, 7324, 7325, 7326, 7327, 7328, 7329, 7330, 7331, 7332, 7333, 7334, 7335, 7336, 7337, 7338, 7339, 7340, 7341, 7342, 7343, 7344, 7345, 7346, 7347, 7348, 7349, 7350, 7351, 7352, 7353, 7354, 7355, 7356, 7357, 7358, 7359, 7360, 7361, 7362, 7363, 7364, 7365, 7366, 7367, 7368, 7369, 7370, 7371, 7372, 7373, 7374, 7375, 7376, 7377, 7378, 7379, 7380, 7381, 7382, 7383, 7384, 7385, 7386, 7387, 7388, 7389, 7390, 7391, 7392, 7393, 7394, 7395, 7396, 7397, 7398, 7399, 7400, 7401, 7402, 7403, 7404, 7405, 7406, 7407, 7408, 7409, 7410, 7411, 7412, 7413, 7414, 7415, 7416, 7417, 7418, 7419, 7420, 7421, 7422, 7423, 7424, 7425, 7426, 7427, 7428, 7429, 7430, 7431, 7432, 7433, 7434, 7435, 7436, 7437, 7438, 7439, 7440, 7441, 7442, 7443, 7444, 7445, 7446, 7447, 7448, 7449, 7450, 7451, 7452, 7453, 7454, 7455, 7456, 7457, 7458, 7459, 7460, 7461, 7462, 7463, 7464, 7465, 7466, 7467, 7468, 7469, 7470, 7471, 7472, 7473, 7474, 7475, 7476, 7477, 7478, 7479, 7480, 7481, 7482, 7483, 7484, 7485, 7486, 7487, 7488, 7489, 7490, 7491, 7492, 7493, 7494, 7495, 7496, 7497, 7498, 7499, 7500, 7501, 7502, 7503, 7504, 7505, 7506, 7507, 7508, 7509, 7510, 7511, 7512, 7513, 7514, 7515, 7516, 7517, 7518, 7519, 7520, 7521, 7522, 7523, 7524, 7525, 7526, 7527, 7528, 7529, 7530, 7531, 7532, 7533, 7534, 7535, 7536, 7537, 7538, 7539, 7540, 7541, 7542, 7543, 7544, 7545, 7546, 7547, 7548, 7549, 7550, 7551, 7552, 7553, 7554, 7555, 7556, 7557, 7558, 7559, 7560, 7561, 7562, 7563, 7564, 7565, 7566, 7567, 7568, 7569, 7570, 7571, 7572, 7573, 7574, 7575, 7576, 7577, 7578, 7579, 7580, 7581, 7582, 7583, 7584, 7585, 7586, 7587, 7588, 7589, 7590, 7591, 7592, 7593, 7594, 7595, 7596, 7597, 7598, 7599, 7600, 7601, 7602, 7603, 7604, 7605, 7606, 7607, 7608, 7609, 7610, 7611, 7612, 7613, 7614, 7615, 7616, 7617, 7618, 7619, 7620, 7621, 7622, 7623, 7624, 7625, 7626, 7627, 7628, 7629, 7630, 7631, 7632, 7633, 7634, 7635, 7636, 7637, 7638, 7639, 7640, 7641, 7642, 7643, 7644, 7645, 7646, 7647, 7648, 7649, 7650, 7651, 7652, 7653, 7654, 7655, 7656, 7657, 7658, 7659, 7660, 7661, 7662, 7663, 7664, 7665, 7666, 7667, 7668, 7669, 7670, 7671, 7672, 7673, 7674, 7675, 7676, 7677, 7678, 7679, 7680, 7681, 7682, 7683, 7684, 7685, 7686, 7687, 7688, 7689, 7690, 7691, 7692, 7693, 7694, 7695, 7696, 7697, 7698, 7699, 7700, 7701, 7702, 7703, 7704, 7705, 7706, 7707, 7708, 7709, 7710, 7711, 7712, 7713, 7714, 7715, 7716, 7717, 7718, 7719, 7720, 7721, 7722, 7723, 7724, 7725, 7726, 7727, 7728, 7729, 7730, 7731, 7732, 7733, 7734, 7735, 7736, 7737, 7738, 7739, 7740, 7741, 7742, 7743, 7744, 7745, 7746, 7747, 7748, 7749, 7750, 7751, 7752, 7753, 7754, 7755, 7756, 7757, 7758, 7759, 7760, 7761, 7762, 7763, 7764, 7765, 7766, 7767, 7768, 7769, 7770, 7771, 7772, 7773, 7774, 7775, 7776, 7777, 7778, 7779, 7780, 7781, 7782, 7783, 7784, 7785, 7786, 7787, 7788, 7789, 7790, 7791, 7792, 7793, 7794, 7795, 7796, 7797, 7798, 7799, 7800, 7801, 7802, 7803, 7804, 7805, 7806, 7807, 7808, 7809, 7810, 7811, 7812, 7813, 7814, 7815, 7816, 7817, 7818, 7819, 7820, 7821, 7822, 7823, 7824, 7825, 7826, 7827, 7828, 7829, 7830, 7831, 7832, 7833, 7834, 7835, 7836, 7837, 7838, 7839, 7840, 7841, 7842, 7843, 7844, 7845, 7846, 7847, 7848, 7849, 7850, 7851, 7852, 7853, 7854, 7855, 7856, 7857, 7858, 7859, 7860, 7861, 7862, 7863, 7864, 7865, 7866, 7867, 7868, 7869, 7870, 7871, 7872, 7873, 7874, 7875, 7876, 7877, 7878, 7879, 7880, 7881, 7882, 7883, 7884, 7885, 7886, 7887, 7888, 7889, 7890, 7891, 7892, 7893, 7894, 7895, 7896, 7897, 7898, 7899, 7900, 7901, 7902, 7903, 7904, 7905, 7906, 7907, 7908, 7909, 7910, 7911, 7912, 7913, 7914, 7915, 7916, 7917, 7918, 7919, 7920, 7921, 7922, 7923, 7924, 7925, 7926, 7927, 7928, 7929, 7930, 7931, 7932, 7933, 7934, 7935, 7936, 7937, 7938, 7939, 7940, 7941, 7942, 7943, 7944, 7945, 7946, 7947, 7948, 7949, 7950, 7951, 7952, 7953, 7954, 7955, 7956, 7957, 7958, 7959, 7960, 7961, 7962, 7963, 7964, 7965, 7966, 7967, 7968, 7969, 7970, 7971, 7972, 7973, 7974, 7975, 7976, 7977, 7978, 7979, 7980, 7981, 7982, 7983, 7984, 7985, 7986, 7987, 7988, 7989, 7990, 7991, 7992, 7993, 7994, 7995, 7996, 7997, 7998, 7999, 8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007, 8008, 8009, 8010, 8011, 8012, 8013, 8014, 8015, 8016, 8017, 8018, 8019, 8020, 8021, 8022, 8023, 8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031, 8032, 8033, 8034, 8035, 8036, 8037, 8038, 8039, 8040, 8041, 8042, 8043, 8044, 8045, 8046, 8047, 8048, 8049, 8050, 8051, 8052, 8053, 8054, 8055, 8056, 8057, 8058, 8059, 8060, 8061, 8062, 8063, 8064, 8065, 8066, 8067, 8068, 8069, 8070, 8071, 8072, 8073, 8074, 8075, 8076, 8077, 8078, 8079, 8080, 8081, 8082, 8083, 8084, 8085, 8086, 8087, 8088, 8089, 8090, 8091, 8092, 8093, 8094, 8095, 8096, 8097, 8098, 8099, 8100, 8101, 8102, 8103, 8104, 8105, 8106, 8107, 8108, 8109, 8110, 8111, 8112, 8113, 8114, 8115, 8116, 8117, 8118, 8119, 8120, 8121, 8122, 8123, 8124, 8125, 8126, 8127, 8128, 8129, 8130, 8131, 8132, 8133, 8134, 8135, 8136, 8137, 8138, 8139, 8140, 8141, 8142, 8143, 8144, 8145, 8146, 8147, 8148, 8149, 8150, 8151, 8152, 8153, 8154, 8155, 8156, 8157, 8158, 8159, 8160, 8161, 8162, 8163, 8164, 8165, 8166, 8167, 8168, 8169, 8170, 8171, 8172, 8173, 8174, 8175, 8176, 8177, 8178, 8179, 8180, 8181, 8182, 8183, 8184, 8185, 8186, 8187, 8188, 8189, 8190, 8191, 8192, 8193, 8194, 8195, 8196, 8197, 8198, 8199, 8200, 8201, 8202, 8203, 8204, 8205, 8206, 8207, 8208, 8209, 8210, 8211, 8212, 8213, 8214, 8215, 8216, 8217, 8218, 8219, 8220, 8221, 8222, 8223, 8224, 8225, 8226, 8227, 8228, 8229, 8230, 8231, 8232, 8233, 8234, 8235, 8236, 8237, 8238, 8239, 8240, 8241, 8242, 8243, 8244, 8245, 8246, 8247, 8248, 8249, 8250, 8251, 8252, 8253, 8254, 8255, 8256, 8257, 8258, 8259, 8260, 8261, 8262, 8263, 8264, 8265, 8266, 8267, 8268, 8269, 8270, 8271, 8272, 8273, 8274, 8275, 8276, 8277, 8278, 8279, 8280, 8281, 8282, 8283, 8284, 8285, 8286, 8287, 8288, 8289, 8290, 8291, 8292, 8293, 8294, 8295, 8296, 8297, 8298, 8299, 8300, 8301, 8302, 8303, 8304, 8305, 8306, 8307, 8308, 8309, 8310, 8311, 8312, 8313, 8314, 8315, 8316, 8317, 8318, 8319, 8320, 8321, 8322, 8323, 8324, 8325, 8326, 8327, 8328, 8329, 8330, 8331, 8332, 8333, 8334, 8335, 8336, 8337, 8338, 8339, 8340, 8341, 8342, 8343, 8344, 8345, 8346, 8347, 8348, 8349, 8350, 8351, 8352, 8353, 8354, 8355, 8356, 8357, 8358, 8359, 8360, 8361, 8362, 8363, 8364, 8365, 8366, 8367, 8368, 8369, 8370, 8371, 8372, 8373, 8374, 8375, 8376, 8377, 8378, 8379, 8380, 8381, 8382, 8383, 8384, 8385, 8386, 8387, 8388, 8389, 8390, 8391, 8392, 8393, 8394, 8395, 8396, 8397, 8398, 8399, 8400, 8401, 8402, 8403, 8404, 8405, 8406, 8407, 8408, 8409, 8410, 8411, 8412, 8413, 8414, 8415, 8416, 8417, 8418, 8419, 8420, 8421, 8422, 8423, 8424, 8425, 8426, 8427, 8428, 8429, 8430, 8431, 8432, 8433, 8434, 8435, 8436, 8437, 8438, 8439, 8440, 8441, 8442, 8443, 8444, 8445, 8446, 8447, 8448, 8449, 8450, 8451, 8452, 8453, 8454, 8455, 8456, 8457, 8458, 8459, 8460, 8461, 8462, 8463, 8464, 8465, 8466, 8467, 8468, 8469, 8470, 8471, 8472, 8473, 8474, 8475, 8476, 8477, 8478, 8479, 8480, 8481, 8482, 8483, 8484, 8485, 8486, 8487, 8488, 8489, 8490, 8491, 8492, 8493, 8494, 8495, 8496, 8497, 8498, 8499, 8500, 8501, 8502, 8503, 8504, 8505, 8506, 8507, 8508, 8509, 8510, 8511, 8512, 8513, 8514, 8515, 8516, 8517, 8518, 8519, 8520, 8521, 8522, 8523, 8524, 8525, 8526, 8527, 8528, 8529, 8530, 8531, 8532, 8533, 8534, 8535, 8536, 8537, 8538, 8539, 8540, 8541, 8542, 8543, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8556, 8557, 8558, 8559, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 8570, 8571, 8572, 8573, 8574, 8575, 8576, 8577, 8578, 8579, 8580, 8581, 8582, 8583, 8584, 8585, 8586, 8587, 8588, 8589, 8590, 8591, 8592, 8593, 8594, 8595, 8596, 8597, 8598, 8599, 8600, 8601, 8602, 8603, 8604, 8605, 8606, 8607, 8608, 8609, 8610, 8611, 8612, 8613, 8614, 8615, 8616, 8617, 8618, 8619, 8620, 8621, 8622, 8623, 8624, 8625, 8626, 8627, 8628, 8629, 8630, 8631, 8632, 8633, 8634, 8635, 8636, 8637, 8638, 8639, 8640, 8641, 8642, 8643, 8644, 8645, 8646, 8647, 8648, 8649, 8650, 8651, 8652, 8653, 8654, 8655, 8656, 8657, 8658, 8659, 8660, 8661, 8662, 8663, 8664, 8665, 8666, 8667, 8668, 8669, 8670, 8671, 8672, 8673, 8674, 8675, 8676, 8677, 8678, 8679, 8680, 8681, 8682, 8683, 8684, 8685, 8686, 8687, 8688, 8689, 8690, 8691, 8692, 8693, 8694, 8695, 8696, 8697, 8698, 8699, 8700, 8701, 8702, 8703, 8704, 8705, 8706, 8707, 8708, 8709, 8710, 8711, 8712, 8713, 8714, 8715, 8716, 8717, 8718, 8719, 8720, 8721, 8722, 8723, 8724, 8725, 8726, 8727, 8728, 8729, 8730, 8731, 8732, 8733, 8734, 8735, 8736, 8737, 8738, 8739, 8740, 8741, 8742, 8743, 8744, 8745, 8746, 8747, 8748, 8749, 8750, 8751, 8752, 8753, 8754, 8755, 8756, 8757, 8758, 8759, 8760, 8761, 8762, 8763, 8764, 8765, 8766, 8767, 8768, 8769, 8770, 8771, 8772, 8773, 8774, 8775, 8776, 8777, 8778, 8779, 8780, 8781, 8782, 8783, 8784, 8785, 8786, 8787, 8788, 8789, 8790, 8791, 8792, 8793, 8794, 8795, 8796, 8797, 8798, 8799, 8800, 8801, 8802, 8803, 8804, 8805, 8806, 8807, 8808, 8809, 8810, 8811, 8812, 8813, 8814, 8815, 8816, 8817, 8818, 8819, 8820, 8821, 8822, 8823, 8824, 8825, 8826, 8827, 8828, 8829, 8830, 8831, 8832, 8833, 8834, 8835, 8836, 8837, 8838, 8839, 8840, 8841, 8842, 8843, 8844, 8845, 8846, 8847, 8848, 8849, 8850, 8851, 8852, 8853, 8854, 8855, 8856, 8857, 8858, 8859, 8860, 8861, 8862, 8863, 8864, 8865, 8866, 8867, 8868, 8869, 8870, 8871, 8872, 8873, 8874, 8875, 8876, 8877, 8878, 8879, 8880, 8881, 8882, 8883, 8884, 8885, 8886, 8887, 8888, 8889, 8890, 8891, 8892, 8893, 8894, 8895, 8896, 8897, 8898, 8899, 8900, 8901, 8902, 8903, 8904, 8905, 8906, 8907, 8908, 8909, 8910, 8911, 8912, 8913, 8914, 8915, 8916, 8917, 8918, 8919, 8920, 8921, 8922, 8923, 8924, 8925, 8926, 8927, 8928, 8929, 8930, 8931, 8932, 8933, 8934, 8935, 8936, 8937, 8938, 8939, 8940, 8941, 8942, 8943, 8944, 8945, 8946, 8947, 8948, 8949, 8950, 8951, 8952, 8953, 8954, 8955, 8956, 8957, 8958, 8959, 8960, 8961, 8962, 8963, 8964, 8965, 8966, 8967, 8968, 8969, 8970, 8971, 8972, 8973, 8974, 8975, 8976, 8977, 8978, 8979, 8980, 8981, 8982, 8983, 8984, 8985, 8986, 8987, 8988, 8989, 8990, 8991, 8992, 8993, 8994, 8995, 8996, 8997, 8998, 8999, 9000, 9001, 9002, 9003, 9004, 9005, 9006, 9007, 9008, 9009, 9010, 9011, 9012, 9013, 9014, 9015, 9016, 9017, 9018, 9019, 9020, 9021, 9022, 9023, 9024, 9025, 9026, 9027, 9028, 9029, 9030, 9031, 9032, 9033, 9034, 9035, 9036, 9037, 9038, 9039, 9040, 9041, 9042, 9043, 9044, 9045, 9046, 9047, 9048, 9049, 9050, 9051, 9052, 9053, 9054, 9055, 9056, 9057, 9058, 9059, 9060, 9061, 9062, 9063, 9064, 9065, 9066, 9067, 9068, 9069, 9070, 9071, 9072, 9073, 9074, 9075, 9076, 9077, 9078, 9079, 9080, 9081, 9082, 9083, 9084, 9085, 9086, 9087, 9088, 9089, 9090, 9091, 9092, 9093, 9094, 9095, 9096, 9097, 9098, 9099, 9100, 9101, 9102, 9103, 9104, 9105, 9106, 9107, 9108, 9109, 9110, 9111, 9112, 9113, 9114, 9115, 9116, 9117, 9118, 9119, 9120, 9121, 9122, 9123, 9124, 9125, 9126, 9127, 9128, 9129, 9130, 9131, 9132, 9133, 9134, 9135, 9136, 9137, 9138, 9139, 9140, 9141, 9142, 9143, 9144, 9145, 9146, 9147, 9148, 9149, 9150, 9151, 9152, 9153, 9154, 9155, 9156, 9157, 9158, 9159, 9160, 9161, 9162, 9163, 9164, 9165, 9166, 9167, 9168, 9169, 9170, 9171, 9172, 9173, 9174, 9175, 9176, 9177, 9178, 9179, 9180, 9181, 9182, 9183, 9184, 9185, 9186, 9187, 9188, 9189, 9190, 9191, 9192, 9193, 9194, 9195, 9196, 9197, 9198, 9199, 9200, 9201, 9202, 9203, 9204, 9205, 9206, 9207, 9208, 9209, 9210, 9211, 9212, 9213, 9214, 9215, 9216, 9217, 9218, 9219, 9220, 9221, 9222, 9223, 9224, 9225, 9226, 9227, 9228, 9229, 9230, 9231, 9232, 9233, 9234, 9235, 9236, 9237, 9238, 9239, 9240, 9241, 9242, 9243, 9244, 9245, 9246, 9247, 9248, 9249, 9250, 9251, 9252, 9253, 9254, 9255, 9256, 9257, 9258, 9259, 9260, 9261, 9262, 9263, 9264, 9265, 9266, 9267, 9268, 9269, 9270, 9271, 9272, 9273, 9274, 9275, 9276, 9277, 9278, 9279, 9280, 9281, 9282, 9283, 9284, 9285, 9286, 9287, 9288, 9289, 9290, 9291, 9292, 9293, 9294, 9295, 9296, 9297, 9298, 9299, 9300, 9301, 9302, 9303, 9304, 9305, 9306, 9307, 9308, 9309, 9310, 9311, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9322, 9323, 9324, 9325, 9326, 9327, 9328, 9329, 9330, 9331, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 9342, 9343, 9344, 9345, 9346, 9347, 9348, 9349, 9350, 9351, 9352, 9353, 9354, 9355, 9356, 9357, 9358, 9359, 9360, 9361, 9362, 9363, 9364, 9365, 9366, 9367, 9368, 9369, 9370, 9371, 9372, 9373, 9374, 9375, 9376, 9377, 9378, 9379, 9380, 9381, 9382, 9383, 9384, 9385, 9386, 9387, 9388, 9389, 9390, 9391, 9392, 9393, 9394, 9395, 9396, 9397, 9398, 9399, 9400, 9401, 9402, 9403, 9404, 9405, 9406, 9407, 9408, 9409, 9410, 9411, 9412, 9413, 9414, 9415, 9416, 9417, 9418, 9419, 9420, 9421, 9422, 9423, 9424, 9425, 9426, 9427, 9428, 9429, 9430, 9431, 9432, 9433, 9434, 9435, 9436, 9437, 9438, 9439, 9440, 9441, 9442, 9443, 9444, 9445, 9446, 9447, 9448, 9449, 9450, 9451, 9452, 9453, 9454, 9455, 9456, 9457, 9458, 9459, 9460, 9461, 9462, 9463, 9464, 9465, 9466, 9467, 9468, 9469, 9470, 9471, 9472, 9473, 9474, 9475, 9476, 9477, 9478, 9479, 9480, 9481, 9482, 9483, 9484, 9485, 9486, 9487, 9488, 9489, 9490, 9491, 9492, 9493, 9494, 9495, 9496, 9497, 9498, 9499, 9500, 9501, 9502, 9503, 9504, 9505, 9506, 9507, 9508, 9509, 9510, 9511, 9512, 9513, 9514, 9515, 9516, 9517, 9518, 9519, 9520, 9521, 9522, 9523, 9524, 9525, 9526, 9527, 9528, 9529, 9530, 9531, 9532, 9533, 9534, 9535, 9536, 9537, 9538, 9539, 9540, 9541, 9542, 9543, 9544, 9545, 9546, 9547, 9548, 9549, 9550, 9551, 9552, 9553, 9554, 9555, 9556, 9557, 9558, 9559, 9560, 9561, 9562, 9563, 9564, 9565, 9566, 9567, 9568, 9569, 9570, 9571, 9572, 9573, 9574, 9575, 9576, 9577, 9578, 9579, 9580, 9581, 9582, 9583, 9584, 9585, 9586, 9587, 9588, 9589, 9590, 9591, 9592, 9593, 9594, 9595, 9596, 9597, 9598, 9599, 9600, 9601, 9602, 9603, 9604, 9605, 9606, 9607, 9608, 9609, 9610, 9611, 9612, 9613, 9614, 9615, 9616, 9617, 9618, 9619, 9620, 9621, 9622, 9623, 9624, 9625, 9626, 9627, 9628, 9629, 9630, 9631, 9632, 9633, 9634, 9635, 9636, 9637, 9638, 9639, 9640, 9641, 9642, 9643, 9644, 9645, 9646, 9647, 9648, 9649, 9650, 9651, 9652, 9653, 9654, 9655, 9656, 9657, 9658, 9659, 9660, 9661, 9662, 9663, 9664, 9665, 9666, 9667, 9668, 9669, 9670, 9671, 9672, 9673, 9674, 9675, 9676, 9677, 9678, 9679, 9680, 9681, 9682, 9683, 9684, 9685, 9686, 9687, 9688, 9689, 9690, 9691, 9692, 9693, 9694, 9695, 9696, 9697, 9698, 9699, 9700, 9701, 9702, 9703, 9704, 9705, 9706, 9707, 9708, 9709, 9710, 9711, 9712, 9713, 9714, 9715, 9716, 9717, 9718, 9719, 9720, 9721, 9722, 9723, 9724, 9725, 9726, 9727, 9728, 9729, 9730, 9731, 9732, 9733, 9734, 9735, 9736, 9737, 9738, 9739, 9740, 9741, 9742, 9743, 9744, 9745, 9746, 9747, 9748, 9749, 9750, 9751, 9752, 9753, 9754, 9755, 9756, 9757, 9758, 9759, 9760, 9761, 9762, 9763, 9764, 9765, 9766, 9767, 9768, 9769, 9770, 9771, 9772, 9773, 9774, 9775, 9776, 9777, 9778, 9779, 9780, 9781, 9782, 9783, 9784, 9785, 9786, 9787, 9788, 9789, 9790, 9791, 9792, 9793, 9794, 9795, 9796, 9797, 9798, 9799, 9800, 9801, 9802, 9803, 9804, 9805, 9806, 9807, 9808, 9809, 9810, 9811, 9812, 9813, 9814, 9815, 9816, 9817, 9818, 9819, 9820, 9821, 9822, 9823, 9824, 9825, 9826, 9827, 9828, 9829, 9830, 9831, 9832, 9833, 9834, 9835, 9836, 9837, 9838, 9839, 9840, 9841, 9842, 9843, 9844, 9845, 9846, 9847, 9848, 9849, 9850, 9851, 9852, 9853, 9854, 9855, 9856, 9857, 9858, 9859, 9860, 9861, 9862, 9863, 9864, 9865, 9866, 9867, 9868, 9869, 9870, 9871, 9872, 9873, 9874, 9875, 9876, 9877, 9878, 9879, 9880, 9881, 9882, 9883, 9884, 9885, 9886, 9887, 9888, 9889, 9890, 9891, 9892, 9893, 9894, 9895, 9896, 9897, 9898, 9899, 9900, 9901, 9902, 9903, 9904, 9905, 9906, 9907, 9908, 9909, 9910, 9911, 9912, 9913, 9914, 9915, 9916, 9917, 9918, 9919, 9920, 9921, 9922, 9923, 9924, 9925, 9926, 9927, 9928, 9929, 9930, 9931, 9932, 9933, 9934, 9935, 9936, 9937, 9938, 9939, 9940, 9941, 9942, 9943, 9944, 9945, 9946, 9947, 9948, 9949, 9950, 9951, 9952, 9953, 9954, 9955, 9956, 9957, 9958, 9959, 9960, 9961, 9962, 9963, 9964, 9965, 9966, 9967, 9968, 9969, 9970, 9971, 9972, 9973, 9974, 9975, 9976, 9977, 9978, 9979, 9980, 9981, 9982, 9983, 9984, 9985, 9986, 9987, 9988, 9989, 9990, 9991, 9992, 9993, 9994, 9995, 9996, 9997, 9998, 9999, 10000, 10001, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009, 10010, 10011, 10012, 10013, 10014, 10015, 10016, 10017, 10018, 10019, 10020, 10021, 10022, 10023, 10024, 10025, 10026, 10027, 10028, 10029, 10030, 10031, 10032, 10033, 10034, 10035, 10036, 10037, 10038, 10039, 10040, 10041, 10042, 10043, 10044, 10045, 10046, 10047, 10048, 10049, 10050, 10051, 10052, 10053, 10054, 10055, 10056, 10057, 10058, 10059, 10060, 10061, 10062, 10063, 10064, 10065, 10066, 10067, 10068, 10069, 10070, 10071, 10072, 10073, 10074, 10075, 10076, 10077, 10078, 10079, 10080, 10081, 10082, 10083, 10084, 10085, 10086, 10087, 10088, 10089, 10090, 10091, 10092, 10093, 10094, 10095, 10096, 10097, 10098, 10099, 10100, 10101, 10102, 10103, 10104, 10105, 10106, 10107, 10108, 10109, 10110, 10111, 10112, 10113, 10114, 10115, 10116, 10117, 10118, 10119, 10120, 10121, 10122, 10123, 10124, 10125, 10126, 10127, 10128, 10129, 10130, 10131, 10132, 10133, 10134, 10135, 10136, 10137, 10138, 10139, 10140, 10141, 10142, 10143, 10144, 10145, 10146, 10147, 10148, 10149, 10150, 10151, 10152, 10153, 10154, 10155, 10156, 10157, 10158, 10159, 10160, 10161, 10162, 10163, 10164, 10165, 10166, 10167, 10168, 10169, 10170, 10171, 10172, 10173, 10174, 10175, 10176, 10177, 10178, 10179, 10180, 10181, 10182, 10183, 10184, 10185, 10186, 10187, 10188, 10189, 10190, 10191, 10192, 10193, 10194, 10195, 10196, 10197, 10198, 10199, 10200, 10201, 10202, 10203, 10204, 10205, 10206, 10207, 10208, 10209, 10210, 10211, 10212, 10213, 10214, 10215, 10216, 10217, 10218, 10219, 10220, 10221, 10222, 10223, 10224, 10225, 10226, 10227, 10228, 10229, 10230, 10231, 10232, 10233, 10234, 10235, 10236, 10237, 10238, 10239, 10240, 10241, 10242, 10243, 10244, 10245, 10246, 10247, 10248, 10249, 10250, 10251, 10252, 10253, 10254, 10255, 10256, 10257, 10258, 10259, 10260, 10261, 10262, 10263, 10264, 10265, 10266, 10267, 10268, 10269, 10270, 10271, 10272, 10273, 10274, 10275, 10276, 10277, 10278, 10279, 10280, 10281, 10282, 10283, 10284, 10285, 10286, 10287, 10288, 10289, 10290, 10291, 10292, 10293, 10294, 10295, 10296, 10297, 10298, 10299, 10300, 10301, 10302, 10303, 10304, 10305, 10306, 10307, 10308, 10309, 10310, 10311, 10312, 10313, 10314, 10315, 10316, 10317, 10318, 10319, 10320, 10321, 10322, 10323, 10324, 10325, 10326, 10327, 10328, 10329, 10330, 10331, 10332, 10333, 10334, 10335, 10336, 10337, 10338, 10339, 10340, 10341, 10342, 10343, 10344, 10345, 10346, 10347, 10348, 10349, 10350, 10351, 10352, 10353, 10354, 10355, 10356, 10357, 10358, 10359, 10360, 10361, 10362, 10363, 10364, 10365, 10366, 10367, 10368, 10369, 10370, 10371, 10372, 10373, 10374, 10375, 10376, 10377, 10378, 10379, 10380, 10381, 10382, 10383, 10384, 10385, 10386, 10387, 10388, 10389, 10390, 10391, 10392, 10393, 10394, 10395, 10396, 10397, 10398, 10399, 10400, 10401, 10402, 10403, 10404, 10405, 10406, 10407, 10408, 10409, 10410, 10411, 10412, 10413, 10414, 10415, 10416, 10417, 10418, 10419, 10420, 10421, 10422, 10423, 10424, 10425, 10426, 10427, 10428, 10429, 10430, 10431, 10432, 10433, 10434, 10435, 10436, 10437, 10438, 10439, 10440, 10441, 10442, 10443, 10444, 10445, 10446, 10447, 10448, 10449, 10450, 10451, 10452, 10453, 10454, 10455, 10456, 10457, 10458, 10459, 10460, 10461, 10462, 10463, 10464, 10465, 10466, 10467, 10468, 10469, 10470, 10471, 10472, 10473, 10474, 10475, 10476, 10477, 10478, 10479, 10480, 10481, 10482, 10483, 10484, 10485, 10486, 10487, 10488, 10489, 10490, 10491, 10492, 10493, 10494, 10495, 10496, 10497, 10498, 10499, 10500, 10501, 10502, 10503, 10504, 10505, 10506], "data": [[209], [214], [297], [298], [299], [300], [301], [302], [303], [304], [305], [306], [317], [318], [480], [481], [482], [483], [484], [485], [489], [490], [491], [494], [498], [501], [506], [507], [508], [510], [511], [512], [513], [514], [515], [516], [518], [519], [520], [521], [526], [529], [530], [531], [532], [533], [534], [536], [537], [538], [539], [540], [541], [542], [543], [544], [545], [546], [1033], [1034], [1037], [1039], [1041], [1729], [1730], [1732], [1733], [1734], [1736], [1737], [1738], [1739], [1740], [1744], [1745], [1746], [1747], [1754], [1759], [1761], [1762], [1763], [1764], [1765], [1766], [1768], [1769], [1770], [1772], [1774], [1776], [1777], [1778], [1781], [1784], [1786], [1789], [2584], [2585], [2586], [2587], [2588], [2591], [2592], [2593], [2594], [2595], [2596], [2597], [2598], [2599], [2600], [2601], [2603], [2604], [2605], [2606], [2607], [2609], [2610], [2612], [2614], [2615], [2616], [2617], [2618], [2619], [2620], [2621], [2622], [2623], [2624], [2625], [2626], [2629], [2631], [2632], [2633], [2634], [2635], [2636], [2637], [2638], [2639], [2643], [2644], [2645], [2646], [2647], [2648], [2649], [2650], [2651], [2652], [2653], [2654], [2655], [2656], [2657], [2658], [2659], [2660], [2661], [2662], [2663], [2664], [2665], [2666], [2667], [2668], [2669], [2670], [2671], [2672], [2673], [2674], [2675], [2676], [2677], [2678], [2679], [2682], [2683], [2684], [2685], [2686], [2689], [2690], [2691], [2692], [2693], [2695], [2696], [2697], [2698], [2699], [2701], [2702], [2704], [2705], [2706], [2707], [2708], [2709], [2710], [2712], [2713], [2714], [2716], [2717], [2719], [2720], [2721], [2722], [2724], [2725], [2726], [2727], [2728], [2729], [2730], [2731], [2732], [2733], [2734], [2735], [2737], [2738], [2740], [2741], [2742], [2743], [2744], [2745], [2746], [2748], [2749], [2750], [2753], [2757], [2758], [2760], [2761], [2762], [2763], [2764], [2765], [2766], [2767], [2768], [2769], [2770], [2772], [2773], [2774], [2775], [2777], [2780], [2781], [2784], [2785], [2789], [2790], [2791], [2792], [2793], [2794], [2795], [2796], [2797], [2802], [2803], [2804], [2805], [2994], [2995], [2997], [2999], [3000], [3001], [3014], [3018], [3022], [3023], [3024], [3025], [3026], [3027], [3028], [3029], [3030], [3031], [3032], [3033], [3034], [3035], [3036], [3037], [3038], [3039], [3040], [3041], [3043], [3044], [3045], [3046], [3047], [3048], [3049], [3050], [3051], [3052], [3053], [3054], [3056], [3057], [3058], [3059], [3060], [3061], [3062], [3063], [3064], [3065], [3067], [3068], [3069], [3072], [3073], [3074], [3075], [3076], [3077], [3079], [3080], [3081], [3082], [3083], [3084], [3085], [3086], [3087], [3091], [3092], [3093], [3094], [3095], [3401], [3402], [3403], [3404], [3405], [3406], [3407], [3408], [3409], [3410], [3411], [3412], [3413], [3414], [3417], [3419], [3420], [3421], [3422], [3423], [3424], [3426], [3428], [3430], [3432], [3433], [3438], [3439], [3596], [3597], [3598], [3599], [3600], [3601], [3602], [3603], [3604], [3605], [3606], [3607], [3608], [3609], [3610], [3611], [3612], [3613], [3614], [3615], [3616], [3617], [3618], [3619], [3620], [3621], [3622], [3623], [3624], [3625], [3626], [3627], [3628], [3629], [3630], [3631], [3632], [3633], [3634], [3635], [3636], [3637], [3638], [3639], [3640], [3641], [3642], [3643], [3644], [3645], [3646], [3647], [3648], [3649], [3651], [3652], [3653], [3654], [3655], [3656], [3657], [3658], [3659], [3660], [3661], [3662], [3663], [3664], [3665], [3666], [3667], [3668], [3672], [3673], [3674], [3675], [3676], [3677], [3678], [3679], [3680], [3681], [3682], [3683], [3684], [3685], [3687], [3688], [3689], [3690], [3691], [3692], [3694], [3695], [3696], [3697], [3698], [3699], [3700], [3710], [3711], [3712], [3713], [3714], [3715], [3716], [3723], [3724], [4692], [4693], [4694], [4695], [4696], [4697], [4698], [4701], [4704], [4706], [4707], [4712], [4713], [4714], [4715], [4716], [4722], [4723], [4729], [4730], [4735], [4736], [4738], [4739], [4740], [4741], [4754], [4755], [4756], [4757], [4759], [4760], [4761], [4762], [4763], [4764], [4765], [4766], [4776], [4777], [4778], [4779], [4780], [4781], [4782], [4783], [4784], [4786], [4788], [4789], [4791], [4792], [4793], [4794], [4795], [4802], [4803], [4804], [4805], [4806], [4807], [4808], [4809], [4810], [4811], [4812], [4825], [4827], [4828], [4830], [4831], [4832], [4833], [4834], [4837], [4838], [4840], [4841], [4842], [4843], [4844], [4845], [4846], [4847], [4848], [4849], [4850], [4851], [4856], [4857], [4858], [4859], [4861], [4862], [4863], [4864], [4865], [4866], [4867], [4868], [4869], [4870], [4871], [4873], [4874], [4875], [4876], [4880], [4881], [4882], [4883], [4884], [4885], [4886], [4902], [4903], [4904], [4905], [4907], [4908], [4909], [4910], [4911], [4912], [4913], [4914], [4915], [4916], [4917], [4918], [4919], [4920], [4921], [4922], [4923], [4924], [4926], [4927], [4928], [4930], [4932], [4933], [4934], [4935], [4936], [4937], [4938], [4939], [4940], [4941], [4943], [4944], [4946], [4947], [4948], [4949], [4950], [4951], [4953], [4955], [4956], [4957], [4958], [4959], [4960], [4961], [4963], [4964], [4965], [4967], [4968], [4972], [4973], [4975], [4976], [4977], [4978], [4979], [4980], [4981], [4982], [4983], [4984], [4985], [4986], [4987], [4988], [4989], [4990], [4991], [4994], [4995], [4997], [4998], [4999], [5000], [5002], [5003], [5004], [5005], [5006], [5007], [5008], [5009], [5010], [5012], [5013], [5014], [5015], [5016], [5017], [5018], [5019], [5020], [5021], [5022], [5024], [5026], [5027], [5028], [5029], [5030], [5031], [5032], [5033], [5034], [5035], [5036], [5037], [5038], [5039], [5043], [5044], [5045], [5046], [5049], [5050], [5051], [5052], [5053], [5055], [5056], [5061], [5062], [5063], [5064], [5065], [5066], [5067], [5068], [5069], [5070], [5071], [5072], [5075], [5076], [5077], [5080], [5092], [5093], [5094], [5095], [5096], [5097], [5098], [5099], [5104], [5105], [5106], [5107], [5108], [5109], [5110], [5111], [5112], [5113], [5114], [5115], [5116], [5117], [5118], [5119], [5120], [5121], [5122], [5123], [5124], [5125], [5126], [5127], [5128], [5129], [5130], [5131], [5132], [5133], [5134], [5135], [5136], [5137], [5138], [5139], [5140], [5141], [5142], [5143], [5144], [5145], [5146], [5147], [5148], [5149], [5150], [5151], [5152], [5153], [5154], [5155], [5156], [5157], [5159], [5160], [5161], [5162], [5163], [5164], [5165], [5166], [5167], [5168], [5169], [5170], [5171], [5172], [5173], [5174], [5175], [5176], [5177], [5178], [5179], [5180], [5181], [5182], [5183], [5188], [5189], [5190], [5192], [5193], [5194], [5195], [5196], [5197], [5198], [5199], [5200], [5202], [5203], [5204], [5205], [5206], [5208], [5209], [5212], [5213], [5214], [5215], [5216], [5218], [5221], [5222], [5223], [5224], [5225], [5226], [5227], [5228], [5229], [5230], [5231], [5232], [5235], [5237], [5238], [5239], [5240], [5241], [5242], [5243], [5244], [5245], [5247], [5248], [5249], [5251], [5252], [5253], [5254], [5256], [5258], [5259], [5260], [5261], [5262], [5264], [5265], [5267], [5268], [5269], [5270], [5271], [5273], [5274], [5275], [5276], [5277], [5278], [5279], [5280], [5281], [5282], [5283], [5284], [5285], [5286], [5290], [5291], [5293], [5295], [5296], [5297], [5299], [5300], [5301], [5302], [5303], [5304], [5306], [5307], [5308], [5309], [5310], [5315], [5316], [5317], [5318], [5319], [5320], [5322], [5323], [5324], [5325], [5326], [5327], [5329], [5330], [5334], [5335], [5336], [5337], [5338], [5339], [5341], [5343], [5344], [5345], [5347], [5348], [5349], [5350], [5351], [5352], [5355], [5357], [5359], [5360], [5361], [5362], [5363], [5364], [5365], [5367], [5368], [5369], [5370], [5371], [5372], [5373], [5389], [5390], [5393], [5394], [5395], [5396], [5397], [5398], [5399], [5400], [5401], [5402], [5403], [5404], [5405], [5424], [5425], [5426], [5427], [5428], [5429], [5430], [5431], [5432], [5433], [5434], [5435], [5436], [5439], [5440], [5442], [5443], [5444], [5445], [5449], [5450], [5451], [5452], [5453], [5454], [5455], [5463], [5464], [5465], [5466], [5467], [5469], [5470], [5471], [5472], [5480], [5481], [5482], [5484], [5485], [5486], [5494], [5495], [5502], [5503], [5507], [5508], [5510], [5511], [5512], [5513], [5514], [5515], [5516], [5523], [5524], [5525], [5526], [5527], [5528], [5529], [5530], [5531], [5532], [5546], [5547], [5557], [5560], [5563], [5564], [5565], [5567], [5568], [5569], [5570], [5571], [5572], [5573], [5574], [5575], [5576], [5577], [5580], [5581], [5583], [5585], [5586], [5587], [5589], [5591], [5592], [5593], [5594], [5597], [5598], [5599], [5600], [5601], [5602], [5603], [5604], [5605], [5606], [5607], [5608], [5609], [5610], [5611], [5612], [5614], [5615], [5617], [5619], [5620], [5621], [5622], [5623], [5624], [5625], [5626], [5627], [5631], [5634], [5635], [5636], [5639], [5640], [5641], [5643], [5644], [5645], [5656], [5657], [5658], [5664], [5665], [5668], [5669], [5672], [5673], [5674], [5675], [5677], [5678], [5683], [5689], [5691], [5696], [5697], [5698], [5699], [5700], [5701], [5711], [5712], [5713], [5714], [5715], [5718], [5719], [5720], [5721], [5726], [5727], [5728], [5729], [5730], [5731], [5733], [5734], [5735], [5736], [5737], [5738], [5740], [5741], [5742], [5746], [5747], [5748], [5749], [5750], [5751], [5752], [5754], [5757], [5760], [5761], [5762], [5763], [5766], [5767], [5768], [5769], [5770], [5771], [5772], [5773], [5776], [5777], [5778], [5779], [5780], [5781], [5782], [5783], [5785], [5786], [5787], [5788], [5790], [5791], [5797], [5799], [5800], [5801], [5802], [5803], [5804], [5805], [5806], [5807], [5808], [5809], [5810], [5811], [5812], [5813], [5814], [5815], [5816], [5817], [5818], [5819], [5820], [5821], [5822], [5823], [5824], [5825], [5826], [5827], [5828], [5831], [5832], [5833], [5933], [5934], [5935], [5936], [5949], [5950], [5951], [5952], [5953], [5956], [5958], [5960], [5970], [5983], [5984], [5985], [5986], [5987], [5988], [5989], [5990], [5991], [5992], [5994], [5995], [5997], [5998], [5999], [6000], [6001], [6002], [6006], [6007], [6008], [6009], [6016], [6017], [6018], [6019], [6020], [6027], [6028], [6030], [6031], [6033], [6034], [6035], [6036], [6037], [6040], [6044], [6046], [6047], [6049], [6051], [6055], [6056], [6058], [6059], [6063], [6066], [6067], [6068], [6069], [6072], [6073], [6081], [6083], [6086], [6087], [6088], [6089], [6090], [6092], [6093], [6094], [6104], [6106], [6110], [6111], [6115], [6116], [6118], [6119], [6120], [6122], [6128], [6130], [6133], [6136], [6138], [6139], [6145], [6150], [6151], [6152], [6158], [6159], [6160], [6161], [6162], [6163], [6164], [6165], [6167], [6168], [6169], [6170], [6171], [6173], [6174], [6175], [6176], [6177], [6178], [6179], [6180], [6181], [6182], [6183], [6184], [6185], [6186], [6187], [6188], [6189], [6190], [6198], [6199], [6200], [6236], [6237], [6238], [6239], [6240], [6241], [6242], [6243], [6244], [6245], [6246], [6247], [6248], [6249], [6250], [6251], [6252], [6253], [6254], [6255], [6256], [6257], [6258], [6259], [6260], [6261], [6262], [6263], [6264], [6266], [6267], [6269], [6270], [6271], [6272], [6273], [6274], [6275], [6276], [6278], [6279], [6280], [6281], [6282], [6283], [6284], [6285], [6287], [6288], [6289], [6290], [6291], [6292], [6293], [6295], [6296], [6299], [6300], [6301], [6302], [6304], [6305], [6306], [6307], [6308], [6309], [6311], [6312], [6313], [6314], [6315], [6316], [6317], [6318], [6319], [6320], [6321], [6323], [6324], [6328], [6329], [6330], [6331], [6333], [6334], [6335], [6336], [6337], [6338], [6339], [6340], [6342], [6343], [6344], [6345], [6347], [6348], [6349], [6350], [6351], [6354], [6355], [6356], [6357], [6358], [6359], [6360], [6361], [6362], [6363], [6364], [6365], [6366], [6369], [6370], [6371], [6372], [6373], [6374], [6375], [6376], [6377], [6378], [6380], [6381], [6387], [6388], [6389], [6390], [6391], [6392], [6393], [6402], [6403], [6404], [6405], [6406], [6407], [6408], [6409], [6410], [6411], [6412], [6413], [6414], [6415], [6416], [6417], [6418], [6419], [6420], [6421], [6422], [6423], [6424], [6432], [6433], [6434], [6435], [6436], [6438], [6440], [6442], [6443], [6446], [6447], [6448], [6449], [6450], [6451], [6453], [6454], [6455], [6456], [6457], [6459], [6460], [6461], [6462], [6463], [6465], [6466], [6467], [6468], [6469], [6471], [6473], [6474], [6475], [6477], [6481], [6482], [6483], [6484], [6485], [6486], [6487], [6488], [6489], [6490], [6491], [6492], [6493], [6494], [6500], [6501], [6502], [6503], [6504], [6505], [6506], [6507], [6509], [6511], [6512], [6513], [6514], [6515], [6516], [6517], [6520], [6521], [6522], [6523], [6524], [6525], [6526], [6527], [6528], [6529], [6530], [6531], [6532], [6534], [6535], [6537], [6538], [6540], [6542], [6544], [6545], [6553], [6554], [6555], [6556], [6557], [6558], [6559], [6560], [6561], [6562], [6563], [6565], [6566], [6567], [6568], [6569], [6570], [6571], [6572], [6573], [6574], [6575], [6577], [6578], [6579], [6580], [6581], [6582], [6583], [6584], [6585], [6586], [6588], [6589], [6590], [6592], [6593], [6594], [6595], [6597], [6598], [6599], [6600], [6601], [6602], [6603], [6604], [6605], [6607], [6608], [6609], [6610], [6611], [6612], [6613], [6614], [6616], [6617], [6618], [6619], [6620], [6621], [6623], [6627], [6628], [6629], [6630], [6631], [6632], [6633], [6634], [6635], [6636], [6637], [6638], [6639], [6640], [6641], [6642], [6648], [6649], [6650], [6651], [6659], [6660], [6661], [6662], [6671], [6672], [6673], [6682], [6683], [6684], [6685], [6686], [6687], [6688], [6689], [6691], [6692], [6693], [6694], [6696], [6697], [6698], [6699], [6700], [6701], [6702], [6703], [6704], [6705], [6706], [6707], [6708], [6709], [6710], [6711], [6712], [6713], [6714], [6715], [6716], [6717], [6718], [6719], [6721], [6722], [6726], [6727], [6730], [6731], [6732], [6733], [6734], [6735], [6737], [6738], [6740], [6741], [6742], [6743], [6745], [6746], [6749], [6750], [6751], [6752], [6753], [6754], [6755], [6756], [6757], [6758], [6759], [6760], [6761], [6762], [6769], [6770], [6771], [6772], [6773], [6774], [6775], [6778], [6779], [6780], [6781], [6782], [6783], [6784], [6785], [6786], [6787], [6789], [6790], [6791], [6792], [6793], [6794], [6796], [6797], [6798], [6799], [6800], [6801], [6802], [6803], [6805], [6806], [6809], [6810], [6812], [6813], [6814], [6815], [6816], [6817], [6819], [6820], [6821], [6823], [6826], [6828], [6829], [6830], [6831], [6832], [6833], [6834], [6835], [6836], [6846], [6861], [6862], [6863], [6864], [6865], [6866], [6868], [6869], [6870], [6871], [6872], [6873], [6874], [6875], [6876], [6877], [6878], [6880], [6881], [6882], [6885], [6886], [6887], [6888], [6889], [6890], [6891], [6892], [6893], [6894], [6895], [6897], [6898], [6904], [6906], [6924], [6925], [6926], [6927], [6928], [6930], [6931], [6932], [6933], [6936], [6937], [6938], [6939], [6940], [6942], [6943], [6944], [6945], [6948], [6950], [6951], [6952], [6953], [6954], [6955], [6956], [6957], [6958], [6963], [6964], [6965], [6966], [6967], [6968], [6969], [6978], [6979], [6980], [6984], [6985], [6986], [6987], [6988], [7010], [7852], [7905], [7906], [7926], [7963], [7967], [8020], [8021], [8022], [8023], [8024], [8038], [9005], [9007], [9010], [9012], [9014], [9022], [9052], [9053], [9054], [9055], [9056], [9057], [9058], [9059], [9060], [9061], [9062], [9063], [9064], [9065], [9066], [9067], [9069], [9070], [9071], [9072], [9073], [9074], [9076], [9077], [9078], [9079], [9080], [9081], [9082], [9083], [9084], [9085], [9087], [9089], [9090], [9091], [9092], [9093], [9094], [9095], [9096], [9097], [9100], [9101], [9102], [9103], [9104], [9105], [9106], [9108], [9109], [9111], [9112], [9114], [9115], [9116], [9117], [9118], [9119], [9120], [9121], [9122], [9123], [9124], [9125], [9126], [9127], [9128], [9129], [9130], [9131], [9132], [9133], [9134], [9135], [9136], [9138], [9141], [9142], [9143], [9144], [9145], [9147], [9148], [9149], [9150], [9151], [9152], [9153], [9154], [9155], [9156], [9157], [9160], [9162], [9163], [9164], [9165], [9166], [9167], [9168], [9169], [9170], [9171], [9172], [9173], [9174], [9176], [9177], [9178], [9179], [9180], [9181], [9182], [9183], [9184], [9185], [9186], [9187], [9188], [9189], [9190], [9191], [9194], [9195], [9196], [9197], [9198], [9200], [9201], [9202], [9203], [9204], [9205], [9206], [9207], [9208], [9209], [9212], [9216], [9217], [9221], [9231], [9255], [9256], [9265], [9268], [9277], [9279], [9281], [9283], [9285], [9463], [9464], [9465], [9466], [9471], [9472], [9477], [9483], [9484], [9486], [9494], [9495], [9497], [9498], [9500], [9501], [9502], [9512], [9513], [9517], [9529], [9534], [9537], [9538], [9539], [9544], [9547], [9563], [9568], [9575], [9576], [9581], [9585], [9586], [9587], [9588], [9590], [9591], [9592], [9609], [9610], [9613], [9614], [9616], [9619], [9620], [9621], [9625], [9626], [9629], [9637], [9656], [9657], [9659], [9660], [9678], [9679], [9681], [9700], [9744], [9745], [9747], [9748], [9749], [9752], [9753], [9756], [9761], [9763], [9764], [9766], [9798], [9799], [9801], [9803], [9804], [9805], [9806], [9807], [9808], [9809], [9817], [9868], [9869], [9870], [9871], [9873], [9909], [9910], [9913], [9914], [9916], [9917], [9920], [9924], [9939], [9945], [9947], [9953], [9955], [9957], [9962], [9963], [9964], [9965], [9967], [9970], [9972], [9974], [9976], [9977], [9981], [9986], [9989], [9990], [10000], [10002], [10017], [10019], [10039], [10042], [10044], [10047], [10050], [10061], [10062], [10068], [10883], [10888], [10890], [10891], [10892], [10893], [10894], [10895], [10897], [10898], [10900], [10902], [10903], [10904], [10905], [10908], [10909], [10910], [10911], [10912], [10914], [10915], [10916], [10918], [10919], [10920], [10922], [10923], [10925], [10926], [10927], [10929], [10930], [10931], [10933], [10939], [10942], [10956], [10959], [10987], [10991], [10992], [10996], [11000], [11043], [11046], [11049], [11050], [11067], [11083], [11084], [11087], [11166], [11172], [11176], [11178], [11216], [11218], [11236], [11240], [11247], [11248], [11265], [11272], [11291], [11306], [11556], [11557], [11558], [11559], [11560], [11561], [11562], [11563], [11564], [11565], [11566], [11567], [11568], [11569], [11570], [11571], [11572], [11573], [11574], [11575], [11576], [11577], [11578], [11579], [11580], [11581], [11582], [11583], [11584], [11585], [11586], [11587], [11588], [11589], [11590], [11591], [11592], [11593], [11594], [11595], [11596], [11597], [11598], [11599], [11600], [11601], [11602], [11603], [11604], [11605], [11606], [11607], [11608], [11609], [11610], [11611], [11612], [11613], [11614], [11615], [11616], [11617], [11618], [11619], [11620], [11621], [11622], [11623], [11624], [11625], [11626], [11627], [11628], [11629], [11630], [11631], [11632], [11633], [11634], [11635], [11636], [11637], [11638], [11639], [11640], [11641], [11642], [11643], [11644], [11645], [11646], [11647], [11648], [11649], [11650], [11651], [11652], [11653], [11654], [11655], [11656], [11657], [11658], [11659], [11660], [11661], [11662], [11663], [11664], [11665], [11666], [11667], [11668], [11669], [11670], [11671], [11672], [11673], [11674], [11675], [11676], [11677], [11678], [11679], [11680], [11681], [11682], [11685], [11686], [11687], [11688], [11689], [11690], [11691], [11692], [11693], [11694], [11695], [11696], [11697], [11698], [11699], [11700], [11701], [11702], [11703], [11704], [11705], [11706], [11707], [11708], [11709], [11710], [11711], [11712], [11713], [11714], [11715], [11716], [11717], [11718], [11719], [11720], [11721], [11722], [11723], [11724], [11725], [11726], [11727], [11728], [11729], [11730], [11731], [11732], [11733], [11734], [11735], [11736], [11737], [11738], [11739], [11740], [11741], [11742], [11743], [11745], [11746], [11747], [11748], [11749], [11750], [11752], [11754], [11755], [11756], [11757], [11758], [11760], [11761], [11762], [11763], [11764], [11765], [11767], [11768], [11769], [11770], [11771], [11772], [11774], [11775], [11776], [11777], [11781], [11782], [11783], [11784], [11785], [11786], [11787], [11789], [11790], [11791], [11792], [11793], [11794], [11795], [11796], [11797], [11798], [11800], [11801], [11802], [11803], [11804], [11805], [11806], [11807], [11808], [11809], [11810], [11811], [11812], [11813], [11814], [11815], [11816], [11818], [11819], [11820], [11821], [11822], [11823], [11824], [11825], [11826], [11827], [11828], [11829], [11830], [11831], [11832], [11833], [11834], [11835], [11836], [11837], [11838], [11839], [11840], [11841], [11842], [11843], [11844], [11845], [11846], [11847], [11848], [11849], [11850], [11851], [11852], [11853], [11854], [11855], [11856], [11857], [11858], [11859], [11860], [11861], [11862], [11863], [11864], [11865], [11866], [11867], [11868], [11869], [11870], [11871], [11872], [11873], [11874], [11875], [11876], [11877], [11878], [11879], [11880], [11881], [11882], [11883], [11884], [11885], [11886], [11888], [11889], [11890], [11891], [11892], [11893], [11894], [11895], [11896], [11897], [11898], [11899], [11900], [11901], [11902], [11903], [11904], [11908], [11909], [11910], [11911], [11912], [11913], [11914], [11915], [11916], [11917], [11918], [11919], [11920], [11921], [11922], [11923], [11924], [11925], [11926], [11927], [11928], [11929], [11930], [11931], [11932], [11933], [11935], [11937], [11938], [11939], [11940], [11941], [11942], [11943], [11944], [11945], [11946], [11947], [11948], [11949], [11950], [11951], [11952], [11953], [11954], [11955], [11956], [11957], [11958], [11959], [11960], [11961], [11962], [11963], [11964], [11965], [11966], [11967], [11968], [11969], [11970], [11971], [11972], [11973], [11974], [11975], [11976], [11977], [11978], [11979], [11980], [11981], [11982], [11983], [11984], [11985], [11986], [11987], [11988], [11989], [11990], [11991], [11992], [11993], [11994], [11995], [11996], [11997], [11998], [11999], [12000], [12001], [12002], [12003], [12004], [12005], [12006], [12007], [12008], [12010], [12015], [12016], [12017], [12018], [12019], [12020], [12021], [12023], [12025], [12026], [12027], [12029], [12030], [12031], [12032], [12033], [12034], [12035], [12036], [12042], [12043], [12044], [12045], [12046], [12047], [12048], [12049], [12050], [12051], [12052], [12053], [12054], [12055], [12056], [12057], [12058], [12059], [12060], [12061], [12062], [12063], [12064], [12065], [12066], [12067], [12068], [12069], [12070], [12071], [12072], [12073], [12074], [12075], [12077], [12948], [12958], [13003], [13004], [13005], [13006], [13007], [13008], [13009], [13010], [13011], [13012], [13014], [13015], [13016], [13017], [13019], [13020], [13021], [13022], [13023], [13024], [13025], [13026], [13028], [13030], [13031], [13032], [13033], [13034], [13035], [13036], [13037], [13038], [13039], [13040], [13041], [13042], [13043], [13044], [13045], [13046], [13047], [13048], [13050], [13051], [13052], [13053], [13055], [13056], [13057], [13058], [13059], [13060], [13061], [13062], [13063], [13064], [13066], [13067], [13068], [13069], [13070], [13071], [13072], [13073], [13075], [13076], [13077], [13078], [13079], [13080], [13081], [13082], [13108], [13109], [13116], [13125], [13143], [13159], [13160], [13162], [13239], [13240], [13242], [13244], [13249], [13277], [13279], [13280], [13284], [13285], [13287], [13298], [13399], [13414], [13419], [13421], [13434], [13435], [13437], [13439], [13447], [13449], [13450], [13452], [13453], [13456], [13460], [13476], [13524], [13544], [13545], [13548], [13554], [13558], [13572], [13573], [13599], [13624], [13628], [13630], [13643], [13645], [13646], [13647], [13679], [13683], [13689], [13690], [13693], [13694], [13695], [13697], [13700], [13708], [13709], [13712], [13713], [13756], [13777], [13783], [13931], [13934], [13935], [13936], [13937], [13938], [13939], [13942], [13943], [13944], [13946], [13951], [13952], [13953], [13954], [13955], [13957], [13958], [13959], [13960], [13962], [13963], [13964], [13965], [13966], [13967], [13968], [13969], [13970], [13971], [13972], [13974], [13975], [13976], [13977], [13978], [13979], [13982], [13983], [13984], [13985], [13986], [13988], [13989], [13990], [13995], [13998], [13999], [14000], [14001], [14002], [14003], [14004], [14005], [14006], [14007], [14013], [14014], [14015], [14017], [14018], [14019], [14020], [14022], [14032], [14033], [14034], [14035], [14036], [14039], [14040], [14041], [14043], [14045], [14046], [14047], [14048], [14050], [14051], [14056], [14060], [14061], [14062], [14064], [14067], [14069], [14070], [14071], [14072], [14073], [14074], [14075], [14076], [14078], [14079], [14081], [14082], [14084], [14086], [14090], [14092], [14093], [14094], [14095], [14096], [14099], [14101], [14103], [14104], [14105], [14108], [14109], [14110], [14114], [14115], [14118], [14119], [14121], [14122], [14123], [14129], [14130], [14131], [14132], [14133], [14134], [14136], [14137], [14138], [14140], [14141], [14142], [14145], [14146], [14151], [14152], [14153], [14154], [14156], [14157], [14158], [14159], [14160], [14161], [14162], [14163], [14164], [14165], [14166], [14167], [14168], [14169], [14170], [14171], [14172], [14173], [14174], [14181], [14182], [14184], [14186], [14188], [14189], [14190], [14191], [14192], [14195], [14197], [14198], [14202], [14203], [14205], [14206], [14213], [14214], [14215], [14216], [14218], [14219], [14222], [14223], [14224], [14225], [14226], [14227], [14229], [14230], [14231], [14232], [14233], [14234], [14235], [14247], [14248], [14249], [14250], [14251], [14252], [14253], [14254], [14255], [14256], [14257], [14258], [14259], [14260], [14261], [14262], [14263], [14264], [14265], [14271], [14273], [14274], [14275], [14276], [14278], [14279], [14280], [14281], [14282], [14302], [14303], [14304], [14305], [14306], [14307], [14314], [14315], [14319], [14320], [14321], [14322], [14323], [14324], [14325], [14326], [14327], [14454], [14456], [14457], [14520], [14527], [14853], [14860], [14870], [14871], [14872], [14891], [14899], [16072], [16465], [17431], [17432], [17433], [17468], [17494], [17496], [17501], [17518], [17658], [17764], [17855], [18020], [18030], [20046], [20047], [20048], [20049], [20050], [20051], [20054], [20057], [20058], [20059], [20060], [20061], [20088], [20089], [20090], [20091], [20092], [20093], [20094], [20095], [20096], [20097], [20098], [20100], [20102], [20103], [20104], [20105], [20107], [20108], [20110], [20111], [20114], [20115], [20118], [20119], [20120], [20121], [20123], [20124], [20127], [20128], [20129], [20130], [20131], [20132], [20133], [20134], [20135], [20136], [20138], [20140], [20141], [20142], [20143], [20144], [20145], [20146], [20147], [20148], [20152], [20153], [20154], [20155], [20156], [20157], [20159], [20160], [20162], [20163], [20166], [20167], [20168], [20173], [20174], [20175], [20176], [20177], [20179], [20180], [20181], [20183], [20184], [20185], [20186], [20187], [20188], [20190], [20191], [20192], [20193], [20194], [20195], [20198], [20199], [20200], [20201], [20202], [20203], [20207], [20212], [20213], [20214], [20215], [20216], [20217], [20220], [20221], [20222], [20223], [20224], [20225], [20226], [20227], [20228], [20229], [20230], [20233], [20236], [20237], [20238], [20239], [20240], [20242], [20243], [20244], [20245], [20246], [20247], [20248], [20250], [20253], [20255], [20256], [20257], [20258], [20259], [20260], [20263], [20265], [20266], [20267], [20269], [20271], [20272], [20273], [20274], [20275], [20279], [20280], [20281], [20282], [20283], [20287], [20289], [20290], [20291], [20292], [20293], [20294], [20297], [20298], [20299], [20303], [20304], [20305], [20311], [20312], [20313], [20314], [20315], [20316], [20317], [20318], [20319], [20320], [20321], [20322], [20323], [20324], [20330], [20331], [20332], [20333], [20334], [20335], [20336], [20337], [20338], [20339], [20340], [20341], [20342], [20343], [20344], [20345], [20346], [20347], [20351], [20352], [20353], [20354], [20355], [20356], [20357], [20358], [20359], [20360], [20361], [20362], [20366], [20367], [20371], [20374], [20375], [20377], [20378], [20380], [20381], [20382], [20383], [20384], [20385], [20387], [20388], [20389], [20392], [20393], [20394], [20395], [20396], [20397], [20401], [20402], [20404], [20405], [20406], [20407], [20408], [20409], [20410], [20411], [20412], [20413], [20414], [20415], [20416], [20417], [20418], [20419], [20422], [20423], [20424], [20425], [20426], [20427], [20428], [20432], [20457], [20458], [20459], [20460], [20461], [20462], [20463], [20464], [20465], [20466], [20467], [20468], [20469], [20470], [20471], [20472], [20473], [20474], [20475], [20476], [20477], [20478], [20479], [20480], [20481], [20482], [20483], [20484], [20485], [20486], [20487], [20488], [20489], [20490], [20491], [20492], [20494], [20495], [20496], [20497], [20498], [20499], [20500], [20501], [20515], [20516], [20517], [20518], [20519], [20521], [20523], [20524], [20525], [20526], [20527], [20528], [20529], [20530], [20531], [20532], [20533], [20534], [20535], [20536], [20537], [20538], [20539], [20540], [20541], [20542], [20543], [20544], [20545], [20547], [20548], [20549], [20550], [20551], [20552], [20553], [20554], [20556], [20557], [20559], [20560], [20562], [20563], [20564], [20565], [20566], [20567], [20568], [20569], [20570], [20571], [20572], [20573], [20574], [20575], [20576], [20577], [20578], [20579], [20580], [20581], [20582], [20583], [20584], [20585], [20587], [20588], [20589], [20591], [20592], [20593], [20595], [20596], [20598], [20599], [20601], [20606], [20607], [20608], [20609], [20610], [20611], [20613], [20614], [20615], [20616], [20617], [20618], [20619], [20620], [20621], [20622], [20623], [20624], [20625], [20626], [20627], [20628], [20629], [20630], [20631], [20633], [20634], [20635], [20636], [20637], [20638], [20639], [20640], [20642], [20643], [20644], [20645], [20646], [20647], [20648], [20649], [20650], [20651], [20652], [20653], [20654], [20656], [20658], [20659], [20661], [20662], [20663], [20664], [20665], [20666], [20668], [20669], [20670], [20671], [20672], [20673], [20674], [20675], [20676], [20678], [20680], [20681], [20682], [20683], [20684], [20685], [20687], [20688], [20689], [20690], [20691], [20692], [20693], [20694], [20696], [20700], [20701], [20702], [20703], [20704], [20705], [20707], [20708], [20709], [20710], [20711], [20713], [20715], [20716], [20717], [20718], [20719], [20720], [20721], [20722], [20723], [20724], [20725], [20726], [20727], [20728], [20730], [20731], [20732], [20733], [20734], [20735], [20736], [20737], [20738], [20747], [20748], [20749], [20750], [20751], [20752], [20753], [20754], [20755], [20756], [20758], [20760], [20761], [20763], [20764], [20765], [20766], [20768], [20769], [20770], [20772], [20773], [20774], [20775], [20783], [20784], [20785], [20786], [20787], [20788], [20789], [20791], [20792], [20797], [20798], [20799], [20801], [20802], [20803], [20804], [20805], [20816], [20817], [20818], [20819], [20823], [20826], [20827], [20828], [20829], [20830], [20831], [20832], [20833], [20834], [20835], [20836], [20837], [20842], [20843], [20844], [20845], [20846], [20847], [20848], [20849], [20850], [20858], [20860], [20861], [20868], [20872], [20875], [20876], [20877], [20879], [20880], [20881], [20882], [20884], [20885], [20887], [20889], [20891], [20894], [20897], [20899], [20900], [20901], [20902], [20904], [20905], [20906], [20919], [20920], [20921], [20922], [20923], [20924], [20925], [20926], [20927], [20929], [20930], [20931], [20932], [20934], [20935], [20936], [20937], [20938], [20939], [20940], [20941], [20942], [20943], [20944], [20945], [20946], [20947], [20948], [20949], [20950], [20951], [20952], [20953], [20956], [20958], [20961], [20963], [20965], [20966], [20968], [20969], [20970], [20971], [20973], [20974], [20975], [20976], [20978], [20981], [20986], [20988], [20989], [20990], [20991], [20996], [20998], [20999], [21000], [21005], [21006], [21008], [21009], [21010], [21011], [21015], [21016], [21017], [21018], [21019], [21020], [21021], [21023], [21024], [21027], [21029], [21033], [21035], [21046], [21050], [21051], [21052], [21053], [21054], [21055], [21056], [21058], [21059], [21062], [21063], [21065], [21067], [21068], [21069], [21074], [21076], [21078], [21082], [21084], [21085], [21086], [21089], [21093], [21095], [21096], [21097], [21098], [21100], [21102], [21103], [21105], [21107], [21108], [21109], [21111], [21112], [21113], [21114], [21118], [21119], [21120], [21121], [21122], [21124], [21125], [21128], [21132], [21133], [21134], [21135], [21136], [21137], [21138], [21140], [21141], [21142], [21143], [21144], [21145], [21146], [21147], [21148], [21149], [21150], [21151], [21152], [21153], [21154], [21155], [21156], [21157], [21158], [21159], [21160], [21161], [21162], [21163], [21164], [21165], [21166], [21167], [21168], [21169], [21170], [21171], [21172], [21173], [21174], [21175], [21176], [21177], [21178], [21179], [21180], [21181], [21182], [21183], [21184], [21185], [21186], [21187], [21188], [21189], [21190], [21191], [21192], [21193], [21194], [21195], [21199], [21214], [21219], [21220], [21221], [21223], [21225], [21235], [21236], [21237], [21238], [21239], [21240], [21241], [21242], [21243], [21244], [21245], [21246], [21247], [21248], [21249], [21250], [21251], [21252], [21253], [21255], [21256], [21258], [21259], [21260], [21261], [21262], [21263], [21264], [21267], [21268], [21270], [21271], [21272], [21273], [21274], [21275], [21276], [21277], [21278], [21280], [21283], [21284], [21285], [21286], [21287], [21289], [21290], [21291], [21292], [21293], [21294], [21295], [21296], [21297], [21298], [21299], [21300], [21301], [21302], [21303], [21304], [21305], [21306], [21307], [21308], [21309], [21326], [21328], [21329], [21330], [21331], [21332], [21334], [21336], [21337], [21338], [21342], [21348], [21349], [21350], [21351], [21352], [21353], [21354], [21355], [21356], [21357], [21358], [21361], [21362], [21363], [21365], [21366], [21367], [21368], [21369], [21370], [21371], [21372], [21373], [21374], [21375], [21376], [21378], [21379], [21380], [21381], [21382], [21383], [21384], [21385], [21386], [21387], [21388], [21389], [21390], [21391], [21392], [21393], [21394], [21395], [21396], [21398], [21399], [21400], [21401], [21403], [21404], [21405], [21406], [21407], [21408], [21409], [21410], [21411], [21412], [21413], [21414], [21415], [21416], [21417], [21418], [21419], [21420], [21421], [21422], [21423], [21424], [21425], [21426], [21427], [21428], [21429], [21430], [21431], [21432], [21433], [21434], [21435], [21436], [21437], [21438], [21439], [21440], [21442], [21443], [21444], [21445], [21446], [21447], [21448], [21449], [21450], [21451], [21452], [21453], [21454], [21455], [21457], [21458], [21459], [21460], [21461], [21462], [21463], [21464], [21465], [21466], [21467], [21468], [21469], [21470], [21471], [21472], [21473], [21474], [21475], [21476], [21477], [21478], [21479], [21480], [21481], [21482], [21483], [21484], [21485], [21486], [21487], [21488], [21489], [21490], [21491], [21492], [21501], [21502], [21503], [21504], [21505], [21506], [21507], [21508], [21509], [21519], [21520], [21521], [21522], [21551], [21552], [21553], [21554], [21555], [21556], [21557], [21558], [21559], [21560], [21561], [21562], [21563], [21564], [21565], [21566], [21568], [21570], [21572], [21573], [21577], [21578], [21580], [21582], [21583], [21586], [21587], [21588], [21589], [21590], [21591], [21596], [21597], [21598], [21600], [21601], [21602], [21603], [21604], [21606], [21610], [21611], [21613], [21614], [21615], [21616], [21617], [21618], [21619], [21620], [21622], [21623], [21624], [21625], [21626], [21627], [21628], [21629], [21630], [21632], [21633], [21634], [21635], [21636], [21637], [21638], [21640], [21644], [21646], [21647], [21648], [21649], [21650], [21657], [21658], [21668], [21669], [21670], [21671], [21672], [21673], [21674], [21675], [21677], [21678], [21679], [21680], [21681], [21682], [21683], [21684], [21685], [21686], [21687], [21688], [21689], [21690], [21692], [21693], [21694], [21695], [21696], [21697], [21698], [21699], [21700], [21701], [21702], [21703], [21704], [21705], [21706], [21708], [21709], [21710], [21711], [21712], [21714], [21715], [21716], [21717], [21718], [21719], [21720], [21721], [21724], [21725], [21726], [21727], [21728], [21729], [21730], [21732], [21733], [21734], [21735], [21736], [21738], [21740], [21741], [21742], [21743], [21744], [21745], [21746], [21747], [21748], [21750], [21751], [21752], [21753], [21754], [21755], [21763], [21764], [21766], [21768], [21769], [21771], [21772], [21773], [21775], [21779], [21780], [21781], [21784], [21786], [21787], [21788], [21790], [21791], [21794], [21795], [21797], [21798], [21800], [21801], [21802], [21804], [21805], [21806], [21807], [21816], [21817], [21818], [21819], [21820], [21821], [21822], [21823], [21824], [21825], [21826], [21827], [21828], [21830], [21831], [21832], [21833], [21834], [21836], [21837], [21838], [21839], [21840], [21841], [21842], [21843], [21844], [21845], [21846], [21847], [21849], [21850], [21851], [21852], [21853], [21854], [21855], [21856], [21857], [21858], [21859], [21860], [21861], [21862], [21863], [21864], [21865], [21866], [21867], [21868], [21869], [21870], [21871], [21872], [21873], [21874], [21875], [21876], [21877], [21878], [21879], [21880], [21881], [21883], [21884], [21885], [21886], [21887], [21888], [21889], [21890], [21891], [21892], [21893], [21895], [21896], [21897], [21898], [21899], [21900], [21901], [21904], [21906], [21907], [21908], [21909], [21910], [21911], [21912], [21916], [21917], [21919], [21920], [21921], [21922], [21923], [21924], [21925], [21933], [21937], [21938], [21939], [21940], [21941], [21943], [21945], [21946], [21947], [21948], [21949], [21950], [21951], [21952], [21953], [21954], [21958], [21959], [21960], [21961], [21962], [21963], [21964], [21965], [21966], [21967], [21968], [21969], [21970], [21971], [21972], [21976], [21977], [21978], [21980], [21981], [21982], [21983], [22887], [23038], [23048], [23050], [24076], [24232], [24233], [24241], [24261], [24268], [24270], [24352], [24353], [24354], [24355], [24356], [24357], [24358], [24359], [24361], [24362], [24363], [24364], [24365], [24366], [24367], [24369], [24371], [24372], [24379], [24380], [24381], [24382], [24384], [24385], [24386], [24387], [24388], [24389], [24390], [24391], [24393], [24394], [24395], [24396], [24397], [24399], [24400], [24402], [24403], [24404], [24405], [24406], [24407], [24408], [24409], [24410], [24411], [24412], [24413], [24414], [24415], [24416], [24417], [24418], [24419], [24421], [24422], [24423], [24424], [24425], [24426], [24427], [24428], [24429], [24430], [24431], [24432], [24433], [24434], [24435], [24436], [24437], [24438], [24440], [24441], [24442], [24443], [24444], [24447], [24448], [24449], [24450], [24451], [24452], [24453], [24454], [24455], [24456], [24457], [24458], [24459], [24460], [24461], [24462], [24463], [24464], [24465], [24466], [24467], [24468], [24469], [24471], [24472], [24473], [24474], [24475], [24476], [24477], [24478], [24479], [24480], [24482], [24483], [24484], [24486], [24490], [24491], [24492], [24493], [24494], [24495], [24496], [24497], [24498], [24499], [24500], [24501], [24502], [24503], [24504], [24505], [24506], [24507], [24508], [24513], [24514], [24515], [24518], [24519], [24520], [24521], [24522], [24525], [24534], [24535], [24536], [24537], [24538], [24539], [24540], [24541], [24545], [24546], [24547], [24548], [24550], [24554], [24555], [24556], [24557], [24558], [24559], [24560], [24561], [24562], [24563], [24564], [24565], [24566], [24567], [24568], [24569], [24570], [24571], [24572], [24573], [24881], [24882], [24883], [24884], [24885], [24886], [24887], [24888], [24889], [24890], [24891], [24892], [24893], [24895], [24896], [24897], [24898], [24899], [24900], [24902], [24903], [24904], [24905], [24906], [24907], [24908], [24909], [24910], [24911], [24912], [24914], [24915], [24916], [24917], [24918], [24919], [24921], [24922], [24923], [24924], [24925], [24926], [24928], [24929], [24930], [24931], [24932], [24933], [24934], [24936], [24937], [24941], [24943], [24944], [24945], [24946], [24947], [24948], [24949], [24950], [24951], [24952], [24953], [24954], [24955], [24956], [24957], [24958], [24959], [24960], [24961], [24962], [24963], [24964], [24965], [24966], [24967], [24968], [24969], [24970], [24971], [24972], [24973], [24974], [24975], [24976], [24977], [24978], [24979], [24980], [24981], [24983], [24984], [24985], [24986], [24987], [24988], [24989], [24990], [24992], [24993], [24994], [24995], [24996], [24997], [24998], [24999], [25000], [25002], [25003], [25004], [25005], [25006], [25008], [25009], [25010], [25012], [25013], [25014], [25015], [25016], [25017], [25018], [25019], [25021], [25022], [25023], [25024], [25025], [25026], [25027], [25028], [25029], [25030], [25031], [25032], [25033], [25034], [25035], [25036], [25037], [25038], [25039], [25040], [25041], [25042], [25050], [25051], [25052], [25053], [25054], [25055], [25056], [25057], [25058], [25059], [25060], [25061], [25062], [25063], [25064], [25065], [25066], [25067], [25068], [25069], [25070], [25071], [25072], [25073], [25074], [25075], [25076], [25078], [25079], [25080], [25081], [25082], [25083], [25084], [25085], [25086], [25087], [25088], [25089], [25090], [25091], [25092], [25093], [25094], [25096], [25097], [25098], [25099], [25100], [25101], [25102], [25103], [25104], [25105], [25106], [25107], [25108], [25109], [25110], [25111], [25112], [25113], [25114], [25115], [25116], [25117], [25118], [25119], [25120], [25121], [25122], [25124], [25125], [25126], [25127], [25128], [25129], [25130], [25131], [25132], [25133], [25134], [25135], [25136], [25137], [25138], [25139], [25140], [25141], [25142], [25143], [25144], [25145], [25146], [25147], [25148], [25149], [25150], [25151], [25152], [25153], [25154], [25155], [25156], [25157], [25158], [25159], [25160], [25161], [25162], [25163], [25164], [25165], [25166], [25167], [25168], [25169], [25170], [25171], [25172], [25173], [25174], [25175], [25176], [25177], [25178], [25179], [25180], [25181], [25182], [25183], [25184], [25185], [25186], [25187], [25188], [25189], [25190], [25191], [25192], [25193], [25194], [25195], [25196], [25197], [25198], [25199], [25200], [25201], [25202], [25203], [25204], [25205], [25206], [25207], [25208], [25209], [25210], [25211], [25212], [25213], [25214], [25215], [25216], [25217], [25218], [25219], [25220], [25221], [25226], [25227], [25228], [25229], [25230], [25231], [25232], [25233], [25234], [25235], [25236], [25237], [25238], [25239], [25240], [25241], [25242], [25243], [25244], [25245], [25247], [25248], [25249], [25250], [25251], [25252], [25253], [25254], [25255], [25256], [25257], [25258], [25259], [25260], [25262], [25263], [25264], [25265], [25266], [25267], [25268], [25269], [25270], [25271], [25272], [25273], [25274], [25276], [25277], [25278], [25279], [25280], [25281], [25282], [25283], [25284], [25285], [25286], [25287], [25288], [25289], [25290], [25292], [25293], [25294], [25295], [25296], [25297], [25298], [25299], [25300], [25301], [25302], [25303], [25304], [25306], [25307], [25308], [25309], [25310], [25311], [25312], [25313], [25314], [25315], [25316], [25317], [25318], [25319], [25320], [25322], [25323], [25324], [25325], [25326], [25327], [25328], [25329], [25330], [25331], [25332], [25333], [25334], [25335], [25336], [25337], [25338], [25339], [25340], [25341], [25342], [25343], [25346], [25347], [25348], [25349], [25350], [25351], [25352], [25354], [25355], [25356], [25357], [25358], [25359], [25360], [25361], [25362], [25363], [25364], [25365], [25366], [25367], [25368], [25369], [25370], [25371], [25372], [25373], [25374], [25375], [25376], [25377], [25378], [25379], [25380], [25381], [25382], [25383], [25384], [25385], [25386], [25387], [25388], [25389], [25390], [25391], [25392], [25393], [25394], [25397], [25398], [25399], [25400], [25401], [25402], [25403], [25404], [25405], [25406], [25407], [25408], [25409], [25410], [25411], [25412], [25413], [25414], [25415], [25416], [25417], [25418], [25419], [25420], [25421], [25422], [25423], [25424], [25425], [25426], [25427], [25428], [25429], [25430], [25431], [25432], [25433], [25434], [25435], [25436], [25437], [25438], [25439], [25440], [25441], [25442], [25443], [25444], [25445], [25446], [25447], [25448], [25449], [25450], [25454], [25455], [25456], [25457], [25458], [25459], [25460], [25461], [25462], [25463], [25464], [25465], [25466], [25467], [25468], [25469], [25470], [25471], [25472], [25473], [25474], [25475], [25476], [25477], [25478], [25479], [25480], [25481], [25482], [25483], [25484], [25485], [25486], [25487], [25488], [25489], [25491], [25492], [25493], [25494], [25495], [25496], [25497], [25499], [25500], [25501], [25502], [25503], [25504], [25505], [25506], [25507], [25508], [25509], [25510], [25511], [25512], [25513], [25514], [25515], [25516], [25517], [25518], [25519], [25520], [25521], [25522], [25523], [25524], [25531], [25532], [25533], [25534], [25535], [25536], [25537], [25538], [25539], [25540], [25541], [25542], [25543], [25544], [25545], [25546], [25547], [25549], [25550], [25551], [25553], [25554], [25555], [25556], [25557], [25558], [25559], [25560], [25561], [25562], [25563], [25564], [25565], [25566], [25567], [25568], [25569], [25570], [25571], [25572], [25573], [25574], [25575], [25576], [25577], [25578], [25579], [25580], [25581], [25582], [25583], [25584], [25585], [25586], [25587], [25588], [25589], [25590], [25591], [25592], [25593], [25594], [25595], [25596], [25597], [25598], [25599], [25601], [25602], [25603], [25604], [25605], [25606], [28892], [28893], [28894], [28895], [28896], [28897], [28898], [28899], [28900], [28901], [28902], [28903], [28904], [28905], [28906], [28907], [28908], [28909], [28910], [28911], [28912], [28913], [28914], [28915], [28916], [28917], [28918], [28919], [28920], [28921], [28922], [28923], [28924], [28925], [28926], [28927], [28928], [28929], [28930], [28931], [28932], [28933], [28934], [28935], [28936], [28937], [28938], [28939], [28940], [28941], [28942], [28943], [28944], [28945], [28946], [28947], [28948], [28949], [28950], [28951], [28952], [28953], [28954], [28955], [28956], [28957], [28958], [28959], [28960], [28961], [28962], [28963], [28964], [28965], [28966], [28967], [28968], [28969], [28970], [28971], [28972], [28973], [28974], [28975], [28976], [28977], [28978], [28979], [28980], [28981], [28982], [28983], [28984], [28985], [28986], [28987], [28988], [28989], [28990], [28991], [28992], [28993], [28994], [28995], [28996], [28997], [28998], [28999], [29000], [29001], [29002], [29003], [29004], [29005], [29006], [29007], [29008], [29009], [29010], [29011], [29012], [29013], [29014], [29015], [29016], [29017], [29018], [29019], [29020], [29021], [29022], [29023], [29024], [29025], [29026], [29027], [29028], [29029], [29030], [29031], [29032], [29033], [29034], [29035], [29036], [29037], [29038], [29039], [29040], [29041], [29042], [29043], [29044], [29045], [29046], [29047], [29048], [29049], [29050], [29051], [29052], [29053], [29054], [29055], [29056], [29057], [29058], [29059], [29060], [29061], [29062], [29063], [29064], [29065], [29066], [29067], [29068], [29069], [29070], [29071], [29072], [29073], [29074], [29075], [29076], [29077], [29078], [29079], [29080], [29081], [29082], [29083], [29084], [29085], [29086], [29087], [29088], [29089], [29090], [29091], [29092], [29093], [29094], [29095], [29096], [29097], [29098], [29099], [29100], [29101], [29102], [29103], [29104], [29105], [29106], [29107], [29108], [29109], [29110], [29111], [29112], [29113], [29114], [29115], [29116], [29117], [29118], [29119], [29120], [29121], [29122], [29123], [29124], [29125], [29126], [29127], [29128], [29129], [29130], [29131], [29132], [29133], [29134], [29135], [29136], [29137], [29138], [29139], [29140], [29141], [29142], [29143], [29144], [29145], [29146], [29147], [29148], [29149], [29150], [29151], [29152], [29153], [29154], [29155], [29156], [29157], [29158], [29159], [29160], [29161], [29162], [29163], [29164], [29165], [29166], [29167], [29168], [29169], [29170], [29171], [29172], [29173], [29174], [29175], [29176], [29177], [29178], [29179], [29180], [29181], [29182], [29183], [29184], [29185], [29186], [29187], [29188], [29189], [29190], [29191], [29192], [29193], [29194], [29195], [29196], [29197], [29198], [29199], [29200], [29201], [29202], [29203], [29204], [29205], [29206], [29207], [29208], [29209], [29210], [29211], [29212], [29213], [29214], [29215], [29216], [29217], [29218], [29219], [29220], [29221], [29222], [29223], [29224], [29225], [29226], [29227], [29228], [29229], [29230], [29231], [29232], [29233], [29234], [29235], [29236], [29237], [29238], [29239], [29240], [29241], [29242], [29243], [29244], [29245], [29246], [29247], [29248], [29249], [29250], [29251], [29252], [29253], [29254], [29255], [29256], [29257], [29258], [29259], [29260], [29261], [29262], [29263], [29264], [29265], [29266], [29267], [29268], [29269], [30556], [30557], [30560], [30561], [30562], [30563], [30564], [30565], [30566], [30567], [30568], [30570], [30571], [30572], [30573], [30574], [30575], [30580], [30582], [30583], [30584], [30585], [30587], [30589], [30665], [30666], [30668], [30669], [30670], [30671], [30672], [30673], [30674], [30675], [30676], [30678], [30681], [30683], [30684], [30685], [30689], [30690], [30691], [30692], [30694], [30695], [30696], [30697], [30698], [30699], [30700], [30701], [30702], [30703], [30704], [30705], [30706], [30707], [30708], [30709], [30710], [30711], [30712], [30713], [30714], [30715], [30717], [30720], [30722], [30723], [30724], [30725], [30726], [30727], [32184], [32185], [32288], [32289], [32805], [32810], [32821], [32846], [32854], [33854], [33855], [33856], [33857], [33858], [33859], [33860], [33861], [33862], [33864], [33866], [34422], [34520], [34552], [34682], [34742], [34825], [34826], [35551], [35554], [35557], [35561], [35562], [35566], [35567], [35568], [35569], [35570], [35571], [35572], [35573], [35574], [35575], [35576], [35577], [35578], [35579], [35580], [35581], [35582], [35583], [35584], [35585], [35586], [35587], [35588], [35589], [35590], [35591], [35592], [35593], [35594], [35595], [35596], [35597], [35598], [35599], [35600], [35601], [35602], [35603], [35604], [35874], [36194], [36195], [36198], [36204], [36205], [36208], [36350], [36351], [36352], [36353], [36354], [36355], [36357], [36358], [36359], [36360], [36361], [36362], [36363], [36364], [36365], [36366], [36368], [36369], [36370], [36371], [36372], [36373], [36374], [36375], [36376], [36377], [36378], [36379], [36380], [36381], [36382], [36383], [36385], [36387], [36388], [36389], [36390], [36391], [36392], [36393], [36394], [36395], [36398], [36399], [36400], [36401], [36402], [36403], [36404], [36406], [36407], [36409], [36410], [36412], [36413], [36414], [36415], [36416], [36417], [36418], [36419], [36420], [36421], [36422], [36423], [36424], [36425], [36426], [36427], [36428], [36429], [36430], [36431], [36432], [36433], [36434], [36435], [36437], [36440], [36441], [36442], [36443], [36444], [36446], [36447], [36448], [36449], [36450], [36451], [36452], [36453], [36454], [36455], [36456], [36459], [36460], [36461], [36462], [36463], [36464], [36465], [36466], [36467], [36468], [36469], [36470], [36471], [36472], [36473], [36474], [36475], [36476], [36477], [36478], [36479], [36480], [36481], [36482], [36483], [36484], [36485], [36486], [36487], [36488], [36489], [36492], [36493], [36494], [36495], [36496], [36499], [36500], [36501], [36502], [36503], [36504], [36505], [36506], [36507], [36508], [36509], [36515], [36516], [36517], [36521], [36524], [36535], [36536], [36541], [36544], [36552], [36553], [36555], [36556], [36559], [36561], [36581], [36582], [36583], [36584], [36585], [36586], [36587], [36591], [36594], [36595], [36606], [36611], [36612], [36614], [36615], [36617], [36619], [36620], [36629], [36631], [36634], [36643], [36645], [36646], [36647], [36649], [36650], [36656], [36663], [36666], [36671], [36674], [36679], [36681], [36682], [36683], [36684], [36686], [36687], [36688], [36712], [36713], [36714], [36715], [36720], [36723], [36725], [36727], [36728], [36729], [36732], [36733], [36735], [36742], [36746], [36760], [36761], [36771], [36773], [36774], [36775], [36776], [36777], [36783], [36784], [36785], [36798], [36816], [36817], [36819], [36820], [36821], [36826], [36827], [36828], [36829], [36830], [36831], [36832], [36835], [36837], [36839], [36840], [36842], [36843], [36844], [36845], [36846], [36847], [36848], [36853], [36882], [36883], [36884], [36885], [36887], [36888], [36892], [36895], [36898], [36899], [36900], [36901], [36902], [36903], [36905], [36909], [36912], [36913], [36915], [36917], [36918], [36920], [36921], [36922], [36923], [36925], [36928], [36929], [36930], [36933], [36934], [36935], [36936], [36939], [36942], [36943], [36949], [36950], [36952], [36953], [36954], [36956], [36965], [36972], [36977], [36983], [36985], [36986], [36988], [36994], [36995], [37003], [37205], [37206], [37371], [37372], [37373], [37374], [37375], [37376], [37377], [37378], [37379], [37380], [37381], [37382], [37383], [37384], [37385], [37386], [37387], [37388], [37389], [37390], [37391], [37392], [37393], [37394], [37395], [37396], [37397], [37398], [38036], [38037], [38224], [38468], [38473], [38478], [38490], [38584], [38585], [38586], [38587], [38745], [39565], [39566], [39567], [39568], [39569], [39570], [39571], [39572], [39573], [39574], [39963], [39964], [39965], [39968], [39971], [40534], [40788], [42637], [42638], [42639], [42640], [42641], [42642], [42643], [42644], [42645], [42646], [42647], [42648], [42649], [42650], [42651], [42652], [42653], [42654], [42655], [42788], [42789], [42983], [43108], [43237], [43238], [43365], [43366], [43367], [43368], [43369], [43370], [43371], [43372], [43373], [43374], [43378], [43379], [43380], [43381], [43382], [43384], [43385], [43386], [43387], [43388], [43389], [43394], [43395], [43396], [43397], [43398], [43399], [43400], [43401], [43402], [43403], [43404], [43406], [43407], [43408], [43409], [43410], [43411], [43412], [43413], [43414], [43415], [43416], [43417], [43418], [43419], [43420], [43421], [43423], [43424], [43426], [43427], [43428], [43429], [43430], [43431], [43432], [43433], [43434], [43435], [43436], [43437], [43438], [43442], [43444], [43447], [43448], [43449], [43451], [43453], [43454], [43455], [43456], [43459], [43462], [43463], [43465], [43477], [43480], [43481], [43482], [43483], [43484], [43485], [43486], [43487], [43488], [43490], [43491], [43492], [43493], [43494], [43495], [43496], [43497], [43498], [43499], [43500], [43501], [43502], [43503], [43504], [43505], [43506], [43507], [43508], [43509], [43510], [43511], [43512], [43513], [43514], [43515], [43516], [43517], [43520], [43521], [43522], [43523], [43524], [43525], [43526], [43530], [43531], [43532], [43533], [43534], [43535], [43536], [43537], [43538], [43539], [43540], [43541], [43542], [43543], [43544], [43545], [43546], [43547], [43548], [43549], [43550], [43551], [43552], [43553], [43554], [43555], [43556], [43557], [43558], [43559], [43560], [43561], [43562], [43563], [43564], [43565], [43566], [43567], [43568], [43570], [43571], [43572], [43573], [43574], [43575], [43576], [43577], [43578], [43579], [43582], [43583], [43584], [43586], [43587], [43588], [43601], [43602], [43603], [43604], [43605], [43926], [43991], [44005], [44061], [44581], [44974], [44975], [45145], [45151], [45166], [45251], [45252], [45253], [45254], [45255], [45256], [45257], [45258], [45259], [45260], [46622], [46623], [46801], [46802], [46893], [46895], [46982], [47001], [47051], [47052], [47077], [47078], [47332], [47333], [47525], [47526], [47528], [47529], [47543], [47561], [47568], [47570], [47571], [47584], [50526], [50648], [50810], [50892], [51703], [51706], [51707], [51709], [51710], [51711], [51712], [51713], [51714], [51715], [51716], [51717], [51719], [51720], [51721], [51722], [51723], [51724], [51725], [51726], [51727], [51728], [51730], [51731], [51732], [51733], [51734], [51735], [51737], [51738], [51739], [51740], [52244], [52245], [52248], [52257], [52469], [52775], [55794], [55798], [55799], [55800], [55801], [55802], [55804], [55805], [55806], [55807], [55808], [55810], [55812], [55816], [55817], [55818], [55819], [55820], [55821], [55822], [55823], [55828], [55829], [55830], [55832], [55833], [55836], [55837], [55838], [55839], [55840], [55842], [55843], [55844], [55845], [55846], [55848], [55853], [55855], [55856], [55857], [55858], [55859], [55860], [55861], [55862], [55863], [55869], [55870], [55873], [55874], [55875], [55876], [55877], [55878], [55880], [55881], [55882], [55883], [55886], [55888], [55894], [55895], [55896], [55897], [55898], [55899], [55900], [55901], [55907], [55908], [55909], [55910], [55914], [55915], [55917], [55919], [55920], [55921], [55923], [55925], [55932], [55953], [55954], [55955], [55956], [55957], [55958], [55959], [55960], [55961], [55962], [55963], [55964], [55965], [55966], [55967], [55968], [55969], [55972], [55973], [55974], [55975], [55976], [55978], [55984], [55985], [55986], [55987], [55988], [55989], [55990], [55991], [55992], [55993], [55994], [55995], [55996], [55997], [55999], [56000], [56001], [56002], [56003], [56004], [56005], [56006], [56007], [56008], [56009], [56010], [56012], [56013], [56014], [56015], [56016], [56017], [56018], [56019], [56020], [56021], [56022], [56023], [56024], [56025], [56026], [56027], [56028], [56029], [56030], [56031], [56032], [56033], [56034], [56035], [56036], [56037], [56038], [56039], [56040], [56041], [56042], [56043], [56044], [56045], [56046], [56047], [56049], [56052], [56053], [56054], [56055], [56056], [56058], [56059], [56060], [56061], [56062], [56063], [56065], [56067], [56069], [56070], [56071], [56072], [56073], [56074], [56076], [56077], [56090], [56091], [56092], [56093], [56094], [56095], [56096], [56097], [56099], [56101], [56102], [56103], [56104], [56105], [56106], [56107], [56108], [56109], [56110], [56111], [56112], [56113], [56115], [56116], [56117], [56118], [56119], [56120], [56121], [56122], [56123], [56124], [56125], [56126], [56127], [56128], [56129], [56130], [56131], [56132], [56133], [56134], [56135], [56136], [56137], [56138], [56140], [56141], [56142], [56143], [56144], [56145], [56146], [56147], [56148], [56149], [56150], [56151], [56152], [56153], [56154], [56155], [56156], [56157], [56159], [56160], [56161], [56162], [56163], [56164], [56165], [56166], [56167], [56168], [56169], [56170], [56171], [56172], [56173], [56174], [56175], [56176], [56177], [56178], [56179], [56180], [56181], [56182], [56183], [56184], [56185], [56186], [56187], [56188], [56189], [56191], [56192], [56193], [56194], [56195], [56196], [56197], [56198], [56199], [56200], [56201], [56203], [56204], [56205], [56206], [56207], [56208], [56209], [56210], [56211], [56212], [56213], [56214], [56215], [56216], [56218], [56219], [56220], [56221], [56222], [56223], [56224], [56225], [56226], [56227], [56228], [56229], [56230], [56231], [56232], [56233], [56235], [56236], [56237], [56238], [56239], [56240], [56241], [56242], [56243], [56253], [56254], [56255], [56257], [56258], [56259], [56260], [56262], [56266], [56275], [56280], [56281], [56282], [56283], [56284], [56285], [56286], [56288], [56289], [56290], [56297], [56298], [56303], [56307], [56310], [56311], [56312], [56313], [56314], [56315], [56316], [56318], [56322], [56324], [56329], [56333], [56336], [56337], [56338], [56341], [56342], [56343], [56344], [56346], [56347], [56348], [56350], [56351], [56352], [56353], [56358], [56362], [56364], [56365], [56370], [56371], [56372], [56373], [56374], [56375], [56376], [56377], [56385], [56386], [56387], [56389], [56390], [56391], [56392], [56393], [56394], [56397], [56400], [56401], [56402], [56403], [56405], [56406], [56408], [56409], [56415], [56418], [56419], [56420], [56421], [56422], [56424], [56426], [56427], [56428], [56430], [56431], [56435], [56437], [56441], [56443], [56444], [56446], [56448], [56459], [56460], [56461], [56463], [56464], [56465], [56466], [56467], [56468], [56469], [56470], [56475], [56476], [56478], [56479], [56481], [56482], [56486], [56487], [56488], [56490], [56491], [56493], [56494], [56495], [56496], [56498], [56499], [56522], [56523], [56525], [56526], [56533], [56539], [56540], [56542], [56543], [56545], [56546], [56547], [56548], [56549], [56550], [56551], [56552], [56553], [56559], [56560], [56561], [56562], [56563], [56564], [56565], [56566], [56567], [56572], [56597], [56604], [56608], [56609], [56612], [56613], [56614], [56615], [56618], [56619], [56621], [56622], [56623], [56624], [56625], [56626], [56627], [56628], [56629], [56631], [56633], [56634], [56636], [56637], [56638], [56639], [56640], [56642], [56644], [56645], [56646], [56648], [56649], [56650], [56651], [56652], [56653], [56654], [56656], [56657], [56658], [56659], [56661], [56664], [56665], [56667], [56670], [56672], [56673], [56676], [56677], [56678], [56679], [56680], [56681], [56682], [56684], [56685], [56686], [56688], [56691], [56692], [56693], [56695], [56696], [56697], [56698], [56701], [56702], [56703], [56704], [56705], [56707], [56708], [56709], [56712], [56713], [56714], [56715], [56716], [56717], [56718], [56719], [56720], [56721], [56722], [56723], [56724], [56725], [56728], [56729], [56732], [56733], [56734], [56735], [56741], [56743], [56744], [56746], [56748], [56749], [56750], [56751], [56753], [56756], [56757], [56758], [56759], [56761], [56763], [56764], [56765], [56766], [56768], [56769], [56770], [56771], [56774], [56776], [56777], [56778], [56779], [56781], [56782], [56783], [56784], [56786], [56791], [56792], [56793], [56794], [56796], [56798], [56799], [56800], [56801], [56803], [56804], [56805], [56806], [56807], [56808], [56809], [56810], [56811], [56812], [56813], [56814], [56818], [56820], [56821], [56823], [56824], [56825], [56827], [56829], [56831], [56833], [56834], [56835], [56836], [56842], [56843], [56844], [56845], [56846], [56848], [56849], [56851], [56852], [56853], [56854], [56856], [56860], [56861], [56862], [56865], [56867], [56868], [56869], [56870], [56871], [56872], [56873], [56877], [56880], [56881], [56882], [56885], [56887], [56888], [56889], [56890], [56893], [56895], [56909], [56910], [56911], [56912], [56913], [56915], [56916], [56917], [56918], [56919], [56920], [56921], [56922], [56923], [56924], [56925], [56926], [56927], [56928], [56929], [56930], [56932], [56933], [56942], [56945], [56951], [56954], [56955], [56958], [56959], [56964], [56965], [56966], [56975], [56976], [56977], [56978], [56979], [56980], [56981], [56982], [56983], [56984], [56985], [56987], [56988], [56990], [56991], [56992], [56994], [56995], [56996], [56997], [56998], [56999], [57001], [57002], [57004], [57005], [57009], [57010], [57011], [57013], [57015], [57016], [57017], [57018], [57020], [57021], [57023], [57024], [57025], [57028], [57029], [57030], [57031], [57033], [57034], [57035], [57039], [57041], [57042], [57043], [57044], [57045], [57046], [57047], [57049], [57050], [57051], [57053], [57056], [57060], [57061], [57062], [57063], [57064], [57066], [57067], [57068], [57070], [57071], [57072], [57073], [57074], [57084], [57085], [57086], [57087], [57096], [57097], [57098], [57099], [57100], [57101], [57102], [57106], [57107], [57109], [57110], [57117], [57118], [57119], [57120], [57121], [57122], [57123], [57124], [57125], [57126], [57127], [57128], [57130], [57131], [57132], [57133], [57135], [57136], [57138], [57139], [57140], [57143], [57144], [57146], [57147], [57148], [57149], [57157], [57158], [57159], [57161], [57162], [57167], [57168], [57173], [57174], [57177], [57178], [57182], [57188], [57189], [57190], [57191], [57192], [57193], [57194], [57195], [57197], [57200], [57201], [57202], [57203], [57204], [57205], [57206], [57207], [57208], [57209], [57210], [57211], [57212], [57213], [57214], [57215], [57216], [57217], [57218], [57220], [57221], [57222], [57223], [57224], [57225], [57226], [57227], [57229], [57241], [57242], [57268], [57269], [57270], [57271], [57272], [57273], [57274], [57275], [57276], [57277], [57278], [57279], [57281], [57282], [57283], [57284], [57285], [57286], [57287], [57288], [57289], [57290], [57291], [57293], [57294], [57295], [57296], [57297], [57298], [57299], [57300], [57301], [57302], [57303], [57305], [57306], [57307], [57308], [57309], [57310], [57312], [57313], [57314], [57315], [57316], [57317], [57318], [57319], [57321], [57322], [57323], [57324], [57325], [57326], [57327], [57328], [57329], [57332], [57333], [57334], [57335], [57336], [57337], [57339], [57340], [57341], [57342], [57344], [57345], [57347], [57348], [57349], [57350], [57351], [57352], [57353], [57354], [57355], [57356], [57357], [57358], [57359], [57360], [57362], [57363], [57364], [57365], [57366], [57367], [57368], [57370], [57371], [57372], [57373], [57374], [57375], [57376], [57377], [57378], [57381], [57384], [57385], [57386], [57387], [57388], [57389], [57391], [57392], [57393], [57394], [57395], [57398], [57401], [57402], [57403], [57404], [57405], [57406], [57407], [57408], [57409], [57410], [57411], [57412], [57413], [57414], [57415], [57416], [57420], [57421], [57422], [57423], [57424], [57425], [57426], [57429], [57430], [57431], [57432], [57433], [57435], [57449], [57450], [57451], [57452], [57454], [57457], [57459], [57461], [57462], [57464], [57465], [57466], [57467], [57468], [57469], [57470], [57471], [57472], [57473], [57474], [57475], [57486], [57488], [57489], [57490], [57491], [57492], [57494], [57495], [57496], [57497], [57498], [57499], [57500], [57501], [57502], [57503], [57504], [57505], [57506], [57507], [57508], [57509], [57510], [57511], [57512], [57513], [57515], [57520], [57521], [57522], [57523], [57528], [57529], [57530], [57531], [57532], [57533], [57534], [57545], [57549], [57550], [57551], [57563], [57564], [57565], [57566], [57567], [57568], [57569], [57570], [57571], [57572], [57573], [57575], [57576], [57577], [57578], [57579], [57580], [57581], [57582], [57583], [57584], [57585], [57587], [57588], [57589], [57590], [57596], [57597], [57598], [57599], [57600], [57601], [57602], [57604], [57612], [57613], [57614], [57615], [57616], [57617], [57618], [57622], [57623], [57624], [57625], [57626], [57627], [57628], [57629], [57630], [57631], [57632], [57633], [57634], [57635], [57636], [57637], [57638], [57639], [57640], [57641], [57642], [57643], [57644], [57645], [57646], [57649], [57650], [57651], [57653], [57654], [57656], [57658], [57659], [57660], [57662], [57663], [57665], [57666], [57667], [57668], [57669], [57670], [57671], [57673], [57674], [57675], [57676], [57678], [57679], [57680], [57681], [57682], [57683], [57684], [57688], [57689], [57690], [57692], [57693], [57695], [57696], [57697], [57699], [57700], [57701], [57702], [57704], [57705], [57706], [57707], [57708], [57711], [57712], [57713], [57714], [57715], [57716], [57718], [57719], [57720], [57721], [57722], [57725], [57726], [57727], [57728], [57730], [57731], [57732], [57733], [57734], [57736], [57737], [57738], [57739], [57742], [57750], [57751], [57753], [57754], [57755], [57756], [57759], [57760], [57761], [57778], [57779], [57780], [57781], [57782], [57785], [57786], [57787], [57788], [57789], [57790], [57791], [57792], [57793], [57794], [57795], [57796], [57797], [57799], [57800], [57803], [57804], [57805], [57806], [57807], [57808], [57809], [57810], [57811], [57824], [57825], [57826], [57827], [57833], [57834], [57836], [57837], [57838], [57839], [57840], [57841], [57842], [57843], [57844], [57845], [57846], [57847], [57848], [57854], [57855], [57856], [57857], [57858], [57859], [57860], [57861], [57862], [57863], [57865], [57866], [57867], [57868], [57869], [57870], [57880], [57882], [57883], [57884], [57885], [57886], [57921], [58607], [58608], [58609], [58610], [58611], [58612], [58613], [58614], [58616], [58617], [58618], [58620], [58621], [58622], [58623], [58624], [58630], [58635], [58636], [58639], [58640], [58641], [58642], [58643], [58644], [58648], [58649], [58650], [58651], [58652], [58653], [58654], [58655], [58656], [58657], [58658], [58666], [58667], [58668], [58669], [58670], [58671], [58672], [58673], [58674], [58676], [58677], [58678], [58679], [58680], [58681], [58682], [58683], [58686], [58687], [58688], [58689], [58690], [58691], [58692], [58693], [58694], [58695], [58696], [58703], [58704], [58705], [58707], [58708], [58709], [58710], [58711], [58712], [58713], [58714], [58715], [58716], [58717], [58718], [58719], [58720], [58721], [58722], [58727], [58728], [58729], [58730], [58731], [58732], [58733], [58734], [58735], [58736], [58737], [58738], [58739], [58740], [58741], [58742], [58743], [58747], [58748], [58749], [58750], [58751], [58752], [58753], [58761], [58762], [58763], [58764], [58765], [58766], [58767], [58768], [58769], [58770], [58771], [58772], [58773], [58774], [58775], [58776], [58777], [58778], [58779], [58780], [58781], [58782], [58784], [58785], [58786], [58788], [58790], [58791], [58792], [58793], [58794], [58795], [58796], [58797], [58798], [58799], [58801], [58802], [58804], [58805], [58806], [58807], [58808], [58809], [58811], [58813], [58814], [58815], [58816], [58817], [58818], [58819], [58821], [58822], [58823], [58825], [58826], [58831], [58832], [58834], [58835], [58836], [58837], [58838], [58839], [58840], [58841], [58842], [58843], [58844], [58845], [58846], [58847], [58848], [58849], [58850], [58853], [58854], [58856], [58857], [58858], [58859], [58861], [58862], [58863], [58864], [58865], [58866], [58867], [58868], [58869], [58871], [58872], [58873], [58874], [58875], [58876], [58877], [58878], [58879], [58880], [58881], [58883], [58885], [58886], [58887], [58888], [58889], [58890], [58891], [58892], [58893], [58894], [58895], [58896], [58897], [58898], [58902], [58903], [58904], [58905], [58908], [58909], [58910], [58911], [58912], [58914], [58915], [58919], [58920], [58921], [58922], [58923], [58924], [58925], [58926], [58927], [58928], [58929], [58930], [58933], [58934], [58935], [58936], [58948], [58949], [58950], [58951], [58952], [58953], [58954], [58955], [58960], [58961], [58962], [58963], [58964], [58965], [58966], [58967], [58968], [58969], [58970], [58971], [58972], [58973], [58974], [58975], [58976], [58977], [58978], [58979], [58980], [58981], [58982], [58983], [58984], [58985], [58986], [58987], [58988], [58989], [58990], [58991], [58992], [58993], [58994], [58995], [58996], [58997], [58998], [58999], [59000], [59001], [59002], [59003], [59004], [59005], [59006], [59007], [59008], [59009], [59010], [59011], [59012], [59013], [59015], [59016], [59017], [59018], [59019], [59020], [59021], [59022], [59023], [59024], [59025], [59026], [59027], [59028], [59029], [59030], [59031], [59032], [59033], [59034], [59035], [59036], [59037], [59038], [59042], [59043], [59044], [59045], [59046], [59047], [59048], [59049], [59050], [59051], [59052], [59054], [59055], [59056], [59057], [59058], [59060], [59061], [59063], [59064], [59065], [59066], [59067], [59069], [59071], [59072], [59073], [59074], [59075], [59076], [59077], [59078], [59079], [59080], [59081], [59082], [59085], [59087], [59088], [59089], [59090], [59091], [59092], [59093], [59094], [59095], [59096], [59097], [59098], [59100], [59101], [59102], [59103], [59105], [59107], [59108], [59109], [59110], [59111], [59113], [59114], [59116], [59117], [59118], [59119], [59120], [59122], [59123], [59124], [59125], [59126], [59127], [59128], [59129], [59130], [59131], [59132], [59133], [59134], [59135], [59139], [59140], [59142], [59144], [59145], [59146], [59148], [59149], [59150], [59151], [59152], [59153], [59155], [59156], [59157], [59158], [59159], [59164], [59165], [59166], [59167], [59168], [59169], [59171], [59172], [59173], [59174], [59175], [59176], [59178], [59179], [59183], [59184], [59185], [59186], [59187], [59188], [59190], [59192], [59193], [59194], [59196], [59197], [59198], [59199], [59200], [59201], [59204], [59206], [59208], [59209], [59210], [59211], [59212], [59213], [59214], [59216], [59217], [59218], [59219], [59220], [59221], [59222], [59238], [59239], [59240], [59241], [59242], [59243], [59244], [59245], [59246], [59247], [59248], [59249], [59250], [59251], [59252], [59260], [59261], [59262], [59263], [59264], [59265], [59266], [59267], [59268], [59269], [59270], [59271], [59273], [59275], [59276], [59277], [59278], [59280], [59281], [59282], [59283], [59284], [59285], [59286], [59294], [59296], [59297], [59298], [59299], [59301], [59302], [59303], [59305], [59318], [59319], [59320], [59321], [59322], [59323], [59329], [59330], [59336], [59337], [59340], [59341], [59342], [59343], [59344], [59345], [59346], [59347], [59348], [59354], [59355], [59356], [59357], [59358], [59359], [59360], [59361], [59362], [59363], [59368], [59369], [59374], [59375], [59376], [59377], [59378], [59379], [59380], [59381], [59382], [59383], [59384], [59385], [59386], [59387], [59388], [59389], [59390], [59391], [59392], [59393], [59396], [59397], [59399], [59400], [59403], [59404], [59405], [59406], [59407], [59412], [59413], [59414], [59415], [59416], [59417], [59418], [59419], [59420], [59421], [59422], [59423], [59424], [59425], [59426], [59427], [59428], [59429], [59438], [59439], [59440], [59441], [59442], [59443], [59444], [59445], [59446], [59447], [59448], [59451], [59454], [59456], [59457], [59459], [59460], [59461], [59463], [59464], [59465], [59471], [59474], [59475], [59479], [59481], [59483], [59484], [59486], [59487], [59488], [59490], [59491], [59492], [59497], [59501], [59509], [59510], [59511], [59512], [59513], [59514], [59515], [59516], [59517], [59518], [59519], [59520], [59521], [59522], [59524], [59525], [59526], [59527], [59528], [59529], [59530], [59531], [59532], [59533], [59534], [59535], [59538], [59539], [59540], [59541], [59543], [59544], [59545], [59547], [59548], [59549], [59550], [59552], [59553], [59554], [59555], [59557], [59558], [59559], [59562], [59563], [59564], [59565], [59567], [59568], [59569], [59571], [59572], [59573], [59575], [59576], [59578], [59580], [59581], [59582], [59583], [59584], [59585], [59586], [59587], [59588], [59589], [59590], [59591], [59592], [59593], [59594], [59595], [59596], [59597], [59598], [59599], [59600], [59601], [59602], [59603], [59604], [59605], [59606], [59607], [59608], [59609], [59612], [59625], [59626], [59627], [59641], [59642], [59643], [59644], [59645], [59647], [59649], [59650], [59658], [59669], [59670], [59671], [59672], [59673], [59674], [59676], [59677], [59678], [59679], [59680], [59681], [59682], [59683], [59684], [59687], [59688], [59689], [59690], [59692], [59693], [59694], [59695], [59696], [59702], [59704], [59705], [59707], [59708], [59709], [59710], [59711], [59714], [59719], [59721], [59722], [59724], [59726], [59729], [59730], [59732], [59733], [59738], [59741], [59742], [59743], [59744], [59746], [59747], [59754], [59756], [59758], [59759], [59760], [59761], [59762], [59764], [59765], [59766], [59775], [59777], [59781], [59782], [59786], [59787], [59789], [59790], [59791], [59793], [59799], [59801], [59804], [59807], [59809], [59810], [59816], [59821], [59822], [59823], [59827], [59828], [59829], [59830], [59831], [59832], [59833], [59834], [59836], [59837], [59838], [59839], [59840], [59841], [59842], [59843], [59844], [59845], [59846], [59847], [59848], [59849], [59850], [59851], [59852], [59853], [59854], [59855], [59856], [59870], [59871], [59872], [59886], [59887], [59888], [59889], [59890], [59891], [59892], [59893], [59894], [59895], [59896], [59897], [59898], [59899], [59900], [59901], [59902], [59906], [59907], [59909], [59910], [59911], [59912], [59913], [59914], [59915], [59916], [59917], [59918], [59920], [59921], [59922], [59923], [59924], [59925], [59926], [59927], [59929], [59930], [59931], [59932], [59933], [59934], [59935], [59936], [59937], [59940], [59941], [59942], [59943], [59945], [59946], [59947], [59948], [59949], [59950], [59951], [59952], [59953], [59954], [59955], [59957], [59958], [59959], [59960], [59961], [59962], [59964], [59965], [59968], [59969], [59970], [59971], [59973], [59974], [59975], [59976], [59977], [59978], [59979], [59980], [59982], [59983], [59984], [59985], [59987], [59988], [59989], [59990], [59991], [59994], [59995], [59996], [59997], [59998], [59999], [60000], [60001], [60002], [60003], [60004], [60005], [60006], [60009], [60010], [60011], [60012], [60013], [60014], [60015], [60016], [60017], [60018], [60019], [60020], [60024], [60025], [60026], [60027], [60028], [60029], [60030], [60034], [60035], [60036], [60037], [60038], [60039], [60040], [60041], [60042], [60043], [60044], [60045], [60051], [60052], [60053], [60054], [60055], [60057], [60059], [60061], [60062], [60065], [60066], [60067], [60068], [60069], [60070], [60072], [60073], [60074], [60075], [60076], [60078], [60079], [60080], [60081], [60082], [60084], [60085], [60086], [60087], [60088], [60089], [60091], [60092], [60093], [60095], [60099], [60100], [60101], [60102], [60103], [60104], [60105], [60106], [60107], [60108], [60109], [60110], [60111], [60112], [60118], [60119], [60120], [60121], [60122], [60123], [60124], [60125], [60127], [60129], [60130], [60131], [60132], [60133], [60134], [60135], [60138], [60139], [60140], [60141], [60142], [60143], [60144], [60145], [60146], [60147], [60148], [60149], [60150], [60152], [60153], [60155], [60156], [60158], [60160], [60162], [60163], [60171], [60172], [60173], [60174], [60175], [60176], [60177], [60178], [60179], [60180], [60181], [60183], [60184], [60185], [60186], [60187], [60188], [60189], [60190], [60191], [60192], [60193], [60195], [60196], [60198], [60199], [60200], [60201], [60202], [60203], [60204], [60205], [60206], [60207], [60208], [60210], [60211], [60212], [60213], [60215], [60216], [60217], [60218], [60219], [60220], [60221], [60222], [60223], [60225], [60226], [60227], [60228], [60229], [60230], [60231], [60232], [60234], [60235], [60236], [60237], [60238], [60239], [60241], [60245], [60246], [60247], [60248], [60249], [60250], [60251], [60252], [60253], [60254], [60255], [60256], [60257], [60258], [60259], [60260], [60265], [60266], [60267], [60268], [60272], [60273], [60274], [60281], [60282], [60283], [60289], [60292], [60293], [60294], [60295], [60296], [60297], [60298], [60300], [60301], [60302], [60303], [60305], [60306], [60307], [60308], [60309], [60310], [60311], [60312], [60313], [60314], [60315], [60316], [60317], [60318], [60319], [60320], [60321], [60322], [60323], [60324], [60325], [60326], [60327], [60328], [60329], [60330], [60333], [60334], [60343], [60344], [60345], [60346], [60347], [60348], [60349], [60350], [60351], [60353], [60354], [60355], [60356], [60357], [60358], [60359], [60360], [60361], [60362], [60363], [60364], [60365], [60366], [60369], [60370], [60371], [60372], [60373], [60374], [60375], [60378], [60379], [60380], [60381], [60382], [60383], [60384], [60387], [60388], [60391], [60392], [60393], [60394], [60396], [60397], [60400], [60401], [60402], [60410], [60411], [60412], [60413], [60423], [60433], [60434], [60435], [60436], [60437], [60438], [60440], [60441], [60442], [60443], [60444], [60445], [60446], [60447], [60448], [60449], [60452], [60453], [60454], [60455], [60456], [60457], [60458], [60459], [60460], [60461], [60467], [60469], [60475], [60476], [60477], [60478], [60479], [60481], [60482], [60483], [60484], [60486], [60487], [60488], [60489], [60490], [60491], [60492], [60493], [60494], [60499], [60500], [60501], [60502], [60503], [60504], [60505], [60506], [60507], [60508], [60509], [60510], [60511], [60512], [60513], [60514], [60515], [60520], [60521], [60522], [60524], [60525], [60526], [60527], [60528], [60546], [61010], [61013], [61014], [61015], [61017], [61078], [61116], [61117], [61126], [61129], [61163], [61168], [61688], [61692], [61693], [61694], [61695], [61696], [61697], [61698], [61700], [61701], [61702], [61703], [61704], [61705], [61706], [61708], [61709], [61710], [61711], [61712], [61713], [61714], [61715], [61718], [61719], [61720], [61722], [61723], [61725], [61726], [61727], [61728], [61729], [61730], [61731], [61732], [61733], [61734], [61735], [61736], [61737], [61739], [61740], [61741], [61742], [61743], [61744], [61745], [61748], [61749], [61751], [61753], [61754], [61757], [61758], [61760], [61761], [61762], [61766], [61768], [61775], [61776], [61778], [61779], [61780], [61781], [61783], [61785], [61788], [61834], [61835], [61839], [61841], [61844], [61845], [61846], [61851], [61852], [61854], [61857], [61858], [61860], [61861], [61862], [61863], [61864], [61865], [61867], [61872], [61873], [61874], [61876], [61877], [61878], [62022], [62023], [62024], [62027], [62028], [62029], [62030], [62031], [62032], [62033], [62034], [62035], [62036], [62037], [62038], [62039], [62040], [62041], [62042], [62044], [62045], [62046], [62047], [62048], [62049], [62050], [62051], [62052], [62053], [62054], [62055], [62056], [62057], [62058], [62059], [62060], [62061], [62062], [62064], [62065], [62066], [62067], [62068], [62070], [62071], [62072], [62073], [62074], [62075], [62076], [62077], [62078], [62079], [62080], [62081], [62083], [62084], [62086], [63453], [63454], [63455], [63456], [63457], [63458], [63459], [63460], [63461], [63462], [63463], [63464], [63465], [63466], [63467], [63468], [63469], [63470], [63471], [63472], [63473], [63474], [63476], [63477], [63478], [63479], [63480], [63481], [63482], [63484], [63485], [63486], [63487], [63488], [63489], [63490], [63491], [63492], [63493], [63494], [63496], [63497], [63498], [63499], [63500], [63501], [63503], [63504], [63505], [63506], [63507], [63508], [63510], [63511], [63512], [63513], [63514], [63515], [63516], [63518], [63519], [63521], [63522], [63523], [63524], [63525], [63526], [63527], [63528], [63529], [63530], [63531], [63532], [63533], [63534], [63535], [63536], [63537], [63538], [63539], [63540], [63541], [63542], [63543], [63544], [63545], [63546], [63547], [63548], [63549], [63550], [63551], [63552], [63553], [63554], [63555], [63556], [63557], [63558], [63562], [63563], [63564], [63565], [63566], [63567], [63568], [63569], [63570], [63571], [63572], [63573], [63574], [63575], [63576], [63577], [63578], [63579], [63580], [63581], [63582], [63583], [63584], [63585], [63586], [63587], [63588], [63589], [63590], [63591], [63592], [63593], [63594], [63595], [63596], [63597], [63598], [63599], [63600], [63601], [63602], [63603], [63604], [63605], [63606], [63607], [63608], [63609], [63610], [63611], [63612], [63613], [63614], [63615], [63616], [63617], [63618], [63619], [63620], [63621], [63622], [63623], [63624], [63625], [63626], [63627], [63628], [63629], [63630], [63631], [63632], [63633], [63634], [63635], [63636], [63637], [63638], [63639], [63640], [63641], [63642], [63643], [63644], [63645], [63646], [63647], [63648], [63649], [63650], [63651], [63652], [63653], [63654], [63655], [63656], [63657], [63658], [63659], [63660], [63661], [63662], [63663], [63664], [63665], [63666], [63667], [63668], [63669], [63671], [63672], [63673], [63674], [63675], [63676], [63677], [63678], [63679], [63680], [63681], [63682], [63683], [63684], [63685], [63686], [63687], [63688], [63689], [63690], [63691], [63692], [63693], [63694], [63695], [63696], [63697], [63698], [63699], [63700], [63701], [63702], [63703], [63704], [63706], [63707], [63708], [63709], [63711], [63712], [63713], [63714], [63715], [63716], [63717], [63718], [63719], [63720], [63721], [63722], [63723], [63724], [63725], [63726], [63727], [63728], [63729], [63730], [63731], [63732], [63733], [63734], [63735], [63736], [63737], [63738], [63739], [63740], [63741], [63742], [63743], [63744], [63745], [63746], [63747], [63748], [63749], [63750], [63751], [63752], [63753], [63754], [63755], [63756], [63757], [63758], [63759], [63760], [63761], [63762], [63763], [63764], [63765], [63766], [63767], [63768], [63769], [63770], [63771], [63772], [63773], [63774], [63775], [63776], [63777], [63778], [63779], [63780], [63781], [63782], [63783], [63784], [63785], [63786], [63787], [63788], [63789], [63790], [63791], [63792], [63793], [63794], [63795], [63796], [63797], [63798], [63799], [63800], [63801], [63802], [63803], [63804], [63805], [63806], [63807], [63808], [63809], [63810], [63811], [63812], [63813], [63814], [63815], [63816], [63817], [63818], [63819], [63820], [63821], [63822], [63823], [63824], [63825], [63826], [63827], [63828], [63829], [63830], [63831], [63832], [63833], [63834], [63835], [63836], [63837], [63838], [63839], [63840], [63841], [63842], [63843], [63844], [63845], [63847], [63848], [63849], [63850], [63851], [63852], [63853], [63854], [63855], [63856], [63857], [63858], [63859], [63860], [63861], [63862], [63863], [63864], [63865], [63866], [63867], [63868], [63869], [63870], [63872], [63873], [63874], [63875], [63876], [63877], [63878], [63879], [63880], [63881], [63882], [63883], [63884], [63885], [63886], [63887], [63888], [63889], [63890], [63891], [63892], [63893], [63894], [63895], [63896], [63897], [63898], [63899], [63900], [63901], [63902], [63903], [63904], [63905], [63906], [63907], [63908], [63909], [63910], [63911], [63912], [63913], [63914], [63915], [63916], [63917], [63918], [63919], [63920], [63921], [63922], [63923], [63924], [63925], [63926], [63927], [63928], [63929], [63930], [63931], [63932], [63933], [63934], [63935], [63936], [63937], [63938], [63939], [63940], [63941], [63942], [63943], [63944], [63945], [63946], [63947], [63948], [63949], [63950], [63951], [63952], [63953], [63954], [63955], [63956], [63957], [63958], [63959], [63960], [63961], [63962], [63963], [63964], [63965], [63966], [63967], [63968], [63969], [63970], [63971], [63972], [63973], [63974], [63975], [63976], [63977], [63978], [63979], [63980], [63981], [63982], [63983], [63984], [63985], [63986], [63987], [63988], [63989], [63990], [63991], [63992], [63993], [63994], [63995], [63996], [63997], [63998], [63999], [64000], [64001], [64002], [64003], [64004], [64005], [64006], [64007], [64008], [64009], [64010], [64011], [64012], [64013], [64014], [64015], [64016], [64017], [64018], [64019], [64020], [64021], [64022], [64023], [64024], [64025], [64026], [64027], [64028], [64029], [64030], [64031], [64032], [64033], [64034], [64035], [64036], [64037], [64038], [64039], [64040], [64041], [64042], [64043], [64044], [64045], [64046], [64047], [64049], [64050], [64051], [64052], [64053], [64054], [64055], [64056], [64057], [64058], [64059], [64060], [64061], [64062], [64063], [64064], [64065], [64066], [64067], [64068], [64069], [64070], [64071], [64072], [64073], [64074], [64075], [64076], [64077], [64078], [64079], [64080], [64081], [64082], [64083], [64084], [64085], [64086], [64087], [64088], [64089], [64090], [64091], [64092], [64093], [64094], [64095], [64096], [64097], [64098], [64099], [64100], [64101], [64102], [64103], [64104], [64105], [64106], [64107], [64108], [64109], [64110], [64111], [64113], [64114], [64115], [64116], [64117], [64118], [64119], [64121], [64122], [64123], [64124], [64125], [64126], [64127], [64128], [64129], [64130], [64131], [64132], [64133], [64134], [64135], [64136], [64137], [64138], [64139], [64140], [64141], [64142], [64143], [64144], [64145], [64146], [64147], [64148], [64149], [64150], [64151], [64152], [64153], [64154], [64155], [64156], [64157], [64158], [64159], [64160], [64161], [64162], [64163], [64164], [64165], [64166], [64167], [64168], [64169], [64170], [64171], [64172], [64173], [64174], [64175], [64176], [64177], [64178], [64179], [64180], [64181], [64182], [64183], [64184], [64185], [64186], [64187], [64188], [64189], [64190], [64191], [64192], [64193], [64194], [64195], [64196], [64197], [64198], [64199], [64200], [64201], [64202], [64203], [64204], [64205], [64206], [64207], [64208], [64209], [64210], [64211], [64212], [64213], [64214], [64215], [64216], [64217], [64218], [64219], [64220], [64221], [64222], [64223], [64224], [64225], [64226], [64227], [64228], [64229], [64230], [64231], [64233], [64234], [64235], [64236], [64237], [64238], [64239], [64240], [64241], [64242], [64243], [64244], [64245], [64246], [64247], [64248], [64249], [64250], [64251], [64252], [64253], [64254], [64255], [64256], [64257], [64258], [64259], [64260], [64261], [64262], [64263], [64264], [64265], [64266], [64267], [64268], [64269], [64270], [64271], [64272], [64273], [64274], [64275], [64276], [64277], [64278], [64279], [64280], [64281], [64282], [64283], [64284], [64285], [64286], [64287], [64288], [64289], [64290], [64291], [64292], [64293], [64294], [64295], [64296], [64297], [64298], [64299], [64300], [64301], [64302], [64303], [64304], [64305], [64306], [64307], [64308], [64309], [64310], [64311], [64312], [64313], [64314], [64315], [64316], [64317], [64318], [64319], [64320], [64321], [64322], [64323], [64324], [64325], [64326], [64327], [64328], [64329], [64330], [64331], [64332], [64333], [64334], [64335], [64336], [64337], [64338], [64339], [64340], [64341], [64342], [64343], [64344], [64345], [64346], [64347], [64348], [64349], [64350], [64351], [64352], [64353], [64354], [64355], [64356], [64357], [64358], [64359], [64360], [64361], [64362], [64364], [64365], [64366], [64367], [64368], [64369], [64370], [64371], [64372], [64373], [64374], [64375], [64376], [64377], [64378], [64379], [64380], [64381], [64382], [64383], [64384], [64385], [64386], [64387], [64388], [64389], [64390], [64391], [64392], [64393], [64394], [64395], [64396], [64397], [64398], [64399], [64400], [64401], [64402], [64403], [64404], [64405], [64406], [64407], [64408], [64409], [64410], [64411], [64412], [64413], [64414], [64415], [64416], [64417], [64418], [64419], [64420], [64421], [64422], [64423], [64424], [64425], [64426], [64427], [64428], [64429], [64430], [64431], [64432], [64433], [64434], [64435], [64436], [64437], [64438], [64439], [64440], [64441], [64442], [64443], [64444], [64445], [64446], [64447], [64448], [64449], [64450], [64451], [64452], [64453], [64454], [64455], [64456], [64457], [64458], [64459], [64460], [64461], [64462], [64463], [64464], [64465], [64466], [64467], [64468], [64469], [64470], [64471], [64472], [64473], [64474], [64475], [64476], [64477], [64478], [64479], [64480], [64481], [64482], [64483], [64484], [64490], [64491], [64492], [64493], [64494], [64495], [64496], [64497], [64498], [64499], [64500], [64501], [64502], [64503], [64504], [64505], [64506], [64507], [64508], [64509], [64510], [64511], [64512], [64513], [64514], [64515], [64516], [64517], [64518], [64519], [64520], [64521], [64522], [64523], [64524], [64525], [64526], [64527], [64528], [64529], [64530], [64531], [64532], [64533], [64534], [64535], [64536], [64537], [64538], [64539], [64540], [64541], [64542], [64543], [64544], [64545], [64546], [64547], [64548], [64549], [64550], [64551], [64552], [64553], [64554], [64555], [64556], [64557], [64558], [64559], [64560], [64561], [64562], [64563], [64564], [64565], [64566], [64567], [64568], [64569], [64570], [64571], [64572], [64573], [64574], [64575], [64576], [64577], [64578], [64579], [64580], [64581], [64582], [64583], [64584], [64586], [64587], [64588], [64589], [64590], [64591], [64592], [64593], [64594], [64595], [64596], [64597], [64598], [64599], [64600], [64601], [64602], [64603], [64604], [64606], [64607], [64648], [64649], [64662], [64667], [64668], [65431], [65432], [66279], [66280], [66340], [66342], [67547], [67548], [67549], [67550], [67551], [67552], [67553], [67554], [67555], [67556], [67557], [67558], [67559], [67560], [67561], [67562], [67563], [67564], [67566], [67567], [67568], [67569], [67570], [67571], [67572], [67573], [67575], [67576], [67577], [67578], [67582], [67583], [67584], [67585], [67586], [67587], [67588], [67589], [67590], [67591], [67593], [67594], [67595], [67597], [67598], [67599], [67600], [67601], [67602], [67603], [67604], [67606], [67607]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_Xi4pl_67240.png", "TableImg_Zfj6n_7184.png"], "original_data_index": 1832} +{"question": "How many faculty members participate in each activity? Return the activity names and the number of faculty members.", "answer": {"columns": ["activity_name", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Mountain Climbing", 6], ["Canoeing", 4], ["Kayaking", 1], ["Spelunking", 2], ["Extreme Canasta", 3], ["Soccer", 1], ["Baseball", 1], ["Football", 3], ["Volleyball", 2], ["Canasta", 3], ["Chess", 5], ["Crossword Puzzles", 7], ["Square Dancing", 2]]}, "table_names": "['Activity', 'Faculty_Participates_in']", "table_image_ids": ["TableImg_Ar6tq_16.png", "TableImg_S27kj_40.png"], "original_data_index": 1833} +{"question": "What are the names of directors who directed movies with 5 star rating? Also return the title of these movies.", "answer": {"columns": ["director", "title"], "index": [0, 1], "data": [[null, "Snow White"], ["James Cameron", "Avatar"]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Hekxk_8.png", "TableImg_6dlo2_14.png"], "original_data_index": 1834} +{"question": "Find the ids of the problems that are reported by the staff whose last name is Bosco.", "answer": {"columns": ["problem_id"], "index": [0, 1], "data": [[3], [8]]}, "table_names": "['Staff', 'Problems']", "table_image_ids": ["TableImg_Tg1b1_15.png", "TableImg_Ezn70_15.png"], "original_data_index": 1835} +{"question": "What is the name of the customer that has purchased the most items?", "answer": {"columns": ["customer_name"], "index": [0], "data": [["Clifford Pagac"]]}, "table_names": "['Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Uxb75_15.png", "TableImg_Fz6mz_15.png", "TableImg_Nmrf4_15.png"], "original_data_index": 1836} +{"question": "Show the first and last name of all the faculty members who participated in some activity, together with the number of activities they participated in.", "answer": {"columns": ["Fname", "Lname", "count(*)", "FacID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["Mark", "Giuliano", 3, 1082], ["Michael", "Goodrich", 3, 1121], ["Daniel", "Naiman", 3, 1177], ["Stacey", "Jones", 3, 1193], ["David", "Yarowsky", 3, 2192], ["Alan", "Goldman", 2, 2881], ["Scott", "Smith", 3, 3457], ["Joanne", "Houlahan", 2, 4230], ["Luigi", "Burzio", 2, 4432], ["Robert", "Frank", 1, 5718], ["Louis", "Beach", 2, 6112], ["Cheng", "Cheng", 2, 6182], ["Russell", "Taylor", 2, 7723], ["Ellie", "Angelopoulou", 1, 8114], ["Lawrence", "Wolff", 2, 8721], ["Steven", "Salzberg", 2, 8741], ["Yair", "Amir", 3, 8918], ["Leslie", "Hall", 1, 9922]]}, "table_names": "['Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_Mb62c_40.png", "TableImg_Z3lhm_58.png"], "original_data_index": 1837} +{"question": "List the names of 5 users followed by the largest number of other users.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4], "data": [["Tyler Swift"], ["Natalie Portman"], ["Black Widow\n"], ["Celine Dion"], ["Iron Man"]]}, "table_names": "['user_profiles']", "table_image_ids": ["TableImg_K55hp_7.png"], "original_data_index": 1838} +{"question": "Find the name and college of students whose decisions are yes in the tryout.", "answer": {"columns": ["pName", "cName"], "index": [0, 1], "data": [["Andrew", "ASU"], ["Blake", "FSU"]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_7l71u_6.png", "TableImg_6xwpl_6.png"], "original_data_index": 1839} +{"question": "In what years did a movie receive a 4 or 5 star rating, and list the years from oldest to most recently?", "answer": {"columns": ["year"], "index": [0, 1, 2, 3], "data": [[1937], [1939], [1981], [2009]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Q6f24_8.png", "TableImg_380ld_14.png"], "original_data_index": 1840} +{"question": "Count the number of male students who had class senator votes in the fall election cycle.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_542hy_34.png", "TableImg_P4eih_10.png"], "original_data_index": 1841} +{"question": "What are the id of students who registered courses or attended courses?", "answer": {"columns": ["student_id"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[111], [121], [131], [141], [151], [161], [171]]}, "table_names": "['Student_Course_Registrations', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_5dilk_9.png", "TableImg_Gkihd_8.png"], "original_data_index": 1842} +{"question": "Show the school name and driver name for all school buses.", "answer": {"columns": ["School", "Name"], "index": [0, 1, 2, 3, 4], "data": [["Noelani Elementary School", "Henry Genga"], ["State Elementary School Menteng 01", "Angel Acre"], ["Punahou School", "Minnie Gonzalez"], ["Occidental College", "Douglas McCrory"], ["Harvard Law School", "Jason Rojas"]]}, "table_names": "['driver', 'school', 'school_bus']", "table_image_ids": ["TableImg_E0wf4_12.png", "TableImg_Ul8w6_7.png", "TableImg_77r05_5.png"], "original_data_index": 1843} +{"question": "What are the names of all aircrafts that have won a match at least twice?", "answer": {"columns": ["Aircraft"], "index": [0, 1], "data": [["Robinson R-22"], ["Mil Mi-26"]]}, "table_names": "['aircraft', 'match']", "table_image_ids": ["TableImg_Jn9w9_5.png", "TableImg_Sm2sc_7.png"], "original_data_index": 1844} +{"question": "Give the number of students living in either HKG or CHI.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Zv3he_34.png"], "original_data_index": 1845} +{"question": "Show the distinct names of mountains climbed by climbers from country \"West Germany\".", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Kibo (Uhuru Pk)"], ["Mount Kenya (Batian)"], ["Mawenzi (Hans Meyer Pk)"], ["Mount Kenya (Lenana)"]]}, "table_names": "['mountain', 'climber']", "table_image_ids": ["TableImg_Ngbws_7.png", "TableImg_Lhghz_10.png"], "original_data_index": 1846} +{"question": "List the dates of enrollment and completion of the student with personal name \"Karson\".", "answer": {"columns": ["date_of_enrolment", "date_of_completion"], "index": [0], "data": [["2017-11-22 18:29:18", "2018-03-09 17:56:18"]]}, "table_names": "['Students', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Pccj7_15.png", "TableImg_7828l_20.png"], "original_data_index": 1847} +{"question": "What are the names of actors and the musicals that they are in?", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Ray Meagher", "The Phantom of the Opera"], ["Tom Oliver", "The Phantom of the Opera"], ["Lynne McGranger", "Les Mis\u00c3\u00a9rables"], ["Kate Ritchie", "Les Mis\u00c3\u00a9rables"], ["Alan Fletcher", "West Side Story"], ["Jackie Woodburne", "The Book of Mormon"], ["Ryan Moloney", "The Book of Mormon"], ["Ian Smith", "The Book of Mormon"], ["Stefan Dennis", "The Book of Mormon"]]}, "table_names": "['musical', 'actor']", "table_image_ids": ["TableImg_Nkt26_7.png", "TableImg_Az919_9.png"], "original_data_index": 1848} +{"question": "In which season and which stadium did any player have an injury of 'Foot injury' or 'Knee problem'?", "answer": {"columns": ["Season", "name"], "index": [0, 1, 2], "data": [[2007, "FedExField"], [2008, "New Meadowlands Stadium"], [2011, "Louisiana Superdome"]]}, "table_names": "['stadium', 'game', 'injury_accident']", "table_image_ids": ["TableImg_Tzz5r_13.png", "TableImg_Ql6yc_20.png", "TableImg_Pex29_15.png"], "original_data_index": 1849} +{"question": "What are all the calendar dates and day Numbers?", "answer": {"columns": ["Calendar_Date", "Day_Number"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["1972-03-31 09:47:22", 5], ["1976-06-15 03:40:06", 7], ["1985-05-13 12:19:43", 7], ["1986-10-14 17:53:39", 1], ["1987-11-05 06:11:22", 3], ["1988-02-01 14:41:52", 8], ["1994-11-15 03:49:54", 9], ["1995-01-01 03:52:11", 1], ["1997-03-10 15:24:00", 7], ["2007-05-28 16:28:48", 2], ["2008-06-08 12:45:38", 3], ["2009-08-18 03:29:08", 8], ["2010-11-26 19:22:50", 7], ["2012-07-03 09:48:46", 7], ["2017-01-06 23:17:22", 8]]}, "table_names": "['Ref_Calendar']", "table_image_ids": ["TableImg_Lscsw_15.png"], "original_data_index": 1850} +{"question": "Find the names and descriptions of the photos taken at the tourist attraction called \"film festival\".", "answer": {"columns": ["Name", "Description"], "index": [0], "data": [["park1", null]]}, "table_names": "['Tourist_Attractions', 'Photos']", "table_image_ids": ["TableImg_T04ed_15.png", "TableImg_Msv5e_15.png"], "original_data_index": 1851} +{"question": "Find the first name and age of students who are living in the dorms that do not have amenity TV Lounge.", "answer": {"columns": ["Fname", "Age"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Tracy", 19], ["Shiela", 21], ["Charles", 18], ["Michael", 17], ["Stacy", 18], ["Eric", 20], ["Sarah", 20], ["William", 18], ["Sarah", 26]]}, "table_names": "['Student', 'Dorm_amenity', 'Has_amenity', 'Lives_in']", "table_image_ids": ["TableImg_P7enn_34.png", "TableImg_Iyt0h_12.png", "TableImg_Oz0q2_40.png", "TableImg_2u4mx_31.png"], "original_data_index": 1852} +{"question": "Count the number of customers.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Jaadn_15.png"], "original_data_index": 1853} +{"question": "Show the ids for all the faculty members who have at least 2 students.", "answer": {"columns": ["FacID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[1121], [1148], [2192], [2311], [5718], [7134], [7271], [8722], [8772]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_Dpnrx_34.png", "TableImg_Q1dwu_58.png"], "original_data_index": 1854} +{"question": "What are the types of the ships that have both shiips with tonnage more than 6000 and those with tonnage less than 4000?", "answer": {"columns": ["Type"], "index": [0], "data": [["Battle ship"]]}, "table_names": "['ship']", "table_image_ids": ["TableImg_Wtrj1_8.png"], "original_data_index": 1855} +{"question": "Return names of songs in volumes that are by artists that are at least 32 years old.", "answer": {"columns": ["Song"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[" The Way"], [" Everybody Have Fun Tonight "], [" Walk Like an Egyptian "], [" Touch Me (I Want Your Body) "], [" With or Without You "], [" (I Just) Died in Your Arms "], ["Looking for a New Love"], ["Head to Toe "]]}, "table_names": "['artist', 'volume']", "table_image_ids": ["TableImg_96or4_7.png", "TableImg_Q0pxy_10.png"], "original_data_index": 1856} +{"question": "Which customers do not have any policies? Find the details of these customers.", "answer": {"columns": ["Customer_Details"], "index": [0, 1, 2, 3], "data": [["Augustine Kerluke"], ["Buddy Marquardt"], ["Miss Felicita Reichel"], ["Mrs. Lilly Graham III"]]}, "table_names": "['Customers', 'Customer_Policies']", "table_image_ids": ["TableImg_Xu471_15.png", "TableImg_Xi4tz_15.png"], "original_data_index": 1857} +{"question": "Sort all the distinct products in alphabetical order.", "answer": {"columns": ["product_name"], "index": [0, 1, 2, 3, 4], "data": [["book"], ["clothes"], ["food"], ["music"], ["phone"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Bfetv_15.png"], "original_data_index": 1858} +{"question": "Show the apartment numbers of apartments with bookings that have status code both \"Provisional\" and \"Confirmed\"", "answer": {"columns": ["apt_number"], "index": [0, 1, 2], "data": [["Apt. 859"], ["Suite 693"], ["Suite 749"]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_Gsvoz_15.png", "TableImg_1lbyq_15.png"], "original_data_index": 1859} +{"question": "Find all the policy type codes associated with the customer \"Dayana Robel\"", "answer": {"columns": ["Policy_Type_Code"], "index": [0], "data": [["Uniformed"]]}, "table_names": "['Customers', 'Policies']", "table_image_ids": ["TableImg_5bbgq_15.png", "TableImg_9oxd3_15.png"], "original_data_index": 1860} +{"question": "For each branch id, what are the names of the branches that were registered after 2015?", "answer": {"columns": ["Name", "count(*)"], "index": [0, 1, 2, 3, 4, 5], "data": [["Alexandre", 3], ["Popert", 1], ["Zytogorski", 1], ["Cochrane", 1], ["Taverner", 1], ["Brooke Greville", 1]]}, "table_names": "['branch', 'membership_register_branch']", "table_image_ids": ["TableImg_Jypfo_8.png", "TableImg_Lgxjl_8.png"], "original_data_index": 1861} +{"question": "Return all the distinct secretary votes made in the fall election cycle.", "answer": {"columns": ["Secretary_Vote"], "index": [0, 1], "data": [[1010], [1020]]}, "table_names": "['Voting_record']", "table_image_ids": ["TableImg_Qnxpq_10.png"], "original_data_index": 1862} +{"question": "How many routes does American Airlines operate?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2352]]}, "table_names": "['routes', 'airlines']", "table_image_ids": ["TableImg_V36vu_67240.png", "TableImg_Zi7q8_6162.png"], "original_data_index": 1863} +{"question": "What city and state is the bank with the name morningside in?", "answer": {"columns": ["city", "state"], "index": [0], "data": [["New York City", "New York"]]}, "table_names": "['bank']", "table_image_ids": ["TableImg_Hqs0d_4.png"], "original_data_index": 1864} +{"question": "Find the number of scientists involved for the projects that require more than 300 hours.", "answer": {"columns": ["count(*)", "Name"], "index": [0, 1, 2, 3], "data": [[2, "A Silver-Cleaning Battery"], [1, "Aerodynamics and Ice Hockey"], [3, "Build Your Own Telescope"], [1, "Juicy: Extracting Apple Juice with Pectinase"]]}, "table_names": "['Projects', 'AssignedTo']", "table_image_ids": ["TableImg_4x6jd_14.png", "TableImg_8en3m_12.png"], "original_data_index": 1865} +{"question": "What is the total money requested by entrepreneurs with height more than 1.85?", "answer": {"columns": ["sum(T1.Money_Requested)"], "index": [0], "data": [[380000.0]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_Ozwn8_6.png", "TableImg_76jzl_8.png"], "original_data_index": 1866} +{"question": "Find the names of the swimmers who have no record.", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Przemys\u00c5\u0082aw Sta\u00c5\u0084czyk"], ["S\u00c3\u00a9bastien Rouault"]]}, "table_names": "['swimmer', 'record']", "table_image_ids": ["TableImg_S4o3b_8.png", "TableImg_Tlwgv_13.png"], "original_data_index": 1867} +{"question": "What is the average age of students who are living in the dorm with the largest capacity?", "answer": {"columns": ["avg(T1.age)"], "index": [0], "data": [[19.6]]}, "table_names": "['Student', 'Dorm', 'Lives_in']", "table_image_ids": ["TableImg_D1kwg_34.png", "TableImg_Iz18f_7.png", "TableImg_Y14jj_31.png"], "original_data_index": 1868} +{"question": "Which parties have more than 20 hosts? Give me the host names for these parties.", "answer": {"columns": ["Name"], "index": [0], "data": [["Ed Davis"]]}, "table_names": "['party', 'host', 'party_host']", "table_image_ids": ["TableImg_Cw7wh_8.png", "TableImg_Iexib_10.png", "TableImg_Ztma8_6.png"], "original_data_index": 1869} +{"question": "What are the different cities that have more than 100 memberships?", "answer": {"columns": ["City"], "index": [0, 1], "data": [["London"], ["Oxford"]]}, "table_names": "['branch']", "table_image_ids": ["TableImg_82yah_8.png"], "original_data_index": 1870} +{"question": "What is the season of the game which causes the player 'Walter Samuel' to get injured?", "answer": {"columns": ["Season"], "index": [0], "data": [[2008]]}, "table_names": "['game', 'injury_accident']", "table_image_ids": ["TableImg_022jm_20.png", "TableImg_O6aqm_15.png"], "original_data_index": 1871} +{"question": "find all dependent names who have a spouse relation with some employee.", "answer": {"columns": ["Dependent_name"], "index": [0, 1, 2], "data": [["Joy"], ["Abner"], ["Elizabeth"]]}, "table_names": "['dependent']", "table_image_ids": ["TableImg_N0zf4_7.png"], "original_data_index": 1872} +{"question": "What are the names of perpetrators in country \"China\" or \"Japan\"?", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Tyrone Brayan"], ["Rob Cunningham"], ["Ovie Dotson"]]}, "table_names": "['perpetrator', 'people']", "table_image_ids": ["TableImg_Iditv_5.png", "TableImg_85gj6_11.png"], "original_data_index": 1873} +{"question": "What are the average prices of products, grouped by manufacturer name?", "answer": {"columns": ["avg(T1.Price)", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [[150.0, "Creative Labs"], [240.0, "Fujitsu"], [162.0, "Hewlett-Packard"], [150.0, "Iomega"], [240.0, "Sony"], [62.5, "Winchester"]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_8b74m_6.png", "TableImg_E0ohd_11.png"], "original_data_index": 1874} +{"question": "What are the destinations and number of flights to each one?", "answer": {"columns": ["destination", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Boston", 1], ["Chicago", 1], ["Dallas", 1], ["Honolulu", 2], ["Los Angeles", 1], ["New York", 1], ["Sydney", 1], ["Tokyo", 1], ["Washington D.C.", 1]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_R7h2i_10.png"], "original_data_index": 1875} +{"question": "What are the unique names of all race held between 2014 and 2017?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["Australian Grand Prix"], ["Malaysian Grand Prix"], ["Bahrain Grand Prix"], ["Chinese Grand Prix"], ["Spanish Grand Prix"], ["Monaco Grand Prix"], ["Canadian Grand Prix"], ["Austrian Grand Prix"], ["British Grand Prix"], ["German Grand Prix"], ["Hungarian Grand Prix"], ["Belgian Grand Prix"], ["Italian Grand Prix"], ["Singapore Grand Prix"], ["Japanese Grand Prix"], ["Russian Grand Prix"], ["United States Grand Prix"], ["Brazilian Grand Prix"], ["Abu Dhabi Grand Prix"], ["Mexican Grand Prix"], ["European Grand Prix"], ["Azerbaijan Grand Prix"]]}, "table_names": "['races']", "table_image_ids": ["TableImg_Wvwsl_997.png"], "original_data_index": 1876} +{"question": "Find the author for each submission and list them in ascending order of submission score.", "answer": {"columns": ["Author"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Steve Niehaus"], ["Sherman Smith"], ["Sammy Green"], ["Steve Raible"], ["Jeff Lloyd"], ["Randy Johnson"], ["Andy Bolton"], ["Rick Engles"], ["Don Bitterlich"], ["Steve Myer"]]}, "table_names": "['submission']", "table_image_ids": ["TableImg_Qpyoc_10.png"], "original_data_index": 1877} +{"question": "Show all opening years and the number of churches that opened in that year.", "answer": {"columns": ["Open_Date", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[1830, 1], [1831, 1], [1832, 1], [1836, 1], [1837, 1], [1839, 1], [1840, 1], [1842, 1], [1844, 1]]}, "table_names": "['church']", "table_image_ids": ["TableImg_Bnsbq_9.png"], "original_data_index": 1878} +{"question": "What is the average price of wines produced in appelations in Sonoma County?", "answer": {"columns": ["AVG(T2.Price)"], "index": [0], "data": [[43.5]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_Ifnry_57.png", "TableImg_Jd3it_500.png"], "original_data_index": 1879} +{"question": "What is the stories of highest building?", "answer": {"columns": ["Stories"], "index": [0], "data": [[57]]}, "table_names": "['buildings']", "table_image_ids": ["TableImg_59sfv_12.png"], "original_data_index": 1880} +{"question": "Show the movie titles and book titles for all companies in China.", "answer": {"columns": ["Title", "Book_Title"], "index": [0, 1], "data": [["The Big Kahuna", "Goldenboy"], ["Storm Catcher", "Death Takes the Stage"]]}, "table_names": "['book_club', 'movie', 'culture_company']", "table_image_ids": ["TableImg_Ir8hf_12.png", "TableImg_Vc9qv_10.png", "TableImg_Ure0h_6.png"], "original_data_index": 1881} +{"question": "Find the maximum and minimum settlement amount.", "answer": {"columns": ["max(settlement_amount)", "min(settlement_amount)"], "index": [0], "data": [[9814.39, 1588.45]]}, "table_names": "['Settlements']", "table_image_ids": ["TableImg_N5usb_10.png"], "original_data_index": 1882} +{"question": "List the name of staff who has been assigned multiple jobs.", "answer": {"columns": ["staff_name"], "index": [0, 1, 2], "data": [["Malika"], ["Tyson"], ["Vito"]]}, "table_names": "['Staff', 'Staff_Department_Assignments']", "table_image_ids": ["TableImg_Csfwb_15.png", "TableImg_02s2i_15.png"], "original_data_index": 1883} +{"question": "What is the average latitude and longitude of all starting stations for the trips?", "answer": {"columns": ["avg(T1.lat)", "avg(T1.long)"], "index": [0], "data": [[37.7461813354, -122.3613472235]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_0y8dg_70.png", "TableImg_Vc2nc_9959.png"], "original_data_index": 1884} +{"question": "What are the names of the campus that have more faculties in 2002 than the maximum number in Orange county?", "answer": {"columns": ["Campus"], "index": [0, 1], "data": [["Long Beach State University"], ["San Diego State University"]]}, "table_names": "['Campuses', 'faculty']", "table_image_ids": ["TableImg_M2bzp_23.png", "TableImg_Kv5e9_69.png"], "original_data_index": 1885} +{"question": "Compute the average active time span of contact channels.", "answer": {"columns": ["avg(active_to_date - active_from_date)"], "index": [0], "data": [[0.85]]}, "table_names": "['Customer_Contact_Channels']", "table_image_ids": ["TableImg_Ceeyo_20.png"], "original_data_index": 1886} +{"question": "What campus had more than 400 total enrollment but more than 200 full time enrollment in year 1956?", "answer": {"columns": ["Campus"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["California State University-Chico"], ["Fresno State University"], ["Humboldt State University"], ["Long Beach State University"], ["California State University-Los Angeles"], ["California State University-Northridge"], ["California State Polytechnic University-Pomona"], ["California State University-Sacramento"], ["San Diego State University"], ["San Francisco State University"], ["San Jose State University"], ["California Polytechnic State University-San Luis Obispo"]]}, "table_names": "['Campuses', 'enrollments']", "table_image_ids": ["TableImg_Jekf9_23.png", "TableImg_U6upj_1113.png"], "original_data_index": 1887} +{"question": "Find the name and id of accounts whose checking balance is below the maximum checking balance.", "answer": {"columns": ["custid", "name"], "index": [0, 1, 2, 3, 4], "data": [[2, "Wang"], [3, "O'mahony"], [4, "Weeks"], [6, "Porter"], [7, "Wesley"]]}, "table_names": "['ACCOUNTS', 'CHECKING']", "table_image_ids": ["TableImg_Hlvgw_7.png", "TableImg_Tiyih_7.png"], "original_data_index": 1888} +{"question": "List lesson id of all lessons taught by staff with first name as Janessa, last name as Sawayn and nickname containing letter 's'.", "answer": {"columns": ["lesson_id"], "index": [0], "data": [[4]]}, "table_names": "['Staff', 'Lessons']", "table_image_ids": ["TableImg_Ej4qa_15.png", "TableImg_P5moo_15.png"], "original_data_index": 1889} +{"question": "What are the campuses that opened in 1958?", "answer": {"columns": ["Campus"], "index": [0], "data": [["California State University-Northridge"]]}, "table_names": "['Campuses']", "table_image_ids": ["TableImg_Hct0k_23.png"], "original_data_index": 1890} +{"question": "How many drivers are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[12]]}, "table_names": "['driver']", "table_image_ids": ["TableImg_D4q3h_12.png"], "original_data_index": 1891} +{"question": "Which players won awards in both 1960 and 1961? Return their first names and last names.", "answer": {"columns": ["name_first", "name_last"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157, 3158, 3159, 3160, 3161, 3162, 3163, 3164, 3165, 3166, 3167, 3168, 3169, 3170, 3171, 3172, 3173, 3174, 3175, 3176, 3177, 3178, 3179, 3180, 3181, 3182, 3183, 3184, 3185, 3186, 3187, 3188, 3189, 3190, 3191, 3192, 3193, 3194, 3195, 3196, 3197, 3198, 3199, 3200, 3201, 3202, 3203, 3204, 3205, 3206, 3207, 3208, 3209, 3210, 3211, 3212, 3213, 3214, 3215, 3216, 3217, 3218, 3219, 3220, 3221, 3222, 3223, 3224, 3225, 3226, 3227, 3228, 3229, 3230, 3231, 3232, 3233, 3234, 3235, 3236, 3237, 3238, 3239, 3240, 3241, 3242, 3243, 3244, 3245, 3246, 3247, 3248, 3249, 3250, 3251, 3252, 3253, 3254, 3255, 3256, 3257, 3258, 3259, 3260, 3261, 3262, 3263, 3264, 3265, 3266, 3267, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3275, 3276, 3277, 3278, 3279, 3280, 3281, 3282, 3283, 3284, 3285, 3286, 3287, 3288, 3289, 3290, 3291, 3292, 3293, 3294, 3295, 3296, 3297, 3298, 3299, 3300, 3301, 3302, 3303, 3304, 3305, 3306, 3307, 3308, 3309, 3310, 3311, 3312, 3313, 3314, 3315, 3316, 3317, 3318, 3319, 3320, 3321, 3322, 3323, 3324, 3325, 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333, 3334, 3335, 3336, 3337, 3338, 3339, 3340, 3341, 3342, 3343, 3344, 3345, 3346, 3347, 3348, 3349, 3350, 3351, 3352, 3353, 3354, 3355, 3356, 3357, 3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365, 3366, 3367, 3368, 3369, 3370, 3371, 3372, 3373, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384, 3385, 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393, 3394, 3395, 3396, 3397, 3398, 3399, 3400, 3401, 3402, 3403, 3404, 3405, 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413, 3414, 3415, 3416, 3417, 3418, 3419, 3420, 3421, 3422, 3423, 3424, 3425, 3426, 3427, 3428, 3429, 3430, 3431, 3432, 3433, 3434, 3435, 3436, 3437, 3438, 3439, 3440, 3441, 3442, 3443, 3444, 3445, 3446, 3447, 3448, 3449, 3450, 3451, 3452, 3453, 3454, 3455, 3456, 3457, 3458, 3459, 3460, 3461, 3462, 3463, 3464, 3465, 3466, 3467, 3468, 3469, 3470, 3471, 3472, 3473, 3474, 3475, 3476, 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3486, 3487, 3488, 3489, 3490, 3491, 3492, 3493, 3494, 3495, 3496, 3497, 3498, 3499, 3500, 3501, 3502, 3503, 3504, 3505, 3506, 3507, 3508, 3509, 3510, 3511, 3512, 3513, 3514, 3515, 3516, 3517, 3518, 3519, 3520, 3521, 3522, 3523, 3524, 3525, 3526, 3527, 3528, 3529, 3530, 3531, 3532, 3533, 3534, 3535, 3536, 3537, 3538, 3539, 3540, 3541, 3542, 3543, 3544, 3545, 3546, 3547, 3548, 3549, 3550, 3551, 3552, 3553, 3554, 3555, 3556, 3557, 3558, 3559, 3560, 3561, 3562, 3563, 3564, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, 3573, 3574, 3575, 3576, 3577, 3578, 3579, 3580, 3581, 3582, 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591, 3592, 3593, 3594, 3595, 3596, 3597, 3598, 3599, 3600, 3601, 3602, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610, 3611, 3612, 3613, 3614, 3615, 3616, 3617, 3618, 3619, 3620, 3621, 3622, 3623, 3624, 3625, 3626, 3627, 3628, 3629, 3630, 3631, 3632, 3633, 3634, 3635, 3636, 3637, 3638, 3639, 3640, 3641, 3642, 3643, 3644, 3645, 3646, 3647, 3648, 3649, 3650, 3651, 3652, 3653, 3654, 3655, 3656, 3657, 3658, 3659, 3660, 3661, 3662, 3663, 3664, 3665, 3666, 3667, 3668, 3669, 3670, 3671, 3672, 3673, 3674, 3675, 3676, 3677, 3678, 3679, 3680, 3681, 3682, 3683, 3684, 3685, 3686, 3687, 3688, 3689, 3690, 3691, 3692, 3693, 3694, 3695, 3696, 3697, 3698, 3699, 3700, 3701, 3702, 3703, 3704, 3705, 3706, 3707, 3708, 3709, 3710, 3711, 3712, 3713, 3714, 3715, 3716, 3717, 3718, 3719, 3720, 3721, 3722, 3723, 3724, 3725, 3726, 3727, 3728, 3729, 3730, 3731, 3732, 3733, 3734, 3735, 3736, 3737, 3738, 3739, 3740, 3741, 3742, 3743, 3744, 3745, 3746, 3747, 3748, 3749, 3750, 3751, 3752, 3753, 3754, 3755, 3756, 3757, 3758, 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3767, 3768, 3769, 3770, 3771, 3772, 3773, 3774, 3775, 3776, 3777, 3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787, 3788, 3789, 3790, 3791, 3792, 3793, 3794, 3795, 3796, 3797, 3798, 3799, 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807, 3808, 3809, 3810, 3811, 3812, 3813, 3814, 3815, 3816, 3817, 3818, 3819, 3820, 3821, 3822, 3823, 3824, 3825, 3826, 3827, 3828, 3829, 3830, 3831, 3832, 3833, 3834, 3835, 3836, 3837, 3838, 3839, 3840, 3841, 3842, 3843, 3844, 3845, 3846, 3847, 3848, 3849, 3850, 3851, 3852, 3853, 3854, 3855, 3856, 3857, 3858, 3859, 3860, 3861, 3862, 3863, 3864, 3865, 3866, 3867, 3868, 3869, 3870, 3871, 3872, 3873, 3874, 3875, 3876, 3877, 3878, 3879, 3880, 3881, 3882, 3883, 3884, 3885, 3886, 3887, 3888, 3889, 3890, 3891, 3892, 3893, 3894, 3895, 3896, 3897, 3898, 3899, 3900, 3901, 3902, 3903, 3904, 3905, 3906, 3907, 3908, 3909, 3910, 3911, 3912, 3913, 3914, 3915, 3916, 3917, 3918, 3919, 3920, 3921, 3922, 3923, 3924, 3925, 3926, 3927, 3928, 3929, 3930, 3931, 3932, 3933, 3934, 3935, 3936, 3937, 3938, 3939, 3940, 3941, 3942, 3943, 3944, 3945, 3946, 3947, 3948, 3949, 3950, 3951, 3952, 3953, 3954, 3955, 3956, 3957, 3958, 3959, 3960, 3961, 3962, 3963, 3964, 3965, 3966, 3967, 3968, 3969, 3970, 3971, 3972, 3973, 3974, 3975, 3976, 3977, 3978, 3979, 3980, 3981, 3982, 3983, 3984, 3985, 3986, 3987, 3988, 3989, 3990, 3991, 3992, 3993, 3994, 3995, 3996, 3997, 3998, 3999, 4000, 4001, 4002, 4003, 4004, 4005, 4006, 4007, 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039, 4040, 4041, 4042, 4043, 4044, 4045, 4046, 4047, 4048, 4049, 4050, 4051, 4052, 4053, 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4062, 4063, 4064, 4065, 4066, 4067, 4068, 4069, 4070, 4071, 4072, 4073, 4074, 4075, 4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, 4087, 4088, 4089, 4090, 4091, 4092, 4093, 4094, 4095, 4096, 4097, 4098, 4099, 4100, 4101, 4102, 4103, 4104, 4105, 4106, 4107, 4108, 4109, 4110, 4111, 4112, 4113, 4114, 4115, 4116, 4117, 4118, 4119, 4120, 4121, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4134, 4135, 4136, 4137, 4138, 4139, 4140, 4141, 4142, 4143, 4144, 4145, 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153, 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4163, 4164, 4165, 4166, 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4174, 4175, 4176, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4185, 4186, 4187, 4188, 4189, 4190, 4191, 4192, 4193, 4194, 4195, 4196, 4197, 4198, 4199, 4200, 4201, 4202, 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, 4211, 4212, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4221, 4222, 4223, 4224, 4225, 4226, 4227, 4228, 4229, 4230, 4231, 4232, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4240, 4241, 4242, 4243, 4244, 4245, 4246, 4247, 4248, 4249, 4250, 4251, 4252, 4253, 4254, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262, 4263, 4264, 4265, 4266, 4267, 4268, 4269, 4270, 4271, 4272, 4273, 4274, 4275, 4276, 4277, 4278, 4279, 4280, 4281, 4282, 4283, 4284, 4285, 4286, 4287, 4288, 4289, 4290, 4291, 4292, 4293, 4294, 4295, 4296, 4297, 4298, 4299, 4300, 4301, 4302, 4303, 4304, 4305, 4306, 4307, 4308, 4309, 4310, 4311, 4312, 4313, 4314, 4315, 4316, 4317, 4318, 4319, 4320, 4321, 4322, 4323, 4324, 4325, 4326, 4327, 4328, 4329, 4330, 4331, 4332, 4333, 4334, 4335, 4336, 4337, 4338, 4339, 4340, 4341, 4342, 4343, 4344, 4345, 4346, 4347, 4348, 4349, 4350, 4351, 4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 4362, 4363, 4364, 4365, 4366, 4367, 4368, 4369, 4370, 4371, 4372, 4373, 4374, 4375, 4376, 4377, 4378, 4379, 4380, 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4388, 4389, 4390, 4391, 4392, 4393, 4394, 4395, 4396, 4397, 4398, 4399, 4400, 4401, 4402, 4403, 4404, 4405, 4406, 4407, 4408, 4409, 4410, 4411, 4412, 4413, 4414, 4415, 4416, 4417, 4418, 4419, 4420, 4421, 4422, 4423, 4424, 4425, 4426, 4427, 4428, 4429, 4430, 4431, 4432, 4433, 4434, 4435, 4436, 4437, 4438, 4439, 4440, 4441, 4442, 4443, 4444, 4445, 4446, 4447, 4448, 4449, 4450, 4451, 4452, 4453, 4454, 4455, 4456, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4465, 4466, 4467, 4468, 4469, 4470, 4471, 4472, 4473, 4474, 4475, 4476, 4477, 4478, 4479, 4480, 4481, 4482, 4483, 4484, 4485, 4486, 4487, 4488, 4489, 4490, 4491, 4492, 4493, 4494, 4495, 4496, 4497, 4498, 4499, 4500, 4501, 4502, 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510, 4511, 4512, 4513, 4514, 4515, 4516, 4517, 4518, 4519, 4520, 4521, 4522, 4523, 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534, 4535, 4536, 4537, 4538, 4539, 4540, 4541, 4542, 4543, 4544, 4545, 4546, 4547, 4548, 4549, 4550, 4551, 4552, 4553, 4554, 4555, 4556, 4557, 4558, 4559, 4560, 4561, 4562, 4563, 4564, 4565, 4566, 4567, 4568, 4569, 4570, 4571, 4572, 4573, 4574, 4575, 4576, 4577, 4578, 4579, 4580, 4581, 4582, 4583, 4584, 4585, 4586, 4587, 4588, 4589, 4590, 4591, 4592, 4593, 4594, 4595, 4596, 4597, 4598, 4599, 4600, 4601, 4602, 4603, 4604, 4605, 4606, 4607, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4626, 4627, 4628, 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4650, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4660, 4661, 4662, 4663, 4664, 4665, 4666, 4667, 4668, 4669, 4670, 4671, 4672, 4673, 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4683, 4684, 4685, 4686, 4687, 4688, 4689, 4690, 4691, 4692, 4693, 4694, 4695, 4696, 4697, 4698, 4699, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4742, 4743, 4744, 4745, 4746, 4747, 4748, 4749, 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, 4760, 4761, 4762, 4763, 4764, 4765, 4766, 4767, 4768, 4769, 4770, 4771, 4772, 4773, 4774, 4775, 4776, 4777, 4778, 4779, 4780, 4781, 4782, 4783, 4784, 4785, 4786, 4787, 4788, 4789, 4790, 4791, 4792, 4793, 4794, 4795, 4796, 4797, 4798, 4799, 4800, 4801, 4802, 4803, 4804, 4805, 4806, 4807, 4808, 4809, 4810, 4811, 4812, 4813, 4814, 4815, 4816, 4817, 4818, 4819, 4820, 4821, 4822, 4823, 4824, 4825, 4826, 4827, 4828, 4829, 4830, 4831, 4832, 4833, 4834, 4835, 4836, 4837, 4838, 4839, 4840, 4841, 4842, 4843, 4844, 4845, 4846, 4847, 4848, 4849, 4850, 4851, 4852, 4853, 4854, 4855, 4856, 4857, 4858, 4859, 4860, 4861, 4862, 4863, 4864, 4865, 4866, 4867, 4868, 4869, 4870, 4871, 4872, 4873, 4874, 4875, 4876, 4877, 4878, 4879, 4880, 4881, 4882, 4883, 4884, 4885, 4886, 4887, 4888, 4889, 4890, 4891, 4892, 4893, 4894, 4895, 4896, 4897, 4898, 4899, 4900, 4901, 4902, 4903, 4904, 4905, 4906, 4907, 4908, 4909, 4910, 4911, 4912, 4913, 4914, 4915, 4916, 4917, 4918, 4919, 4920, 4921, 4922, 4923, 4924, 4925, 4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933, 4934, 4935, 4936, 4937, 4938, 4939, 4940, 4941, 4942, 4943, 4944, 4945, 4946, 4947, 4948, 4949, 4950, 4951, 4952, 4953, 4954, 4955, 4956, 4957, 4958, 4959, 4960, 4961, 4962, 4963, 4964, 4965, 4966, 4967, 4968, 4969, 4970, 4971, 4972, 4973, 4974, 4975, 4976, 4977, 4978, 4979, 4980, 4981, 4982, 4983, 4984, 4985, 4986, 4987, 4988, 4989, 4990, 4991, 4992, 4993, 4994, 4995, 4996, 4997, 4998, 4999, 5000, 5001, 5002, 5003, 5004, 5005, 5006, 5007, 5008, 5009, 5010, 5011, 5012, 5013, 5014, 5015, 5016, 5017, 5018, 5019, 5020, 5021, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5034, 5035, 5036, 5037, 5038, 5039, 5040, 5041, 5042, 5043, 5044, 5045, 5046, 5047, 5048, 5049, 5050, 5051, 5052, 5053, 5054, 5055, 5056, 5057, 5058, 5059, 5060, 5061, 5062, 5063, 5064, 5065, 5066, 5067, 5068, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5077, 5078, 5079, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5087, 5088, 5089, 5090, 5091, 5092, 5093, 5094, 5095, 5096, 5097, 5098, 5099, 5100, 5101, 5102, 5103, 5104, 5105, 5106, 5107, 5108, 5109, 5110, 5111, 5112, 5113, 5114, 5115, 5116, 5117, 5118, 5119, 5120, 5121, 5122, 5123, 5124, 5125, 5126, 5127, 5128, 5129, 5130, 5131, 5132, 5133, 5134, 5135, 5136, 5137, 5138, 5139, 5140, 5141, 5142, 5143, 5144, 5145, 5146, 5147, 5148, 5149, 5150, 5151, 5152, 5153, 5154, 5155, 5156, 5157, 5158, 5159, 5160, 5161, 5162, 5163, 5164, 5165, 5166, 5167, 5168, 5169, 5170, 5171, 5172, 5173, 5174, 5175, 5176, 5177, 5178, 5179, 5180, 5181, 5182, 5183, 5184, 5185, 5186, 5187, 5188, 5189, 5190, 5191, 5192, 5193, 5194, 5195, 5196, 5197, 5198, 5199, 5200, 5201, 5202, 5203, 5204, 5205, 5206, 5207, 5208, 5209, 5210, 5211, 5212, 5213, 5214, 5215, 5216, 5217, 5218, 5219, 5220, 5221, 5222, 5223, 5224, 5225, 5226, 5227, 5228, 5229, 5230, 5231, 5232, 5233, 5234, 5235, 5236, 5237, 5238, 5239, 5240, 5241, 5242, 5243, 5244, 5245, 5246, 5247, 5248, 5249, 5250, 5251, 5252, 5253, 5254, 5255, 5256, 5257, 5258, 5259, 5260, 5261, 5262, 5263, 5264, 5265, 5266, 5267, 5268, 5269, 5270, 5271, 5272, 5273, 5274, 5275, 5276, 5277, 5278, 5279, 5280, 5281, 5282, 5283, 5284, 5285, 5286, 5287, 5288, 5289, 5290, 5291, 5292, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5338, 5339, 5340, 5341, 5342, 5343, 5344, 5345, 5346, 5347, 5348, 5349, 5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359, 5360, 5361, 5362, 5363, 5364, 5365, 5366, 5367, 5368, 5369, 5370, 5371, 5372, 5373, 5374, 5375, 5376, 5377, 5378, 5379, 5380, 5381, 5382, 5383, 5384, 5385, 5386, 5387, 5388, 5389, 5390, 5391, 5392, 5393, 5394, 5395, 5396, 5397, 5398, 5399, 5400, 5401, 5402, 5403, 5404, 5405, 5406, 5407, 5408, 5409, 5410, 5411, 5412, 5413, 5414, 5415, 5416, 5417, 5418, 5419, 5420, 5421, 5422, 5423, 5424, 5425, 5426, 5427, 5428, 5429, 5430, 5431, 5432, 5433, 5434, 5435, 5436, 5437, 5438, 5439, 5440, 5441, 5442, 5443, 5444, 5445, 5446, 5447, 5448, 5449, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5458, 5459, 5460, 5461, 5462, 5463, 5464, 5465, 5466, 5467, 5468, 5469, 5470, 5471, 5472, 5473, 5474, 5475, 5476, 5477, 5478, 5479, 5480, 5481, 5482, 5483, 5484, 5485, 5486, 5487, 5488, 5489, 5490, 5491, 5492, 5493, 5494, 5495, 5496, 5497, 5498, 5499, 5500, 5501, 5502, 5503, 5504, 5505, 5506, 5507, 5508, 5509, 5510, 5511, 5512, 5513, 5514, 5515, 5516, 5517, 5518, 5519, 5520, 5521, 5522, 5523, 5524, 5525, 5526, 5527, 5528, 5529, 5530, 5531, 5532, 5533, 5534, 5535, 5536, 5537, 5538, 5539, 5540, 5541, 5542, 5543, 5544, 5545, 5546, 5547, 5548, 5549, 5550, 5551, 5552, 5553, 5554, 5555, 5556, 5557, 5558, 5559, 5560, 5561, 5562, 5563, 5564, 5565, 5566, 5567, 5568, 5569, 5570, 5571, 5572, 5573, 5574, 5575, 5576, 5577, 5578, 5579, 5580, 5581, 5582, 5583, 5584, 5585, 5586, 5587, 5588, 5589, 5590, 5591, 5592, 5593, 5594, 5595, 5596, 5597, 5598, 5599, 5600, 5601, 5602, 5603, 5604, 5605, 5606, 5607, 5608, 5609, 5610, 5611, 5612, 5613, 5614, 5615, 5616, 5617, 5618, 5619, 5620, 5621, 5622, 5623, 5624, 5625, 5626, 5627, 5628, 5629, 5630, 5631, 5632, 5633, 5634, 5635, 5636, 5637, 5638, 5639, 5640, 5641, 5642, 5643, 5644, 5645, 5646, 5647, 5648, 5649, 5650, 5651, 5652, 5653, 5654, 5655, 5656, 5657, 5658, 5659, 5660, 5661, 5662, 5663, 5664, 5665, 5666, 5667, 5668, 5669, 5670, 5671, 5672, 5673, 5674, 5675, 5676, 5677, 5678, 5679, 5680, 5681, 5682, 5683, 5684, 5685, 5686, 5687, 5688, 5689, 5690, 5691, 5692, 5693, 5694, 5695, 5696, 5697, 5698, 5699, 5700, 5701, 5702, 5703, 5704, 5705, 5706, 5707, 5708, 5709, 5710, 5711, 5712, 5713, 5714, 5715, 5716, 5717, 5718, 5719, 5720, 5721, 5722, 5723, 5724, 5725, 5726, 5727, 5728, 5729, 5730, 5731, 5732, 5733, 5734, 5735, 5736, 5737, 5738, 5739, 5740, 5741, 5742, 5743, 5744, 5745, 5746, 5747, 5748, 5749, 5750, 5751, 5752, 5753, 5754, 5755, 5756, 5757, 5758, 5759, 5760, 5761, 5762, 5763, 5764, 5765, 5766, 5767, 5768, 5769, 5770, 5771, 5772, 5773, 5774, 5775, 5776, 5777, 5778, 5779, 5780, 5781, 5782, 5783, 5784, 5785, 5786, 5787, 5788, 5789, 5790, 5791, 5792, 5793, 5794, 5795, 5796, 5797, 5798, 5799, 5800, 5801, 5802, 5803, 5804, 5805, 5806, 5807, 5808, 5809, 5810, 5811, 5812, 5813, 5814, 5815, 5816, 5817, 5818, 5819, 5820, 5821, 5822, 5823, 5824, 5825, 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, 5838, 5839, 5840, 5841, 5842, 5843, 5844, 5845, 5846, 5847, 5848, 5849, 5850, 5851, 5852, 5853, 5854, 5855, 5856, 5857, 5858, 5859, 5860, 5861, 5862, 5863, 5864, 5865, 5866, 5867, 5868, 5869, 5870, 5871, 5872, 5873, 5874, 5875, 5876, 5877, 5878, 5879, 5880, 5881, 5882, 5883, 5884, 5885, 5886, 5887, 5888, 5889, 5890, 5891, 5892, 5893, 5894, 5895, 5896, 5897, 5898, 5899, 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909, 5910, 5911, 5912, 5913, 5914, 5915, 5916, 5917, 5918, 5919, 5920, 5921, 5922, 5923, 5924, 5925, 5926, 5927, 5928, 5929, 5930, 5931, 5932, 5933, 5934, 5935, 5936, 5937, 5938, 5939, 5940, 5941, 5942, 5943, 5944, 5945, 5946, 5947, 5948, 5949, 5950, 5951, 5952, 5953, 5954, 5955, 5956, 5957, 5958, 5959, 5960, 5961, 5962, 5963, 5964, 5965, 5966, 5967, 5968, 5969, 5970, 5971, 5972, 5973, 5974, 5975, 5976, 5977, 5978, 5979, 5980, 5981, 5982, 5983, 5984, 5985, 5986, 5987, 5988, 5989, 5990, 5991, 5992, 5993, 5994, 5995, 5996, 5997, 5998, 5999, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6010, 6011, 6012, 6013, 6014, 6015, 6016, 6017, 6018, 6019, 6020, 6021, 6022, 6023, 6024, 6025, 6026, 6027, 6028, 6029, 6030, 6031, 6032, 6033, 6034, 6035, 6036, 6037, 6038, 6039, 6040, 6041, 6042, 6043, 6044, 6045, 6046, 6047, 6048, 6049, 6050, 6051, 6052, 6053, 6054, 6055, 6056, 6057, 6058, 6059, 6060, 6061, 6062, 6063, 6064, 6065, 6066, 6067, 6068, 6069, 6070, 6071, 6072, 6073, 6074, 6075, 6076, 6077, 6078, 6079, 6080, 6081, 6082, 6083, 6084, 6085, 6086, 6087, 6088, 6089, 6090, 6091, 6092, 6093, 6094, 6095, 6096, 6097, 6098, 6099, 6100, 6101, 6102, 6103, 6104, 6105, 6106, 6107, 6108, 6109, 6110, 6111, 6112, 6113, 6114, 6115, 6116, 6117, 6118, 6119, 6120, 6121, 6122, 6123, 6124, 6125, 6126, 6127, 6128, 6129, 6130, 6131, 6132, 6133, 6134, 6135, 6136, 6137, 6138, 6139, 6140, 6141, 6142, 6143, 6144, 6145, 6146, 6147, 6148, 6149, 6150, 6151, 6152, 6153, 6154, 6155, 6156, 6157, 6158, 6159, 6160, 6161, 6162, 6163, 6164, 6165, 6166, 6167, 6168, 6169, 6170, 6171, 6172, 6173, 6174, 6175, 6176, 6177, 6178, 6179, 6180, 6181, 6182, 6183, 6184, 6185, 6186, 6187, 6188, 6189, 6190, 6191, 6192, 6193, 6194, 6195, 6196, 6197, 6198, 6199, 6200, 6201, 6202, 6203, 6204, 6205, 6206, 6207, 6208, 6209, 6210, 6211, 6212, 6213, 6214, 6215, 6216, 6217, 6218, 6219, 6220, 6221, 6222, 6223, 6224, 6225, 6226, 6227, 6228, 6229, 6230, 6231, 6232, 6233, 6234, 6235, 6236, 6237, 6238, 6239, 6240, 6241, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6263, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 6275, 6276, 6277, 6278, 6279, 6280, 6281, 6282, 6283, 6284, 6285, 6286, 6287, 6288, 6289, 6290, 6291, 6292, 6293, 6294, 6295, 6296, 6297, 6298, 6299, 6300, 6301, 6302, 6303, 6304, 6305, 6306, 6307, 6308, 6309, 6310, 6311, 6312, 6313, 6314, 6315, 6316, 6317, 6318, 6319, 6320, 6321, 6322, 6323, 6324, 6325, 6326, 6327, 6328, 6329, 6330, 6331, 6332, 6333, 6334, 6335, 6336, 6337, 6338, 6339, 6340, 6341, 6342, 6343, 6344, 6345, 6346, 6347, 6348, 6349, 6350, 6351, 6352, 6353, 6354, 6355, 6356, 6357, 6358, 6359, 6360, 6361, 6362, 6363, 6364, 6365, 6366, 6367, 6368, 6369, 6370, 6371, 6372, 6373, 6374, 6375, 6376, 6377, 6378, 6379, 6380, 6381, 6382, 6383, 6384, 6385, 6386, 6387, 6388, 6389, 6390, 6391, 6392, 6393, 6394, 6395, 6396, 6397, 6398, 6399, 6400, 6401, 6402, 6403, 6404, 6405, 6406, 6407, 6408, 6409, 6410, 6411, 6412, 6413, 6414, 6415, 6416, 6417, 6418, 6419, 6420, 6421, 6422, 6423, 6424, 6425, 6426, 6427, 6428, 6429, 6430, 6431, 6432, 6433, 6434, 6435, 6436, 6437, 6438, 6439, 6440, 6441, 6442, 6443, 6444, 6445, 6446, 6447, 6448, 6449, 6450, 6451, 6452, 6453, 6454, 6455, 6456, 6457, 6458, 6459, 6460, 6461, 6462, 6463, 6464, 6465, 6466, 6467, 6468, 6469, 6470, 6471, 6472, 6473, 6474, 6475, 6476, 6477, 6478, 6479, 6480, 6481, 6482, 6483, 6484, 6485, 6486, 6487, 6488, 6489, 6490, 6491, 6492, 6493, 6494, 6495, 6496, 6497, 6498, 6499, 6500, 6501, 6502, 6503, 6504, 6505, 6506, 6507, 6508, 6509, 6510, 6511, 6512, 6513, 6514, 6515, 6516, 6517, 6518, 6519, 6520, 6521, 6522, 6523, 6524, 6525, 6526, 6527, 6528, 6529, 6530, 6531, 6532, 6533, 6534, 6535, 6536, 6537, 6538, 6539, 6540, 6541, 6542, 6543, 6544, 6545, 6546, 6547, 6548, 6549, 6550, 6551, 6552, 6553, 6554, 6555, 6556, 6557, 6558, 6559, 6560, 6561, 6562, 6563, 6564, 6565, 6566, 6567, 6568, 6569, 6570, 6571, 6572, 6573, 6574, 6575, 6576, 6577, 6578, 6579, 6580, 6581, 6582, 6583, 6584, 6585, 6586, 6587, 6588, 6589, 6590, 6591, 6592, 6593, 6594, 6595, 6596, 6597, 6598, 6599, 6600, 6601, 6602, 6603, 6604, 6605, 6606, 6607, 6608, 6609, 6610, 6611, 6612, 6613, 6614, 6615, 6616, 6617, 6618, 6619, 6620, 6621, 6622, 6623, 6624, 6625, 6626, 6627, 6628, 6629, 6630, 6631, 6632, 6633, 6634, 6635, 6636, 6637, 6638, 6639, 6640, 6641, 6642, 6643, 6644, 6645, 6646, 6647, 6648, 6649, 6650, 6651, 6652, 6653, 6654, 6655, 6656, 6657, 6658, 6659, 6660, 6661, 6662, 6663, 6664, 6665, 6666, 6667, 6668, 6669, 6670, 6671, 6672, 6673, 6674, 6675, 6676, 6677, 6678, 6679, 6680, 6681, 6682, 6683, 6684, 6685, 6686, 6687, 6688, 6689, 6690, 6691, 6692, 6693, 6694, 6695, 6696, 6697, 6698, 6699, 6700, 6701, 6702, 6703, 6704, 6705, 6706, 6707, 6708, 6709, 6710, 6711, 6712, 6713, 6714, 6715, 6716, 6717, 6718, 6719, 6720, 6721, 6722, 6723, 6724, 6725, 6726, 6727, 6728, 6729, 6730, 6731, 6732, 6733, 6734, 6735, 6736, 6737, 6738, 6739, 6740, 6741, 6742, 6743, 6744, 6745, 6746, 6747, 6748, 6749, 6750, 6751, 6752, 6753, 6754, 6755, 6756, 6757, 6758, 6759, 6760, 6761, 6762, 6763, 6764, 6765, 6766, 6767, 6768, 6769, 6770, 6771, 6772, 6773, 6774, 6775, 6776, 6777, 6778, 6779, 6780, 6781, 6782, 6783, 6784, 6785, 6786, 6787, 6788, 6789, 6790, 6791, 6792, 6793, 6794, 6795, 6796, 6797, 6798, 6799, 6800, 6801, 6802, 6803, 6804, 6805, 6806, 6807, 6808, 6809, 6810, 6811, 6812, 6813, 6814, 6815, 6816, 6817, 6818, 6819, 6820, 6821, 6822, 6823, 6824, 6825, 6826, 6827, 6828, 6829, 6830, 6831, 6832, 6833, 6834, 6835, 6836, 6837, 6838, 6839, 6840, 6841, 6842, 6843, 6844, 6845, 6846, 6847, 6848, 6849, 6850, 6851, 6852, 6853, 6854, 6855, 6856, 6857, 6858, 6859, 6860, 6861, 6862, 6863, 6864, 6865, 6866, 6867, 6868, 6869, 6870, 6871, 6872, 6873, 6874, 6875, 6876, 6877, 6878, 6879, 6880, 6881, 6882, 6883, 6884, 6885, 6886, 6887, 6888, 6889, 6890, 6891, 6892, 6893, 6894, 6895, 6896, 6897, 6898, 6899, 6900, 6901, 6902, 6903, 6904, 6905, 6906, 6907, 6908, 6909, 6910, 6911, 6912, 6913, 6914, 6915, 6916, 6917, 6918, 6919, 6920, 6921, 6922, 6923, 6924, 6925, 6926, 6927, 6928, 6929, 6930, 6931, 6932, 6933, 6934, 6935, 6936, 6937, 6938, 6939, 6940, 6941, 6942, 6943, 6944, 6945, 6946, 6947, 6948, 6949, 6950, 6951, 6952, 6953, 6954, 6955, 6956, 6957, 6958, 6959, 6960, 6961, 6962, 6963, 6964, 6965, 6966, 6967, 6968, 6969, 6970, 6971, 6972, 6973, 6974, 6975, 6976, 6977, 6978, 6979, 6980, 6981, 6982, 6983, 6984, 6985, 6986, 6987, 6988, 6989, 6990, 6991, 6992, 6993, 6994, 6995, 6996, 6997, 6998, 6999, 7000, 7001, 7002, 7003, 7004, 7005, 7006, 7007, 7008, 7009, 7010, 7011, 7012, 7013, 7014, 7015, 7016, 7017, 7018, 7019, 7020, 7021, 7022, 7023, 7024, 7025, 7026, 7027, 7028, 7029, 7030, 7031, 7032, 7033, 7034, 7035, 7036, 7037, 7038, 7039, 7040, 7041, 7042, 7043, 7044, 7045, 7046, 7047, 7048, 7049, 7050, 7051, 7052, 7053, 7054, 7055, 7056, 7057, 7058, 7059, 7060, 7061, 7062, 7063, 7064, 7065, 7066, 7067, 7068, 7069, 7070, 7071, 7072, 7073, 7074, 7075, 7076, 7077, 7078, 7079, 7080, 7081, 7082, 7083, 7084, 7085, 7086, 7087, 7088, 7089, 7090, 7091, 7092, 7093, 7094, 7095, 7096, 7097, 7098, 7099, 7100, 7101, 7102, 7103, 7104, 7105, 7106, 7107, 7108, 7109, 7110, 7111, 7112, 7113, 7114, 7115, 7116, 7117, 7118, 7119, 7120, 7121, 7122, 7123, 7124, 7125, 7126, 7127, 7128, 7129, 7130, 7131, 7132, 7133, 7134, 7135, 7136, 7137, 7138, 7139, 7140, 7141, 7142, 7143, 7144, 7145, 7146, 7147, 7148, 7149, 7150, 7151, 7152, 7153, 7154, 7155, 7156, 7157, 7158, 7159, 7160, 7161, 7162, 7163, 7164, 7165, 7166, 7167, 7168, 7169, 7170, 7171, 7172, 7173, 7174, 7175, 7176, 7177, 7178, 7179, 7180, 7181, 7182, 7183, 7184, 7185, 7186, 7187, 7188, 7189, 7190, 7191, 7192, 7193, 7194, 7195, 7196, 7197, 7198, 7199, 7200, 7201, 7202, 7203, 7204, 7205, 7206, 7207, 7208, 7209, 7210, 7211, 7212, 7213, 7214, 7215, 7216, 7217, 7218, 7219, 7220, 7221, 7222, 7223, 7224, 7225, 7226, 7227, 7228, 7229, 7230, 7231, 7232, 7233, 7234, 7235, 7236, 7237, 7238, 7239, 7240, 7241, 7242, 7243, 7244, 7245, 7246, 7247, 7248, 7249, 7250, 7251, 7252, 7253, 7254, 7255, 7256, 7257, 7258, 7259, 7260, 7261, 7262, 7263, 7264, 7265, 7266, 7267, 7268, 7269, 7270, 7271, 7272, 7273, 7274, 7275, 7276, 7277, 7278, 7279, 7280, 7281, 7282, 7283, 7284, 7285, 7286, 7287, 7288, 7289, 7290, 7291, 7292, 7293, 7294, 7295, 7296, 7297, 7298, 7299, 7300, 7301, 7302, 7303, 7304, 7305, 7306, 7307, 7308, 7309, 7310, 7311, 7312, 7313, 7314, 7315, 7316, 7317, 7318, 7319, 7320, 7321, 7322, 7323, 7324, 7325, 7326, 7327, 7328, 7329, 7330, 7331, 7332, 7333, 7334, 7335, 7336, 7337, 7338, 7339, 7340, 7341, 7342, 7343, 7344, 7345, 7346, 7347, 7348, 7349, 7350, 7351, 7352, 7353, 7354, 7355, 7356, 7357, 7358, 7359, 7360, 7361, 7362, 7363, 7364, 7365, 7366, 7367, 7368, 7369, 7370, 7371, 7372, 7373, 7374, 7375, 7376, 7377, 7378, 7379, 7380, 7381, 7382, 7383, 7384, 7385, 7386, 7387, 7388, 7389, 7390, 7391, 7392, 7393, 7394, 7395, 7396, 7397, 7398, 7399, 7400, 7401, 7402, 7403, 7404, 7405, 7406, 7407, 7408, 7409, 7410, 7411, 7412, 7413, 7414, 7415, 7416, 7417, 7418, 7419, 7420, 7421, 7422, 7423, 7424, 7425, 7426, 7427, 7428, 7429, 7430, 7431, 7432, 7433, 7434, 7435, 7436, 7437, 7438, 7439, 7440, 7441, 7442, 7443, 7444, 7445, 7446, 7447, 7448, 7449, 7450, 7451, 7452, 7453, 7454, 7455, 7456, 7457, 7458, 7459, 7460, 7461, 7462, 7463, 7464, 7465, 7466, 7467, 7468, 7469, 7470, 7471, 7472, 7473, 7474, 7475, 7476, 7477, 7478, 7479, 7480, 7481, 7482, 7483, 7484, 7485, 7486, 7487, 7488, 7489, 7490, 7491, 7492, 7493, 7494, 7495, 7496, 7497, 7498, 7499, 7500, 7501, 7502, 7503, 7504, 7505, 7506, 7507, 7508, 7509, 7510, 7511, 7512, 7513, 7514, 7515, 7516, 7517, 7518, 7519, 7520, 7521, 7522, 7523, 7524, 7525, 7526, 7527, 7528, 7529, 7530, 7531, 7532, 7533, 7534, 7535, 7536, 7537, 7538, 7539, 7540, 7541, 7542, 7543, 7544, 7545, 7546, 7547, 7548, 7549, 7550, 7551, 7552, 7553, 7554, 7555, 7556, 7557, 7558, 7559, 7560, 7561, 7562, 7563, 7564, 7565, 7566, 7567, 7568, 7569, 7570, 7571, 7572, 7573, 7574, 7575, 7576, 7577, 7578, 7579, 7580, 7581, 7582, 7583, 7584, 7585, 7586, 7587, 7588, 7589, 7590, 7591, 7592, 7593, 7594, 7595, 7596, 7597, 7598, 7599, 7600, 7601, 7602, 7603, 7604, 7605, 7606, 7607, 7608, 7609, 7610, 7611, 7612, 7613, 7614, 7615, 7616, 7617, 7618, 7619, 7620, 7621, 7622, 7623, 7624, 7625, 7626, 7627, 7628, 7629, 7630, 7631, 7632, 7633, 7634, 7635, 7636, 7637, 7638, 7639, 7640, 7641, 7642, 7643, 7644, 7645, 7646, 7647, 7648, 7649, 7650, 7651, 7652, 7653, 7654, 7655, 7656, 7657, 7658, 7659, 7660, 7661, 7662, 7663, 7664, 7665, 7666, 7667, 7668, 7669, 7670, 7671, 7672, 7673, 7674, 7675, 7676, 7677, 7678, 7679, 7680, 7681, 7682, 7683, 7684, 7685, 7686, 7687, 7688, 7689, 7690, 7691, 7692, 7693, 7694, 7695, 7696, 7697, 7698, 7699, 7700, 7701, 7702, 7703, 7704, 7705, 7706, 7707, 7708, 7709, 7710, 7711, 7712, 7713, 7714, 7715, 7716, 7717, 7718, 7719, 7720, 7721, 7722, 7723, 7724, 7725, 7726, 7727, 7728, 7729, 7730, 7731, 7732, 7733, 7734, 7735, 7736, 7737, 7738, 7739, 7740, 7741, 7742, 7743, 7744, 7745, 7746, 7747, 7748, 7749, 7750, 7751, 7752, 7753, 7754, 7755, 7756, 7757, 7758, 7759, 7760, 7761, 7762, 7763, 7764, 7765, 7766, 7767, 7768, 7769, 7770, 7771, 7772, 7773, 7774, 7775, 7776, 7777, 7778, 7779, 7780, 7781, 7782, 7783, 7784, 7785, 7786, 7787, 7788, 7789, 7790, 7791, 7792, 7793, 7794, 7795, 7796, 7797, 7798, 7799, 7800, 7801, 7802, 7803, 7804, 7805, 7806, 7807, 7808, 7809, 7810, 7811, 7812, 7813, 7814, 7815, 7816, 7817, 7818, 7819, 7820, 7821, 7822, 7823, 7824, 7825, 7826, 7827, 7828, 7829, 7830, 7831, 7832, 7833, 7834, 7835, 7836, 7837, 7838, 7839, 7840, 7841, 7842, 7843, 7844, 7845, 7846, 7847, 7848, 7849, 7850, 7851, 7852, 7853, 7854, 7855, 7856, 7857, 7858, 7859, 7860, 7861, 7862, 7863, 7864, 7865, 7866, 7867, 7868, 7869, 7870, 7871, 7872, 7873, 7874, 7875, 7876, 7877, 7878, 7879, 7880, 7881, 7882, 7883, 7884, 7885, 7886, 7887, 7888, 7889, 7890, 7891, 7892, 7893, 7894, 7895, 7896, 7897, 7898, 7899, 7900, 7901, 7902, 7903, 7904, 7905, 7906, 7907, 7908, 7909, 7910, 7911, 7912, 7913, 7914, 7915, 7916, 7917, 7918, 7919, 7920, 7921, 7922, 7923, 7924, 7925, 7926, 7927, 7928, 7929, 7930, 7931, 7932, 7933, 7934, 7935, 7936, 7937, 7938, 7939, 7940, 7941, 7942, 7943, 7944, 7945, 7946, 7947, 7948, 7949, 7950, 7951, 7952, 7953, 7954, 7955, 7956, 7957, 7958, 7959, 7960, 7961, 7962, 7963, 7964, 7965, 7966, 7967, 7968, 7969, 7970, 7971, 7972, 7973, 7974, 7975, 7976, 7977, 7978, 7979, 7980, 7981, 7982, 7983, 7984, 7985, 7986, 7987, 7988, 7989, 7990, 7991, 7992, 7993, 7994, 7995, 7996, 7997, 7998, 7999, 8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007, 8008, 8009, 8010, 8011, 8012, 8013, 8014, 8015, 8016, 8017, 8018, 8019, 8020, 8021, 8022, 8023, 8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031, 8032, 8033, 8034, 8035, 8036, 8037, 8038, 8039, 8040, 8041, 8042, 8043, 8044, 8045, 8046, 8047, 8048, 8049, 8050, 8051, 8052, 8053, 8054, 8055, 8056, 8057, 8058, 8059, 8060, 8061, 8062, 8063, 8064, 8065, 8066, 8067, 8068, 8069, 8070, 8071, 8072, 8073, 8074, 8075, 8076, 8077, 8078, 8079, 8080, 8081, 8082, 8083, 8084, 8085, 8086, 8087, 8088, 8089, 8090, 8091, 8092, 8093, 8094, 8095, 8096, 8097, 8098, 8099, 8100, 8101, 8102, 8103, 8104, 8105, 8106, 8107, 8108, 8109, 8110, 8111, 8112, 8113, 8114, 8115, 8116, 8117, 8118, 8119, 8120, 8121, 8122, 8123, 8124, 8125, 8126, 8127, 8128, 8129, 8130, 8131, 8132, 8133, 8134, 8135, 8136, 8137, 8138, 8139, 8140, 8141, 8142, 8143, 8144, 8145, 8146, 8147, 8148, 8149, 8150, 8151, 8152, 8153, 8154, 8155, 8156, 8157, 8158, 8159, 8160, 8161, 8162, 8163, 8164, 8165, 8166, 8167, 8168, 8169, 8170, 8171, 8172, 8173, 8174, 8175, 8176, 8177, 8178, 8179, 8180, 8181, 8182, 8183, 8184, 8185, 8186, 8187, 8188, 8189, 8190, 8191, 8192, 8193, 8194, 8195, 8196, 8197, 8198, 8199, 8200, 8201, 8202, 8203, 8204, 8205, 8206, 8207, 8208, 8209, 8210, 8211, 8212, 8213, 8214, 8215, 8216, 8217, 8218, 8219, 8220, 8221, 8222, 8223, 8224, 8225, 8226, 8227, 8228, 8229, 8230, 8231, 8232, 8233, 8234, 8235, 8236, 8237, 8238, 8239, 8240, 8241, 8242, 8243, 8244, 8245, 8246, 8247, 8248, 8249, 8250, 8251, 8252, 8253, 8254, 8255, 8256, 8257, 8258, 8259, 8260, 8261, 8262, 8263, 8264, 8265, 8266, 8267, 8268, 8269, 8270, 8271, 8272, 8273, 8274, 8275, 8276, 8277, 8278, 8279, 8280, 8281, 8282, 8283, 8284, 8285, 8286, 8287, 8288, 8289, 8290, 8291, 8292, 8293, 8294, 8295, 8296, 8297, 8298, 8299, 8300, 8301, 8302, 8303, 8304, 8305, 8306, 8307, 8308, 8309, 8310, 8311, 8312, 8313, 8314, 8315, 8316, 8317, 8318, 8319, 8320, 8321, 8322, 8323, 8324, 8325, 8326, 8327, 8328, 8329, 8330, 8331, 8332, 8333, 8334, 8335, 8336, 8337, 8338, 8339, 8340, 8341, 8342, 8343, 8344, 8345, 8346, 8347, 8348, 8349, 8350, 8351, 8352, 8353, 8354, 8355, 8356, 8357, 8358, 8359, 8360, 8361, 8362, 8363, 8364, 8365, 8366, 8367, 8368, 8369, 8370, 8371, 8372, 8373, 8374, 8375, 8376, 8377, 8378, 8379, 8380, 8381, 8382, 8383, 8384, 8385, 8386, 8387, 8388, 8389, 8390, 8391, 8392, 8393, 8394, 8395, 8396, 8397, 8398, 8399, 8400, 8401, 8402, 8403, 8404, 8405, 8406, 8407, 8408, 8409, 8410, 8411, 8412, 8413, 8414, 8415, 8416, 8417, 8418, 8419, 8420, 8421, 8422, 8423, 8424, 8425, 8426, 8427, 8428, 8429, 8430, 8431, 8432, 8433, 8434, 8435, 8436, 8437, 8438, 8439, 8440, 8441, 8442, 8443, 8444, 8445, 8446, 8447, 8448, 8449, 8450, 8451, 8452, 8453, 8454, 8455, 8456, 8457, 8458, 8459, 8460, 8461, 8462, 8463, 8464, 8465, 8466, 8467, 8468, 8469, 8470, 8471, 8472, 8473, 8474, 8475, 8476, 8477, 8478, 8479, 8480, 8481, 8482, 8483, 8484, 8485, 8486, 8487, 8488, 8489, 8490, 8491, 8492, 8493, 8494, 8495, 8496, 8497, 8498, 8499, 8500, 8501, 8502, 8503, 8504, 8505, 8506, 8507, 8508, 8509, 8510, 8511, 8512, 8513, 8514, 8515, 8516, 8517, 8518, 8519, 8520, 8521, 8522, 8523, 8524, 8525, 8526, 8527, 8528, 8529, 8530, 8531, 8532, 8533, 8534, 8535, 8536, 8537, 8538, 8539, 8540, 8541, 8542, 8543, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8556, 8557, 8558, 8559, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 8570, 8571, 8572, 8573, 8574, 8575, 8576, 8577, 8578, 8579, 8580, 8581, 8582, 8583, 8584, 8585, 8586, 8587, 8588, 8589, 8590, 8591, 8592, 8593, 8594, 8595, 8596, 8597, 8598, 8599, 8600, 8601, 8602, 8603, 8604, 8605, 8606, 8607, 8608, 8609, 8610, 8611, 8612, 8613, 8614, 8615, 8616, 8617, 8618, 8619, 8620, 8621, 8622, 8623, 8624, 8625, 8626, 8627, 8628, 8629, 8630, 8631, 8632, 8633, 8634, 8635, 8636, 8637, 8638, 8639, 8640, 8641, 8642, 8643, 8644, 8645, 8646, 8647, 8648, 8649, 8650, 8651, 8652, 8653, 8654, 8655, 8656, 8657, 8658, 8659, 8660, 8661, 8662, 8663, 8664, 8665, 8666, 8667, 8668, 8669, 8670, 8671, 8672, 8673, 8674, 8675, 8676, 8677, 8678, 8679, 8680, 8681, 8682, 8683, 8684, 8685, 8686, 8687, 8688, 8689, 8690, 8691, 8692, 8693, 8694, 8695, 8696, 8697, 8698, 8699, 8700, 8701, 8702, 8703, 8704, 8705, 8706, 8707, 8708, 8709, 8710, 8711, 8712, 8713, 8714, 8715, 8716, 8717, 8718, 8719, 8720, 8721, 8722, 8723, 8724, 8725, 8726, 8727, 8728, 8729, 8730, 8731, 8732, 8733, 8734, 8735, 8736, 8737, 8738, 8739, 8740, 8741, 8742, 8743, 8744, 8745, 8746, 8747, 8748, 8749, 8750, 8751, 8752, 8753, 8754, 8755, 8756, 8757, 8758, 8759, 8760, 8761, 8762, 8763, 8764, 8765, 8766, 8767, 8768, 8769, 8770, 8771, 8772, 8773, 8774, 8775, 8776, 8777, 8778, 8779, 8780, 8781, 8782, 8783, 8784, 8785, 8786, 8787, 8788, 8789, 8790, 8791, 8792, 8793, 8794, 8795, 8796, 8797, 8798, 8799, 8800, 8801, 8802, 8803, 8804, 8805, 8806, 8807, 8808, 8809, 8810, 8811, 8812, 8813, 8814, 8815, 8816, 8817, 8818, 8819, 8820, 8821, 8822, 8823, 8824, 8825, 8826, 8827, 8828, 8829, 8830, 8831, 8832, 8833, 8834, 8835, 8836, 8837, 8838, 8839, 8840, 8841, 8842, 8843, 8844, 8845, 8846, 8847, 8848, 8849, 8850, 8851, 8852, 8853, 8854, 8855, 8856, 8857, 8858, 8859, 8860, 8861, 8862, 8863, 8864, 8865, 8866, 8867, 8868, 8869, 8870, 8871, 8872, 8873, 8874, 8875, 8876, 8877, 8878, 8879, 8880, 8881, 8882, 8883, 8884, 8885, 8886, 8887, 8888, 8889, 8890, 8891, 8892, 8893, 8894, 8895, 8896, 8897, 8898, 8899, 8900, 8901, 8902, 8903, 8904, 8905, 8906, 8907, 8908, 8909, 8910, 8911, 8912, 8913, 8914, 8915, 8916, 8917, 8918, 8919, 8920, 8921, 8922, 8923, 8924, 8925, 8926, 8927, 8928, 8929, 8930, 8931, 8932, 8933, 8934, 8935, 8936, 8937, 8938, 8939, 8940, 8941, 8942, 8943, 8944, 8945, 8946, 8947, 8948, 8949, 8950, 8951, 8952, 8953, 8954, 8955, 8956, 8957, 8958, 8959, 8960, 8961, 8962, 8963, 8964, 8965, 8966, 8967, 8968, 8969, 8970, 8971, 8972, 8973, 8974, 8975, 8976, 8977, 8978, 8979, 8980, 8981, 8982, 8983, 8984, 8985, 8986, 8987, 8988, 8989, 8990, 8991, 8992, 8993, 8994, 8995, 8996, 8997, 8998, 8999, 9000, 9001, 9002, 9003, 9004, 9005, 9006, 9007, 9008, 9009, 9010, 9011, 9012, 9013, 9014, 9015, 9016, 9017, 9018, 9019, 9020, 9021, 9022, 9023, 9024, 9025, 9026, 9027, 9028, 9029, 9030, 9031, 9032, 9033, 9034, 9035, 9036, 9037, 9038, 9039, 9040, 9041, 9042, 9043, 9044, 9045, 9046, 9047, 9048, 9049, 9050, 9051, 9052, 9053, 9054, 9055, 9056, 9057, 9058, 9059, 9060, 9061, 9062, 9063, 9064, 9065, 9066, 9067, 9068, 9069, 9070, 9071, 9072, 9073, 9074, 9075, 9076, 9077, 9078, 9079, 9080, 9081, 9082, 9083, 9084, 9085, 9086, 9087, 9088, 9089, 9090, 9091, 9092, 9093, 9094, 9095, 9096, 9097, 9098, 9099, 9100, 9101, 9102, 9103, 9104, 9105, 9106, 9107, 9108, 9109, 9110, 9111, 9112, 9113, 9114, 9115, 9116, 9117, 9118, 9119, 9120, 9121, 9122, 9123, 9124, 9125, 9126, 9127, 9128, 9129, 9130, 9131, 9132, 9133, 9134, 9135, 9136, 9137, 9138, 9139, 9140, 9141, 9142, 9143, 9144, 9145, 9146, 9147, 9148, 9149, 9150, 9151, 9152, 9153, 9154, 9155, 9156, 9157, 9158, 9159, 9160, 9161, 9162, 9163, 9164, 9165, 9166, 9167, 9168, 9169, 9170, 9171, 9172, 9173, 9174, 9175, 9176, 9177, 9178, 9179, 9180, 9181, 9182, 9183, 9184, 9185, 9186, 9187, 9188, 9189, 9190, 9191, 9192, 9193, 9194, 9195, 9196, 9197, 9198, 9199, 9200, 9201, 9202, 9203, 9204, 9205, 9206, 9207, 9208, 9209, 9210, 9211, 9212, 9213, 9214, 9215, 9216, 9217, 9218, 9219, 9220, 9221, 9222, 9223, 9224, 9225, 9226, 9227, 9228, 9229, 9230, 9231, 9232, 9233, 9234, 9235, 9236, 9237, 9238, 9239, 9240, 9241, 9242, 9243, 9244, 9245, 9246, 9247, 9248, 9249, 9250, 9251, 9252, 9253, 9254, 9255, 9256, 9257, 9258, 9259, 9260, 9261, 9262, 9263, 9264, 9265, 9266, 9267, 9268, 9269, 9270, 9271, 9272, 9273, 9274, 9275, 9276, 9277, 9278, 9279, 9280, 9281, 9282, 9283, 9284, 9285, 9286, 9287, 9288, 9289, 9290, 9291, 9292, 9293, 9294, 9295, 9296, 9297, 9298, 9299, 9300, 9301, 9302, 9303, 9304, 9305, 9306, 9307, 9308, 9309, 9310, 9311, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9322, 9323, 9324, 9325, 9326, 9327, 9328, 9329, 9330, 9331, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 9342, 9343, 9344, 9345, 9346, 9347, 9348, 9349, 9350, 9351, 9352, 9353, 9354, 9355, 9356, 9357, 9358, 9359, 9360, 9361, 9362, 9363, 9364, 9365, 9366, 9367, 9368, 9369, 9370, 9371, 9372, 9373, 9374, 9375, 9376, 9377, 9378, 9379, 9380, 9381, 9382, 9383, 9384, 9385, 9386, 9387, 9388, 9389, 9390, 9391, 9392, 9393, 9394, 9395, 9396, 9397, 9398, 9399, 9400, 9401, 9402, 9403, 9404, 9405, 9406, 9407, 9408, 9409, 9410, 9411, 9412, 9413, 9414, 9415, 9416, 9417, 9418, 9419, 9420, 9421, 9422, 9423, 9424, 9425, 9426, 9427, 9428, 9429, 9430, 9431, 9432, 9433, 9434, 9435, 9436, 9437, 9438, 9439, 9440, 9441, 9442, 9443, 9444, 9445, 9446, 9447, 9448, 9449, 9450, 9451, 9452, 9453, 9454, 9455, 9456, 9457, 9458, 9459, 9460, 9461, 9462, 9463, 9464, 9465, 9466, 9467, 9468, 9469, 9470, 9471, 9472, 9473, 9474, 9475, 9476, 9477, 9478, 9479, 9480, 9481, 9482, 9483, 9484, 9485, 9486, 9487, 9488, 9489, 9490, 9491, 9492, 9493, 9494, 9495, 9496, 9497, 9498, 9499, 9500, 9501, 9502, 9503, 9504, 9505, 9506, 9507, 9508, 9509, 9510, 9511, 9512, 9513, 9514, 9515, 9516, 9517, 9518, 9519, 9520, 9521, 9522, 9523, 9524, 9525, 9526, 9527, 9528, 9529, 9530, 9531, 9532, 9533, 9534, 9535, 9536, 9537, 9538, 9539, 9540, 9541, 9542, 9543, 9544, 9545, 9546, 9547, 9548, 9549, 9550, 9551, 9552, 9553, 9554, 9555, 9556, 9557, 9558, 9559, 9560, 9561, 9562, 9563, 9564, 9565, 9566, 9567, 9568, 9569, 9570, 9571, 9572, 9573, 9574, 9575, 9576, 9577, 9578, 9579, 9580, 9581, 9582, 9583, 9584, 9585, 9586, 9587, 9588, 9589, 9590, 9591, 9592, 9593, 9594, 9595, 9596, 9597, 9598, 9599, 9600, 9601, 9602, 9603, 9604, 9605, 9606, 9607, 9608, 9609, 9610, 9611, 9612, 9613, 9614, 9615, 9616, 9617, 9618, 9619, 9620, 9621, 9622, 9623, 9624, 9625, 9626, 9627, 9628, 9629, 9630, 9631, 9632, 9633, 9634, 9635, 9636, 9637, 9638, 9639, 9640, 9641, 9642, 9643, 9644, 9645, 9646, 9647, 9648, 9649, 9650, 9651, 9652, 9653, 9654, 9655, 9656, 9657, 9658, 9659, 9660, 9661, 9662, 9663, 9664, 9665, 9666, 9667, 9668, 9669, 9670, 9671, 9672, 9673, 9674, 9675, 9676, 9677, 9678, 9679, 9680, 9681, 9682, 9683, 9684, 9685, 9686, 9687, 9688, 9689, 9690, 9691, 9692, 9693, 9694, 9695, 9696, 9697, 9698, 9699, 9700, 9701, 9702, 9703, 9704, 9705, 9706, 9707, 9708, 9709, 9710, 9711, 9712, 9713, 9714, 9715, 9716, 9717, 9718, 9719, 9720, 9721, 9722, 9723, 9724, 9725, 9726, 9727, 9728, 9729, 9730, 9731, 9732, 9733, 9734, 9735, 9736, 9737, 9738, 9739, 9740, 9741, 9742, 9743, 9744, 9745, 9746, 9747, 9748, 9749, 9750, 9751, 9752, 9753, 9754, 9755, 9756, 9757, 9758, 9759, 9760, 9761, 9762, 9763, 9764, 9765, 9766, 9767, 9768, 9769, 9770, 9771, 9772, 9773, 9774, 9775, 9776, 9777, 9778, 9779, 9780, 9781, 9782, 9783, 9784, 9785, 9786, 9787, 9788, 9789, 9790, 9791, 9792, 9793, 9794, 9795, 9796, 9797, 9798, 9799, 9800, 9801, 9802, 9803, 9804, 9805, 9806, 9807, 9808, 9809, 9810, 9811, 9812, 9813, 9814, 9815, 9816, 9817, 9818, 9819, 9820, 9821, 9822, 9823, 9824, 9825, 9826, 9827, 9828, 9829, 9830, 9831, 9832, 9833, 9834, 9835, 9836, 9837, 9838, 9839, 9840, 9841, 9842, 9843, 9844, 9845, 9846, 9847, 9848, 9849, 9850, 9851, 9852, 9853, 9854, 9855, 9856, 9857, 9858, 9859, 9860, 9861, 9862, 9863, 9864, 9865, 9866, 9867, 9868, 9869, 9870, 9871, 9872, 9873, 9874, 9875, 9876, 9877, 9878, 9879, 9880, 9881, 9882, 9883, 9884, 9885, 9886, 9887, 9888, 9889, 9890, 9891, 9892, 9893, 9894, 9895, 9896, 9897, 9898, 9899, 9900, 9901, 9902, 9903, 9904, 9905, 9906, 9907, 9908, 9909, 9910, 9911, 9912, 9913, 9914, 9915, 9916, 9917, 9918, 9919, 9920, 9921, 9922, 9923, 9924, 9925, 9926, 9927, 9928, 9929, 9930, 9931, 9932, 9933, 9934, 9935, 9936, 9937, 9938, 9939, 9940, 9941, 9942, 9943, 9944, 9945, 9946, 9947, 9948, 9949, 9950, 9951, 9952, 9953, 9954, 9955, 9956, 9957, 9958, 9959, 9960, 9961, 9962, 9963, 9964, 9965, 9966, 9967, 9968, 9969, 9970, 9971, 9972, 9973, 9974, 9975, 9976, 9977, 9978, 9979, 9980, 9981, 9982, 9983, 9984, 9985, 9986, 9987, 9988, 9989, 9990, 9991, 9992, 9993, 9994, 9995, 9996, 9997, 9998, 9999, 10000, 10001, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009, 10010, 10011, 10012, 10013, 10014, 10015, 10016, 10017, 10018, 10019, 10020, 10021, 10022, 10023, 10024, 10025, 10026, 10027, 10028, 10029, 10030, 10031, 10032, 10033, 10034, 10035, 10036, 10037, 10038, 10039, 10040, 10041, 10042, 10043, 10044, 10045, 10046, 10047, 10048, 10049, 10050, 10051, 10052, 10053, 10054, 10055, 10056, 10057, 10058, 10059, 10060, 10061, 10062, 10063, 10064, 10065, 10066, 10067, 10068, 10069, 10070, 10071, 10072, 10073, 10074, 10075, 10076, 10077, 10078, 10079, 10080, 10081, 10082, 10083, 10084, 10085, 10086, 10087, 10088, 10089, 10090, 10091, 10092, 10093, 10094, 10095, 10096, 10097, 10098, 10099, 10100, 10101, 10102, 10103, 10104, 10105, 10106, 10107, 10108, 10109, 10110, 10111, 10112, 10113, 10114, 10115, 10116, 10117, 10118, 10119, 10120, 10121, 10122, 10123, 10124, 10125, 10126, 10127, 10128, 10129, 10130, 10131, 10132, 10133, 10134, 10135, 10136, 10137, 10138, 10139, 10140, 10141, 10142, 10143, 10144, 10145, 10146, 10147, 10148, 10149, 10150, 10151, 10152, 10153, 10154, 10155, 10156, 10157, 10158, 10159, 10160, 10161, 10162, 10163, 10164, 10165, 10166, 10167, 10168, 10169, 10170, 10171, 10172, 10173, 10174, 10175, 10176, 10177, 10178, 10179, 10180, 10181, 10182, 10183, 10184, 10185, 10186, 10187, 10188, 10189, 10190, 10191, 10192, 10193, 10194, 10195, 10196, 10197, 10198, 10199, 10200, 10201, 10202, 10203, 10204, 10205, 10206, 10207, 10208, 10209, 10210, 10211, 10212, 10213, 10214, 10215, 10216, 10217, 10218, 10219, 10220, 10221, 10222, 10223, 10224, 10225, 10226, 10227, 10228, 10229, 10230, 10231, 10232, 10233, 10234, 10235, 10236, 10237, 10238, 10239, 10240, 10241, 10242, 10243, 10244, 10245, 10246, 10247, 10248, 10249, 10250, 10251, 10252, 10253, 10254, 10255, 10256, 10257, 10258, 10259, 10260, 10261, 10262, 10263, 10264, 10265, 10266, 10267, 10268, 10269, 10270, 10271, 10272, 10273, 10274, 10275, 10276, 10277, 10278, 10279, 10280, 10281, 10282, 10283, 10284, 10285, 10286, 10287, 10288, 10289, 10290, 10291, 10292, 10293, 10294, 10295, 10296, 10297, 10298, 10299, 10300, 10301, 10302, 10303, 10304, 10305, 10306, 10307, 10308, 10309, 10310, 10311, 10312, 10313, 10314, 10315, 10316, 10317, 10318, 10319, 10320, 10321, 10322, 10323, 10324, 10325, 10326, 10327, 10328, 10329, 10330, 10331, 10332, 10333, 10334, 10335, 10336, 10337, 10338, 10339, 10340, 10341, 10342, 10343, 10344, 10345, 10346, 10347, 10348, 10349, 10350, 10351, 10352, 10353, 10354, 10355, 10356, 10357, 10358, 10359, 10360, 10361, 10362, 10363, 10364, 10365, 10366, 10367, 10368, 10369, 10370, 10371, 10372, 10373, 10374, 10375, 10376, 10377, 10378, 10379, 10380, 10381, 10382, 10383, 10384, 10385, 10386, 10387, 10388, 10389, 10390, 10391, 10392, 10393, 10394, 10395, 10396, 10397, 10398, 10399, 10400, 10401, 10402, 10403, 10404, 10405, 10406, 10407, 10408, 10409, 10410, 10411, 10412, 10413, 10414, 10415, 10416, 10417, 10418, 10419, 10420, 10421, 10422, 10423, 10424, 10425, 10426, 10427, 10428, 10429, 10430, 10431, 10432, 10433, 10434, 10435, 10436, 10437, 10438, 10439, 10440, 10441, 10442, 10443, 10444, 10445, 10446, 10447, 10448, 10449, 10450, 10451, 10452, 10453, 10454, 10455, 10456, 10457, 10458, 10459, 10460, 10461, 10462, 10463, 10464, 10465, 10466, 10467, 10468, 10469, 10470, 10471, 10472, 10473, 10474, 10475, 10476, 10477, 10478, 10479, 10480, 10481, 10482, 10483, 10484, 10485, 10486, 10487, 10488, 10489, 10490, 10491, 10492, 10493, 10494, 10495, 10496, 10497, 10498, 10499, 10500, 10501, 10502, 10503, 10504, 10505, 10506, 10507, 10508, 10509, 10510, 10511, 10512, 10513, 10514, 10515, 10516, 10517, 10518, 10519, 10520, 10521, 10522, 10523, 10524, 10525, 10526, 10527, 10528, 10529, 10530, 10531, 10532, 10533, 10534, 10535, 10536, 10537, 10538, 10539, 10540, 10541, 10542, 10543, 10544, 10545, 10546, 10547, 10548, 10549, 10550, 10551, 10552, 10553, 10554, 10555, 10556, 10557, 10558, 10559, 10560, 10561, 10562, 10563, 10564, 10565, 10566, 10567, 10568, 10569, 10570, 10571, 10572, 10573, 10574, 10575, 10576, 10577, 10578, 10579, 10580, 10581, 10582, 10583, 10584, 10585, 10586, 10587, 10588, 10589, 10590, 10591, 10592, 10593, 10594, 10595, 10596, 10597, 10598, 10599, 10600, 10601, 10602, 10603, 10604, 10605, 10606, 10607, 10608, 10609, 10610, 10611, 10612, 10613, 10614, 10615, 10616, 10617, 10618, 10619, 10620, 10621, 10622, 10623, 10624, 10625, 10626, 10627, 10628, 10629, 10630, 10631, 10632, 10633, 10634, 10635, 10636, 10637, 10638, 10639, 10640, 10641, 10642, 10643, 10644, 10645, 10646, 10647, 10648, 10649, 10650, 10651, 10652, 10653, 10654, 10655, 10656, 10657, 10658, 10659, 10660, 10661, 10662, 10663, 10664, 10665, 10666, 10667, 10668, 10669, 10670, 10671, 10672, 10673, 10674, 10675, 10676, 10677, 10678, 10679, 10680, 10681, 10682, 10683, 10684, 10685, 10686, 10687, 10688, 10689, 10690, 10691, 10692, 10693, 10694, 10695, 10696, 10697, 10698, 10699, 10700, 10701, 10702, 10703, 10704, 10705, 10706, 10707, 10708, 10709, 10710, 10711, 10712, 10713, 10714, 10715, 10716, 10717, 10718, 10719, 10720, 10721, 10722, 10723, 10724, 10725, 10726, 10727, 10728, 10729, 10730, 10731, 10732, 10733, 10734, 10735, 10736, 10737, 10738, 10739, 10740, 10741, 10742, 10743, 10744, 10745, 10746, 10747, 10748, 10749, 10750, 10751, 10752, 10753, 10754, 10755, 10756, 10757, 10758, 10759, 10760, 10761, 10762, 10763, 10764, 10765, 10766, 10767, 10768, 10769, 10770, 10771, 10772, 10773, 10774, 10775, 10776, 10777, 10778, 10779, 10780, 10781, 10782, 10783, 10784, 10785, 10786, 10787, 10788, 10789, 10790, 10791, 10792, 10793, 10794, 10795, 10796, 10797, 10798, 10799, 10800, 10801, 10802, 10803, 10804, 10805, 10806, 10807, 10808, 10809, 10810, 10811, 10812, 10813, 10814, 10815, 10816, 10817, 10818, 10819, 10820, 10821, 10822, 10823, 10824, 10825, 10826, 10827, 10828, 10829, 10830, 10831, 10832, 10833, 10834, 10835, 10836, 10837, 10838, 10839, 10840, 10841, 10842, 10843, 10844, 10845, 10846, 10847, 10848, 10849, 10850, 10851, 10852, 10853, 10854, 10855, 10856, 10857, 10858, 10859, 10860, 10861, 10862, 10863, 10864, 10865, 10866, 10867, 10868, 10869, 10870, 10871, 10872, 10873, 10874, 10875, 10876, 10877, 10878, 10879, 10880, 10881, 10882, 10883, 10884, 10885, 10886, 10887, 10888, 10889, 10890, 10891, 10892, 10893, 10894, 10895, 10896, 10897, 10898, 10899, 10900, 10901, 10902, 10903, 10904, 10905, 10906, 10907, 10908, 10909, 10910, 10911, 10912, 10913, 10914, 10915, 10916, 10917, 10918, 10919, 10920, 10921, 10922, 10923, 10924, 10925, 10926, 10927, 10928, 10929, 10930, 10931, 10932, 10933, 10934, 10935, 10936, 10937, 10938, 10939, 10940, 10941, 10942, 10943, 10944, 10945, 10946, 10947, 10948, 10949, 10950, 10951, 10952, 10953, 10954, 10955, 10956, 10957, 10958, 10959, 10960, 10961, 10962, 10963, 10964, 10965, 10966, 10967, 10968, 10969, 10970, 10971, 10972, 10973, 10974, 10975, 10976, 10977, 10978, 10979, 10980, 10981, 10982, 10983, 10984, 10985, 10986, 10987, 10988, 10989, 10990, 10991, 10992, 10993, 10994, 10995, 10996, 10997, 10998, 10999, 11000, 11001, 11002, 11003, 11004, 11005, 11006, 11007, 11008, 11009, 11010, 11011, 11012, 11013, 11014, 11015, 11016, 11017, 11018, 11019, 11020, 11021, 11022, 11023, 11024, 11025, 11026, 11027, 11028, 11029, 11030, 11031, 11032, 11033, 11034, 11035, 11036, 11037, 11038, 11039, 11040, 11041, 11042, 11043, 11044, 11045, 11046, 11047, 11048, 11049, 11050, 11051, 11052, 11053, 11054, 11055, 11056, 11057, 11058, 11059, 11060, 11061, 11062, 11063, 11064, 11065, 11066, 11067, 11068, 11069, 11070, 11071, 11072, 11073, 11074, 11075, 11076, 11077, 11078, 11079, 11080, 11081, 11082, 11083, 11084, 11085, 11086, 11087, 11088, 11089, 11090, 11091, 11092, 11093, 11094, 11095, 11096, 11097, 11098, 11099, 11100, 11101, 11102, 11103, 11104, 11105, 11106, 11107, 11108, 11109, 11110, 11111, 11112, 11113, 11114, 11115, 11116, 11117, 11118, 11119, 11120, 11121, 11122, 11123, 11124, 11125, 11126, 11127, 11128, 11129, 11130, 11131, 11132, 11133, 11134, 11135, 11136, 11137, 11138, 11139, 11140, 11141, 11142, 11143, 11144, 11145, 11146, 11147, 11148, 11149, 11150, 11151, 11152, 11153, 11154, 11155, 11156, 11157, 11158, 11159, 11160, 11161, 11162, 11163, 11164, 11165, 11166, 11167, 11168, 11169, 11170, 11171, 11172, 11173, 11174, 11175, 11176, 11177, 11178, 11179, 11180, 11181, 11182, 11183, 11184, 11185, 11186, 11187, 11188, 11189, 11190, 11191, 11192, 11193, 11194, 11195, 11196, 11197, 11198, 11199, 11200, 11201, 11202, 11203, 11204, 11205, 11206, 11207, 11208, 11209, 11210, 11211, 11212, 11213, 11214, 11215, 11216, 11217, 11218, 11219, 11220, 11221, 11222, 11223, 11224, 11225, 11226, 11227, 11228, 11229, 11230, 11231, 11232, 11233, 11234, 11235, 11236, 11237, 11238, 11239, 11240, 11241, 11242, 11243, 11244, 11245, 11246, 11247, 11248, 11249, 11250, 11251, 11252, 11253, 11254, 11255, 11256, 11257, 11258, 11259, 11260, 11261, 11262, 11263, 11264, 11265, 11266, 11267, 11268, 11269, 11270, 11271, 11272, 11273, 11274, 11275, 11276, 11277, 11278, 11279, 11280, 11281, 11282, 11283, 11284, 11285, 11286, 11287, 11288, 11289, 11290, 11291, 11292, 11293, 11294, 11295, 11296, 11297, 11298, 11299, 11300, 11301, 11302, 11303, 11304, 11305, 11306, 11307, 11308, 11309, 11310, 11311, 11312, 11313, 11314, 11315, 11316, 11317, 11318, 11319, 11320, 11321, 11322, 11323, 11324, 11325, 11326, 11327, 11328, 11329, 11330, 11331, 11332, 11333, 11334, 11335, 11336, 11337, 11338, 11339, 11340, 11341, 11342, 11343, 11344, 11345, 11346, 11347, 11348, 11349, 11350, 11351, 11352, 11353, 11354, 11355, 11356, 11357, 11358, 11359, 11360, 11361, 11362, 11363, 11364, 11365, 11366, 11367, 11368, 11369, 11370, 11371, 11372, 11373, 11374, 11375, 11376, 11377, 11378, 11379, 11380, 11381, 11382, 11383, 11384, 11385, 11386, 11387, 11388, 11389, 11390, 11391, 11392, 11393, 11394, 11395, 11396, 11397, 11398, 11399, 11400, 11401, 11402, 11403, 11404, 11405, 11406, 11407, 11408, 11409, 11410, 11411, 11412, 11413, 11414, 11415, 11416, 11417, 11418, 11419, 11420, 11421, 11422, 11423, 11424, 11425, 11426, 11427, 11428, 11429, 11430, 11431, 11432, 11433, 11434, 11435, 11436, 11437, 11438, 11439, 11440, 11441, 11442, 11443, 11444, 11445, 11446, 11447, 11448, 11449, 11450, 11451, 11452, 11453, 11454, 11455, 11456, 11457, 11458, 11459, 11460, 11461, 11462, 11463, 11464, 11465, 11466, 11467, 11468, 11469, 11470, 11471, 11472, 11473, 11474, 11475, 11476, 11477, 11478, 11479, 11480, 11481, 11482, 11483, 11484, 11485, 11486, 11487, 11488, 11489, 11490, 11491, 11492, 11493, 11494, 11495, 11496, 11497, 11498, 11499, 11500, 11501, 11502, 11503, 11504, 11505, 11506, 11507, 11508, 11509, 11510, 11511, 11512, 11513, 11514, 11515, 11516, 11517, 11518, 11519, 11520, 11521, 11522, 11523, 11524, 11525, 11526, 11527, 11528, 11529, 11530, 11531, 11532, 11533, 11534, 11535, 11536, 11537, 11538, 11539, 11540, 11541, 11542, 11543, 11544, 11545, 11546, 11547, 11548, 11549, 11550, 11551, 11552, 11553, 11554, 11555, 11556, 11557, 11558, 11559, 11560, 11561, 11562, 11563, 11564, 11565, 11566, 11567, 11568, 11569, 11570, 11571, 11572, 11573, 11574, 11575, 11576, 11577, 11578, 11579, 11580, 11581, 11582, 11583, 11584, 11585, 11586, 11587, 11588, 11589, 11590, 11591, 11592, 11593, 11594, 11595, 11596, 11597, 11598, 11599, 11600, 11601, 11602, 11603, 11604, 11605, 11606, 11607, 11608, 11609, 11610, 11611, 11612, 11613, 11614, 11615, 11616, 11617, 11618, 11619, 11620, 11621, 11622, 11623, 11624, 11625, 11626, 11627, 11628, 11629, 11630, 11631, 11632, 11633, 11634, 11635, 11636, 11637, 11638, 11639, 11640, 11641, 11642, 11643, 11644, 11645, 11646, 11647, 11648, 11649, 11650, 11651, 11652, 11653, 11654, 11655, 11656, 11657, 11658, 11659, 11660, 11661, 11662, 11663, 11664, 11665, 11666, 11667, 11668, 11669, 11670, 11671, 11672, 11673, 11674, 11675, 11676, 11677, 11678, 11679, 11680, 11681, 11682, 11683, 11684, 11685, 11686, 11687, 11688, 11689, 11690, 11691, 11692, 11693, 11694, 11695, 11696, 11697, 11698, 11699, 11700, 11701, 11702, 11703, 11704, 11705, 11706, 11707, 11708, 11709, 11710, 11711, 11712, 11713, 11714, 11715, 11716, 11717, 11718, 11719, 11720, 11721, 11722, 11723, 11724, 11725, 11726, 11727, 11728, 11729, 11730, 11731, 11732, 11733, 11734, 11735, 11736, 11737, 11738, 11739, 11740, 11741, 11742, 11743, 11744, 11745, 11746, 11747, 11748, 11749, 11750, 11751, 11752, 11753, 11754, 11755, 11756, 11757, 11758, 11759, 11760, 11761, 11762, 11763, 11764, 11765, 11766, 11767, 11768, 11769, 11770, 11771, 11772, 11773, 11774, 11775, 11776, 11777, 11778, 11779, 11780, 11781, 11782, 11783, 11784, 11785, 11786, 11787, 11788, 11789, 11790, 11791, 11792, 11793, 11794, 11795, 11796, 11797, 11798, 11799, 11800, 11801, 11802, 11803, 11804, 11805, 11806, 11807, 11808, 11809, 11810, 11811, 11812, 11813, 11814, 11815, 11816, 11817, 11818, 11819, 11820, 11821, 11822, 11823, 11824, 11825, 11826, 11827, 11828, 11829, 11830, 11831, 11832, 11833, 11834, 11835, 11836, 11837, 11838, 11839, 11840, 11841, 11842, 11843, 11844, 11845, 11846, 11847, 11848, 11849, 11850, 11851, 11852, 11853, 11854, 11855, 11856, 11857, 11858, 11859, 11860, 11861, 11862, 11863, 11864, 11865, 11866, 11867, 11868, 11869, 11870, 11871, 11872, 11873, 11874, 11875, 11876, 11877, 11878, 11879, 11880, 11881, 11882, 11883, 11884, 11885, 11886, 11887, 11888, 11889, 11890, 11891, 11892, 11893, 11894, 11895, 11896, 11897, 11898, 11899, 11900, 11901, 11902, 11903, 11904, 11905, 11906, 11907, 11908, 11909, 11910, 11911, 11912, 11913, 11914, 11915, 11916, 11917, 11918, 11919, 11920, 11921, 11922, 11923, 11924, 11925, 11926, 11927, 11928, 11929, 11930, 11931, 11932, 11933, 11934, 11935, 11936, 11937, 11938, 11939, 11940, 11941, 11942, 11943, 11944, 11945, 11946, 11947, 11948, 11949, 11950, 11951, 11952, 11953, 11954, 11955, 11956, 11957, 11958, 11959, 11960, 11961, 11962, 11963, 11964, 11965, 11966, 11967, 11968, 11969, 11970, 11971, 11972, 11973, 11974, 11975, 11976, 11977, 11978, 11979, 11980, 11981, 11982, 11983, 11984, 11985, 11986, 11987, 11988, 11989, 11990, 11991, 11992, 11993, 11994, 11995, 11996, 11997, 11998, 11999, 12000, 12001, 12002, 12003, 12004, 12005, 12006, 12007, 12008, 12009, 12010, 12011, 12012, 12013, 12014, 12015, 12016, 12017, 12018, 12019, 12020, 12021, 12022, 12023, 12024, 12025, 12026, 12027, 12028, 12029, 12030, 12031, 12032, 12033, 12034, 12035, 12036, 12037, 12038, 12039, 12040, 12041, 12042, 12043, 12044, 12045, 12046, 12047, 12048, 12049, 12050, 12051, 12052, 12053, 12054, 12055, 12056, 12057, 12058, 12059, 12060, 12061, 12062, 12063, 12064, 12065, 12066, 12067, 12068, 12069, 12070, 12071, 12072, 12073, 12074, 12075, 12076, 12077, 12078, 12079, 12080, 12081, 12082, 12083, 12084, 12085, 12086, 12087, 12088, 12089, 12090, 12091, 12092, 12093, 12094, 12095, 12096, 12097, 12098, 12099, 12100, 12101, 12102, 12103, 12104, 12105, 12106, 12107, 12108, 12109, 12110, 12111, 12112, 12113, 12114, 12115, 12116, 12117, 12118, 12119, 12120, 12121, 12122, 12123, 12124, 12125, 12126, 12127, 12128, 12129, 12130, 12131, 12132, 12133, 12134, 12135, 12136, 12137, 12138, 12139, 12140, 12141, 12142, 12143, 12144, 12145, 12146, 12147, 12148, 12149, 12150, 12151, 12152, 12153, 12154, 12155, 12156, 12157, 12158, 12159, 12160, 12161, 12162, 12163, 12164, 12165, 12166, 12167, 12168, 12169, 12170, 12171, 12172, 12173, 12174, 12175, 12176, 12177, 12178, 12179, 12180, 12181, 12182, 12183, 12184, 12185, 12186, 12187, 12188, 12189, 12190, 12191, 12192, 12193, 12194, 12195, 12196, 12197, 12198, 12199, 12200, 12201, 12202, 12203, 12204, 12205, 12206, 12207, 12208, 12209, 12210, 12211, 12212, 12213, 12214, 12215, 12216, 12217, 12218, 12219, 12220, 12221, 12222, 12223, 12224, 12225, 12226, 12227, 12228, 12229, 12230, 12231, 12232, 12233, 12234, 12235, 12236, 12237, 12238, 12239, 12240, 12241, 12242, 12243, 12244, 12245, 12246, 12247, 12248, 12249, 12250, 12251, 12252, 12253, 12254, 12255, 12256, 12257, 12258, 12259, 12260, 12261, 12262, 12263, 12264, 12265, 12266, 12267, 12268, 12269, 12270, 12271, 12272, 12273, 12274, 12275, 12276, 12277, 12278, 12279, 12280, 12281, 12282, 12283, 12284, 12285, 12286, 12287, 12288, 12289, 12290, 12291, 12292, 12293, 12294, 12295, 12296, 12297, 12298, 12299, 12300, 12301, 12302, 12303, 12304, 12305, 12306, 12307, 12308, 12309, 12310, 12311, 12312, 12313, 12314, 12315, 12316, 12317, 12318, 12319, 12320, 12321, 12322, 12323, 12324, 12325, 12326, 12327, 12328, 12329, 12330, 12331, 12332, 12333, 12334, 12335, 12336, 12337, 12338, 12339, 12340, 12341, 12342, 12343, 12344, 12345, 12346, 12347, 12348, 12349, 12350, 12351, 12352, 12353, 12354, 12355, 12356, 12357, 12358, 12359, 12360, 12361, 12362, 12363, 12364, 12365, 12366, 12367, 12368, 12369, 12370, 12371, 12372, 12373, 12374, 12375, 12376, 12377, 12378, 12379, 12380, 12381, 12382, 12383, 12384, 12385, 12386, 12387, 12388, 12389, 12390, 12391, 12392, 12393, 12394, 12395, 12396, 12397, 12398, 12399, 12400, 12401, 12402, 12403, 12404, 12405, 12406, 12407, 12408, 12409, 12410, 12411, 12412, 12413, 12414, 12415, 12416, 12417, 12418, 12419, 12420, 12421, 12422, 12423, 12424, 12425, 12426, 12427, 12428, 12429, 12430, 12431, 12432, 12433, 12434, 12435, 12436, 12437, 12438, 12439, 12440, 12441, 12442, 12443, 12444, 12445, 12446, 12447, 12448, 12449, 12450, 12451, 12452, 12453, 12454, 12455, 12456, 12457, 12458, 12459, 12460, 12461, 12462, 12463, 12464, 12465, 12466, 12467, 12468, 12469, 12470, 12471, 12472, 12473, 12474, 12475, 12476, 12477, 12478, 12479, 12480, 12481, 12482, 12483, 12484, 12485, 12486, 12487, 12488, 12489, 12490, 12491, 12492, 12493, 12494, 12495, 12496, 12497, 12498, 12499, 12500, 12501, 12502, 12503, 12504, 12505, 12506, 12507, 12508, 12509, 12510, 12511, 12512, 12513, 12514, 12515, 12516, 12517, 12518, 12519, 12520, 12521, 12522, 12523, 12524, 12525, 12526, 12527, 12528, 12529, 12530, 12531, 12532, 12533, 12534, 12535, 12536, 12537, 12538, 12539, 12540, 12541, 12542, 12543, 12544, 12545, 12546, 12547, 12548, 12549, 12550, 12551, 12552, 12553, 12554, 12555, 12556, 12557, 12558, 12559, 12560, 12561, 12562, 12563, 12564, 12565, 12566, 12567, 12568, 12569, 12570, 12571, 12572, 12573, 12574, 12575, 12576, 12577, 12578, 12579, 12580, 12581, 12582, 12583, 12584, 12585, 12586, 12587, 12588, 12589, 12590, 12591, 12592, 12593, 12594, 12595, 12596, 12597, 12598, 12599, 12600, 12601, 12602, 12603, 12604, 12605, 12606, 12607, 12608, 12609, 12610, 12611, 12612, 12613, 12614, 12615, 12616, 12617, 12618, 12619, 12620, 12621, 12622, 12623, 12624, 12625, 12626, 12627, 12628, 12629, 12630, 12631, 12632, 12633, 12634, 12635, 12636, 12637, 12638, 12639, 12640, 12641, 12642, 12643, 12644, 12645, 12646, 12647, 12648, 12649, 12650, 12651, 12652, 12653, 12654, 12655, 12656, 12657, 12658, 12659, 12660, 12661, 12662, 12663, 12664, 12665, 12666, 12667, 12668, 12669, 12670, 12671, 12672, 12673, 12674, 12675, 12676, 12677, 12678, 12679, 12680, 12681, 12682, 12683, 12684, 12685, 12686, 12687, 12688, 12689, 12690, 12691, 12692, 12693, 12694, 12695, 12696, 12697, 12698, 12699, 12700, 12701, 12702, 12703, 12704, 12705, 12706, 12707, 12708, 12709, 12710, 12711, 12712, 12713, 12714, 12715, 12716, 12717, 12718, 12719, 12720, 12721, 12722, 12723, 12724, 12725, 12726, 12727, 12728, 12729, 12730, 12731, 12732, 12733, 12734, 12735, 12736, 12737, 12738, 12739, 12740, 12741, 12742, 12743, 12744, 12745, 12746, 12747, 12748, 12749, 12750, 12751, 12752, 12753, 12754, 12755, 12756, 12757, 12758, 12759, 12760, 12761, 12762, 12763, 12764, 12765, 12766, 12767, 12768, 12769, 12770, 12771, 12772, 12773, 12774, 12775, 12776, 12777, 12778, 12779, 12780, 12781, 12782, 12783, 12784, 12785, 12786, 12787, 12788, 12789, 12790, 12791, 12792, 12793, 12794, 12795, 12796, 12797, 12798, 12799, 12800, 12801, 12802, 12803, 12804, 12805, 12806, 12807, 12808, 12809, 12810, 12811, 12812, 12813, 12814, 12815, 12816, 12817, 12818, 12819, 12820, 12821, 12822, 12823, 12824, 12825, 12826, 12827, 12828, 12829, 12830, 12831, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 12842, 12843, 12844, 12845, 12846, 12847, 12848, 12849, 12850, 12851, 12852, 12853, 12854, 12855, 12856, 12857, 12858, 12859, 12860, 12861, 12862, 12863, 12864, 12865, 12866, 12867, 12868, 12869, 12870, 12871, 12872, 12873, 12874, 12875, 12876, 12877, 12878, 12879, 12880, 12881, 12882, 12883, 12884, 12885, 12886, 12887, 12888, 12889, 12890, 12891, 12892, 12893, 12894, 12895, 12896, 12897, 12898, 12899, 12900, 12901, 12902, 12903, 12904, 12905, 12906, 12907, 12908, 12909, 12910, 12911, 12912, 12913, 12914, 12915, 12916, 12917, 12918, 12919, 12920, 12921, 12922, 12923, 12924, 12925, 12926, 12927, 12928, 12929, 12930, 12931, 12932, 12933, 12934, 12935, 12936, 12937, 12938, 12939, 12940, 12941, 12942, 12943, 12944, 12945, 12946, 12947, 12948, 12949, 12950, 12951, 12952, 12953, 12954, 12955, 12956, 12957, 12958, 12959, 12960, 12961, 12962, 12963, 12964, 12965, 12966, 12967, 12968, 12969, 12970, 12971, 12972, 12973, 12974, 12975, 12976, 12977, 12978, 12979, 12980, 12981, 12982, 12983, 12984, 12985, 12986, 12987, 12988, 12989, 12990, 12991, 12992, 12993, 12994, 12995, 12996, 12997, 12998, 12999, 13000, 13001, 13002, 13003, 13004, 13005, 13006, 13007, 13008, 13009, 13010, 13011, 13012, 13013, 13014, 13015, 13016, 13017, 13018, 13019, 13020, 13021, 13022, 13023, 13024, 13025, 13026, 13027, 13028, 13029, 13030, 13031, 13032, 13033, 13034, 13035, 13036, 13037, 13038, 13039, 13040, 13041, 13042, 13043, 13044, 13045, 13046, 13047, 13048, 13049, 13050, 13051, 13052, 13053, 13054, 13055, 13056, 13057, 13058, 13059, 13060, 13061, 13062, 13063, 13064, 13065, 13066, 13067, 13068, 13069, 13070, 13071, 13072, 13073, 13074, 13075, 13076, 13077, 13078, 13079, 13080, 13081, 13082, 13083, 13084, 13085, 13086, 13087, 13088, 13089, 13090, 13091, 13092, 13093, 13094, 13095, 13096, 13097, 13098, 13099, 13100, 13101, 13102, 13103, 13104, 13105, 13106, 13107, 13108, 13109, 13110, 13111, 13112, 13113, 13114, 13115, 13116, 13117, 13118, 13119, 13120, 13121, 13122, 13123, 13124, 13125, 13126, 13127, 13128, 13129, 13130, 13131, 13132, 13133, 13134, 13135, 13136, 13137, 13138, 13139, 13140, 13141, 13142, 13143, 13144, 13145, 13146, 13147, 13148, 13149, 13150, 13151, 13152, 13153, 13154, 13155, 13156, 13157, 13158, 13159, 13160, 13161, 13162, 13163, 13164, 13165, 13166, 13167, 13168, 13169, 13170, 13171, 13172, 13173, 13174, 13175, 13176, 13177, 13178, 13179, 13180, 13181, 13182, 13183, 13184, 13185, 13186, 13187, 13188, 13189, 13190, 13191, 13192, 13193, 13194, 13195, 13196, 13197, 13198, 13199, 13200, 13201, 13202, 13203, 13204, 13205, 13206, 13207, 13208, 13209, 13210, 13211, 13212, 13213, 13214, 13215, 13216, 13217, 13218, 13219, 13220, 13221, 13222, 13223, 13224, 13225, 13226, 13227, 13228, 13229, 13230, 13231, 13232, 13233, 13234, 13235, 13236, 13237, 13238, 13239, 13240, 13241, 13242, 13243, 13244, 13245, 13246, 13247, 13248, 13249, 13250, 13251, 13252, 13253, 13254, 13255, 13256, 13257, 13258, 13259, 13260, 13261, 13262, 13263, 13264, 13265, 13266, 13267, 13268, 13269, 13270, 13271, 13272, 13273, 13274, 13275, 13276, 13277, 13278, 13279, 13280, 13281, 13282, 13283, 13284, 13285, 13286, 13287, 13288, 13289, 13290, 13291, 13292, 13293, 13294, 13295, 13296, 13297, 13298, 13299, 13300, 13301, 13302, 13303, 13304, 13305, 13306, 13307, 13308, 13309, 13310, 13311, 13312, 13313, 13314, 13315, 13316, 13317, 13318, 13319, 13320, 13321, 13322, 13323, 13324, 13325, 13326, 13327, 13328, 13329, 13330, 13331, 13332, 13333, 13334, 13335, 13336, 13337, 13338, 13339, 13340, 13341, 13342, 13343, 13344, 13345, 13346, 13347, 13348, 13349, 13350, 13351, 13352, 13353, 13354, 13355, 13356, 13357, 13358, 13359, 13360, 13361, 13362, 13363, 13364, 13365, 13366, 13367, 13368, 13369, 13370, 13371, 13372, 13373, 13374, 13375, 13376, 13377, 13378, 13379, 13380, 13381, 13382, 13383, 13384, 13385, 13386, 13387, 13388, 13389, 13390, 13391, 13392, 13393, 13394, 13395, 13396, 13397, 13398, 13399, 13400, 13401, 13402, 13403, 13404, 13405, 13406, 13407, 13408, 13409, 13410, 13411, 13412, 13413, 13414, 13415, 13416, 13417, 13418, 13419, 13420, 13421, 13422, 13423, 13424, 13425, 13426, 13427, 13428, 13429, 13430, 13431, 13432, 13433, 13434, 13435, 13436, 13437, 13438, 13439, 13440, 13441, 13442, 13443, 13444, 13445, 13446, 13447, 13448, 13449, 13450, 13451, 13452, 13453, 13454, 13455, 13456, 13457, 13458, 13459, 13460, 13461, 13462, 13463, 13464, 13465, 13466, 13467, 13468, 13469, 13470, 13471, 13472, 13473, 13474, 13475, 13476, 13477, 13478, 13479, 13480, 13481, 13482, 13483, 13484, 13485, 13486, 13487, 13488, 13489, 13490, 13491, 13492, 13493, 13494, 13495, 13496, 13497, 13498, 13499, 13500, 13501, 13502, 13503, 13504, 13505, 13506, 13507, 13508, 13509, 13510, 13511, 13512, 13513, 13514, 13515, 13516, 13517, 13518, 13519, 13520, 13521, 13522, 13523, 13524, 13525, 13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13534, 13535, 13536, 13537, 13538, 13539, 13540, 13541, 13542, 13543, 13544, 13545, 13546, 13547, 13548, 13549, 13550, 13551, 13552, 13553, 13554, 13555, 13556, 13557, 13558, 13559, 13560, 13561, 13562, 13563, 13564, 13565, 13566, 13567, 13568, 13569, 13570, 13571, 13572, 13573, 13574, 13575, 13576, 13577, 13578, 13579, 13580, 13581, 13582, 13583, 13584, 13585, 13586, 13587, 13588, 13589, 13590, 13591, 13592, 13593, 13594, 13595, 13596, 13597, 13598, 13599, 13600, 13601, 13602, 13603, 13604, 13605, 13606, 13607, 13608, 13609, 13610, 13611, 13612, 13613, 13614, 13615, 13616, 13617, 13618, 13619, 13620, 13621, 13622, 13623, 13624, 13625, 13626, 13627, 13628, 13629, 13630, 13631, 13632, 13633, 13634, 13635, 13636, 13637, 13638, 13639, 13640, 13641, 13642, 13643, 13644, 13645, 13646, 13647, 13648, 13649, 13650, 13651, 13652, 13653, 13654, 13655, 13656, 13657, 13658, 13659, 13660, 13661, 13662, 13663, 13664, 13665, 13666, 13667, 13668, 13669, 13670, 13671, 13672, 13673, 13674, 13675, 13676, 13677, 13678, 13679, 13680, 13681, 13682, 13683, 13684, 13685, 13686, 13687, 13688, 13689, 13690, 13691, 13692, 13693, 13694, 13695, 13696, 13697, 13698, 13699, 13700, 13701, 13702, 13703, 13704, 13705, 13706, 13707, 13708, 13709, 13710, 13711, 13712, 13713, 13714, 13715, 13716, 13717, 13718, 13719, 13720, 13721, 13722, 13723, 13724, 13725, 13726, 13727, 13728, 13729, 13730, 13731, 13732, 13733, 13734, 13735, 13736, 13737, 13738, 13739, 13740, 13741, 13742, 13743, 13744, 13745, 13746, 13747, 13748, 13749, 13750, 13751, 13752, 13753, 13754, 13755, 13756, 13757, 13758, 13759, 13760, 13761, 13762, 13763, 13764, 13765, 13766, 13767, 13768, 13769, 13770, 13771, 13772, 13773, 13774, 13775, 13776, 13777, 13778, 13779, 13780, 13781, 13782, 13783, 13784, 13785, 13786, 13787, 13788, 13789, 13790, 13791, 13792, 13793, 13794, 13795, 13796, 13797, 13798, 13799, 13800, 13801, 13802, 13803, 13804, 13805, 13806, 13807, 13808, 13809, 13810, 13811, 13812, 13813, 13814, 13815, 13816, 13817, 13818, 13819, 13820, 13821, 13822, 13823, 13824, 13825, 13826, 13827, 13828, 13829, 13830, 13831, 13832, 13833, 13834, 13835, 13836, 13837, 13838, 13839, 13840, 13841, 13842, 13843, 13844, 13845, 13846, 13847, 13848, 13849, 13850, 13851, 13852, 13853, 13854, 13855, 13856, 13857, 13858, 13859, 13860, 13861, 13862, 13863, 13864, 13865, 13866, 13867, 13868, 13869, 13870, 13871, 13872, 13873, 13874, 13875, 13876, 13877, 13878, 13879, 13880, 13881, 13882, 13883, 13884, 13885, 13886, 13887, 13888, 13889, 13890, 13891, 13892, 13893, 13894, 13895, 13896, 13897, 13898, 13899, 13900, 13901, 13902, 13903, 13904, 13905, 13906, 13907, 13908, 13909, 13910, 13911, 13912, 13913, 13914, 13915, 13916, 13917, 13918, 13919, 13920, 13921, 13922, 13923, 13924, 13925, 13926, 13927, 13928, 13929, 13930, 13931, 13932, 13933, 13934, 13935, 13936, 13937, 13938, 13939, 13940, 13941, 13942, 13943, 13944, 13945, 13946, 13947, 13948, 13949, 13950, 13951, 13952, 13953, 13954, 13955, 13956, 13957, 13958, 13959, 13960, 13961, 13962, 13963, 13964, 13965, 13966, 13967, 13968, 13969, 13970, 13971, 13972, 13973, 13974, 13975, 13976, 13977, 13978, 13979, 13980, 13981, 13982, 13983, 13984, 13985, 13986, 13987, 13988, 13989, 13990, 13991, 13992, 13993, 13994, 13995, 13996, 13997, 13998, 13999, 14000, 14001, 14002, 14003, 14004, 14005, 14006, 14007, 14008, 14009, 14010, 14011, 14012, 14013, 14014, 14015, 14016, 14017, 14018, 14019, 14020, 14021, 14022, 14023, 14024, 14025, 14026, 14027, 14028, 14029, 14030, 14031, 14032, 14033, 14034, 14035, 14036, 14037, 14038, 14039, 14040, 14041, 14042, 14043, 14044, 14045, 14046, 14047, 14048, 14049, 14050, 14051, 14052, 14053, 14054, 14055, 14056, 14057, 14058, 14059, 14060, 14061, 14062, 14063, 14064, 14065, 14066, 14067, 14068, 14069, 14070, 14071, 14072, 14073, 14074, 14075, 14076, 14077, 14078, 14079, 14080, 14081, 14082, 14083, 14084, 14085, 14086, 14087, 14088, 14089, 14090, 14091, 14092, 14093, 14094, 14095, 14096, 14097, 14098, 14099, 14100, 14101, 14102, 14103, 14104, 14105, 14106, 14107, 14108, 14109, 14110, 14111, 14112, 14113, 14114, 14115, 14116, 14117, 14118, 14119, 14120, 14121, 14122, 14123, 14124, 14125, 14126, 14127, 14128, 14129, 14130, 14131, 14132, 14133, 14134, 14135, 14136, 14137, 14138, 14139, 14140, 14141, 14142, 14143, 14144, 14145, 14146, 14147, 14148, 14149, 14150, 14151, 14152, 14153, 14154, 14155, 14156, 14157, 14158, 14159, 14160, 14161, 14162, 14163, 14164, 14165, 14166, 14167, 14168, 14169, 14170, 14171, 14172, 14173, 14174, 14175, 14176, 14177, 14178, 14179, 14180, 14181, 14182, 14183, 14184, 14185, 14186, 14187, 14188, 14189, 14190, 14191, 14192, 14193, 14194, 14195, 14196, 14197, 14198, 14199, 14200, 14201, 14202, 14203, 14204, 14205, 14206, 14207, 14208, 14209, 14210, 14211, 14212, 14213, 14214, 14215, 14216, 14217, 14218, 14219, 14220, 14221, 14222, 14223, 14224, 14225, 14226, 14227, 14228, 14229, 14230, 14231, 14232, 14233, 14234, 14235, 14236, 14237, 14238, 14239, 14240, 14241, 14242, 14243, 14244, 14245, 14246, 14247, 14248, 14249, 14250, 14251, 14252, 14253, 14254, 14255, 14256, 14257, 14258, 14259, 14260, 14261, 14262, 14263, 14264, 14265, 14266, 14267, 14268, 14269, 14270, 14271, 14272, 14273, 14274, 14275, 14276, 14277, 14278, 14279, 14280, 14281, 14282, 14283, 14284, 14285, 14286, 14287, 14288, 14289, 14290, 14291, 14292, 14293, 14294, 14295, 14296, 14297, 14298, 14299, 14300, 14301, 14302, 14303, 14304, 14305, 14306, 14307, 14308, 14309, 14310, 14311, 14312, 14313, 14314, 14315, 14316, 14317, 14318, 14319, 14320, 14321, 14322, 14323, 14324, 14325, 14326, 14327, 14328, 14329, 14330, 14331, 14332, 14333, 14334, 14335, 14336, 14337, 14338, 14339, 14340, 14341, 14342, 14343, 14344, 14345, 14346, 14347, 14348, 14349, 14350, 14351, 14352, 14353, 14354, 14355, 14356, 14357, 14358, 14359, 14360, 14361, 14362, 14363, 14364, 14365, 14366, 14367, 14368, 14369, 14370, 14371, 14372, 14373, 14374, 14375, 14376, 14377, 14378, 14379, 14380, 14381, 14382, 14383, 14384, 14385, 14386, 14387, 14388, 14389, 14390, 14391, 14392, 14393, 14394, 14395, 14396, 14397, 14398, 14399, 14400, 14401, 14402, 14403, 14404, 14405, 14406, 14407, 14408, 14409, 14410, 14411, 14412, 14413, 14414, 14415, 14416, 14417, 14418, 14419, 14420, 14421, 14422, 14423, 14424, 14425, 14426, 14427, 14428, 14429, 14430, 14431, 14432, 14433, 14434, 14435, 14436, 14437, 14438, 14439, 14440, 14441, 14442, 14443, 14444, 14445, 14446, 14447, 14448, 14449, 14450, 14451, 14452, 14453, 14454, 14455, 14456, 14457, 14458, 14459, 14460, 14461, 14462, 14463, 14464, 14465, 14466, 14467, 14468, 14469, 14470, 14471, 14472, 14473, 14474, 14475, 14476, 14477, 14478, 14479, 14480, 14481, 14482, 14483, 14484, 14485, 14486, 14487, 14488, 14489, 14490, 14491, 14492, 14493, 14494, 14495, 14496, 14497, 14498, 14499, 14500, 14501, 14502, 14503, 14504, 14505, 14506, 14507, 14508, 14509, 14510, 14511, 14512, 14513, 14514, 14515, 14516, 14517, 14518, 14519, 14520, 14521, 14522, 14523, 14524, 14525, 14526, 14527, 14528, 14529, 14530, 14531, 14532, 14533, 14534, 14535, 14536, 14537, 14538, 14539, 14540, 14541, 14542, 14543, 14544, 14545, 14546, 14547, 14548, 14549, 14550, 14551, 14552, 14553, 14554, 14555, 14556, 14557, 14558, 14559, 14560, 14561, 14562, 14563, 14564, 14565, 14566, 14567, 14568, 14569, 14570, 14571, 14572, 14573, 14574, 14575, 14576, 14577, 14578, 14579, 14580, 14581, 14582, 14583, 14584, 14585, 14586, 14587, 14588, 14589, 14590, 14591, 14592, 14593, 14594, 14595, 14596, 14597, 14598, 14599, 14600, 14601, 14602, 14603, 14604, 14605, 14606, 14607, 14608, 14609, 14610, 14611, 14612, 14613, 14614, 14615, 14616, 14617, 14618, 14619, 14620, 14621, 14622, 14623, 14624, 14625, 14626, 14627, 14628, 14629, 14630, 14631, 14632, 14633, 14634, 14635, 14636, 14637, 14638, 14639, 14640, 14641, 14642, 14643, 14644, 14645, 14646, 14647, 14648, 14649, 14650, 14651, 14652, 14653, 14654, 14655, 14656, 14657, 14658, 14659, 14660, 14661, 14662, 14663, 14664, 14665, 14666, 14667, 14668, 14669, 14670, 14671, 14672, 14673, 14674, 14675, 14676, 14677, 14678, 14679, 14680, 14681, 14682, 14683, 14684, 14685, 14686, 14687, 14688, 14689, 14690, 14691, 14692, 14693, 14694, 14695, 14696, 14697, 14698, 14699, 14700, 14701, 14702, 14703, 14704, 14705, 14706, 14707, 14708, 14709, 14710, 14711, 14712, 14713, 14714, 14715, 14716, 14717, 14718, 14719, 14720, 14721, 14722, 14723, 14724, 14725, 14726, 14727, 14728, 14729, 14730, 14731, 14732, 14733, 14734, 14735, 14736, 14737, 14738, 14739, 14740, 14741, 14742, 14743, 14744, 14745, 14746, 14747, 14748, 14749, 14750, 14751, 14752, 14753, 14754, 14755, 14756, 14757, 14758, 14759, 14760, 14761, 14762, 14763, 14764, 14765, 14766, 14767, 14768, 14769, 14770, 14771, 14772, 14773, 14774, 14775, 14776, 14777, 14778, 14779, 14780, 14781, 14782, 14783, 14784, 14785, 14786, 14787, 14788, 14789, 14790, 14791, 14792, 14793, 14794, 14795, 14796, 14797, 14798, 14799, 14800, 14801, 14802, 14803, 14804, 14805, 14806, 14807, 14808, 14809, 14810, 14811, 14812, 14813, 14814, 14815, 14816, 14817, 14818, 14819, 14820, 14821, 14822, 14823, 14824, 14825, 14826, 14827, 14828, 14829, 14830, 14831, 14832, 14833, 14834, 14835, 14836, 14837, 14838, 14839, 14840, 14841, 14842, 14843, 14844, 14845, 14846, 14847, 14848, 14849, 14850, 14851, 14852, 14853, 14854, 14855, 14856, 14857, 14858, 14859, 14860, 14861, 14862, 14863, 14864, 14865, 14866, 14867, 14868, 14869, 14870, 14871, 14872, 14873, 14874, 14875, 14876, 14877, 14878, 14879, 14880, 14881, 14882, 14883, 14884, 14885, 14886, 14887, 14888, 14889, 14890, 14891, 14892, 14893, 14894, 14895, 14896, 14897, 14898, 14899, 14900, 14901, 14902, 14903, 14904, 14905, 14906, 14907, 14908, 14909, 14910, 14911, 14912, 14913, 14914, 14915, 14916, 14917, 14918, 14919, 14920, 14921, 14922, 14923, 14924, 14925, 14926, 14927, 14928, 14929, 14930, 14931, 14932, 14933, 14934, 14935, 14936, 14937, 14938, 14939, 14940, 14941, 14942, 14943, 14944, 14945, 14946, 14947, 14948, 14949, 14950, 14951, 14952, 14953, 14954, 14955, 14956, 14957, 14958, 14959, 14960, 14961, 14962, 14963, 14964, 14965, 14966, 14967, 14968, 14969, 14970, 14971, 14972, 14973, 14974, 14975, 14976, 14977, 14978, 14979, 14980, 14981, 14982, 14983, 14984, 14985, 14986, 14987, 14988, 14989, 14990, 14991, 14992, 14993, 14994, 14995, 14996, 14997, 14998, 14999, 15000, 15001, 15002, 15003, 15004, 15005, 15006, 15007, 15008, 15009, 15010, 15011, 15012, 15013, 15014, 15015, 15016, 15017, 15018, 15019, 15020, 15021, 15022, 15023, 15024, 15025, 15026, 15027, 15028, 15029, 15030, 15031, 15032, 15033, 15034, 15035, 15036, 15037, 15038, 15039, 15040, 15041, 15042, 15043, 15044, 15045, 15046, 15047, 15048, 15049, 15050, 15051, 15052, 15053, 15054, 15055, 15056, 15057, 15058, 15059, 15060, 15061, 15062, 15063, 15064, 15065, 15066, 15067, 15068, 15069, 15070, 15071, 15072, 15073, 15074, 15075, 15076, 15077, 15078, 15079, 15080, 15081, 15082, 15083, 15084, 15085, 15086, 15087, 15088, 15089, 15090, 15091, 15092, 15093, 15094, 15095, 15096, 15097, 15098, 15099, 15100, 15101, 15102, 15103, 15104, 15105, 15106, 15107, 15108, 15109, 15110, 15111, 15112, 15113, 15114, 15115, 15116, 15117, 15118, 15119, 15120, 15121, 15122, 15123, 15124, 15125, 15126, 15127, 15128, 15129, 15130, 15131, 15132, 15133, 15134, 15135, 15136, 15137, 15138, 15139, 15140, 15141, 15142, 15143, 15144, 15145, 15146, 15147, 15148, 15149, 15150, 15151, 15152, 15153, 15154, 15155, 15156, 15157, 15158, 15159, 15160, 15161, 15162, 15163, 15164, 15165, 15166, 15167, 15168, 15169, 15170, 15171, 15172, 15173, 15174, 15175, 15176, 15177, 15178, 15179, 15180, 15181, 15182, 15183, 15184, 15185, 15186, 15187, 15188, 15189, 15190, 15191, 15192, 15193, 15194, 15195, 15196, 15197, 15198, 15199, 15200, 15201, 15202, 15203, 15204, 15205, 15206, 15207, 15208, 15209, 15210, 15211, 15212, 15213, 15214, 15215, 15216, 15217, 15218, 15219, 15220, 15221, 15222, 15223, 15224, 15225, 15226, 15227, 15228, 15229, 15230, 15231, 15232, 15233, 15234, 15235, 15236, 15237, 15238, 15239, 15240, 15241, 15242, 15243, 15244, 15245, 15246, 15247, 15248, 15249, 15250, 15251, 15252, 15253, 15254, 15255, 15256, 15257, 15258, 15259, 15260, 15261, 15262, 15263, 15264, 15265, 15266, 15267, 15268, 15269, 15270, 15271, 15272, 15273, 15274, 15275, 15276, 15277, 15278, 15279, 15280, 15281, 15282, 15283, 15284, 15285, 15286, 15287, 15288, 15289, 15290, 15291, 15292, 15293, 15294, 15295, 15296, 15297, 15298, 15299, 15300, 15301, 15302, 15303, 15304, 15305, 15306, 15307, 15308, 15309, 15310, 15311, 15312, 15313, 15314, 15315, 15316, 15317, 15318, 15319, 15320, 15321, 15322, 15323, 15324, 15325, 15326, 15327, 15328, 15329, 15330, 15331, 15332, 15333, 15334, 15335, 15336, 15337, 15338, 15339, 15340, 15341, 15342, 15343, 15344, 15345, 15346, 15347, 15348, 15349, 15350, 15351, 15352, 15353, 15354, 15355, 15356, 15357, 15358, 15359, 15360, 15361, 15362, 15363, 15364, 15365, 15366, 15367, 15368, 15369, 15370, 15371, 15372, 15373, 15374, 15375, 15376, 15377, 15378, 15379, 15380, 15381, 15382, 15383, 15384, 15385, 15386, 15387, 15388, 15389, 15390, 15391, 15392, 15393, 15394, 15395, 15396, 15397, 15398, 15399, 15400, 15401, 15402, 15403, 15404, 15405, 15406, 15407, 15408, 15409, 15410, 15411, 15412, 15413, 15414, 15415, 15416, 15417, 15418, 15419, 15420, 15421, 15422, 15423, 15424, 15425, 15426, 15427, 15428, 15429, 15430, 15431, 15432, 15433, 15434, 15435, 15436, 15437, 15438, 15439, 15440, 15441, 15442, 15443, 15444, 15445, 15446, 15447, 15448, 15449, 15450, 15451, 15452, 15453, 15454, 15455, 15456, 15457, 15458, 15459, 15460, 15461, 15462, 15463, 15464, 15465, 15466, 15467, 15468, 15469, 15470, 15471, 15472, 15473, 15474, 15475, 15476, 15477, 15478, 15479, 15480, 15481, 15482, 15483, 15484, 15485, 15486, 15487, 15488, 15489, 15490, 15491, 15492, 15493, 15494, 15495, 15496, 15497, 15498, 15499, 15500, 15501, 15502, 15503, 15504, 15505, 15506, 15507, 15508, 15509, 15510, 15511, 15512, 15513, 15514, 15515, 15516, 15517, 15518, 15519, 15520, 15521, 15522, 15523, 15524, 15525, 15526, 15527, 15528, 15529, 15530, 15531, 15532, 15533, 15534, 15535, 15536, 15537, 15538, 15539, 15540, 15541, 15542, 15543, 15544, 15545, 15546, 15547, 15548, 15549, 15550, 15551, 15552, 15553, 15554, 15555, 15556, 15557, 15558, 15559, 15560, 15561, 15562, 15563, 15564, 15565, 15566, 15567, 15568, 15569, 15570, 15571, 15572, 15573, 15574, 15575, 15576, 15577, 15578, 15579, 15580, 15581, 15582, 15583, 15584, 15585, 15586, 15587, 15588, 15589, 15590, 15591, 15592, 15593, 15594, 15595, 15596, 15597, 15598, 15599, 15600, 15601, 15602, 15603, 15604, 15605, 15606, 15607, 15608, 15609, 15610, 15611, 15612, 15613, 15614, 15615, 15616, 15617, 15618, 15619, 15620, 15621, 15622, 15623, 15624, 15625, 15626, 15627, 15628, 15629, 15630, 15631, 15632, 15633, 15634, 15635, 15636, 15637, 15638, 15639, 15640, 15641, 15642, 15643, 15644, 15645, 15646, 15647, 15648, 15649, 15650, 15651, 15652, 15653, 15654, 15655, 15656, 15657, 15658, 15659, 15660, 15661, 15662, 15663, 15664, 15665, 15666, 15667, 15668, 15669, 15670, 15671, 15672, 15673, 15674, 15675, 15676, 15677, 15678, 15679, 15680, 15681, 15682, 15683, 15684, 15685, 15686, 15687, 15688, 15689, 15690, 15691, 15692, 15693, 15694, 15695, 15696, 15697, 15698, 15699, 15700, 15701, 15702, 15703, 15704, 15705, 15706, 15707, 15708, 15709, 15710, 15711, 15712, 15713, 15714, 15715, 15716, 15717, 15718, 15719, 15720, 15721, 15722, 15723, 15724, 15725, 15726, 15727, 15728, 15729, 15730, 15731, 15732, 15733, 15734, 15735, 15736, 15737, 15738, 15739, 15740, 15741, 15742, 15743, 15744, 15745, 15746, 15747, 15748, 15749, 15750, 15751, 15752, 15753, 15754, 15755, 15756, 15757, 15758, 15759, 15760, 15761, 15762, 15763, 15764, 15765, 15766, 15767, 15768, 15769, 15770, 15771, 15772, 15773, 15774, 15775, 15776, 15777, 15778, 15779, 15780, 15781, 15782, 15783, 15784, 15785, 15786, 15787, 15788, 15789, 15790, 15791, 15792, 15793, 15794, 15795, 15796, 15797, 15798, 15799, 15800, 15801, 15802, 15803, 15804, 15805, 15806, 15807, 15808, 15809, 15810, 15811, 15812, 15813, 15814, 15815, 15816, 15817, 15818, 15819, 15820, 15821, 15822, 15823, 15824, 15825, 15826, 15827, 15828, 15829, 15830, 15831, 15832, 15833, 15834, 15835, 15836, 15837, 15838, 15839, 15840, 15841, 15842, 15843, 15844, 15845, 15846, 15847, 15848, 15849, 15850, 15851, 15852, 15853, 15854, 15855, 15856, 15857, 15858, 15859, 15860, 15861, 15862, 15863, 15864, 15865, 15866, 15867, 15868, 15869, 15870, 15871, 15872, 15873, 15874, 15875, 15876, 15877, 15878, 15879, 15880, 15881, 15882, 15883, 15884, 15885, 15886, 15887, 15888, 15889, 15890, 15891, 15892, 15893, 15894, 15895, 15896, 15897, 15898, 15899, 15900, 15901, 15902, 15903, 15904, 15905, 15906, 15907, 15908, 15909, 15910, 15911, 15912, 15913, 15914, 15915, 15916, 15917, 15918, 15919, 15920, 15921, 15922, 15923, 15924, 15925, 15926, 15927, 15928, 15929, 15930, 15931, 15932, 15933, 15934, 15935, 15936, 15937, 15938, 15939, 15940, 15941, 15942, 15943, 15944, 15945, 15946, 15947, 15948, 15949, 15950, 15951, 15952, 15953, 15954, 15955, 15956, 15957, 15958, 15959, 15960, 15961, 15962, 15963, 15964, 15965, 15966, 15967, 15968, 15969, 15970, 15971, 15972, 15973, 15974, 15975, 15976, 15977, 15978, 15979, 15980, 15981, 15982, 15983, 15984, 15985, 15986, 15987, 15988, 15989, 15990, 15991, 15992, 15993, 15994, 15995, 15996, 15997, 15998, 15999, 16000, 16001, 16002, 16003, 16004, 16005, 16006, 16007, 16008, 16009, 16010, 16011, 16012, 16013, 16014, 16015, 16016, 16017, 16018, 16019, 16020, 16021, 16022, 16023, 16024, 16025, 16026, 16027, 16028, 16029, 16030, 16031, 16032, 16033, 16034, 16035, 16036, 16037, 16038, 16039, 16040, 16041, 16042, 16043, 16044, 16045, 16046, 16047, 16048, 16049, 16050, 16051, 16052, 16053, 16054, 16055, 16056, 16057, 16058, 16059, 16060, 16061, 16062, 16063, 16064, 16065, 16066, 16067, 16068, 16069, 16070, 16071, 16072, 16073, 16074, 16075, 16076, 16077, 16078, 16079, 16080, 16081, 16082, 16083, 16084, 16085, 16086, 16087, 16088, 16089, 16090, 16091, 16092, 16093, 16094, 16095, 16096, 16097, 16098, 16099, 16100, 16101, 16102, 16103, 16104, 16105, 16106, 16107, 16108, 16109, 16110, 16111, 16112, 16113, 16114, 16115, 16116, 16117, 16118, 16119, 16120, 16121, 16122, 16123, 16124, 16125, 16126, 16127, 16128, 16129, 16130, 16131, 16132, 16133, 16134, 16135, 16136, 16137, 16138, 16139, 16140, 16141, 16142, 16143, 16144, 16145, 16146, 16147, 16148, 16149, 16150, 16151, 16152, 16153, 16154, 16155, 16156, 16157, 16158, 16159, 16160, 16161, 16162, 16163, 16164, 16165, 16166, 16167, 16168, 16169, 16170, 16171, 16172, 16173, 16174, 16175, 16176, 16177, 16178, 16179, 16180, 16181, 16182, 16183, 16184, 16185, 16186, 16187, 16188, 16189, 16190, 16191, 16192, 16193, 16194, 16195, 16196, 16197, 16198, 16199, 16200, 16201, 16202, 16203, 16204, 16205, 16206, 16207, 16208, 16209, 16210, 16211, 16212, 16213, 16214, 16215, 16216, 16217, 16218, 16219, 16220, 16221, 16222, 16223, 16224, 16225, 16226, 16227, 16228, 16229, 16230, 16231, 16232, 16233, 16234, 16235, 16236, 16237, 16238, 16239, 16240, 16241, 16242, 16243, 16244, 16245, 16246, 16247, 16248, 16249, 16250, 16251, 16252, 16253, 16254, 16255, 16256, 16257, 16258, 16259, 16260, 16261, 16262, 16263, 16264, 16265, 16266, 16267, 16268, 16269, 16270, 16271, 16272, 16273, 16274, 16275, 16276, 16277, 16278, 16279, 16280, 16281, 16282, 16283, 16284, 16285, 16286, 16287, 16288, 16289, 16290, 16291, 16292, 16293, 16294, 16295, 16296, 16297, 16298, 16299, 16300, 16301, 16302, 16303, 16304, 16305, 16306, 16307, 16308, 16309, 16310, 16311, 16312, 16313, 16314, 16315, 16316, 16317, 16318, 16319, 16320, 16321, 16322, 16323, 16324, 16325, 16326, 16327, 16328, 16329, 16330, 16331, 16332, 16333, 16334, 16335, 16336, 16337, 16338, 16339, 16340, 16341, 16342, 16343, 16344, 16345, 16346, 16347, 16348, 16349, 16350, 16351, 16352, 16353, 16354, 16355, 16356, 16357, 16358, 16359, 16360, 16361, 16362, 16363, 16364, 16365, 16366, 16367, 16368, 16369, 16370, 16371, 16372, 16373, 16374, 16375, 16376, 16377, 16378, 16379, 16380, 16381, 16382, 16383, 16384, 16385, 16386, 16387, 16388, 16389, 16390, 16391, 16392, 16393, 16394, 16395, 16396, 16397, 16398, 16399, 16400, 16401, 16402, 16403, 16404, 16405, 16406, 16407, 16408, 16409, 16410, 16411, 16412, 16413, 16414, 16415, 16416, 16417, 16418, 16419, 16420, 16421, 16422, 16423, 16424, 16425, 16426, 16427, 16428, 16429, 16430, 16431, 16432, 16433, 16434, 16435, 16436, 16437, 16438, 16439, 16440, 16441, 16442, 16443, 16444, 16445, 16446, 16447, 16448, 16449, 16450, 16451, 16452, 16453, 16454, 16455, 16456, 16457, 16458, 16459, 16460, 16461, 16462, 16463, 16464, 16465, 16466, 16467, 16468, 16469, 16470, 16471, 16472, 16473, 16474, 16475, 16476, 16477, 16478, 16479, 16480, 16481, 16482, 16483, 16484, 16485, 16486, 16487, 16488, 16489, 16490, 16491, 16492, 16493, 16494, 16495, 16496, 16497, 16498, 16499, 16500, 16501, 16502, 16503, 16504, 16505, 16506, 16507, 16508, 16509, 16510, 16511, 16512, 16513, 16514, 16515, 16516, 16517, 16518, 16519, 16520, 16521, 16522, 16523, 16524, 16525, 16526, 16527, 16528, 16529, 16530, 16531, 16532, 16533, 16534, 16535, 16536, 16537, 16538, 16539, 16540, 16541, 16542, 16543, 16544, 16545, 16546, 16547, 16548, 16549, 16550, 16551, 16552, 16553, 16554, 16555, 16556, 16557, 16558, 16559, 16560, 16561, 16562, 16563, 16564, 16565, 16566, 16567, 16568, 16569, 16570, 16571, 16572, 16573, 16574, 16575, 16576, 16577, 16578, 16579, 16580, 16581, 16582, 16583, 16584, 16585, 16586, 16587, 16588, 16589, 16590, 16591, 16592, 16593, 16594, 16595, 16596, 16597, 16598, 16599, 16600, 16601, 16602, 16603, 16604, 16605, 16606, 16607, 16608, 16609, 16610, 16611, 16612, 16613, 16614, 16615, 16616, 16617, 16618, 16619, 16620, 16621, 16622, 16623, 16624, 16625, 16626, 16627, 16628, 16629, 16630, 16631, 16632, 16633, 16634, 16635, 16636, 16637, 16638, 16639, 16640, 16641, 16642, 16643, 16644, 16645, 16646, 16647, 16648, 16649, 16650, 16651, 16652, 16653, 16654, 16655, 16656, 16657, 16658, 16659, 16660, 16661, 16662, 16663, 16664, 16665, 16666, 16667, 16668, 16669, 16670, 16671, 16672, 16673, 16674, 16675, 16676, 16677, 16678, 16679, 16680, 16681, 16682, 16683, 16684, 16685, 16686, 16687, 16688, 16689, 16690, 16691, 16692, 16693, 16694, 16695, 16696, 16697, 16698, 16699, 16700, 16701, 16702, 16703, 16704, 16705, 16706, 16707, 16708, 16709, 16710, 16711, 16712, 16713, 16714, 16715, 16716, 16717, 16718, 16719, 16720, 16721, 16722, 16723, 16724, 16725, 16726, 16727, 16728, 16729, 16730, 16731, 16732, 16733, 16734, 16735, 16736, 16737, 16738, 16739, 16740, 16741, 16742, 16743, 16744, 16745, 16746, 16747, 16748, 16749, 16750, 16751, 16752, 16753, 16754, 16755, 16756, 16757, 16758, 16759, 16760, 16761, 16762, 16763, 16764, 16765, 16766, 16767, 16768, 16769, 16770, 16771, 16772, 16773, 16774, 16775, 16776, 16777, 16778, 16779, 16780, 16781, 16782, 16783, 16784, 16785, 16786, 16787, 16788, 16789, 16790, 16791, 16792, 16793, 16794, 16795, 16796, 16797, 16798, 16799, 16800, 16801, 16802, 16803, 16804, 16805, 16806, 16807, 16808, 16809, 16810, 16811, 16812, 16813, 16814, 16815, 16816, 16817, 16818, 16819, 16820, 16821, 16822, 16823, 16824, 16825, 16826, 16827, 16828, 16829, 16830, 16831, 16832, 16833, 16834, 16835, 16836, 16837, 16838, 16839, 16840, 16841, 16842, 16843, 16844, 16845, 16846, 16847, 16848, 16849, 16850, 16851, 16852, 16853, 16854, 16855, 16856, 16857, 16858, 16859, 16860, 16861, 16862, 16863, 16864, 16865, 16866, 16867, 16868, 16869, 16870, 16871, 16872, 16873, 16874, 16875, 16876, 16877, 16878, 16879, 16880, 16881, 16882, 16883, 16884, 16885, 16886, 16887, 16888, 16889, 16890, 16891, 16892, 16893, 16894, 16895, 16896, 16897, 16898, 16899, 16900, 16901, 16902, 16903, 16904, 16905, 16906, 16907, 16908, 16909, 16910, 16911, 16912, 16913, 16914, 16915, 16916, 16917, 16918, 16919, 16920, 16921, 16922, 16923, 16924, 16925, 16926, 16927, 16928, 16929, 16930, 16931, 16932, 16933, 16934, 16935, 16936, 16937, 16938, 16939, 16940, 16941, 16942, 16943, 16944, 16945, 16946, 16947, 16948, 16949, 16950, 16951, 16952, 16953, 16954, 16955, 16956, 16957, 16958, 16959, 16960, 16961, 16962, 16963, 16964, 16965, 16966, 16967, 16968, 16969, 16970, 16971, 16972, 16973, 16974, 16975, 16976, 16977, 16978, 16979, 16980, 16981, 16982, 16983, 16984, 16985, 16986, 16987, 16988, 16989, 16990, 16991, 16992, 16993, 16994, 16995, 16996, 16997, 16998, 16999, 17000, 17001, 17002, 17003, 17004, 17005, 17006, 17007, 17008, 17009, 17010, 17011, 17012, 17013, 17014, 17015, 17016, 17017, 17018, 17019, 17020, 17021, 17022, 17023, 17024, 17025, 17026, 17027, 17028, 17029, 17030, 17031, 17032, 17033, 17034, 17035, 17036, 17037, 17038, 17039, 17040, 17041, 17042, 17043, 17044, 17045, 17046, 17047, 17048, 17049, 17050, 17051, 17052, 17053, 17054, 17055, 17056, 17057, 17058, 17059, 17060, 17061, 17062, 17063, 17064, 17065, 17066, 17067, 17068, 17069, 17070, 17071, 17072, 17073, 17074, 17075, 17076, 17077, 17078, 17079, 17080, 17081, 17082, 17083, 17084, 17085, 17086, 17087, 17088, 17089, 17090, 17091, 17092, 17093, 17094, 17095, 17096, 17097, 17098, 17099, 17100, 17101, 17102, 17103, 17104, 17105, 17106, 17107, 17108, 17109, 17110, 17111, 17112, 17113, 17114, 17115, 17116, 17117, 17118, 17119, 17120, 17121, 17122, 17123, 17124, 17125, 17126, 17127, 17128, 17129, 17130, 17131, 17132, 17133, 17134, 17135, 17136, 17137, 17138, 17139, 17140, 17141, 17142, 17143, 17144, 17145, 17146, 17147, 17148, 17149, 17150, 17151, 17152, 17153, 17154, 17155, 17156, 17157, 17158, 17159, 17160, 17161, 17162, 17163, 17164, 17165, 17166, 17167, 17168, 17169, 17170, 17171, 17172, 17173, 17174, 17175, 17176, 17177, 17178, 17179, 17180, 17181, 17182, 17183, 17184, 17185, 17186, 17187, 17188, 17189, 17190, 17191, 17192, 17193, 17194, 17195, 17196, 17197, 17198, 17199, 17200, 17201, 17202, 17203, 17204, 17205, 17206, 17207, 17208, 17209, 17210, 17211, 17212, 17213, 17214, 17215, 17216, 17217, 17218, 17219, 17220, 17221, 17222, 17223, 17224, 17225, 17226, 17227, 17228, 17229, 17230, 17231, 17232, 17233, 17234, 17235, 17236, 17237, 17238, 17239, 17240, 17241, 17242, 17243, 17244, 17245, 17246, 17247, 17248, 17249, 17250, 17251, 17252, 17253, 17254, 17255, 17256, 17257, 17258, 17259, 17260, 17261, 17262, 17263, 17264, 17265, 17266, 17267, 17268, 17269, 17270, 17271, 17272, 17273, 17274, 17275, 17276, 17277, 17278, 17279, 17280, 17281, 17282, 17283, 17284, 17285, 17286, 17287, 17288, 17289, 17290, 17291, 17292, 17293, 17294, 17295, 17296, 17297, 17298, 17299, 17300, 17301, 17302, 17303, 17304, 17305, 17306, 17307, 17308, 17309, 17310, 17311, 17312, 17313, 17314, 17315, 17316, 17317, 17318, 17319, 17320, 17321, 17322, 17323, 17324, 17325, 17326, 17327, 17328, 17329, 17330, 17331, 17332, 17333, 17334, 17335, 17336, 17337, 17338, 17339, 17340, 17341, 17342, 17343, 17344, 17345, 17346, 17347, 17348, 17349, 17350, 17351, 17352, 17353, 17354, 17355, 17356, 17357, 17358, 17359, 17360, 17361, 17362, 17363, 17364, 17365, 17366, 17367, 17368, 17369, 17370, 17371, 17372, 17373, 17374, 17375, 17376, 17377, 17378, 17379, 17380, 17381, 17382, 17383, 17384, 17385, 17386, 17387, 17388, 17389, 17390, 17391, 17392, 17393, 17394, 17395, 17396, 17397, 17398, 17399, 17400, 17401, 17402, 17403, 17404, 17405, 17406, 17407, 17408, 17409, 17410, 17411, 17412, 17413, 17414, 17415, 17416, 17417, 17418, 17419, 17420, 17421, 17422, 17423, 17424, 17425, 17426, 17427, 17428, 17429, 17430, 17431, 17432, 17433, 17434, 17435, 17436, 17437, 17438, 17439, 17440, 17441, 17442, 17443, 17444, 17445, 17446, 17447, 17448, 17449, 17450, 17451, 17452, 17453, 17454, 17455, 17456, 17457, 17458, 17459, 17460, 17461, 17462, 17463, 17464, 17465, 17466, 17467, 17468, 17469, 17470, 17471, 17472, 17473, 17474, 17475, 17476, 17477, 17478, 17479, 17480, 17481, 17482, 17483, 17484, 17485, 17486, 17487, 17488, 17489, 17490, 17491, 17492, 17493, 17494, 17495, 17496, 17497, 17498, 17499, 17500, 17501, 17502, 17503, 17504, 17505, 17506, 17507, 17508, 17509, 17510, 17511, 17512, 17513, 17514, 17515, 17516, 17517, 17518, 17519, 17520, 17521, 17522, 17523, 17524, 17525, 17526, 17527, 17528, 17529, 17530, 17531, 17532, 17533, 17534, 17535, 17536, 17537, 17538, 17539, 17540, 17541, 17542, 17543, 17544, 17545, 17546, 17547, 17548, 17549, 17550, 17551, 17552, 17553, 17554, 17555, 17556, 17557, 17558, 17559, 17560, 17561, 17562, 17563, 17564, 17565, 17566, 17567, 17568, 17569, 17570, 17571, 17572, 17573, 17574, 17575, 17576, 17577, 17578, 17579, 17580, 17581, 17582, 17583, 17584, 17585, 17586, 17587, 17588, 17589, 17590, 17591, 17592, 17593, 17594, 17595, 17596, 17597, 17598, 17599, 17600, 17601, 17602, 17603, 17604, 17605, 17606, 17607, 17608, 17609, 17610, 17611, 17612, 17613, 17614, 17615, 17616, 17617, 17618, 17619, 17620, 17621, 17622, 17623, 17624, 17625, 17626, 17627, 17628, 17629, 17630, 17631, 17632, 17633, 17634, 17635, 17636, 17637, 17638, 17639, 17640, 17641, 17642, 17643, 17644, 17645, 17646, 17647, 17648, 17649, 17650, 17651, 17652, 17653, 17654, 17655, 17656, 17657, 17658, 17659, 17660, 17661, 17662, 17663, 17664, 17665, 17666, 17667, 17668, 17669, 17670, 17671, 17672, 17673, 17674, 17675, 17676, 17677, 17678, 17679, 17680, 17681, 17682, 17683, 17684, 17685, 17686, 17687, 17688, 17689, 17690, 17691, 17692, 17693, 17694, 17695, 17696, 17697, 17698, 17699, 17700, 17701, 17702, 17703, 17704, 17705, 17706, 17707, 17708, 17709, 17710, 17711, 17712, 17713, 17714, 17715, 17716, 17717, 17718, 17719, 17720, 17721, 17722, 17723, 17724, 17725, 17726, 17727, 17728, 17729, 17730, 17731, 17732, 17733, 17734, 17735, 17736, 17737, 17738, 17739, 17740, 17741, 17742, 17743, 17744, 17745, 17746, 17747, 17748, 17749, 17750, 17751, 17752, 17753, 17754, 17755, 17756, 17757, 17758, 17759, 17760, 17761, 17762, 17763, 17764, 17765, 17766, 17767, 17768, 17769, 17770, 17771, 17772, 17773, 17774, 17775, 17776, 17777, 17778, 17779, 17780, 17781, 17782, 17783, 17784, 17785, 17786, 17787, 17788, 17789, 17790, 17791, 17792, 17793, 17794, 17795, 17796, 17797, 17798, 17799, 17800, 17801, 17802, 17803, 17804, 17805, 17806, 17807, 17808, 17809, 17810, 17811, 17812, 17813, 17814, 17815, 17816, 17817, 17818, 17819, 17820, 17821, 17822, 17823, 17824, 17825, 17826, 17827, 17828, 17829, 17830, 17831, 17832, 17833, 17834, 17835, 17836, 17837, 17838, 17839, 17840, 17841, 17842, 17843, 17844, 17845, 17846, 17847, 17848, 17849, 17850, 17851, 17852, 17853, 17854, 17855, 17856, 17857, 17858, 17859, 17860, 17861, 17862, 17863, 17864, 17865, 17866, 17867, 17868, 17869, 17870, 17871, 17872, 17873, 17874, 17875, 17876, 17877, 17878, 17879, 17880, 17881, 17882, 17883, 17884, 17885, 17886, 17887, 17888, 17889, 17890, 17891, 17892, 17893, 17894, 17895, 17896, 17897, 17898, 17899, 17900, 17901, 17902, 17903, 17904, 17905, 17906, 17907, 17908, 17909, 17910, 17911, 17912, 17913, 17914, 17915, 17916, 17917, 17918, 17919, 17920, 17921, 17922, 17923, 17924, 17925, 17926, 17927, 17928, 17929, 17930, 17931, 17932, 17933, 17934, 17935, 17936, 17937, 17938, 17939, 17940, 17941, 17942, 17943, 17944, 17945, 17946, 17947, 17948, 17949, 17950, 17951, 17952, 17953, 17954, 17955, 17956, 17957, 17958, 17959, 17960, 17961, 17962, 17963, 17964, 17965, 17966, 17967, 17968, 17969, 17970, 17971, 17972, 17973, 17974, 17975, 17976, 17977, 17978, 17979, 17980, 17981, 17982, 17983, 17984, 17985, 17986, 17987, 17988, 17989, 17990, 17991, 17992, 17993, 17994, 17995, 17996, 17997, 17998, 17999, 18000, 18001, 18002, 18003, 18004, 18005, 18006, 18007, 18008, 18009, 18010, 18011, 18012, 18013, 18014, 18015, 18016, 18017, 18018, 18019, 18020, 18021, 18022, 18023, 18024, 18025, 18026, 18027, 18028, 18029, 18030, 18031, 18032, 18033, 18034, 18035, 18036, 18037, 18038, 18039, 18040, 18041, 18042, 18043, 18044, 18045, 18046, 18047, 18048, 18049, 18050, 18051, 18052, 18053, 18054, 18055, 18056, 18057, 18058, 18059, 18060, 18061, 18062, 18063, 18064, 18065, 18066, 18067, 18068, 18069, 18070, 18071, 18072, 18073, 18074, 18075, 18076, 18077, 18078, 18079, 18080, 18081, 18082, 18083, 18084, 18085, 18086, 18087, 18088, 18089, 18090, 18091, 18092, 18093, 18094, 18095, 18096, 18097, 18098, 18099, 18100, 18101, 18102, 18103, 18104, 18105, 18106, 18107, 18108, 18109, 18110, 18111, 18112, 18113, 18114, 18115, 18116, 18117, 18118, 18119, 18120, 18121, 18122, 18123, 18124, 18125, 18126, 18127, 18128, 18129, 18130, 18131, 18132, 18133, 18134, 18135, 18136, 18137, 18138, 18139, 18140, 18141, 18142, 18143, 18144, 18145, 18146, 18147, 18148, 18149, 18150, 18151, 18152, 18153, 18154, 18155, 18156, 18157, 18158, 18159, 18160, 18161, 18162, 18163, 18164, 18165, 18166, 18167, 18168, 18169, 18170, 18171, 18172, 18173, 18174, 18175, 18176, 18177, 18178, 18179, 18180, 18181, 18182, 18183, 18184, 18185, 18186, 18187, 18188, 18189, 18190, 18191, 18192, 18193, 18194, 18195, 18196, 18197, 18198, 18199, 18200, 18201, 18202, 18203, 18204, 18205, 18206, 18207, 18208, 18209, 18210, 18211, 18212, 18213, 18214, 18215, 18216, 18217, 18218, 18219, 18220, 18221, 18222, 18223, 18224, 18225, 18226, 18227], "data": [["", "Boland"], ["", "Booth"], ["", "Carroll"], ["", "Collins"], ["", "Edwards"], ["", "Evans"], ["", "Franklin"], ["", "Gavern"], ["", "Harrison"], ["", "Hellings"], ["", "Higby"], ["", "Hillebrand"], ["", "Jones"], ["", "Larkin"], ["", "Leonard"], ["", "Lewis"], ["", "Macey"], ["", "McBride"], ["", "McCloskey"], ["", "McDoolan"], ["", "McRemer"], ["", "Murphy"], ["", "O'Rourke"], ["", "Quinlan"], ["", "Quinn"], ["", "Richardson"], ["", "Scott"], ["", "Shaffer"], ["", "Sheridan"], ["", "Smith"], ["", "Spencer"], ["", "Stafford"], ["", "Sterling"], ["", "Stoddard"], ["", "Sullivan"], ["", "Sweigert"], ["", "Wills"], ["", "Wood"], ["A. J.", "Achter"], ["A. J.", "Burnett"], ["A. J.", "Cole"], ["A. J.", "Ellis"], ["A. J.", "Griffin"], ["A. J.", "Hinch"], ["A. J.", "Murray"], ["A. J.", "Pierzynski"], ["A. J.", "Pollock"], ["A. J.", "Ramos"], ["A. J.", "Sager"], ["A. J.", "Schugel"], ["Aaron", "Altherr"], ["Aaron", "Barrett"], ["Aaron", "Bates"], ["Aaron", "Boone"], ["Aaron", "Brooks"], ["Aaron", "Clapp"], ["Aaron", "Cook"], ["Aaron", "Crow"], ["Aaron", "Cunningham"], ["Aaron", "Fultz"], ["Aaron", "Guiel"], ["Aaron", "Harang"], ["Aaron", "Heilman"], ["Aaron", "Hicks"], ["Aaron", "Hill"], ["Aaron", "Holbert"], ["Aaron", "Laffey"], ["Aaron", "Ledesma"], ["Aaron", "Looper"], ["Aaron", "Loup"], ["Aaron", "Miles"], ["Aaron", "Myette"], ["Aaron", "Nola"], ["Aaron", "Pointer"], ["Aaron", "Poreda"], ["Aaron", "Rakers"], ["Aaron", "Robinson"], ["Aaron", "Rowand"], ["Aaron", "Sanchez"], ["Aaron", "Scheffer"], ["Aaron", "Sele"], ["Aaron", "Small"], ["Aaron", "Taylor"], ["Aaron", "Thompson"], ["Aaron", "Ward"], ["Ab", "Wright"], ["Abbie", "Johnson"], ["Abe", "Alvarez"], ["Abe", "Bowman"], ["Abe", "Johnson"], ["Abe", "Kruger"], ["Abe", "White"], ["Abe", "Wolstenholme"], ["Abel", "De Los Santos"], ["Abel", "Lizotte"], ["Abie", "Hood"], ["Abner", "Dalrymple"], ["Abner", "Powell"], ["Abraham", "Almonte"], ["Abraham", "Nunez"], ["Ace", "Adams"], ["Ace", "Parker"], ["Ace", "Stewart"], ["Ace", "Williams"], ["Ad", "Brennan"], ["Ad", "Gumbert"], ["Ad", "Liska"], ["Ad", "Swigler"], ["Ad", "Yale"], ["Adalberto", "Mendez"], ["Adam", "Bernero"], ["Adam", "Butler"], ["Adam", "Comorosky"], ["Adam", "Conley"], ["Adam", "DeBus"], ["Adam", "Dunn"], ["Adam", "Duvall"], ["Adam", "Eaton"], ["Adam", "Everett"], ["Adam", "Greenberg"], ["Adam", "Hyzdu"], ["Adam", "Johnson"], ["Adam", "Jones"], ["Adam", "Kennedy"], ["Adam", "LaRoche"], ["Adam", "Liberatore"], ["Adam", "Lind"], ["Adam", "Loewen"], ["Adam", "Melhuse"], ["Adam", "Moore"], ["Adam", "Morgan"], ["Adam", "Ottavino"], ["Adam", "Peterson"], ["Adam", "Pettyjohn"], ["Adam", "Piatt"], ["Adam", "Riggs"], ["Adam", "Rocap"], ["Adam", "Rosales"], ["Adam", "Russell"], ["Adam", "Shabala"], ["Adam", "Stern"], ["Adam", "Wainwright"], ["Adam", "Warren"], ["Adam", "Wilk"], ["Addie", "Joss"], ["Addison", "Reed"], ["Addison", "Russell"], ["Adeiny", "Hechavarria"], ["Admiral", "Schlei"], ["Adolfo", "Phillips"], ["Adonis", "Garcia"], ["Adonis", "Terry"], ["Adrian", "Beltre"], ["Adrian", "Brown"], ["Adrian", "Cardenas"], ["Adrian", "Devine"], ["Adrian", "Garrett"], ["Adrian", "Gonzalez"], ["Adrian", "Hernandez"], ["Adrian", "Houser"], ["Adrian", "Lynch"], ["Adrian", "Nieto"], ["Adrian", "Zabala"], ["Adron", "Chambers"], ["Agustin", "Montero"], ["Akeel", "Morris"], ["Akinori", "Iwamura"], ["Akinori", "Otsuka"], ["Al", "Aber"], ["Al", "Alburquerque"], ["Al", "Atkinson"], ["Al", "Autry"], ["Al", "Baird"], ["Al", "Baker"], ["Al", "Barker"], ["Al", "Barlick"], ["Al", "Bashang"], ["Al", "Bauer"], ["Al", "Benton"], ["Al", "Bergman"], ["Al", "Blanche"], ["Al", "Bool"], ["Al", "Boucher"], ["Al", "Bradley"], ["Al", "Braithwood"], ["Al", "Brancato"], ["Al", "Brazle"], ["Al", "Bridwell"], ["Al", "Buckenberger"], ["Al", "Bumbry"], ["Al", "Burch"], ["Al", "Burris"], ["Al", "Cabrera"], ["Al", "Campanis"], ["Al", "Carson"], ["Al", "Chambers"], ["Al", "Cicotte"], ["Al", "Cihocki"], ["Al", "Clancy"], ["Al", "Clauss"], ["Al", "Closter"], ["Al", "Corwin"], ["Al", "Cowens"], ["Al", "Cuccinello"], ["Al", "Cypert"], ["Al", "Dark"], ["Al", "DeVormer"], ["Al", "Demaree"], ["Al", "Downing"], ["Al", "Dwight"], ["Al", "Eckert"], ["Al", "Epperly"], ["Al", "Evans"], ["Al", "Federoff"], ["Al", "Ferrara"], ["Al", "Fitzmorris"], ["Al", "Flair"], ["Al", "Froehlich"], ["Al", "Gallagher"], ["Al", "Gardella"], ["Al", "Gerheauser"], ["Al", "Gettel"], ["Al", "Gionfriddo"], ["Al", "Glossop"], ["Al", "Gould"], ["Al", "Grabowski"], ["Al", "Greene"], ["Al", "Grunwald"], ["Al", "Hall"], ["Al", "Halt"], ["Al", "Heist"], ["Al", "Hermann"], ["Al", "Holland"], ["Al", "Hollingsworth"], ["Al", "Hrabosky"], ["Al", "Hubbard"], ["Al", "Huenke"], ["Al", "Humphrey"], ["Al", "Jackson"], ["Al", "Javery"], ["Al", "Javier"], ["Al", "Jones"], ["Al", "Jurisich"], ["Al", "Kaiser"], ["Al", "Kaline"], ["Al", "Kellett"], ["Al", "Kellogg"], ["Al", "Kenders"], ["Al", "Klawitter"], ["Al", "Kozar"], ["Al", "Krumm"], ["Al", "Kvasnak"], ["Al", "LaMacchia"], ["Al", "Lachowicz"], ["Al", "Lakeman"], ["Al", "Lary"], ["Al", "Lawson"], ["Al", "Lefevre"], ["Al", "Leiter"], ["Al", "Levine"], ["Al", "Libke"], ["Al", "Lopez"], ["Al", "Lukens"], ["Al", "Luplow"], ["Al", "Lyons"], ["Al", "Mahon"], ["Al", "Mamaux"], ["Al", "Martin"], ["Al", "Mattern"], ["Al", "Maul"], ["Al", "Mays"], ["Al", "McBean"], ["Al", "McCauley"], ["Al", "McLean"], ["Al", "Milnar"], ["Al", "Montgomery"], ["Al", "Montreuil"], ["Al", "Moore"], ["Al", "Moran"], ["Al", "Myers"], ["Al", "Naples"], ["Al", "Neiger"], ["Al", "Nevin"], ["Al", "Newman"], ["Al", "Nichols"], ["Al", "Niehaus"], ["Al", "Niemiec"], ["Al", "Nipper"], ["Al", "Nixon"], ["Al", "Oliver"], ["Al", "Olmsted"], ["Al", "Orth"], ["Al", "Osuna"], ["Al", "Papai"], ["Al", "Pardo"], ["Al", "Pedrique"], ["Al", "Piechota"], ["Al", "Pierotti"], ["Al", "Pilarcik"], ["Al", "Platte"], ["Al", "Porto"], ["Al", "Pratt"], ["Al", "Raffo"], ["Al", "Reach"], ["Al", "Reiss"], ["Al", "Richter"], ["Al", "Rosen"], ["Al", "Rubeling"], ["Al", "Santorini"], ["Al", "Sauter"], ["Al", "Schacht"], ["Al", "Scheer"], ["Al", "Schellhase"], ["Al", "Schmelz"], ["Al", "Schroll"], ["Al", "Schulz"], ["Al", "Schweitzer"], ["Al", "Severinsen"], ["Al", "Shaw"], ["Al", "Shealy"], ["Al", "Silvera"], ["Al", "Sima"], ["Al", "Simmons"], ["Al", "Skinner"], ["Al", "Smith"], ["Al", "Spalding"], ["Al", "Spangler"], ["Al", "Spohrer"], ["Al", "Stanek"], ["Al", "Stokes"], ["Al", "Strueve"], ["Al", "Tate"], ["Al", "Tedrow"], ["Al", "Tesch"], ["Al", "Thake"], ["Al", "Todd"], ["Al", "Unser"], ["Al", "Van Camp"], ["Al", "Veach"], ["Al", "Veigel"], ["Al", "Verdel"], ["Al", "Weis"], ["Al", "Weston"], ["Al", "Wickland"], ["Al", "Widmar"], ["Al", "Williams"], ["Al", "Williamson"], ["Al", "Wingo"], ["Al", "Woods"], ["Al", "Worthington"], ["Al", "Wright"], ["Al", "Yates"], ["Al", "Yeargin"], ["Al", "Zarilla"], ["Alamazoo", "Jennings"], ["Alan", "Ashby"], ["Alan", "Bannister"], ["Alan", "Benes"], ["Alan", "Brice"], ["Alan", "Cockrell"], ["Alan", "Embree"], ["Alan", "Foster"], ["Alan", "Fowlkes"], ["Alan", "Hargesheimer"], ["Alan", "Johnson"], ["Alan", "Knicely"], ["Alan", "Koch"], ["Alan", "Mills"], ["Alan", "Newman"], ["Alan", "Storke"], ["Alan", "Strange"], ["Alan", "Trammell"], ["Alan", "Wiggins"], ["Alan", "Wirth"], ["Alan", "Zinter"], ["Alay", "Soler"], ["Albert", "Belle"], ["Albert", "Hall"], ["Albert", "Pujols"], ["Albert", "Williams"], ["Alberto", "Arias"], ["Alberto", "Cabrera"], ["Alberto", "Callaspo"], ["Alberto", "Castillo"], ["Alberto", "Gonzalez"], ["Alberto", "Lois"], ["Alberto", "Reyes"], ["Albie", "Lopez"], ["Albie", "Pearson"], ["Alcides", "Escobar"], ["Alec", "Asher"], ["Alec", "Distaso"], ["Aleck", "Smith"], ["Alejandro", "De Aza"], ["Alejandro", "Freire"], ["Alejandro", "Machado"], ["Alejandro", "Pena"], ["Alejandro", "Sanchez"], ["Alex", "Arias"], ["Alex", "Avila"], ["Alex", "Beam"], ["Alex", "Burnett"], ["Alex", "Cabrera"], ["Alex", "Carrasquel"], ["Alex", "Castellanos"], ["Alex", "Cintron"], ["Alex", "Claudio"], ["Alex", "Cobb"], ["Alex", "Cole"], ["Alex", "Colome"], ["Alex", "Cora"], ["Alex", "Delgado"], ["Alex", "Diaz"], ["Alex", "Dickerson"], ["Alex", "Escobar"], ["Alex", "Farmer"], ["Alex", "Ferguson"], ["Alex", "Fernandez"], ["Alex", "Ferson"], ["Alex", "Garbowski"], ["Alex", "Gardner"], ["Alex", "Gaston"], ["Alex", "George"], ["Alex", "Gonzalez"], ["Alex", "Gordon"], ["Alex", "Graman"], ["Alex", "Grammas"], ["Alex", "Guerrero"], ["Alex", "Hardy"], ["Alex", "Hassan"], ["Alex", "Hernandez"], ["Alex", "Herrera"], ["Alex", "Hinshaw"], ["Alex", "Hooks"], ["Alex", "Johnson"], ["Alex", "Jones"], ["Alex", "Kampouris"], ["Alex", "Kellner"], ["Alex", "Konikowski"], ["Alex", "Liddi"], ["Alex", "Madrid"], ["Alex", "Main"], ["Alex", "Malloy"], ["Alex", "McCarthy"], ["Alex", "McColl"], ["Alex", "McFarlan"], ["Alex", "McKinnon"], ["Alex", "Metzler"], ["Alex", "Meyer"], ["Alex", "Monchak"], ["Alex", "Mustaikis"], ["Alex", "Ochoa"], ["Alex", "Pacheco"], ["Alex", "Pearson"], ["Alex", "Pelaez"], ["Alex", "Pitko"], ["Alex", "Pompez"], ["Alex", "Presley"], ["Alex", "Prieto"], ["Alex", "Ramirez"], ["Alex", "Remneas"], ["Alex", "Rios"], ["Alex", "Rodriguez"], ["Alex", "Romero"], ["Alex", "Sabo"], ["Alex", "Sanabia"], ["Alex", "Sanchez"], ["Alex", "Serrano"], ["Alex", "Taveras"], ["Alex", "Torres"], ["Alex", "Trevino"], ["Alex", "Voss"], ["Alex", "White"], ["Alex", "Wilson"], ["Alex", "Wood"], ["Alexander", "Cartwright"], ["Alexander", "Donoghue"], ["Alexei", "Ramirez"], ["Alexi", "Amarista"], ["Alexi", "Casilla"], ["Alexi", "Ogando"], ["Alexis", "Gomez"], ["Alexis", "Infante"], ["Alf", "Anderson"], ["Alfonso", "Pulido"], ["Alfonso", "Soriano"], ["Alfred", "Metcalfe"], ["Alfredo", "Aceves"], ["Alfredo", "Amezaga"], ["Alfredo", "Figaro"], ["Alfredo", "Griffin"], ["Alfredo", "Marte"], ["Alfredo", "Simon"], ["Algie", "McBride"], ["Ali", "Solis"], ["Allan", "Anderson"], ["Allan", "Collamore"], ["Allan", "Dykstra"], ["Allan", "Lewis"], ["Allan", "Ramirez"], ["Allan", "Simpson"], ["Allan", "Sothoron"], ["Allan", "Travers"], ["Allen", "Battle"], ["Allen", "Benson"], ["Allen", "Conkwright"], ["Allen", "Craig"], ["Allen", "Elliott"], ["Allen", "Levrault"], ["Allen", "McDill"], ["Allen", "Ripley"], ["Allen", "Russell"], ["Allen", "Watson"], ["Allen", "Webster"], ["Allie", "Clark"], ["Allie", "Moulton"], ["Allie", "Reynolds"], ["Allie", "Strobel"], ["Allie", "Watt"], ["Allyn", "Stout"], ["Alonzo", "Breitenstein"], ["Alonzo", "Powell"], ["Alta", "Cohen"], ["Alton", "Brown"], ["Alvaro", "Espinoza"], ["Alvin", "Colina"], ["Alvin", "Davis"], ["Alvin", "Morman"], ["Amado", "Samuel"], ["Amalio", "Carreno"], ["Amauri", "Sanit"], ["Amaury", "Garcia"], ["Amaury", "Telemaco"], ["Ambiorix", "Burgos"], ["Ambrose", "McGann"], ["Ambrose", "Puttmann"], ["Amby", "McConnell"], ["Amby", "Murray"], ["Amos", "Booth"], ["Amos", "Cross"], ["Amos", "Otis"], ["Amos", "Rusie"], ["Amos", "Strunk"], ["Anastacio", "Martinez"], ["Anderson", "Garcia"], ["Anderson", "Hernandez"], ["Anderson", "Machado"], ["Andre", "David"], ["Andre", "Dawson"], ["Andre", "Ethier"], ["Andre", "Rienzo"], ["Andre", "Robertson"], ["Andre", "Rodgers"], ["Andre", "Thornton"], ["Andrelton", "Simmons"], ["Andres", "Berumen"], ["Andres", "Blanco"], ["Andres", "Galarraga"], ["Andres", "Mora"], ["Andres", "Santana"], ["Andres", "Thomas"], ["Andres", "Torres"], ["Andrew", "Albers"], ["Andrew", "Bailey"], ["Andrew", "Bellatti"], ["Andrew", "Brackman"], ["Andrew", "Brown"], ["Andrew", "Carignan"], ["Andrew", "Cashner"], ["Andrew", "Chafin"], ["Andrew", "Faulkner"], ["Andrew", "Good"], ["Andrew", "Heaney"], ["Andrew", "Lambo"], ["Andrew", "Lorraine"], ["Andrew", "McCutchen"], ["Andrew", "McKirahan"], ["Andrew", "Miller"], ["Andrew", "Romine"], ["Andrew", "Susac"], ["Andrew", "Taylor"], ["Andrew", "Thompson"], ["Andrew", "Werner"], ["Andruw", "Jones"], ["Andujar", "Cedeno"], ["Andy", "Abad"], ["Andy", "Allanson"], ["Andy", "Allison"], ["Andy", "Anderson"], ["Andy", "Ashby"], ["Andy", "Barkett"], ["Andy", "Bednar"], ["Andy", "Beene"], ["Andy", "Benes"], ["Andy", "Boswell"], ["Andy", "Bruckmiller"], ["Andy", "Cannizaro"], ["Andy", "Carey"], ["Andy", "Carter"], ["Andy", "Cavazos"], ["Andy", "Coakley"], ["Andy", "Cohen"], ["Andy", "Cook"], ["Andy", "Cooper"], ["Andy", "Cusick"], ["Andy", "Dirks"], ["Andy", "Dominique"], ["Andy", "Dunning"], ["Andy", "Etchebarren"], ["Andy", "Fox"], ["Andy", "Gilbert"], ["Andy", "Gonzalez"], ["Andy", "Green"], ["Andy", "Hansen"], ["Andy", "Harrington"], ["Andy", "Hassler"], ["Andy", "Hawkins"], ["Andy", "High"], ["Andy", "Karl"], ["Andy", "Knox"], ["Andy", "Kosco"], ["Andy", "Kyle"], ["Andy", "LaRoche"], ["Andy", "Lapihuska"], ["Andy", "Larkin"], ["Andy", "Leonard"], ["Andy", "Marte"], ["Andy", "McGaffigan"], ["Andy", "Merchant"], ["Andy", "Messersmith"], ["Andy", "Mota"], ["Andy", "Nelson"], ["Andy", "O'Connor"], ["Andy", "Oliver"], ["Andy", "Oyler"], ["Andy", "Pafko"], ["Andy", "Parrino"], ["Andy", "Pettitte"], ["Andy", "Phillips"], ["Andy", "Piercy"], ["Andy", "Pilney"], ["Andy", "Pratt"], ["Andy", "Reese"], ["Andy", "Replogle"], ["Andy", "Rincon"], ["Andy", "Rush"], ["Andy", "Seminick"], ["Andy", "Sheets"], ["Andy", "Sisco"], ["Andy", "Sommers"], ["Andy", "Sommerville"], ["Andy", "Sonnanstine"], ["Andy", "Spognardi"], ["Andy", "Stankiewicz"], ["Andy", "Stewart"], ["Andy", "Sullivan"], ["Andy", "Swan"], ["Andy", "Thompson"], ["Andy", "Tomasic"], ["Andy", "Tomberlin"], ["Andy", "Tracy"], ["Andy", "Van Hekken"], ["Andy", "Van Slyke"], ["Andy", "Varga"], ["Andy", "Wilkins"], ["Andy", "Woehr"], ["Aneury", "Rodriguez"], ["Angel", "Aragon"], ["Angel", "Berroa"], ["Angel", "Bravo"], ["Angel", "Castro"], ["Angel", "Chavez"], ["Angel", "Echevarria"], ["Angel", "Escobar"], ["Angel", "Fleitas"], ["Angel", "Guzman"], ["Angel", "Mangual"], ["Angel", "Miranda"], ["Angel", "Moreno"], ["Angel", "Nesbitt"], ["Angel", "Pagan"], ["Angel", "Pena"], ["Angel", "Salazar"], ["Angel", "Salome"], ["Angel", "Sanchez"], ["Angel", "Santos"], ["Angel", "Torres"], ["Angelo", "Dagres"], ["Angelo", "Encarnacion"], ["Angelo", "LiPetri"], ["Anibal", "Sanchez"], ["Anse", "Moore"], ["Anthony", "Bass"], ["Anthony", "Chavez"], ["Anthony", "Claggett"], ["Anthony", "DeSclafani"], ["Anthony", "Ferrari"], ["Anthony", "Gose"], ["Anthony", "Lerew"], ["Anthony", "Ortega"], ["Anthony", "Ranaudo"], ["Anthony", "Recker"], ["Anthony", "Rendon"], ["Anthony", "Reyes"], ["Anthony", "Rizzo"], ["Anthony", "Sanders"], ["Anthony", "Shumaker"], ["Anthony", "Slama"], ["Anthony", "Swarzak"], ["Anthony", "Telford"], ["Anthony", "Varvaro"], ["Anthony", "Vasquez"], ["Anthony", "Young"], ["Antoan", "Richardson"], ["Anton", "Falch"], ["Antone", "Williamson"], ["Antonio", "Alfonseca"], ["Antonio", "Bastardo"], ["Antonio", "Osuna"], ["Antonio", "Perez"], ["Aquilino", "Lopez"], ["Aramis", "Ramirez"], ["Arch", "McCarthy"], ["Arch", "Reilly"], ["Archi", "Cianfrocco"], ["Archie", "Bradley"], ["Archie", "Campbell"], ["Archie", "Corbin"], ["Archie", "McKain"], ["Archie", "Moore"], ["Archie", "Reynolds"], ["Archie", "Stimmel"], ["Archie", "Wilson"], ["Archie", "Wise"], ["Archie", "Yelle"], ["Argenis", "Diaz"], ["Argenis", "Reyes"], ["Ariel", "Pena"], ["Ariel", "Prieto"], ["Arismendy", "Alcantara"], ["Arky", "Vaughan"], ["Arlas", "Taylor"], ["Arlie", "Latham"], ["Arlie", "Pond"], ["Arlie", "Tarbert"], ["Arlo", "Brunsberg"], ["Armando", "Almanza"], ["Armando", "Benitez"], ["Armando", "Gabino"], ["Armando", "Galarraga"], ["Armando", "Marsans"], ["Armando", "Reynoso"], ["Armando", "Rios"], ["Armando", "Roche"], ["Arndt", "Jorgens"], ["Arnie", "Moser"], ["Arnie", "Munoz"], ["Arnie", "Portocarrero"], ["Arnie", "Stone"], ["Arnold", "Carter"], ["Arnold", "Earley"], ["Arnold", "Hauser"], ["Arnold", "Leon"], ["Arnold", "Umbach"], ["Arodys", "Vizcaino"], ["Aroldis", "Chapman"], ["Arquimedes", "Caminero"], ["Arquimedez", "Pozo"], ["Art", "Allison"], ["Art", "Bader"], ["Art", "Ball"], ["Art", "Benedict"], ["Art", "Bramhall"], ["Art", "Brouthers"], ["Art", "Bues"], ["Art", "Butler"], ["Art", "Ceccarelli"], ["Art", "Corcoran"], ["Art", "Croft"], ["Art", "Daney"], ["Art", "Decatur"], ["Art", "Delaney"], ["Art", "Devlin"], ["Art", "Ditmar"], ["Art", "Doll"], ["Art", "Evans"], ["Art", "Ewoldt"], ["Art", "Fletcher"], ["Art", "Fowler"], ["Art", "Fromme"], ["Art", "Gardiner"], ["Art", "Gardner"], ["Art", "Garibaldi"], ["Art", "Goodwin"], ["Art", "Griggs"], ["Art", "Hagan"], ["Art", "Herman"], ["Art", "Herring"], ["Art", "Hoelskoetter"], ["Art", "Houtteman"], ["Art", "Howe"], ["Art", "Jacobs"], ["Art", "Jahn"], ["Art", "James"], ["Art", "Johnson"], ["Art", "Jones"], ["Art", "Kenney"], ["Art", "Kores"], ["Art", "Kruger"], ["Art", "Kusnyer"], ["Art", "LaVigne"], ["Art", "Lopatka"], ["Art", "Lopez"], ["Art", "Loudell"], ["Art", "Madison"], ["Art", "Mahaffey"], ["Art", "Mahan"], ["Art", "McCoy"], ["Art", "McGovern"], ["Art", "McLarney"], ["Art", "Merewether"], ["Art", "Mills"], ["Art", "Nehf"], ["Art", "Nichols"], ["Art", "Parks"], ["Art", "Phelan"], ["Art", "Quirk"], ["Art", "Rebel"], ["Art", "Reinhart"], ["Art", "Reinholz"], ["Art", "Rico"], ["Art", "Ruble"], ["Art", "Schallock"], ["Art", "Scharein"], ["Art", "Schult"], ["Art", "Schwind"], ["Art", "Shamsky"], ["Art", "Shires"], ["Art", "Sladen"], ["Art", "Smith"], ["Art", "Stokes"], ["Art", "Sunday"], ["Art", "Thomason"], ["Art", "Thompson"], ["Art", "Twineham"], ["Art", "Watson"], ["Art", "Weaver"], ["Art", "Whitney"], ["Art", "Williams"], ["Art", "Wilson"], ["Arthur", "Hauger"], ["Arthur", "Irwin"], ["Arthur", "Rhodes"], ["Artie", "Clarke"], ["Artie", "Dede"], ["Artie", "Wilson"], ["Arturo", "DeFreites"], ["Arturo", "Lopez"], ["Asa", "Brainard"], ["Asa", "Stratton"], ["Asdrubal", "Cabrera"], ["Asher", "Wojciechowski"], ["Astyanax", "Douglass"], ["Atahualpa", "Severino"], ["Atlee", "Hammaker"], ["Atley", "Donald"], ["Aubrey", "Epps"], ["Aubrey", "Gatewood"], ["Aubrey", "Huff"], ["Audry", "Perez"], ["Augie", "Bergamo"], ["Augie", "Galan"], ["Augie", "Johns"], ["Augie", "Ojeda"], ["Augie", "Prudhomme"], ["Augie", "Swentor"], ["Augie", "Walsh"], ["Aurelio", "Lopez"], ["Aurelio", "Monteagudo"], ["Aurelio", "Rodriguez"], ["Austin", "Adams"], ["Austin", "Barnes"], ["Austin", "Hedges"], ["Austin", "Jackson"], ["Austin", "Kearns"], ["Austin", "Knickerbocker"], ["Austin", "McHenry"], ["Austin", "Romine"], ["Austin", "Walsh"], ["Avisail", "Garcia"], ["Axel", "Lindstrom"], ["B. J.", "Rosenberg"], ["B. J.", "Ryan"], ["B. J.", "Surhoff"], ["B. J.", "Waszgis"], ["Babe", "Adams"], ["Babe", "Barna"], ["Babe", "Birrer"], ["Babe", "Borton"], ["Babe", "Dahlgren"], ["Babe", "Danzig"], ["Babe", "Doty"], ["Babe", "Ellison"], ["Babe", "Ganzel"], ["Babe", "Herman"], ["Babe", "Martin"], ["Babe", "Phelps"], ["Babe", "Pinelli"], ["Babe", "Ruth"], ["Babe", "Towne"], ["Babe", "Twombly"], ["Babe", "Young"], ["Baby", "Ortiz"], ["Baby Doll", "Jacobson"], ["Bake", "McBride"], ["Baldy", "Louden"], ["Balor", "Moore"], ["Balvino", "Galvez"], ["Bama", "Rowell"], ["Ban", "Johnson"], ["Barbaro", "Canizares"], ["Barbaro", "Garbey"], ["Barney", "Dreyfuss"], ["Barney", "Gilligan"], ["Barney", "Koch"], ["Barney", "Martin"], ["Barney", "McCosky"], ["Barney", "McFadden"], ["Barney", "McLaughlin"], ["Barney", "Mussill"], ["Barney", "Olsen"], ["Barney", "Pelty"], ["Barney", "Reilly"], ["Barney", "Schreiber"], ["Barney", "Schultz"], ["Barney", "Slaughter"], ["Barney", "White"], ["Barney", "Wolfe"], ["Barret", "Browning"], ["Barry", "Bonds"], ["Barry", "Bonnell"], ["Barry", "Cort"], ["Barry", "Enright"], ["Barry", "Evans"], ["Barry", "Foote"], ["Barry", "Jones"], ["Barry", "Larkin"], ["Barry", "Latman"], ["Barry", "Lersch"], ["Barry", "Lyons"], ["Barry", "Manuel"], ["Barry", "McCormick"], ["Barry", "Moore"], ["Barry", "Raziano"], ["Barry", "Shetrone"], ["Barry", "Wesson"], ["Barry", "Zito"], ["Bart", "Cantz"], ["Bart", "Evans"], ["Bart", "Johnson"], ["Bart", "Miadich"], ["Bart", "Shirley"], ["Bart", "Zeller"], ["Bartolo", "Colon"], ["Bartolome", "Fortunato"], ["Beals", "Becker"], ["Beany", "Jacobson"], ["Beau", "Allred"], ["Beau", "Bell"], ["Beauty", "McGowan"], ["Beiker", "Graterol"], ["Belden", "Hill"], ["Beltran", "Perez"], ["Belve", "Bean"], ["Ben", "Beville"], ["Ben", "Blomdahl"], ["Ben", "Broussard"], ["Ben", "Caffyn"], ["Ben", "Callahan"], ["Ben", "Cantwell"], ["Ben", "Cardoni"], ["Ben", "Chapman"], ["Ben", "Conroy"], ["Ben", "Davis"], ["Ben", "DeMott"], ["Ben", "Diggins"], ["Ben", "Dyer"], ["Ben", "Egan"], ["Ben", "Ellis"], ["Ben", "Flowers"], ["Ben", "Ford"], ["Ben", "Francisco"], ["Ben", "Geraghty"], ["Ben", "Grieve"], ["Ben", "Guiney"], ["Ben", "Guintini"], ["Ben", "Harris"], ["Ben", "Hayes"], ["Ben", "Hendrickson"], ["Ben", "Houser"], ["Ben", "Howard"], ["Ben", "Huffman"], ["Ben", "Hunt"], ["Ben", "Johnson"], ["Ben", "Koehler"], ["Ben", "Kozlowski"], ["Ben", "Laughlin"], ["Ben", "Mallonee"], ["Ben", "McDonald"], ["Ben", "Oglivie"], ["Ben", "Paschal"], ["Ben", "Paulsen"], ["Ben", "Petrick"], ["Ben", "Revere"], ["Ben", "Rivera"], ["Ben", "Rochefort"], ["Ben", "Rowen"], ["Ben", "Sanders"], ["Ben", "Sankey"], ["Ben", "Shaw"], ["Ben", "Sheets"], ["Ben", "Shelton"], ["Ben", "Shields"], ["Ben", "Spencer"], ["Ben", "Steiner"], ["Ben", "Stephens"], ["Ben", "Taylor"], ["Ben", "Tincup"], ["Ben", "Van Dyke"], ["Ben", "VanRyn"], ["Ben", "Wade"], ["Ben", "Weber"], ["Ben", "Zobrist"], ["Bengie", "Molina"], ["Benito", "Baez"], ["Benito", "Santiago"], ["Benj", "Sampson"], ["Benji", "Gil"], ["Benn", "Karr"], ["Bennie", "Daniels"], ["Bennie", "Tate"], ["Bennie", "Warren"], ["Benny", "Agbayani"], ["Benny", "Ayala"], ["Benny", "Bengough"], ["Benny", "Bowcock"], ["Benny", "Culp"], ["Benny", "Distefano"], ["Benny", "Frey"], ["Benny", "Kauff"], ["Benny", "McCoy"], ["Benny", "Meyer"], ["Benny", "Valenzuela"], ["Benny", "Zientara"], ["Bernard", "Gilkey"], ["Bernardo", "Brito"], ["Bernie", "Allen"], ["Bernie", "Boland"], ["Bernie", "Carbo"], ["Bernie", "Castro"], ["Bernie", "Creger"], ["Bernie", "DeViveiros"], ["Bernie", "Duffy"], ["Bernie", "Friberg"], ["Bernie", "Graham"], ["Bernie", "Henderson"], ["Bernie", "Hungling"], ["Bernie", "James"], ["Bernie", "Neis"], ["Bernie", "Smith"], ["Bernie", "Snyder"], ["Bernie", "Walter"], ["Bernie", "Williams"], ["Bert", "Abbey"], ["Bert", "Adams"], ["Bert", "Blue"], ["Bert", "Blyleven"], ["Bert", "Bradley"], ["Bert", "Brenner"], ["Bert", "Campaneris"], ["Bert", "Cole"], ["Bert", "Conn"], ["Bert", "Cueto"], ["Bert", "Cunningham"], ["Bert", "Daly"], ["Bert", "Daniels"], ["Bert", "Delmas"], ["Bert", "Dorr"], ["Bert", "Gallia"], ["Bert", "Graham"], ["Bert", "Griffith"], ["Bert", "Haas"], ["Bert", "Hall"], ["Bert", "Hamric"], ["Bert", "Heffernan"], ["Bert", "Hodges"], ["Bert", "Hogg"], ["Bert", "Humphries"], ["Bert", "Husting"], ["Bert", "Inks"], ["Bert", "James"], ["Bert", "Kuczynski"], ["Bert", "Lewis"], ["Bert", "Maxwell"], ["Bert", "Miller"], ["Bert", "Myers"], ["Bert", "Niehoff"], ["Bert", "Pena"], ["Bert", "Roberge"], ["Bert", "Shepard"], ["Bert", "Sincock"], ["Bert", "Thiel"], ["Bert", "Tooley"], ["Bert", "Weeden"], ["Bert", "Whaling"], ["Bert", "Yeabsley"], ["Beryl", "Richmond"], ["Bevo", "LeBourveau"], ["Bibb", "Falk"], ["Bid", "McPhee"], ["Biddy", "Dolan"], ["Bien", "Figueroa"], ["Biff", "Pocoroba"], ["Biff", "Schaller"], ["Biff", "Schlitzer"], ["Biff", "Sheehan"], ["Biff", "Wysong"], ["Big Jeff", "Pfeffer"], ["Biggs", "Wehde"], ["Bill", "Abernathie"], ["Bill", "Abstein"], ["Bill", "Adair"], ["Bill", "Ahearn"], ["Bill", "Akers"], ["Bill", "Allison"], ["Bill", "Almon"], ["Bill", "Anderson"], ["Bill", "Andrus"], ["Bill", "Annis"], ["Bill", "Antonello"], ["Bill", "Armour"], ["Bill", "Atkinson"], ["Bill", "Atwood"], ["Bill", "Ayers"], ["Bill", "Bagwell"], ["Bill", "Bailey"], ["Bill", "Baker"], ["Bill", "Bankston"], ["Bill", "Barnes"], ["Bill", "Barrett"], ["Bill", "Bartley"], ["Bill", "Bathe"], ["Bill", "Batsch"], ["Bill", "Bayne"], ["Bill", "Bean"], ["Bill", "Beckmann"], ["Bill", "Bell"], ["Bill", "Bergen"], ["Bill", "Bernhard"], ["Bill", "Bethea"], ["Bill", "Bevens"], ["Bill", "Bishop"], ["Bill", "Black"], ["Bill", "Blair"], ["Bill", "Bolden"], ["Bill", "Bonham"], ["Bill", "Bonness"], ["Bill", "Bordley"], ["Bill", "Bowman"], ["Bill", "Boyd"], ["Bill", "Bradford"], ["Bill", "Bradley"], ["Bill", "Brady"], ["Bill", "Brandt"], ["Bill", "Bray"], ["Bill", "Breckinridge"], ["Bill", "Brenzel"], ["Bill", "Brinker"], ["Bill", "Brown"], ["Bill", "Brubaker"], ["Bill", "Bruton"], ["Bill", "Buckner"], ["Bill", "Burbach"], ["Bill", "Burdick"], ["Bill", "Burgo"], ["Bill", "Burich"], ["Bill", "Burns"], ["Bill", "Burwell"], ["Bill", "Butland"], ["Bill", "Butler"], ["Bill", "Byers"], ["Bill", "Calhoun"], ["Bill", "Campbell"], ["Bill", "Carney"], ["Bill", "Carrick"], ["Bill", "Carrigan"], ["Bill", "Castro"], ["Bill", "Caudill"], ["Bill", "Chamberlain"], ["Bill", "Chambers"], ["Bill", "Champion"], ["Bill", "Chappelle"], ["Bill", "Childers"], ["Bill", "Cissell"], ["Bill", "Clancy"], ["Bill", "Clarkson"], ["Bill", "Clay"], ["Bill", "Clemensen"], ["Bill", "Clowers"], ["Bill", "Clymer"], ["Bill", "Collins"], ["Bill", "Collver"], ["Bill", "Connelly"], ["Bill", "Connors"], ["Bill", "Conroy"], ["Bill", "Conway"], ["Bill", "Cooney"], ["Bill", "Coughlin"], ["Bill", "Cox"], ["Bill", "Coyle"], ["Bill", "Cramer"], ["Bill", "Craver"], ["Bill", "Cristall"], ["Bill", "Cronin"], ["Bill", "Crouch"], ["Bill", "Crowley"], ["Bill", "Culp"], ["Bill", "Cunningham"], ["Bill", "Currie"], ["Bill", "Dahlen"], ["Bill", "Dailey"], ["Bill", "Daley"], ["Bill", "Dalrymple"], ["Bill", "Dam"], ["Bill", "Dammann"], ["Bill", "Davidson"], ["Bill", "Davis"], ["Bill", "Dawley"], ["Bill", "Day"], ["Bill", "DeKoning"], ["Bill", "DeLancey"], ["Bill", "Deitrick"], ["Bill", "Delaney"], ["Bill", "Denehy"], ["Bill", "Dickey"], ["Bill", "Dietrich"], ["Bill", "Dillman"], ["Bill", "Dinneen"], ["Bill", "Doak"], ["Bill", "Donovan"], ["Bill", "Doran"], ["Bill", "Dreesen"], ["Bill", "Drescher"], ["Bill", "Dugan"], ["Bill", "Duggleby"], ["Bill", "Dunlap"], ["Bill", "Duzen"], ["Bill", "Eagan"], ["Bill", "Eagle"], ["Bill", "Earley"], ["Bill", "Edgerton"], ["Bill", "Endicott"], ["Bill", "Essick"], ["Bill", "Evans"], ["Bill", "Everitt"], ["Bill", "Fagan"], ["Bill", "Fahey"], ["Bill", "Farmer"], ["Bill", "Farrell"], ["Bill", "Faul"], ["Bill", "Ferrazzi"], ["Bill", "Fincher"], ["Bill", "Finley"], ["Bill", "Fischer"], ["Bill", "Fleming"], ["Bill", "Forman"], ["Bill", "Foster"], ["Bill", "Fouser"], ["Bill", "Fox"], ["Bill", "Foxen"], ["Bill", "Freehan"], ["Bill", "French"], ["Bill", "Friel"], ["Bill", "Froats"], ["Bill", "Fulton"], ["Bill", "Gallagher"], ["Bill", "Gannon"], ["Bill", "Gardner"], ["Bill", "Garfield"], ["Bill", "Geiss"], ["Bill", "George"], ["Bill", "Gilbert"], ["Bill", "Gilbreth"], ["Bill", "Gleason"], ["Bill", "Glynn"], ["Bill", "Gogolewski"], ["Bill", "Goodenough"], ["Bill", "Graham"], ["Bill", "Grahame"], ["Bill", "Gray"], ["Bill", "Greason"], ["Bill", "Greenwood"], ["Bill", "Greif"], ["Bill", "Grevell"], ["Bill", "Gullickson"], ["Bill", "Haeffner"], ["Bill", "Hague"], ["Bill", "Hall"], ["Bill", "Hallahan"], ["Bill", "Hallman"], ["Bill", "Hands"], ["Bill", "Hanlon"], ["Bill", "Harbridge"], ["Bill", "Harman"], ["Bill", "Harper"], ["Bill", "Harrelson"], ["Bill", "Harrington"], ["Bill", "Harris"], ["Bill", "Hart"], ["Bill", "Haselman"], ["Bill", "Hassamaer"], ["Bill", "Hawes"], ["Bill", "Hawke"], ["Bill", "Hayes"], ["Bill", "Haywood"], ["Bill", "Heath"], ["Bill", "Henderson"], ["Bill", "Henry"], ["Bill", "Hepler"], ["Bill", "Herring"], ["Bill", "Higdon"], ["Bill", "Higgins"], ["Bill", "Hill"], ["Bill", "Hinchman"], ["Bill", "Hobbs"], ["Bill", "Hoffer"], ["Bill", "Hoffman"], ["Bill", "Hogg"], ["Bill", "Hohman"], ["Bill", "Holbert"], ["Bill", "Holden"], ["Bill", "Hollahan"], ["Bill", "Holland"], ["Bill", "Hopper"], ["Bill", "Howerton"], ["Bill", "Hubbell"], ["Bill", "Hughes"], ["Bill", "Hunnefield"], ["Bill", "Hunter"], ["Bill", "Hurst"], ["Bill", "Husted"], ["Bill", "Hutchinson"], ["Bill", "Irwin"], ["Bill", "Jackson"], ["Bill", "James"], ["Bill", "Jennings"], ["Bill", "Johnson"], ["Bill", "Jones"], ["Bill", "Joyce"], ["Bill", "Kalfass"], ["Bill", "Karlon"], ["Bill", "Karns"], ["Bill", "Kay"], ["Bill", "Keen"], ["Bill", "Keister"], ["Bill", "Kellogg"], ["Bill", "Kelly"], ["Bill", "Kelso"], ["Bill", "Kemmer"], ["Bill", "Kennedy"], ["Bill", "Kern"], ["Bill", "Kienzle"], ["Bill", "Killefer"], ["Bill", "Kirk"], ["Bill", "Kirksieck"], ["Bill", "Kissinger"], ["Bill", "Klem"], ["Bill", "Kling"], ["Bill", "Knickerbocker"], ["Bill", "Knowlton"], ["Bill", "Koski"], ["Bill", "Krieg"], ["Bill", "Krueger"], ["Bill", "Kuehne"], ["Bill", "Kunkel"], ["Bill", "Lamar"], ["Bill", "Landis"], ["Bill", "Landrum"], ["Bill", "Lange"], ["Bill", "Laskey"], ["Bill", "Lasley"], ["Bill", "Latham"], ["Bill", "Lathrop"], ["Bill", "Lattimore"], ["Bill", "Lauterborn"], ["Bill", "Lawrence"], ["Bill", "Laxton"], ["Bill", "LeFebvre"], ["Bill", "Leard"], ["Bill", "Lee"], ["Bill", "Leinhauser"], ["Bill", "Leith"], ["Bill", "Lelivelt"], ["Bill", "Lennon"], ["Bill", "Lewis"], ["Bill", "Lillard"], ["Bill", "Lindsay"], ["Bill", "Lindsey"], ["Bill", "Lohrman"], ["Bill", "Long"], ["Bill", "Loughran"], ["Bill", "Ludwig"], ["Bill", "Lyons"], ["Bill", "Macdonald"], ["Bill", "Mack"], ["Bill", "Madlock"], ["Bill", "Magee"], ["Bill", "Malarkey"], ["Bill", "Marshall"], ["Bill", "Massey"], ["Bill", "Mazeroski"], ["Bill", "McAfee"], ["Bill", "McAllester"], ["Bill", "McCabe"], ["Bill", "McCaffrey"], ["Bill", "McCahan"], ["Bill", "McCarren"], ["Bill", "McCarthy"], ["Bill", "McCauley"], ["Bill", "McClellan"], ["Bill", "McCloskey"], ["Bill", "McCorry"], ["Bill", "McGee"], ["Bill", "McGhee"], ["Bill", "McGill"], ["Bill", "McGilvray"], ["Bill", "McGowan"], ["Bill", "McGuire"], ["Bill", "McGunnigle"], ["Bill", "McKechnie"], ["Bill", "McNulty"], ["Bill", "McTigue"], ["Bill", "McWilliams"], ["Bill", "Meehan"], ["Bill", "Mellor"], ["Bill", "Melton"], ["Bill", "Merritt"], ["Bill", "Miller"], ["Bill", "Mills"], ["Bill", "Mizeur"], ["Bill", "Moisan"], ["Bill", "Monbouquette"], ["Bill", "Mooneyham"], ["Bill", "Moore"], ["Bill", "Moran"], ["Bill", "Morgan"], ["Bill", "Moriarty"], ["Bill", "Morley"], ["Bill", "Morrell"], ["Bill", "Morrisette"], ["Bill", "Mountjoy"], ["Bill", "Mueller"], ["Bill", "Mundy"], ["Bill", "Murphy"], ["Bill", "Murray"], ["Bill", "Nagel"], ["Bill", "Nahorodny"], ["Bill", "Narleski"], ["Bill", "Nelson"], ["Bill", "Nicholson"], ["Bill", "Niles"], ["Bill", "Norman"], ["Bill", "North"], ["Bill", "O'Hara"], ["Bill", "O'Neill"], ["Bill", "Ortega"], ["Bill", "Oster"], ["Bill", "Otey"], ["Bill", "Otis"], ["Bill", "Parks"], ["Bill", "Parsons"], ["Bill", "Paschall"], ["Bill", "Patton"], ["Bill", "Pecota"], ["Bill", "Perrin"], ["Bill", "Pertica"], ["Bill", "Peterman"], ["Bill", "Pfann"], ["Bill", "Phebus"], ["Bill", "Phillips"], ["Bill", "Phyle"], ["Bill", "Piercy"], ["Bill", "Pierro"], ["Bill", "Pleis"], ["Bill", "Plummer"], ["Bill", "Popp"], ["Bill", "Posedel"], ["Bill", "Pounds"], ["Bill", "Powell"], ["Bill", "Price"], ["Bill", "Prough"], ["Bill", "Pulsipher"], ["Bill", "Quarles"], ["Bill", "Ramsey"], ["Bill", "Rariden"], ["Bill", "Reeder"], ["Bill", "Regan"], ["Bill", "Reidy"], ["Bill", "Renna"], ["Bill", "Reynolds"], ["Bill", "Richardson"], ["Bill", "Rigney"], ["Bill", "Risley"], ["Bill", "Robinson"], ["Bill", "Rodgers"], ["Bill", "Rollinson"], ["Bill", "Roman"], ["Bill", "Rotes"], ["Bill", "Russell"], ["Bill", "Salkeld"], ["Bill", "Sampen"], ["Bill", "Sarni"], ["Bill", "Sayles"], ["Bill", "Schardt"], ["Bill", "Schenck"], ["Bill", "Scherrer"], ["Bill", "Schindler"], ["Bill", "Schlesinger"], ["Bill", "Schroeder"], ["Bill", "Schuster"], ["Bill", "Schwartz"], ["Bill", "Selby"], ["Bill", "Serena"], ["Bill", "Shanner"], ["Bill", "Sharp"], ["Bill", "Sharsig"], ["Bill", "Sherdel"], ["Bill", "Shettsline"], ["Bill", "Shipke"], ["Bill", "Shores"], ["Bill", "Short"], ["Bill", "Simas"], ["Bill", "Singer"], ["Bill", "Skiff"], ["Bill", "Skowron"], ["Bill", "Slayback"], ["Bill", "Smiley"], ["Bill", "Smith"], ["Bill", "Snyder"], ["Bill", "Sodd"], ["Bill", "Sommers"], ["Bill", "Southworth"], ["Bill", "Sowders"], ["Bill", "Spanswick"], ["Bill", "Spiers"], ["Bill", "Stafford"], ["Bill", "Stearns"], ["Bill", "Steele"], ["Bill", "Steen"], ["Bill", "Stein"], ["Bill", "Steinecke"], ["Bill", "Stellbauer"], ["Bill", "Stellberger"], ["Bill", "Stemmyer"], ["Bill", "Stewart"], ["Bill", "Stoneman"], ["Bill", "Strickland"], ["Bill", "Stuart"], ["Bill", "Stumpf"], ["Bill", "Sudakis"], ["Bill", "Sullivan"], ["Bill", "Swaggerty"], ["Bill", "Swanson"], ["Bill", "Swarback"], ["Bill", "Sweeney"], ["Bill", "Swift"], ["Bill", "Taylor"], ["Bill", "Terry"], ["Bill", "Thomas"], ["Bill", "Tierney"], ["Bill", "Tobin"], ["Bill", "Tozer"], ["Bill", "Traffley"], ["Bill", "Travers"], ["Bill", "Tremel"], ["Bill", "Trotter"], ["Bill", "Tuttle"], ["Bill", "Upham"], ["Bill", "Upton"], ["Bill", "Van Dyke"], ["Bill", "Vargus"], ["Bill", "Veeck"], ["Bill", "Vinton"], ["Bill", "Virdon"], ["Bill", "Voiselle"], ["Bill", "Voss"], ["Bill", "Wagner"], ["Bill", "Wakefield"], ["Bill", "Walker"], ["Bill", "Wambsganss"], ["Bill", "Warren"], ["Bill", "Warwick"], ["Bill", "Watkins"], ["Bill", "Webb"], ["Bill", "Wegman"], ["Bill", "Weir"], ["Bill", "Werle"], ["Bill", "Wertz"], ["Bill", "Whaley"], ["Bill", "Whitby"], ["Bill", "White"], ["Bill", "Whitrock"], ["Bill", "Wight"], ["Bill", "Wilkinson"], ["Bill", "Wilson"], ["Bill", "Windle"], ["Bill", "Wise"], ["Bill", "Wolff"], ["Bill", "Wright"], ["Bill", "Wynne"], ["Bill", "Yeatman"], ["Bill", "Yerrick"], ["Bill", "Yohe"], ["Bill", "Zepp"], ["Bill", "Zies"], ["Bill", "Zimmerman"], ["Bill", "Zinser"], ["Bill", "Zuber"], ["Billy", "Alvord"], ["Billy", "Arnold"], ["Billy", "Ashley"], ["Billy", "Baldwin"], ["Billy", "Barnie"], ["Billy", "Bates"], ["Billy", "Beane"], ["Billy", "Bowers"], ["Billy", "Brewer"], ["Billy", "Bryan"], ["Billy", "Buckner"], ["Billy", "Burke"], ["Billy", "Burns"], ["Billy", "Butler"], ["Billy", "Campbell"], ["Billy", "Clingman"], ["Billy", "Conigliaro"], ["Billy", "Consolo"], ["Billy", "Cowan"], ["Billy", "Cox"], ["Billy", "Crowell"], ["Billy", "DeMars"], ["Billy", "Earle"], ["Billy", "Evans"], ["Billy", "Gardner"], ["Billy", "Geer"], ["Billy", "Gilbert"], ["Billy", "Ging"], ["Billy", "Gleason"], ["Billy", "Goeckel"], ["Billy", "Goodman"], ["Billy", "Grabarkewitz"], ["Billy", "Graulich"], ["Billy", "Gumbert"], ["Billy", "Hamilton"], ["Billy", "Harrell"], ["Billy", "Harris"], ["Billy", "Hart"], ["Billy", "Hatcher"], ["Billy", "Herman"], ["Billy", "Hitchcock"], ["Billy", "Hoeft"], ["Billy", "Holm"], ["Billy", "Hulen"], ["Billy", "Hunter"], ["Billy", "Johnson"], ["Billy", "Jurges"], ["Billy", "Kelly"], ["Billy", "Kelsey"], ["Billy", "Kinloch"], ["Billy", "Klaus"], ["Billy", "Klusman"], ["Billy", "Koch"], ["Billy", "Lauder"], ["Billy", "Lee"], ["Billy", "Loes"], ["Billy", "Lush"], ["Billy", "MacLeod"], ["Billy", "Maharg"], ["Billy", "Maloney"], ["Billy", "Martin"], ["Billy", "McCool"], ["Billy", "McMillon"], ["Billy", "Meyer"], ["Billy", "Milligan"], ["Billy", "Moran"], ["Billy", "Muffett"], ["Billy", "Mullen"], ["Billy", "Murphy"], ["Billy", "Murray"], ["Billy", "Myers"], ["Billy", "Nash"], ["Billy", "O'Brien"], ["Billy", "O'Dell"], ["Billy", "Orr"], ["Billy", "Ott"], ["Billy", "Otterson"], ["Billy", "Palmer"], ["Billy", "Parker"], ["Billy", "Petrick"], ["Billy", "Pierce"], ["Billy", "Purtell"], ["Billy", "Queen"], ["Billy", "Redmond"], ["Billy", "Reed"], ["Billy", "Reid"], ["Billy", "Rhiel"], ["Billy", "Rhines"], ["Billy", "Riley"], ["Billy", "Ripken"], ["Billy", "Rogell"], ["Billy", "Rohr"], ["Billy", "Sadler"], ["Billy", "Sample"], ["Billy", "Serad"], ["Billy", "Shantz"], ["Billy", "Shindle"], ["Billy", "Smith"], ["Billy", "Sorrell"], ["Billy", "Southworth"], ["Billy", "Sullivan"], ["Billy", "Sunday"], ["Billy", "Taylor"], ["Billy", "Traber"], ["Billy", "Urbanski"], ["Billy", "Wagner"], ["Billy", "Werber"], ["Billy", "West"], ["Billy", "Williams"], ["Billy", "Wynne"], ["Billy", "Zitzmann"], ["Billy Jo", "Robidoux"], ["Bing", "Miller"], ["Binky", "Jones"], ["Bip", "Roberts"], ["Birdie", "Cree"], ["Birdie", "Tebbetts"], ["Bitsy", "Mott"], ["Biz", "Mackey"], ["Blackie", "Carter"], ["Blackie", "Schwamb"], ["Blaine", "Beatty"], ["Blaine", "Boyer"], ["Blaine", "Hardy"], ["Blaine", "Neal"], ["Blaine", "Thomas"], ["Blaise", "Ilsley"], ["Blake", "Beavan"], ["Blake", "Davis"], ["Blake", "DeWitt"], ["Blake", "Hawksworth"], ["Blake", "Lalli"], ["Blake", "Parker"], ["Blake", "Stein"], ["Blake", "Swihart"], ["Blake", "Tekotte"], ["Blake", "Treinen"], ["Blake", "Wood"], ["Blas", "Minor"], ["Blas", "Monaco"], ["Blix", "Donnelly"], ["Blondie", "Purcell"], ["Blondy", "Ryan"], ["Blue Moon", "Odom"], ["Bo", "Belinsky"], ["Bo", "Diaz"], ["Bo", "Hart"], ["Bo", "Jackson"], ["Bo", "McLaughlin"], ["Bo", "Porter"], ["Bo", "Schultz"], ["Boardwalk", "Brown"], ["Bob", "Adams"], ["Bob", "Addis"], ["Bob", "Addy"], ["Bob", "Alexander"], ["Bob", "Allen"], ["Bob", "Allietta"], ["Bob", "Allison"], ["Bob", "Anderson"], ["Bob", "Apodaca"], ["Bob", "Aspromonte"], ["Bob", "Ayrault"], ["Bob", "Babcock"], ["Bob", "Bailey"], ["Bob", "Bailor"], ["Bob", "Baird"], ["Bob", "Barnes"], ["Bob", "Barr"], ["Bob", "Barrett"], ["Bob", "Barthelson"], ["Bob", "Barton"], ["Bob", "Beall"], ["Bob", "Becker"], ["Bob", "Berman"], ["Bob", "Bescher"], ["Bob", "Black"], ["Bob", "Blakiston"], ["Bob", "Blaylock"], ["Bob", "Blewett"], ["Bob", "Boken"], ["Bob", "Boone"], ["Bob", "Borkowski"], ["Bob", "Botz"], ["Bob", "Bowman"], ["Bob", "Boyd"], ["Bob", "Brady"], ["Bob", "Brenly"], ["Bob", "Brower"], ["Bob", "Brown"], ["Bob", "Bruce"], ["Bob", "Brush"], ["Bob", "Buchanan"], ["Bob", "Buhl"], ["Bob", "Burda"], ["Bob", "Cain"], ["Bob", "Carpenter"], ["Bob", "Caruthers"], ["Bob", "Casey"], ["Bob", "Cerv"], ["Bob", "Chakales"], ["Bob", "Chance"], ["Bob", "Chesnes"], ["Bob", "Chipman"], ["Bob", "Chlupsa"], ["Bob", "Christian"], ["Bob", "Clark"], ["Bob", "Clemens"], ["Bob", "Coleman"], ["Bob", "Collins"], ["Bob", "Coluccio"], ["Bob", "Cone"], ["Bob", "Conley"], ["Bob", "Cooney"], ["Bob", "Coulson"], ["Bob", "Cremins"], ["Bob", "Darnell"], ["Bob", "Daughters"], ["Bob", "Davidson"], ["Bob", "Davis"], ["Bob", "Dernier"], ["Bob", "Detherage"], ["Bob", "DiPietro"], ["Bob", "Didier"], ["Bob", "Dillinger"], ["Bob", "Dresser"], ["Bob", "Duliba"], ["Bob", "Dustal"], ["Bob", "Edmondson"], ["Bob", "Elliott"], ["Bob", "Emmerich"], ["Bob", "Emslie"], ["Bob", "Ewing"], ["Bob", "Fallon"], ["Bob", "Farley"], ["Bob", "Feller"], ["Bob", "Ferguson"], ["Bob", "Ferris"], ["Bob", "File"], ["Bob", "Finley"], ["Bob", "Fisher"], ["Bob", "Forsch"], ["Bob", "Fothergill"], ["Bob", "Friedrichs"], ["Bob", "Friend"], ["Bob", "Galasso"], ["Bob", "Gallagher"], ["Bob", "Gamble"], ["Bob", "Gandy"], ["Bob", "Ganley"], ["Bob", "Garbark"], ["Bob", "Garber"], ["Bob", "Garibaldi"], ["Bob", "Geary"], ["Bob", "Gebhard"], ["Bob", "Geren"], ["Bob", "Giallombardo"], ["Bob", "Gibson"], ["Bob", "Giggie"], ["Bob", "Gilks"], ["Bob", "Gillespie"], ["Bob", "Glenalvin"], ["Bob", "Glenn"], ["Bob", "Gorinski"], ["Bob", "Greenwood"], ["Bob", "Grim"], ["Bob", "Groom"], ["Bob", "Habenicht"], ["Bob", "Hale"], ["Bob", "Hall"], ["Bob", "Hamelin"], ["Bob", "Hansen"], ["Bob", "Harmon"], ["Bob", "Harris"], ["Bob", "Harrison"], ["Bob", "Hartman"], ["Bob", "Hasty"], ["Bob", "Hazle"], ["Bob", "Heffner"], ["Bob", "Hegman"], ["Bob", "Heise"], ["Bob", "Hendley"], ["Bob", "Henley"], ["Bob", "Higgins"], ["Bob", "Hooper"], ["Bob", "Horner"], ["Bob", "Howry"], ["Bob", "Humphreys"], ["Bob", "Ingersoll"], ["Bob", "James"], ["Bob", "Johnson"], ["Bob", "Jones"], ["Bob", "Joyce"], ["Bob", "Kahle"], ["Bob", "Kaiser"], ["Bob", "Kammeyer"], ["Bob", "Katz"], ["Bob", "Kearney"], ["Bob", "Keating"], ["Bob", "Keegan"], ["Bob", "Keely"], ["Bob", "Kelly"], ["Bob", "Kennedy"], ["Bob", "Kinsella"], ["Bob", "Kipper"], ["Bob", "Kline"], ["Bob", "Klinger"], ["Bob", "Knepper"], ["Bob", "Kuzava"], ["Bob", "Lacey"], ["Bob", "Langsford"], ["Bob", "Larmore"], ["Bob", "Lawrence"], ["Bob", "Lawson"], ["Bob", "Leadley"], ["Bob", "Lee"], ["Bob", "Lemon"], ["Bob", "Lennon"], ["Bob", "Lillis"], ["Bob", "Lindemann"], ["Bob", "Linton"], ["Bob", "Lipski"], ["Bob", "Loane"], ["Bob", "Locker"], ["Bob", "Logan"], ["Bob", "Long"], ["Bob", "Mabe"], ["Bob", "Macdonald"], ["Bob", "Mahoney"], ["Bob", "Maier"], ["Bob", "Malloy"], ["Bob", "Marquis"], ["Bob", "Martyn"], ["Bob", "Mavis"], ["Bob", "McClure"], ["Bob", "McCrory"], ["Bob", "McGraw"], ["Bob", "McHale"], ["Bob", "McKinney"], ["Bob", "McNamara"], ["Bob", "Meacham"], ["Bob", "Meinke"], ["Bob", "Melvin"], ["Bob", "Meusel"], ["Bob", "Meyer"], ["Bob", "Milacki"], ["Bob", "Miller"], ["Bob", "Milliken"], ["Bob", "Molinaro"], ["Bob", "Montgomery"], ["Bob", "Moorhead"], ["Bob", "Moose"], ["Bob", "Muncrief"], ["Bob", "Murphy"], ["Bob", "Myrick"], ["Bob", "Neighbors"], ["Bob", "Nieman"], ["Bob", "O'Brien"], ["Bob", "O'Farrell"], ["Bob", "Ojeda"], ["Bob", "Oldis"], ["Bob", "Oliver"], ["Bob", "Osborn"], ["Bob", "Owchinko"], ["Bob", "Pate"], ["Bob", "Patrick"], ["Bob", "Patterson"], ["Bob", "Pepper"], ["Bob", "Perry"], ["Bob", "Peterson"], ["Bob", "Pettit"], ["Bob", "Porter"], ["Bob", "Porterfield"], ["Bob", "Poser"], ["Bob", "Powell"], ["Bob", "Prichard"], ["Bob", "Priddy"], ["Bob", "Purkey"], ["Bob", "Ramazzotti"], ["Bob", "Randall"], ["Bob", "Rauch"], ["Bob", "Raudman"], ["Bob", "Reach"], ["Bob", "Reece"], ["Bob", "Reed"], ["Bob", "Repass"], ["Bob", "Reynolds"], ["Bob", "Rhoads"], ["Bob", "Rice"], ["Bob", "Rinker"], ["Bob", "Robertson"], ["Bob", "Roselli"], ["Bob", "Ross"], ["Bob", "Rothel"], ["Bob", "Rush"], ["Bob", "Sadowski"], ["Bob", "Savage"], ["Bob", "Saverine"], ["Bob", "Scanlan"], ["Bob", "Schaefer"], ["Bob", "Scheffing"], ["Bob", "Scherbarth"], ["Bob", "Schmidt"], ["Bob", "Schroder"], ["Bob", "Schultz"], ["Bob", "Sebra"], ["Bob", "Seeds"], ["Bob", "Shaw"], ["Bob", "Shawkey"], ["Bob", "Sheldon"], ["Bob", "Shirley"], ["Bob", "Skinner"], ["Bob", "Skube"], ["Bob", "Smith"], ["Bob", "Spade"], ["Bob", "Speake"], ["Bob", "Spence"], ["Bob", "Spicer"], ["Bob", "Sprout"], ["Bob", "Stanley"], ["Bob", "Steele"], ["Bob", "Stephenson"], ["Bob", "Stinson"], ["Bob", "Stoddard"], ["Bob", "Strampe"], ["Bob", "Swift"], ["Bob", "Sykes"], ["Bob", "Talbot"], ["Bob", "Taylor"], ["Bob", "Terlecki"], ["Bob", "Tewksbury"], ["Bob", "Thorpe"], ["Bob", "Thurman"], ["Bob", "Tillman"], ["Bob", "Trice"], ["Bob", "Trowbridge"], ["Bob", "Tufts"], ["Bob", "Turley"], ["Bob", "Uecker"], ["Bob", "Uhl"], ["Bob", "Unglaub"], ["Bob", "Usher"], ["Bob", "Vail"], ["Bob", "Valentine"], ["Bob", "Veale"], ["Bob", "Veselic"], ["Bob", "Vines"], ["Bob", "Walk"], ["Bob", "Watkins"], ["Bob", "Watson"], ["Bob", "Way"], ["Bob", "Weiland"], ["Bob", "Welch"], ["Bob", "Wellman"], ["Bob", "Wells"], ["Bob", "Whitcher"], ["Bob", "Wicker"], ["Bob", "Wickman"], ["Bob", "Wiesler"], ["Bob", "Will"], ["Bob", "Williams"], ["Bob", "Wilson"], ["Bob", "Wolcott"], ["Bob", "Wood"], ["Bob", "Wright"], ["Bob", "Zick"], ["Bob", "Zupcic"], ["Bobby", "Abreu"], ["Bobby", "Adams"], ["Bobby", "Avila"], ["Bobby", "Ayala"], ["Bobby", "Balcena"], ["Bobby", "Bolin"], ["Bobby", "Bonds"], ["Bobby", "Bonilla"], ["Bobby", "Bonner"], ["Bobby", "Bragan"], ["Bobby", "Brooks"], ["Bobby", "Brown"], ["Bobby", "Burke"], ["Bobby", "Byrne"], ["Bobby", "Cargo"], ["Bobby", "Cassevah"], ["Bobby", "Castillo"], ["Bobby", "Chouinard"], ["Bobby", "Clack"], ["Bobby", "Clark"], ["Bobby", "Coombs"], ["Bobby", "Cox"], ["Bobby", "Cramer"], ["Bobby", "Crosby"], ["Bobby", "Cuellar"], ["Bobby", "Darwin"], ["Bobby", "Del Greco"], ["Bobby", "Doerr"], ["Bobby", "Durnbaugh"], ["Bobby", "Estalella"], ["Bobby", "Etheridge"], ["Bobby", "Fenwick"], ["Bobby", "Floyd"], ["Bobby", "Grich"], ["Bobby", "Guindon"], ["Bobby", "Henrich"], ["Bobby", "Herrera"], ["Bobby", "Higginson"], ["Bobby", "Hill"], ["Bobby", "Hofman"], ["Bobby", "Hogue"], ["Bobby", "Hughes"], ["Bobby", "Jenks"], ["Bobby", "Jones"], ["Bobby", "Keefe"], ["Bobby", "Keppel"], ["Bobby", "Kielty"], ["Bobby", "Klaus"], ["Bobby", "Kline"], ["Bobby", "Knoop"], ["Bobby", "Korecky"], ["Bobby", "LaFromboise"], ["Bobby", "LaMotte"], ["Bobby", "Livingston"], ["Bobby", "Locke"], ["Bobby", "Lowe"], ["Bobby", "Madritsch"], ["Bobby", "Malkmus"], ["Bobby", "Mathews"], ["Bobby", "Mattick"], ["Bobby", "Messenger"], ["Bobby", "Mitchell"], ["Bobby", "Moore"], ["Bobby", "Morgan"], ["Bobby", "Munoz"], ["Bobby", "Murcer"], ["Bobby", "Murray"], ["Bobby", "Parnell"], ["Bobby", "Pfeil"], ["Bobby", "Prescott"], ["Bobby", "Ramos"], ["Bobby", "Reeves"], ["Bobby", "Reis"], ["Bobby", "Rhawn"], ["Bobby", "Richardson"], ["Bobby", "Rose"], ["Bobby", "Rothermel"], ["Bobby", "Scales"], ["Bobby", "Schang"], ["Bobby", "Seay"], ["Bobby", "Shantz"], ["Bobby", "Smith"], ["Bobby", "Sprowl"], ["Bobby", "Stevens"], ["Bobby", "Sturgeon"], ["Bobby", "Thigpen"], ["Bobby", "Thompson"], ["Bobby", "Thomson"], ["Bobby", "Tiefenauer"], ["Bobby", "Tolan"], ["Bobby", "Trevino"], ["Bobby", "Valentine"], ["Bobby", "Vaughn"], ["Bobby", "Veach"], ["Bobby", "Wallace"], ["Bobby", "Wheelock"], ["Bobby", "Wilkins"], ["Bobby", "Wilson"], ["Bobby", "Wine"], ["Bobby", "Winkles"], ["Bobby", "Witt"], ["Bobby", "Young"], ["Bobo", "Holloman"], ["Bobo", "Newsom"], ["Bobo", "Osborne"], ["Bock", "Baker"], ["Boileryard", "Clarke"], ["Bombo", "Rivera"], ["Bones", "Ely"], ["Bonnie", "Hollingsworth"], ["Boob", "Fowler"], ["Boof", "Bonser"], ["Boog", "Powell"], ["Boom-Boom", "Beck"], ["Boone", "Logan"], ["Boots", "Day"], ["Boots", "Poffenberger"], ["Boss", "Schmidt"], ["Bots", "Nekola"], ["Bowie", "Kuhn"], ["Boyd", "Bartley"], ["Boyd", "Perry"], ["Boze", "Berger"], ["Brad", "Arnsberg"], ["Brad", "Ausmus"], ["Brad", "Bergesen"], ["Brad", "Boxberger"], ["Brad", "Brach"], ["Brad", "Brink"], ["Brad", "Clontz"], ["Brad", "Cornett"], ["Brad", "Davis"], ["Brad", "Eldred"], ["Brad", "Emaus"], ["Brad", "Fullmer"], ["Brad", "Glenn"], ["Brad", "Gulden"], ["Brad", "Halsey"], ["Brad", "Hand"], ["Brad", "Harman"], ["Brad", "Havens"], ["Brad", "Hawpe"], ["Brad", "Hennessey"], ["Brad", "Hogg"], ["Brad", "Holman"], ["Brad", "Kilby"], ["Brad", "Kocher"], ["Brad", "Komminsk"], ["Brad", "Lesley"], ["Brad", "Lidge"], ["Brad", "Lincoln"], ["Brad", "Miller"], ["Brad", "Mills"], ["Brad", "Moore"], ["Brad", "Nelson"], ["Brad", "Peacock"], ["Brad", "Pennington"], ["Brad", "Penny"], ["Brad", "Radke"], ["Brad", "Rigby"], ["Brad", "Salmon"], ["Brad", "Snyder"], ["Brad", "Springer"], ["Brad", "Thomas"], ["Brad", "Thompson"], ["Brad", "Voyles"], ["Brad", "Wellman"], ["Brad", "Wilkerson"], ["Brad", "Woodall"], ["Brad", "Ziegler"], ["Braden", "Looper"], ["Bradin", "Hagens"], ["Brady", "Anderson"], ["Brady", "Clark"], ["Brady", "Raggio"], ["Braggo", "Roth"], ["Branch", "Rickey"], ["Branden", "Pinder"], ["Brandon", "Allen"], ["Brandon", "Backe"], ["Brandon", "Bantz"], ["Brandon", "Barnes"], ["Brandon", "Beachy"], ["Brandon", "Belt"], ["Brandon", "Berger"], ["Brandon", "Boggs"], ["Brandon", "Claussen"], ["Brandon", "Crawford"], ["Brandon", "Cumpton"], ["Brandon", "Cunniff"], ["Brandon", "Dickson"], ["Brandon", "Drury"], ["Brandon", "Duckworth"], ["Brandon", "Fahey"], ["Brandon", "Finnegan"], ["Brandon", "Gomes"], ["Brandon", "Guyer"], ["Brandon", "Harper"], ["Brandon", "Hicks"], ["Brandon", "Hyde"], ["Brandon", "Inge"], ["Brandon", "Jones"], ["Brandon", "Kintzler"], ["Brandon", "Knight"], ["Brandon", "Kolb"], ["Brandon", "Laird"], ["Brandon", "Larson"], ["Brandon", "League"], ["Brandon", "Lyon"], ["Brandon", "Maurer"], ["Brandon", "McCarthy"], ["Brandon", "Medders"], ["Brandon", "Morrow"], ["Brandon", "Moss"], ["Brandon", "Phillips"], ["Brandon", "Puffer"], ["Brandon", "Snyder"], ["Brandon", "Villafuerte"], ["Brandon", "Watson"], ["Brandon", "Webb"], ["Brandon", "Wood"], ["Brandon", "Workman"], ["Brandy", "Davis"], ["Brant", "Alyea"], ["Brant", "Brown"], ["Braulio", "Castillo"], ["Brayan", "Pena"], ["Brayan", "Villarreal"], ["Brendan", "Donnelly"], ["Brendan", "Harris"], ["Brendan", "Ryan"], ["Brennan", "Boesch"], ["Brent", "Abernathy"], ["Brent", "Billingsley"], ["Brent", "Bowers"], ["Brent", "Brede"], ["Brent", "Butler"], ["Brent", "Clevlen"], ["Brent", "Cookson"], ["Brent", "Dlugach"], ["Brent", "Gaff"], ["Brent", "Gates"], ["Brent", "Knackert"], ["Brent", "Leach"], ["Brent", "Lillibridge"], ["Brent", "Mayne"], ["Brent", "Morel"], ["Brent", "Strom"], ["Bret", "Barberie"], ["Bret", "Boone"], ["Bret", "Hemphill"], ["Bret", "Prinz"], ["Bret", "Saberhagen"], ["Brett", "Anderson"], ["Brett", "Bochy"], ["Brett", "Butler"], ["Brett", "Campbell"], ["Brett", "Carroll"], ["Brett", "Cecil"], ["Brett", "Gardner"], ["Brett", "Gideon"], ["Brett", "Hayes"], ["Brett", "Hinchliffe"], ["Brett", "Jackson"], ["Brett", "Jodie"], ["Brett", "Lawrie"], ["Brett", "Laxton"], ["Brett", "Marshall"], ["Brett", "Merriman"], ["Brett", "Myers"], ["Brett", "Oberholtzer"], ["Brett", "Pill"], ["Brett", "Sinkbeil"], ["Brett", "Tomko"], ["Brett", "Wallace"], ["Brian", "Allard"], ["Brian", "Anderson"], ["Brian", "Asselstine"], ["Brian", "Banks"], ["Brian", "Bannister"], ["Brian", "Barber"], ["Brian", "Barden"], ["Brian", "Bark"], ["Brian", "Barkley"], ["Brian", "Barnes"], ["Brian", "Barton"], ["Brian", "Bass"], ["Brian", "Bevil"], ["Brian", "Bixler"], ["Brian", "Bocock"], ["Brian", "Boehringer"], ["Brian", "Bogusevic"], ["Brian", "Bohanon"], ["Brian", "Bowles"], ["Brian", "Brady"], ["Brian", "Broderick"], ["Brian", "Bruney"], ["Brian", "Buchanan"], ["Brian", "Burres"], ["Brian", "Buscher"], ["Brian", "Cooper"], ["Brian", "Dallimore"], ["Brian", "Daubach"], ["Brian", "Dayett"], ["Brian", "Denman"], ["Brian", "Dinkelman"], ["Brian", "Dorsett"], ["Brian", "Downing"], ["Brian", "Doyle"], ["Brian", "Dozier"], ["Brian", "Drahman"], ["Brian", "Dubois"], ["Brian", "Duensing"], ["Brian", "Edmondson"], ["Brian", "Ellington"], ["Brian", "Esposito"], ["Brian", "Falkenborg"], ["Brian", "Fisher"], ["Brian", "Fitzgerald"], ["Brian", "Flynn"], ["Brian", "Fuentes"], ["Brian", "Giles"], ["Brian", "Givens"], ["Brian", "Gordon"], ["Brian", "Greer"], ["Brian", "Harper"], ["Brian", "Holman"], ["Brian", "Holton"], ["Brian", "Horwitz"], ["Brian", "Hunter"], ["Brian", "Johnson"], ["Brian", "Jordan"], ["Brian", "Keyser"], ["Brian", "Kingman"], ["Brian", "Koelling"], ["Brian", "Kowitz"], ["Brian", "Lawrence"], ["Brian", "Lesher"], ["Brian", "Looney"], ["Brian", "Mallette"], ["Brian", "Matusz"], ["Brian", "Maxcy"], ["Brian", "McCall"], ["Brian", "McCann"], ["Brian", "McNichol"], ["Brian", "McRae"], ["Brian", "Meadows"], ["Brian", "Meyer"], ["Brian", "Milner"], ["Brian", "Moehler"], ["Brian", "Myrow"], ["Brian", "O'Connor"], ["Brian", "Omogrosso"], ["Brian", "Ostrosser"], ["Brian", "Powell"], ["Brian", "Raabe"], ["Brian", "Reith"], ["Brian", "Roberts"], ["Brian", "Rogers"], ["Brian", "Rose"], ["Brian", "Sackinsky"], ["Brian", "Sanches"], ["Brian", "Schlitter"], ["Brian", "Schmack"], ["Brian", "Schneider"], ["Brian", "Shackelford"], ["Brian", "Shouse"], ["Brian", "Sikorski"], ["Brian", "Simmons"], ["Brian", "Slocum"], ["Brian", "Smith"], ["Brian", "Snyder"], ["Brian", "Stokes"], ["Brian", "Sweeney"], ["Brian", "Tallet"], ["Brian", "Tollberg"], ["Brian", "Traxler"], ["Brian", "Turang"], ["Brian", "Williams"], ["Brian", "Wilson"], ["Brian", "Wolfe"], ["Brick", "Smith"], ["Brickyard", "Kennedy"], ["Bris", "Lord"], ["Britt", "Burns"], ["Britt", "Reames"], ["Broadway", "Jones"], ["Brock", "Davis"], ["Brock", "Holt"], ["Brock", "Pemberton"], ["Brock", "Peterson"], ["Broderick", "Perkins"], ["Bronson", "Arroyo"], ["Bronson", "Heflin"], ["Bronson", "Sardinha"], ["Bronswell", "Patrick"], ["Brook", "Fordyce"], ["Brook", "Jacoby"], ["Brooks", "Brown"], ["Brooks", "Conrad"], ["Brooks", "Kieschnick"], ["Brooks", "Lawrence"], ["Brooks", "Raley"], ["Brooks", "Robinson"], ["Brownie", "Foreman"], ["Bruce", "Aven"], ["Bruce", "Barmes"], ["Bruce", "Benedict"], ["Bruce", "Berenyi"], ["Bruce", "Billings"], ["Bruce", "Bochte"], ["Bruce", "Bochy"], ["Bruce", "Boisclair"], ["Bruce", "Brubaker"], ["Bruce", "Caldwell"], ["Bruce", "Campbell"], ["Bruce", "Chen"], ["Bruce", "Christensen"], ["Bruce", "Connatser"], ["Bruce", "Cunningham"], ["Bruce", "Dal Canton"], ["Bruce", "Edwards"], ["Bruce", "Egloff"], ["Bruce", "Ellingsen"], ["Bruce", "Fields"], ["Bruce", "Hartford"], ["Bruce", "Hitt"], ["Bruce", "Howard"], ["Bruce", "Hurst"], ["Bruce", "Kimm"], ["Bruce", "Kison"], ["Bruce", "Konopka"], ["Bruce", "Look"], ["Bruce", "Miller"], ["Bruce", "Ogrodowski"], ["Bruce", "Robbins"], ["Bruce", "Robinson"], ["Bruce", "Rondon"], ["Bruce", "Ruffin"], ["Bruce", "Sloan"], ["Bruce", "Sutter"], ["Bruce", "Tanner"], ["Bruce", "Taylor"], ["Bruce", "Von Hoff"], ["Bruce", "Walton"], ["Bruno", "Betzel"], ["Bruno", "Block"], ["Bruno", "Haas"], ["Bry", "Nelson"], ["Bryan", "Anderson"], ["Bryan", "Augenstein"], ["Bryan", "Bullington"], ["Bryan", "Clark"], ["Bryan", "Clutterbuck"], ["Bryan", "Corey"], ["Bryan", "Eversgerd"], ["Bryan", "Harvey"], ["Bryan", "Hebson"], ["Bryan", "Hickerson"], ["Bryan", "Holaday"], ["Bryan", "Kelly"], ["Bryan", "LaHair"], ["Bryan", "Little"], ["Bryan", "Mitchell"], ["Bryan", "Morris"], ["Bryan", "Oelkers"], ["Bryan", "Petersen"], ["Bryan", "Price"], ["Bryan", "Rekar"], ["Bryan", "Shaw"], ["Bryan", "Stephens"], ["Bryan", "Ward"], ["Bryce", "Brentz"], ["Bryce", "Florie"], ["Bryce", "Harper"], ["Bryn", "Smith"], ["Bub", "Kuhn"], ["Bub", "McAtee"], ["Bubba", "Carpenter"], ["Bubba", "Church"], ["Bubba", "Crosby"], ["Bubba", "Floyd"], ["Bubba", "Harris"], ["Bubba", "Morton"], ["Bubba", "Phillips"], ["Bubba", "Trammell"], ["Bubber", "Jonnard"], ["Bubbles", "Hargrave"], ["Buck", "Becannon"], ["Buck", "Coats"], ["Buck", "Crouse"], ["Buck", "Danner"], ["Buck", "Etchison"], ["Buck", "Ewing"], ["Buck", "Farmer"], ["Buck", "Fausett"], ["Buck", "Freeman"], ["Buck", "Frierson"], ["Buck", "Gladmon"], ["Buck", "Herzog"], ["Buck", "Hooker"], ["Buck", "Hopkins"], ["Buck", "Jordan"], ["Buck", "Leonard"], ["Buck", "Marrow"], ["Buck", "Martinez"], ["Buck", "O'Brien"], ["Buck", "Redfern"], ["Buck", "Rodgers"], ["Buck", "Rogers"], ["Buck", "Ross"], ["Buck", "Showalter"], ["Buck", "Stanley"], ["Buck", "Stanton"], ["Buck", "Sweeney"], ["Buck", "Thrasher"], ["Buck", "Varner"], ["Buck", "Washer"], ["Buck", "Weaver"], ["Buck", "West"], ["Buckshot", "May"], ["Bucky", "Brandon"], ["Bucky", "Dent"], ["Bucky", "Guth"], ["Bucky", "Harris"], ["Bucky", "Jacobs"], ["Bucky", "Jacobsen"], ["Bucky", "Veil"], ["Bucky", "Walters"], ["Bud", "Anderson"], ["Bud", "Bates"], ["Bud", "Black"], ["Bud", "Bloomfield"], ["Bud", "Bulling"], ["Bud", "Byerly"], ["Bud", "Clancy"], ["Bud", "Connolly"], ["Bud", "Culloton"], ["Bud", "Daley"], ["Bud", "Davis"], ["Bud", "Hafey"], ["Bud", "Hardin"], ["Bud", "Harrelson"], ["Bud", "Heine"], ["Bud", "Messenger"], ["Bud", "Metheny"], ["Bud", "Morse"], ["Bud", "Norris"], ["Bud", "Podbielan"], ["Bud", "Sharpe"], ["Bud", "Sheely"], ["Bud", "Sketchley"], ["Bud", "Smith"], ["Bud", "Souchock"], ["Bud", "Stewart"], ["Bud", "Swartz"], ["Bud", "Teachout"], ["Bud", "Thomas"], ["Bud", "Tinning"], ["Bud", "Weiser"], ["Bud", "Zipfel"], ["Buddy", "Bell"], ["Buddy", "Biancalana"], ["Buddy", "Black"], ["Buddy", "Blair"], ["Buddy", "Blattner"], ["Buddy", "Booker"], ["Buddy", "Boshers"], ["Buddy", "Bradford"], ["Buddy", "Carlyle"], ["Buddy", "Crump"], ["Buddy", "Dear"], ["Buddy", "Gilbert"], ["Buddy", "Gremp"], ["Buddy", "Groom"], ["Buddy", "Hancken"], ["Buddy", "Harris"], ["Buddy", "Hassett"], ["Buddy", "Hicks"], ["Buddy", "Hunter"], ["Buddy", "Kerr"], ["Buddy", "Lewis"], ["Buddy", "Lively"], ["Buddy", "Myer"], ["Buddy", "Napier"], ["Buddy", "Peterson"], ["Buddy", "Pritchard"], ["Buddy", "Rosar"], ["Buddy", "Ryan"], ["Buddy", "Schultz"], ["Bug", "Holliday"], ["Bugs", "Bennett"], ["Bugs", "Raymond"], ["Bugs", "Reisigl"], ["Bull", "Durham"], ["Bull", "Smith"], ["Bull", "Wagner"], ["Bullet", "Rogan"], ["Bullet Joe", "Bush"], ["Bump", "Hadley"], ["Bump", "Wills"], ["Bumpus", "Jones"], ["Bun", "Troy"], ["Bunk", "Congalton"], ["Bunky", "Stewart"], ["Bunny", "Brief"], ["Bunny", "Fabrique"], ["Bunny", "Hearn"], ["Bunny", "Madden"], ["Bunny", "Pearce"], ["Bunny", "Roser"], ["Burch", "Smith"], ["Burgess", "Whitehead"], ["Burke", "Badenhop"], ["Burleigh", "Grimes"], ["Burley", "Bayer"], ["Burt", "Hooton"], ["Burt", "Keeley"], ["Burt", "Shotton"], ["Buster", "Adams"], ["Buster", "Bray"], ["Buster", "Brown"], ["Buster", "Burrell"], ["Buster", "Chatham"], ["Buster", "Hoover"], ["Buster", "Maynard"], ["Buster", "Mills"], ["Buster", "Narum"], ["Buster", "Posey"], ["Buster", "Ross"], ["Butch", "Alberts"], ["Butch", "Benton"], ["Butch", "Davis"], ["Butch", "Edge"], ["Butch", "Henline"], ["Butch", "Henry"], ["Butch", "Hobson"], ["Butch", "Huskey"], ["Butch", "Metzger"], ["Butch", "Nieman"], ["Butch", "Rementer"], ["Butch", "Schmidt"], ["Butch", "Sutcliffe"], ["Butch", "Weis"], ["Butch", "Wensloff"], ["Butch", "Wynegar"], ["Buttercup", "Dickerson"], ["Buttons", "Briggs"], ["Butts", "Wagner"], ["Buz", "Phillips"], ["Buzz", "Arlett"], ["Buzz", "Boyle"], ["Buzz", "Capra"], ["Buzz", "Clarkson"], ["Buzz", "Dozier"], ["Buzz", "Murphy"], ["Buzz", "Stephen"], ["Buzz", "Wetzel"], ["Buzzy", "Wares"], ["By", "Speece"], ["Byrd", "Lynn"], ["Byron", "Browne"], ["Byron", "Buxton"], ["Byron", "Gettis"], ["Byron", "Houck"], ["Byron", "Humphrey"], ["Byron", "McLaughlin"], ["Byung-Hyun", "Kim"], ["C. B.", "Burns"], ["C. C.", "Lee"], ["C. J.", "Cron"], ["C. J.", "Fick"], ["C. J.", "Nitkowski"], ["C. J.", "Riefenhauser"], ["C. J.", "Wilson"], ["C. V.", "Matteson"], ["CC", "Sabathia"], ["Cactus", "Keck"], ["Cad", "Coles"], ["Cal", "Abrams"], ["Cal", "Broughton"], ["Cal", "Browning"], ["Cal", "Cooper"], ["Cal", "Crum"], ["Cal", "Dorsett"], ["Cal", "Eldred"], ["Cal", "Emery"], ["Cal", "Ermer"], ["Cal", "Hogue"], ["Cal", "Howe"], ["Cal", "Hubbard"], ["Cal", "Koonce"], ["Cal", "McLish"], ["Cal", "McVey"], ["Cal", "Neeman"], ["Cal", "Ripken"], ["Cal", "Vasbinder"], ["Caleb", "Cotham"], ["Caleb", "Gindl"], ["Caleb", "Joseph"], ["Caleb", "Thielbar"], ["Callix", "Crabbe"], ["Calvin", "Chapman"], ["Calvin", "Jones"], ["Calvin", "Maduro"], ["Calvin", "Murray"], ["Calvin", "Pickering"], ["Calvin", "Schiraldi"], ["Cam", "Bedrosian"], ["Cam", "Carreon"], ["Cameron", "Cairncross"], ["Cameron", "Drew"], ["Cameron", "Maybin"], ["Cameron", "Rupp"], ["Camilo", "Pascual"], ["Camp", "Skinner"], ["Candy", "Cummings"], ["Candy", "Harris"], ["Candy", "LaChance"], ["Candy", "Maldonado"], ["Candy", "Nelson"], ["Candy", "Sierra"], ["Cannonball", "Titcomb"], ["Cap", "Anson"], ["Cap", "Clark"], ["Cap", "Crowell"], ["Cap", "Peterson"], ["Cardell", "Camper"], ["Carden", "Gillenwater"], ["Carey", "Selph"], ["Carl", "Boles"], ["Carl", "Bouldin"], ["Carl", "Cashion"], ["Carl", "Crawford"], ["Carl", "Dale"], ["Carl", "Doyle"], ["Carl", "Druhot"], ["Carl", "Duser"], ["Carl", "East"], ["Carl", "Edwards"], ["Carl", "Erskine"], ["Carl", "Everett"], ["Carl", "Fischer"], ["Carl", "Furillo"], ["Carl", "Holling"], ["Carl", "Hubbell"], ["Carl", "Husta"], ["Carl", "Lind"], ["Carl", "Lindquist"], ["Carl", "Linhart"], ["Carl", "Lundgren"], ["Carl", "Manda"], ["Carl", "Mathias"], ["Carl", "Mays"], ["Carl", "McNabb"], ["Carl", "Miles"], ["Carl", "Morton"], ["Carl", "Nichols"], ["Carl", "Pavano"], ["Carl", "Powis"], ["Carl", "Ray"], ["Carl", "Reynolds"], ["Carl", "Sadler"], ["Carl", "Sawatski"], ["Carl", "Sawyer"], ["Carl", "Scheib"], ["Carl", "Schutz"], ["Carl", "Sitton"], ["Carl", "Stimson"], ["Carl", "Sumner"], ["Carl", "Taylor"], ["Carl", "Thomas"], ["Carl", "Vandagrift"], ["Carl", "Warwick"], ["Carl", "Weilman"], ["Carl", "Willey"], ["Carl", "Willis"], ["Carl", "Yastrzemski"], ["Carl", "Yowell"], ["Carl", "Zamloch"], ["Carlisle", "Littlejohn"], ["Carlos", "Almanzar"], ["Carlos", "Baerga"], ["Carlos", "Beltran"], ["Carlos", "Bernier"], ["Carlos", "Carrasco"], ["Carlos", "Casimiro"], ["Carlos", "Castillo"], ["Carlos", "Contreras"], ["Carlos", "Corporan"], ["Carlos", "Correa"], ["Carlos", "Crawford"], ["Carlos", "Delgado"], ["Carlos", "Diaz"], ["Carlos", "Febles"], ["Carlos", "Fisher"], ["Carlos", "Frias"], ["Carlos", "Garcia"], ["Carlos", "Gomez"], ["Carlos", "Gonzalez"], ["Carlos", "Guevara"], ["Carlos", "Guillen"], ["Carlos", "Hernandez"], ["Carlos", "Lee"], ["Carlos", "Lezcano"], ["Carlos", "Lopez"], ["Carlos", "Maldonado"], ["Carlos", "Marmol"], ["Carlos", "Martinez"], ["Carlos", "May"], ["Carlos", "Mendez"], ["Carlos", "Mendoza"], ["Carlos", "Monasterios"], ["Carlos", "Moore"], ["Carlos", "Muniz"], ["Carlos", "Pascual"], ["Carlos", "Paula"], ["Carlos", "Peguero"], ["Carlos", "Pena"], ["Carlos", "Perez"], ["Carlos", "Ponce"], ["Carlos", "Pulido"], ["Carlos", "Quentin"], ["Carlos", "Quintana"], ["Carlos", "Reyes"], ["Carlos", "Rivera"], ["Carlos", "Rivero"], ["Carlos", "Rodon"], ["Carlos", "Rodriguez"], ["Carlos", "Rosa"], ["Carlos", "Ruiz"], ["Carlos", "Sanchez"], ["Carlos", "Santana"], ["Carlos", "Silva"], ["Carlos", "Torres"], ["Carlos", "Tosca"], ["Carlos", "Triunfel"], ["Carlos", "Valderrama"], ["Carlos", "Valdez"], ["Carlos", "Velazquez"], ["Carlos", "Villanueva"], ["Carlos", "Zambrano"], ["Carlton", "Fisk"], ["Carlton", "Loewer"], ["Carlton", "Lord"], ["Carlton", "Molesworth"], ["Carmelo", "Castillo"], ["Carmelo", "Martinez"], ["Carmen", "Cali"], ["Carmen", "Fanzone"], ["Carmen", "Hill"], ["Carmen", "Mauro"], ["Carmen", "Pignatiello"], ["Carney", "Flynn"], ["Carney", "Lansford"], ["Carr", "Smith"], ["Carroll", "Hardy"], ["Carroll", "Sembera"], ["Carroll", "Yerkes"], ["Carson", "Bigbee"], ["Carson", "Blair"], ["Carson", "Smith"], ["Carter", "Capps"], ["Carter", "Elliott"], ["Casey", "Blake"], ["Casey", "Candaele"], ["Casey", "Coleman"], ["Casey", "Cox"], ["Casey", "Crosby"], ["Casey", "Daigle"], ["Casey", "Fien"], ["Casey", "Fossum"], ["Casey", "Hageman"], ["Casey", "Janssen"], ["Casey", "Kelly"], ["Casey", "Kotchman"], ["Casey", "McGehee"], ["Casey", "Parsons"], ["Casey", "Patten"], ["Casey", "Sadler"], ["Casey", "Stengel"], ["Casey", "Wise"], ["Casper", "Asbjornson"], ["Casper", "Wells"], ["Cass", "Michaels"], ["Catfish", "Hunter"], ["Cecil", "Bolton"], ["Cecil", "Butler"], ["Cecil", "Coombs"], ["Cecil", "Cooper"], ["Cecil", "Espy"], ["Cecil", "Ferguson"], ["Cecil", "Fielder"], ["Cecil", "Garriott"], ["Cecil", "Perkins"], ["Cecil", "Travis"], ["Cecil", "Upshaw"], ["Cecilio", "Guante"], ["Ced", "Landrum"], ["Cedric", "Durst"], ["Cedric", "Hunter"], ["Cedrick", "Bowers"], ["Celerino", "Sanchez"], ["Cesar", "Cabral"], ["Cesar", "Carrillo"], ["Cesar", "Cedeno"], ["Cesar", "Crespo"], ["Cesar", "Devarez"], ["Cesar", "Geronimo"], ["Cesar", "Gutierrez"], ["Cesar", "Hernandez"], ["Cesar", "Izturis"], ["Cesar", "Jimenez"], ["Cesar", "Ramos"], ["Cesar", "Tovar"], ["Cesar", "Valdez"], ["Cha-Seung", "Baek"], ["Chad", "Allen"], ["Chad", "Beck"], ["Chad", "Bentz"], ["Chad", "Bettis"], ["Chad", "Billingsley"], ["Chad", "Bradford"], ["Chad", "Cordero"], ["Chad", "Curtis"], ["Chad", "Durbin"], ["Chad", "Fonville"], ["Chad", "Fox"], ["Chad", "Gaudin"], ["Chad", "Harville"], ["Chad", "Hermansen"], ["Chad", "Huffman"], ["Chad", "Hutchinson"], ["Chad", "Jenkins"], ["Chad", "Kimsey"], ["Chad", "Kreuter"], ["Chad", "Meyers"], ["Chad", "Moeller"], ["Chad", "Mottola"], ["Chad", "Ogea"], ["Chad", "Orvella"], ["Chad", "Paronto"], ["Chad", "Qualls"], ["Chad", "Reineke"], ["Chad", "Santos"], ["Chad", "Smith"], ["Chad", "Tracy"], ["Chad", "Zerbe"], ["Champ", "Osteen"], ["Champ", "Summers"], ["Chan", "Perry"], ["Chan Ho", "Park"], ["Chance", "Ruffin"], ["Chance", "Sanford"], ["Chang-Yong", "Lim"], ["Chappie", "Geygan"], ["Chappie", "McFarland"], ["Chappie", "Snodgrass"], ["Chappy", "Charles"], ["Chappy", "Lane"], ["Charles", "Bierman"], ["Charles", "Brewer"], ["Charles", "Conway"], ["Charles", "Fisher"], ["Charles", "Gipson"], ["Charles", "Hudson"], ["Charles", "Johnson"], ["Charles", "Leesman"], ["Charles", "Matthews"], ["Charles", "Moran"], ["Charles", "Nagy"], ["Charles", "Snyder"], ["Charles", "Strick"], ["Charles", "Thomas"], ["Charles", "Witherow"], ["Charles", "Yingling"], ["Charley", "Bassett"], ["Charley", "Hall"], ["Charley", "Jones"], ["Charley", "Moore"], ["Charley", "O'Leary"], ["Charley", "Schanz"], ["Charley", "Smith"], ["Charley", "Stanceu"], ["Charley", "Suche"], ["Charlie", "Abbey"], ["Charlie", "Armbruster"], ["Charlie", "Atherton"], ["Charlie", "Babb"], ["Charlie", "Babington"], ["Charlie", "Baker"], ["Charlie", "Barber"], ["Charlie", "Barnabe"], ["Charlie", "Bartson"], ["Charlie", "Bastian"], ["Charlie", "Bates"], ["Charlie", "Beamon"], ["Charlie", "Becker"], ["Charlie", "Bell"], ["Charlie", "Bennett"], ["Charlie", "Berry"], ["Charlie", "Bicknell"], ["Charlie", "Biggs"], ["Charlie", "Bishop"], ["Charlie", "Blackburn"], ["Charlie", "Blackmon"], ["Charlie", "Boardman"], ["Charlie", "Bohn"], ["Charlie", "Bold"], ["Charlie", "Bowles"], ["Charlie", "Brewster"], ["Charlie", "Briggs"], ["Charlie", "Brown"], ["Charlie", "Buelow"], ["Charlie", "Buffinton"], ["Charlie", "Butler"], ["Charlie", "Byrne"], ["Charlie", "Cady"], ["Charlie", "Caldwell"], ["Charlie", "Carr"], ["Charlie", "Case"], ["Charlie", "Chant"], ["Charlie", "Chech"], ["Charlie", "Comiskey"], ["Charlie", "Cozart"], ["Charlie", "Cuellar"], ["Charlie", "Culberson"], ["Charlie", "Cushman"], ["Charlie", "Daniels"], ["Charlie", "DeArmond"], ["Charlie", "Deal"], ["Charlie", "Dees"], ["Charlie", "Devens"], ["Charlie", "Dewald"], ["Charlie", "Dexter"], ["Charlie", "Dorman"], ["Charlie", "Dougherty"], ["Charlie", "Duffee"], ["Charlie", "Eakle"], ["Charlie", "Ebbets"], ["Charlie", "Eckert"], ["Charlie", "Eden"], ["Charlie", "Emig"], ["Charlie", "Engle"], ["Charlie", "English"], ["Charlie", "Enwright"], ["Charlie", "Fallon"], ["Charlie", "Faust"], ["Charlie", "Ferguson"], ["Charlie", "Fisher"], ["Charlie", "Fitzberger"], ["Charlie", "Flannigan"], ["Charlie", "Fox"], ["Charlie", "Frank"], ["Charlie", "French"], ["Charlie", "Frisbee"], ["Charlie", "Fritz"], ["Charlie", "Frye"], ["Charlie", "Fuchs"], ["Charlie", "Furbush"], ["Charlie", "Ganzel"], ["Charlie", "Gassaway"], ["Charlie", "Geggus"], ["Charlie", "Gehringer"], ["Charlie", "Gelbert"], ["Charlie", "Gessner"], ["Charlie", "Gettig"], ["Charlie", "Gibson"], ["Charlie", "Gilbert"], ["Charlie", "Girard"], ["Charlie", "Gooch"], ["Charlie", "Gorin"], ["Charlie", "Gould"], ["Charlie", "Graham"], ["Charlie", "Gray"], ["Charlie", "Greene"], ["Charlie", "Grimm"], ["Charlie", "Grover"], ["Charlie", "Guth"], ["Charlie", "Hackett"], ["Charlie", "Haeger"], ["Charlie", "Hall"], ["Charlie", "Hallstrom"], ["Charlie", "Hamburg"], ["Charlie", "Hanford"], ["Charlie", "Harding"], ["Charlie", "Hargreaves"], ["Charlie", "Harris"], ["Charlie", "Hartman"], ["Charlie", "Hastings"], ["Charlie", "Hautz"], ["Charlie", "Hayes"], ["Charlie", "Heard"], ["Charlie", "Hemphill"], ["Charlie", "Hickman"], ["Charlie", "High"], ["Charlie", "Hilsey"], ["Charlie", "Hodes"], ["Charlie", "Hodnett"], ["Charlie", "Hollocher"], ["Charlie", "Hoover"], ["Charlie", "Hough"], ["Charlie", "Householder"], ["Charlie", "Hudson"], ["Charlie", "Ingraham"], ["Charlie", "Irwin"], ["Charlie", "Jackson"], ["Charlie", "Jaeger"], ["Charlie", "James"], ["Charlie", "Jamieson"], ["Charlie", "Johnson"], ["Charlie", "Jones"], ["Charlie", "Jordan"], ["Charlie", "Kalbfus"], ["Charlie", "Kavanagh"], ["Charlie", "Keller"], ["Charlie", "Kelly"], ["Charlie", "Kerfeld"], ["Charlie", "Knepper"], ["Charlie", "Krause"], ["Charlie", "Krehmeyer"], ["Charlie", "Kuhns"], ["Charlie", "Lau"], ["Charlie", "Lea"], ["Charlie", "Leibrandt"], ["Charlie", "Letchas"], ["Charlie", "Levis"], ["Charlie", "Lindstrom"], ["Charlie", "Loudenslager"], ["Charlie", "Lowe"], ["Charlie", "Luskey"], ["Charlie", "Maisel"], ["Charlie", "Malay"], ["Charlie", "Maloney"], ["Charlie", "Manlove"], ["Charlie", "Manning"], ["Charlie", "Manuel"], ["Charlie", "Mason"], ["Charlie", "Maxwell"], ["Charlie", "McCullough"], ["Charlie", "Mead"], ["Charlie", "Meara"], ["Charlie", "Metro"], ["Charlie", "Miller"], ["Charlie", "Mills"], ["Charlie", "Mitchell"], ["Charlie", "Montoyo"], ["Charlie", "Moore"], ["Charlie", "Moran"], ["Charlie", "Morton"], ["Charlie", "Moss"], ["Charlie", "Mullen"], ["Charlie", "Neal"], ["Charlie", "Newman"], ["Charlie", "Niebergall"], ["Charlie", "Nyce"], ["Charlie", "O'Brien"], ["Charlie", "Osgood"], ["Charlie", "Osterhout"], ["Charlie", "Pabor"], ["Charlie", "Parsons"], ["Charlie", "Pechous"], ["Charlie", "Peete"], ["Charlie", "Perkins"], ["Charlie", "Petty"], ["Charlie", "Pick"], ["Charlie", "Pickett"], ["Charlie", "Puleo"], ["Charlie", "Rabe"], ["Charlie", "Reilley"], ["Charlie", "Reilly"], ["Charlie", "Reipschlager"], ["Charlie", "Reising"], ["Charlie", "Reynolds"], ["Charlie", "Rhodes"], ["Charlie", "Ripple"], ["Charlie", "Ritter"], ["Charlie", "Robertson"], ["Charlie", "Robinson"], ["Charlie", "Root"], ["Charlie", "Roy"], ["Charlie", "Sands"], ["Charlie", "Schmutz"], ["Charlie", "See"], ["Charlie", "Shields"], ["Charlie", "Shoemaker"], ["Charlie", "Silvera"], ["Charlie", "Small"], ["Charlie", "Smith"], ["Charlie", "Snell"], ["Charlie", "Snow"], ["Charlie", "Spikes"], ["Charlie", "Sprague"], ["Charlie", "Sproull"], ["Charlie", "Starr"], ["Charlie", "Sullivan"], ["Charlie", "Sweasy"], ["Charlie", "Sweeney"], ["Charlie", "Swindells"], ["Charlie", "Uhlir"], ["Charlie", "Vaughan"], ["Charlie", "Vinson"], ["Charlie", "Wacker"], ["Charlie", "Wagner"], ["Charlie", "Waitt"], ["Charlie", "Walters"], ["Charlie", "Weber"], ["Charlie", "Wheatley"], ["Charlie", "White"], ["Charlie", "Whitehouse"], ["Charlie", "Wiedemeyer"], ["Charlie", "Williams"], ["Charlie", "Wilson"], ["Charlie", "Young"], ["Charlie", "Ziegler"], ["Charlie", "Zink"], ["Charlton", "Jimerson"], ["Chase", "Anderson"], ["Chase", "Headley"], ["Chase", "Utley"], ["Chase", "Whitley"], ["Chase", "Wright"], ["Chase", "d'Arnaud"], ["Chasen", "Shreve"], ["Chauncey", "Burkam"], ["Chauncey", "Fisher"], ["Chaz", "Roe"], ["Che-Hsuan", "Lin"], ["Cherokee", "Fisher"], ["Ches", "Crist"], ["Cheslor", "Cuthbert"], ["Chester", "Emerson"], ["Chet", "Boak"], ["Chet", "Carmichael"], ["Chet", "Chadbourne"], ["Chet", "Clemens"], ["Chet", "Covington"], ["Chet", "Falk"], ["Chet", "Hajduk"], ["Chet", "Johnson"], ["Chet", "Kehn"], ["Chet", "Laabs"], ["Chet", "Lemon"], ["Chet", "Morgan"], ["Chet", "Nichols"], ["Chet", "Nourse"], ["Chet", "Ross"], ["Chet", "Spencer"], ["Chi Chi", "Gonzalez"], ["Chi-Chi", "Olivo"], ["Chia-Jen", "Lo"], ["Chick", "Autry"], ["Chick", "Bowen"], ["Chick", "Brandom"], ["Chick", "Davies"], ["Chick", "Evans"], ["Chick", "Fewster"], ["Chick", "Fraser"], ["Chick", "Fullis"], ["Chick", "Fulmer"], ["Chick", "Gagnon"], ["Chick", "Galloway"], ["Chick", "Gandil"], ["Chick", "Hafey"], ["Chick", "Hartley"], ["Chick", "Holmes"], ["Chick", "Keating"], ["Chick", "King"], ["Chick", "Lathers"], ["Chick", "Maynard"], ["Chick", "Pedroes"], ["Chick", "Robitaille"], ["Chick", "Shorten"], ["Chick", "Smith"], ["Chick", "Sorrells"], ["Chick", "Stahl"], ["Chick", "Starr"], ["Chick", "Tolson"], ["Chicken", "Hawks"], ["Chicken", "Wolf"], ["Chico", "Carrasquel"], ["Chico", "Escarrega"], ["Chico", "Fernandez"], ["Chico", "Garcia"], ["Chico", "Hernandez"], ["Chico", "Ruiz"], ["Chico", "Salmon"], ["Chico", "Walker"], ["Chief", "Bender"], ["Chief", "Chouneau"], ["Chief", "Hogsett"], ["Chief", "Johnson"], ["Chief", "Meyers"], ["Chief", "Roseman"], ["Chief", "Sockalexis"], ["Chief", "Wilson"], ["Chief", "Yellow Horse"], ["Chief", "Youngblood"], ["Chief", "Zimmer"], ["Chien-Ming", "Wang"], ["Chile", "Gomez"], ["Chili", "Davis"], ["Chin-Feng", "Chen"], ["Chin-hui", "Tsao"], ["Chin-lung", "Hu"], ["Chink", "Heileman"], ["Chink", "Outen"], ["Chink", "Taylor"], ["Chink", "Zachary"], ["Chip", "Ambres"], ["Chip", "Coulter"], ["Chip", "Hale"], ["Chip", "Lang"], ["Chip", "Marshall"], ["Chipper", "Jones"], ["Chippy", "Gaw"], ["Chippy", "McGarr"], ["Chito", "Martinez"], ["Cholly", "Naranjo"], ["Chone", "Figgins"], ["Choo", "Freeman"], ["Choo-Choo", "Coleman"], ["Chris", "Aguila"], ["Chris", "Archer"], ["Chris", "Arnold"], ["Chris", "Bando"], ["Chris", "Barnwell"], ["Chris", "Basak"], ["Chris", "Bassitt"], ["Chris", "Batton"], ["Chris", "Beasley"], ["Chris", "Beck"], ["Chris", "Booker"], ["Chris", "Bootcheck"], ["Chris", "Bosio"], ["Chris", "Bourjos"], ["Chris", "Britton"], ["Chris", "Brock"], ["Chris", "Brown"], ["Chris", "Burke"], ["Chris", "Bushing"], ["Chris", "Cannizzaro"], ["Chris", "Capuano"], ["Chris", "Carpenter"], ["Chris", "Carter"], ["Chris", "Chambliss"], ["Chris", "Clapinski"], ["Chris", "Clemons"], ["Chris", "Codiroli"], ["Chris", "Coghlan"], ["Chris", "Colabello"], ["Chris", "Coletta"], ["Chris", "Coste"], ["Chris", "Cron"], ["Chris", "Davis"], ["Chris", "Demaria"], ["Chris", "Denorfia"], ["Chris", "Dickerson"], ["Chris", "Dominguez"], ["Chris", "Donnels"], ["Chris", "Duffy"], ["Chris", "Duncan"], ["Chris", "Dwyer"], ["Chris", "Eddy"], ["Chris", "Fulmer"], ["Chris", "Fussell"], ["Chris", "Gardner"], ["Chris", "George"], ["Chris", "Getz"], ["Chris", "Gimenez"], ["Chris", "Gissell"], ["Chris", "Gomez"], ["Chris", "Green"], ["Chris", "Gwynn"], ["Chris", "Hammond"], ["Chris", "Haney"], ["Chris", "Hartje"], ["Chris", "Hatcher"], ["Chris", "Haughey"], ["Chris", "Heintz"], ["Chris", "Heisey"], ["Chris", "Herrmann"], ["Chris", "Heston"], ["Chris", "Hoiles"], ["Chris", "Holt"], ["Chris", "Hook"], ["Chris", "Howard"], ["Chris", "Iannetta"], ["Chris", "Jakubauskas"], ["Chris", "James"], ["Chris", "Jelic"], ["Chris", "Johnson"], ["Chris", "Jones"], ["Chris", "Kitsos"], ["Chris", "Knapp"], ["Chris", "Krug"], ["Chris", "Lambert"], ["Chris", "Latham"], ["Chris", "Leroux"], ["Chris", "Lindsay"], ["Chris", "Mabeus"], ["Chris", "Magruder"], ["Chris", "Mahoney"], ["Chris", "Marrero"], ["Chris", "Martin"], ["Chris", "McFarland"], ["Chris", "McGuiness"], ["Chris", "Mears"], ["Chris", "Michalak"], ["Chris", "Nabholz"], ["Chris", "Narveson"], ["Chris", "Nelson"], ["Chris", "Nichting"], ["Chris", "Nyman"], ["Chris", "Owings"], ["Chris", "Oxspring"], ["Chris", "Parmelee"], ["Chris", "Perez"], ["Chris", "Peters"], ["Chris", "Petersen"], ["Chris", "Pettit"], ["Chris", "Piersoll"], ["Chris", "Pittaro"], ["Chris", "Prieto"], ["Chris", "Pritchett"], ["Chris", "Ray"], ["Chris", "Rearick"], ["Chris", "Reed"], ["Chris", "Reitsma"], ["Chris", "Resop"], ["Chris", "Richard"], ["Chris", "Rickley"], ["Chris", "Roberson"], ["Chris", "Robinson"], ["Chris", "Rusin"], ["Chris", "Sabo"], ["Chris", "Saenz"], ["Chris", "Sale"], ["Chris", "Sampson"], ["Chris", "Schroder"], ["Chris", "Schwinden"], ["Chris", "Seddon"], ["Chris", "Seelbach"], ["Chris", "Sexton"], ["Chris", "Shelton"], ["Chris", "Short"], ["Chris", "Singleton"], ["Chris", "Smith"], ["Chris", "Snelling"], ["Chris", "Snopek"], ["Chris", "Snyder"], ["Chris", "Speier"], ["Chris", "Spurling"], ["Chris", "Stewart"], ["Chris", "Stowers"], ["Chris", "Stynes"], ["Chris", "Taylor"], ["Chris", "Tillman"], ["Chris", "Tremie"], ["Chris", "Truby"], ["Chris", "Turner"], ["Chris", "Valaika"], ["Chris", "Van Cuyk"], ["Chris", "Volstad"], ["Chris", "Von Der Ahe"], ["Chris", "Wakeland"], ["Chris", "Ward"], ["Chris", "Waters"], ["Chris", "Welsh"], ["Chris", "Widger"], ["Chris", "Withrow"], ["Chris", "Woodward"], ["Chris", "Young"], ["Chris", "Zachary"], ["Christian", "Bergman"], ["Christian", "Bethancourt"], ["Christian", "Colon"], ["Christian", "Friedrich"], ["Christian", "Garcia"], ["Christian", "Parker"], ["Christian", "Vazquez"], ["Christian", "Walker"], ["Christian", "Yelich"], ["Christy", "Mathewson"], ["Chub", "Aubrey"], ["Chub", "Collins"], ["Chub", "Sullivan"], ["Chubby", "Dean"], ["Chubby", "Snyder"], ["Chucho", "Ramos"], ["Chuck", "Aleno"], ["Chuck", "Baker"], ["Chuck", "Brinkman"], ["Chuck", "Carr"], ["Chuck", "Cary"], ["Chuck", "Churn"], ["Chuck", "Coles"], ["Chuck", "Connors"], ["Chuck", "Corgan"], ["Chuck", "Cottier"], ["Chuck", "Crim"], ["Chuck", "Daniel"], ["Chuck", "Diering"], ["Chuck", "Dobson"], ["Chuck", "Dressen"], ["Chuck", "Essegian"], ["Chuck", "Estrada"], ["Chuck", "Finley"], ["Chuck", "Goggin"], ["Chuck", "Harmon"], ["Chuck", "Harrison"], ["Chuck", "Hartenstein"], ["Chuck", "Hensley"], ["Chuck", "Hiller"], ["Chuck", "Hinton"], ["Chuck", "Hockenbery"], ["Chuck", "Hostetler"], ["Chuck", "Jackson"], ["Chuck", "James"], ["Chuck", "Klein"], ["Chuck", "Knoblauch"], ["Chuck", "Kress"], ["Chuck", "Lauer"], ["Chuck", "Locke"], ["Chuck", "Machemehl"], ["Chuck", "Malone"], ["Chuck", "McElroy"], ["Chuck", "Miller"], ["Chuck", "Nieson"], ["Chuck", "Oertel"], ["Chuck", "Porter"], ["Chuck", "Rainey"], ["Chuck", "Ricci"], ["Chuck", "Rose"], ["Chuck", "Rowland"], ["Chuck", "Schilling"], ["Chuck", "Scrivener"], ["Chuck", "Seelbach"], ["Chuck", "Sheerin"], ["Chuck", "Smith"], ["Chuck", "Stevens"], ["Chuck", "Stobbs"], ["Chuck", "Tanner"], ["Chuck", "Taylor"], ["Chuck", "Templeton"], ["Chuck", "Tompkins"], ["Chuck", "Ward"], ["Chuck", "Wolfe"], ["Chuck", "Workman"], ["Chuck", "Wortman"], ["Chummy", "Gray"], ["Cinders", "O'Brien"], ["Cisco", "Carlos"], ["Cito", "Gaston"], ["Cla", "Meredith"], ["Clancy", "Smyres"], ["Claral", "Gillenwater"], ["Clare", "Patterson"], ["Clarence", "Beers"], ["Clarence", "Berger"], ["Clarence", "Blethen"], ["Clarence", "Cross"], ["Clarence", "Currie"], ["Clarence", "Dow"], ["Clarence", "Fieber"], ["Clarence", "Fisher"], ["Clarence", "Garrett"], ["Clarence", "Heise"], ["Clarence", "Huber"], ["Clarence", "Jones"], ["Clarence", "Kraft"], ["Clarence", "Lehr"], ["Clarence", "Maddern"], ["Clarence", "Mitchell"], ["Clarence", "Murphy"], ["Clarence", "Pickrel"], ["Clarence", "Stephens"], ["Clarence", "Winters"], ["Clarence", "Woods"], ["Clark", "Griffith"], ["Claud", "Derrick"], ["Claude", "Berry"], ["Claude", "Cooper"], ["Claude", "Corbitt"], ["Claude", "Crocker"], ["Claude", "Davenport"], ["Claude", "Davidson"], ["Claude", "Elliott"], ["Claude", "Gouzzie"], ["Claude", "Hendrix"], ["Claude", "Jonnard"], ["Claude", "Osteen"], ["Claude", "Passeau"], ["Claude", "Raymond"], ["Claude", "Ritchey"], ["Claude", "Rossman"], ["Claude", "Rothgeb"], ["Claude", "Thomas"], ["Claude", "Wilborn"], ["Claude", "Willoughby"], ["Claudell", "Washington"], ["Claudio", "Vargas"], ["Clay", "Bellinger"], ["Clay", "Bryant"], ["Clay", "Buchholz"], ["Clay", "Carroll"], ["Clay", "Christiansen"], ["Clay", "Condrey"], ["Clay", "Dalrymple"], ["Clay", "Fauver"], ["Clay", "Hensley"], ["Clay", "Kirby"], ["Clay", "Parker"], ["Clay", "Perry"], ["Clay", "Rapada"], ["Clay", "Roe"], ["Clay", "Smith"], ["Clay", "Timpner"], ["Clay", "Touchstone"], ["Clay", "Van Alstyne"], ["Clay", "Zavada"], ["Clayton", "Andrews"], ["Clayton", "Kershaw"], ["Clayton", "Lambert"], ["Clayton", "Mortensen"], ["Clayton", "Richard"], ["Cleatus", "Davidson"], ["Clem", "Clemens"], ["Clem", "Dreisewerd"], ["Clem", "Hausmann"], ["Clem", "Koshorek"], ["Clem", "Labine"], ["Clem", "Llewellyn"], ["Clemente", "Alvarez"], ["Cleo", "Carlyle"], ["Cleo", "James"], ["Cleon", "Jones"], ["Clete", "Boyer"], ["Clete", "Thomas"], ["Cliff", "Aberson"], ["Cliff", "Bartosh"], ["Cliff", "Blankenship"], ["Cliff", "Bolton"], ["Cliff", "Brady"], ["Cliff", "Brantley"], ["Cliff", "Brumbaugh"], ["Cliff", "Carroll"], ["Cliff", "Chambers"], ["Cliff", "Cook"], ["Cliff", "Curtis"], ["Cliff", "Dapper"], ["Cliff", "Daringer"], ["Cliff", "Fannin"], ["Cliff", "Floyd"], ["Cliff", "Garrison"], ["Cliff", "Heathcote"], ["Cliff", "Johnson"], ["Cliff", "Knox"], ["Cliff", "Lee"], ["Cliff", "Mapes"], ["Cliff", "Markle"], ["Cliff", "Melton"], ["Cliff", "Pastornicky"], ["Cliff", "Pennington"], ["Cliff", "Politte"], ["Cliff", "Ross"], ["Cliff", "Speck"], ["Cliff", "Young"], ["Clint", "Barmes"], ["Clint", "Blume"], ["Clint", "Brown"], ["Clint", "Compton"], ["Clint", "Conatser"], ["Clint", "Courtney"], ["Clint", "Hartung"], ["Clint", "Hurdle"], ["Clint", "Nageotte"], ["Clint", "Robinson"], ["Clint", "Rogge"], ["Clint", "Sammons"], ["Clint", "Sodowsky"], ["Clint", "Zavaras"], ["Clipper", "Flynn"], ["Clise", "Dudley"], ["Cloy", "Mattox"], ["Cloyd", "Boyer"], ["Clyde", "Barfoot"], ["Clyde", "Barnhart"], ["Clyde", "Beck"], ["Clyde", "Engle"], ["Clyde", "Goodwin"], ["Clyde", "Hatter"], ["Clyde", "King"], ["Clyde", "Kluttz"], ["Clyde", "Manion"], ["Clyde", "Mashore"], ["Clyde", "McCullough"], ["Clyde", "Milan"], ["Clyde", "Shoun"], ["Clyde", "Southwick"], ["Clyde", "Sukeforth"], ["Clyde", "Vollmer"], ["Clyde", "Wright"], ["Coaker", "Triplett"], ["Cobe", "Jones"], ["Coco", "Crisp"], ["Coco", "Laboy"], ["Cody", "Allen"], ["Cody", "Anderson"], ["Cody", "Asche"], ["Cody", "Clark"], ["Cody", "Decker"], ["Cody", "Eppley"], ["Cody", "Hall"], ["Cody", "Martin"], ["Cody", "McKay"], ["Cody", "Ransom"], ["Cody", "Ross"], ["Cody", "Stanley"], ["Colby", "Lewis"], ["Colby", "Rasmus"], ["Colby", "Ward"], ["Cole", "De Vries"], ["Cole", "Figueroa"], ["Cole", "Garner"], ["Cole", "Gillespie"], ["Cole", "Hamels"], ["Cole", "Kimball"], ["Cole", "Liniak"], ["Colin", "Curtis"], ["Colin", "Porter"], ["Colin", "Rea"], ["Colin", "Ward"], ["Collin", "Balester"], ["Collin", "Cowgill"], ["Collin", "McHugh"], ["Colonel", "Snover"], ["Colt", "Hynes"], ["Colt", "Morton"], ["Colter", "Bean"], ["Colton", "Murray"], ["Con", "Daily"], ["Con", "Dempsey"], ["Con", "Lucid"], ["Con", "Murphy"], ["Con", "Starkel"], ["Connie", "Creeden"], ["Connie", "Grob"], ["Connie", "Johnson"], ["Connie", "Mack"], ["Connie", "Marrero"], ["Connie", "McGeehan"], ["Connie", "Murphy"], ["Connie", "Ryan"], ["Connie", "Walsh"], ["Connor", "Robertson"], ["Conny", "Doyle"], ["Conor", "Gillaspie"], ["Conor", "Jackson"], ["Conrad", "Cardinal"], ["Cookie", "Cuccurullo"], ["Cookie", "Lavagetto"], ["Cookie", "Rojas"], ["Cool Papa", "Bell"], ["Cooney", "Snyder"], ["Coonie", "Blank"], ["Coot", "Veal"], ["Corban", "Joseph"], ["Cord", "Phelps"], ["Corey", "Brown"], ["Corey", "Dickerson"], ["Corey", "Hart"], ["Corey", "Kluber"], ["Corey", "Knebel"], ["Corey", "Koskie"], ["Corey", "Lee"], ["Corey", "Patterson"], ["Corey", "Seager"], ["Corey", "Thurman"], ["Corky", "Miller"], ["Corky", "Valentine"], ["Corky", "Withrow"], ["Cory", "Aldridge"], ["Cory", "Bailey"], ["Cory", "Burns"], ["Cory", "Doyne"], ["Cory", "Gearrin"], ["Cory", "Lidle"], ["Cory", "Luebke"], ["Cory", "Mazzoni"], ["Cory", "Rasmus"], ["Cory", "Snyder"], ["Cory", "Spangenberg"], ["Cory", "Sullivan"], ["Cory", "Vance"], ["Cory", "Wade"], ["Costen", "Shockley"], ["Cot", "Deal"], ["Cotton", "Knaupp"], ["Cotton", "Minahan"], ["Cotton", "Nash"], ["Cotton", "Pippen"], ["Cotton", "Tierney"], ["Count", "Campau"], ["Count", "Gedney"], ["Count", "Sensenderfer"], ["Courtney", "Duncan"], ["Cowboy", "Jones"], ["Cozy", "Dolan"], ["Craig", "Anderson"], ["Craig", "Biggio"], ["Craig", "Brazell"], ["Craig", "Breslow"], ["Craig", "Cacek"], ["Craig", "Caskey"], ["Craig", "Chamberlain"], ["Craig", "Colbert"], ["Craig", "Counsell"], ["Craig", "Dingman"], ["Craig", "Eaton"], ["Craig", "Gentry"], ["Craig", "Gerber"], ["Craig", "Grebeck"], ["Craig", "Hansen"], ["Craig", "House"], ["Craig", "Kimbrel"], ["Craig", "Kusick"], ["Craig", "Lefferts"], ["Craig", "McMurtry"], ["Craig", "Minetto"], ["Craig", "Mitchell"], ["Craig", "Monroe"], ["Craig", "Paquette"], ["Craig", "Reynolds"], ["Craig", "Robinson"], ["Craig", "Shipley"], ["Craig", "Skok"], ["Craig", "Smajstrla"], ["Craig", "Stammen"], ["Craig", "Stansberry"], ["Craig", "Stimac"], ["Craig", "Swan"], ["Craig", "Tatum"], ["Craig", "Wilson"], ["Craig", "Worthington"], ["Crash", "Davis"], ["Crazy", "Schmit"], ["Creepy", "Crespi"], ["Creighton", "Gubanich"], ["Crese", "Heismann"], ["Cris", "Carpenter"], ["Cris", "Colon"], ["Cristhian", "Adames"], ["Cristhian", "Martinez"], ["Cristian", "Guzman"], ["Cristobal", "Torriente"], ["Cub", "Stricker"], ["Cuckoo", "Christensen"], ["Cuddles", "Marshall"], ["Cuke", "Barrows"], ["Culley", "Rikard"], ["Cum", "Posey"], ["Cuno", "Barragan"], ["Cupid", "Childs"], ["Curly", "Brown"], ["Curly", "Ogden"], ["Curry", "Foley"], ["Curt", "Barclay"], ["Curt", "Bernard"], ["Curt", "Blefary"], ["Curt", "Brown"], ["Curt", "Casali"], ["Curt", "Coleman"], ["Curt", "Davis"], ["Curt", "Flood"], ["Curt", "Ford"], ["Curt", "Fullerton"], ["Curt", "Kaufman"], ["Curt", "Leskanic"], ["Curt", "Lyons"], ["Curt", "Motton"], ["Curt", "Raydon"], ["Curt", "Roberts"], ["Curt", "Schilling"], ["Curt", "Schmidt"], ["Curt", "Simmons"], ["Curt", "Walker"], ["Curt", "Wardle"], ["Curt", "Welch"], ["Curt", "Wilkerson"], ["Curt", "Young"], ["Curtis", "Brown"], ["Curtis", "Goodwin"], ["Curtis", "Granderson"], ["Curtis", "King"], ["Curtis", "Partch"], ["Curtis", "Pride"], ["Curtis", "Thigpen"], ["Cy", "Acosta"], ["Cy", "Alberts"], ["Cy", "Barger"], ["Cy", "Bentley"], ["Cy", "Blanton"], ["Cy", "Block"], ["Cy", "Bowen"], ["Cy", "Buker"], ["Cy", "Falkenberg"], ["Cy", "Ferry"], ["Cy", "Fried"], ["Cy", "Malis"], ["Cy", "Moore"], ["Cy", "Morgan"], ["Cy", "Neighbors"], ["Cy", "Perkins"], ["Cy", "Pieh"], ["Cy", "Rheam"], ["Cy", "Seymour"], ["Cy", "Slapnicka"], ["Cy", "Swaim"], ["Cy", "Twombly"], ["Cy", "Vorhees"], ["Cy", "Warmoth"], ["Cy", "Williams"], ["Cy", "Wright"], ["Cy", "Young"], ["Cyclone", "Miller"], ["Cyclone", "Ryan"], ["D'Angelo", "Jimenez"], ["D. J.", "Carrasco"], ["D. J.", "Dozier"], ["D. J.", "Houlton"], ["D. J.", "Mitchell"], ["D. T.", "Cromer"], ["DJ", "LeMahieu"], ["DaRond", "Stovall"], ["Dad", "Clark"], ["Dad", "Clarke"], ["Dad", "Clarkson"], ["Dad", "Hale"], ["Dad", "Lytle"], ["Dad", "Meek"], ["Dae-Sung", "Koo"], ["Daff", "Gammons"], ["Dain", "Clay"], ["Daisuke", "Matsuzaka"], ["Daisy", "Davis"], ["Dal", "Maxvill"], ["Dale", "Alderson"], ["Dale", "Alexander"], ["Dale", "Berra"], ["Dale", "Coogan"], ["Dale", "Gear"], ["Dale", "Jones"], ["Dale", "Long"], ["Dale", "Matthewson"], ["Dale", "Mitchell"], ["Dale", "Mohorcic"], ["Dale", "Murphy"], ["Dale", "Murray"], ["Dale", "Polley"], ["Dale", "Roberts"], ["Dale", "Sveum"], ["Dale", "Thayer"], ["Dale", "Williams"], ["Dale", "Willis"], ["Dalier", "Hinojosa"], ["Dallas", "Beeler"], ["Dallas", "Braden"], ["Dallas", "Bradshaw"], ["Dallas", "Green"], ["Dallas", "Keuchel"], ["Dallas", "McPherson"], ["Dallas", "Williams"], ["Dalton", "Jones"], ["Dalton", "Pompey"], ["Damaso", "Blanco"], ["Damaso", "Garcia"], ["Damaso", "Marte"], ["Damian", "Jackson"], ["Damian", "Miller"], ["Damian", "Moss"], ["Damian", "Rolls"], ["Damion", "Easley"], ["Damon", "Berryhill"], ["Damon", "Buford"], ["Damon", "Hollins"], ["Damon", "Mashore"], ["Damon", "Minor"], ["Dan", "Abbott"], ["Dan", "Adams"], ["Dan", "Ardell"], ["Dan", "Bankhead"], ["Dan", "Bickham"], ["Dan", "Boitano"], ["Dan", "Boone"], ["Dan", "Briggs"], ["Dan", "Brouthers"], ["Dan", "Burke"], ["Dan", "Butler"], ["Dan", "Carlson"], ["Dan", "Casey"], ["Dan", "Collins"], ["Dan", "Coogan"], ["Dan", "Cortes"], ["Dan", "Costello"], ["Dan", "Cotter"], ["Dan", "Cronin"], ["Dan", "Daub"], ["Dan", "Dobbek"], ["Dan", "Driessen"], ["Dan", "Dugan"], ["Dan", "Dugdale"], ["Dan", "Dumoulin"], ["Dan", "Duran"], ["Dan", "Firova"], ["Dan", "Ford"], ["Dan", "Gakeler"], ["Dan", "Giese"], ["Dan", "Gladden"], ["Dan", "Gonzales"], ["Dan", "Graham"], ["Dan", "Griner"], ["Dan", "Haren"], ["Dan", "Howley"], ["Dan", "Jennings"], ["Dan", "Jessee"], ["Dan", "Johnson"], ["Dan", "Kerwin"], ["Dan", "Lally"], ["Dan", "Larson"], ["Dan", "Leahy"], ["Dan", "Lewandowski"], ["Dan", "Long"], ["Dan", "Mahoney"], ["Dan", "Marion"], ["Dan", "Masteller"], ["Dan", "McFarlan"], ["Dan", "McGann"], ["Dan", "McGarvey"], ["Dan", "McGee"], ["Dan", "McGeehan"], ["Dan", "McGinn"], ["Dan", "Meyer"], ["Dan", "Miceli"], ["Dan", "Minnehan"], ["Dan", "Monzon"], ["Dan", "Morogiello"], ["Dan", "Murphy"], ["Dan", "Murray"], ["Dan", "Naulty"], ["Dan", "Neumeier"], ["Dan", "Norman"], ["Dan", "O'Brien"], ["Dan", "O'Connor"], ["Dan", "O'Leary"], ["Dan", "Osinski"], ["Dan", "Otero"], ["Dan", "Pasqua"], ["Dan", "Peltier"], ["Dan", "Perkins"], ["Dan", "Petry"], ["Dan", "Pfister"], ["Dan", "Phelan"], ["Dan", "Plesac"], ["Dan", "Porter"], ["Dan", "Quisenberry"], ["Dan", "Reichert"], ["Dan", "Robertson"], ["Dan", "Rohn"], ["Dan", "Rohrmeier"], ["Dan", "Runzler"], ["Dan", "Schatzeder"], ["Dan", "Schneider"], ["Dan", "Serafini"], ["Dan", "Shannon"], ["Dan", "Sheehan"], ["Dan", "Sherman"], ["Dan", "Smith"], ["Dan", "Spillner"], ["Dan", "Stearns"], ["Dan", "Straily"], ["Dan", "Sullivan"], ["Dan", "Sweeney"], ["Dan", "Thomas"], ["Dan", "Tipple"], ["Dan", "Uggla"], ["Dan", "Walters"], ["Dan", "Warthen"], ["Dan", "Wheeler"], ["Dan", "Whitmer"], ["Dan", "Wilson"], ["Dan", "Woodman"], ["Dan", "Wright"], ["Dana", "Allison"], ["Dana", "Eveland"], ["Dana", "Fillingim"], ["Dana", "Kiecker"], ["Dana", "Williams"], ["Dane", "De La Rosa"], ["Dane", "Iorg"], ["Dane", "Johnson"], ["Dane", "Sardinha"], ["Daniel", "Bard"], ["Daniel", "Barone"], ["Daniel", "Cabrera"], ["Daniel", "Castro"], ["Daniel", "Corcino"], ["Daniel", "Coulombe"], ["Daniel", "Davidson"], ["Daniel", "Descalso"], ["Daniel", "Fields"], ["Daniel", "Garcia"], ["Daniel", "Garibay"], ["Daniel", "Hudson"], ["Daniel", "McCutchen"], ["Daniel", "Moskos"], ["Daniel", "Muno"], ["Daniel", "Murphy"], ["Daniel", "Nava"], ["Daniel", "Norris"], ["Daniel", "Ortmeier"], ["Daniel", "Schlereth"], ["Daniel", "Stange"], ["Daniel", "Webb"], ["Daniel", "Winkler"], ["Dann", "Bilardello"], ["Dann", "Howitt"], ["Danny", "Ainge"], ["Danny", "Ardoin"], ["Danny", "Bautista"], ["Danny", "Boone"], ["Danny", "Breeden"], ["Danny", "Burawa"], ["Danny", "Cater"], ["Danny", "Clark"], ["Danny", "Clay"], ["Danny", "Clyburn"], ["Danny", "Coombs"], ["Danny", "Cox"], ["Danny", "Darwin"], ["Danny", "Dorn"], ["Danny", "Doyle"], ["Danny", "Duffy"], ["Danny", "Espinosa"], ["Danny", "Farquhar"], ["Danny", "Fife"], ["Danny", "Friend"], ["Danny", "Frisella"], ["Danny", "Garcia"], ["Danny", "Gardella"], ["Danny", "Godby"], ["Danny", "Goodwin"], ["Danny", "Graves"], ["Danny", "Green"], ["Danny", "Heep"], ["Danny", "Herrera"], ["Danny", "Hoffman"], ["Danny", "Jackson"], ["Danny", "Klassen"], ["Danny", "Kolb"], ["Danny", "Kravitz"], ["Danny", "Lazar"], ["Danny", "Leon"], ["Danny", "Litwhiler"], ["Danny", "MacFayden"], ["Danny", "Mahoney"], ["Danny", "McDevitt"], ["Danny", "Moeller"], ["Danny", "Morejon"], ["Danny", "Morris"], ["Danny", "Mota"], ["Danny", "Murphy"], ["Danny", "Murtaugh"], ["Danny", "Musser"], ["Danny", "Napoleon"], ["Danny", "O'Connell"], ["Danny", "Ozark"], ["Danny", "Patterson"], ["Danny", "Perez"], ["Danny", "Putnam"], ["Danny", "Reynolds"], ["Danny", "Richar"], ["Danny", "Richardson"], ["Danny", "Rios"], ["Danny", "Salazar"], ["Danny", "Sandoval"], ["Danny", "Santana"], ["Danny", "Schell"], ["Danny", "Shay"], ["Danny", "Sheaffer"], ["Danny", "Silva"], ["Danny", "Tartabull"], ["Danny", "Taylor"], ["Danny", "Thompson"], ["Danny", "Valencia"], ["Danny", "Walton"], ["Danny", "Worth"], ["Danny", "Young"], ["Dante", "Bichette"], ["Dante", "Powell"], ["Danys", "Baez"], ["Dar", "Smith"], ["Darby", "O'Brien"], ["Darcy", "Fast"], ["Daren", "Brown"], ["Daric", "Barton"], ["Dariel", "Alvarez"], ["Darin", "Downs"], ["Darin", "Erstad"], ["Darin", "Mastroianni"], ["Darin", "Ruf"], ["Dario", "Alvarez"], ["Dario", "Lodigiani"], ["Dario", "Veras"], ["Darnell", "Coles"], ["Darnell", "McDonald"], ["Darnell", "Sweeney"], ["Darold", "Knowles"], ["Darrel", "Akerfelds"], ["Darrel", "Chaney"], ["Darrell", "Brown"], ["Darrell", "Ceciliani"], ["Darrell", "Einertson"], ["Darrell", "Evans"], ["Darrell", "Jackson"], ["Darrell", "Johnson"], ["Darrell", "May"], ["Darrell", "Miller"], ["Darrell", "Osteen"], ["Darrell", "Porter"], ["Darrell", "Rasner"], ["Darrell", "Sherman"], ["Darrell", "Sutherland"], ["Darrell", "Whitmore"], ["Darrell", "Woodard"], ["Darren", "Bragg"], ["Darren", "Clarke"], ["Darren", "Daulton"], ["Darren", "Dreifort"], ["Darren", "Ford"], ["Darren", "Hall"], ["Darren", "Holmes"], ["Darren", "Lewis"], ["Darren", "O'Day"], ["Darren", "Oliver"], ["Darren", "Reed"], ["Darrin", "Chapin"], ["Darrin", "Fletcher"], ["Darrin", "Jackson"], ["Darrin", "Winston"], ["Darron", "Cox"], ["Darryl", "Cias"], ["Darryl", "Hamilton"], ["Darryl", "Jones"], ["Darryl", "Kile"], ["Darryl", "Motley"], ["Darryl", "Scott"], ["Darryl", "Strawberry"], ["Darwin", "Barney"], ["Darwin", "Cubillan"], ["Daryl", "Boston"], ["Daryl", "Irvine"], ["Daryl", "Patterson"], ["Daryl", "Robertson"], ["Daryl", "Sconiers"], ["Daryl", "Spencer"], ["Daryl", "Thompson"], ["Daryle", "Ward"], ["Dasher", "Troy"], ["Dave", "Adlesh"], ["Dave", "Altizer"], ["Dave", "Anderson"], ["Dave", "Augustine"], ["Dave", "Bakenhaster"], ["Dave", "Baker"], ["Dave", "Baldwin"], ["Dave", "Bancroft"], ["Dave", "Barbee"], ["Dave", "Bartosch"], ["Dave", "Beadle"], ["Dave", "Beard"], ["Dave", "Bennett"], ["Dave", "Berg"], ["Dave", "Bergman"], ["Dave", "Birdsall"], ["Dave", "Black"], ["Dave", "Borkowski"], ["Dave", "Boswell"], ["Dave", "Brain"], ["Dave", "Bristol"], ["Dave", "Burba"], ["Dave", "Bush"], ["Dave", "Callahan"], ["Dave", "Campbell"], ["Dave", "Cash"], ["Dave", "Chalk"], ["Dave", "Cheadle"], ["Dave", "Clark"], ["Dave", "Coble"], ["Dave", "Cochrane"], ["Dave", "Coggin"], ["Dave", "Cole"], ["Dave", "Coleman"], ["Dave", "Collins"], ["Dave", "Concepcion"], ["Dave", "Cripe"], ["Dave", "Criscione"], ["Dave", "Danforth"], ["Dave", "Davenport"], ["Dave", "Davidson"], ["Dave", "DeBusschere"], ["Dave", "Dowling"], ["Dave", "Downs"], ["Dave", "Dravecky"], ["Dave", "Drew"], ["Dave", "Duncan"], ["Dave", "Edler"], ["Dave", "Edwards"], ["Dave", "Eggler"], ["Dave", "Eiland"], ["Dave", "Eilers"], ["Dave", "Elder"], ["Dave", "Engle"], ["Dave", "Ferriss"], ["Dave", "Fleming"], ["Dave", "Ford"], ["Dave", "Foutz"], ["Dave", "Freisleben"], ["Dave", "Frost"], ["Dave", "Fultz"], ["Dave", "Gallagher"], ["Dave", "Garcia"], ["Dave", "Gassner"], ["Dave", "Geisel"], ["Dave", "Gerard"], ["Dave", "Giusti"], ["Dave", "Goltz"], ["Dave", "Gray"], ["Dave", "Gregg"], ["Dave", "Gumpert"], ["Dave", "Haas"], ["Dave", "Hajek"], ["Dave", "Hamilton"], ["Dave", "Hansen"], ["Dave", "Harris"], ["Dave", "Heaverlo"], ["Dave", "Henderson"], ["Dave", "Hengel"], ["Dave", "Hill"], ["Dave", "Hillman"], ["Dave", "Hilton"], ["Dave", "Hollins"], ["Dave", "Hoskins"], ["Dave", "Hostetler"], ["Dave", "Howard"], ["Dave", "Hudgens"], ["Dave", "Huppert"], ["Dave", "Johnson"], ["Dave", "Jolly"], ["Dave", "Keefe"], ["Dave", "Kingman"], ["Dave", "Koslo"], ["Dave", "Krynzel"], ["Dave", "LaPoint"], ["Dave", "LaRoche"], ["Dave", "Leeper"], ["Dave", "Leiper"], ["Dave", "Lemanczyk"], ["Dave", "Lemonds"], ["Dave", "Leonhard"], ["Dave", "Liddell"], ["Dave", "Machemer"], ["Dave", "Madison"], ["Dave", "Magadan"], ["Dave", "Marshall"], ["Dave", "Martinez"], ["Dave", "Matranga"], ["Dave", "Maurer"], ["Dave", "May"], ["Dave", "McCarty"], ["Dave", "McDonald"], ["Dave", "McKay"], ["Dave", "McKeough"], ["Dave", "McNally"], ["Dave", "Meads"], ["Dave", "Meier"], ["Dave", "Melton"], ["Dave", "Miley"], ["Dave", "Mlicki"], ["Dave", "Moates"], ["Dave", "Morehead"], ["Dave", "Morey"], ["Dave", "Murphy"], ["Dave", "Nelson"], ["Dave", "Nicholson"], ["Dave", "Nilsson"], ["Dave", "Odom"], ["Dave", "Oldfield"], ["Dave", "Oliver"], ["Dave", "Orr"], ["Dave", "Otto"], ["Dave", "Owen"], ["Dave", "Pagan"], ["Dave", "Parker"], ["Dave", "Patterson"], ["Dave", "Pavlas"], ["Dave", "Pember"], ["Dave", "Philley"], ["Dave", "Pickett"], ["Dave", "Pierson"], ["Dave", "Pope"], ["Dave", "Rader"], ["Dave", "Rajsich"], ["Dave", "Revering"], ["Dave", "Ricketts"], ["Dave", "Righetti"], ["Dave", "Roberts"], ["Dave", "Robertson"], ["Dave", "Robinson"], ["Dave", "Rohde"], ["Dave", "Rosello"], ["Dave", "Rowan"], ["Dave", "Rowe"], ["Dave", "Rozema"], ["Dave", "Rucker"], ["Dave", "Sappelt"], ["Dave", "Sax"], ["Dave", "Schmidt"], ["Dave", "Schneck"], ["Dave", "Schuler"], ["Dave", "Sells"], ["Dave", "Shean"], ["Dave", "Shipanoff"], ["Dave", "Short"], ["Dave", "Silvestri"], ["Dave", "Sisler"], ["Dave", "Skaggs"], ["Dave", "Skaugstad"], ["Dave", "Skeels"], ["Dave", "Smith"], ["Dave", "Stapleton"], ["Dave", "Staton"], ["Dave", "Stegman"], ["Dave", "Stenhouse"], ["Dave", "Stevens"], ["Dave", "Stewart"], ["Dave", "Stieb"], ["Dave", "Swartzbaugh"], ["Dave", "Telgheder"], ["Dave", "Thies"], ["Dave", "Tobik"], ["Dave", "Tomlin"], ["Dave", "Trembley"], ["Dave", "Tyriver"], ["Dave", "Valle"], ["Dave", "Van Gorder"], ["Dave", "Veres"], ["Dave", "Vineyard"], ["Dave", "Von Ohlen"], ["Dave", "Wainhouse"], ["Dave", "Wallace"], ["Dave", "Walsh"], ["Dave", "Watkins"], ["Dave", "Wehrmeister"], ["Dave", "Wickersham"], ["Dave", "Williams"], ["Dave", "Wills"], ["Dave", "Winfield"], ["Dave", "Wissman"], ["Dave", "Wright"], ["Dave", "Zearfoss"], ["Davey", "Claire"], ["Davey", "Crockett"], ["Davey", "Dunkle"], ["Davey", "Johnson"], ["Davey", "Lopes"], ["Davey", "Williams"], ["David", "Aardsma"], ["David", "Adams"], ["David", "Bell"], ["David", "Buchanan"], ["David", "Carpenter"], ["David", "Clyde"], ["David", "Cone"], ["David", "Cooper"], ["David", "Cortes"], ["David", "DeJesus"], ["David", "Dellucci"], ["David", "Doster"], ["David", "Eckstein"], ["David", "Freese"], ["David", "Goforth"], ["David", "Green"], ["David", "Hale"], ["David", "Hernandez"], ["David", "Herndon"], ["David", "Holdridge"], ["David", "Holmberg"], ["David", "Howard"], ["David", "Huff"], ["David", "Hulse"], ["David", "Justice"], ["David", "Kelton"], ["David", "Lamb"], ["David", "Lee"], ["David", "Lenz"], ["David", "Lough"], ["David", "Lundquist"], ["David", "Manning"], ["David", "Martinez"], ["David", "Moraga"], ["David", "Murphy"], ["David", "Newhan"], ["David", "Nied"], ["David", "Ortiz"], ["David", "Palmer"], ["David", "Patton"], ["David", "Pauley"], ["David", "Peralta"], ["David", "Phelps"], ["David", "Price"], ["David", "Purcey"], ["David", "Riske"], ["David", "Robertson"], ["David", "Rollins"], ["David", "Ross"], ["David", "Sanders"], ["David", "Segui"], ["David", "Weathers"], ["David", "Wells"], ["David", "West"], ["David", "Williams"], ["David", "Wright"], ["Davis", "Romero"], ["Davy", "Force"], ["Davy", "Jones"], ["Dax", "Jones"], ["Dayan", "Viciedo"], ["Dazzy", "Vance"], ["DeWayne", "Buice"], ["DeWayne", "Vaughn"], ["Deacon", "Donahue"], ["Deacon", "Jones"], ["Deacon", "McGuire"], ["Deacon", "Phillippe"], ["Deacon", "Van Buren"], ["Deacon", "White"], ["Dean", "Anna"], ["Dean", "Chance"], ["Dean", "Crow"], ["Dean", "Hartgraves"], ["Dean", "Look"], ["Dean", "Palmer"], ["Dean", "Stone"], ["Dean", "Sturgis"], ["Dean", "Wilkins"], ["Debs", "Garms"], ["Dee", "Brown"], ["Dee", "Cousineau"], ["Dee", "Fondy"], ["Dee", "Gordon"], ["Dee", "Miles"], ["Dee", "Moore"], ["Dee", "Phillips"], ["Dee", "Sanders"], ["Dee", "Walsh"], ["Deion", "Sanders"], ["Deivi", "Cruz"], ["Deke", "White"], ["Del", "Baker"], ["Del", "Bates"], ["Del", "Bissonette"], ["Del", "Crandall"], ["Del", "Ennis"], ["Del", "Gainer"], ["Del", "Howard"], ["Del", "Lundgren"], ["Del", "Mason"], ["Del", "Paddock"], ["Del", "Pratt"], ["Del", "Rice"], ["Del", "Unser"], ["Del", "Wilber"], ["Del", "Young"], ["Delino", "DeShields"], ["Dell", "Alston"], ["Dell", "Darling"], ["Dellin", "Betances"], ["Delmon", "Young"], ["Delos", "Brown"], ["Delos", "Drake"], ["Delvin", "James"], ["Delwyn", "Young"], ["Denard", "Span"], ["Denis", "Boucher"], ["Denis", "Menke"], ["Denis", "Phipps"], ["Denney", "Wilie"], ["Dennis", "Aust"], ["Dennis", "Bennett"], ["Dennis", "Berran"], ["Dennis", "Blair"], ["Dennis", "Burns"], ["Dennis", "Burtt"], ["Dennis", "Casey"], ["Dennis", "Cook"], ["Dennis", "Coughlin"], ["Dennis", "DeBarr"], ["Dennis", "Dove"], ["Dennis", "Driscoll"], ["Dennis", "Eckersley"], ["Dennis", "Fitzgerald"], ["Dennis", "Higgins"], ["Dennis", "Kinney"], ["Dennis", "Konuszewski"], ["Dennis", "Lamp"], ["Dennis", "Leonard"], ["Dennis", "Lewallyn"], ["Dennis", "Littlejohn"], ["Dennis", "Martinez"], ["Dennis", "Moeller"], ["Dennis", "Musgraves"], ["Dennis", "O'Neill"], ["Dennis", "Paepke"], ["Dennis", "Powell"], ["Dennis", "Rasmussen"], ["Dennis", "Ribant"], ["Dennis", "Sarfate"], ["Dennis", "Saunders"], ["Dennis", "Sherrill"], ["Dennis", "Springer"], ["Dennis", "Tankersley"], ["Dennis", "Werth"], ["Denny", "Bautista"], ["Denny", "Clare"], ["Denny", "Doyle"], ["Denny", "Driscoll"], ["Denny", "Galehouse"], ["Denny", "Gonzalez"], ["Denny", "Harriger"], ["Denny", "Hocking"], ["Denny", "Lemaster"], ["Denny", "Lyons"], ["Denny", "Mack"], ["Denny", "McKnight"], ["Denny", "McLain"], ["Denny", "Neagle"], ["Denny", "O'Toole"], ["Denny", "Riddleberger"], ["Denny", "Sothern"], ["Denny", "Stark"], ["Denny", "Sullivan"], ["Denny", "Walling"], ["Denny", "Williams"], ["Dennys", "Reyes"], ["Denver", "Grigsby"], ["Deolis", "Guerra"], ["Derek", "Aucoin"], ["Derek", "Bell"], ["Derek", "Botelho"], ["Derek", "Bryant"], ["Derek", "Dietrich"], ["Derek", "Holland"], ["Derek", "Jeter"], ["Derek", "Lee"], ["Derek", "Lilliquist"], ["Derek", "Lowe"], ["Derek", "Norris"], ["Derek", "Parks"], ["Derek", "Thompson"], ["Derek", "Wallace"], ["Dernell", "Stenson"], ["Deron", "Johnson"], ["Derrek", "Lee"], ["Derrel", "Thomas"], ["Derrell", "Griffith"], ["Derrick", "Gibson"], ["Derrick", "May"], ["Derrick", "Robinson"], ["Derrick", "Turnbow"], ["Derrick", "White"], ["Derrin", "Ebert"], ["Desi", "Relaford"], ["Desi", "Wilson"], ["Desmond", "Beatty"], ["Desmond", "Jennings"], ["Deunte", "Heath"], ["Deven", "Marrero"], ["Devern", "Hansack"], ["Devin", "Mesoraco"], ["Devon", "Lowery"], ["Devon", "Travis"], ["Devon", "White"], ["Dewayne", "Wise"], ["Dewey", "Adkins"], ["Dewey", "McDougal"], ["Dewey", "Metivier"], ["Dewey", "Robinson"], ["Dewey", "Williams"], ["Dewon", "Brazelton"], ["Dewon", "Day"], ["Dexter", "Fowler"], ["Dib", "Williams"], ["Dick", "Adams"], ["Dick", "Adkins"], ["Dick", "Allen"], ["Dick", "Attreau"], ["Dick", "Aylward"], ["Dick", "Baney"], ["Dick", "Barone"], ["Dick", "Barrett"], ["Dick", "Bartell"], ["Dick", "Bass"], ["Dick", "Bates"], ["Dick", "Bayless"], ["Dick", "Bertell"], ["Dick", "Billings"], ["Dick", "Blaisdell"], ["Dick", "Bokelmann"], ["Dick", "Bosman"], ["Dick", "Braggins"], ["Dick", "Brodowski"], ["Dick", "Brown"], ["Dick", "Buckley"], ["Dick", "Burns"], ["Dick", "Burrus"], ["Dick", "Burwell"], ["Dick", "Butler"], ["Dick", "Calmus"], ["Dick", "Carroll"], ["Dick", "Coffman"], ["Dick", "Cogan"], ["Dick", "Cole"], ["Dick", "Colpaert"], ["Dick", "Conger"], ["Dick", "Conway"], ["Dick", "Cotter"], ["Dick", "Cox"], ["Dick", "Crutcher"], ["Dick", "Culler"], ["Dick", "Davis"], ["Dick", "Dietz"], ["Dick", "Donovan"], ["Dick", "Drago"], ["Dick", "Drott"], ["Dick", "Egan"], ["Dick", "Ellsworth"], ["Dick", "Errickson"], ["Dick", "Estelle"], ["Dick", "Fowler"], ["Dick", "Gernert"], ["Dick", "Gossett"], ["Dick", "Gray"], ["Dick", "Green"], ["Dick", "Groat"], ["Dick", "Gyselman"], ["Dick", "Hahn"], ["Dick", "Hall"], ["Dick", "Harley"], ["Dick", "Higham"], ["Dick", "Hoblitzell"], ["Dick", "Hoover"], ["Dick", "Howser"], ["Dick", "Hughes"], ["Dick", "Hunt"], ["Dick", "Hurley"], ["Dick", "Hyde"], ["Dick", "Johnston"], ["Dick", "Jones"], ["Dick", "Joyce"], ["Dick", "Kauffman"], ["Dick", "Kelley"], ["Dick", "Kenworthy"], ["Dick", "Kimble"], ["Dick", "Koecher"], ["Dick", "Kokos"], ["Dick", "Kryhoski"], ["Dick", "Lajeskie"], ["Dick", "Lanahan"], ["Dick", "Lane"], ["Dick", "Lange"], ["Dick", "LeMay"], ["Dick", "Lines"], ["Dick", "Littlefield"], ["Dick", "Loftus"], ["Dick", "Lowe"], ["Dick", "Luebke"], ["Dick", "Manville"], ["Dick", "Marlowe"], ["Dick", "Mauney"], ["Dick", "McAuliffe"], ["Dick", "McBride"], ["Dick", "McCabe"], ["Dick", "Midkiff"], ["Dick", "Mills"], ["Dick", "Mulligan"], ["Dick", "Murphy"], ["Dick", "Nen"], ["Dick", "Newsome"], ["Dick", "Niehaus"], ["Dick", "Nold"], ["Dick", "Padden"], ["Dick", "Phelan"], ["Dick", "Phillips"], ["Dick", "Pierson"], ["Dick", "Pole"], ["Dick", "Porter"], ["Dick", "Radatz"], ["Dick", "Rand"], ["Dick", "Reichle"], ["Dick", "Ricketts"], ["Dick", "Robertson"], ["Dick", "Rozek"], ["Dick", "Rudolph"], ["Dick", "Rusteck"], ["Dick", "Ruthven"], ["Dick", "Schofield"], ["Dick", "Scott"], ["Dick", "Selma"], ["Dick", "Sharon"], ["Dick", "Siebert"], ["Dick", "Simpson"], ["Dick", "Sipek"], ["Dick", "Sisler"], ["Dick", "Smith"], ["Dick", "Spalding"], ["Dick", "Starr"], ["Dick", "Stigman"], ["Dick", "Stone"], ["Dick", "Strahs"], ["Dick", "Stuart"], ["Dick", "Such"], ["Dick", "Teed"], ["Dick", "Terwilliger"], ["Dick", "Tettelbach"], ["Dick", "Thoenen"], ["Dick", "Tidrow"], ["Dick", "Tomanek"], ["Dick", "Tracewski"], ["Dick", "Van Zant"], ["Dick", "Wakefield"], ["Dick", "Wantz"], ["Dick", "Ward"], ["Dick", "Weik"], ["Dick", "Welteroth"], ["Dick", "West"], ["Dick", "Wheeler"], ["Dick", "Whitman"], ["Dick", "Williams"], ["Dick", "Woodson"], ["Dick", "Wright"], ["Dick", "Young"], ["Dickey", "Kerr"], ["Dickey", "Pearce"], ["Dickie", "Flowers"], ["Dickie", "Noles"], ["Dickie", "Thon"], ["Dicky", "Gonzalez"], ["Didi", "Gregorius"], ["Diego", "Moreno"], ["Diego", "Segui"], ["Dike", "Varney"], ["Dillon", "Gee"], ["Dilson", "Herrera"], ["Dilson", "Torres"], ["Dink", "O'Brien"], ["Dinny", "McNamara"], ["Dino", "Chiozza"], ["Dino", "Restelli"], ["Dinty", "Gearin"], ["Diomedes", "Olivo"], ["Dion", "James"], ["Dioner", "Navarro"], ["Diory", "Hernandez"], ["Dirk", "Hayhurst"], ["Dixie", "Carroll"], ["Dixie", "Davis"], ["Dixie", "Howell"], ["Dixie", "Leverett"], ["Dixie", "McArthur"], ["Dixie", "Parker"], ["Dixie", "Parsons"], ["Dixie", "Upright"], ["Dixie", "Walker"], ["Dixon", "Machado"], ["Dizzy", "Dean"], ["Dizzy", "Nutter"], ["Dizzy", "Sutherland"], ["Dizzy", "Trout"], ["Dmitri", "Young"], ["Doc", "Adkins"], ["Doc", "Amole"], ["Doc", "Ayers"], ["Doc", "Bass"], ["Doc", "Bushong"], ["Doc", "Carroll"], ["Doc", "Casey"], ["Doc", "Cook"], ["Doc", "Cramer"], ["Doc", "Crandall"], ["Doc", "Curley"], ["Doc", "Daugherty"], ["Doc", "Edwards"], ["Doc", "Farrell"], ["Doc", "Gautreau"], ["Doc", "Gessler"], ["Doc", "Hamann"], ["Doc", "Hazelton"], ["Doc", "Imlay"], ["Doc", "Johnston"], ["Doc", "Kennedy"], ["Doc", "Kerr"], ["Doc", "Land"], ["Doc", "Landis"], ["Doc", "Lavan"], ["Doc", "Leitner"], ["Doc", "Marshall"], ["Doc", "Martel"], ["Doc", "Martin"], ["Doc", "McJames"], ["Doc", "McMahon"], ["Doc", "Medich"], ["Doc", "Miller"], ["Doc", "Moskiman"], ["Doc", "Newton"], ["Doc", "Oberlander"], ["Doc", "Ozmer"], ["Doc", "Parker"], ["Doc", "Potts"], ["Doc", "Powers"], ["Doc", "Prothro"], ["Doc", "Ralston"], ["Doc", "Reisling"], ["Doc", "Scanlan"], ["Doc", "Sechrist"], ["Doc", "Shanley"], ["Doc", "Tonkin"], ["Doc", "Waldbauer"], ["Doc", "Wallace"], ["Doc", "Watson"], ["Doc", "White"], ["Doc", "Wood"], ["Dock", "Ellis"], ["Dode", "Criss"], ["Dode", "Paskert"], ["Doe", "Boyland"], ["Doggie", "Miller"], ["Dolan", "Nichols"], ["Dolf", "Luque"], ["Dolly", "Gray"], ["Dolly", "Stark"], ["Dolph", "Camilli"], ["Dom", "Dallessandro"], ["Dom", "DiMaggio"], ["Dom", "Zanni"], ["Domingo", "Cedeno"], ["Domingo", "Guzman"], ["Domingo", "Jean"], ["Domingo", "Martinez"], ["Domingo", "Ramos"], ["Domingo", "Santana"], ["Dominic", "Leone"], ["Dominic", "Mulrenan"], ["Domonic", "Brown"], ["Don", "Aase"], ["Don", "Arlich"], ["Don", "August"], ["Don", "Baylor"], ["Don", "Bessent"], ["Don", "Black"], ["Don", "Blasingame"], ["Don", "Bollweg"], ["Don", "Bosch"], ["Don", "Bradey"], ["Don", "Brennan"], ["Don", "Bryant"], ["Don", "Buddin"], ["Don", "Buford"], ["Don", "Buschhorn"], ["Don", "Cardwell"], ["Don", "Carlsen"], ["Don", "Carman"], ["Don", "Carrithers"], ["Don", "Castle"], ["Don", "Choate"], ["Don", "Collins"], ["Don", "Cooper"], ["Don", "Crow"], ["Don", "DeMola"], ["Don", "Demeter"], ["Don", "Dennis"], ["Don", "Dillard"], ["Don", "Drysdale"], ["Don", "Durham"], ["Don", "Eaddy"], ["Don", "Eddy"], ["Don", "Elston"], ["Don", "Erickson"], ["Don", "Ferrarese"], ["Don", "Fisher"], ["Don", "Flinn"], ["Don", "Florence"], ["Don", "Gile"], ["Don", "Gordon"], ["Don", "Grate"], ["Don", "Gross"], ["Don", "Gullett"], ["Don", "Gutteridge"], ["Don", "Hahn"], ["Don", "Hankins"], ["Don", "Hanski"], ["Don", "Hasenmayer"], ["Don", "Heffner"], ["Don", "Heinkel"], ["Don", "Hendrickson"], ["Don", "Hoak"], ["Don", "Hood"], ["Don", "Hopkins"], ["Don", "Hurst"], ["Don", "Johnson"], ["Don", "Kainer"], ["Don", "Kaiser"], ["Don", "Kelly"], ["Don", "Kessinger"], ["Don", "Kirkwood"], ["Don", "Kolloway"], ["Don", "Landrum"], ["Don", "Lang"], ["Don", "Larsen"], ["Don", "Lassetter"], ["Don", "LeJohn"], ["Don", "Lee"], ["Don", "Lenhardt"], ["Don", "Leppert"], ["Don", "Leshnock"], ["Don", "Liddle"], ["Don", "Lock"], ["Don", "Loun"], ["Don", "Lund"], ["Don", "Manno"], ["Don", "Mason"], ["Don", "Mattingly"], ["Don", "McCormack"], ["Don", "McMahon"], ["Don", "Miles"], ["Don", "Mincher"], ["Don", "Minnick"], ["Don", "Money"], ["Don", "Mossi"], ["Don", "Mueller"], ["Don", "Newcombe"], ["Don", "Newhauser"], ["Don", "Nicholas"], ["Don", "Nottebart"], ["Don", "O'Riley"], ["Don", "Padgett"], ["Don", "Pavletich"], ["Don", "Pepper"], ["Don", "Plarski"], ["Don", "Prince"], ["Don", "Rader"], ["Don", "Reynolds"], ["Don", "Richmond"], ["Don", "Robertson"], ["Don", "Robinson"], ["Don", "Rose"], ["Don", "Ross"], ["Don", "Rowe"], ["Don", "Rudolph"], ["Don", "Savage"], ["Don", "Savidge"], ["Don", "Schulze"], ["Don", "Schwall"], ["Don", "Secrist"], ["Don", "Shaw"], ["Don", "Slaught"], ["Don", "Songer"], ["Don", "Stanhouse"], ["Don", "Sutton"], ["Don", "Taussig"], ["Don", "Thompson"], ["Don", "Wakamatsu"], ["Don", "Wallace"], ["Don", "Welchel"], ["Don", "Wengert"], ["Don", "Werner"], ["Don", "Wert"], ["Don", "Wheeler"], ["Don", "White"], ["Don", "Williams"], ["Don", "Wilson"], ["Don", "Young"], ["Don", "Zimmer"], ["Donald", "Harris"], ["Donald", "Lutz"], ["Donaldo", "Mendez"], ["Donell", "Nixon"], ["Donie", "Bush"], ["Donn", "Clendenon"], ["Donn", "Pall"], ["Donn", "Roach"], ["Donne", "Wall"], ["Donnie", "Elliott"], ["Donnie", "Hill"], ["Donnie", "Joseph"], ["Donnie", "Moore"], ["Donnie", "Murphy"], ["Donnie", "Sadler"], ["Donnie", "Scott"], ["Donnie", "Veal"], ["Donny", "Lucy"], ["Donovan", "Hand"], ["Donovan", "Osborne"], ["Donovan", "Solano"], ["Dontrelle", "Willis"], ["Donzell", "McDonald"], ["Dooley", "Womack"], ["Dorn", "Taylor"], ["Dorsey", "Riddlemoser"], ["Dory", "Dean"], ["Dot", "Fulghum"], ["Dots", "Miller"], ["Doug", "Adams"], ["Doug", "Allison"], ["Doug", "Ault"], ["Doug", "Bair"], ["Doug", "Baird"], ["Doug", "Baker"], ["Doug", "Bernier"], ["Doug", "Bird"], ["Doug", "Bochtler"], ["Doug", "Brady"], ["Doug", "Brocail"], ["Doug", "Camilli"], ["Doug", "Capilla"], ["Doug", "Clarey"], ["Doug", "Clark"], ["Doug", "Clemens"], ["Doug", "Corbett"], ["Doug", "Creek"], ["Doug", "Crothers"], ["Doug", "Dascenzo"], ["Doug", "Davis"], ["Doug", "DeCinces"], ["Doug", "DeVore"], ["Doug", "Drabek"], ["Doug", "Fister"], ["Doug", "Flynn"], ["Doug", "Frobel"], ["Doug", "Gallagher"], ["Doug", "Glanville"], ["Doug", "Griffin"], ["Doug", "Gwosdz"], ["Doug", "Hansen"], ["Doug", "Harvey"], ["Doug", "Henry"], ["Doug", "Howard"], ["Doug", "Jennings"], ["Doug", "Johns"], ["Doug", "Jones"], ["Doug", "Konieczny"], ["Doug", "Lindsey"], ["Doug", "Linton"], ["Doug", "Loman"], ["Doug", "Mathis"], ["Doug", "McWeeny"], ["Doug", "Mientkiewicz"], ["Doug", "Mirabelli"], ["Doug", "Neff"], ["Doug", "Nickle"], ["Doug", "Piatt"], ["Doug", "Rader"], ["Doug", "Rau"], ["Doug", "Saunders"], ["Doug", "Simons"], ["Doug", "Sisk"], ["Doug", "Slaten"], ["Doug", "Smith"], ["Doug", "Strange"], ["Doug", "Taitt"], ["Doug", "Waechter"], ["Doyle", "Alexander"], ["Doyle", "Lade"], ["Doyt", "Morris"], ["Drake", "Britton"], ["Drew", "Anderson"], ["Drew", "Butera"], ["Drew", "Carpenter"], ["Drew", "Denson"], ["Drew", "Hall"], ["Drew", "Henson"], ["Drew", "Hutchison"], ["Drew", "Macias"], ["Drew", "Meyer"], ["Drew", "Pomeranz"], ["Drew", "Rader"], ["Drew", "Rucinski"], ["Drew", "Smyly"], ["Drew", "Storen"], ["Drew", "Stubbs"], ["Drew", "Sutton"], ["Drew", "VerHagen"], ["Drummond", "Brown"], ["Drungo", "Hazewood"], ["Duane", "Below"], ["Duane", "Josephson"], ["Duane", "Kuiper"], ["Duane", "Pillette"], ["Duane", "Richards"], ["Duane", "Singleton"], ["Duane", "Theiss"], ["Duane", "Walker"], ["Duane", "Ward"], ["Duane", "Wilson"], ["Duaner", "Sanchez"], ["Ducky", "Detweiler"], ["Ducky", "Hemp"], ["Ducky", "Holmes"], ["Ducky", "Yount"], ["Dud", "Branom"], ["Dud", "Lee"], ["Dude", "Esterbrook"], ["Duff", "Brumley"], ["Duff", "Cooley"], ["Duffy", "Dyer"], ["Duffy", "Lewis"], ["Duke", "Brett"], ["Duke", "Carmel"], ["Duke", "Esper"], ["Duke", "Farrell"], ["Duke", "Kelleher"], ["Duke", "Kenworthy"], ["Duke", "Maas"], ["Duke", "Markell"], ["Duke", "Reilley"], ["Duke", "Sedgwick"], ["Duke", "Shirey"], ["Duke", "Simpson"], ["Duke", "Sims"], ["Duke", "Snider"], ["Duke", "Welker"], ["Dummy", "Deegan"], ["Dummy", "Hoy"], ["Dummy", "Leitner"], ["Dummy", "Lynch"], ["Dummy", "Murphy"], ["Dummy", "Stephenson"], ["Dummy", "Taylor"], ["Dupee", "Shaw"], ["Dustan", "Mohr"], ["Duster", "Mails"], ["Dustin", "Ackley"], ["Dustin", "Garneau"], ["Dustin", "Hermanson"], ["Dustin", "McGowan"], ["Dustin", "Moseley"], ["Dustin", "Nippert"], ["Dustin", "Pedroia"], ["Dustin", "Richardson"], ["Dusty", "Allen"], ["Dusty", "Baker"], ["Dusty", "Bergman"], ["Dusty", "Brown"], ["Dusty", "Coleman"], ["Dusty", "Cooke"], ["Dusty", "Hughes"], ["Dusty", "Miller"], ["Dusty", "Rhodes"], ["Dusty", "Ryan"], ["Dusty", "Wathan"], ["Dutch", "Dietz"], ["Dutch", "Distel"], ["Dutch", "Dotterer"], ["Dutch", "Fehring"], ["Dutch", "Henry"], ["Dutch", "Hinrichs"], ["Dutch", "Hoffman"], ["Dutch", "Holland"], ["Dutch", "Jordan"], ["Dutch", "Kemner"], ["Dutch", "Leonard"], ["Dutch", "Lerchen"], ["Dutch", "Levsen"], ["Dutch", "Lieber"], ["Dutch", "McCall"], ["Dutch", "Meier"], ["Dutch", "Mele"], ["Dutch", "Meyer"], ["Dutch", "Romberger"], ["Dutch", "Rudolph"], ["Dutch", "Ruether"], ["Dutch", "Schesler"], ["Dutch", "Schirick"], ["Dutch", "Schliebner"], ["Dutch", "Sterrett"], ["Dutch", "Stryker"], ["Dutch", "Ulrich"], ["Dutch", "Ussat"], ["Dutch", "Wetzel"], ["Dutch", "Zwilling"], ["Dwain", "Anderson"], ["Dwayne", "Henry"], ["Dwayne", "Hosey"], ["Dwayne", "Murphy"], ["Dwight", "Bernard"], ["Dwight", "Evans"], ["Dwight", "Gooden"], ["Dwight", "Lowry"], ["Dwight", "Siebler"], ["Dwight", "Smith"], ["Dwight", "Stone"], ["Dwight", "Taylor"], ["Dwight", "Wertz"], ["Dyar", "Miller"], ["Dykes", "Potter"], ["Dylan", "Axelrod"], ["Dylan", "Bundy"], ["Earl", "Averill"], ["Earl", "Battey"], ["Earl", "Blackburn"], ["Earl", "Browne"], ["Earl", "Caldwell"], ["Earl", "Clark"], ["Earl", "Cook"], ["Earl", "Francis"], ["Earl", "Grace"], ["Earl", "Hamilton"], ["Earl", "Harrist"], ["Earl", "Henry"], ["Earl", "Hersh"], ["Earl", "Howard"], ["Earl", "Huckleberry"], ["Earl", "Johnson"], ["Earl", "Jones"], ["Earl", "Kunz"], ["Earl", "Mattingly"], ["Earl", "McNeely"], ["Earl", "Moore"], ["Earl", "Moseley"], ["Earl", "Mossor"], ["Earl", "Naylor"], ["Earl", "Pruess"], ["Earl", "Rapp"], ["Earl", "Reid"], ["Earl", "Robinson"], ["Earl", "Sheely"], ["Earl", "Smith"], ["Earl", "Snyder"], ["Earl", "Stephenson"], ["Earl", "Torgeson"], ["Earl", "Turner"], ["Earl", "Tyree"], ["Earl", "Weaver"], ["Earl", "Webb"], ["Earl", "Whitehill"], ["Earl", "Williams"], ["Earl", "Wilson"], ["Earl", "Yingling"], ["Earle", "Brucker"], ["Earle", "Combs"], ["Earle", "Gardner"], ["Earle", "Mack"], ["Early", "Wynn"], ["Ebba", "St. Claire"], ["Ed", "Abbaticchio"], ["Ed", "Acosta"], ["Ed", "Albosta"], ["Ed", "Albrecht"], ["Ed", "Amelung"], ["Ed", "Andrews"], ["Ed", "Appleton"], ["Ed", "Armbrister"], ["Ed", "Atkinson"], ["Ed", "Baecht"], ["Ed", "Bagley"], ["Ed", "Bahr"], ["Ed", "Bailey"], ["Ed", "Barney"], ["Ed", "Barnowski"], ["Ed", "Barrow"], ["Ed", "Barry"], ["Ed", "Bauta"], ["Ed", "Beatin"], ["Ed", "Beecher"], ["Ed", "Biecher"], ["Ed", "Blake"], ["Ed", "Boland"], ["Ed", "Bouchee"], ["Ed", "Brandt"], ["Ed", "Brinkman"], ["Ed", "Brown"], ["Ed", "Bruyette"], ["Ed", "Burns"], ["Ed", "Busch"], ["Ed", "Butka"], ["Ed", "Callahan"], ["Ed", "Carfrey"], ["Ed", "Carroll"], ["Ed", "Cartwright"], ["Ed", "Caskin"], ["Ed", "Cassian"], ["Ed", "Cermak"], ["Ed", "Chandler"], ["Ed", "Chaplin"], ["Ed", "Chapman"], ["Ed", "Charles"], ["Ed", "Cihocki"], ["Ed", "Clark"], ["Ed", "Clough"], ["Ed", "Cogswell"], ["Ed", "Cole"], ["Ed", "Coleman"], ["Ed", "Colgan"], ["Ed", "Conley"], ["Ed", "Connolly"], ["Ed", "Conwell"], ["Ed", "Corey"], ["Ed", "Correa"], ["Ed", "Cotter"], ["Ed", "Coughlin"], ["Ed", "Crane"], ["Ed", "Crosby"], ["Ed", "Crowley"], ["Ed", "Curtis"], ["Ed", "Cushman"], ["Ed", "Daily"], ["Ed", "Delahanty"], ["Ed", "Doheny"], ["Ed", "Donalds"], ["Ed", "Donnelly"], ["Ed", "Duffy"], ["Ed", "Dugan"], ["Ed", "Dundon"], ["Ed", "Durham"], ["Ed", "Easley"], ["Ed", "Edelen"], ["Ed", "Eiteljorge"], ["Ed", "Fallenstein"], ["Ed", "Farmer"], ["Ed", "Fernandes"], ["Ed", "Figueroa"], ["Ed", "Fisher"], ["Ed", "Fitz Gerald"], ["Ed", "Fitzpatrick"], ["Ed", "Flanagan"], ["Ed", "Flynn"], ["Ed", "Ford"], ["Ed", "Forsyth"], ["Ed", "Foster"], ["Ed", "Freed"], ["Ed", "Fuller"], ["Ed", "Gagnier"], ["Ed", "Gallagher"], ["Ed", "Gastfield"], ["Ed", "Gerner"], ["Ed", "Gill"], ["Ed", "Giovanola"], ["Ed", "Glenn"], ["Ed", "Glynn"], ["Ed", "Goebel"], ["Ed", "Goodson"], ["Ed", "Green"], ["Ed", "Greer"], ["Ed", "Gremminger"], ["Ed", "Grimes"], ["Ed", "Hahn"], ["Ed", "Haigh"], ["Ed", "Halbriter"], ["Ed", "Halicki"], ["Ed", "Hallinan"], ["Ed", "Hanyzewski"], ["Ed", "Hawk"], ["Ed", "Head"], ["Ed", "Hearn"], ["Ed", "Hearne"], ["Ed", "Hemingway"], ["Ed", "Henderson"], ["Ed", "Hendricks"], ["Ed", "Hengel"], ["Ed", "Herrmann"], ["Ed", "Heusser"], ["Ed", "High"], ["Ed", "Hilley"], ["Ed", "Hobaugh"], ["Ed", "Hock"], ["Ed", "Hodge"], ["Ed", "Holley"], ["Ed", "Holly"], ["Ed", "Householder"], ["Ed", "Hovlik"], ["Ed", "Hug"], ["Ed", "Hughes"], ["Ed", "Hutchinson"], ["Ed", "Irwin"], ["Ed", "Johnson"], ["Ed", "Jurak"], ["Ed", "Karger"], ["Ed", "Keas"], ["Ed", "Keegan"], ["Ed", "Kelly"], ["Ed", "Kenna"], ["Ed", "Kennedy"], ["Ed", "Kent"], ["Ed", "Killian"], ["Ed", "Kinsella"], ["Ed", "Kippert"], ["Ed", "Kirkpatrick"], ["Ed", "Klepfer"], ["Ed", "Klieman"], ["Ed", "Knouff"], ["Ed", "Konetchy"], ["Ed", "Kranepool"], ["Ed", "Kusel"], ["Ed", "Lafitte"], ["Ed", "Lagger"], ["Ed", "Larkin"], ["Ed", "Leip"], ["Ed", "Lennon"], ["Ed", "Lennox"], ["Ed", "Levy"], ["Ed", "Linke"], ["Ed", "Lucas"], ["Ed", "Lynch"], ["Ed", "Lyons"], ["Ed", "MacGamwell"], ["Ed", "Madjeski"], ["Ed", "Mars"], ["Ed", "Mayer"], ["Ed", "McCreery"], ["Ed", "McDonald"], ["Ed", "McDonough"], ["Ed", "McFarland"], ["Ed", "McGhee"], ["Ed", "McKean"], ["Ed", "McKenna"], ["Ed", "McLane"], ["Ed", "McNichol"], ["Ed", "Mensor"], ["Ed", "Merrill"], ["Ed", "Mickelson"], ["Ed", "Mierkowicz"], ["Ed", "Miller"], ["Ed", "Mincher"], ["Ed", "Monroe"], ["Ed", "Montague"], ["Ed", "Morgan"], ["Ed", "Moriarty"], ["Ed", "Morris"], ["Ed", "Moyer"], ["Ed", "Murphy"], ["Ed", "Murray"], ["Ed", "Nunez"], ["Ed", "O'Neil"], ["Ed", "Olivares"], ["Ed", "Olwine"], ["Ed", "Ott"], ["Ed", "Pabst"], ["Ed", "Palmquist"], ["Ed", "Phelps"], ["Ed", "Phillips"], ["Ed", "Pierce"], ["Ed", "Pinkham"], ["Ed", "Pinnance"], ["Ed", "Pipgras"], ["Ed", "Plank"], ["Ed", "Poole"], ["Ed", "Porray"], ["Ed", "Putman"], ["Ed", "Rakow"], ["Ed", "Reulbach"], ["Ed", "Roebuck"], ["Ed", "Roetz"], ["Ed", "Romero"], ["Ed", "Rowen"], ["Ed", "Sadowski"], ["Ed", "Sales"], ["Ed", "Samcoff"], ["Ed", "Sanicki"], ["Ed", "Sauer"], ["Ed", "Schorr"], ["Ed", "Scott"], ["Ed", "Seward"], ["Ed", "Sherling"], ["Ed", "Sicking"], ["Ed", "Siever"], ["Ed", "Silch"], ["Ed", "Sixsmith"], ["Ed", "Smith"], ["Ed", "Somerville"], ["Ed", "Sperber"], ["Ed", "Spiezio"], ["Ed", "Sprague"], ["Ed", "Springer"], ["Ed", "Spurney"], ["Ed", "Stauffer"], ["Ed", "Stein"], ["Ed", "Stevens"], ["Ed", "Stratton"], ["Ed", "Strelecki"], ["Ed", "Stroud"], ["Ed", "Sukla"], ["Ed", "Summers"], ["Ed", "Swartwood"], ["Ed", "Taubensee"], ["Ed", "Taylor"], ["Ed", "Trumbull"], ["Ed", "Vande Berg"], ["Ed", "Vosberg"], ["Ed", "Walczak"], ["Ed", "Walker"], ["Ed", "Walsh"], ["Ed", "Warner"], ["Ed", "Watkins"], ["Ed", "Weiland"], ["Ed", "Wells"], ["Ed", "Wheeler"], ["Ed", "White"], ["Ed", "Whited"], ["Ed", "Whiting"], ["Ed", "Whitson"], ["Ed", "Wilkinson"], ["Ed", "Willett"], ["Ed", "Winceniak"], ["Ed", "Wineapple"], ["Ed", "Wingo"], ["Ed", "Wojna"], ["Ed", "Wolfe"], ["Ed", "Wright"], ["Ed", "Yarnall"], ["Ed", "Yewell"], ["Ed", "Zmich"], ["Edd", "Roush"], ["Eddie", "Ainsmith"], ["Eddie", "Bacon"], ["Eddie", "Bane"], ["Eddie", "Basinski"], ["Eddie", "Bockman"], ["Eddie", "Bonine"], ["Eddie", "Booth"], ["Eddie", "Boyle"], ["Eddie", "Bressoud"], ["Eddie", "Brown"], ["Eddie", "Burke"], ["Eddie", "Butler"], ["Eddie", "Carnett"], ["Eddie", "Cicotte"], ["Eddie", "Collins"], ["Eddie", "Delker"], ["Eddie", "Dent"], ["Eddie", "Dyer"], ["Eddie", "Eayrs"], ["Eddie", "Edmonson"], ["Eddie", "Erautt"], ["Eddie", "Feinberg"], ["Eddie", "Files"], ["Eddie", "Fisher"], ["Eddie", "Foster"], ["Eddie", "Fusselback"], ["Eddie", "Gaedel"], ["Eddie", "Gaillard"], ["Eddie", "Grant"], ["Eddie", "Guardado"], ["Eddie", "Haas"], ["Eddie", "Hickey"], ["Eddie", "Higgins"], ["Eddie", "Hogan"], ["Eddie", "Hohnhorst"], ["Eddie", "Hunter"], ["Eddie", "Joost"], ["Eddie", "Kasko"], ["Eddie", "Kazak"], ["Eddie", "Kearse"], ["Eddie", "Kenna"], ["Eddie", "Kolb"], ["Eddie", "Kunz"], ["Eddie", "Lake"], ["Eddie", "Leon"], ["Eddie", "Lopat"], ["Eddie", "Lukon"], ["Eddie", "Malone"], ["Eddie", "Mathews"], ["Eddie", "Matteson"], ["Eddie", "Mayo"], ["Eddie", "McGah"], ["Eddie", "Miksis"], ["Eddie", "Miller"], ["Eddie", "Milner"], ["Eddie", "Moore"], ["Eddie", "Morgan"], ["Eddie", "Mulligan"], ["Eddie", "Murphy"], ["Eddie", "Murray"], ["Eddie", "O'Brien"], ["Eddie", "O'Meara"], ["Eddie", "Onslow"], ["Eddie", "Oropesa"], ["Eddie", "Palmer"], ["Eddie", "Pellagrini"], ["Eddie", "Perez"], ["Eddie", "Phillips"], ["Eddie", "Pick"], ["Eddie", "Plank"], ["Eddie", "Popowski"], ["Eddie", "Priest"], ["Eddie", "Pye"], ["Eddie", "Quick"], ["Eddie", "Robinson"], ["Eddie", "Rogers"], ["Eddie", "Rommel"], ["Eddie", "Rosario"], ["Eddie", "Sawyer"], ["Eddie", "Shokes"], ["Eddie", "Silber"], ["Eddie", "Smith"], ["Eddie", "Solomon"], ["Eddie", "Stack"], ["Eddie", "Stanky"], ["Eddie", "Taylor"], ["Eddie", "Tiemeyer"], ["Eddie", "Tucker"], ["Eddie", "Turchin"], ["Eddie", "Vargas"], ["Eddie", "Waitkus"], ["Eddie", "Watt"], ["Eddie", "Williams"], ["Eddie", "Wilson"], ["Eddie", "Yost"], ["Eddie", "Yount"], ["Eddie", "Yuhas"], ["Eddie", "Zambrano"], ["Eddie", "Zimmerman"], ["Eddie", "Zosky"], ["Eddy", "Diaz"], ["Eddy", "Garabito"], ["Eddy", "Rodriguez"], ["Edgar", "Barnhart"], ["Edgar", "Caceres"], ["Edgar", "Diaz"], ["Edgar", "Gonzalez"], ["Edgar", "Ibarra"], ["Edgar", "Martinez"], ["Edgar", "McNabb"], ["Edgar", "Olmos"], ["Edgar", "Ramos"], ["Edgar", "Renteria"], ["Edgar", "Smith"], ["Edgard", "Clemente"], ["Edgardo", "Alfonzo"], ["Edgmer", "Escalona"], ["Edinson", "Volquez"], ["Eduardo", "Escobar"], ["Eduardo", "Nunez"], ["Eduardo", "Perez"], ["Eduardo", "Rodriguez"], ["Eduardo", "Sanchez"], ["Eduardo", "Villacis"], ["Edwar", "Cabrera"], ["Edwar", "Ramirez"], ["Edward", "Beavens"], ["Edward", "Cramer"], ["Edward", "Mujica"], ["Edward", "Santry"], ["Edwards", "Guzman"], ["Edwin", "Almonte"], ["Edwin", "Bellorin"], ["Edwin", "Diaz"], ["Edwin", "Encarnacion"], ["Edwin", "Escobar"], ["Edwin", "Hurtado"], ["Edwin", "Jackson"], ["Edwin", "Maysonet"], ["Edwin", "Moreno"], ["Edwin", "Rodriguez"], ["Effa", "Manley"], ["Effie", "Norton"], ["Efrain", "Valdez"], ["Efren", "Navarro"], ["Egyptian", "Healy"], ["Ehire", "Adrianza"], ["Ehren", "Wassermann"], ["Eider", "Torres"], ["Einar", "Diaz"], ["El", "Tappe"], ["Elam", "Vangilder"], ["Elbert", "Andrews"], ["Elbie", "Fletcher"], ["Elden", "Auker"], ["Elder", "White"], ["Eli", "Cates"], ["Eli", "Grba"], ["Eli", "Hodkey"], ["Eli", "Marrero"], ["Eli", "Whiteside"], ["Elian", "Herrera"], ["Elias", "Diaz"], ["Elias", "Peak"], ["Elias", "Sosa"], ["Eliezer", "Alfonzo"], ["Elih", "Villanueva"], ["Elijah", "Dukes"], ["Elijah", "Jones"], ["Elio", "Chacon"], ["Elizardo", "Ramirez"], ["Ellie", "Rodriguez"], ["Elliot", "Bigelow"], ["Elliot", "Johnson"], ["Elliott", "Maddox"], ["Ellis", "Burks"], ["Ellis", "Burton"], ["Ellis", "Clary"], ["Ellis", "Johnson"], ["Ellis", "Kinder"], ["Ellis", "Valentine"], ["Elmer", "Bliss"], ["Elmer", "Bowman"], ["Elmer", "Brown"], ["Elmer", "Burkart"], ["Elmer", "Cleveland"], ["Elmer", "Dessens"], ["Elmer", "Flick"], ["Elmer", "Foster"], ["Elmer", "Gedeon"], ["Elmer", "Horton"], ["Elmer", "Jacobs"], ["Elmer", "Johnson"], ["Elmer", "Klumpp"], ["Elmer", "Knetzer"], ["Elmer", "Koestner"], ["Elmer", "Leifer"], ["Elmer", "Leonard"], ["Elmer", "Miller"], ["Elmer", "Myers"], ["Elmer", "Pence"], ["Elmer", "Ponder"], ["Elmer", "Riddle"], ["Elmer", "Rieger"], ["Elmer", "Sexauer"], ["Elmer", "Singleton"], ["Elmer", "Smith"], ["Elmer", "Steele"], ["Elmer", "Stricklett"], ["Elmer", "Tutwiler"], ["Elmer", "Valo"], ["Elmer", "Weingartner"], ["Elmer", "White"], ["Elmer", "Yoter"], ["Elmer", "Zacher"], ["Elmo", "Plaskett"], ["Elrod", "Hendricks"], ["Elston", "Howard"], ["Elvin", "Ramirez"], ["Elvio", "Jimenez"], ["Elvis", "Andrus"], ["Elvis", "Araujo"], ["Elvis", "Pena"], ["Em", "Lindbeck"], ["Emerson", "Dickman"], ["Emil", "Batch"], ["Emil", "Bildilli"], ["Emil", "Brown"], ["Emil", "Frisk"], ["Emil", "Geiss"], ["Emil", "Gross"], ["Emil", "Haberer"], ["Emil", "Huhn"], ["Emil", "Kush"], ["Emil", "Leber"], ["Emil", "Mailho"], ["Emil", "Planeta"], ["Emil", "Roy"], ["Emil", "Verban"], ["Emil", "Yde"], ["Emiliano", "Fruto"], ["Emilio", "Bonifacio"], ["Emilio", "Palmero"], ["Emmanuel", "Burriss"], ["Emmet", "Heidrick"], ["Emmet", "McCann"], ["Emmett", "Bowles"], ["Emmett", "Nelson"], ["Emmett", "O'Neill"], ["Emmett", "Rogers"], ["Emmett", "Seery"], ["Ender", "Inciarte"], ["Endy", "Chavez"], ["Enerio", "Del Rosario"], ["Engel", "Beltre"], ["Enny", "Romero"], ["Enos", "Cabell"], ["Enos", "Kirkpatrick"], ["Enos", "Slaughter"], ["Enrique", "Burgos"], ["Enrique", "Cruz"], ["Enrique", "Gonzalez"], ["Enrique", "Hernandez"], ["Enrique", "Romo"], ["Enrique", "Wilson"], ["Ensign", "Cottrell"], ["Enzo", "Hernandez"], ["Epp", "Sell"], ["Eppa", "Rixey"], ["Eppie", "Barnes"], ["Erasmo", "Ramirez"], ["Eric", "Anthony"], ["Eric", "Bell"], ["Eric", "Bruntlett"], ["Eric", "Bullock"], ["Eric", "Byrnes"], ["Eric", "Cammack"], ["Eric", "Campbell"], ["Eric", "Chavez"], ["Eric", "Crozier"], ["Eric", "Cyr"], ["Eric", "Davis"], ["Eric", "DuBose"], ["Eric", "Eckenstahler"], ["Eric", "Erickson"], ["Eric", "Farris"], ["Eric", "Fornataro"], ["Eric", "Fox"], ["Eric", "Fryer"], ["Eric", "Gagne"], ["Eric", "Gunderson"], ["Eric", "Hacker"], ["Eric", "Helfand"], ["Eric", "Hetzel"], ["Eric", "Hillman"], ["Eric", "Hinske"], ["Eric", "Hosmer"], ["Eric", "Hull"], ["Eric", "Hurley"], ["Eric", "Jokisch"], ["Eric", "Junge"], ["Eric", "Karros"], ["Eric", "King"], ["Eric", "Knott"], ["Eric", "Ludwick"], ["Eric", "MacKenzie"], ["Eric", "McNair"], ["Eric", "Milton"], ["Eric", "Moody"], ["Eric", "Munson"], ["Eric", "Nolte"], ["Eric", "O'Flaherty"], ["Eric", "Owens"], ["Eric", "Patterson"], ["Eric", "Plunk"], ["Eric", "Raich"], ["Eric", "Rasmussen"], ["Eric", "Reed"], ["Eric", "Rodin"], ["Eric", "Show"], ["Eric", "Soderholm"], ["Eric", "Sogard"], ["Eric", "Stults"], ["Eric", "Surkamp"], ["Eric", "Thames"], ["Eric", "Tipton"], ["Eric", "Valent"], ["Eric", "Weaver"], ["Eric", "Wedge"], ["Eric", "Wilkins"], ["Eric", "Yelding"], ["Eric", "Young"], ["Erick", "Almonte"], ["Erick", "Aybar"], ["Erick", "Threets"], ["Erik", "Bedard"], ["Erik", "Bennett"], ["Erik", "Cordier"], ["Erik", "Davis"], ["Erik", "Goeddel"], ["Erik", "Hamren"], ["Erik", "Hanson"], ["Erik", "Hiljus"], ["Erik", "Johnson"], ["Erik", "Komatsu"], ["Erik", "Kratz"], ["Erik", "Pappas"], ["Erik", "Plantenberg"], ["Erik", "Sabel"], ["Erik", "Schullstrom"], ["Erisbel", "Arruebarrena"], ["Ernest", "Groth"], ["Ernesto", "Frieri"], ["Ernie", "Alten"], ["Ernie", "Andres"], ["Ernie", "Baker"], ["Ernie", "Banks"], ["Ernie", "Beam"], ["Ernie", "Bowman"], ["Ernie", "Broglio"], ["Ernie", "Burch"], ["Ernie", "Camacho"], ["Ernie", "Courtney"], ["Ernie", "Cox"], ["Ernie", "Diehl"], ["Ernie", "Fazio"], ["Ernie", "Groth"], ["Ernie", "Gust"], ["Ernie", "Herbert"], ["Ernie", "Hickman"], ["Ernie", "Johnson"], ["Ernie", "Kish"], ["Ernie", "Koob"], ["Ernie", "Koy"], ["Ernie", "Krueger"], ["Ernie", "Lindemann"], ["Ernie", "Lombardi"], ["Ernie", "Lush"], ["Ernie", "Manning"], ["Ernie", "Mason"], ["Ernie", "Maun"], ["Ernie", "McAnally"], ["Ernie", "Neitzke"], ["Ernie", "Nevel"], ["Ernie", "Nevers"], ["Ernie", "Oravetz"], ["Ernie", "Orsatti"], ["Ernie", "Ovitz"], ["Ernie", "Padgett"], ["Ernie", "Riles"], ["Ernie", "Ross"], ["Ernie", "Rudolph"], ["Ernie", "Shore"], ["Ernie", "Smith"], ["Ernie", "Sulik"], ["Ernie", "Vick"], ["Ernie", "Walker"], ["Ernie", "White"], ["Ernie", "Whitt"], ["Ernie", "Wingard"], ["Ernie", "Wolf"], ["Ernie", "Young"], ["Erskine", "Mayer"], ["Erskine", "Thomason"], ["Erubiel", "Durazo"], ["Erv", "Brame"], ["Erv", "Dusak"], ["Erv", "Kantlehner"], ["Erv", "Lange"], ["Erv", "Palica"], ["Erve", "Beck"], ["Ervin", "Santana"], ["Erwin", "Renfer"], ["Esix", "Snead"], ["Esmailin", "Caridad"], ["Esmerling", "Vasquez"], ["Esmil", "Rogers"], ["Esteban", "Beltre"], ["Esteban", "German"], ["Esteban", "Loaiza"], ["Esteban", "Yan"], ["Estel", "Crabtree"], ["Esty", "Chaney"], ["Ethan", "Allen"], ["Ethan", "Blackaby"], ["Ethan", "Martin"], ["Eude", "Brito"], ["Euel", "Moore"], ["Eugenio", "Suarez"], ["Eugenio", "Velez"], ["Eury", "De La Rosa"], ["Eury", "Perez"], ["Eusebio", "Gonzalez"], ["Evan", "Crawford"], ["Evan", "Gattis"], ["Evan", "Longoria"], ["Evan", "MacLane"], ["Evan", "Marshall"], ["Evan", "Meek"], ["Evan", "Reed"], ["Evan", "Scribner"], ["Evans", "Killeen"], ["Evar", "Swanson"], ["Evelio", "Hernandez"], ["Ever", "Magallanes"], ["Everett", "Booe"], ["Everett", "Fagan"], ["Everett", "Mills"], ["Everett", "Scott"], ["Everett", "Stull"], ["Everett", "Teaford"], ["Everth", "Cabrera"], ["Ewald", "Pyle"], ["Ewell", "Blackwell"], ["Ezequiel", "Astacio"], ["Ezequiel", "Carrera"], ["Ezra", "Lincoln"], ["Ezra", "Midkiff"], ["Ezra", "Sutton"], ["F. P.", "Santangelo"], ["Fabian", "Gaffke"], ["Fabian", "Kowalik"], ["Fabio", "Castro"], ["Fancy", "O'Neil"], ["Farmer", "Burns"], ["Farmer", "Ray"], ["Farmer", "Steelman"], ["Farmer", "Vaughn"], ["Farmer", "Weaver"], ["Fats", "Dantonio"], ["Fatty", "Briody"], ["Fausto", "Cruz"], ["Fautino", "De Los Santos"], ["Favel", "Wordsworth"], ["Fay", "Thomas"], ["Faye", "Throneberry"], ["Felipe", "Alou"], ["Felipe", "Crespo"], ["Felipe", "Lira"], ["Felipe", "Lopez"], ["Felipe", "Montemayor"], ["Felipe", "Paulino"], ["Felipe", "Rivero"], ["Felix", "Chouinard"], ["Felix", "Diaz"], ["Felix", "Doubront"], ["Felix", "Escalona"], ["Felix", "Fermin"], ["Felix", "Heredia"], ["Felix", "Hernandez"], ["Felix", "Jose"], ["Felix", "Mackiewicz"], ["Felix", "Mantilla"], ["Felix", "Martinez"], ["Felix", "Millan"], ["Felix", "Moses"], ["Felix", "Pie"], ["Felix", "Rodriguez"], ["Felix", "Sanchez"], ["Felix", "Torres"], ["Fenton", "Mole"], ["Ferd", "Eunick"], ["Ferdie", "Moore"], ["Ferdie", "Schupp"], ["Fergie", "Jenkins"], ["Fergy", "Malone"], ["Fern", "Bell"], ["Fernando", "Abad"], ["Fernando", "Arroyo"], ["Fernando", "Cabrera"], ["Fernando", "Cortez"], ["Fernando", "Gonzalez"], ["Fernando", "Hernandez"], ["Fernando", "Lunar"], ["Fernando", "Martinez"], ["Fernando", "Nieve"], ["Fernando", "Perez"], ["Fernando", "Ramsey"], ["Fernando", "Rodney"], ["Fernando", "Rodriguez"], ["Fernando", "Salas"], ["Fernando", "Seguignol"], ["Fernando", "Tatis"], ["Fernando", "Valenzuela"], ["Fernando", "Vina"], ["Ferrell", "Anderson"], ["Ferris", "Fain"], ["Fielder", "Jones"], ["Fin", "Wilson"], ["Finners", "Quinlan"], ["Firpo", "Marberry"], ["Flame", "Delhi"], ["Flea", "Clifton"], ["Fleet", "Walker"], ["Fletcher", "Low"], ["Fleury", "Sullivan"], ["Flint", "Rhem"], ["Flip", "Lafferty"], ["Floyd", "Baker"], ["Floyd", "Bannister"], ["Floyd", "Chiffer"], ["Floyd", "Giebell"], ["Floyd", "Newkirk"], ["Floyd", "Rayford"], ["Floyd", "Ritter"], ["Floyd", "Robinson"], ["Floyd", "Speer"], ["Floyd", "Stromme"], ["Floyd", "Weaver"], ["Floyd", "Wicker"], ["Floyd", "Wooldridge"], ["Floyd", "Youmans"], ["Foghorn", "Bradley"], ["Footer", "Johnson"], ["Footsie", "Blair"], ["Ford", "Frick"], ["Ford", "Garrison"], ["Forrest", "Crawford"], ["Forrest", "More"], ["Forrest", "Thompson"], ["Foster", "Castleman"], ["Foster", "Edwards"], ["Fraley", "Rogers"], ["Fran", "Healy"], ["Fran", "Mullins"], ["Francis", "Beltran"], ["Francis", "Healy"], ["Francisco", "Barrios"], ["Francisco", "Cabrera"], ["Francisco", "Cervelli"], ["Francisco", "Cordero"], ["Francisco", "Cordova"], ["Francisco", "Cruceta"], ["Francisco", "Lindor"], ["Francisco", "Liriano"], ["Francisco", "Matos"], ["Francisco", "Melendez"], ["Francisco", "Oliveras"], ["Francisco", "Peguero"], ["Francisco", "Pena"], ["Francisco", "Rodriguez"], ["Francisco", "Rosario"], ["Francisco", "Santos"], ["Francisco", "de la Rosa"], ["Francisley", "Bueno"], ["Frank", "Abercrombie"], ["Frank", "Allen"], ["Frank", "Arellanes"], ["Frank", "Bahret"], ["Frank", "Baker"], ["Frank", "Baldwin"], ["Frank", "Bancroft"], ["Frank", "Barberich"], ["Frank", "Barnes"], ["Frank", "Barrett"], ["Frank", "Barron"], ["Frank", "Barrows"], ["Frank", "Bates"], ["Frank", "Baumann"], ["Frank", "Baumholtz"], ["Frank", "Beck"], ["Frank", "Bell"], ["Frank", "Bennett"], ["Frank", "Berkelbach"], ["Frank", "Bertaina"], ["Frank", "Betcher"], ["Frank", "Bird"], ["Frank", "Biscan"], ["Frank", "Bishop"], ["Frank", "Bliss"], ["Frank", "Bolick"], ["Frank", "Bolling"], ["Frank", "Bonner"], ["Frank", "Bork"], ["Frank", "Bowerman"], ["Frank", "Bowes"], ["Frank", "Boyd"], ["Frank", "Brazill"], ["Frank", "Brill"], ["Frank", "Brooks"], ["Frank", "Brosseau"], ["Frank", "Brower"], ["Frank", "Browning"], ["Frank", "Bruggy"], ["Frank", "Burke"], ["Frank", "Burt"], ["Frank", "Bushey"], ["Frank", "Butler"], ["Frank", "Buttery"], ["Frank", "Callaway"], ["Frank", "Campos"], ["Frank", "Carpin"], ["Frank", "Carswell"], ["Frank", "Castillo"], ["Frank", "Catalanotto"], ["Frank", "Chance"], ["Frank", "Chapman"], ["Frank", "Charles"], ["Frank", "Cimorelli"], ["Frank", "Cipriani"], ["Frank", "Coggins"], ["Frank", "Colman"], ["Frank", "Connaughton"], ["Frank", "Corridon"], ["Frank", "Cox"], ["Frank", "Cross"], ["Frank", "Crossin"], ["Frank", "Croucher"], ["Frank", "Dasso"], ["Frank", "Decker"], ["Frank", "Delahanty"], ["Frank", "Demaree"], ["Frank", "DiMichele"], ["Frank", "DiPino"], ["Frank", "Diven"], ["Frank", "Doljack"], ["Frank", "Donnelly"], ["Frank", "Drews"], ["Frank", "Duffy"], ["Frank", "Dupee"], ["Frank", "Dwyer"], ["Frank", "Ellerbe"], ["Frank", "Emmer"], ["Frank", "Ernaga"], ["Frank", "Estrada"], ["Frank", "Eufemia"], ["Frank", "Eustace"], ["Frank", "Fahey"], ["Frank", "Fanovich"], ["Frank", "Fennelly"], ["Frank", "Fernandez"], ["Frank", "Figgemeier"], ["Frank", "Fleet"], ["Frank", "Fletcher"], ["Frank", "Foreman"], ["Frank", "Foutz"], ["Frank", "Francisco"], ["Frank", "Freund"], ["Frank", "Fuller"], ["Frank", "Funk"], ["Frank", "Gabler"], ["Frank", "Garces"], ["Frank", "Gatins"], ["Frank", "Genins"], ["Frank", "Gibson"], ["Frank", "Gilhooley"], ["Frank", "Gilmore"], ["Frank", "Gleich"], ["Frank", "Gracesqui"], ["Frank", "Grant"], ["Frank", "Graves"], ["Frank", "Gregory"], ["Frank", "Griffith"], ["Frank", "Grube"], ["Frank", "Hafner"], ["Frank", "Hankinson"], ["Frank", "Hansford"], ["Frank", "Harris"], ["Frank", "Harter"], ["Frank", "Heifer"], ["Frank", "Hemphill"], ["Frank", "Herrmann"], ["Frank", "Hershey"], ["Frank", "Hiller"], ["Frank", "Hoffman"], ["Frank", "House"], ["Frank", "Howard"], ["Frank", "Huelsman"], ["Frank", "Isbell"], ["Frank", "Jelincich"], ["Frank", "Johnson"], ["Frank", "Jones"], ["Frank", "Jude"], ["Frank", "Kalin"], ["Frank", "Kane"], ["Frank", "Keffer"], ["Frank", "Kellert"], ["Frank", "Kelliher"], ["Frank", "Killen"], ["Frank", "Kitson"], ["Frank", "Knauss"], ["Frank", "Kostro"], ["Frank", "Kreeger"], ["Frank", "Kreutzer"], ["Frank", "LaCorte"], ["Frank", "LaPorte"], ["Frank", "Lamanske"], ["Frank", "Lange"], ["Frank", "Lankford"], ["Frank", "Lary"], ["Frank", "Leary"], ["Frank", "Leja"], ["Frank", "Linzy"], ["Frank", "Lobert"], ["Frank", "Loftus"], ["Frank", "Lucchesi"], ["Frank", "Luce"], ["Frank", "MacCormack"], ["Frank", "Mack"], ["Frank", "Madden"], ["Frank", "Mahar"], ["Frank", "Makosky"], ["Frank", "Malzone"], ["Frank", "Mancuso"], ["Frank", "Manush"], ["Frank", "Martin"], ["Frank", "Mata"], ["Frank", "McCarton"], ["Frank", "McCormick"], ["Frank", "McCrea"], ["Frank", "McCue"], ["Frank", "McElyea"], ["Frank", "McGee"], ["Frank", "McGinn"], ["Frank", "McIntyre"], ["Frank", "McKee"], ["Frank", "McKenna"], ["Frank", "McLaughlin"], ["Frank", "McManus"], ["Frank", "McPartlin"], ["Frank", "Meinke"], ["Frank", "Menechino"], ["Frank", "Millard"], ["Frank", "Miller"], ["Frank", "Mills"], ["Frank", "Monroe"], ["Frank", "Moore"], ["Frank", "Morrissey"], ["Frank", "Motz"], ["Frank", "Mountain"], ["Frank", "Mulroney"], ["Frank", "Murphy"], ["Frank", "Naleway"], ["Frank", "Nicholson"], ["Frank", "Norton"], ["Frank", "O'Connor"], ["Frank", "O'Rourke"], ["Frank", "Oberlin"], ["Frank", "Okrie"], ["Frank", "Olin"], ["Frank", "Ortenzio"], ["Frank", "Owen"], ["Frank", "Papish"], ["Frank", "Parkinson"], ["Frank", "Pastore"], ["Frank", "Pearce"], ["Frank", "Pears"], ["Frank", "Pratt"], ["Frank", "Quilici"], ["Frank", "Quinlan"], ["Frank", "Quinn"], ["Frank", "Ragland"], ["Frank", "Reberger"], ["Frank", "Reiber"], ["Frank", "Riccelli"], ["Frank", "Ringo"], ["Frank", "Robinson"], ["Frank", "Rooney"], ["Frank", "Rosso"], ["Frank", "Roth"], ["Frank", "Sacka"], ["Frank", "Saucier"], ["Frank", "Scanlan"], ["Frank", "Scheibeck"], ["Frank", "Schneiberg"], ["Frank", "Schulte"], ["Frank", "Secory"], ["Frank", "Selee"], ["Frank", "Sellman"], ["Frank", "Seminara"], ["Frank", "Seward"], ["Frank", "Sexton"], ["Frank", "Shannon"], ["Frank", "Shellenback"], ["Frank", "Shugart"], ["Frank", "Siffell"], ["Frank", "Sigafoos"], ["Frank", "Skaff"], ["Frank", "Smith"], ["Frank", "Smykal"], ["Frank", "Snook"], ["Frank", "Snyder"], ["Frank", "Stewart"], ["Frank", "Sullivan"], ["Frank", "Tanana"], ["Frank", "Taveras"], ["Frank", "Tepedino"], ["Frank", "Thomas"], ["Frank", "Thompson"], ["Frank", "Todd"], ["Frank", "Torre"], ["Frank", "Trechock"], ["Frank", "Truesdale"], ["Frank", "Verdi"], ["Frank", "Viola"], ["Frank", "Waddey"], ["Frank", "Walker"], ["Frank", "Watt"], ["Frank", "Wayenberg"], ["Frank", "Welch"], ["Frank", "West"], ["Frank", "White"], ["Frank", "Whitman"], ["Frank", "Whitney"], ["Frank", "Williams"], ["Frank", "Wills"], ["Frank", "Wilson"], ["Frank", "Withrow"], ["Frank", "Woodward"], ["Frank", "Wurm"], ["Frank", "Wyman"], ["Frank", "Zinn"], ["Frank", "Zupo"], ["Frankie", "Crosetti"], ["Frankie", "De La Cruz"], ["Frankie", "Frisch"], ["Frankie", "Gustine"], ["Frankie", "Hayes"], ["Frankie", "Kelleher"], ["Frankie", "Libran"], ["Frankie", "Montas"], ["Frankie", "Pack"], ["Frankie", "Pytlak"], ["Frankie", "Rodriguez"], ["Frankie", "Zak"], ["Franklin", "Gutierrez"], ["Franklin", "Morales"], ["Franklin", "Nunez"], ["Franklin", "Stubbs"], ["Franklyn", "German"], ["Franquelis", "Osoria"], ["Fred", "Abbott"], ["Fred", "Anderson"], ["Fred", "Andrews"], ["Fred", "Andrus"], ["Fred", "Applegate"], ["Fred", "Archer"], ["Fred", "Baczewski"], ["Fred", "Bailey"], ["Fred", "Beck"], ["Fred", "Beebe"], ["Fred", "Beene"], ["Fred", "Bennett"], ["Fred", "Besana"], ["Fred", "Blackwell"], ["Fred", "Blanding"], ["Fred", "Blank"], ["Fred", "Bradley"], ["Fred", "Brainard"], ["Fred", "Bratschi"], ["Fred", "Breining"], ["Fred", "Brickell"], ["Fred", "Brown"], ["Fred", "Bruckbauer"], ["Fred", "Buckingham"], ["Fred", "Burchell"], ["Fred", "Caligiuri"], ["Fred", "Cambria"], ["Fred", "Carisch"], ["Fred", "Carl"], ["Fred", "Carroll"], ["Fred", "Chapman"], ["Fred", "Clarke"], ["Fred", "Clement"], ["Fred", "Cone"], ["Fred", "Cooke"], ["Fred", "Corey"], ["Fred", "Crane"], ["Fred", "Crolius"], ["Fred", "Curtis"], ["Fred", "Demarais"], ["Fred", "Doe"], ["Fred", "Donovan"], ["Fred", "Dunlap"], ["Fred", "Frank"], ["Fred", "Frankhouse"], ["Fred", "Frink"], ["Fred", "Fussell"], ["Fred", "Gaiser"], ["Fred", "Gladding"], ["Fred", "Glade"], ["Fred", "Goldsmith"], ["Fred", "Graf"], ["Fred", "Green"], ["Fred", "Gunkle"], ["Fred", "Hahn"], ["Fred", "Hancock"], ["Fred", "Haney"], ["Fred", "Hartman"], ["Fred", "Hatfield"], ["Fred", "Hayner"], ["Fred", "Heimach"], ["Fred", "Herbert"], ["Fred", "Hoey"], ["Fred", "Hofmann"], ["Fred", "Holdsworth"], ["Fred", "Holmes"], ["Fred", "House"], ["Fred", "Howard"], ["Fred", "Hutchinson"], ["Fred", "Jacklitsch"], ["Fred", "Johnson"], ["Fred", "Johnston"], ["Fred", "Kendall"], ["Fred", "Ketchum"], ["Fred", "Kipp"], ["Fred", "Klages"], ["Fred", "Klobedanz"], ["Fred", "Kommers"], ["Fred", "Koster"], ["Fred", "Kuhaulua"], ["Fred", "Lake"], ["Fred", "Lamlein"], ["Fred", "Lasher"], ["Fred", "Lear"], ["Fred", "Lewis"], ["Fred", "Liese"], ["Fred", "Link"], ["Fred", "Lucas"], ["Fred", "Luderus"], ["Fred", "Lynn"], ["Fred", "Mann"], ["Fred", "Manrique"], ["Fred", "Marolewski"], ["Fred", "Marsh"], ["Fred", "Martin"], ["Fred", "Mauer"], ["Fred", "McGriff"], ["Fred", "McMullin"], ["Fred", "Merkle"], ["Fred", "Miller"], ["Fred", "Mitchell"], ["Fred", "Mollenkamp"], ["Fred", "Newman"], ["Fred", "Nicholson"], ["Fred", "Norman"], ["Fred", "O'Neill"], ["Fred", "Odwell"], ["Fred", "Olmstead"], ["Fred", "Osborn"], ["Fred", "Osborne"], ["Fred", "Ostendorf"], ["Fred", "Payne"], ["Fred", "Pfeffer"], ["Fred", "Rath"], ["Fred", "Raymer"], ["Fred", "Richards"], ["Fred", "Rico"], ["Fred", "Roat"], ["Fred", "Robinson"], ["Fred", "Sanford"], ["Fred", "Schemanske"], ["Fred", "Scherman"], ["Fred", "Schulte"], ["Fred", "Sherry"], ["Fred", "Siefke"], ["Fred", "Siegel"], ["Fred", "Sington"], ["Fred", "Smith"], ["Fred", "Snodgrass"], ["Fred", "Stanley"], ["Fred", "Stem"], ["Fred", "Stiely"], ["Fred", "Talbot"], ["Fred", "Tauby"], ["Fred", "Taylor"], ["Fred", "Tenney"], ["Fred", "Thomas"], ["Fred", "Toney"], ["Fred", "Trautman"], ["Fred", "Treacey"], ["Fred", "Truax"], ["Fred", "Tyler"], ["Fred", "Underwood"], ["Fred", "Valentine"], ["Fred", "Van Dusen"], ["Fred", "Vaughn"], ["Fred", "Walden"], ["Fred", "Walters"], ["Fred", "Warner"], ["Fred", "Waterman"], ["Fred", "Waters"], ["Fred", "Wenz"], ["Fred", "Whitfield"], ["Fred", "Wigington"], ["Fred", "Winchell"], ["Fred", "Wood"], ["Fred", "Woodcock"], ["Fred", "Worden"], ["Fred", "Zahner"], ["Freddie", "Benavides"], ["Freddie", "Burdette"], ["Freddie", "Bynum"], ["Freddie", "Fitzsimmons"], ["Freddie", "Freeman"], ["Freddie", "Lindstrom"], ["Freddie", "Maguire"], ["Freddie", "Martinez"], ["Freddie", "Moncewicz"], ["Freddie", "Muller"], ["Freddie", "Patek"], ["Freddie", "Toliver"], ["Freddie", "Velazquez"], ["Freddy", "Dolsi"], ["Freddy", "Galvis"], ["Freddy", "Garcia"], ["Freddy", "Guzman"], ["Freddy", "Leach"], ["Freddy", "Parent"], ["Freddy", "Rodriguez"], ["Freddy", "Sale"], ["Freddy", "Sanchez"], ["Freddy", "Sandoval"], ["Freddy", "Schmidt"], ["Freddy", "Spurgeon"], ["Frederick", "Boardman"], ["Frederick", "Ehlen"], ["Frederick", "Fass"], ["Fredi", "Gonzalez"], ["Freeman", "Brown"], ["Frenchy", "Bordagaray"], ["Frenchy", "Uhalt"], ["Fresco", "Thompson"], ["Fritz", "Ackley"], ["Fritz", "Brickell"], ["Fritz", "Buelow"], ["Fritz", "Clausen"], ["Fritz", "Coumbe"], ["Fritz", "Dorish"], ["Fritz", "Fisher"], ["Fritz", "Henrich"], ["Fritz", "Knothe"], ["Fritz", "Maisel"], ["Fritz", "Mollwitz"], ["Fritz", "Ostermueller"], ["Fritz", "Peterson"], ["Fritz", "Scheeren"], ["Fritz", "Von Kolnitz"], ["Fritzie", "Connally"], ["Frosty", "Thomas"], ["Fu-Te", "Ni"], ["Fuller", "Thompson"], ["Fuzz", "White"], ["Gabby", "Hartnett"], ["Gabby", "Street"], ["Gabe", "Alvarez"], ["Gabe", "Gabler"], ["Gabe", "Gonzalez"], ["Gabe", "Gross"], ["Gabe", "Kapler"], ["Gabe", "Molina"], ["Gabe", "White"], ["Gaby", "Sanchez"], ["Gail", "Harris"], ["Gail", "Henley"], ["Gail", "Hopkins"], ["Gair", "Allie"], ["Gale", "Staley"], ["Gale", "Wade"], ["Galen", "Cisco"], ["Gar", "Finnvold"], ["Garey", "Ingram"], ["Garin", "Cecchini"], ["Garland", "Braxton"], ["Garland", "Buckeye"], ["Garland", "Kiser"], ["Garland", "Lawing"], ["Garland", "Shifflett"], ["Garret", "Anderson"], ["Garrett", "Atkins"], ["Garrett", "Jones"], ["Garrett", "Mock"], ["Garrett", "Olson"], ["Garrett", "Richards"], ["Garrett", "Stephenson"], ["Garry", "Hancock"], ["Garry", "Hill"], ["Garry", "Jestadt"], ["Garry", "Maddox"], ["Garry", "Roggenburk"], ["Garry", "Templeton"], ["Garth", "Iorg"], ["Garth", "Mann"], ["Garton", "Del Savio"], ["Garvin", "Alston"], ["Garvin", "Hamner"], ["Gary", "Alexander"], ["Gary", "Allenson"], ["Gary", "Beare"], ["Gary", "Bell"], ["Gary", "Bennett"], ["Gary", "Blaylock"], ["Gary", "Boyd"], ["Gary", "Brown"], ["Gary", "Buckels"], ["Gary", "Carter"], ["Gary", "Christenson"], ["Gary", "Cooper"], ["Gary", "Disarcina"], ["Gary", "Dotter"], ["Gary", "Eave"], ["Gary", "Fortune"], ["Gary", "Gaetti"], ["Gary", "Gearhart"], ["Gary", "Geiger"], ["Gary", "Gentry"], ["Gary", "Glover"], ["Gary", "Gray"], ["Gary", "Green"], ["Gary", "Hargis"], ["Gary", "Haught"], ["Gary", "Holle"], ["Gary", "Holman"], ["Gary", "Ignasiak"], ["Gary", "Johnson"], ["Gary", "Jones"], ["Gary", "Knotts"], ["Gary", "Kolb"], ["Gary", "Kroll"], ["Gary", "Lance"], ["Gary", "Lavelle"], ["Gary", "Lucas"], ["Gary", "Majewski"], ["Gary", "Martz"], ["Gary", "Matthews"], ["Gary", "Mielke"], ["Gary", "Moore"], ["Gary", "Neibauer"], ["Gary", "Nolan"], ["Gary", "Peters"], ["Gary", "Pettis"], ["Gary", "Rajsich"], ["Gary", "Rath"], ["Gary", "Redus"], ["Gary", "Roenicke"], ["Gary", "Ross"], ["Gary", "Ryerson"], ["Gary", "Sanchez"], ["Gary", "Scott"], ["Gary", "Serum"], ["Gary", "Sheffield"], ["Gary", "Sutherland"], ["Gary", "Taylor"], ["Gary", "Thomasson"], ["Gary", "Thurman"], ["Gary", "Timberlake"], ["Gary", "Varsho"], ["Gary", "Wagner"], ["Gary", "Ward"], ["Gary", "Waslewski"], ["Gary", "Wayne"], ["Gary", "Weiss"], ["Gary", "Wheelock"], ["Gary", "Wilson"], ["Gary", "Woods"], ["Gat", "Stires"], ["Gates", "Brown"], ["Gavin", "Floyd"], ["Gavvy", "Cravath"], ["Gaylen", "Pitts"], ["Gaylord", "Perry"], ["Gee", "Walker"], ["Gene", "Alley"], ["Gene", "Bagley"], ["Gene", "Bailey"], ["Gene", "Baker"], ["Gene", "Bearden"], ["Gene", "Bedford"], ["Gene", "Brabender"], ["Gene", "Clines"], ["Gene", "Cocreham"], ["Gene", "Conley"], ["Gene", "Connell"], ["Gene", "Corbett"], ["Gene", "Crumling"], ["Gene", "Curtis"], ["Gene", "Dale"], ["Gene", "DeMontreville"], ["Gene", "Derby"], ["Gene", "Desautels"], ["Gene", "Elliott"], ["Gene", "Fodge"], ["Gene", "Ford"], ["Gene", "Freese"], ["Gene", "Garber"], ["Gene", "Good"], ["Gene", "Green"], ["Gene", "Handley"], ["Gene", "Harris"], ["Gene", "Hasson"], ["Gene", "Hermanski"], ["Gene", "Hiser"], ["Gene", "Host"], ["Gene", "Kimball"], ["Gene", "Kingsale"], ["Gene", "Krapp"], ["Gene", "Krug"], ["Gene", "Lambert"], ["Gene", "Lamont"], ["Gene", "Lansing"], ["Gene", "Larkin"], ["Gene", "Layden"], ["Gene", "Leek"], ["Gene", "Lillard"], ["Gene", "Locklear"], ["Gene", "Madden"], ["Gene", "Markland"], ["Gene", "Martin"], ["Gene", "Mauch"], ["Gene", "McAuliffe"], ["Gene", "McCann"], ["Gene", "Michael"], ["Gene", "Moore"], ["Gene", "Moriarty"], ["Gene", "Nelson"], ["Gene", "Oliver"], ["Gene", "Packard"], ["Gene", "Patton"], ["Gene", "Paulette"], ["Gene", "Pentz"], ["Gene", "Ratliff"], ["Gene", "Richards"], ["Gene", "Robertson"], ["Gene", "Roof"], ["Gene", "Rounsaville"], ["Gene", "Rye"], ["Gene", "Schall"], ["Gene", "Schott"], ["Gene", "Snyder"], ["Gene", "Stechschulte"], ["Gene", "Steere"], ["Gene", "Steinbrenner"], ["Gene", "Stephens"], ["Gene", "Stone"], ["Gene", "Tenace"], ["Gene", "Thompson"], ["Gene", "Vadeboncoeur"], ["Gene", "Verble"], ["Gene", "Walter"], ["Gene", "Woodburn"], ["Gene", "Woodling"], ["Gene", "Wright"], ["General", "Crowder"], ["General", "Stafford"], ["Geno", "Espineli"], ["Geno", "Petralli"], ["Geoff", "Blum"], ["Geoff", "Combe"], ["Geoff", "Geary"], ["Geoff", "Jenkins"], ["Geoff", "Zahn"], ["George", "Abrams"], ["George", "Adams"], ["George", "Aiton"], ["George", "Altman"], ["George", "Alusik"], ["George", "Anderson"], ["George", "Archie"], ["George", "Arias"], ["George", "Armstrong"], ["George", "Baker"], ["George", "Bamberger"], ["George", "Banks"], ["George", "Barclay"], ["George", "Barnicle"], ["George", "Batten"], ["George", "Baumgardner"], ["George", "Bausewine"], ["George", "Bechtel"], ["George", "Beck"], ["George", "Bell"], ["George", "Bignell"], ["George", "Binks"], ["George", "Bird"], ["George", "Bjorkman"], ["George", "Blackburn"], ["George", "Blackerby"], ["George", "Blaeholder"], ["George", "Boehler"], ["George", "Bone"], ["George", "Boone"], ["George", "Borchers"], ["George", "Bradley"], ["George", "Bradshaw"], ["George", "Brett"], ["George", "Brickley"], ["George", "Bristow"], ["George", "Browne"], ["George", "Brunet"], ["George", "Bryant"], ["George", "Bullard"], ["George", "Burns"], ["George", "Burpo"], ["George", "Caithamer"], ["George", "Canale"], ["George", "Cappuzzello"], ["George", "Carman"], ["George", "Case"], ["George", "Caster"], ["George", "Chalmers"], ["George", "Cisar"], ["George", "Clark"], ["George", "Cobb"], ["George", "Cochran"], ["George", "Cox"], ["George", "Crable"], ["George", "Craig"], ["George", "Crawford"], ["George", "Creamer"], ["George", "Crosby"], ["George", "Crowe"], ["George", "Culver"], ["George", "Cunningham"], ["George", "Curry"], ["George", "Cutshaw"], ["George", "Daisy"], ["George", "Daly"], ["George", "Darby"], ["George", "Darrow"], ["George", "Davies"], ["George", "Davis"], ["George", "Decker"], ["George", "Derby"], ["George", "Detore"], ["George", "Dickerson"], ["George", "Dickey"], ["George", "Diehl"], ["George", "Disch"], ["George", "Dockins"], ["George", "Dumont"], ["George", "Dunlop"], ["George", "Durning"], ["George", "Earnshaw"], ["George", "Edmondson"], ["George", "Elder"], ["George", "Ellison"], ["George", "Enright"], ["George", "Estock"], ["George", "Ewell"], ["George", "Eyrich"], ["George", "Fair"], ["George", "Fallon"], ["George", "Fields"], ["George", "Fisher"], ["George", "Fletcher"], ["George", "Flynn"], ["George", "Foss"], ["George", "Foster"], ["George", "Fox"], ["George", "Frazer"], ["George", "Frazier"], ["George", "Freese"], ["George", "Genovese"], ["George", "Gerberman"], ["George", "Gerken"], ["George", "Gibson"], ["George", "Gick"], ["George", "Gilham"], ["George", "Gill"], ["George", "Gillpatrick"], ["George", "Glinatsis"], ["George", "Goetz"], ["George", "Gore"], ["George", "Grant"], ["George", "Grantham"], ["George", "Grossart"], ["George", "Haddock"], ["George", "Halas"], ["George", "Hale"], ["George", "Hall"], ["George", "Harper"], ["George", "Hausmann"], ["George", "Hemming"], ["George", "Hendrick"], ["George", "Hennessey"], ["George", "Henry"], ["George", "Hesselbacher"], ["George", "Heubel"], ["George", "Hildebrand"], ["George", "Hinshaw"], ["George", "Hockette"], ["George", "Hodson"], ["George", "Hogan"], ["George", "Hogriever"], ["George", "Huff"], ["George", "Hunter"], ["George", "Jackson"], ["George", "Jeffcoat"], ["George", "Joyce"], ["George", "Jumonville"], ["George", "Kahler"], ["George", "Kaiserling"], ["George", "Keefe"], ["George", "Keerl"], ["George", "Kelb"], ["George", "Kell"], ["George", "Kernek"], ["George", "Knight"], ["George", "Knothe"], ["George", "Kontos"], ["George", "Kopacz"], ["George", "Kopshaw"], ["George", "Korince"], ["George", "Kottaras"], ["George", "Lauzerique"], ["George", "LeClair"], ["George", "Lees"], ["George", "Lerchen"], ["George", "Loepp"], ["George", "Lombard"], ["George", "Lowe"], ["George", "Lyons"], ["George", "Magoon"], ["George", "Maisel"], ["George", "Mangus"], ["George", "Mappes"], ["George", "McAvoy"], ["George", "McBride"], ["George", "McConnell"], ["George", "McManus"], ["George", "McMillan"], ["George", "McNamara"], ["George", "McQuillan"], ["George", "McQuinn"], ["George", "McVey"], ["George", "Meakim"], ["George", "Meister"], ["George", "Merritt"], ["George", "Metkovich"], ["George", "Meyer"], ["George", "Miller"], ["George", "Milstead"], ["George", "Mitterwald"], ["George", "Mogridge"], ["George", "Mohart"], ["George", "Moolic"], ["George", "Moriarty"], ["George", "Mullin"], ["George", "Mundinger"], ["George", "Murray"], ["George", "Myatt"], ["George", "Myers"], ["George", "Newell"], ["George", "Nicol"], ["George", "Noftsker"], ["George", "O'Brien"], ["George", "O'Donnell"], ["George", "Orme"], ["George", "Patterson"], ["George", "Payne"], ["George", "Paynter"], ["George", "Pechiney"], ["George", "Perez"], ["George", "Perring"], ["George", "Pfister"], ["George", "Pierce"], ["George", "Piktuzis"], ["George", "Pinkney"], ["George", "Pipgras"], ["George", "Popplein"], ["George", "Prentiss"], ["George", "Proeser"], ["George", "Puccinelli"], ["George", "Quellich"], ["George", "Radbourn"], ["George", "Rettger"], ["George", "Riley"], ["George", "Rohe"], ["George", "Rooks"], ["George", "Ross"], ["George", "Scharein"], ["George", "Schmees"], ["George", "Scott"], ["George", "Selkirk"], ["George", "Seward"], ["George", "Sharrott"], ["George", "Shears"], ["George", "Sherrill"], ["George", "Shoch"], ["George", "Shuba"], ["George", "Sisler"], ["George", "Smith"], ["George", "Snyder"], ["George", "Spencer"], ["George", "Spriggs"], ["George", "Springer"], ["George", "Stablein"], ["George", "Staller"], ["George", "Stallings"], ["George", "Starnagle"], ["George", "Stone"], ["George", "Stovall"], ["George", "Strickland"], ["George", "Strief"], ["George", "Stueland"], ["George", "Stultz"], ["George", "Stumpf"], ["George", "Stutz"], ["George", "Suggs"], ["George", "Susce"], ["George", "Taylor"], ["George", "Tebeau"], ["George", "Textor"], ["George", "Theodore"], ["George", "Thomas"], ["George", "Throop"], ["George", "Tomer"], ["George", "Townsend"], ["George", "Treadway"], ["George", "Trenwith"], ["George", "Tsamis"], ["George", "Turbeville"], ["George", "Twombly"], ["George", "Uhle"], ["George", "Ulrich"], ["George", "Van Haltren"], ["George", "Vukovich"], ["George", "Walker"], ["George", "Washburn"], ["George", "Washington"], ["George", "Watkins"], ["George", "Weiss"], ["George", "Werley"], ["George", "Wetzel"], ["George", "Wheeler"], ["George", "Whiteman"], ["George", "Williams"], ["George", "Wilson"], ["George", "Winkelman"], ["George", "Winkleman"], ["George", "Winn"], ["George", "Winter"], ["George", "Wood"], ["George", "Woodend"], ["George", "Wright"], ["George", "Yankowski"], ["George", "Yantz"], ["George", "Yeager"], ["George", "Young"], ["George", "Zackert"], ["George", "Zeber"], ["George", "Zettlein"], ["George", "Ziegler"], ["George", "Zuverink"], ["Georges", "Maranda"], ["Geovany", "Soto"], ["Gerald", "Alexander"], ["Gerald", "Laird"], ["Gerald", "Perry"], ["Gerald", "Williams"], ["Gerald", "Young"], ["Geraldo", "Guzman"], ["Gerardo", "Parra"], ["Geremi", "Gonzalez"], ["German", "Barranca"], ["German", "Duran"], ["German", "Gonzalez"], ["German", "Jimenez"], ["German", "Rivera"], ["Germany", "Schaefer"], ["Germany", "Smith"], ["Geronimo", "Berroa"], ["Geronimo", "Gil"], ["Geronimo", "Pena"], ["Gerrit", "Cole"], ["Gerry", "Arrigo"], ["Gerry", "Davis"], ["Gerry", "Hannahs"], ["Gerry", "Janeski"], ["Gerry", "Pirtle"], ["Gerry", "Schoen"], ["Gerry", "Shea"], ["Gerry", "Staley"], ["Giancarlo", "Stanton"], ["Gibby", "Brack"], ["Gibson", "Alba"], ["Gid", "Gardner"], ["Gil", "Blanco"], ["Gil", "Britton"], ["Gil", "Coan"], ["Gil", "English"], ["Gil", "Flores"], ["Gil", "Gallagher"], ["Gil", "Garrido"], ["Gil", "Hatfield"], ["Gil", "Heredia"], ["Gil", "Hodges"], ["Gil", "Kubski"], ["Gil", "McDougald"], ["Gil", "Meche"], ["Gil", "Patterson"], ["Gil", "Paulsen"], ["Gil", "Reyes"], ["Gil", "Rondon"], ["Gil", "Torres"], ["Gil", "Velazquez"], ["Gil", "Whitehouse"], ["Gilly", "Campbell"], ["Ginger", "Beaumont"], ["Ginger", "Clark"], ["Ginger", "Shinault"], ["Gino", "Cimoli"], ["Gino", "Minutelli"], ["Gio", "Gonzalez"], ["Giomar", "Guevara"], ["Giovanni", "Carrara"], ["Giovanni", "Soto"], ["Giovanny", "Urshela"], ["Glen", "Barker"], ["Glen", "Clark"], ["Glen", "Cook"], ["Glen", "Gorbous"], ["Glen", "Hobbie"], ["Glen", "Moulder"], ["Glen", "Perkins"], ["Glen", "Stewart"], ["Glenallen", "Hill"], ["Glendon", "Rusch"], ["Glenn", "Abbott"], ["Glenn", "Adams"], ["Glenn", "Beckert"], ["Glenn", "Borgmann"], ["Glenn", "Braggs"], ["Glenn", "Brummer"], ["Glenn", "Burke"], ["Glenn", "Chapman"], ["Glenn", "Cox"], ["Glenn", "Crawford"], ["Glenn", "Davis"], ["Glenn", "Dishman"], ["Glenn", "Elliott"], ["Glenn", "Gardner"], ["Glenn", "Gulliver"], ["Glenn", "Hoffman"], ["Glenn", "Hubbard"], ["Glenn", "Liebhardt"], ["Glenn", "McQuillen"], ["Glenn", "Mickens"], ["Glenn", "Murray"], ["Glenn", "Myatt"], ["Glenn", "Redmon"], ["Glenn", "Spencer"], ["Glenn", "Sutko"], ["Glenn", "Vaughan"], ["Glenn", "Williams"], ["Glenn", "Wilson"], ["Glenn", "Wright"], ["Goat", "Anderson"], ["Goat", "Cochran"], ["Goldie", "Rapp"], ["Gomer", "Hodge"], ["Gonzalez", "Germen"], ["Gonzalo", "Marquez"], ["Goody", "Rosen"], ["Goose", "Goslin"], ["Gordie", "Hinkle"], ["Gordie", "Mueller"], ["Gordie", "Pladson"], ["Gordie", "Richardson"], ["Gordie", "Sundin"], ["Gordie", "Windhorn"], ["Gordon", "Beckham"], ["Gordon", "Dillard"], ["Gordon", "Goldsberry"], ["Gordon", "Jones"], ["Gordon", "MacKenzie"], ["Gordon", "Maltzberger"], ["Gordon", "Massa"], ["Gordon", "McNaughton"], ["Gordon", "Rhodes"], ["Gordon", "Seyfried"], ["Gordon", "Slade"], ["Gordy", "Coleman"], ["Gordy", "Lund"], ["Gorkys", "Hernandez"], ["Gorman", "Heimueller"], ["Gorman", "Thomas"], ["Gowell", "Claset"], ["Gracie", "Pierce"], ["Grady", "Adkins"], ["Grady", "Hatton"], ["Grady", "Little"], ["Grady", "Sizemore"], ["Grady", "Wilson"], ["Graeme", "Lloyd"], ["Graham", "Godfrey"], ["Graham", "Koonce"], ["Graham", "Taylor"], ["Graig", "Nettles"], ["Granny", "Hamner"], ["Grant", "Balfour"], ["Grant", "Bowler"], ["Grant", "Briggs"], ["Grant", "Dunlap"], ["Grant", "Gillis"], ["Grant", "Green"], ["Grant", "Jackson"], ["Grant", "Roberts"], ["Grant", "Thatcher"], ["Greasy", "Neale"], ["Greek", "George"], ["Greg", "Aquino"], ["Greg", "Bargar"], ["Greg", "Bird"], ["Greg", "Blosser"], ["Greg", "Bollo"], ["Greg", "Booker"], ["Greg", "Briley"], ["Greg", "Brock"], ["Greg", "Brummett"], ["Greg", "Burke"], ["Greg", "Cadaret"], ["Greg", "Colbrunn"], ["Greg", "Dobbs"], ["Greg", "Erardi"], ["Greg", "Gagne"], ["Greg", "Garcia"], ["Greg", "Garrett"], ["Greg", "Gohr"], ["Greg", "Golson"], ["Greg", "Goossen"], ["Greg", "Gross"], ["Greg", "Halman"], ["Greg", "Hansell"], ["Greg", "Harris"], ["Greg", "Harts"], ["Greg", "Heydeman"], ["Greg", "Hibbard"], ["Greg", "Holland"], ["Greg", "Infante"], ["Greg", "Jelks"], ["Greg", "Johnston"], ["Greg", "Jones"], ["Greg", "Keagle"], ["Greg", "Keatley"], ["Greg", "LaRocca"], ["Greg", "Legg"], ["Greg", "Litton"], ["Greg", "Luzinski"], ["Greg", "Maddux"], ["Greg", "Mahlberg"], ["Greg", "Martinez"], ["Greg", "Mathews"], ["Greg", "McCarthy"], ["Greg", "McMichael"], ["Greg", "Minton"], ["Greg", "Mulleavy"], ["Greg", "Mullins"], ["Greg", "Myers"], ["Greg", "Norton"], ["Greg", "O'Halloran"], ["Greg", "Olson"], ["Greg", "Pirkl"], ["Greg", "Pryor"], ["Greg", "Reynolds"], ["Greg", "Riddoch"], ["Greg", "Shanahan"], ["Greg", "Sims"], ["Greg", "Smith"], ["Greg", "Swindell"], ["Greg", "Tabor"], ["Greg", "Terlecky"], ["Greg", "Thayer"], ["Greg", "Tubbs"], ["Greg", "Vaughn"], ["Greg", "Walker"], ["Greg", "Washburn"], ["Greg", "Wells"], ["Gregg", "Jefferies"], ["Gregg", "Olson"], ["Gregg", "Zaun"], ["Gregor", "Blanco"], ["Gregorio", "Petit"], ["Gregory", "Polanco"], ["Grey", "Clarke"], ["Grover", "Baichley"], ["Grover", "Gilmore"], ["Grover", "Hartley"], ["Grover", "Land"], ["Grover", "Lowdermilk"], ["Grover", "Powell"], ["Guerdon", "Whiteley"], ["Guido", "Grilli"], ["Guido", "Knudson"], ["Guilder", "Rodriguez"], ["Guillermo", "Garcia"], ["Guillermo", "Moscoso"], ["Guillermo", "Mota"], ["Guillermo", "Quiroz"], ["Guillermo", "Rodriguez"], ["Guillermo", "Velasquez"], ["Gus", "Alberts"], ["Gus", "Bell"], ["Gus", "Bono"], ["Gus", "Brittain"], ["Gus", "Creely"], ["Gus", "Dorner"], ["Gus", "Dugas"], ["Gus", "Dundon"], ["Gus", "Felix"], ["Gus", "Fisher"], ["Gus", "Gandarillas"], ["Gus", "Getz"], ["Gus", "Gil"], ["Gus", "Hetling"], ["Gus", "Keriazakos"], ["Gus", "Ketchum"], ["Gus", "Krock"], ["Gus", "Mancuso"], ["Gus", "McGinnis"], ["Gus", "Niarhos"], ["Gus", "Polidor"], ["Gus", "Salve"], ["Gus", "Sandberg"], ["Gus", "Schlosser"], ["Gus", "Schmelz"], ["Gus", "Shallix"], ["Gus", "Suhr"], ["Gus", "Thompson"], ["Gus", "Triandos"], ["Gus", "Weyhing"], ["Gus", "Williams"], ["Gus", "Yost"], ["Gus", "Zernial"], ["Gussie", "Gannon"], ["Gustavo", "Chacin"], ["Gustavo", "Molina"], ["Guy", "Bush"], ["Guy", "Cantrell"], ["Guy", "Cooper"], ["Guy", "Curtright"], ["Guy", "Hecker"], ["Guy", "Hoffman"], ["Guy", "Lacy"], ["Guy", "McFadden"], ["Guy", "Morrison"], ["Guy", "Morton"], ["Guy", "Sturdy"], ["Guy", "Sularz"], ["Guy", "Tutwiler"], ["Guy", "Zinn"], ["Hack", "Eibel"], ["Hack", "Miller"], ["Hack", "Schumann"], ["Hack", "Simmons"], ["Hack", "Spencer"], ["Hack", "Wilson"], ["Haddie", "Gill"], ["Hal", "Anderson"], ["Hal", "Bamberger"], ["Hal", "Bevan"], ["Hal", "Breeden"], ["Hal", "Brown"], ["Hal", "Bubser"], ["Hal", "Carlson"], ["Hal", "Chase"], ["Hal", "Deviney"], ["Hal", "Dues"], ["Hal", "Elliott"], ["Hal", "Epps"], ["Hal", "Erickson"], ["Hal", "Finney"], ["Hal", "Gilson"], ["Hal", "Goldsmith"], ["Hal", "Gregg"], ["Hal", "Griggs"], ["Hal", "Haid"], ["Hal", "Haydel"], ["Hal", "Hudson"], ["Hal", "Irelan"], ["Hal", "Janvrin"], ["Hal", "Jeffcoat"], ["Hal", "Jones"], ["Hal", "Kelleher"], ["Hal", "Keller"], ["Hal", "Kime"], ["Hal", "King"], ["Hal", "Kleine"], ["Hal", "Kolstad"], ["Hal", "Kurtz"], ["Hal", "Lanier"], ["Hal", "Leathers"], ["Hal", "Lee"], ["Hal", "Luby"], ["Hal", "Manders"], ["Hal", "Marnie"], ["Hal", "Mauck"], ["Hal", "McClure"], ["Hal", "McKain"], ["Hal", "McRae"], ["Hal", "Morris"], ["Hal", "Naragon"], ["Hal", "Neubauer"], ["Hal", "Newhouser"], ["Hal", "O'Hagan"], ["Hal", "Peck"], ["Hal", "Quick"], ["Hal", "Raether"], ["Hal", "Reilly"], ["Hal", "Reniff"], ["Hal", "Rhyne"], ["Hal", "Rice"], ["Hal", "Schacker"], ["Hal", "Schumacher"], ["Hal", "Schwenk"], ["Hal", "Smith"], ["Hal", "Spindel"], ["Hal", "Stowe"], ["Hal", "Toenes"], ["Hal", "Trosky"], ["Hal", "Wagner"], ["Hal", "Warnock"], ["Hal", "White"], ["Hal", "Wiltse"], ["Hal", "Woodeshick"], ["Ham", "Allen"], ["Ham", "Hyatt"], ["Ham", "Iburg"], ["Ham", "Patterson"], ["Ham", "Schulte"], ["Ham", "Wade"], ["Hank", "Aaron"], ["Hank", "Aguirre"], ["Hank", "Allen"], ["Hank", "Arft"], ["Hank", "Bauer"], ["Hank", "Behrman"], ["Hank", "Biasatti"], ["Hank", "Blalock"], ["Hank", "Boney"], ["Hank", "Borowy"], ["Hank", "Butcher"], ["Hank", "Camelli"], ["Hank", "Conger"], ["Hank", "DeBerry"], ["Hank", "Edwards"], ["Hank", "Erickson"], ["Hank", "Fischer"], ["Hank", "Foiles"], ["Hank", "Garrity"], ["Hank", "Gastright"], ["Hank", "Gehring"], ["Hank", "Gornicki"], ["Hank", "Gowdy"], ["Hank", "Grampp"], ["Hank", "Greenberg"], ["Hank", "Griffin"], ["Hank", "Helf"], ["Hank", "Hulvey"], ["Hank", "Izquierdo"], ["Hank", "Johnson"], ["Hank", "LaManna"], ["Hank", "Leiber"], ["Hank", "Majeski"], ["Hank", "Mason"], ["Hank", "McDonald"], ["Hank", "Miklos"], ["Hank", "Morrison"], ["Hank", "O'Day"], ["Hank", "Olmsted"], ["Hank", "Patterson"], ["Hank", "Perry"], ["Hank", "Riebe"], ["Hank", "Ritter"], ["Hank", "Robinson"], ["Hank", "Ruszkowski"], ["Hank", "Sauer"], ["Hank", "Schenz"], ["Hank", "Schmulbach"], ["Hank", "Schreiber"], ["Hank", "Severeid"], ["Hank", "Simon"], ["Hank", "Small"], ["Hank", "Steinbacher"], ["Hank", "Thompson"], ["Hank", "Thormahlen"], ["Hank", "Webb"], ["Hank", "Winston"], ["Hank", "Workman"], ["Hank", "Wyse"], ["Hanley", "Frias"], ["Hanley", "Ramirez"], ["Hans", "Lobert"], ["Hans", "Rasmussen"], ["Hansel", "Izquierdo"], ["Hansel", "Robles"], ["Hanser", "Alberto"], ["Hanson", "Horsey"], ["Hap", "Collard"], ["Hap", "Morse"], ["Hap", "Myers"], ["Hap", "Ward"], ["Happy", "Chandler"], ["Happy", "Felsch"], ["Happy", "Finneran"], ["Happy", "Foreman"], ["Happy", "Iott"], ["Happy", "Smith"], ["Happy", "Townsend"], ["Hardie", "Henderson"], ["Hardin", "Barry"], ["Hardin", "Cathey"], ["Hardy", "Peterson"], ["Hardy", "Richardson"], ["Harl", "Maggert"], ["Harlan", "Pyle"], ["Harland", "Rowe"], ["Harley", "Boss"], ["Harley", "Dillinger"], ["Harley", "Grossman"], ["Harley", "Hisner"], ["Harley", "Payne"], ["Harley", "Young"], ["Harlin", "Pool"], ["Harlond", "Clift"], ["Harmon", "Killebrew"], ["Harold", "Baines"], ["Harold", "Reynolds"], ["Harrison", "Peppers"], ["Harry", "Ables"], ["Harry", "Agganis"], ["Harry", "Anderson"], ["Harry", "Armbruster"], ["Harry", "Arndt"], ["Harry", "Arundel"], ["Harry", "Atkinson"], ["Harry", "Baldwin"], ["Harry", "Barton"], ["Harry", "Baumgartner"], ["Harry", "Bay"], ["Harry", "Bemis"], ["Harry", "Berte"], ["Harry", "Berthrong"], ["Harry", "Betts"], ["Harry", "Biemiller"], ["Harry", "Billiard"], ["Harry", "Blake"], ["Harry", "Boyles"], ["Harry", "Brecheen"], ["Harry", "Bright"], ["Harry", "Burrell"], ["Harry", "Byrd"], ["Harry", "Camnitz"], ["Harry", "Cassady"], ["Harry", "Chapman"], ["Harry", "Chappas"], ["Harry", "Cheek"], ["Harry", "Child"], ["Harry", "Chiti"], ["Harry", "Chozen"], ["Harry", "Clarke"], ["Harry", "Colliflower"], ["Harry", "Courtney"], ["Harry", "Coveleski"], ["Harry", "Craft"], ["Harry", "Croft"], ["Harry", "Curtis"], ["Harry", "Damrau"], ["Harry", "Danning"], ["Harry", "Daubert"], ["Harry", "Davis"], ["Harry", "DeMiller"], ["Harry", "Dean"], ["Harry", "Deane"], ["Harry", "Decker"], ["Harry", "Diddlebock"], ["Harry", "Dooms"], ["Harry", "East"], ["Harry", "Eccles"], ["Harry", "Eells"], ["Harry", "Eisenstat"], ["Harry", "Elliott"], ["Harry", "Ely"], ["Harry", "Fanok"], ["Harry", "Fanwell"], ["Harry", "Feldman"], ["Harry", "Felix"], ["Harry", "Fisher"], ["Harry", "Fritz"], ["Harry", "Fuller"], ["Harry", "Gardner"], ["Harry", "Gaspar"], ["Harry", "Gilbert"], ["Harry", "Gleason"], ["Harry", "Glenn"], ["Harry", "Gumbert"], ["Harry", "Hanebrink"], ["Harry", "Hanson"], ["Harry", "Hardy"], ["Harry", "Harper"], ["Harry", "Hedgpeth"], ["Harry", "Heilmann"], ["Harry", "Heitmann"], ["Harry", "Hinchman"], ["Harry", "Hoch"], ["Harry", "Hogan"], ["Harry", "Hooper"], ["Harry", "Howell"], ["Harry", "Hulihan"], ["Harry", "Huston"], ["Harry", "Jacoby"], ["Harry", "Jordan"], ["Harry", "Kane"], ["Harry", "Keener"], ["Harry", "Kelley"], ["Harry", "Kimberlin"], ["Harry", "Kingman"], ["Harry", "Kinzy"], ["Harry", "Kirsch"], ["Harry", "Koons"], ["Harry", "Krause"], ["Harry", "LaRoss"], ["Harry", "Little"], ["Harry", "Lochhead"], ["Harry", "Lord"], ["Harry", "Lumley"], ["Harry", "Lunte"], ["Harry", "Lyons"], ["Harry", "MacPherson"], ["Harry", "Mace"], ["Harry", "Malmberg"], ["Harry", "Maskrey"], ["Harry", "Matuzak"], ["Harry", "Maupin"], ["Harry", "McCaffery"], ["Harry", "McChesney"], ["Harry", "McCluskey"], ["Harry", "McCormick"], ["Harry", "McCurdy"], ["Harry", "McIntire"], ["Harry", "McNeal"], ["Harry", "Moran"], ["Harry", "Morelock"], ["Harry", "Niles"], ["Harry", "O'Donnell"], ["Harry", "O'Neill"], ["Harry", "Ostdiek"], ["Harry", "Otis"], ["Harry", "Parker"], ["Harry", "Pattee"], ["Harry", "Patton"], ["Harry", "Pearce"], ["Harry", "Perkowski"], ["Harry", "Raymond"], ["Harry", "Redmond"], ["Harry", "Rice"], ["Harry", "Riconda"], ["Harry", "Rosenberg"], ["Harry", "Sage"], ["Harry", "Salisbury"], ["Harry", "Schaeffer"], ["Harry", "Schafer"], ["Harry", "Scherer"], ["Harry", "Shriver"], ["Harry", "Shuman"], ["Harry", "Simpson"], ["Harry", "Smith"], ["Harry", "Smythe"], ["Harry", "Spence"], ["Harry", "Spies"], ["Harry", "Spilman"], ["Harry", "Spratt"], ["Harry", "Staley"], ["Harry", "Steinfeldt"], ["Harry", "Stovey"], ["Harry", "Sullivan"], ["Harry", "Suter"], ["Harry", "Swacina"], ["Harry", "Swan"], ["Harry", "Sweeney"], ["Harry", "Taylor"], ["Harry", "Thompson"], ["Harry", "Trekell"], ["Harry", "Truby"], ["Harry", "Vahrenhorst"], ["Harry", "Walker"], ["Harry", "Weaver"], ["Harry", "Weber"], ["Harry", "Welchonce"], ["Harry", "Wheeler"], ["Harry", "Wilhelm"], ["Harry", "Wilke"], ["Harry", "Williams"], ["Harry", "Wilson"], ["Harry", "Wolfe"], ["Harry", "Wolter"], ["Harry", "Wolverton"], ["Harry", "Wood"], ["Harry", "Wright"], ["Harvey", "Bailey"], ["Harvey", "Blauvelt"], ["Harvey", "Branch"], ["Harvey", "Cushman"], ["Harvey", "Freeman"], ["Harvey", "Garcia"], ["Harvey", "Gentry"], ["Harvey", "Green"], ["Harvey", "Grubb"], ["Harvey", "Haddix"], ["Harvey", "Hendrick"], ["Harvey", "Kuenn"], ["Harvey", "MacDonald"], ["Harvey", "Pulliam"], ["Harvey", "Russell"], ["Harvey", "Shank"], ["Harvey", "Smith"], ["Harvey", "Watkins"], ["Hawk", "Taylor"], ["Hayden", "Penn"], ["Haywood", "Sullivan"], ["Heath", "Bell"], ["Heath", "Haynes"], ["Heath", "Hembree"], ["Heath", "Murray"], ["Heath", "Phillips"], ["Heathcliff", "Slocumb"], ["Hector", "Almonte"], ["Hector", "Ambriz"], ["Hector", "Carrasco"], ["Hector", "Cruz"], ["Hector", "Fajardo"], ["Hector", "Gimenez"], ["Hector", "Gomez"], ["Hector", "Lopez"], ["Hector", "Luna"], ["Hector", "Maestri"], ["Hector", "Martinez"], ["Hector", "Mercado"], ["Hector", "Neris"], ["Hector", "Noesi"], ["Hector", "Olivera"], ["Hector", "Ortiz"], ["Hector", "Ramirez"], ["Hector", "Rodriguez"], ["Hector", "Rondon"], ["Hector", "Sanchez"], ["Hector", "Santiago"], ["Hector", "Torres"], ["Hector", "Valle"], ["Hector", "Villanueva"], ["Hector", "Wagner"], ["Hee-Seop", "Choi"], ["Heinie", "Beckendorf"], ["Heinie", "Berger"], ["Heinie", "Elder"], ["Heinie", "Groh"], ["Heinie", "Heitmuller"], ["Heinie", "Heltzel"], ["Heinie", "Jantzen"], ["Heinie", "Kappel"], ["Heinie", "Manush"], ["Heinie", "Meine"], ["Heinie", "Mueller"], ["Heinie", "Odom"], ["Heinie", "Peitz"], ["Heinie", "Reitz"], ["Heinie", "Sand"], ["Heinie", "Scheer"], ["Heinie", "Schuble"], ["Heinie", "Smith"], ["Heinie", "Stafford"], ["Heinie", "Wagner"], ["Heinie", "Zimmerman"], ["Heinz", "Becker"], ["Henderson", "Alvarez"], ["Henri", "Rondeau"], ["Henry", "Austin"], ["Henry", "Baldwin"], ["Henry", "Benn"], ["Henry", "Blanco"], ["Henry", "Bostick"], ["Henry", "Boyle"], ["Henry", "Buker"], ["Henry", "Burroughs"], ["Henry", "Chadwick"], ["Henry", "Clarke"], ["Henry", "Coppola"], ["Henry", "Cote"], ["Henry", "Cotto"], ["Henry", "Cruz"], ["Henry", "Easterday"], ["Henry", "Fournier"], ["Henry", "Gilroy"], ["Henry", "Gruber"], ["Henry", "Jackson"], ["Henry", "Jones"], ["Henry", "Kessler"], ["Henry", "Keupper"], ["Henry", "Killeen"], ["Henry", "Kohler"], ["Henry", "Krug"], ["Henry", "Lampe"], ["Henry", "Larkin"], ["Henry", "Luff"], ["Henry", "Lynch"], ["Henry", "Mateo"], ["Henry", "Mathewson"], ["Henry", "Mercedes"], ["Henry", "Meyers"], ["Henry", "Moore"], ["Henry", "Mullin"], ["Henry", "Myers"], ["Henry", "Oberbeck"], ["Henry", "Owens"], ["Henry", "Oxley"], ["Henry", "Peploski"], ["Henry", "Porter"], ["Henry", "Reville"], ["Henry", "Rodriguez"], ["Henry", "Schmidt"], ["Henry", "Smoyer"], ["Henry", "Sosa"], ["Henry", "Stein"], ["Henry", "Thielman"], ["Henry", "Urrutia"], ["Henry", "Villar"], ["Henry", "Yaik"], ["Henry", "Youngman"], ["Hensley", "Meulens"], ["Herb", "Adams"], ["Herb", "Bradley"], ["Herb", "Bremer"], ["Herb", "Cobb"], ["Herb", "Conyers"], ["Herb", "Crompton"], ["Herb", "Goodall"], ["Herb", "Gorman"], ["Herb", "Hall"], ["Herb", "Harris"], ["Herb", "Hash"], ["Herb", "Herring"], ["Herb", "Hippauf"], ["Herb", "Hunter"], ["Herb", "Hutson"], ["Herb", "Juul"], ["Herb", "Karpel"], ["Herb", "Kelly"], ["Herb", "McQuaid"], ["Herb", "Moford"], ["Herb", "Pennock"], ["Herb", "Plews"], ["Herb", "Score"], ["Herb", "Thomas"], ["Herb", "Washington"], ["Herb", "Welch"], ["Herb", "Worth"], ["Herbert", "Hill"], ["Herbert", "Jackson"], ["Herbert", "Perry"], ["Herbie", "Moran"], ["Hercules", "Burnett"], ["Herm", "Doscher"], ["Herm", "Holshouser"], ["Herm", "Malloy"], ["Herm", "McFarland"], ["Herm", "Merritt"], ["Herm", "Starrette"], ["Herm", "Wehmeier"], ["Herm", "Winningham"], ["Herman", "Besse"], ["Herman", "Bronkie"], ["Herman", "Dehlman"], ["Herman", "Fink"], ["Herman", "Franks"], ["Herman", "Hill"], ["Herman", "Layne"], ["Herman", "Long"], ["Herman", "Pillette"], ["Herman", "Pitz"], ["Herman", "Reich"], ["Herman", "Segelke"], ["Herman", "Young"], ["Hernan", "Iribarren"], ["Hernan", "Perez"], ["Herold", "Juul"], ["Herschel", "Bennett"], ["Hersh", "Freeman"], ["Hersh", "Lyons"], ["Hersh", "Martin"], ["Hervey", "McClellan"], ["Hezekiah", "Allen"], ["Hi", "Bell"], ["Hi", "Bithorn"], ["Hi", "Church"], ["Hi", "Ebright"], ["Hi", "Jasper"], ["Hi", "Ladd"], ["Hi", "Myers"], ["Hi", "West"], ["Hick", "Cady"], ["Hick", "Carpenter"], ["Hideki", "Irabu"], ["Hideki", "Matsui"], ["Hideki", "Okajima"], ["Hideo", "Nomo"], ["High Pockets", "Kelly"], ["Highball", "Wilson"], ["Hiker", "Moran"], ["Hillis", "Layne"], ["Hilly", "Flitcraft"], ["Hilly", "Hathaway"], ["Hilton", "Smith"], ["Hinkey", "Haines"], ["Hipolito", "Pena"], ["Hipolito", "Pichardo"], ["Hippo", "Vaughn"], ["Hiram", "Bocachica"], ["Hiram", "Burgos"], ["Hiroki", "Kuroda"], ["Hisanori", "Takahashi"], ["Hisashi", "Iwakuma"], ["Hob", "Hiller"], ["Hobe", "Ferris"], ["Hobie", "Landrith"], ["Hod", "Eller"], ["Hod", "Fenner"], ["Hod", "Ford"], ["Hod", "Kibbie"], ["Hod", "Leverette"], ["Hod", "Lisenbee"], ["Hoge", "Workman"], ["Holly", "Hollingshead"], ["Home Run", "Baker"], ["Homer", "Bailey"], ["Homer", "Blankenship"], ["Homer", "Bush"], ["Homer", "Davidson"], ["Homer", "Ezzell"], ["Homer", "Hillebrand"], ["Homer", "Peel"], ["Homer", "Smoot"], ["Homer", "Spragins"], ["Homer", "Summa"], ["Homer", "Thompson"], ["Honey", "Barnes"], ["Honus", "Wagner"], ["Hooks", "Cotter"], ["Hooks", "Dauss"], ["Hooks", "Iott"], ["Hooks", "Warner"], ["Hooks", "Wiltse"], ["Hoot", "Evers"], ["Horace", "Allen"], ["Horace", "Clarke"], ["Horace", "Fogel"], ["Horace", "Helmbold"], ["Horace", "Milan"], ["Horace", "Phillips"], ["Horace", "Speed"], ["Horacio", "Estrada"], ["Horacio", "Pina"], ["Horacio", "Ramirez"], ["Horatio", "Munn"], ["Hosea", "Siner"], ["Hosken", "Powell"], ["Houston", "Jimenez"], ["Howard", "Armstrong"], ["Howard", "Bailey"], ["Howard", "Baker"], ["Howard", "Battle"], ["Howard", "Craghead"], ["Howard", "Earl"], ["Howard", "Ehmke"], ["Howard", "Fahey"], ["Howard", "Farmer"], ["Howard", "Fitzgerald"], ["Howard", "Freigau"], ["Howard", "Hilton"], ["Howard", "Johnson"], ["Howard", "Lohr"], ["Howard", "Maple"], ["Howard", "McGraner"], ["Howard", "Murphy"], ["Howard", "Wakefield"], ["Howard", "Wall"], ["Howdy", "Caton"], ["Howdy", "Groskloss"], ["Howie", "Bedell"], ["Howie", "Camnitz"], ["Howie", "Camp"], ["Howie", "Carter"], ["Howie", "Clark"], ["Howie", "Fox"], ["Howie", "Gorman"], ["Howie", "Goss"], ["Howie", "Gregory"], ["Howie", "Haworth"], ["Howie", "Jones"], ["Howie", "Judson"], ["Howie", "Kendrick"], ["Howie", "Koplitz"], ["Howie", "Krist"], ["Howie", "McFarland"], ["Howie", "Moss"], ["Howie", "Nunn"], ["Howie", "Pollet"], ["Howie", "Reed"], ["Howie", "Schultz"], ["Howie", "Shanks"], ["Howie", "Storie"], ["Howie", "Williamson"], ["Hoyt", "Wilhelm"], ["Hub", "Andrews"], ["Hub", "Collins"], ["Hub", "Hart"], ["Hub", "Knolls"], ["Hub", "Northen"], ["Hub", "Perdue"], ["Hub", "Pernoll"], ["Hub", "Pruett"], ["Hub", "Walker"], ["Hubie", "Brooks"], ["Huck", "Betts"], ["Huck", "Flener"], ["Huck", "Geary"], ["Huck", "Wallace"], ["Hugh", "Alexander"], ["Hugh", "Bedient"], ["Hugh", "Bradley"], ["Hugh", "Campbell"], ["Hugh", "Canavan"], ["Hugh", "Casey"], ["Hugh", "Daily"], ["Hugh", "Duffy"], ["Hugh", "East"], ["Hugh", "Gilgan"], ["Hugh", "High"], ["Hugh", "Hill"], ["Hugh", "McMullen"], ["Hugh", "McQuillan"], ["Hugh", "Mulcahy"], ["Hugh", "Nicol"], ["Hugh", "O'Neil"], ["Hugh", "Poland"], ["Hugh", "Reid"], ["Hugh", "Shelley"], ["Hugh", "Willingham"], ["Hugh", "Yancy"], ["Hughie", "Critz"], ["Hughie", "Hearne"], ["Hughie", "Jennings"], ["Hughie", "Miller"], ["Hughie", "Tate"], ["Hughie", "Wise"], ["Hugo", "Bezdek"], ["Hugo", "Klaerner"], ["Humberto", "Cota"], ["Humberto", "Quintero"], ["Humberto", "Robinson"], ["Humberto", "Sanchez"], ["Hung-Chih", "Kuo"], ["Hunkey", "Hines"], ["Hunky", "Shaw"], ["Hunter", "Hill"], ["Hunter", "Jones"], ["Hunter", "Lane"], ["Hunter", "Pence"], ["Hunter", "Strickland"], ["Huston", "Street"], ["Huyler", "Westervelt"], ["Hy", "Cohen"], ["Hy", "Gunning"], ["Hy", "Vandenberg"], ["Hyun-jin", "Ryu"], ["Ian", "Desmond"], ["Ian", "Kennedy"], ["Ian", "Kinsler"], ["Ian", "Krol"], ["Ian", "Snell"], ["Ian", "Stewart"], ["Ian", "Thomas"], ["Ice Box", "Chamberlain"], ["Icehouse", "Wilson"], ["Ichiro", "Suzuki"], ["Icicle", "Reeder"], ["Ike", "Benners"], ["Ike", "Blessitt"], ["Ike", "Boone"], ["Ike", "Brookens"], ["Ike", "Brown"], ["Ike", "Butler"], ["Ike", "Caveney"], ["Ike", "Danning"], ["Ike", "Davis"], ["Ike", "Delock"], ["Ike", "Eichrodt"], ["Ike", "Fisher"], ["Ike", "Hampton"], ["Ike", "Kahdot"], ["Ike", "Kamp"], ["Ike", "McAuley"], ["Ike", "Pearson"], ["Ike", "Powers"], ["Ike", "Rockenfield"], ["Ike", "Samuels"], ["Ike", "Van Zandt"], ["Ira", "Belden"], ["Ira", "Davis"], ["Ira", "Flagstead"], ["Ira", "Hutchinson"], ["Ira", "Thomas"], ["Ira", "Townsend"], ["Irish", "McIlveen"], ["Irish", "Meusel"], ["Iron", "Davis"], ["Irv", "Bartling"], ["Irv", "Hach"], ["Irv", "Hall"], ["Irv", "Higginbotham"], ["Irv", "Jeffries"], ["Irv", "Medlinger"], ["Irv", "Noren"], ["Irv", "Porter"], ["Irv", "Ray"], ["Irv", "Stein"], ["Irv", "Waldron"], ["Irv", "Young"], ["Irving", "Falu"], ["Isidro", "Marquez"], ["Ismael", "Valdez"], ["Ismael", "Villegas"], ["Israel", "Alcantara"], ["Israel", "Pike"], ["Israel", "Sanchez"], ["Italo", "Chelini"], ["Ival", "Goodman"], ["Ivan", "Bigler"], ["Ivan", "Calderon"], ["Ivan", "Cruz"], ["Ivan", "De Jesus"], ["Ivan", "Howard"], ["Ivan", "Murrell"], ["Ivan", "Nova"], ["Ivan", "Ochoa"], ["Ivan", "Rodriguez"], ["Ivan", "de Jesus"], ["Ivanon", "Coffie"], ["Ivey", "Shiver"], ["Ivey", "Wingo"], ["Ivy", "Andrews"], ["Ivy", "Griffin"], ["Ivy", "Olson"], ["Izzy", "Goldstein"], ["Izzy", "Hoffman"], ["Izzy", "Leon"], ["Izzy", "Molina"], ["J C", "Hartman"], ["J. A.", "Happ"], ["J. B.", "Shuck"], ["J. B.", "Young"], ["J. C.", "Boscan"], ["J. C.", "Gutierrez"], ["J. C.", "Martin"], ["J. C.", "Ramirez"], ["J. C.", "Romero"], ["J. D.", "Drew"], ["J. D.", "Durbin"], ["J. D.", "Martin"], ["J. D.", "Martinez"], ["J. D.", "Smart"], ["J. J.", "Davis"], ["J. J.", "Furmaniak"], ["J. J.", "Hardy"], ["J. J.", "Hoover"], ["J. J.", "Putz"], ["J. J.", "Thobe"], ["J. J.", "Trujillo"], ["J. L.", "Wilkinson"], ["J. P.", "Arencibia"], ["J. P.", "Howell"], ["J. R.", "Graham"], ["J. R.", "House"], ["J. R.", "Murphy"], ["J. R.", "Phillips"], ["J. R.", "Richard"], ["J. R.", "Towles"], ["J. T.", "Bruett"], ["J. T.", "Realmuto"], ["J. T.", "Snow"], ["JD", "Closser"], ["Jace", "Peterson"], ["Jack", "Aker"], ["Jack", "Albright"], ["Jack", "Allen"], ["Jack", "Aragon"], ["Jack", "Armstrong"], ["Jack", "Baker"], ["Jack", "Baldschun"], ["Jack", "Banta"], ["Jack", "Barnett"], ["Jack", "Barry"], ["Jack", "Beach"], ["Jack", "Bellman"], ["Jack", "Bentley"], ["Jack", "Berly"], ["Jack", "Billingham"], ["Jack", "Bliss"], ["Jack", "Blott"], ["Jack", "Bolling"], ["Jack", "Boyle"], ["Jack", "Bracken"], ["Jack", "Bradley"], ["Jack", "Brennan"], ["Jack", "Brewer"], ["Jack", "Brittin"], ["Jack", "Brohamer"], ["Jack", "Bruner"], ["Jack", "Burdock"], ["Jack", "Burns"], ["Jack", "Bushelman"], ["Jack", "Calhoun"], ["Jack", "Calvo"], ["Jack", "Cameron"], ["Jack", "Carney"], ["Jack", "Cassel"], ["Jack", "Cassini"], ["Jack", "Chapman"], ["Jack", "Chesbro"], ["Jack", "Clark"], ["Jack", "Clements"], ["Jack", "Coffey"], ["Jack", "Compton"], ["Jack", "Conway"], ["Jack", "Coombs"], ["Jack", "Corcoran"], ["Jack", "Coveney"], ["Jack", "Creel"], ["Jack", "Cressend"], ["Jack", "Crimian"], ["Jack", "Cronin"], ["Jack", "Crooks"], ["Jack", "Crouch"], ["Jack", "Cullen"], ["Jack", "Cummings"], ["Jack", "Curtis"], ["Jack", "Cusick"], ["Jack", "Cust"], ["Jack", "Dalton"], ["Jack", "Damaska"], ["Jack", "Daniels"], ["Jack", "Darragh"], ["Jack", "Daugherty"], ["Jack", "DiLauro"], ["Jack", "Dittmer"], ["Jack", "Doscher"], ["Jack", "Doyle"], ["Jack", "Dunleavy"], ["Jack", "Dunn"], ["Jack", "Easton"], ["Jack", "Egan"], ["Jack", "Egbert"], ["Jack", "Enright"], ["Jack", "Enzenroth"], ["Jack", "Fanning"], ["Jack", "Farmer"], ["Jack", "Farrell"], ["Jack", "Faszholz"], ["Jack", "Fee"], ["Jack", "Feller"], ["Jack", "Ferry"], ["Jack", "Fifield"], ["Jack", "Fimple"], ["Jack", "Fisher"], ["Jack", "Flater"], ["Jack", "Fournier"], ["Jack", "Fox"], ["Jack", "Franklin"], ["Jack", "Gilbert"], ["Jack", "Gilligan"], ["Jack", "Glasscock"], ["Jack", "Gleason"], ["Jack", "Gorman"], ["Jack", "Graham"], ["Jack", "Graney"], ["Jack", "Hallett"], ["Jack", "Hamilton"], ["Jack", "Hammond"], ["Jack", "Hannahan"], ["Jack", "Hannifin"], ["Jack", "Hardy"], ["Jack", "Harper"], ["Jack", "Harshman"], ["Jack", "Hayden"], ["Jack", "Heidemann"], ["Jack", "Heinzman"], ["Jack", "Hendricks"], ["Jack", "Hiatt"], ["Jack", "Hickey"], ["Jack", "Himes"], ["Jack", "Hoey"], ["Jack", "Horner"], ["Jack", "Howell"], ["Jack", "Jenkins"], ["Jack", "Jones"], ["Jack", "Kading"], ["Jack", "Katoll"], ["Jack", "Keenan"], ["Jack", "Kibble"], ["Jack", "Killilay"], ["Jack", "Knight"], ["Jack", "Knott"], ["Jack", "Kralick"], ["Jack", "Kramer"], ["Jack", "Kraus"], ["Jack", "Krol"], ["Jack", "Kubiszyn"], ["Jack", "Kucek"], ["Jack", "Lamabe"], ["Jack", "Lapp"], ["Jack", "Lazorko"], ["Jack", "Leary"], ["Jack", "Leathersich"], ["Jack", "Leiper"], ["Jack", "Lelivelt"], ["Jack", "Lewis"], ["Jack", "Lind"], ["Jack", "Little"], ["Jack", "Littrell"], ["Jack", "Lively"], ["Jack", "Lohrke"], ["Jack", "Lundbom"], ["Jack", "Lynch"], ["Jack", "Maguire"], ["Jack", "Manning"], ["Jack", "Martin"], ["Jack", "McAdams"], ["Jack", "McAleese"], ["Jack", "McCallister"], ["Jack", "McCandless"], ["Jack", "McCarthy"], ["Jack", "McDonald"], ["Jack", "McDowell"], ["Jack", "McFetridge"], ["Jack", "McGeachey"], ["Jack", "McKeon"], ["Jack", "McMahan"], ["Jack", "McMahon"], ["Jack", "Mercer"], ["Jack", "Merson"], ["Jack", "Meyer"], ["Jack", "Mills"], ["Jack", "Morris"], ["Jack", "Morrissey"], ["Jack", "Nabors"], ["Jack", "Neagle"], ["Jack", "Ness"], ["Jack", "Niemes"], ["Jack", "O'Brien"], ["Jack", "O'Connor"], ["Jack", "O'Neill"], ["Jack", "Ogden"], ["Jack", "Onslow"], ["Jack", "Owens"], ["Jack", "Peerson"], ["Jack", "Perconte"], ["Jack", "Perrin"], ["Jack", "Pfiester"], ["Jack", "Phillips"], ["Jack", "Pierce"], ["Jack", "Powell"], ["Jack", "Quinn"], ["Jack", "Radtke"], ["Jack", "Rafter"], ["Jack", "Redmond"], ["Jack", "Reed"], ["Jack", "Reis"], ["Jack", "Remsen"], ["Jack", "Richardson"], ["Jack", "Ridgway"], ["Jack", "Robinson"], ["Jack", "Roche"], ["Jack", "Rothfuss"], ["Jack", "Rothrock"], ["Jack", "Rowan"], ["Jack", "Rowe"], ["Jack", "Russell"], ["Jack", "Ryan"], ["Jack", "Saltzgaver"], ["Jack", "Salveson"], ["Jack", "Sanford"], ["Jack", "Savage"], ["Jack", "Scheible"], ["Jack", "Schulte"], ["Jack", "Scott"], ["Jack", "Sharrott"], ["Jack", "Sheehan"], ["Jack", "Shepard"], ["Jack", "Slattery"], ["Jack", "Smith"], ["Jack", "Snyder"], ["Jack", "Spring"], ["Jack", "Stansbury"], ["Jack", "Stivetts"], ["Jack", "Sutthoff"], ["Jack", "Taschner"], ["Jack", "Taylor"], ["Jack", "Theis"], ["Jack", "Thoney"], ["Jack", "Tighe"], ["Jack", "Tising"], ["Jack", "Tobin"], ["Jack", "Urban"], ["Jack", "Voigt"], ["Jack", "Wadsworth"], ["Jack", "Wallace"], ["Jack", "Wallaesa"], ["Jack", "Wanner"], ["Jack", "Warhop"], ["Jack", "Warner"], ["Jack", "Wentz"], ["Jack", "Whillock"], ["Jack", "White"], ["Jack", "Wieneke"], ["Jack", "Wilson"], ["Jack", "Wisner"], ["Jack", "Zalusky"], ["Jacke", "Davis"], ["Jackie", "Bradley"], ["Jackie", "Brandt"], ["Jackie", "Brown"], ["Jackie", "Collum"], ["Jackie", "Gallagher"], ["Jackie", "Gutierrez"], ["Jackie", "Hayes"], ["Jackie", "Hernandez"], ["Jackie", "Jensen"], ["Jackie", "Mayo"], ["Jackie", "Moore"], ["Jackie", "Price"], ["Jackie", "Robinson"], ["Jackie", "Sullivan"], ["Jackie", "Tavener"], ["Jackie", "Tobin"], ["Jackie", "Warner"], ["Jackson", "Todd"], ["Jackson", "Williams"], ["Jacob", "Brumfield"], ["Jacob", "Cruz"], ["Jacob", "Doyle"], ["Jacob", "Fox"], ["Jacob", "Lindgren"], ["Jacob", "Ruppert"], ["Jacob", "Turner"], ["Jacob", "deGrom"], ["Jacoby", "Ellsbury"], ["Jacque", "Jones"], ["Jae Kuk", "Ryu"], ["Jae Weong", "Seo"], ["Jaff", "Decker"], ["Jai", "Miller"], ["Jailen", "Peguero"], ["Jaime", "Bluma"], ["Jaime", "Bubela"], ["Jaime", "Cerda"], ["Jaime", "Cocanower"], ["Jaime", "Garcia"], ["Jaime", "Navarro"], ["Jair", "Jurrjens"], ["Jairo", "Asencio"], ["Jairo", "Diaz"], ["Jake", "Arrieta"], ["Jake", "Aydelott"], ["Jake", "Beckley"], ["Jake", "Boultes"], ["Jake", "Boyd"], ["Jake", "Brigham"], ["Jake", "Brown"], ["Jake", "Buchanan"], ["Jake", "Caulfield"], ["Jake", "Crawford"], ["Jake", "Daniel"], ["Jake", "Daubert"], ["Jake", "Diekman"], ["Jake", "Drauby"], ["Jake", "Dunning"], ["Jake", "Early"], ["Jake", "Eisenhart"], ["Jake", "Elmore"], ["Jake", "Evans"], ["Jake", "Flowers"], ["Jake", "Fox"], ["Jake", "Freeze"], ["Jake", "Gettman"], ["Jake", "Gibbs"], ["Jake", "Goebbert"], ["Jake", "Goodman"], ["Jake", "Hehl"], ["Jake", "Hewitt"], ["Jake", "Jacobs"], ["Jake", "Jaeckel"], ["Jake", "Jones"], ["Jake", "Kafora"], ["Jake", "Knowdell"], ["Jake", "Lamb"], ["Jake", "Livingstone"], ["Jake", "Marisnick"], ["Jake", "McGee"], ["Jake", "Miller"], ["Jake", "Mooty"], ["Jake", "Munch"], ["Jake", "Northrop"], ["Jake", "Odorizzi"], ["Jake", "Peavy"], ["Jake", "Petricka"], ["Jake", "Pitler"], ["Jake", "Powell"], ["Jake", "Propst"], ["Jake", "Robbins"], ["Jake", "Seymour"], ["Jake", "Smith"], ["Jake", "Smolinski"], ["Jake", "Stahl"], ["Jake", "Stenzel"], ["Jake", "Striker"], ["Jake", "Thielman"], ["Jake", "Thies"], ["Jake", "Virtue"], ["Jake", "Volz"], ["Jake", "Wade"], ["Jake", "Weimer"], ["Jake", "Wells"], ["Jake", "Westbrook"], ["Jake", "Wood"], ["Jake", "Woods"], ["Jakie", "May"], ["Jalal", "Leach"], ["Jamal", "Strong"], ["James", "Atkins"], ["James", "Baldwin"], ["James", "Burke"], ["James", "Cavanagh"], ["James", "Darnell"], ["James", "Durham"], ["James", "Edwards"], ["James", "Graham"], ["James", "Haley"], ["James", "Houser"], ["James", "Hurst"], ["James", "Jones"], ["James", "Lehan"], ["James", "Lofton"], ["James", "Loney"], ["James", "McCann"], ["James", "McDermott"], ["James", "McDonald"], ["James", "McMullin"], ["James", "Morris"], ["James", "Mouton"], ["James", "Parr"], ["James", "Paxton"], ["James", "Pazos"], ["James", "Pirie"], ["James", "Russell"], ["James", "Shields"], ["Jamey", "Carroll"], ["Jamey", "Wright"], ["Jamie", "Allen"], ["Jamie", "Arnold"], ["Jamie", "Brewington"], ["Jamie", "Brown"], ["Jamie", "Burke"], ["Jamie", "D'Antona"], ["Jamie", "Easterly"], ["Jamie", "Hoffmann"], ["Jamie", "McAndrew"], ["Jamie", "Moyer"], ["Jamie", "Nelson"], ["Jamie", "Quirk"], ["Jamie", "Romak"], ["Jamie", "Vermilyea"], ["Jamie", "Walker"], ["Jan", "Dukes"], ["Jap", "Barbeau"], ["Jared", "Burton"], ["Jared", "Fernandez"], ["Jared", "Hughes"], ["Jared", "Sandberg"], ["Jared", "Wells"], ["Jaret", "Wright"], ["Jarred", "Cosart"], ["Jarrett", "Grube"], ["Jarrett", "Hoffpauir"], ["Jarrett", "Parker"], ["Jarrod", "Dyson"], ["Jarrod", "Parker"], ["Jarrod", "Patterson"], ["Jarrod", "Saltalamacchia"], ["Jarrod", "Washburn"], ["Jarvis", "Brown"], ["Jarvis", "Tatum"], ["Jason", "Alfaro"], ["Jason", "Anderson"], ["Jason", "Bartlett"], ["Jason", "Bates"], ["Jason", "Bay"], ["Jason", "Bere"], ["Jason", "Bergmann"], ["Jason", "Berken"], ["Jason", "Beverlin"], ["Jason", "Botts"], ["Jason", "Bourgeois"], ["Jason", "Boyd"], ["Jason", "Bulger"], ["Jason", "Castro"], ["Jason", "Childers"], ["Jason", "Christiansen"], ["Jason", "Conti"], ["Jason", "Davis"], ["Jason", "Dellaero"], ["Jason", "Dickson"], ["Jason", "Donald"], ["Jason", "Dubois"], ["Jason", "Ellison"], ["Jason", "Frasor"], ["Jason", "Garcia"], ["Jason", "Giambi"], ["Jason", "Gilfillan"], ["Jason", "Grabowski"], ["Jason", "Green"], ["Jason", "Grilli"], ["Jason", "Grimsley"], ["Jason", "Gurka"], ["Jason", "Hammel"], ["Jason", "Hardtke"], ["Jason", "Hart"], ["Jason", "Heyward"], ["Jason", "Hirsh"], ["Jason", "Isringhausen"], ["Jason", "Jacome"], ["Jason", "Jaramillo"], ["Jason", "Jennings"], ["Jason", "Jimenez"], ["Jason", "Johnson"], ["Jason", "Jones"], ["Jason", "Karnuth"], ["Jason", "Kendall"], ["Jason", "Kershner"], ["Jason", "Kipnis"], ["Jason", "Kubel"], ["Jason", "LaRue"], ["Jason", "Lane"], ["Jason", "Marquis"], ["Jason", "Maxwell"], ["Jason", "McDonald"], ["Jason", "Michaels"], ["Jason", "Middlebrook"], ["Jason", "Miller"], ["Jason", "Motte"], ["Jason", "Pearson"], ["Jason", "Perry"], ["Jason", "Phillips"], ["Jason", "Pridie"], ["Jason", "Rakers"], ["Jason", "Repko"], ["Jason", "Roach"], ["Jason", "Rogers"], ["Jason", "Romano"], ["Jason", "Ryan"], ["Jason", "Schmidt"], ["Jason", "Shiell"], ["Jason", "Simontacchi"], ["Jason", "Smith"], ["Jason", "Standridge"], ["Jason", "Stanford"], ["Jason", "Szuminski"], ["Jason", "Thompson"], ["Jason", "Tyner"], ["Jason", "Vargas"], ["Jason", "Varitek"], ["Jason", "Waddell"], ["Jason", "Windsor"], ["Jason", "Wood"], ["Jason", "Young"], ["Javier", "Baez"], ["Javier", "Cardona"], ["Javier", "Lopez"], ["Javier", "Martinez"], ["Javier", "Ortiz"], ["Javier", "Valentin"], ["Javier", "Vazquez"], ["Javy", "Guerra"], ["Javy", "Lopez"], ["Jay", "Aldrich"], ["Jay", "Avrea"], ["Jay", "Baller"], ["Jay", "Bell"], ["Jay", "Bruce"], ["Jay", "Budd"], ["Jay", "Buente"], ["Jay", "Buhner"], ["Jay", "Canizaro"], ["Jay", "Dahl"], ["Jay", "Difani"], ["Jay", "Faatz"], ["Jay", "Franklin"], ["Jay", "Gainer"], ["Jay", "Gibbons"], ["Jay", "Hankins"], ["Jay", "Heard"], ["Jay", "Hook"], ["Jay", "Howell"], ["Jay", "Jackson"], ["Jay", "Johnstone"], ["Jay", "Kirke"], ["Jay", "Kleven"], ["Jay", "Loviglio"], ["Jay", "Marshall"], ["Jay", "Parker"], ["Jay", "Partridge"], ["Jay", "Payton"], ["Jay", "Pettibone"], ["Jay", "Porter"], ["Jay", "Powell"], ["Jay", "Ritchie"], ["Jay", "Rogers"], ["Jay", "Sborz"], ["Jay", "Schlueter"], ["Jay", "Spurgeon"], ["Jay", "Tessmer"], ["Jay", "Tibbs"], ["Jay", "Van Noy"], ["Jay", "Ward"], ["Jay", "Witasick"], ["Jaye", "Chapman"], ["Jayhawk", "Owens"], ["Jayson", "Durocher"], ["Jayson", "Nix"], ["Jayson", "Werth"], ["Jean", "Dubuc"], ["Jean", "Machi"], ["Jean", "Segura"], ["Jean-Pierre", "Roy"], ["Jeanmar", "Gomez"], ["Jed", "Hansen"], ["Jed", "Lowrie"], ["Jedd", "Gyorko"], ["Jeff", "Abbott"], ["Jeff", "Austin"], ["Jeff", "Bagwell"], ["Jeff", "Bailey"], ["Jeff", "Baisley"], ["Jeff", "Bajenaru"], ["Jeff", "Baker"], ["Jeff", "Baldwin"], ["Jeff", "Ball"], ["Jeff", "Ballard"], ["Jeff", "Banister"], ["Jeff", "Barkley"], ["Jeff", "Barry"], ["Jeff", "Beliveau"], ["Jeff", "Bennett"], ["Jeff", "Berblinger"], ["Jeff", "Bettendorf"], ["Jeff", "Bianchi"], ["Jeff", "Bittiger"], ["Jeff", "Blauser"], ["Jeff", "Branson"], ["Jeff", "Brantley"], ["Jeff", "Bronkey"], ["Jeff", "Burroughs"], ["Jeff", "Byrd"], ["Jeff", "Calhoun"], ["Jeff", "Carter"], ["Jeff", "Cirillo"], ["Jeff", "Clement"], ["Jeff", "Conine"], ["Jeff", "Cornell"], ["Jeff", "Cox"], ["Jeff", "Cross"], ["Jeff", "D'Amico"], ["Jeff", "DaVanon"], ["Jeff", "Darwin"], ["Jeff", "Datz"], ["Jeff", "DeWillis"], ["Jeff", "Dedmon"], ["Jeff", "Doyle"], ["Jeff", "Duncan"], ["Jeff", "Farnsworth"], ["Jeff", "Fassero"], ["Jeff", "Ferrell"], ["Jeff", "Fiorentino"], ["Jeff", "Fischer"], ["Jeff", "Francis"], ["Jeff", "Francoeur"], ["Jeff", "Frazier"], ["Jeff", "Frye"], ["Jeff", "Fulchino"], ["Jeff", "Gardner"], ["Jeff", "Granger"], ["Jeff", "Gray"], ["Jeff", "Grotewold"], ["Jeff", "Hamilton"], ["Jeff", "Harris"], ["Jeff", "Hartsock"], ["Jeff", "Hearron"], ["Jeff", "Heath"], ["Jeff", "Heathcock"], ["Jeff", "Holly"], ["Jeff", "Huson"], ["Jeff", "Innis"], ["Jeff", "James"], ["Jeff", "Johnson"], ["Jeff", "Jones"], ["Jeff", "Juden"], ["Jeff", "Kaiser"], ["Jeff", "Karstens"], ["Jeff", "Keener"], ["Jeff", "Kent"], ["Jeff", "Keppinger"], ["Jeff", "King"], ["Jeff", "Kobernus"], ["Jeff", "Kubenka"], ["Jeff", "Kunkel"], ["Jeff", "Lahti"], ["Jeff", "Larish"], ["Jeff", "Liefer"], ["Jeff", "Little"], ["Jeff", "Locke"], ["Jeff", "Manship"], ["Jeff", "Manto"], ["Jeff", "Marquez"], ["Jeff", "Mathis"], ["Jeff", "McCleskey"], ["Jeff", "McCurry"], ["Jeff", "McKnight"], ["Jeff", "McNeely"], ["Jeff", "Montgomery"], ["Jeff", "Moronko"], ["Jeff", "Musselman"], ["Jeff", "Mutis"], ["Jeff", "Nelson"], ["Jeff", "Newman"], ["Jeff", "Niemann"], ["Jeff", "Parrett"], ["Jeff", "Patterson"], ["Jeff", "Peterek"], ["Jeff", "Pfeffer"], ["Jeff", "Pico"], ["Jeff", "Pierce"], ["Jeff", "Plympton"], ["Jeff", "Ransom"], ["Jeff", "Reardon"], ["Jeff", "Reboulet"], ["Jeff", "Reed"], ["Jeff", "Richardson"], ["Jeff", "Ridgway"], ["Jeff", "Rineer"], ["Jeff", "Robinson"], ["Jeff", "Russell"], ["Jeff", "Salazar"], ["Jeff", "Samardzija"], ["Jeff", "Schaefer"], ["Jeff", "Schattinger"], ["Jeff", "Schmidt"], ["Jeff", "Schneider"], ["Jeff", "Schulz"], ["Jeff", "Schwarz"], ["Jeff", "Sellers"], ["Jeff", "Shaver"], ["Jeff", "Shaw"], ["Jeff", "Sparks"], ["Jeff", "Stember"], ["Jeff", "Stevens"], ["Jeff", "Stone"], ["Jeff", "Suppan"], ["Jeff", "Sweeney"], ["Jeff", "Tabaka"], ["Jeff", "Tackett"], ["Jeff", "Tam"], ["Jeff", "Terpko"], ["Jeff", "Tesreau"], ["Jeff", "Torborg"], ["Jeff", "Treadway"], ["Jeff", "Twitty"], ["Jeff", "Wallace"], ["Jeff", "Ware"], ["Jeff", "Weaver"], ["Jeff", "Wetherby"], ["Jeff", "Williams"], ["Jeff", "Yurak"], ["Jeff", "Zaske"], ["Jeff", "Zimmerman"], ["Jeffrey", "Hammonds"], ["Jeffrey", "Leonard"], ["Jefry", "Marte"], ["Jemile", "Weeks"], ["Jennings", "Poindexter"], ["Jenrry", "Mejia"], ["Jensen", "Lewis"], ["Jeoff", "Long"], ["Jerad", "Eickhoff"], ["Jerad", "Head"], ["Jerald", "Clark"], ["Jered", "Weaver"], ["Jeremiah", "Reardon"], ["Jeremy", "Accardo"], ["Jeremy", "Affeldt"], ["Jeremy", "Bonderman"], ["Jeremy", "Brown"], ["Jeremy", "Fikac"], ["Jeremy", "Giambi"], ["Jeremy", "Griffiths"], ["Jeremy", "Guthrie"], ["Jeremy", "Hefner"], ["Jeremy", "Hellickson"], ["Jeremy", "Hermida"], ["Jeremy", "Hernandez"], ["Jeremy", "Hill"], ["Jeremy", "Horst"], ["Jeremy", "Jeffress"], ["Jeremy", "Moore"], ["Jeremy", "Powell"], ["Jeremy", "Reed"], ["Jeremy", "Sowers"], ["Jeriome", "Robertson"], ["Jermaine", "Allensworth"], ["Jermaine", "Clark"], ["Jermaine", "Curtis"], ["Jermaine", "Dye"], ["Jermaine", "Van Buren"], ["Jerome", "Walton"], ["Jerome", "Williams"], ["Jeromy", "Burnitz"], ["Jerrod", "Riggan"], ["Jerry", "Adair"], ["Jerry", "Akers"], ["Jerry", "Augustine"], ["Jerry", "Bell"], ["Jerry", "Blevins"], ["Jerry", "Brooks"], ["Jerry", "Browne"], ["Jerry", "Buchek"], ["Jerry", "Byrne"], ["Jerry", "Casale"], ["Jerry", "Coleman"], ["Jerry", "Connors"], ["Jerry", "Conway"], ["Jerry", "Cram"], ["Jerry", "Crider"], ["Jerry", "D'Arcy"], ["Jerry", "DaVanon"], ["Jerry", "Dahlke"], ["Jerry", "Davie"], ["Jerry", "Denny"], ["Jerry", "Dipoto"], ["Jerry", "Donovan"], ["Jerry", "Dorgan"], ["Jerry", "Dorsey"], ["Jerry", "Dybzinski"], ["Jerry", "Fahr"], ["Jerry", "Fosnow"], ["Jerry", "Freeman"], ["Jerry", "Fry"], ["Jerry", "Garvin"], ["Jerry", "Gil"], ["Jerry", "Goff"], ["Jerry", "Grote"], ["Jerry", "Hairston"], ["Jerry", "Harrington"], ["Jerry", "Hinsley"], ["Jerry", "Hurley"], ["Jerry", "Johnson"], ["Jerry", "Kane"], ["Jerry", "Kenney"], ["Jerry", "Kindall"], ["Jerry", "Koosman"], ["Jerry", "Kutzler"], ["Jerry", "Lane"], ["Jerry", "Lumpe"], ["Jerry", "Lynch"], ["Jerry", "Lynn"], ["Jerry", "Maddox"], ["Jerry", "Mallett"], ["Jerry", "Manuel"], ["Jerry", "Martin"], ["Jerry", "May"], ["Jerry", "McCarthy"], ["Jerry", "McCormick"], ["Jerry", "McNertney"], ["Jerry", "McQuaig"], ["Jerry", "Moore"], ["Jerry", "Morales"], ["Jerry", "Moses"], ["Jerry", "Mumphrey"], ["Jerry", "Narron"], ["Jerry", "Nielsen"], ["Jerry", "Nops"], ["Jerry", "Nyman"], ["Jerry", "Owens"], ["Jerry", "Priddy"], ["Jerry", "Reed"], ["Jerry", "Remy"], ["Jerry", "Reuss"], ["Jerry", "Robertson"], ["Jerry", "Royster"], ["Jerry", "Sands"], ["Jerry", "Scala"], ["Jerry", "Schoonmaker"], ["Jerry", "Schypinski"], ["Jerry", "Snyder"], ["Jerry", "Spradlin"], ["Jerry", "Standaert"], ["Jerry", "Stephenson"], ["Jerry", "Sweeney"], ["Jerry", "Tabb"], ["Jerry", "Terrell"], ["Jerry", "Turbidy"], ["Jerry", "Turner"], ["Jerry", "Ujdur"], ["Jerry", "Upp"], ["Jerry", "Walker"], ["Jerry", "White"], ["Jerry", "Willard"], ["Jerry", "Witte"], ["Jerry", "Zimmerman"], ["Jerry Don", "Gleaton"], ["Jersey", "Bakley"], ["Jess", "Buckles"], ["Jess", "Cortazzo"], ["Jess", "Dobernic"], ["Jess", "Doyle"], ["Jess", "Orndorff"], ["Jess", "Pike"], ["Jess", "Todd"], ["Jesse", "Altenburg"], ["Jesse", "Baker"], ["Jesse", "Barfield"], ["Jesse", "Barnes"], ["Jesse", "Burkett"], ["Jesse", "Carlson"], ["Jesse", "Chavez"], ["Jesse", "Crain"], ["Jesse", "Duryea"], ["Jesse", "English"], ["Jesse", "Flores"], ["Jesse", "Foppert"], ["Jesse", "Fowler"], ["Jesse", "Garcia"], ["Jesse", "Gonder"], ["Jesse", "Hahn"], ["Jesse", "Haines"], ["Jesse", "Hickman"], ["Jesse", "Hill"], ["Jesse", "Hoffmeister"], ["Jesse", "Hudson"], ["Jesse", "Jefferson"], ["Jesse", "Landrum"], ["Jesse", "Levan"], ["Jesse", "Levis"], ["Jesse", "Litsch"], ["Jesse", "Orosco"], ["Jesse", "Petty"], ["Jesse", "Purnell"], ["Jesse", "Stovall"], ["Jesse", "Tannehill"], ["Jesse", "Whiting"], ["Jesse", "Winters"], ["Jessie", "Hollins"], ["Jessie", "Reid"], ["Jesus", "Aguilar"], ["Jesus", "Alou"], ["Jesus", "Colome"], ["Jesus", "Delgado"], ["Jesus", "Feliciano"], ["Jesus", "Figueroa"], ["Jesus", "Flores"], ["Jesus", "Guzman"], ["Jesus", "Hernaiz"], ["Jesus", "Montero"], ["Jesus", "Pena"], ["Jesus", "Sanchez"], ["Jesus", "Sucre"], ["Jesus", "Tavarez"], ["Jesus", "Vega"], ["Jesus", "de la Rosa"], ["Jett", "Bandy"], ["Jeurys", "Familia"], ["Jewel", "Ens"], ["Jhan", "Marinez"], ["Jhonatan", "Solano"], ["Jhonny", "Nunez"], ["Jhonny", "Peralta"], ["Jhoulys", "Chacin"], ["Jigger", "Statz"], ["Jiggs", "Donahue"], ["Jiggs", "Parrott"], ["Jiggs", "Parson"], ["Jim", "Abbott"], ["Jim", "Acker"], ["Jim", "Adams"], ["Jim", "Adduci"], ["Jim", "Anderson"], ["Jim", "Andrews"], ["Jim", "Archer"], ["Jim", "Asbell"], ["Jim", "Austin"], ["Jim", "Bagby"], ["Jim", "Bailey"], ["Jim", "Ball"], ["Jim", "Banning"], ["Jim", "Barbieri"], ["Jim", "Barr"], ["Jim", "Baskette"], ["Jim", "Battle"], ["Jim", "Baumer"], ["Jim", "Baxes"], ["Jim", "Beattie"], ["Jim", "Beauchamp"], ["Jim", "Beckman"], ["Jim", "Begley"], ["Jim", "Beswick"], ["Jim", "Bethke"], ["Jim", "Bibby"], ["Jim", "Bilbrey"], ["Jim", "Bishop"], ["Jim", "Bivin"], ["Jim", "Blackburn"], ["Jim", "Bluejacket"], ["Jim", "Bolger"], ["Jim", "Bottomley"], ["Jim", "Bouton"], ["Jim", "Bowie"], ["Jim", "Boyle"], ["Jim", "Brady"], ["Jim", "Breazeale"], ["Jim", "Brenneman"], ["Jim", "Breton"], ["Jim", "Brewer"], ["Jim", "Brideweser"], ["Jim", "Brillheart"], ["Jim", "Britt"], ["Jim", "Britton"], ["Jim", "Bronstad"], ["Jim", "Brosnan"], ["Jim", "Brower"], ["Jim", "Brown"], ["Jim", "Bruske"], ["Jim", "Buchanan"], ["Jim", "Bucher"], ["Jim", "Bullinger"], ["Jim", "Bunning"], ["Jim", "Burns"], ["Jim", "Burton"], ["Jim", "Busby"], ["Jim", "Byrd"], ["Jim", "Byrnes"], ["Jim", "Callahan"], ["Jim", "Campanis"], ["Jim", "Campbell"], ["Jim", "Canavan"], ["Jim", "Carleton"], ["Jim", "Carlin"], ["Jim", "Castiglia"], ["Jim", "Chamblee"], ["Jim", "Chatterton"], ["Jim", "Clancy"], ["Jim", "Clark"], ["Jim", "Clinton"], ["Jim", "Coates"], ["Jim", "Cockman"], ["Jim", "Colborn"], ["Jim", "Command"], ["Jim", "Connor"], ["Jim", "Constable"], ["Jim", "Converse"], ["Jim", "Conway"], ["Jim", "Cook"], ["Jim", "Corsi"], ["Jim", "Cosman"], ["Jim", "Cox"], ["Jim", "Crawford"], ["Jim", "Cronin"], ["Jim", "Crowell"], ["Jim", "Cudworth"], ["Jim", "Curry"], ["Jim", "Curtiss"], ["Jim", "Czajkowski"], ["Jim", "Davenport"], ["Jim", "Davis"], ["Jim", "Dedrick"], ["Jim", "Dee"], ["Jim", "Deidel"], ["Jim", "Delahanty"], ["Jim", "Delsing"], ["Jim", "Derrington"], ["Jim", "Deshaies"], ["Jim", "Devlin"], ["Jim", "Dickson"], ["Jim", "Donahue"], ["Jim", "Donnelly"], ["Jim", "Donohue"], ["Jim", "Dorsey"], ["Jim", "Dougherty"], ["Jim", "Doyle"], ["Jim", "Driscoll"], ["Jim", "Duckworth"], ["Jim", "Duffalo"], ["Jim", "Duggan"], ["Jim", "Duncan"], ["Jim", "Dunegan"], ["Jim", "Dunn"], ["Jim", "Dwyer"], ["Jim", "Dyck"], ["Jim", "Edmonds"], ["Jim", "Egan"], ["Jim", "Eisenreich"], ["Jim", "Ellis"], ["Jim", "Eppard"], ["Jim", "Eschen"], ["Jim", "Essian"], ["Jim", "Fairbank"], ["Jim", "Fairey"], ["Jim", "Fanning"], ["Jim", "Farr"], ["Jim", "Faulkner"], ["Jim", "Field"], ["Jim", "Finigan"], ["Jim", "Fogarty"], ["Jim", "Foor"], ["Jim", "Foran"], ["Jim", "Fregosi"], ["Jim", "French"], ["Jim", "Frey"], ["Jim", "Fridley"], ["Jim", "Fuller"], ["Jim", "Galloway"], ["Jim", "Galvin"], ["Jim", "Gantner"], ["Jim", "Gardner"], ["Jim", "Garry"], ["Jim", "Gaudet"], ["Jim", "Geddes"], ["Jim", "Gentile"], ["Jim", "Gideon"], ["Jim", "Gifford"], ["Jim", "Gill"], ["Jim", "Gilliam"], ["Jim", "Gilman"], ["Jim", "Gilmore"], ["Jim", "Gladd"], ["Jim", "Gleeson"], ["Jim", "Golden"], ["Jim", "Goodwin"], ["Jim", "Gosger"], ["Jim", "Gott"], ["Jim", "Grant"], ["Jim", "Gray"], ["Jim", "Green"], ["Jim", "Greengrass"], ["Jim", "Hackett"], ["Jim", "Haislip"], ["Jim", "Hall"], ["Jim", "Halpin"], ["Jim", "Hamby"], ["Jim", "Handiboe"], ["Jim", "Hanley"], ["Jim", "Hannan"], ["Jim", "Hardin"], ["Jim", "Hart"], ["Jim", "Hayes"], ["Jim", "Hearn"], ["Jim", "Hegan"], ["Jim", "Heise"], ["Jim", "Henderson"], ["Jim", "Henry"], ["Jim", "Hibbs"], ["Jim", "Hickey"], ["Jim", "Hickman"], ["Jim", "Hicks"], ["Jim", "Hitchcock"], ["Jim", "Hoey"], ["Jim", "Holdsworth"], ["Jim", "Holloway"], ["Jim", "Holmes"], ["Jim", "Holt"], ["Jim", "Hopper"], ["Jim", "Howarth"], ["Jim", "Hughes"], ["Jim", "Hughey"], ["Jim", "Hunter"], ["Jim", "Hutto"], ["Jim", "Jackson"], ["Jim", "Johnson"], ["Jim", "Jones"], ["Jim", "Kaat"], ["Jim", "Kane"], ["Jim", "Keenan"], ["Jim", "Keesey"], ["Jim", "Kelly"], ["Jim", "Kennedy"], ["Jim", "Kern"], ["Jim", "King"], ["Jim", "Kirby"], ["Jim", "Konstanty"], ["Jim", "Korwan"], ["Jim", "Kremmel"], ["Jim", "Landis"], ["Jim", "Lawrence"], ["Jim", "Lefebvre"], ["Jim", "Lehew"], ["Jim", "Lemon"], ["Jim", "Lentine"], ["Jim", "Levey"], ["Jim", "Lewis"], ["Jim", "Leyland"], ["Jim", "Leyritz"], ["Jim", "Lillie"], ["Jim", "Lindeman"], ["Jim", "Lindsey"], ["Jim", "Lonborg"], ["Jim", "Long"], ["Jim", "Lyle"], ["Jim", "Lyttle"], ["Jim", "Magnuson"], ["Jim", "Mahady"], ["Jim", "Mahoney"], ["Jim", "Mains"], ["Jim", "Maler"], ["Jim", "Mallory"], ["Jim", "Maloney"], ["Jim", "Mangan"], ["Jim", "Mann"], ["Jim", "Manning"], ["Jim", "Marquis"], ["Jim", "Marshall"], ["Jim", "Mason"], ["Jim", "Mattox"], ["Jim", "McAnany"], ["Jim", "McAndrew"], ["Jim", "McCauley"], ["Jim", "McCloskey"], ["Jim", "McCormick"], ["Jim", "McDonald"], ["Jim", "McDonnell"], ["Jim", "McElroy"], ["Jim", "McGarr"], ["Jim", "McGinley"], ["Jim", "McGlothlin"], ["Jim", "McGuire"], ["Jim", "McHale"], ["Jim", "McKee"], ["Jim", "McKeever"], ["Jim", "McKnight"], ["Jim", "McLaughlin"], ["Jim", "McLeod"], ["Jim", "McManus"], ["Jim", "McNamara"], ["Jim", "McTamany"], ["Jim", "Mecir"], ["Jim", "Merritt"], ["Jim", "Mertz"], ["Jim", "Middleton"], ["Jim", "Miles"], ["Jim", "Miller"], ["Jim", "Minshall"], ["Jim", "Mooney"], ["Jim", "Moore"], ["Jim", "Moroney"], ["Jim", "Morris"], ["Jim", "Morrison"], ["Jim", "Mosolf"], ["Jim", "Mullen"], ["Jim", "Murray"], ["Jim", "Mutrie"], ["Jim", "Nash"], ["Jim", "Neher"], ["Jim", "Neidlinger"], ["Jim", "Nelson"], ["Jim", "Nettles"], ["Jim", "Norris"], ["Jim", "Northrup"], ["Jim", "O'Neill"], ["Jim", "O'Rourke"], ["Jim", "O'Toole"], ["Jim", "Obradovich"], ["Jim", "Oglesby"], ["Jim", "Olander"], ["Jim", "Ollom"], ["Jim", "Otten"], ["Jim", "Owens"], ["Jim", "Paciorek"], ["Jim", "Pagliaroni"], ["Jim", "Palmer"], ["Jim", "Pankovits"], ["Jim", "Panther"], ["Jim", "Park"], ["Jim", "Parque"], ["Jim", "Pastorius"], ["Jim", "Pearce"], ["Jim", "Pena"], ["Jim", "Pendleton"], ["Jim", "Perry"], ["Jim", "Peterson"], ["Jim", "Piersall"], ["Jim", "Pisoni"], ["Jim", "Pittsley"], ["Jim", "Poole"], ["Jim", "Powell"], ["Jim", "Powers"], ["Jim", "Prendergast"], ["Jim", "Presley"], ["Jim", "Price"], ["Jim", "Proctor"], ["Jim", "Pruett"], ["Jim", "Pyburn"], ["Jim", "Qualls"], ["Jim", "Ray"], ["Jim", "Reilly"], ["Jim", "Reninger"], ["Jim", "Rice"], ["Jim", "Riggleman"], ["Jim", "Riley"], ["Jim", "Rittwage"], ["Jim", "Ritz"], ["Jim", "Rivera"], ["Jim", "Roberts"], ["Jim", "Robertson"], ["Jim", "Rogers"], ["Jim", "Roland"], ["Jim", "Romano"], ["Jim", "Rooker"], ["Jim", "Roxburgh"], ["Jim", "Rushford"], ["Jim", "Russell"], ["Jim", "Rutherford"], ["Jim", "Sadowski"], ["Jim", "Schelle"], ["Jim", "Scoggins"], ["Jim", "Scott"], ["Jim", "Scranton"], ["Jim", "Shanley"], ["Jim", "Shaw"], ["Jim", "Sheehan"], ["Jim", "Shellenback"], ["Jim", "Shilling"], ["Jim", "Siwy"], ["Jim", "Slaton"], ["Jim", "Small"], ["Jim", "Smith"], ["Jim", "Snyder"], ["Jim", "Spencer"], ["Jim", "Spotts"], ["Jim", "St. Vrain"], ["Jim", "Stanley"], ["Jim", "Steels"], ["Jim", "Stephens"], ["Jim", "Stevens"], ["Jim", "Stoops"], ["Jim", "Strickland"], ["Jim", "Stroner"], ["Jim", "Stump"], ["Jim", "Suchecki"], ["Jim", "Sullivan"], ["Jim", "Sundberg"], ["Jim", "Tabor"], ["Jim", "Tatum"], ["Jim", "Tennant"], ["Jim", "Thome"], ["Jim", "Thorpe"], ["Jim", "Tipper"], ["Jim", "Tobin"], ["Jim", "Todd"], ["Jim", "Toy"], ["Jim", "Traber"], ["Jim", "Tracy"], ["Jim", "Tray"], ["Jim", "Turner"], ["Jim", "Tyack"], ["Jim", "Tyng"], ["Jim", "Tyrone"], ["Jim", "Umbarger"], ["Jim", "Umbricht"], ["Jim", "Vatcher"], ["Jim", "Viox"], ["Jim", "Walewander"], ["Jim", "Walkup"], ["Jim", "Wallace"], ["Jim", "Walsh"], ["Jim", "Ward"], ["Jim", "Waugh"], ["Jim", "Weaver"], ["Jim", "Wessinger"], ["Jim", "Westlake"], ["Jim", "Whitney"], ["Jim", "Wilhelm"], ["Jim", "Williams"], ["Jim", "Willis"], ["Jim", "Willoughby"], ["Jim", "Wilson"], ["Jim", "Winford"], ["Jim", "Winn"], ["Jim", "Wohlford"], ["Jim", "Woods"], ["Jim", "Wright"], ["Jim", "Wynn"], ["Jim", "York"], ["Jim Ray", "Hart"], ["Jimmie", "Coker"], ["Jimmie", "DeShong"], ["Jimmie", "Foxx"], ["Jimmie", "Hall"], ["Jimmie", "Keenan"], ["Jimmie", "Long"], ["Jimmie", "Reese"], ["Jimmie", "Savage"], ["Jimmie", "Schaffer"], ["Jimmie", "Wilson"], ["Jimmy", "Adair"], ["Jimmy", "Anderson"], ["Jimmy", "Archer"], ["Jimmy", "Austin"], ["Jimmy", "Bannon"], ["Jimmy", "Barrett"], ["Jimmy", "Barthmaier"], ["Jimmy", "Bloodworth"], ["Jimmy", "Brown"], ["Jimmy", "Burke"], ["Jimmy", "Callahan"], ["Jimmy", "Collins"], ["Jimmy", "Cooney"], ["Jimmy", "Dygert"], ["Jimmy", "Dykes"], ["Jimmy", "Esmond"], ["Jimmy", "Freeman"], ["Jimmy", "Gobble"], ["Jimmy", "Grant"], ["Jimmy", "Hallinan"], ["Jimmy", "Hart"], ["Jimmy", "Haynes"], ["Jimmy", "Hudgens"], ["Jimmy", "Hurst"], ["Jimmy", "Johnston"], ["Jimmy", "Jones"], ["Jimmy", "Jordan"], ["Jimmy", "Journell"], ["Jimmy", "Key"], ["Jimmy", "Knowles"], ["Jimmy", "Kremers"], ["Jimmy", "Lavender"], ["Jimmy", "Macullar"], ["Jimmy", "Mathison"], ["Jimmy", "McAleer"], ["Jimmy", "McMath"], ["Jimmy", "Moore"], ["Jimmy", "Myers"], ["Jimmy", "Nelson"], ["Jimmy", "O'Connell"], ["Jimmy", "Osting"], ["Jimmy", "Outlaw"], ["Jimmy", "Paredes"], ["Jimmy", "Pattison"], ["Jimmy", "Peoples"], ["Jimmy", "Pofahl"], ["Jimmy", "Ring"], ["Jimmy", "Ripple"], ["Jimmy", "Rogers"], ["Jimmy", "Rollins"], ["Jimmy", "Rosario"], ["Jimmy", "Ryan"], ["Jimmy", "Say"], ["Jimmy", "Sebring"], ["Jimmy", "Serrano"], ["Jimmy", "Sexton"], ["Jimmy", "Sheckard"], ["Jimmy", "Shevlin"], ["Jimmy", "Slagle"], ["Jimmy", "Smith"], ["Jimmy", "Stewart"], ["Jimmy", "Uchrinscko"], ["Jimmy", "Walsh"], ["Jimmy", "Wasdell"], ["Jimmy", "Welsh"], ["Jimmy", "Whelan"], ["Jimmy", "Wiggs"], ["Jimmy", "Williams"], ["Jimmy", "Wood"], ["Jimmy", "Woulfe"], ["Jimmy", "Zinn"], ["Jimy", "Williams"], ["Jin Ho", "Cho"], ["Jing", "Johnson"], ["Jo-Jo", "Moore"], ["Jo-Jo", "Morrissey"], ["Jo-Jo", "Reyes"], ["Jo-Jo", "White"], ["Joakim", "Soria"], ["Joaquin", "Andujar"], ["Joaquin", "Arias"], ["Joaquin", "Benoit"], ["Joba", "Chamberlain"], ["Joc", "Pederson"], ["Jock", "Menefee"], ["Jock", "Somerlott"], ["Jocko", "Conlan"], ["Jocko", "Conlon"], ["Jocko", "Fields"], ["Jocko", "Flynn"], ["Jocko", "Halligan"], ["Jocko", "Milligan"], ["Jocko", "Thompson"], ["Jodie", "Beeler"], ["Jody", "Davis"], ["Jody", "Gerut"], ["Jody", "Reed"], ["Joe", "Abreu"], ["Joe", "Adams"], ["Joe", "Adcock"], ["Joe", "Agler"], ["Joe", "Albanese"], ["Joe", "Altobelli"], ["Joe", "Antolick"], ["Joe", "Ardner"], ["Joe", "Astroth"], ["Joe", "Ausanio"], ["Joe", "Ayrault"], ["Joe", "Azcue"], ["Joe", "Batchelder"], ["Joe", "Battin"], ["Joe", "Bean"], ["Joe", "Becker"], ["Joe", "Beckwith"], ["Joe", "Beggs"], ["Joe", "Beimel"], ["Joe", "Benes"], ["Joe", "Bennett"], ["Joe", "Benson"], ["Joe", "Benz"], ["Joe", "Berger"], ["Joe", "Bernard"], ["Joe", "Berry"], ["Joe", "Birmingham"], ["Joe", "Bisenius"], ["Joe", "Bitker"], ["Joe", "Black"], ["Joe", "Blanton"], ["Joe", "Blong"], ["Joe", "Boehling"], ["Joe", "Boever"], ["Joe", "Bokina"], ["Joe", "Boley"], ["Joe", "Bonikowski"], ["Joe", "Borchard"], ["Joe", "Borden"], ["Joe", "Borowski"], ["Joe", "Bowman"], ["Joe", "Bradshaw"], ["Joe", "Bratcher"], ["Joe", "Brovia"], ["Joe", "Brown"], ["Joe", "Burg"], ["Joe", "Burke"], ["Joe", "Burns"], ["Joe", "Buskey"], ["Joe", "Buzas"], ["Joe", "Caffie"], ["Joe", "Callahan"], ["Joe", "Campbell"], ["Joe", "Cannon"], ["Joe", "Cantillon"], ["Joe", "Carter"], ["Joe", "Cascarella"], ["Joe", "Casey"], ["Joe", "Cassidy"], ["Joe", "Chamberlain"], ["Joe", "Charboneau"], ["Joe", "Christopher"], ["Joe", "Cicero"], ["Joe", "Cleary"], ["Joe", "Cobb"], ["Joe", "Coleman"], ["Joe", "Collins"], ["Joe", "Connell"], ["Joe", "Connolly"], ["Joe", "Connor"], ["Joe", "Connors"], ["Joe", "Conzelman"], ["Joe", "Corbett"], ["Joe", "Coscarart"], ["Joe", "Cowley"], ["Joe", "Crawford"], ["Joe", "Crede"], ["Joe", "Crisp"], ["Joe", "Cronin"], ["Joe", "Cross"], ["Joe", "Crotty"], ["Joe", "Cunningham"], ["Joe", "Daly"], ["Joe", "Davenport"], ["Joe", "Dawson"], ["Joe", "DeBerry"], ["Joe", "DeMaestri"], ["Joe", "DeSa"], ["Joe", "Decker"], ["Joe", "Delahanty"], ["Joe", "Depastino"], ["Joe", "DiMaggio"], ["Joe", "Dillon"], ["Joe", "Dobson"], ["Joe", "Dolan"], ["Joe", "Dowie"], ["Joe", "Dugan"], ["Joe", "Dunn"], ["Joe", "Durham"], ["Joe", "Dwyer"], ["Joe", "Edelen"], ["Joe", "Ellick"], ["Joe", "Engel"], ["Joe", "Erautt"], ["Joe", "Evans"], ["Joe", "Evers"], ["Joe", "Fagin"], ["Joe", "Farrell"], ["Joe", "Fautsch"], ["Joe", "Ferguson"], ["Joe", "Flynn"], ["Joe", "Fontenot"], ["Joe", "Foy"], ["Joe", "Frazier"], ["Joe", "Gaines"], ["Joe", "Gallagher"], ["Joe", "Gannon"], ["Joe", "Gantenbein"], ["Joe", "Garagiola"], ["Joe", "Gates"], ["Joe", "Gedeon"], ["Joe", "Genewich"], ["Joe", "Gerhardt"], ["Joe", "Giannini"], ["Joe", "Giard"], ["Joe", "Gibbon"], ["Joe", "Giebel"], ["Joe", "Gilbert"], ["Joe", "Gingras"], ["Joe", "Ginsberg"], ["Joe", "Girardi"], ["Joe", "Gleason"], ["Joe", "Glenn"], ["Joe", "Goddard"], ["Joe", "Gonzales"], ["Joe", "Gordon"], ["Joe", "Gormley"], ["Joe", "Grace"], ["Joe", "Grahe"], ["Joe", "Graves"], ["Joe", "Green"], ["Joe", "Grzenda"], ["Joe", "Gunson"], ["Joe", "Hague"], ["Joe", "Hall"], ["Joe", "Harrington"], ["Joe", "Harris"], ["Joe", "Hassler"], ["Joe", "Hatten"], ["Joe", "Hauser"], ["Joe", "Haynes"], ["Joe", "Henderson"], ["Joe", "Hesketh"], ["Joe", "Heving"], ["Joe", "Hicks"], ["Joe", "Hietpas"], ["Joe", "Hoerner"], ["Joe", "Holden"], ["Joe", "Hoover"], ["Joe", "Horgan"], ["Joe", "Horlen"], ["Joe", "Hornung"], ["Joe", "Houser"], ["Joe", "Hovlik"], ["Joe", "Hudson"], ["Joe", "Hughes"], ["Joe", "Hutcheson"], ["Joe", "Inglett"], ["Joe", "Jaeger"], ["Joe", "Jenkins"], ["Joe", "Johnson"], ["Joe", "Judge"], ["Joe", "Just"], ["Joe", "Kappel"], ["Joe", "Keener"], ["Joe", "Kelley"], ["Joe", "Kelly"], ["Joe", "Kennedy"], ["Joe", "Keough"], ["Joe", "Kernan"], ["Joe", "Kerrigan"], ["Joe", "Kiefer"], ["Joe", "Kirrene"], ["Joe", "Klinger"], ["Joe", "Klink"], ["Joe", "Klugmann"], ["Joe", "Kmak"], ["Joe", "Knight"], ["Joe", "Knotts"], ["Joe", "Kohlman"], ["Joe", "Koppe"], ["Joe", "Koshansky"], ["Joe", "Kostal"], ["Joe", "Koukalik"], ["Joe", "Kracher"], ["Joe", "Kraemer"], ["Joe", "Krakauskas"], ["Joe", "Kuhel"], ["Joe", "Kutina"], ["Joe", "Lafata"], ["Joe", "Lahoud"], ["Joe", "Lake"], ["Joe", "Landrum"], ["Joe", "Lansford"], ["Joe", "Lawrence"], ["Joe", "Lefebvre"], ["Joe", "Leonard"], ["Joe", "Lis"], ["Joe", "Lonnett"], ["Joe", "Lotz"], ["Joe", "Lovitto"], ["Joe", "Lucey"], ["Joe", "Lutz"], ["Joe", "Mack"], ["Joe", "Maddon"], ["Joe", "Magrane"], ["Joe", "Mahoney"], ["Joe", "Malay"], ["Joe", "Margoneri"], ["Joe", "Marshall"], ["Joe", "Martin"], ["Joe", "Martinez"], ["Joe", "Marty"], ["Joe", "Mather"], ["Joe", "Mathes"], ["Joe", "Matthews"], ["Joe", "Mauer"], ["Joe", "Mays"], ["Joe", "McCabe"], ["Joe", "McCarthy"], ["Joe", "McClain"], ["Joe", "McDonald"], ["Joe", "McEwing"], ["Joe", "McGinnity"], ["Joe", "McGuckin"], ["Joe", "McIntosh"], ["Joe", "McManus"], ["Joe", "Medwick"], ["Joe", "Mellana"], ["Joe", "Miller"], ["Joe", "Millette"], ["Joe", "Moeller"], ["Joe", "Moffet"], ["Joe", "Moock"], ["Joe", "Morgan"], ["Joe", "Mowry"], ["Joe", "Muich"], ["Joe", "Muir"], ["Joe", "Mulligan"], ["Joe", "Mulvey"], ["Joe", "Munson"], ["Joe", "Murphy"], ["Joe", "Murray"], ["Joe", "Nathan"], ["Joe", "Neale"], ["Joe", "Nealon"], ["Joe", "Nelson"], ["Joe", "Niekro"], ["Joe", "Nolan"], ["Joe", "Nossek"], ["Joe", "Nuxhall"], ["Joe", "O'Rourke"], ["Joe", "Oeschger"], ["Joe", "Ogrodowski"], ["Joe", "Ohl"], ["Joe", "Oliver"], ["Joe", "Orengo"], ["Joe", "Orrell"], ["Joe", "Orsulak"], ["Joe", "Ortiz"], ["Joe", "Ostrowski"], ["Joe", "Otten"], ["Joe", "Pactwa"], ["Joe", "Page"], ["Joe", "Palmisano"], ["Joe", "Panik"], ["Joe", "Pate"], ["Joe", "Paterson"], ["Joe", "Peitz"], ["Joe", "Pepitone"], ["Joe", "Pettini"], ["Joe", "Pignatano"], ["Joe", "Pittman"], ["Joe", "Poetz"], ["Joe", "Presko"], ["Joe", "Price"], ["Joe", "Quest"], ["Joe", "Quinn"], ["Joe", "Rabbitt"], ["Joe", "Randa"], ["Joe", "Redfield"], ["Joe", "Regan"], ["Joe", "Rickert"], ["Joe", "Riggert"], ["Joe", "Roa"], ["Joe", "Rogalski"], ["Joe", "Ross"], ["Joe", "Rosselli"], ["Joe", "Rossi"], ["Joe", "Rudi"], ["Joe", "Rullo"], ["Joe", "Sambito"], ["Joe", "Samuels"], ["Joe", "Sargent"], ["Joe", "Saunders"], ["Joe", "Savery"], ["Joe", "Schaffernoth"], ["Joe", "Schepner"], ["Joe", "Schultz"], ["Joe", "Sewell"], ["Joe", "Shannon"], ["Joe", "Shaute"], ["Joe", "Sherman"], ["Joe", "Shipley"], ["Joe", "Siddall"], ["Joe", "Simmons"], ["Joe", "Simpson"], ["Joe", "Skalski"], ["Joe", "Slusarski"], ["Joe", "Smaza"], ["Joe", "Smith"], ["Joe", "Sommer"], ["Joe", "Sparma"], ["Joe", "Sprinz"], ["Joe", "Stabell"], ["Joe", "Stanka"], ["Joe", "Stanley"], ["Joe", "Start"], ["Joe", "Staton"], ["Joe", "Stephenson"], ["Joe", "Stewart"], ["Joe", "Strain"], ["Joe", "Straub"], ["Joe", "Strauss"], ["Joe", "Stripp"], ["Joe", "Strong"], ["Joe", "Sugden"], ["Joe", "Sullivan"], ["Joe", "Szekely"], ["Joe", "Taylor"], ["Joe", "Tepsic"], ["Joe", "Thatcher"], ["Joe", "Thurston"], ["Joe", "Tinker"], ["Joe", "Tipton"], ["Joe", "Torre"], ["Joe", "Trimble"], ["Joe", "Valentine"], ["Joe", "Vance"], ["Joe", "Verbanic"], ["Joe", "Vernon"], ["Joe", "Visner"], ["Joe", "Vitelli"], ["Joe", "Vitiello"], ["Joe", "Vitko"], ["Joe", "Vosmik"], ["Joe", "Wagner"], ["Joe", "Wall"], ["Joe", "Wallis"], ["Joe", "Walsh"], ["Joe", "Ward"], ["Joe", "Weber"], ["Joe", "Weiss"], ["Joe", "Werrick"], ["Joe", "Wieland"], ["Joe", "Wilhoit"], ["Joe", "Willis"], ["Joe", "Winkelsas"], ["Joe", "Woerlin"], ["Joe", "Wood"], ["Joe", "Wright"], ["Joe", "Wyatt"], ["Joe", "Yeager"], ["Joe", "Yingling"], ["Joe", "Zapustas"], ["Joe", "Zdeb"], ["Joel", "Adamson"], ["Joel", "Bennett"], ["Joel", "Carreno"], ["Joel", "Davis"], ["Joel", "Finch"], ["Joel", "Guzman"], ["Joel", "Hanrahan"], ["Joel", "Hunt"], ["Joel", "Johnston"], ["Joel", "McKeon"], ["Joel", "Newkirk"], ["Joel", "Peralta"], ["Joel", "Pineiro"], ["Joel", "Skinner"], ["Joel", "Youngblood"], ["Joel", "Zumaya"], ["Joey", "Amalfitano"], ["Joey", "Butler"], ["Joey", "Cora"], ["Joey", "Dawley"], ["Joey", "Devine"], ["Joey", "Eischen"], ["Joey", "Gallo"], ["Joey", "Gathright"], ["Joey", "Hamilton"], ["Joey", "Jay"], ["Joey", "Long"], ["Joey", "McLaughlin"], ["Joey", "Meyer"], ["Joey", "Nation"], ["Joey", "Terdoslavich"], ["Joey", "Votto"], ["Johan", "Santana"], ["John", "Abadie"], ["John", "Ake"], ["John", "Allen"], ["John", "Anderson"], ["John", "Andre"], ["John", "Andrews"], ["John", "Antonelli"], ["John", "Atz"], ["John", "Axford"], ["John", "Baker"], ["John", "Balaz"], ["John", "Bale"], ["John", "Barfield"], ["John", "Barnes"], ["John", "Barrett"], ["John", "Barthold"], ["John", "Bass"], ["John", "Bateman"], ["John", "Bates"], ["John", "Baumgartner"], ["John", "Bergh"], ["John", "Bickerton"], ["John", "Bischoff"], ["John", "Black"], ["John", "Boccabella"], ["John", "Bogart"], ["John", "Bohnet"], ["John", "Boles"], ["John", "Boozer"], ["John", "Bottarini"], ["John", "Bowker"], ["John", "Brackenridge"], ["John", "Braun"], ["John", "Briggs"], ["John", "Briscoe"], ["John", "Brock"], ["John", "Brown"], ["John", "Buck"], ["John", "Buckley"], ["John", "Burke"], ["John", "Burkett"], ["John", "Burns"], ["John", "Burrows"], ["John", "Butcher"], ["John", "Butler"], ["John", "Buzhardt"], ["John", "Cahill"], ["John", "Callahan"], ["John", "Campbell"], ["John", "Candelaria"], ["John", "Caneira"], ["John", "Cangelosi"], ["John", "Carbine"], ["John", "Carden"], ["John", "Cassidy"], ["John", "Castino"], ["John", "Castle"], ["John", "Cattanach"], ["John", "Cavanaugh"], ["John", "Cerutti"], ["John", "Chapman"], ["John", "Christensen"], ["John", "Churry"], ["John", "Clapp"], ["John", "Clarkson"], ["John", "Coleman"], ["John", "Connor"], ["John", "Corcoran"], ["John", "Cornely"], ["John", "Corriden"], ["John", "Costello"], ["John", "Courtright"], ["John", "Crowley"], ["John", "Cuff"], ["John", "Cullen"], ["John", "Cumberland"], ["John", "Cummings"], ["John", "Curran"], ["John", "Curtis"], ["John", "D'Acquisto"], ["John", "Dagenhard"], ["John", "Dailey"], ["John", "Daley"], ["John", "Danks"], ["John", "Davis"], ["John", "Day"], ["John", "DeMerit"], ["John", "DeSilva"], ["John", "Deasley"], ["John", "Deering"], ["John", "Denny"], ["John", "Dettmer"], ["John", "Dillon"], ["John", "Dobb"], ["John", "Dobbs"], ["John", "Dodge"], ["John", "Doherty"], ["John", "Dolan"], ["John", "Donahue"], ["John", "Donaldson"], ["John", "Dopson"], ["John", "Doran"], ["John", "Douglas"], ["John", "Dowd"], ["John", "Doyle"], ["John", "Dudra"], ["John", "Duffie"], ["John", "Dwyer"], ["John", "Dyler"], ["John", "Easton"], ["John", "Edelman"], ["John", "Ellis"], ["John", "Ely"], ["John", "Ennis"], ["John", "Ericks"], ["John", "Eubank"], ["John", "Ewing"], ["John", "Farrell"], ["John", "Farrow"], ["John", "Felske"], ["John", "Fick"], ["John", "Firth"], ["John", "Fischer"], ["John", "Fishel"], ["John", "Fitzgerald"], ["John", "Flaherty"], ["John", "Flannery"], ["John", "Flavin"], ["John", "Flinn"], ["John", "Fluhrer"], ["John", "Flynn"], ["John", "Fogarty"], ["John", "Foley"], ["John", "Foster"], ["John", "Fox"], ["John", "Franco"], ["John", "Frascatore"], ["John", "Freeman"], ["John", "Frill"], ["John", "Fulgham"], ["John", "Fuller"], ["John", "Gabler"], ["John", "Gaddy"], ["John", "Gaffney"], ["John", "Gall"], ["John", "Gallagher"], ["John", "Galligan"], ["John", "Galvin"], ["John", "Gamble"], ["John", "Ganzel"], ["John", "Gast"], ["John", "Gaub"], ["John", "Gelnar"], ["John", "Gibbons"], ["John", "Gilbert"], ["John", "Gillespie"], ["John", "Gilroy"], ["John", "Glaiser"], ["John", "Glenn"], ["John", "Gochnaur"], ["John", "Godar"], ["John", "Godwin"], ["John", "Goetz"], ["John", "Goodell"], ["John", "Grabow"], ["John", "Grady"], ["John", "Graff"], ["John", "Greason"], ["John", "Greenig"], ["John", "Grim"], ["John", "Grimes"], ["John", "Habyan"], ["John", "Hairston"], ["John", "Halama"], ["John", "Haldeman"], ["John", "Hale"], ["John", "Hall"], ["John", "Halla"], ["John", "Hamill"], ["John", "Hanna"], ["John", "Happenny"], ["John", "Harkins"], ["John", "Harrell"], ["John", "Harris"], ["John", "Hart"], ["John", "Hatfield"], ["John", "Hattig"], ["John", "Hayes"], ["John", "Henry"], ["John", "Herrnstein"], ["John", "Hester"], ["John", "Hibbard"], ["John", "Hicks"], ["John", "Hiland"], ["John", "Hiller"], ["John", "Hinton"], ["John", "Hobbs"], ["John", "Hoffman"], ["John", "Hofford"], ["John", "Holdzkom"], ["John", "Hollison"], ["John", "Hoover"], ["John", "Hope"], ["John", "Houseman"], ["John", "Hudek"], ["John", "Hummel"], ["John", "Humphries"], ["John", "Irwin"], ["John", "Jackson"], ["John", "Jaha"], ["John", "Jaso"], ["John", "Jenkins"], ["John", "Johnstone"], ["John", "Jones"], ["John", "Kalahan"], ["John", "Kane"], ["John", "Karst"], ["John", "Keefe"], ["John", "Kelleher"], ["John", "Kelly"], ["John", "Kelty"], ["John", "Kennedy"], ["John", "Kenney"], ["John", "Kerins"], ["John", "Kerr"], ["John", "Kiely"], ["John", "Kiley"], ["John", "Kirby"], ["John", "Knight"], ["John", "Knox"], ["John", "Koronka"], ["John", "Kroner"], ["John", "Kruk"], ["John", "Kull"], ["John", "LaRose"], ["John", "Lackey"], ["John", "Lamb"], ["John", "Lannan"], ["John", "LeRoy"], ["John", "Leary"], ["John", "Leighton"], ["John", "Leister"], ["John", "Leovich"], ["John", "Lickert"], ["John", "Lindsey"], ["John", "Littlefield"], ["John", "Lovett"], ["John", "Lowenstein"], ["John", "Lowry"], ["John", "Lyston"], ["John", "Mabry"], ["John", "Mackinson"], ["John", "Magner"], ["John", "Maine"], ["John", "Malarkey"], ["John", "Maloney"], ["John", "Mansell"], ["John", "Martin"], ["John", "Martina"], ["John", "Marzano"], ["John", "Matias"], ["John", "Mayberry"], ["John", "McCarty"], ["John", "McCloskey"], ["John", "McDonald"], ["John", "McGillen"], ["John", "McGlone"], ["John", "McGraw"], ["John", "McGuinness"], ["John", "McHale"], ["John", "McKelvey"], ["John", "McLaren"], ["John", "McMakin"], ["John", "McMullin"], ["John", "McNamara"], ["John", "McPherson"], ["John", "Meister"], ["John", "Mercer"], ["John", "Merritt"], ["John", "Michaels"], ["John", "Michaelson"], ["John", "Middleton"], ["John", "Mihalic"], ["John", "Miller"], ["John", "Milligan"], ["John", "Milner"], ["John", "Misse"], ["John", "Mitchell"], ["John", "Mizerock"], ["John", "Mohardt"], ["John", "Monroe"], ["John", "Montague"], ["John", "Montefusco"], ["John", "Morlan"], ["John", "Morrill"], ["John", "Morris"], ["John", "Morrissey"], ["John", "Moses"], ["John", "Mullen"], ["John", "Mulligan"], ["John", "Munce"], ["John", "Munyan"], ["John", "Murphy"], ["John", "Nelson"], ["John", "Newell"], ["John", "Noriega"], ["John", "O'Brien"], ["John", "O'Connell"], ["John", "O'Donnell"], ["John", "O'Donoghue"], ["John", "O'Neil"], ["John", "O'Neill"], ["John", "O'Rourke"], ["John", "Oldham"], ["John", "Olerud"], ["John", "Orsino"], ["John", "Orton"], ["John", "Pacella"], ["John", "Paciorek"], ["John", "Papa"], ["John", "Pappalau"], ["John", "Parrish"], ["John", "Patterson"], ["John", "Pawlowski"], ["John", "Peltz"], ["John", "Perkovich"], ["John", "Peters"], ["John", "Pickett"], ["John", "Poff"], ["John", "Poloni"], ["John", "Pomorski"], ["John", "Potts"], ["John", "Powers"], ["John", "Pregenzer"], ["John", "Puhl"], ["John", "Purdin"], ["John", "Pyecha"], ["John", "Quinn"], ["John", "Rabb"], ["John", "Radcliff"], ["John", "Rainey"], ["John", "Raleigh"], ["John", "Ramos"], ["John", "Raynor"], ["John", "Reccius"], ["John", "Reilly"], ["John", "Rheinecker"], ["John", "Richmond"], ["John", "Richter"], ["John", "Ricks"], ["John", "Riddle"], ["John", "Riedling"], ["John", "Roach"], ["John", "Rocker"], ["John", "Rodriguez"], ["John", "Romano"], ["John", "Romonosky"], ["John", "Roper"], ["John", "Roseboro"], ["John", "Roskos"], ["John", "Rudderham"], ["John", "Russ"], ["John", "Russell"], ["John", "Ryan"], ["John", "Sanders"], ["John", "Schappert"], ["John", "Scheneberg"], ["John", "Schultz"], ["John", "Schulze"], ["John", "Scott"], ["John", "Sevcik"], ["John", "Shaffer"], ["John", "Shea"], ["John", "Shearon"], ["John", "Shelby"], ["John", "Sheppard"], ["John", "Shetzline"], ["John", "Shoup"], ["John", "Shovlin"], ["John", "Simmons"], ["John", "Singleton"], ["John", "Sipin"], ["John", "Skopec"], ["John", "Slagle"], ["John", "Slappey"], ["John", "Smiley"], ["John", "Smith"], ["John", "Smoltz"], ["John", "Sneed"], ["John", "Snyder"], ["John", "Sowders"], ["John", "Stafford"], ["John", "Stearns"], ["John", "Stedronsky"], ["John", "Stefero"], ["John", "Stephens"], ["John", "Stephenson"], ["John", "Stone"], ["John", "Stoneham"], ["John", "Strike"], ["John", "Strohmayer"], ["John", "Stuper"], ["John", "Sullivan"], ["John", "Sutton"], ["John", "Taber"], ["John", "Taff"], ["John", "Tamargo"], ["John", "Tener"], ["John", "Terry"], ["John", "Thomson"], ["John", "Thornton"], ["John", "Tilley"], ["John", "Titus"], ["John", "Traffley"], ["John", "Trautwein"], ["John", "Tsitouris"], ["John", "Tudor"], ["John", "Upham"], ["John", "Urrea"], ["John", "Valentin"], ["John", "Valentine"], ["John", "Van Benschoten"], ["John", "Vander Wal"], ["John", "Vann"], ["John", "Verhoeven"], ["John", "Vukovich"], ["John", "Walsh"], ["John", "Waltz"], ["John", "Ward"], ["John", "Wasdin"], ["John", "Wathan"], ["John", "Webb"], ["John", "Weekly"], ["John", "Wehner"], ["John", "Wells"], ["John", "Wetteland"], ["John", "Weyhing"], ["John", "Whitehead"], ["John", "Wilson"], ["John", "Wockenfuss"], ["John", "Wojcik"], ["John", "Wood"], ["John", "Woods"], ["John", "Wyatt"], ["John", "Young"], ["John Henry", "Johnson"], ["John-Ford", "Griffin"], ["Johnnie", "Chambers"], ["Johnnie", "Heving"], ["Johnnie", "LeMaster"], ["Johnnie", "Seale"], ["Johnnie", "Tyler"], ["Johnnie", "Williams"], ["Johnnie", "Wittig"], ["Johnny", "Abrego"], ["Johnny", "Allen"], ["Johnny", "Antonelli"], ["Johnny", "Babich"], ["Johnny", "Barrett"], ["Johnny", "Bassler"], ["Johnny", "Bates"], ["Johnny", "Beall"], ["Johnny", "Beazley"], ["Johnny", "Bench"], ["Johnny", "Berardino"], ["Johnny", "Berger"], ["Johnny", "Bero"], ["Johnny", "Blanchard"], ["Johnny", "Blatnik"], ["Johnny", "Broaca"], ["Johnny", "Bucha"], ["Johnny", "Burnett"], ["Johnny", "Butler"], ["Johnny", "Callison"], ["Johnny", "Cooney"], ["Johnny", "Couch"], ["Johnny", "Cueto"], ["Johnny", "Damon"], ["Johnny", "Dickshot"], ["Johnny", "Echols"], ["Johnny", "Edwards"], ["Johnny", "Enzmann"], ["Johnny", "Estrada"], ["Johnny", "Evers"], ["Johnny", "Frederick"], ["Johnny", "Gee"], ["Johnny", "Gerlach"], ["Johnny", "Giavotella"], ["Johnny", "Gill"], ["Johnny", "Gooch"], ["Johnny", "Gorsica"], ["Johnny", "Goryl"], ["Johnny", "Grabowski"], ["Johnny", "Gray"], ["Johnny", "Grodzicki"], ["Johnny", "Groth"], ["Johnny", "Grubb"], ["Johnny", "Guzman"], ["Johnny", "Hellweg"], ["Johnny", "Hetki"], ["Johnny", "Hodapp"], ["Johnny", "Hopp"], ["Johnny", "Hudson"], ["Johnny", "Humphries"], ["Johnny", "Hutchings"], ["Johnny", "James"], ["Johnny", "Jeter"], ["Johnny", "Johnson"], ["Johnny", "Johnston"], ["Johnny", "Jones"], ["Johnny", "Keane"], ["Johnny", "Kling"], ["Johnny", "Klippstein"], ["Johnny", "Kucab"], ["Johnny", "Kucks"], ["Johnny", "Lanning"], ["Johnny", "Lavin"], ["Johnny", "Lazor"], ["Johnny", "Lewis"], ["Johnny", "Lindell"], ["Johnny", "Lipon"], ["Johnny", "Logan"], ["Johnny", "Lucadello"], ["Johnny", "Lucas"], ["Johnny", "Lush"], ["Johnny", "Mann"], ["Johnny", "Marcum"], ["Johnny", "McCarthy"], ["Johnny", "Meador"], ["Johnny", "Miljus"], ["Johnny", "Mitchell"], ["Johnny", "Mize"], ["Johnny", "Mokan"], ["Johnny", "Monell"], ["Johnny", "Moore"], ["Johnny", "Morrison"], ["Johnny", "Mostil"], ["Johnny", "Murphy"], ["Johnny", "Neun"], ["Johnny", "Niggeling"], ["Johnny", "O'Brien"], ["Johnny", "O'Connor"], ["Johnny", "Oates"], ["Johnny", "Ostrowski"], ["Johnny", "Oulliber"], ["Johnny", "Paredes"], ["Johnny", "Pasek"], ["Johnny", "Peacock"], ["Johnny", "Pesky"], ["Johnny", "Podgajny"], ["Johnny", "Podres"], ["Johnny", "Pramesa"], ["Johnny", "Priest"], ["Johnny", "Rawlings"], ["Johnny", "Ray"], ["Johnny", "Reder"], ["Johnny", "Riddle"], ["Johnny", "Rigney"], ["Johnny", "Rizzo"], ["Johnny", "Rucker"], ["Johnny", "Ruffin"], ["Johnny", "Rutherford"], ["Johnny", "Ryan"], ["Johnny", "Sain"], ["Johnny", "Scalzi"], ["Johnny", "Schaive"], ["Johnny", "Schmitz"], ["Johnny", "Schulte"], ["Johnny", "Siegle"], ["Johnny", "Stuart"], ["Johnny", "Sturm"], ["Johnny", "Temple"], ["Johnny", "Tillman"], ["Johnny", "Van Cuyk"], ["Johnny", "Vander Meer"], ["Johnny", "Vergez"], ["Johnny", "Walker"], ["Johnny", "Watson"], ["Johnny", "Watwood"], ["Johnny", "Welaj"], ["Johnny", "Welch"], ["Johnny", "Werhas"], ["Johnny", "Wertz"], ["Johnny", "Wyrostek"], ["Johnson", "Fry"], ["Jolbert", "Cabrera"], ["Jon", "Adkins"], ["Jon", "Coutlangus"], ["Jon", "Edwards"], ["Jon", "Garland"], ["Jon", "Gray"], ["Jon", "Huber"], ["Jon", "Jay"], ["Jon", "Knott"], ["Jon", "Leicester"], ["Jon", "Lester"], ["Jon", "Lieber"], ["Jon", "Link"], ["Jon", "Matlack"], ["Jon", "Meloan"], ["Jon", "Morrison"], ["Jon", "Moscot"], ["Jon", "Nunnally"], ["Jon", "Perlman"], ["Jon", "Ratliff"], ["Jon", "Rauch"], ["Jon", "Shave"], ["Jon", "Singleton"], ["Jon", "Switzer"], ["Jon", "Warden"], ["Jon", "Zuber"], ["Jonah", "Bayliss"], ["Jonah", "Goldman"], ["Jonathan", "Albaladejo"], ["Jonathan", "Aro"], ["Jonathan", "Broxton"], ["Jonathan", "Diaz"], ["Jonathan", "Herrera"], ["Jonathan", "Hurst"], ["Jonathan", "Johnson"], ["Jonathan", "Lucroy"], ["Jonathan", "Papelbon"], ["Jonathan", "Pettibone"], ["Jonathan", "Sanchez"], ["Jonathan", "Schoop"], ["Jonathan", "Van Every"], ["Jonathan", "Villar"], ["Jonathon", "Niese"], ["Jonny", "Gomes"], ["Jonny", "Venters"], ["Jophery", "Brown"], ["Jordan", "Brown"], ["Jordan", "Danks"], ["Jordan", "De Jong"], ["Jordan", "Lyles"], ["Jordan", "Norberto"], ["Jordan", "Pacheco"], ["Jordan", "Schafer"], ["Jordan", "Smith"], ["Jordan", "Tata"], ["Jordan", "Walden"], ["Jordan", "Zimmerman"], ["Jordan", "Zimmermann"], ["Jordany", "Valdespin"], ["Jordy", "Mercer"], ["Jorge", "Brito"], ["Jorge", "Campillo"], ["Jorge", "Cantu"], ["Jorge", "Comellas"], ["Jorge", "De La Rosa"], ["Jorge", "De Leon"], ["Jorge", "De Paula"], ["Jorge", "Fabregas"], ["Jorge", "Julio"], ["Jorge", "Lopez"], ["Jorge", "Orta"], ["Jorge", "Padilla"], ["Jorge", "Pedre"], ["Jorge", "Piedra"], ["Jorge", "Polanco"], ["Jorge", "Posada"], ["Jorge", "Rondon"], ["Jorge", "Roque"], ["Jorge", "Rubio"], ["Jorge", "Soler"], ["Jorge", "Sosa"], ["Jorge", "Toca"], ["Jorge", "Vasquez"], ["Jorge", "Velandia"], ["Jose", "Abreu"], ["Jose", "Acevedo"], ["Jose", "Acosta"], ["Jose", "Alberro"], ["Jose", "Altuve"], ["Jose", "Alvarez"], ["Jose", "Arcia"], ["Jose", "Arredondo"], ["Jose", "Ascanio"], ["Jose", "Baez"], ["Jose", "Barrios"], ["Jose", "Bautista"], ["Jose", "Cabrera"], ["Jose", "Cano"], ["Jose", "Canseco"], ["Jose", "Capellan"], ["Jose", "Cardenal"], ["Jose", "Castillo"], ["Jose", "Cecena"], ["Jose", "Ceda"], ["Jose", "Cisnero"], ["Jose", "Constanza"], ["Jose", "Contreras"], ["Jose", "Cruz"], ["Jose", "De La Torre"], ["Jose", "De Paula"], ["Jose", "DeLeon"], ["Jose", "Diaz"], ["Jose", "Dominguez"], ["Jose", "Escobar"], ["Jose", "Fernandez"], ["Jose", "Flores"], ["Jose", "Garcia"], ["Jose", "Gonzalez"], ["Jose", "Guillen"], ["Jose", "Guzman"], ["Jose", "Hernandez"], ["Jose", "Herrera"], ["Jose", "Iglesias"], ["Jose", "Jimenez"], ["Jose", "Leon"], ["Jose", "Lima"], ["Jose", "Lind"], ["Jose", "Lobaton"], ["Jose", "Lopez"], ["Jose", "Macias"], ["Jose", "Malave"], ["Jose", "Martinez"], ["Jose", "Melendez"], ["Jose", "Mendez"], ["Jose", "Mercedes"], ["Jose", "Mesa"], ["Jose", "Mijares"], ["Jose", "Molina"], ["Jose", "Morales"], ["Jose", "Morban"], ["Jose", "Moreno"], ["Jose", "Mota"], ["Jose", "Munoz"], ["Jose", "Nieves"], ["Jose", "Nunez"], ["Jose", "Offerman"], ["Jose", "Oliva"], ["Jose", "Oquendo"], ["Jose", "Ortega"], ["Jose", "Ortiz"], ["Jose", "Pagan"], ["Jose", "Paniagua"], ["Jose", "Parra"], ["Jose", "Pena"], ["Jose", "Peraza"], ["Jose", "Pirela"], ["Jose", "Quintana"], ["Jose", "Ramirez"], ["Jose", "Reyes"], ["Jose", "Rijo"], ["Jose", "Rodriguez"], ["Jose", "Roman"], ["Jose", "Rosado"], ["Jose", "Santiago"], ["Jose", "Segura"], ["Jose", "Silva"], ["Jose", "Sosa"], ["Jose", "Tabata"], ["Jose", "Tartabull"], ["Jose", "Tolentino"], ["Jose", "Urena"], ["Jose", "Uribe"], ["Jose", "Valdez"], ["Jose", "Valdivielso"], ["Jose", "Valentin"], ["Jose", "Valverde"], ["Jose", "Veras"], ["Jose", "Vidal"], ["Jose", "Vidro"], ["Jose", "Vizcaino"], ["Jose", "Zardon"], ["Jose", "de Jesus"], ["Joseph", "Burns"], ["Joseph", "Herr"], ["Joseph", "Myers"], ["Joseph", "Quinn"], ["Joseph", "Wiley"], ["Josh", "Anderson"], ["Josh", "Banks"], ["Josh", "Bard"], ["Josh", "Barfield"], ["Josh", "Beckett"], ["Josh", "Bell"], ["Josh", "Billings"], ["Josh", "Booty"], ["Josh", "Bunce"], ["Josh", "Butler"], ["Josh", "Clarke"], ["Josh", "Collmenter"], ["Josh", "Devore"], ["Josh", "Donaldson"], ["Josh", "Edgin"], ["Josh", "Fields"], ["Josh", "Fogg"], ["Josh", "Geer"], ["Josh", "Gibson"], ["Josh", "Hall"], ["Josh", "Hamilton"], ["Josh", "Hancock"], ["Josh", "Harrison"], ["Josh", "Johnson"], ["Josh", "Judy"], ["Josh", "Kinney"], ["Josh", "Kroeger"], ["Josh", "Labandeira"], ["Josh", "Lindblom"], ["Josh", "Lueke"], ["Josh", "Newman"], ["Josh", "Osich"], ["Josh", "Outman"], ["Josh", "Paul"], ["Josh", "Pearce"], ["Josh", "Phegley"], ["Josh", "Phelps"], ["Josh", "Prince"], ["Josh", "Rabe"], ["Josh", "Ravin"], ["Josh", "Reddick"], ["Josh", "Reilly"], ["Josh", "Rodriguez"], ["Josh", "Roenicke"], ["Josh", "Rupe"], ["Josh", "Rutledge"], ["Josh", "Satin"], ["Josh", "Sharpless"], ["Josh", "Smith"], ["Josh", "Snyder"], ["Josh", "Spence"], ["Josh", "Stewart"], ["Josh", "Stinson"], ["Josh", "Swindell"], ["Josh", "Thole"], ["Josh", "Tomlin"], ["Josh", "Towers"], ["Josh", "Vitters"], ["Josh", "Wall"], ["Josh", "Whitesell"], ["Josh", "Willingham"], ["Josh", "Wilson"], ["Josh", "Zeid"], ["Josias", "Manzanillo"], ["Josmil", "Pinto"], ["Jot", "Goar"], ["Jouett", "Meekin"], ["Juan", "Abreu"], ["Juan", "Acevedo"], ["Juan", "Agosto"], ["Juan", "Alvarez"], ["Juan", "Bell"], ["Juan", "Beniquez"], ["Juan", "Berenguer"], ["Juan", "Bernhardt"], ["Juan", "Bonilla"], ["Juan", "Brito"], ["Juan", "Castillo"], ["Juan", "Castro"], ["Juan", "Centeno"], ["Juan", "Cerros"], ["Juan", "Cruz"], ["Juan", "Delis"], ["Juan", "Diaz"], ["Juan", "Dominguez"], ["Juan", "Eichelberger"], ["Juan", "Encarnacion"], ["Juan", "Espino"], ["Juan", "Francisco"], ["Juan", "Gonzalez"], ["Juan", "Guerrero"], ["Juan", "Guzman"], ["Juan", "Jaime"], ["Juan", "Jimenez"], ["Juan", "Lagares"], ["Juan", "Lara"], ["Juan", "Marichal"], ["Juan", "Mateo"], ["Juan", "Melo"], ["Juan", "Miranda"], ["Juan", "Moreno"], ["Juan", "Morillo"], ["Juan", "Nicasio"], ["Juan", "Nieves"], ["Juan", "Padilla"], ["Juan", "Pena"], ["Juan", "Perez"], ["Juan", "Pierre"], ["Juan", "Pizarro"], ["Juan", "Rincon"], ["Juan", "Rios"], ["Juan", "Rivera"], ["Juan", "Salas"], ["Juan", "Samuel"], ["Juan", "Sosa"], ["Juan", "Uribe"], ["Juan Carlos", "Oviedo"], ["Jud", "Birchall"], ["Jud", "Daley"], ["Jud", "McLaughlin"], ["Jud", "Smith"], ["Jud", "Wilson"], ["Judge", "Fuchs"], ["Judge", "McCredie"], ["Judge", "Nagle"], ["Judy", "Johnson"], ["Jug", "Thesenga"], ["Jul", "Kustus"], ["Jule", "Mallonee"], ["Julian", "Javier"], ["Julian", "Tavarez"], ["Julie", "Freeman"], ["Julie", "Wera"], ["Julio", "Becquer"], ["Julio", "Bonetti"], ["Julio", "Borbon"], ["Julio", "Cruz"], ["Julio", "DePaula"], ["Julio", "Franco"], ["Julio", "Gonzalez"], ["Julio", "Gotay"], ["Julio", "Lugo"], ["Julio", "Machado"], ["Julio", "Manon"], ["Julio", "Mateo"], ["Julio", "Moreno"], ["Julio", "Mosquera"], ["Julio", "Navarro"], ["Julio", "Peguero"], ["Julio", "Ramirez"], ["Julio", "Santana"], ["Julio", "Solano"], ["Julio", "Teheran"], ["Julio", "Valdez"], ["Julio", "Valera"], ["Julio", "Zuleta"], ["Julius", "Matos"], ["Julius", "Willigrod"], ["Jumbo", "Brown"], ["Jumbo", "Davis"], ["Jumbo", "Diaz"], ["Jumbo", "Elliott"], ["Jumbo", "Harting"], ["Jumbo", "Latham"], ["Jumbo", "McGinnis"], ["Jumbo", "Schoeneck"], ["June", "Greene"], ["Jung", "Bong"], ["Jung Ho", "Kang"], ["Junichi", "Tazawa"], ["Junie", "Barnes"], ["Junior", "Felix"], ["Junior", "Guerra"], ["Junior", "Herndon"], ["Junior", "Kennedy"], ["Junior", "Lake"], ["Junior", "Moore"], ["Junior", "Noboa"], ["Junior", "Ortiz"], ["Junior", "Spivey"], ["Junior", "Walsh"], ["Junior", "Wooten"], ["Jurickson", "Profar"], ["Justin", "Atchley"], ["Justin", "Baughman"], ["Justin", "Berg"], ["Justin", "Bour"], ["Justin", "Brunette"], ["Justin", "Christian"], ["Justin", "De Fratus"], ["Justin", "Duchscherer"], ["Justin", "Freeman"], ["Justin", "Germano"], ["Justin", "Grimm"], ["Justin", "Hampson"], ["Justin", "Huber"], ["Justin", "Huisman"], ["Justin", "James"], ["Justin", "Kaye"], ["Justin", "Knoedler"], ["Justin", "Lehr"], ["Justin", "Leone"], ["Justin", "Marks"], ["Justin", "Masterson"], ["Justin", "Maxwell"], ["Justin", "Miller"], ["Justin", "Morneau"], ["Justin", "Nicolino"], ["Justin", "Ruggiano"], ["Justin", "Sellers"], ["Justin", "Smoak"], ["Justin", "Speier"], ["Justin", "Stein"], ["Justin", "Thomas"], ["Justin", "Thompson"], ["Justin", "Turner"], ["Justin", "Upton"], ["Justin", "Verlander"], ["Justin", "Wayne"], ["Justin", "Wilson"], ["Kaiser", "Wilhelm"], ["Kal", "Daniels"], ["Kal", "Segrist"], ["Kaleb", "Cowart"], ["Kam", "Mickolio"], ["Kameron", "Loe"], ["Kane", "Davis"], ["Kanekoa", "Texeira"], ["Karim", "Garcia"], ["Karl", "Adams"], ["Karl", "Best"], ["Karl", "Drews"], ["Karl", "Kolseth"], ["Karl", "Kuehl"], ["Karl", "Meister"], ["Karl", "Olson"], ["Karl", "Pagel"], ["Karl", "Schnell"], ["Karl", "Spongberg"], ["Karl", "Spooner"], ["Karl", "Swanson"], ["Kason", "Gabbard"], ["Katsy", "Keifer"], ["Kazuhiro", "Sasaki"], ["Kazuhisa", "Ishii"], ["Kazuhito", "Tadano"], ["Kazuo", "Fukumori"], ["Kazuo", "Matsui"], ["Keefe", "Cato"], ["Kei", "Igawa"], ["Keiichi", "Yabu"], ["Keith", "Atherton"], ["Keith", "Brown"], ["Keith", "Butler"], ["Keith", "Comstock"], ["Keith", "Creel"], ["Keith", "Drumright"], ["Keith", "Foulke"], ["Keith", "Garagozzo"], ["Keith", "Ginter"], ["Keith", "Glauber"], ["Keith", "Gordon"], ["Keith", "Hernandez"], ["Keith", "Hessler"], ["Keith", "Hughes"], ["Keith", "Johns"], ["Keith", "Johnson"], ["Keith", "Kessinger"], ["Keith", "Lampard"], ["Keith", "Lockhart"], ["Keith", "Luuloa"], ["Keith", "MacWhorter"], ["Keith", "Marshall"], ["Keith", "McDonald"], ["Keith", "Miller"], ["Keith", "Mitchell"], ["Keith", "Moreland"], ["Keith", "Osik"], ["Keith", "Reed"], ["Keith", "Shepherd"], ["Keith", "Smith"], ["Keith", "Williams"], ["Kelby", "Tomlinson"], ["Kelly", "Downs"], ["Kelly", "Dransfeldt"], ["Kelly", "Gruber"], ["Kelly", "Heath"], ["Kelly", "Johnson"], ["Kelly", "Mann"], ["Kelly", "Paris"], ["Kelly", "Shoppach"], ["Kelly", "Stinnett"], ["Kelly", "Wunsch"], ["Kelvim", "Escobar"], ["Kelvin", "Chapman"], ["Kelvin", "Herrera"], ["Kelvin", "Jimenez"], ["Kelvin", "Moore"], ["Kelvin", "Torve"], ["Kemp", "Wicker"], ["Ken", "Ash"], ["Ken", "Aspromonte"], ["Ken", "Berry"], ["Ken", "Boswell"], ["Ken", "Boyer"], ["Ken", "Brett"], ["Ken", "Brondell"], ["Ken", "Burkhart"], ["Ken", "Caminiti"], ["Ken", "Chase"], ["Ken", "Clay"], ["Ken", "Cloude"], ["Ken", "Crawford"], ["Ken", "Crosby"], ["Ken", "Dayley"], ["Ken", "Dixon"], ["Ken", "Dowell"], ["Ken", "Edenfield"], ["Ken", "Forsch"], ["Ken", "Frailing"], ["Ken", "Gables"], ["Ken", "Gerhart"], ["Ken", "Giles"], ["Ken", "Griffey"], ["Ken", "Grundt"], ["Ken", "Hamlin"], ["Ken", "Harrelson"], ["Ken", "Harvey"], ["Ken", "Heintzelman"], ["Ken", "Henderson"], ["Ken", "Hill"], ["Ken", "Holcombe"], ["Ken", "Holloway"], ["Ken", "Holtzman"], ["Ken", "Hottman"], ["Ken", "Howell"], ["Ken", "Hubbs"], ["Ken", "Huckaby"], ["Ken", "Hunt"], ["Ken", "Jackson"], ["Ken", "Johnson"], ["Ken", "Jones"], ["Ken", "Jungels"], ["Ken", "Keltner"], ["Ken", "Kravec"], ["Ken", "Landenberger"], ["Ken", "Landreaux"], ["Ken", "Lehman"], ["Ken", "MacKenzie"], ["Ken", "Macha"], ["Ken", "McBride"], ["Ken", "McMullen"], ["Ken", "Nash"], ["Ken", "O'Dea"], ["Ken", "Oberkfell"], ["Ken", "Pape"], ["Ken", "Patterson"], ["Ken", "Penner"], ["Ken", "Phelps"], ["Ken", "Polivka"], ["Ken", "Poulsen"], ["Ken", "Raffensberger"], ["Ken", "Ramos"], ["Ken", "Ray"], ["Ken", "Reitz"], ["Ken", "Retzer"], ["Ken", "Reynolds"], ["Ken", "Richardson"], ["Ken", "Robinson"], ["Ken", "Rowe"], ["Ken", "Rudolph"], ["Ken", "Ryan"], ["Ken", "Sanders"], ["Ken", "Schrom"], ["Ken", "Sears"], ["Ken", "Silvestri"], ["Ken", "Singleton"], ["Ken", "Smith"], ["Ken", "Suarez"], ["Ken", "Szotkiewicz"], ["Ken", "Takahashi"], ["Ken", "Tatum"], ["Ken", "Trinkle"], ["Ken", "Turner"], ["Ken", "Vining"], ["Ken", "Walters"], ["Ken", "Weafer"], ["Ken", "Williams"], ["Ken", "Wood"], ["Ken", "Wright"], ["Kendall", "Graveman"], ["Kendry", "Flores"], ["Kendrys", "Morales"], ["Kenesaw", "Landis"], ["Kenji", "Johjima"], ["Kenley", "Jansen"], ["Kennie", "Steenstra"], ["Kenny", "Greer"], ["Kenny", "Hogan"], ["Kenny", "Kelly"], ["Kenny", "Kuhn"], ["Kenny", "Lofton"], ["Kenny", "Roberts"], ["Kenny", "Rogers"], ["Kennys", "Vargas"], ["Kenshin", "Kawakami"], ["Kensuke", "Tanaka"], ["Kent", "Anderson"], ["Kent", "Bottenfield"], ["Kent", "Greenfield"], ["Kent", "Hadley"], ["Kent", "Hrbek"], ["Kent", "Mercker"], ["Kent", "Peterson"], ["Kent", "Tekulve"], ["Keon", "Broxton"], ["Keone", "Kela"], ["Kerby", "Farrell"], ["Kermit", "Wahl"], ["Kerry", "Dineen"], ["Kerry", "Lacy"], ["Kerry", "Ligtenberg"], ["Kerry", "Robinson"], ["Kerry", "Taylor"], ["Kerry", "Wood"], ["Kerry", "Woodson"], ["Kerwin", "Moore"], ["Ketel", "Marte"], ["Kettle", "Wirts"], ["Kevin", "Appier"], ["Kevin", "Baez"], ["Kevin", "Barker"], ["Kevin", "Barry"], ["Kevin", "Bass"], ["Kevin", "Batiste"], ["Kevin", "Bearse"], ["Kevin", "Beirne"], ["Kevin", "Belcher"], ["Kevin", "Bell"], ["Kevin", "Blankenship"], ["Kevin", "Brown"], ["Kevin", "Buckley"], ["Kevin", "Cameron"], ["Kevin", "Campbell"], ["Kevin", "Cash"], ["Kevin", "Chapman"], ["Kevin", "Coffman"], ["Kevin", "Collins"], ["Kevin", "Correia"], ["Kevin", "Elster"], ["Kevin", "Flora"], ["Kevin", "Foster"], ["Kevin", "Frandsen"], ["Kevin", "Frederick"], ["Kevin", "Gausman"], ["Kevin", "Gregg"], ["Kevin", "Gross"], ["Kevin", "Gryboski"], ["Kevin", "Hagen"], ["Kevin", "Hart"], ["Kevin", "Hickey"], ["Kevin", "Higgins"], ["Kevin", "Hodges"], ["Kevin", "Hooper"], ["Kevin", "Jarvis"], ["Kevin", "Jepsen"], ["Kevin", "Jordan"], ["Kevin", "Joseph"], ["Kevin", "Kennedy"], ["Kevin", "Kiermaier"], ["Kevin", "King"], ["Kevin", "Kobel"], ["Kevin", "Koslofski"], ["Kevin", "Kouzmanoff"], ["Kevin", "Lomon"], ["Kevin", "Maas"], ["Kevin", "Mahar"], ["Kevin", "Mattison"], ["Kevin", "McGehee"], ["Kevin", "McGlinchy"], ["Kevin", "McReynolds"], ["Kevin", "Melillo"], ["Kevin", "Mench"], ["Kevin", "Millar"], ["Kevin", "Millwood"], ["Kevin", "Mitchell"], ["Kevin", "Mmahat"], ["Kevin", "Morgan"], ["Kevin", "Morton"], ["Kevin", "Mulvey"], ["Kevin", "Nicholson"], ["Kevin", "Ohme"], ["Kevin", "Olsen"], ["Kevin", "Orie"], ["Kevin", "Pasley"], ["Kevin", "Pickford"], ["Kevin", "Pillar"], ["Kevin", "Plawecki"], ["Kevin", "Polcovich"], ["Kevin", "Quackenbush"], ["Kevin", "Reese"], ["Kevin", "Reimer"], ["Kevin", "Rhomberg"], ["Kevin", "Richardson"], ["Kevin", "Ritz"], ["Kevin", "Roberson"], ["Kevin", "Rogers"], ["Kevin", "Romine"], ["Kevin", "Russo"], ["Kevin", "Saucier"], ["Kevin", "Sefcik"], ["Kevin", "Seitzer"], ["Kevin", "Siegrist"], ["Kevin", "Slowey"], ["Kevin", "Stanfield"], ["Kevin", "Stocker"], ["Kevin", "Tapani"], ["Kevin", "Thompson"], ["Kevin", "Tolar"], ["Kevin", "Walker"], ["Kevin", "Ward"], ["Kevin", "Whelan"], ["Kevin", "Wickander"], ["Kevin", "Witt"], ["Kevin", "Youkilis"], ["Kevin", "Young"], ["Kewpie", "Pennington"], ["Keyvius", "Sampson"], ["Khalil", "Greene"], ["Khris", "Davis"], ["Kick", "Kelly"], ["Kid", "Baldwin"], ["Kid", "Butler"], ["Kid", "Camp"], ["Kid", "Carsey"], ["Kid", "Durbin"], ["Kid", "Elberfeld"], ["Kid", "Gleason"], ["Kid", "Madden"], ["Kid", "McLaughlin"], ["Kid", "Mohler"], ["Kid", "Nance"], ["Kid", "Nichols"], ["Kid", "O'Hara"], ["Kid", "Speer"], ["Kid", "Summers"], ["Kid", "Willson"], ["Kiddo", "Davis"], ["Kiki", "Cuyler"], ["Kiko", "Calero"], ["Kiko", "Garcia"], ["Kila", "Ka'aihue"], ["Kim", "Allen"], ["Kim", "Andrew"], ["Kim", "Batiste"], ["Kim", "Seaman"], ["Kimera", "Bartee"], ["King", "Bader"], ["King", "Bailey"], ["King", "Brady"], ["King", "Cole"], ["King", "Kelly"], ["King", "Lear"], ["Kip", "Gross"], ["Kip", "Selbach"], ["Kip", "Wells"], ["Kip", "Young"], ["Kirby", "Higbe"], ["Kirby", "Puckett"], ["Kirby", "White"], ["Kirby", "Yates"], ["Kirk", "Bullinger"], ["Kirk", "Dressendorfer"], ["Kirk", "Gibson"], ["Kirk", "McCaskill"], ["Kirk", "Nieuwenhuis"], ["Kirk", "Rueter"], ["Kirk", "Saarloos"], ["Kirt", "Manwaring"], ["Kirt", "Ojala"], ["Kirtley", "Baker"], ["Kit", "Carson"], ["Kit", "McKenna"], ["Kit", "Pellow"], ["Kite", "Thomas"], ["Kitty", "Bransfield"], ["Kitty", "Brashear"], ["Klondike", "Douglass"], ["Klondike", "Smith"], ["Kohly", "Miller"], ["Koji", "Uehara"], ["Kole", "Calhoun"], ["Kolten", "Wong"], ["Konrad", "Schmidt"], ["Kory", "Casto"], ["Kory", "DeHaan"], ["Kosuke", "Fukudome"], ["Koyie", "Hill"], ["Kris", "Benson"], ["Kris", "Bryant"], ["Kris", "Foster"], ["Kris", "Johnson"], ["Kris", "Keller"], ["Kris", "Medlen"], ["Kris", "Wilson"], ["Kristopher", "Negron"], ["Kurt", "Abbott"], ["Kurt", "Ainsworth"], ["Kurt", "Bevacqua"], ["Kurt", "Birkins"], ["Kurt", "Kepshire"], ["Kurt", "Knudsen"], ["Kurt", "Krieger"], ["Kurt", "Miller"], ["Kurt", "Seibert"], ["Kurt", "Stillwell"], ["Kurt", "Suzuki"], ["Kyle", "Abbott"], ["Kyle", "Barraclough"], ["Kyle", "Blanks"], ["Kyle", "Crockett"], ["Kyle", "Davies"], ["Kyle", "Denney"], ["Kyle", "Drabek"], ["Kyle", "Farnsworth"], ["Kyle", "Gibson"], ["Kyle", "Hendricks"], ["Kyle", "Hudson"], ["Kyle", "Kendrick"], ["Kyle", "Kubitza"], ["Kyle", "Lobstein"], ["Kyle", "Lohse"], ["Kyle", "McClellan"], ["Kyle", "McPherson"], ["Kyle", "Parker"], ["Kyle", "Peterson"], ["Kyle", "Phillips"], ["Kyle", "Ryan"], ["Kyle", "Schwarber"], ["Kyle", "Seager"], ["Kyle", "Skipworth"], ["Kyle", "Snyder"], ["Kyle", "Waldrop"], ["Kyle", "Weiland"], ["Kyuji", "Fujikawa"], ["L. J.", "Hoes"], ["La Schelle", "Tarver"], ["LaMarr", "Hoyt"], ["LaRue", "Kirby"], ["LaRue", "Washington"], ["LaTroy", "Hawkins"], ["LaVel", "Freeman"], ["Laddie", "Renfroe"], ["Lady", "Baldwin"], ["Lafayette", "Currence"], ["Lafayette", "Henion"], ["Lamar", "Johnson"], ["Lance", "Berkman"], ["Lance", "Blankenship"], ["Lance", "Broadway"], ["Lance", "Carter"], ["Lance", "Clemons"], ["Lance", "Cormier"], ["Lance", "Davis"], ["Lance", "Dickson"], ["Lance", "Johnson"], ["Lance", "Lynn"], ["Lance", "McCullers"], ["Lance", "Niekro"], ["Lance", "Painter"], ["Lance", "Parrish"], ["Lance", "Pendleton"], ["Lance", "Rautzhan"], ["Lance", "Richbourg"], ["Lance", "Zawadzki"], ["Landon", "Powell"], ["Lane", "Adams"], ["Lariel", "Gonzalez"], ["Larry", "Andersen"], ["Larry", "Anderson"], ["Larry", "Arndt"], ["Larry", "Barnes"], ["Larry", "Battam"], ["Larry", "Bearnarth"], ["Larry", "Benton"], ["Larry", "Bettencourt"], ["Larry", "Bigbie"], ["Larry", "Biittner"], ["Larry", "Boerner"], ["Larry", "Bowa"], ["Larry", "Bradford"], ["Larry", "Brown"], ["Larry", "Burchart"], ["Larry", "Burright"], ["Larry", "Carter"], ["Larry", "Casian"], ["Larry", "Chappell"], ["Larry", "Cheney"], ["Larry", "Christenson"], ["Larry", "Ciaffone"], ["Larry", "Colton"], ["Larry", "Corcoran"], ["Larry", "Cox"], ["Larry", "Crawford"], ["Larry", "Demery"], ["Larry", "Dierker"], ["Larry", "Doby"], ["Larry", "Douglas"], ["Larry", "Doyle"], ["Larry", "Drake"], ["Larry", "Duff"], ["Larry", "Elliot"], ["Larry", "Eschen"], ["Larry", "Foss"], ["Larry", "Foster"], ["Larry", "French"], ["Larry", "Fritz"], ["Larry", "Gardner"], ["Larry", "Gilbert"], ["Larry", "Gonzales"], ["Larry", "Gowell"], ["Larry", "Gura"], ["Larry", "Haney"], ["Larry", "Hardy"], ["Larry", "Harlow"], ["Larry", "Herndon"], ["Larry", "Hesterfer"], ["Larry", "Hisle"], ["Larry", "Hoffman"], ["Larry", "Howard"], ["Larry", "Jackson"], ["Larry", "Jacobus"], ["Larry", "Jansen"], ["Larry", "Jaster"], ["Larry", "Johnson"], ["Larry", "Kopf"], ["Larry", "Landreth"], ["Larry", "Lintz"], ["Larry", "Littleton"], ["Larry", "Loughlin"], ["Larry", "Luebbers"], ["Larry", "MacPhail"], ["Larry", "Maxie"], ["Larry", "McCall"], ["Larry", "McClure"], ["Larry", "McKeon"], ["Larry", "McLean"], ["Larry", "McWilliams"], ["Larry", "Miggins"], ["Larry", "Milbourne"], ["Larry", "Miller"], ["Larry", "Milton"], ["Larry", "Mitchell"], ["Larry", "Monroe"], ["Larry", "Murphy"], ["Larry", "Murray"], ["Larry", "Owen"], ["Larry", "Pape"], ["Larry", "Parrish"], ["Larry", "Pashnick"], ["Larry", "Pezold"], ["Larry", "Pratt"], ["Larry", "Raines"], ["Larry", "Ray"], ["Larry", "Ressler"], ["Larry", "Rosenthal"], ["Larry", "Rothschild"], ["Larry", "Schlafly"], ["Larry", "See"], ["Larry", "Sheets"], ["Larry", "Shepard"], ["Larry", "Sherry"], ["Larry", "Stahl"], ["Larry", "Strands"], ["Larry", "Sutton"], ["Larry", "Thomas"], ["Larry", "Twitchell"], ["Larry", "Walker"], ["Larry", "Whisenton"], ["Larry", "White"], ["Larry", "Wolfe"], ["Larry", "Woodall"], ["Larry", "Yellen"], ["Larry", "Yount"], ["Lars", "Anderson"], ["Larvell", "Blanks"], ["Lary", "Sorensen"], ["Lastings", "Milledge"], ["Laurie", "Reis"], ["Laurin", "Pepper"], ["Lave", "Cross"], ["Lave", "Winham"], ["Law", "Daniels"], ["Lawrence", "Farley"], ["Laynce", "Nix"], ["LeGrant", "Scott"], ["Lee", "Bales"], ["Lee", "Dashner"], ["Lee", "DeMontreville"], ["Lee", "Dressen"], ["Lee", "Dunham"], ["Lee", "Elia"], ["Lee", "Fohl"], ["Lee", "Gamble"], ["Lee", "Gardner"], ["Lee", "Gooch"], ["Lee", "Graham"], ["Lee", "Gregory"], ["Lee", "Griffeth"], ["Lee", "Grissom"], ["Lee", "Gronkiewicz"], ["Lee", "Guetterman"], ["Lee", "Hancock"], ["Lee", "Handley"], ["Lee", "Howard"], ["Lee", "King"], ["Lee", "Lacy"], ["Lee", "MacPhail"], ["Lee", "Magee"], ["Lee", "May"], ["Lee", "Maye"], ["Lee", "Mazzilli"], ["Lee", "McElwee"], ["Lee", "Meadows"], ["Lee", "Meyer"], ["Lee", "Pfund"], ["Lee", "Quillin"], ["Lee", "Richard"], ["Lee", "Richmond"], ["Lee", "Riley"], ["Lee", "Rogers"], ["Lee", "Smith"], ["Lee", "Stange"], ["Lee", "Stevens"], ["Lee", "Stine"], ["Lee", "Tannehill"], ["Lee", "Tate"], ["Lee", "Thomas"], ["Lee", "Thompson"], ["Lee", "Tinsley"], ["Lee", "Tunnell"], ["Lee", "Viau"], ["Lee", "Walls"], ["Lee", "Wheat"], ["Leech", "Maskrey"], ["Lefty", "Atkinson"], ["Lefty", "Bertrand"], ["Lefty", "Clarke"], ["Lefty", "Davis"], ["Lefty", "George"], ["Lefty", "Gervais"], ["Lefty", "Gomez"], ["Lefty", "Grove"], ["Lefty", "Guise"], ["Lefty", "Hayden"], ["Lefty", "Herring"], ["Lefty", "Hoerst"], ["Lefty", "Hopper"], ["Lefty", "Houtz"], ["Lefty", "Jamerson"], ["Lefty", "James"], ["Lefty", "Johnson"], ["Lefty", "Leifield"], ["Lefty", "Lorenzen"], ["Lefty", "Marr"], ["Lefty", "Mills"], ["Lefty", "O'Doul"], ["Lefty", "Phillips"], ["Lefty", "Russell"], ["Lefty", "Schegg"], ["Lefty", "Scott"], ["Lefty", "Sloat"], ["Lefty", "Smoll"], ["Lefty", "Stewart"], ["Lefty", "Sullivan"], ["Lefty", "Taber"], ["Lefty", "Thomas"], ["Lefty", "Tyler"], ["Lefty", "Wallace"], ["Lefty", "Webb"], ["Lefty", "Weinert"], ["Lefty", "West"], ["Lefty", "Wilkie"], ["Lefty", "Williams"], ["Lefty", "Willis"], ["Lefty", "Wolf"], ["Lefty", "York"], ["Lem", "Cross"], ["Lem", "Hunter"], ["Lemmie", "Miller"], ["Len", "Barker"], ["Len", "Boehmer"], ["Len", "Church"], ["Len", "Dondero"], ["Len", "Gabrielson"], ["Len", "Gilmore"], ["Len", "Koenecke"], ["Len", "Lovett"], ["Len", "Madden"], ["Len", "Matarazzo"], ["Len", "Matuszek"], ["Len", "Okrie"], ["Len", "Perme"], ["Len", "Rice"], ["Len", "Schulte"], ["Len", "Sowders"], ["Len", "Stockwell"], ["Len", "Swormstedt"], ["Len", "Whitehouse"], ["Len", "Yochim"], ["Lena", "Blackburne"], ["Lena", "Styles"], ["Lendy", "Castillo"], ["Lenn", "Sakata"], ["Lennie", "Merullo"], ["Lenny", "DiNardo"], ["Lenny", "Dykstra"], ["Lenny", "Faedo"], ["Lenny", "Green"], ["Lenny", "Harris"], ["Lenny", "Metz"], ["Lenny", "Randle"], ["Lenny", "Webster"], ["Leo", "Burke"], ["Leo", "Callahan"], ["Leo", "Cardenas"], ["Leo", "Cristante"], ["Leo", "Dickerman"], ["Leo", "Dixon"], ["Leo", "Durocher"], ["Leo", "Estrella"], ["Leo", "Fishel"], ["Leo", "Foster"], ["Leo", "Garcia"], ["Leo", "Gomez"], ["Leo", "Hafford"], ["Leo", "Hernandez"], ["Leo", "Kavanagh"], ["Leo", "Kiely"], ["Leo", "Mangum"], ["Leo", "Marentette"], ["Leo", "Moon"], ["Leo", "Murphy"], ["Leo", "Norris"], ["Leo", "Posada"], ["Leo", "Rosales"], ["Leo", "Smith"], ["Leo", "Sutherland"], ["Leo", "Tankersley"], ["Leo", "Taylor"], ["Leo", "Thomas"], ["Leo", "Townsend"], ["Leo", "Wells"], ["Leon", "Brinkopf"], ["Leon", "Brown"], ["Leon", "Cadore"], ["Leon", "Carlson"], ["Leon", "Chagnon"], ["Leon", "Culberson"], ["Leon", "Day"], ["Leon", "Durham"], ["Leon", "Everitt"], ["Leon", "Hooten"], ["Leon", "McFadden"], ["Leon", "Pettit"], ["Leon", "Roberts"], ["Leon", "Wagner"], ["Leon", "Williams"], ["Leonel", "Campos"], ["Leonidas", "Lee"], ["Leonys", "Martin"], ["Lep", "Long"], ["Leron", "Lee"], ["Leroy", "Herrmann"], ["Leroy", "Reams"], ["Leroy", "Stanton"], ["Lerrin", "LaGrow"], ["Lerton", "Pinto"], ["Les", "Backman"], ["Les", "Barnhart"], ["Les", "Bartholomew"], ["Les", "Bell"], ["Les", "Burke"], ["Les", "Cain"], ["Les", "Channell"], ["Les", "Cox"], ["Les", "Fleming"], ["Les", "Fusselman"], ["Les", "German"], ["Les", "Hennessy"], ["Les", "Howe"], ["Les", "Lancaster"], ["Les", "Layton"], ["Les", "Mallon"], ["Les", "Mann"], ["Les", "McCrabb"], ["Les", "Moss"], ["Les", "Mueller"], ["Les", "Munns"], ["Les", "Norman"], ["Les", "Nunamaker"], ["Les", "Peden"], ["Les", "Powers"], ["Les", "Rock"], ["Les", "Rohr"], ["Les", "Scarsella"], ["Les", "Straker"], ["Les", "Sweetland"], ["Les", "Tietje"], ["Les", "Walrond"], ["Les", "Webber"], ["Les", "Willis"], ["Les", "Wilson"], ["Leslie", "Brea"], ["Lester", "Dole"], ["Lester", "Oliveros"], ["Leury", "Garcia"], ["Lev", "Shreve"], ["Levale", "Speigner"], ["Levi", "Meyerle"], ["Levin", "Jones"], ["Lew", "Beasley"], ["Lew", "Brockett"], ["Lew", "Brown"], ["Lew", "Burdette"], ["Lew", "Camp"], ["Lew", "Carl"], ["Lew", "Carpenter"], ["Lew", "Carr"], ["Lew", "Drill"], ["Lew", "Flick"], ["Lew", "Fonseca"], ["Lew", "Ford"], ["Lew", "Groh"], ["Lew", "Krausse"], ["Lew", "Malone"], ["Lew", "McCarty"], ["Lew", "Moren"], ["Lew", "Post"], ["Lew", "Richie"], ["Lew", "Riggs"], ["Lew", "Ritter"], ["Lew", "Simmons"], ["Lew", "Wendell"], ["Lew", "Whistler"], ["Lewis", "Smith"], ["Leyson", "Septimo"], ["Liam", "Hendriks"], ["Libe", "Washburn"], ["Lil", "Stoner"], ["Limb", "McKenry"], ["Lin", "Storti"], ["Linc", "Blakely"], ["Lindsay", "Brown"], ["Lindsay", "Deal"], ["Lindy", "McDaniel"], ["Link", "Wasem"], ["Lino", "Donoso"], ["Lino", "Urdaneta"], ["Lip", "Pike"], ["Lisalverto", "Bonilla"], ["Liu", "Rodriguez"], ["Livan", "Hernandez"], ["Live Oak", "Taylor"], ["Liz", "Funk"], ["Lloyd", "Allen"], ["Lloyd", "Bishop"], ["Lloyd", "Brown"], ["Lloyd", "Christenbury"], ["Lloyd", "Hittle"], ["Lloyd", "Johnson"], ["Lloyd", "McClendon"], ["Lloyd", "Merriman"], ["Lloyd", "Merritt"], ["Lloyd", "Moseby"], ["Lloyd", "Russell"], ["Lloyd", "Waner"], ["Logan", "Darnell"], ["Logan", "Drake"], ["Logan", "Easley"], ["Logan", "Forsythe"], ["Logan", "Kensing"], ["Logan", "Morrison"], ["Logan", "Ondrusek"], ["Logan", "Schafer"], ["Logan", "Verrett"], ["Logan", "Watkins"], ["Lon", "Goldstein"], ["Lon", "Knight"], ["Lon", "Ury"], ["Lon", "Warneke"], ["Lonnie", "Chisenhall"], ["Lonnie", "Maclin"], ["Lonnie", "Smith"], ["Lonny", "Frey"], ["Loren", "Babe"], ["Loren", "Bain"], ["Lorenzo", "Barcelo"], ["Lorenzo", "Cain"], ["Lorenzo", "Gray"], ["Lou", "Bauer"], ["Lou", "Berberet"], ["Lou", "Bevil"], ["Lou", "Bierbauer"], ["Lou", "Boudreau"], ["Lou", "Brissie"], ["Lou", "Brock"], ["Lou", "Bruce"], ["Lou", "Camilli"], ["Lou", "Castro"], ["Lou", "Chiozza"], ["Lou", "Ciola"], ["Lou", "Clinton"], ["Lou", "Collier"], ["Lou", "Criger"], ["Lou", "Fette"], ["Lou", "Fiene"], ["Lou", "Finney"], ["Lou", "Frazier"], ["Lou", "Galvin"], ["Lou", "Garland"], ["Lou", "Gehrig"], ["Lou", "Gertenrich"], ["Lou", "Grasmick"], ["Lou", "Guisto"], ["Lou", "Hardie"], ["Lou", "Jackson"], ["Lou", "Johnson"], ["Lou", "Klein"], ["Lou", "Klimchock"], ["Lou", "Knerr"], ["Lou", "Koupal"], ["Lou", "Kretlow"], ["Lou", "Legett"], ["Lou", "Limmer"], ["Lou", "Lombardo"], ["Lou", "Lowdermilk"], ["Lou", "Lucier"], ["Lou", "Mahaffey"], ["Lou", "Manske"], ["Lou", "Marone"], ["Lou", "Marson"], ["Lou", "McEvoy"], ["Lou", "Merloni"], ["Lou", "Meyers"], ["Lou", "Nagelsen"], ["Lou", "Nordyke"], ["Lou", "North"], ["Lou", "Novikoff"], ["Lou", "Paul"], ["Lou", "Phelan"], ["Lou", "Piniella"], ["Lou", "Polchow"], ["Lou", "Polli"], ["Lou", "Possehl"], ["Lou", "Pote"], ["Lou", "Raymond"], ["Lou", "Rochelli"], ["Lou", "Rosenberg"], ["Lou", "Say"], ["Lou", "Schettler"], ["Lou", "Schiappacasse"], ["Lou", "Scoffic"], ["Lou", "Skizas"], ["Lou", "Sleater"], ["Lou", "Stringer"], ["Lou", "Sylvester"], ["Lou", "Thornton"], ["Lou", "Thuman"], ["Lou", "Tost"], ["Lou", "Vedder"], ["Lou", "Whitaker"], ["Louie", "Heilbroner"], ["Louie", "Meadows"], ["Louis", "Brower"], ["Louis", "Coleman"], ["Louis", "Drucke"], ["Louis", "Graff"], ["Louis", "LeRoy"], ["Louis", "Pelouze"], ["Louis", "Santop"], ["Lowell", "Palmer"], ["Loy", "Hanning"], ["Loyd", "Christopher"], ["Loyd", "Colson"], ["Lu", "Blue"], ["Lucas", "Duda"], ["Lucas", "Harrell"], ["Lucas", "Luetge"], ["Lucas", "May"], ["Lucas", "Turk"], ["Lucky", "Wright"], ["Luis", "Aguayo"], ["Luis", "Alcaraz"], ["Luis", "Alicea"], ["Luis", "Aloma"], ["Luis", "Alvarado"], ["Luis", "Andujar"], ["Luis", "Aparicio"], ["Luis", "Aponte"], ["Luis", "Aquino"], ["Luis", "Arroyo"], ["Luis", "Atilano"], ["Luis", "Avilan"], ["Luis", "Ayala"], ["Luis", "Castillo"], ["Luis", "Cruz"], ["Luis", "DeLeon"], ["Luis", "Durango"], ["Luis", "Encarnacion"], ["Luis", "Exposito"], ["Luis", "Figueroa"], ["Luis", "Garcia"], ["Luis", "Gomez"], ["Luis", "Gonzalez"], ["Luis", "Hernandez"], ["Luis", "Jimenez"], ["Luis", "Leal"], ["Luis", "Lopez"], ["Luis", "Marquez"], ["Luis", "Marte"], ["Luis", "Martinez"], ["Luis", "Matos"], ["Luis", "Maza"], ["Luis", "Medina"], ["Luis", "Melendez"], ["Luis", "Mendoza"], ["Luis", "Mercedes"], ["Luis", "Montanez"], ["Luis", "Olmo"], ["Luis", "Ordaz"], ["Luis", "Ortiz"], ["Luis", "Peraza"], ["Luis", "Perdomo"], ["Luis", "Perez"], ["Luis", "Pineda"], ["Luis", "Polonia"], ["Luis", "Pujols"], ["Luis", "Quinones"], ["Luis", "Quintana"], ["Luis", "Rivas"], ["Luis", "Rivera"], ["Luis", "Rodriguez"], ["Luis", "Rosado"], ["Luis", "Salazar"], ["Luis", "Sanchez"], ["Luis", "Sardinas"], ["Luis", "Saturria"], ["Luis", "Severino"], ["Luis", "Silverio"], ["Luis", "Sojo"], ["Luis", "Suarez"], ["Luis", "Terrero"], ["Luis", "Tiant"], ["Luis", "Ugueto"], ["Luis", "Valbuena"], ["Luis", "Vizcaino"], ["Luis", "de los Santos"], ["Luke", "Allen"], ["Luke", "Appling"], ["Luke", "Boone"], ["Luke", "Carlin"], ["Luke", "Easter"], ["Luke", "French"], ["Luke", "Glavenich"], ["Luke", "Gregerson"], ["Luke", "Hamlin"], ["Luke", "Hochevar"], ["Luke", "Hudson"], ["Luke", "Hughes"], ["Luke", "Jackson"], ["Luke", "Lutenberg"], ["Luke", "Maile"], ["Luke", "Montz"], ["Luke", "Nelson"], ["Luke", "Prokopec"], ["Luke", "Putkonen"], ["Luke", "Scott"], ["Luke", "Sewell"], ["Luke", "Stuart"], ["Luke", "Urban"], ["Luke", "Walker"], ["Lum", "Davenport"], ["Lum", "Harris"], ["Lute", "Barnes"], ["Luther", "Bonin"], ["Luther", "Hackman"], ["Luther", "Harvel"], ["Luther", "Roy"], ["Lyle", "Bigbee"], ["Lyle", "Judy"], ["Lyle", "Luttrell"], ["Lyle", "Mouton"], ["Lyle", "Overbay"], ["Lyman", "Bostock"], ["Lyman", "Drake"], ["Lyman", "Lamb"], ["Lyman", "Linde"], ["Lyn", "Lary"], ["Lynn", "Brenton"], ["Lynn", "Jones"], ["Lynn", "King"], ["Lynn", "Lovenguth"], ["Lynn", "McGlothen"], ["Lynn", "Myers"], ["Lynn", "Nelson"], ["Mac", "MacArthur"], ["Mac", "Scarce"], ["Mac", "Suzuki"], ["Mac", "Williamson"], ["Macay", "McBride"], ["Mace", "Brown"], ["Mack", "Allison"], ["Mack", "Burk"], ["Mack", "Hillis"], ["Mack", "Jones"], ["Mack", "Stewart"], ["Mack", "Wheat"], ["Mackey", "Sasser"], ["Madison", "Bumgarner"], ["Magglio", "Ordonez"], ["Mahlon", "Higbee"], ["Maicer", "Izturis"], ["Maikel", "Cleto"], ["Maikel", "Franco"], ["Mal", "Eason"], ["Mal", "Mallette"], ["Mal", "Moss"], ["Malachi", "Kittridge"], ["Malcolm", "MacDonald"], ["Mandy", "Brooks"], ["Mandy", "Romero"], ["Manny", "Acosta"], ["Manny", "Acta"], ["Manny", "Alexander"], ["Manny", "Aybar"], ["Manny", "Banuelos"], ["Manny", "Castillo"], ["Manny", "Corpas"], ["Manny", "Delcarmen"], ["Manny", "Hernandez"], ["Manny", "Jimenez"], ["Manny", "Machado"], ["Manny", "Martinez"], ["Manny", "Montejo"], ["Manny", "Mota"], ["Manny", "Muniz"], ["Manny", "Parra"], ["Manny", "Pina"], ["Manny", "Ramirez"], ["Manny", "Salvo"], ["Manny", "Sanguillen"], ["Manny", "Sarmiento"], ["Manny", "Seoane"], ["Manny", "Trillo"], ["Manuel", "Barrios"], ["Manuel", "Cueto"], ["Manuel", "Lee"], ["Marc", "Campbell"], ["Marc", "Hall"], ["Marc", "Hill"], ["Marc", "Krauss"], ["Marc", "Kroon"], ["Marc", "Newfield"], ["Marc", "Pisciotta"], ["Marc", "Ronan"], ["Marc", "Rzepczynski"], ["Marc", "Sagmoen"], ["Marc", "Sullivan"], ["Marc", "Valdes"], ["Marc", "Wilkins"], ["Marcel", "Lachemann"], ["Marcelino", "Lopez"], ["Marcelino", "Solis"], ["Marcell", "Ozuna"], ["Marco", "Estrada"], ["Marco", "Gonzales"], ["Marco", "Scutaro"], ["Marcos", "Armas"], ["Marcos", "Carvajal"], ["Marcos", "Mateo"], ["Marcus", "Giles"], ["Marcus", "Gwyn"], ["Marcus", "Hatley"], ["Marcus", "Jensen"], ["Marcus", "Jones"], ["Marcus", "Lawton"], ["Marcus", "McBeth"], ["Marcus", "Moore"], ["Marcus", "Semien"], ["Marcus", "Stroman"], ["Marcus", "Thames"], ["Mardie", "Cornejo"], ["Mariano", "Duncan"], ["Mariano", "Rivera"], ["Marino", "Pieretti"], ["Marino", "Salas"], ["Marino", "Santana"], ["Mario", "Diaz"], ["Mario", "Encarnacion"], ["Mario", "Guerrero"], ["Mario", "Hollands"], ["Mario", "Mendoza"], ["Mario", "Picone"], ["Mario", "Ramirez"], ["Mario", "Ramos"], ["Mario", "Soto"], ["Mario", "Valdez"], ["Marion", "Fricano"], ["Marius", "Russo"], ["Mark", "Acre"], ["Mark", "Bailey"], ["Mark", "Baldwin"], ["Mark", "Ballinger"], ["Mark", "Belanger"], ["Mark", "Bellhorn"], ["Mark", "Bomback"], ["Mark", "Bradley"], ["Mark", "Brandenburg"], ["Mark", "Brouhard"], ["Mark", "Brown"], ["Mark", "Brownson"], ["Mark", "Budaska"], ["Mark", "Budzinski"], ["Mark", "Buehrle"], ["Mark", "Calvert"], ["Mark", "Canha"], ["Mark", "Carreon"], ["Mark", "Christman"], ["Mark", "Ciardi"], ["Mark", "Clark"], ["Mark", "Clear"], ["Mark", "Corey"], ["Mark", "Creegan"], ["Mark", "Dalesandro"], ["Mark", "Davidson"], ["Mark", "Davis"], ["Mark", "DeJohn"], ["Mark", "DeRosa"], ["Mark", "Dempsey"], ["Mark", "Dewey"], ["Mark", "DiFelice"], ["Mark", "Eichhorn"], ["Mark", "Ellis"], ["Mark", "Esser"], ["Mark", "Ettles"], ["Mark", "Fidrych"], ["Mark", "Filley"], ["Mark", "Freeman"], ["Mark", "Funderburk"], ["Mark", "Gardner"], ["Mark", "Gilbert"], ["Mark", "Grace"], ["Mark", "Grant"], ["Mark", "Grater"], ["Mark", "Grudzielanek"], ["Mark", "Gubicza"], ["Mark", "Guthrie"], ["Mark", "Hamburger"], ["Mark", "Hamilton"], ["Mark", "Hendrickson"], ["Mark", "Higgins"], ["Mark", "Holzemer"], ["Mark", "Huismann"], ["Mark", "Hutton"], ["Mark", "Johnson"], ["Mark", "Kiefer"], ["Mark", "Kiger"], ["Mark", "Knudson"], ["Mark", "Koenig"], ["Mark", "Kotsay"], ["Mark", "Langston"], ["Mark", "Lee"], ["Mark", "Leiter"], ["Mark", "Lemke"], ["Mark", "Lemongello"], ["Mark", "Leonard"], ["Mark", "Lewis"], ["Mark", "Littell"], ["Mark", "Little"], ["Mark", "Loretta"], ["Mark", "Lowe"], ["Mark", "Lukasiewicz"], ["Mark", "Malaska"], ["Mark", "Mauldin"], ["Mark", "McGrillis"], ["Mark", "McGwire"], ["Mark", "McLemore"], ["Mark", "Melancon"], ["Mark", "Mercer"], ["Mark", "Mulder"], ["Mark", "Parent"], ["Mark", "Petkovsek"], ["Mark", "Polhemus"], ["Mark", "Portugal"], ["Mark", "Prior"], ["Mark", "Quinn"], ["Mark", "Redman"], ["Mark", "Reynolds"], ["Mark", "Rogers"], ["Mark", "Ross"], ["Mark", "Ryal"], ["Mark", "Saccomanno"], ["Mark", "Salas"], ["Mark", "Schaeffer"], ["Mark", "Small"], ["Mark", "Smith"], ["Mark", "Souza"], ["Mark", "Stewart"], ["Mark", "Strittmatter"], ["Mark", "Sweeney"], ["Mark", "Teahen"], ["Mark", "Teixeira"], ["Mark", "Thompson"], ["Mark", "Thurmond"], ["Mark", "Trumbo"], ["Mark", "Wagner"], ["Mark", "Wasinger"], ["Mark", "Watson"], ["Mark", "Whiten"], ["Mark", "Wiley"], ["Mark", "Williams"], ["Mark", "Williamson"], ["Mark", "Wohlers"], ["Mark", "Woodyard"], ["Mark", "Worrell"], ["Marlan", "Coughtry"], ["Marlin", "Stuart"], ["Marlon", "Anderson"], ["Marlon", "Byrd"], ["Marquis", "Grissom"], ["Marr", "Phillips"], ["Marsh", "Williams"], ["Marshall", "Boze"], ["Marshall", "Brant"], ["Marshall", "Bridges"], ["Marshall", "Edwards"], ["Marshall", "King"], ["Marshall", "Locke"], ["Marshall", "McDougall"], ["Marshall", "Quinton"], ["Marshall", "Renfroe"], ["Mart", "McQuaid"], ["Martin", "Dihigo"], ["Martin", "Duke"], ["Martin", "Flaherty"], ["Martin", "Glendon"], ["Martin", "Maldonado"], ["Martin", "Malone"], ["Martin", "Mullen"], ["Martin", "Perez"], ["Martin", "Powell"], ["Martin", "Prado"], ["Marty", "Barrett"], ["Marty", "Becker"], ["Marty", "Bergen"], ["Marty", "Berghammer"], ["Marty", "Brown"], ["Marty", "Bystrom"], ["Marty", "Callaghan"], ["Marty", "Castillo"], ["Marty", "Clary"], ["Marty", "Cordova"], ["Marty", "Decker"], ["Marty", "Griffin"], ["Marty", "Herrmann"], ["Marty", "Hogan"], ["Marty", "Honan"], ["Marty", "Hopkins"], ["Marty", "Janzen"], ["Marty", "Karow"], ["Marty", "Kavanagh"], ["Marty", "Keough"], ["Marty", "Krug"], ["Marty", "Kutyna"], ["Marty", "Lang"], ["Marty", "Malloy"], ["Marty", "Marion"], ["Marty", "Martinez"], ["Marty", "McHale"], ["Marty", "McLeary"], ["Marty", "McManus"], ["Marty", "O'Toole"], ["Marty", "Pattin"], ["Marty", "Perez"], ["Marty", "Pevey"], ["Marty", "Shay"], ["Marty", "Simpson"], ["Marty", "Sullivan"], ["Marty", "Swandell"], ["Marty", "Walker"], ["Marv", "Blaylock"], ["Marv", "Breeding"], ["Marv", "Breuer"], ["Marv", "Felderman"], ["Marv", "Foley"], ["Marv", "Goodwin"], ["Marv", "Grissom"], ["Marv", "Gudat"], ["Marv", "Lane"], ["Marv", "Olson"], ["Marv", "Owen"], ["Marv", "Peasley"], ["Marv", "Rackley"], ["Marv", "Rickert"], ["Marv", "Rotblatt"], ["Marv", "Staehle"], ["Marv", "Throneberry"], ["Marvell", "Wynne"], ["Marvin", "Benard"], ["Marvin", "Freeman"], ["Marvin", "Hawley"], ["Marwin", "Gonzalez"], ["Masahide", "Kobayashi"], ["Masahiro", "Tanaka"], ["Masanori", "Murakami"], ["Masao", "Kida"], ["Masato", "Yoshii"], ["Mase", "Graffen"], ["Mason", "Tobin"], ["Mason", "Williams"], ["Masumi", "Kuwata"], ["Mat", "Gamel"], ["Mat", "Latos"], ["Matias", "Carrillo"], ["Matt", "Adams"], ["Matt", "Albers"], ["Matt", "Alexander"], ["Matt", "Anderson"], ["Matt", "Andriese"], ["Matt", "Angle"], ["Matt", "Antonelli"], ["Matt", "Barnes"], ["Matt", "Batts"], ["Matt", "Beech"], ["Matt", "Belisle"], ["Matt", "Blank"], ["Matt", "Boyd"], ["Matt", "Broderick"], ["Matt", "Cain"], ["Matt", "Capps"], ["Matt", "Carpenter"], ["Matt", "Carson"], ["Matt", "Chico"], ["Matt", "Childers"], ["Matt", "Clark"], ["Matt", "Clement"], ["Matt", "Daley"], ["Matt", "Davidson"], ["Matt", "DeSalvo"], ["Matt", "DeWitt"], ["Matt", "Diaz"], ["Matt", "Dominguez"], ["Matt", "Downs"], ["Matt", "Duff"], ["Matt", "Duffy"], ["Matt", "Dunbar"], ["Matt", "Erickson"], ["Matt", "Ford"], ["Matt", "Fox"], ["Matt", "Franco"], ["Matt", "Galante"], ["Matt", "Garza"], ["Matt", "Ginter"], ["Matt", "Grace"], ["Matt", "Grott"], ["Matt", "Guerrier"], ["Matt", "Hague"], ["Matt", "Harrison"], ["Matt", "Harvey"], ["Matt", "Hensley"], ["Matt", "Herges"], ["Matt", "Holliday"], ["Matt", "Howard"], ["Matt", "Karchner"], ["Matt", "Kata"], ["Matt", "Kemp"], ["Matt", "Keough"], ["Matt", "Kilroy"], ["Matt", "Kinney"], ["Matt", "Kinzer"], ["Matt", "LaPorta"], ["Matt", "Langwell"], ["Matt", "Lawton"], ["Matt", "LeCroy"], ["Matt", "Lindstrom"], ["Matt", "Luke"], ["Matt", "Macri"], ["Matt", "Magill"], ["Matt", "Maloney"], ["Matt", "Mangini"], ["Matt", "Mantei"], ["Matt", "Marksberry"], ["Matt", "Maysey"], ["Matt", "McBride"], ["Matt", "Merullo"], ["Matt", "Mieske"], ["Matt", "Miller"], ["Matt", "Moore"], ["Matt", "Morris"], ["Matt", "Murray"], ["Matt", "Murton"], ["Matt", "Nokes"], ["Matt", "Pagnozzi"], ["Matt", "Palmer"], ["Matt", "Perisho"], ["Matt", "Reynolds"], ["Matt", "Riley"], ["Matt", "Roney"], ["Matt", "Ruebel"], ["Matt", "Shoemaker"], ["Matt", "Sinatro"], ["Matt", "Skrmetta"], ["Matt", "Smith"], ["Matt", "Stairs"], ["Matt", "Stark"], ["Matt", "Stites"], ["Matt", "Szczur"], ["Matt", "Thornton"], ["Matt", "Tolbert"], ["Matt", "Tracy"], ["Matt", "Treanor"], ["Matt", "Tuiasosopo"], ["Matt", "Tupman"], ["Matt", "Turner"], ["Matt", "Wagner"], ["Matt", "Walbeck"], ["Matt", "Watson"], ["Matt", "West"], ["Matt", "Whisenant"], ["Matt", "White"], ["Matt", "Whiteside"], ["Matt", "Wieters"], ["Matt", "Williams"], ["Matt", "Winters"], ["Matt", "Wise"], ["Matt", "Wisler"], ["Matt", "Young"], ["Matt", "Zieser"], ["Matt", "den Dekker"], ["Matthew", "Brown"], ["Matthew", "Cepicky"], ["Matthew", "Joyce"], ["Matthew", "Porter"], ["Matty", "Alou"], ["Matty", "Fitzgerald"], ["Matty", "McIntyre"], ["Maurice", "Archdeacon"], ["Maurice", "Fisher"], ["Maurice", "Van Robays"], ["Mauricio", "Robles"], ["Mauro", "Gomez"], ["Mauro", "Gozzo"], ["Mauro", "Zarate"], ["Maury", "Kent"], ["Maury", "Newlin"], ["Maury", "Pierce"], ["Maury", "Uhler"], ["Maury", "Wills"], ["Max", "Alvis"], ["Max", "Bishop"], ["Max", "Butcher"], ["Max", "Carey"], ["Max", "Fiske"], ["Max", "Flack"], ["Max", "Kepler"], ["Max", "Lanier"], ["Max", "Leon"], ["Max", "Macon"], ["Max", "Marshall"], ["Max", "Muncy"], ["Max", "Ramirez"], ["Max", "Rosenfeld"], ["Max", "Scherzer"], ["Max", "St. Pierre"], ["Max", "Stassi"], ["Max", "Surkont"], ["Max", "Venable"], ["Max", "West"], ["Max", "Wilson"], ["Mayckol", "Guaipe"], ["Mayo", "Smith"], ["Mays", "Copeland"], ["McKay", "Christensen"], ["Medric", "Boucher"], ["Mel", "Almada"], ["Mel", "Behney"], ["Mel", "Bosser"], ["Mel", "Clark"], ["Mel", "Deutsch"], ["Mel", "Hall"], ["Mel", "Harder"], ["Mel", "Held"], ["Mel", "Hoderlein"], ["Mel", "Ingram"], ["Mel", "Kerr"], ["Mel", "Mazzera"], ["Mel", "McGaha"], ["Mel", "Nelson"], ["Mel", "Ott"], ["Mel", "Parnell"], ["Mel", "Preibisch"], ["Mel", "Queen"], ["Mel", "Roach"], ["Mel", "Rojas"], ["Mel", "Simons"], ["Mel", "Stocker"], ["Mel", "Stottlemyre"], ["Mel", "Wright"], ["Melido", "Perez"], ["Melky", "Cabrera"], ["Melky", "Mesa"], ["Mellie", "Wolfgang"], ["Melvin", "Bunch"], ["Melvin", "Dorta"], ["Melvin", "Mercedes"], ["Melvin", "Mora"], ["Melvin", "Nieves"], ["Melvin", "Rosario"], ["Melvin", "Upton"], ["Mem", "Lovett"], ["Memo", "Luna"], ["Mendy", "Lopez"], ["Merito", "Acosta"], ["Merkin", "Valdez"], ["Merl", "Combs"], ["Merle", "Settlemire"], ["Merlin", "Kopp"], ["Merlin", "Nippert"], ["Merritt", "Ranew"], ["Mert", "Hackett"], ["Merv", "Connors"], ["Merv", "Rettenmund"], ["Merv", "Shea"], ["Merwin", "Jacobson"], ["Miah", "Murray"], ["Micah", "Bowie"], ["Micah", "Franklin"], ["Micah", "Hoffpauir"], ["Micah", "Johnson"], ["Micah", "Owings"], ["Michael", "Aubrey"], ["Michael", "Barrett"], ["Michael", "Blazek"], ["Michael", "Bourn"], ["Michael", "Bowden"], ["Michael", "Brantley"], ["Michael", "Campbell"], ["Michael", "Choice"], ["Michael", "Coleman"], ["Michael", "Conforto"], ["Michael", "Crotta"], ["Michael", "Cuddyer"], ["Michael", "Driscoll"], ["Michael", "Feliz"], ["Michael", "Hollimon"], ["Michael", "Jackson"], ["Michael", "Kirkman"], ["Michael", "Kohn"], ["Michael", "Lorenzen"], ["Michael", "Mariot"], ["Michael", "Martinez"], ["Michael", "McDermott"], ["Michael", "McKenry"], ["Michael", "Neu"], ["Michael", "Pineda"], ["Michael", "Reed"], ["Michael", "Restovich"], ["Michael", "Roth"], ["Michael", "Saunders"], ["Michael", "Schwimer"], ["Michael", "Stutes"], ["Michael", "Taylor"], ["Michael", "Tejera"], ["Michael", "Tonkin"], ["Michael", "Tucker"], ["Michael", "Wacha"], ["Michael", "Wuertz"], ["Michael", "Young"], ["Micheal", "Nakamura"], ["Michel", "Hernandez"], ["Mick", "Kelleher"], ["Mickey", "Brantley"], ["Mickey", "Callaway"], ["Mickey", "Cochrane"], ["Mickey", "Corcoran"], ["Mickey", "Devine"], ["Mickey", "Doolin"], ["Mickey", "Grasso"], ["Mickey", "Haefner"], ["Mickey", "Harrington"], ["Mickey", "Harris"], ["Mickey", "Haslin"], ["Mickey", "Hatcher"], ["Mickey", "Heath"], ["Mickey", "Hughes"], ["Mickey", "Keliher"], ["Mickey", "Klutts"], ["Mickey", "Kreitner"], ["Mickey", "Livingston"], ["Mickey", "Lolich"], ["Mickey", "Lopez"], ["Mickey", "Mahler"], ["Mickey", "Mantle"], ["Mickey", "McDermott"], ["Mickey", "McGowan"], ["Mickey", "McGuire"], ["Mickey", "Micelotta"], ["Mickey", "Morandini"], ["Mickey", "O'Neil"], ["Mickey", "Owen"], ["Mickey", "Rivers"], ["Mickey", "Rocco"], ["Mickey", "Rutner"], ["Mickey", "Scott"], ["Mickey", "Stanley"], ["Mickey", "Storey"], ["Mickey", "Tettleton"], ["Mickey", "Vernon"], ["Mickey", "Welch"], ["Mickey", "Weston"], ["Mickey", "Witek"], ["Midre", "Cummings"], ["Migel", "Puente"], ["Miguel", "Almonte"], ["Miguel", "Asencio"], ["Miguel", "Batista"], ["Miguel", "Cabrera"], ["Miguel", "Cairo"], ["Miguel", "Castro"], ["Miguel", "Del Toro"], ["Miguel", "Dilone"], ["Miguel", "Fuentes"], ["Miguel", "Garcia"], ["Miguel", "Gonzalez"], ["Miguel", "Jimenez"], ["Miguel", "Mejia"], ["Miguel", "Montero"], ["Miguel", "Ojeda"], ["Miguel", "Olivo"], ["Miguel", "Perez"], ["Miguel", "Rojas"], ["Miguel", "Sano"], ["Miguel", "Socolovich"], ["Miguel", "Tejada"], ["Mike", "Adams"], ["Mike", "Adamson"], ["Mike", "Aldrete"], ["Mike", "Anderson"], ["Mike", "Andrews"], ["Mike", "Armstrong"], ["Mike", "Aviles"], ["Mike", "Bacsik"], ["Mike", "Balas"], ["Mike", "Balenti"], ["Mike", "Barlow"], ["Mike", "Baxes"], ["Mike", "Baxter"], ["Mike", "Beard"], ["Mike", "Belfiore"], ["Mike", "Bell"], ["Mike", "Benjamin"], ["Mike", "Bertotti"], ["Mike", "Bielecki"], ["Mike", "Birkbeck"], ["Mike", "Bishop"], ["Mike", "Blowers"], ["Mike", "Blyzka"], ["Mike", "Boddicker"], ["Mike", "Bolsinger"], ["Mike", "Bordick"], ["Mike", "Bovee"], ["Mike", "Brannock"], ["Mike", "Brewer"], ["Mike", "Broadway"], ["Mike", "Brown"], ["Mike", "Bruhert"], ["Mike", "Brumley"], ["Mike", "Buddie"], ["Mike", "Budnick"], ["Mike", "Burke"], ["Mike", "Burns"], ["Mike", "Busby"], ["Mike", "Busch"], ["Mike", "Buskey"], ["Mike", "Butcher"], ["Mike", "Bynum"], ["Mike", "Caldwell"], ["Mike", "Cameron"], ["Mike", "Campbell"], ["Mike", "Cantwell"], ["Mike", "Capel"], ["Mike", "Carp"], ["Mike", "Caruso"], ["Mike", "Cather"], ["Mike", "Cervenak"], ["Mike", "Champion"], ["Mike", "Chartak"], ["Mike", "Chris"], ["Mike", "Christopher"], ["Mike", "Clark"], ["Mike", "Colangelo"], ["Mike", "Colbern"], ["Mike", "Compton"], ["Mike", "Cook"], ["Mike", "Coolbaugh"], ["Mike", "Corcoran"], ["Mike", "Corkins"], ["Mike", "Cosgrove"], ["Mike", "Costanzo"], ["Mike", "Couchee"], ["Mike", "Crudale"], ["Mike", "Cubbage"], ["Mike", "Cuellar"], ["Mike", "Cunningham"], ["Mike", "Cvengros"], ["Mike", "Dalton"], ["Mike", "Darr"], ["Mike", "Davey"], ["Mike", "Davis"], ["Mike", "Davison"], ["Mike", "DeGerick"], ["Mike", "DeJean"], ["Mike", "DePangher"], ["Mike", "Dejan"], ["Mike", "Derrick"], ["Mike", "Devereaux"], ["Mike", "Diaz"], ["Mike", "Difelice"], ["Mike", "Dimmel"], ["Mike", "Donlin"], ["Mike", "Donovan"], ["Mike", "Dorgan"], ["Mike", "Draper"], ["Mike", "Drissel"], ["Mike", "Dunn"], ["Mike", "Dunne"], ["Mike", "Dupree"], ["Mike", "Durant"], ["Mike", "Duvall"], ["Mike", "Dyer"], ["Mike", "Easler"], ["Mike", "Eden"], ["Mike", "Edwards"], ["Mike", "Ekstrom"], ["Mike", "Epstein"], ["Mike", "Esposito"], ["Mike", "Farmer"], ["Mike", "Felder"], ["Mike", "Ferraro"], ["Mike", "Fetters"], ["Mike", "Fiers"], ["Mike", "Figga"], ["Mike", "Fiore"], ["Mike", "Fischlin"], ["Mike", "Fitzgerald"], ["Mike", "Flanagan"], ["Mike", "Flynn"], ["Mike", "Foltynewicz"], ["Mike", "Fontenot"], ["Mike", "Fornieles"], ["Mike", "Frank"], ["Mike", "Fuentes"], ["Mike", "Fyhrie"], ["Mike", "Gallego"], ["Mike", "Gallo"], ["Mike", "Garbark"], ["Mike", "Garcia"], ["Mike", "Gardiner"], ["Mike", "Garman"], ["Mike", "Gates"], ["Mike", "Gaule"], ["Mike", "Gazella"], ["Mike", "Glavine"], ["Mike", "Golden"], ["Mike", "Goliat"], ["Mike", "Gonzalez"], ["Mike", "Goodfellow"], ["Mike", "Gordon"], ["Mike", "Gosling"], ["Mike", "Grace"], ["Mike", "Grady"], ["Mike", "Greenwell"], ["Mike", "Griffin"], ["Mike", "Grzanich"], ["Mike", "Guerra"], ["Mike", "Gulan"], ["Mike", "Hampton"], ["Mike", "Handiboe"], ["Mike", "Hargrove"], ["Mike", "Harkey"], ["Mike", "Hart"], ["Mike", "Hartley"], ["Mike", "Heath"], ["Mike", "Heathcott"], ["Mike", "Hechinger"], ["Mike", "Hedlund"], ["Mike", "Hegan"], ["Mike", "Henneman"], ["Mike", "Herrera"], ["Mike", "Hershberger"], ["Mike", "Hessman"], ["Mike", "Heydon"], ["Mike", "Hickey"], ["Mike", "Hinckley"], ["Mike", "Hines"], ["Mike", "Holtz"], ["Mike", "Hooper"], ["Mike", "Hopkins"], ["Mike", "Howard"], ["Mike", "Hubbard"], ["Mike", "Huff"], ["Mike", "Humphreys"], ["Mike", "Ignasiak"], ["Mike", "Ivie"], ["Mike", "Jackson"], ["Mike", "Jacobs"], ["Mike", "James"], ["Mike", "Jeffcoat"], ["Mike", "Jerzembeck"], ["Mike", "Johnson"], ["Mike", "Johnston"], ["Mike", "Jones"], ["Mike", "Jordan"], ["Mike", "Jorgensen"], ["Mike", "Joyce"], ["Mike", "Judd"], ["Mike", "Jurewicz"], ["Mike", "Kahoe"], ["Mike", "Kekich"], ["Mike", "Kelley"], ["Mike", "Kelly"], ["Mike", "Kickham"], ["Mike", "Kilkenny"], ["Mike", "Kilroy"], ["Mike", "Kingery"], ["Mike", "Kinkade"], ["Mike", "Kinnunen"], ["Mike", "Kircher"], ["Mike", "Knode"], ["Mike", "Konnick"], ["Mike", "Koplove"], ["Mike", "Kosman"], ["Mike", "Kreevich"], ["Mike", "Krsnich"], ["Mike", "Krukow"], ["Mike", "Kume"], ["Mike", "LaCoss"], ["Mike", "LaValliere"], ["Mike", "Laga"], ["Mike", "Lamb"], ["Mike", "Lansing"], ["Mike", "Lawlor"], ["Mike", "Leake"], ["Mike", "Ledwith"], ["Mike", "Lee"], ["Mike", "Lehane"], ["Mike", "Lieberthal"], ["Mike", "Lincoln"], ["Mike", "Loan"], ["Mike", "Lowell"], ["Mike", "Loynd"], ["Mike", "Lum"], ["Mike", "Lynch"], ["Mike", "MacDougal"], ["Mike", "Macfarlane"], ["Mike", "Macha"], ["Mike", "Madden"], ["Mike", "Maddux"], ["Mike", "Magnante"], ["Mike", "Mahoney"], ["Mike", "Maksudian"], ["Mike", "Mansell"], ["Mike", "Maroth"], ["Mike", "Marshall"], ["Mike", "Martin"], ["Mike", "Mason"], ["Mike", "Massey"], ["Mike", "Matheny"], ["Mike", "Matthews"], ["Mike", "Mattimore"], ["Mike", "McClendon"], ["Mike", "McCormack"], ["Mike", "McCormick"], ["Mike", "McCoy"], ["Mike", "McDermott"], ["Mike", "McGeary"], ["Mike", "McNally"], ["Mike", "McQueen"], ["Mike", "Mendoza"], ["Mike", "Menosky"], ["Mike", "Meola"], ["Mike", "Metcalfe"], ["Mike", "Milchin"], ["Mike", "Miley"], ["Mike", "Milosevich"], ["Mike", "Mimbs"], ["Mike", "Minor"], ["Mike", "Misuraca"], ["Mike", "Mitchell"], ["Mike", "Modak"], ["Mike", "Mohler"], ["Mike", "Montgomery"], ["Mike", "Moore"], ["Mike", "Mordecai"], ["Mike", "Morgan"], ["Mike", "Moriarty"], ["Mike", "Morin"], ["Mike", "Morrison"], ["Mike", "Morse"], ["Mike", "Moustakas"], ["Mike", "Mowrey"], ["Mike", "Moynahan"], ["Mike", "Muldoon"], ["Mike", "Munoz"], ["Mike", "Murphy"], ["Mike", "Mussina"], ["Mike", "Myers"], ["Mike", "Nagy"], ["Mike", "Napoli"], ["Mike", "Naymick"], ["Mike", "Neill"], ["Mike", "Nickeas"], ["Mike", "Norris"], ["Mike", "O'Berry"], ["Mike", "O'Connor"], ["Mike", "O'Neill"], ["Mike", "O'Rourke"], ["Mike", "Olt"], ["Mike", "Oquist"], ["Mike", "Overy"], ["Mike", "Page"], ["Mike", "Pagliarulo"], ["Mike", "Palagyi"], ["Mike", "Palm"], ["Mike", "Parisi"], ["Mike", "Parrott"], ["Mike", "Pasquella"], ["Mike", "Patterson"], ["Mike", "Paul"], ["Mike", "Paxton"], ["Mike", "Payne"], ["Mike", "Pazik"], ["Mike", "Pelfrey"], ["Mike", "Perez"], ["Mike", "Phillips"], ["Mike", "Piazza"], ["Mike", "Poepping"], ["Mike", "Porzio"], ["Mike", "Potter"], ["Mike", "Potts"], ["Mike", "Powers"], ["Mike", "Prendergast"], ["Mike", "Proly"], ["Mike", "Quade"], ["Mike", "Rabelo"], ["Mike", "Raczka"], ["Mike", "Ramsey"], ["Mike", "Redmond"], ["Mike", "Regan"], ["Mike", "Reinbach"], ["Mike", "Remlinger"], ["Mike", "Richardt"], ["Mike", "Rivera"], ["Mike", "Roach"], ["Mike", "Roarke"], ["Mike", "Robertson"], ["Mike", "Rochford"], ["Mike", "Roesler"], ["Mike", "Rogodzinski"], ["Mike", "Romano"], ["Mike", "Rose"], ["Mike", "Rouse"], ["Mike", "Rowland"], ["Mike", "Ryan"], ["Mike", "Ryba"], ["Mike", "Sadek"], ["Mike", "Saipe"], ["Mike", "Sandlock"], ["Mike", "Scanlon"], ["Mike", "Schemer"], ["Mike", "Schmidt"], ["Mike", "Schooler"], ["Mike", "Schultz"], ["Mike", "Schwabe"], ["Mike", "Scioscia"], ["Mike", "Scott"], ["Mike", "Sember"], ["Mike", "Shannon"], ["Mike", "Sharperson"], ["Mike", "Shea"], ["Mike", "Simms"], ["Mike", "Simon"], ["Mike", "Sirotka"], ["Mike", "Slattery"], ["Mike", "Smith"], ["Mike", "Smithson"], ["Mike", "Squires"], ["Mike", "Stanley"], ["Mike", "Stanton"], ["Mike", "Stenhouse"], ["Mike", "Strahler"], ["Mike", "Sullivan"], ["Mike", "Sweeney"], ["Mike", "Thomas"], ["Mike", "Thompson"], ["Mike", "Thurman"], ["Mike", "Tiernan"], ["Mike", "Timlin"], ["Mike", "Tonis"], ["Mike", "Torrez"], ["Mike", "Tresh"], ["Mike", "Trombley"], ["Mike", "Trost"], ["Mike", "Trout"], ["Mike", "Trujillo"], ["Mike", "Tyson"], ["Mike", "Ulicny"], ["Mike", "Vail"], ["Mike", "Venafro"], ["Mike", "Vento"], ["Mike", "Walker"], ["Mike", "Wallace"], ["Mike", "Walsh"], ["Mike", "Walters"], ["Mike", "Warren"], ["Mike", "Wegener"], ["Mike", "Welch"], ["Mike", "Welday"], ["Mike", "White"], ["Mike", "Williams"], ["Mike", "Willis"], ["Mike", "Wilson"], ["Mike", "Witt"], ["Mike", "Wood"], ["Mike", "Woodard"], ["Mike", "Wright"], ["Mike", "York"], ["Mike", "Young"], ["Mike", "Zagurski"], ["Mike", "Zunino"], ["Mike", "de la Hoz"], ["Mikie", "Mahtook"], ["Miles", "Mikolas"], ["Miller", "Huggins"], ["Milo", "Allison"], ["Milo", "Candini"], ["Milo", "Lockwood"], ["Milo", "Netzel"], ["Milt", "Bocek"], ["Milt", "Bolling"], ["Milt", "Byrnes"], ["Milt", "Cuyler"], ["Milt", "Galatzer"], ["Milt", "Gaston"], ["Milt", "Graff"], ["Milt", "Gray"], ["Milt", "Hill"], ["Milt", "Jordan"], ["Milt", "May"], ["Milt", "Nielsen"], ["Milt", "Pappas"], ["Milt", "Ramirez"], ["Milt", "Reed"], ["Milt", "Scott"], ["Milt", "Shoffner"], ["Milt", "Smith"], ["Milt", "Steengrafe"], ["Milt", "Stock"], ["Milt", "Thompson"], ["Milt", "Watson"], ["Milt", "Welch"], ["Milt", "Whitehead"], ["Milt", "Wilcox"], ["Milton", "Bradley"], ["Minnie", "Mendoza"], ["Minnie", "Minoso"], ["Minnie", "Rojas"], ["Mitch", "Atkins"], ["Mitch", "Chetkovich"], ["Mitch", "Harris"], ["Mitch", "Jones"], ["Mitch", "Lyden"], ["Mitch", "Maier"], ["Mitch", "Meluskey"], ["Mitch", "Moreland"], ["Mitch", "Stetter"], ["Mitch", "Talbot"], ["Mitch", "Webster"], ["Mitch", "Williams"], ["Mitchell", "Boggs"], ["Mitchell", "Page"], ["Mo", "Sanford"], ["Mo", "Vaughn"], ["Moe", "Berg"], ["Moe", "Burtschy"], ["Moe", "Drabowsky"], ["Moe", "Franklin"], ["Moe", "Morhardt"], ["Moe", "Savransky"], ["Moe", "Thacker"], ["Moises", "Alou"], ["Moises", "Sierra"], ["Molly", "Craft"], ["Molly", "Moore"], ["Monk", "Cline"], ["Monk", "Dubiel"], ["Monk", "Sherlock"], ["Monroe", "Mitchell"], ["Monte", "Beville"], ["Monte", "Cross"], ["Monte", "Irvin"], ["Monte", "McFarland"], ["Monte", "Pearson"], ["Monte", "Pfeffer"], ["Monte", "Weaver"], ["Monty", "Basgall"], ["Monty", "Fariss"], ["Monty", "Kennedy"], ["Monty", "Montgomery"], ["Monty", "Pfyl"], ["Monty", "Stratton"], ["Monty", "Swartz"], ["Mookie", "Betts"], ["Mookie", "Wilson"], ["Moon", "Mullen"], ["Moonlight", "Graham"], ["Moose", "Baxter"], ["Moose", "Clabaugh"], ["Moose", "Grimshaw"], ["Moose", "Haas"], ["Moose", "McCormick"], ["Moose", "Morton"], ["Moose", "Solters"], ["Moose", "Stubing"], ["Mordecai", "Brown"], ["Mordecai", "Davidson"], ["Morgan", "Bulkeley"], ["Morgan", "Burkhart"], ["Morgan", "Ensberg"], ["Morgan", "Murphy"], ["Morrie", "Aderholt"], ["Morrie", "Arnovich"], ["Morrie", "Critchley"], ["Morrie", "Martin"], ["Morrie", "Rath"], ["Morrie", "Schick"], ["Morrie", "Steevens"], ["Morris", "Madden"], ["Morris", "Nettles"], ["Mort", "Cooper"], ["Mort", "Flohr"], ["Mort", "Scanlan"], ["Mortimer", "Hogan"], ["Mose", "Eggert"], ["Mose", "Solomon"], ["Mother", "Watson"], ["Mox", "McQuery"], ["Moxie", "Divis"], ["Moxie", "Hengel"], ["Moxie", "Manuel"], ["Moxie", "Meixell"], ["Mudcat", "Grant"], ["Muddy", "Ruel"], ["Mul", "Holland"], ["Mule", "Haas"], ["Mule", "Shirley"], ["Mule", "Suttles"], ["Mule", "Watson"], ["Munenori", "Kawasaki"], ["Murphy", "Currie"], ["Murray", "Wall"], ["Murry", "Dickson"], ["Mutt", "Williams"], ["Mutt", "Wilson"], ["Mutz", "Ens"], ["Mychal", "Givens"], ["Myles", "Thomas"], ["Myril", "Hoag"], ["Myrl", "Brown"], ["Myron", "Allen"], ["Myron", "White"], ["Mysterious", "Walker"], ["Nanny", "Fernandez"], ["Nap", "Kloza"], ["Nap", "Lajoie"], ["Nap", "Reyes"], ["Nap", "Rucker"], ["Nap", "Shea"], ["Napoleon", "Calzado"], ["Narciso", "Elvira"], ["Nardi", "Contreras"], ["Nat", "Hicks"], ["Nat", "Hudson"], ["Nat", "Jewett"], ["Nate", "Andrews"], ["Nate", "Berkenstock"], ["Nate", "Bland"], ["Nate", "Bump"], ["Nate", "Colbert"], ["Nate", "Cornejo"], ["Nate", "Field"], ["Nate", "Freiman"], ["Nate", "Jones"], ["Nate", "Karns"], ["Nate", "Kellogg"], ["Nate", "McLouth"], ["Nate", "Minchey"], ["Nate", "Oliver"], ["Nate", "Robertson"], ["Nate", "Rolison"], ["Nate", "Schierholtz"], ["Nate", "Smith"], ["Nate", "Snell"], ["Nate", "Spears"], ["Nate", "Teut"], ["Nathan", "Adcock"], ["Nathan", "Eovaldi"], ["Nathan", "Haynes"], ["Neal", "Baker"], ["Neal", "Ball"], ["Neal", "Brady"], ["Neal", "Cotts"], ["Neal", "Finn"], ["Neal", "Heaton"], ["Neal", "Hertweck"], ["Neal", "Musser"], ["Neal", "Watlington"], ["Nealy", "Phelps"], ["Neb", "Stewart"], ["Ned", "Bligh"], ["Ned", "Connor"], ["Ned", "Crompton"], ["Ned", "Cuthbert"], ["Ned", "Garver"], ["Ned", "Garvin"], ["Ned", "Hanlon"], ["Ned", "Harris"], ["Ned", "Pettigrew"], ["Ned", "Porter"], ["Ned", "Williamson"], ["Ned", "Yost"], ["Nefi", "Ogando"], ["Neftali", "Feliz"], ["Neftali", "Soto"], ["Neifi", "Perez"], ["Neil", "Allen"], ["Neil", "Berry"], ["Neil", "Chrisley"], ["Neil", "Fiala"], ["Neil", "Ramirez"], ["Neil", "Stynes"], ["Neil", "Wagner"], ["Neil", "Walker"], ["Neil", "Weber"], ["Neil", "Wilson"], ["Neill", "Sheridan"], ["Nellie", "Fox"], ["Nellie", "King"], ["Nellie", "Pott"], ["Nels", "Potter"], ["Nelson", "Briles"], ["Nelson", "Burbrink"], ["Nelson", "Chittum"], ["Nelson", "Cruz"], ["Nelson", "Figueroa"], ["Nelson", "Greene"], ["Nelson", "Liriano"], ["Nelson", "Mathews"], ["Nelson", "Norman"], ["Nelson", "Santovenia"], ["Nelson", "Simmons"], ["Nemo", "Gaines"], ["Nemo", "Leibold"], ["Nerio", "Rodriguez"], ["Nestor", "Chavez"], ["Nestor", "Chylak"], ["Nevin", "Ashley"], ["Newt", "Halliday"], ["Newt", "Hunter"], ["Newt", "Kimball"], ["Newt", "Randall"], ["Nick", "Adenhart"], ["Nick", "Ahmed"], ["Nick", "Allen"], ["Nick", "Altrock"], ["Nick", "Bierbrodt"], ["Nick", "Blackburn"], ["Nick", "Buss"], ["Nick", "Capra"], ["Nick", "Carter"], ["Nick", "Castellanos"], ["Nick", "Christiani"], ["Nick", "Cullop"], ["Nick", "Dumovich"], ["Nick", "Esasky"], ["Nick", "Etten"], ["Nick", "Evans"], ["Nick", "Franklin"], ["Nick", "Goody"], ["Nick", "Gorneault"], ["Nick", "Goulish"], ["Nick", "Green"], ["Nick", "Greenwood"], ["Nick", "Hagadone"], ["Nick", "Hundley"], ["Nick", "Johnson"], ["Nick", "Kahl"], ["Nick", "Koback"], ["Nick", "Leyva"], ["Nick", "Maddox"], ["Nick", "Markakis"], ["Nick", "Maronde"], ["Nick", "Martinez"], ["Nick", "Masset"], ["Nick", "Neugebauer"], ["Nick", "Noonan"], ["Nick", "Picciuto"], ["Nick", "Polly"], ["Nick", "Punto"], ["Nick", "Reeder"], ["Nick", "Regilio"], ["Nick", "Rumbelow"], ["Nick", "Scharf"], ["Nick", "Stavinoha"], ["Nick", "Strincevich"], ["Nick", "Swisher"], ["Nick", "Tepesch"], ["Nick", "Testa"], ["Nick", "Tremark"], ["Nick", "Tropeano"], ["Nick", "Vincent"], ["Nick", "Willhite"], ["Nick", "Wise"], ["Nick", "Young"], ["Nig", "Clarke"], ["Nig", "Cuppy"], ["Nig", "Fuller"], ["Nig", "Lipscomb"], ["Nig", "Perrine"], ["Nigel", "Wilson"], ["Nikco", "Riesgo"], ["Niles", "Jordan"], ["Nin", "Alexander"], ["Nino", "Bongiovanni"], ["Nino", "Escalera"], ["Nino", "Espinosa"], ["Nippy", "Jones"], ["Niuman", "Romero"], ["Noah", "Lowry"], ["Noah", "Syndergaard"], ["Noe", "Munoz"], ["Noe", "Ramirez"], ["Nolan", "Arenado"], ["Nolan", "Reimold"], ["Nolan", "Ryan"], ["Nolen", "Richardson"], ["Nomar", "Garciaparra"], ["Noodles", "Hahn"], ["Nook", "Logan"], ["Norberto", "Martin"], ["Nori", "Aoki"], ["Norihiro", "Nakamura"], ["Norm", "Angelini"], ["Norm", "Baker"], ["Norm", "Bass"], ["Norm", "Branch"], ["Norm", "Brown"], ["Norm", "Cash"], ["Norm", "Charlton"], ["Norm", "Gigon"], ["Norm", "Glockson"], ["Norm", "Larker"], ["Norm", "Lehr"], ["Norm", "McMillan"], ["Norm", "McNeil"], ["Norm", "McRae"], ["Norm", "Miller"], ["Norm", "Schlueter"], ["Norm", "Sherry"], ["Norm", "Siebern"], ["Norm", "Wallen"], ["Norm", "Zauchin"], ["Norman", "Glaser"], ["Norman", "Plitt"], ["Normie", "Roy"], ["Norris", "Hopper"], ["Norwood", "Gibson"], ["Nub", "Kleinke"], ["Nyjer", "Morgan"], ["Nyls", "Nyman"], ["Oad", "Swigart"], ["Octavio", "Dotel"], ["Odalis", "Perez"], ["Oddibe", "McDowell"], ["Odell", "Hale"], ["Odell", "Jones"], ["Odie", "Davis"], ["Odie", "Porter"], ["Odrisamer", "Despaigne"], ["Odubel", "Herrera"], ["Ody", "Abbott"], ["Offa", "Neal"], ["Oil Can", "Boyd"], ["Olaf", "Henriksen"], ["Old Hoss", "Radbourn"], ["Ole", "Olsen"], ["Oliver", "Brown"], ["Oliver", "Drake"], ["Oliver", "Hill"], ["Oliver", "Perez"], ["Ollie", "Beard"], ["Ollie", "Bejma"], ["Ollie", "Brown"], ["Ollie", "Caylor"], ["Ollie", "Fuhrman"], ["Ollie", "Hanson"], ["Ollie", "Johns"], ["Ollie", "Klee"], ["Ollie", "Marquardt"], ["Ollie", "O'Mara"], ["Ollie", "Pickering"], ["Ollie", "Sax"], ["Ollie", "Smith"], ["Ollie", "Tucker"], ["Ollie", "Voigt"], ["Ollie", "Welf"], ["Olmedo", "Saenz"], ["Omar", "Beltre"], ["Omar", "Daal"], ["Omar", "Infante"], ["Omar", "Moreno"], ["Omar", "Olivares"], ["Omar", "Quintanilla"], ["Omar", "Vizquel"], ["Omir", "Santos"], ["Ona", "Dodd"], ["Onan", "Masaoka"], ["Onelki", "Garcia"], ["Onix", "Concepcion"], ["Oral", "Hildebrand"], ["Orator", "Shafer"], ["Orber", "Moreno"], ["Orel", "Hershiser"], ["Oreste", "Marrero"], ["Orestes", "Destrade"], ["Orie", "Arntzen"], ["Orie", "Kerlin"], ["Oris", "Hockett"], ["Orlando", "Alvarez"], ["Orlando", "Cabrera"], ["Orlando", "Calixte"], ["Orlando", "Cepeda"], ["Orlando", "Gonzalez"], ["Orlando", "Hernandez"], ["Orlando", "Hudson"], ["Orlando", "Isales"], ["Orlando", "McFarlane"], ["Orlando", "Mercado"], ["Orlando", "Merced"], ["Orlando", "Miller"], ["Orlando", "Palmeiro"], ["Orlando", "Pena"], ["Orlando", "Ramirez"], ["Orlando", "Sanchez"], ["Orlie", "Weaver"], ["Orlin", "Collier"], ["Ormond", "Butler"], ["Orson", "Baldwin"], ["Orth", "Collins"], ["Orval", "Grove"], ["Orval", "Overall"], ["Orville", "Armbrust"], ["Orville", "Jorgens"], ["Oscar", "Azocar"], ["Oscar", "Bielaski"], ["Oscar", "Brown"], ["Oscar", "Charleston"], ["Oscar", "Dugey"], ["Oscar", "Estrada"], ["Oscar", "Fuhr"], ["Oscar", "Gamble"], ["Oscar", "Georgy"], ["Oscar", "Graham"], ["Oscar", "Grimes"], ["Oscar", "Harstad"], ["Oscar", "Henriquez"], ["Oscar", "Hernandez"], ["Oscar", "Horstmann"], ["Oscar", "Jones"], ["Oscar", "Judd"], ["Oscar", "Munoz"], ["Oscar", "Purner"], ["Oscar", "Robles"], ["Oscar", "Roettger"], ["Oscar", "Salazar"], ["Oscar", "Siemer"], ["Oscar", "Stanage"], ["Oscar", "Streit"], ["Oscar", "Taveras"], ["Oscar", "Tuero"], ["Oscar", "Villarreal"], ["Oscar", "Walker"], ["Oscar", "Westerberg"], ["Oscar", "Zamora"], ["Osiris", "Matos"], ["Ossee", "Schrecongost"], ["Ossie", "Alvarez"], ["Ossie", "Blanco"], ["Ossie", "Bluege"], ["Ossie", "Chavarria"], ["Ossie", "France"], ["Ossie", "Orwoll"], ["Ossie", "Vitt"], ["Osvaldo", "Fernandez"], ["Osvaldo", "Martinez"], ["Oswaldo", "Arcia"], ["Oswaldo", "Mairena"], ["Oswaldo", "Navarro"], ["Oswaldo", "Peraza"], ["Otey", "Clark"], ["Otho", "Nitcholas"], ["Otis", "Brannan"], ["Otis", "Clymer"], ["Otis", "Davis"], ["Otis", "Johnson"], ["Otis", "Lambeth"], ["Otis", "Lawry"], ["Otis", "Miller"], ["Otis", "Nixon"], ["Otis", "Stocksdale"], ["Otis", "Thornton"], ["Otto", "Bluege"], ["Otto", "Denning"], ["Otto", "Hess"], ["Otto", "Huber"], ["Otto", "Jacobs"], ["Otto", "Knabe"], ["Otto", "Krueger"], ["Otto", "McIvor"], ["Otto", "Miller"], ["Otto", "Neu"], ["Otto", "Rettig"], ["Otto", "Schomberg"], ["Otto", "Velez"], ["Otto", "Vogel"], ["Otto", "Williams"], ["Overton", "Tremper"], ["Ovid", "Nicholson"], ["Owen", "Conway"], ["Owen", "Friend"], ["Owen", "Kahn"], ["Owen", "Scheetz"], ["Owen", "Shannon"], ["Ownie", "Carroll"], ["Ox", "Eckhardt"], ["Ox", "Miller"], ["Oyster", "Burns"], ["Ozzie", "Canseco"], ["Ozzie", "Guillen"], ["Ozzie", "Osborn"], ["Ozzie", "Smith"], ["Ozzie", "Timmons"], ["Ozzie", "Van Brabant"], ["Ozzie", "Virgil"], ["P. J.", "Forbes"], ["P. J.", "Walters"], ["Pablo", "Martinez"], ["Pablo", "Ozuna"], ["Pablo", "Sandoval"], ["Pablo", "Torrealba"], ["Packy", "Dillon"], ["Packy", "Rogers"], ["Paco", "Rodriguez"], ["Paddy", "Baumann"], ["Paddy", "Driscoll"], ["Paddy", "Greene"], ["Paddy", "Livingston"], ["Paddy", "Mayes"], ["Paddy", "O'Connor"], ["Paddy", "Quinn"], ["Paddy", "Siglin"], ["Paddy", "Smith"], ["Palmer", "Hildebrand"], ["Pancho", "Herrera"], ["Pants", "Rowland"], ["Papa", "Williams"], ["Park", "Swartzel"], ["Parke", "Wilson"], ["Parson", "Nicholson"], ["Parson", "Perryman"], ["Pascual", "Matos"], ["Pascual", "Perez"], ["Pasqual", "Coco"], ["Pat", "Ahearne"], ["Pat", "Ankenman"], ["Pat", "Bohen"], ["Pat", "Borders"], ["Pat", "Bourque"], ["Pat", "Burke"], ["Pat", "Burrell"], ["Pat", "Callaghan"], ["Pat", "Capri"], ["Pat", "Caraway"], ["Pat", "Carney"], ["Pat", "Carroll"], ["Pat", "Clements"], ["Pat", "Collins"], ["Pat", "Combs"], ["Pat", "Cooper"], ["Pat", "Corrales"], ["Pat", "Crawford"], ["Pat", "Creeden"], ["Pat", "Crisham"], ["Pat", "Daneker"], ["Pat", "Darcy"], ["Pat", "Dealy"], ["Pat", "Deasley"], ["Pat", "Deisel"], ["Pat", "Dillard"], ["Pat", "Dobson"], ["Pat", "Dodson"], ["Pat", "Donahue"], ["Pat", "Duff"], ["Pat", "Duncan"], ["Pat", "Flaherty"], ["Pat", "French"], ["Pat", "Friel"], ["Pat", "Gillick"], ["Pat", "Gomez"], ["Pat", "Griffin"], ["Pat", "Hannivan"], ["Pat", "Hardgrove"], ["Pat", "Hartnett"], ["Pat", "Hentgen"], ["Pat", "Hilly"], ["Pat", "House"], ["Pat", "Howell"], ["Pat", "Hynes"], ["Pat", "Jacquez"], ["Pat", "Jarvis"], ["Pat", "Keedy"], ["Pat", "Kelly"], ["Pat", "Kilhullen"], ["Pat", "Larkin"], ["Pat", "Lennon"], ["Pat", "Listach"], ["Pat", "Luby"], ["Pat", "Lyons"], ["Pat", "Mahomes"], ["Pat", "Malone"], ["Pat", "Maloney"], ["Pat", "Martin"], ["Pat", "McCauley"], ["Pat", "McCoy"], ["Pat", "McGee"], ["Pat", "McGehee"], ["Pat", "McGlothin"], ["Pat", "McLaughlin"], ["Pat", "McManus"], ["Pat", "McNulty"], ["Pat", "Meares"], ["Pat", "Misch"], ["Pat", "Moran"], ["Pat", "Mullin"], ["Pat", "Murphy"], ["Pat", "Murray"], ["Pat", "Neshek"], ["Pat", "Newnam"], ["Pat", "O'Connell"], ["Pat", "Osburn"], ["Pat", "Pacillo"], ["Pat", "Paige"], ["Pat", "Parker"], ["Pat", "Patterson"], ["Pat", "Perry"], ["Pat", "Pettee"], ["Pat", "Powers"], ["Pat", "Putnam"], ["Pat", "Ragan"], ["Pat", "Rapp"], ["Pat", "Rice"], ["Pat", "Rockett"], ["Pat", "Rooney"], ["Pat", "Scanlon"], ["Pat", "Scantlebury"], ["Pat", "Seerey"], ["Pat", "Sheridan"], ["Pat", "Simmons"], ["Pat", "Strange"], ["Pat", "Sullivan"], ["Pat", "Tabler"], ["Pat", "Tobin"], ["Pat", "Underwood"], ["Pat", "Veltman"], ["Pat", "Venditte"], ["Pat", "Watkins"], ["Pat", "Whitaker"], ["Pat", "Wright"], ["Pat", "Zachry"], ["Patrick", "Corbin"], ["Patrick", "Gillespie"], ["Patrick", "Horan"], ["Patrick", "McKenna"], ["Patrick", "O'Loughlin"], ["Patsy", "Donovan"], ["Patsy", "Dougherty"], ["Patsy", "Flaherty"], ["Patsy", "Gharrity"], ["Patsy", "McGaffigan"], ["Patsy", "O'Rourke"], ["Patsy", "Tebeau"], ["Paul", "Abbott"], ["Paul", "Assenmacher"], ["Paul", "Bako"], ["Paul", "Blair"], ["Paul", "Boris"], ["Paul", "Brown"], ["Paul", "Burris"], ["Paul", "Busby"], ["Paul", "Byrd"], ["Paul", "Calvert"], ["Paul", "Campbell"], ["Paul", "Carey"], ["Paul", "Carpenter"], ["Paul", "Carter"], ["Paul", "Casanova"], ["Paul", "Castner"], ["Paul", "Chervinko"], ["Paul", "Clemens"], ["Paul", "Cook"], ["Paul", "Dade"], ["Paul", "Dean"], ["Paul", "Derringer"], ["Paul", "Dicken"], ["Paul", "Doyle"], ["Paul", "Easterling"], ["Paul", "Edmondson"], ["Paul", "Erickson"], ["Paul", "Faries"], ["Paul", "Fittery"], ["Paul", "Fitzke"], ["Paul", "Fletcher"], ["Paul", "Florence"], ["Paul", "Foytack"], ["Paul", "Gehrman"], ["Paul", "Gibson"], ["Paul", "Giel"], ["Paul", "Gillespie"], ["Paul", "Gilliford"], ["Paul", "Goldschmidt"], ["Paul", "Gregory"], ["Paul", "Hartzell"], ["Paul", "Hines"], ["Paul", "Hinrichs"], ["Paul", "Hinson"], ["Paul", "Hodgson"], ["Paul", "Hoover"], ["Paul", "Hopkins"], ["Paul", "Householder"], ["Paul", "Howard"], ["Paul", "Janish"], ["Paul", "Jata"], ["Paul", "Johnson"], ["Paul", "Kardow"], ["Paul", "Kilgus"], ["Paul", "Konerko"], ["Paul", "Krichell"], ["Paul", "LaPalme"], ["Paul", "Lehner"], ["Paul", "Lindblad"], ["Paul", "Lo Duca"], ["Paul", "Maholm"], ["Paul", "Maloy"], ["Paul", "Marak"], ["Paul", "Martin"], ["Paul", "Masterson"], ["Paul", "McAnulty"], ["Paul", "McClellan"], ["Paul", "McCullough"], ["Paul", "McSweeney"], ["Paul", "Meloan"], ["Paul", "Menhart"], ["Paul", "Miller"], ["Paul", "Minner"], ["Paul", "Mirabella"], ["Paul", "Mitchell"], ["Paul", "Molitor"], ["Paul", "Moskau"], ["Paul", "Musser"], ["Paul", "Noce"], ["Paul", "O'Dea"], ["Paul", "O'Neill"], ["Paul", "Owens"], ["Paul", "Penson"], ["Paul", "Pettit"], ["Paul", "Phillips"], ["Paul", "Popovich"], ["Paul", "Powell"], ["Paul", "Quantrill"], ["Paul", "Radford"], ["Paul", "Ratliff"], ["Paul", "Reuschel"], ["Paul", "Richards"], ["Paul", "Rigdon"], ["Paul", "Runge"], ["Paul", "Russell"], ["Paul", "Schaal"], ["Paul", "Schramka"], ["Paul", "Schreiber"], ["Paul", "Sentell"], ["Paul", "Serna"], ["Paul", "Shuey"], ["Paul", "Siebert"], ["Paul", "Smith"], ["Paul", "Sorrento"], ["Paul", "Speraw"], ["Paul", "Splittorff"], ["Paul", "Spoljaric"], ["Paul", "Strand"], ["Paul", "Stuffel"], ["Paul", "Swingle"], ["Paul", "Thormodsgard"], ["Paul", "Toth"], ["Paul", "Wachtel"], ["Paul", "Wagner"], ["Paul", "Waner"], ["Paul", "Wilmet"], ["Paul", "Wilson"], ["Paul", "Zahniser"], ["Paul", "Zuvella"], ["Paulo", "Orlando"], ["Paxton", "Crawford"], ["Pea Ridge", "Day"], ["Peaches", "Davis"], ["Peaches", "Graham"], ["Peaches", "O'Neill"], ["Peanuts", "Lowrey"], ["Pearce", "Chiles"], ["Pedro", "Alvarez"], ["Pedro", "Astacio"], ["Pedro", "Baez"], ["Pedro", "Beato"], ["Pedro", "Borbon"], ["Pedro", "Castellano"], ["Pedro", "Ciriaco"], ["Pedro", "Dibut"], ["Pedro", "Feliciano"], ["Pedro", "Feliz"], ["Pedro", "Figueroa"], ["Pedro", "Florimon"], ["Pedro", "Garcia"], ["Pedro", "Gonzalez"], ["Pedro", "Guerrero"], ["Pedro", "Hernandez"], ["Pedro", "Liriano"], ["Pedro", "Lopez"], ["Pedro", "Martinez"], ["Pedro", "Munoz"], ["Pedro", "Ramos"], ["Pedro", "Santana"], ["Pedro", "Severino"], ["Pedro", "Strop"], ["Pedro", "Swann"], ["Pedro", "Valdes"], ["Pedro", "Villarreal"], ["Pedro", "Viola"], ["Pee Wee", "Reese"], ["Pee-Wee", "Wanninger"], ["Peek-A-Boo", "Veach"], ["Pelham", "Ballenger"], ["Pembroke", "Finlayson"], ["Pep", "Clark"], ["Pep", "Deininger"], ["Pep", "Goodwin"], ["Pep", "Harris"], ["Pep", "Rambert"], ["Pep", "Young"], ["Pepe", "Frias"], ["Pepe", "Mangual"], ["Pepper", "Martin"], ["Pepper", "Peploski"], ["Percy", "Coleman"], ["Percy", "Jones"], ["Perry", "Currin"], ["Perry", "Werden"], ["Pete", "Alexander"], ["Pete", "Allen"], ["Pete", "Appleton"], ["Pete", "Broberg"], ["Pete", "Browning"], ["Pete", "Burnside"], ["Pete", "Cassidy"], ["Pete", "Castiglione"], ["Pete", "Center"], ["Pete", "Charton"], ["Pete", "Childs"], ["Pete", "Cimino"], ["Pete", "Coachman"], ["Pete", "Compton"], ["Pete", "Conway"], ["Pete", "Coscarart"], ["Pete", "Cote"], ["Pete", "Craig"], ["Pete", "Cregan"], ["Pete", "Daglia"], ["Pete", "Dalena"], ["Pete", "Daley"], ["Pete", "Daniels"], ["Pete", "Donnelly"], ["Pete", "Donohue"], ["Pete", "Dowling"], ["Pete", "Elko"], ["Pete", "Fahrer"], ["Pete", "Falcone"], ["Pete", "Falsey"], ["Pete", "Filson"], ["Pete", "Fox"], ["Pete", "Fries"], ["Pete", "Galligan"], ["Pete", "Gebrian"], ["Pete", "Gilbert"], ["Pete", "Gray"], ["Pete", "Hamm"], ["Pete", "Harnisch"], ["Pete", "Hasney"], ["Pete", "Henning"], ["Pete", "Hernandez"], ["Pete", "Hill"], ["Pete", "Hotaling"], ["Pete", "Incaviglia"], ["Pete", "Johns"], ["Pete", "Kilduff"], ["Pete", "Knisely"], ["Pete", "Koegel"], ["Pete", "Kozma"], ["Pete", "LaCock"], ["Pete", "LaForest"], ["Pete", "Ladd"], ["Pete", "Lamer"], ["Pete", "Lapan"], ["Pete", "Layden"], ["Pete", "LePine"], ["Pete", "Lister"], ["Pete", "Lohman"], ["Pete", "Loos"], ["Pete", "Lovrich"], ["Pete", "Mackanin"], ["Pete", "Magrini"], ["Pete", "McBride"], ["Pete", "McClanahan"], ["Pete", "McShannic"], ["Pete", "Meegan"], ["Pete", "Mikkelsen"], ["Pete", "Milne"], ["Pete", "Morris"], ["Pete", "Naktenis"], ["Pete", "Naton"], ["Pete", "Noonan"], ["Pete", "O'Brien"], ["Pete", "Orr"], ["Pete", "Rambo"], ["Pete", "Redfern"], ["Pete", "Reiser"], ["Pete", "Richert"], ["Pete", "Rose"], ["Pete", "Runnels"], ["Pete", "Schmidt"], ["Pete", "Schneider"], ["Pete", "Schourek"], ["Pete", "Scott"], ["Pete", "Shields"], ["Pete", "Sims"], ["Pete", "Sivess"], ["Pete", "Smith"], ["Pete", "Standridge"], ["Pete", "Stanicek"], ["Pete", "Suder"], ["Pete", "Susko"], ["Pete", "Sweeney"], ["Pete", "Taylor"], ["Pete", "Treacey"], ["Pete", "Turgeon"], ["Pete", "Varney"], ["Pete", "Vuckovich"], ["Pete", "Walker"], ["Pete", "Ward"], ["Pete", "Weckbecker"], ["Pete", "Whisenant"], ["Pete", "Wilson"], ["Pete", "Wojey"], ["Pete", "Wood"], ["Pete", "Woodruff"], ["Pete", "Young"], ["Peter", "Bergeron"], ["Peter", "Bourjos"], ["Peter", "Connell"], ["Peter", "Hoy"], ["Peter", "Moylan"], ["Peter", "Munro"], ["Peter", "O'Brien"], ["Peter", "Zoccolillo"], ["Petie", "Behan"], ["Phenomenal", "Smith"], ["Phil", "Baker"], ["Phil", "Bedgood"], ["Phil", "Bradley"], ["Phil", "Cavarretta"], ["Phil", "Clark"], ["Phil", "Coke"], ["Phil", "Collins"], ["Phil", "Cooney"], ["Phil", "Coridan"], ["Phil", "Douglas"], ["Phil", "Dumatrait"], ["Phil", "Gagliano"], ["Phil", "Gallivan"], ["Phil", "Garner"], ["Phil", "Geier"], ["Phil", "Haugstad"], ["Phil", "Hennigan"], ["Phil", "Hensiek"], ["Phil", "Hiatt"], ["Phil", "Huffman"], ["Phil", "Hughes"], ["Phil", "Irwin"], ["Phil", "Ketter"], ["Phil", "Klein"], ["Phil", "Knell"], ["Phil", "Leftwich"], ["Phil", "Lewis"], ["Phil", "Linz"], ["Phil", "Lombardi"], ["Phil", "Mankowski"], ["Phil", "Marchildon"], ["Phil", "Masi"], ["Phil", "McCullough"], ["Phil", "Meeler"], ["Phil", "Morrison"], ["Phil", "Mudrock"], ["Phil", "Nastu"], ["Phil", "Nevin"], ["Phil", "Niekro"], ["Phil", "Norton"], ["Phil", "Ortega"], ["Phil", "Ouellette"], ["Phil", "Page"], ["Phil", "Paine"], ["Phil", "Plantier"], ["Phil", "Powers"], ["Phil", "Reardon"], ["Phil", "Reccius"], ["Phil", "Redding"], ["Phil", "Regan"], ["Phil", "Rizzuto"], ["Phil", "Roof"], ["Phil", "Routcliffe"], ["Phil", "Saylor"], ["Phil", "Seibel"], ["Phil", "Slattery"], ["Phil", "Stephenson"], ["Phil", "Stidham"], ["Phil", "Stockman"], ["Phil", "Stremmel"], ["Phil", "Todt"], ["Phil", "Tomney"], ["Phil", "Voyles"], ["Phil", "Weintraub"], ["Phil", "Wisner"], ["Philip", "Barzilla"], ["Philip", "Gosselin"], ["Philip", "Humber"], ["Phillippe", "Aumont"], ["Phonney", "Martin"], ["Pi", "Schwert"], ["Pickles", "Dillhoefer"], ["Pid", "Purdy"], ["Pidge", "Browne"], ["Pidgey", "Morgan"], ["Pie", "Traynor"], ["Piggy", "Ward"], ["Pinch", "Thomas"], ["Ping", "Bodie"], ["Pink", "Hawley"], ["Pinky", "Hargrave"], ["Pinky", "Higgins"], ["Pinky", "Jorgensen"], ["Pinky", "May"], ["Pinky", "Pittenger"], ["Pinky", "Swander"], ["Pinky", "Whitney"], ["Pinky", "Woods"], ["Pip", "Koehler"], ["Pit", "Gilman"], ["Placido", "Polanco"], ["Podge", "Weihe"], ["Pokey", "Reese"], ["Pol", "Perritt"], ["Polly", "McLarry"], ["Polly", "Wolfe"], ["Pony", "Sager"], ["Pop", "Corkhill"], ["Pop", "Dillon"], ["Pop", "Foster"], ["Pop", "Joy"], ["Pop", "Lloyd"], ["Pop", "Rising"], ["Pop", "Schriver"], ["Pop", "Smith"], ["Pop", "Snyder"], ["Pop", "Swett"], ["Pop", "Tate"], ["Pop", "Williams"], ["Pop-boy", "Smith"], ["Porfi", "Altamirano"], ["Porter", "Vaughan"], ["Possum", "Whitted"], ["Preacher", "Roe"], ["Prentice", "Redman"], ["Press", "Cruthers"], ["Preston", "Claiborne"], ["Preston", "Gomez"], ["Preston", "Guilmet"], ["Preston", "Hanna"], ["Preston", "Tucker"], ["Preston", "Ward"], ["Preston", "Wilson"], ["Pretzel", "Pezzullo"], ["Pretzels", "Getzien"], ["Prince", "Fielder"], ["Prince", "Oana"], ["Pryor", "McBee"], ["Pryor", "McElveen"], ["Puchy", "Delgado"], ["Pud", "Galvin"], ["Pug", "Bennett"], ["Pug", "Cavet"], ["Pug", "Griffin"], ["Pumpsie", "Green"], ["Punch", "Knoll"], ["Purnal", "Goldy"], ["Pussy", "Tebeau"], ["Putsy", "Caballero"], ["Queenie", "O'Rourke"], ["Quilvio", "Veras"], ["Quincy", "Trouppe"], ["Quinn", "Mack"], ["Quintin", "Berry"], ["Quinton", "McCracken"], ["R C", "Stevens"], ["R. A.", "Dickey"], ["R. J.", "Alvarez"], ["R. J.", "Reynolds"], ["R. J.", "Swindle"], ["Rabbit", "Benton"], ["Rabbit", "Maranville"], ["Rabbit", "Nill"], ["Rabbit", "Robinson"], ["Rabbit", "Warstler"], ["Radhames", "Dykhoff"], ["Radhames", "Liz"], ["Rae", "Blaemire"], ["Rafael", "Almeida"], ["Rafael", "Batista"], ["Rafael", "Belliard"], ["Rafael", "Betancourt"], ["Rafael", "Bournigal"], ["Rafael", "Carmona"], ["Rafael", "Dolis"], ["Rafael", "Furcal"], ["Rafael", "Landestoy"], ["Rafael", "Lopez"], ["Rafael", "Martin"], ["Rafael", "Medina"], ["Rafael", "Montalvo"], ["Rafael", "Montero"], ["Rafael", "Novoa"], ["Rafael", "Ortega"], ["Rafael", "Palmeiro"], ["Rafael", "Perez"], ["Rafael", "Quirico"], ["Rafael", "Ramirez"], ["Rafael", "Robles"], ["Rafael", "Rodriguez"], ["Rafael", "Roque"], ["Rafael", "Santana"], ["Rafael", "Santo Domingo"], ["Rafael", "Soriano"], ["Rafael", "Valdez"], ["Rafael", "Vasquez"], ["Rafael", "Ynoa"], ["Rags", "Faircloth"], ["Raisel", "Iglesias"], ["Rajai", "Davis"], ["Raleigh", "Aitchison"], ["Ralph", "Beard"], ["Ralph", "Bell"], ["Ralph", "Birkofer"], ["Ralph", "Botting"], ["Ralph", "Branca"], ["Ralph", "Brickner"], ["Ralph", "Bryant"], ["Ralph", "Buxton"], ["Ralph", "Caldwell"], ["Ralph", "Capron"], ["Ralph", "Citarella"], ["Ralph", "Comstock"], ["Ralph", "Edwards"], ["Ralph", "Erickson"], ["Ralph", "Gagliano"], ["Ralph", "Garcia"], ["Ralph", "Garr"], ["Ralph", "Glaze"], ["Ralph", "Good"], ["Ralph", "Ham"], ["Ralph", "Hamner"], ["Ralph", "Head"], ["Ralph", "Hodgin"], ["Ralph", "Houk"], ["Ralph", "Judd"], ["Ralph", "Kiner"], ["Ralph", "Kreitz"], ["Ralph", "LaPointe"], ["Ralph", "Lumenti"], ["Ralph", "Mattis"], ["Ralph", "Mauriello"], ["Ralph", "McCabe"], ["Ralph", "McConnaughey"], ["Ralph", "McLaurin"], ["Ralph", "McLeod"], ["Ralph", "Michaels"], ["Ralph", "Miller"], ["Ralph", "Milliard"], ["Ralph", "Mitterling"], ["Ralph", "Onis"], ["Ralph", "Pond"], ["Ralph", "Savidge"], ["Ralph", "Shafer"], ["Ralph", "Sharman"], ["Ralph", "Shinners"], ["Ralph", "Terry"], ["Ralph", "Weigel"], ["Ralph", "Winegarner"], ["Ralph", "Works"], ["Ralph", "Young"], ["Ramiro", "Mendoza"], ["Ramiro", "Pena"], ["Ramon", "Aviles"], ["Ramon", "Cabrera"], ["Ramon", "Caraballo"], ["Ramon", "Castro"], ["Ramon", "Conde"], ["Ramon", "Fermin"], ["Ramon", "Flores"], ["Ramon", "Garcia"], ["Ramon", "Hernandez"], ["Ramon", "Lopez"], ["Ramon", "Manon"], ["Ramon", "Martinez"], ["Ramon", "Monzant"], ["Ramon", "Morel"], ["Ramon", "Nivar"], ["Ramon", "Ortiz"], ["Ramon", "Pena"], ["Ramon", "Ramirez"], ["Ramon", "Romero"], ["Ramon", "Santiago"], ["Ramon", "Tatis"], ["Ramon", "Troncoso"], ["Ramon", "Vazquez"], ["Ramon", "Webster"], ["Ramon", "de los Santos"], ["Rance", "Mulliniks"], ["Rance", "Pless"], ["Randal", "Grichuk"], ["Randall", "Delgado"], ["Randall", "Simon"], ["Randor", "Bierd"], ["Randy", "Asadoor"], ["Randy", "Bass"], ["Randy", "Bobb"], ["Randy", "Bockus"], ["Randy", "Brown"], ["Randy", "Bush"], ["Randy", "Byers"], ["Randy", "Choate"], ["Randy", "Elliott"], ["Randy", "Flores"], ["Randy", "Gomez"], ["Randy", "Gumpert"], ["Randy", "Heflin"], ["Randy", "Hennis"], ["Randy", "Hundley"], ["Randy", "Hunt"], ["Randy", "Jackson"], ["Randy", "Johnson"], ["Randy", "Jones"], ["Randy", "Keisler"], ["Randy", "Knorr"], ["Randy", "Kramer"], ["Randy", "Kutcher"], ["Randy", "Lerch"], ["Randy", "Martz"], ["Randy", "McCament"], ["Randy", "McGilberry"], ["Randy", "Messenger"], ["Randy", "Miller"], ["Randy", "Milligan"], ["Randy", "Moffitt"], ["Randy", "Moore"], ["Randy", "Myers"], ["Randy", "Niemann"], ["Randy", "Nosek"], ["Randy", "O'Neal"], ["Randy", "Ready"], ["Randy", "Ruiz"], ["Randy", "Scarbery"], ["Randy", "Schwartz"], ["Randy", "St. Claire"], ["Randy", "Stein"], ["Randy", "Sterling"], ["Randy", "Tate"], ["Randy", "Tomlin"], ["Randy", "Velarde"], ["Randy", "Veres"], ["Randy", "Wells"], ["Randy", "Wiles"], ["Randy", "Williams"], ["Randy", "Winn"], ["Randy", "Wolf"], ["Rankin", "Johnson"], ["Rasty", "Wright"], ["Raudel", "Lazo"], ["Raul", "Casanova"], ["Raul", "Chavez"], ["Raul", "Gonzalez"], ["Raul", "Ibanez"], ["Raul", "Mondesi"], ["Raul", "Sanchez"], ["Raul", "Valdes"], ["Ravelo", "Manzanillo"], ["Rawly", "Eastwick"], ["Ray", "Bare"], ["Ray", "Barker"], ["Ray", "Bates"], ["Ray", "Benge"], ["Ray", "Berres"], ["Ray", "Blades"], ["Ray", "Blemker"], ["Ray", "Boggs"], ["Ray", "Boone"], ["Ray", "Boyd"], ["Ray", "Brown"], ["Ray", "Burris"], ["Ray", "Busse"], ["Ray", "Caldwell"], ["Ray", "Callahan"], ["Ray", "Chadwick"], ["Ray", "Chapman"], ["Ray", "Coleman"], ["Ray", "Collins"], ["Ray", "Corbin"], ["Ray", "Cosey"], ["Ray", "Crone"], ["Ray", "Culp"], ["Ray", "Cunningham"], ["Ray", "Dandridge"], ["Ray", "Daviault"], ["Ray", "Demmitt"], ["Ray", "Dobens"], ["Ray", "Durham"], ["Ray", "Fisher"], ["Ray", "Fitzgerald"], ["Ray", "Flanigan"], ["Ray", "Flaskamper"], ["Ray", "Foley"], ["Ray", "Fontenot"], ["Ray", "Fosse"], ["Ray", "Francis"], ["Ray", "French"], ["Ray", "Gardner"], ["Ray", "Giannelli"], ["Ray", "Goolsby"], ["Ray", "Gordinier"], ["Ray", "Grimes"], ["Ray", "Hamrick"], ["Ray", "Harrell"], ["Ray", "Hartranft"], ["Ray", "Hathaway"], ["Ray", "Hayward"], ["Ray", "Hayworth"], ["Ray", "Herbert"], ["Ray", "Hoffman"], ["Ray", "Holbert"], ["Ray", "Jablonski"], ["Ray", "Jacobs"], ["Ray", "Jansen"], ["Ray", "Jarvis"], ["Ray", "Katt"], ["Ray", "Keating"], ["Ray", "Kennedy"], ["Ray", "King"], ["Ray", "Knight"], ["Ray", "Knode"], ["Ray", "Kolp"], ["Ray", "Krawczyk"], ["Ray", "Kremer"], ["Ray", "Lamanno"], ["Ray", "Lamb"], ["Ray", "Lankford"], ["Ray", "Lucas"], ["Ray", "Mack"], ["Ray", "Martin"], ["Ray", "McDavid"], ["Ray", "Medeiros"], ["Ray", "Miller"], ["Ray", "Miner"], ["Ray", "Montgomery"], ["Ray", "Moore"], ["Ray", "Morehart"], ["Ray", "Morgan"], ["Ray", "Moss"], ["Ray", "Mowe"], ["Ray", "Mueller"], ["Ray", "Murray"], ["Ray", "Narleski"], ["Ray", "Nelson"], ["Ray", "Newman"], ["Ray", "Noble"], ["Ray", "O'Brien"], ["Ray", "Olmedo"], ["Ray", "Oyler"], ["Ray", "Pepper"], ["Ray", "Peters"], ["Ray", "Phelps"], ["Ray", "Pierce"], ["Ray", "Poat"], ["Ray", "Poole"], ["Ray", "Powell"], ["Ray", "Prim"], ["Ray", "Richmond"], ["Ray", "Rippelmeyer"], ["Ray", "Roberts"], ["Ray", "Rohwer"], ["Ray", "Rolling"], ["Ray", "Sadecki"], ["Ray", "Sadler"], ["Ray", "Sanders"], ["Ray", "Scarborough"], ["Ray", "Schalk"], ["Ray", "Schmandt"], ["Ray", "Searage"], ["Ray", "Semproch"], ["Ray", "Shearer"], ["Ray", "Shepardson"], ["Ray", "Shook"], ["Ray", "Shore"], ["Ray", "Smith"], ["Ray", "Soff"], ["Ray", "Starr"], ["Ray", "Steineder"], ["Ray", "Stephens"], ["Ray", "Stoviak"], ["Ray", "Thomas"], ["Ray", "Tift"], ["Ray", "Treadaway"], ["Ray", "Washburn"], ["Ray", "Webster"], ["Ray", "Wolf"], ["Ray", "Yochim"], ["Raymond", "Haley"], ["Razor", "Ledbetter"], ["Razor", "Shines"], ["Reb", "Russell"], ["Rebel", "Oakes"], ["Red", "Adams"], ["Red", "Ames"], ["Red", "Anderson"], ["Red", "Badgro"], ["Red", "Barbary"], ["Red", "Barkley"], ["Red", "Barnes"], ["Red", "Barrett"], ["Red", "Barron"], ["Red", "Bird"], ["Red", "Bittmann"], ["Red", "Bluhm"], ["Red", "Booles"], ["Red", "Borom"], ["Red", "Bowser"], ["Red", "Bullock"], ["Red", "Causey"], ["Red", "Connally"], ["Red", "Corriden"], ["Red", "Cox"], ["Red", "Donahue"], ["Red", "Dooin"], ["Red", "Dorman"], ["Red", "Downey"], ["Red", "Downs"], ["Red", "Durrett"], ["Red", "Ehret"], ["Red", "Embree"], ["Red", "Evans"], ["Red", "Faber"], ["Red", "Fisher"], ["Red", "Gunkel"], ["Red", "Hardy"], ["Red", "Hayworth"], ["Red", "Hill"], ["Red", "Hoff"], ["Red", "Holt"], ["Red", "Howell"], ["Red", "Jones"], ["Red", "Juelich"], ["Red", "Kellett"], ["Red", "Kelly"], ["Red", "Killefer"], ["Red", "Kleinow"], ["Red", "Kress"], ["Red", "Lanning"], ["Red", "Long"], ["Red", "Lucas"], ["Red", "Lutz"], ["Red", "Lynn"], ["Red", "Marion"], ["Red", "Massey"], ["Red", "McDermott"], ["Red", "McKee"], ["Red", "Miller"], ["Red", "Morgan"], ["Red", "Munger"], ["Red", "Munson"], ["Red", "Murff"], ["Red", "Murray"], ["Red", "Nelson"], ["Red", "Nonnenkamp"], ["Red", "Oldham"], ["Red", "Ostergard"], ["Red", "Owens"], ["Red", "Patterson"], ["Red", "Peery"], ["Red", "Phillips"], ["Red", "Proctor"], ["Red", "Roberts"], ["Red", "Rolfe"], ["Red", "Rollings"], ["Red", "Ruffing"], ["Red", "Schillings"], ["Red", "Schoendienst"], ["Red", "Shannon"], ["Red", "Shea"], ["Red", "Sheridan"], ["Red", "Smith"], ["Red", "Smyth"], ["Red", "Steiner"], ["Red", "Swanson"], ["Red", "Thomas"], ["Red", "Torkelson"], ["Red", "Torphy"], ["Red", "Tramback"], ["Red", "Treadway"], ["Red", "Waller"], ["Red", "Webb"], ["Red", "Wilson"], ["Red", "Witt"], ["Red", "Woodhead"], ["Red", "Worthington"], ["Reddy", "Foster"], ["Reddy", "Grey"], ["Reddy", "Mack"], ["Redleg", "Snyder"], ["Reed", "Johnson"], ["Reese", "Diggs"], ["Reeve", "McKay"], ["Reggie", "Abercrombie"], ["Reggie", "Baldwin"], ["Reggie", "Cleveland"], ["Reggie", "Grabowski"], ["Reggie", "Harris"], ["Reggie", "Jackson"], ["Reggie", "Jefferson"], ["Reggie", "Otero"], ["Reggie", "Patterson"], ["Reggie", "Richter"], ["Reggie", "Ritter"], ["Reggie", "Sanders"], ["Reggie", "Smith"], ["Reggie", "Taylor"], ["Reggie", "Walton"], ["Reggie", "Williams"], ["Reggie", "Willits"], ["Regis", "Leheny"], ["Reid", "Brignac"], ["Reid", "Cornelius"], ["Reid", "Gorecki"], ["Reid", "Nichols"], ["Remy", "Hermoso"], ["Ren", "Deagle"], ["Ren", "Kelly"], ["Ren", "Wylie"], ["Rene", "Arocha"], ["Rene", "Gonzales"], ["Rene", "Lachemann"], ["Rene", "Monteagudo"], ["Rene", "Reyes"], ["Rene", "Rivera"], ["Rene", "Tosoni"], ["Rene", "Valdes"], ["Renie", "Martin"], ["Rennie", "Stennett"], ["Reno", "Bertoia"], ["Renyel", "Pinto"], ["Reuben", "Ewing"], ["Rex", "Barney"], ["Rex", "Brothers"], ["Rex", "Cecil"], ["Rex", "Dawson"], ["Rex", "DeVogt"], ["Rex", "Hudler"], ["Rex", "Hudson"], ["Rex", "Johnston"], ["Rex", "Smith"], ["Rey", "Navarro"], ["Rey", "Ordonez"], ["Rey", "Palacios"], ["Rey", "Quinones"], ["Rey", "Sanchez"], ["Reymond", "Fuentes"], ["Reynaldo", "Garcia"], ["Rheal", "Cormier"], ["Rhiner", "Cruz"], ["Rhyne", "Hughes"], ["Ri", "Jones"], ["Ribs", "Raney"], ["Ricardo", "Jordan"], ["Ricardo", "Rincon"], ["Ricardo", "Rodriguez"], ["Ricardo", "Torres"], ["Riccardo", "Ingram"], ["Rich", "Amaral"], ["Rich", "Aude"], ["Rich", "Aurilia"], ["Rich", "Barnes"], ["Rich", "Barry"], ["Rich", "Batchelor"], ["Rich", "Beck"], ["Rich", "Becker"], ["Rich", "Bordi"], ["Rich", "Butler"], ["Rich", "Chiles"], ["Rich", "Coggins"], ["Rich", "Croushore"], ["Rich", "Dauer"], ["Rich", "DeLucia"], ["Rich", "Durning"], ["Rich", "Folkers"], ["Rich", "Gale"], ["Rich", "Garces"], ["Rich", "Gedman"], ["Rich", "Gossage"], ["Rich", "Hacker"], ["Rich", "Hand"], ["Rich", "Harden"], ["Rich", "Hill"], ["Rich", "Hinton"], ["Rich", "Hunter"], ["Rich", "Loiselle"], ["Rich", "McKinney"], ["Rich", "Monteleone"], ["Rich", "Morales"], ["Rich", "Murray"], ["Rich", "Nye"], ["Rich", "Puig"], ["Rich", "Reese"], ["Rich", "Renteria"], ["Rich", "Robertson"], ["Rich", "Rodas"], ["Rich", "Rodriguez"], ["Rich", "Rollins"], ["Rich", "Rowland"], ["Rich", "Rundles"], ["Rich", "Sauveur"], ["Rich", "Scheid"], ["Rich", "Severson"], ["Rich", "Surhoff"], ["Rich", "Thompson"], ["Rich", "Troedson"], ["Rich", "Wortham"], ["Rich", "Yett"], ["Richard", "Dotson"], ["Richard", "Hidalgo"], ["Richie", "Ashburn"], ["Richie", "Barker"], ["Richie", "Hebner"], ["Richie", "Lewis"], ["Richie", "Moloney"], ["Richie", "Myers"], ["Richie", "Scheinblum"], ["Richie", "Sexson"], ["Richie", "Shaffer"], ["Richie", "Zisk"], ["Rick", "Adams"], ["Rick", "Aguilera"], ["Rick", "Anderson"], ["Rick", "Ankiel"], ["Rick", "Auerbach"], ["Rick", "Austin"], ["Rick", "Baldwin"], ["Rick", "Bauer"], ["Rick", "Behenna"], ["Rick", "Bladt"], ["Rick", "Bosetti"], ["Rick", "Burleson"], ["Rick", "Camp"], ["Rick", "Cerone"], ["Rick", "DeHart"], ["Rick", "Dempsey"], ["Rick", "Engle"], ["Rick", "Ferrell"], ["Rick", "Gorecki"], ["Rick", "Grapenthin"], ["Rick", "Greene"], ["Rick", "Heiserman"], ["Rick", "Helling"], ["Rick", "Henninger"], ["Rick", "Herrscher"], ["Rick", "Honeycutt"], ["Rick", "Huisman"], ["Rick", "James"], ["Rick", "Jones"], ["Rick", "Joseph"], ["Rick", "Kester"], ["Rick", "Kreuger"], ["Rick", "Krivda"], ["Rick", "Lancellotti"], ["Rick", "Langford"], ["Rick", "Leach"], ["Rick", "Lisi"], ["Rick", "Luecken"], ["Rick", "Lysander"], ["Rick", "Mahler"], ["Rick", "Manning"], ["Rick", "Matula"], ["Rick", "Miller"], ["Rick", "Monday"], ["Rick", "Ownbey"], ["Rick", "Parker"], ["Rick", "Peters"], ["Rick", "Porcello"], ["Rick", "Reed"], ["Rick", "Reichardt"], ["Rick", "Renick"], ["Rick", "Reuschel"], ["Rick", "Rhoden"], ["Rick", "Rodriguez"], ["Rick", "Sawyer"], ["Rick", "Schu"], ["Rick", "Short"], ["Rick", "Sofield"], ["Rick", "Steirer"], ["Rick", "Stelmaszek"], ["Rick", "Sutcliffe"], ["Rick", "Sweet"], ["Rick", "Waits"], ["Rick", "White"], ["Rick", "Wilkins"], ["Rick", "Williams"], ["Rick", "Wise"], ["Rick", "Wrona"], ["Rick", "van den Hurk"], ["Rickey", "Clark"], ["Rickey", "Cradle"], ["Rickey", "Henderson"], ["Rickey", "Keeton"], ["Rickie", "Weeks"], ["Ricky", "Adams"], ["Ricky", "Bones"], ["Ricky", "Bottalico"], ["Ricky", "Gutierrez"], ["Ricky", "Horton"], ["Ricky", "Jones"], ["Ricky", "Jordan"], ["Ricky", "Ledee"], ["Ricky", "Nelson"], ["Ricky", "Nolasco"], ["Ricky", "Otero"], ["Ricky", "Pickett"], ["Ricky", "Romero"], ["Ricky", "Seilheimer"], ["Ricky", "Stone"], ["Ricky", "Trlicek"], ["Ricky", "Wright"], ["Rico", "Brogna"], ["Rico", "Carty"], ["Rico", "Noel"], ["Rico", "Petrocelli"], ["Rico", "Rossy"], ["Rico", "Washington"], ["Riggs", "Stephenson"], ["Rigo", "Beltran"], ["Rikkert", "Faneyte"], ["Rimp", "Lanier"], ["Rinaldo", "Williams"], ["Rinty", "Monahan"], ["Rip", "Cannell"], ["Rip", "Coleman"], ["Rip", "Collins"], ["Rip", "Conway"], ["Rip", "Hagerman"], ["Rip", "Jordan"], ["Rip", "Radcliff"], ["Rip", "Ragan"], ["Rip", "Repulski"], ["Rip", "Russell"], ["Rip", "Sewell"], ["Rip", "Vowinkel"], ["Rip", "Wade"], ["Rip", "Wheeler"], ["Rip", "Williams"], ["Ripper", "Collins"], ["Rit", "Harrison"], ["Rivington", "Bisland"], ["Rob", "Andrews"], ["Rob", "Bell"], ["Rob", "Belloir"], ["Rob", "Bowen"], ["Rob", "Brantly"], ["Rob", "Butler"], ["Rob", "Deer"], ["Rob", "Delaney"], ["Rob", "Dibble"], ["Rob", "Dressler"], ["Rob", "Ducey"], ["Rob", "Ellis"], ["Rob", "Gardner"], ["Rob", "Johnson"], ["Rob", "Lukachyk"], ["Rob", "Mackowiak"], ["Rob", "Mallicoat"], ["Rob", "Maurer"], ["Rob", "Murphy"], ["Rob", "Natal"], ["Rob", "Nelson"], ["Rob", "Picciolo"], ["Rob", "Radlosky"], ["Rob", "Rasmussen"], ["Rob", "Refsnyder"], ["Rob", "Richie"], ["Rob", "Ryan"], ["Rob", "Sasser"], ["Rob", "Scahill"], ["Rob", "Sperring"], ["Rob", "Stanifer"], ["Rob", "Tejeda"], ["Rob", "Wilfong"], ["Rob", "Woodward"], ["Rob", "Wooten"], ["Robb", "Nen"], ["Robb", "Quinlan"], ["Robbie", "Beckett"], ["Robbie", "Erlin"], ["Robbie", "Grossman"], ["Robbie", "Ray"], ["Robbie", "Ross"], ["Robbie", "Weinhardt"], ["Robbie", "Wine"], ["Robby", "Hammock"], ["Robby", "Thompson"], ["Robert", "Andino"], ["Robert", "Armstrong"], ["Robert", "Brown"], ["Robert", "Carson"], ["Robert", "Coello"], ["Robert", "Dodd"], ["Robert", "Eenhoorn"], ["Robert", "Ellis"], ["Robert", "Fick"], ["Robert", "Foster"], ["Robert", "Gibson"], ["Robert", "Machado"], ["Robert", "Manuel"], ["Robert", "Mosebach"], ["Robert", "Perez"], ["Robert", "Person"], ["Robert", "Ramsay"], ["Robert", "Ray"], ["Robert", "Stevens"], ["Roberto", "Alomar"], ["Roberto", "Clemente"], ["Roberto", "Duran"], ["Roberto", "Hernandez"], ["Roberto", "Kelly"], ["Roberto", "Mejia"], ["Roberto", "Novoa"], ["Roberto", "Ortiz"], ["Roberto", "Osuna"], ["Roberto", "Pena"], ["Roberto", "Perez"], ["Roberto", "Petagine"], ["Roberto", "Ramirez"], ["Roberto", "Rivera"], ["Roberto", "Rodriguez"], ["Roberto", "Vargas"], ["Robin", "Jennings"], ["Robin", "Roberts"], ["Robin", "Ventura"], ["Robin", "Yount"], ["Robinson", "Cancel"], ["Robinson", "Cano"], ["Robinson", "Checo"], ["Robinson", "Chirinos"], ["Robinzon", "Diaz"], ["Rocco", "Baldelli"], ["Rocky", "Biddle"], ["Rocky", "Bridges"], ["Rocky", "Cherry"], ["Rocky", "Childress"], ["Rocky", "Colavito"], ["Rocky", "Coppinger"], ["Rocky", "Gale"], ["Rocky", "Krsnich"], ["Rocky", "Nelson"], ["Rocky", "Stone"], ["Rod", "Allen"], ["Rod", "Barajas"], ["Rod", "Beck"], ["Rod", "Bolton"], ["Rod", "Booker"], ["Rod", "Brewer"], ["Rod", "Carew"], ["Rod", "Correia"], ["Rod", "Craig"], ["Rod", "Dedeaux"], ["Rod", "Gaspar"], ["Rod", "Gilbreath"], ["Rod", "Graber"], ["Rod", "Henderson"], ["Rod", "Kanehl"], ["Rod", "Lindsey"], ["Rod", "Miller"], ["Rod", "Myers"], ["Rod", "Nichols"], ["Rod", "Scurry"], ["Rodney", "McCray"], ["Rodney", "Myers"], ["Rodney", "Scott"], ["Rodrigo", "Lopez"], ["Rodrigo", "Rosario"], ["Roe", "Skidmore"], ["Roenis", "Elias"], ["Rogelio", "Alvarez"], ["Rogelio", "Martinez"], ["Roger", "Bailey"], ["Roger", "Bernadina"], ["Roger", "Bowman"], ["Roger", "Bresnahan"], ["Roger", "Carey"], ["Roger", "Cedeno"], ["Roger", "Clemens"], ["Roger", "Connor"], ["Roger", "Craig"], ["Roger", "Deago"], ["Roger", "Denzer"], ["Roger", "Erickson"], ["Roger", "Freed"], ["Roger", "Hambright"], ["Roger", "Holt"], ["Roger", "Kieschnick"], ["Roger", "LaFrancois"], ["Roger", "Maris"], ["Roger", "Marquis"], ["Roger", "Mason"], ["Roger", "McCardell"], ["Roger", "McDowell"], ["Roger", "McKee"], ["Roger", "Metzger"], ["Roger", "Miller"], ["Roger", "Moret"], ["Roger", "Nelson"], ["Roger", "Pavlik"], ["Roger", "Peckinpaugh"], ["Roger", "Repoz"], ["Roger", "Salkeld"], ["Roger", "Salmon"], ["Roger", "Samuels"], ["Roger", "Slagle"], ["Roger", "Smithberg"], ["Roger", "Weaver"], ["Roger", "Wolff"], ["Rogers", "Hornsby"], ["Roland", "Gladu"], ["Roland", "Hemond"], ["Roland", "Howell"], ["Roland", "de la Maza"], ["Rolando", "Arrojo"], ["Rolando", "Roomes"], ["Rolla", "Daringer"], ["Rolla", "Mapel"], ["Rollie", "Fingers"], ["Rollie", "Hemsley"], ["Rollie", "Naylor"], ["Rollie", "Sheldon"], ["Rollie", "Stiles"], ["Rollie", "Zeider"], ["Rollin", "Cook"], ["Roman", "Colon"], ["Roman", "Mejias"], ["Roman", "Mendez"], ["Rome", "Chambers"], ["Rommie", "Lewis"], ["Romulo", "Sanchez"], ["Ron", "Allen"], ["Ron", "Blackburn"], ["Ron", "Blazier"], ["Ron", "Blomberg"], ["Ron", "Brand"], ["Ron", "Bryant"], ["Ron", "Calloway"], ["Ron", "Campbell"], ["Ron", "Cash"], ["Ron", "Cey"], ["Ron", "Clark"], ["Ron", "Cook"], ["Ron", "Coomer"], ["Ron", "Darling"], ["Ron", "Davis"], ["Ron", "Diorio"], ["Ron", "Dunn"], ["Ron", "Fairly"], ["Ron", "Flores"], ["Ron", "Gant"], ["Ron", "Gardenhire"], ["Ron", "Guidry"], ["Ron", "Hansen"], ["Ron", "Hassey"], ["Ron", "Henry"], ["Ron", "Herbel"], ["Ron", "Hodges"], ["Ron", "Hunt"], ["Ron", "Jackson"], ["Ron", "Johnson"], ["Ron", "Jones"], ["Ron", "Karkovice"], ["Ron", "Keller"], ["Ron", "Kittle"], ["Ron", "Klimkowski"], ["Ron", "Kline"], ["Ron", "Law"], ["Ron", "LeFlore"], ["Ron", "Locke"], ["Ron", "Lolich"], ["Ron", "Mahay"], ["Ron", "Mathis"], ["Ron", "Meridith"], ["Ron", "Moeller"], ["Ron", "Mrozinski"], ["Ron", "Musselman"], ["Ron", "Necciai"], ["Ron", "Negray"], ["Ron", "Nischwitz"], ["Ron", "Northey"], ["Ron", "Oester"], ["Ron", "Perranoski"], ["Ron", "Piche"], ["Ron", "Pruitt"], ["Ron", "Reed"], ["Ron", "Rightnowar"], ["Ron", "Robinson"], ["Ron", "Roenicke"], ["Ron", "Romanick"], ["Ron", "Samford"], ["Ron", "Santo"], ["Ron", "Schueler"], ["Ron", "Shepherd"], ["Ron", "Shoop"], ["Ron", "Slocum"], ["Ron", "Stillwell"], ["Ron", "Stone"], ["Ron", "Swoboda"], ["Ron", "Taylor"], ["Ron", "Theobald"], ["Ron", "Tingley"], ["Ron", "Tompkins"], ["Ron", "Villone"], ["Ron", "Washington"], ["Ron", "Willis"], ["Ron", "Witmeyer"], ["Ron", "Woods"], ["Ron", "Wotus"], ["Ron", "Wright"], ["Ronald", "Belisario"], ["Ronald", "Torreyes"], ["Rondell", "White"], ["Rondin", "Johnson"], ["Ronn", "Reynolds"], ["Ronnie", "Belliard"], ["Ronny", "Cedeno"], ["Ronny", "Miller"], ["Ronny", "Paulino"], ["Rontrez", "Johnson"], ["Rooney", "Sweeney"], ["Roosevelt", "Brown"], ["Roric", "Harrison"], ["Rosario", "Rodriguez"], ["Roscoe", "Coughlin"], ["Roscoe", "Miller"], ["Rosie", "Rosebraugh"], ["Rosman", "Garcia"], ["Ross", "Barnes"], ["Ross", "Baumgarten"], ["Ross", "Detwiler"], ["Ross", "Gload"], ["Ross", "Grimsley"], ["Ross", "Jones"], ["Ross", "Moschitto"], ["Ross", "Ohlendorf"], ["Ross", "Powell"], ["Ross", "Reynolds"], ["Ross", "Wolf"], ["Ross", "Youngs"], ["Rosy", "Ryan"], ["Rougned", "Odor"], ["Rowdy", "Elliott"], ["Rowland", "Office"], ["Roxey", "Roach"], ["Roxie", "Lawson"], ["Roxy", "Snipes"], ["Roxy", "Walters"], ["Roy", "Beecher"], ["Roy", "Branch"], ["Roy", "Brashear"], ["Roy", "Bruner"], ["Roy", "Campanella"], ["Roy", "Carlyle"], ["Roy", "Castleton"], ["Roy", "Clark"], ["Roy", "Corcoran"], ["Roy", "Corhan"], ["Roy", "Crabb"], ["Roy", "Crumpler"], ["Roy", "Cullenbine"], ["Roy", "Dietzel"], ["Roy", "Easterwood"], ["Roy", "Ellam"], ["Roy", "Elsh"], ["Roy", "Evans"], ["Roy", "Face"], ["Roy", "Foster"], ["Roy", "Gleason"], ["Roy", "Golden"], ["Roy", "Graham"], ["Roy", "Grimes"], ["Roy", "Grover"], ["Roy", "Halladay"], ["Roy", "Hansen"], ["Roy", "Hartsfield"], ["Roy", "Hartzell"], ["Roy", "Hawes"], ["Roy", "Heiser"], ["Roy", "Henshaw"], ["Roy", "Hitt"], ["Roy", "Howell"], ["Roy", "Hughes"], ["Roy", "Hutson"], ["Roy", "Jarvis"], ["Roy", "Johnson"], ["Roy", "Joiner"], ["Roy", "Lee"], ["Roy", "Leslie"], ["Roy", "Luebbe"], ["Roy", "Mahaffey"], ["Roy", "McMillan"], ["Roy", "Meeker"], ["Roy", "Mitchell"], ["Roy", "Moore"], ["Roy", "Moran"], ["Roy", "Nichols"], ["Roy", "Oswalt"], ["Roy", "Parker"], ["Roy", "Parmelee"], ["Roy", "Partee"], ["Roy", "Patterson"], ["Roy", "Radebaugh"], ["Roy", "Sanders"], ["Roy", "Schalk"], ["Roy", "Sherid"], ["Roy", "Sievers"], ["Roy", "Smalley"], ["Roy", "Smith"], ["Roy", "Spencer"], ["Roy", "Staiger"], ["Roy", "Talcott"], ["Roy", "Thomas"], ["Roy", "Valdes"], ["Roy", "Vaughn"], ["Roy", "Walker"], ["Roy", "Weatherly"], ["Roy", "White"], ["Roy", "Wilkinson"], ["Roy", "Wilson"], ["Roy", "Wise"], ["Roy", "Witherup"], ["Roy", "Wood"], ["Roy", "Wright"], ["Roy", "Zimmerman"], ["Roy Lee", "Jackson"], ["Royce", "Clayton"], ["Royce", "Lint"], ["Royce", "Ring"], ["Royle", "Stillman"], ["Rubby", "De La Rosa"], ["Rube", "Benton"], ["Rube", "Bressler"], ["Rube", "DeGroff"], ["Rube", "Dessau"], ["Rube", "Ehrhardt"], ["Rube", "Ellis"], ["Rube", "Fischer"], ["Rube", "Foster"], ["Rube", "Geyer"], ["Rube", "Kisinger"], ["Rube", "Kroh"], ["Rube", "Lutzke"], ["Rube", "Manning"], ["Rube", "Marquard"], ["Rube", "Marshall"], ["Rube", "Melton"], ["Rube", "Novotney"], ["Rube", "Oldring"], ["Rube", "Parnham"], ["Rube", "Peters"], ["Rube", "Schauer"], ["Rube", "Sellers"], ["Rube", "Vickers"], ["Rube", "Vinson"], ["Rube", "Waddell"], ["Rube", "Walberg"], ["Rube", "Walker"], ["Rube", "Ward"], ["Rube", "Yarrison"], ["Ruben", "Amaro"], ["Ruben", "Gomez"], ["Ruben", "Gotay"], ["Ruben", "Mateo"], ["Ruben", "Quevedo"], ["Ruben", "Rivera"], ["Ruben", "Rodriguez"], ["Ruben", "Sierra"], ["Ruben", "Tejada"], ["Ruddy", "Lugo"], ["Rudy", "Arias"], ["Rudy", "Arroyo"], ["Rudy", "Bell"], ["Rudy", "Hernandez"], ["Rudy", "Hulswitt"], ["Rudy", "Kallio"], ["Rudy", "Kemmler"], ["Rudy", "Kling"], ["Rudy", "Kneisch"], ["Rudy", "Law"], ["Rudy", "Leopold"], ["Rudy", "May"], ["Rudy", "Meoli"], ["Rudy", "Miller"], ["Rudy", "Minarcin"], ["Rudy", "Owens"], ["Rudy", "Pemberton"], ["Rudy", "Regalado"], ["Rudy", "Rufer"], ["Rudy", "Schwenck"], ["Rudy", "Seanez"], ["Rudy", "Sommers"], ["Rudy", "York"], ["Rufe", "Clarke"], ["Rufe", "Gentry"], ["Rufino", "Linares"], ["Rufus", "Meadows"], ["Rufus", "Smith"], ["Rugger", "Ardizoia"], ["Runelvys", "Hernandez"], ["Rupe", "Toppin"], ["Rupert", "Mills"], ["Ruppert", "Jones"], ["Rusney", "Castillo"], ["Russ", "Adams"], ["Russ", "Bauers"], ["Russ", "Canzler"], ["Russ", "Christopher"], ["Russ", "Davis"], ["Russ", "Derry"], ["Russ", "Ennis"], ["Russ", "Ford"], ["Russ", "Gibson"], ["Russ", "Hall"], ["Russ", "Heman"], ["Russ", "Johnson"], ["Russ", "Kemmerer"], ["Russ", "Kerns"], ["Russ", "Lyon"], ["Russ", "McGinnis"], ["Russ", "McKelvy"], ["Russ", "Meers"], ["Russ", "Meyer"], ["Russ", "Miller"], ["Russ", "Mitchell"], ["Russ", "Morman"], ["Russ", "Nagelson"], ["Russ", "Nixon"], ["Russ", "Ortiz"], ["Russ", "Scarritt"], ["Russ", "Snyder"], ["Russ", "Springer"], ["Russ", "Sullivan"], ["Russ", "Swan"], ["Russ", "Van Atta"], ["Russ", "Wrightstone"], ["Russ", "Young"], ["Russell", "Branyan"], ["Russell", "Martin"], ["Rusty", "Gerhardt"], ["Rusty", "Greer"], ["Rusty", "Kuntz"], ["Rusty", "McNealy"], ["Rusty", "Meacham"], ["Rusty", "Pence"], ["Rusty", "Peters"], ["Rusty", "Richards"], ["Rusty", "Ryal"], ["Rusty", "Saunders"], ["Rusty", "Staub"], ["Rusty", "Tillman"], ["Rusty", "Torres"], ["Rusty", "Yarnall"], ["Ryan", "Adams"], ["Ryan", "Bowen"], ["Ryan", "Bradley"], ["Ryan", "Brasier"], ["Ryan", "Braun"], ["Ryan", "Brett"], ["Ryan", "Buchter"], ["Ryan", "Budde"], ["Ryan", "Bukvich"], ["Ryan", "Christenson"], ["Ryan", "Church"], ["Ryan", "Cook"], ["Ryan", "Dempster"], ["Ryan", "Dennick"], ["Ryan", "Doumit"], ["Ryan", "Drese"], ["Ryan", "Dull"], ["Ryan", "Feierabend"], ["Ryan", "Flaherty"], ["Ryan", "Franklin"], ["Ryan", "Freel"], ["Ryan", "Garko"], ["Ryan", "Glynn"], ["Ryan", "Goins"], ["Ryan", "Hancock"], ["Ryan", "Hanigan"], ["Ryan", "Hawblitzel"], ["Ryan", "Howard"], ["Ryan", "Jackson"], ["Ryan", "Jensen"], ["Ryan", "Jorgensen"], ["Ryan", "Kalish"], ["Ryan", "Karp"], ["Ryan", "Kelly"], ["Ryan", "Klesko"], ["Ryan", "Kohlmeier"], ["Ryan", "Kurosaki"], ["Ryan", "LaMarre"], ["Ryan", "Langerhans"], ["Ryan", "Lavarnway"], ["Ryan", "Lollis"], ["Ryan", "Long"], ["Ryan", "Ludwick"], ["Ryan", "Madson"], ["Ryan", "Mattheus"], ["Ryan", "McGuire"], ["Ryan", "Minor"], ["Ryan", "Nye"], ["Ryan", "O'Malley"], ["Ryan", "O'Rourke"], ["Ryan", "Perry"], ["Ryan", "Pressly"], ["Ryan", "Raburn"], ["Ryan", "Radmanovich"], ["Ryan", "Reid"], ["Ryan", "Roberts"], ["Ryan", "Rohlinger"], ["Ryan", "Rowland-Smith"], ["Ryan", "Rua"], ["Ryan", "Rupe"], ["Ryan", "Sadowski"], ["Ryan", "Shealy"], ["Ryan", "Snare"], ["Ryan", "Speier"], ["Ryan", "Spilborghs"], ["Ryan", "Strausborger"], ["Ryan", "Sweeney"], ["Ryan", "Tepera"], ["Ryan", "Theriot"], ["Ryan", "Thompson"], ["Ryan", "Tucker"], ["Ryan", "Verdugo"], ["Ryan", "Vogelsong"], ["Ryan", "Wagner"], ["Ryan", "Webb"], ["Ryan", "Weber"], ["Ryan", "Wheeler"], ["Ryan", "Zimmerman"], ["Rymer", "Liriano"], ["Ryne", "Duren"], ["Ryne", "Sandberg"], ["Rynie", "Wolters"], ["Ryota", "Igarashi"], ["Sad Sam", "Jones"], ["Sadie", "Houck"], ["Sadie", "McMahon"], ["Sailor", "Stroud"], ["Sal", "Bando"], ["Sal", "Butera"], ["Sal", "Campfield"], ["Sal", "Campisi"], ["Sal", "Fasano"], ["Sal", "Gliatto"], ["Sal", "Madrid"], ["Sal", "Maglie"], ["Sal", "Yvars"], ["Salome", "Barojas"], ["Salomon", "Torres"], ["Salty", "Parker"], ["Salvador", "Perez"], ["Sam", "Agnew"], ["Sam", "Barkley"], ["Sam", "Barnes"], ["Sam", "Bohne"], ["Sam", "Bowen"], ["Sam", "Bowens"], ["Sam", "Brenegan"], ["Sam", "Brown"], ["Sam", "Calderone"], ["Sam", "Campbell"], ["Sam", "Chapman"], ["Sam", "Childs"], ["Sam", "Covington"], ["Sam", "Crane"], ["Sam", "Crawford"], ["Sam", "Dailey"], ["Sam", "Deduno"], ["Sam", "Demel"], ["Sam", "Dente"], ["Sam", "Dodge"], ["Sam", "Dungan"], ["Sam", "Dyson"], ["Sam", "Edmonston"], ["Sam", "Ewing"], ["Sam", "Field"], ["Sam", "File"], ["Sam", "Fishburn"], ["Sam", "Fletcher"], ["Sam", "Freeman"], ["Sam", "Frock"], ["Sam", "Fuld"], ["Sam", "Gentile"], ["Sam", "Gibson"], ["Sam", "Gillen"], ["Sam", "Gray"], ["Sam", "Hairston"], ["Sam", "Harshaney"], ["Sam", "Hinds"], ["Sam", "Hope"], ["Sam", "Horn"], ["Sam", "Jackson"], ["Sam", "Jethroe"], ["Sam", "Jones"], ["Sam", "Khalifa"], ["Sam", "Kimber"], ["Sam", "King"], ["Sam", "LaRocque"], ["Sam", "Lanford"], ["Sam", "Langford"], ["Sam", "LeCure"], ["Sam", "Leever"], ["Sam", "Leslie"], ["Sam", "Lowry"], ["Sam", "Marsonek"], ["Sam", "Mayer"], ["Sam", "McConnell"], ["Sam", "McDowell"], ["Sam", "McMackin"], ["Sam", "Mejias"], ["Sam", "Mele"], ["Sam", "Mertes"], ["Sam", "Militello"], ["Sam", "Moffet"], ["Sam", "Moran"], ["Sam", "Nahem"], ["Sam", "Narron"], ["Sam", "Nicholl"], ["Sam", "Page"], ["Sam", "Parrilla"], ["Sam", "Perlozzo"], ["Sam", "Post"], ["Sam", "Rice"], ["Sam", "Shaw"], ["Sam", "Thompson"], ["Sam", "Trott"], ["Sam", "Tuivailala"], ["Sam", "Vico"], ["Sam", "Weaver"], ["Sam", "West"], ["Sam", "White"], ["Sam", "Wise"], ["Sam", "Woodruff"], ["Sam", "Wright"], ["Sam", "Zoldak"], ["Sammy", "Curran"], ["Sammy", "Drake"], ["Sammy", "Ellis"], ["Sammy", "Esposito"], ["Sammy", "Gervacio"], ["Sammy", "Hale"], ["Sammy", "Holbrook"], ["Sammy", "Meeks"], ["Sammy", "Solis"], ["Sammy", "Sosa"], ["Sammy", "Stewart"], ["Sammy", "Strang"], ["Sammy", "Taylor"], ["Sammy", "Vick"], ["Sammy", "White"], ["Samuel", "Byrd"], ["Sandy", "Alomar"], ["Sandy", "Amoros"], ["Sandy", "Burk"], ["Sandy", "Consuegra"], ["Sandy", "Griffin"], ["Sandy", "Koufax"], ["Sandy", "Leon"], ["Sandy", "Martinez"], ["Sandy", "McDermott"], ["Sandy", "McDougal"], ["Sandy", "Nava"], ["Sandy", "Piez"], ["Sandy", "Rosario"], ["Sandy", "Ullrich"], ["Sandy", "Valdespino"], ["Sandy", "Vance"], ["Sandy", "Wihtol"], ["Sang-Hoon", "Lee"], ["Santiago", "Casilla"], ["Santiago", "Guzman"], ["Santiago", "Perez"], ["Santiago", "Ramirez"], ["Santiago", "Rosario"], ["Santo", "Alcala"], ["Sap", "Randall"], ["Sarge", "Connally"], ["Satchel", "Paige"], ["Satoru", "Komiyama"], ["Saul", "Rivera"], ["Saul", "Rogovin"], ["Scarborough", "Green"], ["Scat", "Metha"], ["Schoolboy", "Rowe"], ["Scipio", "Spinks"], ["Scoops", "Carey"], ["Scooter", "Gennett"], ["Scot", "Shields"], ["Scot", "Thompson"], ["Scott", "Aldred"], ["Scott", "Alexander"], ["Scott", "Anderson"], ["Scott", "Arnold"], ["Scott", "Atchison"], ["Scott", "Bailes"], ["Scott", "Baker"], ["Scott", "Bankhead"], ["Scott", "Barnes"], ["Scott", "Bradley"], ["Scott", "Brosius"], ["Scott", "Brow"], ["Scott", "Brown"], ["Scott", "Bullett"], ["Scott", "Carroll"], ["Scott", "Cary"], ["Scott", "Cassidy"], ["Scott", "Chiamparino"], ["Scott", "Chiasson"], ["Scott", "Coolbaugh"], ["Scott", "Cooper"], ["Scott", "Copeland"], ["Scott", "Cousins"], ["Scott", "Davison"], ["Scott", "Diamond"], ["Scott", "Dohmann"], ["Scott", "Downs"], ["Scott", "Dunn"], ["Scott", "Earl"], ["Scott", "Elarton"], ["Scott", "Elbert"], ["Scott", "Erickson"], ["Scott", "Eyre"], ["Scott", "Feldman"], ["Scott", "Fletcher"], ["Scott", "Forster"], ["Scott", "Fredrickson"], ["Scott", "Garrelts"], ["Scott", "Hairston"], ["Scott", "Hardesty"], ["Scott", "Hastings"], ["Scott", "Hatteberg"], ["Scott", "Hemond"], ["Scott", "Holman"], ["Scott", "Jordan"], ["Scott", "Kamieniecki"], ["Scott", "Karl"], ["Scott", "Kazmir"], ["Scott", "Klingenbeck"], ["Scott", "Leius"], ["Scott", "Lewis"], ["Scott", "Linebrink"], ["Scott", "Little"], ["Scott", "Livingstone"], ["Scott", "Loucks"], ["Scott", "Lusader"], ["Scott", "Lydy"], ["Scott", "MacRae"], ["Scott", "Maine"], ["Scott", "Mathieson"], ["Scott", "May"], ["Scott", "McClain"], ["Scott", "McGough"], ["Scott", "McGregor"], ["Scott", "Medvin"], ["Scott", "Meyer"], ["Scott", "Moore"], ["Scott", "Mullen"], ["Scott", "Munninghoff"], ["Scott", "Munter"], ["Scott", "Nielsen"], ["Scott", "Northey"], ["Scott", "Oberg"], ["Scott", "Olsen"], ["Scott", "Patterson"], ["Scott", "Perry"], ["Scott", "Podsednik"], ["Scott", "Pose"], ["Scott", "Proctor"], ["Scott", "Radinsky"], ["Scott", "Randall"], ["Scott", "Reid"], ["Scott", "Rice"], ["Scott", "Richmond"], ["Scott", "Rolen"], ["Scott", "Ruffcorn"], ["Scott", "Ruskin"], ["Scott", "Sanders"], ["Scott", "Sanderson"], ["Scott", "Sauerbeck"], ["Scott", "Schebler"], ["Scott", "Schoeneweis"], ["Scott", "Scudder"], ["Scott", "Seabol"], ["Scott", "Servais"], ["Scott", "Service"], ["Scott", "Sheldon"], ["Scott", "Sizemore"], ["Scott", "Snodgress"], ["Scott", "Sobkowiak"], ["Scott", "Spiezio"], ["Scott", "Stahoviak"], ["Scott", "Stewart"], ["Scott", "Stratton"], ["Scott", "Strickland"], ["Scott", "Sullivan"], ["Scott", "Taylor"], ["Scott", "Terry"], ["Scott", "Thorman"], ["Scott", "Ullger"], ["Scott", "Van Slyke"], ["Scott", "Watkins"], ["Scott", "Wiggins"], ["Scott", "Williamson"], ["Scott", "Winchester"], ["Scotti", "Madison"], ["Scottie", "Slayback"], ["Scotty", "Alcock"], ["Scotty", "Barr"], ["Scotty", "Ingerton"], ["Scrappy", "Carroll"], ["Scrappy", "Moore"], ["Sean", "Barker"], ["Sean", "Bergman"], ["Sean", "Berry"], ["Sean", "Burnett"], ["Sean", "Burroughs"], ["Sean", "Casey"], ["Sean", "DePaula"], ["Sean", "Doolittle"], ["Sean", "Douglass"], ["Sean", "Gallagher"], ["Sean", "Gilmartin"], ["Sean", "Green"], ["Sean", "Halton"], ["Sean", "Henn"], ["Sean", "Kazmar"], ["Sean", "Lawrence"], ["Sean", "Lowe"], ["Sean", "Maloney"], ["Sean", "Marshall"], ["Sean", "Mulligan"], ["Sean", "Nolin"], ["Sean", "O'Sullivan"], ["Sean", "Rodriguez"], ["Sean", "Runyan"], ["Sean", "Spencer"], ["Sean", "Tracey"], ["Sean", "West"], ["Sean", "White"], ["Sean", "Whiteside"], ["Sendy", "Rleal"], ["Sergio", "Escalona"], ["Sergio", "Ferrer"], ["Sergio", "Mitre"], ["Sergio", "Robles"], ["Sergio", "Romo"], ["Sergio", "Santos"], ["Sergio", "Valdez"], ["Seth", "Etherton"], ["Seth", "Greisinger"], ["Seth", "Maness"], ["Seth", "McClung"], ["Seth", "Morehead"], ["Seth", "Rosin"], ["Seth", "Sigsby"], ["Seth", "Smith"], ["Severino", "Gonzalez"], ["Shad", "Barry"], ["Shad", "Williams"], ["Shadow", "Pyle"], ["Shae", "Simmons"], ["Shag", "Shaughnessy"], ["Shag", "Thompson"], ["Shags", "Horan"], ["Shairon", "Martis"], ["Shane", "Andrews"], ["Shane", "Bowers"], ["Shane", "Costa"], ["Shane", "Greene"], ["Shane", "Halter"], ["Shane", "Komine"], ["Shane", "Lindsay"], ["Shane", "Loux"], ["Shane", "Mack"], ["Shane", "Monahan"], ["Shane", "Nance"], ["Shane", "Peterson"], ["Shane", "Rawley"], ["Shane", "Reynolds"], ["Shane", "Robinson"], ["Shane", "Spencer"], ["Shane", "Turner"], ["Shane", "Victorino"], ["Shane", "Youman"], ["Shannon", "Penn"], ["Shannon", "Stewart"], ["Shannon", "Withem"], ["Shano", "Collins"], ["Shanty", "Hogan"], ["Shaun", "Fitzmaurice"], ["Shaun", "Marcum"], ["Shawn", "Abner"], ["Shawn", "Armstrong"], ["Shawn", "Barton"], ["Shawn", "Boskie"], ["Shawn", "Camp"], ["Shawn", "Chacon"], ["Shawn", "Estes"], ["Shawn", "Gilbert"], ["Shawn", "Green"], ["Shawn", "Hare"], ["Shawn", "Hill"], ["Shawn", "Hillegas"], ["Shawn", "Holman"], ["Shawn", "Jeter"], ["Shawn", "Kelley"], ["Shawn", "O'Malley"], ["Shawn", "Riggans"], ["Shawn", "Sedlacek"], ["Shawn", "Tolleson"], ["Shawn", "Wooten"], ["Shawon", "Dunston"], ["Shayne", "Bennett"], ["She", "Donahue"], ["Shea", "Hillenbrand"], ["Shelby", "Miller"], ["Sheldon", "Burnside"], ["Sheldon", "Jones"], ["Sheldon", "Lejeune"], ["Sheldon", "Mallory"], ["Shelley", "Duncan"], ["Sheriff", "Blake"], ["Sherm", "Lollar"], ["Sherman", "Corbett"], ["Sherman", "Edwards"], ["Sherman", "Jones"], ["Sherman", "Obando"], ["Sherry", "Magee"], ["Sherry", "Robertson"], ["Sherry", "Smith"], ["Shigetoshi", "Hasegawa"], ["Shin-Soo", "Choo"], ["Shingo", "Takatsu"], ["Shoeless Joe", "Jackson"], ["Shooty", "Babitt"], ["Shorty", "Dee"], ["Shorty", "Des Jardien"], ["Shorty", "Fuller"], ["Shorty", "Gallagher"], ["Shorty", "Howe"], ["Shovel", "Hodge"], ["Showboat", "Fisher"], ["Si", "Johnson"], ["Si", "Pauxtis"], ["Sibby", "Sisti"], ["Sid", "Benton"], ["Sid", "Bream"], ["Sid", "Farrar"], ["Sid", "Fernandez"], ["Sid", "Gautreaux"], ["Sid", "Gordon"], ["Sid", "Graves"], ["Sid", "Hudson"], ["Sid", "Monge"], ["Sid", "Peterson"], ["Sid", "Roberson"], ["Sid", "Schacht"], ["Sid", "Womack"], ["Sidney", "Ponson"], ["Sig", "Broskie"], ["Sig", "Gryska"], ["Sig", "Jakucki"], ["Sil", "Campusano"], ["Silver", "Flint"], ["Silver", "King"], ["Silvino", "Bracho"], ["Silvio", "Martinez"], ["Sim", "Bullas"], ["Simmy", "Murch"], ["Simon", "Castro"], ["Simon", "Nicholls"], ["Simon", "Pond"], ["Sixto", "Lezcano"], ["Skeeter", "Barnes"], ["Skeeter", "Kell"], ["Skeeter", "Newsome"], ["Skeeter", "Scalzi"], ["Skeeter", "Shelton"], ["Skeeter", "Webb"], ["Skel", "Roach"], ["Ski", "Melillo"], ["Skinny", "Graham"], ["Skinny", "O'Neal"], ["Skip", "Dowd"], ["Skip", "Guinn"], ["Skip", "James"], ["Skip", "Jutze"], ["Skip", "Lockwood"], ["Skip", "Pitlock"], ["Skip", "Schumaker"], ["Skipper", "Friday"], ["Skipper", "Roberts"], ["Skippy", "Roberge"], ["Skyrocket", "Smith"], ["Slade", "Heathcott"], ["Slats", "Jordan"], ["Sled", "Allen"], ["Sleeper", "Sullivan"], ["Slick", "Castleman"], ["Slick", "Coffman"], ["Slicker", "Parks"], ["Slim", "Embry"], ["Slim", "Emmerich"], ["Slim", "Harrell"], ["Slim", "Harriss"], ["Slim", "Love"], ["Slim", "McGrew"], ["Slim", "Sallee"], ["Sloppy", "Thurston"], ["Slow Joe", "Doyle"], ["Smead", "Jolley"], ["Smokey Joe", "Williams"], ["Smoky", "Burgess"], ["Smoky Joe", "Wood"], ["Snake", "Deal"], ["Snake", "Henry"], ["Snake", "Wiltse"], ["Snapper", "Kennedy"], ["Snipe", "Conley"], ["Snipe", "Hansen"], ["Snooks", "Dowd"], ["Snuffy", "Stirnweiss"], ["So", "Taguchi"], ["Socks", "Seibold"], ["Socks", "Seybold"], ["Socrates", "Brito"], ["Sol", "Carter"], ["Sol", "White"], ["Solly", "Drake"], ["Solly", "Hemus"], ["Solly", "Hofman"], ["Solly", "Salisbury"], ["Sonny", "Dixon"], ["Sonny", "Gray"], ["Sonny", "Hoffman"], ["Sonny", "Jackson"], ["Sonny", "Ruberto"], ["Sonny", "Senerchia"], ["Sonny", "Siebert"], ["Soup", "Campbell"], ["Spades", "Wood"], ["Sparky", "Adams"], ["Sparky", "Anderson"], ["Sparky", "Lyle"], ["Sparrow", "McCaffrey"], ["Sparrow", "Morton"], ["Spec", "Harkness"], ["Spec", "Shea"], ["Specs", "Toporcer"], ["Speed", "Kelly"], ["Speed", "Martin"], ["Speed", "Walker"], ["Spence", "Harris"], ["Spencer", "Adams"], ["Spencer", "Heath"], ["Spencer", "Patton"], ["Spencer", "Pumpelly"], ["Spider", "Clark"], ["Spider", "Jorgensen"], ["Spider", "Wilhelm"], ["Spike", "Brady"], ["Spike", "Merena"], ["Spike", "Owen"], ["Spike", "Shannon"], ["Spoke", "Emery"], ["Spook", "Jacobs"], ["Sport", "McAllister"], ["Spud", "Chandler"], ["Spud", "Davis"], ["Spud", "Johnson"], ["Squanto", "Wilson"], ["Squire", "Potter"], ["Squiz", "Pillion"], ["Stacy", "Jones"], ["Stan", "Andrews"], ["Stan", "Bahnsen"], ["Stan", "Baumgartner"], ["Stan", "Belinda"], ["Stan", "Benjamin"], ["Stan", "Clarke"], ["Stan", "Cliburn"], ["Stan", "Coveleski"], ["Stan", "Fansler"], ["Stan", "Ferens"], ["Stan", "Galle"], ["Stan", "Goletz"], ["Stan", "Gray"], ["Stan", "Hack"], ["Stan", "Hollmig"], ["Stan", "Javier"], ["Stan", "Jefferson"], ["Stan", "Johnson"], ["Stan", "Jok"], ["Stan", "Klopp"], ["Stan", "Lopata"], ["Stan", "Musial"], ["Stan", "Palys"], ["Stan", "Papi"], ["Stan", "Partenheimer"], ["Stan", "Pawloski"], ["Stan", "Perzanowski"], ["Stan", "Pitula"], ["Stan", "Rees"], ["Stan", "Robison"], ["Stan", "Rojek"], ["Stan", "Royer"], ["Stan", "Spence"], ["Stan", "Spencer"], ["Stan", "Sperry"], ["Stan", "Swanson"], ["Stan", "Thomas"], ["Stan", "Wall"], ["Stan", "Wentzel"], ["Stan", "Williams"], ["Stan", "Yerkes"], ["Starlin", "Castro"], ["Starling", "Marte"], ["Steamboat", "Struss"], ["Steamboat", "Williams"], ["Steamer", "Flanagan"], ["Stefan", "Wever"], ["Stefen", "Romero"], ["Stephen", "Drew"], ["Stephen", "Fife"], ["Stephen", "Larkin"], ["Stephen", "Piscotty"], ["Stephen", "Pryor"], ["Stephen", "Smitherman"], ["Stephen", "Strasburg"], ["Stephen", "Vogt"], ["Sterling", "Hitchcock"], ["Sterling", "Slaughter"], ["Steve", "Adkins"], ["Steve", "Ames"], ["Steve", "Andrade"], ["Steve", "Arlin"], ["Steve", "Avery"], ["Steve", "Bailey"], ["Steve", "Baker"], ["Steve", "Balboni"], ["Steve", "Barber"], ["Steve", "Baron"], ["Steve", "Barr"], ["Steve", "Bechler"], ["Steve", "Bedrosian"], ["Steve", "Behel"], ["Steve", "Bellan"], ["Steve", "Bieser"], ["Steve", "Bilko"], ["Steve", "Biras"], ["Steve", "Blass"], ["Steve", "Blateric"], ["Steve", "Boros"], ["Steve", "Bourgeois"], ["Steve", "Bowling"], ["Steve", "Brady"], ["Steve", "Braun"], ["Steve", "Brodie"], ["Steve", "Brown"], ["Steve", "Brye"], ["Steve", "Buechele"], ["Steve", "Burke"], ["Steve", "Busby"], ["Steve", "Carlton"], ["Steve", "Carter"], ["Steve", "Chitren"], ["Steve", "Christmas"], ["Steve", "Cishek"], ["Steve", "Clevenger"], ["Steve", "Colyer"], ["Steve", "Comer"], ["Steve", "Connelly"], ["Steve", "Cooke"], ["Steve", "Cox"], ["Steve", "Crawford"], ["Steve", "Cummings"], ["Steve", "Curry"], ["Steve", "Davis"], ["Steve", "Decker"], ["Steve", "Delabar"], ["Steve", "Demeter"], ["Steve", "Dignan"], ["Steve", "Dillard"], ["Steve", "Dillon"], ["Steve", "Dixon"], ["Steve", "Dreyer"], ["Steve", "Dunn"], ["Steve", "Dunning"], ["Steve", "Eddy"], ["Steve", "Edlefsen"], ["Steve", "Ellsworth"], ["Steve", "Engel"], ["Steve", "Evans"], ["Steve", "Falteisek"], ["Steve", "Farr"], ["Steve", "Filipowicz"], ["Steve", "Finley"], ["Steve", "Fireovid"], ["Steve", "Foster"], ["Steve", "Foucault"], ["Steve", "Frey"], ["Steve", "Gajkowski"], ["Steve", "Garrison"], ["Steve", "Garvey"], ["Steve", "Geltz"], ["Steve", "Gerkin"], ["Steve", "Gibralter"], ["Steve", "Green"], ["Steve", "Grilli"], ["Steve", "Gromek"], ["Steve", "Hamilton"], ["Steve", "Hammond"], ["Steve", "Hargan"], ["Steve", "Henderson"], ["Steve", "Hertz"], ["Steve", "Holm"], ["Steve", "Hosey"], ["Steve", "Hovley"], ["Steve", "Howard"], ["Steve", "Howe"], ["Steve", "Huntz"], ["Steve", "Jeltz"], ["Steve", "Johnson"], ["Steve", "Jones"], ["Steve", "Karsay"], ["Steve", "Kealey"], ["Steve", "Kemp"], ["Steve", "Kiefer"], ["Steve", "King"], ["Steve", "Kline"], ["Steve", "Korcheck"], ["Steve", "Kraly"], ["Steve", "Kuczek"], ["Steve", "Ladew"], ["Steve", "Lake"], ["Steve", "Larkin"], ["Steve", "Lawson"], ["Steve", "Lembo"], ["Steve", "Libby"], ["Steve", "Lomasney"], ["Steve", "Lombardozzi"], ["Steve", "Lubratich"], ["Steve", "Luebber"], ["Steve", "Lyons"], ["Steve", "Macko"], ["Steve", "Matthias"], ["Steve", "McCatty"], ["Steve", "Melter"], ["Steve", "Mesner"], ["Steve", "Mingori"], ["Steve", "Mintz"], ["Steve", "Montgomery"], ["Steve", "Mura"], ["Steve", "Nagy"], ["Steve", "Nicosia"], ["Steve", "O'Neill"], ["Steve", "Olin"], ["Steve", "Ontiveros"], ["Steve", "Parris"], ["Steve", "Partenheimer"], ["Steve", "Pearce"], ["Steve", "Peek"], ["Steve", "Pegues"], ["Steve", "Peters"], ["Steve", "Phoenix"], ["Steve", "Rachunok"], ["Steve", "Rain"], ["Steve", "Randolph"], ["Steve", "Ratzer"], ["Steve", "Reed"], ["Steve", "Renko"], ["Steve", "Ridzik"], ["Steve", "Rodriguez"], ["Steve", "Rogers"], ["Steve", "Rosenberg"], ["Steve", "Roser"], ["Steve", "Sax"], ["Steve", "Scarsone"], ["Steve", "Schmoll"], ["Steve", "Schrenk"], ["Steve", "Searcy"], ["Steve", "Senteney"], ["Steve", "Shea"], ["Steve", "Shemo"], ["Steve", "Shields"], ["Steve", "Shifflett"], ["Steve", "Shirley"], ["Steve", "Simpson"], ["Steve", "Sinclair"], ["Steve", "Sisco"], ["Steve", "Slayton"], ["Steve", "Smyth"], ["Steve", "Soderstrom"], ["Steve", "Sparks"], ["Steve", "Springer"], ["Steve", "Staggs"], ["Steve", "Stanicek"], ["Steve", "Stemle"], ["Steve", "Stone"], ["Steve", "Stroughter"], ["Steve", "Sundra"], ["Steve", "Susdorf"], ["Steve", "Swetonic"], ["Steve", "Swisher"], ["Steve", "Toole"], ["Steve", "Torrealba"], ["Steve", "Trachsel"], ["Steve", "Trout"], ["Steve", "Wapnick"], ["Steve", "Waterbury"], ["Steve", "Watkins"], ["Steve", "Whitaker"], ["Steve", "White"], ["Steve", "Wilson"], ["Steve", "Wojciechowski"], ["Steve", "Woodard"], ["Steve", "Yeager"], ["Steve", "Yerkes"], ["Steve", "Ziem"], ["Steven", "Hill"], ["Steven", "Jackson"], ["Steven", "Kent"], ["Steven", "Lerud"], ["Steven", "Matz"], ["Steven", "Moya"], ["Steven", "Register"], ["Steven", "Shell"], ["Steven", "Souza"], ["Steven", "Tolleson"], ["Steven", "Wright"], ["Stew", "Bolen"], ["Stew", "Bowers"], ["Stew", "Cliburn"], ["Stew", "Hofferth"], ["Stolmy", "Pimentel"], ["Stoney", "McGlynn"], ["Storm", "Davis"], ["Stover", "McIlwain"], ["Strick", "Shofner"], ["Stu", "Clarke"], ["Stu", "Cole"], ["Stu", "Flythe"], ["Stu", "Locklin"], ["Stu", "Martin"], ["Stu", "Miller"], ["Stu", "Pederson"], ["Stu", "Pomeranz"], ["Stu", "Tate"], ["Stub", "Brown"], ["Stub", "Smith"], ["Stubby", "Clapp"], ["Stubby", "Magner"], ["Stubby", "Overmire"], ["Studs", "Bancker"], ["Stuffy", "McInnis"], ["Stuffy", "Stewart"], ["Stump", "Edington"], ["Stump", "Merrill"], ["Stump", "Weidman"], ["Suds", "Sutherland"], ["Sugar", "Cain"], ["Sugar Ray", "Marimon"], ["Sumner", "Bowman"], ["Sumpter", "Clarke"], ["Sun", "Daly"], ["Sun-Woo", "Kim"], ["Suter", "Sullivan"], ["Swat", "McCabe"], ["Swede", "Carlstrom"], ["Swede", "Larsen"], ["Swede", "Risberg"], ["Sweetbread", "Bailey"], ["Sy", "Rosenthal"], ["Sy", "Studley"], ["Sy", "Sutcliffe"], ["Syd", "Cohen"], ["Syd", "O'Brien"], ["Syd", "Smith"], ["Syl", "Johnson"], ["Syl", "Simon"], ["T. J.", "Beam"], ["T. J.", "Bohn"], ["T. J.", "House"], ["T. J.", "Mathews"], ["T. J.", "McFarland"], ["T. J.", "Tucker"], ["T. R.", "Bryden"], ["Tack", "Wilson"], ["Tacks", "Latimer"], ["Tacks", "Neuer"], ["Tad", "Quinn"], ["Tadahito", "Iguchi"], ["Taffy", "Wright"], ["Taijuan", "Walker"], ["Takahito", "Nomura"], ["Takashi", "Kashiwada"], ["Takashi", "Saito"], ["Talmadge", "Nunnari"], ["Tanner", "Roark"], ["Tanner", "Scheppers"], ["Tanyon", "Sturtze"], ["Tarrik", "Brock"], ["Tavo", "Alvarez"], ["Taylor", "Buchholz"], ["Taylor", "Douthit"], ["Taylor", "Duncan"], ["Taylor", "Featherston"], ["Taylor", "Green"], ["Taylor", "Hill"], ["Taylor", "Jordan"], ["Taylor", "Jungmann"], ["Taylor", "Phillips"], ["Taylor", "Shafer"], ["Taylor", "Tankersley"], ["Taylor", "Teagarden"], ["Taylor", "Thompson"], ["Ted", "Abernathy"], ["Ted", "Beard"], ["Ted", "Blankenship"], ["Ted", "Bowsfield"], ["Ted", "Breitenstein"], ["Ted", "Cather"], ["Ted", "Cieslak"], ["Ted", "Cox"], ["Ted", "Davidson"], ["Ted", "Easterly"], ["Ted", "Ford"], ["Ted", "Goulait"], ["Ted", "Gray"], ["Ted", "Gullic"], ["Ted", "Jourdan"], ["Ted", "Kazanski"], ["Ted", "Kennedy"], ["Ted", "Kleinhans"], ["Ted", "Kluszewski"], ["Ted", "Kubiak"], ["Ted", "Lepcio"], ["Ted", "Lewis"], ["Ted", "Lilly"], ["Ted", "Lyons"], ["Ted", "Martinez"], ["Ted", "Menze"], ["Ted", "Odenwald"], ["Ted", "Olson"], ["Ted", "Pawelek"], ["Ted", "Petoskey"], ["Ted", "Power"], ["Ted", "Reed"], ["Ted", "Sadowski"], ["Ted", "Savage"], ["Ted", "Scheffler"], ["Ted", "Schreiber"], ["Ted", "Sepkowski"], ["Ted", "Simmons"], ["Ted", "Sizemore"], ["Ted", "Sullivan"], ["Ted", "Tappe"], ["Ted", "Turner"], ["Ted", "Uhlaender"], ["Ted", "Welch"], ["Ted", "Wieand"], ["Ted", "Wilborn"], ["Ted", "Wilks"], ["Ted", "Williams"], ["Ted", "Wills"], ["Ted", "Wingfield"], ["Ted", "Wood"], ["Teddy", "Higuera"], ["Teddy", "Kearns"], ["Terrance", "Gore"], ["Terrell", "Lowery"], ["Terrell", "Wade"], ["Terrence", "Long"], ["Terrmel", "Sledge"], ["Terry", "Adams"], ["Terry", "Bell"], ["Terry", "Bevington"], ["Terry", "Blocker"], ["Terry", "Bogener"], ["Terry", "Bradshaw"], ["Terry", "Bross"], ["Terry", "Burrows"], ["Terry", "Clark"], ["Terry", "Collins"], ["Terry", "Connell"], ["Terry", "Cornutt"], ["Terry", "Cox"], ["Terry", "Crowley"], ["Terry", "Enyart"], ["Terry", "Evans"], ["Terry", "Felton"], ["Terry", "Forster"], ["Terry", "Fox"], ["Terry", "Francona"], ["Terry", "Harmon"], ["Terry", "Harper"], ["Terry", "Hughes"], ["Terry", "Humphrey"], ["Terry", "Jones"], ["Terry", "Jorgensen"], ["Terry", "Kennedy"], ["Terry", "Larkin"], ["Terry", "Leach"], ["Terry", "Lee"], ["Terry", "Ley"], ["Terry", "Lyons"], ["Terry", "Mathews"], ["Terry", "McDaniel"], ["Terry", "McDermott"], ["Terry", "McGriff"], ["Terry", "Moore"], ["Terry", "Mulholland"], ["Terry", "Pearson"], ["Terry", "Pendleton"], ["Terry", "Puhl"], ["Terry", "Shumpert"], ["Terry", "Steinbach"], ["Terry", "Taylor"], ["Terry", "Tiffee"], ["Terry", "Turner"], ["Terry", "Wells"], ["Terry", "Whitfield"], ["Terry", "Wilshusen"], ["Tex", "Aulds"], ["Tex", "Carleton"], ["Tex", "Clevenger"], ["Tex", "Covington"], ["Tex", "Erwin"], ["Tex", "Hoffman"], ["Tex", "Hoyle"], ["Tex", "Hughson"], ["Tex", "Jeanes"], ["Tex", "Jones"], ["Tex", "McDonald"], ["Tex", "Nelson"], ["Tex", "Pruiett"], ["Tex", "Shirley"], ["Tex", "Vache"], ["Tex", "Wilson"], ["Tex", "Wisterzil"], ["Thad", "Bosley"], ["Thad", "Tillotson"], ["Thad", "Weber"], ["The Only", "Nolan"], ["Theodore", "Conover"], ["Thomas", "Diamond"], ["Thomas", "Field"], ["Thomas", "Gorman"], ["Thomas", "Griffin"], ["Thomas", "Healy"], ["Thomas", "Howard"], ["Thomas", "Jacquez"], ["Thomas", "Long"], ["Thomas", "Lynch"], ["Thomas", "Maguire"], ["Thomas", "Neal"], ["Thornton", "Kipper"], ["Thornton", "Lee"], ["Thorny", "Hawkes"], ["Thurman", "Munson"], ["Thurman", "Tucker"], ["Tige", "Stone"], ["Tike", "Redman"], ["Tillie", "Shafer"], ["Tillie", "Walker"], ["Tilson", "Brito"], ["Tim", "Barrett"], ["Tim", "Beckham"], ["Tim", "Belcher"], ["Tim", "Belk"], ["Tim", "Birtsas"], ["Tim", "Blackwell"], ["Tim", "Bogar"], ["Tim", "Bowden"], ["Tim", "Burke"], ["Tim", "Byrdak"], ["Tim", "Christman"], ["Tim", "Collins"], ["Tim", "Conroy"], ["Tim", "Cooney"], ["Tim", "Corcoran"], ["Tim", "Costo"], ["Tim", "Crabtree"], ["Tim", "Crews"], ["Tim", "Cullen"], ["Tim", "Davis"], ["Tim", "Dillard"], ["Tim", "Donahue"], ["Tim", "Drew"], ["Tim", "Drummond"], ["Tim", "Federowicz"], ["Tim", "Flannery"], ["Tim", "Flood"], ["Tim", "Foli"], ["Tim", "Fortugno"], ["Tim", "Griesenbeck"], ["Tim", "Hamulack"], ["Tim", "Harikkala"], ["Tim", "Harkness"], ["Tim", "Hendryx"], ["Tim", "Hosley"], ["Tim", "Hudson"], ["Tim", "Hulett"], ["Tim", "Hummel"], ["Tim", "Hurst"], ["Tim", "Hyers"], ["Tim", "Ireland"], ["Tim", "Johnson"], ["Tim", "Jones"], ["Tim", "Jordan"], ["Tim", "Keefe"], ["Tim", "Kubinski"], ["Tim", "Laker"], ["Tim", "Laudner"], ["Tim", "Layana"], ["Tim", "Leary"], ["Tim", "Lincecum"], ["Tim", "Lollar"], ["Tim", "Manning"], ["Tim", "Mauser"], ["Tim", "McCabe"], ["Tim", "McCarver"], ["Tim", "McGinley"], ["Tim", "McIntosh"], ["Tim", "McKeithan"], ["Tim", "McNamara"], ["Tim", "Murchison"], ["Tim", "Murnane"], ["Tim", "Naehring"], ["Tim", "Nordbrook"], ["Tim", "O'Rourke"], ["Tim", "Olson"], ["Tim", "Plodinec"], ["Tim", "Pugh"], ["Tim", "Pyznarski"], ["Tim", "Raines"], ["Tim", "Redding"], ["Tim", "Salmon"], ["Tim", "Scott"], ["Tim", "Sherrill"], ["Tim", "Shinnick"], ["Tim", "Spehr"], ["Tim", "Spooneybarger"], ["Tim", "Stauffer"], ["Tim", "Stoddard"], ["Tim", "Talton"], ["Tim", "Teufel"], ["Tim", "Thompson"], ["Tim", "Tolman"], ["Tim", "Unroe"], ["Tim", "Van Egmond"], ["Tim", "Wakefield"], ["Tim", "Wallach"], ["Tim", "Wood"], ["Tim", "Worrell"], ["Tim", "Young"], ["Timo", "Perez"], ["Timothy", "Jones"], ["Tink", "Riviere"], ["Tink", "Turner"], ["Tino", "Martinez"], ["Tinsley", "Ginn"], ["Tiny", "Bonham"], ["Tiny", "Chaplin"], ["Tiny", "Graham"], ["Tiny", "Osborne"], ["Tip", "O'Neill"], ["Tip", "Tobin"], ["Tippy", "Martinez"], ["Tito", "Francona"], ["Tito", "Fuentes"], ["Tito", "Landrum"], ["Tito", "Navarro"], ["Toad", "Ramsey"], ["Tobi", "Stoner"], ["Toby", "Atwell"], ["Toby", "Borland"], ["Toby", "Hall"], ["Toby", "Harrah"], ["Toby", "Hernandez"], ["Toby", "Lyons"], ["Tod", "Brynan"], ["Tod", "Davis"], ["Tod", "Dennehey"], ["Tod", "Sloan"], ["Todd", "Belitz"], ["Todd", "Benzinger"], ["Todd", "Burns"], ["Todd", "Coffey"], ["Todd", "Cruz"], ["Todd", "Cunningham"], ["Todd", "Dunn"], ["Todd", "Dunwoody"], ["Todd", "Erdos"], ["Todd", "Fischer"], ["Todd", "Frazier"], ["Todd", "Frohwirth"], ["Todd", "Greene"], ["Todd", "Haney"], ["Todd", "Helton"], ["Todd", "Hollandsworth"], ["Todd", "Hundley"], ["Todd", "Jones"], ["Todd", "Linden"], ["Todd", "Pratt"], ["Todd", "Redmond"], ["Todd", "Revenig"], ["Todd", "Ritchie"], ["Todd", "Rizzo"], ["Todd", "Sears"], ["Todd", "Self"], ["Todd", "Steverson"], ["Todd", "Stottlemyre"], ["Todd", "Van Poppel"], ["Todd", "Walker"], ["Todd", "Wellemeyer"], ["Todd", "Williams"], ["Todd", "Worrell"], ["Todd", "Zeile"], ["Togie", "Pittinger"], ["Tom", "Acker"], ["Tom", "Alston"], ["Tom", "Angley"], ["Tom", "Asmussen"], ["Tom", "Baker"], ["Tom", "Bannon"], ["Tom", "Barlow"], ["Tom", "Barrett"], ["Tom", "Barry"], ["Tom", "Berry"], ["Tom", "Bolton"], ["Tom", "Borland"], ["Tom", "Bradley"], ["Tom", "Brennan"], ["Tom", "Brewer"], ["Tom", "Brookens"], ["Tom", "Brown"], ["Tom", "Browning"], ["Tom", "Brunansky"], ["Tom", "Bruno"], ["Tom", "Burgess"], ["Tom", "Burgmeier"], ["Tom", "Burns"], ["Tom", "Burr"], ["Tom", "Buskey"], ["Tom", "Butters"], ["Tom", "Cafego"], ["Tom", "Cahill"], ["Tom", "Candiotti"], ["Tom", "Cantwell"], ["Tom", "Carey"], ["Tom", "Carroll"], ["Tom", "Catterson"], ["Tom", "Cheney"], ["Tom", "Chism"], ["Tom", "Clyde"], ["Tom", "Colcolough"], ["Tom", "Connelly"], ["Tom", "Connolly"], ["Tom", "Cotter"], ["Tom", "Crooke"], ["Tom", "Daley"], ["Tom", "Daly"], ["Tom", "Davey"], ["Tom", "Delahanty"], ["Tom", "Dettore"], ["Tom", "Dixon"], ["Tom", "Dodd"], ["Tom", "Dolan"], ["Tom", "Donohue"], ["Tom", "Donovan"], ["Tom", "Doran"], ["Tom", "Dougherty"], ["Tom", "Downey"], ["Tom", "Dowse"], ["Tom", "Dozier"], ["Tom", "Drake"], ["Tom", "Drees"], ["Tom", "Drohan"], ["Tom", "Dukes"], ["Tom", "Dunbar"], ["Tom", "Earley"], ["Tom", "Edens"], ["Tom", "Egan"], ["Tom", "Evans"], ["Tom", "Evers"], ["Tom", "Ferrick"], ["Tom", "Filer"], ["Tom", "Fisher"], ["Tom", "Fitzsimmons"], ["Tom", "Flanigan"], ["Tom", "Fleming"], ["Tom", "Fletcher"], ["Tom", "Foley"], ["Tom", "Ford"], ["Tom", "Fordham"], ["Tom", "Forster"], ["Tom", "Funk"], ["Tom", "Gastall"], ["Tom", "Gettinger"], ["Tom", "Gillen"], ["Tom", "Gilles"], ["Tom", "Glass"], ["Tom", "Glavine"], ["Tom", "Goodwin"], ["Tom", "Gordon"], ["Tom", "Gorman"], ["Tom", "Gorzelanny"], ["Tom", "Grant"], ["Tom", "Gregorio"], ["Tom", "Grieve"], ["Tom", "Griffin"], ["Tom", "Grubbs"], ["Tom", "Gulley"], ["Tom", "Gunning"], ["Tom", "Hafey"], ["Tom", "Hall"], ["Tom", "Haller"], ["Tom", "Hamilton"], ["Tom", "Harrison"], ["Tom", "Hart"], ["Tom", "Hausman"], ["Tom", "Healey"], ["Tom", "Heintzelman"], ["Tom", "Henke"], ["Tom", "Hernon"], ["Tom", "Herr"], ["Tom", "Herrin"], ["Tom", "Hess"], ["Tom", "Hilgendorf"], ["Tom", "House"], ["Tom", "Hughes"], ["Tom", "Hume"], ["Tom", "Hurd"], ["Tom", "Hutton"], ["Tom", "Jenkins"], ["Tom", "Johnson"], ["Tom", "Jones"], ["Tom", "Jordan"], ["Tom", "Kane"], ["Tom", "Kearns"], ["Tom", "Kelley"], ["Tom", "Kelly"], ["Tom", "Kinslow"], ["Tom", "Kirk"], ["Tom", "Klawitter"], ["Tom", "Knowlson"], ["Tom", "Koehler"], ["Tom", "Kramer"], ["Tom", "Lampkin"], ["Tom", "Lanning"], ["Tom", "Lasorda"], ["Tom", "Lawless"], ["Tom", "Leahy"], ["Tom", "Lee"], ["Tom", "Letcher"], ["Tom", "Lipp"], ["Tom", "Loftus"], ["Tom", "Long"], ["Tom", "Lovelace"], ["Tom", "Lovett"], ["Tom", "Lundstedt"], ["Tom", "Lynch"], ["Tom", "Magrann"], ["Tom", "Maher"], ["Tom", "Makowski"], ["Tom", "Mansell"], ["Tom", "Marsh"], ["Tom", "Martin"], ["Tom", "Mastny"], ["Tom", "McAvoy"], ["Tom", "McBride"], ["Tom", "McCarthy"], ["Tom", "McCreery"], ["Tom", "McGraw"], ["Tom", "McGuire"], ["Tom", "McLaughlin"], ["Tom", "McMillan"], ["Tom", "McNamara"], ["Tom", "Messitt"], ["Tom", "Metcalf"], ["Tom", "Miller"], ["Tom", "Morgan"], ["Tom", "Morrison"], ["Tom", "Morrissey"], ["Tom", "Murphy"], ["Tom", "Murray"], ["Tom", "Nagle"], ["Tom", "Needham"], ["Tom", "Newell"], ["Tom", "Niedenfuer"], ["Tom", "Nieto"], ["Tom", "Niland"], ["Tom", "Norton"], ["Tom", "O'Brien"], ["Tom", "O'Hara"], ["Tom", "O'Malley"], ["Tom", "O'Rourke"], ["Tom", "Oliver"], ["Tom", "Oran"], ["Tom", "Paciorek"], ["Tom", "Padden"], ["Tom", "Pagnozzi"], ["Tom", "Parrott"], ["Tom", "Parsons"], ["Tom", "Patterson"], ["Tom", "Patton"], ["Tom", "Phillips"], ["Tom", "Phoebus"], ["Tom", "Poholsky"], ["Tom", "Poorman"], ["Tom", "Poquette"], ["Tom", "Power"], ["Tom", "Pratt"], ["Tom", "Prince"], ["Tom", "Qualters"], ["Tom", "Quinlan"], ["Tom", "Quinn"], ["Tom", "Raftery"], ["Tom", "Ragland"], ["Tom", "Reilly"], ["Tom", "Richardson"], ["Tom", "Robson"], ["Tom", "Rogers"], ["Tom", "Romano"], ["Tom", "Runnells"], ["Tom", "Ryder"], ["Tom", "Saffell"], ["Tom", "Satriano"], ["Tom", "Seaton"], ["Tom", "Seats"], ["Tom", "Seaver"], ["Tom", "Sexton"], ["Tom", "Shearn"], ["Tom", "Sheehan"], ["Tom", "Shopay"], ["Tom", "Silverio"], ["Tom", "Smith"], ["Tom", "Spencer"], ["Tom", "Stankard"], ["Tom", "Stanton"], ["Tom", "Stouch"], ["Tom", "Sturdivant"], ["Tom", "Sullivan"], ["Tom", "Sunkel"], ["Tom", "Tellmann"], ["Tom", "Tennant"], ["Tom", "Terrell"], ["Tom", "Thobe"], ["Tom", "Thomas"], ["Tom", "Timmermann"], ["Tom", "Tischinski"], ["Tom", "Trebelhorn"], ["Tom", "Tresh"], ["Tom", "Tuckey"], ["Tom", "Turner"], ["Tom", "Umphlett"], ["Tom", "Underwood"], ["Tom", "Upton"], ["Tom", "Urbani"], ["Tom", "Veryzer"], ["Tom", "Vickery"], ["Tom", "Waddell"], ["Tom", "Walker"], ["Tom", "Walsh"], ["Tom", "Whelan"], ["Tom", "Wiedenbauer"], ["Tom", "Wieghaus"], ["Tom", "Wilhelmsen"], ["Tom", "Williams"], ["Tom", "Wilson"], ["Tom", "Winsett"], ["Tom", "Wright"], ["Tom", "Yawkey"], ["Tom", "Yewcic"], ["Tom", "York"], ["Tom", "Zachary"], ["Tomas", "Perez"], ["Tomas", "Telis"], ["Tomas", "de la Rosa"], ["Tommie", "Aaron"], ["Tommie", "Agee"], ["Tommie", "Reynolds"], ["Tommie", "Sisk"], ["Tommy", "Atkins"], ["Tommy", "Beals"], ["Tommy", "Bianco"], ["Tommy", "Boggs"], ["Tommy", "Bond"], ["Tommy", "Bridges"], ["Tommy", "Brown"], ["Tommy", "Byrne"], ["Tommy", "Casey"], ["Tommy", "Clarke"], ["Tommy", "Connolly"], ["Tommy", "Corcoran"], ["Tommy", "Cruz"], ["Tommy", "Davis"], ["Tommy", "Dean"], ["Tommy", "Dowd"], ["Tommy", "Everidge"], ["Tommy", "Fine"], ["Tommy", "Giordano"], ["Tommy", "Glaviano"], ["Tommy", "Gramly"], ["Tommy", "Greene"], ["Tommy", "Gregg"], ["Tommy", "Griffith"], ["Tommy", "Hanson"], ["Tommy", "Harper"], ["Tommy", "Heath"], ["Tommy", "Helms"], ["Tommy", "Henrich"], ["Tommy", "Hinzo"], ["Tommy", "Holmes"], ["Tommy", "Hottovy"], ["Tommy", "Hughes"], ["Tommy", "Hunter"], ["Tommy", "Irwin"], ["Tommy", "John"], ["Tommy", "Johns"], ["Tommy", "Kahnle"], ["Tommy", "La Stella"], ["Tommy", "Layne"], ["Tommy", "Leach"], ["Tommy", "Madden"], ["Tommy", "Manzella"], ["Tommy", "Matchick"], ["Tommy", "McCarthy"], ["Tommy", "McCraw"], ["Tommy", "McMillan"], ["Tommy", "Medica"], ["Tommy", "Mee"], ["Tommy", "Milone"], ["Tommy", "Moore"], ["Tommy", "Murphy"], ["Tommy", "Neill"], ["Tommy", "Nelson"], ["Tommy", "O'Brien"], ["Tommy", "Pham"], ["Tommy", "Phelps"], ["Tommy", "Raub"], ["Tommy", "Reis"], ["Tommy", "Sandt"], ["Tommy", "Sewell"], ["Tommy", "Sheehan"], ["Tommy", "Shields"], ["Tommy", "Smith"], ["Tommy", "Tatum"], ["Tommy", "Taylor"], ["Tommy", "Thevenow"], ["Tommy", "Thomas"], ["Tommy", "Thompson"], ["Tommy", "Toms"], ["Tommy", "Tucker"], ["Tommy", "Vereker"], ["Tommy", "Warren"], ["Tommy", "Watkins"], ["Tommy", "de la Cruz"], ["Tomo", "Ohka"], ["Tony", "Abreu"], ["Tony", "Alvarez"], ["Tony", "Armas"], ["Tony", "Arnold"], ["Tony", "Balsamo"], ["Tony", "Barron"], ["Tony", "Bartirome"], ["Tony", "Batista"], ["Tony", "Bernazard"], ["Tony", "Blanco"], ["Tony", "Boeckel"], ["Tony", "Brewer"], ["Tony", "Brizzolara"], ["Tony", "Brottem"], ["Tony", "Campana"], ["Tony", "Castillo"], ["Tony", "Chevez"], ["Tony", "Cingrani"], ["Tony", "Clark"], ["Tony", "Cloninger"], ["Tony", "Cogan"], ["Tony", "Conigliaro"], ["Tony", "Criscola"], ["Tony", "Cruz"], ["Tony", "Cuccinello"], ["Tony", "Curry"], ["Tony", "Daniels"], ["Tony", "DeFate"], ["Tony", "DeFrancesco"], ["Tony", "DePhillips"], ["Tony", "Eusebio"], ["Tony", "Faeth"], ["Tony", "Fernandez"], ["Tony", "Ferreira"], ["Tony", "Fiore"], ["Tony", "Fossas"], ["Tony", "Freitas"], ["Tony", "Ghelfi"], ["Tony", "Giarratano"], ["Tony", "Giuliani"], ["Tony", "Gonzalez"], ["Tony", "Graffanino"], ["Tony", "Gwynn"], ["Tony", "Hellman"], ["Tony", "Horton"], ["Tony", "Jacobs"], ["Tony", "Johnson"], ["Tony", "Kaufmann"], ["Tony", "Kubek"], ["Tony", "LaRussa"], ["Tony", "Lazzeri"], ["Tony", "Longmire"], ["Tony", "Lupien"], ["Tony", "Mack"], ["Tony", "Madigan"], ["Tony", "Malinosky"], ["Tony", "Martinez"], ["Tony", "McKnight"], ["Tony", "Menendez"], ["Tony", "Mounce"], ["Tony", "Mullane"], ["Tony", "Murphy"], ["Tony", "Murray"], ["Tony", "Muser"], ["Tony", "Oliva"], ["Tony", "Ordenana"], ["Tony", "Parisse"], ["Tony", "Pena"], ["Tony", "Perez"], ["Tony", "Perezchica"], ["Tony", "Phillips"], ["Tony", "Pierce"], ["Tony", "Piet"], ["Tony", "Rego"], ["Tony", "Rensa"], ["Tony", "Robello"], ["Tony", "Rodriguez"], ["Tony", "Roig"], ["Tony", "Sanchez"], ["Tony", "Saunders"], ["Tony", "Scott"], ["Tony", "Scruggs"], ["Tony", "Sipp"], ["Tony", "Smith"], ["Tony", "Solaita"], ["Tony", "Suck"], ["Tony", "Tarasco"], ["Tony", "Taylor"], ["Tony", "Tonneman"], ["Tony", "Torcato"], ["Tony", "Von Fricken"], ["Tony", "Walker"], ["Tony", "Watson"], ["Tony", "Welzer"], ["Tony", "Womack"], ["Tony", "York"], ["Tony", "Zych"], ["Tookie", "Gilbert"], ["Toots", "Coyne"], ["Toots", "Shultz"], ["Topper", "Rigney"], ["Topsy", "Hartsel"], ["Torey", "Lovullo"], ["Torii", "Hunter"], ["Toru", "Murata"], ["Tot", "Pressnell"], ["Trace", "Coquillette"], ["Tracy", "Baker"], ["Tracy", "Jones"], ["Tracy", "Stallard"], ["Tracy", "Woodson"], ["Trader", "Horne"], ["Travis", "Baptist"], ["Travis", "Blackley"], ["Travis", "Bowyer"], ["Travis", "Buck"], ["Travis", "Chapman"], ["Travis", "Chick"], ["Travis", "Dawkins"], ["Travis", "Denker"], ["Travis", "Driskill"], ["Travis", "Fryman"], ["Travis", "Hafner"], ["Travis", "Harper"], ["Travis", "Hughes"], ["Travis", "Ishikawa"], ["Travis", "Jackson"], ["Travis", "Jankowski"], ["Travis", "Lee"], ["Travis", "Metcalf"], ["Travis", "Miller"], ["Travis", "Phelps"], ["Travis", "Schlichting"], ["Travis", "Shaw"], ["Travis", "Smith"], ["Travis", "Snider"], ["Travis", "Tartamella"], ["Travis", "Wood"], ["Travis", "d'Arnaud"], ["Trayce", "Thompson"], ["Trayvon", "Robinson"], ["Trea", "Turner"], ["Trench", "Davis"], ["Trent", "Durrington"], ["Trent", "Hubbard"], ["Trent", "Oeltjen"], ["Trever", "Miller"], ["Trevor", "Bauer"], ["Trevor", "Bell"], ["Trevor", "Brown"], ["Trevor", "Cahill"], ["Trevor", "Crowe"], ["Trevor", "Enders"], ["Trevor", "Gott"], ["Trevor", "Hoffman"], ["Trevor", "May"], ["Trevor", "Plouffe"], ["Trevor", "Rosenthal"], ["Trevor", "Wilson"], ["Trey", "Beamon"], ["Trey", "Hillman"], ["Trey", "Hodges"], ["Trey", "Lunsford"], ["Trey", "Moore"], ["Trick", "McSorley"], ["Tricky", "Nichols"], ["Tripp", "Cromer"], ["Tripp", "Sigman"], ["Tris", "Speaker"], ["Trot", "Nixon"], ["Troy", "Afenir"], ["Troy", "Brohawn"], ["Troy", "Cate"], ["Troy", "Glaus"], ["Troy", "Herriage"], ["Troy", "Mattes"], ["Troy", "Neel"], ["Troy", "O'Leary"], ["Troy", "Patton"], ["Troy", "Percival"], ["Troy", "Puckett"], ["Troy", "Tulowitzki"], ["Truck", "Eagan"], ["Truck", "Hannah"], ["Trystan", "Magnuson"], ["Tsuyoshi", "Nishioka"], ["Tsuyoshi", "Shinjo"], ["Tsuyoshi", "Wada"], ["Tub", "Welch"], ["Tubby", "Spencer"], ["Tuck", "Stainback"], ["Tuck", "Turner"], ["Tucker", "Ashford"], ["Tucker", "Barnhart"], ["Tuffy", "Gosewisch"], ["Tuffy", "Rhodes"], ["Tuffy", "Stewart"], ["Tug", "Arundel"], ["Tug", "Hulett"], ["Tug", "McGraw"], ["Tug", "Thompson"], ["Tug", "Wilson"], ["Tully", "Sparks"], ["Tun", "Berger"], ["Turk", "Farrell"], ["Turk", "Lown"], ["Turk", "Wendell"], ["Turkey", "Gross"], ["Turkey", "Stearnes"], ["Turkey", "Tyson"], ["Turner", "Barber"], ["Turner", "Ward"], ["Twink", "Twining"], ["Ty", "Cline"], ["Ty", "Cobb"], ["Ty", "Gainey"], ["Ty", "Helfrich"], ["Ty", "LaForest"], ["Ty", "Pickup"], ["Ty", "Taubenheim"], ["Ty", "Tyson"], ["Ty", "Van Burkleo"], ["Ty", "Waller"], ["Ty", "Wigginton"], ["Tyler", "Chatwood"], ["Tyler", "Clippard"], ["Tyler", "Cloyd"], ["Tyler", "Collins"], ["Tyler", "Colvin"], ["Tyler", "Cravy"], ["Tyler", "Duffey"], ["Tyler", "Flowers"], ["Tyler", "Graham"], ["Tyler", "Green"], ["Tyler", "Greene"], ["Tyler", "Holt"], ["Tyler", "Houston"], ["Tyler", "Johnson"], ["Tyler", "Ladendorf"], ["Tyler", "Lyons"], ["Tyler", "Matzek"], ["Tyler", "Moore"], ["Tyler", "Olson"], ["Tyler", "Pastornicky"], ["Tyler", "Robertson"], ["Tyler", "Saladino"], ["Tyler", "Skaggs"], ["Tyler", "Thornburg"], ["Tyler", "Wagner"], ["Tyler", "Walker"], ["Tyler", "Wilson"], ["Tyler", "Yates"], ["Tyrell", "Godwin"], ["Tyson", "Brummett"], ["Tyson", "Ross"], ["U. L.", "Washington"], ["Ubaldo", "Heredia"], ["Ubaldo", "Jimenez"], ["Uel", "Eubanks"], ["Ugueth", "Urbina"], ["Uke", "Clanton"], ["Urban", "Shocker"], ["Urbane", "Pickering"], ["Urbano", "Lugo"], ["Vada", "Pinson"], ["Val", "Heim"], ["Val", "Majewski"], ["Val", "Pascucci"], ["Val", "Picinich"], ["Val", "Robinson"], ["Valerio", "De Los Santos"], ["Vallie", "Eaves"], ["Valmy", "Thomas"], ["Van", "Fletcher"], ["Van", "Kelly"], ["Van", "Mungo"], ["Van", "Snider"], ["Vance", "Dinges"], ["Vance", "Law"], ["Vance", "Lovelace"], ["Vance", "McHenry"], ["Vance", "McIlree"], ["Vance", "Page"], ["Vance", "Wilson"], ["Vance", "Worley"], ["Varney", "Anderson"], ["Vaughn", "Eshelman"], ["Vean", "Gregg"], ["Vedie", "Himsl"], ["Verdo", "Elmore"], ["Verle", "Tiefenthaler"], ["Vern", "Benson"], ["Vern", "Bickford"], ["Vern", "Curtis"], ["Vern", "Duncan"], ["Vern", "Fear"], ["Vern", "Freiburger"], ["Vern", "Fuller"], ["Vern", "Geishert"], ["Vern", "Handrahan"], ["Vern", "Holtgrave"], ["Vern", "Hughes"], ["Vern", "Kennedy"], ["Vern", "Law"], ["Vern", "Morgan"], ["Vern", "Olsen"], ["Vern", "Rapp"], ["Vern", "Ruhle"], ["Vern", "Spencer"], ["Vern", "Stephens"], ["Verne", "Clemons"], ["Vernon", "Wells"], ["Vic", "Albury"], ["Vic", "Aldridge"], ["Vic", "Barnhart"], ["Vic", "Black"], ["Vic", "Bradford"], ["Vic", "Correll"], ["Vic", "Darensbourg"], ["Vic", "Davalillo"], ["Vic", "Frazier"], ["Vic", "Harris"], ["Vic", "Janowicz"], ["Vic", "Johnson"], ["Vic", "Keen"], ["Vic", "LaRose"], ["Vic", "Lombardi"], ["Vic", "Power"], ["Vic", "Raschi"], ["Vic", "Rodriguez"], ["Vic", "Roznovsky"], ["Vic", "Saier"], ["Vic", "Sorrell"], ["Vic", "Wertz"], ["Vic", "Willis"], ["Vicente", "Amor"], ["Vicente", "Padilla"], ["Vicente", "Palacios"], ["Vicente", "Romo"], ["Victor", "Alvarez"], ["Victor", "Bernal"], ["Victor", "Cole"], ["Victor", "Cruz"], ["Victor", "Diaz"], ["Victor", "Garate"], ["Victor", "Marte"], ["Victor", "Martinez"], ["Victor", "Mata"], ["Victor", "Rosario"], ["Victor", "Santos"], ["Victor", "Zambrano"], ["Vida", "Blue"], ["Vidal", "Nuno"], ["Vin", "Campbell"], ["Vin", "Mazzaro"], ["Vince", "Barton"], ["Vince", "Belnome"], ["Vince", "Castino"], ["Vince", "Colbert"], ["Vince", "Coleman"], ["Vince", "Dailey"], ["Vince", "DiMaggio"], ["Vince", "Gonzales"], ["Vince", "Horsman"], ["Vince", "Molyneaux"], ["Vince", "Sherlock"], ["Vince", "Shields"], ["Vince", "Shupe"], ["Vince", "Ventura"], ["Vincent", "Maney"], ["Vincent", "Velasquez"], ["Vinegar Bend", "Mizell"], ["Vinnie", "Chulk"], ["Vinnie", "Pestano"], ["Vinnie", "Smith"], ["Vinny", "Castilla"], ["Vinny", "Rottino"], ["Virgil", "Barnes"], ["Virgil", "Cheeves"], ["Virgil", "Jester"], ["Virgil", "Stallcup"], ["Virgil", "Trucks"], ["Virgil", "Vasquez"], ["Vito", "Tamulis"], ["Vito", "Valentinetti"], ["Vive", "Lindaman"], ["Vladimir", "Guerrero"], ["Vladimir", "Nunez"], ["Von", "Hayes"], ["Von", "Joshua"], ["Von", "McDaniel"], ["Waddy", "MacPhee"], ["Wade", "Blasingame"], ["Wade", "Boggs"], ["Wade", "Davis"], ["Wade", "LeBlanc"], ["Wade", "Lefler"], ["Wade", "Miley"], ["Wade", "Miller"], ["Wade", "Rowdon"], ["Wade", "Taylor"], ["Waite", "Hoyt"], ["Waldis", "Joaquin"], ["Walker", "Cooper"], ["Walker", "Cress"], ["Wallace", "Johnson"], ["Wally", "Andrews"], ["Wally", "Backman"], ["Wally", "Berger"], ["Wally", "Bunker"], ["Wally", "Burnette"], ["Wally", "Clement"], ["Wally", "Dashiell"], ["Wally", "Fessenden"], ["Wally", "Flager"], ["Wally", "Gerber"], ["Wally", "Gilbert"], ["Wally", "Goldsmith"], ["Wally", "Hebert"], ["Wally", "Holborow"], ["Wally", "Hood"], ["Wally", "Joyner"], ["Wally", "Judnich"], ["Wally", "Kimmick"], ["Wally", "Kopf"], ["Wally", "Mattick"], ["Wally", "Mayer"], ["Wally", "Millies"], ["Wally", "Moon"], ["Wally", "Moses"], ["Wally", "Pipp"], ["Wally", "Post"], ["Wally", "Rehg"], ["Wally", "Reinecker"], ["Wally", "Ritchie"], ["Wally", "Roettger"], ["Wally", "Schang"], ["Wally", "Shaner"], ["Wally", "Shannon"], ["Wally", "Smith"], ["Wally", "Snell"], ["Wally", "Westlake"], ["Wally", "Whitehurst"], ["Wally", "Wolf"], ["Walt", "Alexander"], ["Walt", "Bashore"], ["Walt", "Bond"], ["Walt", "Chipple"], ["Walt", "Craddock"], ["Walt", "Devoy"], ["Walt", "Dickson"], ["Walt", "Doan"], ["Walt", "Dropo"], ["Walt", "French"], ["Walt", "Goldsby"], ["Walt", "Golvin"], ["Walt", "Herrell"], ["Walt", "Hriniak"], ["Walt", "Huntzinger"], ["Walt", "Irwin"], ["Walt", "Justis"], ["Walt", "Kellner"], ["Walt", "Kinney"], ["Walt", "Kinzie"], ["Walt", "Kuhn"], ["Walt", "Lanfranconi"], ["Walt", "Lerian"], ["Walt", "Leverenz"], ["Walt", "Linden"], ["Walt", "Lynch"], ["Walt", "Marbet"], ["Walt", "Masters"], ["Walt", "Masterson"], ["Walt", "McKeel"], ["Walt", "Meinert"], ["Walt", "Miller"], ["Walt", "Moryn"], ["Walt", "Preston"], ["Walt", "Ripley"], ["Walt", "Schulz"], ["Walt", "Slagle"], ["Walt", "Smallwood"], ["Walt", "Streuli"], ["Walt", "Tauscher"], ["Walt", "Terrell"], ["Walt", "Thomas"], ["Walt", "Tragesser"], ["Walt", "Walker"], ["Walt", "Walsh"], ["Walt", "Weiss"], ["Walt", "Whittaker"], ["Walt", "Williams"], ["Walt", "Wilmot"], ["Walt", "Woods"], ["Walter", "Alston"], ["Walter", "Ancker"], ["Walter", "Anderson"], ["Walter", "Barbare"], ["Walter", "Beall"], ["Walter", "Bernhardt"], ["Walter", "Blair"], ["Walter", "Brown"], ["Walter", "Carlisle"], ["Walter", "Clarkson"], ["Walter", "Coleman"], ["Walter", "Hackett"], ["Walter", "Hewett"], ["Walter", "Holke"], ["Walter", "Johnson"], ["Walter", "Lonergan"], ["Walter", "Morris"], ["Walter", "Moser"], ["Walter", "Mueller"], ["Walter", "Murphy"], ["Walter", "O'Malley"], ["Walter", "Ockey"], ["Walter", "Plock"], ["Walter", "Prince"], ["Walter", "Schmidt"], ["Walter", "Sessi"], ["Walter", "Signer"], ["Walter", "Silva"], ["Walter", "Stephenson"], ["Walter", "Tappan"], ["Walter", "Terry"], ["Walter", "Thornton"], ["Walter", "Wilson"], ["Walter", "Young"], ["Walter", "Zink"], ["Walton", "Cruise"], ["Wandy", "Rodriguez"], ["War", "Sanders"], ["Ward", "Miller"], ["Warner", "Madrigal"], ["Warren", "Bogle"], ["Warren", "Brusstar"], ["Warren", "Cromartie"], ["Warren", "Fitzgerald"], ["Warren", "Giles"], ["Warren", "Gill"], ["Warren", "Hacker"], ["Warren", "Huston"], ["Warren", "McLaughlin"], ["Warren", "Miller"], ["Warren", "Morris"], ["Warren", "Newson"], ["Warren", "Shanabrook"], ["Warren", "Spahn"], ["Warren", "White"], ["Wascar", "Serrano"], ["Wash", "Williams"], ["Washington", "Fulmer"], ["Watch", "Burnham"], ["Wattie", "Holm"], ["Watty", "Clark"], ["Watty", "Lee"], ["Wayland", "Dean"], ["Wayne", "Ambler"], ["Wayne", "Belardi"], ["Wayne", "Cage"], ["Wayne", "Causey"], ["Wayne", "Comer"], ["Wayne", "Edwards"], ["Wayne", "Franklin"], ["Wayne", "Garland"], ["Wayne", "Garrett"], ["Wayne", "Gomes"], ["Wayne", "Graham"], ["Wayne", "Granger"], ["Wayne", "Gross"], ["Wayne", "Housie"], ["Wayne", "Kirby"], ["Wayne", "Krenchicki"], ["Wayne", "LaMaster"], ["Wayne", "McLeland"], ["Wayne", "Nordhagen"], ["Wayne", "Osborne"], ["Wayne", "Redmond"], ["Wayne", "Rosenthal"], ["Wayne", "Schurr"], ["Wayne", "Simpson"], ["Wayne", "Terwilliger"], ["Wayne", "Tolleson"], ["Wayne", "Twitchell"], ["Wayne", "Tyrone"], ["Webb", "Schultz"], ["Webbo", "Clarke"], ["Webster", "Garrison"], ["Wedo", "Martini"], ["Wei-Chung", "Wang"], ["Wei-Yin", "Chen"], ["Welcome", "Gaston"], ["Welday", "Walker"], ["Weldon", "Bowlin"], ["Weldon", "Henley"], ["Weldon", "Wyckoff"], ["Welington", "Castillo"], ["Wendell", "Magee"], ["Wenty", "Ford"], ["Wes", "Bankston"], ["Wes", "Blogg"], ["Wes", "Chamberlain"], ["Wes", "Covington"], ["Wes", "Curry"], ["Wes", "Ferrell"], ["Wes", "Fisler"], ["Wes", "Flowers"], ["Wes", "Gardner"], ["Wes", "Helms"], ["Wes", "Kingdon"], ["Wes", "Littleton"], ["Wes", "Livengood"], ["Wes", "Obermueller"], ["Wes", "Parker"], ["Wes", "Schulmerich"], ["Wes", "Stock"], ["Wes", "Westrum"], ["Wes", "Whisler"], ["Wese", "Callahan"], ["Wesley", "Wright"], ["Whammy", "Douglas"], ["Wheezer", "Dell"], ["Whit", "Wyatt"], ["Whitey", "Alpermann"], ["Whitey", "Ford"], ["Whitey", "Gibson"], ["Whitey", "Glazner"], ["Whitey", "Guese"], ["Whitey", "Herzog"], ["Whitey", "Hilcher"], ["Whitey", "Kurowski"], ["Whitey", "Lockman"], ["Whitey", "Miller"], ["Whitey", "Moore"], ["Whitey", "Ock"], ["Whitey", "Platt"], ["Whitey", "Ritterson"], ["Whitey", "Wietelmann"], ["Whitey", "Wilshere"], ["Whitey", "Wistert"], ["Whitey", "Witt"], ["Wib", "Smith"], ["Wickey", "McAvoy"], ["Wid", "Conroy"], ["Wid", "Matthews"], ["Wiki", "Gonzalez"], ["Wil", "Cordero"], ["Wil", "Culmer"], ["Wil", "Ledezma"], ["Wil", "Myers"], ["Wil", "Nieves"], ["Wilbert", "Robinson"], ["Wilbur", "Cooper"], ["Wilbur", "Fisher"], ["Wilbur", "Good"], ["Wilbur", "Howard"], ["Wilbur", "Murdoch"], ["Wilbur", "Wood"], ["Wilcy", "Moore"], ["Wild Bill", "Luhrsen"], ["Wild Bill", "Widner"], ["Wiley", "Davis"], ["Wiley", "Dunham"], ["Wiley", "Piatt"], ["Wiley", "Taylor"], ["Wilfredo", "Rodriguez"], ["Wilfredo", "Tejada"], ["Wilfredo", "Tovar"], ["Wilin", "Rosario"], ["Wilkin", "Castillo"], ["Wilkin", "Ramirez"], ["Wilkin", "Ruan"], ["Wilking", "Rodriguez"], ["Will", "Brunson"], ["Will", "Calihan"], ["Will", "Clark"], ["Will", "Cunnane"], ["Will", "Foley"], ["Will", "Harridge"], ["Will", "Harris"], ["Will", "Holland"], ["Will", "Koenigsmark"], ["Will", "McEnaney"], ["Will", "Middlebrooks"], ["Will", "Ohman"], ["Will", "Pennyfeather"], ["Will", "Rhymes"], ["Will", "Sawyer"], ["Will", "Smalley"], ["Will", "Smith"], ["Will", "Thompson"], ["Will", "Venable"], ["Will", "White"], ["Willard", "Brown"], ["Willard", "Hershberger"], ["Willard", "Hunter"], ["Willard", "Mains"], ["Willard", "Marshall"], ["Willard", "Nixon"], ["Willard", "Schmidt"], ["William", "Bergolla"], ["William", "Bestick"], ["William", "Brennan"], ["William", "Brown"], ["William", "Burke"], ["William", "Coon"], ["William", "Fischer"], ["William", "Ford"], ["William", "Gallagher"], ["William", "Houseman"], ["William", "Hulbert"], ["William", "Hyndman"], ["William", "Johnson"], ["William", "Kinsler"], ["William", "Lackey"], ["William", "Marriott"], ["William", "Matthews"], ["William", "McCarthy"], ["William", "McLaughlin"], ["William", "Metzig"], ["William", "Nusz"], ["William", "Pierson"], ["William", "Rexter"], ["William", "Rumler"], ["William", "Stecher"], ["William", "Stein"], ["William", "Suero"], ["William", "Sullivan"], ["William", "VanLandingham"], ["William", "Zay"], ["Williams", "Perez"], ["Willie", "Adams"], ["Willie", "Aikens"], ["Willie", "Banks"], ["Willie", "Blair"], ["Willie", "Bloomquist"], ["Willie", "Canate"], ["Willie", "Clark"], ["Willie", "Collazo"], ["Willie", "Crawford"], ["Willie", "Davis"], ["Willie", "Eyre"], ["Willie", "Fraser"], ["Willie", "Garoni"], ["Willie", "Greene"], ["Willie", "Harris"], ["Willie", "Hernandez"], ["Willie", "Hogan"], ["Willie", "Horton"], ["Willie", "Jensen"], ["Willie", "Jones"], ["Willie", "Kamm"], ["Willie", "Keeler"], ["Willie", "Kirkland"], ["Willie", "Lozado"], ["Willie", "Ludolph"], ["Willie", "Martinez"], ["Willie", "Mays"], ["Willie", "McCovey"], ["Willie", "McGee"], ["Willie", "McGill"], ["Willie", "Mills"], ["Willie", "Mitchell"], ["Willie", "Montanez"], ["Willie", "Morales"], ["Willie", "Mueller"], ["Willie", "Murphy"], ["Willie", "Norwood"], ["Willie", "Prall"], ["Willie", "Ramsdell"], ["Willie", "Randolph"], ["Willie", "Royster"], ["Willie", "Smith"], ["Willie", "Stargell"], ["Willie", "Sudhoff"], ["Willie", "Tasby"], ["Willie", "Underhill"], ["Willie", "Upshaw"], ["Willie", "Wells"], ["Willie", "Wilson"], ["Willis", "Cole"], ["Willis", "Hudlin"], ["Willis", "Otanez"], ["Willis", "Roberts"], ["Willy", "Aybar"], ["Willy", "Fetzer"], ["Willy", "Miranda"], ["Willy", "Taveras"], ["Willy", "Wilson"], ["Wilmer", "Difo"], ["Wilmer", "Flores"], ["Wilmer", "Font"], ["Wilson", "Alvarez"], ["Wilson", "Betemit"], ["Wilson", "Collins"], ["Wilson", "Delgado"], ["Wilson", "Heredia"], ["Wilson", "Ramos"], ["Wilson", "Valdez"], ["Wilton", "Guerrero"], ["Wilton", "Lopez"], ["Wilton", "Veras"], ["Wily", "Peralta"], ["Wily Mo", "Pena"], ["Wimpy", "Quinn"], ["Win", "Ballou"], ["Win", "Clark"], ["Win", "Kellum"], ["Win", "Mercer"], ["Win", "Noyes"], ["Win", "Remmerswaal"], ["Windy", "McCall"], ["Wingo", "Anderson"], ["Winston", "Abreu"], ["Winston", "Llenas"], ["Wish", "Egan"], ["Wladimir", "Balentien"], ["Woodie", "Fryman"], ["Woodie", "Held"], ["Woody", "Abernathy"], ["Woody", "Crowson"], ["Woody", "Davis"], ["Woody", "English"], ["Woody", "Jensen"], ["Woody", "Main"], ["Woody", "Rich"], ["Woody", "Upchurch"], ["Woody", "Wagenhorst"], ["Woody", "Wheaton"], ["Woody", "Williams"], ["Woody", "Woodward"], ["Wyatt", "Toregas"], ["Wyman", "Andrus"], ["Wynn", "Hawkins"], ["Xander", "Bogaerts"], ["Xavier", "Avery"], ["Xavier", "Cedeno"], ["Xavier", "Hernandez"], ["Xavier", "Nady"], ["Xavier", "Paul"], ["Xavier", "Rescigno"], ["Xavier", "Scruggs"], ["Yadiel", "Rivera"], ["Yadier", "Molina"], ["Yale", "Murphy"], ["Yam", "Yaryan"], ["Yamaico", "Navarro"], ["Yamid", "Haad"], ["Yamil", "Benitez"], ["Yan", "Gomes"], ["Yangervis", "Solarte"], ["Yank", "Robinson"], ["Yank", "Terry"], ["Yasiel", "Puig"], ["Yasmani", "Grandal"], ["Yasmany", "Tomas"], ["Yasuhiko", "Yabuta"], ["Yats", "Wuestling"], ["Yhency", "Brazoban"], ["Yhonathan", "Barrios"], ["Yimi", "Garcia"], ["Yip", "Owens"], ["Yo-Yo", "Davalillo"], ["Yoel", "Hernandez"], ["Yoenis", "Cespedes"], ["Yoervis", "Medina"], ["Yogi", "Berra"], ["Yohan", "Flande"], ["Yohan", "Pino"], ["Yohanny", "Valera"], ["Yonder", "Alonso"], ["Yordano", "Ventura"], ["Yorkis", "Perez"], ["Yorman", "Bazardo"], ["Yorman", "Rodriguez"], ["Yorvit", "Torrealba"], ["Yoshinori", "Tateyama"], ["Yoslan", "Herrera"], ["Youngy", "Johnson"], ["Yovani", "Gallardo"], ["Yovanny", "Lara"], ["Yu", "Darvish"], ["Yunel", "Escobar"], ["Yunesky", "Maya"], ["Yuniesky", "Betancourt"], ["Yurendell", "de Caster"], ["Yusmeiro", "Petit"], ["Z. H.", "Taylor"], ["Zac", "Rosscup"], ["Zach", "Braddock"], ["Zach", "Britton"], ["Zach", "Clark"], ["Zach", "Crouch"], ["Zach", "Davies"], ["Zach", "Day"], ["Zach", "Duke"], ["Zach", "Jackson"], ["Zach", "Kroenke"], ["Zach", "Lee"], ["Zach", "Lutz"], ["Zach", "McAllister"], ["Zach", "McClellan"], ["Zach", "Miner"], ["Zach", "Monroe"], ["Zach", "Phillips"], ["Zach", "Putnam"], ["Zach", "Sorensen"], ["Zach", "Stewart"], ["Zach", "Walters"], ["Zach", "Wheeler"], ["Zack", "Cozart"], ["Zack", "Godley"], ["Zack", "Greinke"], ["Zack", "Segovia"], ["Zack", "Taylor"], ["Zack", "Wheat"], ["Zak", "Shinall"], ["Zane", "Smith"], ["Zaza", "Harvey"], ["Zeb", "Eaton"], ["Zeb", "Terry"], ["Zeke", "Bella"], ["Zeke", "Bonura"], ["Zeke", "Spruill"], ["Zeke", "Wilson"], ["Zeke", "Wrigley"], ["Zelous", "Wheeler"], ["Ziggy", "Hasbrook"], ["Zinn", "Beck"], ["Zip", "Collins"], ["Zip", "Zabel"], ["Zoilo", "Almonte"], ["Zoilo", "Versalles"]]}, "table_names": "['player_award', 'player']", "table_image_ids": ["TableImg_21zn9_6078.png", "TableImg_9pbsr_18846.png"], "original_data_index": 1892} +{"question": "Find the team that attended the least number of home games in 1980.", "answer": {"columns": ["name"], "index": [0], "data": [["Minnesota Twins"]]}, "table_names": "['home_game', 'team']", "table_image_ids": ["TableImg_5d25n_2944.png", "TableImg_Fbn04_2805.png"], "original_data_index": 1893} +{"question": "What are all the players who played in match season, sorted by college in ascending alphabetical order?", "answer": {"columns": ["Player"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [["Sean Franklin Category:Articles with hCards"], ["Rodrigo Faria Category:Articles with hCards"], ["Damani Ralph Category:Articles with hCards"], ["Jay Heaps Category:Articles with hCards"], ["Steve Ralston Category:Articles with hCards"], ["Clint Dempsey Category:Articles with hCards"], ["C. J. Sapong Category:Articles with hCards"], ["Maurice Edu Category:Articles with hCards"], ["Omar Gonzalez Category:Articles with hCards"], ["Carlos Bocanegra Category:Articles with hCards"], ["Jonathan Bornstein Category:Articles with hCards"], ["Mike Duhaney Category:Articles with hCards"], ["Ben Olsen Category:Articles with hCards"], ["Kyle Martino Category:Articles with hCards"], ["Michael Parkhurst Category:Articles with hCards"], ["Andy Najar Category:Articles with hCards"]]}, "table_names": "['match_season', 'player']", "table_image_ids": ["TableImg_70yxa_16.png", "TableImg_2pm9b_10.png"], "original_data_index": 1894} +{"question": "What is the name of the entrepreneur with the greatest weight?", "answer": {"columns": ["Name"], "index": [0], "data": [["Goran Fiorentini"]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_Aoctm_6.png", "TableImg_Nyyk3_8.png"], "original_data_index": 1895} +{"question": "How many male (sex is M) students have class senator votes in the fall election cycle?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_F3d11_34.png", "TableImg_K5qdd_10.png"], "original_data_index": 1896} +{"question": "display the department name and number of employees in each of the department.", "answer": {"columns": ["DEPARTMENT_NAME", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Accounting", 2], ["Administration", 1], ["Executive", 3], ["Finance", 6], ["Human Resources", 1], ["IT", 5], ["Marketing", 2], ["Public Relations", 1], ["Purchasing", 6], ["Sales", 34], ["Shipping", 45]]}, "table_names": "['departments', 'employees']", "table_image_ids": ["TableImg_Kcbqm_27.png", "TableImg_Kvz6v_107.png"], "original_data_index": 1897} +{"question": "What is the average number of points for players from the \"AIB\" club?", "answer": {"columns": ["avg(T2.Points)"], "index": [0], "data": [[28.0]]}, "table_names": "['club', 'player']", "table_image_ids": ["TableImg_B9kzr_6.png", "TableImg_6f7t8_15.png"], "original_data_index": 1898} +{"question": "What is the maximum fastest lap speed in race named 'Monaco Grand Prix' in 2008 ?", "answer": {"columns": ["max(T2.fastestlapspeed)"], "index": [0], "data": [["156.789"]]}, "table_names": "['races', 'results']", "table_image_ids": ["TableImg_M6p2v_997.png", "TableImg_2kzw3_23777.png"], "original_data_index": 1899} +{"question": "Which papers have the substring \"ML\" in their titles? Return the titles of the papers.", "answer": {"columns": ["title"], "index": [0], "data": [["Making Standard ML a Practical Database Programming Language"]]}, "table_names": "['Papers']", "table_image_ids": ["TableImg_75513_7.png"], "original_data_index": 1900} +{"question": "What are the names of organizations, ordered by the date they were formed, ascending?", "answer": {"columns": ["organization_name"], "index": [0, 1, 2, 3, 4], "data": [["Green Party"], ["Labour Party"], ["Plaid Cymru"], ["Conservative"], ["Liberal Democrats"]]}, "table_names": "['Organizations']", "table_image_ids": ["TableImg_Pl2hn_5.png"], "original_data_index": 1901} +{"question": "Which customer made the largest amount of claim in a single claim? Return the customer details.", "answer": {"columns": ["Customer_Details"], "index": [0], "data": [["Lauriane Ferry PhD"]]}, "table_names": "['Customers', 'Policies', 'Claim_Headers']", "table_image_ids": ["TableImg_Glxow_15.png", "TableImg_A3k46_15.png", "TableImg_4eagi_15.png"], "original_data_index": 1902} +{"question": "What are the names of all districts with a city area greater than 10 or have more than 100000 people living there?", "answer": {"columns": ["District_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Attock District"], ["Bahawalnagar District"], ["Bahawalpur District"], ["Bhakkar District"], ["Chakwal District"], ["Chiniot District"], ["Dera Ghazi Khan District"], ["Faisalabad District"], ["Gujranwala District"], ["Gujrat District"], ["Hafizabad District"], ["Jhang District"], ["Jhelum District"], ["Kasur District"], ["Khanewal District"]]}, "table_names": "['district']", "table_image_ids": ["TableImg_Rsk5a_15.png"], "original_data_index": 1903} +{"question": "What is the distinct service types that are provided by the organization which has detail 'Denesik and Sons Party'?", "answer": {"columns": ["service_type_code"], "index": [0, 1, 2, 3], "data": [["Moving Out"], ["Check"], ["Pay bills"], ["Cleanning"]]}, "table_names": "['Organizations', 'Services']", "table_image_ids": ["TableImg_1hkv2_3.png", "TableImg_9g0f4_15.png"], "original_data_index": 1904} +{"question": "Tell me the first and last name of the student who has the most activities.", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Charles", "Norris"]]}, "table_names": "['Participates_in', 'Student']", "table_image_ids": ["TableImg_Pkjkq_70.png", "TableImg_Of8mi_34.png"], "original_data_index": 1905} +{"question": "What are the different names of the colleges involved in the tryout in alphabetical order?", "answer": {"columns": ["cName"], "index": [0, 1, 2, 3], "data": [["ASU"], ["FSU"], ["LSU"], ["OU"]]}, "table_names": "['Tryout']", "table_image_ids": ["TableImg_S8xg9_6.png"], "original_data_index": 1906} +{"question": "What are the venues of all the matches? Sort them in the descending order of match date.", "answer": {"columns": ["Venue"], "index": [0, 1, 2, 3, 4, 5], "data": [["Estadio Cuscatl\u00c3\u00a1n , San Salvador , El Salvador"], ["Estadio Cuscatl\u00c3\u00a1n , San Salvador , El Salvador"], ["Estadio Cuscatl\u00c3\u00a1n , San Salvador , El Salvador"], ["Estadio Cuscatl\u00c3\u00a1n , San Salvador , El Salvador"], ["Estadio Rigoberto L\u00c3\u00b3pez , Managua , Nicaragua"], ["Estadio Cuscatl\u00c3\u00a1n , San Salvador , El Salvador"]]}, "table_names": "['match']", "table_image_ids": ["TableImg_B3rqh_6.png"], "original_data_index": 1907} +{"question": "Show the type of school and the number of buses for each type.", "answer": {"columns": ["Type", "count(*)"], "index": [0, 1], "data": [["Private", 3], ["Public", 2]]}, "table_names": "['school', 'school_bus']", "table_image_ids": ["TableImg_C99qt_7.png", "TableImg_Xzyk3_5.png"], "original_data_index": 1908} +{"question": "Compute the average profits companies make.", "answer": {"columns": ["avg(Profits_billion)"], "index": [0], "data": [[17.0631578947]]}, "table_names": "['Companies']", "table_image_ids": ["TableImg_0q40h_19.png"], "original_data_index": 1909} +{"question": "What is the first name and job id for all employees in the Finance department?", "answer": {"columns": ["FIRST_NAME", "JOB_ID"], "index": [0, 1, 2, 3, 4, 5], "data": [["Nancy", "FI_MGR"], ["Daniel", "FI_ACCOUNT"], ["John", "FI_ACCOUNT"], ["Ismael", "FI_ACCOUNT"], ["Jose Manuel", "FI_ACCOUNT"], ["Luis", "FI_ACCOUNT"]]}, "table_names": "['departments', 'employees']", "table_image_ids": ["TableImg_W0h3c_27.png", "TableImg_3ugzy_107.png"], "original_data_index": 1910} +{"question": "List the first and last name of the students who do not have any food type allergy.", "answer": {"columns": ["Fname", "LName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["Linda", "Smith"], ["Shiela", "Jones"], ["Jandy", "Nelson"], ["Eric", "Tai"], ["David", "Adams"], ["Steven", "Davis"], ["Bruce", "Wilson"], ["Arthur", "Pang"], ["Ian", "Thornton"], ["George", "Andreou"], ["Stacy", "Prater"], ["Mark", "Goldman"], ["Eric", "Pang"], ["Paul", "Brody"], ["Eric", "Rugh"], ["Lisa", "Cheng"], ["Eric", "Brown"], ["William", "Simms"], ["Eric", "Epp"], ["Sarah", "Schmidt"]]}, "table_names": "['Allergy_Type', 'Has_Allergy', 'Student']", "table_image_ids": ["TableImg_Ve1yx_14.png", "TableImg_Ijr59_59.png", "TableImg_Gjcyq_34.png"], "original_data_index": 1911} +{"question": "What are the first and last names of all customers with more than 2 payments?", "answer": {"columns": ["first_name", "last_name"], "index": [0], "data": [["Estelle", "Grant"]]}, "table_names": "['Customers', 'Customer_Payments']", "table_image_ids": ["TableImg_Pyd3v_15.png", "TableImg_Mvxai_15.png"], "original_data_index": 1912} +{"question": "Count the number of different official languages corresponding to countries that players who play Defender are from.", "answer": {"columns": ["count(DISTINCT T1.Official_native_language)"], "index": [0], "data": [[2]]}, "table_names": "['country', 'match_season']", "table_image_ids": ["TableImg_Somvc_6.png", "TableImg_8x6ml_16.png"], "original_data_index": 1913} +{"question": "Show all the locations where no cinema has capacity over 800.", "answer": {"columns": ["Location"], "index": [0, 1, 2, 3, 4], "data": [["County Cork"], ["County Dublin"], ["County Laois"], ["County Louth"], ["County Tipperary"]]}, "table_names": "['cinema']", "table_image_ids": ["TableImg_Pg3ep_10.png"], "original_data_index": 1914} +{"question": "What is all the information regarding employees who are managers?", "answer": {"columns": ["EMPLOYEE_ID", "FIRST_NAME", "LAST_NAME", "EMAIL", "PHONE_NUMBER", "HIRE_DATE", "JOB_ID", "SALARY", "COMMISSION_PCT", "MANAGER_ID", "DEPARTMENT_ID", "DEPARTMENT_ID", "DEPARTMENT_NAME", "MANAGER_ID", "LOCATION_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [[100, "Steven", "King", "SKING", "515.123.4567", "1987-06-17", "AD_PRES", 24000, 0.0, 0, 90, 90, "Executive", 100, 1700], [103, "Alexander", "Hunold", "AHUNOLD", "590.423.4567", "1987-06-20", "IT_PROG", 9000, 0.0, 102, 60, 60, "IT", 103, 1400], [108, "Nancy", "Greenberg", "NGREENBE", "515.124.4569", "1987-06-25", "FI_MGR", 12000, 0.0, 101, 100, 100, "Finance", 108, 1700], [114, "Den", "Raphaely", "DRAPHEAL", "515.127.4561", "1987-07-01", "PU_MAN", 11000, 0.0, 100, 30, 30, "Purchasing", 114, 1700], [121, "Adam", "Fripp", "AFRIPP", "650.123.2234", "1987-07-08", "ST_MAN", 8200, 0.0, 100, 50, 50, "Shipping", 121, 1500], [145, "John", "Russell", "JRUSSEL", "011.44.1344.429268", "1987-08-01", "SA_MAN", 14000, 0.4, 100, 80, 80, "Sales", 145, 2500], [200, "Jennifer", "Whalen", "JWHALEN", "515.123.4444", "1987-09-25", "AD_ASST", 4400, 0.0, 101, 10, 10, "Administration", 200, 1700], [201, "Michael", "Hartstein", "MHARTSTE", "515.123.5555", "1987-09-26", "MK_MAN", 13000, 0.0, 100, 20, 20, "Marketing", 201, 1800], [203, "Susan", "Mavris", "SMAVRIS", "515.123.7777", "1987-09-28", "HR_REP", 6500, 0.0, 101, 40, 40, "Human Resources", 203, 2400], [204, "Hermann", "Baer", "HBAER", "515.123.8888", "1987-09-29", "PR_REP", 10000, 0.0, 101, 70, 70, "Public Relations", 204, 2700], [205, "Shelley", "Higgins", "SHIGGINS", "515.123.8080", "1987-09-30", "AC_MGR", 12000, 0.0, 101, 110, 110, "Accounting", 205, 1700]]}, "table_names": "['departments', 'employees']", "table_image_ids": ["TableImg_Rda1h_27.png", "TableImg_Mnsyf_107.png"], "original_data_index": 1915} +{"question": "List name of all amenities which Anonymous Donor Hall has, and sort the results in alphabetic order.", "answer": {"columns": ["amenity_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["4 Walls"], ["Air Conditioning"], ["Carpeted Rooms"], ["Ethernet Ports"], ["Heat"], ["Roof"], ["Study Room"], ["TV Lounge"]]}, "table_names": "['Dorm', 'Dorm_amenity', 'Has_amenity']", "table_image_ids": ["TableImg_Vsh75_7.png", "TableImg_Zq5pd_12.png", "TableImg_1qd2y_40.png"], "original_data_index": 1916} +{"question": "List the id of students who registered some courses and the number of their registered courses?", "answer": {"columns": ["student_id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[111, 1], [121, 2], [131, 1], [141, 2], [151, 1], [161, 1], [171, 1]]}, "table_names": "['Students', 'Student_Course_Registrations']", "table_image_ids": ["TableImg_C1asw_8.png", "TableImg_Abcsl_9.png"], "original_data_index": 1917} +{"question": "Find each target user's name and average trust score.", "answer": {"columns": ["name", "avg(trust)"], "index": [0, 1, 2, 3, 4], "data": [["Mark", 4.6666666667], ["Terry", 5.0], ["Nancy", 8.0], ["Rosie", 4.5], ["Roxi", 10.0]]}, "table_names": "['useracct', 'trust']", "table_image_ids": ["TableImg_2mgwb_7.png", "TableImg_X2fbk_9.png"], "original_data_index": 1918} +{"question": "Find the patient who has the most recent undergoing treatment?", "answer": {"columns": ["Patient"], "index": [0], "data": [[100000001]]}, "table_names": "['Patient', 'Undergoes']", "table_image_ids": ["TableImg_51doh_4.png", "TableImg_Tr0u8_6.png"], "original_data_index": 1919} +{"question": "Find the name of the project for which a scientist whose name contains \u2018Smith\u2019 is assigned to.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Build Your Own Telescope"], ["Build Your Own Telescope"], ["Aerodynamics and Gas Mileage"]]}, "table_names": "['Scientists', 'Projects', 'AssignedTo']", "table_image_ids": ["TableImg_10vms_12.png", "TableImg_Lj7pg_14.png", "TableImg_W7dnk_12.png"], "original_data_index": 1920} +{"question": "Find the number of papers published by authors from the institution \"Tokohu University\".", "answer": {"columns": ["count(DISTINCT t1.title)"], "index": [0], "data": [[0]]}, "table_names": "['Inst', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_8qic0_8.png", "TableImg_X9pnu_7.png", "TableImg_H5rdb_14.png"], "original_data_index": 1921} +{"question": "What are the names of all movies made before 1980 or had James Cameron as the director?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5], "data": [["Gone with the Wind"], ["Star Wars"], ["The Sound of Music"], ["Titanic"], ["Snow White"], ["Avatar"]]}, "table_names": "['Movie']", "table_image_ids": ["TableImg_Oq79n_8.png"], "original_data_index": 1922} +{"question": "What procedures cost less than 5000 and have John Wen as a trained physician?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Folded Demiophtalmectomy"], ["Follicular Demiectomy"], ["Obfuscated Dermogastrotomy"], ["Obtuse Pyloric Recombobulation"], ["Reverse Rhinopodoplasty"]]}, "table_names": "['Physician', 'Procedures', 'Trained_In']", "table_image_ids": ["TableImg_Id7zu_9.png", "TableImg_Xe9on_7.png", "TableImg_Fdka0_15.png"], "original_data_index": 1923} +{"question": "Return the description of the budget type that has the code ORG.", "answer": {"columns": ["Budget_Type_Description"], "index": [0], "data": [["Organisation"]]}, "table_names": "['Ref_Budget_Codes']", "table_image_ids": ["TableImg_Jrwm6_3.png"], "original_data_index": 1924} +{"question": "For each competition, count the number of matches.", "answer": {"columns": ["count(*)", "Competition"], "index": [0, 1, 2], "data": [[4, "1994 FIFA World Cup qualification"], [1, "2002 FIFA World Cup qualification"], [1, "Friendly match"]]}, "table_names": "['match']", "table_image_ids": ["TableImg_W0ven_6.png"], "original_data_index": 1925} +{"question": "What is the count of enzymes without any interactions?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['enzyme', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_Gr6r9_8.png", "TableImg_Hkozm_19.png"], "original_data_index": 1926} +{"question": "What are the three colleges from which the most players are from?", "answer": {"columns": ["College"], "index": [0, 1, 2], "data": [["Maryland"], ["UCLA"], ["Virginia"]]}, "table_names": "['match_season']", "table_image_ids": ["TableImg_Pdhke_16.png"], "original_data_index": 1927} +{"question": "For each year, return the year and the number of times the team Boston Red Stockings won in the postseasons.", "answer": {"columns": ["count(*)", "year"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [[5, 1903], [5, 1912], [5, 1915], [5, 1916], [5, 1918], [5, 1975], [5, 1986], [5, 1999], [5, 2003], [15, 2004], [15, 2007], [5, 2008], [15, 2013]]}, "table_names": "['postseason', 'team']", "table_image_ids": ["TableImg_Rdkb0_307.png", "TableImg_Cuak1_2805.png"], "original_data_index": 1928} +{"question": "What is the zip code the county named \"Howard\" is located in?", "answer": {"columns": ["Zip_code"], "index": [0], "data": [["D21"]]}, "table_names": "['county']", "table_image_ids": ["TableImg_Ar8qd_5.png"], "original_data_index": 1929} +{"question": "Find the names and descriptions of courses that belong to the subject named \"Computer Science\".", "answer": {"columns": ["course_name", "course_description"], "index": [0, 1, 2, 3, 4, 5], "data": [["database", "database"], ["advanced database", "advanced database"], ["operating system", "operating system"], ["data structure", "data structure"], ["AI", "AI"], ["machine learning", "machine learning"]]}, "table_names": "['Subjects', 'Courses']", "table_image_ids": ["TableImg_98ga2_3.png", "TableImg_8jfxv_15.png"], "original_data_index": 1930} +{"question": "display all the information of those employees who did not have any job in the past.", "answer": {"columns": ["EMPLOYEE_ID", "FIRST_NAME", "LAST_NAME", "EMAIL", "PHONE_NUMBER", "HIRE_DATE", "JOB_ID", "SALARY", "COMMISSION_PCT", "MANAGER_ID", "DEPARTMENT_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99], "data": [[100, "Steven", "King", "SKING", "515.123.4567", "1987-06-17", "AD_PRES", 24000, 0.0, 0, 90], [103, "Alexander", "Hunold", "AHUNOLD", "590.423.4567", "1987-06-20", "IT_PROG", 9000, 0.0, 102, 60], [104, "Bruce", "Ernst", "BERNST", "590.423.4568", "1987-06-21", "IT_PROG", 6000, 0.0, 103, 60], [105, "David", "Austin", "DAUSTIN", "590.423.4569", "1987-06-22", "IT_PROG", 4800, 0.0, 103, 60], [106, "Valli", "Pataballa", "VPATABAL", "590.423.4560", "1987-06-23", "IT_PROG", 4800, 0.0, 103, 60], [107, "Diana", "Lorentz", "DLORENTZ", "590.423.5567", "1987-06-24", "IT_PROG", 4200, 0.0, 103, 60], [108, "Nancy", "Greenberg", "NGREENBE", "515.124.4569", "1987-06-25", "FI_MGR", 12000, 0.0, 101, 100], [109, "Daniel", "Faviet", "DFAVIET", "515.124.4169", "1987-06-26", "FI_ACCOUNT", 9000, 0.0, 108, 100], [110, "John", "Chen", "JCHEN", "515.124.4269", "1987-06-27", "FI_ACCOUNT", 8200, 0.0, 108, 100], [111, "Ismael", "Sciarra", "ISCIARRA", "515.124.4369", "1987-06-28", "FI_ACCOUNT", 7700, 0.0, 108, 100], [112, "Jose Manuel", "Urman", "JMURMAN", "515.124.4469", "1987-06-29", "FI_ACCOUNT", 7800, 0.0, 108, 100], [113, "Luis", "Popp", "LPOPP", "515.124.4567", "1987-06-30", "FI_ACCOUNT", 6900, 0.0, 108, 100], [115, "Alexander", "Khoo", "AKHOO", "515.127.4562", "1987-07-02", "PU_CLERK", 3100, 0.0, 114, 30], [116, "Shelli", "Baida", "SBAIDA", "515.127.4563", "1987-07-03", "PU_CLERK", 2900, 0.0, 114, 30], [117, "Sigal", "Tobias", "STOBIAS", "515.127.4564", "1987-07-04", "PU_CLERK", 2800, 0.0, 114, 30], [118, "Guy", "Himuro", "GHIMURO", "515.127.4565", "1987-07-05", "PU_CLERK", 2600, 0.0, 114, 30], [119, "Karen", "Colmenares", "KCOLMENA", "515.127.4566", "1987-07-06", "PU_CLERK", 2500, 0.0, 114, 30], [120, "Matthew", "Weiss", "MWEISS", "650.123.1234", "1987-07-07", "ST_MAN", 8000, 0.0, 100, 50], [121, "Adam", "Fripp", "AFRIPP", "650.123.2234", "1987-07-08", "ST_MAN", 8200, 0.0, 100, 50], [123, "Shanta", "Vollman", "SVOLLMAN", "650.123.4234", "1987-07-10", "ST_MAN", 6500, 0.0, 100, 50], [124, "Kevin", "Mourgos", "KMOURGOS", "650.123.5234", "1987-07-11", "ST_MAN", 5800, 0.0, 100, 50], [125, "Julia", "Nayer", "JNAYER", "650.124.1214", "1987-07-12", "ST_CLERK", 3200, 0.0, 120, 50], [126, "Irene", "Mikkilineni", "IMIKKILI", "650.124.1224", "1987-07-13", "ST_CLERK", 2700, 0.0, 120, 50], [127, "James", "Landry", "JLANDRY", "650.124.1334", "1987-07-14", "ST_CLERK", 2400, 0.0, 120, 50], [128, "Steven", "Markle", "SMARKLE", "650.124.1434", "1987-07-15", "ST_CLERK", 2200, 0.0, 120, 50], [129, "Laura", "Bissot", "LBISSOT", "650.124.5234", "1987-07-16", "ST_CLERK", 3300, 0.0, 121, 50], [130, "Mozhe", "Atkinson", "MATKINSO", "650.124.6234", "1987-07-17", "ST_CLERK", 2800, 0.0, 121, 50], [131, "James", "Marlow", "JAMRLOW", "650.124.7234", "1987-07-18", "ST_CLERK", 2500, 0.0, 121, 50], [132, "TJ", "Olson", "TJOLSON", "650.124.8234", "1987-07-19", "ST_CLERK", 2100, 0.0, 121, 50], [133, "Jason", "Mallin", "JMALLIN", "650.127.1934", "1987-07-20", "ST_CLERK", 3300, 0.0, 122, 50], [134, "Michael", "Rogers", "MROGERS", "650.127.1834", "1987-07-21", "ST_CLERK", 2900, 0.0, 122, 50], [135, "Ki", "Gee", "KGEE", "650.127.1734", "1987-07-22", "ST_CLERK", 2400, 0.0, 122, 50], [136, "Hazel", "Philtanker", "HPHILTAN", "650.127.1634", "1987-07-23", "ST_CLERK", 2200, 0.0, 122, 50], [137, "Renske", "Ladwig", "RLADWIG", "650.121.1234", "1987-07-24", "ST_CLERK", 3600, 0.0, 123, 50], [138, "Stephen", "Stiles", "SSTILES", "650.121.2034", "1987-07-25", "ST_CLERK", 3200, 0.0, 123, 50], [139, "John", "Seo", "JSEO", "650.121.2019", "1987-07-26", "ST_CLERK", 2700, 0.0, 123, 50], [140, "Joshua", "Patel", "JPATEL", "650.121.1834", "1987-07-27", "ST_CLERK", 2500, 0.0, 123, 50], [141, "Trenna", "Rajs", "TRAJS", "650.121.8009", "1987-07-28", "ST_CLERK", 3500, 0.0, 124, 50], [142, "Curtis", "Davies", "CDAVIES", "650.121.2994", "1987-07-29", "ST_CLERK", 3100, 0.0, 124, 50], [143, "Randall", "Matos", "RMATOS", "650.121.2874", "1987-07-30", "ST_CLERK", 2600, 0.0, 124, 50], [144, "Peter", "Vargas", "PVARGAS", "650.121.2004", "1987-07-31", "ST_CLERK", 2500, 0.0, 124, 50], [145, "John", "Russell", "JRUSSEL", "011.44.1344.429268", "1987-08-01", "SA_MAN", 14000, 0.4, 100, 80], [146, "Karen", "Partners", "KPARTNER", "011.44.1344.467268", "1987-08-02", "SA_MAN", 13500, 0.3, 100, 80], [147, "Alberto", "Errazuriz", "AERRAZUR", "011.44.1344.429278", "1987-08-03", "SA_MAN", 12000, 0.3, 100, 80], [148, "Gerald", "Cambrault", "GCAMBRAU", "011.44.1344.619268", "1987-08-04", "SA_MAN", 11000, 0.3, 100, 80], [149, "Eleni", "Zlotkey", "EZLOTKEY", "011.44.1344.429018", "1987-08-05", "SA_MAN", 10500, 0.2, 100, 80], [150, "Peter", "Tucker", "PTUCKER", "011.44.1344.129268", "1987-08-06", "SA_REP", 10000, 0.3, 145, 80], [151, "David", "Bernstein", "DBERNSTE", "011.44.1344.345268", "1987-08-07", "SA_REP", 9500, 0.25, 145, 80], [152, "Peter", "Hall", "PHALL", "011.44.1344.478968", "1987-08-08", "SA_REP", 9000, 0.25, 145, 80], [153, "Christopher", "Olsen", "COLSEN", "011.44.1344.498718", "1987-08-09", "SA_REP", 8000, 0.2, 145, 80], [154, "Nanette", "Cambrault", "NCAMBRAU", "011.44.1344.987668", "1987-08-10", "SA_REP", 7500, 0.2, 145, 80], [155, "Oliver", "Tuvault", "OTUVAULT", "011.44.1344.486508", "1987-08-11", "SA_REP", 7000, 0.15, 145, 80], [156, "Janette", "King", "JKING", "011.44.1345.429268", "1987-08-12", "SA_REP", 10000, 0.35, 146, 80], [157, "Patrick", "Sully", "PSULLY", "011.44.1345.929268", "1987-08-13", "SA_REP", 9500, 0.35, 146, 80], [158, "Allan", "McEwen", "AMCEWEN", "011.44.1345.829268", "1987-08-14", "SA_REP", 9000, 0.35, 146, 80], [159, "Lindsey", "Smith", "LSMITH", "011.44.1345.729268", "1987-08-15", "SA_REP", 8000, 0.3, 146, 80], [160, "Louise", "Doran", "LDORAN", "011.44.1345.629268", "1987-08-16", "SA_REP", 7500, 0.3, 146, 80], [161, "Sarath", "Sewall", "SSEWALL", "011.44.1345.529268", "1987-08-17", "SA_REP", 7000, 0.25, 146, 80], [162, "Clara", "Vishney", "CVISHNEY", "011.44.1346.129268", "1987-08-18", "SA_REP", 10500, 0.25, 147, 80], [163, "Danielle", "Greene", "DGREENE", "011.44.1346.229268", "1987-08-19", "SA_REP", 9500, 0.15, 147, 80], [164, "Mattea", "Marvins", "MMARVINS", "011.44.1346.329268", "1987-08-20", "SA_REP", 7200, 0.1, 147, 80], [165, "David", "Lee", "DLEE", "011.44.1346.529268", "1987-08-21", "SA_REP", 6800, 0.1, 147, 80], [166, "Sundar", "Ande", "SANDE", "011.44.1346.629268", "1987-08-22", "SA_REP", 6400, 0.1, 147, 80], [167, "Amit", "Banda", "ABANDA", "011.44.1346.729268", "1987-08-23", "SA_REP", 6200, 0.1, 147, 80], [168, "Lisa", "Ozer", "LOZER", "011.44.1343.929268", "1987-08-24", "SA_REP", 11500, 0.25, 148, 80], [169, "Harrison", "Bloom", "HBLOOM", "011.44.1343.829268", "1987-08-25", "SA_REP", 10000, 0.2, 148, 80], [170, "Tayler", "Fox", "TFOX", "011.44.1343.729268", "1987-08-26", "SA_REP", 9600, 0.2, 148, 80], [171, "William", "Smith", "WSMITH", "011.44.1343.629268", "1987-08-27", "SA_REP", 7400, 0.15, 148, 80], [172, "Elizabeth", "Bates", "EBATES", "011.44.1343.529268", "1987-08-28", "SA_REP", 7300, 0.15, 148, 80], [173, "Sundita", "Kumar", "SKUMAR", "011.44.1343.329268", "1987-08-29", "SA_REP", 6100, 0.1, 148, 80], [174, "Ellen", "Abel", "EABEL", "011.44.1644.429267", "1987-08-30", "SA_REP", 11000, 0.3, 149, 80], [175, "Alyssa", "Hutton", "AHUTTON", "011.44.1644.429266", "1987-08-31", "SA_REP", 8800, 0.25, 149, 80], [177, "Jack", "Livingston", "JLIVINGS", "011.44.1644.429264", "1987-09-02", "SA_REP", 8400, 0.2, 149, 80], [178, "Kimberely", "Grant", "KGRANT", "011.44.1644.429263", "1987-09-03", "SA_REP", 7000, 0.15, 149, 0], [179, "Charles", "Johnson", "CJOHNSON", "011.44.1644.429262", "1987-09-04", "SA_REP", 6200, 0.1, 149, 80], [180, "Winston", "Taylor", "WTAYLOR", "650.507.9876", "1987-09-05", "SH_CLERK", 3200, 0.0, 120, 50], [181, "Jean", "Fleaur", "JFLEAUR", "650.507.9877", "1987-09-06", "SH_CLERK", 3100, 0.0, 120, 50], [182, "Martha", "Sullivan", "MSULLIVA", "650.507.9878", "1987-09-07", "SH_CLERK", 2500, 0.0, 120, 50], [183, "Girard", "Geoni", "GGEONI", "650.507.9879", "1987-09-08", "SH_CLERK", 2800, 0.0, 120, 50], [184, "Nandita", "Sarchand", "NSARCHAN", "650.509.1876", "1987-09-09", "SH_CLERK", 4200, 0.0, 121, 50], [185, "Alexis", "Bull", "ABULL", "650.509.2876", "1987-09-10", "SH_CLERK", 4100, 0.0, 121, 50], [186, "Julia", "Dellinger", "JDELLING", "650.509.3876", "1987-09-11", "SH_CLERK", 3400, 0.0, 121, 50], [187, "Anthony", "Cabrio", "ACABRIO", "650.509.4876", "1987-09-12", "SH_CLERK", 3000, 0.0, 121, 50], [188, "Kelly", "Chung", "KCHUNG", "650.505.1876", "1987-09-13", "SH_CLERK", 3800, 0.0, 122, 50], [189, "Jennifer", "Dilly", "JDILLY", "650.505.2876", "1987-09-14", "SH_CLERK", 3600, 0.0, 122, 50], [190, "Timothy", "Gates", "TGATES", "650.505.3876", "1987-09-15", "SH_CLERK", 2900, 0.0, 122, 50], [191, "Randall", "Perkins", "RPERKINS", "650.505.4876", "1987-09-16", "SH_CLERK", 2500, 0.0, 122, 50], [192, "Sarah", "Bell", "SBELL", "650.501.1876", "1987-09-17", "SH_CLERK", 4000, 0.0, 123, 50], [193, "Britney", "Everett", "BEVERETT", "650.501.2876", "1987-09-18", "SH_CLERK", 3900, 0.0, 123, 50], [194, "Samuel", "McCain", "SMCCAIN", "650.501.3876", "1987-09-19", "SH_CLERK", 3200, 0.0, 123, 50], [195, "Vance", "Jones", "VJONES", "650.501.4876", "1987-09-20", "SH_CLERK", 2800, 0.0, 123, 50], [196, "Alana", "Walsh", "AWALSH", "650.507.9811", "1987-09-21", "SH_CLERK", 3100, 0.0, 124, 50], [197, "Kevin", "Feeney", "KFEENEY", "650.507.9822", "1987-09-22", "SH_CLERK", 3000, 0.0, 124, 50], [198, "Donald", "OConnell", "DOCONNEL", "650.507.9833", "1987-09-23", "SH_CLERK", 2600, 0.0, 124, 50], [199, "Douglas", "Grant", "DGRANT", "650.507.9844", "1987-09-24", "SH_CLERK", 2600, 0.0, 124, 50], [202, "Pat", "Fay", "PFAY", "603.123.6666", "1987-09-27", "MK_REP", 6000, 0.0, 201, 20], [203, "Susan", "Mavris", "SMAVRIS", "515.123.7777", "1987-09-28", "HR_REP", 6500, 0.0, 101, 40], [204, "Hermann", "Baer", "HBAER", "515.123.8888", "1987-09-29", "PR_REP", 10000, 0.0, 101, 70], [205, "Shelley", "Higgins", "SHIGGINS", "515.123.8080", "1987-09-30", "AC_MGR", 12000, 0.0, 101, 110], [206, "William", "Gietz", "WGIETZ", "515.123.8181", "1987-10-01", "AC_ACCOUNT", 8300, 0.0, 205, 110]]}, "table_names": "['employees', 'job_history']", "table_image_ids": ["TableImg_Lgxsq_107.png", "TableImg_Wqrdq_11.png"], "original_data_index": 1931} +{"question": "What are the details and opening hours of the museums?", "answer": {"columns": ["Museum_Details", "Opening_Hours"], "index": [0, 1, 2], "data": [["Yale Center for British Art", null], ["The Metropolitan Museum of Art", null], ["MoMA", null]]}, "table_names": "['Tourist_Attractions', 'Museums']", "table_image_ids": ["TableImg_C8jpm_15.png", "TableImg_Sbizu_3.png"], "original_data_index": 1932} +{"question": "Show the product name and total order quantity for each product.", "answer": {"columns": ["product_name", "sum(T2.order_quantity)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["jcrew", 14.0], ["Apple", 11.0], ["Apple", 8.0], ["jcrew", 9.0], ["Apple", 4.0], ["jcrew", 9.0], ["jcrew", 8.0], ["gucci", 12.0], ["gucci", 4.0], ["gucci", 5.0]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_3le2v_15.png", "TableImg_5lmw0_15.png"], "original_data_index": 1933} +{"question": "For each director, what are the titles and ratings for all the movies they reviewed?", "answer": {"columns": ["title", "stars", "director", "max(T1.stars)"], "index": [0, 1, 2, 3], "data": [["Avatar", 5, "James Cameron", 5], ["The Sound of Music", 3, "Robert Wise", 3], ["Raiders of the Lost Ark", 4, "Steven Spielberg", 4], ["Gone with the Wind", 4, "Victor Fleming", 4]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Ahy98_8.png", "TableImg_Lzb9f_14.png"], "original_data_index": 1934} +{"question": "List the names of members who did not attend any performance.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Andrew Moten"], ["Corey Allen"], ["John Eubanks"], ["Joshua Pittman"]]}, "table_names": "['member', 'member_attendance']", "table_image_ids": ["TableImg_Bized_11.png", "TableImg_Abmtl_8.png"], "original_data_index": 1935} +{"question": "What is the id and name of the department store that has both marketing and managing department?", "answer": {"columns": ["dept_store_id", "store_name"], "index": [0], "data": [[4, "store_name"]]}, "table_names": "['Department_Stores', 'Departments']", "table_image_ids": ["TableImg_1gqz0_15.png", "TableImg_Bxp69_5.png"], "original_data_index": 1936} +{"question": "Show the ids and names of festivals that have at least two nominations for artworks.", "answer": {"columns": ["Festival_ID", "Festival_Name"], "index": [0, 1, 2], "data": [[1, "Panasonic Awards"], [2, "Flower Awards"], [5, "LA Awards"]]}, "table_names": "['festival_detail', 'artwork', 'nomination']", "table_image_ids": ["TableImg_7vqoz_5.png", "TableImg_D09cp_9.png", "TableImg_F8ifr_6.png"], "original_data_index": 1937} +{"question": "Return the average horizontal bar points across all gymnasts.", "answer": {"columns": ["avg(Horizontal_Bar_Points)"], "index": [0], "data": [[9.6034285714]]}, "table_names": "['gymnast']", "table_image_ids": ["TableImg_Mejwf_7.png"], "original_data_index": 1938} +{"question": "How many different genders are there in the dorms?", "answer": {"columns": ["count(DISTINCT gender)"], "index": [0], "data": [[3]]}, "table_names": "['Dorm']", "table_image_ids": ["TableImg_J0tlz_7.png"], "original_data_index": 1939} +{"question": "How many students, on average, does each college have enrolled?", "answer": {"columns": ["avg(enr)"], "index": [0], "data": [[17750.0]]}, "table_names": "['College']", "table_image_ids": ["TableImg_Kyviu_4.png"], "original_data_index": 1940} +{"question": "What are the names of climbers and the corresponding names of mountains that they climb?", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Klaus Enders", "Kibo (Uhuru Pk)"], ["Siegfried Schauzu", "Kibo (Uhuru Pk)"], ["Hans Luthringhauser", "Mount Kenya (Batian)"], ["Jean Claude Castella", "Mount Kenya (Batian)"], ["Horst Owesle", "Mount Kenya (Batian)"], ["Georg Auerbacher", "Mawenzi (Hans Meyer Pk)"], ["Arseneus Butscher", "Mount Kenya (Lenana)"], ["Charlie Freedman", "Mount Kenya (Lenana)"], ["L Currie", "Duwoni / Mt Speke (Vittorio Emanuele Pk)"], ["Mick Horsepole", "Duwoni / Mt Speke (Vittorio Emanuele Pk)"]]}, "table_names": "['mountain', 'climber']", "table_image_ids": ["TableImg_I7ge0_7.png", "TableImg_Vib7b_10.png"], "original_data_index": 1941} +{"question": "List the name and number of followers for each user, and sort the results by the number of followers in descending order.", "answer": {"columns": ["name", "followers"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Tyler Swift", 99999998], ["Natalie Portman", 94375428], ["Black Widow\n", 35425845], ["Celine Dion", 23927492], ["Iron Man", 6662425], ["Mary", 890], ["Susan", 100]]}, "table_names": "['user_profiles']", "table_image_ids": ["TableImg_Ym0qx_7.png"], "original_data_index": 1942} +{"question": "What are the student ids for those on scholarship in major number 600?", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3], "data": [[1002], [1003], [1015], [1019]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_30zco_34.png", "TableImg_Th1lq_14.png"], "original_data_index": 1943} +{"question": "What is the id and first name of all the drivers who participated in the Australian Grand Prix and the Chinese Grand Prix?", "answer": {"columns": ["driverId", "forename"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72], "data": [[1, "Lewis"], [2, "Nick"], [3, "Nico"], [4, "Fernando"], [5, "Heikki"], [6, "Kazuki"], [7, "S\u00cc\u00a9bastien"], [8, "Kimi"], [9, "Robert"], [10, "Timo"], [11, "Takuma"], [12, "Nelson"], [13, "Felipe"], [14, "David"], [15, "Jarno"], [16, "Adrian"], [17, "Mark"], [18, "Jenson"], [19, "Anthony"], [20, "Sebastian"], [21, "Giancarlo"], [22, "Rubens"], [23, "Ralf"], [24, "Vitantonio"], [25, "Alexander"], [26, "Scott"], [27, "Christijan"], [30, "Michael"], [31, "Juan"], [32, "Christian"], [33, "Tiago"], [35, "Jacques"], [37, "Pedro"], [39, "Narain"], [41, "Ricardo"], [42, "Ant\u00cc\u00abnio"], [44, "Olivier"], [46, "Gianmaria"], [47, "Zsolt"], [67, "S\u00cc\u00a9bastien"], [153, "Jaime"], [154, "Romain"], [155, "Kamui"], [807, "Nico"], [808, "Vitaly"], [810, "Lucas"], [811, "Bruno"], [812, "Karun"], [813, "Pastor"], [814, "Paul"], [815, "Sergio"], [816, "J\u00cc\u00a9r\u00cc\u00abme"], [817, "Daniel"], [818, "Jean-\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdric"], [819, "Charles"], [820, "Max"], [821, "Esteban"], [822, "Valtteri"], [823, "Giedo"], [824, "Jules"], [825, "Kevin"], [826, "Daniil"], [828, "Marcus"], [830, "Max"], [831, "Felipe"], [832, "Carlos"], [835, "Jolyon"], [836, "Pascal"], [837, "Rio"], [838, "Stoffel"], [839, "Esteban"], [840, "Lance"], [841, "Antonio"]]}, "table_names": "['races', 'drivers', 'results']", "table_image_ids": ["TableImg_Cippj_997.png", "TableImg_Fhem3_842.png", "TableImg_Qictb_23777.png"], "original_data_index": 1944} +{"question": "How many employees who are IT staff are from each city?", "answer": {"columns": ["count(*)", "city"], "index": [0], "data": [[2, "Lethbridge"]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_Z7jph_8.png"], "original_data_index": 1945} +{"question": "What are the ids of the problems reported after the date of any problems reported by Rylan Homenick?", "answer": {"columns": ["problem_id"], "index": [0, 1, 2, 3, 4, 5], "data": [[2], [3], [6], [7], [9], [10]]}, "table_names": "['Staff', 'Problems']", "table_image_ids": ["TableImg_Asx4l_15.png", "TableImg_Nkt3a_15.png"], "original_data_index": 1946} +{"question": "What is the color description of the product with name \"catnip\"?", "answer": {"columns": ["color_description"], "index": [0], "data": [["white"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_Hs8a7_8.png", "TableImg_O433o_15.png"], "original_data_index": 1947} +{"question": "Compute the total amount of settlement across all the settlements.", "answer": {"columns": ["sum(Amount_Settled)"], "index": [0], "data": [[21993]]}, "table_names": "['Settlements']", "table_image_ids": ["TableImg_Qa62q_15.png"], "original_data_index": 1948} +{"question": "How many papers are published by the institution \"Tokohu University\"?", "answer": {"columns": ["count(DISTINCT t1.title)"], "index": [0], "data": [[0]]}, "table_names": "['Inst', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_4e8rw_8.png", "TableImg_La63a_7.png", "TableImg_Lnyg0_14.png"], "original_data_index": 1949} +{"question": "What is the alphabetically ordered list of all the distinct names of nurses?", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Carla Espinosa"], ["Laverne Roberts"], ["Paul Flowers"]]}, "table_names": "['Nurse']", "table_image_ids": ["TableImg_Fyzbs_3.png"], "original_data_index": 1950} +{"question": "What is the name of the activity with the most students?", "answer": {"columns": ["activity_name"], "index": [0], "data": [["Football"]]}, "table_names": "['Activity', 'Participates_in']", "table_image_ids": ["TableImg_Hh2wb_16.png", "TableImg_Cu9vb_70.png"], "original_data_index": 1951} +{"question": "What states have at least two representatives?", "answer": {"columns": ["State"], "index": [0, 1], "data": [["New York"], ["Pennsylvania"]]}, "table_names": "['representative']", "table_image_ids": ["TableImg_Ta3qf_7.png"], "original_data_index": 1952} +{"question": "What are the names of products with 'white' as their color description?", "answer": {"columns": ["product_name"], "index": [0, 1, 2], "data": [["peper"], ["catnip"], ["laurel"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_Idevo_8.png", "TableImg_Jxdko_15.png"], "original_data_index": 1953} +{"question": "What is the average number of hours spent practicing for students who got rejected?", "answer": {"columns": ["avg(T1.HS)"], "index": [0], "data": [[925.0]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_Ohebg_6.png", "TableImg_768lk_6.png"], "original_data_index": 1954} +{"question": "What are the ids for all sporty students who are on scholarship?", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[1002], [1003], [1015], [1019], [1023], [1023], [1026], [1033]]}, "table_names": "['SportsInfo']", "table_image_ids": ["TableImg_Mpt9d_14.png"], "original_data_index": 1955} +{"question": "What is the title of the course with Differential Geometry as a prerequisite?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4], "data": [["Cost Accounting"], ["Systems Software"], ["Environmental Law"], ["International Practicum"], ["Existentialism"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_Tpvow_200.png", "TableImg_Xi8gg_100.png"], "original_data_index": 1956} +{"question": "Show last names for all student who are on scholarship.", "answer": {"columns": ["LName"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Kim"], ["Jones"], ["Lee"], ["Pang"], ["Shieber"], ["Shieber"], ["Pang"], ["Simms"]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_Xtj1j_34.png", "TableImg_37ifz_14.png"], "original_data_index": 1957} +{"question": "How many customers use each payment method?", "answer": {"columns": ["payment_method_code", "count(*)"], "index": [0, 1], "data": [["Credit Card", 10], ["Direct Debit", 5]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Efdsz_15.png"], "original_data_index": 1958} +{"question": "What is the name of the medication used for the patient staying in room 111?", "answer": {"columns": ["Name"], "index": [0], "data": [["Procrastin-X"]]}, "table_names": "['Patient', 'Medication', 'Prescribes', 'Room', 'Stay']", "table_image_ids": ["TableImg_Rg31p_4.png", "TableImg_S29c5_5.png", "TableImg_759qy_3.png", "TableImg_Lxqey_36.png", "TableImg_Eu1kn_3.png"], "original_data_index": 1959} +{"question": "What are the headquarters that have both a company in the banking and 'oil and gas' industries?", "answer": {"columns": ["Headquarters"], "index": [0, 1, 2], "data": [["China"], ["UK"], ["USA"]]}, "table_names": "['company']", "table_image_ids": ["TableImg_26kc4_10.png"], "original_data_index": 1960} +{"question": "Show statement id, statement detail, account detail for accounts.", "answer": {"columns": ["Statement_ID", "Statement_Details", "Account_Details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[57, "Open Project", "495.063"], [57, "Open Project", "930.14"], [57, "Open Project", "6035.84"], [57, "Open Project", "199.52"], [192, "Private Project", "12223.93"], [57, "Open Project", "11130.23"], [192, "Private Project", "1230.454"], [192, "Private Project", "6352.31"], [57, "Open Project", "147.96"], [57, "Open Project", "187.14"], [192, "Private Project", "745.817"], [192, "Private Project", "127.9"], [57, "Open Project", "25.41"], [57, "Open Project", "1168.32"], [192, "Private Project", "658.26"]]}, "table_names": "['Statements', 'Accounts']", "table_image_ids": ["TableImg_Ioufh_2.png", "TableImg_950bc_15.png"], "original_data_index": 1961} +{"question": "Find the name of the source user with the highest average trust score.", "answer": {"columns": ["name"], "index": [0], "data": [["Terry"]]}, "table_names": "['useracct', 'trust']", "table_image_ids": ["TableImg_D28a2_7.png", "TableImg_L0dwg_9.png"], "original_data_index": 1962} +{"question": "Return the structure description of the document that has been accessed the fewest number of times.", "answer": {"columns": ["document_structure_description"], "index": [0], "data": [["Author section"]]}, "table_names": "['Document_Structures', 'Documents']", "table_image_ids": ["TableImg_4gliy_5.png", "TableImg_T1go1_15.png"], "original_data_index": 1963} +{"question": "Find the average age of members of the club \"Hopkins Student Enterprises\".", "answer": {"columns": ["avg(t3.age)"], "index": [0], "data": [[20.0]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_348ik_34.png", "TableImg_S3k2a_4.png", "TableImg_5319n_4.png"], "original_data_index": 1964} +{"question": "How many movie ratings have more than 3 stars?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['Rating']", "table_image_ids": ["TableImg_Zpb94_14.png"], "original_data_index": 1965} +{"question": "Which clubs have one or more members from the city with code \"BAL\"? Give me the names of the clubs.", "answer": {"columns": ["ClubName"], "index": [0, 1], "data": [["Bootup Baltimore"], ["Hopkins Student Enterprises"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_M9oa0_34.png", "TableImg_H0e0c_4.png", "TableImg_Nz80x_4.png"], "original_data_index": 1966} +{"question": "What parties have at least three representatives?", "answer": {"columns": ["Party"], "index": [0, 1], "data": [["Democratic"], ["Republican"]]}, "table_names": "['representative']", "table_image_ids": ["TableImg_Ojoga_7.png"], "original_data_index": 1967} +{"question": "Count the number of female Professors we have.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Faculty']", "table_image_ids": ["TableImg_Uawr6_58.png"], "original_data_index": 1968} +{"question": "Find the personal names of students not enrolled in any course.", "answer": {"columns": ["personal_name"], "index": [0, 1, 2], "data": [["Autumn"], ["Jewel"], ["Wilson"]]}, "table_names": "['Students', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_R2u7c_15.png", "TableImg_7561x_20.png"], "original_data_index": 1969} +{"question": "What are the full names, departments, cities, and state provinces for each employee?", "answer": {"columns": ["FIRST_NAME", "LAST_NAME", "DEPARTMENT_NAME", "CITY", "STATE_PROVINCE"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105], "data": [["Steven", "King", "Executive", "Seattle", "Washington"], ["Neena", "Kochhar", "Executive", "Seattle", "Washington"], ["Lex", "De Haan", "Executive", "Seattle", "Washington"], ["Alexander", "Hunold", "IT", "Southlake", "Texas"], ["Bruce", "Ernst", "IT", "Southlake", "Texas"], ["David", "Austin", "IT", "Southlake", "Texas"], ["Valli", "Pataballa", "IT", "Southlake", "Texas"], ["Diana", "Lorentz", "IT", "Southlake", "Texas"], ["Nancy", "Greenberg", "Finance", "Seattle", "Washington"], ["Daniel", "Faviet", "Finance", "Seattle", "Washington"], ["John", "Chen", "Finance", "Seattle", "Washington"], ["Ismael", "Sciarra", "Finance", "Seattle", "Washington"], ["Jose Manuel", "Urman", "Finance", "Seattle", "Washington"], ["Luis", "Popp", "Finance", "Seattle", "Washington"], ["Den", "Raphaely", "Purchasing", "Seattle", "Washington"], ["Alexander", "Khoo", "Purchasing", "Seattle", "Washington"], ["Shelli", "Baida", "Purchasing", "Seattle", "Washington"], ["Sigal", "Tobias", "Purchasing", "Seattle", "Washington"], ["Guy", "Himuro", "Purchasing", "Seattle", "Washington"], ["Karen", "Colmenares", "Purchasing", "Seattle", "Washington"], ["Matthew", "Weiss", "Shipping", "South San Francisco", "California"], ["Adam", "Fripp", "Shipping", "South San Francisco", "California"], ["Payam", "Kaufling", "Shipping", "South San Francisco", "California"], ["Shanta", "Vollman", "Shipping", "South San Francisco", "California"], ["Kevin", "Mourgos", "Shipping", "South San Francisco", "California"], ["Julia", "Nayer", "Shipping", "South San Francisco", "California"], ["Irene", "Mikkilineni", "Shipping", "South San Francisco", "California"], ["James", "Landry", "Shipping", "South San Francisco", "California"], ["Steven", "Markle", "Shipping", "South San Francisco", "California"], ["Laura", "Bissot", "Shipping", "South San Francisco", "California"], ["Mozhe", "Atkinson", "Shipping", "South San Francisco", "California"], ["James", "Marlow", "Shipping", "South San Francisco", "California"], ["TJ", "Olson", "Shipping", "South San Francisco", "California"], ["Jason", "Mallin", "Shipping", "South San Francisco", "California"], ["Michael", "Rogers", "Shipping", "South San Francisco", "California"], ["Ki", "Gee", "Shipping", "South San Francisco", "California"], ["Hazel", "Philtanker", "Shipping", "South San Francisco", "California"], ["Renske", "Ladwig", "Shipping", "South San Francisco", "California"], ["Stephen", "Stiles", "Shipping", "South San Francisco", "California"], ["John", "Seo", "Shipping", "South San Francisco", "California"], ["Joshua", "Patel", "Shipping", "South San Francisco", "California"], ["Trenna", "Rajs", "Shipping", "South San Francisco", "California"], ["Curtis", "Davies", "Shipping", "South San Francisco", "California"], ["Randall", "Matos", "Shipping", "South San Francisco", "California"], ["Peter", "Vargas", "Shipping", "South San Francisco", "California"], ["John", "Russell", "Sales", "OX9 9ZB", "Oxford"], ["Karen", "Partners", "Sales", "OX9 9ZB", "Oxford"], ["Alberto", "Errazuriz", "Sales", "OX9 9ZB", "Oxford"], ["Gerald", "Cambrault", "Sales", "OX9 9ZB", "Oxford"], ["Eleni", "Zlotkey", "Sales", "OX9 9ZB", "Oxford"], ["Peter", "Tucker", "Sales", "OX9 9ZB", "Oxford"], ["David", "Bernstein", "Sales", "OX9 9ZB", "Oxford"], ["Peter", "Hall", "Sales", "OX9 9ZB", "Oxford"], ["Christopher", "Olsen", "Sales", "OX9 9ZB", "Oxford"], ["Nanette", "Cambrault", "Sales", "OX9 9ZB", "Oxford"], ["Oliver", "Tuvault", "Sales", "OX9 9ZB", "Oxford"], ["Janette", "King", "Sales", "OX9 9ZB", "Oxford"], ["Patrick", "Sully", "Sales", "OX9 9ZB", "Oxford"], ["Allan", "McEwen", "Sales", "OX9 9ZB", "Oxford"], ["Lindsey", "Smith", "Sales", "OX9 9ZB", "Oxford"], ["Louise", "Doran", "Sales", "OX9 9ZB", "Oxford"], ["Sarath", "Sewall", "Sales", "OX9 9ZB", "Oxford"], ["Clara", "Vishney", "Sales", "OX9 9ZB", "Oxford"], ["Danielle", "Greene", "Sales", "OX9 9ZB", "Oxford"], ["Mattea", "Marvins", "Sales", "OX9 9ZB", "Oxford"], ["David", "Lee", "Sales", "OX9 9ZB", "Oxford"], ["Sundar", "Ande", "Sales", "OX9 9ZB", "Oxford"], ["Amit", "Banda", "Sales", "OX9 9ZB", "Oxford"], ["Lisa", "Ozer", "Sales", "OX9 9ZB", "Oxford"], ["Harrison", "Bloom", "Sales", "OX9 9ZB", "Oxford"], ["Tayler", "Fox", "Sales", "OX9 9ZB", "Oxford"], ["William", "Smith", "Sales", "OX9 9ZB", "Oxford"], ["Elizabeth", "Bates", "Sales", "OX9 9ZB", "Oxford"], ["Sundita", "Kumar", "Sales", "OX9 9ZB", "Oxford"], ["Ellen", "Abel", "Sales", "OX9 9ZB", "Oxford"], ["Alyssa", "Hutton", "Sales", "OX9 9ZB", "Oxford"], ["Jonathon", "Taylor", "Sales", "OX9 9ZB", "Oxford"], ["Jack", "Livingston", "Sales", "OX9 9ZB", "Oxford"], ["Charles", "Johnson", "Sales", "OX9 9ZB", "Oxford"], ["Winston", "Taylor", "Shipping", "South San Francisco", "California"], ["Jean", "Fleaur", "Shipping", "South San Francisco", "California"], ["Martha", "Sullivan", "Shipping", "South San Francisco", "California"], ["Girard", "Geoni", "Shipping", "South San Francisco", "California"], ["Nandita", "Sarchand", "Shipping", "South San Francisco", "California"], ["Alexis", "Bull", "Shipping", "South San Francisco", "California"], ["Julia", "Dellinger", "Shipping", "South San Francisco", "California"], ["Anthony", "Cabrio", "Shipping", "South San Francisco", "California"], ["Kelly", "Chung", "Shipping", "South San Francisco", "California"], ["Jennifer", "Dilly", "Shipping", "South San Francisco", "California"], ["Timothy", "Gates", "Shipping", "South San Francisco", "California"], ["Randall", "Perkins", "Shipping", "South San Francisco", "California"], ["Sarah", "Bell", "Shipping", "South San Francisco", "California"], ["Britney", "Everett", "Shipping", "South San Francisco", "California"], ["Samuel", "McCain", "Shipping", "South San Francisco", "California"], ["Vance", "Jones", "Shipping", "South San Francisco", "California"], ["Alana", "Walsh", "Shipping", "South San Francisco", "California"], ["Kevin", "Feeney", "Shipping", "South San Francisco", "California"], ["Donald", "OConnell", "Shipping", "South San Francisco", "California"], ["Douglas", "Grant", "Shipping", "South San Francisco", "California"], ["Jennifer", "Whalen", "Administration", "Seattle", "Washington"], ["Michael", "Hartstein", "Marketing", "Toronto", "Ontario"], ["Pat", "Fay", "Marketing", "Toronto", "Ontario"], ["Susan", "Mavris", "Human Resources", "London", ""], ["Hermann", "Baer", "Public Relations", "Munich", "Bavaria"], ["Shelley", "Higgins", "Accounting", "Seattle", "Washington"], ["William", "Gietz", "Accounting", "Seattle", "Washington"]]}, "table_names": "['departments', 'employees', 'locations']", "table_image_ids": ["TableImg_Eivyq_27.png", "TableImg_S12uw_107.png", "TableImg_A1oky_23.png"], "original_data_index": 1970} +{"question": "What are the details of the project that is producing both patents and papers as outcomes?", "answer": {"columns": ["project_details"], "index": [0, 1], "data": [["beatae"], ["sed"]]}, "table_names": "['Project_Outcomes', 'Projects']", "table_image_ids": ["TableImg_6xxqt_15.png", "TableImg_Bdg01_15.png"], "original_data_index": 1971} +{"question": "What is the party of the representative that has the smallest number of votes.", "answer": {"columns": ["Party"], "index": [0], "data": [["Republican"]]}, "table_names": "['election', 'representative']", "table_image_ids": ["TableImg_Aq2dz_5.png", "TableImg_Jp9hi_7.png"], "original_data_index": 1972} +{"question": "Compute the average age of the members in the club \"Tennis Club\".", "answer": {"columns": ["avg(t3.age)"], "index": [0], "data": [[18.0]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Sd7t1_34.png", "TableImg_Ah1jy_4.png", "TableImg_I49l4_4.png"], "original_data_index": 1973} +{"question": "Count the number of programs.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['program']", "table_image_ids": ["TableImg_Papsz_5.png"], "original_data_index": 1974} +{"question": "What is the total budget amount for school \"Glenn\" in all years?", "answer": {"columns": ["sum(T1.budgeted)"], "index": [0], "data": [[6803]]}, "table_names": "['School', 'budget']", "table_image_ids": ["TableImg_B6lk7_8.png", "TableImg_A083d_8.png"], "original_data_index": 1975} +{"question": "What is the average ROM size of phones produced by the company named \"Nokia Corporation\"?", "answer": {"columns": ["avg(T1.ROM_MiB)"], "index": [0], "data": [[32.0]]}, "table_names": "['chip_model', 'phone']", "table_image_ids": ["TableImg_Dnwfl_14.png", "TableImg_Kv63i_8.png"], "original_data_index": 1976} +{"question": "What is the placement date of the order whose invoice number is 10?", "answer": {"columns": ["date_order_placed"], "index": [0, 1, 2], "data": [["1983-09-08 12:32:49"], ["1997-01-27 19:12:01"], ["1982-12-29 21:10:11"]]}, "table_names": "['Orders', 'Shipments']", "table_image_ids": ["TableImg_Dc6yq_15.png", "TableImg_2cq5d_15.png"], "original_data_index": 1977} +{"question": "Return the title and inventory id of the film that is rented most often.", "answer": {"columns": ["title", "inventory_id"], "index": [0], "data": [["ACADEMY DINOSAUR", 2]]}, "table_names": "['film', 'inventory', 'rental']", "table_image_ids": ["TableImg_Q5o5g_1000.png", "TableImg_Y2cd3_4581.png", "TableImg_D4cej_16044.png"], "original_data_index": 1978} +{"question": "Return the names and locations of shops, ordered by name in alphabetical order.", "answer": {"columns": ["Shop_Name", "Location"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["ATnT", "Maerdy"], ["Apple", "Blaenllechau"], ["Best Buy", "Cymmer"], ["Dinas Device", "Dinas"], ["Dinas store", "Dinas"], ["Ferndale", "Blaenllechau"], ["Gelli repair", "Gelli"], ["National Cellphone", "Wattstown"], ["Naval repair", "Penygraig"], ["Naval's shop", "Penygraig"], ["Pentre store", "Pentre"], ["Tynewydd repair", "Porth"]]}, "table_names": "['shop']", "table_image_ids": ["TableImg_P3hwa_12.png"], "original_data_index": 1979} +{"question": "Find the number of albums.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[347]]}, "table_names": "['Album']", "table_image_ids": ["TableImg_P6cv2_347.png"], "original_data_index": 1980} +{"question": "What are the different types of video games?", "answer": {"columns": ["GType"], "index": [0, 1, 2, 3, 4, 5], "data": [["Collectible card game"], ["Walking Simulator"], ["Role-playing game"], ["Grand strategy"], ["Frist-person shooter"], ["Massively multiplayer online game"]]}, "table_names": "['Video_Games']", "table_image_ids": ["TableImg_76za5_6.png"], "original_data_index": 1981} +{"question": "What are the id and name of the stadium where the most injury accidents happened?", "answer": {"columns": ["id", "name"], "index": [0], "data": [[10, "Louisiana Superdome"]]}, "table_names": "['stadium', 'game', 'injury_accident']", "table_image_ids": ["TableImg_V9bvq_13.png", "TableImg_Bw5so_20.png", "TableImg_Tvr7e_15.png"], "original_data_index": 1982} +{"question": "What are the start date and end date of the booking that has booked the product named 'Book collection A'?", "answer": {"columns": ["booking_start_date", "booking_end_date"], "index": [0, 1], "data": [["2016-11-27 17:19:40", "2018-03-04 21:42:45"], ["2017-04-28 08:35:56", "2018-01-18 23:54:44"]]}, "table_names": "['Bookings', 'Products_for_Hire', 'Products_Booked']", "table_image_ids": ["TableImg_Bm1es_15.png", "TableImg_3koce_5.png", "TableImg_Rq4i7_12.png"], "original_data_index": 1983} +{"question": "Show the name and location of track with 1 race.", "answer": {"columns": ["Name", "Location"], "index": [0, 1, 2, 3, 4], "data": [["Auto Club Speedway", "Fontana, CA"], ["Daytona International Speedway", "Daytona Beach, FL"], ["Homestead-Miami Speedway", "Homestead, FL"], ["Kansas Speedway", "Kansas City, KS"], ["Martinsville Speedway", "Ridgeway, VA"]]}, "table_names": "['race', 'track']", "table_image_ids": ["TableImg_Jpp2c_7.png", "TableImg_S2433_9.png"], "original_data_index": 1984} +{"question": "Show the school name and type for schools without a school bus.", "answer": {"columns": ["School", "Type"], "index": [0, 1], "data": [["St. Francis Assisi", "Private Catholic"], ["Columbia University", "Private"]]}, "table_names": "['school', 'school_bus']", "table_image_ids": ["TableImg_1ii2x_7.png", "TableImg_0kx1o_5.png"], "original_data_index": 1985} +{"question": "Which physicians are trained in procedures that are more expensive than 5000?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Christopher Turk"], ["Todd Quinlan"], ["John Wen"], ["John Wen"]]}, "table_names": "['Physician', 'Procedures', 'Trained_In']", "table_image_ids": ["TableImg_U2szo_9.png", "TableImg_Bv6mv_7.png", "TableImg_A0e3k_15.png"], "original_data_index": 1986} +{"question": "What are the names of the states that have some college students playing in the positions of goalie and mid-field?", "answer": {"columns": ["state"], "index": [0], "data": [["LA"]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_44s3k_4.png", "TableImg_Ztnc9_6.png"], "original_data_index": 1987} +{"question": "What are the staff ids and genders of all staffs whose job title is Department Manager?", "answer": {"columns": ["staff_id", "staff_gender"], "index": [0, 1, 2], "data": [[5, "0"], [15, "1"], [6, "1"]]}, "table_names": "['Staff', 'Staff_Department_Assignments']", "table_image_ids": ["TableImg_Oz0qh_15.png", "TableImg_I0f4t_15.png"], "original_data_index": 1988} +{"question": "What are the card numbers of members from Kentucky?", "answer": {"columns": ["Card_Number"], "index": [0, 1, 2], "data": [["LT98"], ["RT91"], ["MLB4"]]}, "table_names": "['member']", "table_image_ids": ["TableImg_Qwhsz_10.png"], "original_data_index": 1989} +{"question": "Find the name and credit score of the customers who have some loans.", "answer": {"columns": ["cust_name", "credit_score"], "index": [0, 1], "data": [["Mary", 30], ["Owen", 210]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_Hf217_3.png", "TableImg_2atat_3.png"], "original_data_index": 1990} +{"question": "What are the names of all video games that are collectible cards?", "answer": {"columns": ["GName"], "index": [0], "data": [["RNG Stone"]]}, "table_names": "['Video_Games']", "table_image_ids": ["TableImg_50bpo_6.png"], "original_data_index": 1991} +{"question": "List the branch name and city without any registered members.", "answer": {"columns": ["Name", "City"], "index": [0, 1], "data": [["Stanley", "London"], ["Saint Amant", "London"]]}, "table_names": "['branch', 'membership_register_branch']", "table_image_ids": ["TableImg_Fh3k4_8.png", "TableImg_Vbwqv_8.png"], "original_data_index": 1992} +{"question": "Find the last and first name of students who are playing Football or Lacrosse.", "answer": {"columns": ["LName", "Fname"], "index": [0, 1, 2, 3, 4], "data": [["Kim", "Tracy"], ["Jones", "Shiela"], ["Gompers", "Paul"], ["Lee", "Susan"], ["Leighton", "Michael"]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_S96i6_34.png", "TableImg_Lk0pk_14.png"], "original_data_index": 1993} +{"question": "Show all artist names who didn't have an exhibition in 2004.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Jeff Sluman"], ["John Daly"], ["Larry Nelson"], ["Mark Brooks"], ["Nick Price"], ["Paul Azinger"]]}, "table_names": "['artist', 'exhibition']", "table_image_ids": ["TableImg_X4hfn_7.png", "TableImg_Hm3wg_6.png"], "original_data_index": 1994} +{"question": "How many employees does each role have? List role description, id and number of employees.", "answer": {"columns": ["role_description", "role_code", "count(*)"], "index": [0, 1, 2, 3], "data": [["Editor", "ED", 2], ["Manager", "MG", 1], ["Proof Manager", "PR", 1], ["Photo", "PT", 2]]}, "table_names": "['Roles', 'Employees']", "table_image_ids": ["TableImg_Tz05v_4.png", "TableImg_Tlny3_6.png"], "original_data_index": 1995} +{"question": "What are the names of staff who have been assigned multiple jobs?", "answer": {"columns": ["staff_name"], "index": [0, 1, 2], "data": [["Malika"], ["Tyson"], ["Vito"]]}, "table_names": "['Staff', 'Staff_Department_Assignments']", "table_image_ids": ["TableImg_D1adl_15.png", "TableImg_25lga_15.png"], "original_data_index": 1996} +{"question": "Show the church names for the weddings of all people older than 30.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Pure Church of Christ"], ["Church of Christ (Parrishite)"]]}, "table_names": "['people', 'church', 'wedding']", "table_image_ids": ["TableImg_Snehd_12.png", "TableImg_Dkspt_9.png", "TableImg_A96oq_4.png"], "original_data_index": 1997} +{"question": "What are the ids of all students who have attended at least one course?", "answer": {"columns": ["student_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[111], [121], [121], [141], [141], [151], [161], [171]]}, "table_names": "['Student_Course_Attendance']", "table_image_ids": ["TableImg_Z4465_8.png"], "original_data_index": 1998} +{"question": "What is the average capacity of the stadiums that were opened in year 2005?", "answer": {"columns": ["avg(capacity)"], "index": [0], "data": [[62504.0]]}, "table_names": "['stadium']", "table_image_ids": ["TableImg_Vuqf5_10.png"], "original_data_index": 1999} +{"question": "What are the names of all players that got more than the average number of points?", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Iestyn Harris"], ["Paul Deacon (c)"]]}, "table_names": "['player']", "table_image_ids": ["TableImg_20cgl_15.png"], "original_data_index": 2000} +{"question": "On what dates did the student with family name \"Zieme\" and personal name \"Bernie\" enroll in and complete the courses?", "answer": {"columns": ["date_of_enrolment", "date_of_completion"], "index": [0], "data": [["2017-10-10 10:05:03", "2018-03-19 07:34:05"]]}, "table_names": "['Students', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_7h9l7_15.png", "TableImg_En70c_20.png"], "original_data_index": 2001} +{"question": "Compute the mean price of procedures physician John Wen was trained in.", "answer": {"columns": ["avg(T3.cost)"], "index": [0], "data": [[4324.8571428571]]}, "table_names": "['Physician', 'Procedures', 'Trained_In']", "table_image_ids": ["TableImg_L1eeh_9.png", "TableImg_Rk2pm_7.png", "TableImg_8pwgy_15.png"], "original_data_index": 2002} +{"question": "What is the id of the files that are available in the format of mp4 and a resolution smaller than 1000?", "answer": {"columns": ["f_id"], "index": [0, 1], "data": [[3], [6]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_B6ntk_6.png", "TableImg_M9opw_6.png"], "original_data_index": 2003} +{"question": "List the votes of elections in descending order.", "answer": {"columns": ["Votes"], "index": [0, 1, 2, 3, 4], "data": [[14077.0], [13049.0], [12422.0], [11059.0], [9423.0]]}, "table_names": "['election']", "table_image_ids": ["TableImg_987sc_5.png"], "original_data_index": 2004} +{"question": "What are the names of customers with credit score less than the average credit score across customers?", "answer": {"columns": ["cust_name"], "index": [0, 1], "data": [["Mary"], ["Jack"]]}, "table_names": "['customer']", "table_image_ids": ["TableImg_Vwx9x_3.png"], "original_data_index": 2005} +{"question": "Find the names of courses taught by the tutor who has personal name \"Julio\".", "answer": {"columns": ["course_name"], "index": [0], "data": [["Japanese"]]}, "table_names": "['Course_Authors_and_Tutors', 'Courses']", "table_image_ids": ["TableImg_2miwj_15.png", "TableImg_N8rr1_15.png"], "original_data_index": 2006} +{"question": "What are the names and ids of all stations that have more than 14 bikes available on average or had bikes installed in December?", "answer": {"columns": ["name", "id"], "index": [0, 1, 2, 3, 4], "data": [["Castro Street and El Camino Real", 32], ["Civic Center BART (7th at Market)", 72], ["Market at Sansome", 77], ["San Antonio Shopping Center", 31], ["Santa Clara County Civic Center", 80]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_95vr5_70.png", "TableImg_X1a53_8487.png"], "original_data_index": 2007} +{"question": "Which park did the most people attend in 2008?", "answer": {"columns": ["park_name"], "index": [0], "data": [["Yankee Stadium I"]]}, "table_names": "['home_game', 'park']", "table_image_ids": ["TableImg_1qpla_2944.png", "TableImg_Vhwin_250.png"], "original_data_index": 2008} +{"question": "Return all the committees that have delegates from Democratic party.", "answer": {"columns": ["Committee"], "index": [0, 1, 2, 3], "data": [["Appropriations"], ["Economic Matters"], ["Environmental Matters"], ["Appropriations"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_T38tb_7.png", "TableImg_Up95v_8.png"], "original_data_index": 2009} +{"question": "What are the times of elimination for wrestlers with over 50 days held?", "answer": {"columns": ["Time"], "index": [0, 1], "data": [["10:45"], ["14:22"]]}, "table_names": "['wrestler', 'Elimination']", "table_image_ids": ["TableImg_0y0ej_10.png", "TableImg_Ni8h8_6.png"], "original_data_index": 2010} +{"question": "What are the different names for all songs that have a higher resolution than English songs?", "answer": {"columns": ["song_name"], "index": [0, 1], "data": [["My love"], ["Tumi robe nirobe"]]}, "table_names": "['song']", "table_image_ids": ["TableImg_Fto3j_6.png"], "original_data_index": 2011} +{"question": "How many main stream browsers whose market share is at least 5 exist?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['browser']", "table_image_ids": ["TableImg_9eh4q_4.png"], "original_data_index": 2012} +{"question": "Find the address of the location named \"UK Gallery\".", "answer": {"columns": ["Address"], "index": [0], "data": [["4411 Sabrina Radial Suite 582"]]}, "table_names": "['Locations']", "table_image_ids": ["TableImg_Dvg39_15.png"], "original_data_index": 2013} +{"question": "Find the number and time of the train that goes from Chennai to Guruvayur.", "answer": {"columns": ["train_number", "time"], "index": [0], "data": [[16127, "22:10"]]}, "table_names": "['train']", "table_image_ids": ["TableImg_7iqt8_11.png"], "original_data_index": 2014} +{"question": "Find the number of tweets in record.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[8]]}, "table_names": "['tweets']", "table_image_ids": ["TableImg_Hiop3_8.png"], "original_data_index": 2015} +{"question": "What are the names of all instructors with a higher salary than any of the instructors in the Biology department?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26], "data": [["McKinnon"], ["Mird"], ["Luo"], ["Levine"], ["Shuming"], ["Sullivan"], ["Voronina"], ["Arias"], ["Mingoz"], ["Yazdi"], ["Kenje"], ["Jaekel"], ["Sarkar"], ["Bancilhon"], ["Liley"], ["Gustafsson"], ["Bondi"], ["Lent"], ["Pimenta"], ["Bourrier"], ["Sakurai"], ["Romero"], ["Mahmoud"], ["Bietzk"], ["Atanassov"], ["Wieland"], ["Dale"]]}, "table_names": "['instructor']", "table_image_ids": ["TableImg_Q6gyk_50.png"], "original_data_index": 2016} +{"question": "For each delegate, find the names of the party they are part of.", "answer": {"columns": ["Delegate", "Party"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Bates, Gail H. Gail H. Bates", "Democratic"], ["Miller, Warren E. Warren E. Miller", "Democratic"], ["DeBoy, Steven J. Sr. Steven J. DeBoy, Sr.", "Liberal"], ["Malone, James E. Jr. James E. Malone, Jr.", "Liberal"], ["Bobo, Elizabeth Elizabeth Bobo", "Democratic"], ["Pendergrass, Shane E. Shane Pendergrass", "Independence"], ["Guzzone, Guy Guy Guzzone", "Democratic"], ["Turner, Frank S. Frank S. Turner", "Working Families"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_Oemw4_7.png", "TableImg_Tyio1_8.png"], "original_data_index": 2017} +{"question": "Find the ids of orders whose status is 'Success'.", "answer": {"columns": ["actual_order_id"], "index": [0, 1, 2, 3, 4], "data": [[1], [6], [7], [9], [10]]}, "table_names": "['Actual_Orders']", "table_image_ids": ["TableImg_6xc3q_15.png"], "original_data_index": 2018} +{"question": "List the subject ID, name of subject and the number of courses available for each subject in ascending order of the course counts.", "answer": {"columns": ["subject_id", "subject_name", "COUNT(*)"], "index": [0, 1, 2], "data": [[2, "Arts", 4], [3, "Language", 5], [1, "Computer Science", 6]]}, "table_names": "['Subjects', 'Courses']", "table_image_ids": ["TableImg_Epvzx_3.png", "TableImg_I4k19_15.png"], "original_data_index": 2019} +{"question": "What are the name and ID of the product bought the most.", "answer": {"columns": ["product_details", "product_id"], "index": [0], "data": [["Americano", 1]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_Njr2d_3.png", "TableImg_Fv06e_15.png"], "original_data_index": 2020} +{"question": "What are the countries for each market ordered by decreasing number of cities?", "answer": {"columns": ["Country"], "index": [0, 1, 2, 3, 4, 5], "data": [["USA"], ["China"], ["Poland"], ["Russia"], ["France"], ["Japan"]]}, "table_names": "['market']", "table_image_ids": ["TableImg_3k3pn_6.png"], "original_data_index": 2021} +{"question": "Show the names of customers having an order with shipping method FedEx and order status Paid.", "answer": {"columns": ["customer_name"], "index": [0, 1], "data": [["Leanna"], ["Kyle"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_K88gy_15.png", "TableImg_Yfi6j_15.png"], "original_data_index": 2022} +{"question": "What are the first names of all students who got a grade C in a class?", "answer": {"columns": ["STU_FNAME"], "index": [0, 1], "data": [["William"], ["Anne"]]}, "table_names": "['ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_3px7m_6.png", "TableImg_Id4ib_8.png"], "original_data_index": 2023} +{"question": "What is allergy type of a cat allergy?", "answer": {"columns": ["AllergyType"], "index": [0], "data": [["animal"]]}, "table_names": "['Allergy_Type']", "table_image_ids": ["TableImg_Ub101_14.png"], "original_data_index": 2024} +{"question": "What are the names and dates for documents corresponding to project that has the details 'Graph Database project'?", "answer": {"columns": ["Document_Name", "Document_Date"], "index": [0, 1, 2, 3, 4], "data": [["Review on Canadian files", "2012-12-27 19:09:18"], ["Review on USA files", "1981-11-29 10:23:01"], ["Chapter on private files", "1970-06-17 14:03:21"], ["Winona Book", "1971-06-09 19:03:41"], ["Katheryn statement", "1976-05-06 12:56:12"]]}, "table_names": "['Projects', 'Documents']", "table_image_ids": ["TableImg_Yqtx4_5.png", "TableImg_Dmy0r_15.png"], "original_data_index": 2025} +{"question": "Give the names of tracks that do not have a race in the class 'GT'.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Auto Club Speedway"], ["Chicagoland Speedway"], ["Darlington Raceway"], ["Homestead-Miami Speedway"], ["Martinsville Speedway"], ["Michigan International Speedway"], ["Phoenix International Raceway"]]}, "table_names": "['race', 'track']", "table_image_ids": ["TableImg_Es81h_7.png", "TableImg_W7lu4_9.png"], "original_data_index": 2026} +{"question": "Which students have professors as their advisors? Find their student ids.", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [[1001], [1002], [1005], [1006], [1008], [1011], [1012], [1017], [1018], [1020], [1024], [1025], [1026], [1027]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_5ng0u_34.png", "TableImg_41ftj_58.png"], "original_data_index": 2027} +{"question": "Compute the total amount of payment processed.", "answer": {"columns": ["sum(Amount_Payment)"], "index": [0], "data": [[3736533]]}, "table_names": "['Payments']", "table_image_ids": ["TableImg_J10af_15.png"], "original_data_index": 2028} +{"question": "Find the names of customers who either have an deputy policy or uniformed policy.", "answer": {"columns": ["Customer_Details"], "index": [0, 1, 2], "data": [["Buddy Marquardt"], ["Selena Gerhold"], ["Dr. Diana Rath"]]}, "table_names": "['Customers', 'Policies']", "table_image_ids": ["TableImg_82abj_15.png", "TableImg_K21e3_15.png"], "original_data_index": 2029} +{"question": "Find the average number of factories for the manufacturers that have more than 20 shops.", "answer": {"columns": ["avg(Num_of_Factories)"], "index": [0], "data": [[19.5]]}, "table_names": "['manufacturer']", "table_image_ids": ["TableImg_9s5xi_7.png"], "original_data_index": 2030} +{"question": "List the document ids of documents with the status done and type Paper, which not shipped by the shipping agent named USPS.", "answer": {"columns": ["document_id"], "index": [0, 1], "data": [[3], [17]]}, "table_names": "['Ref_Shipping_Agents', 'Documents']", "table_image_ids": ["TableImg_Yxxft_5.png", "TableImg_Wuzpb_15.png"], "original_data_index": 2031} +{"question": "What are the titles and directors of the films were never presented in China?", "answer": {"columns": ["Title", "Director"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["An Officer and a Gentleman", "Taylor Hackford"], ["Porky's", "Bob Clark"], ["Star Trek II: The Wrath of Khan", "Nicholas Meyer"], ["48 Hrs", "Walter Hill"], ["Poltergeist", "Tobe Hooper"], ["The Best Little Whorehouse in Texas", "Colin Higgins"], ["Annie", "John Huston"], ["The Verdict", "Sidney Lumet"], ["Gandhi", "Richard Attenborough"], ["First Blood", "Ted Kotcheff"]]}, "table_names": "['film', 'market', 'film_market_estimation']", "table_image_ids": ["TableImg_7elts_13.png", "TableImg_Tdau9_6.png", "TableImg_E3qk1_9.png"], "original_data_index": 2032} +{"question": "What are the names of parties that do not have delegates in election?", "answer": {"columns": ["Party"], "index": [0, 1], "data": [["Democratic"], ["Independence"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_14ylj_7.png", "TableImg_Oj5tt_8.png"], "original_data_index": 2033} +{"question": "Who are the top 3 players in terms of overall rating?", "answer": {"columns": ["player_name"], "index": [0, 1, 2], "data": [["Lionel Messi"], ["Cristiano Ronaldo"], ["Luis Suarez"]]}, "table_names": "['Player_Attributes', 'Player']", "table_image_ids": ["TableImg_D0jkw_183978.png", "TableImg_Eqggf_11060.png"], "original_data_index": 2034} +{"question": "What is the number of different class sections offered in the course ACCT-211?", "answer": {"columns": ["count(DISTINCT class_section)"], "index": [0], "data": [[3]]}, "table_names": "['CLASS']", "table_image_ids": ["TableImg_Tl222_13.png"], "original_data_index": 2035} +{"question": "List the names, phone numbers, and emails of all customers sorted by their dates of becoming customers.", "answer": {"columns": ["customer_name", "customer_phone", "customer_email"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Verda Streich", "06730471330", "xgraham@example.org"], ["Jaden Lang", "361.151.3489x7272", "dedric17@example.org"], ["Dr. Karine Farrell", "+49(2)0677806107", "reichel.winnifred@example.org"], ["Ron Emard", "1-382-503-5179x53639", "shaniya45@example.net"], ["Gabe Schroeder", "1-728-537-4293x0885", "alexandra91@example.net"], ["Candace Schneider", "940.575.3682x7959", "tkassulke@example.com"], ["Keenan Kuhic", "686-517-9923x348", "dallin76@example.org"], ["Emmanuel Reilly", "129.959.6420", "gleichner.ethelyn@example.net"], ["Lila Howe", "1-492-284-1097", "leann.hamill@example.org"], ["Amalia Hudson DDS", "003-991-1506x483", "danika49@example.com"], ["Rusty Morar", "1-123-197-9677x7194", "njenkins@example.org"], ["Aracely Borer V", "531-617-3230", "rollin95@example.net"], ["Patience Yundt", "969-208-8932x715", "kira82@example.com"], ["Geovanni Grady", "1-005-644-2495", "elmira.langworth@example.org"], ["Annabell Walsh", "(881)096-1281x6448", "adriana83@example.org"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Qtthx_15.png"], "original_data_index": 2036} +{"question": "What are the ids and names of the medicine that can interact with two or more enzymes?", "answer": {"columns": ["id", "name"], "index": [0, 1, 2, 3], "data": [[2, "Aripiprazole"], [3, "Asenapine"], [8, "Iloperidone"], [20, "Ziprasidone"]]}, "table_names": "['medicine', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_Ieq6s_21.png", "TableImg_Q1aq1_19.png"], "original_data_index": 2037} +{"question": "How many restaurant is the Sandwich type restaurant?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Restaurant', 'Type_Of_Restaurant', 'Restaurant_Type']", "table_image_ids": ["TableImg_Zh48z_2.png", "TableImg_Kt7pc_2.png", "TableImg_Tjws9_2.png"], "original_data_index": 2038} +{"question": "Find the movies with the highest average rating. Return the movie titles and average rating.", "answer": {"columns": ["title", "avg(T1.stars)"], "index": [0], "data": [["Snow White", 4.5]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Gbrcf_8.png", "TableImg_Iidqw_14.png"], "original_data_index": 2039} +{"question": "What are the famous title of the artists associated with volumes with more than 2 weeks on top?", "answer": {"columns": ["Famous_Title"], "index": [0, 1], "data": [["Bergen 1996"], ["Bergen 1996"]]}, "table_names": "['artist', 'volume']", "table_image_ids": ["TableImg_Tpmh2_7.png", "TableImg_Larqb_10.png"], "original_data_index": 2040} +{"question": "What are the names of instructors who didn't teach courses in the Spring?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "data": [["McKinnon"], ["Pingr"], ["Mird"], ["Murata"], ["Konstantinides"], ["Levine"], ["Shuming"], ["Queiroz"], ["Sullivan"], ["Bertolino"], ["Hau"], ["Soisalon-Soininen"], ["Moreira"], ["Arias"], ["Yazdi"], ["Choll"], ["Arinb"], ["Kenje"], ["Dusserre"], ["Desyl"], ["Sarkar"], ["Bancilhon"], ["Liley"], ["Yin"], ["Lent"], ["Bourrier"], ["Gutierrez"], ["Romero"], ["Kean"], ["Bietzk"]]}, "table_names": "['instructor', 'teaches']", "table_image_ids": ["TableImg_Ph1y8_50.png", "TableImg_Umhff_100.png"], "original_data_index": 2041} +{"question": "Find the first names and offices of all instructors who have taught some course and also find the course description.", "answer": {"columns": ["EMP_FNAME", "PROF_OFFICE", "CRS_DESCRIPTION"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Arnelle", "KLR 229D", "Accounting I"], ["Arnelle", "KLR 229D", "Accounting I"], ["Robert", "BBG 208", "Accounting I"], ["Ismael", "KLR 244", "Accounting II"], ["Ismael", "KLR 244", "Accounting II"], ["Carlos", "KLR 300", "Intro. to Microcomputing"], ["Gerald", "KLR 211", "Intro. to Microcomputing"], ["Carlos", "KLR 300", "Intro. to Microcomputing"], ["Peter", "KLR 203E", "Database Design and Implementation"], ["Gerald", "KLR 211", "Intro. to Statistics"], ["Gerald", "KLR 211", "Intro. to Statistics"], ["Peter", "KLR 203E", "Statistical Applications"], ["Peter", "KLR 203E", "Statistical Applications"]]}, "table_names": "['CLASS', 'COURSE', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Dk9kw_13.png", "TableImg_Gel7x_6.png", "TableImg_Lbp7p_37.png", "TableImg_5bqt8_22.png"], "original_data_index": 2042} +{"question": "Count the number of different countries that climbers are from.", "answer": {"columns": ["COUNT(DISTINCT Country)"], "index": [0], "data": [[3]]}, "table_names": "['climber']", "table_image_ids": ["TableImg_Grxtw_10.png"], "original_data_index": 2043} +{"question": "What are the names and ids of the different albums, and how many tracks are on each?", "answer": {"columns": ["Title", "AlbumId", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346], "data": [["For Those About To Rock We Salute You", 1, 10], ["Balls to the Wall", 2, 1], ["Restless and Wild", 3, 3], ["Let There Be Rock", 4, 8], ["Big Ones", 5, 15], ["Jagged Little Pill", 6, 13], ["Facelift", 7, 12], ["Warner 25 Anos", 8, 14], ["Plays Metallica By Four Cellos", 9, 8], ["Audioslave", 10, 14], ["Out Of Exile", 11, 12], ["BackBeat Soundtrack", 12, 12], ["The Best Of Billy Cobham", 13, 8], ["Alcohol Fueled Brewtality Live! [Disc 1]", 14, 13], ["Alcohol Fueled Brewtality Live! [Disc 2]", 15, 5], ["Black Sabbath", 16, 7], ["Black Sabbath Vol. 4 (Remaster)", 17, 10], ["Body Count", 18, 17], ["Chemical Wedding", 19, 11], ["The Best Of Buddy Guy - The Millenium Collection", 20, 11], ["Prenda Minha", 21, 18], ["Sozinho Remix Ao Vivo", 22, 3], ["Minha Historia", 23, 34], ["Afrociberdelia", 24, 23], ["Da Lama Ao Caos", 25, 13], ["Ac\u00c3\u00bastico MTV [Live]", 26, 17], ["Cidade Negra - Hits", 27, 14], ["Na Pista", 28, 10], ["Ax\u00c3\u00a9 Bahia 2001", 29, 14], ["BBC Sessions [Disc 1] [Live]", 30, 14], ["Bongo Fury", 31, 9], ["Carnaval 2001", 32, 14], ["Chill: Brazil (Disc 1)", 33, 17], ["Chill: Brazil (Disc 2)", 34, 17], ["Garage Inc. (Disc 1)", 35, 11], ["Greatest Hits II", 36, 17], ["Greatest Kiss", 37, 20], ["Heart of the Night", 38, 12], ["International Superhits", 39, 21], ["Into The Light", 40, 12], ["Meus Momentos", 41, 14], ["Minha Hist\u00c3\u00b3ria", 42, 14], ["MK III The Final Concerts [Disc 1]", 43, 7], ["Physical Graffiti [Disc 1]", 44, 6], ["Sambas De Enredo 2001", 45, 14], ["Supernatural", 46, 13], ["The Best of Ed Motta", 47, 14], ["The Essential Miles Davis [Disc 1]", 48, 13], ["The Essential Miles Davis [Disc 2]", 49, 10], ["The Final Concerts (Disc 2)", 50, 4], ["Up An' Atom", 51, 22], ["Vin\u00c3\u00adcius De Moraes - Sem Limite", 52, 15], ["Vozes do MPB", 53, 14], ["Chronicle, Vol. 1", 54, 20], ["Chronicle, Vol. 2", 55, 20], ["C\u00c3\u00a1ssia Eller - Cole\u00c3\u00a7\u00c3\u00a3o Sem Limite [Disc 2]", 56, 15], ["C\u00c3\u00a1ssia Eller - Sem Limite [Disc 1]", 57, 15], ["Come Taste The Band", 58, 9], ["Deep Purple In Rock", 59, 7], ["Fireball", 60, 7], ["Knocking at Your Back Door: The Best Of Deep Purple in the 80's", 61, 11], ["Machine Head", 62, 7], ["Purpendicular", 63, 12], ["Slaves And Masters", 64, 9], ["Stormbringer", 65, 9], ["The Battle Rages On", 66, 10], ["Vault: Def Leppard's Greatest Hits", 67, 16], ["Outbreak", 68, 9], ["Djavan Ao Vivo - Vol. 02", 69, 13], ["Djavan Ao Vivo - Vol. 1", 70, 13], ["Elis Regina-Minha Hist\u00c3\u00b3ria", 71, 14], ["The Cream Of Clapton", 72, 18], ["Unplugged", 73, 30], ["Album Of The Year", 74, 12], ["Angel Dust", 75, 14], ["King For A Day Fool For A Lifetime", 76, 15], ["The Real Thing", 77, 11], ["Deixa Entrar", 78, 14], ["In Your Honor [Disc 1]", 79, 10], ["In Your Honor [Disc 2]", 80, 10], ["One By One", 81, 11], ["The Colour And The Shape", 82, 13], ["My Way: The Best Of Frank Sinatra [Disc 1]", 83, 24], ["Roda De Funk", 84, 16], ["As Can\u00c3\u00a7\u00c3\u00b5es de Eu Tu Eles", 85, 14], ["Quanta Gente Veio Ver (Live)", 86, 15], ["Quanta Gente Veio ver--B\u00c3\u00b4nus De Carnaval", 87, 3], ["Faceless", 88, 12], ["American Idiot", 89, 13], ["Appetite for Destruction", 90, 12], ["Use Your Illusion I", 91, 16], ["Use Your Illusion II", 92, 14], ["Blue Moods", 93, 13], ["A Matter of Life and Death", 94, 11], ["A Real Dead One", 95, 12], ["A Real Live One", 96, 11], ["Brave New World", 97, 10], ["Dance Of Death", 98, 11], ["Fear Of The Dark", 99, 12], ["Iron Maiden", 100, 9], ["Killers", 101, 10], ["Live After Death", 102, 18], ["Live At Donington 1992 (Disc 1)", 103, 10], ["Live At Donington 1992 (Disc 2)", 104, 10], ["No Prayer For The Dying", 105, 10], ["Piece Of Mind", 106, 9], ["Powerslave", 107, 8], ["Rock In Rio [CD1]", 108, 10], ["Rock In Rio [CD2]", 109, 9], ["Seventh Son of a Seventh Son", 110, 8], ["Somewhere in Time", 111, 8], ["The Number of The Beast", 112, 8], ["The X Factor", 113, 11], ["Virtual XI", 114, 8], ["Sex Machine", 115, 20], ["Emergency On Planet Earth", 116, 10], ["Synkronized", 117, 11], ["The Return Of The Space Cowboy", 118, 11], ["Get Born", 119, 13], ["Are You Experienced?", 120, 17], ["Surfing with the Alien (Remastered)", 121, 10], ["Jorge Ben Jor 25 Anos", 122, 14], ["Jota Quest-1995", 123, 12], ["Cafezinho", 124, 14], ["Living After Midnight", 125, 16], ["Unplugged [Live]", 126, 15], ["BBC Sessions [Disc 2] [Live]", 127, 10], ["Coda", 128, 8], ["Houses Of The Holy", 129, 8], ["In Through The Out Door", 130, 7], ["IV", 131, 8], ["Led Zeppelin I", 132, 9], ["Led Zeppelin II", 133, 9], ["Led Zeppelin III", 134, 10], ["Physical Graffiti [Disc 2]", 135, 9], ["Presence", 136, 7], ["The Song Remains The Same (Disc 1)", 137, 5], ["The Song Remains The Same (Disc 2)", 138, 4], ["A TempestadeTempestade Ou O Livro Dos Dias", 139, 15], ["Mais Do Mesmo", 140, 16], ["Greatest Hits", 141, 57], ["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 01", 142, 14], ["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 02", 143, 14], ["Misplaced Childhood", 144, 10], ["Barulhinho Bom", 145, 18], ["Seek And Shall Find: More Of The Best (1963-1981)", 146, 18], ["The Best Of Men At Work", 147, 10], ["Black Album", 148, 12], ["Garage Inc. (Disc 2)", 149, 16], ["Kill 'Em All", 150, 10], ["Load", 151, 14], ["Master Of Puppets", 152, 8], ["ReLoad", 153, 13], ["Ride The Lightning", 154, 8], ["St. Anger", 155, 11], ["...And Justice For All", 156, 9], ["Miles Ahead", 157, 14], ["Milton Nascimento Ao Vivo", 158, 13], ["Minas", 159, 13], ["Ace Of Spades", 160, 15], ["Demorou...", 161, 12], ["Motley Crue Greatest Hits", 162, 17], ["From The Muddy Banks Of The Wishkah [Live]", 163, 17], ["Nevermind", 164, 12], ["Compositores", 165, 15], ["Olodum", 166, 14], ["Ac\u00c3\u00bastico MTV", 167, 21], ["Arquivo II", 168, 12], ["Arquivo Os Paralamas Do Sucesso", 169, 16], ["Bark at the Moon (Remastered)", 170, 1], ["Blizzard of Ozz", 171, 2], ["Diary of a Madman (Remastered)", 172, 1], ["No More Tears (Remastered)", 173, 2], ["Tribute", 174, 14], ["Walking Into Clarksdale", 175, 12], ["Original Soundtracks 1", 176, 14], ["The Beast Live", 177, 10], ["Live On Two Legs [Live]", 178, 16], ["Pearl Jam", 179, 13], ["Riot Act", 180, 15], ["Ten", 181, 11], ["Vs.", 182, 12], ["Dark Side Of The Moon", 183, 9], ["Os C\u00c3\u00a3es Ladram Mas A Caravana N\u00c3\u00a3o P\u00c3\u00a1ra", 184, 16], ["Greatest Hits I", 185, 17], ["News Of The World", 186, 11], ["Out Of Time", 187, 11], ["Green", 188, 11], ["New Adventures In Hi-Fi", 189, 14], ["The Best Of R.E.M.: The IRS Years", 190, 16], ["Cesta B\u00c3\u00a1sica", 191, 10], ["Raul Seixas", 192, 14], ["Blood Sugar Sex Magik", 193, 17], ["By The Way", 194, 16], ["Californication", 195, 15], ["Retrospective I (1974-1980)", 196, 14], ["Santana - As Years Go By", 197, 8], ["Santana Live", 198, 6], ["Maquinarama", 199, 12], ["O Samba Pocon\u00c3\u00a9", 200, 11], ["Judas 0: B-Sides and Rarities", 201, 16], ["Rotten Apples: Greatest Hits", 202, 18], ["A-Sides", 203, 17], ["Morning Dance", 204, 9], ["In Step", 205, 10], ["Core", 206, 12], ["Mezmerize", 207, 11], ["[1997] Black Light Syndrome", 208, 7], ["Live [Disc 1]", 209, 10], ["Live [Disc 2]", 210, 9], ["The Singles", 211, 18], ["Beyond Good And Evil", 212, 12], ["Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]", 213, 18], ["The Doors", 214, 11], ["The Police Greatest Hits", 215, 14], ["Hot Rocks, 1964-1971 (Disc 1)", 216, 12], ["No Security", 217, 14], ["Voodoo Lounge", 218, 15], ["Tangents", 219, 15], ["Transmission", 220, 11], ["My Generation - The Very Best Of The Who", 221, 20], ["Serie Sem Limite (Disc 1)", 222, 15], ["Serie Sem Limite (Disc 2)", 223, 15], ["Ac\u00c3\u00bastico", 224, 22], ["Volume Dois", 225, 16], ["Battlestar Galactica: The Story So Far", 226, 1], ["Battlestar Galactica, Season 3", 227, 19], ["Heroes, Season 1", 228, 23], ["Lost, Season 3", 229, 26], ["Lost, Season 1", 230, 25], ["Lost, Season 2", 231, 24], ["Achtung Baby", 232, 12], ["All That You Can't Leave Behind", 233, 11], ["B-Sides 1980-1990", 234, 15], ["How To Dismantle An Atomic Bomb", 235, 11], ["Pop", 236, 12], ["Rattle And Hum", 237, 17], ["The Best Of 1980-1990", 238, 14], ["War", 239, 10], ["Zooropa", 240, 10], ["UB40 The Best Of - Volume Two [UK]", 241, 14], ["Diver Down", 242, 12], ["The Best Of Van Halen, Vol. I", 243, 17], ["Van Halen", 244, 11], ["Van Halen III", 245, 12], ["Contraband", 246, 13], ["Vinicius De Moraes", 247, 15], ["Ao Vivo [IMPORT]", 248, 19], ["The Office, Season 1", 249, 6], ["The Office, Season 2", 250, 22], ["The Office, Season 3", 251, 25], ["Un-Led-Ed", 252, 1], ["Battlestar Galactica (Classic), Season 1", 253, 24], ["Aquaman", 254, 1], ["Instant Karma: The Amnesty International Campaign to Save Darfur", 255, 23], ["Speak of the Devil", 256, 12], ["20th Century Masters - The Millennium Collection: The Best of Scorpions", 257, 12], ["House of Pain", 258, 19], ["Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro", 259, 17], ["Cake: B-Sides and Rarities", 260, 1], ["LOST, Season 4", 261, 17], ["Quiet Songs", 262, 2], ["Muso Ko", 263, 2], ["Realize", 264, 2], ["Every Kind of Light", 265, 2], ["Duos II", 266, 1], ["Worlds", 267, 1], ["The Best of Beethoven", 268, 1], ["Temple of the Dog", 269, 10], ["Carry On", 270, 14], ["Revelations", 271, 14], ["Adorate Deum: Gregorian Chant from the Proper of the Mass", 272, 1], ["Allegri: Miserere", 273, 1], ["Pachelbel: Canon & Gigue", 274, 1], ["Vivaldi: The Four Seasons", 275, 1], ["Bach: Violin Concertos", 276, 1], ["Bach: Goldberg Variations", 277, 1], ["Bach: The Cello Suites", 278, 1], ["Handel: The Messiah (Highlights)", 279, 1], ["The World of Classical Favourites", 280, 2], ["Sir Neville Marriner: A Celebration", 281, 1], ["Mozart: Wind Concertos", 282, 1], ["Haydn: Symphonies 99 - 104", 283, 1], ["Beethoven: Symhonies Nos. 5 & 6", 284, 1], ["A Soprano Inspired", 285, 1], ["Great Opera Choruses", 286, 1], ["Wagner: Favourite Overtures", 287, 1], ["Faur\u00c3\u00a9: Requiem, Ravel: Pavane & Others", 288, 1], ["Tchaikovsky: The Nutcracker", 289, 1], ["The Last Night of the Proms", 290, 1], ["Puccini: Madama Butterfly - Highlights", 291, 1], ["Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies", 292, 1], ["Pavarotti's Opera Made Easy", 293, 1], ["Great Performances - Barber's Adagio and Other Romantic Favorites for Strings", 294, 1], ["Carmina Burana", 295, 1], ["A Copland Celebration, Vol. I", 296, 1], ["Bach: Toccata & Fugue in D Minor", 297, 1], ["Prokofiev: Symphony No.1", 298, 1], ["Scheherazade", 299, 1], ["Bach: The Brandenburg Concertos", 300, 1], ["Chopin: Piano Concertos Nos. 1 & 2", 301, 1], ["Mascagni: Cavalleria Rusticana", 302, 1], ["Sibelius: Finlandia", 303, 1], ["Beethoven Piano Sonatas: Moonlight & Pastorale", 304, 1], ["Great Recordings of the Century - Mahler: Das Lied von der Erde", 305, 1], ["Elgar: Cello Concerto & Vaughan Williams: Fantasias", 306, 1], ["Adams, John: The Chairman Dances", 307, 1], ["Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory", 308, 1], ["Palestrina: Missa Papae Marcelli & Allegri: Miserere", 309, 1], ["Prokofiev: Romeo & Juliet", 310, 1], ["Strauss: Waltzes", 311, 1], ["Berlioz: Symphonie Fantastique", 312, 1], ["Bizet: Carmen Highlights", 313, 1], ["English Renaissance", 314, 2], ["Handel: Music for the Royal Fireworks (Original Version 1749)", 315, 1], ["Grieg: Peer Gynt Suites & Sibelius: Pell\u00c3\u00a9as et M\u00c3\u00a9lisande", 316, 1], ["Mozart Gala: Famous Arias", 317, 1], ["SCRIABIN: Vers la flamme", 318, 1], ["Armada: Music from the Courts of England and Spain", 319, 1], ["Mozart: Symphonies Nos. 40 & 41", 320, 1], ["Back to Black", 321, 12], ["Frank", 322, 11], ["Carried to Dust (Bonus Track Version)", 323, 1], ["Beethoven: Symphony No. 6 'Pastoral' Etc.", 324, 1], ["Bartok: Violin & Viola Concertos", 325, 1], ["Mendelssohn: A Midsummer Night's Dream", 326, 1], ["Bach: Orchestral Suites Nos. 1 - 4", 327, 1], ["Charpentier: Divertissements, Airs & Concerts", 328, 1], ["South American Getaway", 329, 1], ["G\u00c3\u00b3recki: Symphony No. 3", 330, 1], ["Purcell: The Fairy Queen", 331, 1], ["The Ultimate Relexation Album", 332, 1], ["Purcell: Music for the Queen Mary", 333, 1], ["Weill: The Seven Deadly Sins", 334, 1], ["J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro", 335, 1], ["Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps", 336, 1], ["Szymanowski: Piano Works, Vol. 1", 337, 1], ["Nielsen: The Six Symphonies", 338, 1], ["Great Recordings of the Century: Paganini's 24 Caprices", 339, 1], ["Liszt - 12 \u00c3\u0089tudes D'Execution Transcendante", 340, 1], ["Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder", 341, 1], ["Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3", 342, 1], ["Respighi:Pines of Rome", 343, 1], ["Schubert: The Late String Quartets & String Quintet (3 CD's)", 344, 1], ["Monteverdi: L'Orfeo", 345, 1], ["Mozart: Chamber Music", 346, 1], ["Koyaanisqatsi (Soundtrack from the Motion Picture)", 347, 1]]}, "table_names": "['Album', 'Track']", "table_image_ids": ["TableImg_Z74cx_347.png", "TableImg_V0o7e_3503.png"], "original_data_index": 2044} +{"question": "Find the name of dorms that do not have amenity TV Lounge.", "answer": {"columns": ["dorm_name"], "index": [0, 1, 2, 3], "data": [["Bud Jones Hall"], ["Grad Student Asylum"], ["Smith Hall"], ["University Hovels"]]}, "table_names": "['Dorm', 'Dorm_amenity', 'Has_amenity']", "table_image_ids": ["TableImg_Ua94x_7.png", "TableImg_Xebtp_12.png", "TableImg_Gs751_40.png"], "original_data_index": 2045} +{"question": "Which building does the instructor who teaches the most number of courses live in?", "answer": {"columns": ["Building"], "index": [0], "data": [["Krieger"]]}, "table_names": "['Faculty', 'Course']", "table_image_ids": ["TableImg_Hscom_58.png", "TableImg_A7mn4_76.png"], "original_data_index": 2046} +{"question": "What are the ranks of captains that have no captain that are in the Third-rate ship of the line class?", "answer": {"columns": ["Rank"], "index": [0], "data": [["Commander, junior captain"]]}, "table_names": "['captain', 'Ship']", "table_image_ids": ["TableImg_9mvv0_7.png", "TableImg_Lricj_9.png"], "original_data_index": 2047} +{"question": "What are the first and last names of all the employees and how many people report to them?", "answer": {"columns": ["first_name", "last_name", "count(T1.reports_to)"], "index": [0], "data": [["Nancy", "Edwards", 3]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_Jt45v_8.png"], "original_data_index": 2048} +{"question": "What are the names of all the scientists in alphabetical order?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Anand Manikutty"], ["Carol Smith"], ["David Smith"], ["Elizabeth Doe"], ["Eric Goldsmith"], ["George ODonnell"], ["Joe Stevens"], ["John Doe"], ["Kumar Swamy"], ["Mary-Anne Foster"], ["Michael Rogers"], ["Zacary Efron"]]}, "table_names": "['Scientists']", "table_image_ids": ["TableImg_B97lo_12.png"], "original_data_index": 2049} +{"question": "What are the ids of documents with the type code CV that do not have expenses.", "answer": {"columns": ["Document_ID"], "index": [0], "data": [[29]]}, "table_names": "['Documents', 'Documents_with_Expenses']", "table_image_ids": ["TableImg_L41el_15.png", "TableImg_Sakmz_10.png"], "original_data_index": 2050} +{"question": "Find the login name of the course author that teaches the course with name \"advanced database\".", "answer": {"columns": ["login_name"], "index": [0], "data": [["al75"]]}, "table_names": "['Course_Authors_and_Tutors', 'Courses']", "table_image_ids": ["TableImg_3cefh_15.png", "TableImg_Ckqsz_15.png"], "original_data_index": 2051} +{"question": "Find the names of users who have more than one tweet.", "answer": {"columns": ["name"], "index": [0, 1, 2], "data": [["Iron Man"], ["Susan"], ["Celine Dion"]]}, "table_names": "['tweets', 'user_profiles']", "table_image_ids": ["TableImg_Vbwoa_8.png", "TableImg_Ttjn2_7.png"], "original_data_index": 2052} +{"question": "what are the names of the channels that broadcast in both morning and night?", "answer": {"columns": ["Name"], "index": [0], "data": [["CCTV-1"]]}, "table_names": "['channel', 'broadcast']", "table_image_ids": ["TableImg_Dudej_10.png", "TableImg_9816l_11.png"], "original_data_index": 2053} +{"question": "List the ids, names and market shares of all browsers.", "answer": {"columns": ["id", "name", "market_share"], "index": [0, 1, 2, 3], "data": [[1, "Internet Explorer", 28.96], [2, "Firefox", 18.11], [3, "Safari", 8.54], [4, "Opera", 1.2]]}, "table_names": "['browser']", "table_image_ids": ["TableImg_Rmn0w_4.png"], "original_data_index": 2054} +{"question": "Find the name of the person who has no student friends.", "answer": {"columns": ["name"], "index": [0, 1, 2], "data": [["Alice"], ["Bob"], ["Dan"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Vl7yf_4.png", "TableImg_6qgsi_4.png"], "original_data_index": 2055} +{"question": "What is the name of the customer who has the most orders?", "answer": {"columns": ["customer_name"], "index": [0], "data": [["George"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_Nnr7w_15.png", "TableImg_0p9dx_15.png"], "original_data_index": 2056} +{"question": "Show different parties of people along with the number of people in each party.", "answer": {"columns": ["Party", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["Anti-Lecompton Democrat", 2], ["Democratic", 3], ["Independent Democrat", 1], ["Republican", 4]]}, "table_names": "['people']", "table_image_ids": ["TableImg_5buvb_10.png"], "original_data_index": 2057} +{"question": "What are the completion dates of all the tests that have result \"Fail\"?", "answer": {"columns": ["date_of_completion"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["2018-03-02 14:38:49"], ["2018-03-22 18:04:54"], ["2018-03-22 18:04:54"], ["2018-02-26 23:46:25"], ["2018-03-07 09:45:48"], ["2018-03-06 00:27:09"], ["2018-03-04 01:24:56"]]}, "table_names": "['Student_Course_Enrolment', 'Student_Tests_Taken']", "table_image_ids": ["TableImg_70vyu_20.png", "TableImg_2uga4_15.png"], "original_data_index": 2058} +{"question": "What is the age of the friend of Zach with longest year relationship?", "answer": {"columns": ["age"], "index": [0], "data": [[26]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_R3df6_4.png", "TableImg_Uwb3l_4.png"], "original_data_index": 2059} +{"question": "What are the names of all people who are friends with Alice for the shortest amount of time?", "answer": {"columns": ["name"], "index": [0], "data": [["Zach"]]}, "table_names": "['PersonFriend']", "table_image_ids": ["TableImg_4kqq5_4.png"], "original_data_index": 2060} +{"question": "How many project members were leaders or started working before '1989-04-24 23:51:54'?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[11]]}, "table_names": "['Project_Staff']", "table_image_ids": ["TableImg_Vwrwt_15.png"], "original_data_index": 2061} +{"question": "Find the id and forenames of drivers who participated both the races with name Australian Grand Prix and the races with name Chinese Grand Prix?", "answer": {"columns": ["driverId", "forename"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72], "data": [[1, "Lewis"], [2, "Nick"], [3, "Nico"], [4, "Fernando"], [5, "Heikki"], [6, "Kazuki"], [7, "S\u00cc\u00a9bastien"], [8, "Kimi"], [9, "Robert"], [10, "Timo"], [11, "Takuma"], [12, "Nelson"], [13, "Felipe"], [14, "David"], [15, "Jarno"], [16, "Adrian"], [17, "Mark"], [18, "Jenson"], [19, "Anthony"], [20, "Sebastian"], [21, "Giancarlo"], [22, "Rubens"], [23, "Ralf"], [24, "Vitantonio"], [25, "Alexander"], [26, "Scott"], [27, "Christijan"], [30, "Michael"], [31, "Juan"], [32, "Christian"], [33, "Tiago"], [35, "Jacques"], [37, "Pedro"], [39, "Narain"], [41, "Ricardo"], [42, "Ant\u00cc\u00abnio"], [44, "Olivier"], [46, "Gianmaria"], [47, "Zsolt"], [67, "S\u00cc\u00a9bastien"], [153, "Jaime"], [154, "Romain"], [155, "Kamui"], [807, "Nico"], [808, "Vitaly"], [810, "Lucas"], [811, "Bruno"], [812, "Karun"], [813, "Pastor"], [814, "Paul"], [815, "Sergio"], [816, "J\u00cc\u00a9r\u00cc\u00abme"], [817, "Daniel"], [818, "Jean-\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdric"], [819, "Charles"], [820, "Max"], [821, "Esteban"], [822, "Valtteri"], [823, "Giedo"], [824, "Jules"], [825, "Kevin"], [826, "Daniil"], [828, "Marcus"], [830, "Max"], [831, "Felipe"], [832, "Carlos"], [835, "Jolyon"], [836, "Pascal"], [837, "Rio"], [838, "Stoffel"], [839, "Esteban"], [840, "Lance"], [841, "Antonio"]]}, "table_names": "['races', 'drivers', 'results']", "table_image_ids": ["TableImg_C5q6z_997.png", "TableImg_X44o0_842.png", "TableImg_A46kx_23777.png"], "original_data_index": 2062} +{"question": "What are the employee ids for those who had two or more jobs.", "answer": {"columns": ["EMPLOYEE_ID"], "index": [0, 1, 2], "data": [[101], [176], [200]]}, "table_names": "['job_history']", "table_image_ids": ["TableImg_Toq63_11.png"], "original_data_index": 2063} +{"question": "Please show the names of aircrafts associated with airport with name \"London Gatwick\".", "answer": {"columns": ["Aircraft"], "index": [0], "data": [["Robinson R-22"]]}, "table_names": "['aircraft', 'airport', 'airport_aircraft']", "table_image_ids": ["TableImg_Jt9c7_5.png", "TableImg_A1lxe_10.png", "TableImg_Eoymc_4.png"], "original_data_index": 2064} +{"question": "Find the name of the tryout players who are from the college with largest size.", "answer": {"columns": ["pName"], "index": [0], "data": [["Charles"]]}, "table_names": "['College', 'Player', 'Tryout']", "table_image_ids": ["TableImg_U6lt3_4.png", "TableImg_I1x1s_6.png", "TableImg_Ibn3i_6.png"], "original_data_index": 2065} +{"question": "list the first and last names, and the addresses of all employees in the ascending order of their birth date.", "answer": {"columns": ["Fname", "Lname", "Address"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["James", "Borg", "450 Stone, Houston, TX"], ["Jennifier", "Wallace", "291 Berry, Bellaire, TX"], ["Franklin", "Wong", "638 Voss, Houston, TX"], ["Ramesh", "Narayan", "975 Fire Oak, Humble, TX"], ["Jonh", "Smith", "731 Fondren, Houston, TX"], ["Alicia", "Zelaya", "3321 Castle, Spring, TX"], ["Ahmad", "Jabbar", "980 Dallas, Houston, TX"], ["Joyce", "English", "5631 Rice, Houston, TX"]]}, "table_names": "['employee']", "table_image_ids": ["TableImg_2tvmm_8.png"], "original_data_index": 2066} +{"question": "What are the distinct publishers of publications with price higher than 5000000?", "answer": {"columns": ["Publisher"], "index": [0, 1], "data": [["Pearson"], ["Thomson Reuters"]]}, "table_names": "['publication']", "table_image_ids": ["TableImg_62grv_7.png"], "original_data_index": 2067} +{"question": "What are the names of all students taking a course who received an A or C?", "answer": {"columns": ["STU_FNAME", "STU_LNAME"], "index": [0, 1, 2, 3], "data": [["William", "Bowser"], ["William", "Bowser"], ["William", "Bowser"], ["Anne", "Smithson"]]}, "table_names": "['ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_Zbj6b_6.png", "TableImg_Btbx5_8.png"], "original_data_index": 2068} +{"question": "What are the different card types, and how many transactions have been made with each?", "answer": {"columns": ["card_type_code", "count(*)"], "index": [0, 1], "data": [["Credit", 7], ["Debit", 8]]}, "table_names": "['Customers_Cards', 'Financial_Transactions']", "table_image_ids": ["TableImg_S5y0t_15.png", "TableImg_R8chi_15.png"], "original_data_index": 2069} +{"question": "What are the ids of the movies that are not reviewed by Brittany Harris.", "answer": {"columns": ["mID"], "index": [0, 1, 2, 3], "data": [[101], [104], [106], [107]]}, "table_names": "['Reviewer', 'Rating']", "table_image_ids": ["TableImg_0ujg3_8.png", "TableImg_2afwy_14.png"], "original_data_index": 2070} +{"question": "What are the names of representatives and the dates of elections they participated in.", "answer": {"columns": ["Name", "Date"], "index": [0, 1, 2, 3, 4], "data": [["Dan Quayle", "July 1942"], ["John Quayle", "October 1942"], ["James M. Quigley", "1946"], ["Jimmy Quillen", "1949"], ["James L. Quinn", "1953"]]}, "table_names": "['election', 'representative']", "table_image_ids": ["TableImg_2lrwa_5.png", "TableImg_Ljhov_7.png"], "original_data_index": 2071} +{"question": "Find the level name of the catalog with the lowest price (in USD).", "answer": {"columns": ["catalog_level_name"], "index": [0], "data": [["Category"]]}, "table_names": "['Catalog_Structure', 'Catalog_Contents']", "table_image_ids": ["TableImg_U7fee_3.png", "TableImg_Yf5xm_15.png"], "original_data_index": 2072} +{"question": "What are the ids of the students who registered for some courses but had the least number of courses for all students?", "answer": {"columns": ["student_id"], "index": [0], "data": [[111]]}, "table_names": "['Student_Course_Registrations']", "table_image_ids": ["TableImg_Zsow1_9.png"], "original_data_index": 2073} +{"question": "What are the countries for each market, ordered alphabetically?", "answer": {"columns": ["Country"], "index": [0, 1, 2, 3, 4, 5], "data": [["China"], ["France"], ["Japan"], ["Poland"], ["Russia"], ["USA"]]}, "table_names": "['market']", "table_image_ids": ["TableImg_Ixwzn_6.png"], "original_data_index": 2074} +{"question": "What are the locations and representatives' names of the gas stations owned by the companies with the 3 largest amounts of assets?", "answer": {"columns": ["Location", "Representative_Name"], "index": [0, 1, 2], "data": [["Herne Hill", "Clive Burr"], ["Herne St", "Ray Hughes"], ["Newport Rd", "Tim Read"]]}, "table_names": "['company', 'gas_station', 'station_company']", "table_image_ids": ["TableImg_Cqcdj_10.png", "TableImg_Zpa0m_11.png", "TableImg_Rht55_6.png"], "original_data_index": 2075} +{"question": "How many players played each position?", "answer": {"columns": ["Position", "COUNT(*)"], "index": [0, 1, 2], "data": [["Defender", 7], ["Forward", 3], ["Midfielder", 6]]}, "table_names": "['match_season']", "table_image_ids": ["TableImg_Qjdd3_16.png"], "original_data_index": 2076} +{"question": "Find the total amount claimed in the most recently created document.", "answer": {"columns": ["sum(t1.amount_claimed)"], "index": [0], "data": [[1293.55]]}, "table_names": "['Claim_Headers', 'Claims_Documents']", "table_image_ids": ["TableImg_3pqfq_15.png", "TableImg_Dynqb_14.png"], "original_data_index": 2077} +{"question": "List the duration, file size and format of songs whose genre is pop, ordered by title?", "answer": {"columns": ["duration", "file_size", "formats"], "index": [0], "data": [["4:34", "5.10 MB", "mp3"]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_5zz73_6.png", "TableImg_T9kpi_6.png"], "original_data_index": 2078} +{"question": "What are the names for the 3 branches that have the most memberships?", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Saint Amant"], ["Zytogorski"], ["Stanley"]]}, "table_names": "['branch']", "table_image_ids": ["TableImg_Yq206_8.png"], "original_data_index": 2079} +{"question": "Return the id of the staff whose Staff Department Assignment was earlier than that of any Clerical Staff.", "answer": {"columns": ["staff_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [[5], [10], [1], [8], [15], [2], [9], [8], [6], [6], [8], [12], [7], [2]]}, "table_names": "['Staff', 'Staff_Department_Assignments']", "table_image_ids": ["TableImg_6m4o1_15.png", "TableImg_Qdsnw_15.png"], "original_data_index": 2080} +{"question": "What is the date of enrollment of the course named \"Spanish\"?", "answer": {"columns": ["date_of_enrolment"], "index": [0, 1], "data": [["2017-12-07 02:21:13"], ["2017-08-17 00:16:46"]]}, "table_names": "['Courses', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Lyxnx_15.png", "TableImg_2hca3_20.png"], "original_data_index": 2081} +{"question": "List the name of browsers in descending order by market share.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3], "data": [["Internet Explorer"], ["Firefox"], ["Safari"], ["Opera"]]}, "table_names": "['browser']", "table_image_ids": ["TableImg_85fsi_4.png"], "original_data_index": 2082} +{"question": "What are the names of climbers and the corresponding heights of the mountains that they climb?", "answer": {"columns": ["Name", "Height"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Klaus Enders", 5895.0], ["Siegfried Schauzu", 5895.0], ["Hans Luthringhauser", 5199.0], ["Jean Claude Castella", 5199.0], ["Horst Owesle", 5199.0], ["Georg Auerbacher", 5148.0], ["Arseneus Butscher", 4985.0], ["Charlie Freedman", 4985.0], ["L Currie", 4890.0], ["Mick Horsepole", 4890.0]]}, "table_names": "['mountain', 'climber']", "table_image_ids": ["TableImg_Jsg3v_7.png", "TableImg_Uhav2_10.png"], "original_data_index": 2083} +{"question": "What is the full name of the employee who has the most customers?", "answer": {"columns": ["first_name", "last_name"], "index": [0], "data": [["Jane", "Peacock"]]}, "table_names": "['employees', 'customers']", "table_image_ids": ["TableImg_4cuu9_8.png", "TableImg_52tay_59.png"], "original_data_index": 2084} +{"question": "Which member names corresponding to members who are not in the Progress Party?", "answer": {"columns": ["Member_Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Hon Tony Abbott"], ["Hon John Anderson"], ["Peter Andren"], ["Hon Kevin Andrews"], ["Hon Fran Bailey"], ["Hon Bruce Baird"], ["Mark Baker"], ["Hon Bob Baldwin"], ["Phil Barresi"], ["Kerry Bartlett"], ["Hon Bruce Billson"]]}, "table_names": "['party', 'member']", "table_image_ids": ["TableImg_Hl0j0_5.png", "TableImg_Gntc9_15.png"], "original_data_index": 2085} +{"question": "Show total hours per week and number of games played for students under 20.", "answer": {"columns": ["sum(hoursperweek)", "sum(gamesplayed)"], "index": [0], "data": [[158, 257]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_Ydgpb_34.png", "TableImg_108fe_14.png"], "original_data_index": 2086} +{"question": "What are the names and players of all the clubs?", "answer": {"columns": ["name", "Player_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["AIB", 1], ["BK Slide", 2], ["AIB", 3], ["BK Slide", 4], ["ASC", 5], ["ASC", 6], ["HGS2", 7], ["HGS2", 8], ["BK Slide", 9], ["BK Slide", 10], ["BK Slide", 11], ["BK Slide", 12], ["IFG", 13], ["ASC", 14], ["ASC", 15]]}, "table_names": "['club', 'player']", "table_image_ids": ["TableImg_U1uvo_6.png", "TableImg_J964i_15.png"], "original_data_index": 2087} +{"question": "Which cities have lower temperature in March than in Dec and have never served as host cities?", "answer": {"columns": ["City"], "index": [0, 1], "data": [["Hangzhou ( Zhejiang )"], ["Nantong ( Jiangsu )"]]}, "table_names": "['city', 'temperature', 'hosting_city']", "table_image_ids": ["TableImg_12q8o_13.png", "TableImg_9jgch_8.png", "TableImg_4amo5_6.png"], "original_data_index": 2088} +{"question": "What are the last names and ages of the students who are allergic to milk and cat?", "answer": {"columns": ["LName", "Age"], "index": [0, 1], "data": [["Apap", 18], ["Lee", 17]]}, "table_names": "['Has_Allergy', 'Student']", "table_image_ids": ["TableImg_Y52k0_59.png", "TableImg_S9mna_34.png"], "original_data_index": 2089} +{"question": "What are the total and average enrollment of all schools?", "answer": {"columns": ["sum(enrollment)", "avg(enrollment)"], "index": [0], "data": [[4155, 519.375]]}, "table_names": "['School']", "table_image_ids": ["TableImg_J4wwt_8.png"], "original_data_index": 2090} +{"question": "What is the average hours across all projects?", "answer": {"columns": ["avg(hours)"], "index": [0], "data": [[1441.6428571429]]}, "table_names": "['Projects']", "table_image_ids": ["TableImg_E6r8v_14.png"], "original_data_index": 2091} +{"question": "How many lessons did the customer Ryan Goodwin complete?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Customers', 'Lessons']", "table_image_ids": ["TableImg_42qbr_15.png", "TableImg_C2axu_15.png"], "original_data_index": 2092} +{"question": "How many students enrolled in class ACCT-211?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['CLASS', 'ENROLL']", "table_image_ids": ["TableImg_9w59d_13.png", "TableImg_Snsvj_6.png"], "original_data_index": 2093} +{"question": "What are the name and typical buying and selling prices of the products that have color described as \"yellow\"?", "answer": {"columns": ["product_name", "typical_buying_price", "typical_selling_price"], "index": [0], "data": [["borage", "", "10377614.847385"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_Crwg5_8.png", "TableImg_Esufn_15.png"], "original_data_index": 2094} +{"question": "HOw many engineers are older than 30?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Person']", "table_image_ids": ["TableImg_K2p5b_4.png"], "original_data_index": 2095} +{"question": "What are the titles of all the albums alphabetically ascending?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346], "data": [["...And Justice For All"], ["1997 Black Light Syndrome"], ["20th Century Masters - The Millennium Collection: The Best of Scorpions"], ["A Copland Celebration, Vol. I"], ["A Matter of Life and Death"], ["A Real Dead One"], ["A Real Live One"], ["A Soprano Inspired"], ["A TempestadeTempestade Ou O Livro Dos Dias"], ["A-Sides"], ["Ace Of Spades"], ["Achtung Baby"], ["Ac\u00c3\u00bastico"], ["Ac\u00c3\u00bastico MTV"], ["Ac\u00c3\u00bastico MTV live"], ["Adams, John: The Chairman Dances"], ["Adorate Deum: Gregorian Chant from the Proper of the Mass"], ["Afrociberdelia"], ["Album Of The Year"], ["Alcohol Fueled Brewtality Live! [Disc 1]"], ["Alcohol Fueled Brewtality Live! [Disc 2]"], ["All That You Can't Leave Behind"], ["Allegri: Miserere"], ["American Idiot"], ["Angel Dust"], ["Ao Vivo IMPORT"], ["Appetite for Destruction"], ["Aquaman"], ["Are You Experienced?"], ["Armada: Music from the Courts of England and Spain"], ["Arquivo II"], ["Arquivo Os Paralamas Do Sucesso"], ["As Can\u00c3\u00a7\u00c3\u00b5es de Eu Tu Eles"], ["Audioslave"], ["Ax\u00c3\u00a9 Bahia 2001"], ["B-Sides 1980-1990"], ["BBC Sessions [Disc 1] live"], ["BBC Sessions [Disc 2] live"], ["Bach: Goldberg Variations"], ["Bach: Orchestral Suites Nos. 1 - 4"], ["Bach: The Brandenburg Concertos"], ["Bach: The Cello Suites"], ["Bach: Toccata & Fugue in D Minor"], ["Bach: Violin Concertos"], ["Back to Black"], ["BackBeat Soundtrack"], ["Balls to the Wall"], ["Bark at the Moon (Remastered)"], ["Bartok: Violin & Viola Concertos"], ["Barulhinho Bom"], ["Battlestar Galactica (Classic), Season 1"], ["Battlestar Galactica, Season 3"], ["Battlestar Galactica: The Story So Far"], ["Beethoven Piano Sonatas: Moonlight & Pastorale"], ["Beethoven: Symhonies Nos. 5 & 6"], ["Beethoven: Symphony No. 6 'Pastoral' Etc."], ["Berlioz: Symphonie Fantastique"], ["Beyond Good And Evil"], ["Big Ones"], ["Bizet: Carmen Highlights"], ["Black Album"], ["Black Sabbath"], ["Black Sabbath Vol. 4 (Remaster)"], ["Blizzard of Ozz"], ["Blood Sugar Sex Magik"], ["Blue Moods"], ["Body Count"], ["Bongo Fury"], ["Brave New World"], ["By The Way"], ["Cafezinho"], ["Cake: B-Sides and Rarities"], ["Californication"], ["Carmina Burana"], ["Carnaval 2001"], ["Carried to Dust (Bonus Track Version)"], ["Carry On"], ["Cesta B\u00c3\u00a1sica"], ["Charpentier: Divertissements, Airs & Concerts"], ["Chemical Wedding"], ["Chill: Brazil (Disc 1)"], ["Chill: Brazil (Disc 2)"], ["Chopin: Piano Concertos Nos. 1 & 2"], ["Chronicle, Vol. 1"], ["Chronicle, Vol. 2"], ["Cidade Negra - Hits"], ["Coda"], ["Come Taste The Band"], ["Compositores"], ["Contraband"], ["Core"], ["C\u00c3\u00a1ssia Eller - Cole\u00c3\u00a7\u00c3\u00a3o Sem Limite [Disc 2]"], ["C\u00c3\u00a1ssia Eller - Sem Limite [Disc 1]"], ["Da Lama Ao Caos"], ["Dance Of Death"], ["Dark Side Of The Moon"], ["Deep Purple In Rock"], ["Deixa Entrar"], ["Demorou..."], ["Diary of a Madman (Remastered)"], ["Diver Down"], ["Djavan Ao Vivo - Vol. 02"], ["Djavan Ao Vivo - Vol. 1"], ["Duos II"], ["Elgar: Cello Concerto & Vaughan Williams: Fantasias"], ["Elis Regina-Minha Hist\u00c3\u00b3ria"], ["Emergency On Planet Earth"], ["English Renaissance"], ["Every Kind of Light"], ["Faceless"], ["Facelift"], ["Faur\u00c3\u00a9: Requiem, Ravel: Pavane & Others"], ["Fear Of The Dark"], ["Fireball"], ["For Those About To Rock We Salute You"], ["Frank"], ["From The Muddy Banks Of The Wishkah live"], ["Garage Inc. (Disc 1)"], ["Garage Inc. (Disc 2)"], ["Get Born"], ["Great Opera Choruses"], ["Great Performances - Barber's Adagio and Other Romantic Favorites for Strings"], ["Great Recordings of the Century - Mahler: Das Lied von der Erde"], ["Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder"], ["Great Recordings of the Century: Paganini's 24 Caprices"], ["Greatest Hits"], ["Greatest Hits I"], ["Greatest Hits II"], ["Greatest Kiss"], ["Green"], ["Grieg: Peer Gynt Suites & Sibelius: Pell\u00c3\u00a9as et M\u00c3\u00a9lisande"], ["G\u00c3\u00b3recki: Symphony No. 3"], ["Handel: Music for the Royal Fireworks (Original Version 1749)"], ["Handel: The Messiah (Highlights)"], ["Haydn: Symphonies 99 - 104"], ["Heart of the Night"], ["Heroes, Season 1"], ["Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies"], ["Hot Rocks, 1964-1971 (Disc 1)"], ["House of Pain"], ["Houses Of The Holy"], ["How To Dismantle An Atomic Bomb"], ["IV"], ["In Step"], ["In Through The Out Door"], ["In Your Honor [Disc 1]"], ["In Your Honor [Disc 2]"], ["Instant Karma: The Amnesty International Campaign to Save Darfur"], ["International Superhits"], ["Into The Light"], ["Iron Maiden"], ["J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro"], ["Jagged Little Pill"], ["Jorge Ben Jor 25 Anos"], ["Jota Quest-1995"], ["Judas 0: B-Sides and Rarities"], ["Kill 'Em All"], ["Killers"], ["King For A Day Fool For A Lifetime"], ["Knocking at Your Back Door: The Best Of Deep Purple in the 80's"], ["Koyaanisqatsi (Soundtrack from the Motion Picture)"], ["LOST, Season 4"], ["Led Zeppelin I"], ["Led Zeppelin II"], ["Led Zeppelin III"], ["Let There Be Rock"], ["Liszt - 12 \u00c3\u0089tudes D'Execution Transcendante"], ["Live After Death"], ["Live At Donington 1992 (Disc 1)"], ["Live At Donington 1992 (Disc 2)"], ["Live On Two Legs live"], ["Live [Disc 1]"], ["Live [Disc 2]"], ["Living After Midnight"], ["Load"], ["Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3"], ["Lost, Season 1"], ["Lost, Season 2"], ["Lost, Season 3"], ["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 01"], ["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 02"], ["MK III The Final Concerts [Disc 1]"], ["Machine Head"], ["Mais Do Mesmo"], ["Maquinarama"], ["Mascagni: Cavalleria Rusticana"], ["Master Of Puppets"], ["Mendelssohn: A Midsummer Night's Dream"], ["Meus Momentos"], ["Mezmerize"], ["Miles Ahead"], ["Milton Nascimento Ao Vivo"], ["Minas"], ["Minha Historia"], ["Minha Hist\u00c3\u00b3ria"], ["Misplaced Childhood"], ["Monteverdi: L'Orfeo"], ["Morning Dance"], ["Motley Crue Greatest Hits"], ["Mozart Gala: Famous Arias"], ["Mozart: Chamber Music"], ["Mozart: Symphonies Nos. 40 & 41"], ["Mozart: Wind Concertos"], ["Muso Ko"], ["My Generation - The Very Best Of The Who"], ["My Way: The Best Of Frank Sinatra [Disc 1]"], ["Na Pista"], ["Nevermind"], ["New Adventures In Hi-Fi"], ["News Of The World"], ["Nielsen: The Six Symphonies"], ["No More Tears (Remastered)"], ["No Prayer For The Dying"], ["No Security"], ["O Samba Pocon\u00c3\u00a9"], ["Olodum"], ["One By One"], ["Original Soundtracks 1"], ["Os C\u00c3\u00a3es Ladram Mas A Caravana N\u00c3\u00a3o P\u00c3\u00a1ra"], ["Out Of Exile"], ["Out Of Time"], ["Outbreak"], ["Pachelbel: Canon & Gigue"], ["Palestrina: Missa Papae Marcelli & Allegri: Miserere"], ["Pavarotti's Opera Made Easy"], ["Pearl Jam"], ["Physical Graffiti [Disc 1]"], ["Physical Graffiti [Disc 2]"], ["Piece Of Mind"], ["Plays Metallica By Four Cellos"], ["Pop"], ["Powerslave"], ["Prenda Minha"], ["Presence"], ["Prokofiev: Romeo & Juliet"], ["Prokofiev: Symphony No.1"], ["Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps"], ["Puccini: Madama Butterfly - Highlights"], ["Purcell: Music for the Queen Mary"], ["Purcell: The Fairy Queen"], ["Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) UK"], ["Purpendicular"], ["Quanta Gente Veio Ver (Live)"], ["Quanta Gente Veio ver--B\u00c3\u00b4nus De Carnaval"], ["Quiet Songs"], ["Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro"], ["Rattle And Hum"], ["Raul Seixas"], ["ReLoad"], ["Realize"], ["Respighi:Pines of Rome"], ["Restless and Wild"], ["Retrospective I (1974-1980)"], ["Revelations"], ["Ride The Lightning"], ["Riot Act"], ["Rock In Rio CD1"], ["Rock In Rio CD2"], ["Roda De Funk"], ["Rotten Apples: Greatest Hits"], ["SCRIABIN: Vers la flamme"], ["Sambas De Enredo 2001"], ["Santana - As Years Go By"], ["Santana Live"], ["Scheherazade"], ["Schubert: The Late String Quartets & String Quintet (3 CD's)"], ["Seek And Shall Find: More Of The Best (1963-1981)"], ["Serie Sem Limite (Disc 1)"], ["Serie Sem Limite (Disc 2)"], ["Seventh Son of a Seventh Son"], ["Sex Machine"], ["Sibelius: Finlandia"], ["Sir Neville Marriner: A Celebration"], ["Slaves And Masters"], ["Somewhere in Time"], ["South American Getaway"], ["Sozinho Remix Ao Vivo"], ["Speak of the Devil"], ["St. Anger"], ["Stormbringer"], ["Strauss: Waltzes"], ["Supernatural"], ["Surfing with the Alien (Remastered)"], ["Synkronized"], ["Szymanowski: Piano Works, Vol. 1"], ["Tangents"], ["Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory"], ["Tchaikovsky: The Nutcracker"], ["Temple of the Dog"], ["Ten"], ["The Battle Rages On"], ["The Beast Live"], ["The Best Of 1980-1990"], ["The Best Of Billy Cobham"], ["The Best Of Buddy Guy - The Millenium Collection"], ["The Best Of Men At Work"], ["The Best Of R.E.M.: The IRS Years"], ["The Best Of Van Halen, Vol. I"], ["The Best of Beethoven"], ["The Best of Ed Motta"], ["The Colour And The Shape"], ["The Cream Of Clapton"], ["The Doors"], ["The Essential Miles Davis [Disc 1]"], ["The Essential Miles Davis [Disc 2]"], ["The Final Concerts (Disc 2)"], ["The Last Night of the Proms"], ["The Number of The Beast"], ["The Office, Season 1"], ["The Office, Season 2"], ["The Office, Season 3"], ["The Police Greatest Hits"], ["The Real Thing"], ["The Return Of The Space Cowboy"], ["The Singles"], ["The Song Remains The Same (Disc 1)"], ["The Song Remains The Same (Disc 2)"], ["The Ultimate Relexation Album"], ["The World of Classical Favourites"], ["The X Factor"], ["Transmission"], ["Tribute"], ["UB40 The Best Of - Volume Two UK"], ["Un-Led-Ed"], ["Unplugged"], ["Unplugged live"], ["Up An' Atom"], ["Use Your Illusion I"], ["Use Your Illusion II"], ["Van Halen"], ["Van Halen III"], ["Vault: Def Leppard's Greatest Hits"], ["Vinicius De Moraes"], ["Vin\u00c3\u00adcius De Moraes - Sem Limite"], ["Virtual XI"], ["Vivaldi: The Four Seasons"], ["Volume Dois"], ["Voodoo Lounge"], ["Vozes do MPB"], ["Vs."], ["Wagner: Favourite Overtures"], ["Walking Into Clarksdale"], ["War"], ["Warner 25 Anos"], ["Weill: The Seven Deadly Sins"], ["Worlds"], ["Zooropa"]]}, "table_names": "['albums']", "table_image_ids": ["TableImg_0zffc_347.png"], "original_data_index": 2096} +{"question": "Which projects have no outcome? List the project details.", "answer": {"columns": ["project_details"], "index": [0, 1, 2, 3, 4], "data": [["porro"], ["et"], ["ad"], ["consectetur"], ["dolorem"]]}, "table_names": "['Project_Outcomes', 'Projects']", "table_image_ids": ["TableImg_Sd38a_15.png", "TableImg_Locdz_15.png"], "original_data_index": 2097} +{"question": "Return the channel code and contact number of the customer contact channel whose active duration was the longest.", "answer": {"columns": ["channel_code", "contact_number"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "data": [["Email", "940.035.6435x0225"], ["Email", "189.449.8326x7607"], ["Email", "958-653-2640"], ["Cell", "(165)527-5756x2419"], ["Cell", "1-077-864-0102"], ["Handheld", "06068550461"], ["Handheld", "542.983.0224"], ["Handheld", "(379)834-0867x267"], ["Handheld", "(620)266-6990x8590"], ["Fax", "(068)656-5276x84466"], ["Fax", "496-074-8589x5477"], ["Handheld", "1-687-190-8968x63811"], ["Handheld", "445.924.9417"], ["Mobile", "(155)830-6182"], ["Handheld", "1-453-027-1291"], ["Cell", "495-168-9662"], ["Cell", "846.043.4809x0426"]]}, "table_names": "['Customer_Contact_Channels']", "table_image_ids": ["TableImg_Nh1y4_20.png"], "original_data_index": 2098} +{"question": "What is department name and office for the professor whose last name is Heffington?", "answer": {"columns": ["DEPT_NAME", "PROF_OFFICE"], "index": [0], "data": [["Accounting", "KLR 229D"]]}, "table_names": "['DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_5ofs9_11.png", "TableImg_Vtisc_37.png", "TableImg_Rcacw_22.png"], "original_data_index": 2099} +{"question": "What is all the information on the airport with the largest number of international passengers?", "answer": {"columns": ["Airport_ID", "Airport_Name", "Total_Passengers", "%_Change_2007", "International_Passengers", "Domestic_Passengers", "Transit_Passengers", "Aircraft_Movements", "Freight_Metric_Tonnes"], "index": [0], "data": [[1, "London Heathrow", 67054745.0, "1.5%", 61344438.0, 5562516.0, 147791.0, 478693.0, 1397054.0]]}, "table_names": "['airport']", "table_image_ids": ["TableImg_11uu0_10.png"], "original_data_index": 2100} +{"question": "Find the city with the most number of stores.", "answer": {"columns": ["Headquartered_City"], "index": [0], "data": [["Khanewal City"]]}, "table_names": "['store', 'district', 'store_district']", "table_image_ids": ["TableImg_Bptrv_5.png", "TableImg_N904f_15.png", "TableImg_Mov6c_5.png"], "original_data_index": 2101} +{"question": "which gender got the highest average uncertain ratio.", "answer": {"columns": ["Sex"], "index": [0], "data": [["F"]]}, "table_names": "['candidate', 'people']", "table_image_ids": ["TableImg_Kq1rw_6.png", "TableImg_Rk1gu_9.png"], "original_data_index": 2102} +{"question": "Give me the star rating descriptions of the hotels that cost more than 10000.", "answer": {"columns": ["star_rating_description"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["star"], ["star"], ["star"], ["star"], ["star"], ["star"], ["star"], ["star"], ["star"], ["star"], ["star"], ["star"], ["star"], ["star"], ["star"]]}, "table_names": "['Ref_Hotel_Star_Ratings', 'Hotels']", "table_image_ids": ["TableImg_X2ut2_5.png", "TableImg_Yittz_20.png"], "original_data_index": 2103} +{"question": "Which physicians are in charge of more than one patient? Give me their names.", "answer": {"columns": ["Name"], "index": [0], "data": [["Elliot Reid"]]}, "table_names": "['Physician', 'Patient']", "table_image_ids": ["TableImg_F90so_9.png", "TableImg_L7uei_4.png"], "original_data_index": 2104} +{"question": "Give me the name of the customer who ordered the most items in total.", "answer": {"columns": ["customer_name"], "index": [0], "data": [["Clifford Pagac"]]}, "table_names": "['Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Br4vi_15.png", "TableImg_Uilf2_15.png", "TableImg_5iyvb_15.png"], "original_data_index": 2105} +{"question": "What is the title of a course that is listed in both the Statistics and Psychology departments?", "answer": {"columns": ["title"], "index": [0], "data": [["Greek Tragedy"]]}, "table_names": "['course']", "table_image_ids": ["TableImg_5rmdx_200.png"], "original_data_index": 2106} +{"question": "What is the name of the aircraft that was on flight number 99?", "answer": {"columns": ["name"], "index": [0], "data": [["Boeing 747-400"]]}, "table_names": "['flight', 'aircraft']", "table_image_ids": ["TableImg_X98re_10.png", "TableImg_Yips7_16.png"], "original_data_index": 2107} +{"question": "What are the delegate and name of the county they belong to, for each county?", "answer": {"columns": ["Delegate", "County_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Bates, Gail H. Gail H. Bates", "Howard"], ["Miller, Warren E. Warren E. Miller", "Howard"], ["DeBoy, Steven J. Sr. Steven J. DeBoy, Sr.", "Baltimore County"], ["Malone, James E. Jr. James E. Malone, Jr.", "Colony"], ["Bobo, Elizabeth Elizabeth Bobo", "Baltimore County"], ["Pendergrass, Shane E. Shane Pendergrass", "Howard"], ["Guzzone, Guy Guy Guzzone", "Mansfield"], ["Turner, Frank S. Frank S. Turner", "Colony"]]}, "table_names": "['county', 'election']", "table_image_ids": ["TableImg_97v16_5.png", "TableImg_Udlb0_8.png"], "original_data_index": 2108} +{"question": "Return the maximum support rate, minimum consider rate, and minimum oppose rate across all candidates?", "answer": {"columns": ["max(support_rate)", "min(consider_rate)", "min(oppose_rate)"], "index": [0], "data": [[0.33, 0.2, 0.32]]}, "table_names": "['candidate']", "table_image_ids": ["TableImg_7cfc1_6.png"], "original_data_index": 2109} +{"question": "Find the number of characteristics that the product \"flax\" has.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Hcdf6_15.png", "TableImg_Fe3o0_15.png", "TableImg_H30xh_15.png"], "original_data_index": 2110} +{"question": "Show name, opening year, and capacity for each cinema.", "answer": {"columns": ["Name", "Openning_year", "Capacity"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Codling", 2010, 1100], ["Carrowleagh", 2012, 368], ["Dublin Array", 2015, 364], ["Glenmore", 2009, 305], ["Glenough", 2010, 325], ["Gortahile", 2010, 208], ["Grouse Lodge", 2011, 203], ["Moneypoint", 2011, 225], ["Mount Callan", 2011, 908], ["Oriel", 2013, 330]]}, "table_names": "['cinema']", "table_image_ids": ["TableImg_Dzk5c_10.png"], "original_data_index": 2111} +{"question": "What are the names of mountains that have a height of over 5000 or a prominence of over 1000?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Kibo (Uhuru Pk)"], ["Mount Kenya (Batian)"], ["Mawenzi (Hans Meyer Pk)"], ["Ngaliema / Mt Stanley (Margherita Pk)"]]}, "table_names": "['mountain']", "table_image_ids": ["TableImg_Z4ngu_7.png"], "original_data_index": 2112} +{"question": "Find the first and last name of the faculty who is involved in the largest number of activities.", "answer": {"columns": ["Fname", "Lname"], "index": [0], "data": [["Mark", "Giuliano"]]}, "table_names": "['Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_Mnc05_40.png", "TableImg_Scf49_58.png"], "original_data_index": 2113} +{"question": "What is the sum of total pounds of purchase in year 2018 for all branches in London?", "answer": {"columns": ["sum(total_pounds)"], "index": [0], "data": [[3531.59]]}, "table_names": "['branch', 'purchase']", "table_image_ids": ["TableImg_Doppu_8.png", "TableImg_1j9qe_8.png"], "original_data_index": 2114} +{"question": "What is all the information about employees who have never had a job in the past?", "answer": {"columns": ["EMPLOYEE_ID", "FIRST_NAME", "LAST_NAME", "EMAIL", "PHONE_NUMBER", "HIRE_DATE", "JOB_ID", "SALARY", "COMMISSION_PCT", "MANAGER_ID", "DEPARTMENT_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99], "data": [[100, "Steven", "King", "SKING", "515.123.4567", "1987-06-17", "AD_PRES", 24000, 0.0, 0, 90], [103, "Alexander", "Hunold", "AHUNOLD", "590.423.4567", "1987-06-20", "IT_PROG", 9000, 0.0, 102, 60], [104, "Bruce", "Ernst", "BERNST", "590.423.4568", "1987-06-21", "IT_PROG", 6000, 0.0, 103, 60], [105, "David", "Austin", "DAUSTIN", "590.423.4569", "1987-06-22", "IT_PROG", 4800, 0.0, 103, 60], [106, "Valli", "Pataballa", "VPATABAL", "590.423.4560", "1987-06-23", "IT_PROG", 4800, 0.0, 103, 60], [107, "Diana", "Lorentz", "DLORENTZ", "590.423.5567", "1987-06-24", "IT_PROG", 4200, 0.0, 103, 60], [108, "Nancy", "Greenberg", "NGREENBE", "515.124.4569", "1987-06-25", "FI_MGR", 12000, 0.0, 101, 100], [109, "Daniel", "Faviet", "DFAVIET", "515.124.4169", "1987-06-26", "FI_ACCOUNT", 9000, 0.0, 108, 100], [110, "John", "Chen", "JCHEN", "515.124.4269", "1987-06-27", "FI_ACCOUNT", 8200, 0.0, 108, 100], [111, "Ismael", "Sciarra", "ISCIARRA", "515.124.4369", "1987-06-28", "FI_ACCOUNT", 7700, 0.0, 108, 100], [112, "Jose Manuel", "Urman", "JMURMAN", "515.124.4469", "1987-06-29", "FI_ACCOUNT", 7800, 0.0, 108, 100], [113, "Luis", "Popp", "LPOPP", "515.124.4567", "1987-06-30", "FI_ACCOUNT", 6900, 0.0, 108, 100], [115, "Alexander", "Khoo", "AKHOO", "515.127.4562", "1987-07-02", "PU_CLERK", 3100, 0.0, 114, 30], [116, "Shelli", "Baida", "SBAIDA", "515.127.4563", "1987-07-03", "PU_CLERK", 2900, 0.0, 114, 30], [117, "Sigal", "Tobias", "STOBIAS", "515.127.4564", "1987-07-04", "PU_CLERK", 2800, 0.0, 114, 30], [118, "Guy", "Himuro", "GHIMURO", "515.127.4565", "1987-07-05", "PU_CLERK", 2600, 0.0, 114, 30], [119, "Karen", "Colmenares", "KCOLMENA", "515.127.4566", "1987-07-06", "PU_CLERK", 2500, 0.0, 114, 30], [120, "Matthew", "Weiss", "MWEISS", "650.123.1234", "1987-07-07", "ST_MAN", 8000, 0.0, 100, 50], [121, "Adam", "Fripp", "AFRIPP", "650.123.2234", "1987-07-08", "ST_MAN", 8200, 0.0, 100, 50], [123, "Shanta", "Vollman", "SVOLLMAN", "650.123.4234", "1987-07-10", "ST_MAN", 6500, 0.0, 100, 50], [124, "Kevin", "Mourgos", "KMOURGOS", "650.123.5234", "1987-07-11", "ST_MAN", 5800, 0.0, 100, 50], [125, "Julia", "Nayer", "JNAYER", "650.124.1214", "1987-07-12", "ST_CLERK", 3200, 0.0, 120, 50], [126, "Irene", "Mikkilineni", "IMIKKILI", "650.124.1224", "1987-07-13", "ST_CLERK", 2700, 0.0, 120, 50], [127, "James", "Landry", "JLANDRY", "650.124.1334", "1987-07-14", "ST_CLERK", 2400, 0.0, 120, 50], [128, "Steven", "Markle", "SMARKLE", "650.124.1434", "1987-07-15", "ST_CLERK", 2200, 0.0, 120, 50], [129, "Laura", "Bissot", "LBISSOT", "650.124.5234", "1987-07-16", "ST_CLERK", 3300, 0.0, 121, 50], [130, "Mozhe", "Atkinson", "MATKINSO", "650.124.6234", "1987-07-17", "ST_CLERK", 2800, 0.0, 121, 50], [131, "James", "Marlow", "JAMRLOW", "650.124.7234", "1987-07-18", "ST_CLERK", 2500, 0.0, 121, 50], [132, "TJ", "Olson", "TJOLSON", "650.124.8234", "1987-07-19", "ST_CLERK", 2100, 0.0, 121, 50], [133, "Jason", "Mallin", "JMALLIN", "650.127.1934", "1987-07-20", "ST_CLERK", 3300, 0.0, 122, 50], [134, "Michael", "Rogers", "MROGERS", "650.127.1834", "1987-07-21", "ST_CLERK", 2900, 0.0, 122, 50], [135, "Ki", "Gee", "KGEE", "650.127.1734", "1987-07-22", "ST_CLERK", 2400, 0.0, 122, 50], [136, "Hazel", "Philtanker", "HPHILTAN", "650.127.1634", "1987-07-23", "ST_CLERK", 2200, 0.0, 122, 50], [137, "Renske", "Ladwig", "RLADWIG", "650.121.1234", "1987-07-24", "ST_CLERK", 3600, 0.0, 123, 50], [138, "Stephen", "Stiles", "SSTILES", "650.121.2034", "1987-07-25", "ST_CLERK", 3200, 0.0, 123, 50], [139, "John", "Seo", "JSEO", "650.121.2019", "1987-07-26", "ST_CLERK", 2700, 0.0, 123, 50], [140, "Joshua", "Patel", "JPATEL", "650.121.1834", "1987-07-27", "ST_CLERK", 2500, 0.0, 123, 50], [141, "Trenna", "Rajs", "TRAJS", "650.121.8009", "1987-07-28", "ST_CLERK", 3500, 0.0, 124, 50], [142, "Curtis", "Davies", "CDAVIES", "650.121.2994", "1987-07-29", "ST_CLERK", 3100, 0.0, 124, 50], [143, "Randall", "Matos", "RMATOS", "650.121.2874", "1987-07-30", "ST_CLERK", 2600, 0.0, 124, 50], [144, "Peter", "Vargas", "PVARGAS", "650.121.2004", "1987-07-31", "ST_CLERK", 2500, 0.0, 124, 50], [145, "John", "Russell", "JRUSSEL", "011.44.1344.429268", "1987-08-01", "SA_MAN", 14000, 0.4, 100, 80], [146, "Karen", "Partners", "KPARTNER", "011.44.1344.467268", "1987-08-02", "SA_MAN", 13500, 0.3, 100, 80], [147, "Alberto", "Errazuriz", "AERRAZUR", "011.44.1344.429278", "1987-08-03", "SA_MAN", 12000, 0.3, 100, 80], [148, "Gerald", "Cambrault", "GCAMBRAU", "011.44.1344.619268", "1987-08-04", "SA_MAN", 11000, 0.3, 100, 80], [149, "Eleni", "Zlotkey", "EZLOTKEY", "011.44.1344.429018", "1987-08-05", "SA_MAN", 10500, 0.2, 100, 80], [150, "Peter", "Tucker", "PTUCKER", "011.44.1344.129268", "1987-08-06", "SA_REP", 10000, 0.3, 145, 80], [151, "David", "Bernstein", "DBERNSTE", "011.44.1344.345268", "1987-08-07", "SA_REP", 9500, 0.25, 145, 80], [152, "Peter", "Hall", "PHALL", "011.44.1344.478968", "1987-08-08", "SA_REP", 9000, 0.25, 145, 80], [153, "Christopher", "Olsen", "COLSEN", "011.44.1344.498718", "1987-08-09", "SA_REP", 8000, 0.2, 145, 80], [154, "Nanette", "Cambrault", "NCAMBRAU", "011.44.1344.987668", "1987-08-10", "SA_REP", 7500, 0.2, 145, 80], [155, "Oliver", "Tuvault", "OTUVAULT", "011.44.1344.486508", "1987-08-11", "SA_REP", 7000, 0.15, 145, 80], [156, "Janette", "King", "JKING", "011.44.1345.429268", "1987-08-12", "SA_REP", 10000, 0.35, 146, 80], [157, "Patrick", "Sully", "PSULLY", "011.44.1345.929268", "1987-08-13", "SA_REP", 9500, 0.35, 146, 80], [158, "Allan", "McEwen", "AMCEWEN", "011.44.1345.829268", "1987-08-14", "SA_REP", 9000, 0.35, 146, 80], [159, "Lindsey", "Smith", "LSMITH", "011.44.1345.729268", "1987-08-15", "SA_REP", 8000, 0.3, 146, 80], [160, "Louise", "Doran", "LDORAN", "011.44.1345.629268", "1987-08-16", "SA_REP", 7500, 0.3, 146, 80], [161, "Sarath", "Sewall", "SSEWALL", "011.44.1345.529268", "1987-08-17", "SA_REP", 7000, 0.25, 146, 80], [162, "Clara", "Vishney", "CVISHNEY", "011.44.1346.129268", "1987-08-18", "SA_REP", 10500, 0.25, 147, 80], [163, "Danielle", "Greene", "DGREENE", "011.44.1346.229268", "1987-08-19", "SA_REP", 9500, 0.15, 147, 80], [164, "Mattea", "Marvins", "MMARVINS", "011.44.1346.329268", "1987-08-20", "SA_REP", 7200, 0.1, 147, 80], [165, "David", "Lee", "DLEE", "011.44.1346.529268", "1987-08-21", "SA_REP", 6800, 0.1, 147, 80], [166, "Sundar", "Ande", "SANDE", "011.44.1346.629268", "1987-08-22", "SA_REP", 6400, 0.1, 147, 80], [167, "Amit", "Banda", "ABANDA", "011.44.1346.729268", "1987-08-23", "SA_REP", 6200, 0.1, 147, 80], [168, "Lisa", "Ozer", "LOZER", "011.44.1343.929268", "1987-08-24", "SA_REP", 11500, 0.25, 148, 80], [169, "Harrison", "Bloom", "HBLOOM", "011.44.1343.829268", "1987-08-25", "SA_REP", 10000, 0.2, 148, 80], [170, "Tayler", "Fox", "TFOX", "011.44.1343.729268", "1987-08-26", "SA_REP", 9600, 0.2, 148, 80], [171, "William", "Smith", "WSMITH", "011.44.1343.629268", "1987-08-27", "SA_REP", 7400, 0.15, 148, 80], [172, "Elizabeth", "Bates", "EBATES", "011.44.1343.529268", "1987-08-28", "SA_REP", 7300, 0.15, 148, 80], [173, "Sundita", "Kumar", "SKUMAR", "011.44.1343.329268", "1987-08-29", "SA_REP", 6100, 0.1, 148, 80], [174, "Ellen", "Abel", "EABEL", "011.44.1644.429267", "1987-08-30", "SA_REP", 11000, 0.3, 149, 80], [175, "Alyssa", "Hutton", "AHUTTON", "011.44.1644.429266", "1987-08-31", "SA_REP", 8800, 0.25, 149, 80], [177, "Jack", "Livingston", "JLIVINGS", "011.44.1644.429264", "1987-09-02", "SA_REP", 8400, 0.2, 149, 80], [178, "Kimberely", "Grant", "KGRANT", "011.44.1644.429263", "1987-09-03", "SA_REP", 7000, 0.15, 149, 0], [179, "Charles", "Johnson", "CJOHNSON", "011.44.1644.429262", "1987-09-04", "SA_REP", 6200, 0.1, 149, 80], [180, "Winston", "Taylor", "WTAYLOR", "650.507.9876", "1987-09-05", "SH_CLERK", 3200, 0.0, 120, 50], [181, "Jean", "Fleaur", "JFLEAUR", "650.507.9877", "1987-09-06", "SH_CLERK", 3100, 0.0, 120, 50], [182, "Martha", "Sullivan", "MSULLIVA", "650.507.9878", "1987-09-07", "SH_CLERK", 2500, 0.0, 120, 50], [183, "Girard", "Geoni", "GGEONI", "650.507.9879", "1987-09-08", "SH_CLERK", 2800, 0.0, 120, 50], [184, "Nandita", "Sarchand", "NSARCHAN", "650.509.1876", "1987-09-09", "SH_CLERK", 4200, 0.0, 121, 50], [185, "Alexis", "Bull", "ABULL", "650.509.2876", "1987-09-10", "SH_CLERK", 4100, 0.0, 121, 50], [186, "Julia", "Dellinger", "JDELLING", "650.509.3876", "1987-09-11", "SH_CLERK", 3400, 0.0, 121, 50], [187, "Anthony", "Cabrio", "ACABRIO", "650.509.4876", "1987-09-12", "SH_CLERK", 3000, 0.0, 121, 50], [188, "Kelly", "Chung", "KCHUNG", "650.505.1876", "1987-09-13", "SH_CLERK", 3800, 0.0, 122, 50], [189, "Jennifer", "Dilly", "JDILLY", "650.505.2876", "1987-09-14", "SH_CLERK", 3600, 0.0, 122, 50], [190, "Timothy", "Gates", "TGATES", "650.505.3876", "1987-09-15", "SH_CLERK", 2900, 0.0, 122, 50], [191, "Randall", "Perkins", "RPERKINS", "650.505.4876", "1987-09-16", "SH_CLERK", 2500, 0.0, 122, 50], [192, "Sarah", "Bell", "SBELL", "650.501.1876", "1987-09-17", "SH_CLERK", 4000, 0.0, 123, 50], [193, "Britney", "Everett", "BEVERETT", "650.501.2876", "1987-09-18", "SH_CLERK", 3900, 0.0, 123, 50], [194, "Samuel", "McCain", "SMCCAIN", "650.501.3876", "1987-09-19", "SH_CLERK", 3200, 0.0, 123, 50], [195, "Vance", "Jones", "VJONES", "650.501.4876", "1987-09-20", "SH_CLERK", 2800, 0.0, 123, 50], [196, "Alana", "Walsh", "AWALSH", "650.507.9811", "1987-09-21", "SH_CLERK", 3100, 0.0, 124, 50], [197, "Kevin", "Feeney", "KFEENEY", "650.507.9822", "1987-09-22", "SH_CLERK", 3000, 0.0, 124, 50], [198, "Donald", "OConnell", "DOCONNEL", "650.507.9833", "1987-09-23", "SH_CLERK", 2600, 0.0, 124, 50], [199, "Douglas", "Grant", "DGRANT", "650.507.9844", "1987-09-24", "SH_CLERK", 2600, 0.0, 124, 50], [202, "Pat", "Fay", "PFAY", "603.123.6666", "1987-09-27", "MK_REP", 6000, 0.0, 201, 20], [203, "Susan", "Mavris", "SMAVRIS", "515.123.7777", "1987-09-28", "HR_REP", 6500, 0.0, 101, 40], [204, "Hermann", "Baer", "HBAER", "515.123.8888", "1987-09-29", "PR_REP", 10000, 0.0, 101, 70], [205, "Shelley", "Higgins", "SHIGGINS", "515.123.8080", "1987-09-30", "AC_MGR", 12000, 0.0, 101, 110], [206, "William", "Gietz", "WGIETZ", "515.123.8181", "1987-10-01", "AC_ACCOUNT", 8300, 0.0, 205, 110]]}, "table_names": "['employees', 'job_history']", "table_image_ids": ["TableImg_Maf0w_107.png", "TableImg_Ro8en_11.png"], "original_data_index": 2115} +{"question": "Count the total number of settlements made.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Settlements']", "table_image_ids": ["TableImg_E9z4b_15.png"], "original_data_index": 2116} +{"question": "Which person whose friends have the oldest average age?", "answer": {"columns": ["name", "avg(T1.age)"], "index": [0], "data": [["Bob", 45.0]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Kpzhr_4.png", "TableImg_Kxegc_4.png"], "original_data_index": 2117} +{"question": "What are the different states that had students successfully try out?", "answer": {"columns": ["state"], "index": [0, 1], "data": [["AZ"], ["FL"]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_9pf59_4.png", "TableImg_7h4f7_6.png"], "original_data_index": 2118} +{"question": "What are the ids of the stations in San Francisco that normally have more than 10 bikes available?", "answer": {"columns": ["id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [[45], [48], [51], [56], [57], [62], [64], [65], [68], [71], [72], [73], [75], [77]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_5spop_70.png", "TableImg_Vgnsc_8487.png"], "original_data_index": 2119} +{"question": "Which problems are reported before 1978-06-26? Give me the ids of the problems.", "answer": {"columns": ["problem_id"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[4], [8], [11], [12], [13], [14], [15]]}, "table_names": "['Problems']", "table_image_ids": ["TableImg_O15qk_15.png"], "original_data_index": 2120} +{"question": "How many students are enrolled in colleges that have student accepted during tryouts, and in which states are those colleges?", "answer": {"columns": ["state", "enr"], "index": [0, 1], "data": [["AZ", 12000], ["FL", 19000]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_1j5oa_4.png", "TableImg_Tw8hc_6.png"], "original_data_index": 2121} +{"question": "How many students are over 18 and do not have allergy to food type or animal type?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[12]]}, "table_names": "['Allergy_Type', 'Has_Allergy', 'Student']", "table_image_ids": ["TableImg_5xuwx_14.png", "TableImg_8isq0_59.png", "TableImg_Weyek_34.png"], "original_data_index": 2122} +{"question": "List the names of aircrafts and that won matches at least twice.", "answer": {"columns": ["Aircraft"], "index": [0, 1], "data": [["Robinson R-22"], ["Mil Mi-26"]]}, "table_names": "['aircraft', 'match']", "table_image_ids": ["TableImg_Dpwz2_5.png", "TableImg_P97z6_7.png"], "original_data_index": 2123} +{"question": "What are the names of the cameras that have taken picture of the most mountains?", "answer": {"columns": ["name"], "index": [0], "data": [["Sigma 19mm f2.8 EX DN"]]}, "table_names": "['camera_lens', 'photos']", "table_image_ids": ["TableImg_Jngmu_11.png", "TableImg_Ca7b3_10.png"], "original_data_index": 2124} +{"question": "What is the sum of checking and savings balances for all customers, ordered by the total balance?", "answer": {"columns": ["T1.balance + T2.balance"], "index": [0, 1, 2, 3, 4, 5], "data": [[317.0], [7060.0], [90000.0], [210000.0], [233000.0], [1000001999.0]]}, "table_names": "['SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_Ucnun_6.png", "TableImg_Jmdjy_7.png"], "original_data_index": 2125} +{"question": "For all directors who have directed more than one movie, what movies have they directed and what are their names?", "answer": {"columns": ["title", "director"], "index": [0, 1, 2, 3], "data": [["Avatar", "James Cameron"], ["Titanic", "James Cameron"], ["E.T.", "Steven Spielberg"], ["Raiders of the Lost Ark", "Steven Spielberg"]]}, "table_names": "['Movie']", "table_image_ids": ["TableImg_Ycw75_8.png"], "original_data_index": 2126} +{"question": "Find the number of web accelerators used for each Operating system.", "answer": {"columns": ["Operating_system", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [["Android, Linux, Mac and Windows devices", 1], ["Any", 1], ["Any system with Java 1.6 VM available", 1], ["Appliance (Linux)", 1], ["Unix (Linux, *BSD, Mac OS X, others)", 1], ["Unix (Linux, *BSD, Mac OS X, others), Windows", 2], ["Windows", 3], ["Windows (2000 onwards)", 1], ["Windows, Linux, Mac OS, Symbian, WindowsMobile", 1], ["Windows, Mac", 3], ["Windows, Mac and Mobile devices", 1], ["Windows, Mac, Linux and Mobile devices", 1], ["Windows, Mac, Mobile devices", 1], ["Windows, except NT and 95", 1]]}, "table_names": "['Web_client_accelerator']", "table_image_ids": ["TableImg_Mkupr_19.png"], "original_data_index": 2127} +{"question": "What are the draft pick numbers and draft classes for players who play the Defender position?", "answer": {"columns": ["Draft_Pick_Number", "Draft_Class"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[87, "1996 MLS Inaugural Player Draft"], [5, "1999 MLS College Draft"], [4, "2000 MLS SuperDraft"], [9, "2005 MLS SuperDraft"], [37, "2006 MLS SuperDraft"], [4, "2008 MLS SuperDraft"], [3, "2009 MLS SuperDraft"]]}, "table_names": "['match_season']", "table_image_ids": ["TableImg_Hwbgo_16.png"], "original_data_index": 2128} +{"question": "What are the names and years of the movies that has the top 3 highest rating star?", "answer": {"columns": ["title", "year"], "index": [0, 1, 2], "data": [["Snow White", 1937], ["Avatar", 2009], ["Gone with the Wind", 1939]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Cn9va_8.png", "TableImg_Ncqqz_14.png"], "original_data_index": 2129} +{"question": "List all the scientists' names, their projects' names, and the hours worked by that scientist on each project, in alphabetical order of project name, and then scientist name.", "answer": {"columns": ["Name", "Name", "Hours"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Elizabeth Doe", "A Matter of Time", 112], ["Kumar Swamy", "A Puzzling Parallax", 299], ["John Doe", "A Silver-Cleaning Battery", 545], ["Zacary Efron", "A Silver-Cleaning Battery", 545], ["Anand Manikutty", "Aerodynamics and Gas Mileage", 256], ["Eric Goldsmith", "Aerodynamics and Gas Mileage", 256], ["George ODonnell", "Aerodynamics and Ice Hockey", 789], ["Carol Smith", "Build Your Own Telescope", 6546], ["David Smith", "Build Your Own Telescope", 6546], ["Joe Stevens", "Build Your Own Telescope", 6546], ["Mary-Anne Foster", "Juicy: Extracting Apple Juice with Pectinase", 321], ["Michael Rogers", "Winds: Studying Bernoullis Principle", 156]]}, "table_names": "['Scientists', 'Projects', 'AssignedTo']", "table_image_ids": ["TableImg_230vq_12.png", "TableImg_Zwpmb_14.png", "TableImg_9ckqt_12.png"], "original_data_index": 2130} +{"question": "Find the country of origin for the artist who made the least number of songs?", "answer": {"columns": ["country"], "index": [0], "data": [["USA"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Iy9e2_6.png", "TableImg_3m3qs_6.png"], "original_data_index": 2131} +{"question": "What is the names of the physicians who prescribe medication Thesisin?", "answer": {"columns": ["Name"], "index": [0], "data": [["Molly Clock"]]}, "table_names": "['Physician', 'Medication', 'Prescribes']", "table_image_ids": ["TableImg_Z5en4_9.png", "TableImg_Hr5rl_5.png", "TableImg_9jt5l_3.png"], "original_data_index": 2132} +{"question": "Find the names of reviewers who had given higher than 3 star ratings.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Sarah Martinez"], ["Daniel Lewis"], ["Brittany Harris"], ["Chris Jackson"], ["Elizabeth Thomas"], ["James Cameron"]]}, "table_names": "['Reviewer', 'Rating']", "table_image_ids": ["TableImg_U7ujo_8.png", "TableImg_Ood4f_14.png"], "original_data_index": 2133} +{"question": "What is the lowest salary in departments with average salary greater than the overall average.", "answer": {"columns": ["min(salary)", "dept_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[79070.08, "Astronomy"], [80797.83, "Comp. Sci."], [79866.95, "Cybernetics"], [105311.38, "Finance"], [99382.59, "Geology"], [43770.36, "Marketing"], [51647.57, "Mech. Eng."], [108011.81, "Physics"], [87549.8, "Pol. Sci."]]}, "table_names": "['instructor']", "table_image_ids": ["TableImg_Vtkn1_50.png"], "original_data_index": 2134} +{"question": "How many distinct parties are there for representatives?", "answer": {"columns": ["count(DISTINCT Party)"], "index": [0], "data": [[2]]}, "table_names": "['representative']", "table_image_ids": ["TableImg_Czdzn_7.png"], "original_data_index": 2135} +{"question": "What is the first and last name of all employees who live in the city Damianfort?", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1], "data": [["Janessa", "Sawayn"], ["Jedidiah", "Herzog"]]}, "table_names": "['Addresses', 'Staff']", "table_image_ids": ["TableImg_Up2s0_15.png", "TableImg_5f8lc_15.png"], "original_data_index": 2136} +{"question": "Show the locations of parties with hosts older than 50.", "answer": {"columns": ["Location"], "index": [0], "data": [["Heineken Music Hall Amsterdam"]]}, "table_names": "['party', 'host', 'party_host']", "table_image_ids": ["TableImg_D28dc_8.png", "TableImg_Lchxq_10.png", "TableImg_Rovmc_6.png"], "original_data_index": 2137} +{"question": "What are the names and trade names of the medcines that are FDA approved?", "answer": {"columns": ["name", "Trade_Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Aripiprazole", "Abilify"], ["Asenapine", "Saphris"], ["Clozapine", "Clozaril"], ["Iloperidone", "Fanapt"], ["Lurasidone", "Latuda"], ["Olanzapine", "Zyprexa"], ["Paliperidone", "Invega"], ["Quetiapine", "Seroquel"], ["Risperidone", "Risperdal"], ["Ziprasidone", "Geodon"]]}, "table_names": "['medicine']", "table_image_ids": ["TableImg_C27oh_21.png"], "original_data_index": 2138} +{"question": "Which employees have either destroyed a document or made an authorization to do so? Return their employee ids.", "answer": {"columns": ["Destroyed_by_Employee_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[30], [38], [55], [99], [123], [136], [138], [156], [173], [183]]}, "table_names": "['Documents_to_be_Destroyed']", "table_image_ids": ["TableImg_78pic_11.png"], "original_data_index": 2139} +{"question": "What are the names of tourist attraction that Alison visited but Rosalind did not visit?", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["US museum"], ["jungle cruise"]]}, "table_names": "['Visitors', 'Tourist_Attractions', 'Visits']", "table_image_ids": ["TableImg_Mse1h_20.png", "TableImg_R0xqa_15.png", "TableImg_Upjcl_20.png"], "original_data_index": 2140} +{"question": "Show the prices of publications whose publisher is either \"Person\" or \"Wiley\"", "answer": {"columns": ["Price"], "index": [0, 1], "data": [[4100000.0], [3000000.0]]}, "table_names": "['publication']", "table_image_ids": ["TableImg_Al8f2_7.png"], "original_data_index": 2141} +{"question": "What is the name of the customer who has the largest number of orders?", "answer": {"columns": ["customer_name"], "index": [0], "data": [["George"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_Jgbw8_15.png", "TableImg_Mkre0_15.png"], "original_data_index": 2142} +{"question": "Find the titles of items whose rating is higher than the average review rating of all items.", "answer": {"columns": ["title"], "index": [0, 1], "data": [["orange"], ["cup"]]}, "table_names": "['item', 'review']", "table_image_ids": ["TableImg_Cbrkk_8.png", "TableImg_Q9fbh_7.png"], "original_data_index": 2143} +{"question": "Display the first name and department name for each employee.", "answer": {"columns": ["FIRST_NAME", "DEPARTMENT_NAME"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105], "data": [["Steven", "Executive"], ["Neena", "Executive"], ["Lex", "Executive"], ["Alexander", "IT"], ["Bruce", "IT"], ["David", "IT"], ["Valli", "IT"], ["Diana", "IT"], ["Nancy", "Finance"], ["Daniel", "Finance"], ["John", "Finance"], ["Ismael", "Finance"], ["Jose Manuel", "Finance"], ["Luis", "Finance"], ["Den", "Purchasing"], ["Alexander", "Purchasing"], ["Shelli", "Purchasing"], ["Sigal", "Purchasing"], ["Guy", "Purchasing"], ["Karen", "Purchasing"], ["Matthew", "Shipping"], ["Adam", "Shipping"], ["Payam", "Shipping"], ["Shanta", "Shipping"], ["Kevin", "Shipping"], ["Julia", "Shipping"], ["Irene", "Shipping"], ["James", "Shipping"], ["Steven", "Shipping"], ["Laura", "Shipping"], ["Mozhe", "Shipping"], ["James", "Shipping"], ["TJ", "Shipping"], ["Jason", "Shipping"], ["Michael", "Shipping"], ["Ki", "Shipping"], ["Hazel", "Shipping"], ["Renske", "Shipping"], ["Stephen", "Shipping"], ["John", "Shipping"], ["Joshua", "Shipping"], ["Trenna", "Shipping"], ["Curtis", "Shipping"], ["Randall", "Shipping"], ["Peter", "Shipping"], ["John", "Sales"], ["Karen", "Sales"], ["Alberto", "Sales"], ["Gerald", "Sales"], ["Eleni", "Sales"], ["Peter", "Sales"], ["David", "Sales"], ["Peter", "Sales"], ["Christopher", "Sales"], ["Nanette", "Sales"], ["Oliver", "Sales"], ["Janette", "Sales"], ["Patrick", "Sales"], ["Allan", "Sales"], ["Lindsey", "Sales"], ["Louise", "Sales"], ["Sarath", "Sales"], ["Clara", "Sales"], ["Danielle", "Sales"], ["Mattea", "Sales"], ["David", "Sales"], ["Sundar", "Sales"], ["Amit", "Sales"], ["Lisa", "Sales"], ["Harrison", "Sales"], ["Tayler", "Sales"], ["William", "Sales"], ["Elizabeth", "Sales"], ["Sundita", "Sales"], ["Ellen", "Sales"], ["Alyssa", "Sales"], ["Jonathon", "Sales"], ["Jack", "Sales"], ["Charles", "Sales"], ["Winston", "Shipping"], ["Jean", "Shipping"], ["Martha", "Shipping"], ["Girard", "Shipping"], ["Nandita", "Shipping"], ["Alexis", "Shipping"], ["Julia", "Shipping"], ["Anthony", "Shipping"], ["Kelly", "Shipping"], ["Jennifer", "Shipping"], ["Timothy", "Shipping"], ["Randall", "Shipping"], ["Sarah", "Shipping"], ["Britney", "Shipping"], ["Samuel", "Shipping"], ["Vance", "Shipping"], ["Alana", "Shipping"], ["Kevin", "Shipping"], ["Donald", "Shipping"], ["Douglas", "Shipping"], ["Jennifer", "Administration"], ["Michael", "Marketing"], ["Pat", "Marketing"], ["Susan", "Human Resources"], ["Hermann", "Public Relations"], ["Shelley", "Accounting"], ["William", "Accounting"]]}, "table_names": "['departments', 'employees']", "table_image_ids": ["TableImg_Ez7ep_27.png", "TableImg_Meqj1_107.png"], "original_data_index": 2144} +{"question": "What is the name of the department htat has no students minoring in it?", "answer": {"columns": ["DName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["Anthropology"], ["Biology"], ["Biomedical Engineering"], ["Chemistry"], ["Civil Engineering"], ["Classics"], ["Computer Science"], ["Economics"], ["English"], ["French"], ["Hispanic/Italian Studies"], ["History"], ["History of Art"], ["Mathematics"], ["Near Eastern Studies"], ["Philosophy"], ["Physics and Astronomy"], ["Psychology"]]}, "table_names": "['Department', 'Minor_in']", "table_image_ids": ["TableImg_Eylhf_26.png", "TableImg_09gmv_10.png"], "original_data_index": 2145} +{"question": "Who are the ministers, when did they take office, and when did they leave office, ordered by when they left office?", "answer": {"columns": ["Minister", "Took_office", "Left_office"], "index": [0, 1, 2, 3, 4], "data": [["Dr. Kwame Nkrumah (MP)", "1957", "1958"], ["Kojo Botsio (MP)", "1958", "1959"], ["Ebenezer Ako-Adjei (MP)", "1959", "1960"], ["Imoru Egala (MP)", "1960", "1961"], ["Ebenezer Ako-Adjei (MP)", "1961", "1962"]]}, "table_names": "['party']", "table_image_ids": ["TableImg_Kxyfu_5.png"], "original_data_index": 2146} +{"question": "What are the names of entrepreneurs and their corresponding investors, ordered descending by the amount of money requested?", "answer": {"columns": ["Name", "Company"], "index": [0, 1, 2, 3, 4, 5], "data": [["Roberto Calcaterra", "IV Cam"], ["Fabrizio Buonocore", "Le Beanock"], ["Goran Fiorentini", "Mycorrhizal Systems"], ["Maurizio Felugo", "Elizabeth Galton Ltd"], ["Leonardo Binchi", "Grails Ltd"], ["Francesco Postiglione", "Umbrolly"]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_Xdlvz_6.png", "TableImg_N5mck_8.png"], "original_data_index": 2147} +{"question": "How many distinct delegates are from counties with population larger than 50000?", "answer": {"columns": ["count(DISTINCT T2.Delegate)"], "index": [0], "data": [[5]]}, "table_names": "['county', 'election']", "table_image_ids": ["TableImg_6q51x_5.png", "TableImg_2jy6n_8.png"], "original_data_index": 2148} +{"question": "For each aircraft that has won an award, what is its name and how many time has it won?", "answer": {"columns": ["Aircraft", "COUNT(*)"], "index": [0, 1, 2, 3, 4], "data": [["Robinson R-22", 2], ["Bell 206B3 JetRanger", 1], ["CH-47D Chinook", 1], ["Mil Mi-26", 2], ["CH-53E Super Stallion", 1]]}, "table_names": "['aircraft', 'match']", "table_image_ids": ["TableImg_Svwpv_5.png", "TableImg_72pj4_7.png"], "original_data_index": 2149} +{"question": "Find the number of female students (with F sex) living in Smith Hall", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Student', 'Dorm', 'Lives_in']", "table_image_ids": ["TableImg_Ie912_34.png", "TableImg_34e9c_7.png", "TableImg_Rsarf_31.png"], "original_data_index": 2150} +{"question": "Which of the airport names contains the word 'international'?", "answer": {"columns": ["name"], "index": [0], "data": [["Logan International Airport"]]}, "table_names": "['airport']", "table_image_ids": ["TableImg_0od2n_9.png"], "original_data_index": 2151} +{"question": "Show invoice dates and order id and details for all invoices.", "answer": {"columns": ["invoice_date", "order_id", "order_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["2018-03-01 16:40:48", 9, null], ["2018-03-20 00:21:41", 9, null], ["2018-03-05 08:47:33", 3, null], ["2018-02-28 19:01:06", 9, null], ["2018-03-07 02:04:32", 13, null], ["2018-03-16 21:57:43", 8, null], ["2018-03-13 07:27:38", 10, null], ["2018-03-19 17:06:30", 10, null], ["2018-03-16 11:01:06", 12, null], ["2018-03-01 01:44:08", 11, null], ["2018-03-23 04:59:28", 5, null], ["2018-03-15 21:24:13", 3, null], ["2018-03-03 20:44:06", 3, null], ["2018-03-19 22:38:10", 4, null], ["2018-03-15 09:38:49", 14, null]]}, "table_names": "['Orders', 'Invoices']", "table_image_ids": ["TableImg_4b4aq_15.png", "TableImg_Budy1_15.png"], "original_data_index": 2152} +{"question": "What is the maximum and minimum grade point of students who live in NYC?", "answer": {"columns": ["max(T2.gradepoint)", "min(T2.gradepoint)"], "index": [0], "data": [[4.0, 2.0]]}, "table_names": "['Student', 'Enrolled_in', 'Gradeconversion']", "table_image_ids": ["TableImg_79swd_34.png", "TableImg_3m4ia_210.png", "TableImg_Spxfj_13.png"], "original_data_index": 2153} +{"question": "What are the case burdens of counties, ordered descending by population?", "answer": {"columns": ["Case_burden"], "index": [0, 1, 2, 3, 4, 5], "data": [[100], [81], [140], [137], [39], [107]]}, "table_names": "['county_public_safety']", "table_image_ids": ["TableImg_7bcak_6.png"], "original_data_index": 2154} +{"question": "How many editors are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[9]]}, "table_names": "['editor']", "table_image_ids": ["TableImg_P1m48_9.png"], "original_data_index": 2155} +{"question": "For which product was there a problem reported by Christop Berge, with closure authorised by Ashley Medhurst? Return the product ids.", "answer": {"columns": ["product_id"], "index": [0], "data": [[8]]}, "table_names": "['Staff', 'Problems']", "table_image_ids": ["TableImg_Xkzd2_15.png", "TableImg_9ql80_15.png"], "original_data_index": 2156} +{"question": "Return the characters and durations for each actor.", "answer": {"columns": ["Character", "Duration"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Alf Stewart", "1988\u00e2\u0080\u0094"], ["Lou Carpenter", "1988, 1992\u00e2\u0080\u0094"], ["Irene Roberts", "1993\u00e2\u0080\u0094"], ["Sally Fletcher", "1988\u00e2\u0080\u00932008, 2013"], ["Karl Kennedy", "1994\u00e2\u0080\u0094"], ["Susan Kennedy", "1994\u00e2\u0080\u0094"], ["Toadfish Rebecchi", "1995, 1996\u00e2\u0080\u0094"], ["Harold Bishop", "1987\u00e2\u0080\u00931991, 1996\u00e2\u0080\u00932009, 2011"], ["Paul Robinson", "1985\u00e2\u0080\u00931992, 1993, 2004\u00e2\u0080\u0094"]]}, "table_names": "['actor']", "table_image_ids": ["TableImg_Y6mau_9.png"], "original_data_index": 2157} +{"question": "Tell me the name of the most pricy product.", "answer": {"columns": ["Product_Name"], "index": [0], "data": [["film"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Sb9w9_15.png"], "original_data_index": 2158} +{"question": "What are the name and publication date of the catalogs with catalog level number above 5?", "answer": {"columns": ["catalog_name", "date_of_publication"], "index": [0, 1], "data": [["Coffee Bean", "2012-04-13 06:37:09"], ["Jam", "2011-07-22 04:57:19"]]}, "table_names": "['Catalogs', 'Catalog_Structure']", "table_image_ids": ["TableImg_Vkdb8_8.png", "TableImg_349n1_3.png"], "original_data_index": 2159} +{"question": "What are names of customers who never ordered product Latte.", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Alexane Kilback"], ["Devin Mills"], ["Dr. Julia Wuckert MD"], ["Eunice Morar"], ["Kitty Padberg III"], ["Maudie Kertzmann"], ["Miss Aliyah Witting"], ["Mozell Morissette"], ["Prof. Alexzander Hamill"], ["Prof. Ibrahim Bashirian"], ["Prof. Reyes Berge II"], ["Rodrick Heaney"], ["Tillman Ernser"]]}, "table_names": "['Products', 'Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Kbogo_3.png", "TableImg_Ki3dg_15.png", "TableImg_D0m9d_15.png", "TableImg_6vqb6_15.png"], "original_data_index": 2160} +{"question": "What are the names of the people who have no friends who are students?", "answer": {"columns": ["name"], "index": [0, 1, 2], "data": [["Alice"], ["Bob"], ["Dan"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Jxyog_4.png", "TableImg_S8fdc_4.png"], "original_data_index": 2161} +{"question": "What are the most common types of interactions between enzymes and medicine, and how many types are there?", "answer": {"columns": ["interaction_type", "count(*)"], "index": [0], "data": [["inhibitor", 11]]}, "table_names": "['medicine_enzyme_interaction']", "table_image_ids": ["TableImg_H3z8k_19.png"], "original_data_index": 2162} +{"question": "Count the number of films whose title contains the word 'Dummy'.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['film']", "table_image_ids": ["TableImg_G1h8h_5.png"], "original_data_index": 2163} +{"question": "For each user, return the name and the average rating of reviews given by them.", "answer": {"columns": ["name", "avg(T2.rating)"], "index": [0, 1], "data": [["Helen", 7.3333333333], ["Mark", 7.0]]}, "table_names": "['review', 'useracct']", "table_image_ids": ["TableImg_Af2hf_7.png", "TableImg_T4p2v_7.png"], "original_data_index": 2164} +{"question": "Return the names and ids of customers who have TN in their address.", "answer": {"columns": ["customer_name", "customer_id"], "index": [0, 1], "data": [["Lukas", 3], ["Kenya", 13]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Glo9d_15.png"], "original_data_index": 2165} +{"question": "Which department has the highest average student GPA, and what is the average gpa?", "answer": {"columns": ["DEPT_NAME", "avg(T1.stu_gpa)"], "index": [0], "data": [["Computer Info. Systems", 3.18]]}, "table_names": "['DEPARTMENT', 'STUDENT']", "table_image_ids": ["TableImg_2esr2_11.png", "TableImg_T6tdm_8.png"], "original_data_index": 2166} +{"question": "What are the names and prices of products that cost at least 180, sorted by price decreasing and name ascending?", "answer": {"columns": ["Name", "Price"], "index": [0, 1, 2, 3, 4], "data": [["Printer", 270], ["Hard drive", 240], ["Monitor", 240], ["DVD burner", 180], ["DVD drive", 180]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Ed3ge_11.png"], "original_data_index": 2167} +{"question": "Show the apartment type codes and apartment numbers in the buildings managed by \"Kyle\".", "answer": {"columns": ["apt_type_code", "apt_number"], "index": [0, 1, 2, 3], "data": [["Studio", "Apt. 908"], ["Duplex", "Suite 749"], ["Duplex", "Apt. 859"], ["Flat", "Apt. 837"]]}, "table_names": "['Apartment_Buildings', 'Apartments']", "table_image_ids": ["TableImg_Gl683_15.png", "TableImg_Ass1r_15.png"], "original_data_index": 2168} +{"question": "Which faculty do not participate in any activity? Find their faculty ids.", "answer": {"columns": ["FacID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39], "data": [[1148], [1172], [1823], [2028], [2119], [2291], [2311], [2738], [6191], [6330], [6541], [6910], [6925], [7134], [7231], [7271], [7506], [7712], [7792], [8102], [8118], [8122], [8423], [8722], [8723], [8772], [8791], [8989], [9011], [9172], [9191], [9199], [9210], [9379], [9514], [9643], [9811], [9823], [9824], [9826]]}, "table_names": "['Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_Iafj2_40.png", "TableImg_Qk4k9_58.png"], "original_data_index": 2169} +{"question": "How many students does one classroom have?", "answer": {"columns": ["count(*)", "Classroom"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [[3, 101], [7, 102], [5, 103], [4, 104], [5, 105], [7, 106], [6, 107], [2, 108], [8, 109], [6, 110], [4, 111], [3, 112]]}, "table_names": "['list']", "table_image_ids": ["TableImg_Owxt1_60.png"], "original_data_index": 2170} +{"question": "What are the different transaction types, and how many transactions of each have taken place?", "answer": {"columns": ["transaction_type", "count(*)"], "index": [0, 1], "data": [["Payment", 6], ["Refund", 9]]}, "table_names": "['Financial_Transactions']", "table_image_ids": ["TableImg_9b2ph_15.png"], "original_data_index": 2171} +{"question": "What are the names of students who haven't taken any Biology courses?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206], "data": [["Rumat"], ["Moszkowski"], ["Prieto"], ["Sowerby"], ["Coppens"], ["Velikovs"], ["Tran-"], ["Leuen"], ["Eguchi"], ["Krishnakumar"], ["Inoue"], ["Sahm"], ["Tomason"], ["Cerime"], ["Hashimoto"], ["Dage"], ["Pearlman"], ["Gay"], ["Kee"], ["Milner"], ["Kagd"], ["Vanrell"], ["Zaniolo"], ["Dhav"], ["She"], ["Di"], ["Lemoine"], ["McCarter"], ["Yemini"], ["Chyr"], ["Keuk"], ["Dano"], ["Torres"], ["Garze"], ["Frolova"], ["Bannac"], ["Rakoj"], ["Bai"], ["Seike"], ["Kite"], ["Boyle"], ["Harrison"], ["Pavlovico"], ["Triebel"], ["Ivanov"], ["Boldin"], ["Anse"], ["Ishihara"], ["Nirenbu"], ["Andrews"], ["Xiong"], ["Carey"], ["Corbac"], ["Courtney"], ["Kieras"], ["Desp"], ["Mediratta"], ["Kamae"], ["Siddiqi"], ["Soni"], ["Venturini"], ["Norman"], ["Thadani"], ["Fries"], ["Shim"], ["Levine"], ["Hassine"], ["Deshpande"], ["Yu"], ["Slaw"], ["Hameed"], ["Djurd"], ["Doisy"], ["Jordan"], ["Rhyne"], ["Sram"], ["Nakajima"], ["Lembr"], ["Kinney"], ["Borrus"], ["Chettao"], ["Hamagi"], ["Harshman"], ["Nagaraj"], ["Berthold"], ["Ratcliff"], ["Brookh"], ["Nagle"], ["Guix"], ["Suzuki"], ["Bondi"], ["McDonald"], ["Maalej"], ["Boden"], ["Porter"], ["Ingram"], ["Zuo"], ["Romeo"], ["Tiroz"], ["Karlsson"], ["Duan"], ["Graziano"], ["Brown"], ["Weiss"], ["Beuthel"], ["Rammer"], ["Kothari"], ["Mukai"], ["Eck"], ["Yap"], ["Sahani"], ["Mes"], ["Gandhi"], ["Dhav"], ["Karv"], ["Kaufman"], ["Neff"], ["Chriso"], ["Masini"], ["Tassel"], ["Rote"], ["Powals"], ["Lewis"], ["Tian"], ["Simmel"], ["Gregga"], ["Ssu"], ["Kuwadak"], ["Reichl"], ["Loyka"], ["Huft"], ["Winkler"], ["Alexandri"], ["Pacie"], ["Komatsu"], ["Godfrey"], ["Yoneda"], ["Saariluoma"], ["Simmel"], ["Chaney"], ["Kennedy"], ["Xue"], ["Schultz"], ["Leonard"], ["Hao"], ["Arena"], ["Holt"], ["Kelly"], ["Linden"], ["Yagit"], ["Nallape"], ["Busch"], ["Bollen"], ["McLeod"], ["Okano"], ["Wrzesz"], ["Alfaro"], ["Theodores"], ["Unger"], ["Coppens"], ["Prasad"], ["Chenu"], ["Colin"], ["Maher"], ["Waks"], ["Choung"], ["Ceze"], ["Deupree"], ["Leuen"], ["Bocchi"], ["Rudolf"], ["Gonzalez"], ["Cox"], ["Ryder"], ["Erol"], ["Rogers"], ["Streitf"], ["Bansal"], ["Forestiero"], ["Cordt"], ["Barry"], ["Lucas"], ["Clarkson"], ["Mehra"], ["Nakajima"], ["Chuon"], ["Perei"], ["Reiss"], ["Mellor"], ["Holn"], ["Wehen"], ["Cameron"], ["Mittelm"], ["Wodn"], ["Singhal"], ["Newitt"], ["Levitan"], ["Alqui"], ["Peck"], ["Mali"], ["Harmon"], ["Kato"], ["Thie"], ["Correia"], ["Richter"], ["Morrison"], ["Khaw"], ["Sommerfeldt"], ["Ugarte"], ["Macias"], ["Spengler"], ["Skuras"], ["Malinen"], ["Stead"], ["Kambayashi"], ["Ding"], ["Canellas"], ["Bhat"], ["Zander"], ["Wall"], ["Thoreson"], ["Douss"], ["Bersk"], ["Greene"], ["Olro"], ["Chapman"], ["Fathi"], ["Katsik"], ["Nadg"], ["Al-Hu"], ["Poize"], ["Ram"], ["Schoenfl"], ["OBrien"], ["Yong"], ["Soricu"], ["Williams"], ["Marsh"], ["Aarde"], ["Gur"], ["Boulah"], ["Kuwadak"], ["Hagedorn"], ["Nirenbu"], ["Vicentino"], ["Frank"], ["Szendrei"], ["Lykin"], ["Moscarini"], ["Fernandez-Gonzalez"], ["Pulido"], ["Swain"], ["Morales"], ["Harada"], ["Corr"], ["Towsey"], ["Fox"], ["Shinagawa"], ["Hammond"], ["Qian"], ["Kitagawa"], ["Jacobi"], ["Lingamp"], ["Griffiths"], ["Kamez"], ["Vajapeyaz"], ["Kirtane"], ["Cesaret"], ["Pomy"], ["Halbert"], ["Tleu"], ["Barranco"], ["Ploski"], ["Mitsuhashi"], ["Bromley"], ["Qvi"], ["Yap"], ["Robins"], ["Castle"], ["Fournier"], ["Schwet"], ["Stone"], ["Tzeng"], ["Shabuno"], ["Yamashita"], ["Ludwig"], ["Unger"], ["Makarychev"], ["Adda"], ["Guthk"], ["Tadjo"], ["Ariav"], ["Sokolov"], ["Ohki"], ["Iacovoni"], ["Oliveira"], ["Kaminsky"], ["Yun"], ["Liepelt"], ["Wood"], ["Okaf"], ["Watzel"], ["Gilliam"], ["Lacruz"], ["Shevade"], ["Chanon"], ["DeMil"], ["Nirenbu"], ["Baba"], ["\u00c3\u0083\u00c2\u0081lvarez"], ["Vieira"], ["Zhiyong"], ["Urwin"], ["Kosken"], ["Richardson"], ["Aschoff"], ["Dubu"], ["Martinsen"], ["Chaudhuri"], ["Labroc"], ["Herman"], ["Riera"], ["Wolter"], ["Arakawa"], ["Nives"], ["Bartels"], ["Shuming"], ["Mozayani"], ["Larsson"], ["Steines"], ["Rueda"], ["Kaar"], ["Loher"], ["Sutter"], ["Stratulat"], ["Dubink"], ["Godfrey"], ["Esparza"], ["Tanzi"], ["Poulin"], ["Crick"], ["Catani"], ["Hazemi"], ["Verhoeven"], ["Wilks"], ["Jovicic"], ["Tamura"], ["Furukawa"], ["Nicol"], ["Viani"], ["Kerz"], ["Rowe"], ["Piedrah"], ["Farr"], ["Boken"], ["Paulk"], ["Markin"], ["Tiwari"], ["Yoshimoto"], ["Pampal"], ["Osinski"], ["Juan"], ["Sagawe"], ["Yen"], ["Drews"], ["Isogai"], ["Baroni"], ["Shevade"], ["Sauer"], ["Bayn"], ["Zarpell"], ["Duxbury"], ["Duong"], ["Komori"], ["Okubo"], ["Chien"], ["Gray"], ["Achilles"], ["Becker"], ["Liang"], ["Harass"], ["Sakhno"], ["Nishida"], ["Butler"], ["Ockerb"], ["Koizumi"], ["Bonatto"], ["Kocsis"], ["Morris"], ["Aiken"], ["Barbosa"], ["Azevedo"], ["Hands"], ["Klingenb"], ["Beck"], ["Ray"], ["Cameron"], ["Giralt"], ["Stetson"], ["Noda"], ["Hasan"], ["Peip"], ["Brunet"], ["Held"], ["Y\u00c3\u0083\u00c2\u00bcksel"], ["Ng"], ["Januszewski"], ["Benkov"], ["Rafiq"], ["Halbert"], ["Ryoo"], ["Ballew"], ["Albuquerque"], ["Gordon"], ["Mathur"], ["Klug"], ["Seraphin"], ["Loc"], ["Hubr"], ["Bier"], ["Julier"], ["Miao"], ["Sivew"], ["Potry"], ["Hughes"], ["Yoshioka"], ["Marques"], ["Srivastava"], ["Varadaran"], ["Kl\u00c3\u0083\u00c2\u00b6pper"], ["Sznajder"], ["Westbrook"], ["Harmon"], ["Keps"], ["Dubu"], ["McQuillan"], ["Kandadai"], ["Awano"], ["Canas"], ["Teng"], ["Hirvas"], ["Rabu"], ["Graham"], ["Fonseca"], ["Kotsonis"], ["Napoletani"], ["Pettersen"], ["Epley"], ["Stanko"], ["Pledg"], ["Teo"], ["Randers"], ["Baier"], ["Schweitzer"], ["Dowey"], ["Aschoff"], ["Hay"], ["Deshpande"], ["Albinal"], ["Bonvin"], ["Hsieh"], ["Fok"], ["Spadon"], ["Schinag"], ["Hamarn"], ["Emms"], ["Chang"], ["Schrefl"], ["Wetzel"], ["Spengler"], ["Catona"], ["Hau"], ["Bensaber"], ["April"], ["Rowe"], ["Belhadji"], ["Keuk"], ["Feyr"], ["Caporali"], ["Kjellmer"], ["Malagoli"], ["Rioult"], ["Matli"], ["Papakir"], ["Power"], ["Fickl"], ["Morgan"], ["Tabor"], ["Brzezinski"], ["Starker"], ["Betho"], ["Maw"], ["Colu"], ["Lv"], ["Leclercq"], ["Kyriakopoulos"], ["Chenu"], ["Ockerb"], ["Kamata"], ["Soricu"], ["\u00c3\u0083\u00e2\u0080\u0093zel"], ["Pourkas"], ["Coddington"], ["Cashman"], ["Nikut"], ["Giroux"], ["Gall"], ["Krohn"], ["Peeri"], ["Story"], ["Grieng"], ["Chien"], ["Lowenstein"], ["Hendrickson"], ["Hawkins"], ["Schauser"], ["Kreutz"], ["Cayto"], ["Serrano"], ["Jame"], ["Barkov"], ["Wall"], ["Chakraborty"], ["Lohman"], ["Xie"], ["Sakanushi"], ["Sugavanam"], ["Neld"], ["Chormo"], ["Matsukawa"], ["Ishikawa"], ["Ende"], ["Fall"], ["Borutz"], ["He"], ["Lopes"], ["Richardson"], ["Almeida"], ["Greene"], ["Advani"], ["Daues"], ["Mohamed"], ["Shapiro"], ["Soper"], ["Guiho"], ["Gruns"], ["Ruhe"], ["Chandra"], ["Halbert"], ["Saguez"], ["Joshi"], ["Roessler"], ["Loudn"], ["Bawa"], ["Chow"], ["Wood"], ["Sun"], ["Tewari"], ["Srivastava"], ["Nisso"], ["Varghese"], ["Birkett"], ["Levie"], ["Verma"], ["Sve"], ["Lindner"], ["Strader"], ["Winter"], ["Mowbray"], ["Hegde"], ["Riser"], ["Yusop"], ["Mohamed"], ["Marcol"], ["Rougemont"], ["Bogdanova"], ["Michael"], ["Lepp"], ["Farahvash"], ["Dasd"], ["Makowski"], ["Shani"], ["Hugo"], ["Arinb"], ["Doeschn"], ["Marques"], ["Spikov"], ["Carr"], ["Erdem"], ["Allen"], ["Stelzl"], ["Tellez"], ["Daat"], ["Kempn"], ["Okaf"], ["Tavan"], ["Gibbs"], ["Grange"], ["Palmer"], ["Mathur"], ["Xue"], ["Seyfert"], ["Ueno"], ["Maillet"], ["\u00c3\u0083\u00e2\u0080\u00a6str\u00c3\u0083\u00c2\u00b6m"], ["Heng"], ["Gei\u00c3\u0083\u00c5\u00b8l"], ["Seike"], ["Neff"], ["Trimble"], ["Narayanan"], ["Harass"], ["Zacharias"], ["Hoffman"], ["Kwan"], ["Tillmann"], ["Dahmann"], ["Zeng"], ["Nakao"], ["Cunha"], ["Folkers"], ["Rieger"], ["Argar"], ["Mu\u00c3\u0083\u00c2\u00b1oz"], ["Hobbs"], ["Xin"], ["Frost"], ["Cherchi"], ["Marinov"], ["Sakanushi"], ["Crues"], ["Neubert"], ["Nagal"], ["Agarwal"], ["Ren"], ["Caleff"], ["Wyes"], ["Reinhardt"], ["Dellwo"], ["Riser"], ["Bruderm"], ["Yean"], ["Sgot"], ["Bumbau"], ["Kivv"], ["Horecz"], ["Feldman"], ["Kruglyak"], ["Agar"], ["Xie"], ["Lahtinen"], ["Harada"], ["Wolter"], ["Manber"], ["Bishop"], ["Meyl"], ["Satoh"], ["Nicol"], ["Vulp"], ["Kahs"], ["Hird"], ["Abu-B"], ["Chiu"], ["Grange"], ["Moscarini"], ["Tsantis"], ["Reed"], ["Dwyer"], ["Wunderli"], ["Scibili"], ["Dink"], ["Kinney"], ["Dooley"], ["Alart"], ["Peskin"], ["Masamura"], ["Englund"], ["Koppit"], ["Yusop"], ["Jacobs"], ["Zafar"], ["Freib"], ["Lynch"], ["Singhal"], ["Salzman"], ["Grude"], ["Zander"], ["Garcia-Ferr"], ["Holz"], ["Yoon"], ["Lanfr"], ["Krone"], ["Rayad"], ["Adeni"], ["Camme"], ["Hashim"], ["Fischer"], ["Carvey"], ["Zelek"], ["Putru"], ["Fujii"], ["Cox"], ["Ende"], ["Moire"], ["Byun"], ["Loull"], ["Radici"], ["Tavan"], ["Abdul-Rahman"], ["Rajnov"], ["Kawahara"], ["Apostolov"], ["Haigh"], ["Axte"], ["Cabr"], ["Rajnov"], ["Sayre"], ["Franchet"], ["Langer"], ["Reiss"], ["Ching"], ["Harders"], ["Ibrahim"], ["Manzoor"], ["Szczerban"], ["Harmon"], ["Takahashi"], ["Carrera"], ["Katehakis"], ["Porter"], ["Heckman"], ["Tewari"], ["Kowe"], ["Russa"], ["Redw"], ["Rees-"], ["Beeu"], ["Tran-"], ["Tola"], ["Mathias"], ["Diana"], ["Bellman"], ["Planti"], ["Ahso"], ["Wicki"], ["Hung"], ["Noga"], ["Crimm"], ["Shishkin"], ["Olin"], ["Frank"], ["Formisano"], ["Gong"], ["Suppan"], ["Hancock"], ["Sasso"], ["Date"], ["Aly"], ["Lazos"], ["Das"], ["McGinn"], ["Elias"], ["Liu"], ["Hoyos"], ["Xiang"], ["Pah"], ["Jode"], ["Sayre"], ["Smoro"], ["Alioto"], ["Reiss"], ["Wood"], ["Birtz"], ["Rotter"], ["Concilio"], ["McGarr"], ["Afim"], ["Schinag"], ["Dahmann"], ["Honeyman"], ["Giannoulis"], ["Okabe"], ["Adam"], ["Vrato"], ["Pacie"], ["Liao"], ["Strieg"], ["Gleit"], ["Vulp"], ["Rehd"], ["Mandviwall"], ["Martin"], ["Barberis"], ["Roessler"], ["Lang"], ["Peltz"], ["Pang"], ["Kouan"], ["Buril"], ["Schmitz"], ["Kihn"], ["Kabir"], ["Nagal"], ["Sofer"], ["Blanchard"], ["Thornton"], ["Fuller"], ["Kreitman"], ["Cui"], ["Christiansen"], ["Jerns"], ["Gifford"], ["Androutsopoulos"], ["Hartsk"], ["Lykin"], ["Godfrey"], ["Matsush"], ["Thimm"], ["Akaiw"], ["Stylian"], ["Dubink"], ["Johnson"], ["Berger"], ["Williamson"], ["Curl"], ["Gordon"], ["Hoshi"], ["Theuniss"], ["Brunt"], ["Sellink"], ["Wolff"], ["Batano"], ["Tuki"], ["Roytman"], ["Tchuri"], ["Maglioni"], ["Zander"], ["Tam"], ["Hayrapetyan"], ["Bouguet"], ["Zuyev"], ["Brookh"], ["Peyse"], ["Landau"], ["Rotom"], ["Charng"], ["Lapio"], ["Geser"], ["Jawad"], ["\u00c3\u0083\u00e2\u0080\u00a1ivi"], ["Boudjelo"], ["Bouamama"], ["Bedny"], ["Ugarte"], ["Bhargava"], ["Iwasa"], ["Havill"], ["Feng"], ["Campbell"], ["Mendelzon"], ["Beekw"], ["Katehakis"], ["Kota"], ["Cotterill"], ["Durrant"], ["Androutsopoulos"], ["Wakamiya"], ["Someren"], ["Fritsch"], ["DAtri"], ["Starker"], ["Scher"], ["Heers"], ["Wheeler"], ["Visr"], ["Holz"], ["Mingoz"], ["Osaka"], ["Holn"], ["Hons"], ["Munro"], ["Lhomme"], ["Andert"], ["Ross"], ["Arndt"], ["Ssu"], ["Rzecz"], ["Someren"], ["Matsunami"], ["Pavlovico"], ["Aufr"], ["Neilson"], ["Zle"], ["Hardt"], ["Kimu"], ["Kasani"], ["Bouras"], ["Ram"], ["Clemme"], ["Holland"], ["Shoji"], ["Du"], ["Orlet"], ["Yin"], ["Soisalon-Soininen"], ["Juan"], ["Jones"], ["Aminian"], ["Read"], ["Schroeder"], ["Tso"], ["Yip"], ["Luan"], ["Cao"], ["Savelieva"], ["Urano"], ["Nicol"], ["Shwartz"], ["Nagashima"], ["Bandekar"], ["Bic"], ["King"], ["Kang"], ["Bomme"], ["Vulp"], ["Aufr"], ["Cai"], ["Sui"], ["Dang"], ["Swartj"], ["Bollen"], ["Ang"], ["Alexandri"], ["Samar"], ["Gowi"], ["Bongio"], ["Lauciu"], ["Swien"], ["Stenv"], ["Shan"], ["Kanata"], ["Brookh"], ["Birchler"], ["Kolodko"], ["Masum"], ["Hac"], ["Eynd"], ["Stokic"], ["Shakhnovich"], ["Basturk"], ["Calles"], ["Duxbury"], ["Campbell"], ["Wilson"], ["Watson"], ["Leventhal"], ["Steeh"], ["Bravo"], ["Cabr"], ["Garze"], ["Anty"], ["Marcus"], ["Nagaraj"], ["Sahani"], ["Aufr"], ["Jouny"], ["Chyr"], ["Wilks"], ["Bernhart"], ["Shavel"], ["Jr"], ["Engen"], ["Stilla"], ["Stylian"], ["Valf"], ["Kane"], ["Vries"], ["McGuinness"], ["Lavina"], ["Klimasauskas"], ["Palomo"], ["Lal"], ["Liedm"], ["Kuo"], ["Orono"], ["Arndt"], ["Baer"], ["Stokic"], ["Yasuda"], ["Lao"], ["Lemoine"], ["Caleff"], ["Satoh"], ["Mezzar"], ["Cordt"], ["Larion"], ["Nardi"], ["Hochri"], ["Abraham"], ["Andrew"], ["ShuQ"], ["Dumont"], ["Amr"], ["Grant"], ["Petzo"], ["Geronimo"], ["Albinal"], ["Khene"], ["Makinen"], ["Peter"], ["Flecker"], ["Shoji"], ["Hubr"], ["Lutes"], ["Nair"], ["Kogure"], ["Fonseca"], ["Trezz"], ["Rais"], ["Sohn"], ["Carey"], ["Houtsm"], ["Kameda"], ["Wilks"], ["Chun"], ["Rueda"], ["Bricker"], ["Phillips"], ["Rubio"], ["Pisini"], ["Kurt"], ["Dai"], ["Hayat"], ["Warren"], ["Saad"], ["Sendlm"], ["Wagner"], ["Letouzey"], ["Hirasawa"], ["Soltys"], ["Martyno"], ["Brandsd"], ["Morimoto"], ["Christodoulakis"], ["Janssen"], ["Wari"], ["Kim"], ["Kangs"], ["Kei"], ["Beeu"], ["Amann"], ["Wingb"], ["Schelten"], ["Kiltz"], ["Masum"], ["Baber"], ["Walker"], ["Zettel"], ["Itoh"], ["Akroy"], ["Papakir"], ["Siebers"], ["Latour"], ["Goldman"], ["Agraz"], ["Wecker"], ["Lucas"], ["Ailamaki"], ["Grange"], ["Doran"], ["Feldman"], ["Kun"], ["Hayrapetyan"], ["Hull"], ["Bagato"], ["Narli"], ["Porr"], ["Perozzo"], ["Pottos"], ["Vyborny"], ["Patel"], ["Ranno"], ["Shelest"], ["Chan"], ["Rammer"], ["Umehara"], ["Willis"], ["Bouzeghoub"], ["Koenig"], ["Bradshaw"], ["Rossos"], ["Jode"], ["Yihn"], ["Andert"], ["Youseffi"], ["Kammerer"], ["Nam"], ["Diab"], ["Mercurio"], ["Hoshi"], ["Farr"], ["Sarnak"], ["Zouao"], ["Bosnjak"], ["So"], ["Peter"], ["Brandt"], ["Scheffer"], ["Gorsky"], ["Beeu"], ["Piou"], ["Geon"], ["Paddock"], ["Godfrey"], ["Cacciari"], ["Ashmi"], ["Neru"], ["Yarmush"], ["Ladu"], ["Caporali"], ["Bhavs"], ["She"], ["Denso"], ["Wood"], ["Xi"], ["Sin"], ["Malagoli"], ["Lui"], ["Oevers"], ["Veselovsky"], ["Holland"], ["Zaharak"], ["Palma"], ["Yuanq"], ["Bocchi"], ["Veerar"], ["Busch"], ["Lindner"], ["Tleu"], ["Glaho"], ["Holloway"], ["Yasuda"], ["Carroll"], ["Atkins"], ["Gilmour"], ["Andrews"], ["Yoneda"], ["Baker"], ["Gibson"], ["Zarpell"], ["Jia"], ["LaCo"], ["Bertranp"], ["Lykin"], ["Rieger"], ["Dickens"], ["Bussel"], ["Burman"], ["Betho"], ["Bartels"], ["Gubar"], ["Scherze"], ["Ramaswamy"], ["Frolova"], ["Ciepl"], ["Bouras"], ["Chakraborty"], ["Tallis"], ["Shiang"], ["Bessou"], ["Sharpe"], ["Benson"], ["Wells"], ["Murdock"], ["Deng"], ["Lenhart"], ["Kran"], ["Towsey"], ["Juol"], ["Ueda"], ["Badran"], ["Moh"], ["Beaudry"], ["Tomason"], ["Tauber"], ["Maesf"], ["Walker"], ["Rani"], ["Cordt"], ["Rho"], ["Mai"], ["Oberholzer"], ["Anis"], ["Maity"], ["Al-Hu"], ["Pace"], ["Kawasaki"], ["Mori"], ["Palaniswami"], ["Qian"], ["Koch"], ["Neuhold"], ["ODono"], ["Steinmetz"], ["Allard"], ["Lucas"], ["Yalk"]]}, "table_names": "['course', 'student', 'takes']", "table_image_ids": ["TableImg_E9yg4_200.png", "TableImg_L6dc9_2000.png", "TableImg_Xnnsw_30000.png"], "original_data_index": 2172} +{"question": "What is the gender and name of the artist who sang the song with the smallest resolution?", "answer": {"columns": ["gender", "artist_name"], "index": [0], "data": [["Female", "Farida"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Zya10_6.png", "TableImg_W3kpr_6.png"], "original_data_index": 2173} +{"question": "Show id and location of railways that are associated with more than one train.", "answer": {"columns": ["Railway_ID", "Location"], "index": [0, 1], "data": [[1, "York"], [5, "Bressingham"]]}, "table_names": "['railway', 'train']", "table_image_ids": ["TableImg_78k8v_10.png", "TableImg_Xfwy4_9.png"], "original_data_index": 2174} +{"question": "What are the distinct details of invoices created before 1989-09-03 or after 2007-12-25?", "answer": {"columns": ["invoice_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["tempore"], ["labore"], ["optio"], ["doloremque"], ["quo"], ["earum"], ["ea"], ["voluptatem"]]}, "table_names": "['Invoices']", "table_image_ids": ["TableImg_4w82l_15.png"], "original_data_index": 2175} +{"question": "Show the album names and ids for albums that contain tracks with unit price bigger than 1.", "answer": {"columns": ["Title", "AlbumId"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Battlestar Galactica: The Story So Far", 226], ["Battlestar Galactica, Season 3", 227], ["Heroes, Season 1", 228], ["Lost, Season 3", 229], ["Lost, Season 1", 230], ["Lost, Season 2", 231], ["The Office, Season 1", 249], ["The Office, Season 2", 250], ["The Office, Season 3", 251], ["Battlestar Galactica (Classic), Season 1", 253], ["Aquaman", 254], ["LOST, Season 4", 261]]}, "table_names": "['Album', 'Track']", "table_image_ids": ["TableImg_Cek1w_347.png", "TableImg_Pd5nf_3503.png"], "original_data_index": 2176} +{"question": "How many manufacturers have headquarters in either Tokyo or Beijing?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_8akff_6.png"], "original_data_index": 2177} +{"question": "What is the name of the customer who has made the largest amount of claim in a single claim?", "answer": {"columns": ["Customer_Details"], "index": [0], "data": [["Lauriane Ferry PhD"]]}, "table_names": "['Customers', 'Policies', 'Claim_Headers']", "table_image_ids": ["TableImg_Kk89m_15.png", "TableImg_99leu_15.png", "TableImg_80kqu_15.png"], "original_data_index": 2178} +{"question": "What are the names of the colleges that are larger than at least one college in Florida?", "answer": {"columns": ["cName"], "index": [0], "data": [["OU"]]}, "table_names": "['College']", "table_image_ids": ["TableImg_Iaxyr_4.png"], "original_data_index": 2179} +{"question": "What are the names of the tourist attractions that have parking or shopping as their feature details?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["US museum"], ["cafe"], ["exploration trial"], ["flying elephant"], ["fun games"], ["impressions de France"], ["jungle cruise"], ["parking"], ["presidents hall"]]}, "table_names": "['Features', 'Tourist_Attractions', 'Tourist_Attraction_Features']", "table_image_ids": ["TableImg_5szuk_5.png", "TableImg_Kya4q_15.png", "TableImg_Ze36g_18.png"], "original_data_index": 2180} +{"question": "What are all the employee ids and the names of the countries in which they work?", "answer": {"columns": ["EMPLOYEE_ID", "COUNTRY_NAME"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71], "data": [[100, "United States of America"], [101, "United States of America"], [102, "United States of America"], [103, "United States of America"], [104, "United States of America"], [105, "United States of America"], [106, "United States of America"], [107, "United States of America"], [108, "United States of America"], [109, "United States of America"], [110, "United States of America"], [111, "United States of America"], [112, "United States of America"], [113, "United States of America"], [114, "United States of America"], [115, "United States of America"], [116, "United States of America"], [117, "United States of America"], [118, "United States of America"], [119, "United States of America"], [120, "United States of America"], [121, "United States of America"], [122, "United States of America"], [123, "United States of America"], [124, "United States of America"], [125, "United States of America"], [126, "United States of America"], [127, "United States of America"], [128, "United States of America"], [129, "United States of America"], [130, "United States of America"], [131, "United States of America"], [132, "United States of America"], [133, "United States of America"], [134, "United States of America"], [135, "United States of America"], [136, "United States of America"], [137, "United States of America"], [138, "United States of America"], [139, "United States of America"], [140, "United States of America"], [141, "United States of America"], [142, "United States of America"], [143, "United States of America"], [144, "United States of America"], [180, "United States of America"], [181, "United States of America"], [182, "United States of America"], [183, "United States of America"], [184, "United States of America"], [185, "United States of America"], [186, "United States of America"], [187, "United States of America"], [188, "United States of America"], [189, "United States of America"], [190, "United States of America"], [191, "United States of America"], [192, "United States of America"], [193, "United States of America"], [194, "United States of America"], [195, "United States of America"], [196, "United States of America"], [197, "United States of America"], [198, "United States of America"], [199, "United States of America"], [200, "United States of America"], [201, "Canada"], [202, "Canada"], [203, "United Kingdom"], [204, "Germany"], [205, "United States of America"], [206, "United States of America"]]}, "table_names": "['countries', 'departments', 'employees', 'locations']", "table_image_ids": ["TableImg_Jtrc8_25.png", "TableImg_9unhi_27.png", "TableImg_I8kx8_107.png", "TableImg_Tfepc_23.png"], "original_data_index": 2181} +{"question": "For each classroom, show the classroom number and find how many students are using it.", "answer": {"columns": ["Classroom", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [[101, 3], [102, 7], [103, 5], [104, 4], [105, 5], [106, 7], [107, 6], [108, 2], [109, 8], [110, 6], [111, 4], [112, 3]]}, "table_names": "['list']", "table_image_ids": ["TableImg_Vsmin_60.png"], "original_data_index": 2182} +{"question": "List the id of students who never attends courses?", "answer": {"columns": ["student_id"], "index": [0, 1], "data": [[131], [181]]}, "table_names": "['Students', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_F7sdo_8.png", "TableImg_Mdn37_8.png"], "original_data_index": 2183} +{"question": "Find the name of the courses that do not have any prerequisite?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120], "data": [["C Programming"], ["The Music of Donovan"], ["International Finance"], ["Greek Tragedy"], ["Virology"], ["Compiler Design"], ["Surfing"], ["Latin"], ["Composition and Literature"], ["Music of the 50s"], ["Visual BASIC"], ["The Monkeys"], ["FOCAL Programming"], ["Calculus"], ["The Beatles"], ["World History"], ["Tort Law"], ["Corporate Law"], ["Video Gaming"], ["Bankruptcy"], ["Organic Chemistry"], ["Quantum Mechanics"], ["Quantum Mechanics"], ["The IBM 360 Architecture"], ["Electricity and Magnetism"], ["Elastic Structures"], ["Computational Biology"], ["Journalism"], ["Physical Chemistry"], ["Image Processing"], ["Industrial Organization"], ["Sanitary Engineering"], ["Thermodynamics"], ["Japanese"], ["International Trade"], ["Database System Concepts"], ["Romantic Literature"], ["Religion"], ["Existentialism"], ["Compiler Design"], ["Geology"], ["C Programming"], ["Manufacturing"], ["Drama"], ["Medieval Civilization or Lack Thereof"], ["Differential Geometry"], ["Bacteriology"], ["International Trade"], ["Aquatic Chemistry"], ["Number Theory"], ["Sailing"], ["Physical Chemistry"], ["Hydraulics"], ["The Music of the Ramones"], ["Mechanics"], ["Hebrew"], ["Computability Theory"], ["Creative Writing"], ["The Monkeys"], ["Differential Geometry"], ["Virology"], ["Geology"], ["Stream Processing"], ["The Music of Donovan"], ["Petroleum Engineering"], ["Systems Software"], ["Environmental Law"], ["Data Mining"], ["Medieval Civilization or Lack Thereof"], ["Differential Geometry"], ["International Communication"], ["Diffusion and Phase Transformation"], ["Differential Equations"], ["Compiler Design"], ["Aerodynamics"], ["The Music of Dave Edmunds"], ["Computability Theory"], ["Cognitive Psychology"], ["Tort Law"], ["European History"], ["Corporate Law"], ["Multimedia Design"], ["Animal Behavior"], ["Graphics"], ["Romantic Literature"], ["Banking and Finance"], ["Astronautics"], ["How to Succeed in Business Without Really Trying"], ["Race Car Driving"], ["Milton"], ["Topology"], ["Video Gaming"], ["Logic"], ["Thermal Physics"], ["Differential Geometry"], ["The Music of Dave Edmunds"], ["Greek Tragedy"], ["Arabic"], ["Compiler Design"], ["Networking"], ["Automobile Mechanics"], ["Music of the 50s"], ["C Programming"], ["Groups and Rings"], ["Biostatistics"], ["UNIX System Programmming"], ["UNIX System Programmming"], ["Music 2 New for your Instructor"], ["Microeconomics"], ["Plastics"], ["Number Theory"], ["Multivariable Calculus"], ["Numerical Methods"], ["Operating Systems"], ["Numerical Methods"], ["Strength of Materials"], ["Fractal Geometry"], ["Music of the 90s"], ["Sanitary Engineering"], ["The Music of Donovan"], ["Quantum Mechanics"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_X4f8j_200.png", "TableImg_K059i_100.png"], "original_data_index": 2184} +{"question": "How many students are advised by each rank of faculty? List the rank and the number of students.", "answer": {"columns": ["Rank", "count(*)"], "index": [0, 1, 2], "data": [["AssocProf", 2], ["AsstProf", 18], ["Professor", 14]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_Bgse5_34.png", "TableImg_39we0_58.png"], "original_data_index": 2185} +{"question": "What are the ids of all songs that are available on mp4 or have a higher resolution than 720?", "answer": {"columns": ["f_id"], "index": [0, 1, 2, 3], "data": [[1], [3], [4], [6]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_Uopaj_6.png", "TableImg_C7aam_6.png"], "original_data_index": 2186} +{"question": "Which catalog publishers have substring \"Murray\" in their names?", "answer": {"columns": ["catalog_publisher"], "index": [0], "data": [["Murray Coffee shop"]]}, "table_names": "['Catalogs']", "table_image_ids": ["TableImg_Xtphs_8.png"], "original_data_index": 2187} +{"question": "report the total number of degrees granted between 1998 and 2002.", "answer": {"columns": ["Campus", "sum(T2.degrees)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "data": [["California Maritime Academy", 405], ["California Polytechnic State University-San Luis Obispo", 16402], ["California State Polytechnic University-Pomona", 13493], ["California State University-Bakersfield", 4967], ["California State University-Channel Islands", 2], ["California State University-Chico", 13762], ["California State University-Dominguez Hills", 8681], ["California State University-East Bay", 11622], ["California State University-Fullerton", 23457], ["California State University-Los Angeles", 13032], ["California State University-Monterey Bay", 1626], ["California State University-Northridge", 22141], ["California State University-Sacramento", 20155], ["California State University-San Bernardino", 10959], ["California State University-San Marcos", 5275], ["California State University-Stanislaus", 6181], ["Fresno State University", 14060], ["Humboldt State University", 6963], ["Long Beach State University", 22502], ["San Diego State University", 26418], ["San Francisco State University", 21323], ["San Jose State University", 19945], ["Sonoma State University", 7204]]}, "table_names": "['Campuses', 'degrees']", "table_image_ids": ["TableImg_7clkv_23.png", "TableImg_46cyr_320.png"], "original_data_index": 2188} +{"question": "List the name and residence for players whose occupation is not \"Researcher\".", "answer": {"columns": ["Player_name", "Residence"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Jean Luc Bouch\u00c3\u00a9", "Brandon"], ["Fiona Shiells", "Winnipeg"], ["Ron Strynadka", "Birtle"], ["Jim Maloway", "Winnipeg"], ["Ross Eadie", "Winnipeg"], ["Mohamed Alli", "Winnipeg"], ["Ross C. Martin", "Oakbank"], ["Matt Schaubroeck", "Winnipeg"], ["Patricia Cordner", "Selkirk"], ["Pat Martin", "Winnipeg"], ["Judy Wasylycia-Leis", "Winnipeg"], ["Sean Robert", "Winnipeg"], ["Rachel Heinrichs", "Winnipeg"]]}, "table_names": "['player']", "table_image_ids": ["TableImg_Ilbuv_14.png"], "original_data_index": 2189} +{"question": "How many patients stay in room 112?", "answer": {"columns": ["count(patient)"], "index": [0], "data": [[1]]}, "table_names": "['Room', 'Stay']", "table_image_ids": ["TableImg_A8ug9_36.png", "TableImg_Frj1w_3.png"], "original_data_index": 2190} +{"question": "When did Carole Bernhard first become a customer?", "answer": {"columns": ["date_became_customer"], "index": [0], "data": [["2016-05-11 17:03:48"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_U7a1b_15.png"], "original_data_index": 2191} +{"question": "What are the teams that have the 5 oldest players?", "answer": {"columns": ["Team"], "index": [0, 1, 2, 3, 4], "data": [["New York Mets"], ["Baltimore Orioles"], ["St. Louis Cardinals"], ["Toronto Blue Jays"], ["Detroit Tigers"]]}, "table_names": "['player']", "table_image_ids": ["TableImg_Zco68_23.png"], "original_data_index": 2192} +{"question": "Which cities have regional population above 8000000 or below 5000000?", "answer": {"columns": ["City"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Changzhou ( Jiangsu )"], ["Jiaxing ( Zhejiang )"], ["Jinhua ( Zhejiang )"], ["Shanghai"], ["Shaoxing ( Zhejiang )"], ["Suzhou ( Jiangsu )"], ["Yangzhou ( Jiangsu )"]]}, "table_names": "['city']", "table_image_ids": ["TableImg_6x5a1_13.png"], "original_data_index": 2193} +{"question": "What are the department names and how many employees work in each of them?", "answer": {"columns": ["DEPARTMENT_NAME", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Accounting", 2], ["Administration", 1], ["Executive", 3], ["Finance", 6], ["Human Resources", 1], ["IT", 5], ["Marketing", 2], ["Public Relations", 1], ["Purchasing", 6], ["Sales", 34], ["Shipping", 45]]}, "table_names": "['departments', 'employees']", "table_image_ids": ["TableImg_Dj6je_27.png", "TableImg_V5p0t_107.png"], "original_data_index": 2194} +{"question": "What is the id of the instructor who advises of all students from History department?", "answer": {"columns": ["i_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116], "data": [["19368"], ["90643"], ["73623"], ["79081"], ["58558"], ["74426"], ["22591"], ["63395"], ["50885"], ["3335"], ["35579"], ["64871"], ["50330"], ["80759"], ["99052"], ["4233"], ["50885"], ["48507"], ["74426"], ["90376"], ["19368"], ["4034"], ["79653"], ["50885"], ["43779"], ["6569"], ["81991"], ["63287"], ["37687"], ["59795"], ["35579"], ["65931"], ["77346"], ["63395"], ["81991"], ["95709"], ["48507"], ["42782"], ["57180"], ["16807"], ["35579"], ["73623"], ["41930"], ["41930"], ["97302"], ["15347"], ["63287"], ["31955"], ["16807"], ["4034"], ["25946"], ["50330"], ["77346"], ["74426"], ["74426"], ["41930"], ["97302"], ["14365"], ["90643"], ["36897"], ["37687"], ["79653"], ["48570"], ["57180"], ["64871"], ["28400"], ["52647"], ["90376"], ["36897"], ["48570"], ["4233"], ["65931"], ["37687"], ["63395"], ["48570"], ["3199"], ["37687"], ["77346"], ["48507"], ["77346"], ["64871"], ["58558"], ["14365"], ["74426"], ["96895"], ["52647"], ["64871"], ["79653"], ["78699"], ["3335"], ["15347"], ["3335"], ["97302"], ["90376"], ["48507"], ["16807"], ["65931"], ["31955"], ["4233"], ["58558"], ["74426"], ["79081"], ["48507"], ["42782"], ["74426"], ["16807"], ["42782"], ["36897"], ["80759"], ["95709"], ["74420"], ["35579"], ["6569"], ["36897"], ["48507"], ["4034"], ["34175"]]}, "table_names": "['student', 'advisor']", "table_image_ids": ["TableImg_Vgkn9_2000.png", "TableImg_Mgwxv_2000.png"], "original_data_index": 2195} +{"question": "Find the id of instructors who didn't teach any courses?", "answer": {"columns": ["ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["16807"], ["31955"], ["35579"], ["37687"], ["4034"], ["50885"], ["52647"], ["57180"], ["58558"], ["59795"], ["63395"], ["64871"], ["72553"], ["74426"], ["78699"], ["79653"], ["95030"], ["96895"], ["97302"]]}, "table_names": "['instructor', 'teaches']", "table_image_ids": ["TableImg_G4a89_50.png", "TableImg_Vleo7_100.png"], "original_data_index": 2196} +{"question": "List the year in which there are more than one festivals.", "answer": {"columns": ["Year"], "index": [0], "data": [[2007]]}, "table_names": "['festival_detail']", "table_image_ids": ["TableImg_Meaz7_5.png"], "original_data_index": 2197} +{"question": "Count the number of cities in the state of Colorado.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Addresses']", "table_image_ids": ["TableImg_K9vu7_15.png"], "original_data_index": 2198} +{"question": "What is the name of the youngest male?", "answer": {"columns": ["name"], "index": [0], "data": [["Bob"]]}, "table_names": "['Person']", "table_image_ids": ["TableImg_Vgkx8_4.png"], "original_data_index": 2199} +{"question": "What are the names of the states that have 2 to 4 employees living there?", "answer": {"columns": ["state_province_county"], "index": [0, 1], "data": [["Connecticut"], ["Louisiana"]]}, "table_names": "['Addresses', 'Staff']", "table_image_ids": ["TableImg_Hixs0_15.png", "TableImg_P2k7h_15.png"], "original_data_index": 2200} +{"question": "How many different countries are all the swimmers from?", "answer": {"columns": ["count(DISTINCT nationality)"], "index": [0], "data": [[7]]}, "table_names": "['swimmer']", "table_image_ids": ["TableImg_2vst2_8.png"], "original_data_index": 2201} +{"question": "Find all the papers published by the institution \"Google\".", "answer": {"columns": ["title"], "index": [0], "data": [["An Equivalence-Preserving CPS Translation via Multi-Language Semantics"]]}, "table_names": "['Inst', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Wd2ic_8.png", "TableImg_O3ljq_7.png", "TableImg_Aabfw_14.png"], "original_data_index": 2202} +{"question": "What is the year and semester with the most courses?", "answer": {"columns": ["semester", "year"], "index": [0], "data": [["Fall", 2002]]}, "table_names": "['section']", "table_image_ids": ["TableImg_Q2py0_100.png"], "original_data_index": 2203} +{"question": "What are all of the products whose name includes the substring \"Scanner\"?", "answer": {"columns": ["product"], "index": [0, 1], "data": [["Fujitsu fi-6130 A4 Series Scanner"], ["Xerox Travel Scanner 100"]]}, "table_names": "['product']", "table_image_ids": ["TableImg_Cevpo_6.png"], "original_data_index": 2204} +{"question": "How many donors have endowment for school named \"Glenn\"?", "answer": {"columns": ["count(DISTINCT T1.donator_name)"], "index": [0], "data": [[3]]}, "table_names": "['School', 'endowment']", "table_image_ids": ["TableImg_Ms60m_8.png", "TableImg_D0hlf_11.png"], "original_data_index": 2205} +{"question": "What is the type description of the organization whose detail is listed as 'quo'?", "answer": {"columns": ["organisation_type_description"], "index": [0], "data": [["Research"]]}, "table_names": "['Organisation_Types', 'Organisations']", "table_image_ids": ["TableImg_0hvzy_2.png", "TableImg_A1ijl_15.png"], "original_data_index": 2206} +{"question": "What are the years of film market estimation for the market of Japan, ordered by year descending?", "answer": {"columns": ["Year"], "index": [0, 1, 2, 3], "data": [[2000], [1994], [1978], [1945]]}, "table_names": "['market', 'film_market_estimation']", "table_image_ids": ["TableImg_Jyq94_6.png", "TableImg_Rzu4k_9.png"], "original_data_index": 2207} +{"question": "What are the allergy types and how many allergies correspond to each one?", "answer": {"columns": ["AllergyType", "count(*)"], "index": [0, 1, 2], "data": [["animal", 4], ["environmental", 3], ["food", 7]]}, "table_names": "['Allergy_Type']", "table_image_ids": ["TableImg_Bpr2l_14.png"], "original_data_index": 2208} +{"question": "What are the distinct names of nurses on call?", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Carla Espinosa"], ["Laverne Roberts"], ["Paul Flowers"]]}, "table_names": "['Nurse', 'On_Call']", "table_image_ids": ["TableImg_07ifk_3.png", "TableImg_Qeajm_6.png"], "original_data_index": 2209} +{"question": "list the local authorities and services provided by all stations.", "answer": {"columns": ["local_authority", "services"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Chiltern", "Metropolitan line and Chiltern Railways"], ["Watford", "London Overground and London Midland"], ["Brentwood", "Greater Anglia"], ["Broxbourne", "Greater Anglia"], ["Three Rivers", "London Overground"], ["Thurrock", "c2c"], ["Chiltern", "Metropolitan line and Chiltern Railways"], ["Chiltern", "Metropolitan line"], ["Broxbourne", "Greater Anglia"], ["Three Rivers", "Metropolitan line and Chiltern Railways"], ["Three Rivers", "Metropolitan line"]]}, "table_names": "['station']", "table_image_ids": ["TableImg_Pb7xj_11.png"], "original_data_index": 2210} +{"question": "What are the first names and date of birth of professors teaching course ACCT-211?", "answer": {"columns": ["EMP_FNAME", "EMP_DOB"], "index": [0, 1], "data": [["Arnelle", "1950-11-2"], ["Robert", "1937-12-30"]]}, "table_names": "['CLASS', 'EMPLOYEE']", "table_image_ids": ["TableImg_Kp9w4_13.png", "TableImg_Ush3n_37.png"], "original_data_index": 2211} +{"question": "What are the names of tourist attractions that can be reached by walk or is at address 660 Shea Crescent?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["UK gallery"], ["fun games"], ["history gallery"], ["exploration trial"], ["presidents hall"]]}, "table_names": "['Locations', 'Tourist_Attractions']", "table_image_ids": ["TableImg_Kz3fe_15.png", "TableImg_Nc72n_15.png"], "original_data_index": 2212} +{"question": "What are the names and ids of documents that have the type code BK?", "answer": {"columns": ["Document_Name", "Document_ID"], "index": [0, 1, 2, 3, 4, 5], "data": [["Review on Canadian files", 42], ["Review on USA files", 121], ["Review on UK files", 226], ["Deontae files", 227], ["Winona Book", 240], ["Noel CV", 309]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_7tibz_15.png"], "original_data_index": 2213} +{"question": "What is the total kills of the perpetrators with height more than 1.84.", "answer": {"columns": ["sum(T2.Killed)"], "index": [0], "data": [[163]]}, "table_names": "['perpetrator', 'people']", "table_image_ids": ["TableImg_Lzd9u_5.png", "TableImg_7p129_11.png"], "original_data_index": 2214} +{"question": "Which shipping agent shipped the most documents? List the shipping agent name and the number of documents.", "answer": {"columns": ["shipping_agent_name", "count(Documents.document_id)"], "index": [0], "data": [["UPS", 6]]}, "table_names": "['Ref_Shipping_Agents', 'Documents']", "table_image_ids": ["TableImg_A402u_5.png", "TableImg_Oho2i_15.png"], "original_data_index": 2215} +{"question": "which countries have more than 2 airports?", "answer": {"columns": ["Country"], "index": [0], "data": [["United States"]]}, "table_names": "['airport']", "table_image_ids": ["TableImg_H69p9_9.png"], "original_data_index": 2216} +{"question": "What are the first names and office locations for all professors sorted alphabetically by first name?", "answer": {"columns": ["EMP_FNAME", "PROF_OFFICE"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["Anne", "BBG 185"], ["Annelise", "AAK 201"], ["Arnelle", "KLR 229D"], ["Carlos", "KLR 300"], ["Doreen", "KLR 284"], ["George", "AAK 230"], ["Gerald", "KLR 211"], ["Herman", "AAK 297"], ["Hermine", "AAK 194"], ["Ismael", "KLR 244"], ["James", "DRE 156"], ["Melanie", "KLR 333"], ["Peter", "KLR 203E"], ["Preston", "DRE 102"], ["Ralph", "KLR 284"], ["Robert", "DRE 102"], ["Robert", "BBG 208"], ["Ronald", "DRE 156"], ["Ronald", "DRE 208"], ["Ross", "KLR 126"], ["Van", "AAK 160"], ["Willa", "KLR 409B"]]}, "table_names": "['EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Vctbe_37.png", "TableImg_7b072_22.png"], "original_data_index": 2217} +{"question": "Count the number of patients who stayed in room 112.", "answer": {"columns": ["count(patient)"], "index": [0], "data": [[1]]}, "table_names": "['Room', 'Stay']", "table_image_ids": ["TableImg_Cr0us_36.png", "TableImg_79zco_3.png"], "original_data_index": 2218} +{"question": "Which clubs have one or more members from the city with code \"HOU\"? Give me the names of the clubs.", "answer": {"columns": ["ClubName"], "index": [0], "data": [["Bootup Baltimore"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_F1tgi_34.png", "TableImg_977ht_4.png", "TableImg_W560d_4.png"], "original_data_index": 2219} +{"question": "What is the type with the fewest games?", "answer": {"columns": ["GType"], "index": [0], "data": [["Collectible card game"]]}, "table_names": "['Video_Games']", "table_image_ids": ["TableImg_Wjcgv_6.png"], "original_data_index": 2220} +{"question": "Find the name of the customer who made the order of the largest amount of goods.", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4], "data": [["Clifford Pagac"], ["Rodrick Heaney"], ["Prof. Alexzander Hamill"], ["Kitty Padberg III"], ["Clifford Pagac"]]}, "table_names": "['Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Wq8xq_15.png", "TableImg_2pyal_15.png", "TableImg_48q8t_15.png"], "original_data_index": 2221} +{"question": "What are the titles of all movies that have between 3 and 5 stars?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Gone with the Wind"], ["Snow White"], ["Raiders of the Lost Ark"], ["Gone with the Wind"], ["The Sound of Music"], ["Raiders of the Lost Ark"], ["Avatar"], ["Snow White"], ["Avatar"], ["E.T."]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_88xru_8.png", "TableImg_Pesq2_14.png"], "original_data_index": 2222} +{"question": "Find the name and age of the person who is a friend of both Dan and Alice.", "answer": {"columns": ["name", "age"], "index": [0], "data": [["Zach", 45]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Wybqj_4.png", "TableImg_0aqbh_4.png"], "original_data_index": 2223} +{"question": "What is the savings balance of the account belonging to the customer with the highest checking balance?", "answer": {"columns": ["balance"], "index": [0], "data": [[200000.0]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_6bevf_7.png", "TableImg_D3uty_6.png", "TableImg_Htexn_7.png"], "original_data_index": 2224} +{"question": "List the name of all products along with the number of complaints that they have received.", "answer": {"columns": ["product_name", "count(*)"], "index": [0, 1, 2, 3], "data": [["Chocolate", 6], ["Keyboard", 1], ["Mouse", 1], ["The Great Gatsby", 4]]}, "table_names": "['Products', 'Complaints']", "table_image_ids": ["TableImg_Q9xrk_4.png", "TableImg_6n7ek_12.png"], "original_data_index": 2225} +{"question": "What is the campus fee for San Jose State University in 1996?", "answer": {"columns": ["CampusFee"], "index": [0], "data": [[2001]]}, "table_names": "['Campuses', 'csu_fees']", "table_image_ids": ["TableImg_D7fok_23.png", "TableImg_Vq2v7_23.png"], "original_data_index": 2226} +{"question": "Find the name of the patient who made the appointment with the most recent start date.", "answer": {"columns": ["Name"], "index": [0], "data": [["Dennis Doe"]]}, "table_names": "['Patient', 'Appointment']", "table_image_ids": ["TableImg_0r2iu_4.png", "TableImg_Ueh0y_9.png"], "original_data_index": 2227} +{"question": "List the names of aircrafts and the number of times it won matches.", "answer": {"columns": ["Aircraft", "COUNT(*)"], "index": [0, 1, 2, 3, 4], "data": [["Robinson R-22", 2], ["Bell 206B3 JetRanger", 1], ["CH-47D Chinook", 1], ["Mil Mi-26", 2], ["CH-53E Super Stallion", 1]]}, "table_names": "['aircraft', 'match']", "table_image_ids": ["TableImg_Fwx94_5.png", "TableImg_Sao2q_7.png"], "original_data_index": 2228} +{"question": "What are the names of all the reviewers and movie names?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [["Ashley White"], ["Avatar"], ["Brittany Harris"], ["Chris Jackson"], ["Daniel Lewis"], ["E.T."], ["Elizabeth Thomas"], ["Gone with the Wind"], ["James Cameron"], ["Mike Anderson"], ["Raiders of the Lost Ark"], ["Sarah Martinez"], ["Snow White"], ["Star Wars"], ["The Sound of Music"], ["Titanic"]]}, "table_names": "['Movie', 'Reviewer']", "table_image_ids": ["TableImg_Vuh5f_8.png", "TableImg_W44dv_8.png"], "original_data_index": 2229} +{"question": "Which team offers the lowest average salary? Give me the name and id of the team.", "answer": {"columns": ["name", "team_id"], "index": [0], "data": [["Milwaukee Brewers", "ML4"]]}, "table_names": "['salary', 'team']", "table_image_ids": ["TableImg_Bx8xp_25575.png", "TableImg_Ujbce_2805.png"], "original_data_index": 2230} +{"question": "Show the product type codes that have both products with price higher than 4500 and products with price lower than 3000.", "answer": {"columns": ["Product_Type_Code"], "index": [0], "data": [["Food"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_5de0h_15.png"], "original_data_index": 2231} +{"question": "What are the names of the physician who prescribed the highest dose?", "answer": {"columns": ["Name"], "index": [0], "data": [["John Dorian"]]}, "table_names": "['Physician', 'Prescribes']", "table_image_ids": ["TableImg_Vylsl_9.png", "TableImg_25wx2_3.png"], "original_data_index": 2232} +{"question": "What is the average number of pages per minute color?", "answer": {"columns": ["avg(pages_per_minute_color)"], "index": [0], "data": [[18.5]]}, "table_names": "['product']", "table_image_ids": ["TableImg_2kh73_6.png"], "original_data_index": 2233} +{"question": "What are the unique names of races that held after 2000 and the circuits were in Spain?", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Spanish Grand Prix"], ["European Grand Prix"]]}, "table_names": "['circuits', 'races']", "table_image_ids": ["TableImg_Z9der_73.png", "TableImg_Raybm_997.png"], "original_data_index": 2234} +{"question": "Which country has both stadiums with capacity greater than 60000 and stadiums with capacity less than 50000?", "answer": {"columns": ["Country"], "index": [0], "data": [["Russia"]]}, "table_names": "['stadium']", "table_image_ids": ["TableImg_Hc9hw_10.png"], "original_data_index": 2235} +{"question": "Find the names of stadiums that the most swimmers have been to.", "answer": {"columns": ["name"], "index": [0], "data": [["Gazprom Arena"]]}, "table_names": "['stadium', 'event', 'record']", "table_image_ids": ["TableImg_Op98q_10.png", "TableImg_Pzdsb_6.png", "TableImg_7xdoo_13.png"], "original_data_index": 2236} +{"question": "How many female students live in Smith Hall?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Student', 'Dorm', 'Lives_in']", "table_image_ids": ["TableImg_Fdr4n_34.png", "TableImg_Igu7s_7.png", "TableImg_Pn0j8_31.png"], "original_data_index": 2237} +{"question": "Show the description of transaction type with code \"PUR\".", "answer": {"columns": ["transaction_type_description"], "index": [0], "data": [["Purchase"]]}, "table_names": "['Ref_Transaction_Types']", "table_image_ids": ["TableImg_Uhwao_2.png"], "original_data_index": 2238} +{"question": "Return the decor of the room named \"Recluse and defiance\".", "answer": {"columns": ["decor"], "index": [0], "data": [["modern"]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_Ecjfc_10.png"], "original_data_index": 2239} +{"question": "Return all the information for each election record.", "answer": {"columns": ["Election_ID", "Counties_Represented", "District", "Delegate", "Party", "First_Elected", "Committee"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[1, "09.1 9A", 1, "Bates, Gail H. Gail H. Bates", 1, 2002.0, "Appropriations"], [2, "09.1 9A", 1, "Miller, Warren E. Warren E. Miller", 1, 2003.0, "Economic Matters"], [3, "12.1 12A", 2, "DeBoy, Steven J. Sr. Steven J. DeBoy, Sr.", 2, 2002.0, "Appropriations"], [4, "12.1 12A", 3, "Malone, James E. Jr. James E. Malone, Jr.", 2, 1994.0, "Environmental Matters (Vice-Chair)"], [5, "12.2 12B", 2, "Bobo, Elizabeth Elizabeth Bobo", 3, 1994.0, "Environmental Matters"], [6, "13", 1, "Pendergrass, Shane E. Shane Pendergrass", 4, 1994.0, "Health and Government Operations"], [7, "13", 4, "Guzzone, Guy Guy Guzzone", 1, 2006.0, "Appropriations"], [8, "13", 3, "Turner, Frank S. Frank S. Turner", 7, 1994.0, "Ways and Means"]]}, "table_names": "['election']", "table_image_ids": ["TableImg_C01dq_8.png"], "original_data_index": 2240} +{"question": "How many customers have no payment histories?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['Customers', 'Customer_Payments']", "table_image_ids": ["TableImg_Y3670_15.png", "TableImg_0td60_15.png"], "original_data_index": 2241} +{"question": "What are the different carriers for devices, listed in alphabetical order?", "answer": {"columns": ["Carrier"], "index": [0, 1, 2, 3, 4, 5], "data": [["Bell Mobility"], ["Iusacell"], ["MTS Mobility"], ["Telus Mobility"], ["Verizon Wireless"], ["Vodafone AU"]]}, "table_names": "['device']", "table_image_ids": ["TableImg_9gb9e_6.png"], "original_data_index": 2242} +{"question": "What is the name of the oldest manager?", "answer": {"columns": ["Name"], "index": [0], "data": [["Todd Hamilton"]]}, "table_names": "['manager']", "table_image_ids": ["TableImg_M90jv_7.png"], "original_data_index": 2243} +{"question": "What are the names of the ships that are not from the United States?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Corbridge"], ["Dromonby"], ["Author"], ["Trader"], ["Appam"]]}, "table_names": "['ship']", "table_image_ids": ["TableImg_7e51c_8.png"], "original_data_index": 2244} +{"question": "What is the name of the course that has the most student enrollment?", "answer": {"columns": ["course_name"], "index": [0], "data": [["French"]]}, "table_names": "['Courses', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_X6iq9_15.png", "TableImg_Zb3w0_20.png"], "original_data_index": 2245} +{"question": "What are the first names and last names of the students who are 18 years old and have vice president votes.", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Lisa", "Apap"]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_H6tpb_34.png", "TableImg_Yeqeh_10.png"], "original_data_index": 2246} +{"question": "List all every engineer's first name, last name, details and coresponding skill description.", "answer": {"columns": ["first_name", "last_name", "other_details", "skill_description"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["Naomi", "Price", null, "Mechanical"], ["Naomi", "Price", null, "Electrical"], ["Archibald", "Streich", null, "Electrical"], ["Courtney", "Adams", null, "Electrical"], ["Weston", "Hahn", null, "Electrical"], ["Courtney", "Adams", null, "TV, Video"], ["Weston", "Hahn", null, "Mechanical"], ["Josie", "Harvey", "Skilled", "TV, Video"], ["Manley", "Grady", null, "Mechanical"], ["Nellie", "Hirthe", null, "TV, Video"], ["Archibald", "Streich", null, "TV, Video"], ["Manley", "Grady", null, "Electrical"], ["Brian", "Stamm", null, "TV, Video"], ["Samanta", "Hauck", null, "Electrical"], ["Cullen", "Kunde", null, "Mechanical"], ["Alexys", "Simonis", null, "Mechanical"], ["Clemens", "Orn", null, "Mechanical"], ["Naomi", "Price", null, "Electrical"], ["Nellie", "Hirthe", null, "Electrical"], ["Lorine", "Morar", null, "Electrical"]]}, "table_names": "['Skills', 'Maintenance_Engineers', 'Engineer_Skills']", "table_image_ids": ["TableImg_S0u1w_3.png", "TableImg_272vn_15.png", "TableImg_T60eu_20.png"], "original_data_index": 2247} +{"question": "What is the temperature of \"Shanghai\" city in January?", "answer": {"columns": ["Jan"], "index": [0], "data": [[17.8]]}, "table_names": "['city', 'temperature']", "table_image_ids": ["TableImg_B8k4v_13.png", "TableImg_Sbqbk_8.png"], "original_data_index": 2248} +{"question": "What are the positions and teams of pilots?", "answer": {"columns": ["Position", "Team"], "index": [0, 1, 2, 3, 4], "data": [["Center Team", "Bradley"], ["Forward-Center Team", "Eau Claire High School"], ["Center Team", "Fordham"], ["Forward Team", "Virginia Union"], ["Center Team", "Houston"]]}, "table_names": "['pilot']", "table_image_ids": ["TableImg_Tuv7n_5.png"], "original_data_index": 2249} +{"question": "Return the unique name for stations that have ever had 7 bikes available.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["Santa Clara at Almaden"], ["San Salvador at 1st"], ["St James Park"], ["Arena Green / SAP Center"], ["California Ave Caltrain Station"], ["Powell Street BART"], ["Clay at Battery"], ["Davis at Jackson"], ["Washington at Kearney"], ["Post at Kearney"], ["Harry Bridges Plaza (Ferry Building)"], ["Embarcadero at Bryant"], ["Temporary Transbay Terminal (Howard at Beale)"], ["San Francisco City Hall"], ["Embarcadero at Sansome"], ["2nd at Townsend"], ["2nd at South Park"], ["Steuart at Market"]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_T3hjz_70.png", "TableImg_D1ocz_8487.png"], "original_data_index": 2250} +{"question": "Show the number of transactions with transaction type code \"SALE\" for different investors if it is larger than 0.", "answer": {"columns": ["investor_id", "COUNT(*)"], "index": [0, 1, 2, 3, 4], "data": [[2, 2], [3, 2], [6, 1], [17, 1], [18, 1]]}, "table_names": "['Transactions']", "table_image_ids": ["TableImg_1a73l_15.png"], "original_data_index": 2251} +{"question": "List the name and country of origin for all singers who have produced songs with rating above 9.", "answer": {"columns": ["artist_name", "country"], "index": [0], "data": [["Topu", "India"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Uqda2_6.png", "TableImg_M6e6l_6.png"], "original_data_index": 2252} +{"question": "What are the full names of all students", "answer": {"columns": ["Fname", "LName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "data": [["Linda", "Smith"], ["Tracy", "Kim"], ["Shiela", "Jones"], ["Dinesh", "Kumar"], ["Paul", "Gompers"], ["Andy", "Schultz"], ["Lisa", "Apap"], ["Jandy", "Nelson"], ["Eric", "Tai"], ["Derek", "Lee"], ["David", "Adams"], ["Steven", "Davis"], ["Charles", "Norris"], ["Susan", "Lee"], ["Mark", "Schwartz"], ["Bruce", "Wilson"], ["Michael", "Leighton"], ["Arthur", "Pang"], ["Ian", "Thornton"], ["George", "Andreou"], ["Michael", "Woods"], ["David", "Shieber"], ["Stacy", "Prater"], ["Mark", "Goldman"], ["Eric", "Pang"], ["Paul", "Brody"], ["Eric", "Rugh"], ["Jun", "Han"], ["Lisa", "Cheng"], ["Sarah", "Smith"], ["Eric", "Brown"], ["William", "Simms"], ["Eric", "Epp"], ["Sarah", "Schmidt"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_7jpxb_34.png"], "original_data_index": 2253} +{"question": "List the names of technicians who have not been assigned to repair machines.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Mark Sewell"], ["Lou Boudreau"], ["Joe Cochrane"], ["Eddie Collins"], ["Mickey Cochrane"]]}, "table_names": "['technician', 'repair_assignment']", "table_image_ids": ["TableImg_Ln8eg_10.png", "TableImg_Onysj_9.png"], "original_data_index": 2254} +{"question": "What is the name and city of the airport that the most routes end at?", "answer": {"columns": ["name", "city", "dst_apid"], "index": [0], "data": [["Hartsfield Jackson Atlanta International Airport", "Atlanta", 3682]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_2xfk7_67240.png", "TableImg_Zx0ss_7184.png"], "original_data_index": 2255} +{"question": "Which company started the earliest the maintenance contract? Show the company name.", "answer": {"columns": ["company_name"], "index": [0], "data": [["Grimes, Mosciski and Renner"]]}, "table_names": "['Third_Party_Companies', 'Maintenance_Contracts']", "table_image_ids": ["TableImg_Wbdbx_15.png", "TableImg_Mv39b_15.png"], "original_data_index": 2256} +{"question": "How many lessons were taught by a staff member whose first name has the letter 'a' in it?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Staff', 'Lessons']", "table_image_ids": ["TableImg_9xrv1_15.png", "TableImg_B80j7_15.png"], "original_data_index": 2257} +{"question": "What is the average price for wines not produced in Sonoma county?", "answer": {"columns": ["avg(price)"], "index": [0], "data": [[46.5350318471]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_Bft1m_57.png", "TableImg_B1vdn_500.png"], "original_data_index": 2258} +{"question": "What are the names of departments that have at least one employee.", "answer": {"columns": ["DEPARTMENT_NAME"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Executive"], ["IT"], ["Finance"], ["Purchasing"], ["Shipping"], ["Sales"], ["Administration"], ["Marketing"], ["Human Resources"], ["Public Relations"], ["Accounting"]]}, "table_names": "['departments', 'employees']", "table_image_ids": ["TableImg_Ghpvy_27.png", "TableImg_Hlqbe_107.png"], "original_data_index": 2259} +{"question": "What are the first names of all Accounting professors who teach and what are the classrooms of the courses they teach?", "answer": {"columns": ["EMP_FNAME", "CLASS_ROOM"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Arnelle", "BUS200"], ["Arnelle", "BUS311"], ["Gerald", "KLR200"], ["Gerald", "KLR200"], ["Gerald", "KLR211"], ["Ismael", "BUS252"], ["Ismael", "BUS311"]]}, "table_names": "['CLASS', 'DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Y13u5_13.png", "TableImg_25rtp_11.png", "TableImg_Ncmyf_37.png", "TableImg_1qchj_22.png"], "original_data_index": 2260} +{"question": "What is the total rating of channel for each channel owner?", "answer": {"columns": ["sum(Rating_in_percent)", "Owner"], "index": [0, 1, 2, 3], "data": [[0.2, "Anhui Television"], [2.43, "CCTV"], [0.53, "HBS"], [0.19, "Shandong Television"]]}, "table_names": "['channel']", "table_image_ids": ["TableImg_Fupie_10.png"], "original_data_index": 2261} +{"question": "Give the distinct department ids of departments in which a manager is in charge of 4 or more employees?", "answer": {"columns": ["DEPARTMENT_ID"], "index": [0, 1, 2, 3, 4], "data": [[30], [50], [60], [80], [100]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_A2hp9_107.png"], "original_data_index": 2262} +{"question": "What are the names of captains, sorted by age descending?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Captain Gilbert Pears"], ["Captain Beves Conway"], ["Lieutenant Montagu Verling"], ["Lieutenant Hugh Bolitho"], ["Captain Sir Henry Langford"], ["Captain Henry Dumaresq"], ["Commander Richard Bolitho"]]}, "table_names": "['captain']", "table_image_ids": ["TableImg_73g7y_7.png"], "original_data_index": 2263} +{"question": "How many different services are provided by all stations?", "answer": {"columns": ["count(DISTINCT services)"], "index": [0], "data": [[6]]}, "table_names": "['station']", "table_image_ids": ["TableImg_Mrqjv_11.png"], "original_data_index": 2264} +{"question": "What is the document status description of the document with id 1?", "answer": {"columns": ["document_status_description"], "index": [0], "data": [["currently working on"]]}, "table_names": "['Ref_Document_Status', 'Documents']", "table_image_ids": ["TableImg_Cu2uk_3.png", "TableImg_Nes5a_15.png"], "original_data_index": 2265} +{"question": "Find the county where produces the most number of wines with score higher than 90.", "answer": {"columns": ["County"], "index": [0], "data": [["Sonoma"]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_4iqvq_57.png", "TableImg_03lsv_500.png"], "original_data_index": 2266} +{"question": "Find the name and email of the users who have more than 1000 followers.", "answer": {"columns": ["name", "email"], "index": [0, 1, 2, 3, 4], "data": [["Iron Man", "ts@richest.com"], ["Black Widow\n", "bw@superhero.com"], ["Tyler Swift", "ts@superstar.com\n"], ["Celine Dion", "cd@superstar.com"], ["Natalie Portman", "np@superstar.com"]]}, "table_names": "['user_profiles']", "table_image_ids": ["TableImg_Sfgq8_7.png"], "original_data_index": 2267} +{"question": "what are the names and classes of the ships that do not have any captain yet?", "answer": {"columns": ["Name", "Class"], "index": [0, 1, 2, 3], "data": [["HMS Trojan", "KR"], ["HM Sloop Sparrow", "KR"], ["HMS Phalarope", "KR"], ["HMS Undine", "GL"]]}, "table_names": "['captain', 'Ship']", "table_image_ids": ["TableImg_Qbyxk_7.png", "TableImg_P7vv0_9.png"], "original_data_index": 2268} +{"question": "What is the campus fee for San Francisco State University in 1996?", "answer": {"columns": ["CampusFee"], "index": [0], "data": [[1978]]}, "table_names": "['Campuses', 'csu_fees']", "table_image_ids": ["TableImg_H7nj5_23.png", "TableImg_B9gpk_23.png"], "original_data_index": 2269} +{"question": "What are the names of all the stores located in Khanewal District?", "answer": {"columns": ["Store_Name"], "index": [0, 1], "data": [["Miramichi"], ["Neguac"]]}, "table_names": "['store', 'district', 'store_district']", "table_image_ids": ["TableImg_Uv3kz_5.png", "TableImg_Ksl7w_15.png", "TableImg_8lu2k_5.png"], "original_data_index": 2270} +{"question": "Which rooms cost between 120 and 150? Give me the room names.", "answer": {"columns": ["roomName"], "index": [0, 1, 2, 3], "data": [["Recluse and defiance"], ["Interim but salutary"], ["Mendicant with cryptic"], ["Immutable before decorum"]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_Htrl7_10.png"], "original_data_index": 2271} +{"question": "Count the number of cards the customer with the first name Art and last name Turcotte has.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Customers', 'Customers_Cards']", "table_image_ids": ["TableImg_W6dyr_15.png", "TableImg_To964_15.png"], "original_data_index": 2272} +{"question": "How many students have a food allergy?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[28]]}, "table_names": "['Allergy_Type', 'Has_Allergy']", "table_image_ids": ["TableImg_Q43gg_14.png", "TableImg_Xssmr_59.png"], "original_data_index": 2273} +{"question": "List the weight of the body builders who have snatch score higher than 140 or have the height greater than 200.", "answer": {"columns": ["Weight"], "index": [0, 1], "data": [[80.0], [92.0]]}, "table_names": "['body_builder', 'people']", "table_image_ids": ["TableImg_Wmx5j_5.png", "TableImg_Fldg5_6.png"], "original_data_index": 2274} +{"question": "How many products are in the 'Spices' category and have a typical price of over 1000?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Hkyh7_15.png"], "original_data_index": 2275} +{"question": "What are the names of all races held between 2009 and 2011?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54], "data": [["Australian Grand Prix"], ["Malaysian Grand Prix"], ["Chinese Grand Prix"], ["Bahrain Grand Prix"], ["Spanish Grand Prix"], ["Monaco Grand Prix"], ["Turkish Grand Prix"], ["British Grand Prix"], ["German Grand Prix"], ["Hungarian Grand Prix"], ["European Grand Prix"], ["Belgian Grand Prix"], ["Italian Grand Prix"], ["Singapore Grand Prix"], ["Japanese Grand Prix"], ["Brazilian Grand Prix"], ["Abu Dhabi Grand Prix"], ["Bahrain Grand Prix"], ["Australian Grand Prix"], ["Malaysian Grand Prix"], ["Chinese Grand Prix"], ["Spanish Grand Prix"], ["Monaco Grand Prix"], ["Turkish Grand Prix"], ["Canadian Grand Prix"], ["European Grand Prix"], ["British Grand Prix"], ["German Grand Prix"], ["Hungarian Grand Prix"], ["Belgian Grand Prix"], ["Italian Grand Prix"], ["Singapore Grand Prix"], ["Japanese Grand Prix"], ["Korean Grand Prix"], ["Brazilian Grand Prix"], ["Abu Dhabi Grand Prix"], ["Australian Grand Prix"], ["Malaysian Grand Prix"], ["Chinese Grand Prix"], ["Turkish Grand Prix"], ["Spanish Grand Prix"], ["Monaco Grand Prix"], ["Canadian Grand Prix"], ["European Grand Prix"], ["British Grand Prix"], ["German Grand Prix"], ["Hungarian Grand Prix"], ["Belgian Grand Prix"], ["Italian Grand Prix"], ["Singapore Grand Prix"], ["Japanese Grand Prix"], ["Korean Grand Prix"], ["Indian Grand Prix"], ["Abu Dhabi Grand Prix"], ["Brazilian Grand Prix"]]}, "table_names": "['races']", "table_image_ids": ["TableImg_Sadn0_997.png"], "original_data_index": 2276} +{"question": "What is the state and enrollment of the colleges where have any students who got accepted in the tryout decision.", "answer": {"columns": ["state", "enr"], "index": [0, 1], "data": [["AZ", 12000], ["FL", 19000]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_7pu68_4.png", "TableImg_As5hr_6.png"], "original_data_index": 2277} +{"question": "Show all the cinema names and opening years in descending order of opening year.", "answer": {"columns": ["Name", "Openning_year"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Dublin Array", 2015], ["Oriel", 2013], ["Carrowleagh", 2012], ["Grouse Lodge", 2011], ["Moneypoint", 2011], ["Mount Callan", 2011], ["Codling", 2010], ["Glenough", 2010], ["Gortahile", 2010], ["Glenmore", 2009]]}, "table_names": "['cinema']", "table_image_ids": ["TableImg_Qf2ov_10.png"], "original_data_index": 2278} +{"question": "List the names of perpetrators in descending order of the year.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Tyrone Brayan"], ["Ovie Dotson"], ["Ron Baxter"], ["Henry Johnson"], ["Rob Cunningham"]]}, "table_names": "['perpetrator', 'people']", "table_image_ids": ["TableImg_Xzp8s_5.png", "TableImg_V08qv_11.png"], "original_data_index": 2279} +{"question": "What is the name of the product with the color description 'yellow'?", "answer": {"columns": ["product_name"], "index": [0], "data": [["borage"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_A8ric_8.png", "TableImg_61s34_15.png"], "original_data_index": 2280} +{"question": "For each party, return its theme and the name of its host.", "answer": {"columns": ["Party_Theme", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Spring", "Austin Daye"], ["Club Q-BASE", "Ed Davis"], ["Teqnology", "Lloyd Daniels"], ["QrimeTime", "Kornel David"], ["QrimeTime", "Derrick Dial"], ["Houseqlassics", "Carlos Delfino"]]}, "table_names": "['party', 'host', 'party_host']", "table_image_ids": ["TableImg_P8cni_8.png", "TableImg_Se76t_10.png", "TableImg_W5tha_6.png"], "original_data_index": 2281} +{"question": "What are the full names and gradepoints for all enrollments?", "answer": {"columns": ["Fname", "LName", "gradepoint"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209], "data": [["Linda", "Smith", 3.7], ["Linda", "Smith", 3.0], ["Linda", "Smith", 3.3], ["Linda", "Smith", 4.0], ["Linda", "Smith", 2.7], ["Linda", "Smith", 3.0], ["Tracy", "Kim", 3.3], ["Tracy", "Kim", 2.0], ["Tracy", "Kim", 2.3], ["Tracy", "Kim", 4.0], ["Tracy", "Kim", 3.0], ["Tracy", "Kim", 3.3], ["Shiela", "Jones", 3.0], ["Shiela", "Jones", 3.0], ["Shiela", "Jones", 3.0], ["Shiela", "Jones", 3.3], ["Shiela", "Jones", 3.0], ["Dinesh", "Kumar", 1.7], ["Dinesh", "Kumar", 1.7], ["Dinesh", "Kumar", 1.7], ["Dinesh", "Kumar", 3.7], ["Dinesh", "Kumar", 2.0], ["Dinesh", "Kumar", 4.0], ["Dinesh", "Kumar", 4.0], ["Paul", "Gompers", 4.0], ["Paul", "Gompers", 2.3], ["Paul", "Gompers", 2.0], ["Paul", "Gompers", 4.0], ["Paul", "Gompers", 3.0], ["Andy", "Schultz", 3.0], ["Andy", "Schultz", 3.3], ["Andy", "Schultz", 2.7], ["Andy", "Schultz", 1.7], ["Andy", "Schultz", 3.7], ["Andy", "Schultz", 4.0], ["Lisa", "Apap", 4.0], ["Lisa", "Apap", 3.7], ["Lisa", "Apap", 2.3], ["Lisa", "Apap", 4.0], ["Lisa", "Apap", 3.7], ["Lisa", "Apap", 2.0], ["Jandy", "Nelson", 4.0], ["Jandy", "Nelson", 3.0], ["Jandy", "Nelson", 3.0], ["Jandy", "Nelson", 3.0], ["Jandy", "Nelson", 3.0], ["Eric", "Tai", 3.3], ["Eric", "Tai", 2.0], ["Eric", "Tai", 3.7], ["Eric", "Tai", 3.0], ["Eric", "Tai", 2.0], ["Eric", "Tai", 4.0], ["Eric", "Tai", 2.7], ["Eric", "Tai", 3.7], ["Derek", "Lee", 4.0], ["Derek", "Lee", 4.0], ["Derek", "Lee", 2.3], ["Derek", "Lee", 4.0], ["Derek", "Lee", 4.0], ["Derek", "Lee", 3.3], ["David", "Adams", 3.0], ["David", "Adams", 3.0], ["David", "Adams", 4.0], ["David", "Adams", 3.7], ["David", "Adams", 3.0], ["David", "Adams", 3.3], ["Steven", "Davis", 2.7], ["Steven", "Davis", 2.7], ["Steven", "Davis", 3.7], ["Steven", "Davis", 4.0], ["Steven", "Davis", 3.0], ["Charles", "Norris", 4.0], ["Charles", "Norris", 4.0], ["Charles", "Norris", 4.0], ["Charles", "Norris", 4.0], ["Charles", "Norris", 3.0], ["Charles", "Norris", 3.0], ["Charles", "Norris", 3.0], ["Susan", "Lee", 4.0], ["Susan", "Lee", 4.0], ["Susan", "Lee", 4.0], ["Susan", "Lee", 1.7], ["Susan", "Lee", 4.0], ["Mark", "Schwartz", 2.7], ["Mark", "Schwartz", 0.7], ["Mark", "Schwartz", 4.0], ["Mark", "Schwartz", 4.0], ["Mark", "Schwartz", 3.7], ["Mark", "Schwartz", 3.3], ["Mark", "Schwartz", 2.7], ["Bruce", "Wilson", 3.0], ["Bruce", "Wilson", 3.0], ["Bruce", "Wilson", 2.0], ["Bruce", "Wilson", 3.0], ["Bruce", "Wilson", 3.7], ["Bruce", "Wilson", 4.0], ["Bruce", "Wilson", 2.0], ["Michael", "Leighton", 3.7], ["Michael", "Leighton", 4.0], ["Michael", "Leighton", 4.0], ["Michael", "Leighton", 1.7], ["Michael", "Leighton", 3.0], ["Michael", "Leighton", 3.0], ["Arthur", "Pang", 3.0], ["Arthur", "Pang", 3.0], ["Arthur", "Pang", 1.3], ["Arthur", "Pang", 4.0], ["Arthur", "Pang", 4.0], ["Ian", "Thornton", 4.0], ["Ian", "Thornton", 4.0], ["Ian", "Thornton", 4.0], ["Ian", "Thornton", 4.0], ["Ian", "Thornton", 4.0], ["George", "Andreou", 2.7], ["George", "Andreou", 3.0], ["George", "Andreou", 3.0], ["George", "Andreou", 3.0], ["George", "Andreou", 3.0], ["George", "Andreou", 2.7], ["George", "Andreou", 2.0], ["George", "Andreou", 4.0], ["George", "Andreou", 3.0], ["Michael", "Woods", 3.0], ["Michael", "Woods", 3.3], ["Michael", "Woods", 4.0], ["Michael", "Woods", 4.0], ["Michael", "Woods", 4.0], ["Michael", "Woods", 3.0], ["Michael", "Woods", 3.0], ["Michael", "Woods", 1.0], ["Michael", "Woods", 4.0], ["David", "Shieber", 3.7], ["David", "Shieber", 3.0], ["David", "Shieber", 3.0], ["David", "Shieber", 3.3], ["David", "Shieber", 4.0], ["David", "Shieber", 4.0], ["David", "Shieber", 3.0], ["David", "Shieber", 3.0], ["Stacy", "Prater", 3.0], ["Stacy", "Prater", 2.0], ["Stacy", "Prater", 3.7], ["Stacy", "Prater", 4.0], ["Stacy", "Prater", 3.0], ["Stacy", "Prater", 3.0], ["Stacy", "Prater", 3.0], ["Stacy", "Prater", 3.0], ["Mark", "Goldman", 4.0], ["Mark", "Goldman", 4.0], ["Mark", "Goldman", 4.0], ["Mark", "Goldman", 4.0], ["Mark", "Goldman", 2.0], ["Mark", "Goldman", 3.0], ["Mark", "Goldman", 3.0], ["Eric", "Pang", 4.0], ["Eric", "Pang", 4.0], ["Eric", "Pang", 4.0], ["Eric", "Pang", 4.0], ["Eric", "Pang", 4.0], ["Eric", "Pang", 2.7], ["Paul", "Brody", 3.0], ["Paul", "Brody", 3.0], ["Paul", "Brody", 3.0], ["Paul", "Brody", 3.0], ["Paul", "Brody", 2.7], ["Paul", "Brody", 2.7], ["Paul", "Brody", 3.0], ["Eric", "Rugh", 3.3], ["Eric", "Rugh", 4.0], ["Eric", "Rugh", 4.0], ["Eric", "Rugh", 4.0], ["Eric", "Rugh", 4.0], ["Jun", "Han", 1.7], ["Jun", "Han", 4.0], ["Jun", "Han", 2.7], ["Jun", "Han", 3.7], ["Jun", "Han", 2.7], ["Jun", "Han", 4.0], ["Lisa", "Cheng", 3.0], ["Lisa", "Cheng", 3.0], ["Lisa", "Cheng", 2.7], ["Lisa", "Cheng", 2.7], ["Lisa", "Cheng", 3.0], ["Lisa", "Cheng", 3.3], ["Lisa", "Cheng", 3.0], ["Sarah", "Smith", 3.3], ["Sarah", "Smith", 3.0], ["Sarah", "Smith", 2.0], ["Sarah", "Smith", 4.0], ["Eric", "Brown", 3.7], ["Eric", "Brown", 0.7], ["Eric", "Brown", 3.7], ["Eric", "Brown", 4.0], ["Eric", "Brown", 4.0], ["William", "Simms", 4.0], ["William", "Simms", 4.0], ["William", "Simms", 4.0], ["William", "Simms", 4.0], ["William", "Simms", 3.0], ["Eric", "Epp", 3.3], ["Eric", "Epp", 3.0], ["Eric", "Epp", 3.0], ["Eric", "Epp", 3.3], ["Eric", "Epp", 3.0], ["Sarah", "Schmidt", 2.7], ["Sarah", "Schmidt", 3.7], ["Sarah", "Schmidt", 3.0], ["Sarah", "Schmidt", 1.0], ["Sarah", "Schmidt", 4.0], ["Sarah", "Schmidt", 2.7]]}, "table_names": "['Student', 'Enrolled_in', 'Gradeconversion']", "table_image_ids": ["TableImg_I34jc_34.png", "TableImg_X1hs6_210.png", "TableImg_Nk2s0_13.png"], "original_data_index": 2282} +{"question": "What are the ids and trade names of the medicine that can interact with at least 3 enzymes?", "answer": {"columns": ["id", "Trade_Name"], "index": [0, 1], "data": [[2, "Abilify"], [3, "Saphris"]]}, "table_names": "['medicine', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_Wqwhf_21.png", "TableImg_Mas9z_19.png"], "original_data_index": 2283} +{"question": "Who are the players from Indonesia?", "answer": {"columns": ["Player"], "index": [0], "data": [["Damani Ralph Category:Articles with hCards"]]}, "table_names": "['country', 'match_season']", "table_image_ids": ["TableImg_6t05l_6.png", "TableImg_Xt53y_16.png"], "original_data_index": 2284} +{"question": "List the employees who have not showed up in any circulation history of documents. List the employee's name.", "answer": {"columns": ["employee_name"], "index": [0, 1, 2], "data": [["Clemens"], ["Haley"], ["Jordyn"]]}, "table_names": "['Employees', 'Circulation_History']", "table_image_ids": ["TableImg_Boafu_6.png", "TableImg_2fka0_4.png"], "original_data_index": 2285} +{"question": "Count the number of ships.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[9]]}, "table_names": "['Ship']", "table_image_ids": ["TableImg_Qbrrm_9.png"], "original_data_index": 2286} +{"question": "What is the first and last name of the faculty members who participated in at least one activity? For each of them, also show the number of activities they participated in.", "answer": {"columns": ["Fname", "Lname", "count(*)", "FacID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["Mark", "Giuliano", 3, 1082], ["Michael", "Goodrich", 3, 1121], ["Daniel", "Naiman", 3, 1177], ["Stacey", "Jones", 3, 1193], ["David", "Yarowsky", 3, 2192], ["Alan", "Goldman", 2, 2881], ["Scott", "Smith", 3, 3457], ["Joanne", "Houlahan", 2, 4230], ["Luigi", "Burzio", 2, 4432], ["Robert", "Frank", 1, 5718], ["Louis", "Beach", 2, 6112], ["Cheng", "Cheng", 2, 6182], ["Russell", "Taylor", 2, 7723], ["Ellie", "Angelopoulou", 1, 8114], ["Lawrence", "Wolff", 2, 8721], ["Steven", "Salzberg", 2, 8741], ["Yair", "Amir", 3, 8918], ["Leslie", "Hall", 1, 9922]]}, "table_names": "['Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_Ahzmr_40.png", "TableImg_L6dc5_58.png"], "original_data_index": 2287} +{"question": "Show the name and age for all male people who don't have a wedding.", "answer": {"columns": ["Name", "Age"], "index": [0, 1], "data": [["Graeme McDowell", 34], ["Adam Scott", 26]]}, "table_names": "['people', 'wedding']", "table_image_ids": ["TableImg_X5ih7_12.png", "TableImg_250ch_4.png"], "original_data_index": 2288} +{"question": "How many times did Boston Red Stockings lose in 2009 postseason?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['postseason', 'team']", "table_image_ids": ["TableImg_Nnl0n_307.png", "TableImg_Fqm24_2805.png"], "original_data_index": 2289} +{"question": "Find the unit of measurement and product category code of product named \"chervil\".", "answer": {"columns": ["unit_of_measure", "product_category_code"], "index": [0], "data": [["Handful ", "Herbs"]]}, "table_names": "['Ref_Product_Categories', 'Products']", "table_image_ids": ["TableImg_Vxzgb_3.png", "TableImg_Rmcey_15.png"], "original_data_index": 2290} +{"question": "Return the average age across all artists.", "answer": {"columns": ["avg(Age)"], "index": [0], "data": [[31.4285714286]]}, "table_names": "['artist']", "table_image_ids": ["TableImg_Erokd_7.png"], "original_data_index": 2291} +{"question": "When was the document named \"Marry CV\" stored? Give me the date.", "answer": {"columns": ["Date_Stored"], "index": [0], "data": [["1986-10-14 17:53:39"]]}, "table_names": "['All_Documents']", "table_image_ids": ["TableImg_Ktl7a_15.png"], "original_data_index": 2292} +{"question": "What products are sold at the store named Miramichi?", "answer": {"columns": ["product"], "index": [0, 1, 2, 3, 4], "data": [["Fujitsu fi-6130 A4 Series Scanner"], ["Plustek MobileOffice D28 Corporate"], ["Xerox Travel Scanner 100"], ["ScanShell 3000DN"], ["Canon DR-2080C"]]}, "table_names": "['product', 'store', 'store_product']", "table_image_ids": ["TableImg_Xuffv_6.png", "TableImg_Lyy3h_5.png", "TableImg_Ijxes_15.png"], "original_data_index": 2293} +{"question": "Show the country names and the corresponding number of players.", "answer": {"columns": ["Country_name", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["Indonesia", 1], ["Ireland", 4], ["Isle of Man", 2], ["United States", 9]]}, "table_names": "['country', 'match_season']", "table_image_ids": ["TableImg_Imf40_6.png", "TableImg_Uygn6_16.png"], "original_data_index": 2294} +{"question": "How many stadiums does each country have?", "answer": {"columns": ["Country", "count(*)"], "index": [0, 1, 2, 3, 4, 5], "data": [["Azerbaijan", 1], ["England", 1], ["France", 1], ["Hungary", 1], ["Russia", 4], ["Spain", 2]]}, "table_names": "['stadium']", "table_image_ids": ["TableImg_Bhl7g_10.png"], "original_data_index": 2295} +{"question": "Find the average unit price of tracks from the Rock genre.", "answer": {"columns": ["AVG(T2.UnitPrice)"], "index": [0], "data": [[0.99]]}, "table_names": "['Genre', 'Track']", "table_image_ids": ["TableImg_Dq1x0_25.png", "TableImg_7qd5y_3503.png"], "original_data_index": 2296} +{"question": "Return the characteristic names of the 'sesame' product.", "answer": {"columns": ["characteristic_name"], "index": [0, 1], "data": [["error"], ["fast"]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Qsu5f_15.png", "TableImg_0i34c_15.png", "TableImg_Orj4t_15.png"], "original_data_index": 2297} +{"question": "Count the number of different affiliation types.", "answer": {"columns": ["count(DISTINCT affiliation)"], "index": [0], "data": [[2]]}, "table_names": "['university']", "table_image_ids": ["TableImg_Hbbmr_5.png"], "original_data_index": 2298} +{"question": "List all of the ids for left-footed players with a height between 180cm and 190cm.", "answer": {"columns": ["player_api_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672], "data": [[2768], [2770], [3316], [5063], [5693], [7284], [7604], [7681], [7683], [8930], [9149], [10491], [10967], [11024], [11038], [11324], [11357], [11759], [11827], [11863], [12283], [12288], [12431], [12766], [13329], [13350], [13383], [13477], [13480], [13518], [14551], [15608], [16210], [16218], [16300], [16351], [16368], [16387], [16475], [17312], [18164], [18501], [18521], [18548], [18549], [18590], [18644], [18664], [18784], [18848], [18904], [18945], [19000], [19285], [19353], [19393], [19488], [20276], [20329], [20342], [20445], [21123], [21164], [21410], [21458], [21765], [21776], [21812], [21834], [21849], [22045], [22131], [22337], [22418], [22444], [22544], [22714], [22831], [22929], [22982], [23019], [23054], [23073], [23133], [23151], [23257], [23311], [23334], [23371], [23426], [23435], [23512], [23571], [23587], [23628], [23660], [23697], [23727], [23740], [23782], [23785], [23787], [23818], [23823], [23916], [23922], [23930], [23939], [23947], [23950], [23979], [24040], [24064], [24099], [24130], [24168], [24212], [24234], [24255], [24373], [24374], [24408], [24409], [24410], [24423], [24439], [24443], [24450], [24475], [24492], [24499], [24500], [24516], [24591], [24618], [24634], [24661], [24741], [24788], [24791], [24845], [25131], [25257], [25338], [25411], [25415], [25419], [25434], [25462], [25479], [25483], [25519], [25538], [25541], [25584], [25594], [25597], [25617], [25636], [25642], [25791], [25806], [25812], [25816], [25818], [25830], [25837], [25859], [25915], [25922], [25930], [25947], [25948], [25951], [25957], [26005], [26057], [26098], [26099], [26112], [26118], [26137], [26145], [26146], [26150], [26157], [26176], [26209], [26222], [26231], [26251], [26255], [26260], [26261], [26284], [26287], [26295], [26304], [26315], [26335], [26348], [26368], [26391], [26394], [26398], [26403], [26425], [26452], [26458], [26459], [26470], [26471], [26484], [26489], [26491], [26505], [26520], [26521], [26522], [26536], [26544], [26554], [26587], [26590], [26602], [26606], [26611], [26634], [26660], [26678], [26699], [26709], [26716], [26721], [26741], [26771], [26784], [26797], [26852], [26886], [26894], [26994], [27149], [27155], [27156], [27282], [27301], [27307], [27316], [27324], [27331], [27339], [27346], [27363], [27365], [27411], [27412], [27420], [27421], [27436], [27460], [27500], [27508], [27524], [27535], [27568], [27573], [27631], [27668], [27669], [27679], [27692], [27696], [27719], [27774], [27838], [28435], [28463], [28905], [29049], [29145], [29276], [29568], [29580], [29720], [30031], [30250], [30251], [30277], [30278], [30369], [30448], [30457], [30485], [30492], [30496], [30596], [30602], [30616], [30628], [30635], [30655], [30657], [30667], [30679], [30690], [30698], [30707], [30710], [30734], [30735], [30738], [30739], [30753], [30764], [30805], [30823], [30824], [30834], [30836], [30843], [30849], [30857], [30866], [30870], [30892], [30904], [30928], [30936], [30949], [30950], [30977], [30978], [30989], [30995], [31014], [31019], [31052], [31092], [31244], [31296], [31298], [31317], [31318], [31325], [31427], [31453], [31490], [31568], [31672], [31921], [32043], [32087], [32118], [32304], [32419], [32449], [32455], [32457], [32484], [32547], [32556], [32559], [32583], [32589], [32597], [32617], [32618], [32627], [32664], [32673], [32690], [32728], [32752], [32755], [32763], [32765], [32776], [32827], [32844], [32845], [32868], [32871], [32917], [32932], [32952], [32973], [33021], [33076], [33082], [33086], [33116], [33138], [33285], [33312], [33338], [33414], [33431], [33444], [33448], [33579], [33588], [33630], [33633], [33666], [33683], [33686], [33768], [33813], [33816], [33854], [33866], [33874], [33889], [33895], [33913], [33941], [33990], [33997], [34000], [34003], [34008], [34025], [34045], [34054], [34082], [34101], [34114], [34237], [34239], [34266], [34269], [34485], [34575], [34622], [34633], [34656], [34699], [34956], [34972], [35022], [35116], [35121], [35125], [35437], [35467], [35499], [35531], [35560], [35580], [35608], [35612], [35712], [35828], [35883], [35901], [35983], [36010], [36011], [36091], [36093], [36121], [36123], [36257], [36326], [36378], [36379], [36390], [36412], [36491], [36622], [36785], [36789], [36843], [36852], [37042], [37051], [37065], [37150], [37151], [37188], [37194], [37249], [37262], [37317], [37357], [37366], [37367], [37379], [37381], [37408], [37423], [37429], [37446], [37448], [37451], [37469], [37475], [37479], [37484], [37497], [37510], [37515], [37526], [37541], [37581], [37631], [37645], [37651], [37672], [37681], [37756], [37762], [37768], [37783], [37787], [37791], [37839], [37844], [37856], [37887], [37920], [38075], [38212], [38229], [38246], [38251], [38255], [38323], [38339], [38353], [38363], [38371], [38385], [38388], [38398], [38417], [38432], [38490], [38491], [38507], [38550], [38561], [38604], [38618], [38625], [38672], [38727], [38762], [38773], [38778], [38793], [38794], [38795], [38800], [38816], [38888], [38945], [38952], [38953], [39070], [39079], [39081], [39091], [39109], [39151], [39158], [39203], [39206], [39223], [39271], [39284], [39313], [39345], [39357], [39419], [39435], [39447], [39483], [39485], [39490], [39498], [39509], [39539], [39562], [39565], [39599], [39629], [39633], [39644], [39660], [39669], [39694], [39719], [39725], [39738], [39745], [39752], [39762], [39772], [39840], [39842], [39844], [39859], [39890], [39963], [39977], [39979], [39980], [39996], [39999], [40006], [40013], [40049], [40100], [40128], [40132], [40139], [40164], [40197], [40203], [40295], [40341], [40383], [40428], [40501], [40536], [40544], [40599], [40608], [40668], [40681], [40709], [40764], [40792], [40825], [40841], [40865], [40985], [40992], [41008], [41016], [41034], [41059], [41060], [41098], [41121], [41127], [41166], [41167], [41182], [41238], [41244], [41269], [41301], [41312], [41318], [41322], [41329], [41341], [41360], [41380], [41387], [41404], [41462], [41475], [41489], [41497], [41559], [41568], [41622], [41654], [41661], [41694], [41695], [41707], [41722], [41725], [41726], [41729], [41816], [41818], [41841], [41852], [41865], [41869], [41877], [41882], [41884], [41892], [41962], [41975], [41987], [42003], [42113], [42114], [42150], [42184], [42254], [42276], [42294], [42312], [42346], [42425], [42437], [42460], [42479], [42502], [42527], [42579], [42712], [42715], [42812], [42824], [42829], [42873], [42909], [42944], [43061], [43096], [43158], [43210], [43246], [43259], [43285], [43295], [43303], [43341], [45307], [45357], [45413], [45485], [45488], [45496], [45503], [45588], [45816], [45832], [45837], [45840], [45852], [45865], [45879], [45893], [45996], [46078], [46203], [46212], [46217], [46228], [46297], [46343], [46374], [46386], [46416], [46417], [46509], [46647], [46649], [46662], [46712], [46784], [46877], [46890], [47155], [47194], [47341], [47547], [47565], [49562], [49939], [50044], [50189], [50651], [51409], [51509], [51553], [51841], [56972], [57003], [57057], [58346], [58358], [63520], [66633], [66890], [66905], [66930], [66933], [67008], [67228], [67334], [67360], [67364], [67896], [67957], [68226], [68404], [68436], [68762], [68782], [68796], [68802], [68827], [68835], [68836], [69009], [69111], [69254], [69256], [69280], [69485], [69518], [69541], [69601], [69611], [69637], [69821], [69864], [69923], [70078], [70440], [70789], [70812], [70949], [71063], [71352], [71472], [71524], [71603], [71764], [71844], [72256], [72420], [72532], [72633], [72656], [72707], [72815], [73047], [73116], [73841], [73845], [74049], [74232], [74291], [74302], [74354], [74435], [74663], [74739], [74752], [74827], [74989], [74990], [75194], [75310], [75579], [77774], [77778], [78404], [78409], [78507], [78511], [78541], [78902], [79246], [79247], [80229], [80497], [88521], [89079], [89240], [91560], [92375], [92507], [92666], [92790], [93223], [93343], [93344], [93484], [93839], [93984], [93996], [94013], [94017], [94033], [94043], [94267], [94288], [94306], [94313], [94326], [94328], [94462], [94545], [94549], [94553], [94558], [94685], [95094], [95216], [95220], [95227], [95231], [95344], [95904], [96613], [96837], [96848], [97038], [97195], [97484], [97486], [97502], [97657], [98374], [98382], [98407], [99047], [100033], [101192], [101590], [101983], [102630], [103266], [103686], [103691], [103714], [103869], [104384], [104406], [105535], [105548], [105610], [105680], [105695], [105828], [106286], [106292], [106309], [106369], [107416], [108075], [108524], [108956], [109332], [109637], [109649], [110113], [110138], [110142], [110146], [110156], [110206], [110214], [111182], [111794], [111865], [111973], [111975], [112123], [112297], [112424], [112476], [112935], [112979], [113005], [113186], [113235], [113239], [113757], [113794], [113968], [114011], [114018], [114044], [114339], [114558], [114664], [114738], [114746], [114769], [115068], [115268], [115373], [115495], [115512], [115591], [115670], [115980], [116085], [116788], [118049], [118346], [118441], [118528], [118879], [119273], [119702], [119839], [120076], [120082], [120148], [120915], [121044], [121069], [121633], [121960], [128020], [128360], [128456], [128666], [128721], [128852], [128946], [129391], [129393], [129469], [132111], [134220], [136540], [137225], [138171], [139673], [139922], [140495], [140819], [141114], [141115], [141145], [141160], [141161], [141396], [141576], [142186], [142990], [143710], [143757], [143790], [145586], [147351], [147729], [148297], [148326], [148331], [148338], [148487], [148827], [148829], [148955], [149173], [149260], [149583], [149584], [149950], [150031], [150046], [150119], [150199], [150239], [150243], [150275], [150299], [150313], [150498], [150591], [150641], [150647], [150707], [150737], [150746], [150769], [150833], [150869], [150968], [150969], [151058], [154233], [154245], [154280], [155273], [155348], [155359], [155534], [156551], [157288], [157490], [157729], [157865], [158844], [159373], [160194], [160495], [160845], [161012], [161035], [161414], [161644], [162497], [162548], [163161], [163165], [163236], [163557], [163618], [163665], [163918], [163939], [163971], [163995], [164017], [164062], [164083], [164130], [164151], [164228], [164246], [164323], [164395], [164481], [164684], [164732], [166065], [166179], [166422], [166595], [166663], [166676], [166872], [166963], [167035], [167412], [168148], [168308], [169294], [170316], [170599], [170775], [171046], [171250], [172139], [172147], [172388], [172899], [172948], [173427], [173462], [173952], [174600], [174747], [174850], [175947], [176303], [176680], [176691], [177472], [177716], [177874], [178261], [178481], [178506], [178599], [178765], [178784], [178803], [178947], [179050], [179059], [179090], [179115], [179176], [179402], [179491], [179523], [179893], [180134], [180236], [180364], [180784], [181029], [181189], [181190], [181254], [181262], [181312], [181574], [181997], [182567], [182637], [182839], [182843], [182921], [182928], [182962], [183039], [183076], [183230], [183321], [183425], [183440], [183497], [183547], [184098], [184105], [184520], [184645], [184653], [185433], [185625], [185699], [185709], [186136], [186256], [186463], [186524], [186531], [186621], [186667], [186671], [186673], [186676], [186805], [186811], [186831], [186948], [187017], [187333], [187336], [187669], [188465], [189111], [189927], [190030], [190142], [190851], [190872], [191136], [191616], [191793], [191994], [192065], [192079], [192132], [192303], [192679], [192770], [192907], [192928], [193176], [193224], [193424], [193869], [193952], [194036], [194660], [195207], [195283], [195706], [195783], [196169], [196186], [196203], [196941], [197352], [197514], [198217], [198324], [198372], [198400], [198444], [199325], [201102], [201804], [202108], [202181], [202713], [206242], [206592], [206701], [206901], [207021], [207236], [208315], [208699], [209442], [209786], [210114], [210117], [210120], [210186], [210437], [210451], [210466], [210704], [210721], [210844], [212170], [212511], [212598], [212813], [212819], [212867], [212959], [212960], [213184], [213317], [213341], [213485], [213649], [213711], [213737], [213805], [213812], [213823], [213831], [213878], [213916], [214899], [214972], [214977], [215415], [215723], [215725], [215798], [228982], [229759], [230819], [231006], [231652], [232096], [237602], [238766], [239256], [239350], [239965], [240236], [240538], [240561], [241997], [242260], [242877], [242892], [243163], [243248], [243425], [243429], [243829], [244128], [244563], [245161], [245412], [245422], [245530], [245653], [246177], [248152], [253410], [253748], [255963], [258245], [259375], [259439], [264221], [265412], [265688], [267380], [267680], [267720], [268039], [270774], [273564], [274623], [275726], [275765], [276121], [276700], [276760], [277234], [277335], [277390], [277444], [277460], [277796], [277840], [277845], [278153], [278473], [278823], [278857], [278865], [279103], [279110], [279742], [279820], [280472], [280476], [280862], [280906], [280965], [280970], [280972], [281012], [281099], [281111], [281205], [281760], [281763], [282274], [282278], [282286], [282461], [282471], [282475], [282676], [282689], [288349], [289137], [289159], [289252], [289884], [290411], [291015], [291127], [291635], [291646], [291854], [293160], [293235], [293718], [295069], [295198], [298157], [298163], [298915], [299052], [299572], [299653], [299879], [299886], [300978], [301634], [302012], [302241], [302696], [302911], [303059], [303568], [303800], [303899], [303919], [303922], [303998], [304345], [304353], [304356], [304855], [305132], [306062], [306167], [306239], [306296], [307017], [307210], [308932], [309334], [310836], [311009], [312791], [314966], [315460], [315903], [316688], [317775], [317937], [319787], [319975], [320183], [320614], [320672], [320686], [323380], [345905], [346651], [350986], [351063], [351875], [352365], [352392], [352408], [352879], [354472], [355356], [355358], [356069], [356404], [357080], [358138], [360108], [360510], [360559], [361377], [362114], [362195], [362261], [362694], [363364], [364290], [364520], [365624], [388793], [391038], [393720], [394824], [395422], [400957], [401095], [408994], [409193], [411617], [414245], [414788], [414792], [414854], [415024], [417068], [421387], [421797], [422273], [423631], [424130], [424391], [426670], [426873], [427984], [428672], [429655], [429845], [429847], [429871], [432411], [432825], [434259], [438572], [439933], [441883], [442729], [443966], [446266], [448806], [448851], [449241], [450011], [450708], [450976], [452269], [453324], [453973], [459658], [463803], [465399], [465628], [465730], [465752], [466443], [466480], [466832], [466892], [467022], [467354], [467467], [467478], [467480], [467485], [467495], [469216], [469763], [473859], [473873], [474131], [474673], [474682], [476769], [476771], [476945], [477493], [477498], [477595], [478390], [480799], [480964], [488195], [496563], [500502], [500520], [500618], [500791], [500932], [500939], [501040], [501569], [504606], [512723], [512728], [513512], [514850], [518346], [518373], [518628], [520426], [520979], [521195], [521203], [522576], [522750], [522771], [528439], [528508], [530859], [532741], [532942], [538112], [540073], [540680], [541556], [545060], [551805], [554280], [555443], [556029], [557546], [558136], [559065], [562035], [563069], [563215], [569038], [569039], [569171], [571685], [573663], [577911], [595586], [604374], [605654], [607130], [611840], [612405], [613715], [629594], [637199], [643709], [660136], [660154], [662818], [664962], [667953], [667962], [667968], [670928], [671331], [676625], [680815], [681965], [684002], [684723], [693138], [693171], [717248], [720738], [721133], [728414]]}, "table_names": "['Player_Attributes', 'Player']", "table_image_ids": ["TableImg_G7e5d_183978.png", "TableImg_4kf0e_11060.png"], "original_data_index": 2299} +{"question": "What is the id of the candidate whose email is stanley.monahan@example.org?", "answer": {"columns": ["candidate_id"], "index": [0], "data": [[151]]}, "table_names": "['People', 'Candidates']", "table_image_ids": ["TableImg_2vycw_8.png", "TableImg_7pqly_8.png"], "original_data_index": 2300} +{"question": "What are the lengths and heights of roller coasters?", "answer": {"columns": ["Length", "Height"], "index": [0, 1, 2, 3, 4, 5], "data": [[3236.0, 96.0], [3914.0, 105.0], [4726.0, 136.0], [2900.0, 120.0], [1574.0, 50.0], [6442.0, 163.0]]}, "table_names": "['roller_coaster']", "table_image_ids": ["TableImg_4li3i_6.png"], "original_data_index": 2301} +{"question": "What are the names of actors who are not 20 years old?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Ray Meagher"], ["Tom Oliver"], ["Lynne McGranger"], ["Ryan Moloney"], ["Ian Smith"], ["Stefan Dennis"]]}, "table_names": "['actor']", "table_image_ids": ["TableImg_Iwluf_9.png"], "original_data_index": 2302} +{"question": "Count the number of video games with Massively multiplayer online game type .", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Video_Games']", "table_image_ids": ["TableImg_Tagv1_6.png"], "original_data_index": 2303} +{"question": "Find the name of the ships that have more than one captain.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["HMS Gorgon"], ["HM Cutter Avenger"]]}, "table_names": "['captain', 'Ship']", "table_image_ids": ["TableImg_Phvjr_7.png", "TableImg_Om9j0_9.png"], "original_data_index": 2304} +{"question": "How many residents does each property have? List property id and resident count.", "answer": {"columns": ["property_id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [[107, 2], [108, 1], [120, 1], [373, 1], [445, 1], [605, 1], [629, 1], [669, 2], [748, 2], [879, 1], [954, 2]]}, "table_names": "['Properties', 'Residents']", "table_image_ids": ["TableImg_Qh5p0_15.png", "TableImg_Eitdo_15.png"], "original_data_index": 2305} +{"question": "Count the number of customers that have an email containing \"gmail.com\".", "answer": {"columns": ["COUNT(*)"], "index": [0], "data": [[8]]}, "table_names": "['Customer']", "table_image_ids": ["TableImg_Liln5_59.png"], "original_data_index": 2306} +{"question": "What is the name of each course and the corresponding number of student enrollment?", "answer": {"columns": ["course_name", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["AI", 2], ["Art history", 2], ["Chinese Painting", 1], ["French", 3], ["Japanese", 2], ["Spanish", 2], ["Writing in French", 2], ["advanced database", 2], ["database", 2], ["modern Arts", 2]]}, "table_names": "['Courses', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Ujy8s_15.png", "TableImg_B9jbf_20.png"], "original_data_index": 2307} +{"question": "For each start station id, what is its name, longitude and average duration of trips started there?", "answer": {"columns": ["name", "long", "avg(T2.duration)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68], "data": [["San Jose Diridon Caltrain Station", -121.901782, 544.7611940299], ["San Jose Civic Center", -121.888979, 885.0], ["Santa Clara at Almaden", -121.894902, 378.28], ["Adobe on Almaden", -121.8932, 980.0714285714], ["San Pedro Square", -121.894074, 840.225], ["Paseo de San Antonio", -121.886943, 529.0909090909], ["San Salvador at 1st", -121.885831, 682.3333333333], ["Japantown", -121.894715, 1230.6551724138], ["San Jose City Hall", -121.886995, 1123.4], ["MLK Library", -121.88566, 810.5416666667], ["SJSU 4th at San Carlos", -121.883891, 711.7777777778], ["St James Park", -121.889937, 616.4], ["Arena Green / SAP Center", -121.900084, 608.8333333333], ["SJSU - San Salvador at 9th", -121.877349, 3597.0952380952], ["Franklin at Maple", -122.226904, 3909.0], ["Redwood City Caltrain Station", -122.232089, 2643.8717948718], ["Redwood City Public Library", -122.227424, 741.0], ["Stanford in Redwood City", -122.203288, 979.0666666667], ["Redwood City Medical Center", -122.223492, 555.4], ["Mountain View City Hall", -122.081896, 563.0333333333], ["Mountain View Caltrain Station", -122.076713, 714.8062015504], ["San Antonio Caltrain Station", -122.106758, 380.4090909091], ["Evelyn Park and Ride", -122.066553, 918.1315789474], ["San Antonio Shopping Center", -122.108338, 667.5925925926], ["Castro Street and El Camino Real", -122.083678, 1082.7142857143], ["Rengstorff Avenue / California Street", -122.099076, 699.7], ["Palo Alto Caltrain Station", -122.164759, 1653.3255813953], ["University and Emerson", -122.163093, 2643.6], ["California Ave Caltrain Station", -122.142805, 1423.8421052632], ["Cowper at University", -122.159504, 1164.1153846154], ["Park at Olive", -122.1377775, 872.2222222222], ["Powell Street BART", -122.408433, 1245.5836909871], ["Clay at Battery", -122.39997, 906.0827586207], ["Davis at Jackson", -122.398436, 1067.6629213483], ["Commercial at Montgomery", -122.402923, 524.7748344371], ["Washington at Kearney", -122.404767, 1497.7671232877], ["Post at Kearney", -122.403452, 825.1928571429], ["Embarcadero at Vallejo", -122.398525, 1817.2216494845], ["Spear at Folsom", -122.390637, 655.7166666667], ["Harry Bridges Plaza (Ferry Building)", -122.394203, 1802.6721991701], ["Embarcadero at Folsom", -122.391034, 938.7894736842], ["Embarcadero at Bryant", -122.388013, 766.0746268657], ["Temporary Transbay Terminal (Howard at Beale)", -122.394643, 535.0488372093], ["Beale at Market", -122.397086, 752.6637554585], ["5th at Howard", -122.405127, 551.4051282051], ["San Francisco City Hall", -122.418235, 1774.6315789474], ["Golden Gate at Polk", -122.418603, 734.3861386139], ["Embarcadero at Sansome", -122.403234, 1630.0022675737], ["2nd at Townsend", -122.390288, 905.3340611354], ["2nd at Folsom", -122.396236, 399.6787330317], ["Howard at 2nd", -122.398108, 414.5117370892], ["2nd at South Park", -122.392738, 512.8461538462], ["Townsend at 7th", -122.402717, 568.9297752809], ["South Van Ness at Market", -122.418954, 912.8475609756], ["Market at 10th", -122.417385, 1139.6389891697], ["Yerba Buena Center of the Arts (3rd @ Howard)", -122.401014, 561.7394957983], ["San Francisco Caltrain 2 (330 Townsend)", -122.39547, 725.3219284603], ["San Francisco Caltrain (Townsend at 4th)", -122.39526, 801.9405320814], ["Powell at Post (Union Square)", -122.408499, 765.4458598726], ["Civic Center BART (7th at Market)", -122.411748, 1276.7208121827], ["Grant Avenue at Columbus Avenue", -122.407245, 1423.375], ["Steuart at Market", -122.394434, 890.9441964286], ["Mechanics Plaza (Market at Battery)", -122.399051, 655.2933333333], ["Market at 4th", -122.404966, 1664.8505338078], ["Market at Sansome", -122.400811, 786.4408284024], ["Santa Clara County Civic Center", -121.905733, 862.4666666667], ["Broadway St at Battery St", -122.400862, 1044.7237569061], ["Mezes Park", -122.236234, 253.3333333333], ["Ryland Park", -121.895617, 556.0]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_Ogq5z_70.png", "TableImg_Ap951_9959.png"], "original_data_index": 2308} +{"question": "Find employee with ID and name of the country presently where (s)he is working.", "answer": {"columns": ["EMPLOYEE_ID", "COUNTRY_NAME"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71], "data": [[100, "United States of America"], [101, "United States of America"], [102, "United States of America"], [103, "United States of America"], [104, "United States of America"], [105, "United States of America"], [106, "United States of America"], [107, "United States of America"], [108, "United States of America"], [109, "United States of America"], [110, "United States of America"], [111, "United States of America"], [112, "United States of America"], [113, "United States of America"], [114, "United States of America"], [115, "United States of America"], [116, "United States of America"], [117, "United States of America"], [118, "United States of America"], [119, "United States of America"], [120, "United States of America"], [121, "United States of America"], [122, "United States of America"], [123, "United States of America"], [124, "United States of America"], [125, "United States of America"], [126, "United States of America"], [127, "United States of America"], [128, "United States of America"], [129, "United States of America"], [130, "United States of America"], [131, "United States of America"], [132, "United States of America"], [133, "United States of America"], [134, "United States of America"], [135, "United States of America"], [136, "United States of America"], [137, "United States of America"], [138, "United States of America"], [139, "United States of America"], [140, "United States of America"], [141, "United States of America"], [142, "United States of America"], [143, "United States of America"], [144, "United States of America"], [180, "United States of America"], [181, "United States of America"], [182, "United States of America"], [183, "United States of America"], [184, "United States of America"], [185, "United States of America"], [186, "United States of America"], [187, "United States of America"], [188, "United States of America"], [189, "United States of America"], [190, "United States of America"], [191, "United States of America"], [192, "United States of America"], [193, "United States of America"], [194, "United States of America"], [195, "United States of America"], [196, "United States of America"], [197, "United States of America"], [198, "United States of America"], [199, "United States of America"], [200, "United States of America"], [201, "Canada"], [202, "Canada"], [203, "United Kingdom"], [204, "Germany"], [205, "United States of America"], [206, "United States of America"]]}, "table_names": "['countries', 'departments', 'employees', 'locations']", "table_image_ids": ["TableImg_Ossac_25.png", "TableImg_T7f7f_27.png", "TableImg_En1a3_107.png", "TableImg_Z1ftn_23.png"], "original_data_index": 2309} +{"question": "Find the addresses and author IDs of the course authors that teach at least two courses.", "answer": {"columns": ["address_line_1", "author_id"], "index": [0, 1, 2, 3, 4], "data": [["5284 Champlin Roads\nCassinport, WY 54636", 5], ["92220 Hellen Skyway Apt. 635\nRennerview, MS 81036", 6], ["0256 Walter Meadows Suite 523\nNorbertoborough, AZ 49193", 8], ["139 O'Conner Circles\nVirginieland, KS 23365", 13], ["3602 Boehm Forest\nZulaufton, DC 35229-0366", 14]]}, "table_names": "['Course_Authors_and_Tutors', 'Courses']", "table_image_ids": ["TableImg_Viidh_15.png", "TableImg_J4loz_15.png"], "original_data_index": 2310} +{"question": "Find all first-grade students who are NOT taught by OTHA MOYER. Report their first and last names.", "answer": {"columns": ["FirstName", "LastName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [[" ANIKA", "YUEN"], [" ANTONY", "BRIGHTBILL"], [" CHANTAL", "HANNEMANN"], [" EVELINA", "BROMLEY"], [" KERI", "TRAYWICK"], [" LANCE", "HOOSOCK"], [" MARCUS", "RUNKLE"], [" MEL", "BALBOA"], [" PATRINA", "AMY"], [" REYNALDO", "BARTKUS"], [" RODGER", "RANSLER"], [" SHANAE", "BIBB"]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_Iq7h4_60.png", "TableImg_Vlc07_12.png"], "original_data_index": 2311} +{"question": "Find the first and last name of all the students of age 18 who have vice president votes.", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Lisa", "Apap"]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_Ska3n_34.png", "TableImg_Yvfkj_10.png"], "original_data_index": 2312} +{"question": "What is the salaray and name of the employee with the most certificates to fly planes more than 5000?", "answer": {"columns": ["name"], "index": [0], "data": [["George Wright"]]}, "table_names": "['aircraft', 'employee', 'certificate']", "table_image_ids": ["TableImg_Xh4i9_16.png", "TableImg_G5eaw_31.png", "TableImg_Vy750_69.png"], "original_data_index": 2313} +{"question": "How many drivers did not participate in the races held in 2009?", "answer": {"columns": ["count(DISTINCT driverId)"], "index": [0], "data": [[25]]}, "table_names": "['races', 'results']", "table_image_ids": ["TableImg_Hx40e_997.png", "TableImg_Fuq2n_23777.png"], "original_data_index": 2314} +{"question": "Show white percentages of cities and the crime rates of counties they are in.", "answer": {"columns": ["White", "Crime_rate"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "data": [[93.1, 118.0], [86.6, 118.0], [83.0, 118.0], [72.5, 123.0], [83.5, 123.0], [82.0, 178.0], [84.5, 178.0], [53.5, 178.0], [80.7, 178.0], [86.0, 178.0], [78.3, 178.0], [84.1, 150.0], [76.1, 150.0], [87.9, 49.0], [61.2, 49.0], [64.3, 174.0], [70.7, 174.0]]}, "table_names": "['county_public_safety', 'city']", "table_image_ids": ["TableImg_Uhyvj_6.png", "TableImg_F02r2_17.png"], "original_data_index": 2315} +{"question": "Show the apartment numbers, start dates, and end dates of all the apartment bookings.", "answer": {"columns": ["apt_number", "booking_start_date", "booking_start_date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Apt. 859", "2016-09-26 17:13:49", "2016-09-26 17:13:49"], ["Suite 634", "2016-04-01 06:28:08", "2016-04-01 06:28:08"], ["Suite 693", "2017-03-13 16:20:14", "2017-03-13 16:20:14"], ["Suite 749", "2016-08-04 10:33:00", "2016-08-04 10:33:00"], ["Apt. 940", "2017-02-11 14:34:14", "2017-02-11 14:34:14"], ["Suite 088", "2016-05-24 20:09:38", "2016-05-24 20:09:38"], ["Apt. 859", "2016-07-25 02:57:04", "2016-07-25 02:57:04"], ["Suite 693", "2016-11-26 05:04:31", "2016-11-26 05:04:31"], ["Apt. 187", "2017-05-13 18:17:20", "2017-05-13 18:17:20"], ["Apt. 477", "2017-03-04 02:23:49", "2017-03-04 02:23:49"], ["Suite 749", "2016-06-07 05:05:18", "2016-06-07 05:05:18"], ["Apt. 794", "2016-04-17 12:53:59", "2016-04-17 12:53:59"], ["Apt. 859", "2016-09-28 05:00:50", "2016-09-28 05:00:50"], ["Apt. 585", "2017-04-07 04:53:27", "2017-04-07 04:53:27"], ["Suite 693", "2017-07-03 14:15:56", "2017-07-03 14:15:56"]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_Hqs4w_15.png", "TableImg_S2nhr_15.png"], "original_data_index": 2316} +{"question": "How many students are affected by cat allergies?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['Has_Allergy']", "table_image_ids": ["TableImg_6n4vj_59.png"], "original_data_index": 2317} +{"question": "What are the different schools and their nicknames, ordered by their founding years?", "answer": {"columns": ["School", "Nickname"], "index": [0, 1, 2, 3, 4], "data": [["University of Delaware", "Fightin' Blue Hens"], ["Rutgers University", "Scarlet Knights"], ["Lebanon Valley College", "Flying Dutchmen"], ["University of Rhode Island", "Rams"], ["Stony Brook University", "Seawolves"]]}, "table_names": "['university']", "table_image_ids": ["TableImg_Faqts_5.png"], "original_data_index": 2318} +{"question": "What is the name of the document which has been accessed the most times, as well as the number of times it has been accessed?", "answer": {"columns": ["document_name", "access_count"], "index": [0], "data": [["Relationships between History and Arts", 9948]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_T2hea_15.png"], "original_data_index": 2319} +{"question": "What is the average age for all managers?", "answer": {"columns": ["avg(Age)"], "index": [0], "data": [[49.1428571429]]}, "table_names": "['manager']", "table_image_ids": ["TableImg_Iessv_7.png"], "original_data_index": 2320} +{"question": "Return the names of products in the category 'Spices'.", "answer": {"columns": ["product_name"], "index": [0, 1, 2, 3], "data": [["cumin"], ["peper"], ["chili"], ["cinnam"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Dvdfu_15.png"], "original_data_index": 2321} +{"question": "What are the names of all stations with a latitude smaller than 37.5?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], "data": [["San Jose Diridon Caltrain Station"], ["San Jose Civic Center"], ["Santa Clara at Almaden"], ["Adobe on Almaden"], ["San Pedro Square"], ["Paseo de San Antonio"], ["San Salvador at 1st"], ["Japantown"], ["San Jose City Hall"], ["MLK Library"], ["SJSU 4th at San Carlos"], ["St James Park"], ["Arena Green / SAP Center"], ["SJSU - San Salvador at 9th"], ["Franklin at Maple"], ["Redwood City Caltrain Station"], ["San Mateo County Center"], ["Redwood City Public Library"], ["Stanford in Redwood City"], ["Redwood City Medical Center"], ["Mountain View City Hall"], ["Mountain View Caltrain Station"], ["San Antonio Caltrain Station"], ["Evelyn Park and Ride"], ["San Antonio Shopping Center"], ["Castro Street and El Camino Real"], ["Rengstorff Avenue / California Street"], ["Palo Alto Caltrain Station"], ["University and Emerson"], ["California Ave Caltrain Station"], ["Cowper at University"], ["Park at Olive"], ["Santa Clara County Civic Center"], ["Mezes Park"], ["Ryland Park"]]}, "table_names": "['station']", "table_image_ids": ["TableImg_N8zvy_70.png"], "original_data_index": 2322} +{"question": "What are the names of the states where at least 3 heads were born?", "answer": {"columns": ["born_state"], "index": [0], "data": [["California"]]}, "table_names": "['head']", "table_image_ids": ["TableImg_74qty_10.png"], "original_data_index": 2323} +{"question": "Which problems are reported by the staff with last name \"Bosco\"? Show the ids of the problems.", "answer": {"columns": ["problem_id"], "index": [0, 1], "data": [[3], [8]]}, "table_names": "['Staff', 'Problems']", "table_image_ids": ["TableImg_Twfh5_15.png", "TableImg_Iwxym_15.png"], "original_data_index": 2324} +{"question": "What are the ids for employees who do not work in departments with managers that have ids between 100 and 200?", "answer": {"columns": ["EMPLOYEE_ID", "FIRST_NAME", "LAST_NAME", "EMAIL", "PHONE_NUMBER", "HIRE_DATE", "JOB_ID", "SALARY", "COMMISSION_PCT", "MANAGER_ID", "DEPARTMENT_ID"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[178, "Kimberely", "Grant", "KGRANT", "011.44.1644.429263", "1987-09-03", "SA_REP", 7000, 0.15, 149, 0], [201, "Michael", "Hartstein", "MHARTSTE", "515.123.5555", "1987-09-26", "MK_MAN", 13000, 0.0, 100, 20], [202, "Pat", "Fay", "PFAY", "603.123.6666", "1987-09-27", "MK_REP", 6000, 0.0, 201, 20], [203, "Susan", "Mavris", "SMAVRIS", "515.123.7777", "1987-09-28", "HR_REP", 6500, 0.0, 101, 40], [204, "Hermann", "Baer", "HBAER", "515.123.8888", "1987-09-29", "PR_REP", 10000, 0.0, 101, 70], [205, "Shelley", "Higgins", "SHIGGINS", "515.123.8080", "1987-09-30", "AC_MGR", 12000, 0.0, 101, 110], [206, "William", "Gietz", "WGIETZ", "515.123.8181", "1987-10-01", "AC_ACCOUNT", 8300, 0.0, 205, 110]]}, "table_names": "['departments', 'employees']", "table_image_ids": ["TableImg_R0tmm_27.png", "TableImg_Mh381_107.png"], "original_data_index": 2325} +{"question": "Which claim incurred the most number of settlements? List the claim id, the date the claim was made, and the number.", "answer": {"columns": ["Claim_ID", "Date_Claim_Made", "count(*)"], "index": [0], "data": [[801, "2017-10-21", 4]]}, "table_names": "['Claims', 'Settlements']", "table_image_ids": ["TableImg_Kcx6q_15.png", "TableImg_R73y4_15.png"], "original_data_index": 2326} +{"question": "What is the \"active to date\" of the latest contact channel used by \"Tillman Ernser\"?", "answer": {"columns": ["max(t2.active_to_date)"], "index": [0], "data": [["2018-03-23 01:30:52"]]}, "table_names": "['Customers', 'Customer_Contact_Channels']", "table_image_ids": ["TableImg_M6rn0_15.png", "TableImg_C9ynp_20.png"], "original_data_index": 2327} +{"question": "Who has written a paper that has the word \"Functional\" in its title? Return the first names of the authors.", "answer": {"columns": ["fname"], "index": [0, 1], "data": [["Olin"], ["Aaron"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_X9lxy_13.png", "TableImg_Onk2r_7.png", "TableImg_R9sva_14.png"], "original_data_index": 2328} +{"question": "What are the names of cities that are in counties that have a crime rate below 100?", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Camuy"], ["Can\u00c3\u00b3vanas"]]}, "table_names": "['county_public_safety', 'city']", "table_image_ids": ["TableImg_Sd05b_6.png", "TableImg_U8r9v_17.png"], "original_data_index": 2329} +{"question": "Find the code of the location with the largest number of documents.", "answer": {"columns": ["Location_Code"], "index": [0], "data": [["x"]]}, "table_names": "['Document_Locations']", "table_image_ids": ["TableImg_G447r_15.png"], "original_data_index": 2330} +{"question": "Find the names of users whose emails contain \u2018superstar\u2019 or \u2018edu\u2019.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3], "data": [["Mary"], ["Tyler Swift"], ["Celine Dion"], ["Natalie Portman"]]}, "table_names": "['user_profiles']", "table_image_ids": ["TableImg_Pde4u_7.png"], "original_data_index": 2331} +{"question": "How many leagues are there in England?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['League', 'Country']", "table_image_ids": ["TableImg_Ymox7_11.png", "TableImg_Dnk1m_11.png"], "original_data_index": 2332} +{"question": "Count the number of regions.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[13]]}, "table_names": "['region']", "table_image_ids": ["TableImg_Zwy93_13.png"], "original_data_index": 2333} +{"question": "How many policies are listed for the customer named \"Dayana Robel\"?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Customers', 'Customers_Policies']", "table_image_ids": ["TableImg_04bk8_15.png", "TableImg_2u1gz_14.png"], "original_data_index": 2334} +{"question": "Find the number of projects which each scientist is working on and scientist's name.", "answer": {"columns": ["count(*)", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [[1, "Anand Manikutty"], [1, "Carol Smith"], [1, "David Smith"], [1, "Elizabeth Doe"], [1, "Eric Goldsmith"], [1, "George ODonnell"], [1, "Joe Stevens"], [1, "John Doe"], [1, "Kumar Swamy"], [1, "Mary-Anne Foster"], [1, "Michael Rogers"], [1, "Zacary Efron"]]}, "table_names": "['Scientists', 'AssignedTo']", "table_image_ids": ["TableImg_Xwdh8_12.png", "TableImg_Iwdn2_12.png"], "original_data_index": 2335} +{"question": "Find the different first names and cities of the students who have allergy to milk or cat.", "answer": {"columns": ["Fname", "city_code"], "index": [0, 1, 2, 3, 4], "data": [["Linda", "BAL"], ["Lisa", "PIT"], ["Derek", "HOU"], ["Mark", "DET"], ["David", "NYC"]]}, "table_names": "['Has_Allergy', 'Student']", "table_image_ids": ["TableImg_A4n5g_59.png", "TableImg_2f1sf_34.png"], "original_data_index": 2336} +{"question": "Show all train names and times in stations in London in descending order by train time.", "answer": {"columns": ["Name", "Time"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Guruvayur Express", "4:49"], ["Guruvayur Express", "22:10"], ["Madurai Fast Passenger", "21:49"], ["Ananthapuri Express", "17:15"], ["Ananthapuri Express", "11:35"], ["Island Express", "11:15"], ["Jayanthi Janatha Express", "10:38"], ["Jayanthi Janatha Express", "06:30"], ["Parasuram Express", "04:20"]]}, "table_names": "['station', 'train', 'train_station']", "table_image_ids": ["TableImg_Owseg_12.png", "TableImg_A0fm4_11.png", "TableImg_Ryir3_11.png"], "original_data_index": 2337} +{"question": "How many stores are headquarted in each city?", "answer": {"columns": ["Headquartered_City", "count(*)"], "index": [0, 1, 2, 3], "data": [["Bahawalpur City", 1], ["Bhakkar City", 1], ["Hafizabad City", 1], ["Khanewal City", 2]]}, "table_names": "['store', 'district', 'store_district']", "table_image_ids": ["TableImg_I89k2_5.png", "TableImg_Xwu78_15.png", "TableImg_Uf5au_5.png"], "original_data_index": 2338} +{"question": "What are the different types of forms?", "answer": {"columns": ["form_type_code"], "index": [0, 1], "data": [["Basic"], ["Complex"]]}, "table_names": "['Forms']", "table_image_ids": ["TableImg_25fur_6.png"], "original_data_index": 2339} +{"question": "What are the names of gymnasts?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Paul Hamm"], ["Lorraine S\u00c3\u00baarez Carmona"], ["Elizabeth Qui\u00c3\u00b1\u00c3\u00b3nez Aroyo"], ["Nadia Caba Rodr\u00c3\u00adguez"], ["Clary Sermina Delgado Cid"], ["Marina Castro Medina"], ["Endis de los Santos \u00c3\u0081lvarez"]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_Dvd1o_7.png", "TableImg_6gfy9_10.png"], "original_data_index": 2340} +{"question": "Show the name and service for all trains in order by time.", "answer": {"columns": ["Name", "Service"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Parasuram Express", "Daily"], ["Quilon Fast Passenger", "Daily"], ["Jayanthi Janatha Express", "Daily"], ["Jayanthi Janatha Express", "Daily"], ["Island Express", "Daily"], ["Ananthapuri Express", "Daily"], ["Island Express", "Daily"], ["Ananthapuri Express", "Daily"], ["Madurai Fast Passenger", "Daily"], ["Guruvayur Express", "Daily"], ["Guruvayur Express", "Daily"]]}, "table_names": "['train']", "table_image_ids": ["TableImg_7wcka_11.png"], "original_data_index": 2341} +{"question": "Find the attribute data type for the attribute named \"Green\".", "answer": {"columns": ["attribute_data_type"], "index": [0], "data": [["Bool"]]}, "table_names": "['Attribute_Definitions']", "table_image_ids": ["TableImg_6lkzh_4.png"], "original_data_index": 2342} +{"question": "What is the installation date for each ending station on all the trips?", "answer": {"columns": ["id", "installation_date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157, 3158, 3159, 3160, 3161, 3162, 3163, 3164, 3165, 3166, 3167, 3168, 3169, 3170, 3171, 3172, 3173, 3174, 3175, 3176, 3177, 3178, 3179, 3180, 3181, 3182, 3183, 3184, 3185, 3186, 3187, 3188, 3189, 3190, 3191, 3192, 3193, 3194, 3195, 3196, 3197, 3198, 3199, 3200, 3201, 3202, 3203, 3204, 3205, 3206, 3207, 3208, 3209, 3210, 3211, 3212, 3213, 3214, 3215, 3216, 3217, 3218, 3219, 3220, 3221, 3222, 3223, 3224, 3225, 3226, 3227, 3228, 3229, 3230, 3231, 3232, 3233, 3234, 3235, 3236, 3237, 3238, 3239, 3240, 3241, 3242, 3243, 3244, 3245, 3246, 3247, 3248, 3249, 3250, 3251, 3252, 3253, 3254, 3255, 3256, 3257, 3258, 3259, 3260, 3261, 3262, 3263, 3264, 3265, 3266, 3267, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3275, 3276, 3277, 3278, 3279, 3280, 3281, 3282, 3283, 3284, 3285, 3286, 3287, 3288, 3289, 3290, 3291, 3292, 3293, 3294, 3295, 3296, 3297, 3298, 3299, 3300, 3301, 3302, 3303, 3304, 3305, 3306, 3307, 3308, 3309, 3310, 3311, 3312, 3313, 3314, 3315, 3316, 3317, 3318, 3319, 3320, 3321, 3322, 3323, 3324, 3325, 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333, 3334, 3335, 3336, 3337, 3338, 3339, 3340, 3341, 3342, 3343, 3344, 3345, 3346, 3347, 3348, 3349, 3350, 3351, 3352, 3353, 3354, 3355, 3356, 3357, 3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365, 3366, 3367, 3368, 3369, 3370, 3371, 3372, 3373, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384, 3385, 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393, 3394, 3395, 3396, 3397, 3398, 3399, 3400, 3401, 3402, 3403, 3404, 3405, 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413, 3414, 3415, 3416, 3417, 3418, 3419, 3420, 3421, 3422, 3423, 3424, 3425, 3426, 3427, 3428, 3429, 3430, 3431, 3432, 3433, 3434, 3435, 3436, 3437, 3438, 3439, 3440, 3441, 3442, 3443, 3444, 3445, 3446, 3447, 3448, 3449, 3450, 3451, 3452, 3453, 3454, 3455, 3456, 3457, 3458, 3459, 3460, 3461, 3462, 3463, 3464, 3465, 3466, 3467, 3468, 3469, 3470, 3471, 3472, 3473, 3474, 3475, 3476, 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3486, 3487, 3488, 3489, 3490, 3491, 3492, 3493, 3494, 3495, 3496, 3497, 3498, 3499, 3500, 3501, 3502, 3503, 3504, 3505, 3506, 3507, 3508, 3509, 3510, 3511, 3512, 3513, 3514, 3515, 3516, 3517, 3518, 3519, 3520, 3521, 3522, 3523, 3524, 3525, 3526, 3527, 3528, 3529, 3530, 3531, 3532, 3533, 3534, 3535, 3536, 3537, 3538, 3539, 3540, 3541, 3542, 3543, 3544, 3545, 3546, 3547, 3548, 3549, 3550, 3551, 3552, 3553, 3554, 3555, 3556, 3557, 3558, 3559, 3560, 3561, 3562, 3563, 3564, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, 3573, 3574, 3575, 3576, 3577, 3578, 3579, 3580, 3581, 3582, 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591, 3592, 3593, 3594, 3595, 3596, 3597, 3598, 3599, 3600, 3601, 3602, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610, 3611, 3612, 3613, 3614, 3615, 3616, 3617, 3618, 3619, 3620, 3621, 3622, 3623, 3624, 3625, 3626, 3627, 3628, 3629, 3630, 3631, 3632, 3633, 3634, 3635, 3636, 3637, 3638, 3639, 3640, 3641, 3642, 3643, 3644, 3645, 3646, 3647, 3648, 3649, 3650, 3651, 3652, 3653, 3654, 3655, 3656, 3657, 3658, 3659, 3660, 3661, 3662, 3663, 3664, 3665, 3666, 3667, 3668, 3669, 3670, 3671, 3672, 3673, 3674, 3675, 3676, 3677, 3678, 3679, 3680, 3681, 3682, 3683, 3684, 3685, 3686, 3687, 3688, 3689, 3690, 3691, 3692, 3693, 3694, 3695, 3696, 3697, 3698, 3699, 3700, 3701, 3702, 3703, 3704, 3705, 3706, 3707, 3708, 3709, 3710, 3711, 3712, 3713, 3714, 3715, 3716, 3717, 3718, 3719, 3720, 3721, 3722, 3723, 3724, 3725, 3726, 3727, 3728, 3729, 3730, 3731, 3732, 3733, 3734, 3735, 3736, 3737, 3738, 3739, 3740, 3741, 3742, 3743, 3744, 3745, 3746, 3747, 3748, 3749, 3750, 3751, 3752, 3753, 3754, 3755, 3756, 3757, 3758, 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3767, 3768, 3769, 3770, 3771, 3772, 3773, 3774, 3775, 3776, 3777, 3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787, 3788, 3789, 3790, 3791, 3792, 3793, 3794, 3795, 3796, 3797, 3798, 3799, 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807, 3808, 3809, 3810, 3811, 3812, 3813, 3814, 3815, 3816, 3817, 3818, 3819, 3820, 3821, 3822, 3823, 3824, 3825, 3826, 3827, 3828, 3829, 3830, 3831, 3832, 3833, 3834, 3835, 3836, 3837, 3838, 3839, 3840, 3841, 3842, 3843, 3844, 3845, 3846, 3847, 3848, 3849, 3850, 3851, 3852, 3853, 3854, 3855, 3856, 3857, 3858, 3859, 3860, 3861, 3862, 3863, 3864, 3865, 3866, 3867, 3868, 3869, 3870, 3871, 3872, 3873, 3874, 3875, 3876, 3877, 3878, 3879, 3880, 3881, 3882, 3883, 3884, 3885, 3886, 3887, 3888, 3889, 3890, 3891, 3892, 3893, 3894, 3895, 3896, 3897, 3898, 3899, 3900, 3901, 3902, 3903, 3904, 3905, 3906, 3907, 3908, 3909, 3910, 3911, 3912, 3913, 3914, 3915, 3916, 3917, 3918, 3919, 3920, 3921, 3922, 3923, 3924, 3925, 3926, 3927, 3928, 3929, 3930, 3931, 3932, 3933, 3934, 3935, 3936, 3937, 3938, 3939, 3940, 3941, 3942, 3943, 3944, 3945, 3946, 3947, 3948, 3949, 3950, 3951, 3952, 3953, 3954, 3955, 3956, 3957, 3958, 3959, 3960, 3961, 3962, 3963, 3964, 3965, 3966, 3967, 3968, 3969, 3970, 3971, 3972, 3973, 3974, 3975, 3976, 3977, 3978, 3979, 3980, 3981, 3982, 3983, 3984, 3985, 3986, 3987, 3988, 3989, 3990, 3991, 3992, 3993, 3994, 3995, 3996, 3997, 3998, 3999, 4000, 4001, 4002, 4003, 4004, 4005, 4006, 4007, 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039, 4040, 4041, 4042, 4043, 4044, 4045, 4046, 4047, 4048, 4049, 4050, 4051, 4052, 4053, 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4062, 4063, 4064, 4065, 4066, 4067, 4068, 4069, 4070, 4071, 4072, 4073, 4074, 4075, 4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, 4087, 4088, 4089, 4090, 4091, 4092, 4093, 4094, 4095, 4096, 4097, 4098, 4099, 4100, 4101, 4102, 4103, 4104, 4105, 4106, 4107, 4108, 4109, 4110, 4111, 4112, 4113, 4114, 4115, 4116, 4117, 4118, 4119, 4120, 4121, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4134, 4135, 4136, 4137, 4138, 4139, 4140, 4141, 4142, 4143, 4144, 4145, 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153, 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4163, 4164, 4165, 4166, 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4174, 4175, 4176, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4185, 4186, 4187, 4188, 4189, 4190, 4191, 4192, 4193, 4194, 4195, 4196, 4197, 4198, 4199, 4200, 4201, 4202, 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, 4211, 4212, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4221, 4222, 4223, 4224, 4225, 4226, 4227, 4228, 4229, 4230, 4231, 4232, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4240, 4241, 4242, 4243, 4244, 4245, 4246, 4247, 4248, 4249, 4250, 4251, 4252, 4253, 4254, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262, 4263, 4264, 4265, 4266, 4267, 4268, 4269, 4270, 4271, 4272, 4273, 4274, 4275, 4276, 4277, 4278, 4279, 4280, 4281, 4282, 4283, 4284, 4285, 4286, 4287, 4288, 4289, 4290, 4291, 4292, 4293, 4294, 4295, 4296, 4297, 4298, 4299, 4300, 4301, 4302, 4303, 4304, 4305, 4306, 4307, 4308, 4309, 4310, 4311, 4312, 4313, 4314, 4315, 4316, 4317, 4318, 4319, 4320, 4321, 4322, 4323, 4324, 4325, 4326, 4327, 4328, 4329, 4330, 4331, 4332, 4333, 4334, 4335, 4336, 4337, 4338, 4339, 4340, 4341, 4342, 4343, 4344, 4345, 4346, 4347, 4348, 4349, 4350, 4351, 4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 4362, 4363, 4364, 4365, 4366, 4367, 4368, 4369, 4370, 4371, 4372, 4373, 4374, 4375, 4376, 4377, 4378, 4379, 4380, 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4388, 4389, 4390, 4391, 4392, 4393, 4394, 4395, 4396, 4397, 4398, 4399, 4400, 4401, 4402, 4403, 4404, 4405, 4406, 4407, 4408, 4409, 4410, 4411, 4412, 4413, 4414, 4415, 4416, 4417, 4418, 4419, 4420, 4421, 4422, 4423, 4424, 4425, 4426, 4427, 4428, 4429, 4430, 4431, 4432, 4433, 4434, 4435, 4436, 4437, 4438, 4439, 4440, 4441, 4442, 4443, 4444, 4445, 4446, 4447, 4448, 4449, 4450, 4451, 4452, 4453, 4454, 4455, 4456, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4465, 4466, 4467, 4468, 4469, 4470, 4471, 4472, 4473, 4474, 4475, 4476, 4477, 4478, 4479, 4480, 4481, 4482, 4483, 4484, 4485, 4486, 4487, 4488, 4489, 4490, 4491, 4492, 4493, 4494, 4495, 4496, 4497, 4498, 4499, 4500, 4501, 4502, 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510, 4511, 4512, 4513, 4514, 4515, 4516, 4517, 4518, 4519, 4520, 4521, 4522, 4523, 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534, 4535, 4536, 4537, 4538, 4539, 4540, 4541, 4542, 4543, 4544, 4545, 4546, 4547, 4548, 4549, 4550, 4551, 4552, 4553, 4554, 4555, 4556, 4557, 4558, 4559, 4560, 4561, 4562, 4563, 4564, 4565, 4566, 4567, 4568, 4569, 4570, 4571, 4572, 4573, 4574, 4575, 4576, 4577, 4578, 4579, 4580, 4581, 4582, 4583, 4584, 4585, 4586, 4587, 4588, 4589, 4590, 4591, 4592, 4593, 4594, 4595, 4596, 4597, 4598, 4599, 4600, 4601, 4602, 4603, 4604, 4605, 4606, 4607, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4626, 4627, 4628, 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4650, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4660, 4661, 4662, 4663, 4664, 4665, 4666, 4667, 4668, 4669, 4670, 4671, 4672, 4673, 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4683, 4684, 4685, 4686, 4687, 4688, 4689, 4690, 4691, 4692, 4693, 4694, 4695, 4696, 4697, 4698, 4699, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4742, 4743, 4744, 4745, 4746, 4747, 4748, 4749, 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, 4760, 4761, 4762, 4763, 4764, 4765, 4766, 4767, 4768, 4769, 4770, 4771, 4772, 4773, 4774, 4775, 4776, 4777, 4778, 4779, 4780, 4781, 4782, 4783, 4784, 4785, 4786, 4787, 4788, 4789, 4790, 4791, 4792, 4793, 4794, 4795, 4796, 4797, 4798, 4799, 4800, 4801, 4802, 4803, 4804, 4805, 4806, 4807, 4808, 4809, 4810, 4811, 4812, 4813, 4814, 4815, 4816, 4817, 4818, 4819, 4820, 4821, 4822, 4823, 4824, 4825, 4826, 4827, 4828, 4829, 4830, 4831, 4832, 4833, 4834, 4835, 4836, 4837, 4838, 4839, 4840, 4841, 4842, 4843, 4844, 4845, 4846, 4847, 4848, 4849, 4850, 4851, 4852, 4853, 4854, 4855, 4856, 4857, 4858, 4859, 4860, 4861, 4862, 4863, 4864, 4865, 4866, 4867, 4868, 4869, 4870, 4871, 4872, 4873, 4874, 4875, 4876, 4877, 4878, 4879, 4880, 4881, 4882, 4883, 4884, 4885, 4886, 4887, 4888, 4889, 4890, 4891, 4892, 4893, 4894, 4895, 4896, 4897, 4898, 4899, 4900, 4901, 4902, 4903, 4904, 4905, 4906, 4907, 4908, 4909, 4910, 4911, 4912, 4913, 4914, 4915, 4916, 4917, 4918, 4919, 4920, 4921, 4922, 4923, 4924, 4925, 4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933, 4934, 4935, 4936, 4937, 4938, 4939, 4940, 4941, 4942, 4943, 4944, 4945, 4946, 4947, 4948, 4949, 4950, 4951, 4952, 4953, 4954, 4955, 4956, 4957, 4958, 4959, 4960, 4961, 4962, 4963, 4964, 4965, 4966, 4967, 4968, 4969, 4970, 4971, 4972, 4973, 4974, 4975, 4976, 4977, 4978, 4979, 4980, 4981, 4982, 4983, 4984, 4985, 4986, 4987, 4988, 4989, 4990, 4991, 4992, 4993, 4994, 4995, 4996, 4997, 4998, 4999, 5000, 5001, 5002, 5003, 5004, 5005, 5006, 5007, 5008, 5009, 5010, 5011, 5012, 5013, 5014, 5015, 5016, 5017, 5018, 5019, 5020, 5021, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5034, 5035, 5036, 5037, 5038, 5039, 5040, 5041, 5042, 5043, 5044, 5045, 5046, 5047, 5048, 5049, 5050, 5051, 5052, 5053, 5054, 5055, 5056, 5057, 5058, 5059, 5060, 5061, 5062, 5063, 5064, 5065, 5066, 5067, 5068, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5077, 5078, 5079, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5087, 5088, 5089, 5090, 5091, 5092, 5093, 5094, 5095, 5096, 5097, 5098, 5099, 5100, 5101, 5102, 5103, 5104, 5105, 5106, 5107, 5108, 5109, 5110, 5111, 5112, 5113, 5114, 5115, 5116, 5117, 5118, 5119, 5120, 5121, 5122, 5123, 5124, 5125, 5126, 5127, 5128, 5129, 5130, 5131, 5132, 5133, 5134, 5135, 5136, 5137, 5138, 5139, 5140, 5141, 5142, 5143, 5144, 5145, 5146, 5147, 5148, 5149, 5150, 5151, 5152, 5153, 5154, 5155, 5156, 5157, 5158, 5159, 5160, 5161, 5162, 5163, 5164, 5165, 5166, 5167, 5168, 5169, 5170, 5171, 5172, 5173, 5174, 5175, 5176, 5177, 5178, 5179, 5180, 5181, 5182, 5183, 5184, 5185, 5186, 5187, 5188, 5189, 5190, 5191, 5192, 5193, 5194, 5195, 5196, 5197, 5198, 5199, 5200, 5201, 5202, 5203, 5204, 5205, 5206, 5207, 5208, 5209, 5210, 5211, 5212, 5213, 5214, 5215, 5216, 5217, 5218, 5219, 5220, 5221, 5222, 5223, 5224, 5225, 5226, 5227, 5228, 5229, 5230, 5231, 5232, 5233, 5234, 5235, 5236, 5237, 5238, 5239, 5240, 5241, 5242, 5243, 5244, 5245, 5246, 5247, 5248, 5249, 5250, 5251, 5252, 5253, 5254, 5255, 5256, 5257, 5258, 5259, 5260, 5261, 5262, 5263, 5264, 5265, 5266, 5267, 5268, 5269, 5270, 5271, 5272, 5273, 5274, 5275, 5276, 5277, 5278, 5279, 5280, 5281, 5282, 5283, 5284, 5285, 5286, 5287, 5288, 5289, 5290, 5291, 5292, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5338, 5339, 5340, 5341, 5342, 5343, 5344, 5345, 5346, 5347, 5348, 5349, 5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359, 5360, 5361, 5362, 5363, 5364, 5365, 5366, 5367, 5368, 5369, 5370, 5371, 5372, 5373, 5374, 5375, 5376, 5377, 5378, 5379, 5380, 5381, 5382, 5383, 5384, 5385, 5386, 5387, 5388, 5389, 5390, 5391, 5392, 5393, 5394, 5395, 5396, 5397, 5398, 5399, 5400, 5401, 5402, 5403, 5404, 5405, 5406, 5407, 5408, 5409, 5410, 5411, 5412, 5413, 5414, 5415, 5416, 5417, 5418, 5419, 5420, 5421, 5422, 5423, 5424, 5425, 5426, 5427, 5428, 5429, 5430, 5431, 5432, 5433, 5434, 5435, 5436, 5437, 5438, 5439, 5440, 5441, 5442, 5443, 5444, 5445, 5446, 5447, 5448, 5449, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5458, 5459, 5460, 5461, 5462, 5463, 5464, 5465, 5466, 5467, 5468, 5469, 5470, 5471, 5472, 5473, 5474, 5475, 5476, 5477, 5478, 5479, 5480, 5481, 5482, 5483, 5484, 5485, 5486, 5487, 5488, 5489, 5490, 5491, 5492, 5493, 5494, 5495, 5496, 5497, 5498, 5499, 5500, 5501, 5502, 5503, 5504, 5505, 5506, 5507, 5508, 5509, 5510, 5511, 5512, 5513, 5514, 5515, 5516, 5517, 5518, 5519, 5520, 5521, 5522, 5523, 5524, 5525, 5526, 5527, 5528, 5529, 5530, 5531, 5532, 5533, 5534, 5535, 5536, 5537, 5538, 5539, 5540, 5541, 5542, 5543, 5544, 5545, 5546, 5547, 5548, 5549, 5550, 5551, 5552, 5553, 5554, 5555, 5556, 5557, 5558, 5559, 5560, 5561, 5562, 5563, 5564, 5565, 5566, 5567, 5568, 5569, 5570, 5571, 5572, 5573, 5574, 5575, 5576, 5577, 5578, 5579, 5580, 5581, 5582, 5583, 5584, 5585, 5586, 5587, 5588, 5589, 5590, 5591, 5592, 5593, 5594, 5595, 5596, 5597, 5598, 5599, 5600, 5601, 5602, 5603, 5604, 5605, 5606, 5607, 5608, 5609, 5610, 5611, 5612, 5613, 5614, 5615, 5616, 5617, 5618, 5619, 5620, 5621, 5622, 5623, 5624, 5625, 5626, 5627, 5628, 5629, 5630, 5631, 5632, 5633, 5634, 5635, 5636, 5637, 5638, 5639, 5640, 5641, 5642, 5643, 5644, 5645, 5646, 5647, 5648, 5649, 5650, 5651, 5652, 5653, 5654, 5655, 5656, 5657, 5658, 5659, 5660, 5661, 5662, 5663, 5664, 5665, 5666, 5667, 5668, 5669, 5670, 5671, 5672, 5673, 5674, 5675, 5676, 5677, 5678, 5679, 5680, 5681, 5682, 5683, 5684, 5685, 5686, 5687, 5688, 5689, 5690, 5691, 5692, 5693, 5694, 5695, 5696, 5697, 5698, 5699, 5700, 5701, 5702, 5703, 5704, 5705, 5706, 5707, 5708, 5709, 5710, 5711, 5712, 5713, 5714, 5715, 5716, 5717, 5718, 5719, 5720, 5721, 5722, 5723, 5724, 5725, 5726, 5727, 5728, 5729, 5730, 5731, 5732, 5733, 5734, 5735, 5736, 5737, 5738, 5739, 5740, 5741, 5742, 5743, 5744, 5745, 5746, 5747, 5748, 5749, 5750, 5751, 5752, 5753, 5754, 5755, 5756, 5757, 5758, 5759, 5760, 5761, 5762, 5763, 5764, 5765, 5766, 5767, 5768, 5769, 5770, 5771, 5772, 5773, 5774, 5775, 5776, 5777, 5778, 5779, 5780, 5781, 5782, 5783, 5784, 5785, 5786, 5787, 5788, 5789, 5790, 5791, 5792, 5793, 5794, 5795, 5796, 5797, 5798, 5799, 5800, 5801, 5802, 5803, 5804, 5805, 5806, 5807, 5808, 5809, 5810, 5811, 5812, 5813, 5814, 5815, 5816, 5817, 5818, 5819, 5820, 5821, 5822, 5823, 5824, 5825, 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, 5838, 5839, 5840, 5841, 5842, 5843, 5844, 5845, 5846, 5847, 5848, 5849, 5850, 5851, 5852, 5853, 5854, 5855, 5856, 5857, 5858, 5859, 5860, 5861, 5862, 5863, 5864, 5865, 5866, 5867, 5868, 5869, 5870, 5871, 5872, 5873, 5874, 5875, 5876, 5877, 5878, 5879, 5880, 5881, 5882, 5883, 5884, 5885, 5886, 5887, 5888, 5889, 5890, 5891, 5892, 5893, 5894, 5895, 5896, 5897, 5898, 5899, 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909, 5910, 5911, 5912, 5913, 5914, 5915, 5916, 5917, 5918, 5919, 5920, 5921, 5922, 5923, 5924, 5925, 5926, 5927, 5928, 5929, 5930, 5931, 5932, 5933, 5934, 5935, 5936, 5937, 5938, 5939, 5940, 5941, 5942, 5943, 5944, 5945, 5946, 5947, 5948, 5949, 5950, 5951, 5952, 5953, 5954, 5955, 5956, 5957, 5958, 5959, 5960, 5961, 5962, 5963, 5964, 5965, 5966, 5967, 5968, 5969, 5970, 5971, 5972, 5973, 5974, 5975, 5976, 5977, 5978, 5979, 5980, 5981, 5982, 5983, 5984, 5985, 5986, 5987, 5988, 5989, 5990, 5991, 5992, 5993, 5994, 5995, 5996, 5997, 5998, 5999, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6010, 6011, 6012, 6013, 6014, 6015, 6016, 6017, 6018, 6019, 6020, 6021, 6022, 6023, 6024, 6025, 6026, 6027, 6028, 6029, 6030, 6031, 6032, 6033, 6034, 6035, 6036, 6037, 6038, 6039, 6040, 6041, 6042, 6043, 6044, 6045, 6046, 6047, 6048, 6049, 6050, 6051, 6052, 6053, 6054, 6055, 6056, 6057, 6058, 6059, 6060, 6061, 6062, 6063, 6064, 6065, 6066, 6067, 6068, 6069, 6070, 6071, 6072, 6073, 6074, 6075, 6076, 6077, 6078, 6079, 6080, 6081, 6082, 6083, 6084, 6085, 6086, 6087, 6088, 6089, 6090, 6091, 6092, 6093, 6094, 6095, 6096, 6097, 6098, 6099, 6100, 6101, 6102, 6103, 6104, 6105, 6106, 6107, 6108, 6109, 6110, 6111, 6112, 6113, 6114, 6115, 6116, 6117, 6118, 6119, 6120, 6121, 6122, 6123, 6124, 6125, 6126, 6127, 6128, 6129, 6130, 6131, 6132, 6133, 6134, 6135, 6136, 6137, 6138, 6139, 6140, 6141, 6142, 6143, 6144, 6145, 6146, 6147, 6148, 6149, 6150, 6151, 6152, 6153, 6154, 6155, 6156, 6157, 6158, 6159, 6160, 6161, 6162, 6163, 6164, 6165, 6166, 6167, 6168, 6169, 6170, 6171, 6172, 6173, 6174, 6175, 6176, 6177, 6178, 6179, 6180, 6181, 6182, 6183, 6184, 6185, 6186, 6187, 6188, 6189, 6190, 6191, 6192, 6193, 6194, 6195, 6196, 6197, 6198, 6199, 6200, 6201, 6202, 6203, 6204, 6205, 6206, 6207, 6208, 6209, 6210, 6211, 6212, 6213, 6214, 6215, 6216, 6217, 6218, 6219, 6220, 6221, 6222, 6223, 6224, 6225, 6226, 6227, 6228, 6229, 6230, 6231, 6232, 6233, 6234, 6235, 6236, 6237, 6238, 6239, 6240, 6241, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6263, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 6275, 6276, 6277, 6278, 6279, 6280, 6281, 6282, 6283, 6284, 6285, 6286, 6287, 6288, 6289, 6290, 6291, 6292, 6293, 6294, 6295, 6296, 6297, 6298, 6299, 6300, 6301, 6302, 6303, 6304, 6305, 6306, 6307, 6308, 6309, 6310, 6311, 6312, 6313, 6314, 6315, 6316, 6317, 6318, 6319, 6320, 6321, 6322, 6323, 6324, 6325, 6326, 6327, 6328, 6329, 6330, 6331, 6332, 6333, 6334, 6335, 6336, 6337, 6338, 6339, 6340, 6341, 6342, 6343, 6344, 6345, 6346, 6347, 6348, 6349, 6350, 6351, 6352, 6353, 6354, 6355, 6356, 6357, 6358, 6359, 6360, 6361, 6362, 6363, 6364, 6365, 6366, 6367, 6368, 6369, 6370, 6371, 6372, 6373, 6374, 6375, 6376, 6377, 6378, 6379, 6380, 6381, 6382, 6383, 6384, 6385, 6386, 6387, 6388, 6389, 6390, 6391, 6392, 6393, 6394, 6395, 6396, 6397, 6398, 6399, 6400, 6401, 6402, 6403, 6404, 6405, 6406, 6407, 6408, 6409, 6410, 6411, 6412, 6413, 6414, 6415, 6416, 6417, 6418, 6419, 6420, 6421, 6422, 6423, 6424, 6425, 6426, 6427, 6428, 6429, 6430, 6431, 6432, 6433, 6434, 6435, 6436, 6437, 6438, 6439, 6440, 6441, 6442, 6443, 6444, 6445, 6446, 6447, 6448, 6449, 6450, 6451, 6452, 6453, 6454, 6455, 6456, 6457, 6458, 6459, 6460, 6461, 6462, 6463, 6464, 6465, 6466, 6467, 6468, 6469, 6470, 6471, 6472, 6473, 6474, 6475, 6476, 6477, 6478, 6479, 6480, 6481, 6482, 6483, 6484, 6485, 6486, 6487, 6488, 6489, 6490, 6491, 6492, 6493, 6494, 6495, 6496, 6497, 6498, 6499, 6500, 6501, 6502, 6503, 6504, 6505, 6506, 6507, 6508, 6509, 6510, 6511, 6512, 6513, 6514, 6515, 6516, 6517, 6518, 6519, 6520, 6521, 6522, 6523, 6524, 6525, 6526, 6527, 6528, 6529, 6530, 6531, 6532, 6533, 6534, 6535, 6536, 6537, 6538, 6539, 6540, 6541, 6542, 6543, 6544, 6545, 6546, 6547, 6548, 6549, 6550, 6551, 6552, 6553, 6554, 6555, 6556, 6557, 6558, 6559, 6560, 6561, 6562, 6563, 6564, 6565, 6566, 6567, 6568, 6569, 6570, 6571, 6572, 6573, 6574, 6575, 6576, 6577, 6578, 6579, 6580, 6581, 6582, 6583, 6584, 6585, 6586, 6587, 6588, 6589, 6590, 6591, 6592, 6593, 6594, 6595, 6596, 6597, 6598, 6599, 6600, 6601, 6602, 6603, 6604, 6605, 6606, 6607, 6608, 6609, 6610, 6611, 6612, 6613, 6614, 6615, 6616, 6617, 6618, 6619, 6620, 6621, 6622, 6623, 6624, 6625, 6626, 6627, 6628, 6629, 6630, 6631, 6632, 6633, 6634, 6635, 6636, 6637, 6638, 6639, 6640, 6641, 6642, 6643, 6644, 6645, 6646, 6647, 6648, 6649, 6650, 6651, 6652, 6653, 6654, 6655, 6656, 6657, 6658, 6659, 6660, 6661, 6662, 6663, 6664, 6665, 6666, 6667, 6668, 6669, 6670, 6671, 6672, 6673, 6674, 6675, 6676, 6677, 6678, 6679, 6680, 6681, 6682, 6683, 6684, 6685, 6686, 6687, 6688, 6689, 6690, 6691, 6692, 6693, 6694, 6695, 6696, 6697, 6698, 6699, 6700, 6701, 6702, 6703, 6704, 6705, 6706, 6707, 6708, 6709, 6710, 6711, 6712, 6713, 6714, 6715, 6716, 6717, 6718, 6719, 6720, 6721, 6722, 6723, 6724, 6725, 6726, 6727, 6728, 6729, 6730, 6731, 6732, 6733, 6734, 6735, 6736, 6737, 6738, 6739, 6740, 6741, 6742, 6743, 6744, 6745, 6746, 6747, 6748, 6749, 6750, 6751, 6752, 6753, 6754, 6755, 6756, 6757, 6758, 6759, 6760, 6761, 6762, 6763, 6764, 6765, 6766, 6767, 6768, 6769, 6770, 6771, 6772, 6773, 6774, 6775, 6776, 6777, 6778, 6779, 6780, 6781, 6782, 6783, 6784, 6785, 6786, 6787, 6788, 6789, 6790, 6791, 6792, 6793, 6794, 6795, 6796, 6797, 6798, 6799, 6800, 6801, 6802, 6803, 6804, 6805, 6806, 6807, 6808, 6809, 6810, 6811, 6812, 6813, 6814, 6815, 6816, 6817, 6818, 6819, 6820, 6821, 6822, 6823, 6824, 6825, 6826, 6827, 6828, 6829, 6830, 6831, 6832, 6833, 6834, 6835, 6836, 6837, 6838, 6839, 6840, 6841, 6842, 6843, 6844, 6845, 6846, 6847, 6848, 6849, 6850, 6851, 6852, 6853, 6854, 6855, 6856, 6857, 6858, 6859, 6860, 6861, 6862, 6863, 6864, 6865, 6866, 6867, 6868, 6869, 6870, 6871, 6872, 6873, 6874, 6875, 6876, 6877, 6878, 6879, 6880, 6881, 6882, 6883, 6884, 6885, 6886, 6887, 6888, 6889, 6890, 6891, 6892, 6893, 6894, 6895, 6896, 6897, 6898, 6899, 6900, 6901, 6902, 6903, 6904, 6905, 6906, 6907, 6908, 6909, 6910, 6911, 6912, 6913, 6914, 6915, 6916, 6917, 6918, 6919, 6920, 6921, 6922, 6923, 6924, 6925, 6926, 6927, 6928, 6929, 6930, 6931, 6932, 6933, 6934, 6935, 6936, 6937, 6938, 6939, 6940, 6941, 6942, 6943, 6944, 6945, 6946, 6947, 6948, 6949, 6950, 6951, 6952, 6953, 6954, 6955, 6956, 6957, 6958, 6959, 6960, 6961, 6962, 6963, 6964, 6965, 6966, 6967, 6968, 6969, 6970, 6971, 6972, 6973, 6974, 6975, 6976, 6977, 6978, 6979, 6980, 6981, 6982, 6983, 6984, 6985, 6986, 6987, 6988, 6989, 6990, 6991, 6992, 6993, 6994, 6995, 6996, 6997, 6998, 6999, 7000, 7001, 7002, 7003, 7004, 7005, 7006, 7007, 7008, 7009, 7010, 7011, 7012, 7013, 7014, 7015, 7016, 7017, 7018, 7019, 7020, 7021, 7022, 7023, 7024, 7025, 7026, 7027, 7028, 7029, 7030, 7031, 7032, 7033, 7034, 7035, 7036, 7037, 7038, 7039, 7040, 7041, 7042, 7043, 7044, 7045, 7046, 7047, 7048, 7049, 7050, 7051, 7052, 7053, 7054, 7055, 7056, 7057, 7058, 7059, 7060, 7061, 7062, 7063, 7064, 7065, 7066, 7067, 7068, 7069, 7070, 7071, 7072, 7073, 7074, 7075, 7076, 7077, 7078, 7079, 7080, 7081, 7082, 7083, 7084, 7085, 7086, 7087, 7088, 7089, 7090, 7091, 7092, 7093, 7094, 7095, 7096, 7097, 7098, 7099, 7100, 7101, 7102, 7103, 7104, 7105, 7106, 7107, 7108, 7109, 7110, 7111, 7112, 7113, 7114, 7115, 7116, 7117, 7118, 7119, 7120, 7121, 7122, 7123, 7124, 7125, 7126, 7127, 7128, 7129, 7130, 7131, 7132, 7133, 7134, 7135, 7136, 7137, 7138, 7139, 7140, 7141, 7142, 7143, 7144, 7145, 7146, 7147, 7148, 7149, 7150, 7151, 7152, 7153, 7154, 7155, 7156, 7157, 7158, 7159, 7160, 7161, 7162, 7163, 7164, 7165, 7166, 7167, 7168, 7169, 7170, 7171, 7172, 7173, 7174, 7175, 7176, 7177, 7178, 7179, 7180, 7181, 7182, 7183, 7184, 7185, 7186, 7187, 7188, 7189, 7190, 7191, 7192, 7193, 7194, 7195, 7196, 7197, 7198, 7199, 7200, 7201, 7202, 7203, 7204, 7205, 7206, 7207, 7208, 7209, 7210, 7211, 7212, 7213, 7214, 7215, 7216, 7217, 7218, 7219, 7220, 7221, 7222, 7223, 7224, 7225, 7226, 7227, 7228, 7229, 7230, 7231, 7232, 7233, 7234, 7235, 7236, 7237, 7238, 7239, 7240, 7241, 7242, 7243, 7244, 7245, 7246, 7247, 7248, 7249, 7250, 7251, 7252, 7253, 7254, 7255, 7256, 7257, 7258, 7259, 7260, 7261, 7262, 7263, 7264, 7265, 7266, 7267, 7268, 7269, 7270, 7271, 7272, 7273, 7274, 7275, 7276, 7277, 7278, 7279, 7280, 7281, 7282, 7283, 7284, 7285, 7286, 7287, 7288, 7289, 7290, 7291, 7292, 7293, 7294, 7295, 7296, 7297, 7298, 7299, 7300, 7301, 7302, 7303, 7304, 7305, 7306, 7307, 7308, 7309, 7310, 7311, 7312, 7313, 7314, 7315, 7316, 7317, 7318, 7319, 7320, 7321, 7322, 7323, 7324, 7325, 7326, 7327, 7328, 7329, 7330, 7331, 7332, 7333, 7334, 7335, 7336, 7337, 7338, 7339, 7340, 7341, 7342, 7343, 7344, 7345, 7346, 7347, 7348, 7349, 7350, 7351, 7352, 7353, 7354, 7355, 7356, 7357, 7358, 7359, 7360, 7361, 7362, 7363, 7364, 7365, 7366, 7367, 7368, 7369, 7370, 7371, 7372, 7373, 7374, 7375, 7376, 7377, 7378, 7379, 7380, 7381, 7382, 7383, 7384, 7385, 7386, 7387, 7388, 7389, 7390, 7391, 7392, 7393, 7394, 7395, 7396, 7397, 7398, 7399, 7400, 7401, 7402, 7403, 7404, 7405, 7406, 7407, 7408, 7409, 7410, 7411, 7412, 7413, 7414, 7415, 7416, 7417, 7418, 7419, 7420, 7421, 7422, 7423, 7424, 7425, 7426, 7427, 7428, 7429, 7430, 7431, 7432, 7433, 7434, 7435, 7436, 7437, 7438, 7439, 7440, 7441, 7442, 7443, 7444, 7445, 7446, 7447, 7448, 7449, 7450, 7451, 7452, 7453, 7454, 7455, 7456, 7457, 7458, 7459, 7460, 7461, 7462, 7463, 7464, 7465, 7466, 7467, 7468, 7469, 7470, 7471, 7472, 7473, 7474, 7475, 7476, 7477, 7478, 7479, 7480, 7481, 7482, 7483, 7484, 7485, 7486, 7487, 7488, 7489, 7490, 7491, 7492, 7493, 7494, 7495, 7496, 7497, 7498, 7499, 7500, 7501, 7502, 7503, 7504, 7505, 7506, 7507, 7508, 7509, 7510, 7511, 7512, 7513, 7514, 7515, 7516, 7517, 7518, 7519, 7520, 7521, 7522, 7523, 7524, 7525, 7526, 7527, 7528, 7529, 7530, 7531, 7532, 7533, 7534, 7535, 7536, 7537, 7538, 7539, 7540, 7541, 7542, 7543, 7544, 7545, 7546, 7547, 7548, 7549, 7550, 7551, 7552, 7553, 7554, 7555, 7556, 7557, 7558, 7559, 7560, 7561, 7562, 7563, 7564, 7565, 7566, 7567, 7568, 7569, 7570, 7571, 7572, 7573, 7574, 7575, 7576, 7577, 7578, 7579, 7580, 7581, 7582, 7583, 7584, 7585, 7586, 7587, 7588, 7589, 7590, 7591, 7592, 7593, 7594, 7595, 7596, 7597, 7598, 7599, 7600, 7601, 7602, 7603, 7604, 7605, 7606, 7607, 7608, 7609, 7610, 7611, 7612, 7613, 7614, 7615, 7616, 7617, 7618, 7619, 7620, 7621, 7622, 7623, 7624, 7625, 7626, 7627, 7628, 7629, 7630, 7631, 7632, 7633, 7634, 7635, 7636, 7637, 7638, 7639, 7640, 7641, 7642, 7643, 7644, 7645, 7646, 7647, 7648, 7649, 7650, 7651, 7652, 7653, 7654, 7655, 7656, 7657, 7658, 7659, 7660, 7661, 7662, 7663, 7664, 7665, 7666, 7667, 7668, 7669, 7670, 7671, 7672, 7673, 7674, 7675, 7676, 7677, 7678, 7679, 7680, 7681, 7682, 7683, 7684, 7685, 7686, 7687, 7688, 7689, 7690, 7691, 7692, 7693, 7694, 7695, 7696, 7697, 7698, 7699, 7700, 7701, 7702, 7703, 7704, 7705, 7706, 7707, 7708, 7709, 7710, 7711, 7712, 7713, 7714, 7715, 7716, 7717, 7718, 7719, 7720, 7721, 7722, 7723, 7724, 7725, 7726, 7727, 7728, 7729, 7730, 7731, 7732, 7733, 7734, 7735, 7736, 7737, 7738, 7739, 7740, 7741, 7742, 7743, 7744, 7745, 7746, 7747, 7748, 7749, 7750, 7751, 7752, 7753, 7754, 7755, 7756, 7757, 7758, 7759, 7760, 7761, 7762, 7763, 7764, 7765, 7766, 7767, 7768, 7769, 7770, 7771, 7772, 7773, 7774, 7775, 7776, 7777, 7778, 7779, 7780, 7781, 7782, 7783, 7784, 7785, 7786, 7787, 7788, 7789, 7790, 7791, 7792, 7793, 7794, 7795, 7796, 7797, 7798, 7799, 7800, 7801, 7802, 7803, 7804, 7805, 7806, 7807, 7808, 7809, 7810, 7811, 7812, 7813, 7814, 7815, 7816, 7817, 7818, 7819, 7820, 7821, 7822, 7823, 7824, 7825, 7826, 7827, 7828, 7829, 7830, 7831, 7832, 7833, 7834, 7835, 7836, 7837, 7838, 7839, 7840, 7841, 7842, 7843, 7844, 7845, 7846, 7847, 7848, 7849, 7850, 7851, 7852, 7853, 7854, 7855, 7856, 7857, 7858, 7859, 7860, 7861, 7862, 7863, 7864, 7865, 7866, 7867, 7868, 7869, 7870, 7871, 7872, 7873, 7874, 7875, 7876, 7877, 7878, 7879, 7880, 7881, 7882, 7883, 7884, 7885, 7886, 7887, 7888, 7889, 7890, 7891, 7892, 7893, 7894, 7895, 7896, 7897, 7898, 7899, 7900, 7901, 7902, 7903, 7904, 7905, 7906, 7907, 7908, 7909, 7910, 7911, 7912, 7913, 7914, 7915, 7916, 7917, 7918, 7919, 7920, 7921, 7922, 7923, 7924, 7925, 7926, 7927, 7928, 7929, 7930, 7931, 7932, 7933, 7934, 7935, 7936, 7937, 7938, 7939, 7940, 7941, 7942, 7943, 7944, 7945, 7946, 7947, 7948, 7949, 7950, 7951, 7952, 7953, 7954, 7955, 7956, 7957, 7958, 7959, 7960, 7961, 7962, 7963, 7964, 7965, 7966, 7967, 7968, 7969, 7970, 7971, 7972, 7973, 7974, 7975, 7976, 7977, 7978, 7979, 7980, 7981, 7982, 7983, 7984, 7985, 7986, 7987, 7988, 7989, 7990, 7991, 7992, 7993, 7994, 7995, 7996, 7997, 7998, 7999, 8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007, 8008, 8009, 8010, 8011, 8012, 8013, 8014, 8015, 8016, 8017, 8018, 8019, 8020, 8021, 8022, 8023, 8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031, 8032, 8033, 8034, 8035, 8036, 8037, 8038, 8039, 8040, 8041, 8042, 8043, 8044, 8045, 8046, 8047, 8048, 8049, 8050, 8051, 8052, 8053, 8054, 8055, 8056, 8057, 8058, 8059, 8060, 8061, 8062, 8063, 8064, 8065, 8066, 8067, 8068, 8069, 8070, 8071, 8072, 8073, 8074, 8075, 8076, 8077, 8078, 8079, 8080, 8081, 8082, 8083, 8084, 8085, 8086, 8087, 8088, 8089, 8090, 8091, 8092, 8093, 8094, 8095, 8096, 8097, 8098, 8099, 8100, 8101, 8102, 8103, 8104, 8105, 8106, 8107, 8108, 8109, 8110, 8111, 8112, 8113, 8114, 8115, 8116, 8117, 8118, 8119, 8120, 8121, 8122, 8123, 8124, 8125, 8126, 8127, 8128, 8129, 8130, 8131, 8132, 8133, 8134, 8135, 8136, 8137, 8138, 8139, 8140, 8141, 8142, 8143, 8144, 8145, 8146, 8147, 8148, 8149, 8150, 8151, 8152, 8153, 8154, 8155, 8156, 8157, 8158, 8159, 8160, 8161, 8162, 8163, 8164, 8165, 8166, 8167, 8168, 8169, 8170, 8171, 8172, 8173, 8174, 8175, 8176, 8177, 8178, 8179, 8180, 8181, 8182, 8183, 8184, 8185, 8186, 8187, 8188, 8189, 8190, 8191, 8192, 8193, 8194, 8195, 8196, 8197, 8198, 8199, 8200, 8201, 8202, 8203, 8204, 8205, 8206, 8207, 8208, 8209, 8210, 8211, 8212, 8213, 8214, 8215, 8216, 8217, 8218, 8219, 8220, 8221, 8222, 8223, 8224, 8225, 8226, 8227, 8228, 8229, 8230, 8231, 8232, 8233, 8234, 8235, 8236, 8237, 8238, 8239, 8240, 8241, 8242, 8243, 8244, 8245, 8246, 8247, 8248, 8249, 8250, 8251, 8252, 8253, 8254, 8255, 8256, 8257, 8258, 8259, 8260, 8261, 8262, 8263, 8264, 8265, 8266, 8267, 8268, 8269, 8270, 8271, 8272, 8273, 8274, 8275, 8276, 8277, 8278, 8279, 8280, 8281, 8282, 8283, 8284, 8285, 8286, 8287, 8288, 8289, 8290, 8291, 8292, 8293, 8294, 8295, 8296, 8297, 8298, 8299, 8300, 8301, 8302, 8303, 8304, 8305, 8306, 8307, 8308, 8309, 8310, 8311, 8312, 8313, 8314, 8315, 8316, 8317, 8318, 8319, 8320, 8321, 8322, 8323, 8324, 8325, 8326, 8327, 8328, 8329, 8330, 8331, 8332, 8333, 8334, 8335, 8336, 8337, 8338, 8339, 8340, 8341, 8342, 8343, 8344, 8345, 8346, 8347, 8348, 8349, 8350, 8351, 8352, 8353, 8354, 8355, 8356, 8357, 8358, 8359, 8360, 8361, 8362, 8363, 8364, 8365, 8366, 8367, 8368, 8369, 8370, 8371, 8372, 8373, 8374, 8375, 8376, 8377, 8378, 8379, 8380, 8381, 8382, 8383, 8384, 8385, 8386, 8387, 8388, 8389, 8390, 8391, 8392, 8393, 8394, 8395, 8396, 8397, 8398, 8399, 8400, 8401, 8402, 8403, 8404, 8405, 8406, 8407, 8408, 8409, 8410, 8411, 8412, 8413, 8414, 8415, 8416, 8417, 8418, 8419, 8420, 8421, 8422, 8423, 8424, 8425, 8426, 8427, 8428, 8429, 8430, 8431, 8432, 8433, 8434, 8435, 8436, 8437, 8438, 8439, 8440, 8441, 8442, 8443, 8444, 8445, 8446, 8447, 8448, 8449, 8450, 8451, 8452, 8453, 8454, 8455, 8456, 8457, 8458, 8459, 8460, 8461, 8462, 8463, 8464, 8465, 8466, 8467, 8468, 8469, 8470, 8471, 8472, 8473, 8474, 8475, 8476, 8477, 8478, 8479, 8480, 8481, 8482, 8483, 8484, 8485, 8486, 8487, 8488, 8489, 8490, 8491, 8492, 8493, 8494, 8495, 8496, 8497, 8498, 8499, 8500, 8501, 8502, 8503, 8504, 8505, 8506, 8507, 8508, 8509, 8510, 8511, 8512, 8513, 8514, 8515, 8516, 8517, 8518, 8519, 8520, 8521, 8522, 8523, 8524, 8525, 8526, 8527, 8528, 8529, 8530, 8531, 8532, 8533, 8534, 8535, 8536, 8537, 8538, 8539, 8540, 8541, 8542, 8543, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8556, 8557, 8558, 8559, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 8570, 8571, 8572, 8573, 8574, 8575, 8576, 8577, 8578, 8579, 8580, 8581, 8582, 8583, 8584, 8585, 8586, 8587, 8588, 8589, 8590, 8591, 8592, 8593, 8594, 8595, 8596, 8597, 8598, 8599, 8600, 8601, 8602, 8603, 8604, 8605, 8606, 8607, 8608, 8609, 8610, 8611, 8612, 8613, 8614, 8615, 8616, 8617, 8618, 8619, 8620, 8621, 8622, 8623, 8624, 8625, 8626, 8627, 8628, 8629, 8630, 8631, 8632, 8633, 8634, 8635, 8636, 8637, 8638, 8639, 8640, 8641, 8642, 8643, 8644, 8645, 8646, 8647, 8648, 8649, 8650, 8651, 8652, 8653, 8654, 8655, 8656, 8657, 8658, 8659, 8660, 8661, 8662, 8663, 8664, 8665, 8666, 8667, 8668, 8669, 8670, 8671, 8672, 8673, 8674, 8675, 8676, 8677, 8678, 8679, 8680, 8681, 8682, 8683, 8684, 8685, 8686, 8687, 8688, 8689, 8690, 8691, 8692, 8693, 8694, 8695, 8696, 8697, 8698, 8699, 8700, 8701, 8702, 8703, 8704, 8705, 8706, 8707, 8708, 8709, 8710, 8711, 8712, 8713, 8714, 8715, 8716, 8717, 8718, 8719, 8720, 8721, 8722, 8723, 8724, 8725, 8726, 8727, 8728, 8729, 8730, 8731, 8732, 8733, 8734, 8735, 8736, 8737, 8738, 8739, 8740, 8741, 8742, 8743, 8744, 8745, 8746, 8747, 8748, 8749, 8750, 8751, 8752, 8753, 8754, 8755, 8756, 8757, 8758, 8759, 8760, 8761, 8762, 8763, 8764, 8765, 8766, 8767, 8768, 8769, 8770, 8771, 8772, 8773, 8774, 8775, 8776, 8777, 8778, 8779, 8780, 8781, 8782, 8783, 8784, 8785, 8786, 8787, 8788, 8789, 8790, 8791, 8792, 8793, 8794, 8795, 8796, 8797, 8798, 8799, 8800, 8801, 8802, 8803, 8804, 8805, 8806, 8807, 8808, 8809, 8810, 8811, 8812, 8813, 8814, 8815, 8816, 8817, 8818, 8819, 8820, 8821, 8822, 8823, 8824, 8825, 8826, 8827, 8828, 8829, 8830, 8831, 8832, 8833, 8834, 8835, 8836, 8837, 8838, 8839, 8840, 8841, 8842, 8843, 8844, 8845, 8846, 8847, 8848, 8849, 8850, 8851, 8852, 8853, 8854, 8855, 8856, 8857, 8858, 8859, 8860, 8861, 8862, 8863, 8864, 8865, 8866, 8867, 8868, 8869, 8870, 8871, 8872, 8873, 8874, 8875, 8876, 8877, 8878, 8879, 8880, 8881, 8882, 8883, 8884, 8885, 8886, 8887, 8888, 8889, 8890, 8891, 8892, 8893, 8894, 8895, 8896, 8897, 8898, 8899, 8900, 8901, 8902, 8903, 8904, 8905, 8906, 8907, 8908, 8909, 8910, 8911, 8912, 8913, 8914, 8915, 8916, 8917, 8918, 8919, 8920, 8921, 8922, 8923, 8924, 8925, 8926, 8927, 8928, 8929, 8930, 8931, 8932, 8933, 8934, 8935, 8936, 8937, 8938, 8939, 8940, 8941, 8942, 8943, 8944, 8945, 8946, 8947, 8948, 8949, 8950, 8951, 8952, 8953, 8954, 8955, 8956, 8957, 8958, 8959, 8960, 8961, 8962, 8963, 8964, 8965, 8966, 8967, 8968, 8969, 8970, 8971, 8972, 8973, 8974, 8975, 8976, 8977, 8978, 8979, 8980, 8981, 8982, 8983, 8984, 8985, 8986, 8987, 8988, 8989, 8990, 8991, 8992, 8993, 8994, 8995, 8996, 8997, 8998, 8999, 9000, 9001, 9002, 9003, 9004, 9005, 9006, 9007, 9008, 9009, 9010, 9011, 9012, 9013, 9014, 9015, 9016, 9017, 9018, 9019, 9020, 9021, 9022, 9023, 9024, 9025, 9026, 9027, 9028, 9029, 9030, 9031, 9032, 9033, 9034, 9035, 9036, 9037, 9038, 9039, 9040, 9041, 9042, 9043, 9044, 9045, 9046, 9047, 9048, 9049, 9050, 9051, 9052, 9053, 9054, 9055, 9056, 9057, 9058, 9059, 9060, 9061, 9062, 9063, 9064, 9065, 9066, 9067, 9068, 9069, 9070, 9071, 9072, 9073, 9074, 9075, 9076, 9077, 9078, 9079, 9080, 9081, 9082, 9083, 9084, 9085, 9086, 9087, 9088, 9089, 9090, 9091, 9092, 9093, 9094, 9095, 9096, 9097, 9098, 9099, 9100, 9101, 9102, 9103, 9104, 9105, 9106, 9107, 9108, 9109, 9110, 9111, 9112, 9113, 9114, 9115, 9116, 9117, 9118, 9119, 9120, 9121, 9122, 9123, 9124, 9125, 9126, 9127, 9128, 9129, 9130, 9131, 9132, 9133, 9134, 9135, 9136, 9137, 9138, 9139, 9140, 9141, 9142, 9143, 9144, 9145, 9146, 9147, 9148, 9149, 9150, 9151, 9152, 9153, 9154, 9155, 9156, 9157, 9158, 9159, 9160, 9161, 9162, 9163, 9164, 9165, 9166, 9167, 9168, 9169, 9170, 9171, 9172, 9173, 9174, 9175, 9176, 9177, 9178, 9179, 9180, 9181, 9182, 9183, 9184, 9185, 9186, 9187, 9188, 9189, 9190, 9191, 9192, 9193, 9194, 9195, 9196, 9197, 9198, 9199, 9200, 9201, 9202, 9203, 9204, 9205, 9206, 9207, 9208, 9209, 9210, 9211, 9212, 9213, 9214, 9215, 9216, 9217, 9218, 9219, 9220, 9221, 9222, 9223, 9224, 9225, 9226, 9227, 9228, 9229, 9230, 9231, 9232, 9233, 9234, 9235, 9236, 9237, 9238, 9239, 9240, 9241, 9242, 9243, 9244, 9245, 9246, 9247, 9248, 9249, 9250, 9251, 9252, 9253, 9254, 9255, 9256, 9257, 9258, 9259, 9260, 9261, 9262, 9263, 9264, 9265, 9266, 9267, 9268, 9269, 9270, 9271, 9272, 9273, 9274, 9275, 9276, 9277, 9278, 9279, 9280, 9281, 9282, 9283, 9284, 9285, 9286, 9287, 9288, 9289, 9290, 9291, 9292, 9293, 9294, 9295, 9296, 9297, 9298, 9299, 9300, 9301, 9302, 9303, 9304, 9305, 9306, 9307, 9308, 9309, 9310, 9311, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9322, 9323, 9324, 9325, 9326, 9327, 9328, 9329, 9330, 9331, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 9342, 9343, 9344, 9345, 9346, 9347, 9348, 9349, 9350, 9351, 9352, 9353, 9354, 9355, 9356, 9357, 9358, 9359, 9360, 9361, 9362, 9363, 9364, 9365, 9366, 9367, 9368, 9369, 9370, 9371, 9372, 9373, 9374, 9375, 9376, 9377, 9378, 9379, 9380, 9381, 9382, 9383, 9384, 9385, 9386, 9387, 9388, 9389, 9390, 9391, 9392, 9393, 9394, 9395, 9396, 9397, 9398, 9399, 9400, 9401, 9402, 9403, 9404, 9405, 9406, 9407, 9408, 9409, 9410, 9411, 9412, 9413, 9414, 9415, 9416, 9417, 9418, 9419, 9420, 9421, 9422, 9423, 9424, 9425, 9426, 9427, 9428, 9429, 9430, 9431, 9432, 9433, 9434, 9435, 9436, 9437, 9438, 9439, 9440, 9441, 9442, 9443, 9444, 9445, 9446, 9447, 9448, 9449, 9450, 9451, 9452, 9453, 9454, 9455, 9456, 9457, 9458, 9459, 9460, 9461, 9462, 9463, 9464, 9465, 9466, 9467, 9468, 9469, 9470, 9471, 9472, 9473, 9474, 9475, 9476, 9477, 9478, 9479, 9480, 9481, 9482, 9483, 9484, 9485, 9486, 9487, 9488, 9489, 9490, 9491, 9492, 9493, 9494, 9495, 9496, 9497, 9498, 9499, 9500, 9501, 9502, 9503, 9504, 9505, 9506, 9507, 9508, 9509, 9510, 9511, 9512, 9513, 9514, 9515, 9516, 9517, 9518, 9519, 9520, 9521, 9522, 9523, 9524, 9525, 9526, 9527, 9528, 9529, 9530, 9531, 9532, 9533, 9534, 9535, 9536, 9537, 9538, 9539, 9540, 9541, 9542, 9543, 9544, 9545, 9546, 9547, 9548, 9549, 9550, 9551, 9552, 9553, 9554, 9555, 9556, 9557, 9558, 9559, 9560, 9561, 9562, 9563, 9564, 9565, 9566, 9567, 9568, 9569, 9570, 9571, 9572, 9573, 9574, 9575, 9576, 9577, 9578, 9579, 9580, 9581, 9582, 9583, 9584, 9585, 9586, 9587, 9588, 9589, 9590, 9591, 9592, 9593, 9594, 9595, 9596, 9597, 9598, 9599, 9600, 9601, 9602, 9603, 9604, 9605, 9606, 9607, 9608, 9609, 9610, 9611, 9612, 9613, 9614, 9615, 9616, 9617, 9618, 9619, 9620, 9621, 9622, 9623, 9624, 9625, 9626, 9627, 9628, 9629, 9630, 9631, 9632, 9633, 9634, 9635, 9636, 9637, 9638, 9639, 9640, 9641, 9642, 9643, 9644, 9645, 9646, 9647, 9648, 9649, 9650, 9651, 9652, 9653, 9654, 9655, 9656, 9657, 9658, 9659, 9660, 9661, 9662, 9663, 9664, 9665, 9666, 9667, 9668, 9669, 9670, 9671, 9672, 9673, 9674, 9675, 9676, 9677, 9678, 9679, 9680, 9681, 9682, 9683, 9684, 9685, 9686, 9687, 9688, 9689, 9690, 9691, 9692, 9693, 9694, 9695, 9696, 9697, 9698, 9699, 9700, 9701, 9702, 9703, 9704, 9705, 9706, 9707, 9708, 9709, 9710, 9711, 9712, 9713, 9714, 9715, 9716, 9717, 9718, 9719, 9720, 9721, 9722, 9723, 9724, 9725, 9726, 9727, 9728, 9729, 9730, 9731, 9732, 9733, 9734, 9735, 9736, 9737, 9738, 9739, 9740, 9741, 9742, 9743, 9744, 9745, 9746, 9747, 9748, 9749, 9750, 9751, 9752, 9753, 9754, 9755, 9756, 9757, 9758, 9759, 9760, 9761, 9762, 9763, 9764, 9765, 9766, 9767, 9768, 9769, 9770, 9771, 9772, 9773, 9774, 9775, 9776, 9777, 9778, 9779, 9780, 9781, 9782, 9783, 9784, 9785, 9786, 9787, 9788, 9789, 9790, 9791, 9792, 9793, 9794, 9795, 9796, 9797, 9798, 9799, 9800, 9801, 9802, 9803, 9804, 9805, 9806, 9807, 9808, 9809, 9810, 9811, 9812, 9813, 9814, 9815, 9816, 9817, 9818, 9819, 9820, 9821, 9822, 9823, 9824, 9825, 9826, 9827, 9828, 9829, 9830, 9831, 9832, 9833, 9834, 9835, 9836, 9837, 9838, 9839, 9840, 9841, 9842, 9843, 9844, 9845, 9846, 9847, 9848, 9849, 9850, 9851, 9852, 9853, 9854, 9855, 9856, 9857, 9858, 9859, 9860, 9861, 9862, 9863, 9864, 9865, 9866, 9867, 9868, 9869, 9870, 9871, 9872, 9873, 9874, 9875, 9876, 9877, 9878, 9879, 9880, 9881, 9882, 9883, 9884, 9885, 9886, 9887, 9888, 9889, 9890, 9891, 9892, 9893, 9894, 9895, 9896, 9897, 9898, 9899, 9900, 9901, 9902, 9903, 9904, 9905, 9906, 9907, 9908, 9909, 9910, 9911, 9912, 9913, 9914, 9915, 9916, 9917, 9918, 9919, 9920, 9921, 9922, 9923, 9924, 9925, 9926, 9927, 9928, 9929, 9930, 9931, 9932, 9933, 9934, 9935, 9936, 9937, 9938, 9939, 9940, 9941, 9942, 9943, 9944, 9945, 9946, 9947, 9948, 9949, 9950, 9951, 9952, 9953, 9954, 9955, 9956, 9957, 9958], "data": [[900504, "8/23/2013"], [900505, "8/23/2013"], [900506, "8/20/2013"], [900507, "8/22/2013"], [900508, "8/23/2013"], [900509, "8/22/2013"], [900511, "8/20/2013"], [900514, "8/23/2013"], [900515, "8/23/2013"], [900518, "8/23/2013"], [900519, "8/25/2013"], [900520, "8/22/2013"], [900521, "8/20/2013"], [900522, "8/23/2013"], [900523, "8/14/2013"], [900524, "8/23/2013"], [900527, "8/23/2013"], [900528, "8/20/2013"], [900529, "8/21/2013"], [900530, "8/25/2013"], [900531, "8/21/2013"], [900534, "8/23/2013"], [900536, "8/23/2013"], [900537, "8/25/2013"], [900538, "8/20/2013"], [900539, "8/20/2013"], [900540, "8/22/2013"], [900541, "8/23/2013"], [900542, "8/25/2013"], [900543, "8/23/2013"], [900544, "8/20/2013"], [900545, "8/23/2013"], [900546, "8/23/2013"], [900547, "8/23/2013"], [900548, "8/23/2013"], [900549, "8/25/2013"], [900550, "8/22/2013"], [900551, "8/23/2013"], [900552, "8/25/2013"], [900553, "8/23/2013"], [900554, "8/25/2013"], [900555, "8/20/2013"], [900556, "8/23/2013"], [900557, "8/15/2013"], [900558, "8/23/2013"], [900560, "8/19/2013"], [900561, "8/15/2013"], [900562, "8/23/2013"], [900563, "8/23/2013"], [900564, "8/25/2013"], [900565, "8/23/2013"], [900566, "8/20/2013"], [900567, "8/19/2013"], [900568, "8/23/2013"], [900569, "8/15/2013"], [900570, "8/6/2013"], [900571, "8/20/2013"], [900572, "8/25/2013"], [900573, "8/22/2013"], [900574, "8/22/2013"], [900576, "8/23/2013"], [900577, "8/21/2013"], [900578, "8/23/2013"], [900579, "8/23/2013"], [900580, "8/22/2013"], [900581, "8/25/2013"], [900583, "8/20/2013"], [900584, "8/25/2013"], [900585, "8/25/2013"], [900586, "8/20/2013"], [900587, "8/22/2013"], [900588, "8/23/2013"], [900589, "8/20/2013"], [900590, "8/25/2013"], [900591, "8/22/2013"], [900592, "8/21/2013"], [900594, "8/6/2013"], [900598, "8/23/2013"], [900601, "8/23/2013"], [900604, "8/25/2013"], [900607, "8/20/2013"], [900610, "8/23/2013"], [900613, "8/20/2013"], [900616, "8/23/2013"], [900617, "8/22/2013"], [900618, "8/21/2013"], [900619, "8/23/2013"], [900620, "8/23/2013"], [900621, "8/19/2013"], [900622, "8/23/2013"], [900623, "8/23/2013"], [900624, "8/25/2013"], [900625, "8/19/2013"], [900626, "8/23/2013"], [900629, "8/22/2013"], [900630, "8/16/2013"], [900631, "8/15/2013"], [900632, "8/20/2013"], [900635, "8/25/2013"], [900636, "8/23/2013"], [900639, "8/22/2013"], [900640, "8/20/2013"], [900641, "8/23/2013"], [900644, "8/23/2013"], [900645, "8/23/2013"], [900646, "8/23/2013"], [900647, "8/21/2013"], [900648, "8/7/2013"], [900649, "8/23/2013"], [900650, "1/22/2014"], [900651, "8/23/2013"], [900656, "4/9/2014"], [900660, "8/22/2013"], [900661, "8/25/2013"], [900662, "8/23/2013"], [900663, "8/22/2013"], [900664, "8/23/2013"], [900665, "8/20/2013"], [900666, "8/7/2013"], [900667, "8/21/2013"], [900668, "8/19/2013"], [900669, "8/19/2013"], [900670, "8/19/2013"], [900671, "8/19/2013"], [900672, "8/22/2013"], [900673, "8/22/2013"], [900674, "8/23/2013"], [900675, "8/19/2013"], [900676, "8/7/2013"], [900677, "8/23/2013"], [900678, "8/23/2013"], [900679, "8/22/2013"], [900680, "8/20/2013"], [900683, "8/25/2013"], [900684, "4/9/2014"], [900685, "8/22/2013"], [900688, "8/25/2013"], [900689, "8/23/2013"], [900692, "8/22/2013"], [900693, "8/25/2013"], [900694, "8/6/2013"], [900699, "8/20/2013"], [900700, "8/23/2013"], [900701, "8/23/2013"], [900704, "8/23/2013"], [900705, "8/23/2013"], [900706, "8/20/2013"], [900707, "8/14/2013"], [900709, "8/25/2013"], [900711, "8/23/2013"], [900712, "8/22/2013"], [900713, "8/20/2013"], [900714, "8/25/2013"], [900715, "8/22/2013"], [900716, "8/20/2013"], [900717, "8/23/2013"], [900718, "12/31/2013"], [900719, "8/22/2013"], [900720, "8/21/2013"], [900721, "8/25/2013"], [900722, "8/21/2013"], [900723, "8/20/2013"], [900724, "8/21/2013"], [900725, "8/23/2013"], [900726, "8/23/2013"], [900727, "8/20/2013"], [900728, "8/23/2013"], [900729, "8/23/2013"], [900730, "8/25/2013"], [900731, "8/23/2013"], [900732, "8/20/2013"], [900733, "8/25/2013"], [900734, "8/23/2013"], [900735, "8/25/2013"], [900736, "1/22/2014"], [900737, "8/22/2013"], [900738, "8/22/2013"], [900739, "8/22/2013"], [900740, "8/25/2013"], [900741, "8/23/2013"], [900742, "8/25/2013"], [900743, "8/16/2013"], [900745, "8/20/2013"], [900746, "8/14/2013"], [900747, "8/23/2013"], [900748, "8/21/2013"], [900749, "8/23/2013"], [900750, "8/21/2013"], [900751, "8/5/2013"], [900752, "8/23/2013"], [900753, "8/23/2013"], [900755, "8/23/2013"], [900756, "8/20/2013"], [900757, "8/23/2013"], [900758, "8/25/2013"], [900760, "8/25/2013"], [900761, "8/23/2013"], [900762, "8/22/2013"], [900763, "8/21/2013"], [900764, "8/23/2013"], [900766, "8/6/2013"], [900767, "8/20/2013"], [900768, "8/22/2013"], [900769, "8/23/2013"], [900770, "8/21/2013"], [900771, "8/21/2013"], [900772, "8/22/2013"], [900774, "8/22/2013"], [900775, "8/23/2013"], [900776, "8/23/2013"], [900777, "8/19/2013"], [900778, "8/21/2013"], [900780, "8/23/2013"], [900781, "8/25/2013"], [900782, "8/22/2013"], [900783, "8/15/2013"], [900784, "8/25/2013"], [900785, "8/22/2013"], [900786, "8/21/2013"], [900787, "8/23/2013"], [900789, "8/25/2013"], [900790, "8/23/2013"], [900795, "8/23/2013"], [900796, "8/22/2013"], [900799, "8/20/2013"], [900800, "8/19/2013"], [900801, "8/23/2013"], [900802, "8/23/2013"], [900803, "8/25/2013"], [900804, "8/19/2013"], [900805, "8/22/2013"], [900806, "8/23/2013"], [900807, "8/23/2013"], [900808, "8/20/2013"], [900809, "8/6/2013"], [900810, "8/23/2013"], [900811, "8/20/2013"], [900812, "8/21/2013"], [900813, "8/23/2013"], [900814, "8/25/2013"], [900815, "8/25/2013"], [900816, "8/25/2013"], [900817, "8/25/2013"], [900818, "8/23/2013"], [900819, "8/19/2013"], [900820, "8/21/2013"], [900821, "8/6/2013"], [900822, "8/22/2013"], [900823, "8/23/2013"], [900824, "8/25/2013"], [900825, "8/20/2013"], [900826, "8/21/2013"], [900828, "8/20/2013"], [900830, "8/21/2013"], [900831, "8/23/2013"], [900832, "8/25/2013"], [900833, "8/21/2013"], [900834, "1/22/2014"], [900835, "8/25/2013"], [900836, "8/16/2013"], [900840, "8/6/2013"], [900841, "8/25/2013"], [900842, "8/23/2013"], [900843, "8/5/2013"], [900844, "8/25/2013"], [900846, "8/20/2013"], [900847, "8/25/2013"], [900849, "8/21/2013"], [900853, "8/19/2013"], [900854, "8/25/2013"], [900855, "8/23/2013"], [900856, "8/21/2013"], [900857, "8/23/2013"], [900858, "8/22/2013"], [900859, "8/20/2013"], [900860, "8/23/2013"], [900861, "8/20/2013"], [900862, "8/20/2013"], [900865, "8/20/2013"], [900866, "8/23/2013"], [900867, "8/16/2013"], [900868, "8/23/2013"], [900871, "8/22/2013"], [900874, "8/21/2013"], [900875, "8/19/2013"], [900876, "8/23/2013"], [900877, "8/23/2013"], [900878, "8/21/2013"], [900879, "8/21/2013"], [900880, "12/31/2013"], [900881, "8/25/2013"], [900882, "8/21/2013"], [900883, "8/20/2013"], [900884, "4/9/2014"], [900885, "4/9/2014"], [900886, "8/22/2013"], [900887, "8/25/2013"], [900888, "8/23/2013"], [900889, "8/21/2013"], [900890, "12/31/2013"], [900891, "12/31/2013"], [900892, "8/22/2013"], [900893, "8/22/2013"], [900894, "8/23/2013"], [900895, "8/19/2013"], [900896, "8/21/2013"], [900897, "8/5/2013"], [900898, "8/20/2013"], [900899, "8/20/2013"], [900900, "8/6/2013"], [900901, "8/23/2013"], [900902, "8/23/2013"], [900903, "8/20/2013"], [900904, "8/19/2013"], [900905, "8/19/2013"], [900906, "8/21/2013"], [900907, "8/20/2013"], [900908, "8/19/2013"], [900909, "8/19/2013"], [900910, "8/22/2013"], [900911, "8/20/2013"], [900912, "8/21/2013"], [900913, "8/21/2013"], [900914, "8/25/2013"], [900915, "8/22/2013"], [900916, "8/22/2013"], [900917, "8/23/2013"], [900918, "8/21/2013"], [900919, "8/6/2013"], [900920, "8/23/2013"], [900922, "8/23/2013"], [900923, "8/23/2013"], [900924, "8/23/2013"], [900925, "8/23/2013"], [900926, "8/22/2013"], [900927, "8/21/2013"], [900928, "8/19/2013"], [900929, "8/22/2013"], [900930, "8/25/2013"], [900931, "8/25/2013"], [900932, "8/23/2013"], [900933, "8/19/2013"], [900934, "8/21/2013"], [900936, "8/21/2013"], [900937, "8/20/2013"], [900938, "8/19/2013"], [900939, "8/20/2013"], [900941, "8/20/2013"], [900943, "8/25/2013"], [900945, "8/23/2013"], [900946, "8/20/2013"], [900947, "8/25/2013"], [900948, "8/20/2013"], [900949, "8/20/2013"], [900955, "8/21/2013"], [900956, "8/16/2013"], [900961, "8/25/2013"], [900962, "8/22/2013"], [900963, "8/21/2013"], [900964, "8/25/2013"], [900965, "8/20/2013"], [900966, "8/21/2013"], [900968, "8/25/2013"], [900969, "8/20/2013"], [900970, "8/23/2013"], [900971, "8/25/2013"], [900972, "8/25/2013"], [900973, "8/22/2013"], [900974, "8/25/2013"], [900976, "8/25/2013"], [900977, "8/25/2013"], [900978, "8/21/2013"], [900979, "8/21/2013"], [900980, "8/21/2013"], [900981, "8/19/2013"], [900982, "8/23/2013"], [900983, "8/20/2013"], [900984, "8/23/2013"], [900985, "8/20/2013"], [900986, "8/20/2013"], [900987, "8/16/2013"], [900988, "8/5/2013"], [900989, "8/23/2013"], [900990, "8/7/2013"], [900992, "8/25/2013"], [900993, "8/25/2013"], [900994, "8/20/2013"], [900995, "8/19/2013"], [900996, "8/21/2013"], [900997, "8/21/2013"], [900998, "8/25/2013"], [900999, "8/25/2013"], [901002, "8/25/2013"], [901003, "8/21/2013"], [901004, "8/23/2013"], [901005, "8/20/2013"], [901006, "8/20/2013"], [901007, "8/14/2013"], [901008, "8/14/2013"], [901009, "8/22/2013"], [901010, "8/23/2013"], [901011, "8/21/2013"], [901012, "8/23/2013"], [901013, "8/23/2013"], [901014, "8/20/2013"], [901015, "8/20/2013"], [901016, "8/22/2013"], [901017, "8/14/2013"], [901018, "8/20/2013"], [901020, "8/20/2013"], [901021, "8/21/2013"], [901022, "8/20/2013"], [901023, "8/22/2013"], [901024, "8/25/2013"], [901025, "8/21/2013"], [901026, "8/21/2013"], [901027, "8/20/2013"], [901028, "8/21/2013"], [901029, "8/21/2013"], [901034, "8/21/2013"], [901036, "8/25/2013"], [901037, "8/23/2013"], [901038, "8/21/2013"], [901039, "8/23/2013"], [901040, "8/21/2013"], [901041, "8/21/2013"], [901042, "8/25/2013"], [901044, "8/21/2013"], [901045, "8/21/2013"], [901046, "8/20/2013"], [901047, "8/20/2013"], [901051, "8/20/2013"], [901052, "8/20/2013"], [901054, "8/21/2013"], [901055, "8/21/2013"], [901056, "8/23/2013"], [901057, "8/19/2013"], [901058, "8/19/2013"], [901059, "8/21/2013"], [901060, "8/20/2013"], [901061, "8/19/2013"], [901062, "8/23/2013"], [901063, "8/23/2013"], [901064, "8/25/2013"], [901065, "8/19/2013"], [901066, "8/23/2013"], [901067, "8/21/2013"], [901068, "8/19/2013"], [901069, "8/25/2013"], [901070, "8/21/2013"], [901071, "8/25/2013"], [901072, "8/19/2013"], [901073, "8/25/2013"], [901074, "8/25/2013"], [901075, "8/23/2013"], [901076, "8/25/2013"], [901077, "8/23/2013"], [901078, "8/19/2013"], [901079, "8/19/2013"], [901080, "8/6/2013"], [901081, "8/25/2013"], [901082, "8/19/2013"], [901083, "8/19/2013"], [901085, "8/20/2013"], [901086, "8/25/2013"], [901087, "8/14/2013"], [901088, "8/21/2013"], [901089, "8/25/2013"], [901090, "8/14/2013"], [901092, "8/25/2013"], [901093, "8/20/2013"], [901094, "8/20/2013"], [901096, "8/22/2013"], [901097, "8/25/2013"], [901099, "8/19/2013"], [901100, "8/22/2013"], [901101, "8/19/2013"], [901102, "8/21/2013"], [901103, "8/20/2013"], [901104, "8/20/2013"], [901105, "8/25/2013"], [901106, "8/21/2013"], [901107, "8/25/2013"], [901108, "8/19/2013"], [901109, "8/25/2013"], [901110, "8/20/2013"], [901111, "8/19/2013"], [901112, "8/19/2013"], [901114, "8/16/2013"], [901115, "8/5/2013"], [901116, "8/5/2013"], [901119, "8/21/2013"], [901120, "8/25/2013"], [901122, "1/22/2014"], [901123, "8/23/2013"], [901124, "8/20/2013"], [901125, "8/19/2013"], [901126, "8/20/2013"], [901127, "8/20/2013"], [901128, "8/21/2013"], [901129, "8/21/2013"], [901130, "8/21/2013"], [901131, "8/21/2013"], [901132, "8/22/2013"], [901133, "8/19/2013"], [901134, "8/19/2013"], [901135, "8/21/2013"], [901136, "8/20/2013"], [901137, "8/20/2013"], [901138, "8/21/2013"], [901139, "8/19/2013"], [901140, "8/21/2013"], [901141, "8/19/2013"], [901142, "8/21/2013"], [901143, "8/23/2013"], [901144, "8/23/2013"], [901145, "8/7/2013"], [901146, "8/21/2013"], [901147, "8/21/2013"], [901148, "8/25/2013"], [901149, "8/19/2013"], [901150, "8/20/2013"], [901151, "8/21/2013"], [901154, "8/20/2013"], [901159, "8/22/2013"], [901164, "8/25/2013"], [901167, "8/23/2013"], [901168, "8/23/2013"], [901170, "8/23/2013"], [901171, "8/23/2013"], [901172, "8/21/2013"], [901173, "8/20/2013"], [901174, "8/23/2013"], [901175, "8/23/2013"], [901176, "8/22/2013"], [901177, "8/23/2013"], [901178, "8/21/2013"], [901180, "8/23/2013"], [901181, "8/23/2013"], [901182, "8/19/2013"], [901183, "8/20/2013"], [901184, "8/15/2013"], [901185, "8/15/2013"], [901187, "8/20/2013"], [901188, "8/25/2013"], [901189, "8/23/2013"], [901190, "8/23/2013"], [901191, "8/25/2013"], [901192, "8/22/2013"], [901193, "8/22/2013"], [901198, "8/20/2013"], [901200, "8/25/2013"], [901201, "8/21/2013"], [901202, "8/23/2013"], [901203, "8/21/2013"], [901204, "8/23/2013"], [901205, "8/25/2013"], [901206, "8/21/2013"], [901207, "8/19/2013"], [901208, "8/25/2013"], [901209, "8/21/2013"], [901210, "8/21/2013"], [901211, "8/21/2013"], [901212, "8/21/2013"], [901213, "8/20/2013"], [901214, "8/23/2013"], [901215, "8/23/2013"], [901216, "8/23/2013"], [901217, "8/23/2013"], [901218, "8/22/2013"], [901219, "8/21/2013"], [901220, "8/21/2013"], [901221, "8/21/2013"], [901222, "8/21/2013"], [901224, "8/23/2013"], [901225, "8/20/2013"], [901226, "8/20/2013"], [901227, "8/25/2013"], [901228, "8/25/2013"], [901230, "8/21/2013"], [901231, "8/23/2013"], [901232, "8/21/2013"], [901233, "8/19/2013"], [901234, "8/23/2013"], [901235, "8/23/2013"], [901236, "8/23/2013"], [901237, "8/25/2013"], [901238, "8/23/2013"], [901239, "8/14/2013"], [901240, "8/20/2013"], [901241, "8/21/2013"], [901242, "8/22/2013"], [901243, "8/25/2013"], [901244, "8/23/2013"], [901245, "8/23/2013"], [901246, "8/20/2013"], [901247, "8/25/2013"], [901248, "8/25/2013"], [901249, "1/22/2014"], [901250, "1/22/2014"], [901257, "8/22/2013"], [901258, "8/25/2013"], [901259, "8/21/2013"], [901260, "8/21/2013"], [901261, "8/22/2013"], [901262, "8/22/2013"], [901263, "8/14/2013"], [901264, "8/23/2013"], [901265, "8/25/2013"], [901266, "8/25/2013"], [901267, "8/23/2013"], [901268, "8/25/2013"], [901269, "8/21/2013"], [901270, "8/21/2013"], [901272, "8/16/2013"], [901273, "8/21/2013"], [901274, "8/20/2013"], [901275, "8/14/2013"], [901276, "8/21/2013"], [901277, "8/21/2013"], [901278, "8/21/2013"], [901279, "8/22/2013"], [901283, "8/25/2013"], [901284, "8/25/2013"], [901288, "8/21/2013"], [901289, "8/21/2013"], [901290, "8/25/2013"], [901293, "8/21/2013"], [901294, "8/23/2013"], [901295, "8/19/2013"], [901296, "8/19/2013"], [901297, "8/21/2013"], [901298, "8/19/2013"], [901299, "8/19/2013"], [901300, "8/25/2013"], [901301, "8/20/2013"], [901302, "8/6/2013"], [901307, "8/19/2013"], [901308, "8/19/2013"], [901309, "8/23/2013"], [901310, "8/20/2013"], [901316, "8/20/2013"], [901317, "8/21/2013"], [901318, "8/21/2013"], [901319, "8/23/2013"], [901320, "8/23/2013"], [901321, "8/23/2013"], [901322, "1/22/2014"], [901323, "8/25/2013"], [901324, "8/25/2013"], [901325, "8/25/2013"], [901326, "8/23/2013"], [901329, "8/20/2013"], [901330, "8/12/2013"], [901335, "8/23/2013"], [901336, "8/23/2013"], [901337, "8/5/2013"], [901338, "8/25/2013"], [901339, "1/22/2014"], [901340, "8/25/2013"], [901341, "8/23/2013"], [901342, "8/22/2013"], [901343, "8/23/2013"], [901344, "8/23/2013"], [901345, "8/23/2013"], [901346, "8/23/2013"], [901347, "8/6/2013"], [901348, "8/21/2013"], [901349, "8/25/2013"], [901350, "8/25/2013"], [901351, "8/23/2013"], [901352, "8/23/2013"], [901353, "8/25/2013"], [901354, "8/23/2013"], [901355, "8/23/2013"], [901356, "8/23/2013"], [901357, "8/22/2013"], [901358, "8/22/2013"], [901359, "8/23/2013"], [901360, "8/25/2013"], [901361, "8/25/2013"], [901362, "8/20/2013"], [901363, "8/23/2013"], [901364, "8/6/2013"], [901371, "8/20/2013"], [901372, "8/23/2013"], [901373, "8/23/2013"], [901374, "8/5/2013"], [901375, "8/25/2013"], [901376, "8/22/2013"], [901377, "8/22/2013"], [901378, "8/23/2013"], [901379, "8/20/2013"], [901380, "8/20/2013"], [901382, "8/21/2013"], [901383, "8/21/2013"], [901384, "8/25/2013"], [901385, "8/14/2013"], [901386, "8/25/2013"], [901387, "8/16/2013"], [901388, "8/23/2013"], [901389, "8/15/2013"], [901390, "8/19/2013"], [901391, "8/19/2013"], [901392, "8/19/2013"], [901393, "8/22/2013"], [901394, "8/22/2013"], [901395, "8/21/2013"], [901396, "8/23/2013"], [901397, "8/23/2013"], [901398, "8/21/2013"], [901400, "8/21/2013"], [901401, "8/25/2013"], [901402, "8/25/2013"], [901403, "8/23/2013"], [901404, "8/23/2013"], [901405, "8/23/2013"], [901406, "8/6/2013"], [901407, "8/23/2013"], [901408, "8/23/2013"], [901409, "8/23/2013"], [901410, "8/23/2013"], [901411, "8/22/2013"], [901412, "8/25/2013"], [901413, "8/23/2013"], [901414, "8/16/2013"], [901415, "8/16/2013"], [901416, "8/23/2013"], [901417, "8/23/2013"], [901418, "8/20/2013"], [901419, "8/22/2013"], [901420, "8/19/2013"], [901421, "8/6/2013"], [901422, "8/23/2013"], [901423, "8/25/2013"], [901424, "8/25/2013"], [901425, "8/25/2013"], [901426, "8/25/2013"], [901427, "8/21/2013"], [901428, "8/21/2013"], [901429, "8/20/2013"], [901430, "8/21/2013"], [901431, "8/21/2013"], [901432, "8/23/2013"], [901433, "8/21/2013"], [901434, "8/22/2013"], [901435, "8/20/2013"], [901436, "8/20/2013"], [901437, "8/22/2013"], [901438, "8/23/2013"], [901439, "8/21/2013"], [901440, "8/25/2013"], [901441, "8/22/2013"], [901443, "8/23/2013"], [901444, "8/22/2013"], [901445, "8/23/2013"], [901446, "8/25/2013"], [901447, "8/22/2013"], [901448, "8/22/2013"], [901449, "8/25/2013"], [901453, "8/23/2013"], [901455, "8/19/2013"], [901456, "8/23/2013"], [901457, "8/22/2013"], [901458, "8/20/2013"], [901459, "8/25/2013"], [901460, "8/21/2013"], [901461, "8/23/2013"], [901462, "8/22/2013"], [901466, "8/20/2013"], [901467, "8/20/2013"], [901468, "8/21/2013"], [901470, "8/20/2013"], [901471, "8/20/2013"], [901472, "8/21/2013"], [901473, "8/23/2013"], [901474, "8/23/2013"], [901478, "8/15/2013"], [901479, "8/15/2013"], [901480, "8/22/2013"], [901481, "8/20/2013"], [901482, "8/25/2013"], [901489, "8/16/2013"], [901490, "8/19/2013"], [901491, "8/20/2013"], [901492, "8/20/2013"], [901493, "8/21/2013"], [901494, "8/20/2013"], [901495, "8/15/2013"], [901496, "8/23/2013"], [901497, "8/15/2013"], [901498, "8/21/2013"], [901499, "8/6/2013"], [901500, "8/6/2013"], [901503, "8/20/2013"], [901504, "8/25/2013"], [901505, "8/19/2013"], [901506, "8/19/2013"], [901507, "8/20/2013"], [901508, "8/20/2013"], [901511, "8/22/2013"], [901512, "8/25/2013"], [901513, "8/23/2013"], [901514, "8/23/2013"], [901515, "8/25/2013"], [901516, "8/25/2013"], [901517, "8/19/2013"], [901518, "8/19/2013"], [901519, "8/21/2013"], [901520, "8/21/2013"], [901521, "8/19/2013"], [901522, "8/21/2013"], [901523, "8/21/2013"], [901524, "8/20/2013"], [901525, "8/20/2013"], [901526, "8/20/2013"], [901527, "8/25/2013"], [901528, "8/20/2013"], [901529, "8/21/2013"], [901530, "8/22/2013"], [901531, "8/23/2013"], [901532, "8/21/2013"], [901533, "8/21/2013"], [901534, "8/21/2013"], [901535, "8/23/2013"], [901537, "8/20/2013"], [901538, "8/21/2013"], [901539, "8/20/2013"], [901540, "8/19/2013"], [901541, "8/19/2013"], [901542, "8/21/2013"], [901543, "8/21/2013"], [901544, "8/22/2013"], [901545, "8/5/2013"], [901546, "8/21/2013"], [901547, "8/15/2013"], [901548, "8/21/2013"], [901551, "8/25/2013"], [901552, "8/25/2013"], [901553, "8/21/2013"], [901554, "8/21/2013"], [901555, "8/22/2013"], [901556, "8/20/2013"], [901557, "8/20/2013"], [901558, "8/25/2013"], [901559, "8/25/2013"], [901560, "8/23/2013"], [901561, "8/23/2013"], [901562, "8/20/2013"], [901563, "8/20/2013"], [901565, "8/23/2013"], [901566, "8/23/2013"], [901567, "8/20/2013"], [901568, "8/20/2013"], [901569, "8/19/2013"], [901572, "8/23/2013"], [901573, "8/20/2013"], [901583, "8/20/2013"], [901584, "8/20/2013"], [901585, "8/20/2013"], [901586, "8/21/2013"], [901587, "8/21/2013"], [901588, "12/31/2013"], [901589, "12/31/2013"], [901590, "8/20/2013"], [901591, "8/20/2013"], [901592, "8/19/2013"], [901593, "8/7/2013"], [901594, "8/21/2013"], [901595, "8/20/2013"], [901596, "8/16/2013"], [901598, "8/22/2013"], [901599, "8/20/2013"], [901600, "8/25/2013"], [901601, "8/21/2013"], [901602, "8/25/2013"], [901603, "8/23/2013"], [901604, "8/21/2013"], [901605, "8/21/2013"], [901608, "8/19/2013"], [901609, "8/21/2013"], [901610, "8/21/2013"], [901611, "8/23/2013"], [901612, "8/21/2013"], [901613, "8/21/2013"], [901614, "8/21/2013"], [901615, "8/25/2013"], [901616, "8/23/2013"], [901617, "8/21/2013"], [901618, "8/25/2013"], [901619, "8/25/2013"], [901620, "8/25/2013"], [901621, "8/19/2013"], [901622, "8/20/2013"], [901623, "8/20/2013"], [901624, "8/23/2013"], [901625, "8/22/2013"], [901626, "8/6/2013"], [901627, "8/23/2013"], [901628, "8/25/2013"], [901629, "8/23/2013"], [901630, "8/23/2013"], [901631, "8/5/2013"], [901632, "8/19/2013"], [901633, "8/22/2013"], [901634, "8/19/2013"], [901635, "8/15/2013"], [901636, "8/19/2013"], [901637, "8/19/2013"], [901638, "8/6/2013"], [901639, "8/6/2013"], [901640, "8/5/2013"], [901641, "8/23/2013"], [901642, "8/22/2013"], [901643, "8/23/2013"], [901644, "8/21/2013"], [901645, "8/25/2013"], [901646, "8/23/2013"], [901647, "8/20/2013"], [901648, "8/20/2013"], [901649, "8/20/2013"], [901650, "8/21/2013"], [901651, "8/21/2013"], [901652, "8/23/2013"], [901653, "8/23/2013"], [901654, "8/21/2013"], [901655, "8/25/2013"], [901656, "8/19/2013"], [901657, "8/19/2013"], [901658, "8/19/2013"], [901659, "8/14/2013"], [901660, "8/15/2013"], [901661, "8/21/2013"], [901662, "8/15/2013"], [901663, "8/15/2013"], [901664, "8/19/2013"], [901665, "8/21/2013"], [901666, "8/19/2013"], [901667, "8/15/2013"], [901668, "8/21/2013"], [901669, "8/20/2013"], [901670, "8/23/2013"], [901671, "4/9/2014"], [901672, "8/19/2013"], [901674, "8/16/2013"], [901675, "8/16/2013"], [901676, "8/20/2013"], [901677, "8/20/2013"], [901678, "8/20/2013"], [901679, "8/20/2013"], [901681, "8/21/2013"], [901682, "8/23/2013"], [901683, "8/20/2013"], [901686, "8/22/2013"], [901687, "8/23/2013"], [901688, "8/20/2013"], [901689, "8/22/2013"], [901690, "8/22/2013"], [901691, "8/15/2013"], [901692, "8/19/2013"], [901693, "8/23/2013"], [901694, "8/19/2013"], [901695, "12/31/2013"], [901696, "12/31/2013"], [901700, "8/25/2013"], [901701, "8/20/2013"], [901702, "8/19/2013"], [901703, "8/25/2013"], [901704, "8/22/2013"], [901705, "8/23/2013"], [901706, "8/14/2013"], [901707, "8/14/2013"], [901708, "8/23/2013"], [901709, "8/19/2013"], [901710, "8/14/2013"], [901711, "8/14/2013"], [901712, "8/20/2013"], [901713, "8/23/2013"], [901714, "8/25/2013"], [901718, "8/23/2013"], [901719, "8/23/2013"], [901722, "8/20/2013"], [901725, "8/20/2013"], [901726, "8/23/2013"], [901727, "8/22/2013"], [901728, "8/23/2013"], [901729, "8/21/2013"], [901732, "8/21/2013"], [901733, "8/20/2013"], [901734, "8/22/2013"], [901735, "8/22/2013"], [901736, "8/23/2013"], [901737, "8/23/2013"], [901739, "8/23/2013"], [901740, "8/22/2013"], [901741, "8/21/2013"], [901743, "8/22/2013"], [901744, "8/20/2013"], [901749, "8/19/2013"], [901750, "8/19/2013"], [901751, "8/19/2013"], [901752, "8/25/2013"], [901753, "8/25/2013"], [901754, "8/23/2013"], [901755, "8/6/2013"], [901756, "8/21/2013"], [901757, "8/21/2013"], [901758, "8/23/2013"], [901759, "8/23/2013"], [901760, "8/21/2013"], [901761, "8/23/2013"], [901762, "8/5/2013"], [901763, "8/19/2013"], [901764, "8/25/2013"], [901765, "8/20/2013"], [901766, "8/19/2013"], [901767, "8/21/2013"], [901768, "12/31/2013"], [901769, "8/23/2013"], [901772, "8/12/2013"], [901773, "8/20/2013"], [901774, "8/12/2013"], [901775, "8/5/2013"], [901776, "8/14/2013"], [901778, "8/21/2013"], [901779, "8/19/2013"], [901782, "8/23/2013"], [901783, "8/23/2013"], [901785, "8/25/2013"], [901786, "8/20/2013"], [901787, "8/20/2013"], [901788, "8/6/2013"], [901789, "8/23/2013"], [901794, "8/23/2013"], [901795, "8/22/2013"], [901796, "8/21/2013"], [901797, "8/21/2013"], [901798, "8/22/2013"], [901800, "8/6/2013"], [901801, "12/31/2013"], [901802, "8/15/2013"], [901803, "1/22/2014"], [901804, "1/22/2014"], [901805, "8/20/2013"], [901806, "8/16/2013"], [901807, "8/19/2013"], [901808, "8/23/2013"], [901809, "8/22/2013"], [901810, "8/23/2013"], [901811, "8/23/2013"], [901812, "8/20/2013"], [901813, "8/21/2013"], [901814, "8/20/2013"], [901815, "8/20/2013"], [901816, "8/23/2013"], [901817, "8/23/2013"], [901818, "8/19/2013"], [901819, "8/21/2013"], [901820, "8/23/2013"], [901821, "8/21/2013"], [901822, "8/19/2013"], [901823, "8/25/2013"], [901824, "8/22/2013"], [901825, "8/22/2013"], [901826, "8/25/2013"], [901827, "8/21/2013"], [901828, "8/23/2013"], [901829, "8/25/2013"], [901830, "8/25/2013"], [901831, "8/23/2013"], [901832, "8/23/2013"], [901833, "8/25/2013"], [901834, "8/19/2013"], [901835, "8/23/2013"], [901836, "8/25/2013"], [901837, "8/25/2013"], [901838, "8/22/2013"], [901839, "8/22/2013"], [901840, "8/22/2013"], [901841, "8/23/2013"], [901842, "8/22/2013"], [901843, "8/23/2013"], [901844, "8/22/2013"], [901845, "8/22/2013"], [901846, "8/6/2013"], [901847, "8/6/2013"], [901848, "8/21/2013"], [901849, "8/20/2013"], [901850, "8/22/2013"], [901851, "8/20/2013"], [901852, "8/6/2013"], [901853, "1/22/2014"], [901854, "8/23/2013"], [901855, "8/20/2013"], [901856, "8/21/2013"], [901857, "8/23/2013"], [901858, "8/6/2013"], [901859, "8/25/2013"], [901860, "8/23/2013"], [901861, "8/19/2013"], [901862, "8/20/2013"], [901863, "8/20/2013"], [901864, "8/25/2013"], [901865, "8/25/2013"], [901866, "8/15/2013"], [901867, "8/21/2013"], [901868, "8/23/2013"], [901869, "8/23/2013"], [901870, "8/19/2013"], [901871, "8/19/2013"], [901873, "8/6/2013"], [901874, "8/23/2013"], [901875, "8/25/2013"], [901877, "8/23/2013"], [901878, "8/20/2013"], [901879, "8/25/2013"], [901880, "8/21/2013"], [901881, "8/22/2013"], [901882, "8/19/2013"], [901883, "8/23/2013"], [901884, "8/23/2013"], [901886, "8/22/2013"], [901887, "8/19/2013"], [901888, "8/12/2013"], [901889, "12/31/2013"], [901890, "8/25/2013"], [901894, "8/22/2013"], [901901, "8/23/2013"], [901902, "8/23/2013"], [901903, "8/22/2013"], [901904, "8/25/2013"], [901905, "8/19/2013"], [901906, "8/23/2013"], [901907, "8/19/2013"], [901908, "8/23/2013"], [901909, "8/20/2013"], [901910, "8/12/2013"], [901911, "8/19/2013"], [901912, "8/19/2013"], [901913, "8/21/2013"], [901914, "8/20/2013"], [901915, "8/20/2013"], [901916, "8/22/2013"], [901917, "8/22/2013"], [901918, "8/25/2013"], [901919, "8/20/2013"], [901920, "8/20/2013"], [901921, "8/22/2013"], [901922, "8/23/2013"], [901923, "8/16/2013"], [901925, "8/20/2013"], [901926, "8/22/2013"], [901929, "8/6/2013"], [901930, "8/20/2013"], [901931, "8/21/2013"], [901932, "8/20/2013"], [901933, "8/12/2013"], [901934, "8/23/2013"], [901935, "8/23/2013"], [901938, "8/21/2013"], [901939, "8/25/2013"], [901940, "8/25/2013"], [901944, "8/6/2013"], [901945, "8/6/2013"], [901948, "8/22/2013"], [901950, "8/22/2013"], [901951, "8/22/2013"], [901952, "8/23/2013"], [901953, "8/22/2013"], [901955, "8/21/2013"], [901957, "8/7/2013"], [901958, "8/6/2013"], [901959, "8/23/2013"], [901960, "8/23/2013"], [901961, "8/22/2013"], [901962, "8/21/2013"], [901963, "8/22/2013"], [901964, "8/22/2013"], [901965, "8/25/2013"], [901966, "8/23/2013"], [901967, "8/22/2013"], [901968, "8/23/2013"], [901969, "8/7/2013"], [901970, "8/22/2013"], [901971, "8/23/2013"], [901972, "8/25/2013"], [901973, "8/22/2013"], [901974, "8/23/2013"], [901975, "8/22/2013"], [901976, "8/21/2013"], [901977, "8/16/2013"], [901978, "8/21/2013"], [901979, "8/23/2013"], [901980, "8/20/2013"], [901981, "8/23/2013"], [901982, "8/25/2013"], [901983, "8/21/2013"], [901984, "8/19/2013"], [901985, "8/23/2013"], [901986, "8/20/2013"], [901987, "8/25/2013"], [901988, "8/20/2013"], [901991, "8/20/2013"], [901992, "8/21/2013"], [901993, "8/20/2013"], [901994, "8/23/2013"], [901995, "8/19/2013"], [901998, "8/15/2013"], [901999, "8/20/2013"], [902000, "8/25/2013"], [902001, "8/15/2013"], [902002, "8/21/2013"], [902003, "8/20/2013"], [902004, "8/25/2013"], [902007, "8/16/2013"], [902010, "8/23/2013"], [902011, "8/22/2013"], [902012, "8/25/2013"], [902013, "8/19/2013"], [902014, "8/19/2013"], [902015, "8/22/2013"], [902017, "8/19/2013"], [902018, "8/25/2013"], [902019, "8/12/2013"], [902020, "8/25/2013"], [902021, "8/25/2013"], [902022, "8/19/2013"], [902023, "8/23/2013"], [902024, "8/19/2013"], [902025, "12/31/2013"], [902026, "8/20/2013"], [902027, "8/20/2013"], [902029, "8/19/2013"], [902031, "8/25/2013"], [902032, "8/22/2013"], [902033, "8/22/2013"], [902034, "8/23/2013"], [902035, "8/22/2013"], [902036, "8/19/2013"], [902037, "8/22/2013"], [902038, "8/19/2013"], [902039, "8/19/2013"], [902040, "8/25/2013"], [902041, "8/22/2013"], [902042, "8/25/2013"], [902043, "8/23/2013"], [902044, "8/22/2013"], [902045, "8/19/2013"], [902046, "8/23/2013"], [902047, "8/7/2013"], [902048, "8/23/2013"], [902049, "8/19/2013"], [902051, "8/22/2013"], [902052, "8/25/2013"], [902054, "8/22/2013"], [902055, "8/19/2013"], [902056, "8/16/2013"], [902057, "8/20/2013"], [902058, "8/20/2013"], [902059, "8/23/2013"], [902060, "8/22/2013"], [902061, "8/20/2013"], [902062, "8/22/2013"], [902063, "8/23/2013"], [902064, "8/20/2013"], [902065, "8/20/2013"], [902066, "8/23/2013"], [902067, "8/23/2013"], [902068, "8/21/2013"], [902069, "8/25/2013"], [902070, "8/22/2013"], [902071, "8/22/2013"], [902072, "8/23/2013"], [902073, "8/25/2013"], [902074, "8/19/2013"], [902075, "1/22/2014"], [902076, "8/25/2013"], [902077, "8/23/2013"], [902078, "8/20/2013"], [902079, "8/25/2013"], [902080, "8/25/2013"], [902081, "8/22/2013"], [902082, "8/23/2013"], [902083, "8/23/2013"], [902084, "8/19/2013"], [902085, "8/23/2013"], [902086, "8/19/2013"], [902087, "8/12/2013"], [902089, "8/20/2013"], [902091, "8/20/2013"], [902092, "8/21/2013"], [902093, "8/21/2013"], [902094, "12/31/2013"], [902098, "8/15/2013"], [902100, "8/22/2013"], [902101, "8/25/2013"], [902103, "8/22/2013"], [902104, "8/22/2013"], [902105, "8/22/2013"], [902106, "8/22/2013"], [902107, "8/6/2013"], [902108, "8/22/2013"], [902109, "8/22/2013"], [902110, "8/22/2013"], [902111, "8/14/2013"], [902112, "8/23/2013"], [902113, "8/21/2013"], [902114, "8/22/2013"], [902115, "8/22/2013"], [902117, "8/20/2013"], [902118, "8/23/2013"], [902119, "8/25/2013"], [902121, "8/22/2013"], [902122, "8/19/2013"], [902123, "8/22/2013"], [902124, "1/22/2014"], [902125, "8/22/2013"], [902126, "8/23/2013"], [902127, "8/20/2013"], [902128, "8/25/2013"], [902129, "8/20/2013"], [902130, "8/23/2013"], [902132, "8/25/2013"], [902133, "8/25/2013"], [902134, "8/22/2013"], [902135, "8/20/2013"], [902136, "1/22/2014"], [902137, "8/22/2013"], [902138, "8/20/2013"], [902139, "8/20/2013"], [902140, "8/20/2013"], [902141, "8/25/2013"], [902142, "8/23/2013"], [902143, "8/25/2013"], [902145, "8/20/2013"], [902146, "8/25/2013"], [902147, "8/19/2013"], [902148, "8/22/2013"], [902149, "8/23/2013"], [902150, "8/22/2013"], [902151, "8/20/2013"], [902157, "8/21/2013"], [902158, "8/19/2013"], [902159, "8/25/2013"], [902160, "8/23/2013"], [902164, "8/22/2013"], [902165, "8/25/2013"], [902166, "8/19/2013"], [902167, "8/22/2013"], [902168, "8/22/2013"], [902169, "8/15/2013"], [902170, "8/25/2013"], [902172, "8/20/2013"], [902173, "8/22/2013"], [902174, "8/23/2013"], [902175, "8/22/2013"], [902177, "8/25/2013"], [902178, "8/23/2013"], [902179, "8/22/2013"], [902180, "8/23/2013"], [902181, "8/23/2013"], [902182, "8/22/2013"], [902183, "8/19/2013"], [902184, "8/19/2013"], [902185, "8/23/2013"], [902186, "8/25/2013"], [902187, "1/22/2014"], [902188, "8/23/2013"], [902189, "8/23/2013"], [902190, "8/21/2013"], [902191, "8/22/2013"], [902192, "8/22/2013"], [902194, "12/31/2013"], [902195, "8/22/2013"], [902196, "8/20/2013"], [902197, "8/22/2013"], [902199, "8/21/2013"], [902201, "8/25/2013"], [902202, "8/23/2013"], [902203, "8/23/2013"], [902204, "8/19/2013"], [902205, "8/22/2013"], [902206, "8/22/2013"], [902207, "8/20/2013"], [902208, "8/20/2013"], [902209, "8/25/2013"], [902210, "8/19/2013"], [902211, "8/15/2013"], [902212, "8/22/2013"], [902213, "8/20/2013"], [902214, "8/20/2013"], [902215, "8/25/2013"], [902216, "8/20/2013"], [902217, "8/6/2013"], [902218, "8/25/2013"], [902219, "8/25/2013"], [902220, "8/22/2013"], [902221, "8/22/2013"], [902222, "8/20/2013"], [902223, "8/25/2013"], [902224, "8/22/2013"], [902225, "8/22/2013"], [902226, "8/25/2013"], [902227, "8/20/2013"], [902228, "8/19/2013"], [902229, "8/20/2013"], [902230, "8/22/2013"], [902231, "8/22/2013"], [902232, "8/22/2013"], [902233, "8/22/2013"], [902234, "8/22/2013"], [902235, "8/6/2013"], [902236, "8/22/2013"], [902237, "8/23/2013"], [902238, "8/23/2013"], [902239, "8/22/2013"], [902241, "8/19/2013"], [902242, "8/20/2013"], [902243, "8/25/2013"], [902244, "8/22/2013"], [902245, "8/23/2013"], [902246, "8/25/2013"], [902247, "8/21/2013"], [902248, "8/20/2013"], [902249, "1/22/2014"], [902250, "8/22/2013"], [902251, "8/25/2013"], [902252, "8/22/2013"], [902253, "8/21/2013"], [902254, "8/25/2013"], [902255, "8/23/2013"], [902256, "8/23/2013"], [902258, "8/20/2013"], [902259, "8/25/2013"], [902260, "8/16/2013"], [902262, "8/23/2013"], [902263, "8/22/2013"], [902264, "8/22/2013"], [902265, "8/19/2013"], [902266, "8/20/2013"], [902268, "8/22/2013"], [902269, "8/5/2013"], [902273, "8/22/2013"], [902274, "8/25/2013"], [902275, "8/25/2013"], [902276, "8/21/2013"], [902277, "8/25/2013"], [902278, "8/22/2013"], [902279, "8/23/2013"], [902283, "8/20/2013"], [902284, "1/22/2014"], [902286, "8/19/2013"], [902287, "1/22/2014"], [902288, "8/20/2013"], [902289, "8/5/2013"], [902292, "8/23/2013"], [902293, "8/22/2013"], [902294, "8/22/2013"], [902299, "8/16/2013"], [902300, "8/22/2013"], [902301, "8/25/2013"], [902302, "8/23/2013"], [902303, "1/22/2014"], [902305, "8/21/2013"], [902306, "8/20/2013"], [902307, "8/23/2013"], [902308, "8/22/2013"], [902309, "1/22/2014"], [902310, "8/20/2013"], [902312, "8/22/2013"], [902313, "8/20/2013"], [902316, "8/25/2013"], [902317, "8/19/2013"], [902318, "8/16/2013"], [902319, "8/20/2013"], [902320, "8/25/2013"], [902321, "8/20/2013"], [902322, "8/15/2013"], [902323, "8/22/2013"], [902324, "8/22/2013"], [902325, "8/7/2013"], [902326, "1/22/2014"], [902327, "8/22/2013"], [902328, "8/25/2013"], [902329, "8/19/2013"], [902330, "1/22/2014"], [902331, "8/23/2013"], [902332, "8/21/2013"], [902333, "8/23/2013"], [902334, "8/20/2013"], [902335, "1/22/2014"], [902336, "8/22/2013"], [902337, "8/25/2013"], [902338, "8/6/2013"], [902340, "8/25/2013"], [902341, "8/20/2013"], [902343, "8/22/2013"], [902346, "8/19/2013"], [902347, "8/21/2013"], [902348, "8/22/2013"], [902349, "8/25/2013"], [902350, "8/19/2013"], [902353, "8/25/2013"], [902354, "8/15/2013"], [902355, "8/20/2013"], [902356, "8/6/2013"], [902357, "1/22/2014"], [902358, "8/20/2013"], [902359, "8/21/2013"], [902360, "8/25/2013"], [902361, "8/25/2013"], [902362, "8/23/2013"], [902363, "8/25/2013"], [902364, "8/23/2013"], [902365, "8/22/2013"], [902366, "8/22/2013"], [902367, "8/25/2013"], [902368, "8/25/2013"], [902369, "8/22/2013"], [902370, "8/21/2013"], [902371, "8/19/2013"], [902372, "8/25/2013"], [902373, "8/20/2013"], [902374, "8/25/2013"], [902375, "8/23/2013"], [902376, "8/25/2013"], [902377, "8/22/2013"], [902378, "8/22/2013"], [902379, "8/23/2013"], [902380, "8/21/2013"], [902381, "8/20/2013"], [902382, "8/20/2013"], [902383, "8/19/2013"], [902384, "8/25/2013"], [902385, "8/7/2013"], [902386, "8/20/2013"], [902393, "8/6/2013"], [902394, "8/23/2013"], [902397, "8/23/2013"], [902399, "8/16/2013"], [902401, "8/14/2013"], [902402, "8/20/2013"], [902403, "8/21/2013"], [902404, "8/20/2013"], [902408, "8/25/2013"], [902409, "8/22/2013"], [902410, "8/22/2013"], [902411, "8/23/2013"], [902412, "8/22/2013"], [902413, "8/22/2013"], [902414, "8/25/2013"], [902415, "8/20/2013"], [902416, "8/23/2013"], [902417, "12/31/2013"], [902418, "8/25/2013"], [902419, "8/22/2013"], [902420, "8/22/2013"], [902421, "8/23/2013"], [902422, "8/16/2013"], [902423, "8/25/2013"], [902424, "8/22/2013"], [902425, "8/20/2013"], [902427, "8/25/2013"], [902428, "8/21/2013"], [902429, "8/22/2013"], [902431, "8/20/2013"], [902432, "8/19/2013"], [902434, "8/23/2013"], [902435, "8/22/2013"], [902436, "8/21/2013"], [902437, "8/20/2013"], [902438, "8/20/2013"], [902439, "8/25/2013"], [902440, "8/25/2013"], [902441, "8/20/2013"], [902442, "8/20/2013"], [902443, "8/23/2013"], [902444, "8/25/2013"], [902445, "1/22/2014"], [902446, "8/15/2013"], [902448, "8/20/2013"], [902449, "8/14/2013"], [902450, "8/20/2013"], [902451, "1/22/2014"], [902452, "8/14/2013"], [902453, "8/23/2013"], [902454, "8/20/2013"], [902455, "8/25/2013"], [902458, "8/21/2013"], [902459, "8/23/2013"], [902460, "8/19/2013"], [902463, "8/25/2013"], [902465, "8/22/2013"], [902467, "8/20/2013"], [902468, "8/20/2013"], [902471, "8/20/2013"], [902472, "8/20/2013"], [902474, "8/22/2013"], [902475, "8/16/2013"], [902476, "8/22/2013"], [902477, "8/22/2013"], [902478, "8/23/2013"], [902479, "12/31/2013"], [902480, "8/20/2013"], [902481, "8/20/2013"], [902482, "8/20/2013"], [902483, "8/23/2013"], [902484, "8/21/2013"], [902485, "8/20/2013"], [902486, "8/15/2013"], [902487, "8/20/2013"], [902488, "8/20/2013"], [902489, "8/22/2013"], [902490, "8/23/2013"], [902491, "8/22/2013"], [902492, "8/22/2013"], [902493, "8/19/2013"], [902494, "8/6/2013"], [902497, "1/22/2014"], [902498, "1/22/2014"], [902499, "8/22/2013"], [902504, "8/19/2013"], [902505, "8/25/2013"], [902507, "8/19/2013"], [902508, "8/23/2013"], [902509, "8/20/2013"], [902510, "1/22/2014"], [902511, "8/25/2013"], [902512, "8/20/2013"], [902513, "8/20/2013"], [902514, "8/20/2013"], [902515, "8/21/2013"], [902516, "8/19/2013"], [902517, "8/16/2013"], [902518, "8/21/2013"], [902519, "8/21/2013"], [902520, "12/31/2013"], [902524, "8/20/2013"], [902528, "8/22/2013"], [902529, "8/20/2013"], [902530, "8/25/2013"], [902532, "8/20/2013"], [902533, "8/23/2013"], [902534, "8/23/2013"], [902535, "8/25/2013"], [902536, "8/21/2013"], [902538, "8/6/2013"], [902539, "8/25/2013"], [902540, "8/20/2013"], [902541, "1/22/2014"], [902542, "8/20/2013"], [902543, "8/22/2013"], [902544, "8/20/2013"], [902545, "8/23/2013"], [902546, "8/20/2013"], [902547, "8/23/2013"], [902552, "8/22/2013"], [902555, "8/21/2013"], [902556, "8/19/2013"], [902557, "8/23/2013"], [902558, "8/20/2013"], [902559, "8/21/2013"], [902560, "8/20/2013"], [902561, "8/19/2013"], [902564, "8/22/2013"], [902565, "8/23/2013"], [902568, "8/23/2013"], [902575, "8/25/2013"], [902576, "8/25/2013"], [902579, "8/25/2013"], [902582, "8/19/2013"], [902583, "8/19/2013"], [902584, "8/20/2013"], [902585, "8/20/2013"], [902586, "8/22/2013"], [902587, "8/25/2013"], [902588, "8/19/2013"], [902589, "8/21/2013"], [902598, "8/22/2013"], [902601, "8/23/2013"], [902602, "8/22/2013"], [902603, "8/21/2013"], [902604, "8/22/2013"], [902605, "8/25/2013"], [902606, "8/15/2013"], [902607, "8/25/2013"], [902608, "8/25/2013"], [902609, "8/22/2013"], [902610, "8/25/2013"], [902611, "8/20/2013"], [902612, "8/23/2013"], [902613, "8/20/2013"], [902614, "8/22/2013"], [902615, "8/21/2013"], [902616, "8/21/2013"], [902617, "8/25/2013"], [902618, "8/20/2013"], [902619, "12/31/2013"], [902620, "8/19/2013"], [902621, "8/25/2013"], [902622, "8/19/2013"], [902623, "8/22/2013"], [902624, "8/21/2013"], [902625, "8/19/2013"], [902626, "8/22/2013"], [902627, "8/22/2013"], [902628, "8/25/2013"], [902630, "8/20/2013"], [902631, "8/20/2013"], [902632, "8/21/2013"], [902633, "8/23/2013"], [902635, "8/21/2013"], [902636, "8/6/2013"], [902637, "8/19/2013"], [902638, "8/23/2013"], [902639, "8/25/2013"], [902640, "12/31/2013"], [902641, "8/23/2013"], [902642, "8/19/2013"], [902644, "8/22/2013"], [902645, "8/21/2013"], [902646, "8/14/2013"], [902647, "8/14/2013"], [902648, "8/22/2013"], [902649, "8/23/2013"], [902650, "8/19/2013"], [902651, "8/20/2013"], [902652, "8/23/2013"], [902654, "8/25/2013"], [902655, "1/22/2014"], [902656, "8/25/2013"], [902657, "8/20/2013"], [902658, "8/14/2013"], [902659, "8/25/2013"], [902660, "8/19/2013"], [902661, "8/25/2013"], [902662, "1/22/2014"], [902663, "8/20/2013"], [902664, "8/5/2013"], [902666, "8/25/2013"], [902668, "8/23/2013"], [902669, "8/25/2013"], [902670, "8/21/2013"], [902671, "8/23/2013"], [902672, "8/25/2013"], [902673, "12/31/2013"], [902674, "8/6/2013"], [902675, "8/23/2013"], [902676, "8/25/2013"], [902677, "8/23/2013"], [902678, "8/20/2013"], [902679, "8/20/2013"], [902680, "8/7/2013"], [902682, "8/23/2013"], [902683, "8/21/2013"], [902684, "8/20/2013"], [902686, "8/23/2013"], [902687, "8/23/2013"], [902688, "8/21/2013"], [902689, "8/20/2013"], [902690, "8/22/2013"], [902691, "8/25/2013"], [902692, "8/25/2013"], [902693, "8/6/2013"], [902694, "8/20/2013"], [902695, "8/20/2013"], [902696, "8/23/2013"], [902697, "8/22/2013"], [902698, "8/14/2013"], [902699, "8/14/2013"], [902700, "8/22/2013"], [902701, "8/23/2013"], [902702, "8/23/2013"], [902703, "8/23/2013"], [902704, "8/23/2013"], [902705, "8/20/2013"], [902706, "1/22/2014"], [902709, "8/23/2013"], [902712, "8/23/2013"], [902714, "8/23/2013"], [902715, "1/22/2014"], [902716, "1/22/2014"], [902718, "8/23/2013"], [902720, "8/22/2013"], [902721, "8/23/2013"], [902725, "8/6/2013"], [902727, "8/23/2013"], [902728, "8/22/2013"], [902729, "8/20/2013"], [902730, "8/23/2013"], [902731, "8/23/2013"], [902732, "8/23/2013"], [902733, "8/23/2013"], [902734, "8/22/2013"], [902735, "8/23/2013"], [902737, "8/23/2013"], [902738, "8/23/2013"], [902739, "8/23/2013"], [902740, "8/20/2013"], [902741, "8/20/2013"], [902742, "8/23/2013"], [902743, "8/15/2013"], [902744, "8/23/2013"], [902745, "8/20/2013"], [902746, "8/23/2013"], [902748, "8/23/2013"], [902749, "8/21/2013"], [902751, "8/20/2013"], [902752, "8/20/2013"], [902753, "8/25/2013"], [902755, "8/23/2013"], [902760, "8/22/2013"], [902763, "8/23/2013"], [902769, "8/20/2013"], [902770, "8/23/2013"], [902771, "8/21/2013"], [902773, "8/23/2013"], [902774, "8/20/2013"], [902775, "8/20/2013"], [902777, "8/23/2013"], [902778, "8/20/2013"], [902779, "8/20/2013"], [902782, "8/22/2013"], [902783, "8/23/2013"], [902786, "8/21/2013"], [902788, "8/23/2013"], [902789, "8/23/2013"], [902790, "8/23/2013"], [902791, "8/25/2013"], [902796, "8/20/2013"], [902797, "8/21/2013"], [902798, "8/23/2013"], [902800, "8/23/2013"], [902802, "8/20/2013"], [902803, "8/21/2013"], [902804, "8/23/2013"], [902806, "8/23/2013"], [902807, "8/20/2013"], [902808, "8/23/2013"], [902810, "8/20/2013"], [902812, "8/23/2013"], [902814, "8/23/2013"], [902815, "8/23/2013"], [902817, "8/23/2013"], [902819, "8/25/2013"], [902820, "8/23/2013"], [902821, "8/23/2013"], [902823, "8/22/2013"], [902824, "8/23/2013"], [902827, "8/23/2013"], [902830, "8/21/2013"], [902831, "8/20/2013"], [902834, "8/23/2013"], [902835, "8/23/2013"], [902836, "8/25/2013"], [902837, "8/23/2013"], [902838, "8/20/2013"], [902839, "8/6/2013"], [902840, "8/20/2013"], [902841, "8/20/2013"], [902842, "8/23/2013"], [902843, "8/23/2013"], [902844, "8/23/2013"], [902845, "8/14/2013"], [902847, "8/23/2013"], [902848, "8/23/2013"], [902849, "8/23/2013"], [902850, "8/20/2013"], [902851, "8/6/2013"], [902852, "8/23/2013"], [902853, "8/25/2013"], [902854, "8/23/2013"], [902855, "8/23/2013"], [902856, "8/23/2013"], [902857, "8/23/2013"], [902858, "8/23/2013"], [902859, "8/25/2013"], [902860, "8/20/2013"], [902861, "8/20/2013"], [902862, "8/20/2013"], [902864, "8/23/2013"], [902865, "8/23/2013"], [902866, "8/22/2013"], [902867, "8/23/2013"], [902868, "8/20/2013"], [902871, "8/25/2013"], [902873, "8/23/2013"], [902875, "8/19/2013"], [902876, "8/23/2013"], [902878, "8/23/2013"], [902879, "8/20/2013"], [902880, "8/23/2013"], [902882, "8/6/2013"], [902883, "8/23/2013"], [902884, "8/23/2013"], [902885, "8/21/2013"], [902886, "8/23/2013"], [902887, "8/20/2013"], [902888, "8/23/2013"], [902889, "8/21/2013"], [902890, "8/23/2013"], [902891, "8/19/2013"], [902892, "8/23/2013"], [902893, "8/25/2013"], [902894, "8/20/2013"], [902895, "8/15/2013"], [902897, "8/23/2013"], [902898, "8/23/2013"], [902899, "8/6/2013"], [902900, "8/23/2013"], [902901, "8/23/2013"], [902902, "8/23/2013"], [902903, "8/20/2013"], [902904, "8/23/2013"], [902906, "8/20/2013"], [902907, "8/15/2013"], [902908, "8/22/2013"], [902910, "8/19/2013"], [902911, "8/20/2013"], [902912, "8/20/2013"], [902913, "8/23/2013"], [902914, "8/23/2013"], [902915, "8/23/2013"], [902916, "8/23/2013"], [902917, "8/23/2013"], [902918, "8/25/2013"], [902919, "8/23/2013"], [902920, "8/23/2013"], [902921, "8/25/2013"], [902922, "8/23/2013"], [902923, "8/23/2013"], [902924, "8/25/2013"], [902925, "8/23/2013"], [902926, "8/22/2013"], [902927, "8/23/2013"], [902930, "8/6/2013"], [902931, "8/20/2013"], [902934, "8/23/2013"], [902935, "8/15/2013"], [902936, "8/23/2013"], [902937, "8/23/2013"], [902938, "8/20/2013"], [902940, "8/25/2013"], [902942, "8/20/2013"], [902943, "8/23/2013"], [902944, "8/19/2013"], [902945, "8/20/2013"], [902946, "8/21/2013"], [902948, "8/23/2013"], [902949, "8/15/2013"], [902950, "8/20/2013"], [902952, "8/14/2013"], [902954, "8/21/2013"], [902955, "8/20/2013"], [902956, "8/25/2013"], [902958, "8/20/2013"], [902959, "8/22/2013"], [902960, "8/23/2013"], [902962, "8/6/2013"], [902963, "8/23/2013"], [902964, "8/23/2013"], [902965, "8/21/2013"], [902966, "8/21/2013"], [902967, "8/23/2013"], [902968, "8/25/2013"], [902970, "8/22/2013"], [902971, "8/23/2013"], [902972, "8/23/2013"], [902973, "8/23/2013"], [902975, "8/23/2013"], [902976, "8/23/2013"], [902977, "8/19/2013"], [902978, "8/22/2013"], [902979, "8/23/2013"], [902980, "8/6/2013"], [902981, "8/23/2013"], [902982, "8/25/2013"], [902984, "8/20/2013"], [902987, "8/6/2013"], [902988, "8/20/2013"], [902989, "8/20/2013"], [902990, "8/23/2013"], [902991, "8/20/2013"], [902992, "8/21/2013"], [902995, "8/23/2013"], [902996, "8/20/2013"], [902999, "8/23/2013"], [903000, "8/23/2013"], [903003, "8/25/2013"], [903004, "8/20/2013"], [903007, "8/20/2013"], [903009, "8/23/2013"], [903010, "8/23/2013"], [903012, "8/21/2013"], [903014, "8/23/2013"], [903015, "8/20/2013"], [903016, "8/20/2013"], [903018, "8/25/2013"], [903020, "8/6/2013"], [903021, "8/20/2013"], [903022, "8/20/2013"], [903023, "8/20/2013"], [903025, "8/20/2013"], [903026, "8/25/2013"], [903027, "8/22/2013"], [903028, "8/23/2013"], [903029, "8/20/2013"], [903030, "8/20/2013"], [903031, "8/20/2013"], [903032, "8/25/2013"], [903033, "8/21/2013"], [903034, "8/22/2013"], [903035, "8/23/2013"], [903036, "8/15/2013"], [903037, "8/23/2013"], [903039, "8/22/2013"], [903040, "8/23/2013"], [903041, "8/22/2013"], [903042, "8/22/2013"], [903043, "8/23/2013"], [903044, "8/23/2013"], [903045, "8/21/2013"], [903047, "8/22/2013"], [903048, "8/25/2013"], [903049, "8/23/2013"], [903050, "8/23/2013"], [903053, "8/22/2013"], [903054, "8/23/2013"], [903055, "8/20/2013"], [903058, "8/25/2013"], [903059, "8/23/2013"], [903062, "8/23/2013"], [903063, "8/15/2013"], [903064, "8/25/2013"], [903065, "8/21/2013"], [903066, "8/20/2013"], [903070, "8/25/2013"], [903071, "8/14/2013"], [903072, "8/14/2013"], [903075, "8/23/2013"], [903077, "8/23/2013"], [903078, "8/23/2013"], [903079, "8/20/2013"], [903080, "8/5/2013"], [903082, "8/22/2013"], [903083, "8/23/2013"], [903084, "8/23/2013"], [903085, "8/6/2013"], [903087, "8/20/2013"], [903088, "8/23/2013"], [903093, "8/23/2013"], [903094, "8/25/2013"], [903095, "8/25/2013"], [903096, "8/20/2013"], [903097, "8/22/2013"], [903098, "8/23/2013"], [903101, "8/25/2013"], [903102, "8/23/2013"], [903103, "8/25/2013"], [903106, "8/25/2013"], [903107, "8/23/2013"], [903108, "8/22/2013"], [903111, "8/23/2013"], [903112, "8/22/2013"], [903114, "8/23/2013"], [903115, "8/25/2013"], [903116, "8/15/2013"], [903117, "8/23/2013"], [903118, "8/23/2013"], [903121, "8/15/2013"], [903123, "8/23/2013"], [903124, "8/23/2013"], [903125, "8/23/2013"], [903126, "8/23/2013"], [903128, "8/23/2013"], [903130, "8/23/2013"], [903132, "8/21/2013"], [903134, "8/25/2013"], [903135, "8/23/2013"], [903136, "8/25/2013"], [903137, "8/20/2013"], [903138, "8/19/2013"], [903139, "8/21/2013"], [903140, "8/23/2013"], [903141, "8/23/2013"], [903142, "8/20/2013"], [903143, "8/25/2013"], [903144, "8/23/2013"], [903145, "8/23/2013"], [903146, "8/21/2013"], [903147, "8/15/2013"], [903148, "8/25/2013"], [903149, "8/20/2013"], [903151, "8/23/2013"], [903152, "8/23/2013"], [903153, "8/23/2013"], [903154, "8/23/2013"], [903156, "8/23/2013"], [903157, "4/9/2014"], [903158, "8/20/2013"], [903159, "8/23/2013"], [903160, "8/23/2013"], [903161, "8/19/2013"], [903162, "8/22/2013"], [903163, "8/23/2013"], [903164, "8/25/2013"], [903165, "8/25/2013"], [903166, "8/23/2013"], [903167, "8/22/2013"], [903168, "8/23/2013"], [903169, "8/25/2013"], [903170, "8/21/2013"], [903171, "8/25/2013"], [903172, "8/23/2013"], [903173, "8/21/2013"], [903174, "8/23/2013"], [903175, "8/20/2013"], [903176, "8/6/2013"], [903177, "8/23/2013"], [903178, "12/31/2013"], [903179, "8/25/2013"], [903180, "8/16/2013"], [903181, "8/22/2013"], [903182, "8/21/2013"], [903183, "8/16/2013"], [903184, "8/15/2013"], [903185, "8/20/2013"], [903186, "8/23/2013"], [903187, "8/23/2013"], [903188, "8/23/2013"], [903189, "8/23/2013"], [903190, "8/22/2013"], [903191, "8/20/2013"], [903194, "8/23/2013"], [903195, "8/23/2013"], [903198, "8/25/2013"], [903202, "8/23/2013"], [903203, "8/23/2013"], [903205, "8/23/2013"], [903207, "8/25/2013"], [903209, "8/20/2013"], [903210, "1/22/2014"], [903211, "8/23/2013"], [903212, "8/25/2013"], [903213, "8/25/2013"], [903214, "8/23/2013"], [903218, "8/23/2013"], [903221, "8/22/2013"], [903222, "8/25/2013"], [903223, "8/23/2013"], [903224, "8/20/2013"], [903228, "8/23/2013"], [903229, "8/19/2013"], [903231, "8/20/2013"], [903232, "8/22/2013"], [903234, "8/23/2013"], [903236, "8/20/2013"], [903237, "8/20/2013"], [903238, "8/15/2013"], [903239, "8/22/2013"], [903240, "8/25/2013"], [903241, "8/6/2013"], [903243, "8/20/2013"], [903244, "8/20/2013"], [903245, "8/22/2013"], [903246, "8/7/2013"], [903247, "8/23/2013"], [903248, "8/15/2013"], [903249, "8/25/2013"], [903250, "8/22/2013"], [903251, "8/23/2013"], [903252, "8/23/2013"], [903253, "8/22/2013"], [903254, "8/20/2013"], [903255, "8/21/2013"], [903256, "8/22/2013"], [903257, "8/23/2013"], [903258, "8/21/2013"], [903259, "8/25/2013"], [903260, "8/23/2013"], [903261, "8/23/2013"], [903262, "8/21/2013"], [903263, "8/25/2013"], [903264, "8/23/2013"], [903265, "8/23/2013"], [903266, "8/15/2013"], [903267, "8/22/2013"], [903268, "8/23/2013"], [903269, "8/23/2013"], [903270, "8/25/2013"], [903271, "8/23/2013"], [903272, "8/14/2013"], [903273, "8/23/2013"], [903274, "8/21/2013"], [903275, "8/21/2013"], [903277, "8/23/2013"], [903278, "8/23/2013"], [903279, "8/23/2013"], [903280, "8/25/2013"], [903282, "8/25/2013"], [903283, "8/22/2013"], [903284, "8/23/2013"], [903285, "8/19/2013"], [903287, "8/23/2013"], [903288, "8/19/2013"], [903289, "8/7/2013"], [903291, "8/23/2013"], [903292, "8/20/2013"], [903293, "8/21/2013"], [903295, "8/7/2013"], [903296, "8/25/2013"], [903297, "8/7/2013"], [903298, "8/25/2013"], [903299, "8/19/2013"], [903300, "8/20/2013"], [903301, "8/25/2013"], [903303, "8/23/2013"], [903306, "8/23/2013"], [903307, "8/23/2013"], [903308, "8/20/2013"], [903309, "8/23/2013"], [903312, "8/7/2013"], [903313, "8/22/2013"], [903314, "8/22/2013"], [903315, "8/25/2013"], [903316, "8/19/2013"], [903320, "8/20/2013"], [903321, "8/23/2013"], [903322, "8/21/2013"], [903325, "8/20/2013"], [903326, "8/15/2013"], [903327, "8/23/2013"], [903328, "8/25/2013"], [903329, "8/20/2013"], [903330, "8/25/2013"], [903333, "8/25/2013"], [903334, "8/20/2013"], [903339, "8/21/2013"], [903341, "8/21/2013"], [903342, "8/19/2013"], [903343, "8/22/2013"], [903344, "8/21/2013"], [903345, "8/22/2013"], [903346, "8/25/2013"], [903347, "8/21/2013"], [903348, "8/25/2013"], [903349, "8/20/2013"], [903350, "8/23/2013"], [903352, "8/25/2013"], [903353, "8/21/2013"], [903354, "8/22/2013"], [903355, "8/21/2013"], [903356, "8/25/2013"], [903357, "8/23/2013"], [903358, "8/21/2013"], [903359, "8/25/2013"], [903360, "8/20/2013"], [903361, "8/20/2013"], [903362, "8/22/2013"], [903363, "8/15/2013"], [903364, "8/23/2013"], [903365, "8/23/2013"], [903366, "8/23/2013"], [903367, "8/21/2013"], [903368, "8/23/2013"], [903369, "8/22/2013"], [903370, "8/21/2013"], [903373, "8/23/2013"], [903374, "8/5/2013"], [903375, "8/20/2013"], [903376, "8/5/2013"], [903377, "8/22/2013"], [903378, "8/23/2013"], [903379, "8/25/2013"], [903380, "8/23/2013"], [903381, "8/19/2013"], [903382, "8/19/2013"], [903383, "8/19/2013"], [903384, "8/19/2013"], [903385, "8/20/2013"], [903386, "12/31/2013"], [903387, "12/31/2013"], [903388, "8/22/2013"], [903389, "8/23/2013"], [903390, "8/19/2013"], [903391, "8/22/2013"], [903392, "8/22/2013"], [903393, "8/25/2013"], [903394, "8/25/2013"], [903396, "8/19/2013"], [903398, "8/22/2013"], [903399, "8/7/2013"], [903400, "8/5/2013"], [903401, "8/23/2013"], [903402, "8/21/2013"], [903403, "8/25/2013"], [903404, "8/7/2013"], [903405, "8/22/2013"], [903406, "8/25/2013"], [903407, "8/19/2013"], [903408, "8/21/2013"], [903409, "8/20/2013"], [903410, "8/19/2013"], [903411, "8/7/2013"], [903412, "8/20/2013"], [903416, "8/22/2013"], [903417, "8/16/2013"], [903418, "12/31/2013"], [903419, "8/20/2013"], [903420, "8/22/2013"], [903421, "8/25/2013"], [903422, "8/25/2013"], [903423, "8/23/2013"], [903424, "8/25/2013"], [903425, "8/25/2013"], [903426, "8/22/2013"], [903427, "8/23/2013"], [903432, "8/20/2013"], [903435, "8/23/2013"], [903438, "8/22/2013"], [903442, "8/21/2013"], [903447, "8/23/2013"], [903451, "8/22/2013"], [903454, "8/23/2013"], [903456, "8/23/2013"], [903458, "8/25/2013"], [903461, "8/22/2013"], [903464, "8/23/2013"], [903470, "8/25/2013"], [903471, "8/20/2013"], [903472, "8/25/2013"], [903473, "8/20/2013"], [903474, "8/20/2013"], [903475, "8/19/2013"], [903476, "8/6/2013"], [903477, "8/25/2013"], [903480, "8/12/2013"], [903481, "8/22/2013"], [903482, "8/12/2013"], [903483, "8/23/2013"], [903484, "8/23/2013"], [903485, "8/23/2013"], [903486, "8/20/2013"], [903488, "8/22/2013"], [903491, "8/20/2013"], [903493, "8/23/2013"], [903494, "8/19/2013"], [903495, "8/22/2013"], [903496, "8/22/2013"], [903497, "8/20/2013"], [903498, "8/22/2013"], [903499, "8/21/2013"], [903500, "8/20/2013"], [903501, "8/23/2013"], [903502, "8/22/2013"], [903503, "8/14/2013"], [903506, "8/22/2013"], [903507, "1/22/2014"], [903508, "8/20/2013"], [903509, "8/25/2013"], [903510, "12/31/2013"], [903511, "8/5/2013"], [903512, "8/15/2013"], [903514, "8/19/2013"], [903515, "8/21/2013"], [903516, "8/21/2013"], [903517, "8/20/2013"], [903518, "8/16/2013"], [903519, "8/7/2013"], [903520, "8/22/2013"], [903521, "8/22/2013"], [903522, "8/19/2013"], [903523, "8/25/2013"], [903524, "8/25/2013"], [903525, "8/25/2013"], [903526, "8/22/2013"], [903527, "8/23/2013"], [903528, "8/23/2013"], [903529, "8/22/2013"], [903530, "8/22/2013"], [903531, "8/22/2013"], [903532, "8/21/2013"], [903535, "8/23/2013"], [903536, "8/25/2013"], [903537, "8/20/2013"], [903538, "8/20/2013"], [903539, "1/22/2014"], [903540, "8/23/2013"], [903541, "8/19/2013"], [903542, "8/22/2013"], [903543, "8/19/2013"], [903544, "8/25/2013"], [903545, "8/21/2013"], [903546, "8/6/2013"], [903547, "8/6/2013"], [903548, "8/25/2013"], [903549, "8/25/2013"], [903550, "8/23/2013"], [903551, "8/25/2013"], [903552, "8/25/2013"], [903553, "8/20/2013"], [903554, "8/21/2013"], [903555, "8/20/2013"], [903556, "8/20/2013"], [903557, "8/19/2013"], [903558, "8/20/2013"], [903559, "8/20/2013"], [903560, "8/19/2013"], [903561, "8/19/2013"], [903562, "8/23/2013"], [903563, "8/23/2013"], [903564, "8/22/2013"], [903565, "8/23/2013"], [903566, "8/22/2013"], [903567, "8/23/2013"], [903568, "8/25/2013"], [903569, "8/22/2013"], [903570, "8/15/2013"], [903572, "8/22/2013"], [903574, "8/6/2013"], [903577, "8/20/2013"], [903581, "8/23/2013"], [903583, "8/19/2013"], [903592, "8/20/2013"], [903593, "8/21/2013"], [903594, "8/25/2013"], [903595, "8/19/2013"], [903597, "8/19/2013"], [903599, "8/19/2013"], [903600, "8/22/2013"], [903603, "8/20/2013"], [903605, "8/12/2013"], [903607, "8/22/2013"], [903608, "8/23/2013"], [903609, "8/23/2013"], [903614, "8/22/2013"], [903616, "8/23/2013"], [903617, "8/23/2013"], [903618, "8/19/2013"], [903619, "8/23/2013"], [903620, "8/23/2013"], [903621, "8/22/2013"], [903622, "8/12/2013"], [903623, "8/25/2013"], [903624, "8/22/2013"], [903625, "8/25/2013"], [903626, "8/25/2013"], [903627, "8/19/2013"], [903628, "8/22/2013"], [903629, "8/23/2013"], [903630, "8/22/2013"], [903631, "8/23/2013"], [903632, "8/23/2013"], [903633, "8/19/2013"], [903635, "8/20/2013"], [903636, "8/20/2013"], [903637, "8/22/2013"], [903638, "8/20/2013"], [903639, "8/25/2013"], [903640, "8/22/2013"], [903641, "8/21/2013"], [903642, "8/20/2013"], [903643, "8/6/2013"], [903644, "8/22/2013"], [903645, "8/22/2013"], [903646, "8/22/2013"], [903647, "8/23/2013"], [903648, "8/23/2013"], [903649, "8/23/2013"], [903650, "8/20/2013"], [903651, "8/22/2013"], [903652, "8/6/2013"], [903654, "8/6/2013"], [903655, "8/23/2013"], [903656, "8/20/2013"], [903657, "8/20/2013"], [903658, "8/22/2013"], [903659, "8/6/2013"], [903660, "8/23/2013"], [903661, "8/23/2013"], [903662, "8/25/2013"], [903663, "8/12/2013"], [903664, "8/23/2013"], [903665, "8/7/2013"], [903666, "8/23/2013"], [903667, "8/6/2013"], [903668, "8/23/2013"], [903669, "8/6/2013"], [903670, "8/25/2013"], [903672, "8/16/2013"], [903673, "8/22/2013"], [903674, "8/23/2013"], [903675, "8/7/2013"], [903676, "8/15/2013"], [903678, "8/6/2013"], [903679, "8/20/2013"], [903680, "8/23/2013"], [903681, "8/22/2013"], [903683, "8/21/2013"], [903684, "8/19/2013"], [903685, "8/7/2013"], [903686, "8/21/2013"], [903687, "8/23/2013"], [903688, "8/22/2013"], [903689, "8/23/2013"], [903690, "8/22/2013"], [903691, "8/6/2013"], [903692, "8/22/2013"], [903693, "8/23/2013"], [903694, "8/23/2013"], [903695, "8/20/2013"], [903696, "8/19/2013"], [903697, "8/21/2013"], [903698, "8/20/2013"], [903699, "8/25/2013"], [903700, "8/20/2013"], [903701, "8/19/2013"], [903702, "8/25/2013"], [903703, "8/25/2013"], [903704, "8/19/2013"], [903705, "8/19/2013"], [903706, "8/20/2013"], [903707, "8/19/2013"], [903708, "8/19/2013"], [903709, "8/20/2013"], [903710, "8/23/2013"], [903711, "8/19/2013"], [903713, "8/19/2013"], [903714, "8/23/2013"], [903715, "8/20/2013"], [903716, "8/19/2013"], [903717, "8/6/2013"], [903718, "8/23/2013"], [903719, "8/23/2013"], [903720, "8/12/2013"], [903724, "8/23/2013"], [903725, "8/21/2013"], [903728, "8/23/2013"], [903729, "8/21/2013"], [903730, "8/25/2013"], [903731, "8/25/2013"], [903734, "8/25/2013"], [903735, "8/25/2013"], [903736, "8/19/2013"], [903740, "8/23/2013"], [903741, "8/23/2013"], [903743, "8/16/2013"], [903745, "8/19/2013"], [903746, "8/25/2013"], [903747, "8/19/2013"], [903748, "8/20/2013"], [903750, "8/20/2013"], [903751, "8/22/2013"], [903752, "8/23/2013"], [903753, "8/20/2013"], [903754, "8/23/2013"], [903756, "8/22/2013"], [903757, "8/23/2013"], [903758, "8/20/2013"], [903759, "8/23/2013"], [903760, "8/19/2013"], [903761, "8/22/2013"], [903762, "8/22/2013"], [903763, "8/23/2013"], [903764, "8/25/2013"], [903765, "8/6/2013"], [903766, "8/19/2013"], [903767, "8/22/2013"], [903768, "8/22/2013"], [903769, "8/22/2013"], [903770, "8/25/2013"], [903771, "8/22/2013"], [903772, "8/23/2013"], [903773, "8/23/2013"], [903774, "8/23/2013"], [903775, "8/19/2013"], [903776, "8/22/2013"], [903777, "8/20/2013"], [903778, "8/23/2013"], [903779, "8/20/2013"], [903780, "8/23/2013"], [903781, "1/22/2014"], [903782, "8/23/2013"], [903783, "8/20/2013"], [903784, "8/21/2013"], [903785, "8/20/2013"], [903786, "8/25/2013"], [903787, "8/23/2013"], [903788, "8/6/2013"], [903789, "8/19/2013"], [903790, "8/20/2013"], [903791, "8/22/2013"], [903792, "8/20/2013"], [903793, "8/22/2013"], [903794, "8/21/2013"], [903795, "8/21/2013"], [903796, "8/21/2013"], [903797, "8/23/2013"], [903798, "8/20/2013"], [903799, "8/22/2013"], [903801, "8/25/2013"], [903802, "8/23/2013"], [903803, "8/22/2013"], [903804, "8/25/2013"], [903805, "8/25/2013"], [903806, "8/20/2013"], [903807, "8/20/2013"], [903808, "8/20/2013"], [903809, "8/19/2013"], [903810, "8/19/2013"], [903811, "8/15/2013"], [903812, "8/21/2013"], [903813, "8/15/2013"], [903814, "8/21/2013"], [903816, "8/15/2013"], [903817, "8/25/2013"], [903818, "8/23/2013"], [903819, "8/6/2013"], [903820, "8/20/2013"], [903821, "8/19/2013"], [903822, "8/21/2013"], [903823, "8/21/2013"], [903824, "8/19/2013"], [903825, "8/14/2013"], [903826, "8/22/2013"], [903827, "8/22/2013"], [903830, "8/21/2013"], [903831, "8/21/2013"], [903832, "8/19/2013"], [903835, "8/25/2013"], [903836, "8/23/2013"], [903837, "8/22/2013"], [903840, "8/23/2013"], [903841, "8/25/2013"], [903842, "8/22/2013"], [903845, "8/25/2013"], [903846, "8/23/2013"], [903847, "8/19/2013"], [903848, "8/22/2013"], [903849, "8/19/2013"], [903850, "8/23/2013"], [903851, "8/19/2013"], [903852, "8/20/2013"], [903853, "8/22/2013"], [903854, "8/22/2013"], [903857, "8/22/2013"], [903858, "8/22/2013"], [903859, "8/21/2013"], [903860, "8/21/2013"], [903861, "8/19/2013"], [903862, "8/25/2013"], [903863, "8/20/2013"], [903865, "8/22/2013"], [903866, "1/22/2014"], [903867, "8/23/2013"], [903868, "8/22/2013"], [903869, "8/20/2013"], [903872, "8/25/2013"], [903873, "8/22/2013"], [903874, "8/22/2013"], [903876, "8/20/2013"], [903880, "8/23/2013"], [903881, "8/21/2013"], [903882, "12/31/2013"], [903885, "12/31/2013"], [903886, "8/23/2013"], [903887, "8/21/2013"], [903891, "8/19/2013"], [903893, "8/22/2013"], [903894, "8/19/2013"], [903895, "8/21/2013"], [903898, "8/23/2013"], [903899, "8/5/2013"], [903900, "8/22/2013"], [903901, "8/22/2013"], [903902, "8/25/2013"], [903904, "8/25/2013"], [903905, "12/31/2013"], [903907, "8/22/2013"], [903908, "8/23/2013"], [903909, "8/25/2013"], [903910, "8/23/2013"], [903911, "8/23/2013"], [903913, "8/20/2013"], [903914, "8/22/2013"], [903915, "8/20/2013"], [903918, "8/22/2013"], [903919, "8/22/2013"], [903920, "8/19/2013"], [903921, "8/19/2013"], [903922, "8/20/2013"], [903923, "8/23/2013"], [903924, "1/22/2014"], [903925, "8/22/2013"], [903927, "8/23/2013"], [903928, "8/22/2013"], [903929, "8/25/2013"], [903930, "8/23/2013"], [903931, "8/20/2013"], [903933, "8/22/2013"], [903934, "8/20/2013"], [903935, "8/22/2013"], [903936, "8/23/2013"], [903937, "8/20/2013"], [903938, "8/25/2013"], [903939, "8/23/2013"], [903940, "8/25/2013"], [903941, "8/23/2013"], [903942, "8/22/2013"], [903943, "8/23/2013"], [903944, "8/16/2013"], [903945, "8/12/2013"], [903946, "8/22/2013"], [903947, "8/22/2013"], [903948, "8/21/2013"], [903949, "8/19/2013"], [903950, "8/15/2013"], [903951, "8/25/2013"], [903952, "8/22/2013"], [903953, "8/6/2013"], [903954, "8/20/2013"], [903955, "8/25/2013"], [903956, "8/19/2013"], [903957, "8/25/2013"], [903958, "8/22/2013"], [903959, "8/25/2013"], [903960, "8/20/2013"], [903961, "8/22/2013"], [903962, "8/25/2013"], [903963, "8/23/2013"], [903964, "8/25/2013"], [903965, "8/20/2013"], [903966, "8/23/2013"], [903967, "8/22/2013"], [903968, "8/22/2013"], [903969, "8/14/2013"], [903970, "8/22/2013"], [903971, "8/19/2013"], [903972, "8/20/2013"], [903973, "8/23/2013"], [903974, "8/25/2013"], [903975, "8/22/2013"], [903976, "8/19/2013"], [903977, "8/20/2013"], [903979, "8/20/2013"], [903981, "8/22/2013"], [903982, "8/23/2013"], [903983, "8/22/2013"], [903984, "8/20/2013"], [903985, "1/22/2014"], [903986, "8/23/2013"], [903987, "8/22/2013"], [903988, "8/20/2013"], [903989, "8/21/2013"], [903990, "8/20/2013"], [903991, "8/19/2013"], [903992, "8/19/2013"], [903993, "8/23/2013"], [903994, "8/25/2013"], [903995, "8/22/2013"], [903996, "8/20/2013"], [903997, "8/25/2013"], [903999, "8/21/2013"], [904000, "8/22/2013"], [904001, "8/21/2013"], [904002, "8/19/2013"], [904003, "8/20/2013"], [904004, "8/16/2013"], [904005, "8/22/2013"], [904006, "1/22/2014"], [904007, "8/16/2013"], [904008, "8/25/2013"], [904009, "12/31/2013"], [904010, "8/20/2013"], [904011, "8/25/2013"], [904012, "8/25/2013"], [904013, "8/22/2013"], [904014, "8/22/2013"], [904015, "8/20/2013"], [904016, "8/19/2013"], [904017, "8/6/2013"], [904018, "8/5/2013"], [904019, "8/22/2013"], [904021, "8/20/2013"], [904022, "8/20/2013"], [904023, "8/22/2013"], [904024, "8/20/2013"], [904025, "8/25/2013"], [904026, "8/23/2013"], [904027, "8/20/2013"], [904028, "8/22/2013"], [904029, "8/19/2013"], [904030, "8/20/2013"], [904031, "1/22/2014"], [904032, "8/23/2013"], [904033, "8/22/2013"], [904034, "8/22/2013"], [904035, "8/19/2013"], [904036, "8/25/2013"], [904037, "8/22/2013"], [904038, "8/22/2013"], [904039, "8/20/2013"], [904040, "8/20/2013"], [904041, "8/22/2013"], [904042, "8/22/2013"], [904043, "8/22/2013"], [904045, "8/19/2013"], [904046, "8/22/2013"], [904047, "8/19/2013"], [904048, "8/20/2013"], [904049, "8/25/2013"], [904050, "8/22/2013"], [904051, "8/21/2013"], [904052, "8/19/2013"], [904053, "8/22/2013"], [904054, "8/25/2013"], [904055, "8/25/2013"], [904058, "8/20/2013"], [904059, "8/21/2013"], [904061, "8/19/2013"], [904062, "8/21/2013"], [904064, "8/25/2013"], [904065, "8/22/2013"], [904066, "8/23/2013"], [904067, "8/6/2013"], [904068, "8/21/2013"], [904071, "8/19/2013"], [904072, "8/23/2013"], [904073, "8/15/2013"], [904074, "8/25/2013"], [904075, "8/23/2013"], [904076, "8/25/2013"], [904077, "8/19/2013"], [904080, "8/20/2013"], [904083, "1/22/2014"], [904084, "8/19/2013"], [904085, "8/25/2013"], [904086, "8/20/2013"], [904087, "8/25/2013"], [904090, "8/21/2013"], [904091, "8/23/2013"], [904092, "8/25/2013"], [904093, "8/22/2013"], [904094, "8/23/2013"], [904097, "8/22/2013"], [904098, "8/15/2013"], [904099, "8/19/2013"], [904100, "8/19/2013"], [904101, "8/23/2013"], [904104, "8/19/2013"], [904105, "8/23/2013"], [904106, "8/23/2013"], [904109, "8/25/2013"], [904110, "8/21/2013"], [904111, "8/22/2013"], [904112, "8/25/2013"], [904114, "8/23/2013"], [904115, "8/22/2013"], [904118, "8/23/2013"], [904119, "8/22/2013"], [904120, "8/20/2013"], [904121, "8/23/2013"], [904122, "8/25/2013"], [904123, "12/31/2013"], [904124, "8/25/2013"], [904125, "12/31/2013"], [904127, "8/25/2013"], [904129, "8/25/2013"], [904131, "8/19/2013"], [904132, "8/20/2013"], [904133, "8/14/2013"], [904134, "8/14/2013"], [904136, "8/23/2013"], [904137, "8/22/2013"], [904138, "8/22/2013"], [904139, "8/19/2013"], [904140, "8/22/2013"], [904141, "8/23/2013"], [904142, "8/25/2013"], [904143, "8/19/2013"], [904144, "8/22/2013"], [904145, "8/23/2013"], [904146, "8/22/2013"], [904147, "8/23/2013"], [904148, "8/25/2013"], [904149, "1/22/2014"], [904150, "8/23/2013"], [904151, "8/16/2013"], [904152, "12/31/2013"], [904153, "8/25/2013"], [904154, "8/23/2013"], [904155, "8/25/2013"], [904156, "8/20/2013"], [904157, "8/22/2013"], [904158, "8/15/2013"], [904159, "8/23/2013"], [904160, "8/23/2013"], [904161, "8/22/2013"], [904164, "8/25/2013"], [904167, "8/22/2013"], [904168, "8/22/2013"], [904171, "8/20/2013"], [904174, "8/22/2013"], [904175, "8/19/2013"], [904176, "8/22/2013"], [904177, "8/19/2013"], [904178, "8/22/2013"], [904179, "8/23/2013"], [904181, "8/25/2013"], [904182, "8/22/2013"], [904183, "8/21/2013"], [904184, "8/15/2013"], [904185, "8/19/2013"], [904186, "8/23/2013"], [904187, "8/25/2013"], [904188, "8/19/2013"], [904191, "8/19/2013"], [904195, "8/6/2013"], [904196, "8/25/2013"], [904197, "8/20/2013"], [904198, "8/22/2013"], [904199, "8/20/2013"], [904202, "8/22/2013"], [904204, "8/22/2013"], [904208, "8/20/2013"], [904209, "8/16/2013"], [904210, "8/25/2013"], [904213, "8/20/2013"], [904214, "8/22/2013"], [904215, "8/19/2013"], [904217, "8/23/2013"], [904220, "8/23/2013"], [904222, "8/23/2013"], [904223, "8/25/2013"], [904224, "8/25/2013"], [904225, "8/23/2013"], [904228, "8/20/2013"], [904235, "8/23/2013"], [904236, "8/22/2013"], [904237, "8/23/2013"], [904239, "8/19/2013"], [904240, "8/23/2013"], [904241, "8/19/2013"], [904242, "8/19/2013"], [904243, "12/31/2013"], [904244, "8/22/2013"], [904245, "8/25/2013"], [904246, "8/23/2013"], [904247, "8/23/2013"], [904248, "8/22/2013"], [904249, "8/22/2013"], [904250, "8/21/2013"], [904251, "8/21/2013"], [904254, "8/23/2013"], [904255, "8/25/2013"], [904256, "8/19/2013"], [904257, "8/22/2013"], [904258, "8/21/2013"], [904259, "8/19/2013"], [904260, "8/23/2013"], [904262, "8/25/2013"], [904263, "8/22/2013"], [904264, "8/20/2013"], [904266, "8/21/2013"], [904268, "8/6/2013"], [904271, "8/20/2013"], [904272, "8/20/2013"], [904281, "8/20/2013"], [904283, "8/22/2013"], [904285, "8/15/2013"], [904286, "1/22/2014"], [904287, "8/22/2013"], [904288, "8/20/2013"], [904289, "8/23/2013"], [904290, "8/21/2013"], [904291, "8/23/2013"], [904294, "8/22/2013"], [904295, "8/22/2013"], [904296, "8/25/2013"], [904300, "8/22/2013"], [904303, "8/19/2013"], [904304, "8/23/2013"], [904305, "8/23/2013"], [904306, "8/20/2013"], [904307, "8/20/2013"], [904308, "8/20/2013"], [904309, "8/22/2013"], [904310, "8/25/2013"], [904311, "8/20/2013"], [904312, "8/20/2013"], [904313, "8/21/2013"], [904314, "8/25/2013"], [904315, "8/21/2013"], [904316, "8/25/2013"], [904317, "8/21/2013"], [904319, "8/20/2013"], [904320, "8/25/2013"], [904321, "8/25/2013"], [904322, "8/21/2013"], [904323, "8/25/2013"], [904324, "8/23/2013"], [904325, "8/19/2013"], [904326, "8/20/2013"], [904327, "8/20/2013"], [904329, "8/22/2013"], [904330, "8/19/2013"], [904331, "8/19/2013"], [904333, "8/19/2013"], [904334, "8/20/2013"], [904336, "8/19/2013"], [904337, "8/25/2013"], [904338, "8/23/2013"], [904339, "8/22/2013"], [904340, "8/23/2013"], [904342, "8/23/2013"], [904344, "8/25/2013"], [904345, "8/19/2013"], [904347, "8/20/2013"], [904348, "8/16/2013"], [904349, "8/23/2013"], [904350, "8/20/2013"], [904352, "8/21/2013"], [904353, "4/9/2014"], [904354, "8/23/2013"], [904355, "8/20/2013"], [904356, "8/25/2013"], [904357, "8/20/2013"], [904358, "8/22/2013"], [904359, "8/14/2013"], [904360, "8/14/2013"], [904361, "8/23/2013"], [904362, "8/22/2013"], [904363, "8/22/2013"], [904364, "8/21/2013"], [904366, "8/21/2013"], [904367, "8/25/2013"], [904368, "8/20/2013"], [904369, "8/25/2013"], [904370, "8/22/2013"], [904371, "12/31/2013"], [904372, "8/20/2013"], [904373, "8/20/2013"], [904374, "8/23/2013"], [904375, "8/19/2013"], [904376, "8/19/2013"], [904378, "8/21/2013"], [904379, "8/20/2013"], [904380, "8/19/2013"], [904381, "8/21/2013"], [904383, "8/22/2013"], [904385, "8/21/2013"], [904386, "8/22/2013"], [904387, "8/25/2013"], [904388, "8/20/2013"], [904389, "8/20/2013"], [904390, "1/22/2014"], [904391, "8/7/2013"], [904392, "8/20/2013"], [904393, "8/25/2013"], [904395, "8/22/2013"], [904396, "8/25/2013"], [904398, "8/23/2013"], [904399, "8/25/2013"], [904400, "8/20/2013"], [904401, "8/20/2013"], [904405, "8/25/2013"], [904406, "8/23/2013"], [904407, "8/19/2013"], [904408, "8/19/2013"], [904409, "8/19/2013"], [904410, "8/25/2013"], [904411, "8/25/2013"], [904413, "8/20/2013"], [904414, "8/23/2013"], [904415, "8/19/2013"], [904418, "8/21/2013"], [904419, "8/19/2013"], [904420, "8/7/2013"], [904421, "8/20/2013"], [904422, "8/19/2013"], [904423, "8/20/2013"], [904424, "8/20/2013"], [904425, "8/19/2013"], [904426, "8/22/2013"], [904427, "8/21/2013"], [904428, "12/31/2013"], [904430, "8/25/2013"], [904431, "8/25/2013"], [904433, "8/23/2013"], [904434, "8/19/2013"], [904436, "8/22/2013"], [904437, "8/21/2013"], [904441, "8/20/2013"], [904442, "8/21/2013"], [904444, "8/22/2013"], [904445, "8/21/2013"], [904446, "8/25/2013"], [904447, "8/25/2013"], [904448, "8/21/2013"], [904449, "8/20/2013"], [904450, "8/22/2013"], [904452, "8/21/2013"], [904453, "8/25/2013"], [904454, "8/23/2013"], [904455, "8/20/2013"], [904456, "8/25/2013"], [904457, "8/19/2013"], [904458, "8/22/2013"], [904459, "8/21/2013"], [904461, "8/19/2013"], [904464, "8/25/2013"], [904465, "8/6/2013"], [904466, "8/25/2013"], [904467, "8/25/2013"], [904468, "8/21/2013"], [904469, "8/20/2013"], [904470, "8/21/2013"], [904471, "8/19/2013"], [904472, "8/19/2013"], [904473, "8/20/2013"], [904474, "8/20/2013"], [904475, "8/25/2013"], [904476, "8/21/2013"], [904477, "8/21/2013"], [904478, "8/21/2013"], [904479, "8/21/2013"], [904480, "8/23/2013"], [904481, "8/20/2013"], [904482, "8/21/2013"], [904483, "8/21/2013"], [904484, "8/22/2013"], [904485, "8/23/2013"], [904486, "8/25/2013"], [904487, "8/22/2013"], [904488, "8/19/2013"], [904489, "8/21/2013"], [904490, "8/23/2013"], [904491, "8/25/2013"], [904492, "8/23/2013"], [904493, "8/25/2013"], [904494, "8/25/2013"], [904496, "8/20/2013"], [904497, "8/20/2013"], [904498, "8/19/2013"], [904499, "8/23/2013"], [904500, "8/22/2013"], [904502, "8/19/2013"], [904504, "8/22/2013"], [904505, "8/21/2013"], [904506, "8/23/2013"], [904507, "8/23/2013"], [904508, "8/23/2013"], [904509, "8/25/2013"], [904510, "8/20/2013"], [904511, "8/25/2013"], [904512, "8/22/2013"], [904513, "8/22/2013"], [904514, "8/23/2013"], [904515, "8/25/2013"], [904516, "8/7/2013"], [904517, "8/20/2013"], [904518, "8/23/2013"], [904519, "8/20/2013"], [904522, "8/25/2013"], [904524, "8/21/2013"], [904527, "8/23/2013"], [904529, "8/20/2013"], [904530, "8/23/2013"], [904531, "8/23/2013"], [904532, "8/22/2013"], [904533, "8/25/2013"], [904534, "8/25/2013"], [904535, "8/25/2013"], [904536, "8/23/2013"], [904537, "8/23/2013"], [904538, "8/23/2013"], [904539, "8/23/2013"], [904544, "8/23/2013"], [904545, "8/23/2013"], [904546, "8/23/2013"], [904549, "8/20/2013"], [904550, "8/15/2013"], [904551, "8/23/2013"], [904552, "8/23/2013"], [904553, "8/23/2013"], [904554, "8/23/2013"], [904555, "8/23/2013"], [904556, "8/23/2013"], [904557, "8/21/2013"], [904558, "8/25/2013"], [904559, "8/22/2013"], [904560, "8/21/2013"], [904561, "8/19/2013"], [904563, "8/15/2013"], [904564, "8/20/2013"], [904565, "8/6/2013"], [904566, "8/23/2013"], [904569, "8/21/2013"], [904572, "8/23/2013"], [904574, "8/21/2013"], [904576, "8/19/2013"], [904577, "8/23/2013"], [904578, "8/25/2013"], [904579, "8/21/2013"], [904581, "8/21/2013"], [904582, "8/15/2013"], [904583, "8/23/2013"], [904584, "8/23/2013"], [904586, "8/23/2013"], [904587, "8/25/2013"], [904589, "8/20/2013"], [904590, "8/21/2013"], [904592, "8/25/2013"], [904594, "8/22/2013"], [904595, "8/19/2013"], [904596, "8/20/2013"], [904597, "8/20/2013"], [904598, "8/20/2013"], [904599, "8/23/2013"], [904600, "8/23/2013"], [904603, "8/19/2013"], [904604, "8/23/2013"], [904605, "8/20/2013"], [904606, "8/23/2013"], [904609, "8/23/2013"], [904610, "8/22/2013"], [904611, "8/23/2013"], [904612, "8/22/2013"], [904613, "8/6/2013"], [904614, "8/20/2013"], [904615, "8/20/2013"], [904616, "8/25/2013"], [904619, "8/20/2013"], [904620, "8/25/2013"], [904623, "8/23/2013"], [904624, "8/22/2013"], [904628, "8/20/2013"], [904629, "8/20/2013"], [904630, "8/6/2013"], [904631, "8/20/2013"], [904635, "8/23/2013"], [904638, "8/20/2013"], [904639, "8/21/2013"], [904640, "8/25/2013"], [904643, "8/23/2013"], [904644, "8/6/2013"], [904645, "8/23/2013"], [904646, "8/23/2013"], [904651, "8/20/2013"], [904653, "8/23/2013"], [904654, "8/23/2013"], [904656, "8/23/2013"], [904657, "8/25/2013"], [904659, "8/20/2013"], [904660, "8/23/2013"], [904661, "8/21/2013"], [904662, "8/23/2013"], [904664, "8/23/2013"], [904667, "8/20/2013"], [904668, "8/6/2013"], [904669, "8/14/2013"], [904670, "8/25/2013"], [904671, "8/23/2013"], [904672, "8/23/2013"], [904673, "8/25/2013"], [904674, "8/20/2013"], [904675, "8/20/2013"], [904676, "8/23/2013"], [904677, "8/20/2013"], [904678, "8/20/2013"], [904679, "8/23/2013"], [904682, "8/23/2013"], [904683, "8/23/2013"], [904687, "8/19/2013"], [904690, "8/23/2013"], [904691, "8/23/2013"], [904692, "8/20/2013"], [904696, "8/20/2013"], [904698, "8/25/2013"], [904699, "8/23/2013"], [904700, "8/20/2013"], [904702, "8/6/2013"], [904703, "8/23/2013"], [904704, "8/25/2013"], [904705, "8/23/2013"], [904706, "8/23/2013"], [904707, "8/23/2013"], [904708, "8/23/2013"], [904709, "8/23/2013"], [904711, "8/20/2013"], [904712, "8/23/2013"], [904713, "8/6/2013"], [904714, "8/23/2013"], [904715, "8/20/2013"], [904716, "8/19/2013"], [904717, "8/23/2013"], [904718, "8/23/2013"], [904721, "8/23/2013"], [904723, "8/25/2013"], [904724, "8/23/2013"], [904725, "8/22/2013"], [904726, "8/22/2013"], [904727, "8/20/2013"], [904728, "8/14/2013"], [904730, "8/23/2013"], [904731, "8/15/2013"], [904732, "8/22/2013"], [904733, "8/23/2013"], [904734, "8/20/2013"], [904736, "8/25/2013"], [904737, "8/25/2013"], [904738, "8/23/2013"], [904739, "8/25/2013"], [904741, "8/25/2013"], [904742, "8/22/2013"], [904743, "8/22/2013"], [904744, "8/23/2013"], [904745, "8/23/2013"], [904746, "8/20/2013"], [904747, "8/23/2013"], [904748, "8/21/2013"], [904749, "8/15/2013"], [904750, "8/21/2013"], [904751, "8/20/2013"], [904752, "8/23/2013"], [904753, "8/23/2013"], [904754, "8/25/2013"], [904755, "8/20/2013"], [904756, "8/23/2013"], [904758, "8/20/2013"], [904759, "8/23/2013"], [904760, "8/23/2013"], [904761, "8/25/2013"], [904762, "8/20/2013"], [904763, "8/23/2013"], [904764, "8/23/2013"], [904766, "8/25/2013"], [904767, "8/21/2013"], [904768, "8/23/2013"], [904771, "8/14/2013"], [904773, "8/21/2013"], [904774, "8/21/2013"], [904775, "8/6/2013"], [904777, "8/16/2013"], [904778, "8/20/2013"], [904779, "8/6/2013"], [904780, "8/22/2013"], [904781, "8/23/2013"], [904782, "8/20/2013"], [904783, "8/23/2013"], [904784, "8/20/2013"], [904785, "8/20/2013"], [904786, "8/23/2013"], [904787, "8/25/2013"], [904788, "8/23/2013"], [904789, "8/22/2013"], [904790, "8/6/2013"], [904791, "8/21/2013"], [904792, "8/23/2013"], [904795, "8/25/2013"], [904796, "8/23/2013"], [904797, "8/20/2013"], [904798, "8/23/2013"], [904800, "8/19/2013"], [904802, "8/23/2013"], [904805, "8/23/2013"], [904806, "8/23/2013"], [904808, "8/22/2013"], [904809, "8/23/2013"], [904811, "8/6/2013"], [904812, "8/25/2013"], [904813, "8/22/2013"], [904814, "8/23/2013"], [904815, "8/25/2013"], [904816, "8/20/2013"], [904817, "8/23/2013"], [904818, "8/23/2013"], [904819, "8/20/2013"], [904820, "8/20/2013"], [904821, "8/20/2013"], [904822, "8/23/2013"], [904823, "8/25/2013"], [904824, "8/22/2013"], [904825, "8/22/2013"], [904826, "8/6/2013"], [904827, "8/19/2013"], [904828, "8/25/2013"], [904829, "8/23/2013"], [904830, "8/23/2013"], [904831, "4/9/2014"], [904832, "8/23/2013"], [904833, "8/20/2013"], [904834, "8/23/2013"], [904835, "8/20/2013"], [904836, "8/22/2013"], [904837, "8/20/2013"], [904838, "8/22/2013"], [904839, "8/21/2013"], [904841, "8/21/2013"], [904842, "8/21/2013"], [904843, "8/21/2013"], [904844, "8/19/2013"], [904845, "8/20/2013"], [904846, "8/22/2013"], [904847, "8/22/2013"], [904848, "8/22/2013"], [904849, "8/6/2013"], [904850, "8/15/2013"], [904851, "8/22/2013"], [904852, "8/20/2013"], [904853, "8/22/2013"], [904854, "8/7/2013"], [904855, "8/15/2013"], [904856, "8/22/2013"], [904857, "8/23/2013"], [904858, "8/25/2013"], [904861, "8/22/2013"], [904862, "8/25/2013"], [904863, "8/23/2013"], [904866, "8/25/2013"], [904867, "8/22/2013"], [904868, "8/23/2013"], [904869, "8/20/2013"], [904870, "8/25/2013"], [904871, "4/9/2014"], [904872, "8/23/2013"], [904876, "8/20/2013"], [904877, "8/20/2013"], [904878, "8/25/2013"], [904879, "8/25/2013"], [904880, "8/20/2013"], [904881, "8/23/2013"], [904882, "8/23/2013"], [904885, "8/21/2013"], [904886, "8/23/2013"], [904887, "8/23/2013"], [904892, "8/23/2013"], [904893, "8/25/2013"], [904894, "8/21/2013"], [904895, "8/25/2013"], [904898, "8/20/2013"], [904899, "8/23/2013"], [904900, "8/15/2013"], [904901, "8/23/2013"], [904902, "8/22/2013"], [904906, "8/22/2013"], [904907, "8/23/2013"], [904909, "8/22/2013"], [904910, "8/25/2013"], [904911, "8/25/2013"], [904912, "8/23/2013"], [904913, "8/6/2013"], [904916, "8/25/2013"], [904917, "8/25/2013"], [904918, "8/23/2013"], [904919, "8/25/2013"], [904921, "8/23/2013"], [904922, "8/21/2013"], [904924, "8/25/2013"], [904925, "4/9/2014"], [904927, "8/23/2013"], [904930, "8/20/2013"], [904931, "8/23/2013"], [904932, "8/22/2013"], [904933, "8/15/2013"], [904935, "8/22/2013"], [904937, "8/25/2013"], [904939, "8/14/2013"], [904940, "8/23/2013"], [904943, "8/20/2013"], [904944, "8/23/2013"], [904945, "8/23/2013"], [904946, "8/6/2013"], [904947, "8/20/2013"], [904948, "8/21/2013"], [904949, "8/23/2013"], [904950, "8/19/2013"], [904951, "8/25/2013"], [904952, "8/20/2013"], [904953, "8/19/2013"], [904954, "8/20/2013"], [904955, "8/23/2013"], [904956, "8/23/2013"], [904957, "8/20/2013"], [904958, "8/23/2013"], [904959, "8/20/2013"], [904960, "8/20/2013"], [904961, "8/20/2013"], [904963, "8/23/2013"], [904964, "8/15/2013"], [904965, "8/20/2013"], [904966, "8/15/2013"], [904967, "8/23/2013"], [904968, "8/25/2013"], [904969, "8/22/2013"], [904970, "8/20/2013"], [904971, "8/19/2013"], [904972, "8/23/2013"], [904973, "8/25/2013"], [904975, "8/23/2013"], [904976, "8/23/2013"], [904977, "8/19/2013"], [904978, "8/23/2013"], [904979, "8/23/2013"], [904980, "8/22/2013"], [904981, "8/23/2013"], [904982, "8/23/2013"], [904983, "8/25/2013"], [904984, "8/23/2013"], [904985, "8/16/2013"], [904986, "8/16/2013"], [904987, "8/25/2013"], [904988, "8/23/2013"], [904989, "8/22/2013"], [904990, "8/15/2013"], [904991, "8/15/2013"], [904992, "8/23/2013"], [904993, "8/23/2013"], [904994, "8/21/2013"], [904995, "8/23/2013"], [904996, "8/23/2013"], [904997, "8/21/2013"], [904998, "8/21/2013"], [904999, "8/22/2013"], [905000, "8/22/2013"], [905001, "8/23/2013"], [905002, "8/20/2013"], [905003, "8/20/2013"], [905004, "1/22/2014"], [905006, "8/21/2013"], [905007, "8/23/2013"], [905008, "8/25/2013"], [905009, "8/23/2013"], [905010, "8/22/2013"], [905011, "8/22/2013"], [905012, "8/6/2013"], [905013, "8/23/2013"], [905014, "8/7/2013"], [905015, "8/23/2013"], [905016, "8/21/2013"], [905017, "8/19/2013"], [905018, "8/22/2013"], [905019, "8/23/2013"], [905020, "8/25/2013"], [905021, "8/25/2013"], [905023, "8/25/2013"], [905024, "8/25/2013"], [905025, "8/20/2013"], [905026, "8/20/2013"], [905029, "8/25/2013"], [905032, "8/23/2013"], [905033, "8/23/2013"], [905034, "8/20/2013"], [905035, "8/23/2013"], [905036, "8/21/2013"], [905037, "8/20/2013"], [905042, "8/23/2013"], [905043, "8/23/2013"], [905044, "8/22/2013"], [905045, "8/22/2013"], [905049, "8/20/2013"], [905050, "8/22/2013"], [905051, "8/23/2013"], [905052, "8/25/2013"], [905053, "8/23/2013"], [905054, "8/23/2013"], [905057, "8/21/2013"], [905058, "8/25/2013"], [905061, "8/25/2013"], [905062, "8/23/2013"], [905063, "8/21/2013"], [905066, "8/22/2013"], [905067, "8/15/2013"], [905068, "8/20/2013"], [905069, "8/15/2013"], [905071, "8/20/2013"], [905074, "8/22/2013"], [905075, "8/23/2013"], [905076, "8/21/2013"], [905077, "8/21/2013"], [905078, "8/25/2013"], [905079, "8/15/2013"], [905082, "8/25/2013"], [905083, "8/7/2013"], [905086, "8/21/2013"], [905090, "8/22/2013"], [905092, "8/20/2013"], [905093, "8/23/2013"], [905095, "8/15/2013"], [905097, "8/15/2013"], [905098, "8/21/2013"], [905099, "8/12/2013"], [905101, "2/20/2014"], [905102, "8/21/2013"], [905104, "8/21/2013"], [905105, "8/22/2013"], [905106, "8/23/2013"], [905107, "8/25/2013"], [905108, "8/6/2013"], [905109, "8/23/2013"], [905110, "8/7/2013"], [905111, "8/25/2013"], [905112, "8/7/2013"], [905113, "8/19/2013"], [905114, "8/19/2013"], [905115, "8/20/2013"], [905116, "8/23/2013"], [905117, "8/23/2013"], [905118, "8/21/2013"], [905119, "8/16/2013"], [905120, "8/20/2013"], [905121, "8/6/2013"], [905122, "8/20/2013"], [905124, "8/19/2013"], [905125, "8/22/2013"], [905126, "8/20/2013"], [905127, "8/23/2013"], [905128, "8/23/2013"], [905129, "8/7/2013"], [905130, "8/23/2013"], [905131, "8/21/2013"], [905132, "8/22/2013"], [905133, "8/19/2013"], [905134, "8/6/2013"], [905135, "1/22/2014"], [905136, "8/20/2013"], [905138, "8/23/2013"], [905140, "8/22/2013"], [905141, "8/23/2013"], [905142, "8/19/2013"], [905143, "8/19/2013"], [905144, "8/23/2013"], [905145, "8/23/2013"], [905146, "8/6/2013"], [905147, "8/21/2013"], [905148, "8/21/2013"], [905150, "8/22/2013"], [905151, "8/20/2013"], [905152, "8/25/2013"], [905153, "8/25/2013"], [905154, "12/31/2013"], [905155, "8/20/2013"], [905156, "8/25/2013"], [905157, "8/20/2013"], [905158, "8/23/2013"], [905159, "8/23/2013"], [905160, "8/20/2013"], [905161, "8/21/2013"], [905162, "8/21/2013"], [905163, "8/15/2013"], [905164, "8/23/2013"], [905165, "8/22/2013"], [905166, "8/21/2013"], [905167, "8/7/2013"], [905168, "8/22/2013"], [905169, "8/19/2013"], [905170, "8/20/2013"], [905171, "8/6/2013"], [905172, "8/22/2013"], [905173, "8/20/2013"], [905174, "8/23/2013"], [905175, "8/20/2013"], [905177, "8/23/2013"], [905178, "1/22/2014"], [905179, "8/16/2013"], [905180, "8/21/2013"], [905181, "8/20/2013"], [905182, "8/23/2013"], [905183, "8/20/2013"], [905184, "8/19/2013"], [905185, "8/21/2013"], [905186, "8/23/2013"], [905187, "8/25/2013"], [905188, "8/21/2013"], [905189, "8/23/2013"], [905190, "8/25/2013"], [905191, "8/25/2013"], [905192, "8/22/2013"], [905193, "1/22/2014"], [905194, "8/23/2013"], [905195, "8/21/2013"], [905196, "8/21/2013"], [905197, "8/22/2013"], [905198, "8/22/2013"], [905199, "8/6/2013"], [905200, "8/23/2013"], [905201, "8/20/2013"], [905204, "8/20/2013"], [905205, "8/22/2013"], [905208, "8/19/2013"], [905211, "8/21/2013"], [905214, "8/15/2013"], [905217, "8/20/2013"], [905220, "8/25/2013"], [905226, "8/15/2013"], [905228, "8/22/2013"], [905229, "8/22/2013"], [905230, "8/23/2013"], [905232, "8/22/2013"], [905233, "8/22/2013"], [905234, "8/25/2013"], [905237, "8/21/2013"], [905238, "8/21/2013"], [905241, "8/22/2013"], [905242, "8/19/2013"], [905243, "8/20/2013"], [905244, "8/23/2013"], [905245, "8/22/2013"], [905246, "8/25/2013"], [905247, "8/5/2013"], [905248, "1/22/2014"], [905249, "8/21/2013"], [905250, "8/25/2013"], [905251, "8/25/2013"], [905252, "8/19/2013"], [905255, "8/22/2013"], [905262, "8/23/2013"], [905265, "8/22/2013"], [905267, "8/23/2013"], [905270, "8/20/2013"], [905272, "8/20/2013"], [905273, "8/16/2013"], [905274, "8/20/2013"], [905280, "8/23/2013"], [905281, "8/25/2013"], [905282, "8/22/2013"], [905283, "8/21/2013"], [905284, "8/23/2013"], [905285, "8/21/2013"], [905286, "8/20/2013"], [905287, "8/21/2013"], [905288, "8/20/2013"], [905289, "8/25/2013"], [905290, "8/5/2013"], [905291, "8/22/2013"], [905292, "8/22/2013"], [905293, "8/22/2013"], [905294, "8/22/2013"], [905295, "8/21/2013"], [905296, "8/20/2013"], [905299, "8/25/2013"], [905302, "8/21/2013"], [905305, "8/25/2013"], [905307, "8/25/2013"], [905310, "8/20/2013"], [905311, "8/23/2013"], [905312, "8/22/2013"], [905320, "8/19/2013"], [905323, "8/20/2013"], [905327, "8/23/2013"], [905328, "8/25/2013"], [905331, "8/21/2013"], [905332, "8/25/2013"], [905334, "8/23/2013"], [905335, "8/22/2013"], [905336, "8/25/2013"], [905342, "8/19/2013"], [905344, "8/23/2013"], [905346, "8/23/2013"], [905347, "8/25/2013"], [905348, "1/22/2014"], [905349, "8/22/2013"], [905350, "8/19/2013"], [905351, "8/25/2013"], [905352, "8/23/2013"], [905353, "8/21/2013"], [905354, "8/20/2013"], [905355, "8/22/2013"], [905356, "8/22/2013"], [905357, "8/20/2013"], [905358, "8/6/2013"], [905359, "8/16/2013"], [905360, "8/22/2013"], [905361, "12/31/2013"], [905363, "8/19/2013"], [905365, "8/22/2013"], [905366, "8/19/2013"], [905367, "8/20/2013"], [905368, "8/23/2013"], [905369, "8/22/2013"], [905370, "8/21/2013"], [905371, "8/20/2013"], [905372, "8/23/2013"], [905373, "8/23/2013"], [905374, "8/22/2013"], [905375, "1/22/2014"], [905376, "8/23/2013"], [905377, "8/23/2013"], [905378, "8/22/2013"], [905379, "8/20/2013"], [905380, "8/20/2013"], [905381, "8/21/2013"], [905382, "8/25/2013"], [905383, "8/25/2013"], [905384, "8/23/2013"], [905385, "8/22/2013"], [905386, "8/25/2013"], [905387, "8/23/2013"], [905388, "8/25/2013"], [905389, "8/25/2013"], [905390, "8/25/2013"], [905391, "8/22/2013"], [905392, "8/23/2013"], [905393, "8/23/2013"], [905394, "8/25/2013"], [905395, "1/22/2014"], [905396, "8/22/2013"], [905397, "8/22/2013"], [905398, "8/20/2013"], [905399, "8/22/2013"], [905400, "8/23/2013"], [905401, "8/23/2013"], [905402, "8/22/2013"], [905403, "8/23/2013"], [905404, "8/22/2013"], [905405, "8/6/2013"], [905406, "1/22/2014"], [905407, "8/23/2013"], [905408, "8/23/2013"], [905409, "8/20/2013"], [905410, "8/19/2013"], [905411, "8/5/2013"], [905412, "8/6/2013"], [905413, "8/19/2013"], [905415, "8/20/2013"], [905416, "8/15/2013"], [905417, "8/20/2013"], [905418, "8/20/2013"], [905419, "8/20/2013"], [905420, "8/22/2013"], [905421, "8/21/2013"], [905425, "8/23/2013"], [905426, "8/25/2013"], [905427, "8/19/2013"], [905428, "8/23/2013"], [905429, "8/23/2013"], [905430, "8/22/2013"], [905431, "8/22/2013"], [905432, "8/21/2013"], [905433, "8/20/2013"], [905434, "8/19/2013"], [905435, "8/22/2013"], [905437, "8/25/2013"], [905438, "8/25/2013"], [905439, "8/19/2013"], [905440, "8/21/2013"], [905441, "8/22/2013"], [905444, "8/19/2013"], [905445, "8/23/2013"], [905446, "8/23/2013"], [905447, "8/22/2013"], [905448, "8/20/2013"], [905449, "8/21/2013"], [905450, "8/25/2013"], [905451, "8/21/2013"], [905452, "8/20/2013"], [905453, "8/19/2013"], [905454, "8/14/2013"], [905455, "8/23/2013"], [905456, "8/23/2013"], [905457, "8/12/2013"], [905458, "8/23/2013"], [905459, "8/20/2013"], [905460, "8/22/2013"], [905461, "8/25/2013"], [905462, "8/19/2013"], [905463, "8/6/2013"], [905464, "8/20/2013"], [905465, "8/21/2013"], [905466, "8/22/2013"], [905467, "8/19/2013"], [905468, "8/20/2013"], [905469, "8/22/2013"], [905470, "8/12/2013"], [905472, "8/21/2013"], [905473, "8/19/2013"], [905474, "8/19/2013"], [905475, "8/6/2013"], [905476, "8/23/2013"], [905477, "8/22/2013"], [905478, "8/20/2013"], [905479, "8/19/2013"], [905480, "8/21/2013"], [905481, "8/20/2013"], [905482, "8/23/2013"], [905483, "8/22/2013"], [905484, "8/20/2013"], [905486, "8/22/2013"], [905487, "8/22/2013"], [905488, "8/23/2013"], [905489, "8/22/2013"], [905490, "8/22/2013"], [905491, "8/19/2013"], [905492, "8/25/2013"], [905497, "8/7/2013"], [905498, "8/6/2013"], [905499, "8/19/2013"], [905500, "8/25/2013"], [905501, "8/22/2013"], [905502, "8/23/2013"], [905503, "8/23/2013"], [905504, "8/21/2013"], [905505, "8/12/2013"], [905506, "8/22/2013"], [905507, "8/23/2013"], [905509, "8/25/2013"], [905510, "8/6/2013"], [905511, "8/20/2013"], [905514, "8/25/2013"], [905515, "8/6/2013"], [905517, "8/20/2013"], [905518, "8/20/2013"], [905519, "8/25/2013"], [905520, "12/31/2013"], [905521, "8/21/2013"], [905522, "8/23/2013"], [905523, "8/21/2013"], [905524, "8/19/2013"], [905525, "8/22/2013"], [905526, "8/25/2013"], [905528, "8/7/2013"], [905529, "8/25/2013"], [905530, "8/6/2013"], [905533, "8/20/2013"], [905535, "8/20/2013"], [905536, "8/25/2013"], [905538, "8/6/2013"], [905539, "8/22/2013"], [905541, "8/22/2013"], [905542, "8/25/2013"], [905544, "8/22/2013"], [905545, "8/15/2013"], [905546, "8/20/2013"], [905547, "8/23/2013"], [905549, "8/21/2013"], [905550, "8/25/2013"], [905552, "8/20/2013"], [905553, "8/19/2013"], [905554, "8/20/2013"], [905555, "8/22/2013"], [905557, "8/20/2013"], [905558, "8/15/2013"], [905560, "8/6/2013"], [905561, "8/20/2013"], [905562, "8/20/2013"], [905563, "8/19/2013"], [905565, "8/20/2013"], [905566, "12/31/2013"], [905567, "8/19/2013"], [905568, "8/22/2013"], [905569, "8/23/2013"], [905570, "8/7/2013"], [905573, "8/25/2013"], [905574, "8/7/2013"], [905575, "8/20/2013"], [905576, "8/23/2013"], [905577, "8/22/2013"], [905578, "8/20/2013"], [905580, "8/22/2013"], [905581, "8/6/2013"], [905582, "8/12/2013"], [905583, "8/20/2013"], [905584, "8/20/2013"], [905585, "8/19/2013"], [905586, "8/14/2013"], [905587, "8/15/2013"], [905588, "8/21/2013"], [905589, "8/23/2013"], [905590, "8/25/2013"], [905591, "8/21/2013"], [905592, "8/16/2013"], [905594, "8/23/2013"], [905598, "8/23/2013"], [905599, "8/22/2013"], [905601, "8/23/2013"], [905603, "8/25/2013"], [905605, "8/23/2013"], [905606, "8/23/2013"], [905607, "8/21/2013"], [905608, "8/22/2013"], [905612, "8/23/2013"], [905614, "8/6/2013"], [905615, "8/20/2013"], [905616, "8/19/2013"], [905617, "8/6/2013"], [905620, "8/19/2013"], [905621, "8/20/2013"], [905622, "8/23/2013"], [905623, "8/19/2013"], [905626, "8/19/2013"], [905628, "1/22/2014"], [905629, "8/19/2013"], [905630, "8/25/2013"], [905631, "8/25/2013"], [905632, "8/22/2013"], [905633, "8/25/2013"], [905635, "8/15/2013"], [905638, "8/20/2013"], [905639, "8/21/2013"], [905640, "8/25/2013"], [905641, "8/23/2013"], [905642, "8/23/2013"], [905643, "8/22/2013"], [905644, "8/20/2013"], [905646, "8/22/2013"], [905647, "8/21/2013"], [905649, "8/19/2013"], [905650, "8/23/2013"], [905651, "8/15/2013"], [905652, "8/22/2013"], [905655, "8/23/2013"], [905656, "8/22/2013"], [905657, "8/25/2013"], [905658, "8/20/2013"], [905659, "8/19/2013"], [905660, "8/19/2013"], [905661, "8/20/2013"], [905662, "8/20/2013"], [905663, "8/19/2013"], [905665, "8/25/2013"], [905666, "8/22/2013"], [905669, "1/22/2014"], [905670, "8/19/2013"], [905671, "8/22/2013"], [905672, "8/20/2013"], [905673, "8/20/2013"], [905674, "8/20/2013"], [905675, "8/20/2013"], [905676, "8/25/2013"], [905679, "8/20/2013"], [905680, "8/19/2013"], [905681, "8/22/2013"], [905682, "8/22/2013"], [905683, "8/22/2013"], [905685, "8/22/2013"], [905686, "8/20/2013"], [905687, "8/19/2013"], [905688, "8/14/2013"], [905689, "8/22/2013"], [905690, "8/20/2013"], [905691, "8/22/2013"], [905692, "8/23/2013"], [905693, "12/31/2013"], [905694, "8/6/2013"], [905695, "8/22/2013"], [905696, "8/22/2013"], [905697, "8/21/2013"], [905698, "8/22/2013"], [905699, "8/22/2013"], [905700, "8/25/2013"], [905701, "8/25/2013"], [905702, "8/23/2013"], [905703, "8/20/2013"], [905704, "8/21/2013"], [905705, "8/22/2013"], [905706, "8/20/2013"], [905707, "8/22/2013"], [905708, "8/19/2013"], [905709, "8/25/2013"], [905710, "8/20/2013"], [905711, "8/19/2013"], [905712, "8/19/2013"], [905713, "8/22/2013"], [905714, "8/22/2013"], [905715, "8/25/2013"], [905716, "8/22/2013"], [905717, "8/25/2013"], [905718, "8/23/2013"], [905719, "8/21/2013"], [905720, "8/22/2013"], [905721, "8/23/2013"], [905722, "8/22/2013"], [905723, "8/20/2013"], [905724, "8/22/2013"], [905725, "8/22/2013"], [905726, "8/19/2013"], [905727, "8/22/2013"], [905728, "8/21/2013"], [905729, "8/20/2013"], [905731, "8/22/2013"], [905732, "8/21/2013"], [905733, "8/25/2013"], [905734, "8/23/2013"], [905735, "8/23/2013"], [905736, "8/25/2013"], [905737, "8/25/2013"], [905738, "8/21/2013"], [905739, "8/25/2013"], [905740, "8/19/2013"], [905741, "8/22/2013"], [905743, "8/19/2013"], [905744, "8/25/2013"], [905745, "8/23/2013"], [905749, "8/22/2013"], [905750, "8/19/2013"], [905751, "8/25/2013"], [905752, "8/25/2013"], [905753, "8/22/2013"], [905754, "8/23/2013"], [905755, "8/15/2013"], [905756, "8/25/2013"], [905757, "8/21/2013"], [905758, "8/22/2013"], [905759, "8/22/2013"], [905760, "8/20/2013"], [905762, "8/25/2013"], [905763, "8/20/2013"], [905764, "8/20/2013"], [905767, "8/22/2013"], [905768, "8/20/2013"], [905769, "8/21/2013"], [905770, "8/22/2013"], [905771, "8/19/2013"], [905772, "8/22/2013"], [905773, "8/21/2013"], [905774, "8/23/2013"], [905775, "8/23/2013"], [905776, "8/19/2013"], [905777, "8/23/2013"], [905778, "8/23/2013"], [905779, "8/22/2013"], [905780, "8/22/2013"], [905783, "8/21/2013"], [905784, "8/19/2013"], [905785, "8/22/2013"], [905788, "8/23/2013"], [905791, "8/21/2013"], [905793, "8/21/2013"], [905794, "8/25/2013"], [905795, "8/23/2013"], [905796, "8/23/2013"], [905797, "8/25/2013"], [905798, "8/21/2013"], [905799, "8/21/2013"], [905800, "8/20/2013"], [905803, "8/23/2013"], [905804, "8/20/2013"], [905805, "8/20/2013"], [905806, "8/19/2013"], [905808, "8/22/2013"], [905809, "8/25/2013"], [905810, "8/23/2013"], [905811, "8/25/2013"], [905812, "8/19/2013"], [905815, "8/20/2013"], [905816, "8/16/2013"], [905818, "8/25/2013"], [905819, "8/21/2013"], [905820, "8/19/2013"], [905821, "8/20/2013"], [905822, "8/23/2013"], [905823, "8/22/2013"], [905824, "8/20/2013"], [905825, "8/22/2013"], [905826, "8/22/2013"], [905827, "8/22/2013"], [905828, "8/20/2013"], [905829, "8/25/2013"], [905830, "8/22/2013"], [905831, "8/22/2013"], [905832, "8/22/2013"], [905833, "8/25/2013"], [905834, "8/23/2013"], [905835, "8/25/2013"], [905836, "8/25/2013"], [905837, "1/22/2014"], [905838, "8/23/2013"], [905839, "8/22/2013"], [905840, "8/21/2013"], [905842, "8/22/2013"], [905843, "8/21/2013"], [905844, "8/22/2013"], [905845, "1/22/2014"], [905846, "8/19/2013"], [905847, "8/20/2013"], [905848, "8/25/2013"], [905849, "8/25/2013"], [905850, "8/23/2013"], [905851, "1/22/2014"], [905852, "8/19/2013"], [905853, "1/22/2014"], [905854, "8/23/2013"], [905855, "8/21/2013"], [905856, "8/20/2013"], [905857, "8/22/2013"], [905858, "8/23/2013"], [905860, "8/23/2013"], [905861, "8/15/2013"], [905862, "8/22/2013"], [905863, "8/22/2013"], [905864, "8/23/2013"], [905865, "8/22/2013"], [905866, "8/23/2013"], [905867, "8/22/2013"], [905868, "8/22/2013"], [905869, "8/20/2013"], [905871, "8/25/2013"], [905872, "8/20/2013"], [905875, "8/20/2013"], [905876, "8/20/2013"], [905877, "8/23/2013"], [905878, "8/22/2013"], [905879, "8/20/2013"], [905880, "8/6/2013"], [905881, "8/20/2013"], [905882, "8/23/2013"], [905884, "8/25/2013"], [905885, "8/25/2013"], [905886, "8/22/2013"], [905887, "8/16/2013"], [905888, "8/19/2013"], [905889, "8/23/2013"], [905890, "12/31/2013"], [905891, "8/16/2013"], [905892, "12/31/2013"], [905893, "8/19/2013"], [905894, "8/23/2013"], [905895, "8/22/2013"], [905896, "8/22/2013"], [905897, "8/22/2013"], [905898, "8/25/2013"], [905899, "1/22/2014"], [905900, "8/22/2013"], [905901, "8/23/2013"], [905902, "8/22/2013"], [905903, "8/22/2013"], [905904, "8/19/2013"], [905905, "8/19/2013"], [905907, "8/25/2013"], [905908, "8/20/2013"], [905909, "8/20/2013"], [905910, "1/22/2014"], [905912, "8/19/2013"], [905913, "8/25/2013"], [905914, "8/20/2013"], [905915, "8/23/2013"], [905916, "8/23/2013"], [905917, "8/25/2013"], [905918, "8/25/2013"], [905919, "8/23/2013"], [905920, "1/22/2014"], [905921, "8/25/2013"], [905922, "8/22/2013"], [905923, "8/23/2013"], [905924, "8/25/2013"], [905925, "8/25/2013"], [905926, "8/22/2013"], [905927, "8/19/2013"], [905928, "8/20/2013"], [905929, "1/22/2014"], [905930, "8/19/2013"], [905931, "8/14/2013"], [905932, "8/20/2013"], [905933, "12/31/2013"], [905938, "8/7/2013"], [905940, "8/21/2013"], [905941, "8/19/2013"], [905944, "8/23/2013"], [905945, "8/6/2013"], [905947, "8/19/2013"], [905951, "8/22/2013"], [905952, "8/22/2013"], [905955, "8/15/2013"], [905956, "8/19/2013"], [905958, "8/23/2013"], [905959, "8/19/2013"], [905960, "8/15/2013"], [905963, "8/22/2013"], [905964, "8/25/2013"], [905965, "8/19/2013"], [905966, "8/15/2013"], [905968, "8/23/2013"], [905969, "1/22/2014"], [905970, "8/23/2013"], [905971, "8/22/2013"], [905972, "8/19/2013"], [905973, "8/23/2013"], [905974, "8/22/2013"], [905975, "8/20/2013"], [905976, "8/23/2013"], [905979, "8/22/2013"], [905980, "8/15/2013"], [905981, "8/12/2013"], [905982, "8/20/2013"], [905983, "8/23/2013"], [905984, "8/22/2013"], [905985, "8/23/2013"], [905986, "8/25/2013"], [905987, "8/23/2013"], [905988, "8/22/2013"], [905989, "8/25/2013"], [905990, "8/20/2013"], [905993, "8/20/2013"], [905994, "8/25/2013"], [905995, "8/22/2013"], [905996, "8/23/2013"], [905997, "8/25/2013"], [905998, "8/20/2013"], [905999, "8/15/2013"], [906001, "8/23/2013"], [906002, "8/19/2013"], [906003, "8/25/2013"], [906004, "8/19/2013"], [906005, "8/23/2013"], [906006, "8/14/2013"], [906007, "8/14/2013"], [906008, "8/23/2013"], [906009, "8/22/2013"], [906010, "8/25/2013"], [906011, "8/20/2013"], [906012, "8/20/2013"], [906013, "8/22/2013"], [906015, "8/20/2013"], [906021, "8/22/2013"], [906022, "1/22/2014"], [906023, "8/23/2013"], [906024, "8/22/2013"], [906025, "8/23/2013"], [906027, "8/16/2013"], [906030, "8/16/2013"], [906034, "8/21/2013"], [906035, "8/25/2013"], [906036, "8/22/2013"], [906038, "8/22/2013"], [906039, "8/22/2013"], [906040, "8/16/2013"], [906041, "8/21/2013"], [906042, "12/31/2013"], [906044, "8/22/2013"], [906045, "8/19/2013"], [906046, "8/23/2013"], [906049, "8/25/2013"], [906050, "8/21/2013"], [906051, "8/20/2013"], [906053, "8/22/2013"], [906054, "8/22/2013"], [906057, "8/21/2013"], [906058, "8/21/2013"], [906061, "8/22/2013"], [906062, "8/22/2013"], [906067, "8/6/2013"], [906068, "8/22/2013"], [906073, "8/19/2013"], [906074, "8/16/2013"], [906075, "8/6/2013"], [906076, "8/25/2013"], [906077, "8/22/2013"], [906078, "8/21/2013"], [906079, "8/22/2013"], [906081, "8/20/2013"], [906082, "8/19/2013"], [906083, "8/25/2013"], [906084, "8/20/2013"], [906085, "8/25/2013"], [906086, "8/23/2013"], [906087, "8/20/2013"], [906089, "8/25/2013"], [906090, "8/23/2013"], [906091, "8/25/2013"], [906092, "8/21/2013"], [906093, "8/25/2013"], [906094, "8/25/2013"], [906095, "8/21/2013"], [906097, "8/19/2013"], [906098, "8/19/2013"], [906099, "8/25/2013"], [906100, "8/23/2013"], [906101, "8/21/2013"], [906102, "8/22/2013"], [906103, "8/23/2013"], [906104, "8/23/2013"], [906105, "8/22/2013"], [906106, "8/21/2013"], [906107, "12/31/2013"], [906108, "12/31/2013"], [906109, "8/16/2013"], [906110, "8/23/2013"], [906113, "8/25/2013"], [906114, "8/6/2013"], [906115, "8/20/2013"], [906116, "8/23/2013"], [906117, "8/23/2013"], [906118, "8/22/2013"], [906120, "8/22/2013"], [906125, "8/23/2013"], [906126, "8/22/2013"], [906135, "8/25/2013"], [906136, "8/22/2013"], [906139, "8/22/2013"], [906142, "8/22/2013"], [906145, "8/19/2013"], [906146, "8/23/2013"], [906147, "8/19/2013"], [906149, "8/25/2013"], [906151, "8/20/2013"], [906153, "8/23/2013"], [906158, "8/20/2013"], [906159, "8/23/2013"], [906160, "8/23/2013"], [906161, "8/22/2013"], [906162, "8/19/2013"], [906163, "8/21/2013"], [906165, "8/23/2013"], [906166, "8/22/2013"], [906167, "8/21/2013"], [906168, "8/21/2013"], [906169, "8/22/2013"], [906170, "8/19/2013"], [906171, "8/23/2013"], [906174, "8/19/2013"], [906177, "8/23/2013"], [906181, "8/20/2013"], [906182, "8/20/2013"], [906183, "8/19/2013"], [906188, "8/7/2013"], [906190, "8/21/2013"], [906191, "8/21/2013"], [906192, "8/25/2013"], [906194, "8/23/2013"], [906198, "8/25/2013"], [906199, "8/25/2013"], [906200, "8/22/2013"], [906201, "8/25/2013"], [906204, "8/23/2013"], [906207, "8/20/2013"], [906210, "8/23/2013"], [906211, "8/22/2013"], [906214, "8/23/2013"], [906215, "8/23/2013"], [906216, "8/20/2013"], [906217, "8/21/2013"], [906218, "8/19/2013"], [906219, "8/20/2013"], [906221, "8/21/2013"], [906222, "8/25/2013"], [906223, "8/22/2013"], [906224, "8/6/2013"], [906225, "8/6/2013"], [906226, "8/21/2013"], [906227, "8/21/2013"], [906228, "8/21/2013"], [906229, "8/22/2013"], [906230, "8/21/2013"], [906231, "8/19/2013"], [906232, "8/25/2013"], [906235, "8/20/2013"], [906236, "8/22/2013"], [906244, "8/22/2013"], [906245, "8/19/2013"], [906246, "8/6/2013"], [906247, "8/5/2013"], [906248, "8/5/2013"], [906249, "8/15/2013"], [906250, "8/22/2013"], [906252, "8/20/2013"], [906253, "8/23/2013"], [906255, "8/25/2013"], [906256, "8/21/2013"], [906257, "8/20/2013"], [906262, "8/20/2013"], [906268, "8/20/2013"], [906269, "8/19/2013"], [906271, "8/22/2013"], [906273, "8/21/2013"], [906274, "8/25/2013"], [906276, "8/22/2013"], [906277, "8/20/2013"], [906278, "8/22/2013"], [906279, "8/25/2013"], [906280, "1/22/2014"], [906281, "8/25/2013"], [906282, "8/20/2013"], [906283, "8/22/2013"], [906284, "8/25/2013"], [906285, "8/21/2013"], [906287, "8/22/2013"], [906288, "8/19/2013"], [906290, "8/20/2013"], [906292, "8/25/2013"], [906293, "8/7/2013"], [906294, "8/19/2013"], [906295, "8/23/2013"], [906296, "8/23/2013"], [906297, "8/20/2013"], [906298, "8/20/2013"], [906299, "8/21/2013"], [906300, "8/12/2013"], [906301, "8/20/2013"], [906302, "8/23/2013"], [906308, "12/31/2013"], [906311, "8/20/2013"], [906314, "8/5/2013"], [906315, "8/23/2013"], [906316, "8/5/2013"], [906317, "8/25/2013"], [906320, "8/25/2013"], [906321, "8/19/2013"], [906322, "8/23/2013"], [906323, "8/25/2013"], [906324, "8/25/2013"], [906325, "8/22/2013"], [906326, "8/23/2013"], [906327, "8/22/2013"], [906328, "12/31/2013"], [906329, "8/25/2013"], [906330, "8/23/2013"], [906331, "8/21/2013"], [906332, "8/23/2013"], [906333, "8/23/2013"], [906334, "8/19/2013"], [906336, "8/21/2013"], [906339, "1/22/2014"], [906340, "8/23/2013"], [906341, "8/23/2013"], [906342, "8/21/2013"], [906346, "8/20/2013"], [906347, "8/20/2013"], [906348, "8/20/2013"], [906349, "8/20/2013"], [906350, "8/23/2013"], [906352, "8/22/2013"], [906354, "8/25/2013"], [906355, "8/20/2013"], [906356, "8/19/2013"], [906357, "8/23/2013"], [906358, "8/19/2013"], [906359, "8/22/2013"], [906360, "8/25/2013"], [906361, "8/22/2013"], [906362, "8/22/2013"], [906363, "8/20/2013"], [906364, "8/20/2013"], [906365, "8/20/2013"], [906366, "8/20/2013"], [906368, "8/25/2013"], [906369, "8/25/2013"], [906370, "8/25/2013"], [906371, "8/25/2013"], [906372, "8/25/2013"], [906373, "8/19/2013"], [906374, "8/19/2013"], [906375, "8/23/2013"], [906377, "8/22/2013"], [906378, "8/21/2013"], [906379, "8/22/2013"], [906380, "8/20/2013"], [906381, "8/22/2013"], [906382, "8/22/2013"], [906383, "8/22/2013"], [906385, "8/25/2013"], [906386, "8/25/2013"], [906387, "8/12/2013"], [906388, "8/19/2013"], [906389, "8/25/2013"], [906390, "8/25/2013"], [906391, "8/25/2013"], [906392, "8/22/2013"], [906393, "8/23/2013"], [906394, "8/20/2013"], [906395, "8/23/2013"], [906396, "8/23/2013"], [906397, "8/21/2013"], [906398, "8/23/2013"], [906399, "8/6/2013"], [906400, "8/23/2013"], [906401, "8/23/2013"], [906404, "8/23/2013"], [906408, "8/22/2013"], [906409, "8/20/2013"], [906411, "8/12/2013"], [906412, "8/22/2013"], [906415, "8/16/2013"], [906416, "8/23/2013"], [906418, "8/23/2013"], [906419, "8/23/2013"], [906420, "8/20/2013"], [906421, "8/23/2013"], [906422, "8/25/2013"], [906423, "8/20/2013"], [906424, "8/21/2013"], [906427, "8/25/2013"], [906428, "8/25/2013"], [906429, "8/23/2013"], [906431, "8/20/2013"], [906432, "8/21/2013"], [906433, "8/20/2013"], [906434, "8/23/2013"], [906435, "8/19/2013"], [906438, "8/15/2013"], [906439, "8/23/2013"], [906440, "8/23/2013"], [906441, "8/19/2013"], [906442, "8/23/2013"], [906443, "8/22/2013"], [906444, "8/19/2013"], [906445, "8/20/2013"], [906447, "8/19/2013"], [906451, "8/23/2013"], [906452, "8/19/2013"], [906455, "8/23/2013"], [906456, "8/20/2013"], [906457, "8/23/2013"], [906459, "8/20/2013"], [906460, "8/23/2013"], [906461, "8/23/2013"], [906462, "8/20/2013"], [906463, "8/22/2013"], [906464, "8/22/2013"], [906465, "8/23/2013"], [906466, "8/21/2013"], [906467, "8/22/2013"], [906468, "8/23/2013"], [906469, "8/23/2013"], [906470, "8/22/2013"], [906471, "8/23/2013"], [906473, "8/19/2013"], [906474, "8/22/2013"], [906476, "8/23/2013"], [906477, "8/23/2013"], [906478, "8/20/2013"], [906479, "8/23/2013"], [906480, "8/23/2013"], [906481, "8/25/2013"], [906482, "8/20/2013"], [906483, "8/23/2013"], [906484, "8/20/2013"], [906485, "8/20/2013"], [906488, "8/6/2013"], [906489, "8/23/2013"], [906490, "8/23/2013"], [906495, "8/23/2013"], [906496, "8/23/2013"], [906498, "8/20/2013"], [906502, "8/20/2013"], [906505, "8/20/2013"], [906507, "8/15/2013"], [906512, "8/15/2013"], [906513, "8/23/2013"], [906514, "8/20/2013"], [906515, "8/23/2013"], [906518, "8/20/2013"], [906520, "8/23/2013"], [906521, "8/23/2013"], [906522, "8/23/2013"], [906523, "8/23/2013"], [906524, "8/23/2013"], [906525, "8/20/2013"], [906526, "8/20/2013"], [906527, "8/25/2013"], [906528, "8/23/2013"], [906529, "8/23/2013"], [906530, "8/19/2013"], [906531, "8/22/2013"], [906532, "8/23/2013"], [906533, "8/23/2013"], [906534, "8/21/2013"], [906535, "8/25/2013"], [906536, "12/31/2013"], [906537, "8/6/2013"], [906538, "8/7/2013"], [906539, "8/23/2013"], [906540, "8/23/2013"], [906541, "8/25/2013"], [906542, "8/23/2013"], [906545, "8/14/2013"], [906547, "8/16/2013"], [906548, "8/20/2013"], [906549, "8/20/2013"], [906550, "8/20/2013"], [906551, "8/25/2013"], [906552, "8/14/2013"], [906553, "8/21/2013"], [906554, "8/23/2013"], [906556, "8/20/2013"], [906557, "8/20/2013"], [906558, "8/20/2013"], [906559, "8/23/2013"], [906560, "8/23/2013"], [906561, "8/21/2013"], [906562, "8/21/2013"], [906563, "8/15/2013"], [906565, "8/25/2013"], [906566, "1/22/2014"], [906567, "8/6/2013"], [906568, "8/25/2013"], [906569, "8/15/2013"], [906570, "8/23/2013"], [906571, "8/21/2013"], [906572, "8/21/2013"], [906573, "8/15/2013"], [906574, "8/23/2013"], [906575, "8/25/2013"], [906576, "8/20/2013"], [906577, "8/6/2013"], [906578, "8/19/2013"], [906579, "8/23/2013"], [906580, "8/23/2013"], [906581, "8/23/2013"], [906582, "8/20/2013"], [906583, "8/23/2013"], [906584, "8/14/2013"], [906587, "8/23/2013"], [906588, "1/22/2014"], [906591, "8/25/2013"], [906592, "8/22/2013"], [906593, "8/15/2013"], [906594, "8/23/2013"], [906595, "8/23/2013"], [906596, "8/25/2013"], [906597, "8/15/2013"], [906598, "8/20/2013"], [906599, "8/20/2013"], [906600, "8/19/2013"], [906601, "8/25/2013"], [906602, "8/22/2013"], [906603, "8/15/2013"], [906604, "8/20/2013"], [906605, "8/15/2013"], [906606, "8/25/2013"], [906607, "8/15/2013"], [906608, "8/25/2013"], [906609, "8/20/2013"], [906610, "8/25/2013"], [906611, "8/23/2013"], [906612, "8/23/2013"], [906613, "8/23/2013"], [906614, "8/23/2013"], [906615, "8/20/2013"], [906616, "8/23/2013"], [906617, "1/22/2014"], [906618, "8/23/2013"], [906619, "8/20/2013"], [906620, "8/23/2013"], [906622, "8/23/2013"], [906623, "8/23/2013"], [906626, "8/19/2013"], [906627, "8/23/2013"], [906628, "8/20/2013"], [906629, "8/20/2013"], [906630, "8/23/2013"], [906631, "8/22/2013"], [906634, "8/20/2013"], [906635, "8/23/2013"], [906637, "8/23/2013"], [906638, "8/23/2013"], [906640, "8/23/2013"], [906641, "8/23/2013"], [906642, "8/23/2013"], [906643, "8/20/2013"], [906644, "8/23/2013"], [906645, "8/23/2013"], [906646, "8/23/2013"], [906647, "8/20/2013"], [906648, "8/15/2013"], [906649, "8/25/2013"], [906650, "8/23/2013"], [906651, "8/6/2013"], [906652, "8/23/2013"], [906653, "8/20/2013"], [906654, "8/23/2013"], [906655, "8/21/2013"], [906656, "8/23/2013"], [906659, "8/23/2013"], [906660, "8/23/2013"], [906661, "8/20/2013"], [906662, "8/25/2013"], [906663, "8/14/2013"], [906666, "8/15/2013"], [906667, "8/20/2013"], [906668, "8/21/2013"], [906669, "8/23/2013"], [906670, "8/23/2013"], [906671, "8/23/2013"], [906672, "8/25/2013"], [906675, "8/22/2013"], [906676, "8/20/2013"], [906677, "8/25/2013"], [906678, "8/23/2013"], [906679, "8/23/2013"], [906680, "8/25/2013"], [906681, "8/15/2013"], [906682, "8/23/2013"], [906685, "8/23/2013"], [906686, "8/23/2013"], [906688, "8/20/2013"], [906689, "8/25/2013"], [906690, "8/23/2013"], [906691, "8/6/2013"], [906692, "8/23/2013"], [906693, "8/23/2013"], [906694, "8/23/2013"], [906695, "8/23/2013"], [906696, "8/23/2013"], [906697, "8/25/2013"], [906698, "8/23/2013"], [906699, "8/25/2013"], [906700, "8/23/2013"], [906701, "8/15/2013"], [906702, "8/25/2013"], [906703, "8/20/2013"], [906704, "8/21/2013"], [906705, "8/22/2013"], [906706, "8/14/2013"], [906707, "8/23/2013"], [906708, "8/20/2013"], [906709, "8/25/2013"], [906710, "8/25/2013"], [906711, "8/19/2013"], [906712, "8/20/2013"], [906713, "8/25/2013"], [906716, "8/23/2013"], [906717, "8/19/2013"], [906718, "8/23/2013"], [906719, "8/23/2013"], [906722, "8/25/2013"], [906723, "8/15/2013"], [906724, "8/23/2013"], [906725, "8/22/2013"], [906726, "8/23/2013"], [906727, "8/22/2013"], [906728, "8/21/2013"], [906731, "8/20/2013"], [906732, "8/23/2013"], [906733, "8/23/2013"], [906734, "8/20/2013"], [906735, "8/25/2013"], [906737, "8/7/2013"], [906739, "8/25/2013"], [906740, "8/20/2013"], [906743, "8/23/2013"], [906744, "8/22/2013"], [906745, "8/23/2013"], [906748, "8/22/2013"], [906749, "8/21/2013"], [906750, "8/21/2013"], [906751, "8/19/2013"], [906752, "8/23/2013"], [906753, "8/19/2013"], [906754, "8/25/2013"], [906755, "8/23/2013"], [906758, "8/25/2013"], [906759, "8/22/2013"], [906762, "8/23/2013"], [906763, "8/23/2013"], [906764, "8/22/2013"], [906765, "8/25/2013"], [906766, "8/20/2013"], [906769, "8/23/2013"], [906770, "8/6/2013"], [906773, "8/20/2013"], [906774, "8/21/2013"], [906775, "8/22/2013"], [906776, "8/15/2013"], [906777, "8/23/2013"], [906778, "8/20/2013"], [906779, "8/25/2013"], [906780, "8/25/2013"], [906781, "8/21/2013"], [906785, "8/20/2013"], [906786, "8/23/2013"], [906787, "8/21/2013"], [906788, "8/25/2013"], [906789, "8/23/2013"], [906790, "8/20/2013"], [906791, "8/25/2013"], [906792, "8/22/2013"], [906793, "8/20/2013"], [906794, "8/15/2013"], [906795, "8/21/2013"], [906796, "8/20/2013"], [906797, "8/25/2013"], [906798, "8/25/2013"], [906799, "8/23/2013"], [906800, "8/20/2013"], [906801, "8/21/2013"], [906802, "8/23/2013"], [906803, "8/25/2013"], [906804, "8/23/2013"], [906805, "8/23/2013"], [906806, "8/23/2013"], [906807, "8/23/2013"], [906808, "8/23/2013"], [906809, "8/19/2013"], [906810, "8/22/2013"], [906811, "8/23/2013"], [906812, "8/25/2013"], [906813, "8/25/2013"], [906814, "8/23/2013"], [906815, "8/6/2013"], [906817, "8/22/2013"], [906818, "8/23/2013"], [906819, "8/23/2013"], [906820, "8/23/2013"], [906821, "8/15/2013"], [906823, "8/20/2013"], [906824, "8/25/2013"], [906825, "8/23/2013"], [906826, "8/23/2013"], [906827, "8/23/2013"], [906828, "8/23/2013"], [906829, "8/6/2013"], [906830, "8/22/2013"], [906831, "8/25/2013"], [906832, "8/23/2013"], [906833, "8/23/2013"], [906834, "8/15/2013"], [906835, "8/23/2013"], [906836, "8/14/2013"], [906837, "8/25/2013"], [906838, "8/23/2013"], [906840, "8/20/2013"], [906841, "8/23/2013"], [906842, "8/23/2013"], [906843, "8/23/2013"], [906844, "8/25/2013"], [906845, "8/6/2013"], [906846, "8/25/2013"], [906847, "8/25/2013"], [906848, "8/22/2013"], [906849, "8/22/2013"], [906850, "8/22/2013"], [906851, "8/23/2013"], [906852, "8/23/2013"], [906853, "8/25/2013"], [906854, "8/22/2013"], [906856, "8/23/2013"], [906857, "8/23/2013"], [906858, "8/23/2013"], [906859, "8/15/2013"], [906862, "8/6/2013"], [906863, "8/20/2013"], [906866, "8/23/2013"], [906869, "8/20/2013"], [906870, "8/23/2013"], [906871, "8/20/2013"], [906874, "8/25/2013"], [906875, "8/25/2013"], [906878, "8/22/2013"], [906879, "8/22/2013"], [906880, "8/15/2013"], [906881, "8/23/2013"], [906882, "8/21/2013"], [906885, "8/23/2013"], [906886, "8/23/2013"], [906887, "8/23/2013"], [906888, "8/21/2013"], [906889, "8/23/2013"], [906893, "8/25/2013"], [906894, "8/22/2013"], [906895, "8/25/2013"], [906897, "8/23/2013"], [906898, "8/23/2013"], [906902, "8/23/2013"], [906905, "8/20/2013"], [906906, "8/23/2013"], [906907, "8/23/2013"], [906908, "8/20/2013"], [906910, "8/20/2013"], [906912, "8/20/2013"], [906914, "8/20/2013"], [906918, "8/20/2013"], [906919, "8/6/2013"], [906921, "8/23/2013"], [906922, "8/23/2013"], [906923, "8/21/2013"], [906926, "8/20/2013"], [906927, "8/25/2013"], [906928, "8/22/2013"], [906929, "8/23/2013"], [906930, "8/22/2013"], [906931, "8/22/2013"], [906932, "8/19/2013"], [906933, "8/20/2013"], [906934, "8/20/2013"], [906936, "8/20/2013"], [906937, "8/23/2013"], [906938, "8/23/2013"], [906939, "8/23/2013"], [906940, "8/23/2013"], [906941, "8/20/2013"], [906942, "8/23/2013"], [906943, "8/22/2013"], [906944, "8/23/2013"], [906945, "8/23/2013"], [906946, "8/20/2013"], [906947, "8/23/2013"], [906948, "8/20/2013"], [906949, "8/22/2013"], [906950, "8/25/2013"], [906951, "1/22/2014"], [906952, "8/25/2013"], [906953, "8/23/2013"], [906954, "8/23/2013"], [906955, "8/19/2013"], [906956, "12/31/2013"], [906957, "8/16/2013"], [906958, "8/12/2013"], [906959, "8/20/2013"], [906960, "8/20/2013"], [906961, "8/21/2013"], [906962, "8/20/2013"], [906963, "8/22/2013"], [906964, "8/20/2013"], [906965, "8/25/2013"], [906966, "8/20/2013"], [906967, "8/20/2013"], [906968, "8/19/2013"], [906969, "8/20/2013"], [906970, "8/6/2013"], [906971, "8/20/2013"], [906974, "8/23/2013"], [906975, "8/22/2013"], [906976, "8/25/2013"], [906977, "8/22/2013"], [906978, "8/20/2013"], [906979, "8/21/2013"], [906980, "8/20/2013"], [906981, "8/22/2013"], [906982, "8/21/2013"], [906983, "8/20/2013"], [906984, "8/22/2013"], [906985, "8/23/2013"], [906986, "8/21/2013"], [906987, "8/25/2013"], [906988, "8/23/2013"], [906989, "8/23/2013"], [906990, "8/22/2013"], [906993, "8/20/2013"], [906994, "8/22/2013"], [906995, "8/25/2013"], [906996, "8/23/2013"], [906997, "8/20/2013"], [906998, "8/22/2013"], [906999, "8/21/2013"], [907000, "8/23/2013"], [907001, "8/22/2013"], [907002, "8/22/2013"], [907003, "8/25/2013"], [907004, "8/20/2013"], [907006, "8/25/2013"], [907007, "8/19/2013"], [907008, "8/21/2013"], [907009, "8/22/2013"], [907010, "8/22/2013"], [907011, "8/19/2013"], [907012, "8/19/2013"], [907013, "8/20/2013"], [907015, "8/19/2013"], [907016, "8/22/2013"], [907018, "8/7/2013"], [907019, "8/22/2013"], [907020, "8/23/2013"], [907021, "8/20/2013"], [907022, "8/22/2013"], [907023, "8/25/2013"], [907024, "8/21/2013"], [907025, "8/20/2013"], [907026, "8/20/2013"], [907027, "8/25/2013"], [907028, "8/20/2013"], [907029, "8/6/2013"], [907030, "8/21/2013"], [907031, "8/21/2013"], [907032, "8/22/2013"], [907033, "8/7/2013"], [907034, "8/23/2013"], [907035, "8/21/2013"], [907036, "8/15/2013"], [907037, "8/25/2013"], [907038, "8/14/2013"], [907039, "8/21/2013"], [907040, "8/23/2013"], [907041, "8/20/2013"], [907042, "8/23/2013"], [907043, "8/21/2013"], [907048, "8/21/2013"], [907051, "8/22/2013"], [907054, "8/20/2013"], [907056, "8/23/2013"], [907057, "8/25/2013"], [907058, "8/25/2013"], [907059, "8/19/2013"], [907063, "8/21/2013"], [907064, "8/25/2013"], [907069, "8/25/2013"], [907070, "8/22/2013"], [907071, "8/22/2013"], [907072, "8/19/2013"], [907073, "8/22/2013"], [907074, "8/22/2013"], [907075, "8/6/2013"], [907076, "8/23/2013"], [907077, "8/22/2013"], [907078, "8/22/2013"], [907079, "8/22/2013"], [907080, "12/31/2013"], [907081, "8/23/2013"], [907082, "8/5/2013"], [907083, "8/25/2013"], [907084, "8/23/2013"], [907085, "8/16/2013"], [907086, "8/22/2013"], [907087, "1/22/2014"], [907088, "8/16/2013"], [907090, "8/23/2013"], [907091, "8/15/2013"], [907092, "8/20/2013"], [907095, "8/22/2013"], [907096, "8/20/2013"], [907099, "8/22/2013"], [907100, "8/23/2013"], [907101, "8/23/2013"], [907102, "8/12/2013"], [907103, "8/25/2013"], [907104, "8/22/2013"], [907105, "8/7/2013"], [907106, "8/22/2013"], [907107, "8/25/2013"], [907108, "8/23/2013"], [907109, "8/23/2013"], [907110, "8/25/2013"], [907112, "8/22/2013"], [907113, "8/25/2013"], [907114, "8/19/2013"], [907115, "8/23/2013"], [907116, "8/20/2013"], [907117, "8/20/2013"], [907118, "8/22/2013"], [907119, "8/5/2013"], [907120, "8/22/2013"], [907121, "8/19/2013"], [907122, "8/23/2013"], [907123, "8/23/2013"], [907124, "8/23/2013"], [907125, "8/20/2013"], [907126, "8/19/2013"], [907127, "8/25/2013"], [907129, "8/20/2013"], [907130, "8/23/2013"], [907131, "8/22/2013"], [907133, "8/23/2013"], [907134, "8/23/2013"], [907135, "8/20/2013"], [907136, "8/21/2013"], [907137, "8/20/2013"], [907140, "8/23/2013"], [907141, "8/22/2013"], [907144, "8/22/2013"], [907145, "8/20/2013"], [907146, "8/23/2013"], [907148, "8/22/2013"], [907150, "8/23/2013"], [907151, "8/5/2013"], [907152, "8/25/2013"], [907153, "8/25/2013"], [907154, "8/20/2013"], [907156, "8/25/2013"], [907157, "8/22/2013"], [907158, "8/20/2013"], [907159, "8/21/2013"], [907162, "8/20/2013"], [907166, "8/20/2013"], [907167, "8/21/2013"], [907168, "8/20/2013"], [907170, "8/21/2013"], [907171, "8/25/2013"], [907172, "8/22/2013"], [907173, "8/21/2013"], [907174, "8/16/2013"], [907176, "8/25/2013"], [907177, "8/21/2013"], [907178, "8/21/2013"], [907179, "8/25/2013"], [907180, "8/23/2013"], [907181, "8/25/2013"], [907182, "8/21/2013"], [907183, "8/20/2013"], [907184, "8/23/2013"], [907185, "8/21/2013"], [907186, "8/25/2013"], [907187, "8/22/2013"], [907188, "8/22/2013"], [907189, "8/23/2013"], [907190, "8/22/2013"], [907191, "8/7/2013"], [907192, "8/21/2013"], [907193, "8/23/2013"], [907194, "8/6/2013"], [907195, "8/20/2013"], [907197, "8/15/2013"], [907198, "8/21/2013"], [907200, "8/19/2013"], [907202, "8/25/2013"], [907203, "8/21/2013"], [907205, "8/15/2013"], [907206, "8/15/2013"], [907208, "8/25/2013"], [907210, "8/25/2013"], [907211, "8/20/2013"], [907214, "8/20/2013"], [907215, "8/22/2013"], [907221, "8/23/2013"], [907224, "8/22/2013"], [907225, "8/22/2013"], [907226, "8/7/2013"], [907227, "8/23/2013"], [907228, "8/23/2013"], [907229, "8/21/2013"], [907230, "8/20/2013"], [907231, "8/20/2013"], [907237, "8/19/2013"], [907238, "8/19/2013"], [907239, "8/25/2013"], [907240, "8/15/2013"], [907241, "8/22/2013"], [907242, "8/23/2013"], [907243, "8/15/2013"], [907244, "8/19/2013"], [907245, "8/20/2013"], [907246, "8/20/2013"], [907247, "8/25/2013"], [907248, "8/21/2013"], [907249, "8/23/2013"], [907250, "8/25/2013"], [907251, "8/25/2013"], [907254, "8/23/2013"], [907256, "8/20/2013"], [907257, "1/22/2014"], [907258, "8/19/2013"], [907259, "12/31/2013"], [907260, "8/19/2013"], [907261, "8/23/2013"], [907262, "8/22/2013"], [907263, "8/21/2013"], [907264, "1/22/2014"], [907265, "8/25/2013"], [907267, "8/23/2013"], [907268, "8/23/2013"], [907269, "8/22/2013"], [907270, "8/25/2013"], [907271, "8/23/2013"], [907273, "8/21/2013"], [907274, "8/21/2013"], [907275, "8/16/2013"], [907276, "8/23/2013"], [907277, "8/25/2013"], [907278, "8/21/2013"], [907279, "8/20/2013"], [907280, "8/21/2013"], [907281, "8/23/2013"], [907282, "8/23/2013"], [907283, "8/22/2013"], [907284, "8/7/2013"], [907286, "8/22/2013"], [907287, "8/21/2013"], [907288, "8/25/2013"], [907289, "8/21/2013"], [907290, "8/19/2013"], [907291, "8/22/2013"], [907292, "8/21/2013"], [907293, "12/31/2013"], [907294, "8/25/2013"], [907295, "8/19/2013"], [907296, "8/25/2013"], [907297, "8/22/2013"], [907298, "8/23/2013"], [907299, "8/21/2013"], [907300, "8/21/2013"], [907301, "8/20/2013"], [907302, "8/20/2013"], [907303, "8/23/2013"], [907304, "8/20/2013"], [907305, "8/22/2013"], [907306, "8/22/2013"], [907307, "8/20/2013"], [907308, "8/22/2013"], [907309, "8/23/2013"], [907310, "1/22/2014"], [907312, "8/22/2013"], [907313, "8/23/2013"], [907314, "8/19/2013"], [907316, "8/19/2013"], [907317, "8/22/2013"], [907318, "8/23/2013"], [907319, "1/22/2014"], [907320, "8/23/2013"], [907321, "8/21/2013"], [907322, "8/25/2013"], [907323, "8/6/2013"], [907324, "8/25/2013"], [907325, "8/20/2013"], [907326, "8/20/2013"], [907327, "8/19/2013"], [907328, "8/25/2013"], [907329, "8/20/2013"], [907330, "8/20/2013"], [907331, "8/20/2013"], [907332, "8/20/2013"], [907333, "8/21/2013"], [907334, "8/23/2013"], [907335, "8/23/2013"], [907336, "8/23/2013"], [907337, "8/23/2013"], [907340, "8/20/2013"], [907341, "8/22/2013"], [907345, "8/19/2013"], [907354, "8/23/2013"], [907357, "8/25/2013"], [907358, "8/22/2013"], [907361, "8/22/2013"], [907366, "8/21/2013"], [907367, "8/22/2013"], [907369, "8/19/2013"], [907370, "8/23/2013"], [907372, "8/22/2013"], [907373, "8/22/2013"], [907375, "8/22/2013"], [907376, "8/20/2013"], [907378, "8/23/2013"], [907380, "8/23/2013"], [907381, "8/23/2013"], [907383, "8/23/2013"], [907384, "8/21/2013"], [907386, "8/23/2013"], [907387, "8/22/2013"], [907388, "8/22/2013"], [907389, "8/22/2013"], [907390, "8/22/2013"], [907391, "8/23/2013"], [907392, "8/6/2013"], [907393, "8/19/2013"], [907394, "8/25/2013"], [907395, "8/23/2013"], [907396, "8/23/2013"], [907397, "8/20/2013"], [907398, "8/12/2013"], [907399, "8/12/2013"], [907400, "8/23/2013"], [907406, "8/19/2013"], [907407, "8/21/2013"], [907408, "8/20/2013"], [907409, "8/22/2013"], [907410, "8/23/2013"], [907411, "8/25/2013"], [907412, "8/22/2013"], [907413, "8/23/2013"], [907414, "8/23/2013"], [907415, "8/20/2013"], [907416, "8/23/2013"], [907417, "8/6/2013"], [907419, "8/22/2013"], [907420, "8/21/2013"], [907421, "8/19/2013"], [907422, "8/7/2013"], [907423, "8/22/2013"], [907424, "8/6/2013"], [907425, "8/19/2013"], [907426, "8/6/2013"], [907427, "8/22/2013"], [907428, "8/21/2013"], [907429, "8/22/2013"], [907431, "8/23/2013"], [907432, "8/20/2013"], [907433, "8/25/2013"], [907434, "8/6/2013"], [907435, "8/6/2013"], [907436, "8/20/2013"], [907437, "8/19/2013"], [907438, "8/22/2013"], [907440, "8/23/2013"], [907441, "8/22/2013"], [907443, "8/25/2013"], [907444, "8/23/2013"], [907447, "8/23/2013"], [907449, "8/22/2013"], [907450, "8/23/2013"], [907451, "8/20/2013"], [907453, "8/25/2013"], [907454, "8/20/2013"], [907455, "8/25/2013"], [907456, "8/20/2013"], [907457, "8/15/2013"], [907458, "8/7/2013"], [907459, "8/22/2013"], [907460, "8/23/2013"], [907461, "8/25/2013"], [907462, "8/20/2013"], [907463, "8/19/2013"], [907464, "8/20/2013"], [907465, "8/19/2013"], [907466, "8/19/2013"], [907467, "8/23/2013"], [907468, "8/25/2013"], [907469, "8/25/2013"], [907470, "8/23/2013"], [907471, "8/20/2013"], [907472, "8/20/2013"], [907473, "8/22/2013"], [907474, "12/31/2013"], [907475, "1/22/2014"], [907477, "8/25/2013"], [907479, "8/19/2013"], [907480, "8/20/2013"], [907482, "8/23/2013"], [907484, "8/6/2013"], [907489, "8/23/2013"], [907493, "8/19/2013"], [907494, "8/12/2013"], [907495, "8/19/2013"], [907496, "8/21/2013"], [907497, "8/22/2013"], [907499, "8/25/2013"], [907500, "8/22/2013"], [907501, "8/23/2013"], [907502, "8/16/2013"], [907504, "1/22/2014"], [907505, "8/21/2013"], [907506, "8/23/2013"], [907508, "8/6/2013"], [907509, "8/23/2013"], [907510, "8/19/2013"], [907511, "8/23/2013"], [907512, "8/19/2013"], [907514, "8/22/2013"], [907515, "8/23/2013"], [907516, "8/6/2013"], [907517, "8/22/2013"], [907518, "8/23/2013"], [907519, "8/22/2013"], [907520, "8/25/2013"], [907523, "8/23/2013"], [907524, "8/6/2013"], [907525, "8/6/2013"], [907526, "8/23/2013"], [907528, "8/19/2013"], [907529, "8/19/2013"], [907531, "8/19/2013"], [907532, "8/20/2013"], [907533, "8/22/2013"], [907534, "8/20/2013"], [907535, "8/22/2013"], [907536, "8/23/2013"], [907537, "8/23/2013"], [907538, "8/20/2013"], [907539, "8/22/2013"], [907540, "8/20/2013"], [907541, "8/23/2013"], [907542, "8/20/2013"], [907544, "8/20/2013"], [907545, "8/19/2013"], [907546, "8/25/2013"], [907547, "8/25/2013"], [907548, "8/19/2013"], [907549, "8/25/2013"], [907550, "8/19/2013"], [907551, "8/21/2013"], [907552, "8/22/2013"], [907553, "8/23/2013"], [907554, "8/20/2013"], [907555, "8/22/2013"], [907556, "8/23/2013"], [907557, "8/23/2013"], [907558, "8/19/2013"], [907559, "8/21/2013"], [907560, "8/22/2013"], [907561, "8/20/2013"], [907562, "8/23/2013"], [907563, "8/20/2013"], [907565, "8/20/2013"], [907566, "8/19/2013"], [907567, "8/19/2013"], [907568, "8/22/2013"], [907569, "8/23/2013"], [907570, "8/22/2013"], [907571, "8/25/2013"], [907572, "8/22/2013"], [907573, "8/19/2013"], [907574, "8/22/2013"], [907576, "8/22/2013"], [907578, "8/25/2013"], [907579, "8/25/2013"], [907580, "8/25/2013"], [907581, "8/22/2013"], [907582, "8/25/2013"], [907583, "8/23/2013"], [907584, "8/23/2013"], [907585, "8/22/2013"], [907586, "8/21/2013"], [907587, "8/19/2013"], [907588, "8/25/2013"], [907589, "8/21/2013"], [907590, "8/22/2013"], [907591, "8/22/2013"], [907592, "8/25/2013"], [907593, "8/6/2013"], [907595, "8/20/2013"], [907596, "8/25/2013"], [907597, "8/25/2013"], [907598, "8/19/2013"], [907599, "8/23/2013"], [907600, "8/25/2013"], [907601, "8/25/2013"], [907602, "8/20/2013"], [907603, "8/20/2013"], [907604, "8/21/2013"], [907605, "8/20/2013"], [907607, "8/22/2013"], [907608, "8/20/2013"], [907609, "8/22/2013"], [907610, "8/25/2013"], [907611, "8/22/2013"], [907612, "8/21/2013"], [907613, "8/19/2013"], [907614, "8/22/2013"], [907615, "8/19/2013"], [907617, "8/22/2013"], [907618, "8/23/2013"], [907619, "8/19/2013"], [907620, "8/22/2013"], [907621, "8/20/2013"], [907622, "8/23/2013"], [907623, "8/22/2013"], [907624, "8/22/2013"], [907626, "8/19/2013"], [907627, "8/19/2013"], [907628, "8/22/2013"], [907629, "8/20/2013"], [907630, "8/23/2013"], [907631, "8/22/2013"], [907632, "8/22/2013"], [907633, "8/23/2013"], [907634, "8/20/2013"], [907635, "8/21/2013"], [907636, "8/22/2013"], [907637, "8/19/2013"], [907638, "8/19/2013"], [907639, "8/23/2013"], [907640, "8/25/2013"], [907641, "8/25/2013"], [907642, "8/23/2013"], [907644, "8/23/2013"], [907645, "8/23/2013"], [907646, "8/25/2013"], [907647, "8/22/2013"], [907648, "8/23/2013"], [907649, "8/21/2013"], [907650, "8/23/2013"], [907651, "8/21/2013"], [907655, "8/21/2013"], [907657, "8/25/2013"], [907660, "8/22/2013"], [907662, "12/31/2013"], [907663, "8/25/2013"], [907665, "8/21/2013"], [907667, "8/19/2013"], [907672, "8/19/2013"], [907673, "8/19/2013"], [907675, "8/21/2013"], [907676, "8/25/2013"], [907677, "8/22/2013"], [907678, "8/22/2013"], [907680, "8/23/2013"], [907681, "8/22/2013"], [907682, "8/20/2013"], [907683, "8/25/2013"], [907684, "8/22/2013"], [907685, "8/22/2013"], [907686, "8/5/2013"], [907687, "8/23/2013"], [907688, "8/7/2013"], [907689, "8/19/2013"], [907690, "8/22/2013"], [907691, "8/19/2013"], [907693, "8/22/2013"], [907694, "8/22/2013"], [907695, "8/20/2013"], [907696, "8/20/2013"], [907697, "8/20/2013"], [907698, "8/23/2013"], [907699, "12/31/2013"], [907700, "8/21/2013"], [907701, "8/16/2013"], [907702, "8/21/2013"], [907703, "8/20/2013"], [907704, "8/25/2013"], [907705, "8/21/2013"], [907706, "8/21/2013"], [907707, "8/22/2013"], [907708, "8/20/2013"], [907709, "8/20/2013"], [907710, "8/20/2013"], [907711, "8/21/2013"], [907712, "12/31/2013"], [907713, "8/19/2013"], [907714, "8/20/2013"], [907715, "8/23/2013"], [907716, "8/25/2013"], [907718, "8/19/2013"], [907719, "8/20/2013"], [907720, "8/25/2013"], [907721, "8/20/2013"], [907722, "8/22/2013"], [907723, "8/22/2013"], [907724, "8/21/2013"], [907725, "8/22/2013"], [907726, "8/23/2013"], [907727, "1/22/2014"], [907728, "8/22/2013"], [907729, "8/19/2013"], [907731, "8/25/2013"], [907733, "8/22/2013"], [907734, "8/23/2013"], [907735, "1/22/2014"], [907736, "8/25/2013"], [907737, "8/23/2013"], [907738, "8/23/2013"], [907739, "8/25/2013"], [907740, "8/21/2013"], [907741, "8/25/2013"], [907742, "1/22/2014"], [907743, "8/23/2013"], [907744, "8/23/2013"], [907745, "8/20/2013"], [907746, "8/12/2013"], [907747, "8/20/2013"], [907748, "8/22/2013"], [907749, "8/20/2013"], [907750, "8/25/2013"], [907751, "8/22/2013"], [907753, "8/19/2013"], [907754, "1/22/2014"], [907755, "8/25/2013"], [907756, "8/22/2013"], [907758, "8/25/2013"], [907759, "8/22/2013"], [907760, "8/23/2013"], [907761, "8/21/2013"], [907762, "8/25/2013"], [907763, "8/22/2013"], [907764, "8/25/2013"], [907766, "8/21/2013"], [907767, "8/6/2013"], [907768, "8/22/2013"], [907769, "8/21/2013"], [907770, "8/20/2013"], [907771, "8/23/2013"], [907772, "8/15/2013"], [907773, "8/25/2013"], [907774, "8/16/2013"], [907775, "8/23/2013"], [907778, "8/22/2013"], [907779, "8/22/2013"], [907780, "8/6/2013"], [907781, "8/22/2013"], [907782, "8/22/2013"], [907783, "8/22/2013"], [907786, "8/6/2013"], [907787, "8/25/2013"], [907790, "8/22/2013"], [907791, "8/23/2013"], [907792, "8/22/2013"], [907793, "8/23/2013"], [907795, "8/23/2013"], [907797, "8/25/2013"], [907798, "8/25/2013"], [907799, "8/20/2013"], [907800, "8/22/2013"], [907801, "8/23/2013"], [907802, "8/25/2013"], [907803, "12/31/2013"], [907804, "8/25/2013"], [907805, "8/20/2013"], [907806, "8/19/2013"], [907808, "8/22/2013"], [907809, "8/22/2013"], [907811, "8/22/2013"], [907812, "1/22/2014"], [907813, "8/20/2013"], [907814, "8/19/2013"], [907815, "8/20/2013"], [907816, "8/23/2013"], [907817, "8/22/2013"], [907818, "8/25/2013"], [907819, "8/23/2013"], [907820, "8/22/2013"], [907821, "8/25/2013"], [907822, "8/20/2013"], [907823, "8/20/2013"], [907824, "8/19/2013"], [907825, "8/19/2013"], [907826, "8/22/2013"], [907827, "8/25/2013"], [907828, "8/20/2013"], [907829, "8/14/2013"], [907830, "8/25/2013"], [907831, "8/23/2013"], [907832, "8/23/2013"], [907833, "8/15/2013"], [907834, "8/19/2013"], [907835, "8/22/2013"], [907836, "8/22/2013"], [907837, "8/25/2013"], [907838, "8/22/2013"], [907839, "8/23/2013"], [907840, "1/22/2014"], [907841, "8/20/2013"], [907842, "8/19/2013"], [907843, "1/22/2014"], [907844, "8/25/2013"], [907845, "8/20/2013"], [907846, "8/19/2013"], [907847, "8/19/2013"], [907849, "8/21/2013"], [907850, "1/22/2014"], [907851, "1/22/2014"], [907852, "8/23/2013"], [907853, "8/20/2013"], [907854, "8/23/2013"], [907855, "8/25/2013"], [907856, "8/22/2013"], [907857, "8/22/2013"], [907858, "8/23/2013"], [907859, "8/25/2013"], [907860, "8/19/2013"], [907861, "8/15/2013"], [907862, "8/19/2013"], [907863, "8/15/2013"], [907864, "8/23/2013"], [907865, "8/20/2013"], [907866, "8/23/2013"], [907868, "8/25/2013"], [907869, "8/23/2013"], [907870, "8/21/2013"], [907871, "8/25/2013"], [907872, "8/22/2013"], [907873, "8/20/2013"], [907874, "8/21/2013"], [907875, "8/25/2013"], [907876, "8/25/2013"], [907877, "8/22/2013"], [907878, "8/20/2013"], [907879, "8/22/2013"], [907880, "8/19/2013"], [907882, "8/19/2013"], [907883, "8/23/2013"], [907884, "8/23/2013"], [907886, "8/23/2013"], [907887, "8/22/2013"], [907890, "8/19/2013"], [907891, "8/19/2013"], [907892, "8/20/2013"], [907893, "8/19/2013"], [907895, "8/22/2013"], [907896, "8/6/2013"], [907898, "8/20/2013"], [907899, "8/20/2013"], [907900, "8/23/2013"], [907901, "8/20/2013"], [907902, "8/23/2013"], [907903, "8/19/2013"], [907904, "8/19/2013"], [907905, "8/25/2013"], [907906, "8/22/2013"], [907908, "8/19/2013"], [907910, "8/21/2013"], [907911, "8/23/2013"], [907915, "8/23/2013"], [907916, "1/22/2014"], [907918, "8/22/2013"], [907920, "8/20/2013"], [907921, "8/23/2013"], [907922, "8/20/2013"], [907923, "8/22/2013"], [907924, "8/15/2013"], [907925, "8/23/2013"], [907926, "8/16/2013"], [907927, "8/19/2013"], [907928, "8/25/2013"], [907929, "8/22/2013"], [907930, "8/25/2013"], [907931, "8/25/2013"], [907933, "8/21/2013"], [907935, "8/20/2013"], [907937, "8/22/2013"], [907941, "8/25/2013"], [907943, "8/25/2013"], [907945, "8/25/2013"], [907946, "8/20/2013"], [907947, "8/22/2013"], [907948, "8/23/2013"], [907949, "8/22/2013"], [907951, "8/19/2013"], [907952, "8/25/2013"], [907953, "8/20/2013"], [907954, "8/23/2013"], [907956, "1/22/2014"], [907957, "8/25/2013"], [907958, "8/22/2013"], [907959, "8/22/2013"], [907960, "8/23/2013"], [907961, "8/20/2013"], [907962, "8/19/2013"], [907963, "8/22/2013"], [907964, "8/23/2013"], [907965, "8/22/2013"], [907966, "8/22/2013"], [907967, "8/25/2013"], [907968, "8/23/2013"], [907969, "8/20/2013"], [907970, "8/22/2013"], [907974, "8/21/2013"], [907975, "8/19/2013"], [907978, "8/22/2013"], [907981, "8/22/2013"], [907984, "8/19/2013"], [907985, "8/25/2013"], [907986, "8/22/2013"], [907987, "8/19/2013"], [907988, "8/22/2013"], [907989, "8/19/2013"], [907990, "8/22/2013"], [907991, "8/23/2013"], [907992, "12/31/2013"], [907993, "8/25/2013"], [907994, "8/22/2013"], [907996, "12/31/2013"], [907997, "8/23/2013"], [907998, "8/25/2013"], [907999, "8/20/2013"], [908000, "8/22/2013"], [908001, "8/22/2013"], [908002, "8/14/2013"], [908003, "8/22/2013"], [908004, "8/20/2013"], [908005, "8/22/2013"], [908006, "8/20/2013"], [908007, "8/25/2013"], [908008, "8/23/2013"], [908009, "8/25/2013"], [908010, "8/21/2013"], [908012, "8/25/2013"], [908013, "8/22/2013"], [908014, "8/23/2013"], [908015, "8/23/2013"], [908016, "8/23/2013"], [908017, "8/25/2013"], [908018, "8/25/2013"], [908019, "8/19/2013"], [908020, "8/25/2013"], [908021, "8/20/2013"], [908022, "8/25/2013"], [908023, "8/19/2013"], [908024, "8/14/2013"], [908025, "8/23/2013"], [908026, "8/22/2013"], [908027, "8/12/2013"], [908028, "8/22/2013"], [908029, "8/20/2013"], [908030, "8/21/2013"], [908031, "8/20/2013"], [908032, "8/25/2013"], [908036, "8/23/2013"], [908037, "8/19/2013"], [908039, "8/23/2013"], [908040, "8/23/2013"], [908041, "8/22/2013"], [908043, "8/25/2013"], [908044, "8/22/2013"], [908045, "8/22/2013"], [908046, "8/23/2013"], [908047, "8/20/2013"], [908048, "8/23/2013"], [908049, "8/5/2013"], [908050, "8/22/2013"], [908051, "8/20/2013"], [908052, "8/23/2013"], [908053, "8/23/2013"], [908054, "8/23/2013"], [908055, "8/23/2013"], [908056, "8/20/2013"], [908057, "8/23/2013"], [908059, "8/25/2013"], [908061, "8/22/2013"], [908065, "8/21/2013"], [908067, "8/23/2013"], [908068, "8/20/2013"], [908069, "8/23/2013"], [908070, "8/21/2013"], [908071, "8/20/2013"], [908072, "8/25/2013"], [908073, "8/19/2013"], [908074, "8/21/2013"], [908075, "8/23/2013"], [908076, "8/19/2013"], [908077, "8/20/2013"], [908078, "8/23/2013"], [908079, "8/20/2013"], [908080, "8/22/2013"], [908083, "8/25/2013"], [908084, "8/19/2013"], [908087, "8/22/2013"], [908088, "8/25/2013"], [908090, "8/19/2013"], [908091, "8/23/2013"], [908092, "8/23/2013"], [908093, "8/22/2013"], [908094, "8/19/2013"], [908095, "8/25/2013"], [908096, "8/22/2013"], [908097, "8/25/2013"], [908098, "8/19/2013"], [908099, "8/23/2013"], [908100, "8/6/2013"], [908101, "8/22/2013"], [908102, "8/20/2013"], [908103, "8/20/2013"], [908104, "8/20/2013"], [908105, "8/22/2013"], [908106, "8/25/2013"], [908107, "8/25/2013"], [908108, "8/25/2013"], [908109, "8/23/2013"], [908110, "8/19/2013"], [908111, "8/20/2013"], [908112, "8/20/2013"], [908113, "8/22/2013"], [908114, "8/25/2013"], [908115, "8/19/2013"], [908116, "8/21/2013"], [908119, "8/23/2013"], [908120, "8/23/2013"], [908121, "8/22/2013"], [908122, "8/20/2013"], [908123, "8/20/2013"], [908124, "8/20/2013"], [908126, "8/19/2013"], [908127, "8/20/2013"], [908128, "8/21/2013"], [908129, "8/22/2013"], [908130, "8/19/2013"], [908131, "8/21/2013"], [908132, "8/25/2013"], [908133, "8/21/2013"], [908134, "8/22/2013"], [908135, "8/22/2013"], [908136, "8/20/2013"], [908137, "8/22/2013"], [908138, "8/22/2013"], [908139, "8/23/2013"], [908141, "8/20/2013"], [908142, "8/7/2013"], [908143, "8/22/2013"], [908144, "8/25/2013"], [908145, "8/19/2013"], [908146, "8/20/2013"], [908147, "8/23/2013"], [908149, "8/22/2013"], [908150, "8/22/2013"], [908152, "8/19/2013"], [908154, "8/22/2013"], [908155, "8/21/2013"], [908156, "8/25/2013"], [908157, "8/25/2013"], [908158, "8/19/2013"], [908159, "8/19/2013"], [908160, "8/23/2013"], [908161, "8/23/2013"], [908162, "8/23/2013"], [908163, "8/25/2013"], [908164, "8/22/2013"], [908165, "8/23/2013"], [908166, "8/22/2013"], [908167, "8/23/2013"], [908168, "12/31/2013"], [908169, "12/31/2013"], [908170, "8/22/2013"], [908171, "8/22/2013"], [908172, "1/22/2014"], [908173, "8/19/2013"], [908174, "8/21/2013"], [908175, "8/21/2013"], [908176, "8/21/2013"], [908177, "8/22/2013"], [908178, "8/25/2013"], [908179, "8/25/2013"], [908180, "8/22/2013"], [908181, "8/19/2013"], [908182, "8/22/2013"], [908183, "8/21/2013"], [908184, "8/23/2013"], [908186, "8/21/2013"], [908187, "8/5/2013"], [908189, "8/22/2013"], [908190, "8/20/2013"], [908191, "8/23/2013"], [908192, "8/21/2013"], [908193, "8/21/2013"], [908194, "8/19/2013"], [908195, "8/22/2013"], [908196, "8/20/2013"], [908197, "8/25/2013"], [908198, "8/20/2013"], [908199, "8/22/2013"], [908200, "8/19/2013"], [908201, "8/23/2013"], [908202, "8/19/2013"], [908203, "8/22/2013"], [908204, "8/20/2013"], [908205, "8/19/2013"], [908206, "8/19/2013"], [908207, "8/23/2013"], [908208, "8/25/2013"], [908209, "8/21/2013"], [908210, "8/19/2013"], [908211, "8/25/2013"], [908212, "8/19/2013"], [908213, "8/21/2013"], [908214, "8/23/2013"], [908215, "8/7/2013"], [908216, "8/23/2013"], [908217, "8/23/2013"], [908218, "8/25/2013"], [908219, "8/25/2013"], [908220, "8/20/2013"], [908226, "8/21/2013"], [908228, "8/22/2013"], [908229, "8/19/2013"], [908230, "8/21/2013"], [908231, "8/20/2013"], [908232, "8/20/2013"], [908233, "8/20/2013"], [908234, "8/22/2013"], [908235, "8/20/2013"], [908236, "8/23/2013"], [908237, "8/23/2013"], [908238, "8/20/2013"], [908239, "8/23/2013"], [908241, "8/25/2013"], [908242, "8/23/2013"], [908243, "8/22/2013"], [908244, "1/22/2014"], [908245, "8/20/2013"], [908247, "8/22/2013"], [908248, "8/23/2013"], [908249, "8/25/2013"], [908250, "8/20/2013"], [908252, "8/23/2013"], [908253, "8/23/2013"], [908254, "8/23/2013"], [908255, "8/7/2013"], [908256, "8/25/2013"], [908257, "8/20/2013"], [908258, "8/22/2013"], [908259, "8/20/2013"], [908260, "8/20/2013"], [908261, "8/23/2013"], [908263, "8/21/2013"], [908264, "8/23/2013"], [908265, "8/21/2013"], [908266, "8/22/2013"], [908267, "8/22/2013"], [908268, "8/25/2013"], [908269, "8/23/2013"], [908270, "8/25/2013"], [908271, "8/5/2013"], [908272, "8/6/2013"], [908273, "8/25/2013"], [908274, "8/20/2013"], [908275, "8/20/2013"], [908276, "8/22/2013"], [908277, "8/23/2013"], [908278, "8/25/2013"], [908279, "8/21/2013"], [908280, "8/20/2013"], [908281, "8/23/2013"], [908282, "8/19/2013"], [908283, "8/22/2013"], [908284, "8/23/2013"], [908285, "8/5/2013"], [908286, "8/25/2013"], [908287, "8/20/2013"], [908288, "8/20/2013"], [908289, "8/23/2013"], [908290, "8/22/2013"], [908291, "8/21/2013"], [908292, "8/20/2013"], [908293, "8/21/2013"], [908294, "8/20/2013"], [908297, "8/20/2013"], [908298, "8/22/2013"], [908301, "8/20/2013"], [908303, "8/25/2013"], [908304, "8/21/2013"], [908306, "8/23/2013"], [908310, "8/23/2013"], [908311, "8/23/2013"], [908312, "1/22/2014"], [908313, "8/20/2013"], [908314, "8/21/2013"], [908315, "8/25/2013"], [908316, "8/25/2013"], [908317, "8/20/2013"], [908318, "8/23/2013"], [908319, "1/22/2014"], [908320, "8/23/2013"], [908321, "8/21/2013"], [908322, "8/21/2013"], [908323, "8/20/2013"], [908324, "8/23/2013"], [908325, "8/20/2013"], [908326, "8/25/2013"], [908327, "8/20/2013"], [908328, "8/23/2013"], [908329, "8/23/2013"], [908332, "8/22/2013"], [908335, "1/22/2014"], [908336, "8/23/2013"], [908343, "8/19/2013"], [908344, "8/22/2013"], [908345, "8/25/2013"], [908346, "8/22/2013"], [908347, "8/23/2013"], [908348, "8/23/2013"], [908349, "8/23/2013"], [908350, "8/23/2013"], [908351, "8/23/2013"], [908352, "8/22/2013"], [908353, "8/20/2013"], [908354, "8/22/2013"], [908355, "8/21/2013"], [908356, "8/21/2013"], [908357, "8/20/2013"], [908358, "8/15/2013"], [908360, "8/20/2013"], [908361, "8/23/2013"], [908363, "8/23/2013"], [908364, "8/25/2013"], [908365, "8/6/2013"], [908366, "8/25/2013"], [908367, "8/23/2013"], [908369, "8/23/2013"], [908370, "8/19/2013"], [908371, "8/19/2013"], [908372, "8/23/2013"], [908373, "8/20/2013"], [908374, "8/20/2013"], [908375, "8/23/2013"], [908376, "8/20/2013"], [908377, "8/19/2013"], [908378, "8/15/2013"], [908379, "8/19/2013"], [908381, "8/23/2013"], [908382, "8/23/2013"], [908383, "8/23/2013"], [908384, "8/6/2013"], [908385, "8/23/2013"], [908386, "8/21/2013"], [908387, "8/20/2013"], [908388, "8/20/2013"], [908389, "8/25/2013"], [908390, "8/19/2013"], [908391, "8/21/2013"], [908392, "8/20/2013"], [908393, "8/19/2013"], [908394, "8/23/2013"], [908395, "8/20/2013"], [908396, "8/6/2013"], [908397, "8/20/2013"], [908398, "8/20/2013"], [908404, "8/23/2013"], [908407, "8/20/2013"], [908408, "8/25/2013"], [908413, "8/23/2013"], [908416, "8/23/2013"], [908418, "12/31/2013"], [908419, "8/20/2013"], [908423, "8/23/2013"], [908429, "8/23/2013"], [908431, "8/23/2013"], [908432, "8/21/2013"], [908435, "8/15/2013"], [908436, "8/23/2013"], [908437, "8/23/2013"], [908438, "8/23/2013"], [908440, "8/23/2013"], [908442, "8/20/2013"], [908444, "8/19/2013"], [908445, "8/6/2013"], [908446, "8/25/2013"], [908447, "8/22/2013"], [908448, "8/20/2013"], [908449, "8/23/2013"], [908450, "8/23/2013"], [908451, "8/23/2013"], [908452, "8/20/2013"], [908453, "8/23/2013"], [908454, "8/6/2013"], [908455, "8/15/2013"], [908456, "8/23/2013"], [908457, "8/23/2013"], [908458, "8/23/2013"], [908459, "8/25/2013"], [908460, "8/20/2013"], [908462, "8/22/2013"], [908463, "8/25/2013"], [908464, "8/23/2013"], [908465, "8/23/2013"], [908467, "8/20/2013"], [908468, "8/20/2013"], [908469, "8/23/2013"], [908470, "8/20/2013"], [908471, "8/23/2013"], [908472, "8/22/2013"], [908473, "8/23/2013"], [908475, "8/23/2013"], [908476, "8/20/2013"], [908477, "8/23/2013"], [908478, "8/20/2013"], [908479, "8/23/2013"], [908480, "8/20/2013"], [908483, "8/23/2013"], [908485, "8/23/2013"], [908488, "8/20/2013"], [908489, "8/6/2013"], [908490, "8/21/2013"], [908491, "8/23/2013"], [908492, "8/22/2013"], [908493, "8/25/2013"], [908494, "8/23/2013"], [908495, "8/25/2013"], [908496, "8/25/2013"], [908497, "8/20/2013"], [908498, "8/20/2013"], [908499, "8/23/2013"], [908500, "8/23/2013"], [908501, "8/23/2013"], [908502, "8/22/2013"], [908505, "8/23/2013"], [908506, "8/23/2013"], [908507, "8/23/2013"], [908508, "8/23/2013"], [908511, "8/23/2013"], [908512, "8/23/2013"], [908515, "8/25/2013"], [908516, "8/23/2013"], [908517, "8/22/2013"], [908518, "8/23/2013"], [908520, "8/23/2013"], [908521, "8/23/2013"], [908522, "8/23/2013"], [908525, "8/23/2013"], [908526, "8/23/2013"], [908528, "8/23/2013"], [908529, "8/20/2013"], [908530, "8/23/2013"], [908531, "8/23/2013"], [908532, "8/23/2013"], [908533, "8/20/2013"], [908534, "8/20/2013"], [908536, "8/21/2013"], [908538, "8/25/2013"], [908540, "8/15/2013"], [908543, "8/20/2013"], [908544, "8/23/2013"], [908545, "8/23/2013"], [908546, "8/23/2013"], [908547, "8/23/2013"], [908548, "8/25/2013"], [908549, "8/25/2013"], [908550, "8/21/2013"], [908551, "8/21/2013"], [908552, "8/20/2013"], [908553, "8/25/2013"], [908554, "8/23/2013"], [908555, "8/20/2013"], [908556, "8/25/2013"], [908557, "8/23/2013"], [908558, "8/15/2013"], [908559, "8/23/2013"], [908560, "8/25/2013"], [908561, "8/23/2013"], [908562, "8/20/2013"], [908564, "8/23/2013"], [908567, "8/23/2013"], [908568, "8/21/2013"], [908569, "8/25/2013"], [908570, "8/23/2013"], [908571, "8/21/2013"], [908572, "8/23/2013"], [908573, "8/23/2013"], [908574, "8/22/2013"], [908575, "8/23/2013"], [908577, "8/20/2013"], [908578, "8/20/2013"], [908579, "8/20/2013"], [908580, "8/22/2013"], [908581, "8/25/2013"], [908582, "8/23/2013"], [908584, "8/23/2013"], [908585, "8/23/2013"], [908586, "8/23/2013"], [908587, "8/23/2013"], [908589, "8/15/2013"], [908590, "8/25/2013"], [908592, "8/23/2013"], [908593, "8/20/2013"], [908594, "8/20/2013"], [908595, "8/23/2013"], [908596, "8/14/2013"], [908597, "8/25/2013"], [908598, "8/25/2013"], [908599, "8/15/2013"], [908600, "8/23/2013"], [908602, "8/23/2013"], [908604, "8/23/2013"], [908605, "8/20/2013"], [908606, "8/23/2013"], [908607, "8/23/2013"], [908608, "8/23/2013"], [908609, "8/21/2013"], [908610, "8/23/2013"], [908611, "8/21/2013"], [908612, "8/19/2013"], [908613, "8/23/2013"], [908614, "8/20/2013"], [908615, "8/23/2013"], [908616, "8/20/2013"], [908617, "8/23/2013"], [908618, "8/20/2013"], [908619, "8/6/2013"], [908620, "8/23/2013"], [908623, "8/23/2013"], [908624, "8/20/2013"], [908625, "8/21/2013"], [908626, "8/21/2013"], [908627, "8/23/2013"], [908628, "8/20/2013"], [908629, "8/25/2013"], [908630, "8/19/2013"], [908631, "8/25/2013"], [908632, "8/25/2013"], [908633, "8/25/2013"], [908634, "8/19/2013"], [908635, "8/15/2013"], [908636, "8/23/2013"], [908637, "8/25/2013"], [908638, "8/20/2013"], [908639, "8/23/2013"], [908640, "8/20/2013"], [908641, "8/20/2013"], [908642, "8/25/2013"], [908643, "8/20/2013"], [908644, "8/20/2013"], [908645, "8/23/2013"], [908646, "8/20/2013"], [908649, "8/23/2013"], [908650, "8/25/2013"], [908651, "8/23/2013"], [908652, "8/20/2013"], [908655, "8/23/2013"], [908656, "8/20/2013"], [908657, "8/20/2013"], [908660, "8/23/2013"], [908661, "8/23/2013"], [908662, "8/23/2013"], [908665, "8/23/2013"], [908666, "8/25/2013"], [908669, "8/23/2013"], [908670, "8/25/2013"], [908671, "8/23/2013"], [908674, "8/25/2013"], [908675, "8/25/2013"], [908678, "8/21/2013"], [908679, "8/21/2013"], [908680, "8/25/2013"], [908681, "8/25/2013"], [908682, "8/23/2013"], [908684, "8/23/2013"], [908687, "8/25/2013"], [908688, "8/25/2013"], [908689, "8/19/2013"], [908690, "8/6/2013"], [908691, "8/20/2013"], [908694, "8/25/2013"], [908695, "8/20/2013"], [908696, "8/20/2013"], [908697, "8/23/2013"], [908698, "8/20/2013"], [908699, "8/22/2013"], [908700, "8/23/2013"], [908701, "8/20/2013"], [908702, "8/25/2013"], [908705, "8/23/2013"], [908706, "8/25/2013"], [908707, "8/21/2013"], [908710, "8/25/2013"], [908711, "8/20/2013"], [908712, "8/19/2013"], [908713, "8/22/2013"], [908714, "8/23/2013"], [908715, "8/21/2013"], [908716, "8/21/2013"], [908717, "8/21/2013"], [908718, "8/25/2013"], [908719, "8/23/2013"], [908720, "8/25/2013"], [908721, "8/23/2013"], [908722, "8/23/2013"], [908723, "8/20/2013"], [908724, "8/21/2013"], [908726, "8/22/2013"], [908727, "8/7/2013"], [908728, "8/23/2013"], [908729, "8/23/2013"], [908730, "8/23/2013"], [908731, "8/23/2013"], [908732, "8/25/2013"], [908733, "8/23/2013"], [908734, "8/6/2013"], [908735, "8/20/2013"], [908736, "8/15/2013"], [908737, "8/23/2013"], [908738, "8/15/2013"], [908739, "8/15/2013"], [908740, "8/23/2013"], [908741, "8/23/2013"], [908742, "8/22/2013"], [908743, "8/20/2013"], [908746, "8/22/2013"], [908747, "8/23/2013"], [908748, "8/23/2013"], [908749, "8/20/2013"], [908751, "8/23/2013"], [908752, "8/23/2013"], [908753, "8/23/2013"], [908754, "8/20/2013"], [908755, "8/23/2013"], [908756, "8/22/2013"], [908757, "8/23/2013"], [908758, "8/23/2013"], [908761, "8/25/2013"], [908762, "8/20/2013"], [908763, "8/23/2013"], [908766, "8/20/2013"], [908767, "8/23/2013"], [908769, "8/19/2013"], [908771, "8/14/2013"], [908772, "8/25/2013"], [908773, "8/23/2013"], [908774, "8/25/2013"], [908778, "8/23/2013"], [908779, "8/23/2013"], [908780, "8/23/2013"], [908781, "8/20/2013"], [908782, "8/6/2013"], [908783, "8/21/2013"], [908784, "8/20/2013"], [908785, "8/23/2013"], [908786, "8/15/2013"], [908787, "8/19/2013"], [908789, "8/23/2013"], [908790, "8/21/2013"], [908791, "8/23/2013"], [908792, "8/25/2013"], [908793, "8/23/2013"], [908795, "8/23/2013"], [908796, "8/21/2013"], [908797, "8/7/2013"], [908798, "8/21/2013"], [908800, "8/12/2013"], [908801, "8/7/2013"], [908802, "8/20/2013"], [908803, "8/23/2013"], [908804, "8/23/2013"], [908805, "8/23/2013"], [908806, "8/25/2013"], [908807, "8/16/2013"], [908808, "8/23/2013"], [908809, "8/23/2013"], [908810, "8/23/2013"], [908811, "8/25/2013"], [908812, "8/20/2013"], [908813, "8/22/2013"], [908814, "8/20/2013"], [908815, "8/20/2013"], [908816, "8/23/2013"], [908817, "8/23/2013"], [908818, "8/23/2013"], [908819, "8/23/2013"], [908820, "8/23/2013"], [908826, "8/23/2013"], [908827, "8/20/2013"], [908830, "8/20/2013"], [908831, "8/23/2013"], [908832, "8/20/2013"], [908833, "8/23/2013"], [908838, "8/23/2013"], [908839, "8/25/2013"], [908840, "8/23/2013"], [908843, "8/20/2013"], [908844, "8/23/2013"], [908847, "8/20/2013"], [908848, "8/19/2013"], [908849, "8/20/2013"], [908851, "8/22/2013"], [908855, "8/23/2013"], [908857, "8/19/2013"], [908858, "8/23/2013"], [908863, "8/25/2013"], [908864, "8/25/2013"], [908869, "8/21/2013"], [908870, "8/6/2013"], [908873, "8/20/2013"], [908874, "8/22/2013"], [908875, "8/22/2013"], [908876, "8/20/2013"], [908877, "8/22/2013"], [908878, "8/19/2013"], [908879, "8/22/2013"], [908881, "8/20/2013"], [908882, "4/9/2014"], [908883, "8/21/2013"], [908884, "8/6/2013"], [908885, "8/20/2013"], [908887, "8/23/2013"], [908888, "8/7/2013"], [908889, "8/7/2013"], [908890, "8/25/2013"], [908891, "8/23/2013"], [908892, "8/23/2013"], [908893, "8/23/2013"], [908894, "8/20/2013"], [908896, "8/19/2013"], [908897, "8/20/2013"], [908898, "8/23/2013"], [908899, "8/21/2013"], [908900, "8/23/2013"], [908901, "8/19/2013"], [908902, "8/25/2013"], [908903, "8/23/2013"], [908906, "8/25/2013"], [908907, "8/25/2013"], [908910, "8/23/2013"], [908911, "8/25/2013"], [908912, "8/15/2013"], [908913, "8/22/2013"], [908914, "8/19/2013"], [908916, "8/20/2013"], [908917, "8/21/2013"], [908918, "8/5/2013"], [908919, "8/22/2013"], [908920, "8/22/2013"], [908921, "8/23/2013"], [908922, "8/22/2013"], [908923, "8/21/2013"], [908924, "8/19/2013"], [908925, "8/23/2013"], [908926, "8/22/2013"], [908927, "8/20/2013"], [908928, "8/23/2013"], [908929, "8/21/2013"], [908930, "8/22/2013"], [908931, "8/23/2013"], [908932, "8/25/2013"], [908933, "8/7/2013"], [908935, "8/20/2013"], [908936, "8/20/2013"], [908937, "8/21/2013"], [908938, "8/21/2013"], [908939, "12/31/2013"], [908940, "8/20/2013"], [908941, "8/22/2013"], [908942, "8/22/2013"], [908943, "8/20/2013"], [908944, "8/25/2013"], [908945, "8/21/2013"], [908946, "8/22/2013"], [908947, "8/21/2013"], [908948, "8/25/2013"], [908949, "8/19/2013"], [908950, "8/23/2013"], [908953, "8/21/2013"], [908954, "8/23/2013"], [908955, "8/25/2013"], [908956, "8/23/2013"], [908957, "8/23/2013"], [908958, "8/16/2013"], [908959, "8/16/2013"], [908960, "8/23/2013"], [908961, "8/23/2013"], [908962, "8/7/2013"], [908963, "8/23/2013"], [908964, "8/20/2013"], [908965, "8/20/2013"], [908966, "8/22/2013"], [908967, "8/23/2013"], [908968, "8/20/2013"], [908970, "8/25/2013"], [908971, "8/22/2013"], [908972, "8/23/2013"], [908973, "8/22/2013"], [908974, "8/25/2013"], [908977, "8/20/2013"], [908978, "8/25/2013"], [908979, "8/25/2013"], [908980, "8/25/2013"], [908981, "8/6/2013"], [908982, "8/21/2013"], [908983, "8/19/2013"], [908984, "8/21/2013"], [908985, "1/22/2014"], [908986, "8/22/2013"], [908988, "4/9/2014"], [908989, "8/22/2013"], [908990, "8/19/2013"], [908991, "8/15/2013"], [908992, "8/25/2013"], [908993, "8/22/2013"], [908994, "8/20/2013"], [908999, "8/22/2013"], [909000, "8/20/2013"], [909002, "8/21/2013"], [909003, "8/25/2013"], [909004, "8/20/2013"], [909005, "8/21/2013"], [909006, "8/21/2013"], [909013, "8/23/2013"], [909018, "8/23/2013"], [909023, "8/20/2013"], [909028, "8/20/2013"], [909032, "8/20/2013"], [909033, "8/25/2013"], [909034, "8/20/2013"], [909035, "8/19/2013"], [909036, "8/22/2013"], [909038, "8/25/2013"], [909039, "8/23/2013"], [909040, "8/21/2013"], [909041, "8/25/2013"], [909042, "8/23/2013"], [909043, "8/23/2013"], [909044, "8/20/2013"], [909045, "8/21/2013"], [909046, "8/25/2013"], [909052, "12/31/2013"], [909055, "8/23/2013"], [909059, "8/25/2013"], [909061, "8/23/2013"], [909063, "8/25/2013"], [909064, "8/20/2013"], [909065, "8/22/2013"], [909067, "8/20/2013"], [909068, "8/25/2013"], [909069, "8/20/2013"], [909071, "8/19/2013"], [909072, "8/25/2013"], [909073, "8/25/2013"], [909074, "8/22/2013"], [909076, "8/21/2013"], [909078, "8/6/2013"], [909079, "8/20/2013"], [909080, "8/21/2013"], [909081, "8/6/2013"], [909082, "8/23/2013"], [909084, "8/25/2013"], [909085, "8/23/2013"], [909086, "8/19/2013"], [909087, "8/6/2013"], [909088, "8/22/2013"], [909090, "8/25/2013"], [909091, "8/23/2013"], [909092, "8/25/2013"], [909093, "8/22/2013"], [909094, "8/22/2013"], [909095, "8/22/2013"], [909096, "8/21/2013"], [909097, "8/25/2013"], [909098, "8/23/2013"], [909099, "8/23/2013"], [909100, "8/23/2013"], [909101, "8/23/2013"], [909102, "8/21/2013"], [909103, "8/14/2013"], [909104, "8/14/2013"], [909105, "1/22/2014"], [909106, "8/20/2013"], [909108, "8/6/2013"], [909109, "8/23/2013"], [909110, "8/23/2013"], [909111, "8/22/2013"], [909112, "8/25/2013"], [909113, "8/25/2013"], [909115, "8/23/2013"], [909116, "8/19/2013"], [909117, "8/23/2013"], [909118, "8/23/2013"], [909119, "8/6/2013"], [909120, "8/5/2013"], [909121, "8/19/2013"], [909122, "8/21/2013"], [909123, "8/22/2013"], [909124, "8/25/2013"], [909125, "8/23/2013"], [909126, "8/25/2013"], [909127, "8/23/2013"], [909128, "8/19/2013"], [909131, "8/23/2013"], [909132, "8/23/2013"], [909133, "8/25/2013"], [909134, "8/25/2013"], [909135, "8/25/2013"], [909136, "8/21/2013"], [909137, "8/23/2013"], [909138, "8/23/2013"], [909139, "8/22/2013"], [909140, "8/19/2013"], [909141, "8/23/2013"], [909142, "8/22/2013"], [909143, "8/20/2013"], [909144, "8/23/2013"], [909146, "8/6/2013"], [909147, "8/25/2013"], [909148, "8/20/2013"], [909149, "8/20/2013"], [909150, "8/20/2013"], [909151, "8/5/2013"], [909152, "8/20/2013"], [909153, "8/19/2013"], [909154, "8/15/2013"], [909166, "8/25/2013"], [909168, "8/22/2013"], [909173, "8/23/2013"], [909176, "8/25/2013"], [909179, "8/19/2013"], [909180, "8/21/2013"], [909181, "8/23/2013"], [909182, "8/22/2013"], [909183, "8/23/2013"], [909184, "8/19/2013"], [909185, "8/14/2013"], [909186, "8/14/2013"], [909187, "8/21/2013"], [909188, "8/22/2013"], [909189, "8/22/2013"], [909190, "8/20/2013"], [909191, "8/20/2013"], [909192, "8/21/2013"], [909193, "8/23/2013"], [909194, "8/19/2013"], [909195, "8/20/2013"], [909196, "8/21/2013"], [909197, "8/19/2013"], [909198, "8/23/2013"], [909199, "8/22/2013"], [909200, "8/20/2013"], [909201, "8/21/2013"], [909202, "8/25/2013"], [909203, "8/23/2013"], [909204, "8/22/2013"], [909205, "8/20/2013"], [909206, "8/22/2013"], [909207, "8/6/2013"], [909208, "8/25/2013"], [909210, "8/22/2013"], [909211, "8/23/2013"], [909212, "8/22/2013"], [909213, "8/22/2013"], [909214, "8/19/2013"], [909215, "8/19/2013"], [909218, "8/20/2013"], [909219, "8/21/2013"], [909220, "8/20/2013"], [909223, "8/25/2013"], [909224, "8/21/2013"], [909226, "8/22/2013"], [909228, "8/25/2013"], [909231, "8/25/2013"], [909232, "8/22/2013"], [909233, "8/25/2013"], [909234, "8/23/2013"], [909237, "8/7/2013"], [909240, "8/21/2013"], [909241, "8/25/2013"], [909242, "8/21/2013"], [909243, "8/6/2013"], [909244, "8/20/2013"], [909245, "8/22/2013"], [909248, "8/12/2013"], [909249, "8/23/2013"], [909250, "8/6/2013"], [909252, "8/19/2013"], [909253, "8/22/2013"], [909254, "8/22/2013"], [909255, "8/23/2013"], [909256, "8/22/2013"], [909257, "8/7/2013"], [909259, "8/23/2013"], [909260, "8/22/2013"], [909261, "8/20/2013"], [909262, "8/15/2013"], [909264, "8/21/2013"], [909265, "8/20/2013"], [909266, "8/15/2013"], [909267, "8/23/2013"], [909268, "8/23/2013"], [909269, "8/20/2013"], [909270, "8/19/2013"], [909271, "8/20/2013"], [909272, "8/20/2013"], [909273, "8/6/2013"], [909274, "8/19/2013"], [909275, "8/25/2013"], [909276, "8/23/2013"], [909277, "8/23/2013"], [909278, "8/21/2013"], [909279, "8/19/2013"], [909280, "8/23/2013"], [909281, "8/25/2013"], [909282, "8/22/2013"], [909283, "8/25/2013"], [909284, "8/6/2013"], [909285, "8/20/2013"], [909286, "8/7/2013"], [909287, "8/23/2013"], [909288, "8/20/2013"], [909289, "8/16/2013"], [909290, "8/19/2013"], [909291, "8/25/2013"], [909292, "8/20/2013"], [909293, "8/20/2013"], [909294, "8/6/2013"], [909295, "8/20/2013"], [909296, "8/22/2013"], [909298, "8/25/2013"], [909299, "8/23/2013"], [909300, "8/22/2013"], [909301, "8/25/2013"], [909302, "8/23/2013"], [909303, "8/23/2013"], [909304, "8/6/2013"], [909305, "8/25/2013"], [909306, "8/12/2013"], [909308, "8/23/2013"], [909309, "8/22/2013"], [909310, "8/22/2013"], [909311, "8/22/2013"], [909313, "8/23/2013"], [909314, "8/22/2013"], [909315, "8/22/2013"], [909316, "8/25/2013"], [909317, "8/23/2013"], [909318, "8/22/2013"], [909319, "8/15/2013"], [909321, "8/19/2013"], [909322, "8/25/2013"], [909324, "8/22/2013"], [909325, "8/25/2013"], [909326, "8/19/2013"], [909327, "8/23/2013"], [909328, "8/23/2013"], [909329, "8/19/2013"], [909330, "8/19/2013"], [909331, "8/19/2013"], [909332, "8/21/2013"], [909333, "8/22/2013"], [909334, "8/25/2013"], [909335, "8/23/2013"], [909336, "8/6/2013"], [909337, "8/20/2013"], [909338, "8/23/2013"], [909340, "8/23/2013"], [909341, "8/23/2013"], [909342, "8/22/2013"], [909343, "1/22/2014"], [909344, "8/19/2013"], [909345, "8/23/2013"], [909346, "8/22/2013"], [909348, "8/25/2013"], [909349, "8/21/2013"], [909350, "8/19/2013"], [909351, "8/20/2013"], [909352, "8/20/2013"], [909353, "8/20/2013"], [909354, "8/25/2013"], [909355, "8/20/2013"], [909356, "8/20/2013"], [909357, "8/15/2013"], [909358, "8/22/2013"], [909359, "8/19/2013"], [909360, "8/20/2013"], [909361, "8/19/2013"], [909362, "8/19/2013"], [909363, "8/25/2013"], [909364, "8/25/2013"], [909365, "8/22/2013"], [909366, "8/22/2013"], [909367, "8/23/2013"], [909368, "8/23/2013"], [909369, "8/23/2013"], [909370, "8/19/2013"], [909371, "8/21/2013"], [909372, "8/21/2013"], [909373, "1/22/2014"], [909374, "8/25/2013"], [909375, "8/20/2013"], [909376, "8/22/2013"], [909377, "8/20/2013"], [909378, "8/22/2013"], [909379, "8/20/2013"], [909380, "8/25/2013"], [909381, "8/20/2013"], [909382, "8/23/2013"], [909383, "8/23/2013"], [909384, "8/21/2013"], [909385, "8/7/2013"], [909386, "8/25/2013"], [909387, "8/20/2013"], [909390, "8/22/2013"], [909393, "8/19/2013"], [909396, "8/20/2013"], [909400, "8/21/2013"], [909404, "8/22/2013"], [909405, "8/20/2013"], [909409, "8/22/2013"], [909410, "8/22/2013"], [909413, "8/21/2013"], [909414, "8/23/2013"], [909415, "8/20/2013"], [909416, "8/22/2013"], [909417, "8/20/2013"], [909418, "8/16/2013"], [909421, "8/25/2013"], [909423, "8/20/2013"], [909424, "8/19/2013"], [909427, "8/22/2013"], [909428, "8/22/2013"], [909432, "8/22/2013"], [909433, "8/25/2013"], [909434, "1/22/2014"], [909435, "8/22/2013"], [909436, "8/19/2013"], [909437, "8/25/2013"], [909438, "8/25/2013"], [909439, "8/22/2013"], [909440, "8/23/2013"], [909441, "8/23/2013"], [909442, "8/23/2013"], [909443, "8/15/2013"], [909444, "8/21/2013"], [909445, "8/22/2013"], [909446, "8/20/2013"], [909447, "8/20/2013"], [909448, "8/25/2013"], [909449, "8/21/2013"], [909450, "8/23/2013"], [909452, "12/31/2013"], [909453, "8/23/2013"], [909454, "8/20/2013"], [909455, "8/19/2013"], [909456, "8/19/2013"], [909457, "8/23/2013"], [909458, "8/22/2013"], [909459, "8/22/2013"], [909460, "8/23/2013"], [909462, "8/21/2013"], [909463, "8/21/2013"], [909464, "8/21/2013"], [909465, "8/22/2013"], [909466, "8/22/2013"], [909468, "8/21/2013"], [909469, "8/22/2013"], [909470, "8/22/2013"], [909471, "8/23/2013"], [909472, "8/22/2013"], [909473, "1/22/2014"], [909474, "12/31/2013"], [909475, "8/25/2013"], [909476, "8/25/2013"], [909477, "8/20/2013"], [909478, "8/23/2013"], [909482, "8/22/2013"], [909485, "8/21/2013"], [909486, "8/21/2013"], [909487, "8/6/2013"], [909488, "8/25/2013"], [909489, "8/25/2013"], [909490, "8/23/2013"], [909495, "8/23/2013"], [909496, "8/22/2013"], [909497, "8/25/2013"], [909498, "8/20/2013"], [909502, "8/19/2013"], [909503, "8/25/2013"], [909504, "8/15/2013"], [909505, "8/22/2013"], [909506, "8/22/2013"], [909508, "12/31/2013"], [909509, "8/22/2013"], [909510, "8/22/2013"], [909511, "8/19/2013"], [909516, "8/25/2013"], [909517, "8/25/2013"], [909518, "8/6/2013"], [909519, "8/20/2013"], [909520, "8/20/2013"], [909521, "8/25/2013"], [909524, "8/23/2013"], [909525, "8/23/2013"], [909526, "8/22/2013"], [909527, "8/25/2013"], [909528, "8/23/2013"], [909529, "8/22/2013"], [909531, "8/15/2013"], [909533, "8/22/2013"], [909536, "8/22/2013"], [909537, "8/25/2013"], [909538, "8/22/2013"], [909539, "8/25/2013"], [909540, "8/25/2013"], [909541, "8/20/2013"], [909542, "8/14/2013"], [909543, "8/23/2013"], [909544, "8/22/2013"], [909545, "8/25/2013"], [909547, "8/19/2013"], [909549, "8/19/2013"], [909550, "1/22/2014"], [909551, "8/19/2013"], [909552, "8/22/2013"], [909553, "8/19/2013"], [909554, "8/20/2013"], [909555, "8/23/2013"], [909556, "8/23/2013"], [909557, "8/23/2013"], [909558, "8/22/2013"], [909559, "8/22/2013"], [909560, "8/22/2013"], [909561, "8/25/2013"], [909562, "8/22/2013"], [909563, "8/19/2013"], [909567, "8/22/2013"], [909568, "8/23/2013"], [909570, "8/12/2013"], [909571, "8/22/2013"], [909572, "8/25/2013"], [909574, "8/20/2013"], [909575, "8/21/2013"], [909576, "8/21/2013"], [909577, "8/25/2013"], [909578, "8/21/2013"], [909579, "8/23/2013"], [909580, "8/22/2013"], [909581, "8/16/2013"], [909582, "8/20/2013"], [909583, "8/16/2013"], [909584, "8/19/2013"], [909585, "8/6/2013"], [909586, "8/5/2013"], [909587, "8/20/2013"], [909588, "8/22/2013"], [909589, "8/20/2013"], [909590, "8/21/2013"], [909591, "8/21/2013"], [909592, "8/20/2013"], [909593, "8/19/2013"], [909594, "8/7/2013"], [909595, "8/25/2013"], [909596, "8/25/2013"], [909597, "1/22/2014"], [909598, "8/25/2013"], [909599, "8/20/2013"], [909600, "8/22/2013"], [909601, "8/25/2013"], [909602, "8/20/2013"], [909603, "1/22/2014"], [909604, "8/23/2013"], [909605, "8/22/2013"], [909606, "8/19/2013"], [909607, "8/25/2013"], [909608, "1/22/2014"], [909610, "8/22/2013"], [909611, "1/22/2014"], [909612, "8/23/2013"], [909613, "8/22/2013"], [909615, "8/6/2013"], [909616, "8/22/2013"], [909617, "8/22/2013"], [909618, "8/19/2013"], [909619, "1/22/2014"], [909620, "8/20/2013"], [909621, "8/22/2013"], [909622, "8/23/2013"], [909623, "8/19/2013"], [909624, "8/22/2013"], [909625, "8/22/2013"], [909628, "8/23/2013"], [909629, "12/31/2013"], [909630, "8/21/2013"], [909634, "8/22/2013"], [909636, "8/22/2013"], [909637, "8/23/2013"], [909638, "8/22/2013"], [909639, "8/22/2013"], [909640, "8/22/2013"], [909642, "8/25/2013"], [909643, "8/19/2013"], [909644, "8/19/2013"], [909645, "8/23/2013"], [909646, "8/21/2013"], [909647, "8/23/2013"], [909648, "8/23/2013"], [909649, "8/20/2013"], [909650, "8/19/2013"], [909651, "8/23/2013"], [909652, "8/20/2013"], [909653, "8/22/2013"], [909654, "8/22/2013"], [909655, "8/23/2013"], [909656, "8/23/2013"], [909658, "8/20/2013"], [909662, "8/22/2013"], [909664, "8/19/2013"], [909665, "8/22/2013"], [909668, "8/23/2013"], [909673, "8/25/2013"], [909677, "8/25/2013"], [909678, "8/21/2013"], [909679, "8/19/2013"], [909680, "8/20/2013"], [909682, "8/23/2013"], [909683, "8/23/2013"], [909684, "8/25/2013"], [909685, "8/25/2013"], [909686, "8/23/2013"], [909687, "8/22/2013"], [909688, "8/25/2013"], [909691, "8/23/2013"], [909693, "8/25/2013"], [909694, "8/14/2013"], [909695, "8/25/2013"], [909696, "8/22/2013"], [909697, "8/16/2013"], [909698, "8/16/2013"], [909699, "8/23/2013"], [909701, "8/5/2013"], [909702, "8/20/2013"], [909703, "1/22/2014"], [909706, "8/25/2013"], [909708, "8/22/2013"], [909711, "8/20/2013"], [909712, "8/15/2013"], [909713, "8/20/2013"], [909714, "8/25/2013"], [909715, "8/22/2013"], [909716, "8/5/2013"], [909717, "12/31/2013"], [909718, "8/20/2013"], [909719, "8/22/2013"], [909720, "8/22/2013"], [909721, "8/19/2013"], [909722, "8/21/2013"], [909723, "8/25/2013"], [909724, "8/5/2013"], [909725, "8/22/2013"], [909726, "8/22/2013"], [909727, "8/22/2013"], [909728, "8/22/2013"], [909729, "8/23/2013"], [909730, "8/20/2013"], [909731, "8/19/2013"], [909732, "8/22/2013"], [909733, "8/20/2013"], [909734, "8/22/2013"], [909735, "8/20/2013"], [909736, "8/19/2013"], [909738, "8/25/2013"], [909739, "8/25/2013"], [909740, "8/23/2013"], [909742, "8/23/2013"], [909743, "8/25/2013"], [909744, "8/25/2013"], [909745, "8/20/2013"], [909746, "8/21/2013"], [909751, "8/22/2013"], [909752, "8/23/2013"], [909753, "8/22/2013"], [909754, "8/20/2013"], [909755, "8/19/2013"], [909758, "8/20/2013"], [909765, "8/20/2013"], [909766, "8/23/2013"], [909767, "8/21/2013"], [909768, "8/21/2013"], [909769, "8/16/2013"], [909770, "8/20/2013"], [909771, "8/23/2013"], [909772, "8/19/2013"], [909775, "8/21/2013"], [909776, "8/21/2013"], [909778, "8/25/2013"], [909783, "8/25/2013"], [909785, "8/19/2013"], [909786, "8/23/2013"], [909787, "8/21/2013"], [909788, "8/19/2013"], [909789, "8/20/2013"], [909790, "12/31/2013"], [909791, "8/16/2013"], [909792, "8/19/2013"], [909793, "8/19/2013"], [909794, "8/22/2013"], [909795, "8/23/2013"], [909796, "8/25/2013"], [909797, "8/20/2013"], [909798, "8/19/2013"], [909801, "8/23/2013"], [909802, "8/20/2013"], [909803, "8/25/2013"], [909804, "8/19/2013"], [909805, "8/19/2013"], [909818, "8/19/2013"], [909821, "8/21/2013"], [909822, "8/21/2013"], [909825, "8/22/2013"], [909826, "8/20/2013"], [909827, "8/20/2013"], [909828, "8/19/2013"], [909831, "8/19/2013"], [909833, "8/20/2013"], [909834, "8/22/2013"], [909835, "8/22/2013"], [909843, "8/20/2013"], [909844, "8/21/2013"], [909845, "8/22/2013"], [909846, "8/20/2013"], [909849, "8/23/2013"], [909850, "8/23/2013"], [909851, "4/9/2014"], [909852, "8/25/2013"], [909853, "8/19/2013"], [909855, "8/19/2013"], [909856, "8/20/2013"], [909859, "8/22/2013"], [909860, "8/23/2013"], [909863, "8/22/2013"], [909864, "8/23/2013"], [909865, "8/22/2013"], [909866, "8/22/2013"], [909867, "8/19/2013"], [909868, "8/20/2013"], [909869, "8/25/2013"], [909870, "8/22/2013"], [909871, "8/25/2013"], [909872, "8/21/2013"], [909873, "8/21/2013"], [909874, "8/20/2013"], [909875, "8/25/2013"], [909876, "8/21/2013"], [909877, "8/21/2013"], [909878, "8/19/2013"], [909879, "8/25/2013"], [909880, "8/25/2013"], [909881, "8/20/2013"], [909882, "8/23/2013"], [909883, "8/14/2013"], [909884, "8/25/2013"], [909886, "8/20/2013"], [909887, "8/23/2013"], [909888, "8/19/2013"], [909889, "8/16/2013"], [909890, "8/23/2013"], [909891, "8/25/2013"], [909892, "8/20/2013"], [909894, "8/20/2013"], [909895, "8/23/2013"], [909896, "8/25/2013"], [909897, "8/25/2013"], [909898, "8/21/2013"], [909899, "8/20/2013"], [909900, "8/20/2013"], [909901, "8/20/2013"], [909902, "8/25/2013"], [909903, "8/19/2013"], [909904, "8/21/2013"], [909905, "8/23/2013"], [909906, "8/23/2013"], [909907, "8/20/2013"], [909908, "8/19/2013"], [909909, "8/20/2013"], [909910, "8/23/2013"], [909912, "8/25/2013"], [909913, "12/31/2013"], [909914, "8/25/2013"], [909915, "8/23/2013"], [909916, "8/23/2013"], [909918, "8/25/2013"], [909920, "8/23/2013"], [909921, "8/23/2013"], [909923, "8/25/2013"], [909924, "8/19/2013"], [909925, "8/23/2013"], [909926, "8/22/2013"], [909927, "8/22/2013"], [909928, "8/19/2013"], [909929, "8/19/2013"], [909930, "8/19/2013"], [909931, "8/19/2013"], [909932, "8/19/2013"], [909933, "8/20/2013"], [909934, "8/20/2013"], [909935, "8/22/2013"], [909936, "8/22/2013"], [909937, "8/19/2013"], [909938, "8/20/2013"], [909939, "8/22/2013"], [909940, "8/20/2013"], [909941, "8/25/2013"], [909942, "8/21/2013"], [909943, "12/31/2013"], [909944, "8/22/2013"], [909945, "8/20/2013"], [909946, "8/25/2013"], [909947, "8/20/2013"], [909948, "8/23/2013"], [909949, "8/19/2013"], [909950, "8/25/2013"], [909951, "8/22/2013"], [909952, "8/19/2013"], [909953, "8/19/2013"], [909954, "8/23/2013"], [909955, "1/22/2014"], [909956, "8/25/2013"], [909957, "1/22/2014"], [909958, "8/22/2013"], [909959, "8/19/2013"], [909960, "8/23/2013"], [909961, "8/25/2013"], [909962, "8/25/2013"], [909963, "4/9/2014"], [909964, "8/6/2013"], [909965, "8/5/2013"], [909966, "8/20/2013"], [909967, "8/19/2013"], [909968, "8/25/2013"], [909969, "8/21/2013"], [909970, "8/21/2013"], [909971, "8/22/2013"], [909972, "8/25/2013"], [909973, "8/25/2013"], [909974, "8/19/2013"], [909975, "8/7/2013"], [909976, "8/21/2013"], [909977, "8/22/2013"], [909978, "8/21/2013"], [909979, "8/25/2013"], [909980, "8/22/2013"], [909981, "8/21/2013"], [909982, "8/19/2013"], [909983, "8/25/2013"], [909984, "8/25/2013"], [909985, "8/22/2013"], [909986, "8/20/2013"], [909987, "8/20/2013"], [909988, "8/20/2013"], [909989, "8/19/2013"], [909990, "8/25/2013"], [909991, "8/20/2013"], [909992, "8/19/2013"], [909993, "8/23/2013"], [909994, "8/5/2013"], [909995, "8/25/2013"], [909996, "8/23/2013"], [909997, "8/25/2013"], [909998, "8/23/2013"], [909999, "8/25/2013"], [910000, "8/20/2013"], [910001, "8/23/2013"], [910002, "8/25/2013"], [910003, "8/25/2013"], [910004, "8/22/2013"], [910005, "8/23/2013"], [910006, "8/21/2013"], [910007, "8/23/2013"], [910008, "8/21/2013"], [910009, "8/23/2013"], [910010, "8/21/2013"], [910011, "8/21/2013"], [910012, "8/20/2013"], [910013, "8/25/2013"], [910014, "8/20/2013"], [910015, "8/23/2013"], [910016, "8/23/2013"], [910017, "8/22/2013"], [910018, "8/25/2013"], [910019, "8/23/2013"], [910020, "8/23/2013"], [910021, "8/21/2013"], [910023, "8/23/2013"], [910024, "8/25/2013"], [910027, "8/6/2013"], [910028, "8/20/2013"], [910029, "8/23/2013"], [910030, "8/23/2013"], [910031, "8/23/2013"], [910033, "8/23/2013"], [910037, "8/20/2013"], [910040, "8/20/2013"], [910041, "8/19/2013"], [910044, "8/22/2013"], [910045, "8/21/2013"], [910048, "8/25/2013"], [910050, "8/23/2013"], [910054, "8/21/2013"], [910055, "8/21/2013"], [910056, "8/25/2013"], [910058, "8/21/2013"], [910060, "8/21/2013"], [910061, "8/23/2013"], [910063, "8/15/2013"], [910064, "8/6/2013"], [910065, "8/22/2013"], [910066, "8/25/2013"], [910067, "8/19/2013"], [910068, "8/22/2013"], [910069, "8/23/2013"], [910070, "8/20/2013"], [910071, "8/19/2013"], [910072, "8/22/2013"], [910073, "8/21/2013"], [910075, "8/25/2013"], [910076, "8/20/2013"], [910077, "8/23/2013"], [910078, "8/23/2013"], [910079, "8/25/2013"], [910080, "8/23/2013"], [910081, "8/20/2013"], [910082, "8/23/2013"], [910083, "8/25/2013"], [910084, "8/23/2013"], [910085, "8/23/2013"], [910086, "8/23/2013"], [910087, "8/23/2013"], [910088, "8/20/2013"], [910089, "8/21/2013"], [910091, "8/21/2013"], [910092, "8/20/2013"], [910093, "8/20/2013"], [910094, "8/23/2013"], [910095, "8/20/2013"], [910096, "8/22/2013"], [910097, "8/20/2013"], [910098, "8/23/2013"], [910099, "8/20/2013"], [910100, "8/23/2013"], [910101, "8/20/2013"], [910102, "8/20/2013"], [910103, "8/19/2013"], [910104, "8/23/2013"], [910105, "8/20/2013"], [910106, "8/19/2013"], [910107, "8/23/2013"], [910108, "8/6/2013"], [910109, "8/23/2013"], [910110, "8/23/2013"], [910111, "8/23/2013"], [910112, "8/19/2013"], [910113, "8/14/2013"], [910114, "8/23/2013"], [910115, "8/23/2013"], [910118, "8/22/2013"], [910119, "8/20/2013"], [910122, "8/23/2013"], [910123, "8/23/2013"], [910125, "8/19/2013"], [910126, "8/22/2013"], [910127, "8/25/2013"], [910128, "8/25/2013"], [910130, "8/23/2013"], [910131, "8/23/2013"], [910134, "8/23/2013"], [910136, "8/23/2013"], [910138, "8/23/2013"], [910139, "8/25/2013"], [910140, "8/15/2013"], [910141, "8/20/2013"], [910143, "8/20/2013"], [910144, "8/21/2013"], [910145, "8/20/2013"], [910146, "8/23/2013"], [910147, "8/20/2013"], [910148, "8/25/2013"], [910149, "8/23/2013"], [910151, "8/6/2013"], [910152, "8/25/2013"], [910153, "8/22/2013"], [910154, "8/20/2013"], [910155, "8/23/2013"], [910156, "8/22/2013"], [910157, "8/21/2013"], [910158, "8/22/2013"], [910159, "1/22/2014"], [910160, "8/14/2013"], [910161, "8/20/2013"], [910162, "8/20/2013"], [910164, "8/23/2013"], [910165, "8/23/2013"], [910166, "8/23/2013"], [910167, "8/23/2013"], [910168, "8/21/2013"], [910169, "8/25/2013"], [910170, "8/23/2013"], [910173, "8/23/2013"], [910174, "8/20/2013"], [910175, "8/23/2013"], [910176, "8/22/2013"], [910177, "8/23/2013"], [910178, "8/23/2013"], [910179, "8/20/2013"], [910180, "8/25/2013"], [910181, "8/19/2013"], [910182, "8/20/2013"], [910183, "8/20/2013"], [910184, "8/21/2013"], [910185, "8/23/2013"], [910186, "8/21/2013"], [910187, "8/25/2013"], [910188, "8/22/2013"], [910189, "8/21/2013"], [910190, "8/22/2013"], [910191, "8/21/2013"], [910192, "8/23/2013"], [910193, "8/20/2013"], [910194, "8/15/2013"], [910195, "8/20/2013"], [910196, "8/25/2013"], [910197, "8/23/2013"], [910198, "8/20/2013"], [910199, "8/25/2013"], [910201, "8/23/2013"], [910202, "8/23/2013"], [910203, "8/25/2013"], [910204, "8/21/2013"], [910205, "8/25/2013"], [910206, "8/22/2013"], [910207, "8/20/2013"], [910208, "8/22/2013"], [910209, "8/22/2013"], [910211, "8/25/2013"], [910212, "8/21/2013"], [910213, "8/20/2013"], [910214, "8/23/2013"], [910215, "8/23/2013"], [910216, "8/21/2013"], [910217, "8/25/2013"], [910218, "8/23/2013"], [910219, "8/23/2013"], [910220, "8/20/2013"], [910221, "8/23/2013"], [910222, "8/23/2013"], [910223, "8/23/2013"], [910224, "8/25/2013"], [910225, "8/25/2013"], [910226, "8/25/2013"], [910227, "8/23/2013"], [910228, "8/23/2013"], [910229, "8/23/2013"], [910230, "8/22/2013"], [910231, "8/23/2013"], [910232, "8/23/2013"], [910233, "8/21/2013"], [910236, "8/21/2013"], [910237, "8/20/2013"], [910238, "8/25/2013"], [910239, "8/23/2013"], [910242, "8/15/2013"], [910243, "8/23/2013"], [910244, "8/25/2013"], [910245, "8/23/2013"], [910246, "8/23/2013"], [910247, "8/25/2013"], [910248, "8/23/2013"], [910251, "8/23/2013"], [910252, "8/19/2013"], [910253, "8/23/2013"], [910254, "8/25/2013"], [910257, "8/23/2013"], [910258, "8/14/2013"], [910259, "8/19/2013"], [910260, "8/23/2013"], [910261, "8/23/2013"], [910262, "8/23/2013"], [910263, "8/21/2013"], [910264, "8/23/2013"], [910267, "8/25/2013"], [910268, "8/23/2013"], [910269, "8/21/2013"], [910270, "8/21/2013"], [910271, "8/22/2013"], [910272, "8/23/2013"], [910275, "8/25/2013"], [910276, "8/21/2013"], [910278, "8/23/2013"], [910279, "8/25/2013"], [910281, "8/23/2013"], [910282, "8/20/2013"], [910283, "8/23/2013"], [910285, "8/23/2013"], [910288, "8/23/2013"], [910289, "8/25/2013"], [910291, "8/23/2013"], [910292, "8/23/2013"], [910293, "8/20/2013"], [910294, "8/23/2013"], [910298, "8/22/2013"], [910299, "8/25/2013"], [910300, "8/20/2013"], [910302, "8/23/2013"], [910305, "8/23/2013"], [910309, "8/20/2013"], [910311, "8/23/2013"], [910315, "1/22/2014"], [910316, "8/19/2013"], [910317, "8/21/2013"], [910318, "8/20/2013"], [910319, "8/19/2013"], [910320, "8/25/2013"], [910321, "8/23/2013"], [910324, "8/23/2013"], [910325, "8/23/2013"], [910326, "8/22/2013"], [910327, "8/20/2013"], [910328, "8/23/2013"], [910329, "8/20/2013"], [910330, "8/23/2013"], [910331, "8/20/2013"], [910332, "8/20/2013"], [910333, "8/23/2013"], [910334, "8/20/2013"], [910335, "8/19/2013"], [910336, "8/22/2013"], [910337, "8/23/2013"], [910338, "8/23/2013"], [910339, "8/20/2013"], [910340, "8/23/2013"], [910341, "8/22/2013"], [910342, "8/21/2013"], [910343, "8/21/2013"], [910344, "8/20/2013"], [910345, "8/25/2013"], [910346, "8/6/2013"], [910347, "8/23/2013"], [910348, "8/25/2013"], [910349, "8/20/2013"], [910350, "8/20/2013"], [910351, "8/19/2013"], [910352, "8/23/2013"], [910354, "8/20/2013"], [910355, "8/21/2013"], [910356, "8/21/2013"], [910357, "8/22/2013"], [910358, "8/25/2013"], [910359, "8/23/2013"], [910360, "8/20/2013"], [910361, "8/25/2013"], [910362, "8/25/2013"], [910363, "8/15/2013"], [910364, "8/21/2013"], [910365, "8/21/2013"], [910366, "8/20/2013"], [910367, "8/23/2013"], [910368, "4/9/2014"], [910369, "8/25/2013"], [910370, "8/22/2013"], [910371, "8/21/2013"], [910372, "8/25/2013"], [910373, "8/23/2013"], [910374, "8/20/2013"], [910375, "8/23/2013"], [910376, "8/20/2013"], [910377, "8/22/2013"], [910378, "8/22/2013"], [910379, "8/23/2013"], [910380, "8/23/2013"], [910381, "8/22/2013"], [910382, "8/15/2013"], [910383, "8/23/2013"], [910384, "8/23/2013"], [910385, "8/15/2013"], [910386, "8/21/2013"], [910387, "8/15/2013"], [910388, "8/22/2013"], [910389, "8/20/2013"], [910390, "8/23/2013"], [910391, "8/23/2013"], [910392, "8/23/2013"], [910393, "8/20/2013"], [910394, "8/21/2013"], [910395, "8/20/2013"], [910397, "8/22/2013"], [910398, "8/22/2013"], [910399, "8/21/2013"], [910400, "8/25/2013"], [910401, "8/23/2013"], [910402, "8/23/2013"], [910403, "8/20/2013"], [910404, "8/15/2013"], [910405, "8/25/2013"], [910406, "8/20/2013"], [910408, "8/20/2013"], [910409, "8/23/2013"], [910410, "8/21/2013"], [910411, "8/23/2013"], [910412, "8/20/2013"], [910413, "8/25/2013"], [910414, "8/23/2013"], [910415, "8/25/2013"], [910416, "8/15/2013"], [910417, "8/23/2013"], [910418, "4/9/2014"], [910419, "8/22/2013"], [910420, "8/22/2013"], [910421, "8/23/2013"], [910422, "8/23/2013"], [910423, "8/21/2013"], [910424, "8/20/2013"], [910425, "8/23/2013"], [910426, "8/23/2013"], [910427, "8/23/2013"], [910428, "8/21/2013"], [910429, "8/21/2013"], [910430, "8/23/2013"], [910431, "8/21/2013"], [910433, "8/22/2013"], [910434, "8/23/2013"], [910435, "8/20/2013"], [910436, "8/22/2013"], [910437, "8/25/2013"], [910438, "8/25/2013"], [910439, "8/20/2013"], [910440, "8/23/2013"], [910441, "8/23/2013"], [910442, "8/22/2013"], [910443, "8/23/2013"], [910444, "8/20/2013"], [910445, "8/25/2013"], [910446, "8/23/2013"], [910447, "8/21/2013"], [910448, "8/23/2013"], [910449, "8/23/2013"], [910450, "8/21/2013"], [910451, "8/23/2013"], [910452, "8/23/2013"], [910454, "8/19/2013"], [910456, "8/23/2013"], [910457, "8/23/2013"], [910458, "8/16/2013"], [910462, "8/23/2013"], [910463, "8/23/2013"], [910467, "8/20/2013"], [910468, "8/23/2013"], [910469, "8/6/2013"], [910471, "8/6/2013"], [910475, "12/31/2013"], [910479, "8/14/2013"], [910481, "8/16/2013"], [910483, "8/23/2013"], [910484, "8/21/2013"], [910485, "8/25/2013"], [910487, "8/22/2013"], [910488, "8/21/2013"], [910489, "8/20/2013"], [910490, "8/23/2013"], [910491, "8/23/2013"], [910492, "8/21/2013"], [910493, "8/25/2013"], [910494, "8/25/2013"], [910495, "8/21/2013"], [910498, "8/22/2013"], [910499, "8/25/2013"], [910502, "8/20/2013"], [910503, "8/20/2013"], [910504, "8/23/2013"], [910507, "8/20/2013"], [910508, "8/22/2013"], [910511, "8/25/2013"], [910512, "8/21/2013"], [910513, "8/23/2013"], [910514, "8/23/2013"], [910515, "8/21/2013"], [910518, "8/21/2013"], [910519, "8/23/2013"], [910520, "8/23/2013"], [910523, "8/25/2013"], [910527, "8/6/2013"], [910528, "4/9/2014"], [910530, "8/5/2013"], [910533, "8/7/2013"], [910534, "8/22/2013"], [910535, "8/14/2013"], [910536, "8/21/2013"], [910538, "8/22/2013"], [910539, "8/15/2013"], [910540, "8/23/2013"], [910542, "8/23/2013"], [910543, "8/20/2013"], [910544, "8/23/2013"], [910545, "8/22/2013"], [910546, "8/22/2013"], [910547, "8/22/2013"], [910548, "8/23/2013"], [910549, "8/19/2013"], [910550, "8/21/2013"], [910551, "8/25/2013"], [910552, "8/21/2013"], [910553, "8/23/2013"], [910554, "8/21/2013"], [910555, "8/25/2013"], [910556, "8/25/2013"], [910557, "8/23/2013"], [910558, "8/25/2013"], [910559, "8/5/2013"], [910560, "8/23/2013"], [910561, "8/25/2013"], [910562, "8/23/2013"], [910563, "8/22/2013"], [910564, "8/23/2013"], [910566, "8/20/2013"], [910567, "8/23/2013"], [910568, "8/20/2013"], [910569, "8/20/2013"], [910570, "8/25/2013"], [910571, "8/20/2013"], [910572, "8/23/2013"], [910573, "8/20/2013"], [910574, "8/22/2013"], [910575, "8/25/2013"], [910576, "8/21/2013"], [910577, "8/7/2013"], [910578, "8/23/2013"], [910579, "8/19/2013"], [910580, "8/23/2013"], [910581, "8/16/2013"], [910582, "8/23/2013"], [910583, "8/23/2013"], [910584, "8/25/2013"], [910585, "8/20/2013"], [910586, "8/23/2013"], [910587, "8/20/2013"], [910588, "8/20/2013"], [910589, "8/25/2013"], [910593, "8/6/2013"], [910594, "8/23/2013"], [910599, "8/20/2013"], [910600, "8/22/2013"], [910601, "8/23/2013"], [910602, "8/22/2013"], [910603, "8/25/2013"], [910604, "8/19/2013"], [910605, "8/20/2013"], [910606, "8/19/2013"], [910607, "8/19/2013"], [910608, "8/23/2013"], [910609, "8/22/2013"], [910610, "8/25/2013"], [910611, "8/20/2013"], [910615, "8/23/2013"], [910618, "8/6/2013"], [910619, "8/19/2013"], [910620, "8/19/2013"], [910627, "8/21/2013"], [910628, "1/22/2014"], [910629, "8/21/2013"], [910631, "8/22/2013"], [910632, "12/31/2013"], [910633, "8/23/2013"], [910634, "8/23/2013"], [910635, "8/23/2013"], [910638, "8/23/2013"], [910639, "8/20/2013"], [910642, "8/23/2013"], [910643, "8/25/2013"], [910644, "8/20/2013"], [910645, "8/23/2013"], [910646, "8/22/2013"], [910647, "8/25/2013"], [910648, "8/6/2013"], [910649, "8/21/2013"], [910650, "8/23/2013"], [910651, "8/25/2013"], [910652, "8/21/2013"], [910657, "8/22/2013"], [910665, "8/21/2013"], [910666, "8/25/2013"], [910667, "8/14/2013"], [910669, "8/5/2013"], [910670, "8/21/2013"], [910672, "8/22/2013"], [910673, "8/23/2013"], [910674, "8/23/2013"], [910675, "8/6/2013"], [910676, "8/20/2013"], [910677, "8/20/2013"], [910678, "8/22/2013"], [910680, "8/20/2013"], [910681, "8/25/2013"], [910682, "8/20/2013"], [910685, "8/22/2013"], [910686, "8/20/2013"], [910687, "8/19/2013"], [910688, "8/21/2013"], [910689, "8/7/2013"], [910690, "8/21/2013"], [910691, "8/25/2013"], [910692, "8/23/2013"], [910693, "8/22/2013"], [910694, "8/25/2013"], [910695, "8/22/2013"], [910696, "8/21/2013"], [910697, "1/22/2014"], [910699, "8/22/2013"], [910700, "8/21/2013"], [910701, "8/23/2013"], [910702, "8/23/2013"], [910703, "8/21/2013"], [910704, "8/21/2013"], [910705, "8/14/2013"], [910706, "8/21/2013"], [910707, "8/23/2013"], [910709, "12/31/2013"], [910710, "8/20/2013"], [910711, "8/20/2013"], [910712, "8/21/2013"], [910713, "8/19/2013"], [910715, "8/19/2013"], [910716, "8/20/2013"], [910718, "8/20/2013"], [910722, "8/20/2013"], [910738, "8/20/2013"], [910740, "8/25/2013"], [910741, "8/20/2013"], [910742, "8/6/2013"], [910743, "8/20/2013"], [910744, "8/19/2013"], [910745, "8/21/2013"], [910746, "8/25/2013"], [910747, "8/7/2013"], [910748, "8/19/2013"], [910749, "8/19/2013"], [910752, "8/23/2013"], [910753, "8/20/2013"], [910754, "8/25/2013"], [910755, "8/22/2013"], [910756, "8/20/2013"], [910758, "8/23/2013"], [910759, "8/23/2013"], [910760, "8/20/2013"], [910761, "8/20/2013"], [910762, "8/20/2013"], [910763, "8/16/2013"], [910764, "8/20/2013"], [910766, "8/20/2013"], [910770, "8/19/2013"], [910771, "8/15/2013"], [910772, "8/5/2013"], [910776, "8/20/2013"], [910777, "8/20/2013"], [910778, "8/22/2013"], [910779, "8/20/2013"], [910780, "8/20/2013"], [910781, "8/20/2013"], [910782, "8/23/2013"], [910783, "8/23/2013"], [910784, "8/25/2013"], [910785, "8/25/2013"], [910786, "8/23/2013"], [910787, "8/25/2013"], [910789, "8/22/2013"], [910791, "8/14/2013"], [910793, "8/22/2013"], [910797, "8/21/2013"], [910799, "8/21/2013"], [910800, "8/19/2013"], [910803, "8/23/2013"], [910804, "8/25/2013"], [910805, "8/23/2013"], [910806, "8/23/2013"], [910807, "8/20/2013"], [910808, "8/20/2013"], [910809, "8/22/2013"], [910812, "8/21/2013"], [910815, "8/20/2013"], [910816, "8/20/2013"], [910817, "8/20/2013"], [910818, "8/16/2013"], [910819, "8/25/2013"], [910823, "8/20/2013"], [910828, "8/20/2013"], [910829, "8/21/2013"], [910830, "8/25/2013"], [910831, "8/25/2013"], [910832, "8/19/2013"], [910833, "8/23/2013"], [910834, "8/23/2013"], [910835, "8/22/2013"], [910836, "8/6/2013"], [910837, "8/25/2013"], [910838, "8/23/2013"], [910839, "8/20/2013"], [910840, "8/19/2013"], [910841, "8/20/2013"], [910842, "8/19/2013"], [910844, "8/23/2013"], [910846, "8/14/2013"], [910847, "8/14/2013"], [910848, "8/22/2013"], [910850, "8/23/2013"], [910851, "8/20/2013"], [910852, "8/23/2013"], [910853, "8/25/2013"], [910854, "8/23/2013"], [910855, "8/21/2013"], [910856, "8/20/2013"], [910857, "8/25/2013"], [910858, "8/20/2013"], [910859, "8/20/2013"], [910860, "8/21/2013"], [910861, "8/23/2013"], [910862, "8/20/2013"], [910863, "8/23/2013"], [910864, "8/22/2013"], [910865, "8/20/2013"], [910866, "8/25/2013"], [910867, "8/23/2013"], [910868, "8/21/2013"], [910869, "8/21/2013"], [910870, "8/20/2013"], [910871, "8/23/2013"], [910872, "8/23/2013"], [910873, "8/23/2013"], [910874, "8/23/2013"], [910875, "8/19/2013"], [910876, "8/21/2013"], [910878, "8/21/2013"], [910879, "8/21/2013"], [910880, "8/25/2013"], [910881, "8/22/2013"], [910882, "8/22/2013"], [910883, "8/23/2013"], [910884, "8/21/2013"], [910885, "8/21/2013"], [910886, "8/23/2013"], [910888, "8/20/2013"], [910889, "8/20/2013"], [910890, "8/23/2013"], [910892, "8/25/2013"], [910893, "8/25/2013"], [910894, "8/22/2013"], [910895, "8/20/2013"], [910896, "8/22/2013"], [910897, "8/21/2013"], [910898, "8/21/2013"], [910899, "8/19/2013"], [910900, "8/21/2013"], [910901, "8/22/2013"], [910903, "8/22/2013"], [910904, "8/22/2013"], [910905, "8/22/2013"], [910906, "8/22/2013"], [910907, "8/25/2013"], [910908, "8/21/2013"], [910909, "8/22/2013"], [910910, "8/15/2013"], [910911, "8/22/2013"], [910912, "8/22/2013"], [910913, "8/22/2013"], [910914, "8/19/2013"], [910915, "8/19/2013"], [910916, "8/25/2013"], [910917, "8/23/2013"], [910918, "8/19/2013"], [910919, "8/25/2013"], [910920, "8/23/2013"], [910921, "8/23/2013"], [910923, "8/25/2013"], [910924, "8/25/2013"], [910925, "8/22/2013"], [910926, "8/22/2013"], [910927, "8/21/2013"], [910928, "8/25/2013"], [910929, "8/20/2013"], [910931, "12/31/2013"], [910936, "8/19/2013"], [910937, "8/21/2013"], [910941, "8/21/2013"], [910942, "8/21/2013"], [910946, "8/23/2013"], [910947, "8/25/2013"], [910948, "8/23/2013"], [910949, "8/23/2013"], [910950, "8/21/2013"], [910951, "8/19/2013"], [910952, "8/25/2013"], [910953, "8/25/2013"], [910954, "8/25/2013"], [910955, "8/25/2013"], [910956, "8/25/2013"], [910957, "8/23/2013"], [910958, "8/25/2013"], [910959, "8/25/2013"], [910960, "8/25/2013"], [910962, "8/21/2013"], [910963, "8/20/2013"], [910964, "8/21/2013"], [910965, "8/21/2013"], [910966, "8/20/2013"], [910967, "8/21/2013"], [910968, "8/20/2013"], [910969, "8/20/2013"], [910970, "8/20/2013"], [910971, "8/20/2013"], [910972, "8/20/2013"], [910973, "8/23/2013"], [910974, "8/19/2013"], [910975, "8/19/2013"], [910976, "8/21/2013"], [910977, "8/25/2013"], [910978, "8/25/2013"], [910979, "8/25/2013"], [910980, "8/25/2013"], [910981, "8/25/2013"], [910982, "8/25/2013"], [910983, "8/21/2013"], [910984, "8/23/2013"], [910985, "8/21/2013"], [910986, "8/21/2013"], [910987, "8/22/2013"], [910988, "8/21/2013"], [910989, "8/21/2013"], [910990, "8/15/2013"], [910993, "8/25/2013"], [910994, "8/23/2013"], [910995, "8/14/2013"], [910998, "8/23/2013"], [911000, "8/19/2013"], [911001, "8/25/2013"], [911002, "8/19/2013"], [911003, "8/16/2013"], [911004, "8/16/2013"], [911008, "8/20/2013"], [911009, "8/25/2013"], [911011, "8/25/2013"], [911012, "8/19/2013"], [911013, "8/23/2013"], [911014, "8/22/2013"], [911015, "8/21/2013"], [911016, "8/20/2013"], [911017, "8/21/2013"], [911018, "8/21/2013"], [911019, "8/21/2013"], [911020, "8/20/2013"], [911021, "8/22/2013"], [911022, "8/23/2013"], [911023, "8/19/2013"], [911027, "8/6/2013"], [911034, "8/22/2013"], [911035, "8/23/2013"], [911040, "8/23/2013"], [911041, "8/21/2013"], [911044, "8/20/2013"], [911047, "8/6/2013"], [911048, "8/15/2013"], [911051, "8/25/2013"], [911052, "8/20/2013"], [911053, "8/19/2013"], [911054, "8/20/2013"], [911055, "8/20/2013"], [911056, "8/20/2013"], [911057, "8/20/2013"], [911058, "8/7/2013"], [911059, "8/19/2013"], [911060, "8/19/2013"], [911062, "8/19/2013"], [911063, "8/20/2013"], [911064, "8/19/2013"], [911067, "8/25/2013"], [911068, "8/21/2013"], [911069, "8/21/2013"], [911070, "8/21/2013"], [911071, "8/25/2013"], [911072, "8/25/2013"], [911074, "8/20/2013"], [911075, "8/25/2013"], [911076, "8/21/2013"], [911077, "8/21/2013"], [911078, "8/23/2013"], [911082, "8/20/2013"], [911087, "8/20/2013"], [911091, "8/20/2013"], [911094, "8/23/2013"], [911098, "8/23/2013"], [911099, "8/23/2013"], [911100, "8/23/2013"], [911101, "8/21/2013"], [911102, "8/21/2013"], [911103, "8/21/2013"], [911104, "8/21/2013"], [911105, "8/7/2013"], [911106, "8/7/2013"], [911107, "8/21/2013"], [911110, "8/20/2013"], [911111, "8/21/2013"], [911112, "8/21/2013"], [911114, "8/20/2013"], [911117, "8/21/2013"], [911120, "12/31/2013"], [911123, "12/31/2013"], [911124, "8/25/2013"], [911126, "8/14/2013"], [911129, "8/20/2013"], [911130, "8/25/2013"], [911131, "8/25/2013"], [911132, "8/25/2013"], [911133, "8/14/2013"], [911134, "8/25/2013"], [911135, "8/7/2013"], [911136, "8/21/2013"], [911137, "8/7/2013"], [911138, "8/25/2013"], [911139, "8/25/2013"], [911142, "8/23/2013"], [911143, "8/21/2013"], [911144, "8/22/2013"], [911145, "8/23/2013"], [911146, "8/21/2013"], [911147, "8/19/2013"], [911148, "8/23/2013"], [911149, "8/23/2013"], [911150, "8/20/2013"], [911153, "8/21/2013"], [911154, "8/22/2013"], [911156, "8/23/2013"], [911157, "8/21/2013"], [911159, "8/19/2013"], [911166, "8/20/2013"], [911167, "8/25/2013"], [911168, "8/19/2013"], [911169, "8/20/2013"], [911170, "8/22/2013"], [911171, "8/22/2013"], [911172, "8/19/2013"], [911173, "8/19/2013"], [911174, "8/21/2013"], [911175, "8/21/2013"], [911176, "8/16/2013"], [911177, "8/16/2013"], [911178, "8/22/2013"], [911179, "8/20/2013"], [911180, "8/25/2013"], [911182, "8/23/2013"], [911183, "8/22/2013"], [911184, "8/16/2013"], [911185, "8/22/2013"], [911186, "8/23/2013"], [911187, "8/23/2013"], [911188, "8/25/2013"], [911189, "8/25/2013"], [911190, "8/25/2013"], [911191, "8/25/2013"], [911192, "8/19/2013"], [911193, "8/19/2013"], [911194, "8/21/2013"], [911195, "8/23/2013"], [911196, "8/23/2013"], [911197, "8/22/2013"], [911200, "8/19/2013"], [911202, "8/23/2013"], [911203, "8/23/2013"], [911204, "8/20/2013"], [911205, "8/20/2013"], [911206, "8/22/2013"], [911207, "8/20/2013"], [911208, "8/25/2013"], [911209, "8/25/2013"], [911210, "8/21/2013"], [911211, "8/19/2013"], [911213, "8/20/2013"], [911214, "8/23/2013"], [911215, "8/14/2013"], [911216, "8/20/2013"], [911217, "8/20/2013"], [911218, "8/7/2013"], [911219, "8/23/2013"], [911220, "8/21/2013"], [911221, "8/20/2013"], [911222, "8/20/2013"], [911223, "8/20/2013"], [911224, "8/22/2013"], [911225, "8/21/2013"], [911226, "8/25/2013"], [911227, "8/25/2013"], [911228, "8/23/2013"], [911229, "8/20/2013"], [911230, "8/22/2013"], [911231, "8/20/2013"], [911233, "8/5/2013"], [911234, "8/5/2013"], [911235, "8/15/2013"], [911236, "8/23/2013"], [911237, "8/23/2013"], [911238, "8/20/2013"], [911239, "8/19/2013"], [911240, "8/23/2013"], [911241, "8/22/2013"], [911242, "8/21/2013"], [911243, "8/16/2013"], [911244, "8/7/2013"], [911245, "8/19/2013"], [911246, "8/19/2013"], [911247, "8/22/2013"], [911250, "8/21/2013"], [911253, "8/23/2013"], [911254, "8/23/2013"], [911255, "8/20/2013"], [911256, "8/21/2013"], [911259, "8/19/2013"], [911261, "8/23/2013"], [911263, "8/25/2013"], [911264, "8/21/2013"], [911265, "8/21/2013"], [911266, "8/21/2013"], [911267, "8/22/2013"], [911268, "8/21/2013"], [911269, "8/15/2013"], [911270, "8/15/2013"], [911271, "8/21/2013"], [911272, "8/25/2013"], [911273, "8/21/2013"], [911274, "8/15/2013"], [911275, "8/22/2013"], [911276, "8/21/2013"], [911277, "8/21/2013"], [911278, "8/21/2013"], [911279, "8/15/2013"], [911280, "8/21/2013"], [911281, "8/21/2013"], [911282, "8/7/2013"], [911285, "8/21/2013"], [911286, "8/21/2013"], [911287, "8/21/2013"], [911288, "8/21/2013"], [911289, "8/5/2013"], [911290, "8/25/2013"], [911291, "8/16/2013"], [911292, "8/6/2013"], [911293, "8/23/2013"], [911294, "8/23/2013"], [911295, "8/23/2013"], [911296, "8/21/2013"], [911297, "8/23/2013"], [911298, "8/5/2013"], [911299, "8/20/2013"], [911300, "8/22/2013"], [911301, "8/23/2013"], [911302, "8/25/2013"], [911303, "8/25/2013"], [911304, "12/31/2013"], [911305, "8/21/2013"], [911306, "8/15/2013"], [911307, "8/20/2013"], [911308, "8/23/2013"], [911309, "8/15/2013"], [911310, "8/15/2013"], [911311, "8/22/2013"], [911312, "8/23/2013"], [911313, "8/23/2013"], [911314, "8/25/2013"], [911315, "8/23/2013"], [911316, "8/21/2013"], [911317, "8/23/2013"], [911318, "8/25/2013"], [911321, "8/20/2013"], [911322, "8/19/2013"], [911323, "8/20/2013"], [911328, "8/23/2013"], [911329, "8/15/2013"], [911331, "8/25/2013"], [911332, "8/25/2013"], [911333, "8/15/2013"], [911334, "8/22/2013"], [911335, "8/15/2013"], [911336, "8/15/2013"], [911337, "8/21/2013"], [911338, "8/25/2013"], [911339, "8/22/2013"], [911342, "8/22/2013"], [911343, "8/22/2013"], [911344, "8/22/2013"], [911345, "8/22/2013"], [911346, "8/22/2013"], [911347, "8/22/2013"], [911348, "8/23/2013"], [911349, "8/23/2013"], [911350, "8/21/2013"], [911351, "8/21/2013"], [911353, "8/21/2013"], [911354, "8/20/2013"], [911355, "8/25/2013"], [911356, "8/19/2013"], [911357, "8/25/2013"], [911358, "8/21/2013"], [911359, "8/23/2013"], [911360, "8/23/2013"], [911361, "8/20/2013"], [911362, "8/25/2013"], [911363, "8/20/2013"], [911364, "8/25/2013"], [911365, "8/21/2013"], [911366, "8/22/2013"], [911367, "8/21/2013"], [911368, "8/21/2013"], [911369, "8/20/2013"], [911370, "8/7/2013"], [911371, "8/7/2013"], [911372, "8/20/2013"], [911373, "8/20/2013"], [911374, "8/7/2013"], [911375, "8/20/2013"], [911376, "8/22/2013"], [911378, "8/7/2013"], [911379, "8/7/2013"], [911380, "8/7/2013"], [911381, "8/16/2013"], [911382, "8/16/2013"], [911383, "8/20/2013"], [911384, "8/23/2013"], [911385, "8/25/2013"], [911386, "8/7/2013"], [911387, "8/19/2013"], [911388, "8/21/2013"], [911389, "8/23/2013"], [911390, "8/23/2013"], [911391, "8/21/2013"], [911392, "8/23/2013"], [911393, "8/23/2013"], [911394, "8/14/2013"], [911396, "8/20/2013"], [911397, "8/21/2013"], [911398, "8/15/2013"], [911399, "8/20/2013"], [911400, "8/22/2013"], [911401, "8/23/2013"], [911402, "8/16/2013"], [911403, "8/16/2013"], [911404, "4/9/2014"], [911405, "8/19/2013"], [911406, "8/23/2013"], [911407, "8/25/2013"], [911408, "8/22/2013"], [911409, "8/20/2013"], [911410, "8/7/2013"], [911411, "8/7/2013"], [911412, "8/7/2013"], [911414, "8/23/2013"], [911415, "8/7/2013"], [911416, "8/7/2013"], [911417, "8/7/2013"], [911418, "8/20/2013"], [911419, "8/22/2013"], [911420, "8/22/2013"], [911421, "8/15/2013"], [911422, "8/21/2013"], [911423, "8/25/2013"], [911424, "8/23/2013"], [911425, "8/22/2013"], [911426, "8/22/2013"], [911428, "8/21/2013"], [911429, "8/25/2013"], [911430, "8/25/2013"], [911433, "8/20/2013"], [911435, "8/21/2013"], [911436, "8/21/2013"], [911439, "8/19/2013"], [911444, "8/25/2013"], [911445, "8/23/2013"], [911446, "8/21/2013"], [911447, "8/25/2013"], [911448, "8/25/2013"], [911449, "8/14/2013"], [911452, "8/6/2013"], [911453, "8/6/2013"], [911454, "8/21/2013"], [911458, "8/22/2013"], [911459, "8/21/2013"], [911460, "8/21/2013"], [911461, "8/20/2013"], [911462, "8/21/2013"], [911463, "8/23/2013"], [911464, "8/23/2013"], [911465, "8/23/2013"], [911466, "8/22/2013"], [911467, "8/22/2013"], [911468, "8/16/2013"], [911469, "8/14/2013"], [911470, "8/20/2013"], [911471, "8/5/2013"], [911472, "8/5/2013"], [911473, "8/25/2013"], [911474, "8/22/2013"], [911475, "8/21/2013"], [911476, "8/21/2013"], [911477, "8/19/2013"], [911479, "8/23/2013"], [911480, "8/23/2013"], [911481, "12/31/2013"], [911482, "8/6/2013"], [911483, "8/6/2013"], [911484, "8/23/2013"], [911486, "8/14/2013"], [911491, "8/25/2013"], [911494, "8/22/2013"], [911497, "8/19/2013"], [911498, "8/23/2013"], [911499, "8/23/2013"], [911500, "8/25/2013"], [911501, "8/20/2013"], [911502, "8/19/2013"], [911503, "8/19/2013"], [911506, "8/20/2013"], [911507, "8/22/2013"], [911508, "8/22/2013"], [911509, "8/22/2013"], [911510, "8/21/2013"], [911516, "8/19/2013"], [911517, "8/21/2013"], [911518, "8/19/2013"], [911519, "8/25/2013"], [911520, "8/21/2013"], [911521, "8/21/2013"], [911522, "8/25/2013"], [911523, "8/20/2013"], [911533, "8/22/2013"], [911535, "8/21/2013"], [911536, "8/19/2013"], [911537, "8/19/2013"], [911538, "8/19/2013"], [911539, "8/23/2013"], [911541, "8/19/2013"], [911542, "8/15/2013"], [911543, "8/6/2013"], [911545, "8/21/2013"], [911546, "8/20/2013"], [911547, "8/21/2013"], [911548, "8/19/2013"], [911549, "1/22/2014"], [911550, "1/22/2014"], [911551, "8/20/2013"], [911552, "8/21/2013"], [911553, "8/23/2013"], [911554, "8/25/2013"], [911555, "8/20/2013"], [911556, "8/20/2013"], [911557, "8/19/2013"], [911558, "8/25/2013"], [911559, "8/19/2013"], [911560, "8/25/2013"], [911561, "8/15/2013"], [911562, "8/15/2013"], [911568, "8/23/2013"], [911569, "8/22/2013"], [911574, "8/19/2013"], [911575, "8/25/2013"], [911576, "8/19/2013"], [911577, "8/21/2013"], [911578, "8/19/2013"], [911579, "8/7/2013"], [911580, "8/22/2013"], [911581, "8/19/2013"], [911582, "8/19/2013"], [911583, "8/23/2013"], [911584, "8/25/2013"], [911590, "8/20/2013"], [911591, "8/22/2013"], [911603, "8/19/2013"], [911605, "4/9/2014"], [911606, "8/6/2013"], [911607, "8/6/2013"], [911608, "8/22/2013"], [911609, "8/20/2013"], [911610, "8/25/2013"], [911611, "8/21/2013"], [911612, "8/21/2013"], [911613, "8/21/2013"], [911615, "8/19/2013"], [911616, "8/19/2013"], [911617, "1/22/2014"], [911618, "8/22/2013"], [911619, "8/22/2013"], [911620, "8/23/2013"], [911621, "8/23/2013"], [911622, "8/25/2013"], [911623, "8/25/2013"], [911624, "8/21/2013"], [911625, "8/25/2013"], [911626, "8/22/2013"], [911627, "8/22/2013"], [911628, "8/23/2013"], [911629, "8/20/2013"], [911630, "8/22/2013"], [911631, "8/19/2013"], [911632, "8/22/2013"], [911633, "8/22/2013"], [911634, "8/19/2013"], [911635, "8/21/2013"], [911637, "1/22/2014"], [911638, "8/23/2013"], [911639, "8/22/2013"], [911640, "8/6/2013"], [911642, "8/19/2013"], [911643, "8/6/2013"], [911644, "8/21/2013"], [911645, "8/23/2013"], [911646, "8/6/2013"], [911647, "8/6/2013"], [911649, "8/23/2013"], [911650, "8/25/2013"], [911653, "8/19/2013"], [911654, "8/20/2013"], [911655, "8/20/2013"], [911656, "8/20/2013"], [911657, "8/25/2013"], [911660, "8/21/2013"], [911661, "8/19/2013"], [911664, "8/15/2013"], [911667, "8/25/2013"], [911668, "8/23/2013"], [911671, "8/23/2013"], [911675, "8/22/2013"], [911677, "8/21/2013"], [911680, "8/23/2013"], [911681, "8/25/2013"], [911682, "8/6/2013"], [911685, "8/23/2013"], [911687, "8/22/2013"], [911688, "8/19/2013"], [911689, "8/23/2013"], [911690, "8/19/2013"], [911691, "8/22/2013"], [911692, "8/20/2013"], [911693, "8/21/2013"], [911694, "8/22/2013"], [911695, "8/23/2013"], [911696, "8/20/2013"], [911697, "8/19/2013"], [911698, "8/22/2013"], [911699, "8/21/2013"], [911700, "8/19/2013"], [911701, "8/12/2013"], [911702, "8/22/2013"], [911703, "8/20/2013"], [911705, "8/23/2013"], [911706, "8/25/2013"], [911707, "8/19/2013"], [911708, "8/23/2013"], [911709, "8/22/2013"], [911710, "8/20/2013"], [911711, "8/25/2013"], [911712, "8/22/2013"], [911713, "8/21/2013"], [911714, "8/19/2013"], [911715, "8/23/2013"], [911716, "8/19/2013"], [911717, "8/25/2013"], [911718, "8/6/2013"], [911719, "8/22/2013"], [911720, "8/19/2013"], [911721, "8/23/2013"], [911722, "8/20/2013"], [911723, "8/19/2013"], [911724, "8/21/2013"], [911725, "8/25/2013"], [911726, "8/20/2013"], [911727, "8/20/2013"], [911728, "8/22/2013"], [911729, "8/21/2013"], [911730, "8/23/2013"], [911731, "8/23/2013"], [911732, "8/23/2013"], [911733, "8/25/2013"], [911734, "8/23/2013"], [911735, "8/23/2013"], [911736, "8/20/2013"], [911738, "8/20/2013"], [911739, "8/22/2013"], [911740, "8/19/2013"], [911743, "8/23/2013"], [911744, "8/7/2013"], [911745, "8/19/2013"], [911748, "8/12/2013"], [911749, "8/12/2013"], [911750, "8/21/2013"], [911751, "8/21/2013"], [911752, "8/25/2013"], [911753, "8/22/2013"], [911754, "8/22/2013"], [911757, "8/23/2013"], [911760, "8/12/2013"], [911761, "8/23/2013"], [911762, "8/21/2013"], [911763, "8/23/2013"], [911764, "8/6/2013"], [911765, "8/22/2013"], [911767, "8/22/2013"], [911768, "8/22/2013"], [911769, "8/25/2013"], [911770, "8/16/2013"], [911771, "8/23/2013"], [911772, "8/6/2013"], [911773, "8/22/2013"], [911774, "8/6/2013"], [911776, "8/23/2013"], [911777, "8/15/2013"], [911778, "8/23/2013"], [911780, "8/23/2013"], [911781, "8/7/2013"], [911782, "8/19/2013"], [911783, "8/22/2013"], [911784, "8/25/2013"], [911785, "8/23/2013"], [911786, "8/22/2013"], [911787, "8/20/2013"], [911788, "8/15/2013"], [911789, "8/16/2013"], [911791, "8/23/2013"], [911792, "8/15/2013"], [911793, "8/20/2013"], [911794, "8/22/2013"], [911795, "1/22/2014"], [911796, "8/20/2013"], [911797, "8/25/2013"], [911798, "8/23/2013"], [911799, "8/22/2013"], [911800, "8/21/2013"], [911801, "8/23/2013"], [911802, "8/23/2013"], [911803, "8/25/2013"], [911804, "8/7/2013"], [911806, "8/20/2013"], [911807, "12/31/2013"], [911808, "8/22/2013"], [911810, "8/25/2013"], [911811, "8/19/2013"], [911812, "8/22/2013"], [911813, "8/20/2013"], [911814, "8/25/2013"], [911815, "8/22/2013"], [911816, "8/23/2013"], [911818, "8/23/2013"], [911819, "8/25/2013"], [911820, "8/23/2013"], [911821, "8/25/2013"], [911822, "8/19/2013"], [911823, "8/25/2013"], [911824, "8/19/2013"], [911825, "8/22/2013"], [911826, "8/21/2013"], [911827, "8/25/2013"], [911828, "8/23/2013"], [911829, "8/23/2013"], [911831, "8/21/2013"], [911832, "8/22/2013"], [911833, "8/23/2013"], [911835, "8/22/2013"], [911836, "8/22/2013"], [911839, "8/23/2013"], [911841, "8/23/2013"], [911843, "8/19/2013"], [911844, "8/19/2013"], [911845, "8/20/2013"], [911846, "8/22/2013"], [911848, "8/23/2013"], [911850, "8/20/2013"], [911851, "8/25/2013"], [911852, "8/19/2013"], [911853, "8/21/2013"], [911854, "8/19/2013"], [911855, "8/25/2013"], [911856, "8/22/2013"], [911857, "8/19/2013"], [911858, "8/21/2013"], [911859, "8/22/2013"], [911860, "8/23/2013"], [911861, "8/22/2013"], [911862, "8/19/2013"], [911863, "8/22/2013"], [911864, "8/20/2013"], [911865, "8/25/2013"], [911866, "8/20/2013"], [911867, "8/25/2013"], [911868, "8/23/2013"], [911869, "8/25/2013"], [911870, "8/20/2013"], [911871, "8/22/2013"], [911872, "8/23/2013"], [911873, "8/22/2013"], [911874, "8/6/2013"], [911875, "8/19/2013"], [911876, "8/19/2013"], [911878, "8/25/2013"], [911879, "8/19/2013"], [911880, "8/22/2013"], [911883, "8/19/2013"], [911884, "8/22/2013"], [911885, "8/19/2013"], [911886, "8/23/2013"], [911887, "1/22/2014"], [911888, "8/21/2013"], [911889, "8/23/2013"], [911892, "8/23/2013"], [911894, "8/20/2013"], [911896, "8/20/2013"], [911897, "8/23/2013"], [911898, "8/20/2013"], [911899, "8/25/2013"], [911900, "8/22/2013"], [911901, "8/23/2013"], [911904, "8/19/2013"], [911905, "8/21/2013"], [911906, "8/23/2013"], [911907, "8/19/2013"], [911908, "8/22/2013"], [911909, "8/15/2013"], [911910, "8/23/2013"], [911911, "8/19/2013"], [911912, "8/25/2013"], [911913, "8/23/2013"], [911914, "8/23/2013"], [911915, "8/22/2013"], [911916, "8/20/2013"], [911917, "8/15/2013"], [911918, "8/19/2013"], [911919, "8/20/2013"], [911920, "8/19/2013"], [911922, "8/23/2013"], [911923, "8/20/2013"], [911924, "8/20/2013"], [911925, "8/20/2013"], [911926, "8/19/2013"], [911928, "1/22/2014"], [911930, "8/22/2013"], [911931, "1/22/2014"], [911932, "8/22/2013"], [911933, "8/25/2013"], [911934, "8/25/2013"], [911935, "8/22/2013"], [911936, "8/14/2013"], [911937, "8/25/2013"], [911938, "8/22/2013"], [911940, "8/23/2013"], [911941, "8/23/2013"], [911942, "8/22/2013"], [911943, "8/22/2013"], [911944, "8/19/2013"], [911945, "8/20/2013"], [911946, "8/19/2013"], [911947, "8/23/2013"], [911948, "8/22/2013"], [911949, "8/23/2013"], [911950, "8/19/2013"], [911951, "8/19/2013"], [911952, "8/22/2013"], [911953, "8/20/2013"], [911954, "8/22/2013"], [911955, "8/19/2013"], [911956, "8/23/2013"], [911957, "8/19/2013"], [911958, "8/22/2013"], [911959, "8/25/2013"], [911960, "8/22/2013"], [911961, "8/20/2013"], [911962, "8/22/2013"], [911963, "8/16/2013"], [911964, "8/22/2013"], [911965, "8/22/2013"], [911966, "8/20/2013"], [911967, "8/23/2013"], [911968, "8/23/2013"], [911969, "8/25/2013"], [911970, "8/21/2013"], [911971, "8/22/2013"], [911972, "8/20/2013"], [911973, "8/21/2013"], [911974, "8/22/2013"], [911975, "8/20/2013"], [911976, "8/25/2013"], [911977, "8/22/2013"], [911978, "8/20/2013"], [911979, "8/25/2013"], [911980, "8/23/2013"], [911981, "8/19/2013"], [911982, "8/22/2013"], [911983, "8/20/2013"], [911984, "8/20/2013"], [911985, "8/15/2013"], [911989, "8/23/2013"], [911990, "8/15/2013"], [911991, "8/25/2013"], [911992, "8/23/2013"], [911993, "8/25/2013"], [911995, "8/19/2013"], [911998, "8/19/2013"], [911999, "8/19/2013"], [912003, "8/20/2013"], [912006, "8/25/2013"], [912007, "8/20/2013"], [912008, "8/25/2013"], [912009, "8/23/2013"], [912012, "12/31/2013"], [912013, "1/22/2014"], [912014, "8/20/2013"], [912017, "8/23/2013"], [912018, "8/19/2013"], [912019, "8/23/2013"], [912020, "8/19/2013"], [912023, "8/20/2013"], [912024, "8/23/2013"], [912027, "8/23/2013"], [912028, "8/25/2013"], [912030, "8/23/2013"], [912031, "8/23/2013"], [912032, "12/31/2013"], [912033, "8/22/2013"], [912034, "8/21/2013"], [912035, "8/23/2013"], [912036, "8/23/2013"], [912037, "8/22/2013"], [912038, "8/22/2013"], [912039, "8/25/2013"], [912040, "8/23/2013"], [912041, "8/22/2013"], [912042, "8/20/2013"], [912043, "8/22/2013"], [912046, "8/23/2013"], [912047, "8/25/2013"], [912049, "8/23/2013"], [912050, "8/20/2013"], [912051, "8/22/2013"], [912052, "8/25/2013"], [912053, "8/23/2013"], [912054, "8/25/2013"], [912055, "8/19/2013"], [912056, "8/20/2013"], [912057, "8/23/2013"], [912058, "8/23/2013"], [912059, "8/25/2013"], [912060, "8/19/2013"], [912061, "8/22/2013"], [912062, "8/22/2013"], [912063, "8/23/2013"], [912064, "8/22/2013"], [912065, "8/22/2013"], [912066, "8/23/2013"], [912067, "8/22/2013"], [912068, "12/31/2013"], [912069, "8/25/2013"], [912070, "12/31/2013"], [912071, "8/19/2013"], [912072, "12/31/2013"], [912073, "8/23/2013"], [912074, "1/22/2014"], [912075, "8/25/2013"], [912076, "8/25/2013"], [912077, "8/23/2013"], [912078, "8/20/2013"], [912079, "8/23/2013"], [912080, "8/20/2013"], [912081, "1/22/2014"], [912082, "8/25/2013"], [912083, "8/22/2013"], [912084, "8/14/2013"], [912085, "8/25/2013"], [912087, "8/25/2013"], [912088, "8/14/2013"], [912089, "8/25/2013"], [912090, "8/25/2013"], [912091, "8/22/2013"], [912092, "8/22/2013"], [912093, "8/25/2013"], [912094, "8/22/2013"], [912096, "8/21/2013"], [912097, "8/20/2013"], [912098, "8/22/2013"], [912099, "8/20/2013"], [912101, "8/25/2013"], [912102, "8/15/2013"], [912103, "1/22/2014"], [912106, "8/25/2013"], [912107, "8/20/2013"], [912108, "8/25/2013"], [912109, "8/21/2013"], [912110, "8/22/2013"], [912111, "8/22/2013"], [912112, "8/22/2013"], [912113, "8/21/2013"], [912114, "12/31/2013"], [912115, "8/22/2013"], [912116, "8/22/2013"], [912118, "8/22/2013"], [912119, "8/20/2013"], [912121, "8/23/2013"], [912122, "8/22/2013"], [912123, "8/22/2013"], [912124, "8/19/2013"], [912125, "8/25/2013"], [912126, "8/15/2013"], [912127, "8/23/2013"], [912128, "8/20/2013"], [912129, "8/15/2013"], [912130, "8/22/2013"], [912131, "8/25/2013"], [912133, "8/14/2013"], [912134, "8/25/2013"], [912135, "8/25/2013"], [912136, "8/20/2013"], [912137, "8/20/2013"], [912138, "8/22/2013"], [912139, "8/19/2013"], [912140, "8/22/2013"], [912141, "8/20/2013"], [912142, "8/20/2013"], [912143, "8/22/2013"], [912144, "8/21/2013"], [912145, "8/22/2013"], [912146, "8/19/2013"], [912147, "8/20/2013"], [912148, "8/5/2013"], [912149, "8/25/2013"], [912150, "8/23/2013"], [912151, "8/20/2013"], [912152, "8/5/2013"], [912153, "8/21/2013"], [912154, "8/22/2013"], [912155, "8/23/2013"], [912157, "8/23/2013"], [912158, "8/25/2013"], [912159, "8/16/2013"], [912160, "8/25/2013"], [912161, "8/16/2013"], [912162, "8/7/2013"], [912163, "8/20/2013"], [912165, "8/25/2013"], [912166, "8/19/2013"], [912167, "8/22/2013"], [912168, "8/6/2013"], [912169, "8/23/2013"], [912170, "8/21/2013"], [912171, "8/20/2013"], [912172, "8/25/2013"], [912173, "8/21/2013"], [912175, "8/23/2013"], [912176, "8/19/2013"], [912177, "8/19/2013"], [912178, "8/6/2013"], [912179, "8/20/2013"], [912180, "8/22/2013"], [912181, "8/20/2013"], [912184, "8/21/2013"], [912185, "8/19/2013"], [912186, "8/22/2013"], [912187, "8/5/2013"], [912188, "8/19/2013"], [912191, "8/25/2013"], [912194, "8/23/2013"], [912195, "8/23/2013"], [912196, "8/19/2013"], [912197, "8/19/2013"], [912200, "8/23/2013"], [912201, "8/19/2013"], [912202, "8/22/2013"], [912203, "8/25/2013"], [912204, "8/15/2013"], [912205, "8/19/2013"], [912206, "8/25/2013"], [912209, "8/19/2013"], [912210, "8/25/2013"], [912211, "8/23/2013"], [912214, "8/21/2013"], [912217, "8/15/2013"], [912218, "8/23/2013"], [912219, "8/23/2013"], [912222, "8/25/2013"], [912224, "8/21/2013"], [912225, "8/22/2013"], [912228, "8/22/2013"], [912229, "8/20/2013"], [912230, "8/22/2013"], [912233, "8/25/2013"], [912246, "8/19/2013"], [912247, "8/25/2013"], [912248, "8/20/2013"], [912249, "8/15/2013"], [912253, "8/22/2013"], [912254, "8/23/2013"], [912257, "8/22/2013"], [912258, "8/20/2013"], [912261, "8/23/2013"], [912262, "8/5/2013"], [912263, "8/22/2013"], [912265, "8/20/2013"], [912266, "8/15/2013"], [912267, "8/21/2013"], [912268, "8/25/2013"], [912270, "8/21/2013"], [912272, "12/31/2013"], [912273, "8/25/2013"], [912274, "8/20/2013"], [912275, "8/20/2013"], [912276, "8/25/2013"], [912277, "8/19/2013"], [912278, "8/21/2013"], [912279, "8/14/2013"], [912281, "8/19/2013"], [912282, "8/19/2013"], [912283, "8/16/2013"], [912284, "8/20/2013"], [912285, "8/25/2013"], [912288, "8/23/2013"], [912291, "8/20/2013"], [912294, "8/19/2013"], [912295, "8/16/2013"], [912296, "8/16/2013"], [912297, "8/16/2013"], [912298, "12/31/2013"], [912299, "8/20/2013"], [912301, "8/23/2013"], [912302, "8/20/2013"], [912305, "8/23/2013"], [912306, "8/23/2013"], [912307, "8/23/2013"], [912311, "8/22/2013"], [912312, "8/21/2013"], [912315, "8/20/2013"], [912316, "8/23/2013"], [912319, "8/22/2013"], [912321, "8/23/2013"], [912322, "8/23/2013"], [912323, "8/25/2013"], [912324, "8/25/2013"], [912325, "8/22/2013"], [912326, "8/21/2013"], [912329, "8/22/2013"], [912332, "8/25/2013"], [912333, "8/23/2013"], [912334, "1/22/2014"], [912341, "8/20/2013"], [912343, "8/19/2013"], [912344, "8/25/2013"], [912345, "8/20/2013"], [912346, "8/21/2013"], [912347, "8/22/2013"], [912348, "8/21/2013"], [912349, "8/22/2013"], [912350, "8/23/2013"], [912351, "8/23/2013"], [912352, "8/19/2013"], [912353, "8/22/2013"], [912354, "1/22/2014"], [912355, "8/19/2013"], [912356, "8/25/2013"], [912357, "8/23/2013"], [912358, "8/25/2013"], [912359, "8/20/2013"], [912364, "8/20/2013"], [912365, "8/19/2013"], [912366, "8/21/2013"], [912367, "8/20/2013"], [912368, "8/22/2013"], [912369, "8/22/2013"], [912370, "8/19/2013"], [912371, "8/23/2013"], [912372, "8/25/2013"], [912373, "8/25/2013"], [912374, "8/20/2013"], [912385, "8/25/2013"], [912386, "8/25/2013"], [912387, "8/25/2013"], [912388, "8/20/2013"], [912389, "8/20/2013"], [912391, "8/21/2013"], [912393, "8/25/2013"], [912394, "8/25/2013"], [912395, "8/25/2013"], [912396, "8/19/2013"], [912397, "8/25/2013"], [912398, "8/19/2013"], [912399, "8/25/2013"], [912400, "8/23/2013"], [912401, "8/22/2013"], [912402, "8/21/2013"], [912403, "8/20/2013"], [912404, "8/25/2013"], [912405, "8/20/2013"], [912406, "8/22/2013"], [912407, "8/25/2013"], [912408, "8/20/2013"], [912409, "8/25/2013"], [912410, "8/25/2013"], [912411, "8/19/2013"], [912412, "8/22/2013"], [912413, "8/25/2013"], [912416, "8/21/2013"], [912417, "8/21/2013"], [912418, "8/25/2013"], [912419, "8/21/2013"], [912420, "8/21/2013"], [912421, "8/23/2013"], [912422, "8/23/2013"], [912423, "8/19/2013"], [912425, "8/23/2013"], [912426, "8/25/2013"], [912427, "8/19/2013"], [912428, "8/25/2013"], [912429, "8/25/2013"], [912430, "8/21/2013"], [912431, "8/22/2013"], [912432, "4/9/2014"], [912434, "8/25/2013"], [912435, "8/21/2013"], [912436, "8/25/2013"], [912437, "8/23/2013"], [912438, "8/19/2013"], [912439, "8/14/2013"], [912441, "8/19/2013"], [912442, "8/20/2013"], [912443, "8/25/2013"], [912444, "8/22/2013"], [912445, "8/19/2013"], [912446, "8/19/2013"], [912447, "8/23/2013"], [912448, "8/23/2013"], [912449, "8/19/2013"], [912450, "8/19/2013"], [912453, "8/22/2013"], [912454, "8/22/2013"], [912455, "8/7/2013"], [912456, "8/23/2013"], [912457, "8/19/2013"], [912458, "8/20/2013"], [912459, "8/25/2013"], [912460, "8/25/2013"], [912461, "8/20/2013"], [912462, "8/23/2013"], [912463, "8/25/2013"], [912464, "1/22/2014"], [912465, "8/20/2013"], [912466, "8/7/2013"], [912467, "8/19/2013"], [912468, "8/23/2013"], [912469, "8/25/2013"], [912470, "1/22/2014"], [912471, "8/23/2013"], [912472, "8/21/2013"], [912473, "8/25/2013"], [912474, "8/23/2013"], [912476, "8/20/2013"], [912477, "8/21/2013"], [912478, "8/22/2013"], [912479, "8/19/2013"], [912480, "8/21/2013"], [912481, "8/20/2013"], [912483, "8/5/2013"], [912484, "8/19/2013"], [912485, "8/23/2013"], [912486, "8/22/2013"], [912487, "8/20/2013"], [912489, "8/20/2013"], [912490, "8/23/2013"], [912491, "8/22/2013"], [912492, "8/21/2013"], [912493, "8/21/2013"], [912494, "8/21/2013"], [912495, "8/19/2013"], [912497, "8/19/2013"], [912498, "12/31/2013"], [912499, "12/31/2013"], [912500, "8/23/2013"], [912501, "8/15/2013"], [912502, "8/25/2013"], [912503, "8/25/2013"], [912504, "8/22/2013"], [912505, "8/21/2013"], [912506, "8/23/2013"], [912507, "8/23/2013"], [912508, "8/19/2013"], [912509, "8/23/2013"], [912510, "8/20/2013"], [912511, "8/20/2013"], [912512, "8/19/2013"], [912513, "8/19/2013"], [912514, "8/21/2013"], [912515, "8/23/2013"], [912516, "8/20/2013"], [912517, "8/23/2013"], [912518, "8/21/2013"], [912519, "8/19/2013"], [912520, "8/25/2013"], [912521, "8/25/2013"], [912522, "8/23/2013"], [912523, "8/20/2013"], [912524, "8/20/2013"], [912525, "8/20/2013"], [912527, "8/23/2013"], [912528, "8/25/2013"], [912529, "8/23/2013"], [912530, "8/25/2013"], [912531, "8/22/2013"], [912532, "8/21/2013"], [912533, "8/21/2013"], [912534, "8/23/2013"], [912535, "8/20/2013"], [912536, "8/23/2013"], [912537, "8/23/2013"], [912538, "8/20/2013"], [912539, "8/22/2013"], [912540, "8/22/2013"], [912541, "8/20/2013"], [912542, "8/23/2013"], [912543, "8/25/2013"], [912544, "8/5/2013"], [912545, "8/23/2013"], [912546, "8/25/2013"], [912547, "1/22/2014"], [912548, "8/25/2013"], [912549, "8/25/2013"], [912550, "8/23/2013"], [912551, "8/23/2013"], [912552, "8/14/2013"], [912556, "8/22/2013"], [912559, "8/25/2013"], [912560, "8/22/2013"], [912561, "8/23/2013"], [912562, "8/23/2013"], [912563, "8/25/2013"], [912564, "8/20/2013"], [912565, "8/25/2013"], [912566, "8/25/2013"], [912567, "8/19/2013"], [912568, "8/20/2013"], [912569, "8/20/2013"], [912570, "8/21/2013"], [912571, "8/21/2013"], [912576, "8/25/2013"], [912585, "8/25/2013"], [912586, "8/15/2013"], [912587, "8/19/2013"], [912588, "8/19/2013"], [912589, "8/20/2013"], [912591, "8/20/2013"], [912592, "8/25/2013"], [912593, "8/23/2013"], [912594, "8/22/2013"], [912596, "8/23/2013"], [912601, "8/23/2013"], [912606, "8/23/2013"], [912609, "8/25/2013"], [912614, "8/23/2013"], [912616, "8/23/2013"], [912617, "8/23/2013"], [912619, "1/22/2014"], [912620, "8/20/2013"], [912621, "8/19/2013"], [912622, "8/23/2013"], [912623, "8/20/2013"], [912624, "8/23/2013"], [912625, "8/23/2013"], [912626, "8/23/2013"], [912627, "8/23/2013"], [912628, "8/25/2013"], [912629, "8/20/2013"], [912630, "8/23/2013"], [912631, "8/25/2013"], [912632, "8/23/2013"], [912633, "8/19/2013"], [912634, "8/23/2013"], [912635, "8/20/2013"], [912636, "8/20/2013"], [912637, "8/20/2013"], [912638, "8/25/2013"], [912639, "8/23/2013"], [912640, "8/23/2013"], [912641, "8/23/2013"], [912642, "8/20/2013"], [912643, "8/20/2013"], [912645, "8/23/2013"], [912646, "8/23/2013"], [912647, "8/23/2013"], [912649, "8/20/2013"], [912650, "8/23/2013"], [912651, "8/6/2013"], [912652, "8/25/2013"], [912653, "8/23/2013"], [912654, "8/20/2013"], [912655, "8/19/2013"], [912656, "8/20/2013"], [912657, "8/23/2013"], [912658, "8/23/2013"], [912659, "8/6/2013"], [912660, "8/20/2013"], [912661, "8/20/2013"], [912662, "8/23/2013"], [912663, "8/20/2013"], [912664, "8/20/2013"], [912665, "8/20/2013"], [912668, "8/23/2013"], [912675, "8/23/2013"], [912678, "8/22/2013"], [912681, "8/20/2013"], [912682, "8/23/2013"], [912683, "1/22/2014"], [912684, "8/20/2013"], [912691, "8/20/2013"], [912692, "8/20/2013"], [912695, "8/15/2013"], [912699, "8/25/2013"], [912700, "8/20/2013"], [912701, "8/25/2013"], [912709, "8/23/2013"], [912711, "8/23/2013"], [912712, "8/23/2013"], [912713, "8/23/2013"], [912714, "8/15/2013"], [912715, "8/25/2013"], [912716, "8/25/2013"], [912717, "8/23/2013"], [912718, "8/23/2013"], [912719, "8/19/2013"], [912720, "8/23/2013"], [912721, "8/6/2013"], [912722, "8/20/2013"], [912723, "8/25/2013"], [912724, "8/23/2013"], [912725, "8/22/2013"], [912726, "8/14/2013"], [912727, "8/23/2013"], [912728, "8/23/2013"], [912729, "8/23/2013"], [912730, "8/23/2013"], [912731, "8/14/2013"], [912732, "8/23/2013"], [912733, "8/21/2013"], [912734, "8/20/2013"], [912735, "8/25/2013"], [912736, "8/23/2013"], [912737, "8/20/2013"], [912738, "8/23/2013"], [912739, "8/20/2013"], [912740, "8/25/2013"], [912741, "8/23/2013"], [912742, "8/21/2013"], [912743, "8/21/2013"], [912744, "8/23/2013"], [912746, "8/25/2013"], [912747, "1/22/2014"], [912748, "8/20/2013"], [912749, "8/23/2013"], [912751, "8/23/2013"], [912752, "8/23/2013"], [912757, "8/23/2013"], [912758, "8/23/2013"], [912761, "8/25/2013"], [912762, "8/22/2013"], [912763, "8/23/2013"], [912764, "8/25/2013"], [912767, "8/23/2013"], [912768, "8/23/2013"], [912771, "8/20/2013"], [912772, "8/20/2013"], [912775, "8/20/2013"], [912776, "8/23/2013"], [912777, "8/25/2013"], [912778, "8/25/2013"], [912779, "8/20/2013"], [912781, "8/25/2013"], [912782, "8/20/2013"], [912783, "8/23/2013"], [912784, "8/23/2013"], [912785, "8/23/2013"], [912786, "8/6/2013"], [912787, "8/23/2013"], [912788, "8/16/2013"], [912790, "8/23/2013"], [912791, "8/25/2013"], [912792, "8/23/2013"], [912793, "8/25/2013"], [912796, "8/20/2013"], [912797, "8/23/2013"], [912798, "8/23/2013"], [912800, "8/23/2013"], [912801, "8/20/2013"], [912802, "8/20/2013"], [912803, "8/23/2013"], [912804, "8/15/2013"], [912807, "8/23/2013"], [912808, "8/23/2013"], [912809, "8/23/2013"], [912810, "8/20/2013"], [912811, "8/23/2013"], [912812, "8/21/2013"], [912813, "8/23/2013"], [912814, "8/23/2013"], [912815, "8/20/2013"], [912816, "8/23/2013"], [912817, "8/23/2013"], [912818, "8/20/2013"], [912820, "8/21/2013"], [912821, "8/23/2013"], [912822, "8/23/2013"], [912823, "8/20/2013"], [912825, "8/15/2013"], [912828, "8/22/2013"], [912829, "8/20/2013"], [912830, "8/23/2013"], [912831, "8/23/2013"], [912832, "8/23/2013"], [912833, "8/23/2013"], [912834, "8/25/2013"], [912837, "8/23/2013"], [912838, "8/15/2013"], [912839, "8/25/2013"], [912841, "8/23/2013"], [912842, "8/23/2013"], [912845, "8/25/2013"], [912848, "8/23/2013"], [912849, "8/25/2013"], [912852, "8/23/2013"], [912853, "8/23/2013"], [912854, "8/14/2013"], [912855, "8/20/2013"], [912856, "8/20/2013"], [912859, "8/23/2013"], [912860, "8/15/2013"], [912863, "8/23/2013"], [912864, "8/22/2013"], [912865, "8/23/2013"], [912866, "8/23/2013"], [912867, "8/25/2013"], [912868, "8/20/2013"], [912869, "8/21/2013"], [912872, "8/20/2013"], [912874, "8/20/2013"], [912875, "8/23/2013"], [912876, "8/22/2013"], [912878, "8/23/2013"], [912879, "8/20/2013"], [912880, "8/23/2013"], [912882, "8/25/2013"], [912883, "8/23/2013"], [912884, "8/20/2013"], [912886, "8/21/2013"], [912887, "8/23/2013"], [912888, "8/23/2013"], [912891, "8/20/2013"], [912892, "8/23/2013"], [912894, "8/23/2013"], [912896, "8/20/2013"], [912897, "8/20/2013"], [912898, "8/23/2013"], [912899, "8/20/2013"], [912900, "8/5/2013"], [912901, "8/20/2013"], [912902, "8/20/2013"], [912903, "8/21/2013"], [912904, "8/22/2013"], [912905, "8/23/2013"], [912906, "8/21/2013"], [912908, "8/23/2013"], [912909, "8/20/2013"], [912910, "8/22/2013"], [912912, "8/21/2013"], [912913, "8/23/2013"], [912914, "8/19/2013"], [912915, "8/19/2013"], [912916, "8/23/2013"], [912918, "8/6/2013"], [912919, "8/22/2013"], [912920, "8/15/2013"], [912921, "8/6/2013"], [912922, "8/20/2013"], [912923, "8/20/2013"], [912924, "8/21/2013"], [912925, "8/22/2013"], [912926, "8/20/2013"], [912927, "8/20/2013"], [912928, "8/25/2013"], [912929, "8/20/2013"], [912930, "8/23/2013"], [912931, "8/22/2013"], [912933, "8/15/2013"], [912934, "8/23/2013"], [912935, "8/20/2013"], [912936, "8/25/2013"], [912937, "8/23/2013"], [912938, "8/20/2013"], [912939, "8/20/2013"], [912940, "8/20/2013"], [912941, "8/15/2013"], [912942, "8/20/2013"], [912944, "8/19/2013"], [912945, "8/20/2013"], [912946, "8/22/2013"], [912947, "8/25/2013"], [912948, "8/15/2013"], [912949, "8/25/2013"], [912950, "8/20/2013"], [912951, "8/23/2013"], [912953, "8/22/2013"], [912954, "8/20/2013"], [912955, "8/23/2013"], [912956, "8/23/2013"], [912957, "8/21/2013"], [912958, "8/25/2013"], [912959, "8/23/2013"], [912960, "8/6/2013"], [912961, "8/25/2013"], [912962, "8/20/2013"], [912963, "8/20/2013"], [912966, "8/23/2013"], [912967, "8/23/2013"], [912969, "8/22/2013"], [912972, "8/20/2013"], [912973, "8/23/2013"], [912974, "8/20/2013"], [912975, "8/23/2013"], [912977, "8/23/2013"], [912979, "8/23/2013"], [912980, "8/23/2013"], [912981, "8/22/2013"], [912982, "8/23/2013"], [912985, "8/23/2013"], [912986, "8/23/2013"], [912987, "8/25/2013"], [912988, "8/22/2013"], [912989, "8/22/2013"], [912990, "8/23/2013"], [912993, "8/21/2013"], [912994, "8/23/2013"], [912997, "8/15/2013"], [912998, "8/23/2013"], [912999, "8/22/2013"], [913000, "8/20/2013"], [913001, "8/23/2013"], [913004, "8/25/2013"], [913005, "8/21/2013"], [913006, "8/20/2013"], [913009, "8/23/2013"], [913010, "8/20/2013"], [913011, "8/25/2013"], [913013, "8/15/2013"], [913016, "8/20/2013"], [913018, "8/22/2013"], [913019, "8/22/2013"], [913020, "8/23/2013"], [913021, "8/20/2013"], [913022, "8/19/2013"], [913023, "8/23/2013"], [913025, "8/20/2013"], [913026, "8/23/2013"], [913028, "8/25/2013"], [913029, "8/22/2013"], [913030, "8/21/2013"], [913031, "8/21/2013"], [913032, "8/23/2013"], [913033, "8/25/2013"], [913035, "8/20/2013"], [913038, "8/23/2013"], [913039, "8/23/2013"], [913040, "8/19/2013"], [913041, "8/20/2013"], [913042, "8/23/2013"], [913043, "8/22/2013"], [913046, "8/23/2013"], [913047, "8/19/2013"], [913048, "8/23/2013"], [913051, "8/19/2013"], [913052, "8/16/2013"], [913055, "8/23/2013"], [913056, "8/25/2013"], [913057, "8/23/2013"], [913060, "8/23/2013"], [913061, "8/23/2013"], [913062, "8/22/2013"], [913065, "8/14/2013"], [913066, "8/19/2013"], [913067, "8/14/2013"], [913068, "8/23/2013"], [913069, "8/23/2013"], [913071, "8/7/2013"], [913072, "8/22/2013"], [913075, "8/16/2013"], [913076, "8/22/2013"], [913078, "8/21/2013"], [913079, "8/23/2013"], [913082, "8/20/2013"], [913083, "8/22/2013"], [913084, "8/21/2013"], [913085, "8/23/2013"], [913086, "8/23/2013"], [913089, "8/23/2013"], [913090, "8/21/2013"], [913092, "8/20/2013"], [913093, "8/21/2013"], [913094, "8/23/2013"], [913095, "8/25/2013"], [913096, "8/14/2013"], [913097, "8/19/2013"], [913099, "8/20/2013"], [913100, "8/22/2013"], [913101, "8/20/2013"], [913102, "8/23/2013"], [913103, "8/22/2013"], [913104, "8/23/2013"], [913107, "8/25/2013"], [913108, "8/20/2013"], [913110, "8/23/2013"], [913111, "8/6/2013"], [913112, "8/6/2013"], [913113, "8/15/2013"], [913114, "8/16/2013"], [913115, "8/23/2013"], [913116, "8/25/2013"], [913117, "8/20/2013"], [913118, "8/6/2013"], [913120, "8/21/2013"], [913121, "8/21/2013"], [913122, "8/22/2013"], [913123, "8/25/2013"], [913124, "8/23/2013"], [913125, "8/21/2013"], [913126, "8/25/2013"], [913127, "8/21/2013"], [913128, "8/23/2013"], [913129, "8/23/2013"], [913130, "8/15/2013"], [913131, "8/23/2013"], [913133, "8/25/2013"], [913134, "8/6/2013"], [913135, "8/19/2013"], [913136, "8/25/2013"], [913137, "8/23/2013"], [913138, "8/22/2013"], [913140, "8/23/2013"], [913141, "8/23/2013"], [913142, "8/20/2013"], [913144, "8/23/2013"], [913145, "8/23/2013"], [913146, "8/20/2013"], [913147, "8/25/2013"], [913148, "8/25/2013"], [913149, "8/23/2013"], [913150, "8/23/2013"], [913151, "8/15/2013"], [913152, "8/20/2013"], [913153, "8/22/2013"], [913155, "8/23/2013"], [913156, "8/23/2013"], [913157, "8/23/2013"], [913158, "8/21/2013"], [913159, "8/25/2013"], [913160, "8/23/2013"], [913161, "8/23/2013"], [913162, "8/23/2013"], [913163, "8/23/2013"], [913164, "8/22/2013"], [913165, "8/22/2013"], [913166, "8/23/2013"], [913169, "8/20/2013"], [913183, "8/25/2013"], [913184, "8/21/2013"], [913185, "8/23/2013"], [913186, "8/19/2013"], [913189, "8/22/2013"], [913191, "8/20/2013"], [913193, "8/21/2013"], [913195, "8/20/2013"], [913197, "8/23/2013"], [913198, "8/22/2013"], [913199, "8/23/2013"], [913201, "8/23/2013"], [913202, "8/7/2013"], [913203, "8/7/2013"], [913204, "8/23/2013"], [913205, "8/16/2013"], [913207, "8/25/2013"], [913208, "8/20/2013"], [913209, "8/25/2013"], [913210, "8/21/2013"], [913211, "8/21/2013"], [913212, "8/21/2013"], [913213, "12/31/2013"], [913214, "8/23/2013"], [913215, "8/23/2013"], [913216, "4/9/2014"], [913217, "8/7/2013"], [913218, "8/23/2013"], [913219, "8/20/2013"], [913220, "8/20/2013"], [913221, "8/19/2013"], [913222, "8/25/2013"], [913223, "8/7/2013"], [913224, "8/23/2013"], [913225, "8/25/2013"], [913226, "8/23/2013"], [913227, "8/19/2013"], [913228, "8/23/2013"], [913230, "8/25/2013"], [913231, "8/20/2013"], [913232, "8/22/2013"], [913233, "8/25/2013"], [913234, "8/20/2013"], [913235, "8/22/2013"], [913236, "8/21/2013"], [913237, "8/25/2013"], [913241, "8/22/2013"], [913242, "8/23/2013"], [913243, "8/19/2013"], [913244, "2/20/2014"], [913245, "8/19/2013"], [913246, "8/20/2013"], [913247, "8/21/2013"], [913248, "8/22/2013"], [913250, "8/22/2013"], [913251, "8/20/2013"], [913254, "12/31/2013"], [913256, "12/31/2013"], [913258, "8/25/2013"], [913263, "8/16/2013"], [913264, "8/25/2013"], [913265, "8/20/2013"], [913266, "8/14/2013"], [913267, "8/23/2013"], [913268, "8/22/2013"], [913269, "8/20/2013"], [913270, "8/19/2013"], [913272, "8/23/2013"], [913273, "8/12/2013"], [913274, "8/22/2013"], [913275, "8/23/2013"], [913276, "8/25/2013"], [913277, "8/23/2013"], [913278, "8/15/2013"], [913279, "8/20/2013"], [913280, "8/20/2013"], [913281, "8/23/2013"], [913282, "8/22/2013"], [913283, "8/23/2013"], [913284, "8/25/2013"], [913285, "8/21/2013"], [913286, "8/23/2013"], [913287, "8/25/2013"], [913288, "8/22/2013"], [913289, "8/22/2013"], [913290, "8/22/2013"], [913291, "8/21/2013"], [913292, "8/20/2013"], [913293, "8/21/2013"], [913294, "8/22/2013"], [913295, "8/23/2013"], [913296, "8/22/2013"], [913297, "8/20/2013"], [913298, "8/25/2013"], [913299, "8/21/2013"], [913301, "8/23/2013"], [913303, "8/20/2013"], [913304, "8/25/2013"], [913305, "8/20/2013"], [913306, "8/21/2013"], [913307, "8/23/2013"], [913308, "8/22/2013"], [913309, "8/22/2013"], [913311, "8/25/2013"], [913313, "8/25/2013"], [913314, "8/25/2013"], [913315, "8/22/2013"], [913316, "8/22/2013"], [913317, "8/21/2013"], [913318, "8/21/2013"], [913320, "8/22/2013"], [913321, "8/25/2013"], [913322, "8/20/2013"], [913324, "8/22/2013"], [913326, "8/16/2013"], [913329, "8/23/2013"], [913335, "8/23/2013"], [913337, "8/22/2013"], [913338, "8/25/2013"], [913340, "8/25/2013"], [913341, "8/21/2013"], [913342, "8/25/2013"], [913343, "8/22/2013"], [913344, "8/19/2013"], [913345, "8/25/2013"], [913346, "8/23/2013"], [913348, "8/23/2013"], [913349, "8/22/2013"], [913351, "8/25/2013"], [913353, "8/22/2013"], [913356, "8/19/2013"], [913361, "8/22/2013"], [913363, "8/23/2013"], [913364, "8/25/2013"], [913367, "8/20/2013"], [913368, "8/21/2013"], [913371, "8/20/2013"], [913372, "8/20/2013"], [913375, "1/22/2014"], [913379, "8/22/2013"], [913380, "8/23/2013"], [913381, "8/25/2013"], [913382, "8/20/2013"], [913383, "8/21/2013"], [913384, "8/23/2013"], [913385, "8/22/2013"], [913386, "8/20/2013"], [913387, "8/23/2013"], [913388, "8/25/2013"], [913391, "8/23/2013"], [913392, "8/23/2013"], [913393, "8/15/2013"], [913400, "8/23/2013"], [913401, "8/20/2013"], [913402, "8/21/2013"], [913403, "8/22/2013"], [913404, "8/22/2013"], [913409, "8/22/2013"], [913410, "8/20/2013"], [913415, "8/20/2013"], [913416, "8/23/2013"], [913419, "8/23/2013"], [913421, "12/31/2013"], [913426, "8/25/2013"], [913429, "1/22/2014"], [913431, "8/21/2013"], [913432, "8/23/2013"], [913433, "8/14/2013"], [913434, "8/22/2013"], [913435, "8/23/2013"], [913440, "1/22/2014"], [913441, "8/21/2013"], [913442, "8/23/2013"], [913443, "8/25/2013"], [913448, "8/23/2013"], [913449, "8/20/2013"], [913450, "8/25/2013"], [913451, "8/21/2013"], [913452, "8/23/2013"], [913453, "8/21/2013"], [913454, "8/5/2013"], [913455, "8/22/2013"], [913459, "8/16/2013"], [913460, "8/23/2013"]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_Apoic_70.png", "TableImg_A96oj_9959.png"], "original_data_index": 2343} +{"question": "What are the main industries of the companies without gas stations and what are the companies?", "answer": {"columns": ["Company", "Main_Industry"], "index": [0, 1, 2, 3, 4], "data": [["General Electric", "Conglomerate"], ["Industrial and Commercial Bank of China", "Banking"], ["HSBC", "Banking"], ["Berkshire Hathaway", "Conglomerate"], ["Wells Fargo", "Banking"]]}, "table_names": "['company', 'station_company']", "table_image_ids": ["TableImg_0lsda_10.png", "TableImg_Fxugs_6.png"], "original_data_index": 2344} +{"question": "What are the names of all friends who are from New York?", "answer": {"columns": ["name"], "index": [0], "data": [["Zach"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Exqp7_4.png", "TableImg_Lamya_4.png"], "original_data_index": 2345} +{"question": "What is the total revenue of companies started by founder?", "answer": {"columns": ["sum(revenue)", "Founder"], "index": [0, 1, 2, 3, 4, 5], "data": [[120.0, "Andy"], [50.0, "James"], [130.0, "John"], [200.0, "Mary"], [100.0, "Owen"], [30.0, "Robert"]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_9h0nl_6.png"], "original_data_index": 2346} +{"question": "How many events are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['event']", "table_image_ids": ["TableImg_M8prq_6.png"], "original_data_index": 2347} +{"question": "What is all the information regarding employees with salaries above the minimum and under 2500?", "answer": {"columns": ["EMPLOYEE_ID", "FIRST_NAME", "LAST_NAME", "EMAIL", "PHONE_NUMBER", "HIRE_DATE", "JOB_ID", "SALARY", "COMMISSION_PCT", "MANAGER_ID", "DEPARTMENT_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [[119, "Karen", "Colmenares", "KCOLMENA", "515.127.4566", "1987-07-06", "PU_CLERK", 2500, 0, 114, 30], [127, "James", "Landry", "JLANDRY", "650.124.1334", "1987-07-14", "ST_CLERK", 2400, 0, 120, 50], [128, "Steven", "Markle", "SMARKLE", "650.124.1434", "1987-07-15", "ST_CLERK", 2200, 0, 120, 50], [131, "James", "Marlow", "JAMRLOW", "650.124.7234", "1987-07-18", "ST_CLERK", 2500, 0, 121, 50], [132, "TJ", "Olson", "TJOLSON", "650.124.8234", "1987-07-19", "ST_CLERK", 2100, 0, 121, 50], [135, "Ki", "Gee", "KGEE", "650.127.1734", "1987-07-22", "ST_CLERK", 2400, 0, 122, 50], [136, "Hazel", "Philtanker", "HPHILTAN", "650.127.1634", "1987-07-23", "ST_CLERK", 2200, 0, 122, 50], [140, "Joshua", "Patel", "JPATEL", "650.121.1834", "1987-07-27", "ST_CLERK", 2500, 0, 123, 50], [144, "Peter", "Vargas", "PVARGAS", "650.121.2004", "1987-07-31", "ST_CLERK", 2500, 0, 124, 50], [182, "Martha", "Sullivan", "MSULLIVA", "650.507.9878", "1987-09-07", "SH_CLERK", 2500, 0, 120, 50], [191, "Randall", "Perkins", "RPERKINS", "650.505.4876", "1987-09-16", "SH_CLERK", 2500, 0, 122, 50]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_S6wl1_107.png"], "original_data_index": 2348} +{"question": "What are the name of the players who received a card in descending order of the hours of training?", "answer": {"columns": ["pName"], "index": [0, 1, 2], "data": [["David"], ["Drago"], ["Eddie"]]}, "table_names": "['Player']", "table_image_ids": ["TableImg_5kse1_6.png"], "original_data_index": 2349} +{"question": "What is the average snatch score of body builders?", "answer": {"columns": ["avg(Snatch)"], "index": [0], "data": [[137.5]]}, "table_names": "['body_builder']", "table_image_ids": ["TableImg_Z8eyz_5.png"], "original_data_index": 2350} +{"question": "Return the codes of the document types that do not have a total access count of over 10000.", "answer": {"columns": ["document_type_code"], "index": [0, 1, 2, 3], "data": [["Advertisement"], ["Book"], ["CV"], ["Paper"]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_P07kk_15.png"], "original_data_index": 2351} +{"question": "Find the first names of all customers that live in Brazil and have an invoice.", "answer": {"columns": ["FirstName"], "index": [0, 1, 2, 3, 4], "data": [["Lu\u00c3\u00ads"], ["Eduardo"], ["Alexandre"], ["Roberto"], ["Fernanda"]]}, "table_names": "['Customer', 'Invoice']", "table_image_ids": ["TableImg_A0rym_59.png", "TableImg_Crc3z_412.png"], "original_data_index": 2352} +{"question": "What is the total balance of savings accounts not belonging to someone with the name Brown?", "answer": {"columns": ["sum(T2.balance)"], "index": [0], "data": [[1000310299.0]]}, "table_names": "['ACCOUNTS', 'SAVINGS']", "table_image_ids": ["TableImg_09g5w_7.png", "TableImg_7wlca_6.png"], "original_data_index": 2353} +{"question": "Return the average transaction amount, as well as the total amount of all transactions.", "answer": {"columns": ["avg(transaction_amount)", "sum(transaction_amount)"], "index": [0], "data": [[1308.2933333333, 19624.4]]}, "table_names": "['Financial_Transactions']", "table_image_ids": ["TableImg_4hed3_15.png"], "original_data_index": 2354} +{"question": "Who has friends that are younger than the average age?", "answer": {"columns": ["name"], "index": [0], "data": [["Zach"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_4p4rh_4.png", "TableImg_121k7_4.png"], "original_data_index": 2355} +{"question": "What is the total student capacity of all dorms?", "answer": {"columns": ["sum(student_capacity)"], "index": [0], "data": [[1380]]}, "table_names": "['Dorm']", "table_image_ids": ["TableImg_2avyn_7.png"], "original_data_index": 2356} +{"question": "What are the names of cities that are in the county with the most police officers?", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Aguas Buenas"], ["Aibonito"]]}, "table_names": "['county_public_safety', 'city']", "table_image_ids": ["TableImg_Reiym_6.png", "TableImg_Hs02p_17.png"], "original_data_index": 2357} +{"question": "List the names of companies by ascending number of sales.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["Agricultural Bank of China"], ["China Construction Bank"], ["Industrial and Commercial Bank of China"], ["Wells Fargo"], ["HSBC"], ["Citigroup"], ["JPMorgan Chase"], ["Gazprom"], ["Berkshire Hathaway"], ["Petrobras"], ["General Electric"], ["Total"], ["Volkswagen Group"], ["Chevron"], ["PetroChina"], ["BP"], ["ExxonMobil"], ["Walmart"], ["Royal Dutch Shell"]]}, "table_names": "['company']", "table_image_ids": ["TableImg_L3zio_19.png"], "original_data_index": 2358} +{"question": "What are the descriptions of all the project outcomes?", "answer": {"columns": ["outcome_description"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Published Research Paper"], ["Research Patent"], ["Published Research Paper"], ["Published Research Paper"], ["Research Patent"], ["Published Research Paper"], ["Research Patent"], ["Published Research Paper"], ["Published Research Paper"], ["Research Patent"], ["Published Research Paper"], ["Research Patent"], ["Published Research Paper"], ["Published Research Paper"], ["Published Research Paper"]]}, "table_names": "['Project_Outcomes', 'Research_Outcomes']", "table_image_ids": ["TableImg_Rh1j2_15.png", "TableImg_Jsuxc_2.png"], "original_data_index": 2359} +{"question": "What are the descriptions of the service types with product price above 100?", "answer": {"columns": ["Service_Type_Description"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["provide photo service"], ["provide dinning service"], ["provide photo service"], ["provide filming service"], ["provide dinning service"], ["provide filming service"], ["provide adv promoting service"], ["provide dinning service"], ["provide adv promoting service"], ["provide dinning service"], ["provide dinning service"], ["provide filming service"], ["provide photo service"], ["provide photo service"], ["provide photo service"]]}, "table_names": "['Ref_Service_Types', 'Services']", "table_image_ids": ["TableImg_Q9gq2_4.png", "TableImg_M00i7_15.png"], "original_data_index": 2360} +{"question": "List the names of hosts who did not serve as a host of any party in our record.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Antonio Davis"], ["Hubert Davis"], ["Justin Dentmon"], ["DeMar DeRozan"]]}, "table_names": "['host', 'party_host']", "table_image_ids": ["TableImg_N82g5_10.png", "TableImg_Y6fw7_6.png"], "original_data_index": 2361} +{"question": "What are the party emails associated with parties that used the party form that is the most common?", "answer": {"columns": ["party_email"], "index": [0, 1, 2], "data": [["daniel.charity@example.net"], ["lucinda83@example.org"], ["evie97@example.org"]]}, "table_names": "['Parties', 'Party_Forms']", "table_image_ids": ["TableImg_Ykhby_15.png", "TableImg_R7jj1_13.png"], "original_data_index": 2362} +{"question": "Give the names of wrestlers and their elimination moves.", "answer": {"columns": ["Name", "Elimination_Move"], "index": [0, 1, 2, 3, 4, 5], "data": [["Rey Misterio Sr.", "Go To Sleep"], ["Fishman", "Paydirt"], ["Gran Hamada", "Rope hung DDT"], ["El Samurai", "Silver Spoon DDT"], ["\u00c3\u009altimo Drag\u00c3\u00b3n \u00c2\u00a7", "World's Strongest Slam"], ["El Samurai \u00c2\u00a7", "Spear"]]}, "table_names": "['wrestler', 'Elimination']", "table_image_ids": ["TableImg_S6kqx_10.png", "TableImg_Ascg1_6.png"], "original_data_index": 2363} +{"question": "Show names of technicians who are assigned to repair machines with value point more than 70.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Joe Sewell"], ["Tony Sewell"], ["Joe Sewell"], ["Joe Sewell"], ["Joe Sewell"], ["Joe Sewell"], ["Eddie Collins"]]}, "table_names": "['machine', 'technician', 'repair_assignment']", "table_image_ids": ["TableImg_Ngjt7_9.png", "TableImg_Ixipd_10.png", "TableImg_5hqut_9.png"], "original_data_index": 2364} +{"question": "Find the details of the shops that can be reached by walk.", "answer": {"columns": ["Shop_Details"], "index": [0], "data": [["soup"]]}, "table_names": "['Tourist_Attractions', 'Shops']", "table_image_ids": ["TableImg_5r495_15.png", "TableImg_Xlvio_4.png"], "original_data_index": 2365} +{"question": "What are the phones and emails of workshop groups in which services are performed?", "answer": {"columns": ["Store_Phone", "Store_Email_Address"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["(422)705-5633", "roosevelt61@example.com"], ["1-351-773-1587x95545", "bednar.michael@example.org"], ["499-032-2149", "katherine.kling@example.org"], ["+60(6)8081312118", "arturo.orn@example.org"], ["1-811-875-3222", "waino.king@example.com"], ["(904)958-9909x0087", "harry.nicolas@example.org"], ["1-351-773-1587x95545", "bednar.michael@example.org"], ["+60(6)8081312118", "arturo.orn@example.org"], ["492-463-5967", "quigley.queen@example.org"], ["(411)133-9128", "watsica.hettie@example.com"], ["1-811-875-3222", "waino.king@example.com"], ["(256)743-0310", "kole.torp@example.org"], ["(636)443-4067", "uhuels@example.net"], ["492-463-5967", "quigley.queen@example.org"], ["1-764-337-3453", "hansen.krista@example.net"]]}, "table_names": "['Drama_Workshop_Groups', 'Services']", "table_image_ids": ["TableImg_Jfvdk_15.png", "TableImg_Fb6gh_15.png"], "original_data_index": 2366} +{"question": "What are the names of companies with revenue less than the lowest revenue of any manufacturer in Austin?", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Hewlett-Packard"], ["Winchester"]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_Rq61p_6.png"], "original_data_index": 2367} +{"question": "Which policy type appears most frequently in the available policies?", "answer": {"columns": ["policy_type_code"], "index": [0], "data": [["Mortgage Insurance"]]}, "table_names": "['Available_Policies']", "table_image_ids": ["TableImg_Bya9u_15.png"], "original_data_index": 2368} +{"question": "What are the first and last names of the instructors who teach the top 3 number of courses?", "answer": {"columns": ["Fname", "Lname"], "index": [0, 1, 2], "data": [["Luigi", "Burzio"], ["Louis", "Beach"], ["Alexander", "Kaplan"]]}, "table_names": "['Faculty', 'Course']", "table_image_ids": ["TableImg_Chkk0_58.png", "TableImg_3xzy4_76.png"], "original_data_index": 2369} +{"question": "Return the titles and directors of films that were never in the market of China.", "answer": {"columns": ["Title", "Director"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["An Officer and a Gentleman", "Taylor Hackford"], ["Porky's", "Bob Clark"], ["Star Trek II: The Wrath of Khan", "Nicholas Meyer"], ["48 Hrs", "Walter Hill"], ["Poltergeist", "Tobe Hooper"], ["The Best Little Whorehouse in Texas", "Colin Higgins"], ["Annie", "John Huston"], ["The Verdict", "Sidney Lumet"], ["Gandhi", "Richard Attenborough"], ["First Blood", "Ted Kotcheff"]]}, "table_names": "['film', 'market', 'film_market_estimation']", "table_image_ids": ["TableImg_Snsx8_13.png", "TableImg_U4s2r_6.png", "TableImg_3mx24_9.png"], "original_data_index": 2370} +{"question": "What is the payment method that were used the least often?", "answer": {"columns": ["Payment_Method_Code"], "index": [0], "data": [["American Express"]]}, "table_names": "['Payments']", "table_image_ids": ["TableImg_Jyfgd_15.png"], "original_data_index": 2371} +{"question": "What are the names and cities of bank branches that offer loans for business?", "answer": {"columns": ["bname", "city"], "index": [0], "data": [["broadway", "New York City"]]}, "table_names": "['bank', 'loan']", "table_image_ids": ["TableImg_Lfadp_4.png", "TableImg_2cwas_3.png"], "original_data_index": 2372} +{"question": "What are the different product colors?", "answer": {"columns": ["product_color"], "index": [0, 1, 2], "data": [["Red"], ["Yellow"], ["Black"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Svmoj_15.png"], "original_data_index": 2373} +{"question": "Find the number of products for each manufacturer, showing the name of each company.", "answer": {"columns": ["count(*)", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [[3, "Creative Labs"], [1, "Fujitsu"], [3, "Hewlett-Packard"], [1, "Iomega"], [1, "Sony"], [2, "Winchester"]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_Kwkk8_6.png", "TableImg_T5ogs_11.png"], "original_data_index": 2374} +{"question": "What is the average minimum and price of the rooms for each different decor.", "answer": {"columns": ["decor", "avg(basePrice)", "min(basePrice)"], "index": [0, 1, 2], "data": [["modern", 112.5, 75], ["rustic", 162.5, 150], ["traditional", 187.5, 150]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_Susdf_10.png"], "original_data_index": 2375} +{"question": "Find the name of customers who do not have a loan with a type of Mortgages.", "answer": {"columns": ["cust_name"], "index": [0, 1], "data": [["Jack"], ["Owen"]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_71xw7_3.png", "TableImg_Myczm_3.png"], "original_data_index": 2376} +{"question": "List the states which have between 2 to 4 staffs living there.", "answer": {"columns": ["state_province_county"], "index": [0, 1], "data": [["Connecticut"], ["Louisiana"]]}, "table_names": "['Addresses', 'Staff']", "table_image_ids": ["TableImg_0ihxm_15.png", "TableImg_Wqwn7_15.png"], "original_data_index": 2377} +{"question": "Which model has the least amount of RAM? List the model name and the amount of RAM.", "answer": {"columns": ["Model_name", "RAM_MiB"], "index": [0], "data": [["X5", 32.0]]}, "table_names": "['chip_model']", "table_image_ids": ["TableImg_X9kqd_14.png"], "original_data_index": 2378} +{"question": "Which guests have apartment bookings with status code \"Confirmed\"? Return their first names and last names.", "answer": {"columns": ["guest_first_name", "guest_last_name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Else", "Roberts"], ["Louvenia", "Crona"], ["Keith", "Hoeger"], ["Mozell", "Toy"], ["Gabe", "Bode"], ["Rebeca", "Runolfsdottir"], ["Keon", "Treutel"]]}, "table_names": "['Guests', 'Apartment_Bookings']", "table_image_ids": ["TableImg_Qkeop_15.png", "TableImg_6hsrv_15.png"], "original_data_index": 2379} +{"question": "Find the product names that are colored 'white' but do not have unit of measurement \"Handful\".", "answer": {"columns": ["product_name"], "index": [0, 1, 2], "data": [["peper"], ["catnip"], ["laurel"]]}, "table_names": "['Ref_Colors', 'Ref_Product_Categories', 'Products']", "table_image_ids": ["TableImg_K2639_8.png", "TableImg_22bec_3.png", "TableImg_Nerkx_15.png"], "original_data_index": 2380} +{"question": "Which cities have served as host cities more than once? Return me their GDP and population.", "answer": {"columns": ["GDP", "Regional_Population"], "index": [0], "data": [[614.55, 8004680]]}, "table_names": "['city', 'hosting_city']", "table_image_ids": ["TableImg_Dbspe_13.png", "TableImg_Ysgak_6.png"], "original_data_index": 2381} +{"question": "What are the ids for transactions that have an amount greater than the average amount of a transaction?", "answer": {"columns": ["transaction_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[3], [6], [7], [8], [9], [10], [11], [12], [14], [15]]}, "table_names": "['Financial_Transactions']", "table_image_ids": ["TableImg_Nisup_15.png"], "original_data_index": 2382} +{"question": "Which team had the least number of attendances in home games in 1980?", "answer": {"columns": ["name"], "index": [0], "data": [["Minnesota Twins"]]}, "table_names": "['home_game', 'team']", "table_image_ids": ["TableImg_F771z_2944.png", "TableImg_Uizee_2805.png"], "original_data_index": 2383} +{"question": "What are the customer id and name corresponding to accounts with a checking balance less than the largest checking balance?", "answer": {"columns": ["custid", "name"], "index": [0, 1, 2, 3, 4], "data": [[2, "Wang"], [3, "O'mahony"], [4, "Weeks"], [6, "Porter"], [7, "Wesley"]]}, "table_names": "['ACCOUNTS', 'CHECKING']", "table_image_ids": ["TableImg_4tc3p_7.png", "TableImg_Hllu9_7.png"], "original_data_index": 2384} +{"question": "List the publisher of the publication with the highest price.", "answer": {"columns": ["Publisher"], "index": [0], "data": [["Pearson"]]}, "table_names": "['publication']", "table_image_ids": ["TableImg_0sp2w_7.png"], "original_data_index": 2385} +{"question": "How many students are enrolled in some classes that are taught by an accounting professor?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['CLASS', 'COURSE', 'DEPARTMENT', 'ENROLL']", "table_image_ids": ["TableImg_Ks17d_13.png", "TableImg_Cvkt3_6.png", "TableImg_2p4ks_11.png", "TableImg_Yxamu_6.png"], "original_data_index": 2386} +{"question": "How many debates are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['debate']", "table_image_ids": ["TableImg_Uhqmy_6.png"], "original_data_index": 2387} +{"question": "What is the name of the bank branch that has lent the greatest amount?", "answer": {"columns": ["bname"], "index": [0], "data": [["broadway"]]}, "table_names": "['bank', 'loan']", "table_image_ids": ["TableImg_Pv9kb_4.png", "TableImg_Ayka1_3.png"], "original_data_index": 2388} +{"question": "What is the average distance and price for all flights from LA?", "answer": {"columns": ["avg(distance)", "avg(price)"], "index": [0], "data": [[3247.625, 345.16]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_8i1k2_10.png"], "original_data_index": 2389} +{"question": "List the id, country, city and name of the airports ordered alphabetically by the name.", "answer": {"columns": ["id", "Country", "City", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[1, "Iceland", "Akureyri", "Akureyri Airport"], [4, "United States", "Baltimore", "Baltimore-Washington Airport"], [6, "Norway", "Bergen", "Bergen Airport"], [7, "Denmark", "Billund", "Billund Airport"], [5, "Spain", "Barcelona", "El Prat Airport"], [8, "United States", "Boston", "Logan International Airport"], [9, "Belgium", "Brussels", "National Airport"], [2, "Netherlands", "Amsterdam", "Schiphol Airport"], [3, "United States", "Anchorage", "Ted Stevens Airport"]]}, "table_names": "['airport']", "table_image_ids": ["TableImg_39pom_9.png"], "original_data_index": 2390} +{"question": "Which customer is associated with the latest policy?", "answer": {"columns": ["Customer_Details"], "index": [0], "data": [["Selena Gerhold"]]}, "table_names": "['Customers', 'Policies']", "table_image_ids": ["TableImg_Vplwk_15.png", "TableImg_Kqubj_15.png"], "original_data_index": 2391} +{"question": "What are the full names of employees who with in department 70 or 90?", "answer": {"columns": ["FIRST_NAME", "LAST_NAME"], "index": [0, 1, 2, 3], "data": [["Steven", "King"], ["Neena", "Kochhar"], ["Lex", "De Haan"], ["Hermann", "Baer"]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_L0gcx_107.png"], "original_data_index": 2392} +{"question": "What are the distinct first names of the students who have class president votes?", "answer": {"columns": ["Fname"], "index": [0, 1], "data": [["Eric"], ["Michael"]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_Cnyv3_34.png", "TableImg_7yw35_10.png"], "original_data_index": 2393} +{"question": "How many countries do not have an roller coaster longer than 3000?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['roller_coaster', 'country']", "table_image_ids": ["TableImg_J82ad_6.png", "TableImg_Leq6h_3.png"], "original_data_index": 2394} +{"question": "What is the apartment number of the apartment with the most beds?", "answer": {"columns": ["apt_number"], "index": [0], "data": [["Apt. 908"]]}, "table_names": "['Apartments']", "table_image_ids": ["TableImg_Do33t_15.png"], "original_data_index": 2395} +{"question": "List the major of each male student.", "answer": {"columns": ["Major"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23], "data": [[600], [600], [600], [600], [600], [600], [600], [600], [600], [600], [600], [600], [520], [520], [540], [520], [520], [520], [520], [550], [100], [550], [550], [50]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_0qt2q_34.png"], "original_data_index": 2396} +{"question": "How many characteristics does the product named \"laurel\" have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Du0oi_15.png", "TableImg_Rthkv_15.png", "TableImg_Qg6jt_15.png"], "original_data_index": 2397} +{"question": "Return the minimum, maximum, and average seating across all tracks.", "answer": {"columns": ["min(seating)", "max(seating)", "avg(seating)"], "index": [0], "data": [[63000.0, 168000.0, 91526.8888888889]]}, "table_names": "['track']", "table_image_ids": ["TableImg_Omq2a_9.png"], "original_data_index": 2398} +{"question": "Find the total number of available hotels.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[20]]}, "table_names": "['Hotels']", "table_image_ids": ["TableImg_Jp74e_20.png"], "original_data_index": 2399} +{"question": "What are ids of the faculty members who not only participate in an activity but also advise a student.", "answer": {"columns": ["FacID"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[1121], [2192], [5718], [7723], [8721], [8741], [8918]]}, "table_names": "['Faculty_Participates_in', 'Student']", "table_image_ids": ["TableImg_1buc1_40.png", "TableImg_N6vbe_34.png"], "original_data_index": 2400} +{"question": "What is the total number of hours per week and number of games played by students under 20?", "answer": {"columns": ["sum(hoursperweek)", "sum(gamesplayed)"], "index": [0], "data": [[158, 257]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_37yaj_34.png", "TableImg_X892h_14.png"], "original_data_index": 2401} +{"question": "Show the outcome code of mailshots along with the number of mailshots in each outcome code.", "answer": {"columns": ["outcome_code", "count(*)"], "index": [0, 1], "data": [["No Response", 5], ["Order", 10]]}, "table_names": "['Mailshot_Customers']", "table_image_ids": ["TableImg_5cld2_15.png"], "original_data_index": 2402} +{"question": "What are the distinct names of the products that cost more than the average?", "answer": {"columns": ["Product_Name"], "index": [0, 1], "data": [["film"], ["photo"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Uq2uw_15.png"], "original_data_index": 2403} +{"question": "What are the names of the regions in alphabetical order?", "answer": {"columns": ["Region_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Afghanistan"], ["Albania"], ["Algeria"], ["American Samoa"], ["Andorra"], ["Angola"], ["Anguilla"], ["Antarctica"], ["Antigua and Barbuda"], ["Cyprus"], ["Czech Republic"], ["Denmark"], ["Djibouti"]]}, "table_names": "['region']", "table_image_ids": ["TableImg_2oof2_13.png"], "original_data_index": 2404} +{"question": "Find the visit date and details of the tourist whose detail is 'Vincent'", "answer": {"columns": ["Visit_Date", "Visit_Details"], "index": [0, 1], "data": [["2013-08-06 05:35:51", ""], ["2007-09-17 10:12:45", ""]]}, "table_names": "['Visitors', 'Visits']", "table_image_ids": ["TableImg_F5dpf_20.png", "TableImg_Gphtz_20.png"], "original_data_index": 2405} +{"question": "What is the title and credits of the course that is taught in the largest classroom (with the highest capacity)?", "answer": {"columns": ["title", "credits"], "index": [0], "data": [["Accounting", 3]]}, "table_names": "['classroom', 'course', 'section']", "table_image_ids": ["TableImg_Qn4td_30.png", "TableImg_Yioht_200.png", "TableImg_Ra83x_100.png"], "original_data_index": 2406} +{"question": "Find Alice's friends of friends.", "answer": {"columns": ["name"], "index": [0], "data": [["Zach"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_752f6_4.png", "TableImg_Dim3b_4.png"], "original_data_index": 2407} +{"question": "What are the states or counties of the address of the stores with marketing region code \"CA\"?", "answer": {"columns": ["State_County"], "index": [0, 1, 2], "data": [["Alaska"], ["Delaware"], ["Alabama"]]}, "table_names": "['Addresses', 'Stores']", "table_image_ids": ["TableImg_Ozm39_20.png", "TableImg_O4u58_10.png"], "original_data_index": 2408} +{"question": "For grants that have descriptions of Regular and Initial Applications, what are their start dates?", "answer": {"columns": ["grant_start_date"], "index": [0, 1, 2], "data": [["1979-10-29 07:44:22"], ["1982-04-07 00:07:43"], ["2004-11-10 02:26:01"]]}, "table_names": "['Document_Types', 'Documents', 'Grants']", "table_image_ids": ["TableImg_Wfmkl_2.png", "TableImg_Yiz62_15.png", "TableImg_Haqqn_15.png"], "original_data_index": 2409} +{"question": "Whah are the name of each industry and the number of companies in that industry?", "answer": {"columns": ["Industry", "COUNT(*)"], "index": [0, 1, 2, 3, 4], "data": [["Banking", 8], ["Conglomerate", 2], ["Oil and gas", 7], ["Retailing", 1], ["Telecommunications", 1]]}, "table_names": "['Companies']", "table_image_ids": ["TableImg_7vwxt_19.png"], "original_data_index": 2410} +{"question": "What are the appelations for wines produced after 2008 but not in the Central Coast area?", "answer": {"columns": ["Appelation"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Bennett Valley"], ["California"], ["Carneros"], ["Dry Creek Valley"], ["Green Valley of Russian River Valley"], ["Mendocino County"], ["Napa Valley"], ["Russian River Valley"], ["Rutherford"], ["Sonoma Coast"], ["Sonoma County"], ["Sonoma Valley"], ["Sonoma-Lake Counties"]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_C816b_57.png", "TableImg_Sqp2s_500.png"], "original_data_index": 2411} +{"question": "What is the name of the movie that is rated by most of times?", "answer": {"columns": ["title", "mID"], "index": [0], "data": [["Gone with the Wind", 101]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Roz7g_8.png", "TableImg_Bnwoa_14.png"], "original_data_index": 2412} +{"question": "Find the famous titles of artists that do not have any volume.", "answer": {"columns": ["Famous_Title"], "index": [0, 1], "data": [["Antievangelistical Process (re-release)"], ["Antithesis of All Flesh"]]}, "table_names": "['artist', 'volume']", "table_image_ids": ["TableImg_8tf95_7.png", "TableImg_8lhmv_10.png"], "original_data_index": 2413} +{"question": "Find the top 3 artists who have the largest number of songs works whose language is Bangla.", "answer": {"columns": ["artist_name"], "index": [0, 1, 2], "data": [["Farida"], ["Prity"], ["Shrikanta"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Isb4n_6.png", "TableImg_5m2h9_6.png"], "original_data_index": 2414} +{"question": "Find the names of stadiums which have never had any event.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3], "data": [["Ferenc Pusk\u00c3\u00a1s Stadion"], ["Stade des Lumi\u00c3\u00a8res"], ["Northumberland Development Project"], ["Arena Baltika"]]}, "table_names": "['stadium', 'event']", "table_image_ids": ["TableImg_A6cbn_10.png", "TableImg_Qqu0d_6.png"], "original_data_index": 2415} +{"question": "What is the maximum total amount paid by a customer? List the customer id and amount.", "answer": {"columns": ["customer_id", "sum(amount_paid)"], "index": [0], "data": [[12, 1000.65]]}, "table_names": "['Payments']", "table_image_ids": ["TableImg_23yak_15.png"], "original_data_index": 2416} +{"question": "What is the average room count of the apartments whose booking status code is \"Provisional\"?", "answer": {"columns": ["avg(room_count)"], "index": [0], "data": [[6.5]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_Bc7ci_15.png", "TableImg_1xk1c_15.png"], "original_data_index": 2417} +{"question": "How many players are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[14]]}, "table_names": "['player']", "table_image_ids": ["TableImg_Aaru1_14.png"], "original_data_index": 2418} +{"question": "Find the names of swimmers who has a result of \"win\".", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Sergiy Fesenko"], ["Craig Stevens"], ["Ryan Cochrane"], ["Federico Colbertaldo"], ["Grant Hackett"], ["Oussama Mellouli"], ["Craig Stevens"], ["Craig Stevens"], ["Oussama Mellouli"]]}, "table_names": "['swimmer', 'record']", "table_image_ids": ["TableImg_Gu7ik_8.png", "TableImg_Apoaj_13.png"], "original_data_index": 2419} +{"question": "Find the number of trains for each station, as well as the station network name and services.", "answer": {"columns": ["count(*)", "network_name", "services"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[3, "Amersham", "Metropolitan line and Chiltern Railways"], [2, "Bushey", "London Overground and London Midland"], [2, "Brentwood", "Greater Anglia"], [2, "Broxbourne", "Greater Anglia"], [2, "Carpenders Park", "London Overground"], [1, "Chafford Hundred", "c2c"], [2, "Chalfont & Latimer", "Metropolitan line and Chiltern Railways"], [3, "Chesham", "Metropolitan line"], [1, "Cheshunt", "Greater Anglia"]]}, "table_names": "['station', 'route']", "table_image_ids": ["TableImg_Bf9ka_11.png", "TableImg_B8vco_18.png"], "original_data_index": 2420} +{"question": "Show the names of people who have been on the negative side of debates at least twice.", "answer": {"columns": ["Name"], "index": [0], "data": [["Horace F. Clark"]]}, "table_names": "['people', 'debate_people']", "table_image_ids": ["TableImg_E0udg_10.png", "TableImg_Zzonz_5.png"], "original_data_index": 2421} +{"question": "What is the id and salary of the employee named Mark Young?", "answer": {"columns": ["eid", "salary"], "index": [0], "data": [[556784565, 205187]]}, "table_names": "['employee']", "table_image_ids": ["TableImg_Gvjkp_31.png"], "original_data_index": 2422} +{"question": "For each document, list the number of employees who have showed up in the circulation history of that document. List the document ids and number of employees.", "answer": {"columns": ["document_id", "count(DISTINCT employee_id)"], "index": [0, 1, 2, 3], "data": [[1, 1], [2, 1], [10, 1], [20, 1]]}, "table_names": "['Circulation_History']", "table_image_ids": ["TableImg_Biqnc_4.png"], "original_data_index": 2423} +{"question": "Show the id and builder of the railway that are associated with the most trains.", "answer": {"columns": ["Railway_ID", "Builder"], "index": [0], "data": [[1, "SECR Ashford"]]}, "table_names": "['railway', 'train']", "table_image_ids": ["TableImg_Uhh7h_10.png", "TableImg_46hx9_9.png"], "original_data_index": 2424} +{"question": "Return the day Number and stored date for all the documents.", "answer": {"columns": ["Day_Number", "Date_Stored"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[7, "1976-06-15 03:40:06"], [1, "1986-10-14 17:53:39"], [3, "2008-06-08 12:45:38"], [7, "2012-07-03 09:48:46"], [7, "2012-07-03 09:48:46"], [1, "1995-01-01 03:52:11"], [3, "2008-06-08 12:45:38"], [3, "1987-11-05 06:11:22"], [3, "2008-06-08 12:45:38"], [7, "1997-03-10 15:24:00"], [7, "1997-03-10 15:24:00"], [8, "2009-08-18 03:29:08"], [7, "1976-06-15 03:40:06"], [7, "1976-06-15 03:40:06"], [7, "1997-03-10 15:24:00"]]}, "table_names": "['Ref_Calendar', 'All_Documents']", "table_image_ids": ["TableImg_Nds5t_15.png", "TableImg_4243m_15.png"], "original_data_index": 2425} +{"question": "Give the unit of measure for the product with the name 'cumin'.", "answer": {"columns": ["unit_of_measure"], "index": [0], "data": [["Weight - pound,kilo."]]}, "table_names": "['Ref_Product_Categories', 'Products']", "table_image_ids": ["TableImg_Hllyt_3.png", "TableImg_3mzzx_15.png"], "original_data_index": 2426} +{"question": "Count the number of different colleges that players who play for Columbus Crew are from.", "answer": {"columns": ["count(DISTINCT T1.College)"], "index": [0], "data": [[1]]}, "table_names": "['team', 'match_season']", "table_image_ids": ["TableImg_06ggs_10.png", "TableImg_Pigj9_16.png"], "original_data_index": 2427} +{"question": "Find the major that is studied by the largest number of students.", "answer": {"columns": ["Major"], "index": [0], "data": [[600]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Ob6t7_34.png"], "original_data_index": 2428} +{"question": "What are the names of gymnasts whose hometown is not \"Santo Domingo\"?", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Lorraine S\u00c3\u00baarez Carmona"], ["Clary Sermina Delgado Cid"], ["Endis de los Santos \u00c3\u0081lvarez"]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_Pj7v4_7.png", "TableImg_F3zdw_10.png"], "original_data_index": 2429} +{"question": "Return the phone numbers of employees with salaries between 8000 and 12000.", "answer": {"columns": ["PHONE_NUMBER"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "data": [["590.423.4567"], ["515.124.4569"], ["515.124.4169"], ["515.124.4269"], ["515.127.4561"], ["650.123.1234"], ["650.123.2234"], ["011.44.1344.429278"], ["011.44.1344.619268"], ["011.44.1344.429018"], ["011.44.1344.129268"], ["011.44.1344.345268"], ["011.44.1344.478968"], ["011.44.1344.498718"], ["011.44.1345.429268"], ["011.44.1345.929268"], ["011.44.1345.829268"], ["011.44.1345.729268"], ["011.44.1346.129268"], ["011.44.1346.229268"], ["011.44.1343.929268"], ["011.44.1343.829268"], ["011.44.1343.729268"], ["011.44.1644.429267"], ["011.44.1644.429266"], ["011.44.1644.429265"], ["011.44.1644.429264"], ["515.123.8888"], ["515.123.8080"], ["515.123.8181"]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_Dgnt1_107.png"], "original_data_index": 2430} +{"question": "Which activity has the most faculty members participating in? Find the activity name.", "answer": {"columns": ["activity_name"], "index": [0], "data": [["Crossword Puzzles"]]}, "table_names": "['Activity', 'Faculty_Participates_in']", "table_image_ids": ["TableImg_E580h_16.png", "TableImg_Eejkv_40.png"], "original_data_index": 2431} +{"question": "What are the names of products whose availability equals to 1?", "answer": {"columns": ["product_name"], "index": [0, 1, 2], "data": [["Book collection C"], ["Book collection A"], ["DVD collection B"]]}, "table_names": "['Products_for_Hire', 'View_Product_Availability']", "table_image_ids": ["TableImg_32suc_5.png", "TableImg_Efbkm_4.png"], "original_data_index": 2432} +{"question": "What are the numbers of all flights that can cover a distance of more than 2000?", "answer": {"columns": ["flno"], "index": [0, 1, 2, 3, 4, 5], "data": [[99], [387], [7], [2], [33], [34]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_I1erv_10.png"], "original_data_index": 2433} +{"question": "Which product's detail contains the word \"Latte\" or \"Americano\"? Return the full detail.", "answer": {"columns": ["product_details"], "index": [0, 1], "data": [["Americano"], ["Latte"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_8y1si_3.png"], "original_data_index": 2434} +{"question": "What is the description for the results whose project detail is 'sint'?", "answer": {"columns": ["outcome_description"], "index": [0], "data": [["Research Patent"]]}, "table_names": "['Project_Outcomes', 'Projects', 'Research_Outcomes']", "table_image_ids": ["TableImg_Ra3oo_15.png", "TableImg_Jn8f2_15.png", "TableImg_Tn4vx_2.png"], "original_data_index": 2435} +{"question": "Show the location with most number of train stations.", "answer": {"columns": ["Location"], "index": [0], "data": [["London"]]}, "table_names": "['station']", "table_image_ids": ["TableImg_Qe9ko_12.png"], "original_data_index": 2436} +{"question": "What are the lot details of lots associated with transactions with share count smaller than 50?", "answer": {"columns": ["lot_details"], "index": [0, 1, 2], "data": [["x"], ["m"], ["d"]]}, "table_names": "['Lots', 'Transactions', 'Transactions_Lots']", "table_image_ids": ["TableImg_Shrts_15.png", "TableImg_R64uk_15.png", "TableImg_Whh9n_15.png"], "original_data_index": 2437} +{"question": "What is the sum of budgets of the Marketing and Finance departments?", "answer": {"columns": ["sum(budget)"], "index": [0], "data": [[1077459.33]]}, "table_names": "['department']", "table_image_ids": ["TableImg_K9wox_20.png"], "original_data_index": 2438} +{"question": "Show the most common country across members.", "answer": {"columns": ["Country"], "index": [0], "data": [["United States"]]}, "table_names": "['member']", "table_image_ids": ["TableImg_Tuvs9_10.png"], "original_data_index": 2439} +{"question": "How many artworks are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[9]]}, "table_names": "['artwork']", "table_image_ids": ["TableImg_C2mo7_9.png"], "original_data_index": 2440} +{"question": "What is the name and country for the artist with most number of exhibitions?", "answer": {"columns": ["Name", "Country"], "index": [0], "data": [["Vijay Singh", "Fiji"]]}, "table_names": "['artist', 'exhibition']", "table_image_ids": ["TableImg_F1bxa_7.png", "TableImg_9sale_6.png"], "original_data_index": 2441} +{"question": "How many games are held after season 2007?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[17]]}, "table_names": "['game']", "table_image_ids": ["TableImg_Hkdvt_20.png"], "original_data_index": 2442} +{"question": "How much money did Lucas Mancini spend?", "answer": {"columns": ["sum(T2.total)"], "index": [0], "data": [[37.62]]}, "table_names": "['customers', 'invoices']", "table_image_ids": ["TableImg_D4k7l_59.png", "TableImg_47nbw_412.png"], "original_data_index": 2443} +{"question": "List all the distinct president votes and the vice president votes.", "answer": {"columns": ["President_Vote", "Vice_President_Vote"], "index": [0, 1, 2, 3], "data": [[1004, 1007], [1014, 1007], [1004, 1017], [1024, 1017]]}, "table_names": "['Voting_record']", "table_image_ids": ["TableImg_8akrx_10.png"], "original_data_index": 2444} +{"question": "What are the carriers of devices that are in stock in more than a single shop?", "answer": {"columns": ["Carrier"], "index": [0, 1], "data": [["Bell Mobility"], ["Vodafone AU"]]}, "table_names": "['device', 'stock']", "table_image_ids": ["TableImg_O5936_6.png", "TableImg_Lymr8_8.png"], "original_data_index": 2445} +{"question": "What are the famous titles of artists who have not only had volumes that spent more than 2 weeks on top but also volumes that spent less than 2 weeks on top?", "answer": {"columns": ["Famous_Title"], "index": [0], "data": [["Bergen 1996"]]}, "table_names": "['artist', 'volume']", "table_image_ids": ["TableImg_4ho3k_7.png", "TableImg_1yr6j_10.png"], "original_data_index": 2446} +{"question": "Who are the nominees who have been nominated for both a Tony Award and a Drama Desk Award?", "answer": {"columns": ["Nominee"], "index": [0, 1], "data": [["Bob Fosse"], ["Cleavant Derricks"]]}, "table_names": "['musical']", "table_image_ids": ["TableImg_Pt4mc_7.png"], "original_data_index": 2447} +{"question": "Show the ids of the investors who have at least two transactions.", "answer": {"columns": ["investor_id"], "index": [0, 1, 2, 3], "data": [[2], [3], [18], [19]]}, "table_names": "['Investors', 'Transactions']", "table_image_ids": ["TableImg_0y7fh_20.png", "TableImg_C695l_15.png"], "original_data_index": 2448} +{"question": "What is the name of the department with the most students minoring in it?", "answer": {"columns": ["DName"], "index": [0], "data": [["ECE"]]}, "table_names": "['Department', 'Minor_in']", "table_image_ids": ["TableImg_E1cgk_26.png", "TableImg_Mh0n9_10.png"], "original_data_index": 2449} +{"question": "List the names of people that are not employed by any company", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["David Butler"], ["Tim Naegeli"]]}, "table_names": "['people', 'employment']", "table_image_ids": ["TableImg_Isd0d_7.png", "TableImg_Zfjor_5.png"], "original_data_index": 2450} +{"question": "How many different product types are there?", "answer": {"columns": ["count(DISTINCT product_type_code)"], "index": [0], "data": [[2]]}, "table_names": "['Products_for_Hire']", "table_image_ids": ["TableImg_Gi8gx_5.png"], "original_data_index": 2451} +{"question": "What are the names of all directors whose movies have been reviewed by Sarah Martinez?", "answer": {"columns": ["director"], "index": [0], "data": [["Victor Fleming"]]}, "table_names": "['Movie', 'Reviewer', 'Rating']", "table_image_ids": ["TableImg_Vcuil_8.png", "TableImg_Qgfhn_8.png", "TableImg_Tc21f_14.png"], "original_data_index": 2452} +{"question": "List the creation year, name and budget of each department.", "answer": {"columns": ["Creation", "Name", "Budget_in_Billions"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["1789", "State", 9.96], ["1789", "Treasury", 11.1], ["1947", "Defense", 439.3], ["1870", "Justice", 23.4], ["1849", "Interior", 10.7], ["1889", "Agriculture", 77.6], ["1903", "Commerce", 6.2], ["1913", "Labor", 59.7], ["1953", "Health and Human Services", 543.2], ["1965", "Housing and Urban Development", 46.2], ["1966", "Transportation", 58.0], ["1977", "Energy", 21.5], ["1979", "Education", 62.8], ["1989", "Veterans Affairs", 73.2], ["2002", "Homeland Security", 44.6]]}, "table_names": "['department']", "table_image_ids": ["TableImg_B03ta_15.png"], "original_data_index": 2453} +{"question": "What are the names of all the Japanese constructors that have earned more than 5 points?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139], "data": [["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Honda"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Honda"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Honda"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Toyota"], ["Honda"], ["Toyota"], ["Honda"]]}, "table_names": "['constructors', 'constructorStandings']", "table_image_ids": ["TableImg_Fdh0z_208.png", "TableImg_Gp63p_11896.png"], "original_data_index": 2454} +{"question": "What are the flight numbers for the aircraft Airbus A340-300?", "answer": {"columns": ["flno"], "index": [0, 1], "data": [[13], [7]]}, "table_names": "['flight', 'aircraft']", "table_image_ids": ["TableImg_Spqlk_10.png", "TableImg_99mmv_16.png"], "original_data_index": 2455} +{"question": "Find the id of the item whose title is \"orange\".", "answer": {"columns": ["i_id"], "index": [0], "data": [[1]]}, "table_names": "['item']", "table_image_ids": ["TableImg_Xjfza_8.png"], "original_data_index": 2456} +{"question": "What are the full names of actors who had roles in more than 30 films?", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55], "data": [["KARL", "BERRY"], ["UMA", "WOOD"], ["HELEN", "VOIGHT"], ["SANDRA", "KILMER"], ["RIP", "CRAWFORD"], ["JULIA", "MCQUEEN"], ["WOODY", "HOFFMAN"], ["VAL", "BOLGER"], ["REESE", "KILMER"], ["NATALIE", "HOPKINS"], ["CHRISTIAN", "AKROYD"], ["HENRY", "BERRY"], ["ANGELA", "HUDSON"], ["MARY", "TANDY"], ["ANGELINA", "ASTAIRE"], ["SCARLETT", "DAMON"], ["WOODY", "JOLIE"], ["BEN", "WILLIS"], ["JAMES", "PITT"], ["MINNIE", "ZELLWEGER"], ["SEAN", "GUINESS"], ["KIRSTEN", "AKROYD"], ["KENNETH", "TORN"], ["DARYL", "WAHLBERG"], ["SUSAN", "DAVIS"], ["WALTER", "TORN"], ["PENELOPE", "CRONYN"], ["SIDNEY", "CROWE"], ["GROUCHO", "DUNST"], ["GINA", "DEGENERES"], ["WARREN", "NOLTE"], ["CAMERON", "ZELLWEGER"], ["RENEE", "TRACY"], ["WARREN", "JACKMAN"], ["JULIANNE", "DENCH"], ["ALBERT", "NOLTE"], ["KEVIN", "GARLAND"], ["ED", "MANSFIELD"], ["EWAN", "GOODING"], ["WHOOPI", "HURT"], ["JADA", "RYDER"], ["RIVER", "DEAN"], ["ANGELA", "WITHERSPOON"], ["ALBERT", "JOHANSSON"], ["FAY", "WINSLET"], ["RUSSELL", "TEMPLE"], ["JAYNE", "NOLTE"], ["IAN", "TANDY"], ["GRETA", "MALDEN"], ["VIVIEN", "BASINGER"], ["HARVEY", "HOPE"], ["WILL", "WILSON"], ["MATTHEW", "CARREY"], ["RENEE", "BALL"], ["REESE", "WEST"], ["MARY", "KEITEL"]]}, "table_names": "['actor', 'film_actor']", "table_image_ids": ["TableImg_J3vkb_200.png", "TableImg_Awcib_5462.png"], "original_data_index": 2457} +{"question": "Show the countries that have both perpetrators with injures more than 50 and perpetrators with injures smaller than 20.", "answer": {"columns": ["Country"], "index": [0], "data": [["China"]]}, "table_names": "['perpetrator']", "table_image_ids": ["TableImg_1s0mx_5.png"], "original_data_index": 2458} +{"question": "What are the booking start and end dates of the apartments with type code \"Duplex\"?", "answer": {"columns": ["booking_start_date", "booking_start_date"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["2016-09-26 17:13:49", "2016-09-26 17:13:49"], ["2016-04-01 06:28:08", "2016-04-01 06:28:08"], ["2016-08-04 10:33:00", "2016-08-04 10:33:00"], ["2016-07-25 02:57:04", "2016-07-25 02:57:04"], ["2017-03-04 02:23:49", "2017-03-04 02:23:49"], ["2016-06-07 05:05:18", "2016-06-07 05:05:18"], ["2016-09-28 05:00:50", "2016-09-28 05:00:50"]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_7x8w5_15.png", "TableImg_Z5dw0_15.png"], "original_data_index": 2459} +{"question": "Show the name of the customer who has the most orders.", "answer": {"columns": ["customer_name"], "index": [0], "data": [["Sterling"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_0ec6n_15.png", "TableImg_3zia1_15.png"], "original_data_index": 2460} +{"question": "What are the categories of music festivals for which there have been more than 1 music festival?", "answer": {"columns": ["Category"], "index": [0, 1], "data": [["Best Lyrics"], ["Best Song"]]}, "table_names": "['music_festival']", "table_image_ids": ["TableImg_Dlaf8_9.png"], "original_data_index": 2461} +{"question": "For each station, find its latitude and the minimum duration of trips that ended at the station.", "answer": {"columns": ["name", "lat", "min(T2.duration)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69], "data": [["San Jose Diridon Caltrain Station", 37.329732, 195], ["San Jose Civic Center", 37.330698, 211], ["Santa Clara at Almaden", 37.333988, 169], ["Adobe on Almaden", 37.331415, 237], ["San Pedro Square", 37.336721, 182], ["Paseo de San Antonio", 37.333798, 147], ["San Salvador at 1st", 37.330165, 161], ["Japantown", 37.348742, 259], ["San Jose City Hall", 37.337391, 219], ["MLK Library", 37.335885, 209], ["SJSU 4th at San Carlos", 37.332808, 205], ["St James Park", 37.339301, 101], ["Arena Green / SAP Center", 37.332692, 165], ["SJSU - San Salvador at 9th", 37.333955, 258], ["Franklin at Maple", 37.481758, 198], ["Redwood City Caltrain Station", 37.486078, 206], ["San Mateo County Center", 37.487616, 126], ["Redwood City Public Library", 37.484219, 1193], ["Stanford in Redwood City", 37.48537, 651], ["Redwood City Medical Center", 37.487682, 225], ["Mountain View City Hall", 37.389218, 145], ["Mountain View Caltrain Station", 37.394358, 189], ["San Antonio Caltrain Station", 37.40694, 153], ["Evelyn Park and Ride", 37.390277, 191], ["San Antonio Shopping Center", 37.400443, 198], ["Castro Street and El Camino Real", 37.385956, 166], ["Rengstorff Avenue / California Street", 37.400241, 320], ["Palo Alto Caltrain Station", 37.443988, 80], ["University and Emerson", 37.444521, 631], ["California Ave Caltrain Station", 37.429082, 151], ["Cowper at University", 37.448598, 145], ["Park at Olive", 37.4256839, 166], ["Powell Street BART", 37.783871, 104], ["Clay at Battery", 37.795001, 92], ["Davis at Jackson", 37.79728, 84], ["Commercial at Montgomery", 37.794231, 76], ["Washington at Kearney", 37.795425, 175], ["Post at Kearney", 37.788975, 73], ["Embarcadero at Vallejo", 37.799953, 111], ["Spear at Folsom", 37.790302, 139], ["Harry Bridges Plaza (Ferry Building)", 37.795392, 114], ["Embarcadero at Folsom", 37.791464, 63], ["Embarcadero at Bryant", 37.787152, 136], ["Temporary Transbay Terminal (Howard at Beale)", 37.789756, 86], ["Beale at Market", 37.792251, 72], ["5th at Howard", 37.781752, 73], ["San Francisco City Hall", 37.77865, 120], ["Golden Gate at Polk", 37.781332, 107], ["Embarcadero at Sansome", 37.80477, 62], ["2nd at Townsend", 37.780526, 68], ["2nd at Folsom", 37.785299, 111], ["Howard at 2nd", 37.786978, 62], ["2nd at South Park", 37.782259, 71], ["Townsend at 7th", 37.771058, 138], ["South Van Ness at Market", 37.774814, 70], ["Market at 10th", 37.776619, 101], ["Yerba Buena Center of the Arts (3rd @ Howard)", 37.784878, 126], ["San Francisco Caltrain 2 (330 Townsend)", 37.7766, 77], ["San Francisco Caltrain (Townsend at 4th)", 37.776617, 61], ["Powell at Post (Union Square)", 37.788446, 209], ["Civic Center BART (7th at Market)", 37.781039, 106], ["Grant Avenue at Columbus Avenue", 37.798522, 143], ["Steuart at Market", 37.794139, 64], ["Mechanics Plaza (Market at Battery)", 37.7913, 87], ["Market at 4th", 37.786305, 140], ["Market at Sansome", 37.789625, 104], ["Santa Clara County Civic Center", 37.352601, 409], ["Broadway St at Battery St", 37.798541, 105], ["Mezes Park", 37.491269, 225], ["Ryland Park", 37.342725, 269]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_Sh5b7_70.png", "TableImg_Yszu9_9959.png"], "original_data_index": 2462} +{"question": "How many states that have some college students playing in the mid position but not in the goalie position.", "answer": {"columns": ["COUNT(*)"], "index": [0], "data": [[1]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_Pr4mv_4.png", "TableImg_Sq0fd_6.png"], "original_data_index": 2463} +{"question": "What nurses are on call with block floor 1 and block code 1? Tell me their names.", "answer": {"columns": ["Nurse"], "index": [0, 1], "data": [[101], [103]]}, "table_names": "['Nurse', 'On_Call']", "table_image_ids": ["TableImg_Lcwo2_3.png", "TableImg_0r1fo_6.png"], "original_data_index": 2464} +{"question": "Count the number of invoices.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Invoices']", "table_image_ids": ["TableImg_P8w0h_15.png"], "original_data_index": 2465} +{"question": "What is the average GPA of students taking ACCT-211?", "answer": {"columns": ["avg(T2.stu_gpa)"], "index": [0], "data": [[3.055]]}, "table_names": "['CLASS', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_Zn18c_13.png", "TableImg_1g38g_6.png", "TableImg_Fgzw5_8.png"], "original_data_index": 2466} +{"question": "List first name and last name of customers that have more than 2 payments.", "answer": {"columns": ["first_name", "last_name"], "index": [0], "data": [["Estelle", "Grant"]]}, "table_names": "['Customers', 'Customer_Payments']", "table_image_ids": ["TableImg_Xjwr2_15.png", "TableImg_Icmgn_15.png"], "original_data_index": 2467} +{"question": "What is the average number of bank customers?", "answer": {"columns": ["avg(no_of_customers)"], "index": [0], "data": [[286.5]]}, "table_names": "['bank']", "table_image_ids": ["TableImg_Dvh8r_4.png"], "original_data_index": 2468} +{"question": "List the titles of books that are not published.", "answer": {"columns": ["Title"], "index": [0, 1, 2], "data": [["Bloody Mary"], ["Dead Corps"], ["Gemini Blood"]]}, "table_names": "['publication', 'book']", "table_image_ids": ["TableImg_Z5ece_7.png", "TableImg_5td7t_10.png"], "original_data_index": 2469} +{"question": "For each city, what is the highest latitude for its stations?", "answer": {"columns": ["city", "max(lat)"], "index": [0, 1, 2, 3, 4], "data": [["Mountain View", 37.40694], ["Palo Alto", 37.448598], ["Redwood City", 37.491269], ["San Francisco", 37.80477], ["San Jose", 37.352601]]}, "table_names": "['station']", "table_image_ids": ["TableImg_Oes3c_70.png"], "original_data_index": 2470} +{"question": "What is the name of all tracks in the Rock genre?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296], "data": [["For Those About To Rock (We Salute You)"], ["Balls to the Wall"], ["Fast As a Shark"], ["Restless and Wild"], ["Princess of the Dawn"], ["Put The Finger On You"], ["Let's Get It Up"], ["Inject The Venom"], ["Snowballed"], ["Evil Walks"], ["C.O.D."], ["Breaking The Rules"], ["Night Of The Long Knives"], ["Spellbound"], ["Go Down"], ["Dog Eat Dog"], ["Let There Be Rock"], ["Bad Boy Boogie"], ["Problem Child"], ["Overdose"], ["Hell Ain't A Bad Place To Be"], ["Whole Lotta Rosie"], ["Walk On Water"], ["Love In An Elevator"], ["Rag Doll"], ["What It Takes"], ["Dude (Looks Like A Lady)"], ["Janie's Got A Gun"], ["Cryin'"], ["Amazing"], ["Blind Man"], ["Deuces Are Wild"], ["The Other Side"], ["Crazy"], ["Eat The Rich"], ["Angel"], ["Livin' On The Edge"], ["All I Really Want"], ["You Oughta Know"], ["Perfect"], ["Hand In My Pocket"], ["Right Through You"], ["Forgiven"], ["You Learn"], ["Head Over Feet"], ["Mary Jane"], ["Ironic"], ["Not The Doctor"], ["Wake Up"], ["You Oughta Know (Alternate)"], ["We Die Young"], ["Man In The Box"], ["Sea Of Sorrow"], ["Bleed The Freak"], ["I Can't Remember"], ["Love, Hate, Love"], ["It Ain't Like That"], ["Sunshine"], ["Put You Down"], ["Confusion"], ["I Know Somethin (Bout You)"], ["Real Thing"], ["Cochise"], ["Show Me How to Live"], ["Gasoline"], ["What You Are"], ["Like a Stone"], ["Set It Off"], ["Shadow on the Sun"], ["I am the Highway"], ["Exploder"], ["Hypnotize"], ["Bring'em Back Alive"], ["Light My Way"], ["Getaway Car"], ["The Last Remaining Light"], ["You Shook Me"], ["I Can't Quit You Baby"], ["Communication Breakdown"], ["Dazed and Confused"], ["The Girl I Love She Got Long Black Wavy Hair"], ["What is and Should Never Be"], ["Communication Breakdown(2)"], ["Travelling Riverside Blues"], ["Whole Lotta Love"], ["Somethin' Else"], ["Communication Breakdown(3)"], ["I Can't Quit You Baby(2)"], ["You Shook Me(2)"], ["How Many More Times"], ["Debra Kadabra"], ["Carolina Hard-Core Ecstasy"], ["Sam With The Showing Scalp Flat Top"], ["Poofter's Froth Wyoming Plans Ahead"], ["200 Years Old"], ["Cucamonga"], ["Advance Romance"], ["Man With The Woman Head"], ["Muffin Man"], ["A Kind Of Magic"], ["Under Pressure"], ["Radio GA GA"], ["I Want It All"], ["I Want To Break Free"], ["Innuendo"], ["It's A Hard Life"], ["Breakthru"], ["Who Wants To Live Forever"], ["Headlong"], ["The Miracle"], ["I'm Going Slightly Mad"], ["The Invisible Man"], ["Hammer To Fall"], ["Friends Will Be Friends"], ["The Show Must Go On"], ["One Vision"], ["Detroit Rock City"], ["Black Diamond"], ["Hard Luck Woman"], ["Sure Know Something"], ["Love Gun"], ["Deuce"], ["Goin' Blind"], ["Shock Me"], ["Do You Love Me"], ["She"], ["I Was Made For Loving You"], ["Shout It Out Loud"], ["God Of Thunder"], ["Calling Dr. Love"], ["Beth"], ["Strutter"], ["Rock And Roll All Nite"], ["Cold Gin"], ["Plaster Caster"], ["God Gave Rock 'n' Roll To You"], ["Into The Light"], ["River Song"], ["She Give Me ..."], ["Don't You Cry"], ["Love Is Blind"], ["Slave"], ["Cry For Love"], ["Living On Love"], ["Midnight Blue"], ["Too Many Tears"], ["Don't Lie To Me"], ["Wherever You May Go"], ["Burn"], ["Stormbringer"], ["Gypsy"], ["Lady Double Dealer"], ["Mistreated"], ["Smoke On The Water"], ["You Fool No One"], ["Custard Pie"], ["The Rover"], ["In My Time Of Dying"], ["Houses Of The Holy"], ["Trampled Under Foot"], ["Kashmir"], ["(Da Le) Yaleo"], ["Love Of My Life"], ["Put Your Lights On"], ["Africa Bamba"], ["Smooth"], ["Do You Like The Way"], ["Maria Maria"], ["Migra"], ["Corazon Espinado"], ["Wishing It Was"], ["El Farol"], ["Primavera"], ["The Calling"], ["Space Truckin'"], ["Going Down / Highway Star"], ["Mistreated (Alternate Version)"], ["You Fool No One (Alternate Version)"], ["Susie Q"], ["I Put A Spell On You"], ["Proud Mary"], ["Bad Moon Rising"], ["Lodi"], ["Green River"], ["Commotion"], ["Down On The Corner"], ["Fortunate Son"], ["Travelin' Band"], ["Who'll Stop The Rain"], ["Up Around The Bend"], ["Run Through The Jungle"], ["Lookin' Out My Back Door"], ["Long As I Can See The Light"], ["I Heard It Through The Grapevine"], ["Have You Ever Seen The Rain?"], ["Hey Tonight"], ["Sweet Hitch-Hiker"], ["Someday Never Comes"], ["Walking On The Water"], ["Suzie-Q, Pt. 2"], ["Born On The Bayou"], ["Good Golly Miss Molly"], ["Tombstone Shadow"], ["Wrote A Song For Everyone"], ["Night Time Is The Right Time"], ["Cotton Fields"], ["It Came Out Of The Sky"], ["Don't Look Now"], ["The Midnight Special"], ["Before You Accuse Me"], ["My Baby Left Me"], ["Pagan Baby"], ["(Wish I Could) Hideaway"], ["It's Just A Thought"], ["Molina"], ["Born To Move"], ["Lookin' For A Reason"], ["Hello Mary Lou"], ["Comin' Home"], ["Lady Luck"], ["Gettin' Tighter"], ["Dealer"], ["I Need Love"], ["Drifter"], ["Love Child"], ["This Time Around / Owed to 'G' instrumental"], ["You Keep On Moving"], ["Speed King"], ["Bloodsucker"], ["Child In Time"], ["Flight Of The Rat"], ["Into The Fire"], ["Living Wreck"], ["Hard Lovin' Man"], ["Fireball"], ["No No No"], ["Strange Kind Of Woman"], ["Anyone's Daughter"], ["The Mule"], ["Fools"], ["No One Came"], ["Knocking At Your Back Door"], ["Bad Attitude"], ["Child In Time (Son Of Aleric - Instrumental)"], ["Nobody's Home"], ["Black Night"], ["Perfect Strangers"], ["The Unwritten Law"], ["Call Of The Wild"], ["Hush"], ["Smoke On The Water"], ["Space Trucking"], ["Highway Star"], ["Maybe I'm A Leo"], ["Pictures Of Home"], ["Never Before"], ["Smoke On The Water"], ["Lazy"], ["Space Truckin'"], ["Vavoom : Ted The Mechanic"], ["Loosen My Strings"], ["Soon Forgotten"], ["Sometimes I Feel Like Screaming"], ["Cascades : I'm Not Your Lover"], ["The Aviator"], ["Rosa's Cantina"], ["A Castle Full Of Rascals"], ["A Touch Away"], ["Hey Cisco"], ["Somebody Stole My Guitar"], ["The Purpendicular Waltz"], ["King Of Dreams"], ["The Cut Runs Deep"], ["Fire In The Basement"], ["Truth Hurts"], ["Breakfast In Bed"], ["Love Conquers All"], ["Fortuneteller"], ["Too Much Is Not Enough"], ["Wicked Ways"], ["Stormbringer"], ["Love Don't Mean a Thing"], ["Holy Man"], ["Hold On"], ["Lady Double Dealer"], ["You Can't Do it Right (With the One You Love)"], ["High Ball Shooter"], ["The Gypsy"], ["Soldier Of Fortune"], ["The Battle Rages On"], ["Lick It Up"], ["Anya"], ["Talk About Love"], ["Time To Kill"], ["Ramshackle Man"], ["A Twist In The Tail"], ["Nasty Piece Of Work"], ["Solitaire"], ["One Man's Meat"], ["Pour Some Sugar On Me"], ["Photograph"], ["Love Bites"], ["Let's Get Rocked"], ["Two Steps Behind [Acoustic Version]"], ["Animal"], ["Heaven Is"], ["Rocket"], ["When Love & Hate Collide"], ["Action"], ["Make Love Like A Man"], ["Armageddon It"], ["Have You Ever Needed Someone So Bad"], ["Rock Of Ages"], ["Hysteria"], ["Bringin' On The Heartbreak"], ["Get Out"], ["Ricochet"], ["Evidence"], ["The Gentle Art Of Making Enemies"], ["Star A.D."], ["Cuckoo For Caca"], ["Caralho Voador"], ["Ugly In The Morning"], ["Digging The Grave"], ["Take This Bottle"], ["King For A Day"], ["What A Day"], ["The Last To Know"], ["Just A Man"], ["Absolute Zero"], ["In Your Honor"], ["No Way Back"], ["Best Of You"], ["DOA"], ["Hell"], ["The Last Song"], ["Free Me"], ["Resolve"], ["The Deepest Blues Are Black"], ["End Over End"], ["Still"], ["What If I Do?"], ["Miracle"], ["Another Round"], ["Friend Of A Friend"], ["Over And Out"], ["On The Mend"], ["Virginia Moon"], ["Cold Day In The Sun"], ["Razor"], ["Doll"], ["Monkey Wrench"], ["Hey, Johnny Park!"], ["My Poor Brain"], ["Wind Up"], ["Up In Arms"], ["My Hero"], ["See You"], ["Enough Space"], ["February Stars"], ["Everlong"], ["Walking After You"], ["New Way Home"], ["Welcome to the Jungle"], ["It's So Easy"], ["Nightrain"], ["Out Ta Get Me"], ["Mr. Brownstone"], ["Paradise City"], ["My Michelle"], ["Think About You"], ["Sweet Child O' Mine"], ["You're Crazy"], ["Anything Goes"], ["Rocket Queen"], ["Right Next Door to Hell"], ["Dust N' Bones"], ["Live and Let Die"], ["Don't Cry (Original)"], ["Perfect Crime"], ["You Ain't the First"], ["Bad Obsession"], ["Back off Bitch"], ["Double Talkin' Jive"], ["November Rain"], ["The Garden"], ["Garden of Eden"], ["Don't Damn Me"], ["Bad Apples"], ["Dead Horse"], ["Coma"], ["Different World"], ["These Colours Don't Run"], ["Brighter Than a Thousand Suns"], ["The Pilgrim"], ["The Longest Day"], ["Out of the Shadows"], ["The Reincarnation of Benjamin Breeg"], ["For the Greater Good of God"], ["Lord of Light"], ["The Legacy"], ["Hallowed Be Thy Name (Live) [Non Album Bonus Track]"], ["The Wicker Man"], ["Ghost Of The Navigator"], ["Brave New World"], ["Blood Brothers"], ["The Mercenary"], ["Dream Of Mirrors"], ["The Fallen Angel"], ["The Nomad"], ["Out Of The Silent Planet"], ["The Thin Line Between Love & Hate"], ["Be Quick Or Be Dead"], ["From Here To Eternity"], ["Afraid To Shoot Strangers"], ["Fear Is The Key"], ["Childhood's End"], ["Wasting Love"], ["The Fugitive"], ["Chains Of Misery"], ["The Apparition"], ["Judas Be My Guide"], ["Weekend Warrior"], ["Fear Of The Dark"], ["Be Quick Or Be Dead"], ["The Number Of The Beast"], ["Wrathchild"], ["From Here To Eternity"], ["Can I Play With Madness"], ["Wasting Love"], ["Tailgunner"], ["The Evil That Men Do"], ["Afraid To Shoot Strangers"], ["Fear Of The Dark"], ["Bring Your Daughter... To The Slaughter..."], ["The Clairvoyant"], ["Heaven Can Wait"], ["Run To The Hills"], ["2 Minutes To Midnight"], ["Iron Maiden"], ["Hallowed Be Thy Name"], ["The Trooper"], ["Sanctuary"], ["Running Free"], ["Dream Of Mirrors"], ["The Clansman"], ["Fear Of The Dark"], ["Iron Maiden"], ["The Number Of The Beast"], ["Hallowed Be Thy Name"], ["Sanctuary"], ["Run To The Hills"], ["The Number Of The Beast"], ["Sign Of The Cross"], ["Lord Of The Flies"], ["Man On The Edge"], ["Fortunes Of War"], ["Look For The Truth"], ["The Aftermath"], ["Judgement Of Heaven"], ["Blood On The World's Hands"], ["The Edge Of Darkness"], ["2 A.M."], ["The Unbeliever"], ["Futureal"], ["The Angel And The Gambler"], ["Lightning Strikes Twice"], ["The Clansman"], ["When Two Worlds Collide"], ["The Educated Fool"], ["Don't Look To The Eyes Of A Stranger"], ["Como Estais Amigos"], ["When You Gonna Learn (Digeridoo)"], ["Too Young To Die"], ["Hooked Up"], ["If I Like It, I Do It"], ["Music Of The Wind"], ["Emergency On Planet Earth"], ["Whatever It Is, I Just Can't Stop"], ["Blow Your Mind"], ["Revolution 1993"], ["Didgin' Out"], ["Foxy Lady"], ["Manic Depression"], ["Red House"], ["Can You See Me"], ["Love Or Confusion"], ["I Don't Live Today"], ["May This Be Love"], ["Fire"], ["Third Stone From The Sun"], ["Remember"], ["Are You Experienced?"], ["Hey Joe"], ["Stone Free"], ["Purple Haze"], ["51st Anniversary"], ["The Wind Cries Mary"], ["Highway Chile"], ["Surfing with the Alien"], ["Ice 9"], ["Crushing Day"], ["Always With Me, Always With You"], ["Satch Boogie"], ["Hill of the Skull"], ["Circles"], ["Lords of Karma"], ["Midnight"], ["Echo"], ["Comin' Home"], ["Plaster Caster"], ["Goin' Blind"], ["Do You Love Me"], ["Domino"], ["Sure Know Something"], ["A World Without Heroes"], ["Rock Bottom"], ["See You Tonight"], ["I Still Love You"], ["Every Time I Look At You"], ["2,000 Man"], ["Beth"], ["Nothin' To Lose"], ["Rock And Roll All Nite"], ["Immigrant Song"], ["Heartbreaker"], ["Since I've Been Loving You"], ["Black Dog"], ["Dazed And Confused"], ["Stairway To Heaven"], ["Going To California"], ["That's The Way"], ["Whole Lotta Love (Medley)"], ["Thank You"], ["We're Gonna Groove"], ["Poor Tom"], ["I Can't Quit You Baby"], ["Walter's Walk"], ["Ozone Baby"], ["Darlene"], ["Bonzo's Montreux"], ["Wearing And Tearing"], ["The Song Remains The Same"], ["The Rain Song"], ["Over The Hills And Far Away"], ["The Crunge"], ["Dancing Days"], ["D'Yer Mak'er"], ["No Quarter"], ["The Ocean"], ["In The Evening"], ["South Bound Saurez"], ["Fool In The Rain"], ["Hot Dog"], ["Carouselambra"], ["All My Love"], ["I'm Gonna Crawl"], ["Black Dog"], ["Rock & Roll"], ["The Battle Of Evermore"], ["Stairway To Heaven"], ["Misty Mountain Hop"], ["Four Sticks"], ["Going To California"], ["When The Levee Breaks"], ["Good Times Bad Times"], ["Babe I'm Gonna Leave You"], ["You Shook Me"], ["Dazed and Confused"], ["Your Time Is Gonna Come"], ["Black Mountain Side"], ["Communication Breakdown"], ["I Can't Quit You Baby"], ["How Many More Times"], ["Whole Lotta Love"], ["What Is And What Should Never Be"], ["The Lemon Song"], ["Thank You"], ["Heartbreaker"], ["Living Loving Maid (She's Just A Woman)"], ["Ramble On"], ["Moby Dick"], ["Bring It On Home"], ["Immigrant Song"], ["Friends"], ["Celebration Day"], ["Since I've Been Loving You"], ["Out On The Tiles"], ["Gallows Pole"], ["Tangerine"], ["That's The Way"], ["Bron-Y-Aur Stomp"], ["Hats Off To (Roy) Harper"], ["In The Light"], ["Bron-Yr-Aur"], ["Down By The Seaside"], ["Ten Years Gone"], ["Night Flight"], ["The Wanton Song"], ["Boogie With Stu"], ["Black Country Woman"], ["Sick Again"], ["Achilles Last Stand"], ["For Your Life"], ["Royal Orleans"], ["Nobody's Fault But Mine"], ["Candy Store Rock"], ["Hots On For Nowhere"], ["Tea For One"], ["Rock & Roll"], ["Celebration Day"], ["The Song Remains The Same"], ["Rain Song"], ["Dazed And Confused"], ["No Quarter"], ["Stairway To Heaven"], ["Moby Dick"], ["Whole Lotta Love"], ["Are You Gonna Go My Way"], ["Fly Away"], ["Rock And Roll Is Dead"], ["Again"], ["It Ain't Over 'Til It's Over"], ["Can't Get You Off My Mind"], ["Mr. Cab Driver"], ["American Woman"], ["Stand By My Woman"], ["Always On The Run"], ["Heaven Help"], ["I Belong To You"], ["Believe"], ["Let Love Rule"], ["Black Velveteen"], ["Pseudo Silk Kimono"], ["Kayleigh"], ["Lavender"], ["Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel"], ["Heart Of Lothian: Wide Boy / Curtain Call"], ["Waterhole (Expresso Bongo)"], ["Lords Of The Backstage"], ["Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold"], ["Childhoods End?"], ["White Feather"], ["Down Under"], ["Overkill"], ["Be Good Johnny"], ["Everything I Need"], ["Down by the Sea"], ["Who Can It Be Now?"], ["It's a Mistake"], ["Dr. Heckyll & Mr. Jive"], ["Shakes and Ladders"], ["No Sign of Yesterday"], ["Intro"], ["School"], ["Drain You"], ["Aneurysm"], ["Smells Like Teen Spirit"], ["Been A Son"], ["Lithium"], ["Sliver"], ["Spank Thru"], ["Scentless Apprentice"], ["Heart-Shaped Box"], ["Milk It"], ["Negative Creep"], ["Polly"], ["Breed"], ["Tourette's"], ["Blew"], ["Smells Like Teen Spirit"], ["In Bloom"], ["Come As You Are"], ["Breed"], ["Lithium"], ["Polly"], ["Territorial Pissings"], ["Drain You"], ["Lounge Act"], ["Stay Away"], ["On A Plain"], ["Something In The Way"], ["Time"], ["P.S.Apare\u00c3\u00a7a"], ["Sangue Latino"], ["Folhas Secas"], ["Poeira"], ["M\u00c3\u00a1gica"], ["Quem Mata A Mulher Mata O Melhor"], ["Mundar\u00c3\u00a9u"], ["O Bra\u00c3\u00a7o Da Minha Guitarra"], ["Deus"], ["M\u00c3\u00a3e Terra"], ["\u00c3\u0080s Vezes"], ["Menino De Rua"], ["Prazer E F\u00c3\u00a9"], ["Elza"], ["Bark at the Moon"], ["I Don't Know"], ["Crazy Train"], ["Flying High Again"], ["Mama, I'm Coming Home"], ["No More Tears"], ["Shining In The Light"], ["When The World Was Young"], ["Upon A Golden Horse"], ["Blue Train"], ["Please Read The Letter"], ["Most High"], ["Heart In Your Hand"], ["Walking Into Clarksdale"], ["Burning Up"], ["When I Was A Child"], ["House Of Love"], ["Sons Of Freedom"], ["Wrathchild"], ["Killers"], ["Prowler"], ["Murders In The Rue Morgue"], ["Women In Uniform"], ["Remember Tomorrow"], ["Sanctuary"], ["Running Free"], ["Phantom Of The Opera"], ["Iron Maiden"], ["Corduroy"], ["Given To Fly"], ["Hail, Hail"], ["Daughter"], ["Elderly Woman Behind The Counter In A Small Town"], ["Untitled"], ["MFC"], ["Go"], ["Red Mosquito"], ["Even Flow"], ["Off He Goes"], ["Nothingman"], ["Do The Evolution"], ["Better Man"], ["Black"], ["F*Ckin' Up"], ["Can't Keep"], ["Save You"], ["Love Boat Captain"], ["Cropduster"], ["Ghost"], ["I Am Mine"], ["Thumbing My Way"], ["You Are"], ["Get Right"], ["Green Disease"], ["Help Help"], ["Bushleager"], ["1/2 Full"], ["Arc"], ["All or None"], ["Once"], ["Evenflow"], ["Alive"], ["Why Go"], ["Black"], ["Jeremy"], ["Oceans"], ["Porch"], ["Garden"], ["Deep"], ["Release"], ["Go"], ["Animal"], ["Daughter"], ["Glorified G"], ["Dissident"], ["W.M.A."], ["Blood"], ["Rearviewmirror"], ["Rats"], ["Elderly Woman Behind The Counter In A Small Town"], ["Leash"], ["Indifference"], ["Speak To Me/Breathe"], ["On The Run"], ["Time"], ["The Great Gig In The Sky"], ["Money"], ["Us And Them"], ["Any Colour You Like"], ["Brain Damage"], ["Eclipse"], ["Bohemian Rhapsody"], ["Another One Bites The Dust"], ["Killer Queen"], ["Fat Bottomed Girls"], ["Bicycle Race"], ["You're My Best Friend"], ["Don't Stop Me Now"], ["Save Me"], ["Crazy Little Thing Called Love"], ["Somebody To Love"], ["Now I'm Here"], ["Good Old-Fashioned Lover Boy"], ["Play The Game"], ["Flash"], ["Seven Seas Of Rhye"], ["We Will Rock You"], ["We Are The Champions"], ["We Will Rock You"], ["We Are The Champions"], ["Sheer Heart Attack"], ["All Dead, All Dead"], ["Spread Your Wings"], ["Fight From The Inside"], ["Get Down, Make Love"], ["Sleep On The Sidewalk"], ["Who Needs You"], ["It's Late"], ["My Melancholy Blues"], ["How The West Was Won And Where It Got Us"], ["The Wake-Up Bomb"], ["New Test Leper"], ["Undertow"], ["E-Bow The Letter"], ["Leave"], ["Departure"], ["Bittersweet Me"], ["Be Mine"], ["Binky The Doormat"], ["Zither"], ["So Fast, So Numb"], ["Low Desert"], ["Electrolite"], ["Maluco Beleza"], ["O Dia Em Que A Terra Parou"], ["No Fundo Do Quintal Da Escola"], ["O Segredo Do Universo"], ["As Profecias"], ["Mata Virgem"], ["Sapato 36"], ["Todo Mundo Explica"], ["Que Luz \u00c3\u0089 Essa"], ["Diamante De Mendigo"], ["Neg\u00c3\u00b3cio \u00c3\u0089"], ["Muita Estrela, Pouca Constela\u00c3\u00a7\u00c3\u00a3o"], ["S\u00c3\u00a9culo XXI"], ["Rock Das Aranhas (Ao Vivo) (Live)"], ["By The Way"], ["Universally Speaking"], ["This Is The Place"], ["Dosed"], ["Don't Forget Me"], ["The Zephyr Song"], ["Can't Stop"], ["I Could Die For You"], ["Midnight"], ["Throw Away Your Television"], ["Cabron"], ["Tear"], ["On Mercury"], ["Minor Thing"], ["Warm Tape"], ["Venice Queen"], ["Around The World"], ["Parallel Universe"], ["Scar Tissue"], ["Otherside"], ["Get On Top"], ["Californication"], ["Easily"], ["Porcelain"], ["Emit Remmus"], ["I Like Dirt"], ["This Velvet Glove"], ["Savior"], ["Purple Stain"], ["Right On Time"], ["Road Trippin'"], ["The Spirit Of Radio"], ["The Trees"], ["Something For Nothing"], ["Freewill"], ["Xanadu"], ["Bastille Day"], ["By-Tor And The Snow Dog"], ["Anthem"], ["Closer To The Heart"], ["2112 Overture"], ["The Temples Of Syrinx"], ["La Villa Strangiato"], ["Fly By Night"], ["Finding My Way"], ["Jingo"], ["El Corazon Manda"], ["La Puesta Del Sol"], ["Persuasion"], ["As The Years Go by"], ["Soul Sacrifice"], ["Fried Neckbones And Home Fries"], ["Santana Jam"], ["Evil Ways"], ["We've Got To Get Together/Jingo"], ["Rock Me"], ["Just Ain't Good Enough"], ["Funky Piano"], ["The Way You Do To Mer"], ["Holding Back The Years"], ["Money's Too Tight To Mention"], ["The Right Thing"], ["It's Only Love"], ["A New Flame"], ["You've Got It"], ["If You Don't Know Me By Now"], ["Stars"], ["Something Got Me Started"], ["Thrill Me"], ["Your Mirror"], ["For Your Babies"], ["So Beautiful"], ["Angel"], ["Fairground"], ["\u00c3\u0081gua E Fogo"], ["Tr\u00c3\u00aas Lados"], ["Ela Desapareceu"], ["Balada Do Amor Inabal\u00c3\u00a1vel"], ["Can\u00c3\u00a7\u00c3\u00a3o Noturna"], ["Mu\u00c3\u00a7ulmano"], ["Maquinarama"], ["Rebeli\u00c3\u00a3o"], ["A \u00c3\u009altima Guerra"], ["Fica"], ["Ali"], ["Preto Dami\u00c3\u00a3o"], ["\u00c3\u0089 Uma Partida De Futebol"], ["Eu Disse A Ela"], ["Z\u00c3\u00a9 Trindade"], ["Garota Nacional"], ["T\u00c3\u00a3o Seu"], ["Sem Terra"], ["Os Exilados"], ["Um Dia Qualquer"], ["Los Pretos"], ["Sul Da Am\u00c3\u00a9rica"], ["Pocon\u00c3\u00a9"], ["Nothing To Say"], ["Flower"], ["Loud Love"], ["Hands All Over"], ["Get On The Snake"], ["Jesus Christ Pose"], ["Outshined"], ["Rusty Cage"], ["Spoonman"], ["The Day I Tried To Live"], ["Black Hole Sun"], ["Fell On Black Days"], ["Pretty Noose"], ["Burden In My Hand"], ["Blow Up The Outside World"], ["Ty Cobb"], ["Bleed Together"], ["Dead And Bloated"], ["Sex Type Thing"], ["Wicked Garden"], ["No Memory"], ["Sin"], ["Naked Sunday"], ["Creep"], ["Piece Of Pie"], ["Plush"], ["Wet My Bed"], ["Crackerman"], ["Where The River Goes"], ["The Sun Road"], ["Dark Corners"], ["Duende"], ["Black Light Syndrome"], ["Falling in Circles"], ["Book of Hours"], ["Chaos-Control"], ["War (The Process)"], ["The Saint"], ["Rise"], ["Take The Power"], ["Breathe"], ["Nico"], ["American Gothic"], ["Ashes And Ghosts"], ["Shape The Sky"], ["Speed Of Light"], ["True Believers"], ["My Bridges Burn"], ["She Sells Sanctuary"], ["Fire Woman"], ["Lil' Evil"], ["Spirit Walker"], ["The Witch"], ["Revolution"], ["Wild Hearted Son"], ["Love Removal Machine"], ["Rain"], ["Edie (Ciao Baby)"], ["Heart Of Soul"], ["Love"], ["Wild Flower"], ["Go West"], ["Resurrection Joe"], ["Sun King"], ["Sweet Soul Sister"], ["Earth Mofo"], ["Break on Through"], ["Soul Kitchen"], ["The Crystal Ship"], ["Twentienth Century Fox"], ["Alabama Song"], ["Light My Fire"], ["Back Door Man"], ["I Looked At You"], ["End Of The Night"], ["Take It As It Comes"], ["The End"], ["Roxanne"], ["Can't Stand Losing You"], ["Message in a Bottle"], ["Walking on the Moon"], ["Don't Stand so Close to Me"], ["De Do Do Do, De Da Da Da"], ["Every Little Thing She Does is Magic"], ["Invisible Sun"], ["Spirit's in the Material World"], ["Every Breath You Take"], ["King Of Pain"], ["Wrapped Around Your Finger"], ["Don't Stand So Close to Me '86"], ["Message in a Bottle (new classic rock mix)"], ["Time Is On My Side"], ["Heart Of Stone"], ["Play With Fire"], ["Satisfaction"], ["As Tears Go By"], ["Get Off Of My Cloud"], ["Mother's Little Helper"], ["19th Nervous Breakdown"], ["Paint It Black"], ["Under My Thumb"], ["Ruby Tuesday"], ["Let's Spend The Night Together"], ["Intro"], ["You Got Me Rocking"], ["Gimmie Shelters"], ["Flip The Switch"], ["Memory Motel"], ["Corinna"], ["Saint Of Me"], ["Wainting On A Friend"], ["Sister Morphine"], ["Live With Me"], ["Respectable"], ["Thief In The Night"], ["The Last Time"], ["Out Of Control"], ["Love Is Strong"], ["You Got Me Rocking"], ["Sparks Will Fly"], ["The Worst"], ["New Faces"], ["Moon Is Up"], ["Out Of Tears"], ["I Go Wild"], ["Brand New Car"], ["Sweethearts Together"], ["Suck On The Jugular"], ["Blinded By Rainbows"], ["Baby Break It Down"], ["Thru And Thru"], ["Mean Disposition"], ["I Can't Explain"], ["Anyway, Anyhow, Anywhere"], ["My Generation"], ["Substitute"], ["I'm A Boy"], ["Boris The Spider"], ["Happy Jack"], ["Pictures Of Lily"], ["I Can See For Miles"], ["Magic Bus"], ["Pinball Wizard"], ["The Seeker"], ["Baba O'Riley"], ["Won't Get Fooled Again (Full Length Version)"], ["Let's See Action"], ["5.15"], ["Join Together"], ["Squeeze Box"], ["Who Are You (Single Edit Version)"], ["You Better You Bet"], ["Zoo Station"], ["Even Better Than The Real Thing"], ["One"], ["Until The End Of The World"], ["Who's Gonna Ride Your Wild Horses"], ["So Cruel"], ["The Fly"], ["Mysterious Ways"], ["Tryin' To Throw Your Arms Around The World"], ["Ultraviolet (Light My Way)"], ["Acrobat"], ["Love Is Blindness"], ["Beautiful Day"], ["Stuck In A Moment You Can't Get Out Of"], ["Elevation"], ["Walk On"], ["Kite"], ["In A Little While"], ["Wild Honey"], ["Peace On Earth"], ["When I Look At The World"], ["New York"], ["Grace"], ["The Three Sunrises"], ["Spanish Eyes"], ["Sweetest Thing"], ["Love Comes Tumbling"], ["Bass Trap"], ["Dancing Barefoot"], ["Everlasting Love"], ["Unchained Melody"], ["Walk To The Water"], ["Luminous Times (Hold On To Love)"], ["Hallelujah Here She Comes"], ["Silver And Gold"], ["Endless Deep"], ["A Room At The Heartbreak Hotel"], ["Trash, Trampoline And The Party Girl"], ["Vertigo"], ["Miracle Drug"], ["Sometimes You Can't Make It On Your Own"], ["Love And Peace Or Else"], ["City Of Blinding Lights"], ["All Because Of You"], ["A Man And A Woman"], ["Crumbs From Your Table"], ["One Step Closer"], ["Original Of The Species"], ["Yahweh"], ["Discotheque"], ["Do You Feel Loved"], ["Mofo"], ["If God Will Send His Angels"], ["Staring At The Sun"], ["Last Night On Earth"], ["Gone"], ["Miami"], ["The Playboy Mansion"], ["If You Wear That Velvet Dress"], ["Please"], ["Wake Up Dead Man"], ["Helter Skelter"], ["Van Diemen's Land"], ["Desire"], ["Hawkmoon 269"], ["All Along The Watchtower"], ["I Still Haven't Found What I'm Looking for"], ["Freedom For My People"], ["Silver And Gold"], ["Pride (In The Name Of Love)"], ["Angel Of Harlem"], ["Love Rescue Me"], ["When Love Comes To Town"], ["Heartland"], ["God Part II"], ["The Star Spangled Banner"], ["Bullet The Blue Sky"], ["All I Want Is You"], ["Pride (In The Name Of Love)"], ["New Year's Day"], ["With Or Without You"], ["I Still Haven't Found What I'm Looking For"], ["Sunday Bloody Sunday"], ["Bad"], ["Where The Streets Have No Name"], ["I Will Follow"], ["The Unforgettable Fire"], ["Sweetest Thing"], ["Desire"], ["When Love Comes To Town"], ["Angel Of Harlem"], ["All I Want Is You"], ["Sunday Bloody Sunday"], ["Seconds"], ["New Year's Day"], ["Like A Song..."], ["Drowning Man"], ["The Refugee"], ["Two Hearts Beat As One"], ["Red Light"], ["Surrender"], ["\"40\""], ["Zooropa"], ["Babyface"], ["Numb"], ["Lemon"], ["Stay (Faraway, So Close!)"], ["Daddy's Gonna Pay For Your Crashed Car"], ["Some Days Are Better Than Others"], ["The First Time"], ["Dirty Day"], ["The Wanderer"], ["Where Have All The Good Times Gone?"], ["Hang 'Em High"], ["Cathedral"], ["Secrets"], ["Intruder"], ["(Oh) Pretty Woman"], ["Dancing In The Street"], ["Little Guitars (Intro)"], ["Little Guitars"], ["Big Bad Bill (Is Sweet William Now)"], ["The Full Bug"], ["Happy Trails"], ["Eruption"], ["Ain't Talkin' 'bout Love"], ["Runnin' With The Devil"], ["Dance the Night Away"], ["And the Cradle Will Rock..."], ["Unchained"], ["Jump"], ["Panama"], ["Why Can't This Be Love"], ["Dreams"], ["When It's Love"], ["Poundcake"], ["Right Now"], ["Can't Stop Loving You"], ["Humans Being"], ["Can't Get This Stuff No More"], ["Me Wise Magic"], ["Runnin' With The Devil"], ["Eruption"], ["You Really Got Me"], ["Ain't Talkin' 'Bout Love"], ["I'm The One"], ["Jamie's Cryin'"], ["Atomic Punk"], ["Feel Your Love Tonight"], ["Little Dreamer"], ["Ice Cream Man"], ["On Fire"], ["Neworld"], ["Without You"], ["One I Want"], ["From Afar"], ["Dirty Water Dog"], ["Once"], ["Fire in the Hole"], ["Josephina"], ["Year to the Day"], ["Primary"], ["Ballot or the Bullet"], ["How Many Say I"], ["Sucker Train Blues"], ["Do It For The Kids"], ["Big Machine"], ["Illegal I Song"], ["Spectacle"], ["Fall To Pieces"], ["Headspace"], ["Superhuman"], ["Set Me Free"], ["You Got No Right"], ["Slither"], ["Dirty Little Thing"], ["Loving The Alien"], ["Your Time Is Gonna Come"], ["Sympton of the Universe"], ["Snowblind"], ["Black Sabbath"], ["Fairies Wear Boots"], ["War Pigs"], ["The Wizard"], ["N.I.B."], ["Sweet Leaf"], ["Never Say Die"], ["Sabbath, Bloody Sabbath"], ["Iron Man/Children of the Grave"], ["Paranoid"], ["Rock You Like a Hurricane"], ["No One Like You"], ["The Zoo"], ["Loving You Sunday Morning"], ["Still Loving You"], ["Big City Nights"], ["Believe in Love"], ["Rhythm of Love"], ["I Can't Explain"], ["Tease Me Please Me"], ["Wind of Change"], ["Send Me an Angel"], ["I Guess You're Right"], ["Love Comes"]]}, "table_names": "['genres', 'tracks']", "table_image_ids": ["TableImg_P5lpm_25.png", "TableImg_97mdj_3503.png"], "original_data_index": 2471} +{"question": "Which product has been ordered most number of times?", "answer": {"columns": ["product_details"], "index": [0], "data": [["Dove Chocolate"]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_Pwzj0_3.png", "TableImg_R1zt3_15.png"], "original_data_index": 2472} +{"question": "What is the team and starting year for each technician?", "answer": {"columns": ["Team", "Starting_Year"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["NYY", 2012.0], ["NYY", 2013.0], ["CLE", 2005.0], ["CLE", 2009.0], ["CHC", 2002.0], ["CLE", 2016.0], ["CWS", 2005.0], ["CLE", 2006.0], ["CWS", 2003.0], ["PHA", 2009.0]]}, "table_names": "['technician']", "table_image_ids": ["TableImg_K6azw_10.png"], "original_data_index": 2473} +{"question": "What is the customer last name, id and phone number with most number of orders?", "answer": {"columns": ["customer_last_name", "customer_id", "phone_number"], "index": [0], "data": [["Schaefer", 3, "(488)524-5345"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_Mupel_15.png", "TableImg_Y2z0l_15.png"], "original_data_index": 2474} +{"question": "What are the titles and authors or editors that correspond to books made after 1989?", "answer": {"columns": ["Book_Title", "Author_or_Editor"], "index": [0, 1], "data": [["Somewhere in the Night", "Jeffrey N. McMahan"], ["Walking Water / After All This", "Thom Nickels"]]}, "table_names": "['book_club']", "table_image_ids": ["TableImg_9l5el_12.png"], "original_data_index": 2475} +{"question": "What are the names and years released for the movies with the top 3 highest ratings?", "answer": {"columns": ["title", "year"], "index": [0, 1, 2], "data": [["Snow White", 1937], ["Avatar", 2009], ["Gone with the Wind", 1939]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Uum8u_8.png", "TableImg_Uarg7_14.png"], "original_data_index": 2476} +{"question": "What are the student ids for all male students?", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23], "data": [[1004], [1005], [1006], [1009], [1010], [1011], [1012], [1014], [1016], [1017], [1018], [1019], [1020], [1021], [1022], [1023], [1025], [1026], [1027], [1028], [1029], [1032], [1033], [1034]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_K8msf_34.png"], "original_data_index": 2477} +{"question": "Show the description and code of the attraction type most tourist attractions belong to.", "answer": {"columns": ["Attraction_Type_Description", "Attraction_Type_Code"], "index": [0], "data": [["gallery", "5"]]}, "table_names": "['Ref_Attraction_Types', 'Tourist_Attractions']", "table_image_ids": ["TableImg_I7ttb_5.png", "TableImg_T11xb_15.png"], "original_data_index": 2478} +{"question": "Who are the players that have names containing the letter a?", "answer": {"columns": ["pName"], "index": [0, 1, 2, 3, 4], "data": [["Andrew"], ["Blake"], ["Charles"], ["David"], ["Drago"]]}, "table_names": "['Player']", "table_image_ids": ["TableImg_X8vur_6.png"], "original_data_index": 2479} +{"question": "List the name of tracks belongs to genre Rock or media type is MPEG audio file.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119], "data": [["For Those About To Rock (We Salute You)"], ["Balls to the Wall"], ["Fast As a Shark"], ["Restless and Wild"], ["Princess of the Dawn"], ["Put The Finger On You"], ["Let's Get It Up"], ["Inject The Venom"], ["Snowballed"], ["Evil Walks"], ["C.O.D."], ["Breaking The Rules"], ["Night Of The Long Knives"], ["Spellbound"], ["Go Down"], ["Dog Eat Dog"], ["Let There Be Rock"], ["Bad Boy Boogie"], ["Problem Child"], ["Overdose"], ["Hell Ain't A Bad Place To Be"], ["Whole Lotta Rosie"], ["Walk On Water"], ["Love In An Elevator"], ["Rag Doll"], ["What It Takes"], ["Dude (Looks Like A Lady)"], ["Janie's Got A Gun"], ["Cryin'"], ["Amazing"], ["Blind Man"], ["Deuces Are Wild"], ["The Other Side"], ["Crazy"], ["Eat The Rich"], ["Angel"], ["Livin' On The Edge"], ["All I Really Want"], ["You Oughta Know"], ["Perfect"], ["Hand In My Pocket"], ["Right Through You"], ["Forgiven"], ["You Learn"], ["Head Over Feet"], ["Mary Jane"], ["Ironic"], ["Not The Doctor"], ["Wake Up"], ["You Oughta Know (Alternate)"], ["We Die Young"], ["Man In The Box"], ["Sea Of Sorrow"], ["Bleed The Freak"], ["I Can't Remember"], ["Love, Hate, Love"], ["It Ain't Like That"], ["Sunshine"], ["Put You Down"], ["Confusion"], ["I Know Somethin (Bout You)"], ["Real Thing"], ["Desafinado"], ["Garota De Ipanema"], ["Samba De Uma Nota S\u00c3\u00b3 (One Note Samba)"], ["Por Causa De Voc\u00c3\u00aa"], ["Ligia"], ["Fotografia"], ["Dindi (Dindi)"], ["Se Todos Fossem Iguais A Voc\u00c3\u00aa (Instrumental)"], ["Falando De Amor"], ["Angela"], ["Corcovado (Quiet Nights Of Quiet Stars)"], ["Outra Vez"], ["O Boto (B\u00c3\u00b4to)"], ["Canta, Canta Mais"], ["Enter Sandman"], ["Master Of Puppets"], ["Harvester Of Sorrow"], ["The Unforgiven"], ["Sad But True"], ["Creeping Death"], ["Wherever I May Roam"], ["Welcome Home (Sanitarium)"], ["Cochise"], ["Show Me How to Live"], ["Gasoline"], ["What You Are"], ["Like a Stone"], ["Set It Off"], ["Shadow on the Sun"], ["I am the Highway"], ["Exploder"], ["Hypnotize"], ["Bring'em Back Alive"], ["Light My Way"], ["Getaway Car"], ["The Last Remaining Light"], ["Your Time Has Come"], ["Out Of Exile"], ["Be Yourself"], ["Doesn't Remind Me"], ["Drown Me Slowly"], ["Heaven's Dead"], ["The Worm"], ["Man Or Animal"], ["Yesterday To Tomorrow"], ["Dandelion"], ["#1 Zero"], ["The Curse"], ["Money"], ["Long Tall Sally"], ["Bad Boy"], ["Twist And Shout"], ["Please Mr. Postman"], ["C'Mon Everybody"], ["Rock 'N' Roll Music"], ["Slow Down"], ["Roadrunner"], ["Carol"], ["Good Golly Miss Molly"], ["20 Flight Rock"], ["Quadrant"], ["Snoopy's search-Red baron"], ["Spanish moss-\"A sound portrait\"-Spanish moss"], ["Moon germs"], ["Stratus"], ["The pleasant pheasant"], ["Solo-Panhandler"], ["Do what cha wanna"], ["Intro/ Low Down"], ["13 Years Of Grief"], ["Stronger Than Death"], ["All For You"], ["Super Terrorizer"], ["Phoney Smile Fake Hellos"], ["Lost My Better Half"], ["Bored To Tears"], ["A.N.D.R.O.T.A.Z."], ["Born To Booze"], ["World Of Trouble"], ["No More Tears"], ["The Begining... At Last"], ["Heart Of Gold"], ["Snowblind"], ["Like A Bird"], ["Blood In The Wall"], ["The Beginning...At Last"], ["Black Sabbath"], ["The Wizard"], ["Behind The Wall Of Sleep"], ["N.I.B."], ["Evil Woman"], ["Sleeping Village"], ["Warning"], ["Wheels Of Confusion / The Straightener"], ["Tomorrow's Dream"], ["Changes"], ["FX"], ["Supernaut"], ["Snowblind"], ["Cornucopia"], ["Laguna Sunrise"], ["St. Vitus Dance"], ["Under The Sun/Every Day Comes and Goes"], ["Smoked Pork"], ["Body Count's In The House"], ["Now Sports"], ["Body Count"], ["A Statistic"], ["Bowels Of The Devil"], ["The Real Problem"], ["KKK Bitch"], ["D Note"], ["Voodoo"], ["The Winner Loses"], ["There Goes The Neighborhood"], ["Oprah"], ["Evil Dick"], ["Body Count Anthem"], ["Momma's Gotta Die Tonight"], ["Freedom Of Speech"], ["King In Crimson"], ["Chemical Wedding"], ["The Tower"], ["Killing Floor"], ["Book Of Thel"], ["Gates Of Urizen"], ["Jerusalem"], ["Trupets Of Jericho"], ["Machine Men"], ["The Alchemist"], ["Realword"], ["First Time I Met The Blues"], ["Let Me Love You Baby"], ["Stone Crazy"], ["Pretty Baby"], ["When My Left Eye Jumps"], ["Leave My Girl Alone"], ["She Suits Me To A Tee"], ["Keep It To Myself (Aka Keep It To Yourself)"], ["My Time After Awhile"], ["Too Many Ways (Alternate)"], ["Talkin' 'Bout Women Obviously"], ["Jorge Da Capad\u00c3\u00b3cia"], ["Prenda Minha"], ["Medita\u00c3\u00a7\u00c3\u00a3o"], ["Terra"], ["Eclipse Oculto"], ["Texto \"Verdade Tropical\""], ["Bem Devagar"], ["Dr\u00c3\u00a3o"], ["Saudosismo"], ["Carolina"], ["Sozinho"], ["Esse Cara"], ["Mel"], ["Linha Do Equador"], ["Odara"], ["A Luz De Tieta"], ["Atr\u00c3\u00a1s Da Verd-E-Rosa S\u00c3\u00b3 N\u00c3\u00a3o Vai Quem J\u00c3\u00a1 Morreu"], ["Vida Boa"], ["Sozinho (Hitmakers Classic Mix)"], ["Sozinho (Hitmakers Classic Radio Edit)"], ["Sozinho (Ca\u00c3\u00aadrum 'n' Bass)"], ["Carolina"], ["Essa Mo\u00c3\u00a7a Ta Diferente"], ["Vai Passar"], ["Samba De Orly"], ["Bye, Bye Brasil"], ["Atras Da Porta"], ["Tatuagem"], ["O Que Ser\u00c3\u00a1 (\u00c3\u0080 Flor Da Terra)"], ["Morena De Angola"], ["Apesar De Voc\u00c3\u00aa"], ["A Banda"], ["Minha Historia"], ["Com A\u00c3\u00a7\u00c3\u00bacar E Com Afeto"], ["Brejo Da Cruz"], ["Meu Caro Amigo"], ["Geni E O Zepelim"], ["Trocando Em Mi\u00c3\u00bados"], ["Vai Trabalhar Vagabundo"], ["Gota D'\u00c3\u00a1gua"], ["Constru\u00c3\u00a7\u00c3\u00a3o / Deus Lhe Pague"], ["Mateus Enter"], ["O Cidad\u00c3\u00a3o Do Mundo"], ["Etnia"], ["Quilombo Groove instrumental"], ["Mac\u00c3\u00b4"], ["Um Passeio No Mundo Livre"], ["Samba Do Lado"], ["Maracatu At\u00c3\u00b4mico"], ["O Encontro De Isaac Asimov Com Santos Dumont No C\u00c3\u00a9u"], ["Corpo De Lama"], ["Sobremesa"], ["Manguetown"], ["Um Sat\u00c3\u00a9lite Na Cabe\u00c3\u00a7a"], ["Bai\u00c3\u00a3o Ambiental instrumental"], ["Sangue De Bairro"], ["Enquanto O Mundo Explode"], ["Interlude Zumbi"], ["Crian\u00c3\u00a7a De Domingo"], ["Amor De Muito"], ["Samidarish instrumental"], ["Maracatu At\u00c3\u00b4mico [Atomic Version]"], ["Maracatu At\u00c3\u00b4mico [Ragga Mix]"], ["Maracatu At\u00c3\u00b4mico [Trip Hop]"], ["Banditismo Por Uma Questa"], ["Banditismo Por Uma Questa"], ["Rios Pontes & Overdrives"], ["Cidade"], ["Praiera"], ["Samba Makossa"], ["Da Lama Ao Caos"], ["Maracatu De Tiro Certeiro"], ["Salustiano Song"], ["Antene Se"], ["Risoflora"], ["Lixo Do Mangue"], ["Computadores Fazem Arte"], ["Girassol"], ["A Sombra Da Maldade"], ["Johnny B. Goode"], ["Soldado Da Paz"], ["Firmamento"], ["Extra"], ["O Er\u00c3\u00aa"], ["Podes Crer"], ["A Estrada"], ["Berlim"], ["J\u00c3\u00a1 Foi"], ["Onde Voc\u00c3\u00aa Mora?"], ["Pensamento"], ["Concilia\u00c3\u00a7\u00c3\u00a3o"], ["Realidade Virtual"], ["Mensagem"], ["A Cor Do Sol"], ["Onde Voc\u00c3\u00aa Mora?"], ["O Er\u00c3\u00aa"], ["A Sombra Da Maldade"], ["A Estrada"], ["Falar A Verdade"], ["Firmamento"], ["Pensamento"], ["Realidade Virtual"], ["Doutor"], ["Na Frente Da TV"], ["Downtown"], ["S\u00c3\u00a1bado A Noite"], ["A Cor Do Sol"], ["Eu Tamb\u00c3\u00a9m Quero Beijar"], ["Noite Do Prazer"], ["\u00c3\u0080 Francesa"], ["Cada Um Cada Um (A Namoradeira)"], ["Linha Do Equador"], ["Amor Demais"], ["F\u00c3\u00a9rias"], ["Gostava Tanto De Voc\u00c3\u00aa"], ["Flor Do Futuro"], ["Felicidade Urgente"], ["Livre Pra Viver"], ["Dig-Dig, Lambe-Lambe (Ao Vivo)"], ["Perer\u00c3\u00aa"], ["TriboTchan"], ["Tapa Aqui, Descobre Ali"], ["Daniela"], ["Bate Lata"], ["Garotas do Brasil"], ["Levada do Amor (Ailoviu)"], ["Lavadeira"], ["Reboladeira"], ["\u00c3\u0089 que Nessa Encarna\u00c3\u00a7\u00c3\u00a3o Eu Nasci Manga"], ["Reggae Tchan"], ["My Love"], ["Latinha de Cerveja"], ["You Shook Me"], ["I Can't Quit You Baby"], ["Communication Breakdown"], ["Dazed and Confused"], ["The Girl I Love She Got Long Black Wavy Hair"], ["What is and Should Never Be"], ["Communication Breakdown(2)"], ["Travelling Riverside Blues"], ["Whole Lotta Love"], ["Somethin' Else"], ["Communication Breakdown(3)"], ["I Can't Quit You Baby(2)"], ["You Shook Me(2)"], ["How Many More Times"], ["Debra Kadabra"], ["Carolina Hard-Core Ecstasy"], ["Sam With The Showing Scalp Flat Top"], ["Poofter's Froth Wyoming Plans Ahead"], ["200 Years Old"], ["Cucamonga"], ["Advance Romance"], ["Man With The Woman Head"], ["Muffin Man"], ["Vai-Vai 2001"], ["X-9 2001"], ["Gavioes 2001"], ["Nene 2001"], ["Rosas De Ouro 2001"], ["Mocidade Alegre 2001"], ["Camisa Verde 2001"], ["Leandro De Itaquera 2001"], ["Tucuruvi 2001"], ["Aguia De Ouro 2001"], ["Ipiranga 2001"], ["Morro Da Casa Verde 2001"], ["Perola Negra 2001"], ["Sao Lucas 2001"], ["Guanabara"], ["Mas Que Nada"], ["V\u00c3\u00b4o Sobre o Horizonte"], ["A Paz"], ["Wave (Vou te Contar)"], ["\u00c3\u0081gua de Beber"], ["Samba da Ben\u00c3\u00a7aco"], ["Pode Parar"], ["Menino do Rio"], ["Ando Meio Desligado"], ["Mist\u00c3\u00a9rio da Ra\u00c3\u00a7a"], ["All Star"], ["Menina Bonita"], ["Pescador de Ilus\u00c3\u00b5es"], ["\u00c3\u0080 Vontade (Live Mix)"], ["Maria Fuma\u00c3\u00a7a"], ["Sambassim (dj patife remix)"], ["Garota De Ipanema"], ["Tim Tim Por Tim Tim"], ["Tarde Em Itapo\u00c3\u00a3"], ["Tanto Tempo"], ["Eu Vim Da Bahia - Live"], ["Al\u00c3\u00b4 Al\u00c3\u00b4 Marciano"], ["Linha Do Horizonte"], ["Only A Dream In Rio"], ["Abrir A Porta"], ["Alice"], ["Momentos Que Marcam"], ["Um Jantar Pra Dois"], ["Bumbo Da Mangueira"], ["Mr Funk Samba"], ["Santo Antonio"], ["Por Voc\u00c3\u00aa"], ["S\u00c3\u00b3 Tinha De Ser Com Voc\u00c3\u00aa"], ["Free Speech For The Dumb"], ["It's Electric"], ["Sabbra Cadabra"], ["Turn The Page"], ["Die Die My Darling"], ["Loverman"], ["Mercyful Fate"], ["Astronomy"], ["Whiskey In The Jar"], ["Tuesday's Gone"], ["The More I See"], ["A Kind Of Magic"], ["Under Pressure"], ["Radio GA GA"], ["I Want It All"], ["I Want To Break Free"], ["Innuendo"], ["It's A Hard Life"], ["Breakthru"], ["Who Wants To Live Forever"], ["Headlong"], ["The Miracle"], ["I'm Going Slightly Mad"], ["The Invisible Man"], ["Hammer To Fall"], ["Friends Will Be Friends"], ["The Show Must Go On"], ["One Vision"], ["Detroit Rock City"], ["Black Diamond"], ["Hard Luck Woman"], ["Sure Know Something"], ["Love Gun"], ["Deuce"], ["Goin' Blind"], ["Shock Me"], ["Do You Love Me"], ["She"], ["I Was Made For Loving You"], ["Shout It Out Loud"], ["God Of Thunder"], ["Calling Dr. Love"], ["Beth"], ["Strutter"], ["Rock And Roll All Nite"], ["Cold Gin"], ["Plaster Caster"], ["God Gave Rock 'n' Roll To You"], ["Heart of the Night"], ["De La Luz"], ["Westwood Moon"], ["Midnight"], ["Playtime"], ["Surrender"], ["Valentino's"], ["Believe"], ["As We Sleep"], ["When Evening Falls"], ["J Squared"], ["Best Thing"], ["Maria"], ["Poprocks And Coke"], ["Longview"], ["Welcome To Paradise"], ["Basket Case"], ["When I Come Around"], ["She"], ["J.A.R. (Jason Andrew Relva)"], ["Geek Stink Breath"], ["Brain Stew"], ["Jaded"], ["Walking Contradiction"], ["Stuck With Me"], ["Hitchin' A Ride"], ["Good Riddance (Time Of Your Life)"], ["Redundant"], ["Nice Guys Finish Last"], ["Minority"], ["Warning"], ["Waiting"], ["Macy's Day Parade"], ["Into The Light"], ["River Song"], ["She Give Me ..."], ["Don't You Cry"], ["Love Is Blind"], ["Slave"], ["Cry For Love"], ["Living On Love"], ["Midnight Blue"], ["Too Many Tears"], ["Don't Lie To Me"], ["Wherever You May Go"], ["Grito De Alerta"], ["N\u00c3\u00a3o D\u00c3\u00a1 Mais Pra Segurar (Explode Cora\u00c3\u00a7\u00c3\u00a3o)"], ["Come\u00c3\u00a7aria Tudo Outra Vez"], ["O Que \u00c3\u0089 O Que \u00c3\u0089 ?"], ["Sangrando"], ["Diga L\u00c3\u00a1, Cora\u00c3\u00a7\u00c3\u00a3o"], ["Lindo Lago Do Amor"], ["Eu Apenas Queria Que Vo\u00c3\u00a7\u00c3\u00aa Soubesse"], ["Com A Perna No Mundo"], ["E Vamos \u00c3\u0080 Luta"], ["Um Homem Tamb\u00c3\u00a9m Chora (Guerreiro Menino)"], ["Comportamento Geral"], ["Ponto De Interroga\u00c3\u00a7\u00c3\u00a3o"], ["Espere Por Mim, Morena"], ["Meia-Lua Inteira"], ["Voce e Linda"], ["Um Indio"], ["Podres Poderes"], ["Voce Nao Entende Nada - Cotidiano"], ["O Estrangeiro"], ["Menino Do Rio"], ["Qualquer Coisa"], ["Sampa"], ["Queixa"], ["O Leaozinho"], ["Fora Da Ordem"], ["Terra"], ["Alegria, Alegria"], ["Balada Do Louco"], ["Ando Meio Desligado"], ["Top Top"], ["Baby"], ["A E O Z"], ["Panis Et Circenses"], ["Ch\u00c3\u00a3o De Estrelas"], ["Vida De Cachorro"], ["Bat Macumba"], ["Desculpe Babe"], ["Rita Lee"], ["Posso Perder Minha Mulher, Minha M\u00c3\u00a3e, Desde Que Eu Tenha O Rock And Roll"], ["Banho De Lua"], ["Meu Refrigerador N\u00c3\u00a3o Funciona"], ["Burn"], ["Stormbringer"], ["Gypsy"], ["Lady Double Dealer"], ["Mistreated"], ["Smoke On The Water"], ["You Fool No One"], ["Custard Pie"], ["The Rover"], ["In My Time Of Dying"], ["Houses Of The Holy"], ["Trampled Under Foot"], ["Kashmir"], ["Imperatriz"], ["Beija-Flor"], ["Viradouro"], ["Mocidade"], ["Unidos Da Tijuca"], ["Salgueiro"], ["Mangueira"], ["Uni\u00c3\u00a3o Da Ilha"], ["Grande Rio"], ["Portela"], ["Caprichosos"], ["Tradi\u00c3\u00a7\u00c3\u00a3o"], ["Imp\u00c3\u00a9rio Serrano"], ["Tuiuti"], ["(Da Le) Yaleo"], ["Love Of My Life"], ["Put Your Lights On"], ["Africa Bamba"], ["Smooth"], ["Do You Like The Way"], ["Maria Maria"], ["Migra"], ["Corazon Espinado"], ["Wishing It Was"], ["El Farol"], ["Primavera"], ["The Calling"], ["Solu\u00c3\u00a7\u00c3\u00a3o"], ["Manuel"], ["Entre E Ou\u00c3\u00a7a"], ["Um Contrato Com Deus"], ["Um Jantar Pra Dois"], ["Vamos Dan\u00c3\u00a7ar"], ["Um Love"], ["Seis Da Tarde"], ["Baixo Rio"], ["Sombras Do Meu Destino"], ["Do You Have Other Loves?"], ["Agora Que O Dia Acordou"], ["J\u00c3\u00a1!!!"], ["A Rua"], ["Now's The Time"], ["Jeru"], ["Compulsion"], ["Tempus Fugit"], ["Walkin'"], ["'Round Midnight"], ["Bye Bye Blackbird"], ["New Rhumba"], ["Generique"], ["Summertime"], ["So What"], ["The Pan Piper"], ["Someday My Prince Will Come"], ["My Funny Valentine (Live)"], ["E.S.P."], ["Nefertiti"], ["Petits Machins (Little Stuff)"], ["Miles Runs The Voodoo Down"], ["Little Church (Live)"], ["Black Satin"], ["Jean Pierre (Live)"], ["Time After Time"], ["Portia"], ["Space Truckin'"], ["Going Down / Highway Star"], ["Mistreated (Alternate Version)"], ["You Fool No One (Alternate Version)"], ["Jeepers Creepers"], ["Blue Rythm Fantasy"], ["Drum Boogie"], ["Let Me Off Uptown"], ["Leave Us Leap"], ["Opus No.1"], ["Boogie Blues"], ["How High The Moon"], ["Disc Jockey Jump"], ["Up An' Atom"], ["Bop Boogie"], ["Lemon Drop"], ["Coronation Drop"], ["Overtime"], ["Imagination"], ["Don't Take Your Love From Me"], ["Midget"], ["I'm Coming Virginia"], ["Payin' Them Dues Blues"], ["Jungle Drums"], ["Showcase"], ["Swedish Schnapps"], ["Samba Da B\u00c3\u00aan\u00c3\u00a7\u00c3\u00a3o"], ["Pot-Pourri N.\u00c2\u00ba 4"], ["Onde Anda Voc\u00c3\u00aa"], ["Samba Da Volta"], ["Canto De Ossanha"], ["Pot-Pourri N.\u00c2\u00ba 5"], ["Formosa"], ["Como \u00c3\u0089 Duro Trabalhar"], ["Minha Namorada"], ["Por Que Ser\u00c3\u00a1"], ["Berimbau"], ["Deixa"], ["Pot-Pourri N.\u00c2\u00ba 2"], ["Samba Em Prel\u00c3\u00badio"], ["Carta Ao Tom 74"], ["Linha de Passe (Jo\u00c3\u00a3o Bosco)"], ["Pela Luz dos Olhos Teus (Mi\u00c3\u00bacha e Tom Jobim)"], ["Ch\u00c3\u00a3o de Giz (Elba Ramalho)"], ["Marina (Dorival Caymmi)"], ["Aquarela (Toquinho)"], ["Cora\u00c3\u00a7\u00c3\u00a3o do Agreste (Faf\u00c3\u00a1 de Bel\u00c3\u00a9m)"], ["Dona (Roupa Nova)"], ["Come\u00c3\u00a7aria Tudo Outra Vez (Maria Creuza)"], ["Ca\u00c3\u00a7ador de Mim (S\u00c3\u00a1 & Guarabyra)"], ["Romaria (Renato Teixeira)"], ["As Rosas N\u00c3\u00a3o Falam (Beth Carvalho)"], ["Wave (Os Cariocas)"], ["Garota de Ipanema (Dick Farney)"], ["Preciso Apender a Viver S\u00c3\u00b3 (Maysa)"], ["Susie Q"], ["I Put A Spell On You"], ["Proud Mary"], ["Bad Moon Rising"], ["Lodi"], ["Green River"], ["Commotion"], ["Down On The Corner"], ["Fortunate Son"], ["Travelin' Band"], ["Who'll Stop The Rain"], ["Up Around The Bend"], ["Run Through The Jungle"], ["Lookin' Out My Back Door"], ["Long As I Can See The Light"], ["I Heard It Through The Grapevine"], ["Have You Ever Seen The Rain?"], ["Hey Tonight"], ["Sweet Hitch-Hiker"], ["Someday Never Comes"], ["Walking On The Water"], ["Suzie-Q, Pt. 2"], ["Born On The Bayou"], ["Good Golly Miss Molly"], ["Tombstone Shadow"], ["Wrote A Song For Everyone"], ["Night Time Is The Right Time"], ["Cotton Fields"], ["It Came Out Of The Sky"], ["Don't Look Now"], ["The Midnight Special"], ["Before You Accuse Me"], ["My Baby Left Me"], ["Pagan Baby"], ["(Wish I Could) Hideaway"], ["It's Just A Thought"], ["Molina"], ["Born To Move"], ["Lookin' For A Reason"], ["Hello Mary Lou"], ["Gatas Extraordin\u00c3\u00a1rias"], ["Brasil"], ["Eu Sou Neguinha (Ao Vivo)"], ["Gera\u00c3\u00a7\u00c3\u00a3o Coca-Cola (Ao Vivo)"], ["Lanterna Dos Afogados"], ["Coron\u00c3\u00a9 Antonio Bento"], ["Voc\u00c3\u00aa Passa, Eu Acho Gra\u00c3\u00a7a (Ao Vivo)"], ["Meu Mundo Fica Completo (Com Voc\u00c3\u00aa)"], ["1\u00c2\u00b0 De Julho"], ["M\u00c3\u00basica Urbana 2"], ["Vida Bandida (Ao Vivo)"], ["Palavras Ao Vento"], ["N\u00c3\u00a3o Sei O Que Eu Quero Da Vida"], ["Woman Is The Nigger Of The World (Ao Vivo)"], ["Juventude Transviada (Ao Vivo)"], ["Malandragem"], ["O Segundo Sol"], ["Smells Like Teen Spirit (Ao Vivo)"], ["E.C.T."], ["Todo Amor Que Houver Nesta Vida"], ["Metr\u00c3\u00b4. Linha 743"], ["N\u00c3\u00b3s (Ao Vivo)"], ["Na Cad\u00c3\u00aancia Do Samba"], ["Admir\u00c3\u00a1vel Gado Novo"], ["Eleanor Rigby"], ["Socorro"], ["Blues Da Piedade"], ["Rubens"], ["N\u00c3\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione"], ["Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)"], ["Comin' Home"], ["Lady Luck"], ["Gettin' Tighter"], ["Dealer"], ["I Need Love"], ["Drifter"], ["Love Child"], ["This Time Around / Owed to 'G' instrumental"], ["You Keep On Moving"], ["Speed King"], ["Bloodsucker"], ["Child In Time"], ["Flight Of The Rat"], ["Into The Fire"], ["Living Wreck"], ["Hard Lovin' Man"], ["Fireball"], ["No No No"], ["Strange Kind Of Woman"], ["Anyone's Daughter"], ["The Mule"], ["Fools"], ["No One Came"], ["Knocking At Your Back Door"], ["Bad Attitude"], ["Child In Time (Son Of Aleric - Instrumental)"], ["Nobody's Home"], ["Black Night"], ["Perfect Strangers"], ["The Unwritten Law"], ["Call Of The Wild"], ["Hush"], ["Smoke On The Water"], ["Space Trucking"], ["Highway Star"], ["Maybe I'm A Leo"], ["Pictures Of Home"], ["Never Before"], ["Smoke On The Water"], ["Lazy"], ["Space Truckin'"], ["Vavoom : Ted The Mechanic"], ["Loosen My Strings"], ["Soon Forgotten"], ["Sometimes I Feel Like Screaming"], ["Cascades : I'm Not Your Lover"], ["The Aviator"], ["Rosa's Cantina"], ["A Castle Full Of Rascals"], ["A Touch Away"], ["Hey Cisco"], ["Somebody Stole My Guitar"], ["The Purpendicular Waltz"], ["King Of Dreams"], ["The Cut Runs Deep"], ["Fire In The Basement"], ["Truth Hurts"], ["Breakfast In Bed"], ["Love Conquers All"], ["Fortuneteller"], ["Too Much Is Not Enough"], ["Wicked Ways"], ["Stormbringer"], ["Love Don't Mean a Thing"], ["Holy Man"], ["Hold On"], ["Lady Double Dealer"], ["You Can't Do it Right (With the One You Love)"], ["High Ball Shooter"], ["The Gypsy"], ["Soldier Of Fortune"], ["The Battle Rages On"], ["Lick It Up"], ["Anya"], ["Talk About Love"], ["Time To Kill"], ["Ramshackle Man"], ["A Twist In The Tail"], ["Nasty Piece Of Work"], ["Solitaire"], ["One Man's Meat"], ["Pour Some Sugar On Me"], ["Photograph"], ["Love Bites"], ["Let's Get Rocked"], ["Two Steps Behind [Acoustic Version]"], ["Animal"], ["Heaven Is"], ["Rocket"], ["When Love & Hate Collide"], ["Action"], ["Make Love Like A Man"], ["Armageddon It"], ["Have You Ever Needed Someone So Bad"], ["Rock Of Ages"], ["Hysteria"], ["Bringin' On The Heartbreak"], ["Roll Call"], ["Otay"], ["Groovus Interruptus"], ["Paris On Mine"], ["In Time"], ["Plan B"], ["Outbreak"], ["Baltimore, DC"], ["Talkin Loud and Saying Nothin"], ["P\u00c3\u00a9tala"], ["Meu Bem-Querer"], ["Cigano"], ["Boa Noite"], ["Fato Consumado"], ["Faltando Um Peda\u00c3\u00a7o"], ["\u00c3\u0081libi"], ["Esquinas"], ["Se..."], ["Eu Te Devoro"], ["Lil\u00c3\u00a1s"], ["Acelerou"], ["Um Amor Puro"], ["Samurai"], ["Nem Um Dia"], ["Oceano"], ["A\u00c3\u00a7ai"], ["Serrado"], ["Flor De Lis"], ["Amar \u00c3\u0089 Tudo"], ["Azul"], ["Seduzir"], ["A Carta"], ["Sina"], ["Acelerou"], ["Um Amor Puro"], ["O B\u00c3\u00aabado e a Equilibrista"], ["O Mestre-Sala dos Mares"], ["Atr\u00c3\u00a1s da Porta"], ["Dois Pra L\u00c3\u00a1, Dois Pra C\u00c3\u00a1"], ["Casa no Campo"], ["Romaria"], ["Al\u00c3\u00b4, Al\u00c3\u00b4, Marciano"], ["Me Deixas Louca"], ["Fascina\u00c3\u00a7\u00c3\u00a3o"], ["Saudosa Maloca"], ["As Apar\u00c3\u00aancias Enganam"], ["Madalena"], ["Maria Rosa"], ["Aprendendo A Jogar"], ["Layla"], ["Badge"], ["I Feel Free"], ["Sunshine Of Your Love"], ["Crossroads"], ["Strange Brew"], ["White Room"], ["Bell Bottom Blues"], ["Cocaine"], ["I Shot The Sheriff"], ["After Midnight"], ["Swing Low Sweet Chariot"], ["Lay Down Sally"], ["Knockin On Heavens Door"], ["Wonderful Tonight"], ["Let It Grow"], ["Promises"], ["I Can't Stand It"], ["Signe"], ["Before You Accuse Me"], ["Hey Hey"], ["Tears In Heaven"], ["Lonely Stranger"], ["Nobody Knows You When You're Down & Out"], ["Layla"], ["Running On Faith"], ["Walkin' Blues"], ["Alberta"], ["San Francisco Bay Blues"], ["Malted Milk"], ["Old Love"], ["Rollin' And Tumblin'"], ["Collision"], ["Stripsearch"], ["Last Cup Of Sorrow"], ["Naked In Front Of The Computer"], ["Helpless"], ["Mouth To Mouth"], ["Ashes To Ashes"], ["She Loves Me Not"], ["Got That Feeling"], ["Paths Of Glory"], ["Home Sick Home"], ["Pristina"], ["Land Of Sunshine"], ["Caffeine"], ["Midlife Crisis"], ["RV"], ["Smaller And Smaller"], ["Everything's Ruined"], ["Malpractice"], ["Kindergarten"], ["Be Aggressive"], ["A Small Victory"], ["Crack Hitler"], ["Jizzlobber"], ["Midnight Cowboy"], ["Easy"], ["Get Out"], ["Ricochet"], ["Evidence"], ["The Gentle Art Of Making Enemies"], ["Star A.D."], ["Cuckoo For Caca"], ["Caralho Voador"], ["Ugly In The Morning"], ["Digging The Grave"], ["Take This Bottle"], ["King For A Day"], ["What A Day"], ["The Last To Know"], ["Just A Man"], ["Absolute Zero"], ["From Out Of Nowhere"], ["Epic"], ["Falling To Pieces"], ["Surprise! You're Dead!"], ["Zombie Eaters"], ["The Real Thing"], ["Underwater Love"], ["The Morning After"], ["Woodpecker From Mars"], ["War Pigs"], ["Edge Of The World"], ["Deixa Entrar"], ["Falamansa Song"], ["Xote Dos Milagres"], ["Rindo \u00c3\u0080 Toa"], ["Confid\u00c3\u00aancia"], ["Forr\u00c3\u00b3 De T\u00c3\u00b3quio"], ["Zeca Violeiro"], ["Avisa"], ["Principiando/Decolagem"], ["Asas"], ["Medo De Escuro"], ["Ora\u00c3\u00a7\u00c3\u00a3o"], ["Minha Gata"], ["Desaforo"], ["In Your Honor"], ["No Way Back"], ["Best Of You"], ["DOA"], ["Hell"], ["The Last Song"], ["Free Me"], ["Resolve"], ["The Deepest Blues Are Black"], ["End Over End"], ["Still"], ["What If I Do?"], ["Miracle"], ["Another Round"], ["Friend Of A Friend"], ["Over And Out"], ["On The Mend"], ["Virginia Moon"], ["Cold Day In The Sun"], ["Razor"], ["All My Life"], ["Low"], ["Have It All"], ["Times Like These"], ["Disenchanted Lullaby"], ["Tired Of You"], ["Halo"], ["Lonely As You"], ["Overdrive"], ["Burn Away"], ["Come Back"], ["Doll"], ["Monkey Wrench"], ["Hey, Johnny Park!"], ["My Poor Brain"], ["Wind Up"], ["Up In Arms"], ["My Hero"], ["See You"], ["Enough Space"], ["February Stars"], ["Everlong"], ["Walking After You"], ["New Way Home"], ["My Way"], ["Strangers In The Night"], ["New York, New York"], ["I Get A Kick Out Of You"], ["Something Stupid"], ["Moon River"], ["What Now My Love"], ["Summer Love"], ["For Once In My Life"], ["Love And Marriage"], ["They Can't Take That Away From Me"], ["My Kind Of Town"], ["Fly Me To The Moon"], ["I've Got You Under My Skin"], ["The Best Is Yet To Come"], ["It Was A Very Good Year"], ["Come Fly With Me"], ["That's Life"], ["The Girl From Ipanema"], ["The Lady Is A Tramp"], ["Bad, Bad Leroy Brown"], ["Mack The Knife"], ["Loves Been Good To Me"], ["L.A. Is My Lady"], ["Entrando Na Sua (Intro)"], ["Nervosa"], ["Funk De Bamba (Com Fernanda Abreu)"], ["Call Me At Cleo\u00c2\u00b4s"], ["Olhos Coloridos (Com Sandra De S\u00c3\u00a1)"], ["Zamba\u00c3\u00a7\u00c3\u00a3o"], ["Funk Hum"], ["Forty Days (Com DJ Hum)"], ["Balada Da Paula"], ["Dujji"], ["Meu Guarda-Chuva"], ["Mot\u00c3\u00a9is"], ["Whistle Stop"], ["16 Toneladas"], ["Divirta-Se (Saindo Da Sua)"], ["Forty Days Instrumental"], ["\u00c3\u0093ia Eu Aqui De Novo"], ["Bai\u00c3\u00a3o Da Penha"], ["Esperando Na Janela"], ["Juazeiro"], ["\u00c3\u009altimo Pau-De-Arara"], ["Asa Branca"], ["Qui Nem Jil\u00c3\u00b3"], ["Assum Preto"], ["Pau-De-Arara"], ["A Volta Da Asa Branca"], ["O Amor Daqui De Casa"], ["As Pegadas Do Amor"], ["Lamento Sertanejo"], ["Casinha Feliz"], ["Introdu\u00c3\u00a7\u00c3\u00a3o (Live)"], ["Palco (Live)"], ["Is This Love (Live)"], ["Stir It Up (Live)"], ["Refavela (Live)"], ["Vendedor De Caranguejo (Live)"], ["Quanta (Live)"], ["Estrela (Live)"], ["Pela Internet (Live)"], ["C\u00c3\u00a9rebro Eletr\u00c3\u00b4nico (Live)"], ["Opachor\u00c3\u00b4 (Live)"], ["Copacabana (Live)"], ["A Novidade (Live)"], ["Ghandi (Live)"], ["De Ouro E Marfim (Live)"], ["Doce De Carnaval (Candy All)"], ["Lamento De Carnaval"], ["Pretinha"], ["A Novidade"], ["Tenho Sede"], ["Refazenda"], ["Realce"], ["Esot\u00c3\u00a9rico"], ["Dr\u00c3\u00a3o"], ["A Paz"], ["Beira Mar"], ["Sampa"], ["Parabolicamar\u00c3\u00a1"], ["Tempo Rei"], ["Expresso 2222"], ["Aquele Abra\u00c3\u00a7o"], ["Palco"], ["Toda Menina Baiana"], ["S\u00c3\u00adtio Do Pica-Pau Amarelo"], ["Straight Out Of Line"], ["Faceless"], ["Changes"], ["Make Me Believe"], ["I Stand Alone"], ["Re-Align"], ["I Fucking Hate You"], ["Releasing The Demons"], ["Dead And Broken"], ["I Am"], ["The Awakening"], ["Serenity"], ["American Idiot"], ["Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home"], ["Holiday"], ["Boulevard Of Broken Dreams"], ["Are We The Waiting"], ["St. Jimmy"], ["Give Me Novacaine"], ["She's A Rebel"], ["Extraordinary Girl"], ["Letterbomb"], ["Wake Me Up When September Ends"], ["Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again"], ["Whatsername"], ["Welcome to the Jungle"], ["It's So Easy"], ["Nightrain"], ["Out Ta Get Me"], ["Mr. Brownstone"], ["Paradise City"], ["My Michelle"], ["Think About You"], ["Sweet Child O' Mine"], ["You're Crazy"], ["Anything Goes"], ["Rocket Queen"], ["Right Next Door to Hell"], ["Dust N' Bones"], ["Live and Let Die"], ["Don't Cry (Original)"], ["Perfect Crime"], ["You Ain't the First"], ["Bad Obsession"], ["Back off Bitch"], ["Double Talkin' Jive"], ["November Rain"], ["The Garden"], ["Garden of Eden"], ["Don't Damn Me"], ["Bad Apples"], ["Dead Horse"], ["Coma"], ["Civil War"], ["14 Years"], ["Yesterdays"], ["Knockin' On Heaven's Door"], ["Get In The Ring"], ["Shotgun Blues"], ["Breakdown"], ["Pretty Tied Up"], ["Locomotive"], ["So Fine"], ["Estranged"], ["You Could Be Mine"], ["Don't Cry"], ["My World"], ["Colibri"], ["Love Is The Colour"], ["Magnetic Ocean"], ["Deep Waters"], ["L'Arc En Ciel De Miles"], ["Gypsy"], ["Journey Into Sunlight"], ["Sunchild"], ["Millenium"], ["Thinking 'Bout Tomorrow"], ["Jacob's Ladder"], ["She Wears Black"], ["Dark Side Of The Cog"], ["Different World"], ["These Colours Don't Run"], ["Brighter Than a Thousand Suns"], ["The Pilgrim"], ["The Longest Day"], ["Out of the Shadows"], ["The Reincarnation of Benjamin Breeg"], ["For the Greater Good of God"], ["Lord of Light"], ["The Legacy"], ["Hallowed Be Thy Name (Live) [Non Album Bonus Track]"], ["The Number Of The Beast"], ["The Trooper"], ["Prowler"], ["Transylvania"], ["Remember Tomorrow"], ["Where Eagles Dare"], ["Sanctuary"], ["Running Free"], ["Run To The Hilss"], ["2 Minutes To Midnight"], ["Iron Maiden"], ["Hallowed Be Thy Name"], ["Be Quick Or Be Dead"], ["From Here To Eternity"], ["Can I Play With Madness"], ["Wasting Love"], ["Tailgunner"], ["The Evil That Men Do"], ["Afraid To Shoot Strangers"], ["Bring Your Daughter... To The Slaughter"], ["Heaven Can Wait"], ["The Clairvoyant"], ["Fear Of The Dark"], ["The Wicker Man"], ["Ghost Of The Navigator"], ["Brave New World"], ["Blood Brothers"], ["The Mercenary"], ["Dream Of Mirrors"], ["The Fallen Angel"], ["The Nomad"], ["Out Of The Silent Planet"], ["The Thin Line Between Love & Hate"], ["Wildest Dreams"], ["Rainmaker"], ["No More Lies"], ["Montsegur"], ["Dance Of Death"], ["Gates Of Tomorrow"], ["New Frontier"], ["Paschendale"], ["Face In The Sand"], ["Age Of Innocence"], ["Journeyman"], ["Be Quick Or Be Dead"], ["From Here To Eternity"], ["Afraid To Shoot Strangers"], ["Fear Is The Key"], ["Childhood's End"], ["Wasting Love"], ["The Fugitive"], ["Chains Of Misery"], ["The Apparition"], ["Judas Be My Guide"], ["Weekend Warrior"], ["Fear Of The Dark"], ["01 - Prowler"], ["02 - Sanctuary"], ["03 - Remember Tomorrow"], ["04 - Running Free"], ["05 - Phantom of the Opera"], ["06 - Transylvania"], ["07 - Strange World"], ["08 - Charlotte the Harlot"], ["09 - Iron Maiden"], ["The Ides Of March"], ["Wrathchild"], ["Murders In The Rue Morgue"], ["Another Life"], ["Genghis Khan"], ["Innocent Exile"], ["Killers"], ["Prodigal Son"], ["Purgatory"], ["Drifter"], ["Intro- Churchill S Speech"], ["Aces High"], ["2 Minutes To Midnight"], ["The Trooper"], ["Revelations"], ["Flight Of Icarus"], ["Rime Of The Ancient Mariner"], ["Powerslave"], ["The Number Of The Beast"], ["Hallowed Be Thy Name"], ["Iron Maiden"], ["Run To The Hills"], ["Running Free"], ["Wrathchild"], ["Acacia Avenue"], ["Children Of The Damned"], ["Die With Your Boots On"], ["Phantom Of The Opera"], ["Be Quick Or Be Dead"], ["The Number Of The Beast"], ["Wrathchild"], ["From Here To Eternity"], ["Can I Play With Madness"], ["Wasting Love"], ["Tailgunner"], ["The Evil That Men Do"], ["Afraid To Shoot Strangers"], ["Fear Of The Dark"], ["Bring Your Daughter... To The Slaughter..."], ["The Clairvoyant"], ["Heaven Can Wait"], ["Run To The Hills"], ["2 Minutes To Midnight"], ["Iron Maiden"], ["Hallowed Be Thy Name"], ["The Trooper"], ["Sanctuary"], ["Running Free"], ["Tailgunner"], ["Holy Smoke"], ["No Prayer For The Dying"], ["Public Enema Number One"], ["Fates Warning"], ["The Assassin"], ["Run Silent Run Deep"], ["Hooks In You"], ["Bring Your Daughter... ...To The Slaughter"], ["Mother Russia"], ["Where Eagles Dare"], ["Revelations"], ["Flight Of The Icarus"], ["Die With Your Boots On"], ["The Trooper"], ["Still Life"], ["Quest For Fire"], ["Sun And Steel"], ["To Tame A Land"], ["Aces High"], ["2 Minutes To Midnight"], ["Losfer Words"], ["Flash of The Blade"], ["Duelists"], ["Back in the Village"], ["Powerslave"], ["Rime of the Ancient Mariner"], ["Intro"], ["The Wicker Man"], ["Ghost Of The Navigator"], ["Brave New World"], ["Wrathchild"], ["2 Minutes To Midnight"], ["Blood Brothers"], ["Sign Of The Cross"], ["The Mercenary"], ["The Trooper"], ["Dream Of Mirrors"], ["The Clansman"], ["The Evil That Men Do"], ["Fear Of The Dark"], ["Iron Maiden"], ["The Number Of The Beast"], ["Hallowed Be Thy Name"], ["Sanctuary"], ["Run To The Hills"], ["Moonchild"], ["Infinite Dreams"], ["Can I Play With Madness"], ["The Evil That Men Do"], ["Seventh Son of a Seventh Son"], ["The Prophecy"], ["The Clairvoyant"], ["Only the Good Die Young"], ["Caught Somewhere in Time"], ["Wasted Years"], ["Sea of Madness"], ["Heaven Can Wait"], ["Stranger in a Strange Land"], ["Alexander the Great"], ["De Ja Vu"], ["The Loneliness of the Long Dis"], ["22 Acacia Avenue"], ["Children of the Damned"], ["Gangland"], ["Hallowed Be Thy Name"], ["Invaders"], ["Run to the Hills"], ["The Number Of The Beast"], ["The Prisoner"], ["Sign Of The Cross"], ["Lord Of The Flies"], ["Man On The Edge"], ["Fortunes Of War"], ["Look For The Truth"], ["The Aftermath"], ["Judgement Of Heaven"], ["Blood On The World's Hands"], ["The Edge Of Darkness"], ["2 A.M."], ["The Unbeliever"], ["Futureal"], ["The Angel And The Gambler"], ["Lightning Strikes Twice"], ["The Clansman"], ["When Two Worlds Collide"], ["The Educated Fool"], ["Don't Look To The Eyes Of A Stranger"], ["Como Estais Amigos"], ["Please Please Please"], ["Think"], ["Night Train"], ["Out Of Sight"], ["Papa's Got A Brand New Bag Pt.1"], ["I Got You (I Feel Good)"], ["It's A Man's Man's Man's World"], ["Cold Sweat"], ["Say It Loud, I'm Black And I'm Proud Pt.1"], ["Get Up (I Feel Like Being A) Sex Machine"], ["Hey America"], ["Make It Funky Pt.1"], ["I'm A Greedy Man Pt.1"], ["Get On The Good Foot"], ["Get Up Offa That Thing"], ["It's Too Funky In Here"], ["Living In America"], ["I'm Real"], ["Hot Pants Pt.1"], ["Soul Power (Live)"], ["When You Gonna Learn (Digeridoo)"], ["Too Young To Die"], ["Hooked Up"], ["If I Like It, I Do It"], ["Music Of The Wind"], ["Emergency On Planet Earth"], ["Whatever It Is, I Just Can't Stop"], ["Blow Your Mind"], ["Revolution 1993"], ["Didgin' Out"], ["Canned Heat"], ["Planet Home"], ["Black Capricorn Day"], ["Soul Education"], ["Failling"], ["Destitute Illusions"], ["Supersonic"], ["Butterfly"], ["Were Do We Go From Here"], ["King For A Day"], ["Deeper Underground"], ["Just Another Story"], ["Stillness In Time"], ["Half The Man"], ["Light Years"], ["Manifest Destiny"], ["The Kids"], ["Mr. Moon"], ["Scam"], ["Journey To Arnhemland"], ["Morning Glory"], ["Space Cowboy"], ["Last Chance"], ["Are You Gonna Be My Girl"], ["Rollover D.J."], ["Look What You've Done"], ["Get What You Need"], ["Move On"], ["Radio Song"], ["Get Me Outta Here"], ["Cold Hard Bitch"], ["Come Around Again"], ["Take It Or Leave It"], ["Lazy Gun"], ["Timothy"], ["Foxy Lady"], ["Manic Depression"], ["Red House"], ["Can You See Me"], ["Love Or Confusion"], ["I Don't Live Today"], ["May This Be Love"], ["Fire"], ["Third Stone From The Sun"], ["Remember"], ["Are You Experienced?"], ["Hey Joe"], ["Stone Free"], ["Purple Haze"], ["51st Anniversary"], ["The Wind Cries Mary"], ["Highway Chile"], ["Surfing with the Alien"], ["Ice 9"], ["Crushing Day"], ["Always With Me, Always With You"], ["Satch Boogie"], ["Hill of the Skull"], ["Circles"], ["Lords of Karma"], ["Midnight"], ["Echo"], ["Engenho De Dentro"], ["Alcohol"], ["Mama Africa"], ["Salve Simpatia"], ["W/Brasil (Chama O S\u00c3\u00adndico)"], ["Pa\u00c3\u00ads Tropical"], ["Os Alquimistas Est\u00c3\u00a3o Chegando"], ["Charles Anjo 45"], ["Selassi\u00c3\u00aa"], ["Menina Sarar\u00c3\u00a1"], ["Que Maravilha"], ["Santa Clara Clareou"], ["Filho Maravilha"], ["Taj Mahal"], ["Rapidamente"], ["As Dores do Mundo"], ["Vou Pra Ai"], ["My Brother"], ["H\u00c3\u00a1 Quanto Tempo"], ["V\u00c3\u00adcio"], ["Encontrar Algu\u00c3\u00a9m"], ["Dance Enquanto \u00c3\u00a9 Tempo"], ["A Tarde"], ["Always Be All Right"], ["Sem Sentido"], ["Onibusfobia"], ["Pura Elegancia"], ["Choramingando"], ["Por Merecer"], ["No Futuro"], ["Voce Inteira"], ["Cuando A Noite Vai Chegando"], ["Naquele Dia"], ["Equinocio"], ["Papel\u00c3\u00a3o"], ["Cuando Eu For Pro Ceu"], ["Do Nosso Amor"], ["Borogodo"], ["Cafezinho"], ["Enquanto O Dia N\u00c3\u00a3o Vem"], ["The Green Manalishi"], ["Living After Midnight"], ["Breaking The Law (Live)"], ["Hot Rockin'"], ["Heading Out To The Highway (Live)"], ["The Hellion"], ["Electric Eye"], ["You've Got Another Thing Comin'"], ["Turbo Lover"], ["Freewheel Burning"], ["Some Heads Are Gonna Roll"], ["Metal Meltdown"], ["Ram It Down"], ["Diamonds And Rust (Live)"], ["Victim Of Change (Live)"], ["Tyrant (Live)"], ["Comin' Home"], ["Plaster Caster"], ["Goin' Blind"], ["Do You Love Me"], ["Domino"], ["Sure Know Something"], ["A World Without Heroes"], ["Rock Bottom"], ["See You Tonight"], ["I Still Love You"], ["Every Time I Look At You"], ["2,000 Man"], ["Beth"], ["Nothin' To Lose"], ["Rock And Roll All Nite"], ["Immigrant Song"], ["Heartbreaker"], ["Since I've Been Loving You"], ["Black Dog"], ["Dazed And Confused"], ["Stairway To Heaven"], ["Going To California"], ["That's The Way"], ["Whole Lotta Love (Medley)"], ["Thank You"], ["We're Gonna Groove"], ["Poor Tom"], ["I Can't Quit You Baby"], ["Walter's Walk"], ["Ozone Baby"], ["Darlene"], ["Bonzo's Montreux"], ["Wearing And Tearing"], ["The Song Remains The Same"], ["The Rain Song"], ["Over The Hills And Far Away"], ["The Crunge"], ["Dancing Days"], ["D'Yer Mak'er"], ["No Quarter"], ["The Ocean"], ["In The Evening"], ["South Bound Saurez"], ["Fool In The Rain"], ["Hot Dog"], ["Carouselambra"], ["All My Love"], ["I'm Gonna Crawl"], ["Black Dog"], ["Rock & Roll"], ["The Battle Of Evermore"], ["Stairway To Heaven"], ["Misty Mountain Hop"], ["Four Sticks"], ["Going To California"], ["When The Levee Breaks"], ["Good Times Bad Times"], ["Babe I'm Gonna Leave You"], ["You Shook Me"], ["Dazed and Confused"], ["Your Time Is Gonna Come"], ["Black Mountain Side"], ["Communication Breakdown"], ["I Can't Quit You Baby"], ["How Many More Times"], ["Whole Lotta Love"], ["What Is And What Should Never Be"], ["The Lemon Song"], ["Thank You"], ["Heartbreaker"], ["Living Loving Maid (She's Just A Woman)"], ["Ramble On"], ["Moby Dick"], ["Bring It On Home"], ["Immigrant Song"], ["Friends"], ["Celebration Day"], ["Since I've Been Loving You"], ["Out On The Tiles"], ["Gallows Pole"], ["Tangerine"], ["That's The Way"], ["Bron-Y-Aur Stomp"], ["Hats Off To (Roy) Harper"], ["In The Light"], ["Bron-Yr-Aur"], ["Down By The Seaside"], ["Ten Years Gone"], ["Night Flight"], ["The Wanton Song"], ["Boogie With Stu"], ["Black Country Woman"], ["Sick Again"], ["Achilles Last Stand"], ["For Your Life"], ["Royal Orleans"], ["Nobody's Fault But Mine"], ["Candy Store Rock"], ["Hots On For Nowhere"], ["Tea For One"], ["Rock & Roll"], ["Celebration Day"], ["The Song Remains The Same"], ["Rain Song"], ["Dazed And Confused"], ["No Quarter"], ["Stairway To Heaven"], ["Moby Dick"], ["Whole Lotta Love"], ["Nat\u00c3\u00a1lia"], ["L'Avventura"], ["M\u00c3\u00basica De Trabalho"], ["Longe Do Meu Lado"], ["A Via L\u00c3\u00a1ctea"], ["M\u00c3\u00basica Ambiente"], ["Aloha"], ["Soul Parsifal"], ["Dezesseis"], ["Mil Peda\u00c3\u00a7os"], ["Leila"], ["1\u00c2\u00ba De Julho"], ["Esperando Por Mim"], ["Quando Voc\u00c3\u00aa Voltar"], ["O Livro Dos Dias"], ["Ser\u00c3\u00a1"], ["Ainda \u00c3\u0089 Cedo"], ["Gera\u00c3\u00a7\u00c3\u00a3o Coca-Cola"], ["Eduardo E M\u00c3\u00b4nica"], ["Tempo Perdido"], ["Indios"], ["Que Pa\u00c3\u00ads \u00c3\u0089 Este"], ["Faroeste Caboclo"], ["H\u00c3\u00a1 Tempos"], ["Pais E Filhos"], ["Meninos E Meninas"], ["Vento No Litoral"], ["Perfei\u00c3\u00a7\u00c3\u00a3o"], ["Giz"], ["Dezesseis"], ["Antes Das Seis"], ["Are You Gonna Go My Way"], ["Fly Away"], ["Rock And Roll Is Dead"], ["Again"], ["It Ain't Over 'Til It's Over"], ["Can't Get You Off My Mind"], ["Mr. Cab Driver"], ["American Woman"], ["Stand By My Woman"], ["Always On The Run"], ["Heaven Help"], ["I Belong To You"], ["Believe"], ["Let Love Rule"], ["Black Velveteen"], ["Assim Caminha A Humanidade"], ["Honolulu"], ["Dancin\u00c2\u00b4Days"], ["Um Pro Outro"], ["Aviso Aos Navegantes"], ["Casa"], ["Condi\u00c3\u00a7\u00c3\u00a3o"], ["Hyperconectividade"], ["O Descobridor Dos Sete Mares"], ["Satisfa\u00c3\u00a7\u00c3\u00a3o"], ["Brum\u00c3\u00a1rio"], ["Um Certo Algu\u00c3\u00a9m"], ["Fullg\u00c3\u00a1s"], ["S\u00c3\u00a1bado \u00c3\u0080 Noite"], ["A Cura"], ["Aquilo"], ["Atr\u00c3\u00a1s Do Trio El\u00c3\u00a9trico"], ["Senta A Pua"], ["Ro-Que-Se-Da-Ne"], ["Tudo Bem"], ["Toda Forma De Amor"], ["Tudo Igual"], ["Fogo De Palha"], ["Sereia"], ["Assaltaram A Gram\u00c3\u00a1tica"], ["Se Voc\u00c3\u00aa Pensa"], ["L\u00c3\u00a1 Vem O Sol (Here Comes The Sun)"], ["O \u00c3\u009altimo Rom\u00c3\u00a2ntico (Ao Vivo)"], ["Pseudo Silk Kimono"], ["Kayleigh"], ["Lavender"], ["Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel"], ["Heart Of Lothian: Wide Boy / Curtain Call"], ["Waterhole (Expresso Bongo)"], ["Lords Of The Backstage"], ["Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold"], ["Childhoods End?"], ["White Feather"], ["Arrepio"], ["Magamalabares"], ["Chuva No Brejo"], ["C\u00c3\u00a9rebro Eletr\u00c3\u00b4nico"], ["Tempos Modernos"], ["Mara\u00c3\u00a7\u00c3\u00a1"], ["Blanco"], ["Panis Et Circenses"], ["De Noite Na Cama"], ["Beija Eu"], ["Give Me Love"], ["Ainda Lembro"], ["A Menina Dan\u00c3\u00a7a"], ["Dan\u00c3\u00a7a Da Solid\u00c3\u00a3o"], ["Ao Meu Redor"], ["Bem Leve"], ["Segue O Seco"], ["O Xote Das Meninas"], ["Wherever I Lay My Hat"], ["Get My Hands On Some Lovin'"], ["No Good Without You"], ["You've Been A Long Time Coming"], ["When I Had Your Love"], ["You're What's Happening (In The World Today)"], ["Loving You Is Sweeter Than Ever"], ["It's A Bitter Pill To Swallow"], ["Seek And You Shall Find"], ["Gonna Keep On Tryin' Till I Win Your Love"], ["Gonna Give Her All The Love I've Got"], ["I Wish It Would Rain"], ["Abraham, Martin And John"], ["Save The Children"], ["You Sure Love To Ball"], ["Ego Tripping Out"], ["Praise"], ["Heavy Love Affair"], ["Down Under"], ["Overkill"], ["Be Good Johnny"], ["Everything I Need"], ["Down by the Sea"], ["Who Can It Be Now?"], ["It's a Mistake"], ["Dr. Heckyll & Mr. Jive"], ["Shakes and Ladders"], ["No Sign of Yesterday"], ["Enter Sandman"], ["Sad But True"], ["Holier Than Thou"], ["The Unforgiven"], ["Wherever I May Roam"], ["Don't Tread On Me"], ["Through The Never"], ["Nothing Else Matters"], ["Of Wolf And Man"], ["The God That Failed"], ["My Friend Of Misery"], ["The Struggle Within"], ["Helpless"], ["The Small Hours"], ["The Wait"], ["Crash Course In Brain Surgery"], ["Last Caress/Green Hell"], ["Am I Evil?"], ["Blitzkrieg"], ["Breadfan"], ["The Prince"], ["Stone Cold Crazy"], ["So What"], ["Killing Time"], ["Overkill"], ["Damage Case"], ["Stone Dead Forever"], ["Too Late Too Late"], ["Hit The Lights"], ["The Four Horsemen"], ["Motorbreath"], ["Jump In The Fire"], ["(Anesthesia) Pulling Teeth"], ["Whiplash"], ["Phantom Lord"], ["No Remorse"], ["Seek & Destroy"], ["Metal Militia"], ["Ain't My Bitch"], ["2 X 4"], ["The House Jack Built"], ["Until It Sleeps"], ["King Nothing"], ["Hero Of The Day"], ["Bleeding Me"], ["Cure"], ["Poor Twisted Me"], ["Wasted My Hate"], ["Mama Said"], ["Thorn Within"], ["Ronnie"], ["The Outlaw Torn"], ["Battery"], ["Master Of Puppets"], ["The Thing That Should Not Be"], ["Welcome Home (Sanitarium)"], ["Disposable Heroes"], ["Leper Messiah"], ["Orion"], ["Damage Inc."], ["Fuel"], ["The Memory Remains"], ["Devil's Dance"], ["The Unforgiven II"], ["Better Than You"], ["Slither"], ["Carpe Diem Baby"], ["Bad Seed"], ["Where The Wild Things Are"], ["Prince Charming"], ["Low Man's Lyric"], ["Attitude"], ["Fixxxer"], ["Fight Fire With Fire"], ["Ride The Lightning"], ["For Whom The Bell Tolls"], ["Fade To Black"], ["Trapped Under Ice"], ["Escape"], ["Creeping Death"], ["The Call Of Ktulu"], ["Frantic"], ["St. Anger"], ["Some Kind Of Monster"], ["Dirty Window"], ["Invisible Kid"], ["My World"], ["Shoot Me Again"], ["Sweet Amber"], ["The Unnamed Feeling"], ["Purify"], ["All Within My Hands"], ["Blackened"], ["...And Justice For All"], ["Eye Of The Beholder"], ["One"], ["The Shortest Straw"], ["Harvester Of Sorrow"], ["The Frayed Ends Of Sanity"], ["To Live Is To Die"], ["Dyers Eve"], ["Springsville"], ["The Maids Of Cadiz"], ["The Duke"], ["My Ship"], ["Miles Ahead"], ["Blues For Pablo"], ["New Rhumba"], ["The Meaning Of The Blues"], ["Lament"], ["I Don't Wanna Be Kissed (By Anyone But You)"], ["Springsville (Alternate Take)"], ["Blues For Pablo (Alternate Take)"], ["The Meaning Of The Blues/Lament (Alternate Take)"], ["I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)"], ["Cora\u00c3\u00a7\u00c3\u00a3o De Estudante"], ["A Noite Do Meu Bem"], ["Paisagem Na Janela"], ["Cuitelinho"], ["Caxang\u00c3\u00a1"], ["Nos Bailes Da Vida"], ["Menestrel Das Alagoas"], ["Brasil"], ["Can\u00c3\u00a7\u00c3\u00a3o Do Novo Mundo"], ["Um Gosto De Sol"], ["Solar"], ["Para Lennon E McCartney"], ["Maria, Maria"], ["Minas"], ["F\u00c3\u00a9 Cega, Faca Amolada"], ["Beijo Partido"], ["Saudade Dos Avi\u00c3\u00b5es Da Panair (Conversando No Bar)"], ["Gran Circo"], ["Ponta de Areia"], ["Trastevere"], ["Idolatrada"], ["Leila (Venha Ser Feliz)"], ["Paula E Bebeto"], ["Simples"], ["Norwegian Wood"], ["Caso Voc\u00c3\u00aa Queira Saber"], ["Ace Of Spades"], ["Love Me Like A Reptile"], ["Shoot You In The Back"], ["Live To Win"], ["Fast And Loose"], ["(We Are) The Road Crew"], ["Fire Fire"], ["Jailbait"], ["Dance"], ["Bite The Bullet"], ["The Chase Is Better Than The Catch"], ["The Hammer"], ["Dirty Love"], ["Please Don't Touch"], ["Emergency"], ["Kir Royal"], ["O Que Vai Em Meu Cora\u00c3\u00a7\u00c3\u00a3o"], ["Aos Le\u00c3\u00b5es"], ["Dois \u00c3\u008dndios"], ["Noite Negra"], ["Beijo do Olhar"], ["\u00c3\u0089 Fogo"], ["J\u00c3\u00a1 Foi"], ["S\u00c3\u00b3 Se For Pelo Cabelo"], ["No Clima"], ["A Mo\u00c3\u00a7a e a Chuva"], ["Demorou!"], ["Bitter Pill"], ["Enslaved"], ["Girls, Girls, Girls"], ["Kickstart My Heart"], ["Wild Side"], ["Glitter"], ["Dr. Feelgood"], ["Same Ol' Situation"], ["Home Sweet Home"], ["Afraid"], ["Don't Go Away Mad (Just Go Away)"], ["Without You"], ["Smokin' in The Boys Room"], ["Primal Scream"], ["Too Fast For Love"], ["Looks That Kill"], ["Shout At The Devil"], ["Intro"], ["School"], ["Drain You"], ["Aneurysm"], ["Smells Like Teen Spirit"], ["Been A Son"], ["Lithium"], ["Sliver"], ["Spank Thru"], ["Scentless Apprentice"], ["Heart-Shaped Box"], ["Milk It"], ["Negative Creep"], ["Polly"], ["Breed"], ["Tourette's"], ["Blew"], ["Smells Like Teen Spirit"], ["In Bloom"], ["Come As You Are"], ["Breed"], ["Lithium"], ["Polly"], ["Territorial Pissings"], ["Drain You"], ["Lounge Act"], ["Stay Away"], ["On A Plain"], ["Something In The Way"], ["Time"], ["P.S.Apare\u00c3\u00a7a"], ["Sangue Latino"], ["Folhas Secas"], ["Poeira"], ["M\u00c3\u00a1gica"], ["Quem Mata A Mulher Mata O Melhor"], ["Mundar\u00c3\u00a9u"], ["O Bra\u00c3\u00a7o Da Minha Guitarra"], ["Deus"], ["M\u00c3\u00a3e Terra"], ["\u00c3\u0080s Vezes"], ["Menino De Rua"], ["Prazer E F\u00c3\u00a9"], ["Elza"], ["Requebra"], ["Nossa Gente (Avisa L\u00c3\u00a0)"], ["Olodum - Alegria Geral"], ["Madag\u00c3\u00a1scar Olodum"], ["Fara\u00c3\u00b3 Divindade Do Egito"], ["Todo Amor (Asas Da Liberdade)"], ["Den\u00c3\u00bancia"], ["Olodum, A Banda Do Pel\u00c3\u00b4"], ["Cartao Postal"], ["Jeito Faceiro"], ["Revolta Olodum"], ["Reggae Odoy\u00c3\u00a1"], ["Protesto Do Olodum (Ao Vivo)"], ["Olodum - Smile (Instrumental)"], ["Vulc\u00c3\u00a3o Dub - Fui Eu"], ["O Trem Da Juventude"], ["Manguetown"], ["Um Amor, Um Lugar"], ["Bora-Bora"], ["Vai Valer"], ["I Feel Good (I Got You) - Sossego"], ["Uns Dias"], ["Sincero Breu"], ["Meu Erro"], ["Selvagem"], ["Bras\u00c3\u00adlia 5:31"], ["Tendo A Lua"], ["Que Pa\u00c3\u00ads \u00c3\u0089 Este"], ["Navegar Impreciso"], ["Feira Moderna"], ["Tequila - Lourinha Bombril (Parate Y Mira)"], ["Vamo Bat\u00c3\u00aa Lata"], ["Life During Wartime"], ["Nebulosa Do Amor"], ["Caleidosc\u00c3\u00b3pio"], ["Trac Trac"], ["Tendo A Lua"], ["Mensagen De Amor (2000)"], ["Lourinha Bombril"], ["La Bella Luna"], ["Busca Vida"], ["Uma Brasileira"], ["Luis Inacio (300 Picaretas)"], ["Saber Amar"], ["Ela Disse Adeus"], ["O Amor Nao Sabe Esperar"], ["Aonde Quer Que Eu Va"], ["Caleidosc\u00c3\u00b3pio"], ["\u00c3\u0093culos"], ["Cinema Mudo"], ["Alagados"], ["Lanterna Dos Afogados"], ["Mel\u00c3\u00b4 Do Marinheiro"], ["Vital E Sua Moto"], ["O Beco"], ["Meu Erro"], ["Perplexo"], ["Me Liga"], ["Quase Um Segundo"], ["Selvagem"], ["Romance Ideal"], ["Ser\u00c3\u00a1 Que Vai Chover?"], ["SKA"], ["Bark at the Moon"], ["I Don't Know"], ["Crazy Train"], ["Flying High Again"], ["Mama, I'm Coming Home"], ["No More Tears"], ["I Don't Know"], ["Crazy Train"], ["Believer"], ["Mr. Crowley"], ["Flying High Again"], ["Relvelation (Mother Earth)"], ["Steal Away (The Night)"], ["Suicide Solution (With Guitar Solo)"], ["Iron Man"], ["Children Of The Grave"], ["Paranoid"], ["Goodbye To Romance"], ["No Bone Movies"], ["Dee"], ["Shining In The Light"], ["When The World Was Young"], ["Upon A Golden Horse"], ["Blue Train"], ["Please Read The Letter"], ["Most High"], ["Heart In Your Hand"], ["Walking Into Clarksdale"], ["Burning Up"], ["When I Was A Child"], ["House Of Love"], ["Sons Of Freedom"], ["United Colours"], ["Slug"], ["Your Blue Room"], ["Always Forever Now"], ["A Different Kind Of Blue"], ["Beach Sequence"], ["Miss Sarajevo"], ["Ito Okashi"], ["One Minute Warning"], ["Corpse (These Chains Are Way Too Long)"], ["Elvis Ate America"], ["Plot 180"], ["Theme From The Swan"], ["Theme From Let's Go Native"], ["Wrathchild"], ["Killers"], ["Prowler"], ["Murders In The Rue Morgue"], ["Women In Uniform"], ["Remember Tomorrow"], ["Sanctuary"], ["Running Free"], ["Phantom Of The Opera"], ["Iron Maiden"], ["Corduroy"], ["Given To Fly"], ["Hail, Hail"], ["Daughter"], ["Elderly Woman Behind The Counter In A Small Town"], ["Untitled"], ["MFC"], ["Go"], ["Red Mosquito"], ["Even Flow"], ["Off He Goes"], ["Nothingman"], ["Do The Evolution"], ["Better Man"], ["Black"], ["F*Ckin' Up"], ["Life Wasted"], ["World Wide Suicide"], ["Comatose"], ["Severed Hand"], ["Marker In The Sand"], ["Parachutes"], ["Unemployable"], ["Big Wave"], ["Gone"], ["Wasted Reprise"], ["Army Reserve"], ["Come Back"], ["Inside Job"], ["Can't Keep"], ["Save You"], ["Love Boat Captain"], ["Cropduster"], ["Ghost"], ["I Am Mine"], ["Thumbing My Way"], ["You Are"], ["Get Right"], ["Green Disease"], ["Help Help"], ["Bushleager"], ["1/2 Full"], ["Arc"], ["All or None"], ["Once"], ["Evenflow"], ["Alive"], ["Why Go"], ["Black"], ["Jeremy"], ["Oceans"], ["Porch"], ["Garden"], ["Deep"], ["Release"], ["Go"], ["Animal"], ["Daughter"], ["Glorified G"], ["Dissident"], ["W.M.A."], ["Blood"], ["Rearviewmirror"], ["Rats"], ["Elderly Woman Behind The Counter In A Small Town"], ["Leash"], ["Indifference"], ["Johnny B. Goode"], ["Don't Look Back"], ["Jah Seh No"], ["I'm The Toughest"], ["Nothing But Love"], ["Buk-In-Hamm Palace"], ["Bush Doctor"], ["Wanted Dread And Alive"], ["Mystic Man"], ["Coming In Hot"], ["Pick Myself Up"], ["Crystal Ball"], ["Equal Rights Downpresser Man"], ["Speak To Me/Breathe"], ["On The Run"], ["Time"], ["The Great Gig In The Sky"], ["Money"], ["Us And Them"], ["Any Colour You Like"], ["Brain Damage"], ["Eclipse"], ["ZeroVinteUm"], ["Queimando Tudo"], ["Hip Hop Rio"], ["Bossa"], ["100% HardCore"], ["Biruta"], ["M\u00c3\u00a3o Na Cabe\u00c3\u00a7a"], ["O Bicho T\u00c3\u00a1 Pregando"], ["Adoled (Ocean)"], ["Seus Amigos"], ["Paga Pau"], ["Rappers Reais"], ["Nega Do Cabelo Duro"], ["Hemp Family"], ["Quem Me Cobrou?"], ["Se Liga"], ["Bohemian Rhapsody"], ["Another One Bites The Dust"], ["Killer Queen"], ["Fat Bottomed Girls"], ["Bicycle Race"], ["You're My Best Friend"], ["Don't Stop Me Now"], ["Save Me"], ["Crazy Little Thing Called Love"], ["Somebody To Love"], ["Now I'm Here"], ["Good Old-Fashioned Lover Boy"], ["Play The Game"], ["Flash"], ["Seven Seas Of Rhye"], ["We Will Rock You"], ["We Are The Champions"], ["We Will Rock You"], ["We Are The Champions"], ["Sheer Heart Attack"], ["All Dead, All Dead"], ["Spread Your Wings"], ["Fight From The Inside"], ["Get Down, Make Love"], ["Sleep On The Sidewalk"], ["Who Needs You"], ["It's Late"], ["My Melancholy Blues"], ["Shiny Happy People"], ["Me In Honey"], ["Radio Song"], ["Pop Song 89"], ["Get Up"], ["You Are The Everything"], ["Stand"], ["World Leader Pretend"], ["The Wrong Child"], ["Orange Crush"], ["Turn You Inside-Out"], ["Hairshirt"], ["I Remember California"], ["Untitled"], ["How The West Was Won And Where It Got Us"], ["The Wake-Up Bomb"], ["New Test Leper"], ["Undertow"], ["E-Bow The Letter"], ["Leave"], ["Departure"], ["Bittersweet Me"], ["Be Mine"], ["Binky The Doormat"], ["Zither"], ["So Fast, So Numb"], ["Low Desert"], ["Electrolite"], ["Losing My Religion"], ["Low"], ["Near Wild Heaven"], ["Endgame"], ["Belong"], ["Half A World Away"], ["Texarkana"], ["Country Feedback"], ["Carnival Of Sorts"], ["Radio Free Aurope"], ["Perfect Circle"], ["Talk About The Passion"], ["So Central Rain"], ["Don't Go Back To Rockville"], ["Pretty Persuasion"], ["Green Grow The Rushes"], ["Can't Get There From Here"], ["Driver 8"], ["Fall On Me"], ["I Believe"], ["Cuyahoga"], ["The One I Love"], ["The Finest Worksong"], ["It's The End Of The World As We Know It (And I Feel Fine)"], ["Infeliz Natal"], ["A Sua"], ["Papeau Nuky Doe"], ["Merry Christmas"], ["Bodies"], ["Puteiro Em Jo\u00c3\u00a3o Pessoa"], ["Esporrei Na Manivela"], ["B\u00c3\u00aa-a-B\u00c3\u00a1"], ["Cajueiro"], ["Palhas Do Coqueiro"], ["Maluco Beleza"], ["O Dia Em Que A Terra Parou"], ["No Fundo Do Quintal Da Escola"], ["O Segredo Do Universo"], ["As Profecias"], ["Mata Virgem"], ["Sapato 36"], ["Todo Mundo Explica"], ["Que Luz \u00c3\u0089 Essa"], ["Diamante De Mendigo"], ["Neg\u00c3\u00b3cio \u00c3\u0089"], ["Muita Estrela, Pouca Constela\u00c3\u00a7\u00c3\u00a3o"], ["S\u00c3\u00a9culo XXI"], ["Rock Das Aranhas (Ao Vivo) (Live)"], ["The Power Of Equality"], ["If You Have To Ask"], ["Breaking The Girl"], ["Funky Monks"], ["Suck My Kiss"], ["I Could Have Lied"], ["Mellowship Slinky In B Major"], ["The Righteous & The Wicked"], ["Give It Away"], ["Blood Sugar Sex Magik"], ["Under The Bridge"], ["Naked In The Rain"], ["Apache Rose Peacock"], ["The Greeting Song"], ["My Lovely Man"], ["Sir Psycho Sexy"], ["They're Red Hot"], ["By The Way"], ["Universally Speaking"], ["This Is The Place"], ["Dosed"], ["Don't Forget Me"], ["The Zephyr Song"], ["Can't Stop"], ["I Could Die For You"], ["Midnight"], ["Throw Away Your Television"], ["Cabron"], ["Tear"], ["On Mercury"], ["Minor Thing"], ["Warm Tape"], ["Venice Queen"], ["Around The World"], ["Parallel Universe"], ["Scar Tissue"], ["Otherside"], ["Get On Top"], ["Californication"], ["Easily"], ["Porcelain"], ["Emit Remmus"], ["I Like Dirt"], ["This Velvet Glove"], ["Savior"], ["Purple Stain"], ["Right On Time"], ["Road Trippin'"], ["The Spirit Of Radio"], ["The Trees"], ["Something For Nothing"], ["Freewill"], ["Xanadu"], ["Bastille Day"], ["By-Tor And The Snow Dog"], ["Anthem"], ["Closer To The Heart"], ["2112 Overture"], ["The Temples Of Syrinx"], ["La Villa Strangiato"], ["Fly By Night"], ["Finding My Way"], ["Jingo"], ["El Corazon Manda"], ["La Puesta Del Sol"], ["Persuasion"], ["As The Years Go by"], ["Soul Sacrifice"], ["Fried Neckbones And Home Fries"], ["Santana Jam"], ["Evil Ways"], ["We've Got To Get Together/Jingo"], ["Rock Me"], ["Just Ain't Good Enough"], ["Funky Piano"], ["The Way You Do To Mer"], ["Holding Back The Years"], ["Money's Too Tight To Mention"], ["The Right Thing"], ["It's Only Love"], ["A New Flame"], ["You've Got It"], ["If You Don't Know Me By Now"], ["Stars"], ["Something Got Me Started"], ["Thrill Me"], ["Your Mirror"], ["For Your Babies"], ["So Beautiful"], ["Angel"], ["Fairground"], ["\u00c3\u0081gua E Fogo"], ["Tr\u00c3\u00aas Lados"], ["Ela Desapareceu"], ["Balada Do Amor Inabal\u00c3\u00a1vel"], ["Can\u00c3\u00a7\u00c3\u00a3o Noturna"], ["Mu\u00c3\u00a7ulmano"], ["Maquinarama"], ["Rebeli\u00c3\u00a3o"], ["A \u00c3\u009altima Guerra"], ["Fica"], ["Ali"], ["Preto Dami\u00c3\u00a3o"], ["\u00c3\u0089 Uma Partida De Futebol"], ["Eu Disse A Ela"], ["Z\u00c3\u00a9 Trindade"], ["Garota Nacional"], ["T\u00c3\u00a3o Seu"], ["Sem Terra"], ["Os Exilados"], ["Um Dia Qualquer"], ["Los Pretos"], ["Sul Da Am\u00c3\u00a9rica"], ["Pocon\u00c3\u00a9"], ["Lucky 13"], ["Aeroplane Flies High"], ["Because You Are"], ["Slow Dawn"], ["Believe"], ["My Mistake"], ["Marquis In Spades"], ["Here's To The Atom Bomb"], ["Sparrow"], ["Waiting"], ["Saturnine"], ["Rock On"], ["Set The Ray To Jerry"], ["Winterlong"], ["Soot & Stars"], ["Blissed & Gone"], ["Siva"], ["Rhinocerous"], ["Drown"], ["Cherub Rock"], ["Today"], ["Disarm"], ["Landslide"], ["Bullet With Butterfly Wings"], ["1979"], ["Zero"], ["Tonight, Tonight"], ["Eye"], ["Ava Adore"], ["Perfect"], ["The Everlasting Gaze"], ["Stand Inside Your Love"], ["Real Love"], ["untitled"], ["Nothing To Say"], ["Flower"], ["Loud Love"], ["Hands All Over"], ["Get On The Snake"], ["Jesus Christ Pose"], ["Outshined"], ["Rusty Cage"], ["Spoonman"], ["The Day I Tried To Live"], ["Black Hole Sun"], ["Fell On Black Days"], ["Pretty Noose"], ["Burden In My Hand"], ["Blow Up The Outside World"], ["Ty Cobb"], ["Bleed Together"], ["Morning Dance"], ["Jubilee"], ["Rasul"], ["Song For Lorraine"], ["Starburst"], ["Heliopolis"], ["It Doesn't Matter"], ["Little Linda"], ["End Of Romanticism"], ["The House Is Rockin'"], ["Crossfire"], ["Tightrope"], ["Let Me Love You Baby"], ["Leave My Girl Alone"], ["Travis Walk"], ["Wall Of Denial"], ["Scratch-N-Sniff"], ["Love Me Darlin'"], ["Riviera Paradise"], ["Dead And Bloated"], ["Sex Type Thing"], ["Wicked Garden"], ["No Memory"], ["Sin"], ["Naked Sunday"], ["Creep"], ["Piece Of Pie"], ["Plush"], ["Wet My Bed"], ["Crackerman"], ["Where The River Goes"], ["Soldier Side - Intro"], ["B.Y.O.B."], ["Revenga"], ["Cigaro"], ["Radio/Video"], ["This Cocaine Makes Me Feel Like I'm On This Song"], ["Violent Pornography"], ["Question!"], ["Sad Statue"], ["Old School Hollywood"], ["Lost in Hollywood"], ["The Sun Road"], ["Dark Corners"], ["Duende"], ["Black Light Syndrome"], ["Falling in Circles"], ["Book of Hours"], ["Chaos-Control"], ["Midnight From The Inside Out"], ["Sting Me"], ["Thick & Thin"], ["Greasy Grass River"], ["Sometimes Salvation"], ["Cursed Diamonds"], ["Miracle To Me"], ["Wiser Time"], ["Girl From A Pawnshop"], ["Cosmic Fiend"], ["Black Moon Creeping"], ["High Head Blues"], ["Title Song"], ["She Talks To Angels"], ["Twice As Hard"], ["Lickin'"], ["Soul Singing"], ["Hard To Handle"], ["Remedy"], ["White Riot"], ["Remote Control"], ["Complete Control"], ["Clash City Rockers"], ["(White Man) In Hammersmith Palais"], ["Tommy Gun"], ["English Civil War"], ["I Fought The Law"], ["London Calling"], ["Train In Vain"], ["Bankrobber"], ["The Call Up"], ["Hitsville UK"], ["The Magnificent Seven"], ["This Is Radio Clash"], ["Know Your Rights"], ["Rock The Casbah"], ["Should I Stay Or Should I Go"], ["War (The Process)"], ["The Saint"], ["Rise"], ["Take The Power"], ["Breathe"], ["Nico"], ["American Gothic"], ["Ashes And Ghosts"], ["Shape The Sky"], ["Speed Of Light"], ["True Believers"], ["My Bridges Burn"], ["She Sells Sanctuary"], ["Fire Woman"], ["Lil' Evil"], ["Spirit Walker"], ["The Witch"], ["Revolution"], ["Wild Hearted Son"], ["Love Removal Machine"], ["Rain"], ["Edie (Ciao Baby)"], ["Heart Of Soul"], ["Love"], ["Wild Flower"], ["Go West"], ["Resurrection Joe"], ["Sun King"], ["Sweet Soul Sister"], ["Earth Mofo"], ["Break on Through"], ["Soul Kitchen"], ["The Crystal Ship"], ["Twentienth Century Fox"], ["Alabama Song"], ["Light My Fire"], ["Back Door Man"], ["I Looked At You"], ["End Of The Night"], ["Take It As It Comes"], ["The End"], ["Roxanne"], ["Can't Stand Losing You"], ["Message in a Bottle"], ["Walking on the Moon"], ["Don't Stand so Close to Me"], ["De Do Do Do, De Da Da Da"], ["Every Little Thing She Does is Magic"], ["Invisible Sun"], ["Spirit's in the Material World"], ["Every Breath You Take"], ["King Of Pain"], ["Wrapped Around Your Finger"], ["Don't Stand So Close to Me '86"], ["Message in a Bottle (new classic rock mix)"], ["Time Is On My Side"], ["Heart Of Stone"], ["Play With Fire"], ["Satisfaction"], ["As Tears Go By"], ["Get Off Of My Cloud"], ["Mother's Little Helper"], ["19th Nervous Breakdown"], ["Paint It Black"], ["Under My Thumb"], ["Ruby Tuesday"], ["Let's Spend The Night Together"], ["Intro"], ["You Got Me Rocking"], ["Gimmie Shelters"], ["Flip The Switch"], ["Memory Motel"], ["Corinna"], ["Saint Of Me"], ["Wainting On A Friend"], ["Sister Morphine"], ["Live With Me"], ["Respectable"], ["Thief In The Night"], ["The Last Time"], ["Out Of Control"], ["Love Is Strong"], ["You Got Me Rocking"], ["Sparks Will Fly"], ["The Worst"], ["New Faces"], ["Moon Is Up"], ["Out Of Tears"], ["I Go Wild"], ["Brand New Car"], ["Sweethearts Together"], ["Suck On The Jugular"], ["Blinded By Rainbows"], ["Baby Break It Down"], ["Thru And Thru"], ["Mean Disposition"], ["Walking Wounded"], ["Temptation"], ["The Messenger"], ["Psychopomp"], ["Sister Awake"], ["The Bazaar"], ["Save Me (Remix)"], ["Fire In The Head"], ["Release"], ["Heaven Coming Down"], ["The River (Remix)"], ["Babylon"], ["Waiting On A Sign"], ["Life Line"], ["Paint It Black"], ["Temptation"], ["Army Ants"], ["Psychopomp"], ["Gyroscope"], ["Alarum"], ["Release"], ["Transmission"], ["Babylon"], ["Pulse"], ["Emerald"], ["Aftermath"], ["I Can't Explain"], ["Anyway, Anyhow, Anywhere"], ["My Generation"], ["Substitute"], ["I'm A Boy"], ["Boris The Spider"], ["Happy Jack"], ["Pictures Of Lily"], ["I Can See For Miles"], ["Magic Bus"], ["Pinball Wizard"], ["The Seeker"], ["Baba O'Riley"], ["Won't Get Fooled Again (Full Length Version)"], ["Let's See Action"], ["5.15"], ["Join Together"], ["Squeeze Box"], ["Who Are You (Single Edit Version)"], ["You Better You Bet"], ["Primavera"], ["Chocolate"], ["Azul Da Cor Do Mar"], ["O Descobridor Dos Sete Mares"], ["At\u00c3\u00a9 Que Enfim Encontrei Voc\u00c3\u00aa"], ["Coron\u00c3\u00a9 Antonio Bento"], ["New Love"], ["N\u00c3\u00a3o Vou Ficar"], ["M\u00c3\u00basica No Ar"], ["Salve Nossa Senhora"], ["Voc\u00c3\u00aa Fugiu"], ["Cristina N\u00c2\u00ba 2"], ["Compadre"], ["Over Again"], ["R\u00c3\u00a9u Confesso"], ["O Que Me Importa"], ["Gostava Tanto De Voc\u00c3\u00aa"], ["Voc\u00c3\u00aa"], ["N\u00c3\u00a3o Quero Dinheiro"], ["Eu Amo Voc\u00c3\u00aa"], ["A Festa Do Santo Reis"], ["I Don't Know What To Do With Myself"], ["Padre C\u00c3\u00adcero"], ["Nosso Adeus"], ["Can\u00c3\u00a1rio Do Reino"], ["Preciso Ser Amado"], ["Balan\u00c3\u00a7o"], ["Preciso Aprender A Ser S\u00c3\u00b3"], ["Esta \u00c3\u0089 A Can\u00c3\u00a7\u00c3\u00a3o"], ["Formigueiro"], ["Comida"], ["Go Back"], ["Pr\u00c3\u00a1 Dizer Adeus"], ["Fam\u00c3\u00adlia"], ["Os Cegos Do Castelo"], ["O Pulso"], ["Marvin"], ["Nem 5 Minutos Guardados"], ["Flores"], ["Palavras"], ["Heredit\u00c3\u00a1rio"], ["A Melhor Forma"], ["Cabe\u00c3\u00a7a Dinossauro"], ["32 Dentes"], ["Bichos Escrotos (Vinheta)"], ["N\u00c3\u00a3o Vou Lutar"], ["Homem Primata (Vinheta)"], ["Homem Primata"], ["Pol\u00c3\u00adcia (Vinheta)"], ["Querem Meu Sangue"], ["Divers\u00c3\u00a3o"], ["Televis\u00c3\u00a3o"], ["Sonifera Ilha"], ["Lugar Nenhum"], ["Sua Impossivel Chance"], ["Desordem"], ["N\u00c3\u00a3o Vou Me Adaptar"], ["Domingo"], ["Amanh\u00c3\u00a3 N\u00c3\u00a3o Se Sabe"], ["Caras Como Eu"], ["Senhora E Senhor"], ["Era Uma Vez"], ["Mis\u00c3\u00a9ria"], ["Insens\u00c3\u00advel"], ["Eu E Ela"], ["Toda Cor"], ["\u00c3\u0089 Preciso Saber Viver"], ["Senhor Delegado/Eu N\u00c3\u00a3o Aguento"], ["Zoo Station"], ["Even Better Than The Real Thing"], ["One"], ["Until The End Of The World"], ["Who's Gonna Ride Your Wild Horses"], ["So Cruel"], ["The Fly"], ["Mysterious Ways"], ["Tryin' To Throw Your Arms Around The World"], ["Ultraviolet (Light My Way)"], ["Acrobat"], ["Love Is Blindness"], ["Beautiful Day"], ["Stuck In A Moment You Can't Get Out Of"], ["Elevation"], ["Walk On"], ["Kite"], ["In A Little While"], ["Wild Honey"], ["Peace On Earth"], ["When I Look At The World"], ["New York"], ["Grace"], ["The Three Sunrises"], ["Spanish Eyes"], ["Sweetest Thing"], ["Love Comes Tumbling"], ["Bass Trap"], ["Dancing Barefoot"], ["Everlasting Love"], ["Unchained Melody"], ["Walk To The Water"], ["Luminous Times (Hold On To Love)"], ["Hallelujah Here She Comes"], ["Silver And Gold"], ["Endless Deep"], ["A Room At The Heartbreak Hotel"], ["Trash, Trampoline And The Party Girl"], ["Vertigo"], ["Miracle Drug"], ["Sometimes You Can't Make It On Your Own"], ["Love And Peace Or Else"], ["City Of Blinding Lights"], ["All Because Of You"], ["A Man And A Woman"], ["Crumbs From Your Table"], ["One Step Closer"], ["Original Of The Species"], ["Yahweh"], ["Discotheque"], ["Do You Feel Loved"], ["Mofo"], ["If God Will Send His Angels"], ["Staring At The Sun"], ["Last Night On Earth"], ["Gone"], ["Miami"], ["The Playboy Mansion"], ["If You Wear That Velvet Dress"], ["Please"], ["Wake Up Dead Man"], ["Helter Skelter"], ["Van Diemen's Land"], ["Desire"], ["Hawkmoon 269"], ["All Along The Watchtower"], ["I Still Haven't Found What I'm Looking for"], ["Freedom For My People"], ["Silver And Gold"], ["Pride (In The Name Of Love)"], ["Angel Of Harlem"], ["Love Rescue Me"], ["When Love Comes To Town"], ["Heartland"], ["God Part II"], ["The Star Spangled Banner"], ["Bullet The Blue Sky"], ["All I Want Is You"], ["Pride (In The Name Of Love)"], ["New Year's Day"], ["With Or Without You"], ["I Still Haven't Found What I'm Looking For"], ["Sunday Bloody Sunday"], ["Bad"], ["Where The Streets Have No Name"], ["I Will Follow"], ["The Unforgettable Fire"], ["Sweetest Thing"], ["Desire"], ["When Love Comes To Town"], ["Angel Of Harlem"], ["All I Want Is You"], ["Sunday Bloody Sunday"], ["Seconds"], ["New Year's Day"], ["Like A Song..."], ["Drowning Man"], ["The Refugee"], ["Two Hearts Beat As One"], ["Red Light"], ["Surrender"], ["\"40\""], ["Zooropa"], ["Babyface"], ["Numb"], ["Lemon"], ["Stay (Faraway, So Close!)"], ["Daddy's Gonna Pay For Your Crashed Car"], ["Some Days Are Better Than Others"], ["The First Time"], ["Dirty Day"], ["The Wanderer"], ["Breakfast In Bed"], ["Where Did I Go Wrong"], ["I Would Do For You"], ["Homely Girl"], ["Here I Am (Come And Take Me)"], ["Kingston Town"], ["Wear You To The Ball"], ["(I Can't Help) Falling In Love With You"], ["Higher Ground"], ["Bring Me Your Cup"], ["C'est La Vie"], ["Reggae Music"], ["Superstition"], ["Until My Dying Day"], ["Where Have All The Good Times Gone?"], ["Hang 'Em High"], ["Cathedral"], ["Secrets"], ["Intruder"], ["(Oh) Pretty Woman"], ["Dancing In The Street"], ["Little Guitars (Intro)"], ["Little Guitars"], ["Big Bad Bill (Is Sweet William Now)"], ["The Full Bug"], ["Happy Trails"], ["Eruption"], ["Ain't Talkin' 'bout Love"], ["Runnin' With The Devil"], ["Dance the Night Away"], ["And the Cradle Will Rock..."], ["Unchained"], ["Jump"], ["Panama"], ["Why Can't This Be Love"], ["Dreams"], ["When It's Love"], ["Poundcake"], ["Right Now"], ["Can't Stop Loving You"], ["Humans Being"], ["Can't Get This Stuff No More"], ["Me Wise Magic"], ["Runnin' With The Devil"], ["Eruption"], ["You Really Got Me"], ["Ain't Talkin' 'Bout Love"], ["I'm The One"], ["Jamie's Cryin'"], ["Atomic Punk"], ["Feel Your Love Tonight"], ["Little Dreamer"], ["Ice Cream Man"], ["On Fire"], ["Neworld"], ["Without You"], ["One I Want"], ["From Afar"], ["Dirty Water Dog"], ["Once"], ["Fire in the Hole"], ["Josephina"], ["Year to the Day"], ["Primary"], ["Ballot or the Bullet"], ["How Many Say I"], ["Sucker Train Blues"], ["Do It For The Kids"], ["Big Machine"], ["Illegal I Song"], ["Spectacle"], ["Fall To Pieces"], ["Headspace"], ["Superhuman"], ["Set Me Free"], ["You Got No Right"], ["Slither"], ["Dirty Little Thing"], ["Loving The Alien"], ["Pela Luz Dos Olhos Teus"], ["A Bencao E Outros"], ["Tudo Na Mais Santa Paz"], ["O Velho E Aflor"], ["Cotidiano N 2"], ["Adeus"], ["Samba Pra Endrigo"], ["So Por Amor"], ["Meu Pranto Rolou"], ["Mulher Carioca"], ["Um Homem Chamado Alfredo"], ["Samba Do Jato"], ["Oi, La"], ["Vinicius, Poeta Do Encontro"], ["Soneto Da Separacao"], ["Still Of The Night"], ["Here I Go Again"], ["Is This Love"], ["Love Ain't No Stranger"], ["Looking For Love"], ["Now You're Gone"], ["Slide It In"], ["Slow An' Easy"], ["Judgement Day"], ["You're Gonna Break My Hart Again"], ["The Deeper The Love"], ["Crying In The Rain"], ["Fool For Your Loving"], ["Sweet Lady Luck"], ["Faixa Amarela"], ["Posso At\u00c3\u00a9 Me Apaixonar"], ["N\u00c3\u00a3o Sou Mais Disso"], ["Vivo Isolado Do Mundo"], ["Cora\u00c3\u00a7\u00c3\u00a3o Em Desalinho"], ["Seu Balanc\u00c3\u00aa"], ["Vai Adiar"], ["Rugas"], ["Feirinha da Pavuna/Luz do Repente/Baga\u00c3\u00a7o da Laranja"], ["Sem Essa de Malandro Agulha"], ["Chico N\u00c3\u00a3o Vai na Corimba"], ["Papel Principal"], ["Saudade Louca"], ["Camar\u00c3\u00a3o que Dorme e Onda Leva"], ["Sapopemba e Maxambomba"], ["Minha F\u00c3\u00a9"], ["Lua de Ogum"], ["Samba pras mo\u00c3\u00a7as"], ["Verdade"], ["Your Time Is Gonna Come"], ["Sympton of the Universe"], ["Snowblind"], ["Black Sabbath"], ["Fairies Wear Boots"], ["War Pigs"], ["The Wizard"], ["N.I.B."], ["Sweet Leaf"], ["Never Say Die"], ["Sabbath, Bloody Sabbath"], ["Iron Man/Children of the Grave"], ["Paranoid"], ["Rock You Like a Hurricane"], ["No One Like You"], ["The Zoo"], ["Loving You Sunday Morning"], ["Still Loving You"], ["Big City Nights"], ["Believe in Love"], ["Rhythm of Love"], ["I Can't Explain"], ["Tease Me Please Me"], ["Wind of Change"], ["Send Me an Angel"], ["Jump Around"], ["Salutations"], ["Put Your Head Out"], ["Top O' The Morning To Ya"], ["Commercial 1"], ["House And The Rising Sun"], ["Shamrocks And Shenanigans"], ["House Of Pain Anthem"], ["Danny Boy, Danny Boy"], ["Guess Who's Back"], ["Commercial 2"], ["Put On Your Shit Kickers"], ["Come And Get Some Of This"], ["Life Goes On"], ["One For The Road"], ["Feel It"], ["All My Love"], ["Jump Around (Pete Rock Remix)"], ["Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix)"], ["Instinto Colectivo"], ["Chapa o Coco"], ["Prostituta"], ["Eu So Queria Sumir"], ["Tres Reis"], ["Um Lugar ao Sol"], ["Batalha Naval"], ["Todo o Carnaval tem seu Fim"], ["O Misterio do Samba"], ["Armadura"], ["Na Ladeira"], ["Carimbo"], ["Catimbo"], ["Funk de Bamba"], ["Chega no Suingue"], ["Mun-Ra"], ["Freestyle Love"], ["I Guess You're Right"], ["Love Comes"]]}, "table_names": "['genres', 'media_types', 'tracks']", "table_image_ids": ["TableImg_V7rc1_25.png", "TableImg_J2uce_5.png", "TableImg_Bkwh4_3503.png"], "original_data_index": 2480} +{"question": "Show the name, street address, and number of floors for all buildings ordered by the number of floors.", "answer": {"columns": ["Name", "Street_address", "Floors"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Tampa City Hall", "315 John F. Kennedy Boulevard", 10], ["Citizens Bank Building", "701 North Franklin Street", 12], ["Floridan Hotel", "905 Franklin Street", 17], ["Franklin Exchange Building", "655 North Franklin Street", 22], ["Park Tower", "400 North Tampa Street", 36], ["One Tampa City Center", "201 North Franklin Street", 39], ["Bank of America Tower", "101 East Kennedy Boulevard", 42], ["100 North Tampa", "100 North Tampa Street", 42]]}, "table_names": "['building']", "table_image_ids": ["TableImg_Xqq93_8.png"], "original_data_index": 2481} +{"question": "What are the different names and countries of origins for all artists whose song ratings are above 9?", "answer": {"columns": ["artist_name", "country"], "index": [0], "data": [["Topu", "India"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_9p6p7_6.png", "TableImg_Dp4nv_6.png"], "original_data_index": 2482} +{"question": "What are the dates of the orders made by the customer named \"Jeramie\"?", "answer": {"columns": ["date_order_placed"], "index": [0, 1, 2], "data": [["1974-08-10 08:15:16"], ["1976-09-01 09:27:00"], ["2002-12-06 14:13:30"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_Uc69b_15.png", "TableImg_Ujb1o_15.png"], "original_data_index": 2483} +{"question": "Count the number of colors that are not used in any products.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_Wcgr1_8.png", "TableImg_21yk9_15.png"], "original_data_index": 2484} +{"question": "Show the names of members whose country is \"United States\" or \"Canada\".", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Jack Nicklaus"], ["Billy Casper"], ["Arnold Palmer"], ["Tom Watson"], ["Homero Blancas"], ["Pat Fitzsimons"], ["Bobby Nichols"], ["J. C. Snead"], ["Lee Trevino"], ["Tom Weiskopf"]]}, "table_names": "['member']", "table_image_ids": ["TableImg_Pd6k1_10.png"], "original_data_index": 2485} +{"question": "What is the name of the aircraft that has won an award the most?", "answer": {"columns": ["Aircraft"], "index": [0], "data": [["Robinson R-22"]]}, "table_names": "['aircraft', 'match']", "table_image_ids": ["TableImg_Rkzoi_5.png", "TableImg_Kvx7s_7.png"], "original_data_index": 2486} +{"question": "For each city, list their names in decreasing order by their highest station latitude.", "answer": {"columns": ["city"], "index": [0, 1, 2, 3, 4], "data": [["San Francisco"], ["Redwood City"], ["Palo Alto"], ["Mountain View"], ["San Jose"]]}, "table_names": "['station']", "table_image_ids": ["TableImg_A77g0_70.png"], "original_data_index": 2487} +{"question": "Which film is rented at a fee of 0.99 and has less than 3 in the inventory? List the film title and id.", "answer": {"columns": ["title", "film_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40], "data": [["BALLROOM MOCKINGBIRD", 52], ["BLOOD ARGONAUTS", 82], ["COMANCHEROS ENEMY", 168], ["CONNECTION MICROCOSMOS", 178], ["CRUELTY UNFORGIVEN", 196], ["DUFFEL APOCALYPSE", 261], ["DUMBO LUST", 262], ["FREEDOM CLEOPATRA", 335], ["GHOSTBUSTERS ELF", 355], ["HAROLD FRENCH", 401], ["HAWK CHILL", 407], ["HOLY TADPOLE", 425], ["IMPACT ALADDIN", 454], ["JAPANESE RUN", 475], ["JUNGLE CLOSER", 492], ["LADYBUGS ARMAGEDDON", 507], ["LESSON CLEOPATRA", 517], ["LIGHTS DEER", 523], ["MAGIC MALLRATS", 547], ["MAUDE MOD", 566], ["MYSTIC TRUMAN", 613], ["NEWSIES STORY", 622], ["OKLAHOMA JUMANJI", 635], ["PAPI NECKLACE", 656], ["REBEL AIRPORT", 718], ["RUNAWAY TENENBAUMS", 751], ["SIMON NORTH", 799], ["SLING LUKE", 808], ["SOUP WISDOM", 822], ["STALLION SUNDANCE", 839], ["SUNSET RACER", 866], ["TEXAS WATCH", 885], ["TREATMENT JEKYLL", 910], ["VANISHED GARDEN", 935], ["VISION TORQUE", 947], ["WATERSHIP FRONTIER", 965], ["WILD APOLLO", 974], ["WORLD LEATHERNECKS", 990], ["YOUNG LANGUAGE", 996], ["YOUTH KICK", 997], ["ZHIVAGO CORE", 998]]}, "table_names": "['film', 'inventory']", "table_image_ids": ["TableImg_Dr88v_1000.png", "TableImg_K2ep1_4581.png"], "original_data_index": 2488} +{"question": "What are the zip codes that have an average mean humidity below 70 and had at least 100 trips come through there?", "answer": {"columns": ["zip_code"], "index": [0], "data": [[94107]]}, "table_names": "['trip', 'weather']", "table_image_ids": ["TableImg_Z1f3r_9959.png", "TableImg_Okf5r_3665.png"], "original_data_index": 2489} +{"question": "Which employee has showed up in most circulation history documents. List the employee's name and the number of drafts and copies.", "answer": {"columns": ["employee_name", "count(*)"], "index": [0], "data": [["Koby", 1]]}, "table_names": "['Employees', 'Circulation_History']", "table_image_ids": ["TableImg_Kxtg1_6.png", "TableImg_86t1y_4.png"], "original_data_index": 2490} +{"question": "What are the first names of all students who took ACCT-211 and received a C?", "answer": {"columns": ["STU_FNAME"], "index": [0], "data": [["William"]]}, "table_names": "['CLASS', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_Xze9p_13.png", "TableImg_Adi1f_6.png", "TableImg_S8ree_8.png"], "original_data_index": 2491} +{"question": "What is the name of party with most number of members?", "answer": {"columns": ["Party_name"], "index": [0], "data": [["3"]]}, "table_names": "['party', 'member']", "table_image_ids": ["TableImg_Fnyg1_5.png", "TableImg_T10tg_15.png"], "original_data_index": 2492} +{"question": "What are the names and countries of members?", "answer": {"columns": ["Name", "Country"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Jack Nicklaus", "United States"], ["Billy Casper", "United States"], ["Arnold Palmer", "Canada"], ["Tom Watson", "United States"], ["Homero Blancas", "United States"], ["Pat Fitzsimons", "Canada"], ["Bobby Nichols", "Canada"], ["J. C. Snead", "Canada"], ["Lee Trevino", "United States"], ["Tom Weiskopf", "United States"]]}, "table_names": "['member']", "table_image_ids": ["TableImg_9er6a_10.png"], "original_data_index": 2493} +{"question": "What is the first name of the student whose last name starts with the letter S and is taking ACCT-211?", "answer": {"columns": ["STU_FNAME"], "index": [0], "data": [["Anne"]]}, "table_names": "['CLASS', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_1irap_13.png", "TableImg_Sghqd_6.png", "TableImg_3wnbe_8.png"], "original_data_index": 2494} +{"question": "What are the names of all the games that have been played for at least 1000 hours?", "answer": {"columns": ["GName"], "index": [0, 1], "data": [["Europe is the Universe"], ["Works of Widenius"]]}, "table_names": "['Video_Games', 'Plays_Games']", "table_image_ids": ["TableImg_K8sev_6.png", "TableImg_Mj80r_10.png"], "original_data_index": 2495} +{"question": "Find the contact channel code that was used by the customer named \"Tillman Ernser\".", "answer": {"columns": ["channel_code"], "index": [0, 1, 2], "data": [["Email"], ["Cell"], ["Handheld"]]}, "table_names": "['Customers', 'Customer_Contact_Channels']", "table_image_ids": ["TableImg_Rc00p_15.png", "TableImg_I1q4q_20.png"], "original_data_index": 2496} +{"question": "What is the total number of all football games played by scholarship students?", "answer": {"columns": ["sum(gamesplayed)"], "index": [0], "data": [[38]]}, "table_names": "['SportsInfo']", "table_image_ids": ["TableImg_Fjsm2_14.png"], "original_data_index": 2497} +{"question": "What are the details of the project with no outcomes?", "answer": {"columns": ["project_details"], "index": [0, 1, 2, 3, 4], "data": [["porro"], ["et"], ["ad"], ["consectetur"], ["dolorem"]]}, "table_names": "['Project_Outcomes', 'Projects']", "table_image_ids": ["TableImg_3hhu1_15.png", "TableImg_6v40z_15.png"], "original_data_index": 2498} +{"question": "What is detail of the student who registered the most number of courses?", "answer": {"columns": ["student_details"], "index": [0], "data": [["Martin"]]}, "table_names": "['Students', 'Student_Course_Registrations']", "table_image_ids": ["TableImg_Fkb8k_8.png", "TableImg_Z18rj_9.png"], "original_data_index": 2499} +{"question": "What is the average number of gold medals for a club?", "answer": {"columns": ["avg(Gold)"], "index": [0], "data": [[5.8333333333]]}, "table_names": "['club_rank']", "table_image_ids": ["TableImg_Eu2a5_6.png"], "original_data_index": 2500} +{"question": "What are the famous titles and ages of each artist, listed in descending order by age?", "answer": {"columns": ["Famous_Title", "Age"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Antithesis of All Flesh", 49], ["Transmutation", 35], ["Unholy Metal Way (re-release)", 35], ["Bergen 1996", 34], ["Those Who Unleashed (re-release)", 27], ["Antievangelistical Process (re-release)", 22], ["Imperivm", 18]]}, "table_names": "['artist']", "table_image_ids": ["TableImg_T5c0s_7.png"], "original_data_index": 2501} +{"question": "Please show the employee first names and ids of employees who serve at least 10 customers.", "answer": {"columns": ["FirstName", "SupportRepId"], "index": [0, 1, 2], "data": [["Puja", 3], ["Diego", 4], ["Luis", 5]]}, "table_names": "['Customer', 'Employee']", "table_image_ids": ["TableImg_Cjwxt_59.png", "TableImg_Ynhf8_8.png"], "original_data_index": 2502} +{"question": "What are the full names and ages for all female students whose sex is F?", "answer": {"columns": ["Fname", "LName", "Age"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Linda", "Smith", 18], ["Tracy", "Kim", 19], ["Shiela", "Jones", 21], ["Lisa", "Apap", 18], ["Jandy", "Nelson", 20], ["Susan", "Lee", 16], ["Stacy", "Prater", 18], ["Lisa", "Cheng", 21], ["Sarah", "Smith", 20], ["Sarah", "Schmidt", 26]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_G22k3_34.png"], "original_data_index": 2503} +{"question": "Return the completion date for all the tests that have \"Fail\" result.", "answer": {"columns": ["date_of_completion"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["2018-03-02 14:38:49"], ["2018-03-22 18:04:54"], ["2018-03-22 18:04:54"], ["2018-02-26 23:46:25"], ["2018-03-07 09:45:48"], ["2018-03-06 00:27:09"], ["2018-03-04 01:24:56"]]}, "table_names": "['Student_Course_Enrolment', 'Student_Tests_Taken']", "table_image_ids": ["TableImg_Jtfrd_20.png", "TableImg_Lvrht_15.png"], "original_data_index": 2504} +{"question": "Count the number of distinct claim outcome codes.", "answer": {"columns": ["count(DISTINCT claim_outcome_code)"], "index": [0], "data": [[3]]}, "table_names": "['Claims_Processing']", "table_image_ids": ["TableImg_Ezlgj_15.png"], "original_data_index": 2505} +{"question": "Show all allergy type with number of students affected.", "answer": {"columns": ["AllergyType", "count(*)"], "index": [0, 1, 2], "data": [["animal", 8], ["environmental", 23], ["food", 28]]}, "table_names": "['Allergy_Type', 'Has_Allergy']", "table_image_ids": ["TableImg_Wcvlw_14.png", "TableImg_Spemp_59.png"], "original_data_index": 2506} +{"question": "What are the names of artist whose exhibitions draw over 200 attendees on average?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Vijay Singh"], ["John Daly"], ["Jeff Sluman"], ["Nick Price"]]}, "table_names": "['artist', 'exhibition', 'exhibition_record']", "table_image_ids": ["TableImg_Ni68j_7.png", "TableImg_Mwk28_6.png", "TableImg_Nbgzg_13.png"], "original_data_index": 2507} +{"question": "Give the ids of documents with expenses that have the budget code 'SF'.", "answer": {"columns": ["Document_ID"], "index": [0, 1], "data": [[309], [367]]}, "table_names": "['Documents_with_Expenses']", "table_image_ids": ["TableImg_Tqspb_10.png"], "original_data_index": 2508} +{"question": "How many instructors teach a course in the Spring of 2010?", "answer": {"columns": ["COUNT (DISTINCT ID)"], "index": [0], "data": [[5]]}, "table_names": "['teaches']", "table_image_ids": ["TableImg_P65m0_100.png"], "original_data_index": 2509} +{"question": "Show the ages of gymnasts in descending order of total points.", "answer": {"columns": ["Age"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[24.0], [21.0], [20.0], [22.0], [21.0], [20.0], [24.0]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_Jjre1_7.png", "TableImg_8hxh3_10.png"], "original_data_index": 2510} +{"question": "How many transactions correspond to each invoice number?", "answer": {"columns": ["invoice_number", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[1, 2], [2, 1], [3, 1], [5, 1], [6, 1], [12, 4], [13, 1], [14, 2], [15, 2]]}, "table_names": "['Financial_Transactions']", "table_image_ids": ["TableImg_6gxqr_15.png"], "original_data_index": 2511} +{"question": "How many routes go from the United States to Canada?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[364]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_Ubdku_67240.png", "TableImg_49dhm_7184.png"], "original_data_index": 2512} +{"question": "Return the issue dates of volumes that are by the artist named Gorgoroth.", "answer": {"columns": ["Issue_Date"], "index": [0, 1, 2, 3], "data": [["27 December 1986 - 10 January"], ["24 January"], ["9 May"], ["16 May - 30 May"]]}, "table_names": "['artist', 'volume']", "table_image_ids": ["TableImg_208iy_7.png", "TableImg_Bvxw9_10.png"], "original_data_index": 2513} +{"question": "Find the physician who was trained in the most expensive procedure?", "answer": {"columns": ["Name"], "index": [0], "data": [["John Wen"]]}, "table_names": "['Physician', 'Procedures', 'Trained_In']", "table_image_ids": ["TableImg_6g4k0_9.png", "TableImg_M44s7_7.png", "TableImg_Ud6dv_15.png"], "original_data_index": 2514} +{"question": "For the oldest movie listed, what is its average rating and title?", "answer": {"columns": ["avg(T1.stars)", "title"], "index": [0], "data": [[4.5, "Snow White"]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_I59kr_8.png", "TableImg_Guzgo_14.png"], "original_data_index": 2515} +{"question": "Show the names of cities in counties that have a crime rate less than 100.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Camuy"], ["Can\u00c3\u00b3vanas"]]}, "table_names": "['county_public_safety', 'city']", "table_image_ids": ["TableImg_Nhmmc_6.png", "TableImg_G7xs1_17.png"], "original_data_index": 2516} +{"question": "What is the description of the color used by least products?", "answer": {"columns": ["color_description"], "index": [0], "data": [["black"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_Nac3h_8.png", "TableImg_I7n2w_15.png"], "original_data_index": 2517} +{"question": "Show the delegates and the names of the party they belong to.", "answer": {"columns": ["Delegate", "Party"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Bates, Gail H. Gail H. Bates", "Democratic"], ["Miller, Warren E. Warren E. Miller", "Democratic"], ["DeBoy, Steven J. Sr. Steven J. DeBoy, Sr.", "Liberal"], ["Malone, James E. Jr. James E. Malone, Jr.", "Liberal"], ["Bobo, Elizabeth Elizabeth Bobo", "Democratic"], ["Pendergrass, Shane E. Shane Pendergrass", "Independence"], ["Guzzone, Guy Guy Guzzone", "Democratic"], ["Turner, Frank S. Frank S. Turner", "Working Families"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_Fz2pk_7.png", "TableImg_Rurl4_8.png"], "original_data_index": 2518} +{"question": "Find the titles of all movies not reviewed by Chris Jackson.", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4], "data": [["Avatar"], ["Gone with the Wind"], ["Snow White"], ["Star Wars"], ["Titanic"]]}, "table_names": "['Movie', 'Reviewer', 'Rating']", "table_image_ids": ["TableImg_Aqntt_8.png", "TableImg_L8awt_8.png", "TableImg_Wi513_14.png"], "original_data_index": 2519} +{"question": "Return the names of entrepreneurs.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Francesco Postiglione"], ["Leonardo Binchi"], ["Fabrizio Buonocore"], ["Roberto Calcaterra"], ["Goran Fiorentini"], ["Maurizio Felugo"]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_Kwmxc_6.png", "TableImg_Baklp_8.png"], "original_data_index": 2520} +{"question": "Which allergy is the most common?", "answer": {"columns": ["Allergy"], "index": [0], "data": [["Tree Pollen"]]}, "table_names": "['Has_Allergy']", "table_image_ids": ["TableImg_Ry1sp_59.png"], "original_data_index": 2521} +{"question": "What is the total number of degrees granted after 2000 for each Orange county campus?", "answer": {"columns": ["Campus", "sum(T2.degrees)"], "index": [0], "data": [["California State University-Fullerton", 26211]]}, "table_names": "['Campuses', 'degrees']", "table_image_ids": ["TableImg_J2pwd_23.png", "TableImg_G33nq_320.png"], "original_data_index": 2522} +{"question": "What is the maximum price of wines from the appelation in the Central Coast area, which was produced before 2005?", "answer": {"columns": ["max(T2.Price)"], "index": [0], "data": [[60]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_962ul_57.png", "TableImg_Xrao1_500.png"], "original_data_index": 2523} +{"question": "For each team, return the team name, id and the maximum salary among the team.", "answer": {"columns": ["name", "team_id", "max(T2.salary)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], "data": [["Anaheim Angels", "ANA", 13166667], ["Arizona Diamondbacks", "ARI", 16000000], ["Atlanta Braves", "ATL", 16061802], ["Baltimore Orioles", "BAL", 17000000], ["Boston Americans", "BOS", 22500000], ["California Angels", "CAL", 5375000], ["Chicago White Sox", "CHA", 17000000], ["Chicago White Stockings", "CHN", 20000000], ["Cincinnati Reds", "CIN", 18910655], ["Cleveland Blues", "CLE", 15000000], ["Colorado Rockies", "COL", 20275000], ["Detroit Tigers", "DET", 28000000], ["Florida Marlins", "FLO", 14936667], ["Houston Colt .45's", "HOU", 19369019], ["Kansas City Royals", "KCA", 13500000], ["Los Angeles Angels", "LAA", 26187500], ["Los Angeles Dodgers", "LAN", 32571000], ["Miami Marlins", "MIA", 19000000], ["Milwaukee Brewers", "MIL", 16000000], ["Minnesota Twins", "MIN", 23000000], ["Milwaukee Brewers", "ML4", 5875000], ["Montreal Expos", "MON", 11500000], ["New York Highlanders", "NYA", 33000000], ["New York Mets", "NYN", 23145011], ["Oakland Athletics", "OAK", 13500000], ["Philadelphia Quakers", "PHI", 25000000], ["Pittsburg Alleghenys", "PIT", 16500000], ["San Diego Padres", "SDN", 21250000], ["Seattle Mariners", "SEA", 24857000], ["San Francisco Giants", "SFN", 22250000], ["St. Louis Browns", "SLN", 19500000], ["Tampa Bay Devil Rays", "TBA", 14000000], ["Texas Rangers", "TEX", 24000000], ["Toronto Blue Jays", "TOR", 22000000], ["Washington Senators", "WAS", 21000000]]}, "table_names": "['salary', 'team']", "table_image_ids": ["TableImg_Tn66b_25575.png", "TableImg_2385o_2805.png"], "original_data_index": 2524} +{"question": "show the name of all bridges that was designed by american archtect, and sort the result by the bridge feet length.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3], "data": [["Hazarchishma Natural Bridge"], ["Jiangzhou Arch"], ["Shipton's Arch"], ["Xian Ren Qiao (Fairy Bridge)"]]}, "table_names": "['architect', 'bridge']", "table_image_ids": ["TableImg_Pi33h_5.png", "TableImg_Cq2xa_15.png"], "original_data_index": 2525} +{"question": "Show the statuses of roller coasters longer than 3300 or higher than 100.", "answer": {"columns": ["Status"], "index": [0, 1, 2, 3], "data": [["Operating"], ["Operating"], ["Operating"], ["Operating"]]}, "table_names": "['roller_coaster']", "table_image_ids": ["TableImg_Mw8hk_6.png"], "original_data_index": 2526} +{"question": "How many documents correspond with each project id?", "answer": {"columns": ["Project_ID", "count(*)"], "index": [0, 1, 2, 3, 4], "data": [[30, 3], [35, 3], [105, 5], [134, 3], [195, 1]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_73p3o_15.png"], "original_data_index": 2527} +{"question": "Find the faculty rank that has the least members.", "answer": {"columns": ["Rank"], "index": [0], "data": [["AssocProf"]]}, "table_names": "['Faculty']", "table_image_ids": ["TableImg_19gf5_58.png"], "original_data_index": 2528} +{"question": "What are the names of all of Bob's friends?", "answer": {"columns": ["name"], "index": [0], "data": [["Alice"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_4acf9_4.png", "TableImg_Zvm77_4.png"], "original_data_index": 2529} +{"question": "Return the name and job title of the staff with the latest date assigned.", "answer": {"columns": ["staff_name", "job_title_code"], "index": [0], "data": [["Katelynn", "Clerical Staff"]]}, "table_names": "['Staff', 'Staff_Department_Assignments']", "table_image_ids": ["TableImg_B3c9f_15.png", "TableImg_B6c3o_15.png"], "original_data_index": 2530} +{"question": "What is the document type name for the document with name \"How to read a book\"?", "answer": {"columns": ["Document_Type_Name"], "index": [0], "data": [["Book"]]}, "table_names": "['Ref_Document_Types', 'All_Documents']", "table_image_ids": ["TableImg_Gymy0_4.png", "TableImg_8lzph_15.png"], "original_data_index": 2531} +{"question": "What are the denomination more than one school have?", "answer": {"columns": ["Denomination"], "index": [0, 1], "data": [["Anglican"], ["Catholic"]]}, "table_names": "['school']", "table_image_ids": ["TableImg_M4rmd_6.png"], "original_data_index": 2532} +{"question": "List the name of the aircraft that has been named winning aircraft the most number of times.", "answer": {"columns": ["Aircraft"], "index": [0], "data": [["Robinson R-22"]]}, "table_names": "['aircraft', 'match']", "table_image_ids": ["TableImg_Azlhp_5.png", "TableImg_A0lax_7.png"], "original_data_index": 2533} +{"question": "List the titles of the books in ascending order of issues.", "answer": {"columns": ["Title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["The Dome: Ground Zero"], ["Bloody Mary"], ["Bloody Mary : Lady Liberty"], ["Dead Corps"], ["Sheva's War"], ["The Black Lamb"], ["BrainBanx"], ["Gemini Blood"], ["Cyberella"], ["Michael Moorcock's Multiverse"]]}, "table_names": "['book']", "table_image_ids": ["TableImg_Lgher_10.png"], "original_data_index": 2534} +{"question": "What is the role with the smallest number of employees? Find the role codes.", "answer": {"columns": ["Role_Code"], "index": [0], "data": [["HR"]]}, "table_names": "['Employees']", "table_image_ids": ["TableImg_Igfei_15.png"], "original_data_index": 2535} +{"question": "What is the project id and detail for the project with at least two documents?", "answer": {"columns": ["Project_ID", "Project_Details"], "index": [0, 1, 2, 3], "data": [[30, "Society Research project"], [35, "Internet of Things project"], [105, "Graph Database project"], [134, "Human Resource project"]]}, "table_names": "['Projects', 'Documents']", "table_image_ids": ["TableImg_O66nb_5.png", "TableImg_4lniu_15.png"], "original_data_index": 2536} +{"question": "What are the first names, office locations, and departments of all instructors, and also what are the descriptions of the courses they teach?", "answer": {"columns": ["EMP_FNAME", "PROF_OFFICE", "CRS_DESCRIPTION", "DEPT_NAME"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Arnelle", "KLR 229D", "Accounting I", "Accounting"], ["Arnelle", "KLR 229D", "Accounting I", "Accounting"], ["Robert", "BBG 208", "Accounting I", "Sociology"], ["Ismael", "KLR 244", "Accounting II", "Accounting"], ["Ismael", "KLR 244", "Accounting II", "Accounting"], ["Carlos", "KLR 300", "Intro. to Microcomputing", "Computer Info. Systems"], ["Gerald", "KLR 211", "Intro. to Microcomputing", "Accounting"], ["Carlos", "KLR 300", "Intro. to Microcomputing", "Computer Info. Systems"], ["Peter", "KLR 203E", "Database Design and Implementation", "Computer Info. Systems"], ["Gerald", "KLR 211", "Intro. to Statistics", "Accounting"], ["Gerald", "KLR 211", "Intro. to Statistics", "Accounting"], ["Peter", "KLR 203E", "Statistical Applications", "Computer Info. Systems"], ["Peter", "KLR 203E", "Statistical Applications", "Computer Info. Systems"]]}, "table_names": "['CLASS', 'COURSE', 'DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_V2tav_13.png", "TableImg_Mc060_6.png", "TableImg_Pcr9x_11.png", "TableImg_Aug1n_37.png", "TableImg_1c8nc_22.png"], "original_data_index": 2537} +{"question": "Return the code of the document type that is most common.", "answer": {"columns": ["Document_Type_Code"], "index": [0], "data": [["BK"]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_4fv8n_15.png"], "original_data_index": 2538} +{"question": "What is the name of the instructor who advises the student with the greatest number of total credits?", "answer": {"columns": ["name"], "index": [0], "data": [["Bawa"]]}, "table_names": "['instructor', 'student', 'advisor']", "table_image_ids": ["TableImg_Wtc49_50.png", "TableImg_Hsber_2000.png", "TableImg_8qnal_2000.png"], "original_data_index": 2539} +{"question": "Find the number of apartments that have no facility.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[8]]}, "table_names": "['Apartments', 'Apartment_Facilities']", "table_image_ids": ["TableImg_0tlgj_15.png", "TableImg_4ztk3_7.png"], "original_data_index": 2540} +{"question": "List the names of players that do not have coaches.", "answer": {"columns": ["Player_name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Jim Maloway"], ["Mohamed Alli"], ["Ross C. Martin"], ["Matt Schaubroeck"], ["Pat Martin"], ["Judy Wasylycia-Leis"], ["Sean Robert"]]}, "table_names": "['player', 'player_coach']", "table_image_ids": ["TableImg_695ch_14.png", "TableImg_Miwo7_7.png"], "original_data_index": 2541} +{"question": "How many students have each different allergy?", "answer": {"columns": ["Allergy", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Anchovies", 3], ["Cat", 4], ["Dog", 3], ["Eggs", 3], ["Grass Pollen", 4], ["Milk", 3], ["Nuts", 11], ["Ragweed", 6], ["Rodent", 1], ["Shellfish", 4], ["Soy", 4], ["Tree Pollen", 13]]}, "table_names": "['Has_Allergy']", "table_image_ids": ["TableImg_2vjwy_59.png"], "original_data_index": 2542} +{"question": "List the all the assets make, model, details by the disposed date ascendingly.", "answer": {"columns": ["asset_make", "asset_model", "asset_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["IE", "24 ak", "system3"], ["DE", "90 oq", "dell laptop5"], ["RU", "95 vn", "machine4"], ["GB", "94 kg", "monitor3"], ["FR", "20 tl", "machine2"], ["DE", "08 yy", "system1"], ["RU", "07 yt", "machine1"], ["IT", "63 ok", "dell laptop3"], ["CN", "91 ub", "monitor1"], ["PT", "58 ub", "dell laptop1"], ["RU", "69 uv", "dell laptop4"], ["FR", "11 wi", "machine3"], ["IN", "35 xt", "dell laptop2"], ["CN", "27 du", "monitor2"], ["IN", "66 xm", "system2"]]}, "table_names": "['Assets']", "table_image_ids": ["TableImg_Ntkvr_15.png"], "original_data_index": 2543} +{"question": "List the medicine name and trade name which can both interact as 'inhibitor' and 'activitor' with enzymes.", "answer": {"columns": ["name", "Trade_Name"], "index": [0, 1], "data": [["Asenapine", "Saphris"], ["Iloperidone", "Fanapt"]]}, "table_names": "['medicine', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_Es938_21.png", "TableImg_D6iyv_19.png"], "original_data_index": 2544} +{"question": "How many courses does the department of Computer Information Systmes offer?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['COURSE', 'DEPARTMENT']", "table_image_ids": ["TableImg_7mqex_6.png", "TableImg_Lftrb_11.png"], "original_data_index": 2545} +{"question": "What are the first names of the professors who do not play Canoeing or Kayaking as activities?", "answer": {"columns": ["Lname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["Andreou"], ["Awerbuch"], ["Brody"], ["Davidson"], ["Fill"], ["Goutsias"], ["Han"], ["Jelinek"], ["Joseph"], ["Kaplan"], ["Khurgin"], ["Kosaraju"], ["Masson"], ["McCloskey"], ["Meyer"], ["Pang"], ["Rugh"], ["Scheinerman"], ["Smolensky"], ["Weinert"], ["Westgate"], ["Wierman"]]}, "table_names": "['Activity', 'Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_Kp9jd_16.png", "TableImg_Znl2c_40.png", "TableImg_Ptch1_58.png"], "original_data_index": 2546} +{"question": "List the names of journalists in ascending order of years working.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Tom Briggs"], ["Ray Ferris"], ["Fred Keenor"], ["George Gilchrist"], ["Fred Chandler"], ["John Meaney"], ["Jack Meaney"], ["Frank Mitcheson"], ["Herbert Swindells"], ["Tony Waddington"], ["Jackie Waring"]]}, "table_names": "['journalist']", "table_image_ids": ["TableImg_If361_11.png"], "original_data_index": 2547} +{"question": "Find the name of customers who have loans of both Mortgages and Auto.", "answer": {"columns": ["cust_name"], "index": [0], "data": [["Mary"]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_Qmy15_3.png", "TableImg_2rgrw_3.png"], "original_data_index": 2548} +{"question": "Find the first names and degree of all professors who are teaching some class in Computer Info. Systems department.", "answer": {"columns": ["EMP_FNAME", "PROF_HIGH_DEGREE"], "index": [0, 1], "data": [["Peter", "Ph.D."], ["Carlos", "Ph.D."]]}, "table_names": "['CLASS', 'DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Pw5il_13.png", "TableImg_Xj4c9_11.png", "TableImg_2ggxp_37.png", "TableImg_6dfuk_22.png"], "original_data_index": 2549} +{"question": "What is the first and last name of all students who are younger than average?", "answer": {"columns": ["Fname", "LName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["Linda", "Smith"], ["Tracy", "Kim"], ["Andy", "Schultz"], ["Lisa", "Apap"], ["Eric", "Tai"], ["Derek", "Lee"], ["Charles", "Norris"], ["Susan", "Lee"], ["Mark", "Schwartz"], ["Arthur", "Pang"], ["George", "Andreou"], ["Michael", "Woods"], ["Stacy", "Prater"], ["Mark", "Goldman"], ["Eric", "Pang"], ["Paul", "Brody"], ["Jun", "Han"], ["William", "Simms"], ["Eric", "Epp"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Wgd01_34.png"], "original_data_index": 2550} +{"question": "What is the company where Eduardo Martins is a customer?", "answer": {"columns": ["company"], "index": [0], "data": [["Woodstock Discos"]]}, "table_names": "['customers']", "table_image_ids": ["TableImg_Wky4w_59.png"], "original_data_index": 2551} +{"question": "What is the name of customers who do not use Cash as payment method.", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Tillman Ernser"], ["Rodrick Heaney"], ["Prof. Alexzander Hamill"], ["Prof. Reyes Berge II"], ["Mozell Morissette"], ["Eunice Morar"], ["Devin Mills"], ["Salvatore Tillman"], ["Clifford Pagac"], ["Miss Aliyah Witting"], ["Alexane Kilback"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Z6dit_15.png"], "original_data_index": 2552} +{"question": "What are the top 10 customers' first and last names by total number of orders and how many orders did they make?", "answer": {"columns": ["first_name", "last_name", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Lu\u00c3\u00ads", "Gon\u00c3\u00a7alves", 7], ["Leonie", "K\u00c3\u00b6hler", 7], ["Fran\u00c3\u00a7ois", "Tremblay", 7], ["Bj\u00c3\u00b8rn", "Hansen", 7], ["Franti\u00c5\u00a1ek", "Wichterlov\u00c3\u00a1", 7], ["Helena", "Hol\u00c3\u00bd", 7], ["Astrid", "Gruber", 7], ["Daan", "Peeters", 7], ["Kara", "Nielsen", 7], ["Eduardo", "Martins", 7]]}, "table_names": "['customers', 'invoices']", "table_image_ids": ["TableImg_Ojtlw_59.png", "TableImg_9frio_412.png"], "original_data_index": 2553} +{"question": "For grants with both documents described as 'Regular' and documents described as 'Initial Application', list its start date.", "answer": {"columns": ["grant_start_date"], "index": [0, 1, 2], "data": [["1979-10-29 07:44:22"], ["1982-04-07 00:07:43"], ["2004-11-10 02:26:01"]]}, "table_names": "['Document_Types', 'Documents', 'Grants']", "table_image_ids": ["TableImg_Bhxhq_2.png", "TableImg_Xste9_15.png", "TableImg_K19be_15.png"], "original_data_index": 2554} +{"question": "Which part fault requires the most number of skills to fix? List part id and name.", "answer": {"columns": ["part_id", "part_name"], "index": [0], "data": [[1, "top"]]}, "table_names": "['Parts', 'Part_Faults', 'Skills_Required_To_Fix']", "table_image_ids": ["TableImg_Ymh83_3.png", "TableImg_Xxd8a_15.png", "TableImg_9zf4l_15.png"], "original_data_index": 2555} +{"question": "Find the names of the students who are in the position of striker and got a yes tryout decision.", "answer": {"columns": ["pName"], "index": [0], "data": [["Blake"]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_1q74b_6.png", "TableImg_3sh4m_6.png"], "original_data_index": 2556} +{"question": "What are the names of the artists who released a song that has the word love in its title, and where are the artists from?", "answer": {"columns": ["artist_name", "country"], "index": [0], "data": [["Enrique", "USA"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Idk4z_6.png", "TableImg_91n8s_6.png"], "original_data_index": 2557} +{"question": "What is the name of the project that has a scientist assigned to it whose name contains 'Smith'?", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Build Your Own Telescope"], ["Build Your Own Telescope"], ["Aerodynamics and Gas Mileage"]]}, "table_names": "['Scientists', 'Projects', 'AssignedTo']", "table_image_ids": ["TableImg_1xrt1_12.png", "TableImg_Kzwep_14.png", "TableImg_870by_12.png"], "original_data_index": 2558} +{"question": "What are the titles of all albums that start with A in alphabetical order?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "data": [["A Copland Celebration, Vol. I"], ["A Matter of Life and Death"], ["A Real Dead One"], ["A Real Live One"], ["A Soprano Inspired"], ["A TempestadeTempestade Ou O Livro Dos Dias"], ["A-Sides"], ["Ace Of Spades"], ["Achtung Baby"], ["Ac\u00c3\u00bastico"], ["Ac\u00c3\u00bastico MTV"], ["Ac\u00c3\u00bastico MTV live"], ["Adams, John: The Chairman Dances"], ["Adorate Deum: Gregorian Chant from the Proper of the Mass"], ["Afrociberdelia"], ["Album Of The Year"], ["Alcohol Fueled Brewtality Live! [Disc 1]"], ["Alcohol Fueled Brewtality Live! [Disc 2]"], ["All That You Can't Leave Behind"], ["Allegri: Miserere"], ["American Idiot"], ["Angel Dust"], ["Ao Vivo IMPORT"], ["Appetite for Destruction"], ["Aquaman"], ["Are You Experienced?"], ["Armada: Music from the Courts of England and Spain"], ["Arquivo II"], ["Arquivo Os Paralamas Do Sucesso"], ["As Can\u00c3\u00a7\u00c3\u00b5es de Eu Tu Eles"], ["Audioslave"], ["Ax\u00c3\u00a9 Bahia 2001"]]}, "table_names": "['albums']", "table_image_ids": ["TableImg_H5ae5_347.png"], "original_data_index": 2559} +{"question": "Show the names of people, and dates and venues of debates they are on the negative side, ordered in ascending alphabetical order of name.", "answer": {"columns": ["Name", "Date", "Venue"], "index": [0, 1, 2, 3, 4], "data": [["Charles Van Wyck", "October 21, 2011", "Manama , Bahrain"], ["George Briggs", "August 3, 2015", "Manama , Bahrain"], ["Horace F. Clark", "October 27, 2015", "Manama , Bahrain"], ["Horace F. Clark", "January 12, 2017", "Dubai , UAE"], ["John Cochrane", "January 21, 2017", "Abu Dhabi , UAE"]]}, "table_names": "['people', 'debate', 'debate_people']", "table_image_ids": ["TableImg_Vqyh4_10.png", "TableImg_Vpl1o_6.png", "TableImg_Gxjq0_5.png"], "original_data_index": 2560} +{"question": "What are the customer name and date of the orders whose status is \"Delivered\".", "answer": {"columns": ["customer_name", "order_date"], "index": [0, 1, 2, 3, 4], "data": [["Prof. Reyes Berge II", "2018-03-04 07:16:22"], ["Clifford Pagac", "2018-03-08 15:30:24"], ["Kitty Padberg III", "2018-03-16 03:16:57"], ["Prof. Alexzander Hamill", "2018-03-22 14:57:30"], ["Kitty Padberg III", "2018-03-06 12:31:35"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_Okgd5_15.png", "TableImg_U5r1l_15.png"], "original_data_index": 2561} +{"question": "Count the number of submissions.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[10]]}, "table_names": "['submission']", "table_image_ids": ["TableImg_206tm_10.png"], "original_data_index": 2562} +{"question": "For each player, what are their name, season, and country that they belong to?", "answer": {"columns": ["Season", "Player", "Country_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [[1996.0, "Steve Ralston Category:Articles with hCards", "United States"], [1997.0, "Mike Duhaney Category:Articles with hCards", "United States"], [1998.0, "Ben Olsen Category:Articles with hCards", "Ireland"], [1999.0, "Jay Heaps Category:Articles with hCards", "Isle of Man"], [2000.0, "Carlos Bocanegra Category:Articles with hCards", "Isle of Man"], [2001.0, "Rodrigo Faria Category:Articles with hCards", "Ireland"], [2002.0, "Kyle Martino Category:Articles with hCards", "United States"], [2003.0, "Damani Ralph Category:Articles with hCards", "Indonesia"], [2004.0, "Clint Dempsey Category:Articles with hCards", "United States"], [2005.0, "Michael Parkhurst Category:Articles with hCards", "United States"], [2006.0, "Jonathan Bornstein Category:Articles with hCards", "United States"], [2007.0, "Maurice Edu Category:Articles with hCards", "Ireland"], [2008.0, "Sean Franklin Category:Articles with hCards", "United States"], [2009.0, "Omar Gonzalez Category:Articles with hCards", "United States"], [2010.0, "Andy Najar Category:Articles with hCards", "Ireland"], [2011.0, "C. J. Sapong Category:Articles with hCards", "United States"]]}, "table_names": "['country', 'match_season']", "table_image_ids": ["TableImg_Awaww_6.png", "TableImg_K3zcj_16.png"], "original_data_index": 2563} +{"question": "Which institution does \"Katsuhiro Ueno\" belong to?", "answer": {"columns": ["name"], "index": [0], "data": [["Tohoku University"]]}, "table_names": "['Inst', 'Authors', 'Authorship']", "table_image_ids": ["TableImg_834hr_8.png", "TableImg_Rd54x_13.png", "TableImg_Qhnql_14.png"], "original_data_index": 2564} +{"question": "What are the ids of the problems reported before the date of any problem reported by Lysanne Turcotte?", "answer": {"columns": ["problem_id"], "index": [0, 1, 2, 3, 4, 5], "data": [[4], [8], [11], [12], [13], [15]]}, "table_names": "['Staff', 'Problems']", "table_image_ids": ["TableImg_K9ivj_15.png", "TableImg_85c1l_15.png"], "original_data_index": 2565} +{"question": "Show the names of members and the decoration themes they have.", "answer": {"columns": ["Name", "Decoration_Theme"], "index": [0, 1, 2, 3, 4, 5], "data": [["Jack Nicklaus", "Walk on the Moon"], ["Billy Casper", "Soft Dream"], ["Tom Weiskopf", "Dark Nights"], ["Tom Watson", "Sweetie"], ["Pat Fitzsimons", "Summer"], ["Lee Trevino", "Happiness"]]}, "table_names": "['member', 'round']", "table_image_ids": ["TableImg_Lhj5s_10.png", "TableImg_J2kv1_6.png"], "original_data_index": 2566} +{"question": "Which submission received the highest score in acceptance result. Show me the result.", "answer": {"columns": ["Result"], "index": [0], "data": [["Rejected"]]}, "table_names": "['submission', 'Acceptance']", "table_image_ids": ["TableImg_Jwjbb_10.png", "TableImg_Gifa5_6.png"], "original_data_index": 2567} +{"question": "What are the names of the countries and average invoice size of the top countries by size?", "answer": {"columns": ["billing_country", "AVG(total)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Chile", 6.66], ["Hungary", 6.5171428571], ["Ireland", 6.5171428571], ["Czech Republic", 6.4457142857], ["Austria", 6.0885714286], ["Finland", 5.9457142857], ["Netherlands", 5.8028571429], ["India", 5.7892307692], ["USA", 5.7479120879], ["Norway", 5.66]]}, "table_names": "['invoices']", "table_image_ids": ["TableImg_8745l_412.png"], "original_data_index": 2568} +{"question": "What are the names of all songs that are in mp3 format and have a resolution lower than 1000?", "answer": {"columns": ["song_name"], "index": [0, 1], "data": [["Just beat it"], ["Shukno patar nupur pae"]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_Gewgg_6.png", "TableImg_T190b_6.png"], "original_data_index": 2569} +{"question": "What are the names of the songs that have a lower rating than at least one blues song?", "answer": {"columns": ["song_name"], "index": [0], "data": [["Shukno patar nupur pae"]]}, "table_names": "['song']", "table_image_ids": ["TableImg_Px3vb_6.png"], "original_data_index": 2570} +{"question": "List the object number of railways that do not have any trains.", "answer": {"columns": ["ObjectNumber"], "index": [0, 1, 2], "data": [["1978-7025"], ["1978-7026"], ["1978-7027"]]}, "table_names": "['railway', 'train']", "table_image_ids": ["TableImg_Iq951_10.png", "TableImg_Wu2vr_9.png"], "original_data_index": 2571} +{"question": "Tell me the price ranges for all the hotels.", "answer": {"columns": ["price_range"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [[2914989.571], [""], [17012.682586009], [""], [""], [48525.4530675], [766712918.96763], [""], [""], [250548014.90329], [""], [38014975.47848], [9393.86291219], [5526556.6412], [245.067720121], [43.729525], [289775.7331715], [2374.7971074], [1381255.81865], [5390.432113]]}, "table_names": "['Hotels']", "table_image_ids": ["TableImg_Wzy0i_20.png"], "original_data_index": 2572} +{"question": "What are the names of wrestlers and the elimination moves?", "answer": {"columns": ["Name", "Elimination_Move"], "index": [0, 1, 2, 3, 4, 5], "data": [["Rey Misterio Sr.", "Go To Sleep"], ["Fishman", "Paydirt"], ["Gran Hamada", "Rope hung DDT"], ["El Samurai", "Silver Spoon DDT"], ["\u00c3\u009altimo Drag\u00c3\u00b3n \u00c2\u00a7", "World's Strongest Slam"], ["El Samurai \u00c2\u00a7", "Spear"]]}, "table_names": "['wrestler', 'Elimination']", "table_image_ids": ["TableImg_Albmw_10.png", "TableImg_7fad8_6.png"], "original_data_index": 2573} +{"question": "Which assets did not incur any fault log? List the asset model.", "answer": {"columns": ["asset_model"], "index": [0, 1, 2, 3, 4, 5], "data": [["58 ub"], ["69 uv"], ["20 tl"], ["11 wi"], ["08 yy"], ["66 xm"]]}, "table_names": "['Assets', 'Fault_Log']", "table_image_ids": ["TableImg_Wk0t7_15.png", "TableImg_4iqax_15.png"], "original_data_index": 2574} +{"question": "What is the project detail for the project with document \"King Book\"?", "answer": {"columns": ["Project_Details"], "index": [0], "data": [["Human Resource project"]]}, "table_names": "['Projects', 'Documents']", "table_image_ids": ["TableImg_Vpxil_5.png", "TableImg_Affj7_15.png"], "original_data_index": 2575} +{"question": "Return the highest acc percent across all basketball matches.", "answer": {"columns": ["ACC_Percent"], "index": [0], "data": [[".875"]]}, "table_names": "['basketball_match']", "table_image_ids": ["TableImg_Lvv08_4.png"], "original_data_index": 2576} +{"question": "What are the census rankings of cities that do not have the status \"Village\"?", "answer": {"columns": ["Census_Ranking"], "index": [0], "data": [["636 of 5008"]]}, "table_names": "['city']", "table_image_ids": ["TableImg_1h787_5.png"], "original_data_index": 2577} +{"question": "What is the average age of the members of the club \"Bootup Baltimore\"?", "answer": {"columns": ["avg(t3.age)"], "index": [0], "data": [[17.5]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Sqfrt_34.png", "TableImg_R5i44_4.png", "TableImg_Nskb5_4.png"], "original_data_index": 2578} +{"question": "What is the average gpa of the students enrolled in the course with code ACCT-211?", "answer": {"columns": ["avg(T2.stu_gpa)"], "index": [0], "data": [[3.055]]}, "table_names": "['CLASS', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_1i3o6_13.png", "TableImg_2ei36_6.png", "TableImg_06lw0_8.png"], "original_data_index": 2579} +{"question": "What are the codes corresponding to document types for which there are less than 3 documents?", "answer": {"columns": ["Document_Type_Code"], "index": [0], "data": [["FM"]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_Njf7l_15.png"], "original_data_index": 2580} +{"question": "What are the lot details of lots associated with transactions whose share count is bigger than 100 and whose type code is \"PUR\"?", "answer": {"columns": ["lot_details"], "index": [0, 1, 2, 3, 4, 5], "data": [["z"], ["h"], ["d"], ["m"], ["d"], ["z"]]}, "table_names": "['Lots', 'Transactions', 'Transactions_Lots']", "table_image_ids": ["TableImg_Jzsb6_15.png", "TableImg_Tp82r_15.png", "TableImg_Zxabr_15.png"], "original_data_index": 2581} +{"question": "Return the names of countries that have players that play the Forward position, as well as players who play the Defender position.", "answer": {"columns": ["Country_name"], "index": [0], "data": [["United States"]]}, "table_names": "['country', 'match_season']", "table_image_ids": ["TableImg_R3he3_6.png", "TableImg_C25dt_16.png"], "original_data_index": 2582} +{"question": "What is the name of the shipping agent of the document with id 2?", "answer": {"columns": ["shipping_agent_name"], "index": [0], "data": [["USPS"]]}, "table_names": "['Ref_Shipping_Agents', 'Documents']", "table_image_ids": ["TableImg_Coawr_5.png", "TableImg_X37mz_15.png"], "original_data_index": 2583} +{"question": "Show the names of players and names of their coaches in descending order of the votes of players.", "answer": {"columns": ["Player_name", "Coach_name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Ross Eadie", "Robert Chen"], ["Patricia Cordner", "Robert Chen"], ["Niki Ashton", "Jameson Tomas"], ["Fiona Shiells", "Jameson Tomas"], ["Jean Luc Bouch\u00c3\u00a9", "Jameson Tomas"], ["Rachel Heinrichs", "Smith Brown"], ["Ron Strynadka", "Joe Fabbri"]]}, "table_names": "['player', 'coach', 'player_coach']", "table_image_ids": ["TableImg_Jn23j_14.png", "TableImg_Axmyy_5.png", "TableImg_221sg_7.png"], "original_data_index": 2584} +{"question": "Return the average and minimum age of captains in each class.", "answer": {"columns": ["avg(age)", "min(age)", "Class"], "index": [0, 1, 2, 3, 4], "data": [[45.0, "45", "Armed schooner"], [43.0, "43", "Cutter"], [38.0, "38", "Frigate"], [38.0, "38", "Sloop-of-war"], [51.3333333333, "40", "Third-rate ship of the line"]]}, "table_names": "['captain']", "table_image_ids": ["TableImg_Bboiu_7.png"], "original_data_index": 2585} +{"question": "How old is each student and how many students are each age?", "answer": {"columns": ["Age", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[16, 1], [17, 4], [18, 10], [19, 4], [20, 8], [21, 2], [22, 2], [26, 2], [27, 1]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Cngfi_34.png"], "original_data_index": 2586} +{"question": "Find the names of products that were bought by at least two distinct customers.", "answer": {"columns": ["product_name"], "index": [0, 1, 2], "data": [["blue jeans"], ["monitor"], ["keyboard"]]}, "table_names": "['Products', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Jsu7h_15.png", "TableImg_Lsspf_15.png", "TableImg_J5a52_15.png"], "original_data_index": 2587} +{"question": "Which customers have made at least two orders? Give me each customer name and number of orders made.", "answer": {"columns": ["customer_name", "count(*)"], "index": [0, 1, 2], "data": [["George", 3], ["Beulah", 2], ["Jeramie", 3]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_Ce359_15.png", "TableImg_Cw9ih_15.png"], "original_data_index": 2588} +{"question": "When was the first asset acquired?", "answer": {"columns": ["asset_acquired_date"], "index": [0], "data": [["2017-04-16 12:19:25"]]}, "table_names": "['Assets']", "table_image_ids": ["TableImg_Xo6jo_15.png"], "original_data_index": 2589} +{"question": "Give the building that the instructor who teaches the greatest number of courses lives in.", "answer": {"columns": ["Building"], "index": [0], "data": [["Krieger"]]}, "table_names": "['Faculty', 'Course']", "table_image_ids": ["TableImg_Lllxe_58.png", "TableImg_Zd02u_76.png"], "original_data_index": 2590} +{"question": "List the distinct hometowns that are not associated with any gymnast.", "answer": {"columns": ["Hometown"], "index": [0, 1], "data": [["La Romana"], ["Miami"]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_8xf2j_7.png", "TableImg_Nk88h_10.png"], "original_data_index": 2591} +{"question": "Count the number of rooms in Lamberton with capacity lower than 50.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['classroom']", "table_image_ids": ["TableImg_Gebu9_30.png"], "original_data_index": 2592} +{"question": "How many papers are written by authors from the institution \"University of Pennsylvania\"?", "answer": {"columns": ["count(DISTINCT t1.title)"], "index": [0], "data": [[1]]}, "table_names": "['Inst', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Cmzib_8.png", "TableImg_00mkk_7.png", "TableImg_Yoa5s_14.png"], "original_data_index": 2593} +{"question": "What is the number of graduates in \"San Francisco State University\" in year 2004?", "answer": {"columns": ["sum(t1.graduate)"], "index": [0], "data": [[5017]]}, "table_names": "['Campuses', 'discipline_enrollments']", "table_image_ids": ["TableImg_Q1zsl_23.png", "TableImg_Viwwh_395.png"], "original_data_index": 2594} +{"question": "Show the headquarters that have both companies in banking industry and companies in oil and gas industry.", "answer": {"columns": ["Headquarters"], "index": [0, 1, 2], "data": [["China"], ["UK"], ["USA"]]}, "table_names": "['company']", "table_image_ids": ["TableImg_18n73_19.png"], "original_data_index": 2595} +{"question": "What are the names of all singers that are from the UK and released a song in English?", "answer": {"columns": ["artist_name"], "index": [0], "data": [["Michel"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Pq2ni_6.png", "TableImg_49y3u_6.png"], "original_data_index": 2596} +{"question": "What is the description of the service type which offers both the photo product and the film product?", "answer": {"columns": ["Service_Type_Description"], "index": [0], "data": [["provide dinning service"]]}, "table_names": "['Ref_Service_Types', 'Services']", "table_image_ids": ["TableImg_G35o6_4.png", "TableImg_T5w4u_15.png"], "original_data_index": 2597} +{"question": "What are the names of all the dorms that can accomdate more than 300 students?", "answer": {"columns": ["dorm_name"], "index": [0, 1], "data": [["Fawlty Towers"], ["Dorm-plex 2000"]]}, "table_names": "['Dorm']", "table_image_ids": ["TableImg_0lgep_7.png"], "original_data_index": 2598} +{"question": "Find the average number of followers for the users who had some tweets.", "answer": {"columns": ["avg(followers)"], "index": [0], "data": [[33203172.0]]}, "table_names": "['tweets', 'user_profiles']", "table_image_ids": ["TableImg_O1s58_8.png", "TableImg_Wy0rw_7.png"], "original_data_index": 2599} +{"question": "List the hardware model name and company name for all the phones that were launched in year 2002 or have RAM size greater than 32.", "answer": {"columns": ["Hardware_Model_name", "Company_name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["XPERIA T, XPERIA J", "Sony Mobile Communications"], ["LG-P760", "LG Electronics"], ["Lumia 920, Lumia 820, Lumia 620", "Nokia Corporation"], ["Z520e", "HTC Corporation"], ["GT-I9100", "Samsung Electronics Co Ltd"], ["Nokia 700", "Nokia Corporation"], ["U8815 Asura", "Huawei Technologies Co.Ltd."]]}, "table_names": "['chip_model', 'phone']", "table_image_ids": ["TableImg_M3abv_14.png", "TableImg_E0aq3_8.png"], "original_data_index": 2600} +{"question": "What is the host year of city \"Taizhou ( Zhejiang )\"?", "answer": {"columns": ["Year"], "index": [0], "data": [[2012]]}, "table_names": "['city', 'hosting_city']", "table_image_ids": ["TableImg_U7a4e_13.png", "TableImg_Hnfqs_6.png"], "original_data_index": 2601} +{"question": "Which employees were hired after September 7th, 1987?", "answer": {"columns": ["EMPLOYEE_ID", "FIRST_NAME", "LAST_NAME", "EMAIL", "PHONE_NUMBER", "HIRE_DATE", "JOB_ID", "SALARY", "COMMISSION_PCT", "MANAGER_ID", "DEPARTMENT_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23], "data": [[183, "Girard", "Geoni", "GGEONI", "650.507.9879", "1987-09-08", "SH_CLERK", 2800, 0, 120, 50], [184, "Nandita", "Sarchand", "NSARCHAN", "650.509.1876", "1987-09-09", "SH_CLERK", 4200, 0, 121, 50], [185, "Alexis", "Bull", "ABULL", "650.509.2876", "1987-09-10", "SH_CLERK", 4100, 0, 121, 50], [186, "Julia", "Dellinger", "JDELLING", "650.509.3876", "1987-09-11", "SH_CLERK", 3400, 0, 121, 50], [187, "Anthony", "Cabrio", "ACABRIO", "650.509.4876", "1987-09-12", "SH_CLERK", 3000, 0, 121, 50], [188, "Kelly", "Chung", "KCHUNG", "650.505.1876", "1987-09-13", "SH_CLERK", 3800, 0, 122, 50], [189, "Jennifer", "Dilly", "JDILLY", "650.505.2876", "1987-09-14", "SH_CLERK", 3600, 0, 122, 50], [190, "Timothy", "Gates", "TGATES", "650.505.3876", "1987-09-15", "SH_CLERK", 2900, 0, 122, 50], [191, "Randall", "Perkins", "RPERKINS", "650.505.4876", "1987-09-16", "SH_CLERK", 2500, 0, 122, 50], [192, "Sarah", "Bell", "SBELL", "650.501.1876", "1987-09-17", "SH_CLERK", 4000, 0, 123, 50], [193, "Britney", "Everett", "BEVERETT", "650.501.2876", "1987-09-18", "SH_CLERK", 3900, 0, 123, 50], [194, "Samuel", "McCain", "SMCCAIN", "650.501.3876", "1987-09-19", "SH_CLERK", 3200, 0, 123, 50], [195, "Vance", "Jones", "VJONES", "650.501.4876", "1987-09-20", "SH_CLERK", 2800, 0, 123, 50], [196, "Alana", "Walsh", "AWALSH", "650.507.9811", "1987-09-21", "SH_CLERK", 3100, 0, 124, 50], [197, "Kevin", "Feeney", "KFEENEY", "650.507.9822", "1987-09-22", "SH_CLERK", 3000, 0, 124, 50], [198, "Donald", "OConnell", "DOCONNEL", "650.507.9833", "1987-09-23", "SH_CLERK", 2600, 0, 124, 50], [199, "Douglas", "Grant", "DGRANT", "650.507.9844", "1987-09-24", "SH_CLERK", 2600, 0, 124, 50], [200, "Jennifer", "Whalen", "JWHALEN", "515.123.4444", "1987-09-25", "AD_ASST", 4400, 0, 101, 10], [201, "Michael", "Hartstein", "MHARTSTE", "515.123.5555", "1987-09-26", "MK_MAN", 13000, 0, 100, 20], [202, "Pat", "Fay", "PFAY", "603.123.6666", "1987-09-27", "MK_REP", 6000, 0, 201, 20], [203, "Susan", "Mavris", "SMAVRIS", "515.123.7777", "1987-09-28", "HR_REP", 6500, 0, 101, 40], [204, "Hermann", "Baer", "HBAER", "515.123.8888", "1987-09-29", "PR_REP", 10000, 0, 101, 70], [205, "Shelley", "Higgins", "SHIGGINS", "515.123.8080", "1987-09-30", "AC_MGR", 12000, 0, 101, 110], [206, "William", "Gietz", "WGIETZ", "515.123.8181", "1987-10-01", "AC_ACCOUNT", 8300, 0, 205, 110]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_072yk_107.png"], "original_data_index": 2602} +{"question": "What is the average unit price of tracks that belong to Jazz genre?", "answer": {"columns": ["AVG(UnitPrice)"], "index": [0], "data": [[0.99]]}, "table_names": "['Genre', 'Track']", "table_image_ids": ["TableImg_G2osv_25.png", "TableImg_Aqcs3_3503.png"], "original_data_index": 2603} +{"question": "What are the ids of the faculty members who do not advise any student.", "answer": {"columns": ["FacID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39], "data": [[1082], [1172], [1177], [1193], [1823], [2028], [2119], [2291], [2738], [2881], [3457], [4230], [4432], [6112], [6182], [6191], [6330], [6541], [6910], [6925], [7231], [7506], [8102], [8114], [8118], [8122], [8791], [8989], [9011], [9191], [9199], [9210], [9379], [9514], [9643], [9811], [9823], [9824], [9826], [9922]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_Ukyat_34.png", "TableImg_0zkea_58.png"], "original_data_index": 2604} +{"question": "List the names of all routes in alphabetic order.", "answer": {"columns": ["route_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Abshire Ltd"], ["Adams, Macejkovic and Carroll"], ["Brekke, Powlowski and Fritsch"], ["Gerhold Inc"], ["Gorczany Group"], ["Grady, King and Price"], ["Hegmann-Waters"], ["Heidenreich Group"], ["Hermiston, Feeney and Daugherty"], ["Huel, Armstrong and Senger"], ["Nader, Leuschke and Huels"], ["Renner-Kovacek"], ["Schowalter Group"], ["Streich, Spencer and Brakus"], ["Torphy Ltd"]]}, "table_names": "['Delivery_Routes']", "table_image_ids": ["TableImg_Xjion_15.png"], "original_data_index": 2605} +{"question": "Show the description of the transaction type that occurs most frequently.", "answer": {"columns": ["transaction_type_description"], "index": [0], "data": [["Purchase"]]}, "table_names": "['Ref_Transaction_Types', 'Transactions']", "table_image_ids": ["TableImg_Mbitu_2.png", "TableImg_2a4z1_15.png"], "original_data_index": 2606} +{"question": "What is the county that produces the most wines scoring higher than 90?", "answer": {"columns": ["County"], "index": [0], "data": [["Sonoma"]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_3ow32_57.png", "TableImg_Hap13_500.png"], "original_data_index": 2607} +{"question": "What information do you have on colleges sorted by increasing enrollment numbers?", "answer": {"columns": ["cName", "state", "enr"], "index": [0, 1, 2, 3], "data": [["ASU", "AZ", 12000], ["LSU", "LA", 18000], ["FSU", "FL", 19000], ["OU", "OK", 22000]]}, "table_names": "['College']", "table_image_ids": ["TableImg_Vthor_4.png"], "original_data_index": 2608} +{"question": "What are the names of everybody who has exactly one friend?", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Alice"], ["Bob"]]}, "table_names": "['PersonFriend']", "table_image_ids": ["TableImg_5outr_4.png"], "original_data_index": 2609} +{"question": "What is the name and the average gpa of department whose students have the highest average gpa?", "answer": {"columns": ["DEPT_NAME", "avg(T1.stu_gpa)"], "index": [0], "data": [["Computer Info. Systems", 3.18]]}, "table_names": "['DEPARTMENT', 'STUDENT']", "table_image_ids": ["TableImg_Nfokm_11.png", "TableImg_T6xzm_8.png"], "original_data_index": 2610} +{"question": "Find the names of the artists who are from Bangladesh and have never received rating higher than 7.", "answer": {"columns": ["artist_name"], "index": [0, 1], "data": [["Farida"], ["Prity"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Hjm24_6.png", "TableImg_Znf1x_6.png"], "original_data_index": 2611} +{"question": "Find names of the document without any images.", "answer": {"columns": ["document_name"], "index": [0, 1, 2, 3, 4], "data": [["How to cook pasta"], ["Humanity: a fact"], ["Learning Database"], ["Learning Japanese"], ["Life about Claude Monet"]]}, "table_names": "['Documents', 'Document_Sections', 'Document_Sections_Images']", "table_image_ids": ["TableImg_9gt6q_15.png", "TableImg_Mfbne_15.png", "TableImg_Kqqcz_20.png"], "original_data_index": 2612} +{"question": "Return the device carriers that do not have Android as their software platform.", "answer": {"columns": ["Carrier"], "index": [0], "data": [["Verizon Wireless"]]}, "table_names": "['device']", "table_image_ids": ["TableImg_30dmb_6.png"], "original_data_index": 2613} +{"question": "What is the average number of customers across banks in the state of Utah?", "answer": {"columns": ["avg(no_of_customers)"], "index": [0], "data": [[123.0]]}, "table_names": "['bank']", "table_image_ids": ["TableImg_Odh5r_4.png"], "original_data_index": 2614} +{"question": "How many credits is the course that the student with the last name Smithson took, and what is its description?", "answer": {"columns": ["CRS_DESCRIPTION", "CRS_CREDIT"], "index": [0, 1, 2], "data": [["Accounting I", 3.0], ["Intro. to Microcomputing", 3.0], ["Intro. to Statistics", 3.0]]}, "table_names": "['CLASS', 'COURSE', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_Scd95_13.png", "TableImg_Vt5j5_6.png", "TableImg_79cin_6.png", "TableImg_Bcgz8_8.png"], "original_data_index": 2615} +{"question": "What are the sale details and dates of transactions with amount smaller than 3000?", "answer": {"columns": ["sales_details", "date_of_transaction"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["o", "1982-06-06 17:19:00"], ["f", "2001-11-28 15:06:25"], ["y", "1977-08-17 13:13:30"], ["p", "1990-12-02 09:03:38"], ["s", "1981-01-28 08:07:03"], ["s", "2000-04-03 20:55:43"], ["t", "1983-11-01 17:57:27"], ["p", "2002-04-07 20:28:37"], ["n", "2002-09-13 03:04:56"], ["e", "1997-12-30 05:05:40"]]}, "table_names": "['Transactions', 'Sales']", "table_image_ids": ["TableImg_Daix5_15.png", "TableImg_Javq0_15.png"], "original_data_index": 2616} +{"question": "Show student ids who are on scholarship and have major 600.", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3], "data": [[1002], [1003], [1015], [1019]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_1zx2v_34.png", "TableImg_Cdgla_14.png"], "original_data_index": 2617} +{"question": "Count different addresses of each school.", "answer": {"columns": ["count(DISTINCT dept_address)", "SCHOOL_CODE"], "index": [0, 1], "data": [[7, "A&SCI"], [4, "BUS"]]}, "table_names": "['DEPARTMENT']", "table_image_ids": ["TableImg_Mo9xv_11.png"], "original_data_index": 2618} +{"question": "What is the average number of stars that each reviewer awards for a movie?", "answer": {"columns": ["name", "avg(T1.stars)"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Ashley White", 3.0], ["Brittany Harris", 2.6666666667], ["Chris Jackson", 3.0], ["Daniel Lewis", 4.0], ["Elizabeth Thomas", 4.0], ["James Cameron", 5.0], ["Mike Anderson", 3.0], ["Sarah Martinez", 3.0]]}, "table_names": "['Reviewer', 'Rating']", "table_image_ids": ["TableImg_Vfapn_8.png", "TableImg_44gca_14.png"], "original_data_index": 2619} +{"question": "How many patients' prescriptions are made by physician John Dorian?", "answer": {"columns": ["count(T1.SSN)"], "index": [0], "data": [[1]]}, "table_names": "['Physician', 'Patient', 'Prescribes']", "table_image_ids": ["TableImg_G43s3_9.png", "TableImg_Bxxpw_4.png", "TableImg_4sdo0_3.png"], "original_data_index": 2620} +{"question": "What are the dates of ceremony at music festivals corresponding to volumes that lasted more than 2 weeks on top?", "answer": {"columns": ["Date_of_ceremony"], "index": [0, 1], "data": [["18 February 2011"], ["18 February 2011"]]}, "table_names": "['volume', 'music_festival']", "table_image_ids": ["TableImg_Nemnr_10.png", "TableImg_4bmne_9.png"], "original_data_index": 2621} +{"question": "Return all reviewer names and movie names together in a single list.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [["Ashley White"], ["Avatar"], ["Brittany Harris"], ["Chris Jackson"], ["Daniel Lewis"], ["E.T."], ["Elizabeth Thomas"], ["Gone with the Wind"], ["James Cameron"], ["Mike Anderson"], ["Raiders of the Lost Ark"], ["Sarah Martinez"], ["Snow White"], ["Star Wars"], ["The Sound of Music"], ["Titanic"]]}, "table_names": "['Movie', 'Reviewer']", "table_image_ids": ["TableImg_123en_8.png", "TableImg_M0wr8_8.png"], "original_data_index": 2622} +{"question": "Which institution is the author \"Matthias Blume\" belong to? Give me the name of the institution.", "answer": {"columns": ["name"], "index": [0], "data": [["Google"]]}, "table_names": "['Inst', 'Authors', 'Authorship']", "table_image_ids": ["TableImg_Z9b3g_8.png", "TableImg_7a9xj_13.png", "TableImg_I6ica_14.png"], "original_data_index": 2623} +{"question": "Count the number of devices.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['device']", "table_image_ids": ["TableImg_12cba_6.png"], "original_data_index": 2624} +{"question": "What are the first and last names of all students who are living in a dorm with a TV Lounge?", "answer": {"columns": ["Fname", "LName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["Linda", "Smith"], ["Dinesh", "Kumar"], ["Paul", "Gompers"], ["Lisa", "Apap"], ["Jandy", "Nelson"], ["Eric", "Tai"], ["Derek", "Lee"], ["David", "Adams"], ["Steven", "Davis"], ["Susan", "Lee"], ["Mark", "Schwartz"], ["Bruce", "Wilson"], ["Michael", "Leighton"], ["Ian", "Thornton"], ["George", "Andreou"], ["David", "Shieber"], ["Mark", "Goldman"], ["Paul", "Brody"], ["Jun", "Han"], ["Lisa", "Cheng"], ["Eric", "Brown"], ["Eric", "Epp"]]}, "table_names": "['Student', 'Dorm_amenity', 'Has_amenity', 'Lives_in']", "table_image_ids": ["TableImg_K2urj_34.png", "TableImg_Fzggl_12.png", "TableImg_Rztcd_40.png", "TableImg_0oavl_31.png"], "original_data_index": 2625} +{"question": "What are the ids of every student who has never attended a course?", "answer": {"columns": ["student_id"], "index": [0, 1], "data": [[131], [181]]}, "table_names": "['Students', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_8jsny_8.png", "TableImg_L0gw3_8.png"], "original_data_index": 2626} +{"question": "Find the name and savings balance of the top 3 accounts with the highest saving balance sorted by savings balance in descending order.", "answer": {"columns": ["name", "balance"], "index": [0, 1, 2], "data": [["Wang", 999999999.0], ["O'mahony", 230000.0], ["Brown", 200000.0]]}, "table_names": "['ACCOUNTS', 'SAVINGS']", "table_image_ids": ["TableImg_B70up_7.png", "TableImg_1kerj_6.png"], "original_data_index": 2627} +{"question": "What is the name of each camera lens and the number of photos taken by it? Order the result by the count of photos.", "answer": {"columns": ["name", "count(*)"], "index": [0, 1, 2, 3, 4], "data": [["Panasonic Leica DG Nocticron 42.5mm f /1.2", 1], ["Panasonic Lumix G 150mm f /2.8", 1], ["Olympus 15mm f/8.0 Body Cap", 2], ["Schneider Kreuznach Super Angulon 14mm f /2.0", 2], ["Sigma 19mm f2.8 EX DN", 4]]}, "table_names": "['camera_lens', 'photos']", "table_image_ids": ["TableImg_4mn64_11.png", "TableImg_Tqjf8_10.png"], "original_data_index": 2628} +{"question": "What is the maximum and mininum number of stars a rating can receive?", "answer": {"columns": ["max(stars)", "min(stars)"], "index": [0], "data": [[5, 2]]}, "table_names": "['Rating']", "table_image_ids": ["TableImg_55xuw_14.png"], "original_data_index": 2629} +{"question": "What are the ids of all female students who play football?", "answer": {"columns": ["StuID"], "index": [0, 1], "data": [[1002], [1003]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_Oblw0_34.png", "TableImg_Vbzjx_14.png"], "original_data_index": 2630} +{"question": "Find the top 3 products which have the largest number of problems?", "answer": {"columns": ["product_name"], "index": [0, 1, 2], "data": [["rose"], ["wechat"], ["yellow"]]}, "table_names": "['Product', 'Problems']", "table_image_ids": ["TableImg_Ylr0c_15.png", "TableImg_6g8oc_15.png"], "original_data_index": 2631} +{"question": "Return the addresses of the course authors or tutors whose personal name is \"Cathrine\".", "answer": {"columns": ["address_line_1"], "index": [0], "data": [["756 Monahan Mews\nSpinkashire, NJ 64230-5098"]]}, "table_names": "['Course_Authors_and_Tutors']", "table_image_ids": ["TableImg_Tnsue_15.png"], "original_data_index": 2632} +{"question": "What are the name and the nationality of the host of the highest age?", "answer": {"columns": ["Name", "Nationality"], "index": [0], "data": [["Derrick Dial", "United States"]]}, "table_names": "['host']", "table_image_ids": ["TableImg_7hiqc_10.png"], "original_data_index": 2633} +{"question": "Give the ids of documents that have expenses and contain the letter s in their names.", "answer": {"columns": ["Document_ID"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[57], [192], [226], [227], [300], [371], [383]]}, "table_names": "['Documents', 'Documents_with_Expenses']", "table_image_ids": ["TableImg_B0jcb_15.png", "TableImg_1f5lf_10.png"], "original_data_index": 2634} +{"question": "What are the products with the maximum page size A4 that also have a pages per minute color smaller than 5?", "answer": {"columns": ["product"], "index": [0, 1], "data": [["Xerox Travel Scanner 100"], ["ScanShell 3000DN"]]}, "table_names": "['product']", "table_image_ids": ["TableImg_H94y2_6.png"], "original_data_index": 2635} +{"question": "What are the order details of the products with price higher than 2000?", "answer": {"columns": ["Other_Item_Details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [[null], [null], [null], [null], [null], [null], [null], [null], [null], [null], [null], [null], [null]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_4rqps_15.png", "TableImg_7chwe_15.png"], "original_data_index": 2636} +{"question": "What countries are the female artists who sung in the language Bangla from?", "answer": {"columns": ["country"], "index": [0, 1, 2], "data": [["Bangladesh"], ["Bangladesh"], ["India"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Wqmqy_6.png", "TableImg_8gqz6_6.png"], "original_data_index": 2637} +{"question": "Which colleges does each player with a name that starts with the letter D who tried out go to?", "answer": {"columns": ["cName"], "index": [0], "data": [["ASU"]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_Zwvbg_6.png", "TableImg_M94qi_6.png"], "original_data_index": 2638} +{"question": "How many invoices correspond to each order id?", "answer": {"columns": ["order_id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[3, 3], [4, 1], [5, 1], [8, 1], [9, 3], [10, 2], [11, 1], [12, 1], [13, 1], [14, 1]]}, "table_names": "['Invoices']", "table_image_ids": ["TableImg_Dx1hk_15.png"], "original_data_index": 2639} +{"question": "Show the product type and name for the products with price higher than 1000 or lower than 500.", "answer": {"columns": ["product_type_code", "product_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Hardware", "Apple"], ["Clothes", "jcrew"], ["Hardware", "Apple"], ["Hardware", "Apple"], ["Clothes", "jcrew"], ["Hardware", "Apple"], ["Hardware", "Apple"], ["Hardware", "Sony"], ["Hardware", "Sony"], ["Clothes", "jcrew"], ["Clothes", "gucci"], ["Hardware", "Sony"], ["Clothes", "gucci"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Acbq0_15.png"], "original_data_index": 2640} +{"question": "What are the birth date and birth place of the body builder with the highest total points?", "answer": {"columns": ["Birth_Date", "Birth_Place"], "index": [0], "data": [["January 1, 1992", "Port Huron, Michigan"]]}, "table_names": "['body_builder', 'people']", "table_image_ids": ["TableImg_Txecy_5.png", "TableImg_Xjbst_6.png"], "original_data_index": 2641} +{"question": "Show the ids of all employees who don't destroy any document.", "answer": {"columns": ["Employee_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[25], [30], [57], [71], [123], [159], [181], [183]]}, "table_names": "['Employees', 'Documents_to_be_Destroyed']", "table_image_ids": ["TableImg_Z3bqn_15.png", "TableImg_Wb1ib_11.png"], "original_data_index": 2642} +{"question": "Find the location and all games score of the school that has Clemson as its team name.", "answer": {"columns": ["All_Games", "Location"], "index": [0], "data": [["24\u00e2\u0080\u009310", "New Brunswick, NJ"]]}, "table_names": "['basketball_match', 'university']", "table_image_ids": ["TableImg_D858m_4.png", "TableImg_Mae26_5.png"], "original_data_index": 2643} +{"question": "What are the customer ids for customers who do not have an account?", "answer": {"columns": ["customer_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[1], [2], [4], [5], [7], [10], [11], [14]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_Qi7ea_15.png", "TableImg_99rhs_15.png"], "original_data_index": 2644} +{"question": "What is the customer id of the customer who has the most orders?", "answer": {"columns": ["customer_id"], "index": [0], "data": [[2]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_6w31r_15.png", "TableImg_C5hce_15.png"], "original_data_index": 2645} +{"question": "When was the order placed whose shipment tracking number is 3452? Give me the date.", "answer": {"columns": ["date_order_placed"], "index": [0], "data": [["2010-06-08 02:20:49"]]}, "table_names": "['Orders', 'Shipments']", "table_image_ids": ["TableImg_Xl46z_15.png", "TableImg_6436u_15.png"], "original_data_index": 2646} +{"question": "List the id, color scheme, and name for all the photos.", "answer": {"columns": ["id", "color", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[1, "RBG", "monkey"], [2, "RBG", "rabbits"], [3, "Black/White", "deers"], [4, "RBG", "grass"], [5, "RBG", "cloud"], [6, "RBG", "sunset"], [7, "RBG", "river"], [8, "Black/White", "wolfs"], [9, "RBG", "the mountain"], [10, "RBG", "life"]]}, "table_names": "['photos']", "table_image_ids": ["TableImg_Qmjvv_10.png"], "original_data_index": 2647} +{"question": "What are the names of the customers who have made two or less orders?", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Alberto"], ["Leilani"], ["Hadley"], ["Violet"], ["Parker"], ["Devan"], ["Beulah"], ["Hershel"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_2gxix_15.png", "TableImg_Sntaq_15.png"], "original_data_index": 2648} +{"question": "What are the names of the heads who are born outside the California state?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Tiger Woods"], ["K. J. Choi"], ["Jeff Maggert"], ["Stewart Cink"], ["P\u00c3\u00a1draig Harrington"], ["Franklin Langham"]]}, "table_names": "['head']", "table_image_ids": ["TableImg_Aa297_10.png"], "original_data_index": 2649} +{"question": "How many different projects are there?", "answer": {"columns": ["count(DISTINCT name)"], "index": [0], "data": [[14]]}, "table_names": "['Projects']", "table_image_ids": ["TableImg_Myfsq_14.png"], "original_data_index": 2650} +{"question": "How many male and female assistant professors do we have?", "answer": {"columns": ["Sex", "count(*)"], "index": [0, 1], "data": [["F", 3], ["M", 12]]}, "table_names": "['Faculty']", "table_image_ids": ["TableImg_Fbjjm_58.png"], "original_data_index": 2651} +{"question": "Which head's name has the substring 'Ha'? List the id and name.", "answer": {"columns": ["head_ID", "name"], "index": [0, 1, 2], "data": [[4, "Dudley Hart"], [9, "P\u00c3\u00a1draig Harrington"], [10, "Franklin Langham"]]}, "table_names": "['head']", "table_image_ids": ["TableImg_Tv725_10.png"], "original_data_index": 2652} +{"question": "Find the address and staff number of the shops that do not have any happy hour.", "answer": {"columns": ["Address", "Num_of_staff"], "index": [0, 1, 2, 3, 4], "data": [["909 Walnut Street", "27"], ["1201 Walnut Street", "34"], ["2345 McGee Street", "425"], ["909 Main Street", "28"], ["1100 Main Street", "23"]]}, "table_names": "['shop', 'happy_hour']", "table_image_ids": ["TableImg_A7ogv_10.png", "TableImg_Dweip_10.png"], "original_data_index": 2653} +{"question": "What is total amount claimed summed across all the claims?", "answer": {"columns": ["sum(Amount_Claimed)"], "index": [0], "data": [[775458]]}, "table_names": "['Claims']", "table_image_ids": ["TableImg_Teezl_15.png"], "original_data_index": 2654} +{"question": "Find the most popular room in the hotel. The most popular room is the room that had seen the largest number of reservations.", "answer": {"columns": ["roomName"], "index": [0], "data": [["Convoke and sanguine"]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_Tv32f_10.png", "TableImg_9vxmf_600.png"], "original_data_index": 2655} +{"question": "find the name and age of the pilot who has won the most number of times among the pilots who are younger than 30.", "answer": {"columns": ["Name", "Age"], "index": [0], "data": [["Ayana Spencer", 25]]}, "table_names": "['pilot', 'match']", "table_image_ids": ["TableImg_4dygm_12.png", "TableImg_Ymmdp_7.png"], "original_data_index": 2656} +{"question": "Which film actors (actresses) played a role in more than 30 films? List his or her first name and last name.", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55], "data": [["KARL", "BERRY"], ["UMA", "WOOD"], ["HELEN", "VOIGHT"], ["SANDRA", "KILMER"], ["RIP", "CRAWFORD"], ["JULIA", "MCQUEEN"], ["WOODY", "HOFFMAN"], ["VAL", "BOLGER"], ["REESE", "KILMER"], ["NATALIE", "HOPKINS"], ["CHRISTIAN", "AKROYD"], ["HENRY", "BERRY"], ["ANGELA", "HUDSON"], ["MARY", "TANDY"], ["ANGELINA", "ASTAIRE"], ["SCARLETT", "DAMON"], ["WOODY", "JOLIE"], ["BEN", "WILLIS"], ["JAMES", "PITT"], ["MINNIE", "ZELLWEGER"], ["SEAN", "GUINESS"], ["KIRSTEN", "AKROYD"], ["KENNETH", "TORN"], ["DARYL", "WAHLBERG"], ["SUSAN", "DAVIS"], ["WALTER", "TORN"], ["PENELOPE", "CRONYN"], ["SIDNEY", "CROWE"], ["GROUCHO", "DUNST"], ["GINA", "DEGENERES"], ["WARREN", "NOLTE"], ["CAMERON", "ZELLWEGER"], ["RENEE", "TRACY"], ["WARREN", "JACKMAN"], ["JULIANNE", "DENCH"], ["ALBERT", "NOLTE"], ["KEVIN", "GARLAND"], ["ED", "MANSFIELD"], ["EWAN", "GOODING"], ["WHOOPI", "HURT"], ["JADA", "RYDER"], ["RIVER", "DEAN"], ["ANGELA", "WITHERSPOON"], ["ALBERT", "JOHANSSON"], ["FAY", "WINSLET"], ["RUSSELL", "TEMPLE"], ["JAYNE", "NOLTE"], ["IAN", "TANDY"], ["GRETA", "MALDEN"], ["VIVIEN", "BASINGER"], ["HARVEY", "HOPE"], ["WILL", "WILSON"], ["MATTHEW", "CARREY"], ["RENEE", "BALL"], ["REESE", "WEST"], ["MARY", "KEITEL"]]}, "table_names": "['actor', 'film_actor']", "table_image_ids": ["TableImg_Ie1sq_200.png", "TableImg_0x5y1_5462.png"], "original_data_index": 2657} +{"question": "Show ids for all employees who don't have a certificate.", "answer": {"columns": ["eid"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [[15645489], [248965255], [254099823], [287321212], [310454877], [348121549], [486512566], [489221823], [489456522], [552455348], [619023588]]}, "table_names": "['employee', 'certificate']", "table_image_ids": ["TableImg_5sfnx_31.png", "TableImg_Ll9zy_69.png"], "original_data_index": 2658} +{"question": "Which school has the fewest professors?", "answer": {"columns": ["SCHOOL_CODE"], "index": [0], "data": [["BUS"]]}, "table_names": "['DEPARTMENT', 'PROFESSOR']", "table_image_ids": ["TableImg_Vp6ao_11.png", "TableImg_Xiwso_22.png"], "original_data_index": 2659} +{"question": "What is the id and last name of the driver who participated in the most races after 2010?", "answer": {"columns": ["driverId", "surname"], "index": [0], "data": [[1, "Hamilton"]]}, "table_names": "['races', 'drivers', 'results']", "table_image_ids": ["TableImg_1hixj_997.png", "TableImg_G8s0t_842.png", "TableImg_Etwj1_23777.png"], "original_data_index": 2660} +{"question": "what are the details of the cmi masters that have the cross reference code 'Tax'?", "answer": {"columns": ["cmi_details"], "index": [0, 1, 2, 3, 4, 5], "data": [["Volkman, Mills and Ferry"], ["Schmidt, Kertzmann and Lubowitz"], ["Reynolds-McClure"], ["Volkman, Mills and Ferry"], ["Volkman, Mills and Ferry"], ["Schmitt-Lang"]]}, "table_names": "['Customer_Master_Index', 'CMI_Cross_References']", "table_image_ids": ["TableImg_7qhdz_9.png", "TableImg_Gft9e_21.png"], "original_data_index": 2661} +{"question": "In February, which city marks the highest temperature?", "answer": {"columns": ["City"], "index": [0], "data": [["Suzhou ( Jiangsu )"]]}, "table_names": "['city', 'temperature']", "table_image_ids": ["TableImg_Fzd8b_13.png", "TableImg_M5pww_8.png"], "original_data_index": 2662} +{"question": "Find the number of employees we have.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Employees']", "table_image_ids": ["TableImg_Taxko_15.png"], "original_data_index": 2663} +{"question": "What are the names of documents that do not have any sections?", "answer": {"columns": ["document_name"], "index": [0, 1, 2, 3], "data": [["Learning Database"], ["How to cook pasta"], ["Humanity: a fact"], ["Life about Claude Monet"]]}, "table_names": "['Documents', 'Document_Sections']", "table_image_ids": ["TableImg_Au461_15.png", "TableImg_Jz1dc_15.png"], "original_data_index": 2664} +{"question": "List the wheels and locations of the railways.", "answer": {"columns": ["Wheels", "Location"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["4-4-0", "York"], ["4-4-0", "Bo'ness"], ["4-4-2", "Barrow Hill"], ["4-4-0", "Toddington"], ["0-6-0T", "Bressingham"], ["0-6-0", "Barrow Hill"], ["2-8-0", "Shildon"], ["4-6-0", "Swindon"], ["4-4-2T", "Bressingham"], ["0-6-0ST", "Basingstoke"]]}, "table_names": "['railway']", "table_image_ids": ["TableImg_Latwb_10.png"], "original_data_index": 2665} +{"question": "How many courses does the student with id 171 actually attend?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Courses', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_W3l6v_6.png", "TableImg_M5lef_8.png"], "original_data_index": 2666} +{"question": "How many patients are not using Procrastin-X as medication?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Patient', 'Medication', 'Prescribes']", "table_image_ids": ["TableImg_A58cd_4.png", "TableImg_7c4af_5.png", "TableImg_Q984h_3.png"], "original_data_index": 2667} +{"question": "Return the names of parties that have two or more events.", "answer": {"columns": ["Party_name"], "index": [0, 1, 2], "data": [["Convention Peoples Party"], ["Progress Party"], ["3"]]}, "table_names": "['party', 'party_events']", "table_image_ids": ["TableImg_El4ds_5.png", "TableImg_9knj5_8.png"], "original_data_index": 2668} +{"question": "What are the names of the storms that affected Denmark?", "answer": {"columns": ["Name"], "index": [0], "data": [["Five"]]}, "table_names": "['storm', 'region', 'affected_region']", "table_image_ids": ["TableImg_L51xa_10.png", "TableImg_V76mz_13.png", "TableImg_S5aao_6.png"], "original_data_index": 2669} +{"question": "What are the names and balances of checking accounts belonging to the customer with the lowest savings balance?", "answer": {"columns": ["name", "balance"], "index": [0], "data": [["Weeks", 7000.0]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_3udcc_7.png", "TableImg_Yds9b_6.png", "TableImg_H8714_7.png"], "original_data_index": 2670} +{"question": "Find the addresses of the course authors who teach the course with name \"operating system\" or \"data structure\".", "answer": {"columns": ["address_line_1"], "index": [0, 1], "data": [["8928 Kunze Valley Apt. 747\nSouth Jedidiahmouth, DE 28167"], ["425 White Brooks\nEmmaleefort, IN 97850-2510"]]}, "table_names": "['Course_Authors_and_Tutors', 'Courses']", "table_image_ids": ["TableImg_Iujm6_15.png", "TableImg_Aqlox_15.png"], "original_data_index": 2671} +{"question": "What is the highest, lowest, and average student GPA for every department?", "answer": {"columns": ["max(stu_gpa)", "avg(stu_gpa)", "min(stu_gpa)", "DEPT_CODE"], "index": [0, 1, 2, 3, 4], "data": [[3.15, 2.7766666667, 2.26, "ACCT"], [2.84, 2.84, 2.84, "BIOL"], [3.27, 3.18, 3.09, "CIS"], [3.87, 3.87, 3.87, "EDU"], [2.11, 2.11, 2.11, "ENGL"]]}, "table_names": "['STUDENT']", "table_image_ids": ["TableImg_033i0_8.png"], "original_data_index": 2672} +{"question": "Return the poll resource associated with the most candidates.", "answer": {"columns": ["Poll_Source"], "index": [0], "data": [["Newsweek Poll"]]}, "table_names": "['candidate']", "table_image_ids": ["TableImg_Im176_6.png"], "original_data_index": 2673} +{"question": "Find the number of routes for each source airport and the airport name.", "answer": {"columns": ["count(*)", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157], "data": [[12, "A Coru\u00c3\u00b1a Airport"], [20, "Aalborg Airport"], [8, "Aarhus Airport"], [3, "Aasiaat Airport"], [3, "Aba Tenna Dejazmach Yilma International Airport"], [6, "Abadan Airport"], [4, "Abakan Airport"], [2, "Abbotsford Airport"], [3, "Abdul Rachman Saleh Airport"], [11, "Abeid Amani Karume International Airport"], [9, "Abel Santamaria Airport"], [41, "Aberdeen Dyce Airport"], [1, "Aberdeen Regional Airport"], [15, "Abha Regional Airport"], [2, "Abilene Regional Airport"], [12, "Abraham Gonz\u00c3\u00a1lez International Airport"], [239, "Abu Dhabi International Airport"], [1, "Abu Simbel Airport"], [17, "Achmad Yani Airport"], [1, "Adak Airport"], [17, "Adana Airport"], [105, "Addis Ababa Bole International Airport"], [51, "Adelaide International Airport"], [10, "Aden Adde International Airport"], [23, "Aden International Airport"], [8, "Adi Sumarmo Wiryokusumo Airport"], [29, "Adi Sutjipto International Airport"], [1, "Adirondack Regional Airport"], [66, "Adnan Menderes International Airport"], [330, "Adolfo Su\u00c3\u00a1rez Madrid\u00e2\u0080\u0093Barajas Airport"], [2, "Ad\u00c4\u00b1yaman Airport"], [1, "Aerotortuguero Airport"], [43, "Afonso Pena Airport"], [8, "Agartala Airport"], [1, "Agatti Airport"], [2, "Agen-La Garenne Airport"], [2, "Agra Airport"], [4, "Aguenar \u00e2\u0080\u0093 Hadj Bey Akhamok Airport"], [2, "Ahe Airport"], [24, "Ahwaz Airport"], [7, "Ain Arnat Airport"], [5, "Ain el Beida Airport"], [3, "Aitutaki Airport"], [39, "Ajaccio-Napol\u00c3\u00a9on Bonaparte Airport"], [3, "Akanu Ibiam International Airport"], [1, "Akhiok Airport"], [3, "Akiak Airport"], [8, "Akita Airport"], [22, "Akron Canton Regional Airport"], [6, "Aksu Airport"], [21, "Aktau Airport"], [11, "Aktion National Airport"], [7, "Aktobe Airport"], [2, "Akulivik Airport"], [1, "Akureyri Airport"], [1, "Akutan Seaplane Base"], [1, "Akwa Ibom International Airport"], [3, "Al Ahsa Airport"], [2, "Al Ain International Airport"], [3, "Al Baha Airport"], [1, "Al Ghaidah International Airport"], [48, "Al Maktoum International Airport"], [28, "Al Massira Airport"], [11, "Al Najaf International Airport"], [2, "Al Qaisumah/Hafr Al Batin Airport"], [1, "Al Wajh Domestic Airport"], [2, "Al-Jawf Domestic Airport"], [2, "Alakanuk Airport"], [56, "Alama Iqbal International Airport"], [1, "Alashankou Bole (Bortala) airport"], [3, "Albany Airport"], [31, "Albany International Airport"], [7, "Albert J Ellis Airport"], [3, "Alberto Alcolumbre Airport"], [2, "Alberto Carnevalli Airport"], [42, "Albuquerque International Sunport Airport"], [4, "Albury Airport"], [2, "Alderney Airport"], [11, "Alejandro Velasco Astete International Airport"], [6, "Alexander the Great International Airport"], [6, "Alexandria International Airport"], [2, "Alferez Fap David Figueroa Fernandini Airport"], [30, "Alfonso Bonilla Aragon International Airport"], [2, "Alfonso L\u00c3\u00b3pez Pumarejo Airport"], [6, "Alfredo V\u00c3\u00a1squez Cobo International Airport"], [31, "Alghero-Fertilia Airport"], [157, "Alicante International Airport"], [11, "Alice Springs Airport"], [2, "Allahabad Airport"], [3, "Allakaket Airport"], [3, "Alliance Municipal Airport"], [2, "Alluitsup Paa Heliport"], [67, "Almaty Airport"], [18, "Almer\u00c3\u00ada International Airport"], [6, "Almirante Marco Andres Zar Airport"], [1, "Almirante Padilla Airport"], [2, "Alpena County Regional Airport"], [10, "Alta Airport"], [1, "Altai Airport"], [4, "Altamira Airport"], [2, "Altoona Blair County Airport"], [3, "Amado Nervo National Airport"], [2, "Amami Airport"], [2, "Amasya Merzifon Airport"], [4, "Ambler Airport"], [3, "Amborovy Airport"], [2, "Amboseli Airport"], [453, "Amsterdam Airport Schiphol"], [20, "Am\u00c3\u00adlcar Cabral International Airport"], [1, "Anadolu Airport"], [1, "Anahim Lake Airport"], [3, "Anaktuvuk Pass Airport"], [3, "Anapa Vityazevo Airport"], [10, "Ancona Falconara Airport"], [1, "Andahuaylas Airport"], [3, "Andizhan Airport"], [3, "And\u00c3\u00b8ya Airport"], [1, "Aneityum Airport"], [10, "Angads Airport"], [8, "Angel Albino Corzo International Airport"], [1, "Anglesey Airport"], [1, "Angoon Seaplane Base"], [1, "Angoul\u00c3\u00aame-Brie-Champniers Airport"], [12, "Aniak Airport"], [2, "Aniwa Airport"], [9, "Annaba Airport"], [7, "Anqing Tianzhushan Airport"], [3, "Anshan Air Base"], [4, "Anshun Huangguoshu Airport"], [127, "Antalya International Airport"], [35, "Antonio B. Won Pat International Airport"], [5, "Antonio Maceo International Airport"], [3, "Antonio Narino Airport"], [4, "Antonio Roldan Betancourt Airport"], [3, "Antsirabato Airport"], [2, "Antwerp International Airport (Deurne)"], [3, "Anvik Airport"], [5, "Aomori Airport"], [9, "Appleton International Airport"], [2, "Aqaba King Hussein International Airport"], [1, "Arad International Airport"], [4, "Aragua\u00c3\u00adna Airport"], [2, "Arar Domestic Airport"], [2, "Araracuara Airport"], [1, "Araraquara Airport"], [3, "Araxos Airport"], [2, "Ara\u00c3\u00a7atuba Airport"], [1, "Arba Minch Airport"], [3, "Arcata Airport"], [1, "Arctic Village Airport"], [3, "Ardabil Airport"], [3, "Arenal Airport"], [2, "Armidale Airport"], [3, "Arnold Palmer Regional Airport"], [5, "Arrachart Airport"], [2, "Arthur's Town Airport"], [10, "Arturo Michelena International Airport"], [1, "Arua Airport"], [1, "Arusha Airport"], [1, "Arutua Airport"], [7, "Arviat Airport"], [2, "Arvidsjaur Airport"], [1, "Arxan Yi'ershi Airport"], [7, "Asahikawa Airport"], [12, "Asheville Regional Airport"], [15, "Ashgabat Airport"], [7, "Asmara International Airport"], [1, "Asosa Airport"], [2, "Aspen-Pitkin Co/Sardy Field"], [6, "Assiut International Airport"], [52, "Astana International Airport"], [8, "Astrakhan Airport"], [17, "Asturias Airport"], [4, "Astypalaia Airport"], [4, "Aswan International Airport"], [1, "Ataq Airport"], [356, "Atat\u00c3\u00bcrk International Airport"], [1, "Athens Ben Epps Airport"], [1, "Atka Airport"], [10, "Atlantic City International Airport"], [3, "Atlas Brasil Cantanhede Airport"], [2, "Atqasuk Edward Burnell Sr Memorial Airport"], [2, "Attawapiskat Airport"], [10, "Atyrau Airport"], [96, "Auckland International Airport"], [1, "Augsburg Airport"], [7, "Augusta Regional At Bush Field"], [1, "Augusta State Airport"], [15, "Augusto C. Sandino (Managua) International Airport"], [3, "Aupaluk Airport"], [5, "Aurangabad Airport"], [1, "Aurillac Airport"], [2, "Aurukun Airport"], [83, "Austin Bergstrom International Airport"], [8, "Austin Straubel International Airport"], [1, "Avalon Airport"], [1, "Aviador C. Campos Airport"], [2, "Avignon-Caumont Airport"], [3, "Awang Airport"], [2, "Axum Airport"], [4, "Ayers Rock Connellan Airport"], [2, "A\u00c4\u009fr\u00c4\u00b1 Airport"], [10, "Babelthuap Airport"], [1, "Babo Airport"], [16, "Bachigualato Federal International Airport"], [6, "Bacolod-Silay City International Airport"], [2, "Badajoz Airport"], [7, "Bagan Airport"], [16, "Bagdogra Airport"], [14, "Baghdad International Airport"], [5, "Bahawalpur Airport"], [9, "Bahia - Jorge Amado Airport"], [2, "Bahir Dar Airport"], [84, "Bahrain International Airport"], [3, "Bah\u00c3\u00adas de Huatulco International Airport"], [6, "Baie Comeau Airport"], [87, "Baita International Airport"], [1, "Bakalalan Airport"], [6, "Baker Lake Airport"], [5, "Ballina Byron Gateway Airport"], [4, "Balmaceda Airport"], [142, "Baltimore/Washington International Thurgood Marshall Airport"], [1, "Bal\u00c4\u00b1kesir K\u00c3\u00b6rfez Airport"], [1, "Bam Airport"], [1, "Banak Airport"], [4, "Bancasi Airport"], [19, "Bandar Abbas International Airport"], [2, "Bandar Lengeh Airport"], [101, "Bandaranaike International Colombo Airport"], [2, "Bangoka International Airport"], [8, "Bangor International Airport"], [3, "Bangui M'Poko International Airport"], [3, "Banja Luka International Airport"], [13, "Banjul International Airport"], [29, "Baotou Airport"], [3, "Barau(Kalimaru) Airport"], [1, "Barcaldine Airport"], [391, "Barcelona International Airport"], [1, "Barcelos Airport"], [1, "Bardufoss Airport"], [50, "Bari Karol Wojty\u00c5\u0082a Airport"], [2, "Barinas Airport"], [2, "Bario Airport"], [1, "Barisal Airport"], [1, "Barkley Regional Airport"], [3, "Barnaul Airport"], [2, "Barnstable Municipal Boardman Polando Field"], [5, "Barquisimeto International Airport"], [1, "Barra Airport"], [6, "Barreiras Airport"], [2, "Barter Island LRRS Airport"], [4, "Bartolomeu Lisandro Airport"], [2, "Basco Airport"], [8, "Basrah International Airport"], [36, "Bastia-Poretta Airport"], [2, "Bata Airport"], [4, "Bateen Airport"], [3, "Bathurst Airport"], [3, "Batman Airport"], [4, "Batna Airport"], [8, "Baton Rouge Metropolitan - Ryan Field"], [6, "Batumi International Airport"], [28, "Bauerfield International Airport"], [3, "Bauru - Arealva Airport"], [2, "Bayankhongor Airport"], [5, "Bayannur Tianjitai Airport"], [4, "Bearskin Lake Airport"], [2, "Beaver Airport"], [2, "Bedourie Airport"], [7, "Begishevo Airport"], [20, "Beihai Airport"], [535, "Beijing Capital International Airport"], [80, "Beijing Nanyuan Airport"], [7, "Beira Airport"], [67, "Beirut Rafic Hariri International Airport"], [2, "Belbek Airport"], [36, "Belfast International Airport"], [1, "Belgaum Airport"], [11, "Belgorod International Airport"], [85, "Belgrade Nikola Tesla Airport"], [2, "Bella Coola Airport"], [10, "Bellingham International Airport"], [4, "Beloyarskiy Airport"], [1, "Bemidji Regional Airport"], [136, "Ben Gurion International Airport"], [5, "Ben Schoeman Airport"], [58, "Benazir Bhutto International Airport"], [2, "Benbecula Airport"], [2, "Beni Airport"], [2, "Benin Airport"], [25, "Benina International Airport"], [2, "Benito Salas Airport"], [1, "Benjamin Rivera Noriega Airport"], [7, "Berbera Airport"], [69, "Bergen Airport Flesland"], [11, "Bergerac-Roumani\u00c3\u00a8re Airport"], [4, "Berlev\u00c3\u00a5g Airport"], [83, "Berlin-Sch\u00c3\u00b6nefeld International Airport"], [208, "Berlin-Tegel International Airport"], [12, "Bern Belp Airport"], [1, "Bert Mooney Airport"], [1, "Beslan Airport"], [29, "Bethel Airport"], [1, "Betoambari Airport"], [5, "Bettles Airport"], [1, "Bhadrapur Airport"], [1, "Bharatpur Airport"], [2, "Bhavnagar Airport"], [2, "Bhuj Airport"], [14, "Biarritz-Anglet-Bayonne Airport"], [4, "Big Trout Lake Airport"], [8, "Bijie Feixiong Airport"], [8, "Biju Patnaik Airport"], [65, "Bilbao Airport"], [29, "Bill & Hillary Clinton National Airport/Adams Field"], [12, "Billings Logan International Airport"], [47, "Billund Airport"], [14, "Billy Bishop Toronto City Centre Airport"], [7, "Bintulu Airport"], [1, "Biratnagar Airport"], [4, "Birchwood Airport"], [2, "Birdsville Airport"], [2, "Birjand Airport"], [133, "Birmingham International Airport"], [36, "Birmingham-Shuttlesworth International Airport"], [11, "Birsa Munda Airport"], [3, "Bisha Airport"], [14, "Bishop International Airport"], [4, "Biskra Airport"], [6, "Bismarck Municipal Airport"], [1, "Blackall Airport"], [9, "Blackpool International Airport"], [20, "Blue Grass Airport"], [4, "Bob Baker Memorial Airport"], [18, "Bob Hope Airport"], [2, "Bobo Dioulasso Airport"], [2, "Bocas Del Toro International Airport"], [2, "Bodaybo Airport"], [18, "Bod\u00c3\u00b8 Airport"], [2, "Boeing Field King County International Airport"], [1, "Boende Airport"], [5, "Bogashevo Airport"], [21, "Boise Air Terminal/Gowen field"], [1, "Bojnord Airport"], [1, "Bol Airport"], [88, "Bologna Guglielmo Marconi Airport"], [6, "Bolshoye Savino Airport"], [2, "Bolzano Airport"], [1, "Bom Jesus da Lapa Airport"], [3, "Bonaventure Airport"], [1, "Bonito Airport"], [3, "Bonriki International Airport"], [2, "Boone County Airport"], [7, "Bora Bora Airport"], [67, "Bordeaux-M\u00c3\u00a9rignac Airport"], [1, "Bordj Badji Mokhtar Airport"], [42, "Borg El Arab International Airport"], [2, "Borlange Airport"], [1, "Bornholm Airport"], [102, "Boryspil International Airport"], [4, "Bosaso Airport"], [1, "Bou Chekif Airport"], [2, "Boulia Airport"], [19, "Bournemouth Airport"], [2, "Bradford Regional Airport"], [51, "Bradley International Airport"], [2, "Brainerd Lakes Regional Airport"], [4, "Bram Fischer International Airport"], [1, "Brandon Municipal Airport"], [4, "Bratsk Airport"], [50, "Bremen Airport"], [17, "Brest Bretagne Airport"], [4, "Brevig Mission Airport"], [1, "Brigadeiro Camar\u00c3\u00a3o Airport"], [7, "Brigadeiro Lysias Rodrigues Airport"], [3, "Brigadier Antonio Parodi Airport"], [1, "Brigadier Mayor D Cesar Raul Ojeda Airport"], [22, "Brindisi \u00e2\u0080\u0093 Salento Airport"], [151, "Brisbane International Airport"], [100, "Bristol Airport"], [1, "Brno-Tu\u00c5\u0099any Airport"], [4, "Broken Hill Airport"], [12, "Broome International Airport"], [3, "Brownsville South Padre Island International Airport"], [23, "Brunei International Airport"], [3, "Brunswick Golden Isles Airport"], [316, "Brussels Airport"], [84, "Brussels South Charleroi Airport"], [5, "Br\u00c3\u00b8nn\u00c3\u00b8ysund Airport"], [2, "Bubung Airport"], [3, "Bucholz Army Air Field"], [4, "Buckland Airport"], [98, "Budapest Ferenc Liszt International Airport"], [36, "Buffalo Niagara International Airport"], [4, "Bugulma Airport"], [1, "Bugungu Airport"], [13, "Bujumbura International Airport"], [4, "Buka Airport"], [2, "Bukavu Kavumu Airport"], [6, "Bukhara Airport"], [1, "Bukoba Airport"], [4, "Buluh Tumbang (H A S Hanandjoeddin) Airport"], [2, "Bundaberg Airport"], [3, "Bunia Airport"], [7, "Buon Ma Thuot Airport"], [12, "Burgas Airport"], [1, "Burgos Airport"], [1, "Buri Ram Airport"], [2, "Burketown Airport"], [13, "Burlington International Airport"], [5, "Bushehr Airport"], [3, "Busselton Regional Airport"], [3, "Bydgoszcz Ignacy Jan Paderewski Airport"], [5, "B\u00c3\u00a5tsfjord Airport"], [1, "B\u00c3\u00a9char Boudghene Ben Ali Lotfi Airport"], [9, "B\u00c3\u00a9ziers-Vias Airport"], [4, "CFB Bagotville"], [3, "Cabinda Airport"], [3, "Cabo Frio Airport"], [4, "Cabo Velas Airport"], [1, "Cacique Aramare Airport"], [1, "Cacoal Airport"], [6, "Cadete FAP Guillermo Del Castillo Paredes Airport"], [41, "Cadjehoun Airport"], [4, "Caen-Carpiquet Airport"], [7, "Cagayan De Oro Airport"], [43, "Cagliari Elmas Airport"], [56, "Cairns International Airport"], [151, "Cairo International Airport"], [1, "Calbayog Airport"], [115, "Calgary International Airport"], [31, "Calicut International Airport"], [20, "Calvi-Sainte-Catherine Airport"], [7, "Cam Ranh Airport"], [6, "Cambridge Bay Airport"], [1, "Camiguin Airport"], [4, "Camilo Daza International Airport"], [2, "Camilo Ponce Enriquez Airport"], [6, "Campbell River Airport"], [1, "Campbeltown Airport"], [17, "Campo Grande Airport"], [3, "Can Tho International Airport"], [1, "Canaima Airport"], [13, "Canberra International Airport"], [157, "Canc\u00c3\u00ban International Airport"], [1, "Canyonlands Field"], [6, "Cap FAP David Abenzur Rengifo International Airport"], [3, "Cap Haitien International Airport"], [1, "Cap Manuel Ni\u00c3\u00b1o International Airport"], [1, "Cap Skirring Airport"], [3, "Cape Dorset Airport"], [1, "Cape Girardeau Regional Airport"], [1, "Cape Lisburne LRRS Airport"], [43, "Cape Town International Airport"], [8, "Capital City Airport"], [3, "Capitan Corbeta CA Curbelo International Airport"], [1, "Capitan FAP Carlos Martinez De Pinillos International Airport"], [1, "Capitan FAP Jose A Quinones Gonzales International Airport"], [1, "Capitan FAP Pedro Canga Rodriguez Airport"], [2, "Capitan Nicolas Rojas Airport"], [8, "Capitan Oriel Lea Plaza Airport"], [1, "Capitan V A Almonacid Airport"], [2, "Capit\u00c3\u00a1n An\u00c3\u00adbal Arab Airport"], [1, "Capit\u00c3\u00a1n Av. Selin Zeitun Lopez Airport"], [2, "Capit\u00c3\u00a1n FAP Guillermo Concha Iberico International Airport"], [1, "Capit\u00c3\u00a1n de Av. Emilio Beltr\u00c3\u00a1n Airport"], [4, "Caraj\u00c3\u00a1s Airport"], [10, "Carcassonne Airport"], [32, "Cardiff International Airport"], [13, "Carlos Rovirosa P\u00c3\u00a9rez International Airport"], [23, "Carrasco International /General C L Berisso Airport"], [6, "Carriel Sur Airport"], [10, "Casa De Campo International Airport"], [3, "Cascavel Airport"], [3, "Casper-Natrona County International Airport"], [4, "Cassidy International Airport"], [2, "Castlegar/West Kootenay Regional Airport"], [3, "Castres-Mazamet Airport"], [4, "Cat Bi International Airport"], [2, "Cat Lake Airport"], [1, "Catamarca Airport"], [115, "Catania-Fontanarossa Airport"], [4, "Cataratas Del Iguaz\u00c3\u00ba International Airport"], [12, "Cataratas International Airport"], [2, "Catarman National Airport"], [2, "Catumbela Airport"], [1, "Cauayan Airport"], [1, "Caucaya Airport"], [1, "Cavern City Air Terminal"], [7, "Cayenne-Rochambeau Airport"], [2, "Ca\u00c3\u00a7ador Airport"], [1, "Ca\u00c3\u00b1al Bajo Carlos - Hott Siebert Airport"], [1, "Cedar City Regional Airport"], [1, "Ceduna Airport"], [1, "Central Airport"], [12, "Central Illinois Regional Airport at Bloomington-Normal"], [4, "Central Nebraska Regional Airport"], [5, "Central Wisconsin Airport"], [11, "Cerro Moreno Airport"], [5, "Chacalluta Airport"], [3, "Chadron Municipal Airport"], [2, "Chalkyitsik Airport"], [4, "Chamonate Airport"], [9, "Chandigarh Airport"], [8, "Changde Airport"], [189, "Changsha Huanghua International Airport"], [16, "Changzhi Airport"], [37, "Changzhou Benniu Airport"], [44, "Chania International Airport"], [3, "Chaoyang Airport"], [3, "Chapais Airport"], [6, "Charles M. Schulz Sonoma County Airport"], [524, "Charles de Gaulle International Airport"], [34, "Charleston Air Force Base-International Airport"], [4, "Charleville Airport"], [2, "Charlo Airport"], [1, "Charlotte Amalie Harbor Seaplane Base"], [18, "Charlotte County Airport"], [301, "Charlotte Douglas International Airport"], [13, "Charlottesville Albemarle Airport"], [4, "Charlottetown Airport"], [18, "Chaudhary Charan Singh International Airport"], [2, "Chautauqua County-Jamestown Airport"], [2, "Cheboksary Airport"], [8, "Cheddi Jagan International Airport"], [3, "Chefornak Airport"], [1, "Cheikh Larbi T\u00c3\u00a9bessi Airport"], [354, "Chek Lap Kok International Airport"], [20, "Chelyabinsk Balandino Airport"], [324, "Chengdu Shuangliu International Airport"], [102, "Chennai International Airport"], [9, "Cheongju International Airport"], [7, "Cherepovets Airport"], [1, "Cherif Al Idrissi Airport"], [5, "Cherry Capital Airport"], [2, "Cherskiy Airport"], [6, "Chesterfield Inlet Airport"], [1, "Chetumal International Airport"], [2, "Chevak Airport"], [3, "Chevery Airport"], [6, "Cheyenne Regional Jerry Olson Field"], [222, "Chhatrapati Shivaji International Airport"], [48, "Chiang Mai International Airport"], [11, "Chiang Rai International Airport"], [139, "Chicago Midway International Airport"], [558, "Chicago O'Hare International Airport"], [5, "Chicago Rockford International Airport"], [1, "Chico Municipal Airport"], [15, "Chifeng Airport"], [5, "Chileka International Airport"], [1, "Chimbu Airport"], [1, "Chimoio Airport"], [1, "China Bay Airport"], [20, "Chinggis Khaan International Airport"], [7, "Chingozi Airport"], [6, "Chios Island National Airport"], [1, "Chipata Airport"], [1, "Chippewa County International Airport"], [1, "Chippewa Valley Regional Airport"], [4, "Chisasibi Airport"], [11, "Chita-Kadala Airport"], [2, "Chitral Airport"], [34, "Chi\u00c5\u009fin\u00c4\u0083u International Airport"], [4, "Choibalsan Airport"], [1, "Choiseul Bay Airport"], [2, "Chokurdakh Airport"], [270, "Chongqing Jiangbei International Airport"], [1, "Chris Hadfield Airport"], [34, "Christchurch International Airport"], [2, "Christmas Island Airport"], [2, "Chu Lai International Airport"], [84, "Chubu Centrair International Airport"], [1, "Chumphon Airport"], [8, "Churchill Airport"], [2, "Churchill Falls Airport"], [2, "Chuuk International Airport"], [2, "Ch\u00c3\u00a2lons-Vatry Air Base"], [50, "Ciampino\u00e2\u0080\u0093G. B. Pastine International Airport"], [11, "Cibao International Airport"], [1, "Cicia Airport"], [3, "Cincinnati Municipal Airport Lunken Field"], [75, "Cincinnati Northern Kentucky International Airport"], [1, "Circle City /New/ Airport"], [13, "City of Colorado Springs Municipal Airport"], [5, "City of Derry Airport"], [5, "Ciudad Obreg\u00c3\u00b3n International Airport"], [3, "Ciudad del Carmen International Airport"], [13, "Clark International Airport"], [9, "Clermont-Ferrand Auvergne Airport"], [81, "Cleveland Hopkins International Airport"], [5, "Cloncurry Airport"], [21, "Cluj-Napoca International Airport"], [4, "Clyde River Airport"], [2, "Co Ong Airport"], [1, "Coari Airport"], [5, "Coastal Carolina Regional Airport"], [57, "Cochin International Airport"], [1, "Cocos (Keeling) Islands Airport"], [1, "Coen Airport"], [4, "Coffs Harbour Airport"], [16, "Coimbatore International Airport"], [5, "Cold Bay Airport"], [134, "Cologne Bonn Airport"], [2, "Colonel Hill Airport"], [17, "Columbia Metropolitan Airport"], [4, "Columbia Regional Airport"], [3, "Columbus Metropolitan Airport"], [4, "Comandante Espora Airport"], [1, "Comandante FAP German Arias Graziani Airport"], [8, "Comiso Airport"], [79, "Comodoro Arturo Merino Ben\u00c3\u00adtez International Airport"], [7, "Comox Airport"], [18, "Conakry International Airport"], [1, "Concei\u00c3\u00a7\u00c3\u00a3o do Araguaia Airport"], [47, "Congonhas Airport"], [1, "Coober Pedy Airport"], [1, "Cooma Hospital Helipad"], [229, "Copenhagen Kastrup Airport"], [33, "Copernicus Wroc\u00c5\u0082aw Airport"], [6, "Coral Harbour Airport"], [34, "Cork Airport"], [1, "Coronel Altino Machado de Oliveira Airport"], [1, "Coronel E Carvajal Airport"], [2, "Coronel FAP Alfredo Mendivil Duarte Airport"], [2, "Coronel FAP Carlos Ciriani Santa Rosa International Airport"], [7, "Coronel FAP Francisco Secada Vignetta International Airport"], [1, "Coronel Hor\u00c3\u00a1cio de Mattos Airport"], [5, "Corpus Christi International Airport"], [1, "Cortez Municipal Airport"], [1, "Corumb\u00c3\u00a1 International Airport"], [2, "Corvo Airport"], [2, "Cotopaxi International Airport"], [3, "Cox's Bazar Airport"], [16, "Cozumel International Airport"], [3, "Craig Cove Airport"], [2, "Craiova Airport"], [4, "Cranbrook/Canadian Rockies International Airport"], [1, "Cruzeiro do Sul Airport"], [1, "Cuman\u00c3\u00a1 (Antonio Jos\u00c3\u00a9 de Sucre) Airport"], [5, "Cuneo International Airport"], [2, "Cunnamulla Airport"], [34, "Cyril E. King Airport"], [1, "C\u00c3\u00a0 Mau Airport"], [33, "Da Nang International Airport"], [27, "Dabolim Airport"], [9, "Dachuan Airport"], [6, "Daegu Airport"], [3, "Dakhla Airport"], [57, "Dalaman International Airport"], [1, "Dalbandin Airport"], [7, "Dali Airport"], [469, "Dallas Fort Worth International Airport"], [39, "Dallas Love Field"], [17, "Dane County Regional Truax Field"], [24, "Daniel Oduber Quiros International Airport"], [5, "Daniel Z. Romualdez Airport"], [4, "Daru Airport"], [46, "Darwin International Airport"], [6, "Dasht-e Naz Airport"], [11, "Datong Airport"], [2, "Dawadmi Domestic Airport"], [2, "Dawei Airport"], [1, "Dawson Community Airport"], [2, "Dawson Creek Airport"], [21, "Dayong Airport"], [5, "Daytona Beach International Airport"], [5, "Deadhorse Airport"], [2, "Deadman's Cay Airport"], [2, "Deauville-Saint-Gatien Airport"], [2, "Debrecen International Airport"], [2, "Decatur Airport"], [8, "Deer Lake Airport"], [4, "Deering Airport"], [5, "Dehradun Airport"], [14, "Del Baj\u00c3\u00ado International Airport"], [20, "Del Caribe Santiago Mari\u00c3\u00b1o International Airport"], [1, "Delta County Airport"], [3, "Denny Island Airport"], [361, "Denver International Airport"], [58, "Deputado Luiz Eduardo Magalh\u00c3\u00a3es International Airport"], [2, "Dera Ghazi Khan Airport"], [2, "Dera Ismael Khan Airport"], [29, "Des Moines International Airport"], [10, "Destin-Ft Walton Beach Airport"], [216, "Detroit Metropolitan Wayne County Airport"], [15, "Devi Ahilyabai Holkar Airport"], [1, "Devonport Airport"], [74, "Dhaka / Hazrat Shahjalal International Airport"], [1, "Dhangarhi Airport"], [2, "Dharavandhoo Airport"], [82, "Diagoras Airport"], [6, "Dibrugarh Airport"], [2, "Dickinson Theodore Roosevelt Regional Airport"], [9, "Diego Aracena Airport"], [1, "Dien Bien Phu Airport"], [1, "Dijon-Bourgogne Airport"], [3, "Dillingham Airport"], [2, "Dillon's Bay Airport"], [2, "Dimapur Airport"], [3, "Dimokritos Airport"], [3, "Dinard-Pleurtuit-Saint-Malo Airport"], [2, "Diom\u00c3\u00adcio Freitas Airport"], [16, "Dionysios Solomos Airport"], [17, "Diori Hamani International Airport"], [4, "Dipolog Airport"], [7, "Diqing Airport"], [2, "Diu Airport"], [7, "Diyarbakir Airport"], [2, "Djanet Inedbirene Airport"], [36, "Djerba Zarzis International Airport"], [23, "Djibouti-Ambouli Airport"], [14, "Dnipropetrovsk International Airport"], [6, "Dodge City Regional Airport"], [3, "Dole-Tavaux Airport"], [2, "Domingo Faustino Sarmiento Airport"], [8, "Dominique Edward Osok Airport"], [322, "Domodedovo International Airport"], [93, "Don Miguel Hidalgo Y Costilla International Airport"], [67, "Don Mueang International Airport"], [2, "Donegal Airport"], [15, "Donetsk International Airport"], [2, "Dong Tac Airport"], [18, "Dongshan Airport"], [1, "Donskoye Airport"], [3, "Doomadgee Airport"], [33, "Dortmund Airport"], [3, "Dothan Regional Airport"], [51, "Douala International Airport"], [3, "Dourados Airport"], [2, "Dr. Antonio Nicol\u00c3\u00a1s Brice\u00c3\u00b1o Airport"], [15, "Dr. Babasaheb Ambedkar International Airport"], [3, "Drake Bay Airport"], [22, "Dresden Airport"], [4, "Dryden Regional Airport"], [2, "DuBois Regional Airport"], [352, "Dubai International Airport"], [3, "Dubbo City Regional Airport"], [207, "Dublin Airport"], [60, "Dubrovnik Airport"], [2, "Dubuque Regional Airport"], [4, "Duluth International Airport"], [2, "Dumatumbun Airport"], [1, "Dundee Airport"], [4, "Dunedin Airport"], [7, "Dunhuang Airport"], [5, "Durango La Plata County Airport"], [3, "Durham Tees Valley Airport"], [52, "Dushanbe Airport"], [15, "Dzaoudzi Pamandzi International Airport"], [2, "D\u00c3\u00a9line Airport"], [285, "D\u00c3\u00bcsseldorf International Airport"], [4, "E. T. Joshua Airport"], [1, "Eagle County Regional Airport"], [95, "East Midlands Airport"], [2, "East Texas Regional Airport"], [1, "Eastern Oregon Regional At Pendleton Airport"], [3, "Easterwood Field"], [2, "Eastmain River Airport"], [1, "Eday Airport"], [119, "Edinburgh Airport"], [68, "Edmonton International Airport"], [2, "Eduardo Falla Solano Airport"], [32, "Eduardo Gomes International Airport"], [2, "Edward Bodden Airfield"], [7, "Edward G. Pitka Sr Airport"], [3, "Eek Airport"], [6, "Eelde Airport"], [7, "Egal International Airport"], [1, "Egegik Airport"], [1, "Egilssta\u00c3\u00b0ir Airport"], [5, "Eilat Airport"], [68, "Eindhoven Airport"], [1, "Eirunep\u00c3\u00a9 Airport"], [26, "El Alto International Airport"], [4, "El Calafate Airport"], [6, "El Cara\u00c3\u00b1o Airport"], [152, "El Dorado International Airport"], [2, "El Eden Airport"], [1, "El Embrujo Airport"], [2, "El Fasher Airport"], [2, "El Golea Airport"], [2, "El Lencero Airport"], [6, "El Loa Airport"], [24, "El Paso International Airport"], [10, "El Plumerillo Airport"], [53, "El Salvador International Airport"], [6, "El Taj\u00c3\u00adn National Airport"], [10, "El Tari Airport"], [1, "El Tehuelche Airport"], [10, "El Tepual Airport"], [5, "El Trompillo Airport"], [2, "El Yopal Airport"], [6, "Elaz\u00c4\u00b1\u00c4\u009f Airport"], [1, "Elcho Island Airport"], [3, "Eldoret International Airport"], [197, "Eleftherios Venizelos International Airport"], [1, "Elfin Cove Seaplane Base"], [5, "Elim Airport"], [1, "Elista Airport"], [1, "Elko Regional Airport"], [6, "Elmira Corning Regional Airport"], [1, "Eloy Alfaro International Airport"], [2, "Emerald Airport"], [4, "Emmonak Airport"], [4, "Ende (H Hasan Aroeboesman) Airport"], [2, "Enrique Malek International Airport"], [11, "Enrique Olaya Herrera Airport"], [4, "Enshi Airport"], [33, "Entebbe International Airport"], [1, "Enua Airport"], [34, "Eppley Airfield"], [30, "Erbil International Airport"], [14, "Ercan International Airport"], [2, "Erechim Airport"], [2, "Erenhot Saiwusu International Airport"], [6, "Erfurt Airport"], [4, "Erie International Tom Ridge Field"], [1, "Ernest A. Love Field"], [10, "Ernesto Cortissoz International Airport"], [3, "Eros Airport"], [3, "Erzincan Airport"], [5, "Erzurum International Airport"], [33, "Es Senia Airport"], [2, "Esbjerg Airport"], [51, "Esenbo\u00c4\u009fa International Airport"], [20, "Esfahan Shahid Beheshti International Airport"], [3, "Esperance Airport"], [1, "Eugenio Maria De Hostos Airport"], [16, "Eurico de Aguiar Salles Airport"], [95, "EuroAirport Basel-Mulhouse-Freiburg Airport"], [9, "Evansville Regional Airport"], [25, "Exeter International Airport"], [10, "Exuma International Airport"], [1, "F. D. Roosevelt Airport"], [37, "Faa'a International Airport"], [3, "Fabio Alberto Leon Bentley Airport"], [26, "Fairbanks International Airport"], [2, "Faisalabad International Airport"], [2, "Fakarava Airport"], [3, "Fakfak Airport"], [63, "Falcone\u00e2\u0080\u0093Borsellino Airport"], [5, "Faleolo International Airport"], [2, "Falls International Airport"], [1, "False Pass Airport"], [106, "Faro Airport"], [4, "Fascene Airport"], [5, "Fatmawati Soekarno Airport"], [8, "Fayetteville Regional Grannis Field"], [3, "Federico Fellini International Airport"], [9, "Federico Garcia Lorca Airport"], [2, "Fera/Maringe Airport"], [7, "Fergana International Airport"], [3, "Fernando de Noronha Airport"], [14, "Figari Sud-Corse Airport"], [2, "Flagstaff Pulliam Airport"], [10, "Flamingo International Airport"], [4, "Flin Flon Airport"], [1, "Flinders Island Airport"], [2, "Florence Regional Airport"], [4, "Flores Airport"], [5, "Flor\u00c3\u00b8 Airport"], [2, "Ford Airport"], [1, "Formosa Airport"], [2, "Fort Albany Airport"], [2, "Fort Chipewyan Airport"], [2, "Fort Frances Municipal Airport"], [2, "Fort Good Hope Airport"], [3, "Fort Hope Airport"], [186, "Fort Lauderdale Hollywood International Airport"], [12, "Fort McMurray Airport"], [1, "Fort Mcpherson Airport"], [3, "Fort Nelson Airport"], [3, "Fort Severn Airport"], [2, "Fort Simpson Airport"], [4, "Fort Smith Airport"], [5, "Fort Smith Regional Airport"], [6, "Fort St John Airport"], [16, "Fort Wayne International Airport"], [6, "Fort Yukon Airport"], [9, "Four Corners Regional Airport"], [3, "Francisco B. Reyes Airport"], [14, "Francisco Bangoy International Airport"], [3, "Francisco De Orellana Airport"], [10, "Francisco Sarabia International Airport"], [100, "Francisco de S\u00c3\u00a1 Carneiro Airport"], [2, "Francistown Airport"], [2, "Frank Miloye Milenkowichi\u00e2\u0080\u0093Mar\u00c3\u00adlia State Airport"], [11, "Frank Pais International Airport"], [497, "Frankfurt am Main International Airport"], [47, "Frankfurt-Hahn Airport"], [4, "Frans Kaisiepo Airport"], [4, "Fredericton Airport"], [20, "Fresno Yosemite International Airport"], [1, "Friday Harbor Airport"], [13, "Friedrichshafen Airport"], [5, "Fua'amotu International Airport"], [97, "Fuerteventura Airport"], [1, "Fujairah International Airport"], [4, "Fukue Airport"], [85, "Fukuoka Airport"], [4, "Fukushima Airport"], [1, "Funafuti International Airport"], [2, "Futuna Airport"], [11, "Fuyang Xiguan Airport"], [133, "Fuzhou Changle International Airport"], [1, "Gabala International Airport"], [2, "Gab\u00c3\u00a8s Matmata International Airport"], [2, "Gafsa Ksar International Airport"], [12, "Gainesville Regional Airport"], [4, "Galcaio Airport"], [8, "Gallatin Field"], [4, "Gamal Abdel Nasser Airport"], [4, "Gambell Airport"], [2, "Gambella Airport"], [3, "Gan International Airport"], [3, "Gander International Airport"], [4, "Ganja Airport"], [2, "Gannan Xiahe Airport"], [13, "Ganzhou Airport"], [2, "Gardabya Airport"], [2, "Garden City Regional Airport"], [2, "Garoua International Airport"], [2, "Gasp\u00c3\u00a9 (Michel-Pouliot) Airport"], [12, "Gassim Airport"], [3, "Gaua Island Airport"], [1, "Gautam Buddha Airport"], [9, "Gaziantep International Airport"], [6, "Gazipa\u00c5\u009fa Airport"], [51, "Gda\u00c5\u0084sk Lech Wa\u00c5\u0082\u00c4\u0099sa Airport"], [1, "Gelendzhik Airport"], [1, "Gemena Airport"], [2, "Geneina Airport"], [42, "General Abelardo L. Rodr\u00c3\u00adguez International Airport"], [2, "General Bartolome Salom International Airport"], [6, "General E. Mosconi Airport"], [212, "General Edward Lawrence Logan International Airport"], [10, "General Francisco J. Mujica International Airport"], [7, "General Francisco Javier Mina International Airport"], [5, "General Guadalupe Victoria International Airport"], [16, "General Heriberto Jara International Airport"], [25, "General Ignacio P. Garcia International Airport"], [11, "General Jose Antonio Anzoategui International Airport"], [8, "General Juan N Alvarez International Airport"], [1, "General Leite de Castro Airport"], [7, "General Leobardo C. Ruiz International Airport"], [8, "General Lucio Blanco International Airport"], [11, "General Manuel Carlos Piar International Airport"], [72, "General Mariano Escobedo International Airport"], [65, "General Mitchell International Airport"], [2, "General Pedro Jose Mendez International Airport"], [15, "General Rafael Buelna International Airport"], [3, "General Rivadeneira Airport"], [16, "General Roberto Fierro Villalobos International Airport"], [4, "General Rodolfo S\u00c3\u00a1nchez Taboada International Airport"], [5, "General Santos International Airport"], [2, "General Servando Canales International Airport"], [2, "General Urquiza Airport"], [15, "General Wayne A. Downing Peoria International Airport"], [166, "Geneva Cointrin International Airport"], [20, "Genoa Cristoforo Colombo Airport"], [5, "George Airport"], [21, "George Best Belfast City Airport"], [243, "George Bush Intercontinental Houston Airport"], [11, "George F. L. Charles Airport"], [28, "Gerald R. Ford International Airport"], [3, "Geraldton Airport"], [2, "Gerardo Tobar L\u00c3\u00b3pez Airport"], [3, "German Olano Airport"], [2, "Gerrard Smith International Airport"], [1, "Ghadames East Airport"], [1, "Ghat Airport"], [2, "Ghriss Airport"], [6, "Gibraltar Airport"], [1, "Gilgit Airport"], [2, "Gillam Airport"], [3, "Gillette Campbell County Airport"], [80, "Gimhae International Airport"], [39, "Gimpo International Airport"], [49, "Girona Airport"], [5, "Girua Airport"], [2, "Gisborne Airport"], [4, "Gjoa Haven Airport"], [5, "Glacier Park International Airport"], [4, "Gladstone Airport"], [100, "Glasgow International Airport"], [21, "Glasgow Prestwick Airport"], [1, "Gloucestershire Airport"], [1, "Gobernador Castello Airport"], [2, "Gobernador Horacio Guzman International Airport"], [1, "Gode Airport"], [4, "Godofredo P. Ramos Airport"], [9, "Godthaab / Nuuk Airport"], [28, "Gold Coast Airport"], [3, "Golden Triangle Regional Airport"], [3, "Golfito Airport"], [2, "Golmud Airport"], [8, "Goloson International Airport"], [4, "Golovin Airport"], [3, "Goma International Airport"], [2, "Gonder Airport"], [15, "Goose Bay Airport"], [2, "Gorakhpur Airport"], [6, "Gorgan Airport"], [1, "Gorno-Altaysk Airport"], [5, "Goroka Airport"], [20, "Gothenburg City Airport"], [52, "Gothenburg-Landvetter Airport"], [4, "Gove Airport"], [16, "Governador Alu\u00c3\u00adzio Alves International Airport"], [9, "Governador Jorge Teixeira de Oliveira Airport"], [11, "Governador Jos\u00c3\u00a9 Richa Airport"], [4, "Governor's Harbour Airport"], [1, "Graciosa Airport"], [1, "Grafton Airport"], [154, "Gran Canaria Airport"], [15, "Grand Bahama International Airport"], [1, "Grand Canyon National Park Airport"], [5, "Grand Forks International Airport"], [8, "Grand Junction Regional Airport"], [4, "Grande Prairie Airport"], [19, "Graz Airport"], [7, "Great Falls International Airport"], [4, "Greater Binghamton/Edwin A Link field"], [10, "Greater Moncton International Airport"], [30, "Greater Rochester International Airport"], [2, "Greenbrier Valley Airport"], [29, "Greenville Spartanburg International Airport"], [16, "Gregorio Luperon International Airport"], [2, "Griffith Airport"], [1, "Grise Fiord Airport"], [4, "Groote Eylandt Airport"], [3, "Gu-Lian Airport"], [1, "Guanambi Airport"], [8, "Guangyuan Airport"], [337, "Guangzhou Baiyun International Airport"], [4, "Guarani International Airport"], [36, "Guararapes - Gilberto Freyre International Airport"], [193, "Guarulhos - Governador Andr\u00c3\u00a9 Franco Montoro International Airport"], [1, "Guemar Airport"], [18, "Guernsey Airport"], [107, "Guilin Liangjiang International Airport"], [1, "Guillermo Le\u00c3\u00b3n Valencia Airport"], [9, "Gulfport Biloxi International Airport"], [1, "Gunnison Crested Butte Regional Airport"], [2, "Gurayat Domestic Airport"], [6, "Gurney Airport"], [1, "Gurupi Airport"], [11, "Gustaf III Airport"], [2, "Gustavo Artunduaga Paredes Airport"], [11, "Gustavo Rojas Pinilla International Airport"], [2, "Gustavo Vargas Airport"], [3, "Gustavus Airport"], [3, "Gwadar International Airport"], [1, "Gwalior Airport"], [4, "Gwangju Airport"], [1, "Gyumri Shirak Airport"], [6, "G\u00c3\u00a4llivare Airport"], [5, "Ha'il Airport"], [1, "Hachijojima Airport"], [2, "Hagerstown Regional Richard A Henson Field"], [2, "Hagfors Airport"], [2, "Haifa International Airport"], [108, "Haikou Meilan International Airport"], [4, "Haines Airport"], [10, "Hakodate Airport"], [43, "Halifax / Stanfield International Airport"], [4, "Hall Beach Airport"], [6, "Halmstad Airport"], [1, "Hamadan Airport"], [161, "Hamburg Airport"], [1, "Hamburg-Finkenwerder Airport"], [10, "Hami Airport"], [4, "Hamilton International Airport"], [7, "Hamilton Island Airport"], [7, "Hammerfest Airport"], [1, "Hana Airport"], [4, "Hanamaki Airport"], [1, "Hancock County-Bar Harbor Airport"], [6, "Handan Airport"], [27, "Hang Nadim International Airport"], [252, "Hangzhou Xiaoshan International Airport"], [2, "Hanimaadhoo Airport"], [76, "Hannover Airport"], [2, "Hao Airport"], [26, "Harare International Airport"], [20, "Harrisburg International Airport"], [9, "Harstad/Narvik Airport - Evenes"], [915, "Hartsfield Jackson Atlanta International Airport"], [56, "Hasanuddin International Airport"], [4, "Hassan I Airport"], [2, "Hassi R'Mel Airport"], [2, "Hasvik Airport"], [6, "Hat Yai International Airport"], [9, "Hatay Airport"], [31, "Hato International Airport"], [1, "Hattiesburg Laurel Regional Airport"], [12, "Haugesund Airport"], [1, "Havre City County Airport"], [3, "Havre St Pierre Airport"], [2, "Hawarden Airport"], [3, "Hawke's Bay Airport"], [3, "Hay River / Merlyn Carter Airport"], [1, "Healy River Airport"], [14, "Hector International Airport"], [77, "Hefei Luogang International Airport"], [7, "Heho Airport"], [3, "Heihe Airport"], [5, "Helena Regional Airport"], [159, "Helsinki Vantaa Airport"], [2, "Hemavan Airport"], [1, "Hendrik Van Eck Airport"], [112, "Henri Coand\u00c4\u0083 International Airport"], [9, "Henry E Rohlsen Airport"], [110, "Heraklion International Nikos Kazantzakis Airport"], [6, "Herat Airport"], [21, "Herc\u00c3\u00adlio Luz International Airport"], [5, "Heringsdorf Airport"], [7, "Hermanos Serd\u00c3\u00a1n International Airport"], [2, "Hermes Quijada International Airport"], [2, "Hervey Bay Airport"], [19, "Hewanorra International Airport"], [64, "Heydar Aliyev International Airport"], [3, "Hierro Airport"], [2, "High Level Airport"], [3, "Hihifo Airport"], [4, "Hilo International Airport"], [4, "Hilton Head Airport"], [17, "Hiroshima Airport"], [4, "Hiva Oa-Atuona Airport"], [9, "Hobart International Airport"], [5, "Hodeidah International Airport"], [2, "Hoedspruit Air Force Base Airport"], [1, "Hokitika Airfield"], [3, "Holy Cross Airport"], [2, "Homer Airport"], [24, "Honiara International Airport"], [118, "Honolulu International Airport"], [3, "Hoonah Airport"], [2, "Hooper Bay Airport"], [2, "Hopedale Airport"], [1, "Horn Island Airport"], [6, "Horta Airport"], [19, "Hosea Kutako International Airport"], [6, "Hotan Airport"], [85, "Houari Boumediene Airport"], [1, "Houghton County Memorial Airport"], [4, "Huahine-Fare Airport"], [4, "Hualien Airport"], [14, "Huangyan Luqiao Airport"], [2, "Hubli Airport"], [2, "Hughes Airport"], [3, "Hugo Cantergiani Regional Airport"], [5, "Humberside Airport"], [18, "Huntsville International Carl T Jones Field"], [40, "Hurghada International Airport"], [3, "Huron Regional Airport"], [21, "Husein Sastranegara International Airport"], [5, "Huslia Airport"], [5, "Hyakuri Airport"], [1, "Hydaburg Seaplane Base"], [12, "Ia\u00c5\u009fi Airport"], [1, "Ibadan Airport"], [99, "Ibiza Airport"], [19, "Ibn Batouta Airport"], [4, "Idaho Falls Regional Airport"], [1, "Igarka Airport"], [1, "Igiugig Airport"], [5, "Igloolik Airport"], [3, "Ignacio Agramonte International Airport"], [5, "Ignatyevo Airport"], [3, "Ikaria Airport"], [2, "Iki Airport"], [81, "Il Caravaggio International Airport"], [1, "Ilam Airport"], [1, "Iliamna Airport"], [10, "Iloilo International Airport"], [1, "Ilorin International Airport"], [5, "Ilulissat Airport"], [60, "Imam Khomeini International Airport"], [2, "Imperial County Airport"], [9, "Imphal Airport"], [2, "In Am\u00c3\u00a9nas Airport"], [2, "In Salah Airport"], [2, "Inagua Airport"], [7, "Inca Manco Capac International Airport"], [370, "Incheon International Airport"], [69, "Indianapolis International Airport"], [259, "Indira Gandhi International Airport"], [2, "Ingeniero Alberto Acu\u00c3\u00b1a Ongay International Airport"], [13, "Ingeniero Ambrosio Taravella Airport"], [3, "Inhambane Airport"], [8, "Innsbruck Airport"], [3, "Inukjuak Airport"], [8, "Inuvik Mike Zubko Airport"], [2, "Invercargill Airport"], [11, "Inverness Airport"], [2, "Ioannina Airport"], [50, "Ioannis Kapodistrias International Airport"], [3, "Ipota Airport"], [18, "Iqaluit Airport"], [15, "Ireland West Knock Airport"], [39, "Irkutsk Airport"], [14, "Ishigaki Airport"], [7, "Iskandar Airport"], [7, "Islas Malvinas Airport"], [1, "Islay Airport"], [11, "Isle of Man Airport"], [2, "Itaituba Airport"], [4, "Ithaca Tompkins Regional Airport"], [1, "Ittoqqortoormiit Heliport"], [2, "Ivalo Airport"], [2, "Ivano-Frankivsk International Airport"], [27, "Ivato Airport"], [2, "Ivujivik Airport"], [1, "Iwami Airport"], [9, "Ixtapa Zihuatanejo International Airport"], [4, "Izhevsk Airport"], [1, "Izumo Airport"], [4, "JAGS McCartney International Airport"], [3, "Jabalpur Airport"], [2, "Jack Mc Namara Field Airport"], [2, "Jackson Hole Airport"], [18, "Jackson-Medgar Wiley Evers International Airport"], [46, "Jacksonville International Airport"], [16, "Jaipur International Airport"], [4, "Jalaluddin Airport"], [32, "James M Cox Dayton International Airport"], [12, "Jammu Airport"], [1, "Jamnagar Airport"], [1, "Jaqu\u00c3\u00a9 Airport"], [6, "Jardines Del Rey Airport"], [59, "Jeju International Airport"], [22, "Jerez Airport"], [38, "Jersey Airport"], [3, "Jessore Airport"], [9, "Jes\u00c3\u00bas Ter\u00c3\u00a1n Paredo International Airport"], [2, "Ji-Paran\u00c3\u00a1 Airport"], [10, "Jiamusi Airport"], [7, "Jiayuguan Airport"], [35, "Jieyang Chaoshan International Airport"], [2, "Jimma Airport"], [16, "Jingdezhen Airport"], [10, "Jining Qufu Airport"], [62, "Jinnah International Airport"], [5, "Jinzhou Airport"], [6, "Jiujiang Lushan Airport"], [16, "Jiuzhai Huanglong Airport"], [6, "Jixi Xingkaihu Airport"], [6, "Jizan Regional Airport"], [6, "Jodhpur Airport"], [13, "Joe Foss Field Airport"], [1, "Joensuu Airport"], [10, "Johan Adolf Pengel International Airport"], [4, "John C. Munro Hamilton International Airport"], [456, "John F Kennedy International Airport"], [2, "John Murtha Johnstown Cambria County Airport"], [57, "John Paul II International Airport Krak\u00c3\u00b3w-Balice Airport"], [42, "John Wayne Airport-Orange County Airport"], [1, "Jolo Airport"], [130, "Jomo Kenyatta International Airport"], [1, "Jonesboro Municipal Airport"], [2, "Joplin Regional Airport"], [114, "Jorge Ch\u00c3\u00a1vez International Airport"], [2, "Jorge E. Gonzalez Torres Airport"], [65, "Jorge Newbery Airpark"], [8, "Jorge Wilsterman International Airport"], [26, "Jose Maria C\u00c3\u00b3rdova International Airport"], [4, "Josefa Camejo International Airport"], [4, "Joshua Mqabuko Nkomo International Airport"], [1, "Joslin Field Magic Valley Regional Airport"], [1, "Jos\u00c3\u00a9 Celestino Mutis Airport"], [35, "Jos\u00c3\u00a9 Joaqu\u00c3\u00adn de Olmedo International Airport"], [1, "Jos\u00c3\u00a9 Leonardo Chirinos Airport"], [45, "Jos\u00c3\u00a9 Mart\u00c3\u00ad International Airport"], [12, "Jo\u00c3\u00a3o Correa da Rocha Airport"], [23, "Jo\u00c3\u00a3o Paulo II Airport"], [4, "Jo\u00c3\u00a3o Sim\u00c3\u00b5es Lopes Neto International Airport"], [2, "Juan Casiano Airport"], [13, "Juan Gualberto Gomez International Airport"], [15, "Juan Manuel Galvez International Airport"], [3, "Juan Pablo P\u00c3\u00a9rez Alfonso Airport"], [76, "Juan Santamaria International Airport"], [6, "Juana Azurduy De Padilla Airport"], [1, "Juancho E. Yrausquin Airport"], [65, "Juanda International Airport"], [12, "Juba International Airport"], [2, "Julia Creek Airport"], [35, "Julius Nyerere International Airport"], [20, "Juneau International Airport"], [7, "Juwata Airport"], [3, "Jyvaskyla Airport"], [2, "J\u00c3\u00b6nk\u00c3\u00b6ping Airport"], [1, "K. D. Matanzima Airport"], [2, "Kaadedhdhoo Airport"], [28, "Kabul International Airport"], [2, "Kadhdhoo Airport"], [1, "Kaduna Airport"], [2, "Kaghau Airport"], [18, "Kagoshima Airport"], [3, "Kahramanmara\u00c5\u009f Airport"], [42, "Kahului Airport"], [3, "Kaimana Airport"], [1, "Kaitaia Airport"], [2, "Kajaani Airport"], [10, "Kalamata Airport"], [6, "Kalamazoo Battle Creek International Airport"], [5, "Kalgoorlie Boulder Airport"], [18, "Kalibo International Airport"], [3, "Kalmar Airport"], [4, "Kalskag Airport"], [3, "Kaltag Airport"], [6, "Kalymnos Airport"], [1, "Kamembe Airport"], [5, "Kamloops Airport"], [3, "Kananga Airport"], [5, "Kandahar Airport"], [8, "Kangerlussuaq Airport"], [1, "Kangiqsualujjuaq (Georges River) Airport"], [2, "Kangiqsujuaq (Wakeham Bay) Airport"], [3, "Kangirsuk Airport"], [2, "Kangra Airport"], [1, "Kanpur Airport"], [152, "Kansai International Airport"], [82, "Kansas City International Airport"], [1, "Kao Airport"], [65, "Kaohsiung International Airport"], [2, "Kapalua Airport"], [2, "Kapuskasing Airport"], [2, "Karamay Airport"], [5, "Karlovy Vary International Airport"], [20, "Karlsruhe Baden-Baden Airport"], [2, "Karlstad Airport"], [6, "Karpathos Airport"], [7, "Karratha Airport"], [3, "Kars Airport"], [5, "Karshi Khanabad Airport"], [1, "Karup Airport"], [2, "Kasabonika Airport"], [1, "Kasama Airport"], [4, "Kasane Airport"], [2, "Kashechewan Airport"], [13, "Kashgar Airport"], [2, "Kasigluk Airport"], [1, "Kasiguncu Airport"], [4, "Kasos Airport"], [2, "Kassel-Calden Airport"], [1, "Kastamonu Airport"], [2, "Kastelorizo Airport"], [1, "Kastoria National Airport"], [2, "Katima Mulilo Airport"], [28, "Katowice International Airport"], [1, "Kaukura Airport"], [19, "Kaunas International Airport"], [4, "Kavieng Airport"], [1, "Kawthoung Airport"], [7, "Kayseri Erkilet Airport"], [28, "Kazan International Airport"], [1, "Keewaywin Airport"], [6, "Kefallinia Airport"], [45, "Keflavik International Airport"], [1, "Kegaska Airport"], [15, "Kelowna International Airport"], [3, "Kemerovo Airport"], [2, "Kemi-Tornio Airport"], [92, "Kempegowda International Airport"], [3, "Kenai Municipal Airport"], [1, "Kengtung Airport"], [34, "Kenneth Kaunda International Airport Lusaka"], [3, "Kenora Airport"], [1, "Kerikeri Airport"], [4, "Kerman Airport"], [6, "Kerry Airport"], [2, "Kerteh Airport"], [2, "Ketapang(Rahadi Usman) Airport"], [21, "Ketchikan International Airport"], [1, "Key Field"], [16, "Key West International Airport"], [36, "Khabarovsk-Novy Airport"], [1, "Khajuraho Airport"], [1, "Khankala Air Base"], [8, "Khanty Mansiysk Airport"], [10, "Kharkiv International Airport"], [41, "Khartoum International Airport"], [1, "Khasab Air Base"], [2, "Khon Kaen Airport"], [1, "Khoram Abad Airport"], [1, "Khovd Airport"], [15, "Khrabrovo Airport"], [33, "Khudzhand Airport"], [22, "Kiev Zhuliany International Airport"], [40, "Kigali International Airport"], [20, "Kilimanjaro International Airport"], [6, "Kimbe Airport"], [2, "Kimberley Airport"], [1, "Kimmirut Airport"], [2, "Kindu Airport"], [192, "King Abdulaziz International Airport"], [1, "King Cove Airport"], [81, "King Fahd International Airport"], [2, "King Island Airport"], [135, "King Khaled International Airport"], [7, "King Salmon Airport"], [21, "King Shaka International Airport"], [2, "Kingfisher Lake Airport"], [1, "Kingscote Airport"], [1, "Kingston Norman Rogers Airport"], [5, "Kinmen Airport"], [3, "Kipnuk Airport"], [7, "Kirkenes Airport (H\u00c3\u00b8ybuktmoen)"], [1, "Kirksville Regional Airport"], [11, "Kirkwall Airport"], [1, "Kirovsk-Apatity Airport"], [3, "Kiruna Airport"], [16, "Kish International Airport"], [3, "Kisumu Airport"], [3, "Kitaky\u00c5\u00absh\u00c5\u00ab Airport"], [1, "Kitale Airport"], [4, "Kithira Airport"], [2, "Kittil\u00c3\u00a4 Airport"], [5, "Kiunga Airport"], [3, "Kivalina Airport"], [7, "Klagenfurt Airport"], [2, "Klamath Falls Airport"], [3, "Klawock Airport"], [1, "Knox County Regional Airport"], [12, "Kobe Airport"], [4, "Kobuk Airport"], [11, "Kodiak Airport"], [1, "Kogalym International Airport"], [2, "Koggala Airport"], [3, "Kokkola-Pietarsaari Airport"], [2, "Kokshetau Airport"], [97, "Koltsovo Airport"], [17, "Komatsu Airport"], [4, "Komodo (Mutiara II) Airport"], [20, "Kona International At Keahole Airport"], [6, "Konarak Airport"], [3, "Kongiganak Airport"], [1, "Kongolo Airport"], [3, "Konya Airport"], [1, "Kon\u00c3\u00a9 Airport"], [2, "Kooddoo Airport"], [8, "Kopitnari Airport"], [10, "Korla Airport"], [43, "Kos Airport"], [2, "Kosrae International Airport"], [3, "Kostanay West Airport"], [52, "Kota Kinabalu International Airport"], [3, "Kotlik Airport"], [54, "Kotoka International Airport"], [2, "Koumac Airport"], [2, "Kowanyama Airport"], [5, "Koyuk Alfred Adams Airport"], [2, "Koyukuk Airport"], [6, "Ko\u00c5\u00a1ice Airport"], [16, "Krabi Airport"], [4, "Kramfors Sollefte\u00c3\u00a5 Airport"], [46, "Krasnodar Pashkovsky International Airport"], [11, "Kristiansand Airport"], [1, "Kristianstad Airport"], [7, "Kristiansund Airport (Kvernberget)"], [4, "Kruger Mpumalanga International Airport"], [255, "Kuala Lumpur International Airport"], [5, "Kuantan Airport"], [26, "Kuching International Airport"], [2, "Kudat Airport"], [3, "Kufra Airport"], [5, "Kugluktuk Airport"], [2, "Kuito Airport"], [1, "Kullu Manali Airport"], [7, "Kulob Airport"], [9, "Kumamoto Airport"], [4, "Kumasi Airport"], [1, "Kumejima Airport"], [273, "Kunming Changshui International Airport"], [2, "Kunsan Air Base"], [8, "Kununurra Airport"], [1, "Kuopio Airport"], [2, "Kuqa Airport"], [1, "Kuressaare Airport"], [2, "Kurgan Airport"], [1, "Kursk East Airport"], [27, "Kurumoch International Airport"], [5, "Kushiro Airport"], [10, "Kuujjuaq Airport"], [7, "Kuujjuarapik Airport"], [1, "Kuusamo Airport"], [119, "Kuwait International Airport"], [3, "Kwethluk Airport"], [4, "Kwigillingok Airport"], [1, "Kyaukpyu Airport"], [1, "Kyzyl Airport"], [4, "Kzyl-Orda Southwest Airport"], [4, "K\u00c5\u008dchi Ry\u00c5\u008dma Airport"], [1, "L M Clayton Airport"], [4, "L'Esp\u00c3\u00a9rance Airport"], [15, "L.F. Wade International International Airport"], [2, "LTS Pulau Redang Airport"], [3, "La Abraq Airport"], [37, "La Aurora Airport"], [14, "La Chinita International Airport"], [3, "La Crosse Municipal Airport"], [8, "La Florida Airport"], [1, "La Fria Airport"], [1, "La Gomera Airport"], [3, "La Grande Rivi\u00c3\u00a8re Airport"], [158, "La Guardia Airport"], [3, "La Isabela International Airport"], [1, "La Laguna Airport"], [1, "La Nubia Airport"], [8, "La Palma Airport"], [1, "La Pedrera Airport"], [10, "La Rochelle-\u00c3\u008ele de R\u00c3\u00a9 Airport"], [2, "La Tabati\u00c3\u00a8re Airport"], [13, "La Tontouta International Airport"], [2, "Labasa Airport"], [4, "Labo Airport"], [4, "Labuan Airport"], [6, "Lafayette Regional Airport"], [1, "Lahad Datu Airport"], [10, "Lajes Field"], [3, "Lake Charles Regional Airport"], [1, "Lakeba Island Airport"], [10, "Lal Bahadur Shastri Airport"], [3, "Lalibella Airport"], [2, "Lamap Airport"], [114, "Lambert St Louis International Airport"], [2, "Lamen Bay Airport"], [25, "Lamezia Terme Airport"], [1, "Lampang Airport"], [3, "Lampedusa Airport"], [4, "Lanai Airport"], [1, "Lancaster Airport"], [1, "Land's End Airport"], [17, "Langkawi International Airport"], [2, "Lankaran International Airport"], [1, "Lannion-C\u00c3\u00b4te de Granit Airport"], [2, "Lansdowne House Airport"], [4, "Lanseria Airport"], [116, "Lanzarote Airport"], [84, "Lanzhou Zhongchuan Airport"], [2, "Laoag International Airport"], [3, "Lappeenranta Airport"], [6, "Lar Airport"], [1, "Laramie Regional Airport"], [4, "Laredo International Airport"], [93, "Larnaca International Airport"], [1, "Larsen Bay Airport"], [45, "Las Am\u00c3\u00a9ricas International Airport"], [2, "Las Brujas Airport"], [8, "Launceston Airport"], [5, "Lauro Carneiro de Loyola Airport"], [5, "Lauro Kurtz Airport"], [3, "Lawas Airport"], [2, "Lawton Fort Sill Regional Airport"], [1, "Le Havre Octeville Airport"], [1, "Le Puy-Loudes Airport"], [1, "Lea County Regional Airport"], [3, "Learmonth Airport"], [2, "Lebanon Municipal Airport"], [80, "Leeds Bradford Airport"], [4, "Legazpi City International Airport"], [6, "Leh Kushok Bakula Rimpochee Airport"], [13, "Lehigh Valley International Airport"], [40, "Leipzig Halle Airport"], [1, "Leirin Airport"], [19, "Leite Lopes Airport"], [3, "Leknes Airport"], [6, "Lengpui Airport"], [38, "Lennart Meri Tallinn Airport"], [6, "Lensk Airport"], [1, "Leon Airport"], [331, "Leonardo da Vinci\u00e2\u0080\u0093Fiumicino Airport"], [6, "Leros Airport"], [319, "Lester B. Pearson International Airport"], [1, "Lethbridge County Airport"], [4, "Lewiston Nez Perce County Airport"], [30, "Lhasa Gonggar Airport"], [16, "Lianyungang Airport"], [6, "Liberal Mid-America Regional Airport"], [1, "Libertador Gral D Jose De San Martin Airport"], [24, "Libreville Leon M'ba International Airport"], [13, "Licenciado Adolfo Lopez Mateos International Airport"], [242, "Licenciado Benito Juarez International Airport"], [47, "Licenciado Gustavo D\u00c3\u00adaz Ordaz International Airport"], [15, "Licenciado Manuel Crescencio Rejon Int Airport"], [3, "Licenciado Miguel de la Madrid Airport"], [2, "Licenciado y General Ignacio Lopez Rayon Airport"], [2, "Lichinga Airport"], [5, "Lien Khuong Airport"], [3, "Lifou Airport"], [21, "Lihue Airport"], [65, "Lijiang Airport"], [40, "Lille-Lesquin Airport"], [12, "Lilongwe International Airport"], [1, "Limbang Airport"], [5, "Limnos Airport"], [11, "Limoges Airport"], [3, "Lincoln Airport"], [2, "Lindu Airport"], [3, "Lingling Airport"], [2, "Link\u00c3\u00b6ping City Airport"], [12, "Linz H\u00c3\u00b6rsching Airport"], [3, "Liping Airport"], [214, "Lisbon Portela Airport"], [1, "Lismore Airport"], [188, "Liuting Airport"], [14, "Liuzhou Bailian Airport"], [58, "Liverpool John Lennon Airport"], [7, "Livingstone Airport"], [9, "Li\u00c3\u00a8ge Airport"], [33, "Ljubljana Jo\u00c5\u00bee Pu\u00c4\u008dnik Airport"], [1, "Lleida-Alguaire Airport"], [1, "Lloydminster Airport"], [2, "Lockhart River Airport"], [1, "Lodja Airport"], [1, "Lodwar Airport"], [1, "Loei Airport"], [1, "Logro\u00c3\u00b1o-Agoncillo Airport"], [12, "Lok Nayak Jayaprakash Airport"], [1, "Lokichoggio Airport"], [31, "Lokpriya Gopinath Bordoloi International Airport"], [16, "Lombok International Airport"], [20, "Lom\u00c3\u00a9-Tokoin Airport"], [6, "London Airport"], [62, "London City Airport"], [356, "London Gatwick Airport"], [525, "London Heathrow Airport"], [108, "London Luton Airport"], [173, "London Stansted Airport"], [2, "Long Akah Airport"], [18, "Long Beach /Daugherty Field/ Airport"], [17, "Long Island Mac Arthur Airport"], [2, "Long Lellang Airport"], [2, "Long Seridan Airport"], [2, "Longana Airport"], [137, "Longdongbao Airport"], [64, "Longjia Airport"], [2, "Longreach Airport"], [1, "Longyan Guanzhishan Airport"], [3, "Lonorore Airport"], [1, "Lopez Island Airport"], [3, "Lord Howe Island Airport"], [1, "Loreto International Airport"], [2, "Lorient South Brittany (Bretagne Sud) Airport"], [2, "Los Alamitos Army Air Field"], [1, "Los Alamos Airport"], [492, "Los Angeles International Airport"], [51, "Los Cabos International Airport"], [2, "Los Colonizadores Airport"], [3, "Los Garzones Airport"], [123, "Louis Armstrong New Orleans International Airport"], [41, "Louisville International Standiford Field"], [3, "Lourdes de Blanc Sablon Airport"], [16, "Lovell Field"], [1, "Luang Namtha Airport"], [13, "Luang Phabang International Airport"], [3, "Lubango Airport"], [10, "Lubbock Preston Smith International Airport"], [10, "Lubumbashi International Airport"], [1, "Luderitz Airport"], [1, "Ludhiana Airport"], [1, "Luena Airport"], [2, "Lugano Airport"], [102, "Luis Munoz Marin International Airport"], [6, "Lule\u00c3\u00a5 Airport"], [22, "Lungi International Airport"], [9, "Luoyang Airport"], [70, "Luxembourg-Findel International Airport"], [10, "Luxor International Airport"], [13, "Luzhou Airport"], [17, "Lviv International Airport"], [4, "Lycksele Airport"], [2, "Lynchburg Regional Preston Glenn Field"], [64, "Lynden Pindling International Airport"], [134, "Lyon Saint-Exup\u00c3\u00a9ry Airport"], [2, "L\u00c3\u00a1zaro C\u00c3\u00a1rdenas Airport"], [67, "L\u00c3\u00a9opold S\u00c3\u00a9dar Senghor International Airport"], [4, "L\u00c3\u00bcbeck Blankensee Airport"], [20, "M. R. \u00c5\u00a0tef\u00c3\u00a1nik Airport"], [5, "MBS International Airport"], [10, "Maastricht Aachen Airport"], [79, "Macau International Airport"], [4, "Maca\u00c3\u00a9 Airport"], [7, "Mackay Airport"], [3, "Mackenzie Airport"], [49, "Mactan Cebu International Airport"], [8, "Madang Airport"], [52, "Madeira Airport"], [7, "Madurai Airport"], [2, "Mae Hong Son Airport"], [1, "Mae Sot Airport"], [1, "Maestro Marinho Franco Airport"], [13, "Maestro Wilson Fonseca Airport"], [1, "Maewo-Naone Airport"], [2, "Magnitogorsk International Airport"], [7, "Maharana Pratap Airport"], [14, "Mahlon Sweet Field"], [2, "Mahshahr Airport"], [1, "Maio Airport"], [1, "Makemo Airport"], [4, "Makkovik Airport"], [5, "Makung Airport"], [14, "Malabo Airport"], [2, "Malanje Airport"], [4, "Malatya Tulga Airport"], [5, "Malindi Airport"], [7, "Mallam Aminu International Airport"], [15, "Malm\u00c3\u00b6 Sturup Airport"], [192, "Malpensa International Airport"], [113, "Malta International Airport"], [4, "Malvinas Argentinas Airport"], [44, "Mal\u00c3\u00a9 International Airport"], [2, "Mammoth Yosemite Airport"], [1, "Mananara Nord Airport"], [45, "Manas International Airport"], [336, "Manchester Airport"], [4, "Manda Airstrip"], [17, "Mandalay International Airport"], [1, "Mangaia Island Airport"], [15, "Mangalore International Airport"], [6, "Mangshi Airport"], [4, "Manhattan Regional Airport"], [3, "Manihi Airport"], [2, "Maniitsoq Airport"], [3, "Maningrida Airport"], [1, "Manistee Co Blacker Airport"], [1, "Manley Hot Springs Airport"], [1, "Mannheim-City Airport"], [10, "Manuel M\u00c3\u00a1rquez de Le\u00c3\u00b3n International Airport"], [17, "Maputo Airport"], [3, "Maquehue Airport"], [3, "Mara Serena Lodge Airstrip"], [1, "Marau Airport"], [9, "Marcos A. Gelabert International Airport"], [5, "Mardin Airport"], [16, "Marechal Cunha Machado International Airport"], [33, "Marechal Rondon Airport"], [2, "Margaret Ekpo International Airport"], [1, "Margate Airport"], [1, "Mariana Grajales Airport"], [4, "Mariehamn Airport"], [5, "Marina Di Campo Airport"], [3, "Mariscal Lamar Airport"], [39, "Mariscal Sucre International Airport"], [4, "Maroantsetra Airport"], [6, "Marsa Alam International Airport"], [134, "Marseille Provence Airport"], [14, "Marsh Harbour International Airport"], [2, "Marshall Don Hunter Sr Airport"], [4, "Marshall Islands International Airport"], [4, "Martha's Vineyard Airport"], [6, "Martin Miguel De Guemes International Airport"], [23, "Martinique Aim\u00c3\u00a9 C\u00c3\u00a9saire International Airport"], [6, "Marudi Airport"], [1, "Mar\u00c3\u00a9 Airport"], [65, "Mashhad International Airport"], [1, "Massawa International Airport"], [1, "Massena International Richards Field"], [1, "Masset Airport"], [2, "Mataiva Airport"], [1, "Matari Airport"], [2, "Mataveri Airport"], [6, "Mateca\u00c3\u00b1a International Airport"], [3, "Matei Airport"], [1, "Matsapha Airport"], [2, "Matsumoto Airport"], [12, "Matsuyama Airport"], [7, "Mattala Rajapaksa International Airport"], [4, "Matur\u00c3\u00adn Airport"], [1, "Mauke Airport"], [3, "Maumere(Wai Oti) Airport"], [7, "Maun Airport"], [3, "Maupiti Airport"], [24, "Maya-Maya Airport"], [2, "Mayaguana Airport"], [4, "Mayor Buenaventura Vivas International Airport"], [2, "Mayor General FAP Armando Revoredo Iglesias Airport"], [4, "Mazar I Sharif Airport"], [2, "Mbandaka Airport"], [1, "Mbanza Congo Airport"], [1, "Mbeya Airport"], [2, "Mbuji Mayi Airport"], [6, "Mc Allen Miller International Airport"], [1, "Mc Clellan-Palomar Airport"], [1, "Mc Cook Ben Nelson Regional Airport"], [2, "Mc Kellar Sipes Regional Airport"], [1, "McArthur River Mine Airport"], [246, "McCarran International Airport"], [31, "McGhee Tyson Airport"], [6, "McGrath Airport"], [6, "Meadows Field"], [1, "Medicine Hat Airport"], [5, "Mehamn Airport"], [59, "Mehrabad International Airport"], [5, "Meixian Airport"], [3, "Mekele Airport"], [1, "Mekoryuk Airport"], [1, "Melangguane Airport"], [1, "Melbourne Essendon Airport"], [142, "Melbourne International Airport"], [5, "Melilla Airport"], [17, "Melville Hall Airport"], [6, "Memanbetsu Airport"], [23, "Memmingen Allgau Airport"], [2, "Memorial Field"], [58, "Memphis International Airport"], [73, "Menara Airport"], [1, "Mendi Airport"], [3, "Menongue Airport"], [34, "Menorca Airport"], [1, "Merced Regional Macready Field"], [2, "Mercedita Airport"], [3, "Merimbula Airport"], [3, "Merle K (Mudhole) Smith Airport"], [3, "Metlakatla Seaplane Base"], [54, "Metropolitan Oakland International Airport"], [5, "Metz-Nancy-Lorraine Airport"], [1, "Mfuwe Airport"], [368, "Miami International Airport"], [22, "Mianyang Airport"], [1, "Mid Delta Regional Airport"], [1, "Mid Ohio Valley Regional Airport"], [2, "Middle Georgia Regional Airport"], [8, "Midland International Airport"], [1, "Mihail Kog\u00c4\u0083lniceanu International Airport"], [8, "Miho Yonago Airport"], [13, "Mikonos Airport"], [60, "Milano Linate Airport"], [31, "Milas Bodrum International Airport"], [6, "Mildura Airport"], [1, "Milingimbi Airport"], [2, "Milos Airport"], [2, "Minatitl\u00c3\u00a1n/Coatzacoalcos National Airport"], [1, "Mina\u00c3\u00a7u Airport"], [22, "Mineralnyye Vody Airport"], [75, "Ministro Pistarini International Airport"], [7, "Ministro Victor Konder International Airport"], [218, "Minneapolis-St Paul International/Wold-Chamberlain Airport"], [5, "Minot International Airport"], [54, "Minsk National Airport"], [24, "Miri Airport"], [9, "Mirny Airport"], [2, "Misawa Air Base"], [2, "Misima Island Airport"], [7, "Missoula International Airport"], [1, "Mitiaro Island Airport"], [5, "Miyako Airport"], [11, "Miyazaki Airport"], [4, "Mo i Rana Airport - R\u00c3\u00b8ssvoll"], [9, "Mobile Regional Airport"], [1, "Mocopulli Airport"], [1, "Modesto City Co-Harry Sham Field"], [26, "Modlin Airport"], [2, "Moenjodaro Airport"], [3, "Mogador Airport"], [14, "Mohamed Boudiaf International Airport"], [125, "Mohammed V International Airport"], [1, "Moises R. Espinosa Airport"], [7, "Molde Airport"], [3, "Molokai Airport"], [14, "Mombasa Moi International Airport"], [5, "Momote Airport"], [15, "Monastir Habib Bourguiba International Airport"], [1, "Monbetsu Airport"], [6, "Monroe Regional Airport"], [8, "Mont Joli Airport"], [10, "Monterey Peninsula Airport"], [7, "Montgomery Regional (Dannelly Field) Airport"], [24, "Montpellier-M\u00c3\u00a9diterran\u00c3\u00a9e Airport"], [185, "Montreal / Pierre Elliott Trudeau International Airport"], [1, "Montrose Regional Airport"], [4, "Montr\u00c3\u00a9al / Saint-Hubert Airport"], [4, "Moorea Airport"], [3, "Moosonee Airport"], [3, "Mopah Airport"], [2, "Mora Airport"], [3, "Moranbah Airport"], [1, "Moree Airport"], [2, "Morgantown Municipal Walter L. Bill Hart Field"], [3, "Mornington Island Airport"], [3, "Moro Airport"], [2, "Morondava Airport"], [2, "Morristown Municipal Airport"], [2, "Moruya Airport"], [4, "Moses Kilangin Airport"], [1, "Moshoeshoe I International Airport"], [5, "Mosj\u00c3\u00b8en Airport (Kj\u00c3\u00a6rstad)"], [37, "Moss-Rygge Airport"], [1, "Mostar International Airport"], [3, "Mota Lava Airport"], [2, "Mount Gambier Airport"], [10, "Mount Hagen Kagamuga Airport"], [13, "Mount Isa Airport"], [1, "Mount Pleasant Airport"], [2, "Mountain Village Airport"], [1, "Mtwara Airport"], [6, "Muan International Airport"], [10, "Mudanjiang Hailang International Airport"], [3, "Muhammad Salahuddin Airport"], [2, "Mukah Airport"], [12, "Mukalla International Airport"], [12, "Multan International Airport"], [6, "Mulu Airport"], [4, "Munda Airport"], [3, "Mundo Maya International Airport"], [368, "Munich International Airport"], [7, "Murmansk Airport"], [59, "Murtala Muhammed International Airport"], [102, "Muscat International Airport"], [1, "Muskegon County Airport"], [4, "Muskrat Dam Airport"], [8, "Mutiara Airport"], [3, "Mu\u00c5\u009f Airport"], [6, "Mwanza Airport"], [2, "Myeik Airport"], [4, "Myitkyina Airport"], [34, "Myrtle Beach International Airport"], [1, "Mysore Airport"], [10, "Mytilene International Airport"], [206, "M\u00c3\u00a1laga Airport"], [3, "M\u00c3\u00a1rio Ribeiro Airport"], [4, "M\u00c3\u00a1rio de Almeida Franco Airport"], [2, "M\u00c3\u00b6r\u00c3\u00b6n Airport"], [11, "M\u00c3\u00bcnster Osnabr\u00c3\u00bcck Airport"], [9, "N'Djamena International Airport"], [1, "N'Gaound\u00c3\u00a9r\u00c3\u00a9 Airport"], [3, "Nabire Airport"], [43, "Nadi International Airport"], [18, "Nador International Airport"], [8, "Nadym Airport"], [11, "Nadzab Airport"], [2, "Naga Airport"], [17, "Nagasaki Airport"], [6, "Nagoya Airport"], [62, "Naha Airport"], [2, "Nain Airport"], [19, "Nairobi Wilson Airport"], [2, "Nakashibetsu Airport"], [1, "Nakhchivan Airport"], [2, "Nakhon Phanom Airport"], [2, "Nakhon Si Thammarat Airport"], [12, "Namangan Airport"], [1, "Namibe Airport"], [9, "Nampula Airport"], [3, "Namsos H\u00c3\u00b8knes\u00c3\u00b8ra Airport"], [2, "Nan Airport"], [2, "Nanaimo Airport"], [86, "Nanchang Changbei International Airport"], [6, "Nanchong Airport"], [165, "Nanjing Lukou Airport"], [1, "Nanki Shirahama Airport"], [114, "Nanning Wuxu Airport"], [2, "Nanortalik Heliport"], [15, "Nanping Wuyishan Airport"], [92, "Nantes Atlantique Airport"], [6, "Nantucket Memorial Airport"], [8, "Nanyang Jiangying Airport"], [4, "Nanyuki Airport"], [1, "Napakiak Airport"], [1, "Napaskiak Airport"], [79, "Naples International Airport"], [1, "Naples Municipal Airport"], [1, "Narathiwat Airport"], [286, "Narita International Airport"], [2, "Narrandera Airport"], [2, "Narsaq Heliport"], [5, "Narsarsuaq Airport"], [1, "Narvik Framnes Airport"], [4, "Naryan Mar Airport"], [82, "Nashville International Airport"], [4, "Natashquan Airport"], [3, "Nauru International Airport"], [12, "Nausori International Airport"], [6, "Navoi Airport"], [2, "Naxos Airport"], [2, "Naypyidaw Airport"], [27, "Ndjili International Airport"], [5, "Nea Anchialos Airport"], [2, "Neerlerit Inaat Airport"], [3, "Nejran Airport"], [4, "Nelson Airport"], [1, "Nelson Lagoon Airport"], [2, "Nelson Ribeiro Guimar\u00c3\u00a3es Airport"], [2, "Nemiscau Airport"], [1, "Nepalgunj Airport"], [94, "Netaji Subhash Chandra Bose International Airport"], [2, "Nev\u00c5\u009fehir Kapadokya Airport"], [3, "New Bedford Regional Airport"], [6, "New Castle Airport"], [81, "New Chitose Airport"], [3, "New Plymouth Airport"], [253, "Newark Liberty International Airport"], [92, "Newcastle Airport"], [2, "Newman Airport"], [9, "Newport News Williamsburg International Airport"], [6, "Newquay Cornwall Airport"], [2, "Ngari Gunsa Airport"], [6, "Ngjiva Pereira Airport"], [3, "Ngorangora Airport"], [100, "Ngurah Rai (Bali) International Airport"], [5, "Niagara Falls International Airport"], [135, "Nice-C\u00c3\u00b4te d'Azur Airport"], [3, "Nightmute Airport"], [16, "Niigata Airport"], [1, "Nikolai Airport"], [84, "Ningbo Lishe International Airport"], [193, "Ninoy Aquino International Airport"], [1, "Niue International Airport"], [14, "Nizhnevartovsk Airport"], [18, "Nizhny Novgorod Strigino International Airport"], [28, "Nnamdi Azikiwe International Airport"], [3, "Noatak Airport"], [87, "Noi Bai International Airport"], [25, "Nome Airport"], [36, "Norfolk International Airport"], [3, "Norfolk Island International Airport"], [15, "Norilsk-Alykel Airport"], [30, "Norman Manley International Airport"], [6, "Norman Wells Airport"], [60, "Norman Y. Mineta San Jose International Airport"], [2, "Normanton Airport"], [2, "Norrk\u00c3\u00b6ping Airport"], [5, "Norsup Airport"], [2, "North Bay Airport"], [3, "North Central West Virginia Airport"], [8, "North Eleuthera Airport"], [1, "North Platte Regional Airport Lee Bird Field"], [4, "North Ronaldsay Airport"], [2, "North Spirit Lake Airport"], [1, "Northeast Florida Regional Airport"], [2, "Northern Maine Regional Airport at Presque Isle"], [1, "Northern Peninsula Airport"], [1, "Northwest Alabama Regional Airport"], [24, "Northwest Arkansas Regional Airport"], [7, "Northwest Florida Beaches International Airport"], [5, "Northwest Regional Airport Terrace-Kitimat"], [10, "Norwich International Airport"], [1, "Nosara Airport"], [2, "Noshahr Airport"], [1, "Noto Airport"], [4, "Nouadhibou International Airport"], [12, "Nouakchott International Airport"], [8, "Noum\u00c3\u00a9a Magenta Airport"], [4, "Noum\u00c3\u00a9rat - Moufdi Zakaria Airport"], [3, "Nova Lisboa Airport"], [16, "Novy Urengoy Airport"], [5, "Noyabrsk Airport"], [2, "Nuiqsut Airport"], [4, "Nuku Hiva Airport"], [4, "Nukus Airport"], [3, "Nulato Airport"], [48, "Nuremberg Airport"], [4, "Nusatupe Airport"], [4, "Nyagan Airport"], [2, "Nyala Airport"], [5, "Nyingchi Airport"], [4, "N\u00c3\u00aemes-Arles-Camargue Airport"], [159, "OR Tambo International Airport"], [3, "Obando Airport"], [1, "Odate Noshiro Airport"], [18, "Odessa International Airport"], [1, "Ogden Hinckley Airport"], [1, "Ogdensburg International Airport"], [1, "Ogle Airport"], [1, "Ogoki Post Airport"], [9, "Oita Airport"], [13, "Okayama Airport"], [1, "Oksibil Airport"], [52, "Olbia Costa Smeralda Airport"], [2, "Old Arctic Bay Airport"], [1, "Olympic Dam Airport"], [17, "Omsk Central Airport"], [1, "Ondangwa Airport"], [24, "Ontario International Airport"], [2, "Oradea International Airport"], [1, "Orange Airport"], [1, "Oranjemund Airport"], [1, "Orcas Island Airport"], [25, "Ordos Ejin Horo Airport"], [7, "Orenburg Central Airport"], [5, "Orlando Bezerra de Menezes Airport"], [237, "Orlando International Airport"], [49, "Orlando Sanford International Airport"], [1, "Orsk Airport"], [42, "Osaka International Airport"], [31, "Osh Airport"], [1, "Oshima Airport"], [4, "Osijek Airport"], [180, "Oslo Gardermoen Airport"], [4, "Osmany International Airport"], [1, "Ostend-Bruges International Airport"], [4, "Ostrava Leos Jan\u00c3\u00a1\u00c4\u008dek Airport"], [7, "Osvaldo Vieira International Airport"], [45, "Ottawa Macdonald-Cartier International Airport"], [33, "Ouagadougou Airport"], [2, "Ouarzazate Airport"], [1, "Oudomsay Airport"], [6, "Oued Irara Airport"], [4, "Oulu Airport"], [1, "Ouril\u00c3\u00a2ndia do Norte Airport"], [2, "Ouv\u00c3\u00a9a Airport"], [1, "Ovda International Airport"], [25, "Owen Roberts International Airport"], [2, "Owensboro Daviess County Airport"], [2, "Paamiut Heliport"], [11, "Paderborn Lippstadt Airport"], [3, "Padre Aldamiz International Airport"], [2, "Pagadian Airport"], [6, "Page Municipal Airport"], [1, "Pago Pago International Airport"], [2, "Pajala Airport"], [5, "Pakse International Airport"], [3, "Palanga International Airport"], [44, "Palm Beach International Airport"], [26, "Palm Springs International Airport"], [271, "Palma De Mallorca Airport"], [3, "Palmar Sur Airport"], [5, "Palmerston North Airport"], [5, "Palonegro Airport"], [2, "Pamplona Airport"], [13, "Pampulha - Carlos Drummond de Andrade Airport"], [1, "Pangborn Memorial Airport"], [7, "Pangkal Pinang (Depati Amir) Airport"], [4, "Pangnirtung Airport"], [1, "Panjgur Airport"], [3, "Pantelleria Airport"], [3, "Papa Westray Airport"], [42, "Paphos International Airport"], [3, "Paraburdoo Airport"], [2, "Paraparaumu Airport"], [2, "Pardubice Airport"], [1, "Parintins Airport"], [60, "Paris Beauvais Till\u00c3\u00a9 Airport"], [200, "Paris-Orly Airport"], [2, "Parkes Airport"], [4, "Parma Airport"], [5, "Paro Airport"], [2, "Paros Airport"], [1, "Parsabade Moghan Airport"], [1, "Patos de Minas Airport"], [14, "Pattimura Airport - Ambon"], [5, "Pau Pyr\u00c3\u00a9n\u00c3\u00a9es Airport"], [1, "Paulatuk (Nora Aliqatchialuk Ruben) Airport"], [1, "Paulo Afonso Airport"], [3, "Pavlodar Airport"], [7, "Pdte. carlos Iba\u00c3\u00b1ez del Campo Airport"], [1, "Peawanuck Airport"], [1, "Pellston Regional Airport of Emmet County Airport"], [8, "Pemba Airport"], [42, "Penang International Airport"], [21, "Pensacola Regional Airport"], [1, "Penticton Airport"], [1, "Penza Airport"], [3, "Perales Airport"], [53, "Peretola Airport"], [5, "Perpignan-Rivesaltes (Llaban\u00c3\u00a8re) Airport"], [1, "Perryville Airport"], [5, "Persian Gulf International Airport"], [92, "Perth International Airport"], [5, "Perugia San Francesco d'Assisi \u00e2\u0080\u0093 Umbria International Airport"], [9, "Pescara International Airport"], [30, "Peshawar International Airport"], [2, "Petersburg James A Johnson Airport"], [2, "Petropavlosk South Airport"], [1, "Petrozavodsk Airport"], [1, "Pevek Airport"], [289, "Philadelphia International Airport"], [27, "Philip S. W. Goldson International Airport"], [3, "Phitsanulok Airport"], [29, "Phnom Penh International Airport"], [251, "Phoenix Sky Harbor International Airport"], [32, "Phoenix-Mesa-Gateway Airport"], [1, "Phrae Airport"], [4, "Phu Bai Airport"], [3, "Phu Cat Airport"], [5, "Phu Quoc International Airport"], [71, "Phuket International Airport"], [35, "Piarco International Airport"], [2, "Pichoy Airport"], [1, "Pickle Lake Airport"], [4, "Pico Airport"], [25, "Piedmont Triad International Airport"], [2, "Piedras Negras International Airport"], [8, "Pierre Regional Airport"], [2, "Pierre Van Ryneveld Airport"], [3, "Pierrefonds Airport"], [1, "Pietermaritzburg Airport"], [5, "Pikangikum Airport"], [6, "Piloto Civil N. Fern\u00c3\u00a1ndez Airport"], [1, "Piloto Osvaldo Marques Dias Airport"], [35, "Pinto Martins International Airport"], [76, "Pisa International Airport"], [2, "Pitt Greenville Airport"], [74, "Pittsburgh International Airport"], [2, "Plan De Guadalupe International Airport"], [1, "Platinum Airport"], [7, "Plattsburgh International Airport"], [7, "Playa De Oro International Airport"], [3, "Pleiku Airport"], [2, "Plovdiv International Airport"], [5, "Pl\u00c3\u00a1cido de Castro Airport"], [3, "Pobedilovo Airport"], [1, "Pocatello Regional Airport"], [16, "Podgorica Airport"], [3, "Pohang Airport"], [3, "Pohnpei International Airport"], [2, "Point Lay LRRS Airport"], [14, "Point Salines International Airport"], [18, "Pointe Noire Airport"], [1, "Pointe Vele Airport"], [29, "Pointe-\u00c3\u00a0-Pitre Le Raizet"], [7, "Poitiers-Biard Airport"], [1, "Pokhara Airport"], [1, "Polokwane International Airport"], [5, "Polyarny Airport"], [8, "Ponciano Arriaga International Airport"], [3, "Pond Inlet Airport"], [2, "Poplar Hill Airport"], [2, "Porbandar Airport"], [3, "Pori Airport"], [2, "Pormpuraaw Airport"], [1, "Port Augusta Airport"], [50, "Port Bouet Airport"], [63, "Port Columbus International Airport"], [9, "Port Elizabeth Airport"], [1, "Port Gentil Airport"], [8, "Port Harcourt International Airport"], [2, "Port Hardy Airport"], [8, "Port Hedland International Airport"], [1, "Port Heiden Airport"], [2, "Port Lincoln Airport"], [6, "Port Macquarie Airport"], [2, "Port Menier Airport"], [51, "Port Moresby Jacksons International Airport"], [5, "Port Sudan New International Airport"], [1, "Portland Airport"], [113, "Portland International Airport"], [2, "Portland International Jetport Airport"], [3, "Porto Santo Airport"], [11, "Porto Seguro Airport"], [1, "Portsmouth International at Pease Airport"], [4, "Postville Airport"], [1, "Powell River Airport"], [21, "Pozna\u00c5\u0084-\u00c5\u0081awica Airport"], [17, "Praia International Airport"], [1, "Praslin Airport"], [6, "Prefeito Renato Moreira Airport"], [2, "Pregui\u00c3\u00a7a Airport"], [11, "Presidente Castro Pinto International Airport"], [3, "Presidente Jo\u00c3\u00a3o Batista Figueiredo Airport"], [2, "Presidente Jo\u00c3\u00a3o Suassuna Airport"], [98, "Presidente Juscelino Kubistschek International Airport"], [4, "Presidente Nicolau Lobato International Airport"], [6, "Presidente Peron Airport"], [2, "Presidente Prudente Airport"], [9, "Prince Abdulmohsin Bin Abdulaziz Airport"], [10, "Prince George Airport"], [39, "Prince Mohammad Bin Abdulaziz Airport"], [2, "Prince Rupert Airport"], [10, "Prince Said Ibrahim International Airport"], [58, "Princess Juliana International Airport"], [21, "Pri\u00c5\u00a1tina International Airport"], [8, "Prof. Eribelto Manoel Reino State Airport"], [3, "Professor Urbano Ernesto Stumpf Airport"], [3, "Proserpine Whitsunday Coast Airport"], [31, "Providenciales Airport"], [1, "Provincetown Municipal Airport"], [3, "Provo Municipal Airport"], [3, "Pu'er Simao Airport"], [1, "Pueblo Memorial Airport"], [3, "Puerto Escondido International Airport"], [4, "Puerto Jimenez Airport"], [2, "Puerto Lempira Airport"], [1, "Puerto Obaldia Airport"], [9, "Puerto Princesa Airport"], [15, "Pula Airport"], [183, "Pulkovo Airport"], [2, "Pullman Moscow Regional Airport"], [28, "Pune Airport"], [73, "Punta Cana International Airport"], [1, "Putao Airport"], [4, "Puvirnituq Airport"], [5, "Pyongyang Sunan International Airport"], [2, "P\u00c3\u00a9rigueux-Bassillac Airport"], [2, "Qaanaaq Airport"], [2, "Qaarsut Airport"], [3, "Qamdo Bangda Airport"], [4, "Qaqortoq Heliport"], [2, "Qikiqtarjuaq Airport"], [6, "Qingyang Airport"], [8, "Qiqihar Sanjiazi Airport"], [15, "Quad City International Airport"], [44, "Quanzhou Jinjiang International Airport"], [2, "Quaqtaq Airport"], [46, "Quatro de Fevereiro Airport"], [28, "Quebec Jean Lesage International Airport"], [109, "Queen Alia International Airport"], [44, "Queen Beatrix International Airport"], [7, "Queenstown International Airport"], [3, "Quelimane Airport"], [4, "Quepos Managua Airport"], [7, "Quer\u00c3\u00a9taro Intercontinental Airport"], [4, "Quesnel Airport"], [14, "Quetta International Airport"], [1, "Quetzalc\u00c3\u00b3atl International Airport"], [2, "Quilpie Airport"], [1, "Quimper-Cornouaille Airport"], [1, "Quincy Regional Baldwin Field"], [4, "Quinhagak Airport"], [6, "Quzhou Airport"], [2, "RAAF Base Curtin"], [11, "Rabat-Sal\u00c3\u00a9 Airport"], [12, "Rabil Airport"], [1, "Rach Gia Airport"], [5, "Radin Inten II (Branti) Airport"], [1, "Rae Lakes Airport"], [4, "Rafael Hernandez Airport"], [12, "Rafael Nu\u00c3\u00b1ez International Airport"], [1, "Rafha Domestic Airport"], [4, "Raiatea Airport"], [2, "Rainbow Lake Airport"], [11, "Raipur Airport"], [2, "Raivavae Airport"], [6, "Raja Bhoj International Airport"], [3, "Raja Haji Fisabilillah International Airport"], [3, "Rajkot Airport"], [2, "Raleigh County Memorial Airport"], [83, "Raleigh Durham International Airport"], [22, "Ralph Wien Memorial Airport"], [2, "Ramata Airport"], [2, "Ramsar Airport"], [23, "Ram\u00c3\u00b3n Villeda Morales International Airport"], [1, "Ranai Airport"], [1, "Range Regional Airport"], [5, "Rangiroa Airport"], [25, "Rankin Inlet Airport"], [1, "Ranong Airport"], [8, "Rapid City Regional Airport"], [14, "Rarotonga International Airport"], [2, "Ravensthorpe Airport"], [3, "Red Deer Regional Airport"], [7, "Red Lake Airport"], [1, "Redding Municipal Airport"], [1, "Reden\u00c3\u00a7\u00c3\u00a3o Airport"], [6, "Reggio Calabria Airport"], [16, "Regina International Airport"], [10, "Regional de Maring\u00c3\u00a1 - S\u00c3\u00adlvio Nane Junior Airport"], [7, "Rendani Airport"], [2, "Rennell/Tingoa Airport"], [13, "Rennes-Saint-Jacques Airport"], [27, "Reno Tahoe International Airport"], [3, "Repulse Bay Airport"], [1, "Resistencia International Airport"], [2, "Resolute Bay Airport"], [19, "Reus Air Base"], [1, "Reyes Murillo Airport"], [5, "Reykjavik Airport"], [2, "Rhinelander Oneida County Airport"], [1, "Richards Bay Airport"], [1, "Richmond Airport"], [38, "Richmond International Airport"], [10, "Rick Husband Amarillo International Airport"], [2, "Rickenbacker International Airport"], [101, "Riga International Airport"], [2, "Rigolet Airport"], [7, "Rijeka Airport"], [2, "Rimatara Airport"], [98, "Rio Gale\u00c3\u00a3o \u00e2\u0080\u0093 Tom Jobim International Airport"], [1, "Riverton Regional Airport"], [15, "Roanoke\u00e2\u0080\u0093Blacksburg Regional Airport"], [4, "Robert (Bob) Curtis Memorial Airport"], [6, "Robert Gray Army Air Field Airport"], [11, "Robert L. Bradshaw International Airport"], [8, "Roberts Field"], [16, "Roberts International Airport"], [9, "Robin Hood Doncaster Sheffield Airport"], [4, "Rochester International Airport"], [2, "Rock Sound Airport"], [3, "Rock Springs Sweetwater County Airport"], [5, "Rockhampton Airport"], [4, "Rodez-Marcillac Airport"], [10, "Rodr\u00c3\u00adguez Ball\u00c3\u00b3n International Airport"], [9, "Rogue Valley International Medford Airport"], [1, "Roi Et Airport"], [19, "Roland Garros Airport"], [3, "Roma Airport"], [1, "Romeu Zema Airport"], [196, "Ronald Reagan Washington National Airport"], [3, "Ronneby Airport"], [22, "Roshchino International Airport"], [5, "Rostock-Laage Airport"], [28, "Rostov-on-Don Airport"], [2, "Roswell International Air Center Airport"], [2, "Rota International Airport"], [3, "Rotorua Regional Airport"], [33, "Rotterdam The Hague Airport"], [1, "Rotuma Airport"], [2, "Round Lake (Weagamow Lake) Airport"], [5, "Rouyn Noranda Airport"], [2, "Rovaniemi Airport"], [3, "Roxas Airport"], [1, "Rubem Berta Airport"], [4, "Ruby Airport"], [2, "Rundu Airport"], [2, "Rurutu Airport"], [4, "Russian Mission Airport"], [1, "Rutland - Southern Vermont Regional Airport"], [11, "Rzesz\u00c3\u00b3w-Jasionka Airport"], [1, "R\u00c3\u00b8ros Airport"], [3, "R\u00c3\u00b8rvik Airport - Ryum"], [2, "R\u00c3\u00b8st Airport"], [9, "Saarbr\u00c3\u00bccken Airport"], [145, "Sabiha G\u00c3\u00b6k\u00c3\u00a7en International Airport"], [1, "Sabzevar National Airport"], [3, "Sacheon Air Base"], [2, "Sachigo Lake Airport"], [2, "Sachs Harbour (David Nasogaluak Jr. Saaryuaq) Airport"], [55, "Sacramento International Airport"], [1, "Sadiq Abubakar III International Airport"], [3, "Saga Airport"], [2, "Saidpur Airport"], [3, "Saint John Airport"], [5, "Saint-\u00c3\u0089tienne-Bouth\u00c3\u00a9on Airport"], [3, "Sainte Marie Airport"], [10, "Saipan International Airport"], [1, "Sakon Nakhon Airport"], [1, "Salak Airport"], [7, "Salalah Airport"], [1, "Salamanca Airport"], [8, "Salekhard Airport"], [42, "Salgado Filho Airport"], [1, "Salina Municipal Airport"], [4, "Salisbury Ocean City Wicomico Regional Airport"], [2, "Salluit Airport"], [1, "Salt Cay Airport"], [141, "Salt Lake City International Airport"], [34, "Salzburg Airport"], [2, "Sam Mbakwe International Airport"], [21, "Sam Ratulangi Airport"], [6, "Saman\u00c3\u00a1 El Catey International Airport"], [8, "Samarkand Airport"], [3, "Sambava Airport"], [3, "Samburu South Airport"], [9, "Samos Airport"], [18, "Samui Airport"], [2, "San Angelo Regional Mathis Field"], [1, "San Antonio Del Tachira Airport"], [68, "San Antonio International Airport"], [7, "San Carlos De Bariloche Airport"], [4, "San Crist\u00c3\u00b3bal Airport"], [119, "San Diego International Airport"], [249, "San Francisco International Airport"], [20, "San Javier Airport"], [1, "San Jose Airport"], [1, "San Luis Airport"], [4, "San Luis County Regional Airport"], [6, "San Luis Valley Regional Bergman Field"], [4, "San Salvador Airport"], [3, "San Sebastian Airport"], [1, "San Tom\u00c3\u00a9 Airport"], [37, "Sana'a International Airport"], [1, "Sanandaj Airport"], [2, "Sand Point Airport"], [6, "Sandakan Airport"], [2, "Sandane Airport (Anda)"], [2, "Sanday Airport"], [37, "Sandefjord Airport Torp"], [4, "Sandnessj\u00c3\u00b8en Airport (Stokka)"], [1, "Sandspit Airport"], [3, "Sandy Lake Airport"], [45, "Sangster International Airport"], [1, "Saniat R'mel Airport"], [3, "Sanikiluaq Airport"], [2, "Santa Ana Airport"], [8, "Santa Barbara Municipal Airport"], [1, "Santa Cruz/Graciosa Bay/Luova Airport"], [1, "Santa Elena de Uairen Airport"], [6, "Santa Fe Municipal Airport"], [21, "Santa Genoveva Airport"], [20, "Santa Maria Airport"], [2, "Santa Maria Pub/Capt G Allan Hancock Field"], [2, "Santa Rosa Airport"], [1, "Santa Rosa International Airport"], [4, "Santa Terezinha Airport"], [19, "Santander Airport"], [2, "Santiago Perez Airport"], [36, "Santiago de Compostela Airport"], [11, "Santo Pekoa International Airport"], [2, "Santo \u00c3\u0082ngelo Airport"], [15, "Santorini Airport"], [30, "Santos Dumont Airport"], [109, "Sanya Phoenix International Airport"], [1, "Sara Airport"], [16, "Sarajevo International Airport"], [2, "Saransk Airport"], [13, "Sarasota Bradenton International Airport"], [5, "Saratov Central Airport"], [32, "Sardar Vallabhbhai Patel International Airport"], [10, "Sardar-e-Jangal Airport"], [7, "Sary-Arka Airport"], [15, "Saskatoon John G. Diefenbaker International Airport"], [2, "Satu Mare Airport"], [2, "Sauce Viejo Airport"], [4, "Sault Ste Marie Airport"], [1, "Saumlaki/Olilit Airport"], [2, "Saurimo Airport"], [23, "Savannah Hilton Head International Airport"], [3, "Savannakhet Airport"], [2, "Savonlinna Airport"], [4, "Savoonga Airport"], [3, "Savusavu Airport"], [3, "Sawyer International Airport"], [5, "Sayun International Airport"], [18, "Sa\u00c3\u00afss Airport"], [1, "Scammon Bay Airport"], [5, "Schefferville Airport"], [1, "Scott AFB/Midamerica Airport"], [3, "Sde Dov Airport"], [201, "Seattle Tacoma International Airport"], [4, "Sege Airport"], [2, "Selawik Airport"], [3, "Semipalatinsk Airport"], [5, "Senador Nilo Coelho Airport"], [10, "Senador Petr\u00c3\u00b4nio Portela Airport"], [1, "Senadora Eunice Micheles Airport"], [18, "Senai International Airport"], [31, "Sendai Airport"], [28, "Senou Airport"], [17, "Sentani Airport"], [21, "Sept-\u00c3\u008eles Airport"], [5, "Serafin Enoss Bertaso Airport"], [65, "Sevilla Airport"], [13, "Seychelles International Airport"], [2, "Seymour Airport"], [10, "Sfax Thyna International Airport"], [3, "Shageluk Airport"], [16, "Shah Amanat International Airport"], [1, "Shah Mokhdum Airport"], [6, "Shahid Ashrafi Esfahani Airport"], [7, "Shahid Sadooghi Airport"], [3, "Shaikh Zaid Airport"], [6, "Shaktoolik Airport"], [205, "Shanghai Hongqiao International Airport"], [411, "Shanghai Pudong International Airport"], [7, "Shanhaiguan Airport"], [29, "Shannon Airport"], [95, "Sharjah International Airport"], [38, "Sharm El Sheikh International Airport"], [2, "Sharurah Airport"], [14, "Sheikh ul Alam Airport"], [1, "Shenandoah Valley Regional Airport"], [234, "Shenzhen Bao'an International Airport"], [2, "Sheppard Air Force Base-Wichita Falls Municipal Airport"], [199, "Sheremetyevo International Airport"], [1, "Sheridan County Airport"], [82, "Shijiazhuang Daguocun International Airport"], [1, "Shillong Airport"], [37, "Shiraz Shahid Dastghaib International Airport"], [3, "Shishmaref Airport"], [1, "Shonai Airport"], [6, "Show Low Regional Airport"], [8, "Shreveport Regional Airport"], [18, "Shubuling Airport"], [2, "Shungnak Airport"], [10, "Shymkent Airport"], [11, "Sialkot Airport"], [1, "Siargao Airport"], [5, "Sibiu International Airport"], [9, "Sibu Airport"], [4, "Sibulan Airport"], [1, "Sidney Richland Municipal Airport"], [42, "Siem Reap International Airport"], [2, "Sigiriya Air Force Base"], [1, "Sihanoukville International Airport"], [7, "Silchar Airport"], [18, "Silvio Pettirossi International Airport"], [7, "Simferopol International Airport"], [9, "Simon Mwansa Kapwepwe International Airport"], [93, "Sim\u00c3\u00b3n Bol\u00c3\u00advar International Airport"], [405, "Singapore Changi Airport"], [1, "Sinop Airport"], [2, "Sioux Gateway Col. Bud Day Field"], [18, "Sioux Lookout Airport"], [2, "Sir Bani Yas Airport"], [1, "Sir Charles Gaetan Duval Airport"], [23, "Sir Grantley Adams International Airport"], [41, "Sir Seewoosagur Ramgoolam International Airport"], [9, "Sir Seretse Khama International Airport"], [3, "Sisimiut Airport"], [5, "Sitia Airport"], [3, "Sitka Rocky Gutierrez Airport"], [3, "Sittwe Airport"], [4, "Sivas Nuri Demira\u00c4\u009f Airport"], [1, "Siwo Airport"], [3, "Skagway Airport"], [1, "Skardu Airport"], [3, "Skellefte\u00c3\u00a5 Airport"], [2, "Skiathos Island National Airport"], [1, "Skien Airport"], [3, "Skiros Airport"], [23, "Skopje Alexander the Great Airport"], [2, "Sleetmute Airport"], [2, "Sloulin Field International Airport"], [4, "Smithers Airport"], [26, "Sochi International Airport"], [2, "Socotra International Airport"], [185, "Soekarno-Hatta International Airport"], [66, "Sofia Airport"], [4, "Sogndal Airport"], [9, "Sohag International Airport"], [6, "Sokol Airport"], [3, "Sola Airport"], [1, "Solovki Airport"], [6, "Soummam Airport"], [2, "South Arkansas Regional At Goodwin Field"], [11, "South Bend Regional Airport"], [2, "South Bimini Airport"], [2, "South Caicos Airport"], [1, "South Naknek Nr 2 Airport"], [33, "Southampton Airport"], [2, "Southeast Iowa Regional Airport"], [2, "Southeast Texas Regional Airport"], [14, "Southend Airport"], [2, "Southwest Bay Airport"], [63, "Southwest Florida International Airport"], [4, "Southwest Georgia Regional Airport"], [2, "Southwest Oregon Regional Airport"], [5, "Sovetskiy Airport"], [3, "Soyo Airport"], [2, "Spichenkovo Airport"], [49, "Split Airport"], [15, "Spokane International Airport"], [2, "Spriggs Payne Airport"], [2, "Spring Point Airport"], [14, "Springfield Branson National Airport"], [9, "Sri Guru Ram Dass Jee International Airport"], [3, "St Augustin Airport"], [2, "St Cloud Regional Airport"], [2, "St Gallen Altenrhein Airport"], [5, "St George Airport"], [2, "St George Municipal Airport"], [1, "St Georges Airport"], [5, "St Mary's Airport"], [4, "St Michael Airport"], [3, "St Paul Island Airport"], [31, "St Petersburg Clearwater International Airport"], [3, "St Pierre Airport"], [3, "St. Anthony Airport"], [22, "St. John's International Airport"], [3, "St. Mary's Airport"], [54, "Stavanger Airport Sola"], [4, "Stavropol Shpakovskoye Airport"], [2, "Stella Maris Airport"], [1, "Stephenville Airport"], [6, "Stewart International Airport"], [31, "Stockholm Skavsta Airport"], [3, "Stockholm V\u00c3\u00a4ster\u00c3\u00a5s Airport"], [219, "Stockholm-Arlanda Airport"], [27, "Stockholm-Bromma Airport"], [1, "Stockton Metropolitan Airport"], [4, "Stokmarknes Skagen Airport"], [3, "Stord Airport"], [5, "Stornoway Airport"], [34, "Strasbourg Airport"], [2, "Stronsay Airport"], [137, "Stuttgart Airport"], [1, "Suavanao Airport"], [2, "Suboficial Ay Santiago Germano Airport"], [6, "Sudbury Airport"], [1, "Sukhothai Airport"], [6, "Sukkur Airport"], [10, "Sulaymaniyah International Airport"], [29, "Sultan Abdul Aziz Shah International Airport"], [5, "Sultan Abdul Halim Airport"], [36, "Sultan Aji Muhamad Sulaiman Airport"], [2, "Sultan Azlan Shah Airport"], [5, "Sultan Iskandar Muda International Airport"], [14, "Sultan Ismail Petra Airport"], [8, "Sultan Khairun Babullah Airport"], [7, "Sultan Mahmud Airport"], [14, "Sultan Mahmud Badaruddin II Airport"], [18, "Sultan Syarif Kasim Ii (Simpang Tiga) Airport"], [6, "Sultan Thaha Airport"], [5, "Sumburgh Airport"], [1, "Summer Beaver Airport"], [47, "Sunan Shuofang International Airport"], [5, "Sundsvall-H\u00c3\u00a4rn\u00c3\u00b6sand Airport"], [5, "Sunshine Coast Airport"], [1, "Sunyani Airport"], [6, "Supadio Airport"], [3, "Surat Airport"], [4, "Surat Thani Airport"], [14, "Surgut Airport"], [3, "Surigao Airport"], [325, "Suvarnabhumi Airport"], [3, "Svalbard Airport - Longyear"], [2, "Sveg Airport"], [3, "Svolv\u00c3\u00a6r Helle Airport"], [15, "Syamsudin Noor Airport"], [2, "Sydney / J.A. Douglas McCurdy Airport"], [208, "Sydney Kingsford Smith International Airport"], [8, "Syktyvkar Airport"], [26, "Syracuse Hancock International Airport"], [2, "Syros Airport"], [7, "Szczecin-Goleni\u00c3\u00b3w \\Solidarno\u00c5\u009b\u00c4\u0087\\ Airport"], [1, "S\u00c3\u00a3o Filipe Airport"], [1, "S\u00c3\u00a3o F\u00c3\u00a9lix do Araguaia Airport"], [1, "S\u00c3\u00a3o F\u00c3\u00a9lix do Xingu Airport"], [1, "S\u00c3\u00a3o Gabriel da Cachoeira Airport"], [2, "S\u00c3\u00a3o Jorge Airport"], [5, "S\u00c3\u00a3o Pedro Airport"], [3, "S\u00c3\u00a3o Tom\u00c3\u00a9 International Airport"], [1, "S\u00c3\u00b8nderborg Airport"], [2, "S\u00c3\u00b8rkjosen Airport"], [1, "S\u00c3\u00bcleyman Demirel International Airport"], [7, "Ta'izz International Airport"], [1, "Tabatinga Airport"], [7, "Tabing Airport"], [15, "Tabriz International Airport"], [4, "Tabubil Airport"], [9, "Tabuk Airport"], [2, "Tacheng Airport"], [5, "Tachileik Airport"], [3, "Tagbilaran Airport"], [29, "Taichung Ching Chuang Kang Airport"], [1, "Tainan Airport"], [40, "Taipei Songshan Airport"], [129, "Taiping Airport"], [1, "Taitung Airport"], [264, "Taiwan Taoyuan International Airport"], [110, "Taiyuan Wusu Airport"], [8, "Takamatsu Airport"], [1, "Takapoto Airport"], [3, "Takaroa Airport"], [2, "Takoradi Airport"], [9, "Talagi Airport"], [15, "Tallahassee Regional Airport"], [4, "Taloyoak Airport"], [3, "Tamale Airport"], [3, "Tambolaka Airport"], [3, "Tambor Airport"], [138, "Tampa International Airport"], [12, "Tampere-Pirkkala Airport"], [1, "Tamworth Airport"], [109, "Tan Son Nhat International Airport"], [1, "Tan Tan Airport"], [55, "Tancredo Neves International Airport"], [1, "Tancredo Thomas de Faria Airport"], [5, "Tanna Airport"], [136, "Taoxian Airport"], [2, "Tapachula International Airport"], [1, "Tapuruquara Airport"], [4, "Taraz Airport"], [5, "Tarbes-Lourdes-Pyr\u00c3\u00a9n\u00c3\u00a9es Airport"], [2, "Taree Airport"], [3, "Tari Airport"], [1, "Tarko-Sale Airport"], [2, "Tartu Airport"], [81, "Tashkent International Airport"], [1, "Tasiilaq Heliport"], [2, "Tasiujaq Airport"], [1, "Tatalina LRRS Airport"], [2, "Taupo Airport"], [3, "Tauranga Airport"], [2, "Tautii Magheraus Airport"], [2, "Tavie Airport"], [7, "Tawau Airport"], [3, "Tazadit Airport"], [13, "Ta\u00e2\u0080\u0099if Regional Airport"], [34, "Tbilisi International Airport"], [59, "Ted Stevens Anchorage International Airport"], [5, "Tef\u00c3\u00a9 Airport"], [1, "Tekirda\u00c4\u009f \u00c3\u0087orlu Airport"], [3, "Teller Airport"], [15, "Ten. Cel. Aviador C\u00c3\u00a9sar Bombonato Airport"], [32, "Tenerife Norte Airport"], [159, "Tenerife South Airport"], [5, "Tengchong Tuofeng Airport"], [8, "Teniente Av. Jorge Henrich Arauz Airport"], [2, "Teniente Benjamin Matienzo Airport"], [1, "Termas de R\u00c3\u00ado Hondo international Airport"], [2, "Termez Airport"], [12, "Terrance B. Lettsome International Airport"], [1, "Teterboro Airport"], [2, "Texarkana Regional Webb Field"], [2, "Thandwe Airport"], [1, "Thargomindah Airport"], [17, "The Eastern Iowa Airport"], [5, "The Pas Airport"], [27, "Theodore Francis Green State Airport"], [87, "Thessaloniki Macedonia International Airport"], [1, "Thief River Falls Regional Airport"], [6, "Thompson Airport"], [1, "Thule Air Base"], [13, "Thunder Bay Airport"], [147, "Tianjin Binhai International Airport"], [2, "Tiga Airport"], [2, "Tikehau Airport"], [2, "Tiksi Airport"], [1, "Timaru Airport"], [13, "Timi\u00c5\u009foara Traian Vuia Airport"], [5, "Timmins/Victor M. Power"], [1, "Tin City Long Range Radar Station Airport"], [1, "Tingo Maria Airport"], [36, "Tirana International Airport Mother Teresa"], [1, "Tiree Airport"], [9, "Tiruchirapally Civil Airport Airport"], [11, "Tivat Airport"], [3, "Tjilik Riwut Airport"], [7, "Toamasina Airport"], [4, "Tobago-Crown Point Airport"], [1, "Tobias Bolanos International Airport"], [106, "Tocumen International Airport"], [1, "Togiak Airport"], [3, "Tokachi-Obihiro Airport"], [3, "Toksook Bay Airport"], [13, "Tokua Airport"], [2, "Tokushima Airport"], [157, "Tokyo Haneda International Airport"], [5, "Toledo Express Airport"], [3, "Toliara Airport"], [86, "Tolmachevo Airport"], [18, "Toncont\u00c3\u00adn International Airport"], [13, "Tongliao Airport"], [1, "Tongoa Airport"], [5, "Tongren Fenghuang Airport"], [4, "Toowoomba Airport"], [1, "Topeka Regional Airport - Forbes Field"], [3, "Torres Airstrip"], [2, "Torsby Airport"], [1, "Totegegie Airport"], [1, "Tottori Airport"], [6, "Touat Cheikh Sidi Mohamed Belkebir Airport"], [1, "Touggourt Sidi Madhi Airport"], [1, "Touho Airport"], [5, "Toul Rosi\u00c3\u00a8res Air Base"], [3, "Toulon-Hy\u00c3\u00a8res Airport"], [78, "Toulouse-Blagnac Airport"], [5, "Tours-Val-de-Loire Airport"], [24, "Toussaint Louverture International Airport"], [16, "Townsville Airport"], [9, "Toyama Airport"], [2, "Tozeur Nefta International Airport"], [10, "Trabzon International Airport"], [1, "Trail Airport"], [2, "Trang Airport"], [5, "Transilvania T\u00c3\u00a2rgu Mure\u00c5\u009f International Airport"], [1, "Trat Airport"], [2, "Treasure Cay Airport"], [14, "Trenton Mercer Airport"], [4, "Tres De Mayo Airport"], [38, "Treviso-Sant'Angelo Airport"], [8, "Tri Cities Airport"], [7, "Tri Cities Regional Tn Va Airport"], [5, "Tri-State/Milton J. Ferguson Field"], [43, "Tribhuvan International Airport"], [11, "Trieste\u00e2\u0080\u0093Friuli Venezia Giulia Airport"], [48, "Tripoli International Airport"], [42, "Trivandrum International Airport"], [1, "Trollh\u00c3\u00a4ttan-V\u00c3\u00a4nersborg Airport"], [1, "Trombetas Airport"], [26, "Troms\u00c3\u00b8 Airport"], [44, "Trondheim Airport V\u00c3\u00a6rnes"], [2, "Tshikapa Airport"], [3, "Tsushima Airport"], [3, "Tubuai Airport"], [31, "Tucson International Airport"], [1, "Tucuru\u00c3\u00ad Airport"], [3, "Tuguegarao Airport"], [1, "Tuktoyaktuk Airport"], [2, "Tulita Airport"], [27, "Tulsa International Airport"], [1, "Tumling Tar Airport"], [87, "Tunis Carthage International Airport"], [1, "Tunoshna Airport"], [26, "Tunxi International Airport"], [2, "Tupelo Regional Airport"], [1, "Turaif Domestic Airport"], [6, "Turbat International Airport"], [44, "Turin Airport"], [8, "Turku Airport"], [2, "Tweed New Haven Airport"], [3, "Tyler Pounds Regional Airport"], [2, "T\u00c3\u00aate-\u00c3\u00a0-la-Baleine Airport"], [2, "T\u00c3\u00b4lanaro Airport"], [2, "U-Tapao International Airport"], [3, "Ua Huka Airport"], [3, "Ua Pou Airport"], [3, "Ubon Ratchathani Airport"], [6, "Udon Thani Airport"], [23, "Ufa International Airport"], [2, "Ugolny Airport"], [4, "Ukhta Airport"], [3, "Ukunda Airstrip"], [1, "Ulaangom Airport"], [11, "Ulan-Ude Airport (Mukhino)"], [7, "Ulanhot Airport"], [2, "Ulawa Airport"], [1, "Ulgii Mongolei Airport"], [3, "Ulsan Airport"], [3, "Ulukhaktok Holman Airport"], [2, "Ulyanovsk Baratayevka Airport"], [3, "Ul\u00c3\u00a9i Airport"], [8, "Ume\u00c3\u00a5 Airport"], [3, "Umiujaq Airport"], [8, "Unalakleet Airport"], [3, "Unalaska Airport"], [5, "University Park Airport"], [4, "University of Illinois Willard Airport"], [2, "Upernavik Airport"], [3, "Uralsk Airport"], [3, "Uray Airport"], [7, "Urgench Airport"], [3, "Urmia Airport"], [1, "Uru Harbour Airport"], [3, "Usiminas Airport"], [2, "Usinsk Airport"], [8, "Ust-Kamennogorsk Airport"], [2, "Ust-Kut Airport"], [1, "Uummannaq Heliport"], [4, "Uytash Airport"], [1, "Uyuni Airport"], [1, "Uzhhorod International Airport"], [35, "V.C. Bird International Airport"], [5, "Vaasa Airport"], [5, "Vadodara Airport"], [7, "Vads\u00c3\u00b8 Airport"], [4, "Vagar Airport"], [35, "Val de Cans/J\u00c3\u00balio Cezar Ribeiro International Airport"], [7, "Val-d'Or Airport"], [3, "Valan Airport"], [2, "Valdez Pioneer Field"], [3, "Valdosta Regional Airport"], [82, "Valencia Airport"], [1, "Valesdir Airport"], [4, "Valladolid Airport"], [5, "Valle del Fuerte International Airport"], [7, "Valley International Airport"], [5, "Van Ferit Melen Airport"], [8, "Vance W. Amory International Airport"], [1, "Vancouver Harbour Water Aerodrome"], [158, "Vancouver International Airport"], [8, "Vanguardia Airport"], [3, "Vanimo Airport"], [1, "Vanua Balavu Airport"], [3, "Vard\u00c3\u00b8 Airport - Svartnes"], [9, "Varna Airport"], [2, "Venango Regional Airport"], [2, "Venetie Airport"], [122, "Venice Marco Polo Airport"], [1, "Vernal Regional Airport"], [39, "Verona Villafranca Airport"], [1, "Vicecomodoro Angel D. La Paz Aragon\u00c3\u00a9s Airport"], [7, "Victoria Falls International Airport"], [2, "Victoria Harbour Seaplane Base"], [13, "Victoria International Airport"], [1, "Victoria Regional Airport"], [308, "Vienna International Airport"], [6, "Vieques Airport"], [11, "Vigo Airport"], [1, "Vijayawada Airport"], [4, "Vilankulo Airport"], [4, "Vilhelmina Airport"], [1, "Villa Garz\u00c3\u00b3n Airport"], [58, "Vilnius International Airport"], [3, "Vilo Acu\u00c3\u00b1a International Airport"], [28, "Vincenzo Florio Airport Trapani-Birgi"], [7, "Vinh Airport"], [1, "Vinnytsia/Gavyryshivka Airport"], [11, "Vir Savarkar International Airport"], [1, "Virac Airport"], [57, "Viracopos International Airport"], [4, "Virgin Gorda Airport"], [24, "Viru Viru International Airport"], [1, "Visalia Municipal Airport"], [8, "Visby Airport"], [15, "Vishakhapatnam Airport"], [6, "Vit\u00c3\u00b3ria da Conquista Airport"], [26, "Vladivostok International Airport"], [85, "Vnukovo International Airport"], [10, "Volgograd International Airport"], [2, "Vorkuta Airport"], [8, "Voronezh International Airport"], [2, "Vunisea Airport"], [180, "V\u00c3\u00a1clav Havel Airport Prague"], [7, "V\u00c3\u00a4xj\u00c3\u00b6 Kronoberg Airport"], [16, "Wabush Airport"], [2, "Waco Regional Airport"], [3, "Wagga Wagga City Airport"], [1, "Waimea Kohala Airport"], [1, "Waingapu Airport"], [2, "Wainwright Airport"], [5, "Wajir Airport"], [2, "Wakkanai Airport"], [1, "Walaha Airport"], [4, "Wales Airport"], [1, "Walla Walla Regional Airport"], [6, "Wallblake Airport"], [3, "Walvis Bay Airport"], [1, "Wamena Airport"], [1, "Wanganui Airport"], [12, "Wanxian Airport"], [2, "Wapekeka Airport"], [1, "Wapenamanda Airport"], [120, "Warsaw Chopin Airport"], [196, "Washington Dulles International Airport"], [6, "Waskaganish Airport"], [2, "Waterford Airport"], [3, "Waterloo Airport"], [2, "Waterloo Regional Airport"], [4, "Watertown International Airport"], [3, "Watertown Regional Airport"], [24, "Wattay International Airport"], [1, "Waynesville-St. Robert Regional Forney field"], [2, "Webequie Airport"], [38, "Weeze Airport"], [7, "Weifang Airport"], [2, "Weipa Airport"], [1, "Wekwe\u00c3\u00a8t\u00c3\u00ac Airport"], [32, "Wellington International Airport"], [2, "Wemindji Airport"], [81, "Wenzhou Yongqiang Airport"], [23, "Westchester County Airport"], [8, "Westerland Sylt Airport"], [1, "Western Neb. Rgnl/William B. Heilig Airport"], [1, "Westport Airport"], [2, "Westray Airport"], [6, "Wewak International Airport"], [1, "Whakatane Airport"], [5, "Whale Cove Airport"], [2, "Whangarei Airport"], [1, "What\u00c3\u00ac Airport"], [4, "White Mountain Airport"], [5, "Whitehorse / Erik Nielsen International Airport"], [1, "Whyalla Airport"], [20, "Wichita Mid Continent Airport"], [2, "Wick Airport"], [7, "Wiley Post Will Rogers Memorial Airport"], [9, "Wilkes Barre Scranton International Airport"], [40, "Will Rogers World Airport"], [79, "William P Hobby Airport"], [1, "William R Fairchild International Airport"], [5, "Williams Lake Airport"], [1, "Williamson County Regional Airport"], [2, "Williamsport Regional Airport"], [13, "Wilmington International Airport"], [3, "Wilwal International Airport"], [2, "Windorah Airport"], [3, "Windsor Airport"], [41, "Winnipeg / James Armstrong Richardson International Airport"], [2, "Winton Airport"], [1, "Wokal Field Glasgow International Airport"], [4, "Wolter Monginsidi Airport"], [1, "Wonju Airport"], [3, "Woodbourne Airport"], [2, "Worcester Regional Airport"], [3, "Worland Municipal Airport"], [2, "Wrangell Airport"], [8, "Wuhai Airport"], [187, "Wuhan Tianhe International Airport"], [3, "Wunnumin Lake Airport"], [3, "Wuzhou Changzhoudao Airport"], [3, "Wynyard Airport"], [283, "Xi'an Xianyang International Airport"], [233, "Xiamen Gaoqi International Airport"], [13, "Xiangyang Liuji Airport"], [5, "Xichang Qingshan Airport"], [1, "Xieng Khouang Airport"], [7, "Xilinhot Airport"], [6, "Xingyi Airport"], [49, "Xining Caojiabu Airport"], [2, "Xinyuan Nalati Airport"], [24, "Xishuangbanna Gasa Airport"], [6, "Xoxocotl\u00c3\u00a1n International Airport"], [20, "Xuzhou Guanyin Airport"], [4, "Yacuiba Airport"], [1, "Yakima Air Terminal McAllister Field"], [1, "Yakubu Gowon Airport"], [2, "Yakutat Airport"], [33, "Yakutsk Airport"], [3, "Yamagata Airport"], [3, "Yamaguchi Ube Airport"], [1, "Yampa Valley Airport"], [5, "Yan'an Ershilipu Airport"], [17, "Yancheng Airport"], [49, "Yangon International Airport"], [1, "Yangyang International Airport"], [18, "Yangzhou Taizhou Airport"], [14, "Yanji Chaoyangchuan Airport"], [56, "Yantai Laishan Airport"], [135, "Yaoqiang Airport"], [17, "Yaound\u00c3\u00a9 Nsimalen International Airport"], [2, "Yap International Airport"], [1, "Yarigu\u00c3\u00ades Airport"], [1, "Yasouj Airport"], [6, "Yeager Airport"], [6, "Yelizovo Airport"], [30, "Yellowknife Airport"], [2, "Yellowstone Regional Airport"], [43, "Yemelyanovo Airport"], [3, "Yeosu Airport"], [10, "Yibin Caiba Airport"], [24, "Yichang Sanxia Airport"], [6, "Yichun Mingyueshan Airport"], [65, "Yinchuan Airport"], [4, "Yining Airport"], [18, "Yiwu Airport"], [1, "Yola Airport"], [4, "Youngstown Warren Regional Airport"], [12, "Yulin Yuyang Airport"], [3, "Yuma MCAS/Yuma International Airport"], [29, "Yuncheng Guangong Airport"], [2, "Yushu Batang Airport"], [15, "Yuzhno-Sakhalinsk Airport"], [1, "Zabol Airport"], [1, "Zafer Airport"], [42, "Zagreb Airport"], [11, "Zahedan International Airport"], [6, "Zamboanga International Airport"], [2, "Zaporizhzhia International Airport"], [8, "Zaragoza Air Base"], [26, "Zemunik Airport"], [6, "Zenata \u00e2\u0080\u0093 Messali El Hadj Airport"], [19, "Zhanjiang Airport"], [3, "Zhaotong Airport"], [174, "Zhengzhou Xinzheng International Airport"], [2, "Zhezkazgan Airport"], [3, "Zhijiang Airport"], [2, "Zhob Airport"], [2, "Zhongwei Shapotou Airport"], [13, "Zhoushan Airport"], [142, "Zhoushuizi Airport"], [60, "Zhuhai Jinwan Airport"], [2, "Ziguinchor Airport"], [2, "Zona da Mata Regional Airport"], [2, "Zonguldak Airport"], [13, "Zumbi dos Palmares Airport"], [15, "Zunyi Xinzhou Airport"], [45, "Zvartnots International Airport"], [5, "Zweibr\u00c3\u00bccken Airport"], [247, "Z\u00c3\u00bcrich Airport"], [3, "\u00c3\u0081stor Piazzola International Airport"], [3, "\u00c3\u0084ngelholm-Helsingborg Airport"], [13, "\u00c3\u0085lesund Airport"], [3, "\u00c3\u0085re \u00c3\u0096stersund Airport"], [1, "\u00c3\u0087anakkale Airport"], [2, "\u00c3\u0087ardak Airport"], [1, "\u00c3\u008dsafj\u00c3\u00b6r\u00c3\u00b0ur Airport"], [2, "\u00c3\u008ele Art - Waala Airport"], [1, "\u00c3\u008ele des Pins Airport"], [3, "\u00c3\u008eles-de-la-Madeleine Airport"], [2, "\u00c3\u0096rebro Airport"], [1, "\u00c3\u0096rnsk\u00c3\u00b6ldsvik Airport"], [1, "\u00c3\u0098rland Airport"], [4, "\u00c3\u0098rsta-Volda Airport - Hovden"], [153, "\u00c3\u009cr\u00c3\u00bcmqi Diwopu International Airport"], [5, "\u00c5\u009eanl\u00c4\u00b1urfa GAP Airport"]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_7ubph_67240.png", "TableImg_Zvmkc_7184.png"], "original_data_index": 2674} +{"question": "Find the checking balance of the accounts whose savings balance is higher than the average savings balance.", "answer": {"columns": ["balance"], "index": [0], "data": [[2000.0]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_Uh060_7.png", "TableImg_C3y6z_6.png", "TableImg_39ka4_7.png"], "original_data_index": 2675} +{"question": "Show the titles of books in descending order of publication price.", "answer": {"columns": ["Title"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["The Black Lamb"], ["Bloody Mary : Lady Liberty"], ["BrainBanx"], ["Cyberella"], ["The Dome: Ground Zero"], ["Michael Moorcock's Multiverse"], ["Sheva's War"]]}, "table_names": "['publication', 'book']", "table_image_ids": ["TableImg_3kdw2_7.png", "TableImg_Me723_10.png"], "original_data_index": 2676} +{"question": "Find the average price of wines that are not produced from Sonoma county.", "answer": {"columns": ["avg(price)"], "index": [0], "data": [[46.5350318471]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_X1nma_57.png", "TableImg_6c4ke_500.png"], "original_data_index": 2677} +{"question": "Show all member names who are not in charge of any event.", "answer": {"columns": ["Member_Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Hon Arch Bevis"], ["Hon Bruce Baird"], ["Hon Fran Bailey"], ["Hon Kevin Andrews"], ["Hon Kim Beazley"], ["Hon Tony Abbott"], ["Mark Baker"], ["Peter Andren"]]}, "table_names": "['member', 'party_events']", "table_image_ids": ["TableImg_74r0w_15.png", "TableImg_Gjn6s_8.png"], "original_data_index": 2678} +{"question": "What are the name and location of the cinema with the largest capacity?", "answer": {"columns": ["Name", "Location"], "index": [0], "data": [["Codling", "County Wicklow"]]}, "table_names": "['cinema']", "table_image_ids": ["TableImg_Jxv7a_10.png"], "original_data_index": 2679} +{"question": "List the date, theme and sales of the journal which did not have any of the listed editors serving on committee.", "answer": {"columns": ["Date", "Theme", "Sales"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["December 16, 2001", "Green Bay Packers", 2804], ["December 22, 2001", "at Oakland Raiders", 1934], ["December 30, 2001", "Cleveland Browns", 3798], ["November 12, 2001", "Baltimore Ravens", 6532], ["November 18, 2001", "at Cincinnati Bengals", 3421], ["November 4, 2001", "Jacksonville Jaguars", 1232], ["October 14, 2001", "Tampa Bay Buccaneers", 4798], ["October 29, 2001", "at Pittsburgh Steelers", 1763], ["September 9, 2001", "Miami Dolphins", 798]]}, "table_names": "['journal', 'journal_committee']", "table_image_ids": ["TableImg_Ntvzu_16.png", "TableImg_Sfc34_7.png"], "original_data_index": 2680} +{"question": "Show the names of companies and of employees.", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2, 3, 4], "data": [["PetroChina", "Darryl Kennedy"], ["BP", "Tom Sheehey"], ["China Construction Bank", "Brad Lohaus"], ["Gazprom", "Reggie Lewis"], ["Volkswagen Group", "Jerry Corcoran"]]}, "table_names": "['people', 'company', 'employment']", "table_image_ids": ["TableImg_Wv97z_7.png", "TableImg_Vnu5j_19.png", "TableImg_U6eoz_5.png"], "original_data_index": 2681} +{"question": "What are the first and last names of the top 10 longest-serving employees?", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Jane", "Peacock"], ["Nancy", "Edwards"], ["Andrew", "Adams"], ["Margaret", "Park"], ["Steve", "Johnson"], ["Michael", "Mitchell"], ["Robert", "King"], ["Laura", "Callahan"]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_Mmi70_8.png"], "original_data_index": 2682} +{"question": "What distinct accelerator names are compatible with the browswers that have market share higher than 15?", "answer": {"columns": ["name"], "index": [0, 1, 2], "data": [["CACHEbox"], ["Fasterfox"], ["Nitro"]]}, "table_names": "['Web_client_accelerator', 'browser', 'accelerator_compatible_browser']", "table_image_ids": ["TableImg_Gpc4i_19.png", "TableImg_48m78_4.png", "TableImg_Kixhk_9.png"], "original_data_index": 2683} +{"question": "What are the maximum price and score of wines for each year?", "answer": {"columns": ["max(Price)", "max(Score)", "Year"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[75, 92, 2004], [100, 95, 2005], [200, 98, 2006], [225, 98, 2007], [130, 95, 2008], [78, 95, 2009], [32, 88, 2066]]}, "table_names": "['wine']", "table_image_ids": ["TableImg_Fuz8t_500.png"], "original_data_index": 2684} +{"question": "What is the name and detail of each staff member?", "answer": {"columns": ["Name", "Other_Details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["Whitney", null], ["Kaela", null], ["Eunice", null], ["Kiarra", null], ["Phoebe", null], ["Vickie", null], ["Jannie", null], ["Lenore", null], ["Asia", null], ["Janet", null], ["Elouise", null], ["Gina", null], ["Beth", null], ["Ruthie", null], ["Aurore", null], ["Cortney", null], ["Astrid", null], ["Shemar", null], ["Trinity", null], ["Carmella", null]]}, "table_names": "['Staff']", "table_image_ids": ["TableImg_2xomf_20.png"], "original_data_index": 2685} +{"question": "Find the total amount of products ordered before 2018-03-17 07:13:53.", "answer": {"columns": ["sum(t2.order_quantity)"], "index": [0], "data": [[45]]}, "table_names": "['Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Kxwm9_15.png", "TableImg_Tw425_15.png"], "original_data_index": 2686} +{"question": "What are the details of the three most expensive hotels?", "answer": {"columns": ["other_hotel_details"], "index": [0, 1, 2], "data": [[null], [null], [null]]}, "table_names": "['Hotels']", "table_image_ids": ["TableImg_Ot9yq_20.png"], "original_data_index": 2687} +{"question": "Count the number of Professors who have office in building NEB.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Faculty']", "table_image_ids": ["TableImg_Xlsl0_58.png"], "original_data_index": 2688} +{"question": "List the names of clubs that do not have any players.", "answer": {"columns": ["name"], "index": [0], "data": [["HSBIF"]]}, "table_names": "['club', 'player']", "table_image_ids": ["TableImg_Pblmi_6.png", "TableImg_Yp4lg_15.png"], "original_data_index": 2689} +{"question": "Find the id and address of the shops whose score is below the average score.", "answer": {"columns": ["Shop_ID", "Address"], "index": [0, 1, 2, 3, 4, 5], "data": [[4, "909 Walnut Street"], [5, "414 E. 12th Street"], [6, "1201 Walnut Street"], [8, "909 Main Street"], [9, "1100 Main Street"], [10, "324 E. 11th Street"]]}, "table_names": "['shop']", "table_image_ids": ["TableImg_Kun0e_10.png"], "original_data_index": 2690} +{"question": "How many artists do not have any album?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[71]]}, "table_names": "['Album', 'Artist']", "table_image_ids": ["TableImg_Eas51_347.png", "TableImg_Yc5qd_275.png"], "original_data_index": 2691} +{"question": "What are the first names of all professors not teaching any classes?", "answer": {"columns": ["EMP_FNAME"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [["Anne"], ["Annelise"], ["Doreen"], ["George"], ["Herman"], ["Hermine"], ["James"], ["Melanie"], ["Preston"], ["Ralph"], ["Ronald"], ["Ross"], ["Van"], ["Willa"]]}, "table_names": "['CLASS', 'EMPLOYEE']", "table_image_ids": ["TableImg_Z54ps_13.png", "TableImg_Nftqy_37.png"], "original_data_index": 2692} +{"question": "Show all company names with a movie directed in year 1999.", "answer": {"columns": ["Company_name"], "index": [0, 1], "data": [["Culture China"], ["Culture China Cargo"]]}, "table_names": "['movie', 'culture_company']", "table_image_ids": ["TableImg_T6c6q_10.png", "TableImg_16xbn_6.png"], "original_data_index": 2693} +{"question": "What are the names and genders of staff who were assigned in 2016?", "answer": {"columns": ["staff_name", "staff_gender"], "index": [0, 1, 2, 3, 4, 5], "data": [["Zakary", "1"], ["Katelynn", "1"], ["Tyson", "1"], ["Melody", "1"], ["Yolanda", "1"], ["Malika", "1"]]}, "table_names": "['Staff', 'Staff_Department_Assignments']", "table_image_ids": ["TableImg_Xpsae_15.png", "TableImg_Qksrq_15.png"], "original_data_index": 2694} +{"question": "Show each location and the number of cinemas there.", "answer": {"columns": ["Location", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["County Clare", 3], ["County Cork", 1], ["County Dublin", 1], ["County Laois", 1], ["County Louth", 1], ["County Tipperary", 2], ["County Wicklow", 1]]}, "table_names": "['cinema']", "table_image_ids": ["TableImg_Cnhs6_10.png"], "original_data_index": 2695} +{"question": "Show all church names except for those that had a wedding in year 2015.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Alston Church"], ["Church of Christ (Parrishite)"], ["Church of Jesus Christ, the Bride, the Lamb's Wife"], ["Independent Church"], ["Pure Church of Christ"], ["True Church of Jesus Christ of Latter Day Saints"]]}, "table_names": "['church', 'wedding']", "table_image_ids": ["TableImg_6nn4d_9.png", "TableImg_Om7kq_4.png"], "original_data_index": 2696} +{"question": "Which channels broadcast both in the morning and at night? Give me the channel names.", "answer": {"columns": ["Name"], "index": [0], "data": [["CCTV-1"]]}, "table_names": "['channel', 'broadcast']", "table_image_ids": ["TableImg_Kyrlz_10.png", "TableImg_4ojb5_11.png"], "original_data_index": 2697} +{"question": "Give me the zip code where the average mean humidity is below 70 and at least 100 trips took place.", "answer": {"columns": ["zip_code"], "index": [0], "data": [[94107]]}, "table_names": "['trip', 'weather']", "table_image_ids": ["TableImg_Phvup_9959.png", "TableImg_8pfly_3665.png"], "original_data_index": 2698} +{"question": "Find the names of the swimmers who have both \"win\" and \"loss\" results in the record.", "answer": {"columns": ["name"], "index": [0, 1, 2], "data": [["Craig Stevens"], ["Oussama Mellouli"], ["Sergiy Fesenko"]]}, "table_names": "['swimmer', 'record']", "table_image_ids": ["TableImg_Xbwun_8.png", "TableImg_Rfriz_13.png"], "original_data_index": 2699} +{"question": "List the problem id and log id which are assigned to the staff named Rylan Homenick.", "answer": {"columns": ["problem_id", "problem_log_id"], "index": [0, 1], "data": [[11, 1], [8, 2]]}, "table_names": "['Problem_Log', 'Staff']", "table_image_ids": ["TableImg_Kz935_15.png", "TableImg_Yzq7e_15.png"], "original_data_index": 2700} +{"question": "Show the name and description of the role played by the employee named Ebba.", "answer": {"columns": ["Role_Name", "Role_Description"], "index": [0], "data": [["Manager", "Vero harum corrupti odit ipsa vero et odio. Iste et recusandae temporibus maxime. Magni aspernatur fugit quis explicabo totam esse corrupti."]]}, "table_names": "['Roles', 'Employees']", "table_image_ids": ["TableImg_0j37e_5.png", "TableImg_Lzs0u_15.png"], "original_data_index": 2701} +{"question": "Return the names and typical buying prices for all products.", "answer": {"columns": ["product_name", "typical_buying_price"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["cumin", ""], ["peper", "352447.2874677"], ["basil", "503.8431967"], ["borage", ""], ["chili", ""], ["ginger", "5.578"], ["sesame", "1284268.0659"], ["caraway", "24493"], ["catnip", "12008702.623"], ["flax", "339404395.7"], ["chervil", ""], ["voluptatem", "162"], ["cinnam", "1686539.4"], ["lotus", "43221310.465574"], ["laurel", ""]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_4e031_15.png"], "original_data_index": 2702} +{"question": "How many addresses have zip code 197?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Addresses']", "table_image_ids": ["TableImg_40rlh_20.png"], "original_data_index": 2703} +{"question": "Find the total number of king beds available.", "answer": {"columns": ["sum(beds)"], "index": [0], "data": [[6]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_Utxg2_10.png"], "original_data_index": 2704} +{"question": "Return the name of the wrestler who had the lowest number of days held.", "answer": {"columns": ["Name"], "index": [0], "data": [["El Samurai"]]}, "table_names": "['wrestler']", "table_image_ids": ["TableImg_G4h37_10.png"], "original_data_index": 2705} +{"question": "How many gymnasts are from each hometown?", "answer": {"columns": ["Hometown", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["Bonao", 1], ["Los Alcarrizos", 1], ["Santiago de los Caballeros", 1], ["Santo Domingo", 4]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_Oo7sv_7.png", "TableImg_Jwijp_10.png"], "original_data_index": 2706} +{"question": "Count the number of climbers.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[10]]}, "table_names": "['climber']", "table_image_ids": ["TableImg_8dg6y_10.png"], "original_data_index": 2707} +{"question": "Find the component amounts and names of all furnitures that have more than 10 components.", "answer": {"columns": ["Num_of_Component", "Name"], "index": [0, 1], "data": [[14, "Billiard table"], [12, "Dining set"]]}, "table_names": "['furniture']", "table_image_ids": ["TableImg_K0pew_7.png"], "original_data_index": 2708} +{"question": "What are the names and urls of images, sorted alphabetically?", "answer": {"columns": ["image_name", "image_url"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["chapter1", "http://gaylord.info/1.jpg"], ["chapter2", "http://www.hellerreinger.com/1.jpg"], ["chapter3", "http://faycummerata.net/1.jpg"], ["chapter4", "http://haleychamplin.net/1.jpg"], ["chapter5", "http://www.fritsch.net/1.jpg"], ["data1", "http://sauer.com/1.jpg"], ["data2", "http://www.heller.com/1.jpg"], ["data3", "http://www.hermann.com/1.jpg"], ["data4", "http://rowelakin.com/1.jpg"], ["data5", "http://andersonluettgen.net/1.jpg"], ["data6", "http://www.beahan.biz/1.jpg"], ["top1", "http://www.rempelnader.com/1.jpg"], ["top2", "http://connellykertzmann.org/1.jpg"], ["top3", "http://www.bernierconnelly.com/1.jpg"], ["top4", "http://abernathyboehm.com/1.jpg"]]}, "table_names": "['Images']", "table_image_ids": ["TableImg_L68cd_15.png"], "original_data_index": 2709} +{"question": "Count the number of students the teacher LORIA ONDERSMA teaches.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_Rzxt9_60.png", "TableImg_Albb4_12.png"], "original_data_index": 2710} +{"question": "How many tracks are in the AAC audio file media type?", "answer": {"columns": ["COUNT(*)"], "index": [0], "data": [[11]]}, "table_names": "['MediaType', 'Track']", "table_image_ids": ["TableImg_Mz25v_5.png", "TableImg_2fze0_3503.png"], "original_data_index": 2711} +{"question": "How many games has each stadium held?", "answer": {"columns": ["id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [[1, 2], [2, 2], [3, 2], [4, 2], [5, 2], [6, 1], [7, 2], [8, 1], [9, 1], [10, 3], [11, 1], [12, 1]]}, "table_names": "['stadium', 'game']", "table_image_ids": ["TableImg_54bei_13.png", "TableImg_Ccmiu_20.png"], "original_data_index": 2712} +{"question": "What is the name, type, and flag of the ship that was built in the most recent year?", "answer": {"columns": ["Name", "Type", "Flag"], "index": [0], "data": [["HMS Gorgon", "Panamax", "Panama"]]}, "table_names": "['Ship']", "table_image_ids": ["TableImg_Uunys_9.png"], "original_data_index": 2713} +{"question": "What are the names of all genres in alphabetical order, combined with its ratings?", "answer": {"columns": ["g_name", "rating"], "index": [0, 1, 2, 3, 4, 5], "data": [["blues", "7"], ["folk", "9"], ["modern", "8"], ["nazrul", "7"], ["pop", "9"], ["tagore", "8"]]}, "table_names": "['genre']", "table_image_ids": ["TableImg_Ge5iv_6.png"], "original_data_index": 2714} +{"question": "What is the minimum, mean, and maximum age across all students?", "answer": {"columns": ["min(age)", "avg(age)", "max(age)"], "index": [0], "data": [[16, 19.5588235294, 27]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_2agle_34.png"], "original_data_index": 2715} +{"question": "Which countries do not have a stadium that was opened after 2006?", "answer": {"columns": ["Country"], "index": [0, 1, 2, 3, 4], "data": [["Azerbaijan"], ["England"], ["France"], ["Hungary"], ["Spain"]]}, "table_names": "['stadium']", "table_image_ids": ["TableImg_Rvmhq_10.png"], "original_data_index": 2716} +{"question": "Which department has the most professors with a Ph.D.?", "answer": {"columns": ["DEPT_NAME", "DEPT_CODE"], "index": [0], "data": [["Accounting", "ACCT"]]}, "table_names": "['DEPARTMENT', 'PROFESSOR']", "table_image_ids": ["TableImg_6lckh_11.png", "TableImg_Yhb0g_22.png"], "original_data_index": 2717} +{"question": "Give all information regarding instructors, in order of salary from least to greatest.", "answer": {"columns": ["ID", "name", "dept_name", "salary"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49], "data": [["14365", "Lembr", "Accounting", 32241.56], ["50885", "Konstantinides", "Languages", 32570.5], ["42782", "Vicentino", "Elec. Eng.", 34272.67], ["28097", "Kean", "English", 35023.18], ["36897", "Morris", "Marketing", 43770.36], ["57180", "Hau", "Accounting", 43966.29], ["64871", "Gutierrez", "Statistics", 45310.53], ["80759", "Queiroz", "Biology", 45538.32], ["72553", "Yin", "English", 46397.59], ["79081", "Ullman ", "Accounting", 47307.1], ["59795", "Desyl", "Languages", 48803.38], ["41930", "Tung", "Athletics", 50482.03], ["97302", "Bertolino", "Mech. Eng.", 51647.57], ["95030", "Arinb", "Statistics", 54805.11], ["90643", "Choll", "Statistics", 57807.09], ["78699", "Pingr", "Statistics", 59303.62], ["22591", "DAgostino", "Psychology", 59706.49], ["4034", "Murata", "Athletics", 61387.56], ["35579", "Soisalon-Soininen", "Psychology", 62579.61], ["58558", "Dusserre", "Marketing", 66143.25], ["31955", "Moreira", "Accounting", 71351.42], ["15347", "Bawa", "Athletics", 72140.88], ["81991", "Valtchev", "Biology", 77036.18], ["43779", "Romero", "Astronomy", 79070.08], ["65931", "Pimenta", "Cybernetics", 79866.95], ["3335", "Bourrier", "Comp. Sci.", 80797.83], ["3199", "Gustafsson", "Elec. Eng.", 82534.37], ["28400", "Atanassov", "Statistics", 84982.92], ["48570", "Sarkar", "Pol. Sci.", 87549.8], ["52647", "Bancilhon", "Pol. Sci.", 87958.01], ["4233", "Luo", "English", 88791.45], ["79653", "Levine", "Elec. Eng.", 89805.83], ["73623", "Sullivan", "Elec. Eng.", 90038.09], ["25946", "Liley", "Languages", 90891.69], ["99052", "Dale", "Cybernetics", 93348.83], ["63395", "McKinnon", "Cybernetics", 94333.99], ["16807", "Yazdi", "Athletics", 98333.65], ["77346", "Mahmoud", "Geology", 99382.59], ["63287", "Jaekel", "Athletics", 103146.87], ["37687", "Arias", "Statistics", 104563.38], ["6569", "Mingoz", "Finance", 105311.38], ["74426", "Kenje", "Marketing", 106554.73], ["48507", "Lent", "Mech. Eng.", 107978.47], ["50330", "Shuming", "Physics", 108011.81], ["34175", "Bondi", "Comp. Sci.", 115469.11], ["90376", "Bietzk", "Cybernetics", 117836.5], ["95709", "Sakurai", "English", 118143.98], ["96895", "Mird", "Marketing", 119921.41], ["74420", "Voronina", "Physics", 121141.99], ["19368", "Wieland", "Pol. Sci.", 124651.41]]}, "table_names": "['instructor']", "table_image_ids": ["TableImg_39ct3_50.png"], "original_data_index": 2718} +{"question": "What are the names, classes, and dates for all races?", "answer": {"columns": ["Name", "Class", "Date"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Rolex 24 At Daytona", "DP/GT", "January 26 January 27"], ["Gainsco Grand Prix of Miami", "DP/GT", "March 29"], ["Mexico City 250", "DP/GT", "April 19"], ["Bosch Engineering 250 at VIR", "GT", "April 27"], ["RumBum.com 250", "DP/GT", "May 17"], ["Lime Rock GT Classic 250", "GT", "May 26"], ["Sahlen's Six Hours of the Glen", "DP/GT", "June 7"]]}, "table_names": "['race']", "table_image_ids": ["TableImg_3ztvf_7.png"], "original_data_index": 2719} +{"question": "What are the total scores of the body builders whose birthday contains the string \"January\" ?", "answer": {"columns": ["Total"], "index": [0], "data": [[317.5]]}, "table_names": "['body_builder', 'people']", "table_image_ids": ["TableImg_Lxl3g_5.png", "TableImg_Fri63_6.png"], "original_data_index": 2720} +{"question": "Find the first names of the faculty members who are playing Canoeing or Kayaking.", "answer": {"columns": ["Lname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["Giuliano"], ["Goodrich"], ["Jones"], ["Yarowsky"], ["Smith"], ["Houlahan"], ["Beach"], ["Taylor"], ["Angelopoulou"], ["Wolff"], ["Salzberg"], ["Amir"], ["Goldman"], ["Burzio"], ["Frank"], ["Cheng"], ["Naiman"], ["Hall"]]}, "table_names": "['Activity', 'Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_L183g_16.png", "TableImg_R721d_40.png", "TableImg_96x6e_58.png"], "original_data_index": 2721} +{"question": "Find the names of scientists who are not working on the project with the highest hours.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Anand Manikutty"], ["Carol Smith"], ["David Smith"], ["Elizabeth Doe"], ["Eric Goldsmith"], ["George ODonnell"], ["Joe Stevens"], ["John Doe"], ["Kumar Swamy"], ["Mary-Anne Foster"], ["Michael Rogers"], ["Zacary Efron"]]}, "table_names": "['Scientists', 'Projects', 'AssignedTo']", "table_image_ids": ["TableImg_Uupwg_12.png", "TableImg_Yqm5g_14.png", "TableImg_63lee_12.png"], "original_data_index": 2722} +{"question": "Which membership card has more than 5 members?", "answer": {"columns": ["Membership_card"], "index": [0], "data": [["Black"]]}, "table_names": "['member']", "table_image_ids": ["TableImg_Asyxw_10.png"], "original_data_index": 2723} +{"question": "Show each author and the number of workshops they submitted to.", "answer": {"columns": ["Author", "COUNT(DISTINCT T1.workshop_id)"], "index": [0, 1, 2, 3, 4], "data": [["Jeff Lloyd", 1], ["Sammy Green", 2], ["Sherman Smith", 1], ["Steve Niehaus", 1], ["Steve Raible", 1]]}, "table_names": "['submission', 'Acceptance']", "table_image_ids": ["TableImg_Gz91t_10.png", "TableImg_9aefw_6.png"], "original_data_index": 2724} +{"question": "Show the names of employees with role name Editor.", "answer": {"columns": ["Employee_Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Stephanie"], ["Harley"], ["Armani"], ["Gussie"], ["Izabella"], ["Mallie"], ["Beatrice"]]}, "table_names": "['Roles', 'Employees']", "table_image_ids": ["TableImg_Mxbpe_5.png", "TableImg_9145r_15.png"], "original_data_index": 2725} +{"question": "Count the number of games taken place in park \"Columbia Park\" in 1907.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['home_game', 'park']", "table_image_ids": ["TableImg_Kipj1_2944.png", "TableImg_9u698_250.png"], "original_data_index": 2726} +{"question": "Return the last name, id and phone number of the customer who has made the greatest number of orders.", "answer": {"columns": ["customer_last_name", "customer_id", "phone_number"], "index": [0], "data": [["Schaefer", 3, "(488)524-5345"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_Udwy4_15.png", "TableImg_Uypzm_15.png"], "original_data_index": 2727} +{"question": "Which restaurants have highest rating? List the restaurant name and its rating.", "answer": {"columns": ["ResName", "Rating"], "index": [0], "data": [["Honeygrow", 4]]}, "table_names": "['Restaurant']", "table_image_ids": ["TableImg_6mqzs_2.png"], "original_data_index": 2728} +{"question": "What buildings have faculty offices?", "answer": {"columns": ["Building"], "index": [0, 1, 2], "data": [["NEB"], ["Barton"], ["Krieger"]]}, "table_names": "['Faculty']", "table_image_ids": ["TableImg_Vy90u_58.png"], "original_data_index": 2729} +{"question": "Count the number of book clubs.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[12]]}, "table_names": "['book_club']", "table_image_ids": ["TableImg_5vw5l_12.png"], "original_data_index": 2730} +{"question": "What is the title of the film that has the highest high market estimation.", "answer": {"columns": ["Title"], "index": [0], "data": [["ET the Extra-Terrestrial"]]}, "table_names": "['film', 'film_market_estimation']", "table_image_ids": ["TableImg_Mgwqw_13.png", "TableImg_Haku0_9.png"], "original_data_index": 2731} +{"question": "What is the title of the prerequisite class of International Finance course?", "answer": {"columns": ["title"], "index": [0], "data": [["Elastic Structures"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_0nbrq_200.png", "TableImg_0ibs0_100.png"], "original_data_index": 2732} +{"question": "What is the name of the department with an instructure who has a name like 'Soisalon'?", "answer": {"columns": ["dept_name"], "index": [0], "data": [["Psychology"]]}, "table_names": "['instructor']", "table_image_ids": ["TableImg_0ihup_50.png"], "original_data_index": 2733} +{"question": "What are the names of all the physicians who took appointments.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["John Dorian"], ["Elliot Reid"], ["John Dorian"], ["Percival Cox"], ["Percival Cox"], ["Elliot Reid"], ["Christopher Turk"], ["Molly Clock"], ["Elliot Reid"]]}, "table_names": "['Physician', 'Appointment']", "table_image_ids": ["TableImg_1m2o0_9.png", "TableImg_Vlyse_9.png"], "original_data_index": 2734} +{"question": "What are the amenities in alphabetical order that Anonymous Donor Hall has?", "answer": {"columns": ["amenity_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["4 Walls"], ["Air Conditioning"], ["Carpeted Rooms"], ["Ethernet Ports"], ["Heat"], ["Roof"], ["Study Room"], ["TV Lounge"]]}, "table_names": "['Dorm', 'Dorm_amenity', 'Has_amenity']", "table_image_ids": ["TableImg_1lxg8_7.png", "TableImg_Jja57_12.png", "TableImg_21272_40.png"], "original_data_index": 2735} +{"question": "What are the names of storms that did not affect any regions?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Two"], ["Six"], ["Seven"], ["Eight"], ["Nine"], ["9 cyclones"]]}, "table_names": "['storm', 'affected_region']", "table_image_ids": ["TableImg_Kth7l_10.png", "TableImg_T0vfz_6.png"], "original_data_index": 2736} +{"question": "How many courses are provided in each semester and year?", "answer": {"columns": ["count(*)", "semester", "year"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [[2, "Fall", 2001], [9, "Fall", 2002], [6, "Fall", 2003], [3, "Fall", 2004], [4, "Fall", 2005], [8, "Fall", 2006], [6, "Fall", 2007], [1, "Fall", 2008], [7, "Fall", 2009], [5, "Fall", 2010], [3, "Spring", 2001], [4, "Spring", 2002], [6, "Spring", 2003], [4, "Spring", 2004], [4, "Spring", 2005], [5, "Spring", 2006], [6, "Spring", 2007], [9, "Spring", 2008], [2, "Spring", 2009], [6, "Spring", 2010]]}, "table_names": "['section']", "table_image_ids": ["TableImg_J3h4d_100.png"], "original_data_index": 2737} +{"question": "List the carriers of devices that have no devices in stock.", "answer": {"columns": ["Carrier"], "index": [0, 1, 2, 3], "data": [["MTS Mobility"], ["Verizon Wireless"], ["Telus Mobility"], ["Iusacell"]]}, "table_names": "['device', 'stock']", "table_image_ids": ["TableImg_Enu3g_6.png", "TableImg_Ctvx1_8.png"], "original_data_index": 2738} +{"question": "What is the maximum fastest lap speed in the Monaco Grand Prix in 2008?", "answer": {"columns": ["max(T2.fastestlapspeed)"], "index": [0], "data": [["156.789"]]}, "table_names": "['races', 'results']", "table_image_ids": ["TableImg_Imcny_997.png", "TableImg_Fgtvy_23777.png"], "original_data_index": 2739} +{"question": "What are the id and name of the stations that have ever had more than 12 bikes available?", "answer": {"columns": ["id", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[45, "Commercial at Montgomery"], [48, "Embarcadero at Vallejo"], [56, "Beale at Market"], [57, "5th at Howard"], [65, "Townsend at 7th"], [68, "Yerba Buena Center of the Arts (3rd @ Howard)"], [72, "Civic Center BART (7th at Market)"], [75, "Mechanics Plaza (Market at Battery)"], [77, "Market at Sansome"]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_Tuo4m_70.png", "TableImg_Tnhm8_8487.png"], "original_data_index": 2740} +{"question": "How many departments are in the division AS?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[19]]}, "table_names": "['Department']", "table_image_ids": ["TableImg_Ocggk_26.png"], "original_data_index": 2741} +{"question": "Find the emails of parties with the most popular party form.", "answer": {"columns": ["party_email"], "index": [0, 1, 2], "data": [["daniel.charity@example.net"], ["lucinda83@example.org"], ["evie97@example.org"]]}, "table_names": "['Parties', 'Party_Forms']", "table_image_ids": ["TableImg_Qqfz7_15.png", "TableImg_5j9pm_13.png"], "original_data_index": 2742} +{"question": "What is the description of the product category with the code 'Spices'?", "answer": {"columns": ["product_category_description"], "index": [0], "data": [["Spices"]]}, "table_names": "['Ref_Product_Categories']", "table_image_ids": ["TableImg_Hriha_3.png"], "original_data_index": 2743} +{"question": "What are the names of all of Alice's friends of friends?", "answer": {"columns": ["name"], "index": [0], "data": [["Zach"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Kg05s_4.png", "TableImg_Vddy6_4.png"], "original_data_index": 2744} +{"question": "Find the distinct Advisor of students who have treasurer votes in the spring election cycle.", "answer": {"columns": ["Advisor"], "index": [0, 1], "data": [[5718], [7134]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_4v57h_34.png", "TableImg_Kxkho_10.png"], "original_data_index": 2745} +{"question": "Find the last name of the staff member who processed the complaint of the cheapest product.", "answer": {"columns": ["last_name"], "index": [0], "data": [["Boehm"]]}, "table_names": "['Staff', 'Products', 'Complaints']", "table_image_ids": ["TableImg_Qm73n_7.png", "TableImg_U7383_4.png", "TableImg_Ki769_12.png"], "original_data_index": 2746} +{"question": "What is the maximum number that a certain service is provided? List the service id, details and number.", "answer": {"columns": ["service_id", "service_details", "count(*)"], "index": [0], "data": [[11, "Satisfied", 2]]}, "table_names": "['Services', 'Residents_Services']", "table_image_ids": ["TableImg_5cngr_15.png", "TableImg_Pcug2_11.png"], "original_data_index": 2747} +{"question": "For each trip, return its ending station's installation date.", "answer": {"columns": ["id", "installation_date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157, 3158, 3159, 3160, 3161, 3162, 3163, 3164, 3165, 3166, 3167, 3168, 3169, 3170, 3171, 3172, 3173, 3174, 3175, 3176, 3177, 3178, 3179, 3180, 3181, 3182, 3183, 3184, 3185, 3186, 3187, 3188, 3189, 3190, 3191, 3192, 3193, 3194, 3195, 3196, 3197, 3198, 3199, 3200, 3201, 3202, 3203, 3204, 3205, 3206, 3207, 3208, 3209, 3210, 3211, 3212, 3213, 3214, 3215, 3216, 3217, 3218, 3219, 3220, 3221, 3222, 3223, 3224, 3225, 3226, 3227, 3228, 3229, 3230, 3231, 3232, 3233, 3234, 3235, 3236, 3237, 3238, 3239, 3240, 3241, 3242, 3243, 3244, 3245, 3246, 3247, 3248, 3249, 3250, 3251, 3252, 3253, 3254, 3255, 3256, 3257, 3258, 3259, 3260, 3261, 3262, 3263, 3264, 3265, 3266, 3267, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3275, 3276, 3277, 3278, 3279, 3280, 3281, 3282, 3283, 3284, 3285, 3286, 3287, 3288, 3289, 3290, 3291, 3292, 3293, 3294, 3295, 3296, 3297, 3298, 3299, 3300, 3301, 3302, 3303, 3304, 3305, 3306, 3307, 3308, 3309, 3310, 3311, 3312, 3313, 3314, 3315, 3316, 3317, 3318, 3319, 3320, 3321, 3322, 3323, 3324, 3325, 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333, 3334, 3335, 3336, 3337, 3338, 3339, 3340, 3341, 3342, 3343, 3344, 3345, 3346, 3347, 3348, 3349, 3350, 3351, 3352, 3353, 3354, 3355, 3356, 3357, 3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365, 3366, 3367, 3368, 3369, 3370, 3371, 3372, 3373, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384, 3385, 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393, 3394, 3395, 3396, 3397, 3398, 3399, 3400, 3401, 3402, 3403, 3404, 3405, 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413, 3414, 3415, 3416, 3417, 3418, 3419, 3420, 3421, 3422, 3423, 3424, 3425, 3426, 3427, 3428, 3429, 3430, 3431, 3432, 3433, 3434, 3435, 3436, 3437, 3438, 3439, 3440, 3441, 3442, 3443, 3444, 3445, 3446, 3447, 3448, 3449, 3450, 3451, 3452, 3453, 3454, 3455, 3456, 3457, 3458, 3459, 3460, 3461, 3462, 3463, 3464, 3465, 3466, 3467, 3468, 3469, 3470, 3471, 3472, 3473, 3474, 3475, 3476, 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3486, 3487, 3488, 3489, 3490, 3491, 3492, 3493, 3494, 3495, 3496, 3497, 3498, 3499, 3500, 3501, 3502, 3503, 3504, 3505, 3506, 3507, 3508, 3509, 3510, 3511, 3512, 3513, 3514, 3515, 3516, 3517, 3518, 3519, 3520, 3521, 3522, 3523, 3524, 3525, 3526, 3527, 3528, 3529, 3530, 3531, 3532, 3533, 3534, 3535, 3536, 3537, 3538, 3539, 3540, 3541, 3542, 3543, 3544, 3545, 3546, 3547, 3548, 3549, 3550, 3551, 3552, 3553, 3554, 3555, 3556, 3557, 3558, 3559, 3560, 3561, 3562, 3563, 3564, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, 3573, 3574, 3575, 3576, 3577, 3578, 3579, 3580, 3581, 3582, 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591, 3592, 3593, 3594, 3595, 3596, 3597, 3598, 3599, 3600, 3601, 3602, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610, 3611, 3612, 3613, 3614, 3615, 3616, 3617, 3618, 3619, 3620, 3621, 3622, 3623, 3624, 3625, 3626, 3627, 3628, 3629, 3630, 3631, 3632, 3633, 3634, 3635, 3636, 3637, 3638, 3639, 3640, 3641, 3642, 3643, 3644, 3645, 3646, 3647, 3648, 3649, 3650, 3651, 3652, 3653, 3654, 3655, 3656, 3657, 3658, 3659, 3660, 3661, 3662, 3663, 3664, 3665, 3666, 3667, 3668, 3669, 3670, 3671, 3672, 3673, 3674, 3675, 3676, 3677, 3678, 3679, 3680, 3681, 3682, 3683, 3684, 3685, 3686, 3687, 3688, 3689, 3690, 3691, 3692, 3693, 3694, 3695, 3696, 3697, 3698, 3699, 3700, 3701, 3702, 3703, 3704, 3705, 3706, 3707, 3708, 3709, 3710, 3711, 3712, 3713, 3714, 3715, 3716, 3717, 3718, 3719, 3720, 3721, 3722, 3723, 3724, 3725, 3726, 3727, 3728, 3729, 3730, 3731, 3732, 3733, 3734, 3735, 3736, 3737, 3738, 3739, 3740, 3741, 3742, 3743, 3744, 3745, 3746, 3747, 3748, 3749, 3750, 3751, 3752, 3753, 3754, 3755, 3756, 3757, 3758, 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3767, 3768, 3769, 3770, 3771, 3772, 3773, 3774, 3775, 3776, 3777, 3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787, 3788, 3789, 3790, 3791, 3792, 3793, 3794, 3795, 3796, 3797, 3798, 3799, 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807, 3808, 3809, 3810, 3811, 3812, 3813, 3814, 3815, 3816, 3817, 3818, 3819, 3820, 3821, 3822, 3823, 3824, 3825, 3826, 3827, 3828, 3829, 3830, 3831, 3832, 3833, 3834, 3835, 3836, 3837, 3838, 3839, 3840, 3841, 3842, 3843, 3844, 3845, 3846, 3847, 3848, 3849, 3850, 3851, 3852, 3853, 3854, 3855, 3856, 3857, 3858, 3859, 3860, 3861, 3862, 3863, 3864, 3865, 3866, 3867, 3868, 3869, 3870, 3871, 3872, 3873, 3874, 3875, 3876, 3877, 3878, 3879, 3880, 3881, 3882, 3883, 3884, 3885, 3886, 3887, 3888, 3889, 3890, 3891, 3892, 3893, 3894, 3895, 3896, 3897, 3898, 3899, 3900, 3901, 3902, 3903, 3904, 3905, 3906, 3907, 3908, 3909, 3910, 3911, 3912, 3913, 3914, 3915, 3916, 3917, 3918, 3919, 3920, 3921, 3922, 3923, 3924, 3925, 3926, 3927, 3928, 3929, 3930, 3931, 3932, 3933, 3934, 3935, 3936, 3937, 3938, 3939, 3940, 3941, 3942, 3943, 3944, 3945, 3946, 3947, 3948, 3949, 3950, 3951, 3952, 3953, 3954, 3955, 3956, 3957, 3958, 3959, 3960, 3961, 3962, 3963, 3964, 3965, 3966, 3967, 3968, 3969, 3970, 3971, 3972, 3973, 3974, 3975, 3976, 3977, 3978, 3979, 3980, 3981, 3982, 3983, 3984, 3985, 3986, 3987, 3988, 3989, 3990, 3991, 3992, 3993, 3994, 3995, 3996, 3997, 3998, 3999, 4000, 4001, 4002, 4003, 4004, 4005, 4006, 4007, 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039, 4040, 4041, 4042, 4043, 4044, 4045, 4046, 4047, 4048, 4049, 4050, 4051, 4052, 4053, 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4062, 4063, 4064, 4065, 4066, 4067, 4068, 4069, 4070, 4071, 4072, 4073, 4074, 4075, 4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, 4087, 4088, 4089, 4090, 4091, 4092, 4093, 4094, 4095, 4096, 4097, 4098, 4099, 4100, 4101, 4102, 4103, 4104, 4105, 4106, 4107, 4108, 4109, 4110, 4111, 4112, 4113, 4114, 4115, 4116, 4117, 4118, 4119, 4120, 4121, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4134, 4135, 4136, 4137, 4138, 4139, 4140, 4141, 4142, 4143, 4144, 4145, 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153, 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4163, 4164, 4165, 4166, 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4174, 4175, 4176, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4185, 4186, 4187, 4188, 4189, 4190, 4191, 4192, 4193, 4194, 4195, 4196, 4197, 4198, 4199, 4200, 4201, 4202, 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, 4211, 4212, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4221, 4222, 4223, 4224, 4225, 4226, 4227, 4228, 4229, 4230, 4231, 4232, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4240, 4241, 4242, 4243, 4244, 4245, 4246, 4247, 4248, 4249, 4250, 4251, 4252, 4253, 4254, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262, 4263, 4264, 4265, 4266, 4267, 4268, 4269, 4270, 4271, 4272, 4273, 4274, 4275, 4276, 4277, 4278, 4279, 4280, 4281, 4282, 4283, 4284, 4285, 4286, 4287, 4288, 4289, 4290, 4291, 4292, 4293, 4294, 4295, 4296, 4297, 4298, 4299, 4300, 4301, 4302, 4303, 4304, 4305, 4306, 4307, 4308, 4309, 4310, 4311, 4312, 4313, 4314, 4315, 4316, 4317, 4318, 4319, 4320, 4321, 4322, 4323, 4324, 4325, 4326, 4327, 4328, 4329, 4330, 4331, 4332, 4333, 4334, 4335, 4336, 4337, 4338, 4339, 4340, 4341, 4342, 4343, 4344, 4345, 4346, 4347, 4348, 4349, 4350, 4351, 4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 4362, 4363, 4364, 4365, 4366, 4367, 4368, 4369, 4370, 4371, 4372, 4373, 4374, 4375, 4376, 4377, 4378, 4379, 4380, 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4388, 4389, 4390, 4391, 4392, 4393, 4394, 4395, 4396, 4397, 4398, 4399, 4400, 4401, 4402, 4403, 4404, 4405, 4406, 4407, 4408, 4409, 4410, 4411, 4412, 4413, 4414, 4415, 4416, 4417, 4418, 4419, 4420, 4421, 4422, 4423, 4424, 4425, 4426, 4427, 4428, 4429, 4430, 4431, 4432, 4433, 4434, 4435, 4436, 4437, 4438, 4439, 4440, 4441, 4442, 4443, 4444, 4445, 4446, 4447, 4448, 4449, 4450, 4451, 4452, 4453, 4454, 4455, 4456, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4465, 4466, 4467, 4468, 4469, 4470, 4471, 4472, 4473, 4474, 4475, 4476, 4477, 4478, 4479, 4480, 4481, 4482, 4483, 4484, 4485, 4486, 4487, 4488, 4489, 4490, 4491, 4492, 4493, 4494, 4495, 4496, 4497, 4498, 4499, 4500, 4501, 4502, 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510, 4511, 4512, 4513, 4514, 4515, 4516, 4517, 4518, 4519, 4520, 4521, 4522, 4523, 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534, 4535, 4536, 4537, 4538, 4539, 4540, 4541, 4542, 4543, 4544, 4545, 4546, 4547, 4548, 4549, 4550, 4551, 4552, 4553, 4554, 4555, 4556, 4557, 4558, 4559, 4560, 4561, 4562, 4563, 4564, 4565, 4566, 4567, 4568, 4569, 4570, 4571, 4572, 4573, 4574, 4575, 4576, 4577, 4578, 4579, 4580, 4581, 4582, 4583, 4584, 4585, 4586, 4587, 4588, 4589, 4590, 4591, 4592, 4593, 4594, 4595, 4596, 4597, 4598, 4599, 4600, 4601, 4602, 4603, 4604, 4605, 4606, 4607, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4626, 4627, 4628, 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4650, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4660, 4661, 4662, 4663, 4664, 4665, 4666, 4667, 4668, 4669, 4670, 4671, 4672, 4673, 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4683, 4684, 4685, 4686, 4687, 4688, 4689, 4690, 4691, 4692, 4693, 4694, 4695, 4696, 4697, 4698, 4699, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4742, 4743, 4744, 4745, 4746, 4747, 4748, 4749, 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, 4760, 4761, 4762, 4763, 4764, 4765, 4766, 4767, 4768, 4769, 4770, 4771, 4772, 4773, 4774, 4775, 4776, 4777, 4778, 4779, 4780, 4781, 4782, 4783, 4784, 4785, 4786, 4787, 4788, 4789, 4790, 4791, 4792, 4793, 4794, 4795, 4796, 4797, 4798, 4799, 4800, 4801, 4802, 4803, 4804, 4805, 4806, 4807, 4808, 4809, 4810, 4811, 4812, 4813, 4814, 4815, 4816, 4817, 4818, 4819, 4820, 4821, 4822, 4823, 4824, 4825, 4826, 4827, 4828, 4829, 4830, 4831, 4832, 4833, 4834, 4835, 4836, 4837, 4838, 4839, 4840, 4841, 4842, 4843, 4844, 4845, 4846, 4847, 4848, 4849, 4850, 4851, 4852, 4853, 4854, 4855, 4856, 4857, 4858, 4859, 4860, 4861, 4862, 4863, 4864, 4865, 4866, 4867, 4868, 4869, 4870, 4871, 4872, 4873, 4874, 4875, 4876, 4877, 4878, 4879, 4880, 4881, 4882, 4883, 4884, 4885, 4886, 4887, 4888, 4889, 4890, 4891, 4892, 4893, 4894, 4895, 4896, 4897, 4898, 4899, 4900, 4901, 4902, 4903, 4904, 4905, 4906, 4907, 4908, 4909, 4910, 4911, 4912, 4913, 4914, 4915, 4916, 4917, 4918, 4919, 4920, 4921, 4922, 4923, 4924, 4925, 4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933, 4934, 4935, 4936, 4937, 4938, 4939, 4940, 4941, 4942, 4943, 4944, 4945, 4946, 4947, 4948, 4949, 4950, 4951, 4952, 4953, 4954, 4955, 4956, 4957, 4958, 4959, 4960, 4961, 4962, 4963, 4964, 4965, 4966, 4967, 4968, 4969, 4970, 4971, 4972, 4973, 4974, 4975, 4976, 4977, 4978, 4979, 4980, 4981, 4982, 4983, 4984, 4985, 4986, 4987, 4988, 4989, 4990, 4991, 4992, 4993, 4994, 4995, 4996, 4997, 4998, 4999, 5000, 5001, 5002, 5003, 5004, 5005, 5006, 5007, 5008, 5009, 5010, 5011, 5012, 5013, 5014, 5015, 5016, 5017, 5018, 5019, 5020, 5021, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5034, 5035, 5036, 5037, 5038, 5039, 5040, 5041, 5042, 5043, 5044, 5045, 5046, 5047, 5048, 5049, 5050, 5051, 5052, 5053, 5054, 5055, 5056, 5057, 5058, 5059, 5060, 5061, 5062, 5063, 5064, 5065, 5066, 5067, 5068, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5077, 5078, 5079, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5087, 5088, 5089, 5090, 5091, 5092, 5093, 5094, 5095, 5096, 5097, 5098, 5099, 5100, 5101, 5102, 5103, 5104, 5105, 5106, 5107, 5108, 5109, 5110, 5111, 5112, 5113, 5114, 5115, 5116, 5117, 5118, 5119, 5120, 5121, 5122, 5123, 5124, 5125, 5126, 5127, 5128, 5129, 5130, 5131, 5132, 5133, 5134, 5135, 5136, 5137, 5138, 5139, 5140, 5141, 5142, 5143, 5144, 5145, 5146, 5147, 5148, 5149, 5150, 5151, 5152, 5153, 5154, 5155, 5156, 5157, 5158, 5159, 5160, 5161, 5162, 5163, 5164, 5165, 5166, 5167, 5168, 5169, 5170, 5171, 5172, 5173, 5174, 5175, 5176, 5177, 5178, 5179, 5180, 5181, 5182, 5183, 5184, 5185, 5186, 5187, 5188, 5189, 5190, 5191, 5192, 5193, 5194, 5195, 5196, 5197, 5198, 5199, 5200, 5201, 5202, 5203, 5204, 5205, 5206, 5207, 5208, 5209, 5210, 5211, 5212, 5213, 5214, 5215, 5216, 5217, 5218, 5219, 5220, 5221, 5222, 5223, 5224, 5225, 5226, 5227, 5228, 5229, 5230, 5231, 5232, 5233, 5234, 5235, 5236, 5237, 5238, 5239, 5240, 5241, 5242, 5243, 5244, 5245, 5246, 5247, 5248, 5249, 5250, 5251, 5252, 5253, 5254, 5255, 5256, 5257, 5258, 5259, 5260, 5261, 5262, 5263, 5264, 5265, 5266, 5267, 5268, 5269, 5270, 5271, 5272, 5273, 5274, 5275, 5276, 5277, 5278, 5279, 5280, 5281, 5282, 5283, 5284, 5285, 5286, 5287, 5288, 5289, 5290, 5291, 5292, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5338, 5339, 5340, 5341, 5342, 5343, 5344, 5345, 5346, 5347, 5348, 5349, 5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359, 5360, 5361, 5362, 5363, 5364, 5365, 5366, 5367, 5368, 5369, 5370, 5371, 5372, 5373, 5374, 5375, 5376, 5377, 5378, 5379, 5380, 5381, 5382, 5383, 5384, 5385, 5386, 5387, 5388, 5389, 5390, 5391, 5392, 5393, 5394, 5395, 5396, 5397, 5398, 5399, 5400, 5401, 5402, 5403, 5404, 5405, 5406, 5407, 5408, 5409, 5410, 5411, 5412, 5413, 5414, 5415, 5416, 5417, 5418, 5419, 5420, 5421, 5422, 5423, 5424, 5425, 5426, 5427, 5428, 5429, 5430, 5431, 5432, 5433, 5434, 5435, 5436, 5437, 5438, 5439, 5440, 5441, 5442, 5443, 5444, 5445, 5446, 5447, 5448, 5449, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5458, 5459, 5460, 5461, 5462, 5463, 5464, 5465, 5466, 5467, 5468, 5469, 5470, 5471, 5472, 5473, 5474, 5475, 5476, 5477, 5478, 5479, 5480, 5481, 5482, 5483, 5484, 5485, 5486, 5487, 5488, 5489, 5490, 5491, 5492, 5493, 5494, 5495, 5496, 5497, 5498, 5499, 5500, 5501, 5502, 5503, 5504, 5505, 5506, 5507, 5508, 5509, 5510, 5511, 5512, 5513, 5514, 5515, 5516, 5517, 5518, 5519, 5520, 5521, 5522, 5523, 5524, 5525, 5526, 5527, 5528, 5529, 5530, 5531, 5532, 5533, 5534, 5535, 5536, 5537, 5538, 5539, 5540, 5541, 5542, 5543, 5544, 5545, 5546, 5547, 5548, 5549, 5550, 5551, 5552, 5553, 5554, 5555, 5556, 5557, 5558, 5559, 5560, 5561, 5562, 5563, 5564, 5565, 5566, 5567, 5568, 5569, 5570, 5571, 5572, 5573, 5574, 5575, 5576, 5577, 5578, 5579, 5580, 5581, 5582, 5583, 5584, 5585, 5586, 5587, 5588, 5589, 5590, 5591, 5592, 5593, 5594, 5595, 5596, 5597, 5598, 5599, 5600, 5601, 5602, 5603, 5604, 5605, 5606, 5607, 5608, 5609, 5610, 5611, 5612, 5613, 5614, 5615, 5616, 5617, 5618, 5619, 5620, 5621, 5622, 5623, 5624, 5625, 5626, 5627, 5628, 5629, 5630, 5631, 5632, 5633, 5634, 5635, 5636, 5637, 5638, 5639, 5640, 5641, 5642, 5643, 5644, 5645, 5646, 5647, 5648, 5649, 5650, 5651, 5652, 5653, 5654, 5655, 5656, 5657, 5658, 5659, 5660, 5661, 5662, 5663, 5664, 5665, 5666, 5667, 5668, 5669, 5670, 5671, 5672, 5673, 5674, 5675, 5676, 5677, 5678, 5679, 5680, 5681, 5682, 5683, 5684, 5685, 5686, 5687, 5688, 5689, 5690, 5691, 5692, 5693, 5694, 5695, 5696, 5697, 5698, 5699, 5700, 5701, 5702, 5703, 5704, 5705, 5706, 5707, 5708, 5709, 5710, 5711, 5712, 5713, 5714, 5715, 5716, 5717, 5718, 5719, 5720, 5721, 5722, 5723, 5724, 5725, 5726, 5727, 5728, 5729, 5730, 5731, 5732, 5733, 5734, 5735, 5736, 5737, 5738, 5739, 5740, 5741, 5742, 5743, 5744, 5745, 5746, 5747, 5748, 5749, 5750, 5751, 5752, 5753, 5754, 5755, 5756, 5757, 5758, 5759, 5760, 5761, 5762, 5763, 5764, 5765, 5766, 5767, 5768, 5769, 5770, 5771, 5772, 5773, 5774, 5775, 5776, 5777, 5778, 5779, 5780, 5781, 5782, 5783, 5784, 5785, 5786, 5787, 5788, 5789, 5790, 5791, 5792, 5793, 5794, 5795, 5796, 5797, 5798, 5799, 5800, 5801, 5802, 5803, 5804, 5805, 5806, 5807, 5808, 5809, 5810, 5811, 5812, 5813, 5814, 5815, 5816, 5817, 5818, 5819, 5820, 5821, 5822, 5823, 5824, 5825, 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, 5838, 5839, 5840, 5841, 5842, 5843, 5844, 5845, 5846, 5847, 5848, 5849, 5850, 5851, 5852, 5853, 5854, 5855, 5856, 5857, 5858, 5859, 5860, 5861, 5862, 5863, 5864, 5865, 5866, 5867, 5868, 5869, 5870, 5871, 5872, 5873, 5874, 5875, 5876, 5877, 5878, 5879, 5880, 5881, 5882, 5883, 5884, 5885, 5886, 5887, 5888, 5889, 5890, 5891, 5892, 5893, 5894, 5895, 5896, 5897, 5898, 5899, 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909, 5910, 5911, 5912, 5913, 5914, 5915, 5916, 5917, 5918, 5919, 5920, 5921, 5922, 5923, 5924, 5925, 5926, 5927, 5928, 5929, 5930, 5931, 5932, 5933, 5934, 5935, 5936, 5937, 5938, 5939, 5940, 5941, 5942, 5943, 5944, 5945, 5946, 5947, 5948, 5949, 5950, 5951, 5952, 5953, 5954, 5955, 5956, 5957, 5958, 5959, 5960, 5961, 5962, 5963, 5964, 5965, 5966, 5967, 5968, 5969, 5970, 5971, 5972, 5973, 5974, 5975, 5976, 5977, 5978, 5979, 5980, 5981, 5982, 5983, 5984, 5985, 5986, 5987, 5988, 5989, 5990, 5991, 5992, 5993, 5994, 5995, 5996, 5997, 5998, 5999, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6010, 6011, 6012, 6013, 6014, 6015, 6016, 6017, 6018, 6019, 6020, 6021, 6022, 6023, 6024, 6025, 6026, 6027, 6028, 6029, 6030, 6031, 6032, 6033, 6034, 6035, 6036, 6037, 6038, 6039, 6040, 6041, 6042, 6043, 6044, 6045, 6046, 6047, 6048, 6049, 6050, 6051, 6052, 6053, 6054, 6055, 6056, 6057, 6058, 6059, 6060, 6061, 6062, 6063, 6064, 6065, 6066, 6067, 6068, 6069, 6070, 6071, 6072, 6073, 6074, 6075, 6076, 6077, 6078, 6079, 6080, 6081, 6082, 6083, 6084, 6085, 6086, 6087, 6088, 6089, 6090, 6091, 6092, 6093, 6094, 6095, 6096, 6097, 6098, 6099, 6100, 6101, 6102, 6103, 6104, 6105, 6106, 6107, 6108, 6109, 6110, 6111, 6112, 6113, 6114, 6115, 6116, 6117, 6118, 6119, 6120, 6121, 6122, 6123, 6124, 6125, 6126, 6127, 6128, 6129, 6130, 6131, 6132, 6133, 6134, 6135, 6136, 6137, 6138, 6139, 6140, 6141, 6142, 6143, 6144, 6145, 6146, 6147, 6148, 6149, 6150, 6151, 6152, 6153, 6154, 6155, 6156, 6157, 6158, 6159, 6160, 6161, 6162, 6163, 6164, 6165, 6166, 6167, 6168, 6169, 6170, 6171, 6172, 6173, 6174, 6175, 6176, 6177, 6178, 6179, 6180, 6181, 6182, 6183, 6184, 6185, 6186, 6187, 6188, 6189, 6190, 6191, 6192, 6193, 6194, 6195, 6196, 6197, 6198, 6199, 6200, 6201, 6202, 6203, 6204, 6205, 6206, 6207, 6208, 6209, 6210, 6211, 6212, 6213, 6214, 6215, 6216, 6217, 6218, 6219, 6220, 6221, 6222, 6223, 6224, 6225, 6226, 6227, 6228, 6229, 6230, 6231, 6232, 6233, 6234, 6235, 6236, 6237, 6238, 6239, 6240, 6241, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6263, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 6275, 6276, 6277, 6278, 6279, 6280, 6281, 6282, 6283, 6284, 6285, 6286, 6287, 6288, 6289, 6290, 6291, 6292, 6293, 6294, 6295, 6296, 6297, 6298, 6299, 6300, 6301, 6302, 6303, 6304, 6305, 6306, 6307, 6308, 6309, 6310, 6311, 6312, 6313, 6314, 6315, 6316, 6317, 6318, 6319, 6320, 6321, 6322, 6323, 6324, 6325, 6326, 6327, 6328, 6329, 6330, 6331, 6332, 6333, 6334, 6335, 6336, 6337, 6338, 6339, 6340, 6341, 6342, 6343, 6344, 6345, 6346, 6347, 6348, 6349, 6350, 6351, 6352, 6353, 6354, 6355, 6356, 6357, 6358, 6359, 6360, 6361, 6362, 6363, 6364, 6365, 6366, 6367, 6368, 6369, 6370, 6371, 6372, 6373, 6374, 6375, 6376, 6377, 6378, 6379, 6380, 6381, 6382, 6383, 6384, 6385, 6386, 6387, 6388, 6389, 6390, 6391, 6392, 6393, 6394, 6395, 6396, 6397, 6398, 6399, 6400, 6401, 6402, 6403, 6404, 6405, 6406, 6407, 6408, 6409, 6410, 6411, 6412, 6413, 6414, 6415, 6416, 6417, 6418, 6419, 6420, 6421, 6422, 6423, 6424, 6425, 6426, 6427, 6428, 6429, 6430, 6431, 6432, 6433, 6434, 6435, 6436, 6437, 6438, 6439, 6440, 6441, 6442, 6443, 6444, 6445, 6446, 6447, 6448, 6449, 6450, 6451, 6452, 6453, 6454, 6455, 6456, 6457, 6458, 6459, 6460, 6461, 6462, 6463, 6464, 6465, 6466, 6467, 6468, 6469, 6470, 6471, 6472, 6473, 6474, 6475, 6476, 6477, 6478, 6479, 6480, 6481, 6482, 6483, 6484, 6485, 6486, 6487, 6488, 6489, 6490, 6491, 6492, 6493, 6494, 6495, 6496, 6497, 6498, 6499, 6500, 6501, 6502, 6503, 6504, 6505, 6506, 6507, 6508, 6509, 6510, 6511, 6512, 6513, 6514, 6515, 6516, 6517, 6518, 6519, 6520, 6521, 6522, 6523, 6524, 6525, 6526, 6527, 6528, 6529, 6530, 6531, 6532, 6533, 6534, 6535, 6536, 6537, 6538, 6539, 6540, 6541, 6542, 6543, 6544, 6545, 6546, 6547, 6548, 6549, 6550, 6551, 6552, 6553, 6554, 6555, 6556, 6557, 6558, 6559, 6560, 6561, 6562, 6563, 6564, 6565, 6566, 6567, 6568, 6569, 6570, 6571, 6572, 6573, 6574, 6575, 6576, 6577, 6578, 6579, 6580, 6581, 6582, 6583, 6584, 6585, 6586, 6587, 6588, 6589, 6590, 6591, 6592, 6593, 6594, 6595, 6596, 6597, 6598, 6599, 6600, 6601, 6602, 6603, 6604, 6605, 6606, 6607, 6608, 6609, 6610, 6611, 6612, 6613, 6614, 6615, 6616, 6617, 6618, 6619, 6620, 6621, 6622, 6623, 6624, 6625, 6626, 6627, 6628, 6629, 6630, 6631, 6632, 6633, 6634, 6635, 6636, 6637, 6638, 6639, 6640, 6641, 6642, 6643, 6644, 6645, 6646, 6647, 6648, 6649, 6650, 6651, 6652, 6653, 6654, 6655, 6656, 6657, 6658, 6659, 6660, 6661, 6662, 6663, 6664, 6665, 6666, 6667, 6668, 6669, 6670, 6671, 6672, 6673, 6674, 6675, 6676, 6677, 6678, 6679, 6680, 6681, 6682, 6683, 6684, 6685, 6686, 6687, 6688, 6689, 6690, 6691, 6692, 6693, 6694, 6695, 6696, 6697, 6698, 6699, 6700, 6701, 6702, 6703, 6704, 6705, 6706, 6707, 6708, 6709, 6710, 6711, 6712, 6713, 6714, 6715, 6716, 6717, 6718, 6719, 6720, 6721, 6722, 6723, 6724, 6725, 6726, 6727, 6728, 6729, 6730, 6731, 6732, 6733, 6734, 6735, 6736, 6737, 6738, 6739, 6740, 6741, 6742, 6743, 6744, 6745, 6746, 6747, 6748, 6749, 6750, 6751, 6752, 6753, 6754, 6755, 6756, 6757, 6758, 6759, 6760, 6761, 6762, 6763, 6764, 6765, 6766, 6767, 6768, 6769, 6770, 6771, 6772, 6773, 6774, 6775, 6776, 6777, 6778, 6779, 6780, 6781, 6782, 6783, 6784, 6785, 6786, 6787, 6788, 6789, 6790, 6791, 6792, 6793, 6794, 6795, 6796, 6797, 6798, 6799, 6800, 6801, 6802, 6803, 6804, 6805, 6806, 6807, 6808, 6809, 6810, 6811, 6812, 6813, 6814, 6815, 6816, 6817, 6818, 6819, 6820, 6821, 6822, 6823, 6824, 6825, 6826, 6827, 6828, 6829, 6830, 6831, 6832, 6833, 6834, 6835, 6836, 6837, 6838, 6839, 6840, 6841, 6842, 6843, 6844, 6845, 6846, 6847, 6848, 6849, 6850, 6851, 6852, 6853, 6854, 6855, 6856, 6857, 6858, 6859, 6860, 6861, 6862, 6863, 6864, 6865, 6866, 6867, 6868, 6869, 6870, 6871, 6872, 6873, 6874, 6875, 6876, 6877, 6878, 6879, 6880, 6881, 6882, 6883, 6884, 6885, 6886, 6887, 6888, 6889, 6890, 6891, 6892, 6893, 6894, 6895, 6896, 6897, 6898, 6899, 6900, 6901, 6902, 6903, 6904, 6905, 6906, 6907, 6908, 6909, 6910, 6911, 6912, 6913, 6914, 6915, 6916, 6917, 6918, 6919, 6920, 6921, 6922, 6923, 6924, 6925, 6926, 6927, 6928, 6929, 6930, 6931, 6932, 6933, 6934, 6935, 6936, 6937, 6938, 6939, 6940, 6941, 6942, 6943, 6944, 6945, 6946, 6947, 6948, 6949, 6950, 6951, 6952, 6953, 6954, 6955, 6956, 6957, 6958, 6959, 6960, 6961, 6962, 6963, 6964, 6965, 6966, 6967, 6968, 6969, 6970, 6971, 6972, 6973, 6974, 6975, 6976, 6977, 6978, 6979, 6980, 6981, 6982, 6983, 6984, 6985, 6986, 6987, 6988, 6989, 6990, 6991, 6992, 6993, 6994, 6995, 6996, 6997, 6998, 6999, 7000, 7001, 7002, 7003, 7004, 7005, 7006, 7007, 7008, 7009, 7010, 7011, 7012, 7013, 7014, 7015, 7016, 7017, 7018, 7019, 7020, 7021, 7022, 7023, 7024, 7025, 7026, 7027, 7028, 7029, 7030, 7031, 7032, 7033, 7034, 7035, 7036, 7037, 7038, 7039, 7040, 7041, 7042, 7043, 7044, 7045, 7046, 7047, 7048, 7049, 7050, 7051, 7052, 7053, 7054, 7055, 7056, 7057, 7058, 7059, 7060, 7061, 7062, 7063, 7064, 7065, 7066, 7067, 7068, 7069, 7070, 7071, 7072, 7073, 7074, 7075, 7076, 7077, 7078, 7079, 7080, 7081, 7082, 7083, 7084, 7085, 7086, 7087, 7088, 7089, 7090, 7091, 7092, 7093, 7094, 7095, 7096, 7097, 7098, 7099, 7100, 7101, 7102, 7103, 7104, 7105, 7106, 7107, 7108, 7109, 7110, 7111, 7112, 7113, 7114, 7115, 7116, 7117, 7118, 7119, 7120, 7121, 7122, 7123, 7124, 7125, 7126, 7127, 7128, 7129, 7130, 7131, 7132, 7133, 7134, 7135, 7136, 7137, 7138, 7139, 7140, 7141, 7142, 7143, 7144, 7145, 7146, 7147, 7148, 7149, 7150, 7151, 7152, 7153, 7154, 7155, 7156, 7157, 7158, 7159, 7160, 7161, 7162, 7163, 7164, 7165, 7166, 7167, 7168, 7169, 7170, 7171, 7172, 7173, 7174, 7175, 7176, 7177, 7178, 7179, 7180, 7181, 7182, 7183, 7184, 7185, 7186, 7187, 7188, 7189, 7190, 7191, 7192, 7193, 7194, 7195, 7196, 7197, 7198, 7199, 7200, 7201, 7202, 7203, 7204, 7205, 7206, 7207, 7208, 7209, 7210, 7211, 7212, 7213, 7214, 7215, 7216, 7217, 7218, 7219, 7220, 7221, 7222, 7223, 7224, 7225, 7226, 7227, 7228, 7229, 7230, 7231, 7232, 7233, 7234, 7235, 7236, 7237, 7238, 7239, 7240, 7241, 7242, 7243, 7244, 7245, 7246, 7247, 7248, 7249, 7250, 7251, 7252, 7253, 7254, 7255, 7256, 7257, 7258, 7259, 7260, 7261, 7262, 7263, 7264, 7265, 7266, 7267, 7268, 7269, 7270, 7271, 7272, 7273, 7274, 7275, 7276, 7277, 7278, 7279, 7280, 7281, 7282, 7283, 7284, 7285, 7286, 7287, 7288, 7289, 7290, 7291, 7292, 7293, 7294, 7295, 7296, 7297, 7298, 7299, 7300, 7301, 7302, 7303, 7304, 7305, 7306, 7307, 7308, 7309, 7310, 7311, 7312, 7313, 7314, 7315, 7316, 7317, 7318, 7319, 7320, 7321, 7322, 7323, 7324, 7325, 7326, 7327, 7328, 7329, 7330, 7331, 7332, 7333, 7334, 7335, 7336, 7337, 7338, 7339, 7340, 7341, 7342, 7343, 7344, 7345, 7346, 7347, 7348, 7349, 7350, 7351, 7352, 7353, 7354, 7355, 7356, 7357, 7358, 7359, 7360, 7361, 7362, 7363, 7364, 7365, 7366, 7367, 7368, 7369, 7370, 7371, 7372, 7373, 7374, 7375, 7376, 7377, 7378, 7379, 7380, 7381, 7382, 7383, 7384, 7385, 7386, 7387, 7388, 7389, 7390, 7391, 7392, 7393, 7394, 7395, 7396, 7397, 7398, 7399, 7400, 7401, 7402, 7403, 7404, 7405, 7406, 7407, 7408, 7409, 7410, 7411, 7412, 7413, 7414, 7415, 7416, 7417, 7418, 7419, 7420, 7421, 7422, 7423, 7424, 7425, 7426, 7427, 7428, 7429, 7430, 7431, 7432, 7433, 7434, 7435, 7436, 7437, 7438, 7439, 7440, 7441, 7442, 7443, 7444, 7445, 7446, 7447, 7448, 7449, 7450, 7451, 7452, 7453, 7454, 7455, 7456, 7457, 7458, 7459, 7460, 7461, 7462, 7463, 7464, 7465, 7466, 7467, 7468, 7469, 7470, 7471, 7472, 7473, 7474, 7475, 7476, 7477, 7478, 7479, 7480, 7481, 7482, 7483, 7484, 7485, 7486, 7487, 7488, 7489, 7490, 7491, 7492, 7493, 7494, 7495, 7496, 7497, 7498, 7499, 7500, 7501, 7502, 7503, 7504, 7505, 7506, 7507, 7508, 7509, 7510, 7511, 7512, 7513, 7514, 7515, 7516, 7517, 7518, 7519, 7520, 7521, 7522, 7523, 7524, 7525, 7526, 7527, 7528, 7529, 7530, 7531, 7532, 7533, 7534, 7535, 7536, 7537, 7538, 7539, 7540, 7541, 7542, 7543, 7544, 7545, 7546, 7547, 7548, 7549, 7550, 7551, 7552, 7553, 7554, 7555, 7556, 7557, 7558, 7559, 7560, 7561, 7562, 7563, 7564, 7565, 7566, 7567, 7568, 7569, 7570, 7571, 7572, 7573, 7574, 7575, 7576, 7577, 7578, 7579, 7580, 7581, 7582, 7583, 7584, 7585, 7586, 7587, 7588, 7589, 7590, 7591, 7592, 7593, 7594, 7595, 7596, 7597, 7598, 7599, 7600, 7601, 7602, 7603, 7604, 7605, 7606, 7607, 7608, 7609, 7610, 7611, 7612, 7613, 7614, 7615, 7616, 7617, 7618, 7619, 7620, 7621, 7622, 7623, 7624, 7625, 7626, 7627, 7628, 7629, 7630, 7631, 7632, 7633, 7634, 7635, 7636, 7637, 7638, 7639, 7640, 7641, 7642, 7643, 7644, 7645, 7646, 7647, 7648, 7649, 7650, 7651, 7652, 7653, 7654, 7655, 7656, 7657, 7658, 7659, 7660, 7661, 7662, 7663, 7664, 7665, 7666, 7667, 7668, 7669, 7670, 7671, 7672, 7673, 7674, 7675, 7676, 7677, 7678, 7679, 7680, 7681, 7682, 7683, 7684, 7685, 7686, 7687, 7688, 7689, 7690, 7691, 7692, 7693, 7694, 7695, 7696, 7697, 7698, 7699, 7700, 7701, 7702, 7703, 7704, 7705, 7706, 7707, 7708, 7709, 7710, 7711, 7712, 7713, 7714, 7715, 7716, 7717, 7718, 7719, 7720, 7721, 7722, 7723, 7724, 7725, 7726, 7727, 7728, 7729, 7730, 7731, 7732, 7733, 7734, 7735, 7736, 7737, 7738, 7739, 7740, 7741, 7742, 7743, 7744, 7745, 7746, 7747, 7748, 7749, 7750, 7751, 7752, 7753, 7754, 7755, 7756, 7757, 7758, 7759, 7760, 7761, 7762, 7763, 7764, 7765, 7766, 7767, 7768, 7769, 7770, 7771, 7772, 7773, 7774, 7775, 7776, 7777, 7778, 7779, 7780, 7781, 7782, 7783, 7784, 7785, 7786, 7787, 7788, 7789, 7790, 7791, 7792, 7793, 7794, 7795, 7796, 7797, 7798, 7799, 7800, 7801, 7802, 7803, 7804, 7805, 7806, 7807, 7808, 7809, 7810, 7811, 7812, 7813, 7814, 7815, 7816, 7817, 7818, 7819, 7820, 7821, 7822, 7823, 7824, 7825, 7826, 7827, 7828, 7829, 7830, 7831, 7832, 7833, 7834, 7835, 7836, 7837, 7838, 7839, 7840, 7841, 7842, 7843, 7844, 7845, 7846, 7847, 7848, 7849, 7850, 7851, 7852, 7853, 7854, 7855, 7856, 7857, 7858, 7859, 7860, 7861, 7862, 7863, 7864, 7865, 7866, 7867, 7868, 7869, 7870, 7871, 7872, 7873, 7874, 7875, 7876, 7877, 7878, 7879, 7880, 7881, 7882, 7883, 7884, 7885, 7886, 7887, 7888, 7889, 7890, 7891, 7892, 7893, 7894, 7895, 7896, 7897, 7898, 7899, 7900, 7901, 7902, 7903, 7904, 7905, 7906, 7907, 7908, 7909, 7910, 7911, 7912, 7913, 7914, 7915, 7916, 7917, 7918, 7919, 7920, 7921, 7922, 7923, 7924, 7925, 7926, 7927, 7928, 7929, 7930, 7931, 7932, 7933, 7934, 7935, 7936, 7937, 7938, 7939, 7940, 7941, 7942, 7943, 7944, 7945, 7946, 7947, 7948, 7949, 7950, 7951, 7952, 7953, 7954, 7955, 7956, 7957, 7958, 7959, 7960, 7961, 7962, 7963, 7964, 7965, 7966, 7967, 7968, 7969, 7970, 7971, 7972, 7973, 7974, 7975, 7976, 7977, 7978, 7979, 7980, 7981, 7982, 7983, 7984, 7985, 7986, 7987, 7988, 7989, 7990, 7991, 7992, 7993, 7994, 7995, 7996, 7997, 7998, 7999, 8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007, 8008, 8009, 8010, 8011, 8012, 8013, 8014, 8015, 8016, 8017, 8018, 8019, 8020, 8021, 8022, 8023, 8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031, 8032, 8033, 8034, 8035, 8036, 8037, 8038, 8039, 8040, 8041, 8042, 8043, 8044, 8045, 8046, 8047, 8048, 8049, 8050, 8051, 8052, 8053, 8054, 8055, 8056, 8057, 8058, 8059, 8060, 8061, 8062, 8063, 8064, 8065, 8066, 8067, 8068, 8069, 8070, 8071, 8072, 8073, 8074, 8075, 8076, 8077, 8078, 8079, 8080, 8081, 8082, 8083, 8084, 8085, 8086, 8087, 8088, 8089, 8090, 8091, 8092, 8093, 8094, 8095, 8096, 8097, 8098, 8099, 8100, 8101, 8102, 8103, 8104, 8105, 8106, 8107, 8108, 8109, 8110, 8111, 8112, 8113, 8114, 8115, 8116, 8117, 8118, 8119, 8120, 8121, 8122, 8123, 8124, 8125, 8126, 8127, 8128, 8129, 8130, 8131, 8132, 8133, 8134, 8135, 8136, 8137, 8138, 8139, 8140, 8141, 8142, 8143, 8144, 8145, 8146, 8147, 8148, 8149, 8150, 8151, 8152, 8153, 8154, 8155, 8156, 8157, 8158, 8159, 8160, 8161, 8162, 8163, 8164, 8165, 8166, 8167, 8168, 8169, 8170, 8171, 8172, 8173, 8174, 8175, 8176, 8177, 8178, 8179, 8180, 8181, 8182, 8183, 8184, 8185, 8186, 8187, 8188, 8189, 8190, 8191, 8192, 8193, 8194, 8195, 8196, 8197, 8198, 8199, 8200, 8201, 8202, 8203, 8204, 8205, 8206, 8207, 8208, 8209, 8210, 8211, 8212, 8213, 8214, 8215, 8216, 8217, 8218, 8219, 8220, 8221, 8222, 8223, 8224, 8225, 8226, 8227, 8228, 8229, 8230, 8231, 8232, 8233, 8234, 8235, 8236, 8237, 8238, 8239, 8240, 8241, 8242, 8243, 8244, 8245, 8246, 8247, 8248, 8249, 8250, 8251, 8252, 8253, 8254, 8255, 8256, 8257, 8258, 8259, 8260, 8261, 8262, 8263, 8264, 8265, 8266, 8267, 8268, 8269, 8270, 8271, 8272, 8273, 8274, 8275, 8276, 8277, 8278, 8279, 8280, 8281, 8282, 8283, 8284, 8285, 8286, 8287, 8288, 8289, 8290, 8291, 8292, 8293, 8294, 8295, 8296, 8297, 8298, 8299, 8300, 8301, 8302, 8303, 8304, 8305, 8306, 8307, 8308, 8309, 8310, 8311, 8312, 8313, 8314, 8315, 8316, 8317, 8318, 8319, 8320, 8321, 8322, 8323, 8324, 8325, 8326, 8327, 8328, 8329, 8330, 8331, 8332, 8333, 8334, 8335, 8336, 8337, 8338, 8339, 8340, 8341, 8342, 8343, 8344, 8345, 8346, 8347, 8348, 8349, 8350, 8351, 8352, 8353, 8354, 8355, 8356, 8357, 8358, 8359, 8360, 8361, 8362, 8363, 8364, 8365, 8366, 8367, 8368, 8369, 8370, 8371, 8372, 8373, 8374, 8375, 8376, 8377, 8378, 8379, 8380, 8381, 8382, 8383, 8384, 8385, 8386, 8387, 8388, 8389, 8390, 8391, 8392, 8393, 8394, 8395, 8396, 8397, 8398, 8399, 8400, 8401, 8402, 8403, 8404, 8405, 8406, 8407, 8408, 8409, 8410, 8411, 8412, 8413, 8414, 8415, 8416, 8417, 8418, 8419, 8420, 8421, 8422, 8423, 8424, 8425, 8426, 8427, 8428, 8429, 8430, 8431, 8432, 8433, 8434, 8435, 8436, 8437, 8438, 8439, 8440, 8441, 8442, 8443, 8444, 8445, 8446, 8447, 8448, 8449, 8450, 8451, 8452, 8453, 8454, 8455, 8456, 8457, 8458, 8459, 8460, 8461, 8462, 8463, 8464, 8465, 8466, 8467, 8468, 8469, 8470, 8471, 8472, 8473, 8474, 8475, 8476, 8477, 8478, 8479, 8480, 8481, 8482, 8483, 8484, 8485, 8486, 8487, 8488, 8489, 8490, 8491, 8492, 8493, 8494, 8495, 8496, 8497, 8498, 8499, 8500, 8501, 8502, 8503, 8504, 8505, 8506, 8507, 8508, 8509, 8510, 8511, 8512, 8513, 8514, 8515, 8516, 8517, 8518, 8519, 8520, 8521, 8522, 8523, 8524, 8525, 8526, 8527, 8528, 8529, 8530, 8531, 8532, 8533, 8534, 8535, 8536, 8537, 8538, 8539, 8540, 8541, 8542, 8543, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8556, 8557, 8558, 8559, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 8570, 8571, 8572, 8573, 8574, 8575, 8576, 8577, 8578, 8579, 8580, 8581, 8582, 8583, 8584, 8585, 8586, 8587, 8588, 8589, 8590, 8591, 8592, 8593, 8594, 8595, 8596, 8597, 8598, 8599, 8600, 8601, 8602, 8603, 8604, 8605, 8606, 8607, 8608, 8609, 8610, 8611, 8612, 8613, 8614, 8615, 8616, 8617, 8618, 8619, 8620, 8621, 8622, 8623, 8624, 8625, 8626, 8627, 8628, 8629, 8630, 8631, 8632, 8633, 8634, 8635, 8636, 8637, 8638, 8639, 8640, 8641, 8642, 8643, 8644, 8645, 8646, 8647, 8648, 8649, 8650, 8651, 8652, 8653, 8654, 8655, 8656, 8657, 8658, 8659, 8660, 8661, 8662, 8663, 8664, 8665, 8666, 8667, 8668, 8669, 8670, 8671, 8672, 8673, 8674, 8675, 8676, 8677, 8678, 8679, 8680, 8681, 8682, 8683, 8684, 8685, 8686, 8687, 8688, 8689, 8690, 8691, 8692, 8693, 8694, 8695, 8696, 8697, 8698, 8699, 8700, 8701, 8702, 8703, 8704, 8705, 8706, 8707, 8708, 8709, 8710, 8711, 8712, 8713, 8714, 8715, 8716, 8717, 8718, 8719, 8720, 8721, 8722, 8723, 8724, 8725, 8726, 8727, 8728, 8729, 8730, 8731, 8732, 8733, 8734, 8735, 8736, 8737, 8738, 8739, 8740, 8741, 8742, 8743, 8744, 8745, 8746, 8747, 8748, 8749, 8750, 8751, 8752, 8753, 8754, 8755, 8756, 8757, 8758, 8759, 8760, 8761, 8762, 8763, 8764, 8765, 8766, 8767, 8768, 8769, 8770, 8771, 8772, 8773, 8774, 8775, 8776, 8777, 8778, 8779, 8780, 8781, 8782, 8783, 8784, 8785, 8786, 8787, 8788, 8789, 8790, 8791, 8792, 8793, 8794, 8795, 8796, 8797, 8798, 8799, 8800, 8801, 8802, 8803, 8804, 8805, 8806, 8807, 8808, 8809, 8810, 8811, 8812, 8813, 8814, 8815, 8816, 8817, 8818, 8819, 8820, 8821, 8822, 8823, 8824, 8825, 8826, 8827, 8828, 8829, 8830, 8831, 8832, 8833, 8834, 8835, 8836, 8837, 8838, 8839, 8840, 8841, 8842, 8843, 8844, 8845, 8846, 8847, 8848, 8849, 8850, 8851, 8852, 8853, 8854, 8855, 8856, 8857, 8858, 8859, 8860, 8861, 8862, 8863, 8864, 8865, 8866, 8867, 8868, 8869, 8870, 8871, 8872, 8873, 8874, 8875, 8876, 8877, 8878, 8879, 8880, 8881, 8882, 8883, 8884, 8885, 8886, 8887, 8888, 8889, 8890, 8891, 8892, 8893, 8894, 8895, 8896, 8897, 8898, 8899, 8900, 8901, 8902, 8903, 8904, 8905, 8906, 8907, 8908, 8909, 8910, 8911, 8912, 8913, 8914, 8915, 8916, 8917, 8918, 8919, 8920, 8921, 8922, 8923, 8924, 8925, 8926, 8927, 8928, 8929, 8930, 8931, 8932, 8933, 8934, 8935, 8936, 8937, 8938, 8939, 8940, 8941, 8942, 8943, 8944, 8945, 8946, 8947, 8948, 8949, 8950, 8951, 8952, 8953, 8954, 8955, 8956, 8957, 8958, 8959, 8960, 8961, 8962, 8963, 8964, 8965, 8966, 8967, 8968, 8969, 8970, 8971, 8972, 8973, 8974, 8975, 8976, 8977, 8978, 8979, 8980, 8981, 8982, 8983, 8984, 8985, 8986, 8987, 8988, 8989, 8990, 8991, 8992, 8993, 8994, 8995, 8996, 8997, 8998, 8999, 9000, 9001, 9002, 9003, 9004, 9005, 9006, 9007, 9008, 9009, 9010, 9011, 9012, 9013, 9014, 9015, 9016, 9017, 9018, 9019, 9020, 9021, 9022, 9023, 9024, 9025, 9026, 9027, 9028, 9029, 9030, 9031, 9032, 9033, 9034, 9035, 9036, 9037, 9038, 9039, 9040, 9041, 9042, 9043, 9044, 9045, 9046, 9047, 9048, 9049, 9050, 9051, 9052, 9053, 9054, 9055, 9056, 9057, 9058, 9059, 9060, 9061, 9062, 9063, 9064, 9065, 9066, 9067, 9068, 9069, 9070, 9071, 9072, 9073, 9074, 9075, 9076, 9077, 9078, 9079, 9080, 9081, 9082, 9083, 9084, 9085, 9086, 9087, 9088, 9089, 9090, 9091, 9092, 9093, 9094, 9095, 9096, 9097, 9098, 9099, 9100, 9101, 9102, 9103, 9104, 9105, 9106, 9107, 9108, 9109, 9110, 9111, 9112, 9113, 9114, 9115, 9116, 9117, 9118, 9119, 9120, 9121, 9122, 9123, 9124, 9125, 9126, 9127, 9128, 9129, 9130, 9131, 9132, 9133, 9134, 9135, 9136, 9137, 9138, 9139, 9140, 9141, 9142, 9143, 9144, 9145, 9146, 9147, 9148, 9149, 9150, 9151, 9152, 9153, 9154, 9155, 9156, 9157, 9158, 9159, 9160, 9161, 9162, 9163, 9164, 9165, 9166, 9167, 9168, 9169, 9170, 9171, 9172, 9173, 9174, 9175, 9176, 9177, 9178, 9179, 9180, 9181, 9182, 9183, 9184, 9185, 9186, 9187, 9188, 9189, 9190, 9191, 9192, 9193, 9194, 9195, 9196, 9197, 9198, 9199, 9200, 9201, 9202, 9203, 9204, 9205, 9206, 9207, 9208, 9209, 9210, 9211, 9212, 9213, 9214, 9215, 9216, 9217, 9218, 9219, 9220, 9221, 9222, 9223, 9224, 9225, 9226, 9227, 9228, 9229, 9230, 9231, 9232, 9233, 9234, 9235, 9236, 9237, 9238, 9239, 9240, 9241, 9242, 9243, 9244, 9245, 9246, 9247, 9248, 9249, 9250, 9251, 9252, 9253, 9254, 9255, 9256, 9257, 9258, 9259, 9260, 9261, 9262, 9263, 9264, 9265, 9266, 9267, 9268, 9269, 9270, 9271, 9272, 9273, 9274, 9275, 9276, 9277, 9278, 9279, 9280, 9281, 9282, 9283, 9284, 9285, 9286, 9287, 9288, 9289, 9290, 9291, 9292, 9293, 9294, 9295, 9296, 9297, 9298, 9299, 9300, 9301, 9302, 9303, 9304, 9305, 9306, 9307, 9308, 9309, 9310, 9311, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9322, 9323, 9324, 9325, 9326, 9327, 9328, 9329, 9330, 9331, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 9342, 9343, 9344, 9345, 9346, 9347, 9348, 9349, 9350, 9351, 9352, 9353, 9354, 9355, 9356, 9357, 9358, 9359, 9360, 9361, 9362, 9363, 9364, 9365, 9366, 9367, 9368, 9369, 9370, 9371, 9372, 9373, 9374, 9375, 9376, 9377, 9378, 9379, 9380, 9381, 9382, 9383, 9384, 9385, 9386, 9387, 9388, 9389, 9390, 9391, 9392, 9393, 9394, 9395, 9396, 9397, 9398, 9399, 9400, 9401, 9402, 9403, 9404, 9405, 9406, 9407, 9408, 9409, 9410, 9411, 9412, 9413, 9414, 9415, 9416, 9417, 9418, 9419, 9420, 9421, 9422, 9423, 9424, 9425, 9426, 9427, 9428, 9429, 9430, 9431, 9432, 9433, 9434, 9435, 9436, 9437, 9438, 9439, 9440, 9441, 9442, 9443, 9444, 9445, 9446, 9447, 9448, 9449, 9450, 9451, 9452, 9453, 9454, 9455, 9456, 9457, 9458, 9459, 9460, 9461, 9462, 9463, 9464, 9465, 9466, 9467, 9468, 9469, 9470, 9471, 9472, 9473, 9474, 9475, 9476, 9477, 9478, 9479, 9480, 9481, 9482, 9483, 9484, 9485, 9486, 9487, 9488, 9489, 9490, 9491, 9492, 9493, 9494, 9495, 9496, 9497, 9498, 9499, 9500, 9501, 9502, 9503, 9504, 9505, 9506, 9507, 9508, 9509, 9510, 9511, 9512, 9513, 9514, 9515, 9516, 9517, 9518, 9519, 9520, 9521, 9522, 9523, 9524, 9525, 9526, 9527, 9528, 9529, 9530, 9531, 9532, 9533, 9534, 9535, 9536, 9537, 9538, 9539, 9540, 9541, 9542, 9543, 9544, 9545, 9546, 9547, 9548, 9549, 9550, 9551, 9552, 9553, 9554, 9555, 9556, 9557, 9558, 9559, 9560, 9561, 9562, 9563, 9564, 9565, 9566, 9567, 9568, 9569, 9570, 9571, 9572, 9573, 9574, 9575, 9576, 9577, 9578, 9579, 9580, 9581, 9582, 9583, 9584, 9585, 9586, 9587, 9588, 9589, 9590, 9591, 9592, 9593, 9594, 9595, 9596, 9597, 9598, 9599, 9600, 9601, 9602, 9603, 9604, 9605, 9606, 9607, 9608, 9609, 9610, 9611, 9612, 9613, 9614, 9615, 9616, 9617, 9618, 9619, 9620, 9621, 9622, 9623, 9624, 9625, 9626, 9627, 9628, 9629, 9630, 9631, 9632, 9633, 9634, 9635, 9636, 9637, 9638, 9639, 9640, 9641, 9642, 9643, 9644, 9645, 9646, 9647, 9648, 9649, 9650, 9651, 9652, 9653, 9654, 9655, 9656, 9657, 9658, 9659, 9660, 9661, 9662, 9663, 9664, 9665, 9666, 9667, 9668, 9669, 9670, 9671, 9672, 9673, 9674, 9675, 9676, 9677, 9678, 9679, 9680, 9681, 9682, 9683, 9684, 9685, 9686, 9687, 9688, 9689, 9690, 9691, 9692, 9693, 9694, 9695, 9696, 9697, 9698, 9699, 9700, 9701, 9702, 9703, 9704, 9705, 9706, 9707, 9708, 9709, 9710, 9711, 9712, 9713, 9714, 9715, 9716, 9717, 9718, 9719, 9720, 9721, 9722, 9723, 9724, 9725, 9726, 9727, 9728, 9729, 9730, 9731, 9732, 9733, 9734, 9735, 9736, 9737, 9738, 9739, 9740, 9741, 9742, 9743, 9744, 9745, 9746, 9747, 9748, 9749, 9750, 9751, 9752, 9753, 9754, 9755, 9756, 9757, 9758, 9759, 9760, 9761, 9762, 9763, 9764, 9765, 9766, 9767, 9768, 9769, 9770, 9771, 9772, 9773, 9774, 9775, 9776, 9777, 9778, 9779, 9780, 9781, 9782, 9783, 9784, 9785, 9786, 9787, 9788, 9789, 9790, 9791, 9792, 9793, 9794, 9795, 9796, 9797, 9798, 9799, 9800, 9801, 9802, 9803, 9804, 9805, 9806, 9807, 9808, 9809, 9810, 9811, 9812, 9813, 9814, 9815, 9816, 9817, 9818, 9819, 9820, 9821, 9822, 9823, 9824, 9825, 9826, 9827, 9828, 9829, 9830, 9831, 9832, 9833, 9834, 9835, 9836, 9837, 9838, 9839, 9840, 9841, 9842, 9843, 9844, 9845, 9846, 9847, 9848, 9849, 9850, 9851, 9852, 9853, 9854, 9855, 9856, 9857, 9858, 9859, 9860, 9861, 9862, 9863, 9864, 9865, 9866, 9867, 9868, 9869, 9870, 9871, 9872, 9873, 9874, 9875, 9876, 9877, 9878, 9879, 9880, 9881, 9882, 9883, 9884, 9885, 9886, 9887, 9888, 9889, 9890, 9891, 9892, 9893, 9894, 9895, 9896, 9897, 9898, 9899, 9900, 9901, 9902, 9903, 9904, 9905, 9906, 9907, 9908, 9909, 9910, 9911, 9912, 9913, 9914, 9915, 9916, 9917, 9918, 9919, 9920, 9921, 9922, 9923, 9924, 9925, 9926, 9927, 9928, 9929, 9930, 9931, 9932, 9933, 9934, 9935, 9936, 9937, 9938, 9939, 9940, 9941, 9942, 9943, 9944, 9945, 9946, 9947, 9948, 9949, 9950, 9951, 9952, 9953, 9954, 9955, 9956, 9957, 9958], "data": [[900504, "8/23/2013"], [900505, "8/23/2013"], [900506, "8/20/2013"], [900507, "8/22/2013"], [900508, "8/23/2013"], [900509, "8/22/2013"], [900511, "8/20/2013"], [900514, "8/23/2013"], [900515, "8/23/2013"], [900518, "8/23/2013"], [900519, "8/25/2013"], [900520, "8/22/2013"], [900521, "8/20/2013"], [900522, "8/23/2013"], [900523, "8/14/2013"], [900524, "8/23/2013"], [900527, "8/23/2013"], [900528, "8/20/2013"], [900529, "8/21/2013"], [900530, "8/25/2013"], [900531, "8/21/2013"], [900534, "8/23/2013"], [900536, "8/23/2013"], [900537, "8/25/2013"], [900538, "8/20/2013"], [900539, "8/20/2013"], [900540, "8/22/2013"], [900541, "8/23/2013"], [900542, "8/25/2013"], [900543, "8/23/2013"], [900544, "8/20/2013"], [900545, "8/23/2013"], [900546, "8/23/2013"], [900547, "8/23/2013"], [900548, "8/23/2013"], [900549, "8/25/2013"], [900550, "8/22/2013"], [900551, "8/23/2013"], [900552, "8/25/2013"], [900553, "8/23/2013"], [900554, "8/25/2013"], [900555, "8/20/2013"], [900556, "8/23/2013"], [900557, "8/15/2013"], [900558, "8/23/2013"], [900560, "8/19/2013"], [900561, "8/15/2013"], [900562, "8/23/2013"], [900563, "8/23/2013"], [900564, "8/25/2013"], [900565, "8/23/2013"], [900566, "8/20/2013"], [900567, "8/19/2013"], [900568, "8/23/2013"], [900569, "8/15/2013"], [900570, "8/6/2013"], [900571, "8/20/2013"], [900572, "8/25/2013"], [900573, "8/22/2013"], [900574, "8/22/2013"], [900576, "8/23/2013"], [900577, "8/21/2013"], [900578, "8/23/2013"], [900579, "8/23/2013"], [900580, "8/22/2013"], [900581, "8/25/2013"], [900583, "8/20/2013"], [900584, "8/25/2013"], [900585, "8/25/2013"], [900586, "8/20/2013"], [900587, "8/22/2013"], [900588, "8/23/2013"], [900589, "8/20/2013"], [900590, "8/25/2013"], [900591, "8/22/2013"], [900592, "8/21/2013"], [900594, "8/6/2013"], [900598, "8/23/2013"], [900601, "8/23/2013"], [900604, "8/25/2013"], [900607, "8/20/2013"], [900610, "8/23/2013"], [900613, "8/20/2013"], [900616, "8/23/2013"], [900617, "8/22/2013"], [900618, "8/21/2013"], [900619, "8/23/2013"], [900620, "8/23/2013"], [900621, "8/19/2013"], [900622, "8/23/2013"], [900623, "8/23/2013"], [900624, "8/25/2013"], [900625, "8/19/2013"], [900626, "8/23/2013"], [900629, "8/22/2013"], [900630, "8/16/2013"], [900631, "8/15/2013"], [900632, "8/20/2013"], [900635, "8/25/2013"], [900636, "8/23/2013"], [900639, "8/22/2013"], [900640, "8/20/2013"], [900641, "8/23/2013"], [900644, "8/23/2013"], [900645, "8/23/2013"], [900646, "8/23/2013"], [900647, "8/21/2013"], [900648, "8/7/2013"], [900649, "8/23/2013"], [900650, "1/22/2014"], [900651, "8/23/2013"], [900656, "4/9/2014"], [900660, "8/22/2013"], [900661, "8/25/2013"], [900662, "8/23/2013"], [900663, "8/22/2013"], [900664, "8/23/2013"], [900665, "8/20/2013"], [900666, "8/7/2013"], [900667, "8/21/2013"], [900668, "8/19/2013"], [900669, "8/19/2013"], [900670, "8/19/2013"], [900671, "8/19/2013"], [900672, "8/22/2013"], [900673, "8/22/2013"], [900674, "8/23/2013"], [900675, "8/19/2013"], [900676, "8/7/2013"], [900677, "8/23/2013"], [900678, "8/23/2013"], [900679, "8/22/2013"], [900680, "8/20/2013"], [900683, "8/25/2013"], [900684, "4/9/2014"], [900685, "8/22/2013"], [900688, "8/25/2013"], [900689, "8/23/2013"], [900692, "8/22/2013"], [900693, "8/25/2013"], [900694, "8/6/2013"], [900699, "8/20/2013"], [900700, "8/23/2013"], [900701, "8/23/2013"], [900704, "8/23/2013"], [900705, "8/23/2013"], [900706, "8/20/2013"], [900707, "8/14/2013"], [900709, "8/25/2013"], [900711, "8/23/2013"], [900712, "8/22/2013"], [900713, "8/20/2013"], [900714, "8/25/2013"], [900715, "8/22/2013"], [900716, "8/20/2013"], [900717, "8/23/2013"], [900718, "12/31/2013"], [900719, "8/22/2013"], [900720, "8/21/2013"], [900721, "8/25/2013"], [900722, "8/21/2013"], [900723, "8/20/2013"], [900724, "8/21/2013"], [900725, "8/23/2013"], [900726, "8/23/2013"], [900727, "8/20/2013"], [900728, "8/23/2013"], [900729, "8/23/2013"], [900730, "8/25/2013"], [900731, "8/23/2013"], [900732, "8/20/2013"], [900733, "8/25/2013"], [900734, "8/23/2013"], [900735, "8/25/2013"], [900736, "1/22/2014"], [900737, "8/22/2013"], [900738, "8/22/2013"], [900739, "8/22/2013"], [900740, "8/25/2013"], [900741, "8/23/2013"], [900742, "8/25/2013"], [900743, "8/16/2013"], [900745, "8/20/2013"], [900746, "8/14/2013"], [900747, "8/23/2013"], [900748, "8/21/2013"], [900749, "8/23/2013"], [900750, "8/21/2013"], [900751, "8/5/2013"], [900752, "8/23/2013"], [900753, "8/23/2013"], [900755, "8/23/2013"], [900756, "8/20/2013"], [900757, "8/23/2013"], [900758, "8/25/2013"], [900760, "8/25/2013"], [900761, "8/23/2013"], [900762, "8/22/2013"], [900763, "8/21/2013"], [900764, "8/23/2013"], [900766, "8/6/2013"], [900767, "8/20/2013"], [900768, "8/22/2013"], [900769, "8/23/2013"], [900770, "8/21/2013"], [900771, "8/21/2013"], [900772, "8/22/2013"], [900774, "8/22/2013"], [900775, "8/23/2013"], [900776, "8/23/2013"], [900777, "8/19/2013"], [900778, "8/21/2013"], [900780, "8/23/2013"], [900781, "8/25/2013"], [900782, "8/22/2013"], [900783, "8/15/2013"], [900784, "8/25/2013"], [900785, "8/22/2013"], [900786, "8/21/2013"], [900787, "8/23/2013"], [900789, "8/25/2013"], [900790, "8/23/2013"], [900795, "8/23/2013"], [900796, "8/22/2013"], [900799, "8/20/2013"], [900800, "8/19/2013"], [900801, "8/23/2013"], [900802, "8/23/2013"], [900803, "8/25/2013"], [900804, "8/19/2013"], [900805, "8/22/2013"], [900806, "8/23/2013"], [900807, "8/23/2013"], [900808, "8/20/2013"], [900809, "8/6/2013"], [900810, "8/23/2013"], [900811, "8/20/2013"], [900812, "8/21/2013"], [900813, "8/23/2013"], [900814, "8/25/2013"], [900815, "8/25/2013"], [900816, "8/25/2013"], [900817, "8/25/2013"], [900818, "8/23/2013"], [900819, "8/19/2013"], [900820, "8/21/2013"], [900821, "8/6/2013"], [900822, "8/22/2013"], [900823, "8/23/2013"], [900824, "8/25/2013"], [900825, "8/20/2013"], [900826, "8/21/2013"], [900828, "8/20/2013"], [900830, "8/21/2013"], [900831, "8/23/2013"], [900832, "8/25/2013"], [900833, "8/21/2013"], [900834, "1/22/2014"], [900835, "8/25/2013"], [900836, "8/16/2013"], [900840, "8/6/2013"], [900841, "8/25/2013"], [900842, "8/23/2013"], [900843, "8/5/2013"], [900844, "8/25/2013"], [900846, "8/20/2013"], [900847, "8/25/2013"], [900849, "8/21/2013"], [900853, "8/19/2013"], [900854, "8/25/2013"], [900855, "8/23/2013"], [900856, "8/21/2013"], [900857, "8/23/2013"], [900858, "8/22/2013"], [900859, "8/20/2013"], [900860, "8/23/2013"], [900861, "8/20/2013"], [900862, "8/20/2013"], [900865, "8/20/2013"], [900866, "8/23/2013"], [900867, "8/16/2013"], [900868, "8/23/2013"], [900871, "8/22/2013"], [900874, "8/21/2013"], [900875, "8/19/2013"], [900876, "8/23/2013"], [900877, "8/23/2013"], [900878, "8/21/2013"], [900879, "8/21/2013"], [900880, "12/31/2013"], [900881, "8/25/2013"], [900882, "8/21/2013"], [900883, "8/20/2013"], [900884, "4/9/2014"], [900885, "4/9/2014"], [900886, "8/22/2013"], [900887, "8/25/2013"], [900888, "8/23/2013"], [900889, "8/21/2013"], [900890, "12/31/2013"], [900891, "12/31/2013"], [900892, "8/22/2013"], [900893, "8/22/2013"], [900894, "8/23/2013"], [900895, "8/19/2013"], [900896, "8/21/2013"], [900897, "8/5/2013"], [900898, "8/20/2013"], [900899, "8/20/2013"], [900900, "8/6/2013"], [900901, "8/23/2013"], [900902, "8/23/2013"], [900903, "8/20/2013"], [900904, "8/19/2013"], [900905, "8/19/2013"], [900906, "8/21/2013"], [900907, "8/20/2013"], [900908, "8/19/2013"], [900909, "8/19/2013"], [900910, "8/22/2013"], [900911, "8/20/2013"], [900912, "8/21/2013"], [900913, "8/21/2013"], [900914, "8/25/2013"], [900915, "8/22/2013"], [900916, "8/22/2013"], [900917, "8/23/2013"], [900918, "8/21/2013"], [900919, "8/6/2013"], [900920, "8/23/2013"], [900922, "8/23/2013"], [900923, "8/23/2013"], [900924, "8/23/2013"], [900925, "8/23/2013"], [900926, "8/22/2013"], [900927, "8/21/2013"], [900928, "8/19/2013"], [900929, "8/22/2013"], [900930, "8/25/2013"], [900931, "8/25/2013"], [900932, "8/23/2013"], [900933, "8/19/2013"], [900934, "8/21/2013"], [900936, "8/21/2013"], [900937, "8/20/2013"], [900938, "8/19/2013"], [900939, "8/20/2013"], [900941, "8/20/2013"], [900943, "8/25/2013"], [900945, "8/23/2013"], [900946, "8/20/2013"], [900947, "8/25/2013"], [900948, "8/20/2013"], [900949, "8/20/2013"], [900955, "8/21/2013"], [900956, "8/16/2013"], [900961, "8/25/2013"], [900962, "8/22/2013"], [900963, "8/21/2013"], [900964, "8/25/2013"], [900965, "8/20/2013"], [900966, "8/21/2013"], [900968, "8/25/2013"], [900969, "8/20/2013"], [900970, "8/23/2013"], [900971, "8/25/2013"], [900972, "8/25/2013"], [900973, "8/22/2013"], [900974, "8/25/2013"], [900976, "8/25/2013"], [900977, "8/25/2013"], [900978, "8/21/2013"], [900979, "8/21/2013"], [900980, "8/21/2013"], [900981, "8/19/2013"], [900982, "8/23/2013"], [900983, "8/20/2013"], [900984, "8/23/2013"], [900985, "8/20/2013"], [900986, "8/20/2013"], [900987, "8/16/2013"], [900988, "8/5/2013"], [900989, "8/23/2013"], [900990, "8/7/2013"], [900992, "8/25/2013"], [900993, "8/25/2013"], [900994, "8/20/2013"], [900995, "8/19/2013"], [900996, "8/21/2013"], [900997, "8/21/2013"], [900998, "8/25/2013"], [900999, "8/25/2013"], [901002, "8/25/2013"], [901003, "8/21/2013"], [901004, "8/23/2013"], [901005, "8/20/2013"], [901006, "8/20/2013"], [901007, "8/14/2013"], [901008, "8/14/2013"], [901009, "8/22/2013"], [901010, "8/23/2013"], [901011, "8/21/2013"], [901012, "8/23/2013"], [901013, "8/23/2013"], [901014, "8/20/2013"], [901015, "8/20/2013"], [901016, "8/22/2013"], [901017, "8/14/2013"], [901018, "8/20/2013"], [901020, "8/20/2013"], [901021, "8/21/2013"], [901022, "8/20/2013"], [901023, "8/22/2013"], [901024, "8/25/2013"], [901025, "8/21/2013"], [901026, "8/21/2013"], [901027, "8/20/2013"], [901028, "8/21/2013"], [901029, "8/21/2013"], [901034, "8/21/2013"], [901036, "8/25/2013"], [901037, "8/23/2013"], [901038, "8/21/2013"], [901039, "8/23/2013"], [901040, "8/21/2013"], [901041, "8/21/2013"], [901042, "8/25/2013"], [901044, "8/21/2013"], [901045, "8/21/2013"], [901046, "8/20/2013"], [901047, "8/20/2013"], [901051, "8/20/2013"], [901052, "8/20/2013"], [901054, "8/21/2013"], [901055, "8/21/2013"], [901056, "8/23/2013"], [901057, "8/19/2013"], [901058, "8/19/2013"], [901059, "8/21/2013"], [901060, "8/20/2013"], [901061, "8/19/2013"], [901062, "8/23/2013"], [901063, "8/23/2013"], [901064, "8/25/2013"], [901065, "8/19/2013"], [901066, "8/23/2013"], [901067, "8/21/2013"], [901068, "8/19/2013"], [901069, "8/25/2013"], [901070, "8/21/2013"], [901071, "8/25/2013"], [901072, "8/19/2013"], [901073, "8/25/2013"], [901074, "8/25/2013"], [901075, "8/23/2013"], [901076, "8/25/2013"], [901077, "8/23/2013"], [901078, "8/19/2013"], [901079, "8/19/2013"], [901080, "8/6/2013"], [901081, "8/25/2013"], [901082, "8/19/2013"], [901083, "8/19/2013"], [901085, "8/20/2013"], [901086, "8/25/2013"], [901087, "8/14/2013"], [901088, "8/21/2013"], [901089, "8/25/2013"], [901090, "8/14/2013"], [901092, "8/25/2013"], [901093, "8/20/2013"], [901094, "8/20/2013"], [901096, "8/22/2013"], [901097, "8/25/2013"], [901099, "8/19/2013"], [901100, "8/22/2013"], [901101, "8/19/2013"], [901102, "8/21/2013"], [901103, "8/20/2013"], [901104, "8/20/2013"], [901105, "8/25/2013"], [901106, "8/21/2013"], [901107, "8/25/2013"], [901108, "8/19/2013"], [901109, "8/25/2013"], [901110, "8/20/2013"], [901111, "8/19/2013"], [901112, "8/19/2013"], [901114, "8/16/2013"], [901115, "8/5/2013"], [901116, "8/5/2013"], [901119, "8/21/2013"], [901120, "8/25/2013"], [901122, "1/22/2014"], [901123, "8/23/2013"], [901124, "8/20/2013"], [901125, "8/19/2013"], [901126, "8/20/2013"], [901127, "8/20/2013"], [901128, "8/21/2013"], [901129, "8/21/2013"], [901130, "8/21/2013"], [901131, "8/21/2013"], [901132, "8/22/2013"], [901133, "8/19/2013"], [901134, "8/19/2013"], [901135, "8/21/2013"], [901136, "8/20/2013"], [901137, "8/20/2013"], [901138, "8/21/2013"], [901139, "8/19/2013"], [901140, "8/21/2013"], [901141, "8/19/2013"], [901142, "8/21/2013"], [901143, "8/23/2013"], [901144, "8/23/2013"], [901145, "8/7/2013"], [901146, "8/21/2013"], [901147, "8/21/2013"], [901148, "8/25/2013"], [901149, "8/19/2013"], [901150, "8/20/2013"], [901151, "8/21/2013"], [901154, "8/20/2013"], [901159, "8/22/2013"], [901164, "8/25/2013"], [901167, "8/23/2013"], [901168, "8/23/2013"], [901170, "8/23/2013"], [901171, "8/23/2013"], [901172, "8/21/2013"], [901173, "8/20/2013"], [901174, "8/23/2013"], [901175, "8/23/2013"], [901176, "8/22/2013"], [901177, "8/23/2013"], [901178, "8/21/2013"], [901180, "8/23/2013"], [901181, "8/23/2013"], [901182, "8/19/2013"], [901183, "8/20/2013"], [901184, "8/15/2013"], [901185, "8/15/2013"], [901187, "8/20/2013"], [901188, "8/25/2013"], [901189, "8/23/2013"], [901190, "8/23/2013"], [901191, "8/25/2013"], [901192, "8/22/2013"], [901193, "8/22/2013"], [901198, "8/20/2013"], [901200, "8/25/2013"], [901201, "8/21/2013"], [901202, "8/23/2013"], [901203, "8/21/2013"], [901204, "8/23/2013"], [901205, "8/25/2013"], [901206, "8/21/2013"], [901207, "8/19/2013"], [901208, "8/25/2013"], [901209, "8/21/2013"], [901210, "8/21/2013"], [901211, "8/21/2013"], [901212, "8/21/2013"], [901213, "8/20/2013"], [901214, "8/23/2013"], [901215, "8/23/2013"], [901216, "8/23/2013"], [901217, "8/23/2013"], [901218, "8/22/2013"], [901219, "8/21/2013"], [901220, "8/21/2013"], [901221, "8/21/2013"], [901222, "8/21/2013"], [901224, "8/23/2013"], [901225, "8/20/2013"], [901226, "8/20/2013"], [901227, "8/25/2013"], [901228, "8/25/2013"], [901230, "8/21/2013"], [901231, "8/23/2013"], [901232, "8/21/2013"], [901233, "8/19/2013"], [901234, "8/23/2013"], [901235, "8/23/2013"], [901236, "8/23/2013"], [901237, "8/25/2013"], [901238, "8/23/2013"], [901239, "8/14/2013"], [901240, "8/20/2013"], [901241, "8/21/2013"], [901242, "8/22/2013"], [901243, "8/25/2013"], [901244, "8/23/2013"], [901245, "8/23/2013"], [901246, "8/20/2013"], [901247, "8/25/2013"], [901248, "8/25/2013"], [901249, "1/22/2014"], [901250, "1/22/2014"], [901257, "8/22/2013"], [901258, "8/25/2013"], [901259, "8/21/2013"], [901260, "8/21/2013"], [901261, "8/22/2013"], [901262, "8/22/2013"], [901263, "8/14/2013"], [901264, "8/23/2013"], [901265, "8/25/2013"], [901266, "8/25/2013"], [901267, "8/23/2013"], [901268, "8/25/2013"], [901269, "8/21/2013"], [901270, "8/21/2013"], [901272, "8/16/2013"], [901273, "8/21/2013"], [901274, "8/20/2013"], [901275, "8/14/2013"], [901276, "8/21/2013"], [901277, "8/21/2013"], [901278, "8/21/2013"], [901279, "8/22/2013"], [901283, "8/25/2013"], [901284, "8/25/2013"], [901288, "8/21/2013"], [901289, "8/21/2013"], [901290, "8/25/2013"], [901293, "8/21/2013"], [901294, "8/23/2013"], [901295, "8/19/2013"], [901296, "8/19/2013"], [901297, "8/21/2013"], [901298, "8/19/2013"], [901299, "8/19/2013"], [901300, "8/25/2013"], [901301, "8/20/2013"], [901302, "8/6/2013"], [901307, "8/19/2013"], [901308, "8/19/2013"], [901309, "8/23/2013"], [901310, "8/20/2013"], [901316, "8/20/2013"], [901317, "8/21/2013"], [901318, "8/21/2013"], [901319, "8/23/2013"], [901320, "8/23/2013"], [901321, "8/23/2013"], [901322, "1/22/2014"], [901323, "8/25/2013"], [901324, "8/25/2013"], [901325, "8/25/2013"], [901326, "8/23/2013"], [901329, "8/20/2013"], [901330, "8/12/2013"], [901335, "8/23/2013"], [901336, "8/23/2013"], [901337, "8/5/2013"], [901338, "8/25/2013"], [901339, "1/22/2014"], [901340, "8/25/2013"], [901341, "8/23/2013"], [901342, "8/22/2013"], [901343, "8/23/2013"], [901344, "8/23/2013"], [901345, "8/23/2013"], [901346, "8/23/2013"], [901347, "8/6/2013"], [901348, "8/21/2013"], [901349, "8/25/2013"], [901350, "8/25/2013"], [901351, "8/23/2013"], [901352, "8/23/2013"], [901353, "8/25/2013"], [901354, "8/23/2013"], [901355, "8/23/2013"], [901356, "8/23/2013"], [901357, "8/22/2013"], [901358, "8/22/2013"], [901359, "8/23/2013"], [901360, "8/25/2013"], [901361, "8/25/2013"], [901362, "8/20/2013"], [901363, "8/23/2013"], [901364, "8/6/2013"], [901371, "8/20/2013"], [901372, "8/23/2013"], [901373, "8/23/2013"], [901374, "8/5/2013"], [901375, "8/25/2013"], [901376, "8/22/2013"], [901377, "8/22/2013"], [901378, "8/23/2013"], [901379, "8/20/2013"], [901380, "8/20/2013"], [901382, "8/21/2013"], [901383, "8/21/2013"], [901384, "8/25/2013"], [901385, "8/14/2013"], [901386, "8/25/2013"], [901387, "8/16/2013"], [901388, "8/23/2013"], [901389, "8/15/2013"], [901390, "8/19/2013"], [901391, "8/19/2013"], [901392, "8/19/2013"], [901393, "8/22/2013"], [901394, "8/22/2013"], [901395, "8/21/2013"], [901396, "8/23/2013"], [901397, "8/23/2013"], [901398, "8/21/2013"], [901400, "8/21/2013"], [901401, "8/25/2013"], [901402, "8/25/2013"], [901403, "8/23/2013"], [901404, "8/23/2013"], [901405, "8/23/2013"], [901406, "8/6/2013"], [901407, "8/23/2013"], [901408, "8/23/2013"], [901409, "8/23/2013"], [901410, "8/23/2013"], [901411, "8/22/2013"], [901412, "8/25/2013"], [901413, "8/23/2013"], [901414, "8/16/2013"], [901415, "8/16/2013"], [901416, "8/23/2013"], [901417, "8/23/2013"], [901418, "8/20/2013"], [901419, "8/22/2013"], [901420, "8/19/2013"], [901421, "8/6/2013"], [901422, "8/23/2013"], [901423, "8/25/2013"], [901424, "8/25/2013"], [901425, "8/25/2013"], [901426, "8/25/2013"], [901427, "8/21/2013"], [901428, "8/21/2013"], [901429, "8/20/2013"], [901430, "8/21/2013"], [901431, "8/21/2013"], [901432, "8/23/2013"], [901433, "8/21/2013"], [901434, "8/22/2013"], [901435, "8/20/2013"], [901436, "8/20/2013"], [901437, "8/22/2013"], [901438, "8/23/2013"], [901439, "8/21/2013"], [901440, "8/25/2013"], [901441, "8/22/2013"], [901443, "8/23/2013"], [901444, "8/22/2013"], [901445, "8/23/2013"], [901446, "8/25/2013"], [901447, "8/22/2013"], [901448, "8/22/2013"], [901449, "8/25/2013"], [901453, "8/23/2013"], [901455, "8/19/2013"], [901456, "8/23/2013"], [901457, "8/22/2013"], [901458, "8/20/2013"], [901459, "8/25/2013"], [901460, "8/21/2013"], [901461, "8/23/2013"], [901462, "8/22/2013"], [901466, "8/20/2013"], [901467, "8/20/2013"], [901468, "8/21/2013"], [901470, "8/20/2013"], [901471, "8/20/2013"], [901472, "8/21/2013"], [901473, "8/23/2013"], [901474, "8/23/2013"], [901478, "8/15/2013"], [901479, "8/15/2013"], [901480, "8/22/2013"], [901481, "8/20/2013"], [901482, "8/25/2013"], [901489, "8/16/2013"], [901490, "8/19/2013"], [901491, "8/20/2013"], [901492, "8/20/2013"], [901493, "8/21/2013"], [901494, "8/20/2013"], [901495, "8/15/2013"], [901496, "8/23/2013"], [901497, "8/15/2013"], [901498, "8/21/2013"], [901499, "8/6/2013"], [901500, "8/6/2013"], [901503, "8/20/2013"], [901504, "8/25/2013"], [901505, "8/19/2013"], [901506, "8/19/2013"], [901507, "8/20/2013"], [901508, "8/20/2013"], [901511, "8/22/2013"], [901512, "8/25/2013"], [901513, "8/23/2013"], [901514, "8/23/2013"], [901515, "8/25/2013"], [901516, "8/25/2013"], [901517, "8/19/2013"], [901518, "8/19/2013"], [901519, "8/21/2013"], [901520, "8/21/2013"], [901521, "8/19/2013"], [901522, "8/21/2013"], [901523, "8/21/2013"], [901524, "8/20/2013"], [901525, "8/20/2013"], [901526, "8/20/2013"], [901527, "8/25/2013"], [901528, "8/20/2013"], [901529, "8/21/2013"], [901530, "8/22/2013"], [901531, "8/23/2013"], [901532, "8/21/2013"], [901533, "8/21/2013"], [901534, "8/21/2013"], [901535, "8/23/2013"], [901537, "8/20/2013"], [901538, "8/21/2013"], [901539, "8/20/2013"], [901540, "8/19/2013"], [901541, "8/19/2013"], [901542, "8/21/2013"], [901543, "8/21/2013"], [901544, "8/22/2013"], [901545, "8/5/2013"], [901546, "8/21/2013"], [901547, "8/15/2013"], [901548, "8/21/2013"], [901551, "8/25/2013"], [901552, "8/25/2013"], [901553, "8/21/2013"], [901554, "8/21/2013"], [901555, "8/22/2013"], [901556, "8/20/2013"], [901557, "8/20/2013"], [901558, "8/25/2013"], [901559, "8/25/2013"], [901560, "8/23/2013"], [901561, "8/23/2013"], [901562, "8/20/2013"], [901563, "8/20/2013"], [901565, "8/23/2013"], [901566, "8/23/2013"], [901567, "8/20/2013"], [901568, "8/20/2013"], [901569, "8/19/2013"], [901572, "8/23/2013"], [901573, "8/20/2013"], [901583, "8/20/2013"], [901584, "8/20/2013"], [901585, "8/20/2013"], [901586, "8/21/2013"], [901587, "8/21/2013"], [901588, "12/31/2013"], [901589, "12/31/2013"], [901590, "8/20/2013"], [901591, "8/20/2013"], [901592, "8/19/2013"], [901593, "8/7/2013"], [901594, "8/21/2013"], [901595, "8/20/2013"], [901596, "8/16/2013"], [901598, "8/22/2013"], [901599, "8/20/2013"], [901600, "8/25/2013"], [901601, "8/21/2013"], [901602, "8/25/2013"], [901603, "8/23/2013"], [901604, "8/21/2013"], [901605, "8/21/2013"], [901608, "8/19/2013"], [901609, "8/21/2013"], [901610, "8/21/2013"], [901611, "8/23/2013"], [901612, "8/21/2013"], [901613, "8/21/2013"], [901614, "8/21/2013"], [901615, "8/25/2013"], [901616, "8/23/2013"], [901617, "8/21/2013"], [901618, "8/25/2013"], [901619, "8/25/2013"], [901620, "8/25/2013"], [901621, "8/19/2013"], [901622, "8/20/2013"], [901623, "8/20/2013"], [901624, "8/23/2013"], [901625, "8/22/2013"], [901626, "8/6/2013"], [901627, "8/23/2013"], [901628, "8/25/2013"], [901629, "8/23/2013"], [901630, "8/23/2013"], [901631, "8/5/2013"], [901632, "8/19/2013"], [901633, "8/22/2013"], [901634, "8/19/2013"], [901635, "8/15/2013"], [901636, "8/19/2013"], [901637, "8/19/2013"], [901638, "8/6/2013"], [901639, "8/6/2013"], [901640, "8/5/2013"], [901641, "8/23/2013"], [901642, "8/22/2013"], [901643, "8/23/2013"], [901644, "8/21/2013"], [901645, "8/25/2013"], [901646, "8/23/2013"], [901647, "8/20/2013"], [901648, "8/20/2013"], [901649, "8/20/2013"], [901650, "8/21/2013"], [901651, "8/21/2013"], [901652, "8/23/2013"], [901653, "8/23/2013"], [901654, "8/21/2013"], [901655, "8/25/2013"], [901656, "8/19/2013"], [901657, "8/19/2013"], [901658, "8/19/2013"], [901659, "8/14/2013"], [901660, "8/15/2013"], [901661, "8/21/2013"], [901662, "8/15/2013"], [901663, "8/15/2013"], [901664, "8/19/2013"], [901665, "8/21/2013"], [901666, "8/19/2013"], [901667, "8/15/2013"], [901668, "8/21/2013"], [901669, "8/20/2013"], [901670, "8/23/2013"], [901671, "4/9/2014"], [901672, "8/19/2013"], [901674, "8/16/2013"], [901675, "8/16/2013"], [901676, "8/20/2013"], [901677, "8/20/2013"], [901678, "8/20/2013"], [901679, "8/20/2013"], [901681, "8/21/2013"], [901682, "8/23/2013"], [901683, "8/20/2013"], [901686, "8/22/2013"], [901687, "8/23/2013"], [901688, "8/20/2013"], [901689, "8/22/2013"], [901690, "8/22/2013"], [901691, "8/15/2013"], [901692, "8/19/2013"], [901693, "8/23/2013"], [901694, "8/19/2013"], [901695, "12/31/2013"], [901696, "12/31/2013"], [901700, "8/25/2013"], [901701, "8/20/2013"], [901702, "8/19/2013"], [901703, "8/25/2013"], [901704, "8/22/2013"], [901705, "8/23/2013"], [901706, "8/14/2013"], [901707, "8/14/2013"], [901708, "8/23/2013"], [901709, "8/19/2013"], [901710, "8/14/2013"], [901711, "8/14/2013"], [901712, "8/20/2013"], [901713, "8/23/2013"], [901714, "8/25/2013"], [901718, "8/23/2013"], [901719, "8/23/2013"], [901722, "8/20/2013"], [901725, "8/20/2013"], [901726, "8/23/2013"], [901727, "8/22/2013"], [901728, "8/23/2013"], [901729, "8/21/2013"], [901732, "8/21/2013"], [901733, "8/20/2013"], [901734, "8/22/2013"], [901735, "8/22/2013"], [901736, "8/23/2013"], [901737, "8/23/2013"], [901739, "8/23/2013"], [901740, "8/22/2013"], [901741, "8/21/2013"], [901743, "8/22/2013"], [901744, "8/20/2013"], [901749, "8/19/2013"], [901750, "8/19/2013"], [901751, "8/19/2013"], [901752, "8/25/2013"], [901753, "8/25/2013"], [901754, "8/23/2013"], [901755, "8/6/2013"], [901756, "8/21/2013"], [901757, "8/21/2013"], [901758, "8/23/2013"], [901759, "8/23/2013"], [901760, "8/21/2013"], [901761, "8/23/2013"], [901762, "8/5/2013"], [901763, "8/19/2013"], [901764, "8/25/2013"], [901765, "8/20/2013"], [901766, "8/19/2013"], [901767, "8/21/2013"], [901768, "12/31/2013"], [901769, "8/23/2013"], [901772, "8/12/2013"], [901773, "8/20/2013"], [901774, "8/12/2013"], [901775, "8/5/2013"], [901776, "8/14/2013"], [901778, "8/21/2013"], [901779, "8/19/2013"], [901782, "8/23/2013"], [901783, "8/23/2013"], [901785, "8/25/2013"], [901786, "8/20/2013"], [901787, "8/20/2013"], [901788, "8/6/2013"], [901789, "8/23/2013"], [901794, "8/23/2013"], [901795, "8/22/2013"], [901796, "8/21/2013"], [901797, "8/21/2013"], [901798, "8/22/2013"], [901800, "8/6/2013"], [901801, "12/31/2013"], [901802, "8/15/2013"], [901803, "1/22/2014"], [901804, "1/22/2014"], [901805, "8/20/2013"], [901806, "8/16/2013"], [901807, "8/19/2013"], [901808, "8/23/2013"], [901809, "8/22/2013"], [901810, "8/23/2013"], [901811, "8/23/2013"], [901812, "8/20/2013"], [901813, "8/21/2013"], [901814, "8/20/2013"], [901815, "8/20/2013"], [901816, "8/23/2013"], [901817, "8/23/2013"], [901818, "8/19/2013"], [901819, "8/21/2013"], [901820, "8/23/2013"], [901821, "8/21/2013"], [901822, "8/19/2013"], [901823, "8/25/2013"], [901824, "8/22/2013"], [901825, "8/22/2013"], [901826, "8/25/2013"], [901827, "8/21/2013"], [901828, "8/23/2013"], [901829, "8/25/2013"], [901830, "8/25/2013"], [901831, "8/23/2013"], [901832, "8/23/2013"], [901833, "8/25/2013"], [901834, "8/19/2013"], [901835, "8/23/2013"], [901836, "8/25/2013"], [901837, "8/25/2013"], [901838, "8/22/2013"], [901839, "8/22/2013"], [901840, "8/22/2013"], [901841, "8/23/2013"], [901842, "8/22/2013"], [901843, "8/23/2013"], [901844, "8/22/2013"], [901845, "8/22/2013"], [901846, "8/6/2013"], [901847, "8/6/2013"], [901848, "8/21/2013"], [901849, "8/20/2013"], [901850, "8/22/2013"], [901851, "8/20/2013"], [901852, "8/6/2013"], [901853, "1/22/2014"], [901854, "8/23/2013"], [901855, "8/20/2013"], [901856, "8/21/2013"], [901857, "8/23/2013"], [901858, "8/6/2013"], [901859, "8/25/2013"], [901860, "8/23/2013"], [901861, "8/19/2013"], [901862, "8/20/2013"], [901863, "8/20/2013"], [901864, "8/25/2013"], [901865, "8/25/2013"], [901866, "8/15/2013"], [901867, "8/21/2013"], [901868, "8/23/2013"], [901869, "8/23/2013"], [901870, "8/19/2013"], [901871, "8/19/2013"], [901873, "8/6/2013"], [901874, "8/23/2013"], [901875, "8/25/2013"], [901877, "8/23/2013"], [901878, "8/20/2013"], [901879, "8/25/2013"], [901880, "8/21/2013"], [901881, "8/22/2013"], [901882, "8/19/2013"], [901883, "8/23/2013"], [901884, "8/23/2013"], [901886, "8/22/2013"], [901887, "8/19/2013"], [901888, "8/12/2013"], [901889, "12/31/2013"], [901890, "8/25/2013"], [901894, "8/22/2013"], [901901, "8/23/2013"], [901902, "8/23/2013"], [901903, "8/22/2013"], [901904, "8/25/2013"], [901905, "8/19/2013"], [901906, "8/23/2013"], [901907, "8/19/2013"], [901908, "8/23/2013"], [901909, "8/20/2013"], [901910, "8/12/2013"], [901911, "8/19/2013"], [901912, "8/19/2013"], [901913, "8/21/2013"], [901914, "8/20/2013"], [901915, "8/20/2013"], [901916, "8/22/2013"], [901917, "8/22/2013"], [901918, "8/25/2013"], [901919, "8/20/2013"], [901920, "8/20/2013"], [901921, "8/22/2013"], [901922, "8/23/2013"], [901923, "8/16/2013"], [901925, "8/20/2013"], [901926, "8/22/2013"], [901929, "8/6/2013"], [901930, "8/20/2013"], [901931, "8/21/2013"], [901932, "8/20/2013"], [901933, "8/12/2013"], [901934, "8/23/2013"], [901935, "8/23/2013"], [901938, "8/21/2013"], [901939, "8/25/2013"], [901940, "8/25/2013"], [901944, "8/6/2013"], [901945, "8/6/2013"], [901948, "8/22/2013"], [901950, "8/22/2013"], [901951, "8/22/2013"], [901952, "8/23/2013"], [901953, "8/22/2013"], [901955, "8/21/2013"], [901957, "8/7/2013"], [901958, "8/6/2013"], [901959, "8/23/2013"], [901960, "8/23/2013"], [901961, "8/22/2013"], [901962, "8/21/2013"], [901963, "8/22/2013"], [901964, "8/22/2013"], [901965, "8/25/2013"], [901966, "8/23/2013"], [901967, "8/22/2013"], [901968, "8/23/2013"], [901969, "8/7/2013"], [901970, "8/22/2013"], [901971, "8/23/2013"], [901972, "8/25/2013"], [901973, "8/22/2013"], [901974, "8/23/2013"], [901975, "8/22/2013"], [901976, "8/21/2013"], [901977, "8/16/2013"], [901978, "8/21/2013"], [901979, "8/23/2013"], [901980, "8/20/2013"], [901981, "8/23/2013"], [901982, "8/25/2013"], [901983, "8/21/2013"], [901984, "8/19/2013"], [901985, "8/23/2013"], [901986, "8/20/2013"], [901987, "8/25/2013"], [901988, "8/20/2013"], [901991, "8/20/2013"], [901992, "8/21/2013"], [901993, "8/20/2013"], [901994, "8/23/2013"], [901995, "8/19/2013"], [901998, "8/15/2013"], [901999, "8/20/2013"], [902000, "8/25/2013"], [902001, "8/15/2013"], [902002, "8/21/2013"], [902003, "8/20/2013"], [902004, "8/25/2013"], [902007, "8/16/2013"], [902010, "8/23/2013"], [902011, "8/22/2013"], [902012, "8/25/2013"], [902013, "8/19/2013"], [902014, "8/19/2013"], [902015, "8/22/2013"], [902017, "8/19/2013"], [902018, "8/25/2013"], [902019, "8/12/2013"], [902020, "8/25/2013"], [902021, "8/25/2013"], [902022, "8/19/2013"], [902023, "8/23/2013"], [902024, "8/19/2013"], [902025, "12/31/2013"], [902026, "8/20/2013"], [902027, "8/20/2013"], [902029, "8/19/2013"], [902031, "8/25/2013"], [902032, "8/22/2013"], [902033, "8/22/2013"], [902034, "8/23/2013"], [902035, "8/22/2013"], [902036, "8/19/2013"], [902037, "8/22/2013"], [902038, "8/19/2013"], [902039, "8/19/2013"], [902040, "8/25/2013"], [902041, "8/22/2013"], [902042, "8/25/2013"], [902043, "8/23/2013"], [902044, "8/22/2013"], [902045, "8/19/2013"], [902046, "8/23/2013"], [902047, "8/7/2013"], [902048, "8/23/2013"], [902049, "8/19/2013"], [902051, "8/22/2013"], [902052, "8/25/2013"], [902054, "8/22/2013"], [902055, "8/19/2013"], [902056, "8/16/2013"], [902057, "8/20/2013"], [902058, "8/20/2013"], [902059, "8/23/2013"], [902060, "8/22/2013"], [902061, "8/20/2013"], [902062, "8/22/2013"], [902063, "8/23/2013"], [902064, "8/20/2013"], [902065, "8/20/2013"], [902066, "8/23/2013"], [902067, "8/23/2013"], [902068, "8/21/2013"], [902069, "8/25/2013"], [902070, "8/22/2013"], [902071, "8/22/2013"], [902072, "8/23/2013"], [902073, "8/25/2013"], [902074, "8/19/2013"], [902075, "1/22/2014"], [902076, "8/25/2013"], [902077, "8/23/2013"], [902078, "8/20/2013"], [902079, "8/25/2013"], [902080, "8/25/2013"], [902081, "8/22/2013"], [902082, "8/23/2013"], [902083, "8/23/2013"], [902084, "8/19/2013"], [902085, "8/23/2013"], [902086, "8/19/2013"], [902087, "8/12/2013"], [902089, "8/20/2013"], [902091, "8/20/2013"], [902092, "8/21/2013"], [902093, "8/21/2013"], [902094, "12/31/2013"], [902098, "8/15/2013"], [902100, "8/22/2013"], [902101, "8/25/2013"], [902103, "8/22/2013"], [902104, "8/22/2013"], [902105, "8/22/2013"], [902106, "8/22/2013"], [902107, "8/6/2013"], [902108, "8/22/2013"], [902109, "8/22/2013"], [902110, "8/22/2013"], [902111, "8/14/2013"], [902112, "8/23/2013"], [902113, "8/21/2013"], [902114, "8/22/2013"], [902115, "8/22/2013"], [902117, "8/20/2013"], [902118, "8/23/2013"], [902119, "8/25/2013"], [902121, "8/22/2013"], [902122, "8/19/2013"], [902123, "8/22/2013"], [902124, "1/22/2014"], [902125, "8/22/2013"], [902126, "8/23/2013"], [902127, "8/20/2013"], [902128, "8/25/2013"], [902129, "8/20/2013"], [902130, "8/23/2013"], [902132, "8/25/2013"], [902133, "8/25/2013"], [902134, "8/22/2013"], [902135, "8/20/2013"], [902136, "1/22/2014"], [902137, "8/22/2013"], [902138, "8/20/2013"], [902139, "8/20/2013"], [902140, "8/20/2013"], [902141, "8/25/2013"], [902142, "8/23/2013"], [902143, "8/25/2013"], [902145, "8/20/2013"], [902146, "8/25/2013"], [902147, "8/19/2013"], [902148, "8/22/2013"], [902149, "8/23/2013"], [902150, "8/22/2013"], [902151, "8/20/2013"], [902157, "8/21/2013"], [902158, "8/19/2013"], [902159, "8/25/2013"], [902160, "8/23/2013"], [902164, "8/22/2013"], [902165, "8/25/2013"], [902166, "8/19/2013"], [902167, "8/22/2013"], [902168, "8/22/2013"], [902169, "8/15/2013"], [902170, "8/25/2013"], [902172, "8/20/2013"], [902173, "8/22/2013"], [902174, "8/23/2013"], [902175, "8/22/2013"], [902177, "8/25/2013"], [902178, "8/23/2013"], [902179, "8/22/2013"], [902180, "8/23/2013"], [902181, "8/23/2013"], [902182, "8/22/2013"], [902183, "8/19/2013"], [902184, "8/19/2013"], [902185, "8/23/2013"], [902186, "8/25/2013"], [902187, "1/22/2014"], [902188, "8/23/2013"], [902189, "8/23/2013"], [902190, "8/21/2013"], [902191, "8/22/2013"], [902192, "8/22/2013"], [902194, "12/31/2013"], [902195, "8/22/2013"], [902196, "8/20/2013"], [902197, "8/22/2013"], [902199, "8/21/2013"], [902201, "8/25/2013"], [902202, "8/23/2013"], [902203, "8/23/2013"], [902204, "8/19/2013"], [902205, "8/22/2013"], [902206, "8/22/2013"], [902207, "8/20/2013"], [902208, "8/20/2013"], [902209, "8/25/2013"], [902210, "8/19/2013"], [902211, "8/15/2013"], [902212, "8/22/2013"], [902213, "8/20/2013"], [902214, "8/20/2013"], [902215, "8/25/2013"], [902216, "8/20/2013"], [902217, "8/6/2013"], [902218, "8/25/2013"], [902219, "8/25/2013"], [902220, "8/22/2013"], [902221, "8/22/2013"], [902222, "8/20/2013"], [902223, "8/25/2013"], [902224, "8/22/2013"], [902225, "8/22/2013"], [902226, "8/25/2013"], [902227, "8/20/2013"], [902228, "8/19/2013"], [902229, "8/20/2013"], [902230, "8/22/2013"], [902231, "8/22/2013"], [902232, "8/22/2013"], [902233, "8/22/2013"], [902234, "8/22/2013"], [902235, "8/6/2013"], [902236, "8/22/2013"], [902237, "8/23/2013"], [902238, "8/23/2013"], [902239, "8/22/2013"], [902241, "8/19/2013"], [902242, "8/20/2013"], [902243, "8/25/2013"], [902244, "8/22/2013"], [902245, "8/23/2013"], [902246, "8/25/2013"], [902247, "8/21/2013"], [902248, "8/20/2013"], [902249, "1/22/2014"], [902250, "8/22/2013"], [902251, "8/25/2013"], [902252, "8/22/2013"], [902253, "8/21/2013"], [902254, "8/25/2013"], [902255, "8/23/2013"], [902256, "8/23/2013"], [902258, "8/20/2013"], [902259, "8/25/2013"], [902260, "8/16/2013"], [902262, "8/23/2013"], [902263, "8/22/2013"], [902264, "8/22/2013"], [902265, "8/19/2013"], [902266, "8/20/2013"], [902268, "8/22/2013"], [902269, "8/5/2013"], [902273, "8/22/2013"], [902274, "8/25/2013"], [902275, "8/25/2013"], [902276, "8/21/2013"], [902277, "8/25/2013"], [902278, "8/22/2013"], [902279, "8/23/2013"], [902283, "8/20/2013"], [902284, "1/22/2014"], [902286, "8/19/2013"], [902287, "1/22/2014"], [902288, "8/20/2013"], [902289, "8/5/2013"], [902292, "8/23/2013"], [902293, "8/22/2013"], [902294, "8/22/2013"], [902299, "8/16/2013"], [902300, "8/22/2013"], [902301, "8/25/2013"], [902302, "8/23/2013"], [902303, "1/22/2014"], [902305, "8/21/2013"], [902306, "8/20/2013"], [902307, "8/23/2013"], [902308, "8/22/2013"], [902309, "1/22/2014"], [902310, "8/20/2013"], [902312, "8/22/2013"], [902313, "8/20/2013"], [902316, "8/25/2013"], [902317, "8/19/2013"], [902318, "8/16/2013"], [902319, "8/20/2013"], [902320, "8/25/2013"], [902321, "8/20/2013"], [902322, "8/15/2013"], [902323, "8/22/2013"], [902324, "8/22/2013"], [902325, "8/7/2013"], [902326, "1/22/2014"], [902327, "8/22/2013"], [902328, "8/25/2013"], [902329, "8/19/2013"], [902330, "1/22/2014"], [902331, "8/23/2013"], [902332, "8/21/2013"], [902333, "8/23/2013"], [902334, "8/20/2013"], [902335, "1/22/2014"], [902336, "8/22/2013"], [902337, "8/25/2013"], [902338, "8/6/2013"], [902340, "8/25/2013"], [902341, "8/20/2013"], [902343, "8/22/2013"], [902346, "8/19/2013"], [902347, "8/21/2013"], [902348, "8/22/2013"], [902349, "8/25/2013"], [902350, "8/19/2013"], [902353, "8/25/2013"], [902354, "8/15/2013"], [902355, "8/20/2013"], [902356, "8/6/2013"], [902357, "1/22/2014"], [902358, "8/20/2013"], [902359, "8/21/2013"], [902360, "8/25/2013"], [902361, "8/25/2013"], [902362, "8/23/2013"], [902363, "8/25/2013"], [902364, "8/23/2013"], [902365, "8/22/2013"], [902366, "8/22/2013"], [902367, "8/25/2013"], [902368, "8/25/2013"], [902369, "8/22/2013"], [902370, "8/21/2013"], [902371, "8/19/2013"], [902372, "8/25/2013"], [902373, "8/20/2013"], [902374, "8/25/2013"], [902375, "8/23/2013"], [902376, "8/25/2013"], [902377, "8/22/2013"], [902378, "8/22/2013"], [902379, "8/23/2013"], [902380, "8/21/2013"], [902381, "8/20/2013"], [902382, "8/20/2013"], [902383, "8/19/2013"], [902384, "8/25/2013"], [902385, "8/7/2013"], [902386, "8/20/2013"], [902393, "8/6/2013"], [902394, "8/23/2013"], [902397, "8/23/2013"], [902399, "8/16/2013"], [902401, "8/14/2013"], [902402, "8/20/2013"], [902403, "8/21/2013"], [902404, "8/20/2013"], [902408, "8/25/2013"], [902409, "8/22/2013"], [902410, "8/22/2013"], [902411, "8/23/2013"], [902412, "8/22/2013"], [902413, "8/22/2013"], [902414, "8/25/2013"], [902415, "8/20/2013"], [902416, "8/23/2013"], [902417, "12/31/2013"], [902418, "8/25/2013"], [902419, "8/22/2013"], [902420, "8/22/2013"], [902421, "8/23/2013"], [902422, "8/16/2013"], [902423, "8/25/2013"], [902424, "8/22/2013"], [902425, "8/20/2013"], [902427, "8/25/2013"], [902428, "8/21/2013"], [902429, "8/22/2013"], [902431, "8/20/2013"], [902432, "8/19/2013"], [902434, "8/23/2013"], [902435, "8/22/2013"], [902436, "8/21/2013"], [902437, "8/20/2013"], [902438, "8/20/2013"], [902439, "8/25/2013"], [902440, "8/25/2013"], [902441, "8/20/2013"], [902442, "8/20/2013"], [902443, "8/23/2013"], [902444, "8/25/2013"], [902445, "1/22/2014"], [902446, "8/15/2013"], [902448, "8/20/2013"], [902449, "8/14/2013"], [902450, "8/20/2013"], [902451, "1/22/2014"], [902452, "8/14/2013"], [902453, "8/23/2013"], [902454, "8/20/2013"], [902455, "8/25/2013"], [902458, "8/21/2013"], [902459, "8/23/2013"], [902460, "8/19/2013"], [902463, "8/25/2013"], [902465, "8/22/2013"], [902467, "8/20/2013"], [902468, "8/20/2013"], [902471, "8/20/2013"], [902472, "8/20/2013"], [902474, "8/22/2013"], [902475, "8/16/2013"], [902476, "8/22/2013"], [902477, "8/22/2013"], [902478, "8/23/2013"], [902479, "12/31/2013"], [902480, "8/20/2013"], [902481, "8/20/2013"], [902482, "8/20/2013"], [902483, "8/23/2013"], [902484, "8/21/2013"], [902485, "8/20/2013"], [902486, "8/15/2013"], [902487, "8/20/2013"], [902488, "8/20/2013"], [902489, "8/22/2013"], [902490, "8/23/2013"], [902491, "8/22/2013"], [902492, "8/22/2013"], [902493, "8/19/2013"], [902494, "8/6/2013"], [902497, "1/22/2014"], [902498, "1/22/2014"], [902499, "8/22/2013"], [902504, "8/19/2013"], [902505, "8/25/2013"], [902507, "8/19/2013"], [902508, "8/23/2013"], [902509, "8/20/2013"], [902510, "1/22/2014"], [902511, "8/25/2013"], [902512, "8/20/2013"], [902513, "8/20/2013"], [902514, "8/20/2013"], [902515, "8/21/2013"], [902516, "8/19/2013"], [902517, "8/16/2013"], [902518, "8/21/2013"], [902519, "8/21/2013"], [902520, "12/31/2013"], [902524, "8/20/2013"], [902528, "8/22/2013"], [902529, "8/20/2013"], [902530, "8/25/2013"], [902532, "8/20/2013"], [902533, "8/23/2013"], [902534, "8/23/2013"], [902535, "8/25/2013"], [902536, "8/21/2013"], [902538, "8/6/2013"], [902539, "8/25/2013"], [902540, "8/20/2013"], [902541, "1/22/2014"], [902542, "8/20/2013"], [902543, "8/22/2013"], [902544, "8/20/2013"], [902545, "8/23/2013"], [902546, "8/20/2013"], [902547, "8/23/2013"], [902552, "8/22/2013"], [902555, "8/21/2013"], [902556, "8/19/2013"], [902557, "8/23/2013"], [902558, "8/20/2013"], [902559, "8/21/2013"], [902560, "8/20/2013"], [902561, "8/19/2013"], [902564, "8/22/2013"], [902565, "8/23/2013"], [902568, "8/23/2013"], [902575, "8/25/2013"], [902576, "8/25/2013"], [902579, "8/25/2013"], [902582, "8/19/2013"], [902583, "8/19/2013"], [902584, "8/20/2013"], [902585, "8/20/2013"], [902586, "8/22/2013"], [902587, "8/25/2013"], [902588, "8/19/2013"], [902589, "8/21/2013"], [902598, "8/22/2013"], [902601, "8/23/2013"], [902602, "8/22/2013"], [902603, "8/21/2013"], [902604, "8/22/2013"], [902605, "8/25/2013"], [902606, "8/15/2013"], [902607, "8/25/2013"], [902608, "8/25/2013"], [902609, "8/22/2013"], [902610, "8/25/2013"], [902611, "8/20/2013"], [902612, "8/23/2013"], [902613, "8/20/2013"], [902614, "8/22/2013"], [902615, "8/21/2013"], [902616, "8/21/2013"], [902617, "8/25/2013"], [902618, "8/20/2013"], [902619, "12/31/2013"], [902620, "8/19/2013"], [902621, "8/25/2013"], [902622, "8/19/2013"], [902623, "8/22/2013"], [902624, "8/21/2013"], [902625, "8/19/2013"], [902626, "8/22/2013"], [902627, "8/22/2013"], [902628, "8/25/2013"], [902630, "8/20/2013"], [902631, "8/20/2013"], [902632, "8/21/2013"], [902633, "8/23/2013"], [902635, "8/21/2013"], [902636, "8/6/2013"], [902637, "8/19/2013"], [902638, "8/23/2013"], [902639, "8/25/2013"], [902640, "12/31/2013"], [902641, "8/23/2013"], [902642, "8/19/2013"], [902644, "8/22/2013"], [902645, "8/21/2013"], [902646, "8/14/2013"], [902647, "8/14/2013"], [902648, "8/22/2013"], [902649, "8/23/2013"], [902650, "8/19/2013"], [902651, "8/20/2013"], [902652, "8/23/2013"], [902654, "8/25/2013"], [902655, "1/22/2014"], [902656, "8/25/2013"], [902657, "8/20/2013"], [902658, "8/14/2013"], [902659, "8/25/2013"], [902660, "8/19/2013"], [902661, "8/25/2013"], [902662, "1/22/2014"], [902663, "8/20/2013"], [902664, "8/5/2013"], [902666, "8/25/2013"], [902668, "8/23/2013"], [902669, "8/25/2013"], [902670, "8/21/2013"], [902671, "8/23/2013"], [902672, "8/25/2013"], [902673, "12/31/2013"], [902674, "8/6/2013"], [902675, "8/23/2013"], [902676, "8/25/2013"], [902677, "8/23/2013"], [902678, "8/20/2013"], [902679, "8/20/2013"], [902680, "8/7/2013"], [902682, "8/23/2013"], [902683, "8/21/2013"], [902684, "8/20/2013"], [902686, "8/23/2013"], [902687, "8/23/2013"], [902688, "8/21/2013"], [902689, "8/20/2013"], [902690, "8/22/2013"], [902691, "8/25/2013"], [902692, "8/25/2013"], [902693, "8/6/2013"], [902694, "8/20/2013"], [902695, "8/20/2013"], [902696, "8/23/2013"], [902697, "8/22/2013"], [902698, "8/14/2013"], [902699, "8/14/2013"], [902700, "8/22/2013"], [902701, "8/23/2013"], [902702, "8/23/2013"], [902703, "8/23/2013"], [902704, "8/23/2013"], [902705, "8/20/2013"], [902706, "1/22/2014"], [902709, "8/23/2013"], [902712, "8/23/2013"], [902714, "8/23/2013"], [902715, "1/22/2014"], [902716, "1/22/2014"], [902718, "8/23/2013"], [902720, "8/22/2013"], [902721, "8/23/2013"], [902725, "8/6/2013"], [902727, "8/23/2013"], [902728, "8/22/2013"], [902729, "8/20/2013"], [902730, "8/23/2013"], [902731, "8/23/2013"], [902732, "8/23/2013"], [902733, "8/23/2013"], [902734, "8/22/2013"], [902735, "8/23/2013"], [902737, "8/23/2013"], [902738, "8/23/2013"], [902739, "8/23/2013"], [902740, "8/20/2013"], [902741, "8/20/2013"], [902742, "8/23/2013"], [902743, "8/15/2013"], [902744, "8/23/2013"], [902745, "8/20/2013"], [902746, "8/23/2013"], [902748, "8/23/2013"], [902749, "8/21/2013"], [902751, "8/20/2013"], [902752, "8/20/2013"], [902753, "8/25/2013"], [902755, "8/23/2013"], [902760, "8/22/2013"], [902763, "8/23/2013"], [902769, "8/20/2013"], [902770, "8/23/2013"], [902771, "8/21/2013"], [902773, "8/23/2013"], [902774, "8/20/2013"], [902775, "8/20/2013"], [902777, "8/23/2013"], [902778, "8/20/2013"], [902779, "8/20/2013"], [902782, "8/22/2013"], [902783, "8/23/2013"], [902786, "8/21/2013"], [902788, "8/23/2013"], [902789, "8/23/2013"], [902790, "8/23/2013"], [902791, "8/25/2013"], [902796, "8/20/2013"], [902797, "8/21/2013"], [902798, "8/23/2013"], [902800, "8/23/2013"], [902802, "8/20/2013"], [902803, "8/21/2013"], [902804, "8/23/2013"], [902806, "8/23/2013"], [902807, "8/20/2013"], [902808, "8/23/2013"], [902810, "8/20/2013"], [902812, "8/23/2013"], [902814, "8/23/2013"], [902815, "8/23/2013"], [902817, "8/23/2013"], [902819, "8/25/2013"], [902820, "8/23/2013"], [902821, "8/23/2013"], [902823, "8/22/2013"], [902824, "8/23/2013"], [902827, "8/23/2013"], [902830, "8/21/2013"], [902831, "8/20/2013"], [902834, "8/23/2013"], [902835, "8/23/2013"], [902836, "8/25/2013"], [902837, "8/23/2013"], [902838, "8/20/2013"], [902839, "8/6/2013"], [902840, "8/20/2013"], [902841, "8/20/2013"], [902842, "8/23/2013"], [902843, "8/23/2013"], [902844, "8/23/2013"], [902845, "8/14/2013"], [902847, "8/23/2013"], [902848, "8/23/2013"], [902849, "8/23/2013"], [902850, "8/20/2013"], [902851, "8/6/2013"], [902852, "8/23/2013"], [902853, "8/25/2013"], [902854, "8/23/2013"], [902855, "8/23/2013"], [902856, "8/23/2013"], [902857, "8/23/2013"], [902858, "8/23/2013"], [902859, "8/25/2013"], [902860, "8/20/2013"], [902861, "8/20/2013"], [902862, "8/20/2013"], [902864, "8/23/2013"], [902865, "8/23/2013"], [902866, "8/22/2013"], [902867, "8/23/2013"], [902868, "8/20/2013"], [902871, "8/25/2013"], [902873, "8/23/2013"], [902875, "8/19/2013"], [902876, "8/23/2013"], [902878, "8/23/2013"], [902879, "8/20/2013"], [902880, "8/23/2013"], [902882, "8/6/2013"], [902883, "8/23/2013"], [902884, "8/23/2013"], [902885, "8/21/2013"], [902886, "8/23/2013"], [902887, "8/20/2013"], [902888, "8/23/2013"], [902889, "8/21/2013"], [902890, "8/23/2013"], [902891, "8/19/2013"], [902892, "8/23/2013"], [902893, "8/25/2013"], [902894, "8/20/2013"], [902895, "8/15/2013"], [902897, "8/23/2013"], [902898, "8/23/2013"], [902899, "8/6/2013"], [902900, "8/23/2013"], [902901, "8/23/2013"], [902902, "8/23/2013"], [902903, "8/20/2013"], [902904, "8/23/2013"], [902906, "8/20/2013"], [902907, "8/15/2013"], [902908, "8/22/2013"], [902910, "8/19/2013"], [902911, "8/20/2013"], [902912, "8/20/2013"], [902913, "8/23/2013"], [902914, "8/23/2013"], [902915, "8/23/2013"], [902916, "8/23/2013"], [902917, "8/23/2013"], [902918, "8/25/2013"], [902919, "8/23/2013"], [902920, "8/23/2013"], [902921, "8/25/2013"], [902922, "8/23/2013"], [902923, "8/23/2013"], [902924, "8/25/2013"], [902925, "8/23/2013"], [902926, "8/22/2013"], [902927, "8/23/2013"], [902930, "8/6/2013"], [902931, "8/20/2013"], [902934, "8/23/2013"], [902935, "8/15/2013"], [902936, "8/23/2013"], [902937, "8/23/2013"], [902938, "8/20/2013"], [902940, "8/25/2013"], [902942, "8/20/2013"], [902943, "8/23/2013"], [902944, "8/19/2013"], [902945, "8/20/2013"], [902946, "8/21/2013"], [902948, "8/23/2013"], [902949, "8/15/2013"], [902950, "8/20/2013"], [902952, "8/14/2013"], [902954, "8/21/2013"], [902955, "8/20/2013"], [902956, "8/25/2013"], [902958, "8/20/2013"], [902959, "8/22/2013"], [902960, "8/23/2013"], [902962, "8/6/2013"], [902963, "8/23/2013"], [902964, "8/23/2013"], [902965, "8/21/2013"], [902966, "8/21/2013"], [902967, "8/23/2013"], [902968, "8/25/2013"], [902970, "8/22/2013"], [902971, "8/23/2013"], [902972, "8/23/2013"], [902973, "8/23/2013"], [902975, "8/23/2013"], [902976, "8/23/2013"], [902977, "8/19/2013"], [902978, "8/22/2013"], [902979, "8/23/2013"], [902980, "8/6/2013"], [902981, "8/23/2013"], [902982, "8/25/2013"], [902984, "8/20/2013"], [902987, "8/6/2013"], [902988, "8/20/2013"], [902989, "8/20/2013"], [902990, "8/23/2013"], [902991, "8/20/2013"], [902992, "8/21/2013"], [902995, "8/23/2013"], [902996, "8/20/2013"], [902999, "8/23/2013"], [903000, "8/23/2013"], [903003, "8/25/2013"], [903004, "8/20/2013"], [903007, "8/20/2013"], [903009, "8/23/2013"], [903010, "8/23/2013"], [903012, "8/21/2013"], [903014, "8/23/2013"], [903015, "8/20/2013"], [903016, "8/20/2013"], [903018, "8/25/2013"], [903020, "8/6/2013"], [903021, "8/20/2013"], [903022, "8/20/2013"], [903023, "8/20/2013"], [903025, "8/20/2013"], [903026, "8/25/2013"], [903027, "8/22/2013"], [903028, "8/23/2013"], [903029, "8/20/2013"], [903030, "8/20/2013"], [903031, "8/20/2013"], [903032, "8/25/2013"], [903033, "8/21/2013"], [903034, "8/22/2013"], [903035, "8/23/2013"], [903036, "8/15/2013"], [903037, "8/23/2013"], [903039, "8/22/2013"], [903040, "8/23/2013"], [903041, "8/22/2013"], [903042, "8/22/2013"], [903043, "8/23/2013"], [903044, "8/23/2013"], [903045, "8/21/2013"], [903047, "8/22/2013"], [903048, "8/25/2013"], [903049, "8/23/2013"], [903050, "8/23/2013"], [903053, "8/22/2013"], [903054, "8/23/2013"], [903055, "8/20/2013"], [903058, "8/25/2013"], [903059, "8/23/2013"], [903062, "8/23/2013"], [903063, "8/15/2013"], [903064, "8/25/2013"], [903065, "8/21/2013"], [903066, "8/20/2013"], [903070, "8/25/2013"], [903071, "8/14/2013"], [903072, "8/14/2013"], [903075, "8/23/2013"], [903077, "8/23/2013"], [903078, "8/23/2013"], [903079, "8/20/2013"], [903080, "8/5/2013"], [903082, "8/22/2013"], [903083, "8/23/2013"], [903084, "8/23/2013"], [903085, "8/6/2013"], [903087, "8/20/2013"], [903088, "8/23/2013"], [903093, "8/23/2013"], [903094, "8/25/2013"], [903095, "8/25/2013"], [903096, "8/20/2013"], [903097, "8/22/2013"], [903098, "8/23/2013"], [903101, "8/25/2013"], [903102, "8/23/2013"], [903103, "8/25/2013"], [903106, "8/25/2013"], [903107, "8/23/2013"], [903108, "8/22/2013"], [903111, "8/23/2013"], [903112, "8/22/2013"], [903114, "8/23/2013"], [903115, "8/25/2013"], [903116, "8/15/2013"], [903117, "8/23/2013"], [903118, "8/23/2013"], [903121, "8/15/2013"], [903123, "8/23/2013"], [903124, "8/23/2013"], [903125, "8/23/2013"], [903126, "8/23/2013"], [903128, "8/23/2013"], [903130, "8/23/2013"], [903132, "8/21/2013"], [903134, "8/25/2013"], [903135, "8/23/2013"], [903136, "8/25/2013"], [903137, "8/20/2013"], [903138, "8/19/2013"], [903139, "8/21/2013"], [903140, "8/23/2013"], [903141, "8/23/2013"], [903142, "8/20/2013"], [903143, "8/25/2013"], [903144, "8/23/2013"], [903145, "8/23/2013"], [903146, "8/21/2013"], [903147, "8/15/2013"], [903148, "8/25/2013"], [903149, "8/20/2013"], [903151, "8/23/2013"], [903152, "8/23/2013"], [903153, "8/23/2013"], [903154, "8/23/2013"], [903156, "8/23/2013"], [903157, "4/9/2014"], [903158, "8/20/2013"], [903159, "8/23/2013"], [903160, "8/23/2013"], [903161, "8/19/2013"], [903162, "8/22/2013"], [903163, "8/23/2013"], [903164, "8/25/2013"], [903165, "8/25/2013"], [903166, "8/23/2013"], [903167, "8/22/2013"], [903168, "8/23/2013"], [903169, "8/25/2013"], [903170, "8/21/2013"], [903171, "8/25/2013"], [903172, "8/23/2013"], [903173, "8/21/2013"], [903174, "8/23/2013"], [903175, "8/20/2013"], [903176, "8/6/2013"], [903177, "8/23/2013"], [903178, "12/31/2013"], [903179, "8/25/2013"], [903180, "8/16/2013"], [903181, "8/22/2013"], [903182, "8/21/2013"], [903183, "8/16/2013"], [903184, "8/15/2013"], [903185, "8/20/2013"], [903186, "8/23/2013"], [903187, "8/23/2013"], [903188, "8/23/2013"], [903189, "8/23/2013"], [903190, "8/22/2013"], [903191, "8/20/2013"], [903194, "8/23/2013"], [903195, "8/23/2013"], [903198, "8/25/2013"], [903202, "8/23/2013"], [903203, "8/23/2013"], [903205, "8/23/2013"], [903207, "8/25/2013"], [903209, "8/20/2013"], [903210, "1/22/2014"], [903211, "8/23/2013"], [903212, "8/25/2013"], [903213, "8/25/2013"], [903214, "8/23/2013"], [903218, "8/23/2013"], [903221, "8/22/2013"], [903222, "8/25/2013"], [903223, "8/23/2013"], [903224, "8/20/2013"], [903228, "8/23/2013"], [903229, "8/19/2013"], [903231, "8/20/2013"], [903232, "8/22/2013"], [903234, "8/23/2013"], [903236, "8/20/2013"], [903237, "8/20/2013"], [903238, "8/15/2013"], [903239, "8/22/2013"], [903240, "8/25/2013"], [903241, "8/6/2013"], [903243, "8/20/2013"], [903244, "8/20/2013"], [903245, "8/22/2013"], [903246, "8/7/2013"], [903247, "8/23/2013"], [903248, "8/15/2013"], [903249, "8/25/2013"], [903250, "8/22/2013"], [903251, "8/23/2013"], [903252, "8/23/2013"], [903253, "8/22/2013"], [903254, "8/20/2013"], [903255, "8/21/2013"], [903256, "8/22/2013"], [903257, "8/23/2013"], [903258, "8/21/2013"], [903259, "8/25/2013"], [903260, "8/23/2013"], [903261, "8/23/2013"], [903262, "8/21/2013"], [903263, "8/25/2013"], [903264, "8/23/2013"], [903265, "8/23/2013"], [903266, "8/15/2013"], [903267, "8/22/2013"], [903268, "8/23/2013"], [903269, "8/23/2013"], [903270, "8/25/2013"], [903271, "8/23/2013"], [903272, "8/14/2013"], [903273, "8/23/2013"], [903274, "8/21/2013"], [903275, "8/21/2013"], [903277, "8/23/2013"], [903278, "8/23/2013"], [903279, "8/23/2013"], [903280, "8/25/2013"], [903282, "8/25/2013"], [903283, "8/22/2013"], [903284, "8/23/2013"], [903285, "8/19/2013"], [903287, "8/23/2013"], [903288, "8/19/2013"], [903289, "8/7/2013"], [903291, "8/23/2013"], [903292, "8/20/2013"], [903293, "8/21/2013"], [903295, "8/7/2013"], [903296, "8/25/2013"], [903297, "8/7/2013"], [903298, "8/25/2013"], [903299, "8/19/2013"], [903300, "8/20/2013"], [903301, "8/25/2013"], [903303, "8/23/2013"], [903306, "8/23/2013"], [903307, "8/23/2013"], [903308, "8/20/2013"], [903309, "8/23/2013"], [903312, "8/7/2013"], [903313, "8/22/2013"], [903314, "8/22/2013"], [903315, "8/25/2013"], [903316, "8/19/2013"], [903320, "8/20/2013"], [903321, "8/23/2013"], [903322, "8/21/2013"], [903325, "8/20/2013"], [903326, "8/15/2013"], [903327, "8/23/2013"], [903328, "8/25/2013"], [903329, "8/20/2013"], [903330, "8/25/2013"], [903333, "8/25/2013"], [903334, "8/20/2013"], [903339, "8/21/2013"], [903341, "8/21/2013"], [903342, "8/19/2013"], [903343, "8/22/2013"], [903344, "8/21/2013"], [903345, "8/22/2013"], [903346, "8/25/2013"], [903347, "8/21/2013"], [903348, "8/25/2013"], [903349, "8/20/2013"], [903350, "8/23/2013"], [903352, "8/25/2013"], [903353, "8/21/2013"], [903354, "8/22/2013"], [903355, "8/21/2013"], [903356, "8/25/2013"], [903357, "8/23/2013"], [903358, "8/21/2013"], [903359, "8/25/2013"], [903360, "8/20/2013"], [903361, "8/20/2013"], [903362, "8/22/2013"], [903363, "8/15/2013"], [903364, "8/23/2013"], [903365, "8/23/2013"], [903366, "8/23/2013"], [903367, "8/21/2013"], [903368, "8/23/2013"], [903369, "8/22/2013"], [903370, "8/21/2013"], [903373, "8/23/2013"], [903374, "8/5/2013"], [903375, "8/20/2013"], [903376, "8/5/2013"], [903377, "8/22/2013"], [903378, "8/23/2013"], [903379, "8/25/2013"], [903380, "8/23/2013"], [903381, "8/19/2013"], [903382, "8/19/2013"], [903383, "8/19/2013"], [903384, "8/19/2013"], [903385, "8/20/2013"], [903386, "12/31/2013"], [903387, "12/31/2013"], [903388, "8/22/2013"], [903389, "8/23/2013"], [903390, "8/19/2013"], [903391, "8/22/2013"], [903392, "8/22/2013"], [903393, "8/25/2013"], [903394, "8/25/2013"], [903396, "8/19/2013"], [903398, "8/22/2013"], [903399, "8/7/2013"], [903400, "8/5/2013"], [903401, "8/23/2013"], [903402, "8/21/2013"], [903403, "8/25/2013"], [903404, "8/7/2013"], [903405, "8/22/2013"], [903406, "8/25/2013"], [903407, "8/19/2013"], [903408, "8/21/2013"], [903409, "8/20/2013"], [903410, "8/19/2013"], [903411, "8/7/2013"], [903412, "8/20/2013"], [903416, "8/22/2013"], [903417, "8/16/2013"], [903418, "12/31/2013"], [903419, "8/20/2013"], [903420, "8/22/2013"], [903421, "8/25/2013"], [903422, "8/25/2013"], [903423, "8/23/2013"], [903424, "8/25/2013"], [903425, "8/25/2013"], [903426, "8/22/2013"], [903427, "8/23/2013"], [903432, "8/20/2013"], [903435, "8/23/2013"], [903438, "8/22/2013"], [903442, "8/21/2013"], [903447, "8/23/2013"], [903451, "8/22/2013"], [903454, "8/23/2013"], [903456, "8/23/2013"], [903458, "8/25/2013"], [903461, "8/22/2013"], [903464, "8/23/2013"], [903470, "8/25/2013"], [903471, "8/20/2013"], [903472, "8/25/2013"], [903473, "8/20/2013"], [903474, "8/20/2013"], [903475, "8/19/2013"], [903476, "8/6/2013"], [903477, "8/25/2013"], [903480, "8/12/2013"], [903481, "8/22/2013"], [903482, "8/12/2013"], [903483, "8/23/2013"], [903484, "8/23/2013"], [903485, "8/23/2013"], [903486, "8/20/2013"], [903488, "8/22/2013"], [903491, "8/20/2013"], [903493, "8/23/2013"], [903494, "8/19/2013"], [903495, "8/22/2013"], [903496, "8/22/2013"], [903497, "8/20/2013"], [903498, "8/22/2013"], [903499, "8/21/2013"], [903500, "8/20/2013"], [903501, "8/23/2013"], [903502, "8/22/2013"], [903503, "8/14/2013"], [903506, "8/22/2013"], [903507, "1/22/2014"], [903508, "8/20/2013"], [903509, "8/25/2013"], [903510, "12/31/2013"], [903511, "8/5/2013"], [903512, "8/15/2013"], [903514, "8/19/2013"], [903515, "8/21/2013"], [903516, "8/21/2013"], [903517, "8/20/2013"], [903518, "8/16/2013"], [903519, "8/7/2013"], [903520, "8/22/2013"], [903521, "8/22/2013"], [903522, "8/19/2013"], [903523, "8/25/2013"], [903524, "8/25/2013"], [903525, "8/25/2013"], [903526, "8/22/2013"], [903527, "8/23/2013"], [903528, "8/23/2013"], [903529, "8/22/2013"], [903530, "8/22/2013"], [903531, "8/22/2013"], [903532, "8/21/2013"], [903535, "8/23/2013"], [903536, "8/25/2013"], [903537, "8/20/2013"], [903538, "8/20/2013"], [903539, "1/22/2014"], [903540, "8/23/2013"], [903541, "8/19/2013"], [903542, "8/22/2013"], [903543, "8/19/2013"], [903544, "8/25/2013"], [903545, "8/21/2013"], [903546, "8/6/2013"], [903547, "8/6/2013"], [903548, "8/25/2013"], [903549, "8/25/2013"], [903550, "8/23/2013"], [903551, "8/25/2013"], [903552, "8/25/2013"], [903553, "8/20/2013"], [903554, "8/21/2013"], [903555, "8/20/2013"], [903556, "8/20/2013"], [903557, "8/19/2013"], [903558, "8/20/2013"], [903559, "8/20/2013"], [903560, "8/19/2013"], [903561, "8/19/2013"], [903562, "8/23/2013"], [903563, "8/23/2013"], [903564, "8/22/2013"], [903565, "8/23/2013"], [903566, "8/22/2013"], [903567, "8/23/2013"], [903568, "8/25/2013"], [903569, "8/22/2013"], [903570, "8/15/2013"], [903572, "8/22/2013"], [903574, "8/6/2013"], [903577, "8/20/2013"], [903581, "8/23/2013"], [903583, "8/19/2013"], [903592, "8/20/2013"], [903593, "8/21/2013"], [903594, "8/25/2013"], [903595, "8/19/2013"], [903597, "8/19/2013"], [903599, "8/19/2013"], [903600, "8/22/2013"], [903603, "8/20/2013"], [903605, "8/12/2013"], [903607, "8/22/2013"], [903608, "8/23/2013"], [903609, "8/23/2013"], [903614, "8/22/2013"], [903616, "8/23/2013"], [903617, "8/23/2013"], [903618, "8/19/2013"], [903619, "8/23/2013"], [903620, "8/23/2013"], [903621, "8/22/2013"], [903622, "8/12/2013"], [903623, "8/25/2013"], [903624, "8/22/2013"], [903625, "8/25/2013"], [903626, "8/25/2013"], [903627, "8/19/2013"], [903628, "8/22/2013"], [903629, "8/23/2013"], [903630, "8/22/2013"], [903631, "8/23/2013"], [903632, "8/23/2013"], [903633, "8/19/2013"], [903635, "8/20/2013"], [903636, "8/20/2013"], [903637, "8/22/2013"], [903638, "8/20/2013"], [903639, "8/25/2013"], [903640, "8/22/2013"], [903641, "8/21/2013"], [903642, "8/20/2013"], [903643, "8/6/2013"], [903644, "8/22/2013"], [903645, "8/22/2013"], [903646, "8/22/2013"], [903647, "8/23/2013"], [903648, "8/23/2013"], [903649, "8/23/2013"], [903650, "8/20/2013"], [903651, "8/22/2013"], [903652, "8/6/2013"], [903654, "8/6/2013"], [903655, "8/23/2013"], [903656, "8/20/2013"], [903657, "8/20/2013"], [903658, "8/22/2013"], [903659, "8/6/2013"], [903660, "8/23/2013"], [903661, "8/23/2013"], [903662, "8/25/2013"], [903663, "8/12/2013"], [903664, "8/23/2013"], [903665, "8/7/2013"], [903666, "8/23/2013"], [903667, "8/6/2013"], [903668, "8/23/2013"], [903669, "8/6/2013"], [903670, "8/25/2013"], [903672, "8/16/2013"], [903673, "8/22/2013"], [903674, "8/23/2013"], [903675, "8/7/2013"], [903676, "8/15/2013"], [903678, "8/6/2013"], [903679, "8/20/2013"], [903680, "8/23/2013"], [903681, "8/22/2013"], [903683, "8/21/2013"], [903684, "8/19/2013"], [903685, "8/7/2013"], [903686, "8/21/2013"], [903687, "8/23/2013"], [903688, "8/22/2013"], [903689, "8/23/2013"], [903690, "8/22/2013"], [903691, "8/6/2013"], [903692, "8/22/2013"], [903693, "8/23/2013"], [903694, "8/23/2013"], [903695, "8/20/2013"], [903696, "8/19/2013"], [903697, "8/21/2013"], [903698, "8/20/2013"], [903699, "8/25/2013"], [903700, "8/20/2013"], [903701, "8/19/2013"], [903702, "8/25/2013"], [903703, "8/25/2013"], [903704, "8/19/2013"], [903705, "8/19/2013"], [903706, "8/20/2013"], [903707, "8/19/2013"], [903708, "8/19/2013"], [903709, "8/20/2013"], [903710, "8/23/2013"], [903711, "8/19/2013"], [903713, "8/19/2013"], [903714, "8/23/2013"], [903715, "8/20/2013"], [903716, "8/19/2013"], [903717, "8/6/2013"], [903718, "8/23/2013"], [903719, "8/23/2013"], [903720, "8/12/2013"], [903724, "8/23/2013"], [903725, "8/21/2013"], [903728, "8/23/2013"], [903729, "8/21/2013"], [903730, "8/25/2013"], [903731, "8/25/2013"], [903734, "8/25/2013"], [903735, "8/25/2013"], [903736, "8/19/2013"], [903740, "8/23/2013"], [903741, "8/23/2013"], [903743, "8/16/2013"], [903745, "8/19/2013"], [903746, "8/25/2013"], [903747, "8/19/2013"], [903748, "8/20/2013"], [903750, "8/20/2013"], [903751, "8/22/2013"], [903752, "8/23/2013"], [903753, "8/20/2013"], [903754, "8/23/2013"], [903756, "8/22/2013"], [903757, "8/23/2013"], [903758, "8/20/2013"], [903759, "8/23/2013"], [903760, "8/19/2013"], [903761, "8/22/2013"], [903762, "8/22/2013"], [903763, "8/23/2013"], [903764, "8/25/2013"], [903765, "8/6/2013"], [903766, "8/19/2013"], [903767, "8/22/2013"], [903768, "8/22/2013"], [903769, "8/22/2013"], [903770, "8/25/2013"], [903771, "8/22/2013"], [903772, "8/23/2013"], [903773, "8/23/2013"], [903774, "8/23/2013"], [903775, "8/19/2013"], [903776, "8/22/2013"], [903777, "8/20/2013"], [903778, "8/23/2013"], [903779, "8/20/2013"], [903780, "8/23/2013"], [903781, "1/22/2014"], [903782, "8/23/2013"], [903783, "8/20/2013"], [903784, "8/21/2013"], [903785, "8/20/2013"], [903786, "8/25/2013"], [903787, "8/23/2013"], [903788, "8/6/2013"], [903789, "8/19/2013"], [903790, "8/20/2013"], [903791, "8/22/2013"], [903792, "8/20/2013"], [903793, "8/22/2013"], [903794, "8/21/2013"], [903795, "8/21/2013"], [903796, "8/21/2013"], [903797, "8/23/2013"], [903798, "8/20/2013"], [903799, "8/22/2013"], [903801, "8/25/2013"], [903802, "8/23/2013"], [903803, "8/22/2013"], [903804, "8/25/2013"], [903805, "8/25/2013"], [903806, "8/20/2013"], [903807, "8/20/2013"], [903808, "8/20/2013"], [903809, "8/19/2013"], [903810, "8/19/2013"], [903811, "8/15/2013"], [903812, "8/21/2013"], [903813, "8/15/2013"], [903814, "8/21/2013"], [903816, "8/15/2013"], [903817, "8/25/2013"], [903818, "8/23/2013"], [903819, "8/6/2013"], [903820, "8/20/2013"], [903821, "8/19/2013"], [903822, "8/21/2013"], [903823, "8/21/2013"], [903824, "8/19/2013"], [903825, "8/14/2013"], [903826, "8/22/2013"], [903827, "8/22/2013"], [903830, "8/21/2013"], [903831, "8/21/2013"], [903832, "8/19/2013"], [903835, "8/25/2013"], [903836, "8/23/2013"], [903837, "8/22/2013"], [903840, "8/23/2013"], [903841, "8/25/2013"], [903842, "8/22/2013"], [903845, "8/25/2013"], [903846, "8/23/2013"], [903847, "8/19/2013"], [903848, "8/22/2013"], [903849, "8/19/2013"], [903850, "8/23/2013"], [903851, "8/19/2013"], [903852, "8/20/2013"], [903853, "8/22/2013"], [903854, "8/22/2013"], [903857, "8/22/2013"], [903858, "8/22/2013"], [903859, "8/21/2013"], [903860, "8/21/2013"], [903861, "8/19/2013"], [903862, "8/25/2013"], [903863, "8/20/2013"], [903865, "8/22/2013"], [903866, "1/22/2014"], [903867, "8/23/2013"], [903868, "8/22/2013"], [903869, "8/20/2013"], [903872, "8/25/2013"], [903873, "8/22/2013"], [903874, "8/22/2013"], [903876, "8/20/2013"], [903880, "8/23/2013"], [903881, "8/21/2013"], [903882, "12/31/2013"], [903885, "12/31/2013"], [903886, "8/23/2013"], [903887, "8/21/2013"], [903891, "8/19/2013"], [903893, "8/22/2013"], [903894, "8/19/2013"], [903895, "8/21/2013"], [903898, "8/23/2013"], [903899, "8/5/2013"], [903900, "8/22/2013"], [903901, "8/22/2013"], [903902, "8/25/2013"], [903904, "8/25/2013"], [903905, "12/31/2013"], [903907, "8/22/2013"], [903908, "8/23/2013"], [903909, "8/25/2013"], [903910, "8/23/2013"], [903911, "8/23/2013"], [903913, "8/20/2013"], [903914, "8/22/2013"], [903915, "8/20/2013"], [903918, "8/22/2013"], [903919, "8/22/2013"], [903920, "8/19/2013"], [903921, "8/19/2013"], [903922, "8/20/2013"], [903923, "8/23/2013"], [903924, "1/22/2014"], [903925, "8/22/2013"], [903927, "8/23/2013"], [903928, "8/22/2013"], [903929, "8/25/2013"], [903930, "8/23/2013"], [903931, "8/20/2013"], [903933, "8/22/2013"], [903934, "8/20/2013"], [903935, "8/22/2013"], [903936, "8/23/2013"], [903937, "8/20/2013"], [903938, "8/25/2013"], [903939, "8/23/2013"], [903940, "8/25/2013"], [903941, "8/23/2013"], [903942, "8/22/2013"], [903943, "8/23/2013"], [903944, "8/16/2013"], [903945, "8/12/2013"], [903946, "8/22/2013"], [903947, "8/22/2013"], [903948, "8/21/2013"], [903949, "8/19/2013"], [903950, "8/15/2013"], [903951, "8/25/2013"], [903952, "8/22/2013"], [903953, "8/6/2013"], [903954, "8/20/2013"], [903955, "8/25/2013"], [903956, "8/19/2013"], [903957, "8/25/2013"], [903958, "8/22/2013"], [903959, "8/25/2013"], [903960, "8/20/2013"], [903961, "8/22/2013"], [903962, "8/25/2013"], [903963, "8/23/2013"], [903964, "8/25/2013"], [903965, "8/20/2013"], [903966, "8/23/2013"], [903967, "8/22/2013"], [903968, "8/22/2013"], [903969, "8/14/2013"], [903970, "8/22/2013"], [903971, "8/19/2013"], [903972, "8/20/2013"], [903973, "8/23/2013"], [903974, "8/25/2013"], [903975, "8/22/2013"], [903976, "8/19/2013"], [903977, "8/20/2013"], [903979, "8/20/2013"], [903981, "8/22/2013"], [903982, "8/23/2013"], [903983, "8/22/2013"], [903984, "8/20/2013"], [903985, "1/22/2014"], [903986, "8/23/2013"], [903987, "8/22/2013"], [903988, "8/20/2013"], [903989, "8/21/2013"], [903990, "8/20/2013"], [903991, "8/19/2013"], [903992, "8/19/2013"], [903993, "8/23/2013"], [903994, "8/25/2013"], [903995, "8/22/2013"], [903996, "8/20/2013"], [903997, "8/25/2013"], [903999, "8/21/2013"], [904000, "8/22/2013"], [904001, "8/21/2013"], [904002, "8/19/2013"], [904003, "8/20/2013"], [904004, "8/16/2013"], [904005, "8/22/2013"], [904006, "1/22/2014"], [904007, "8/16/2013"], [904008, "8/25/2013"], [904009, "12/31/2013"], [904010, "8/20/2013"], [904011, "8/25/2013"], [904012, "8/25/2013"], [904013, "8/22/2013"], [904014, "8/22/2013"], [904015, "8/20/2013"], [904016, "8/19/2013"], [904017, "8/6/2013"], [904018, "8/5/2013"], [904019, "8/22/2013"], [904021, "8/20/2013"], [904022, "8/20/2013"], [904023, "8/22/2013"], [904024, "8/20/2013"], [904025, "8/25/2013"], [904026, "8/23/2013"], [904027, "8/20/2013"], [904028, "8/22/2013"], [904029, "8/19/2013"], [904030, "8/20/2013"], [904031, "1/22/2014"], [904032, "8/23/2013"], [904033, "8/22/2013"], [904034, "8/22/2013"], [904035, "8/19/2013"], [904036, "8/25/2013"], [904037, "8/22/2013"], [904038, "8/22/2013"], [904039, "8/20/2013"], [904040, "8/20/2013"], [904041, "8/22/2013"], [904042, "8/22/2013"], [904043, "8/22/2013"], [904045, "8/19/2013"], [904046, "8/22/2013"], [904047, "8/19/2013"], [904048, "8/20/2013"], [904049, "8/25/2013"], [904050, "8/22/2013"], [904051, "8/21/2013"], [904052, "8/19/2013"], [904053, "8/22/2013"], [904054, "8/25/2013"], [904055, "8/25/2013"], [904058, "8/20/2013"], [904059, "8/21/2013"], [904061, "8/19/2013"], [904062, "8/21/2013"], [904064, "8/25/2013"], [904065, "8/22/2013"], [904066, "8/23/2013"], [904067, "8/6/2013"], [904068, "8/21/2013"], [904071, "8/19/2013"], [904072, "8/23/2013"], [904073, "8/15/2013"], [904074, "8/25/2013"], [904075, "8/23/2013"], [904076, "8/25/2013"], [904077, "8/19/2013"], [904080, "8/20/2013"], [904083, "1/22/2014"], [904084, "8/19/2013"], [904085, "8/25/2013"], [904086, "8/20/2013"], [904087, "8/25/2013"], [904090, "8/21/2013"], [904091, "8/23/2013"], [904092, "8/25/2013"], [904093, "8/22/2013"], [904094, "8/23/2013"], [904097, "8/22/2013"], [904098, "8/15/2013"], [904099, "8/19/2013"], [904100, "8/19/2013"], [904101, "8/23/2013"], [904104, "8/19/2013"], [904105, "8/23/2013"], [904106, "8/23/2013"], [904109, "8/25/2013"], [904110, "8/21/2013"], [904111, "8/22/2013"], [904112, "8/25/2013"], [904114, "8/23/2013"], [904115, "8/22/2013"], [904118, "8/23/2013"], [904119, "8/22/2013"], [904120, "8/20/2013"], [904121, "8/23/2013"], [904122, "8/25/2013"], [904123, "12/31/2013"], [904124, "8/25/2013"], [904125, "12/31/2013"], [904127, "8/25/2013"], [904129, "8/25/2013"], [904131, "8/19/2013"], [904132, "8/20/2013"], [904133, "8/14/2013"], [904134, "8/14/2013"], [904136, "8/23/2013"], [904137, "8/22/2013"], [904138, "8/22/2013"], [904139, "8/19/2013"], [904140, "8/22/2013"], [904141, "8/23/2013"], [904142, "8/25/2013"], [904143, "8/19/2013"], [904144, "8/22/2013"], [904145, "8/23/2013"], [904146, "8/22/2013"], [904147, "8/23/2013"], [904148, "8/25/2013"], [904149, "1/22/2014"], [904150, "8/23/2013"], [904151, "8/16/2013"], [904152, "12/31/2013"], [904153, "8/25/2013"], [904154, "8/23/2013"], [904155, "8/25/2013"], [904156, "8/20/2013"], [904157, "8/22/2013"], [904158, "8/15/2013"], [904159, "8/23/2013"], [904160, "8/23/2013"], [904161, "8/22/2013"], [904164, "8/25/2013"], [904167, "8/22/2013"], [904168, "8/22/2013"], [904171, "8/20/2013"], [904174, "8/22/2013"], [904175, "8/19/2013"], [904176, "8/22/2013"], [904177, "8/19/2013"], [904178, "8/22/2013"], [904179, "8/23/2013"], [904181, "8/25/2013"], [904182, "8/22/2013"], [904183, "8/21/2013"], [904184, "8/15/2013"], [904185, "8/19/2013"], [904186, "8/23/2013"], [904187, "8/25/2013"], [904188, "8/19/2013"], [904191, "8/19/2013"], [904195, "8/6/2013"], [904196, "8/25/2013"], [904197, "8/20/2013"], [904198, "8/22/2013"], [904199, "8/20/2013"], [904202, "8/22/2013"], [904204, "8/22/2013"], [904208, "8/20/2013"], [904209, "8/16/2013"], [904210, "8/25/2013"], [904213, "8/20/2013"], [904214, "8/22/2013"], [904215, "8/19/2013"], [904217, "8/23/2013"], [904220, "8/23/2013"], [904222, "8/23/2013"], [904223, "8/25/2013"], [904224, "8/25/2013"], [904225, "8/23/2013"], [904228, "8/20/2013"], [904235, "8/23/2013"], [904236, "8/22/2013"], [904237, "8/23/2013"], [904239, "8/19/2013"], [904240, "8/23/2013"], [904241, "8/19/2013"], [904242, "8/19/2013"], [904243, "12/31/2013"], [904244, "8/22/2013"], [904245, "8/25/2013"], [904246, "8/23/2013"], [904247, "8/23/2013"], [904248, "8/22/2013"], [904249, "8/22/2013"], [904250, "8/21/2013"], [904251, "8/21/2013"], [904254, "8/23/2013"], [904255, "8/25/2013"], [904256, "8/19/2013"], [904257, "8/22/2013"], [904258, "8/21/2013"], [904259, "8/19/2013"], [904260, "8/23/2013"], [904262, "8/25/2013"], [904263, "8/22/2013"], [904264, "8/20/2013"], [904266, "8/21/2013"], [904268, "8/6/2013"], [904271, "8/20/2013"], [904272, "8/20/2013"], [904281, "8/20/2013"], [904283, "8/22/2013"], [904285, "8/15/2013"], [904286, "1/22/2014"], [904287, "8/22/2013"], [904288, "8/20/2013"], [904289, "8/23/2013"], [904290, "8/21/2013"], [904291, "8/23/2013"], [904294, "8/22/2013"], [904295, "8/22/2013"], [904296, "8/25/2013"], [904300, "8/22/2013"], [904303, "8/19/2013"], [904304, "8/23/2013"], [904305, "8/23/2013"], [904306, "8/20/2013"], [904307, "8/20/2013"], [904308, "8/20/2013"], [904309, "8/22/2013"], [904310, "8/25/2013"], [904311, "8/20/2013"], [904312, "8/20/2013"], [904313, "8/21/2013"], [904314, "8/25/2013"], [904315, "8/21/2013"], [904316, "8/25/2013"], [904317, "8/21/2013"], [904319, "8/20/2013"], [904320, "8/25/2013"], [904321, "8/25/2013"], [904322, "8/21/2013"], [904323, "8/25/2013"], [904324, "8/23/2013"], [904325, "8/19/2013"], [904326, "8/20/2013"], [904327, "8/20/2013"], [904329, "8/22/2013"], [904330, "8/19/2013"], [904331, "8/19/2013"], [904333, "8/19/2013"], [904334, "8/20/2013"], [904336, "8/19/2013"], [904337, "8/25/2013"], [904338, "8/23/2013"], [904339, "8/22/2013"], [904340, "8/23/2013"], [904342, "8/23/2013"], [904344, "8/25/2013"], [904345, "8/19/2013"], [904347, "8/20/2013"], [904348, "8/16/2013"], [904349, "8/23/2013"], [904350, "8/20/2013"], [904352, "8/21/2013"], [904353, "4/9/2014"], [904354, "8/23/2013"], [904355, "8/20/2013"], [904356, "8/25/2013"], [904357, "8/20/2013"], [904358, "8/22/2013"], [904359, "8/14/2013"], [904360, "8/14/2013"], [904361, "8/23/2013"], [904362, "8/22/2013"], [904363, "8/22/2013"], [904364, "8/21/2013"], [904366, "8/21/2013"], [904367, "8/25/2013"], [904368, "8/20/2013"], [904369, "8/25/2013"], [904370, "8/22/2013"], [904371, "12/31/2013"], [904372, "8/20/2013"], [904373, "8/20/2013"], [904374, "8/23/2013"], [904375, "8/19/2013"], [904376, "8/19/2013"], [904378, "8/21/2013"], [904379, "8/20/2013"], [904380, "8/19/2013"], [904381, "8/21/2013"], [904383, "8/22/2013"], [904385, "8/21/2013"], [904386, "8/22/2013"], [904387, "8/25/2013"], [904388, "8/20/2013"], [904389, "8/20/2013"], [904390, "1/22/2014"], [904391, "8/7/2013"], [904392, "8/20/2013"], [904393, "8/25/2013"], [904395, "8/22/2013"], [904396, "8/25/2013"], [904398, "8/23/2013"], [904399, "8/25/2013"], [904400, "8/20/2013"], [904401, "8/20/2013"], [904405, "8/25/2013"], [904406, "8/23/2013"], [904407, "8/19/2013"], [904408, "8/19/2013"], [904409, "8/19/2013"], [904410, "8/25/2013"], [904411, "8/25/2013"], [904413, "8/20/2013"], [904414, "8/23/2013"], [904415, "8/19/2013"], [904418, "8/21/2013"], [904419, "8/19/2013"], [904420, "8/7/2013"], [904421, "8/20/2013"], [904422, "8/19/2013"], [904423, "8/20/2013"], [904424, "8/20/2013"], [904425, "8/19/2013"], [904426, "8/22/2013"], [904427, "8/21/2013"], [904428, "12/31/2013"], [904430, "8/25/2013"], [904431, "8/25/2013"], [904433, "8/23/2013"], [904434, "8/19/2013"], [904436, "8/22/2013"], [904437, "8/21/2013"], [904441, "8/20/2013"], [904442, "8/21/2013"], [904444, "8/22/2013"], [904445, "8/21/2013"], [904446, "8/25/2013"], [904447, "8/25/2013"], [904448, "8/21/2013"], [904449, "8/20/2013"], [904450, "8/22/2013"], [904452, "8/21/2013"], [904453, "8/25/2013"], [904454, "8/23/2013"], [904455, "8/20/2013"], [904456, "8/25/2013"], [904457, "8/19/2013"], [904458, "8/22/2013"], [904459, "8/21/2013"], [904461, "8/19/2013"], [904464, "8/25/2013"], [904465, "8/6/2013"], [904466, "8/25/2013"], [904467, "8/25/2013"], [904468, "8/21/2013"], [904469, "8/20/2013"], [904470, "8/21/2013"], [904471, "8/19/2013"], [904472, "8/19/2013"], [904473, "8/20/2013"], [904474, "8/20/2013"], [904475, "8/25/2013"], [904476, "8/21/2013"], [904477, "8/21/2013"], [904478, "8/21/2013"], [904479, "8/21/2013"], [904480, "8/23/2013"], [904481, "8/20/2013"], [904482, "8/21/2013"], [904483, "8/21/2013"], [904484, "8/22/2013"], [904485, "8/23/2013"], [904486, "8/25/2013"], [904487, "8/22/2013"], [904488, "8/19/2013"], [904489, "8/21/2013"], [904490, "8/23/2013"], [904491, "8/25/2013"], [904492, "8/23/2013"], [904493, "8/25/2013"], [904494, "8/25/2013"], [904496, "8/20/2013"], [904497, "8/20/2013"], [904498, "8/19/2013"], [904499, "8/23/2013"], [904500, "8/22/2013"], [904502, "8/19/2013"], [904504, "8/22/2013"], [904505, "8/21/2013"], [904506, "8/23/2013"], [904507, "8/23/2013"], [904508, "8/23/2013"], [904509, "8/25/2013"], [904510, "8/20/2013"], [904511, "8/25/2013"], [904512, "8/22/2013"], [904513, "8/22/2013"], [904514, "8/23/2013"], [904515, "8/25/2013"], [904516, "8/7/2013"], [904517, "8/20/2013"], [904518, "8/23/2013"], [904519, "8/20/2013"], [904522, "8/25/2013"], [904524, "8/21/2013"], [904527, "8/23/2013"], [904529, "8/20/2013"], [904530, "8/23/2013"], [904531, "8/23/2013"], [904532, "8/22/2013"], [904533, "8/25/2013"], [904534, "8/25/2013"], [904535, "8/25/2013"], [904536, "8/23/2013"], [904537, "8/23/2013"], [904538, "8/23/2013"], [904539, "8/23/2013"], [904544, "8/23/2013"], [904545, "8/23/2013"], [904546, "8/23/2013"], [904549, "8/20/2013"], [904550, "8/15/2013"], [904551, "8/23/2013"], [904552, "8/23/2013"], [904553, "8/23/2013"], [904554, "8/23/2013"], [904555, "8/23/2013"], [904556, "8/23/2013"], [904557, "8/21/2013"], [904558, "8/25/2013"], [904559, "8/22/2013"], [904560, "8/21/2013"], [904561, "8/19/2013"], [904563, "8/15/2013"], [904564, "8/20/2013"], [904565, "8/6/2013"], [904566, "8/23/2013"], [904569, "8/21/2013"], [904572, "8/23/2013"], [904574, "8/21/2013"], [904576, "8/19/2013"], [904577, "8/23/2013"], [904578, "8/25/2013"], [904579, "8/21/2013"], [904581, "8/21/2013"], [904582, "8/15/2013"], [904583, "8/23/2013"], [904584, "8/23/2013"], [904586, "8/23/2013"], [904587, "8/25/2013"], [904589, "8/20/2013"], [904590, "8/21/2013"], [904592, "8/25/2013"], [904594, "8/22/2013"], [904595, "8/19/2013"], [904596, "8/20/2013"], [904597, "8/20/2013"], [904598, "8/20/2013"], [904599, "8/23/2013"], [904600, "8/23/2013"], [904603, "8/19/2013"], [904604, "8/23/2013"], [904605, "8/20/2013"], [904606, "8/23/2013"], [904609, "8/23/2013"], [904610, "8/22/2013"], [904611, "8/23/2013"], [904612, "8/22/2013"], [904613, "8/6/2013"], [904614, "8/20/2013"], [904615, "8/20/2013"], [904616, "8/25/2013"], [904619, "8/20/2013"], [904620, "8/25/2013"], [904623, "8/23/2013"], [904624, "8/22/2013"], [904628, "8/20/2013"], [904629, "8/20/2013"], [904630, "8/6/2013"], [904631, "8/20/2013"], [904635, "8/23/2013"], [904638, "8/20/2013"], [904639, "8/21/2013"], [904640, "8/25/2013"], [904643, "8/23/2013"], [904644, "8/6/2013"], [904645, "8/23/2013"], [904646, "8/23/2013"], [904651, "8/20/2013"], [904653, "8/23/2013"], [904654, "8/23/2013"], [904656, "8/23/2013"], [904657, "8/25/2013"], [904659, "8/20/2013"], [904660, "8/23/2013"], [904661, "8/21/2013"], [904662, "8/23/2013"], [904664, "8/23/2013"], [904667, "8/20/2013"], [904668, "8/6/2013"], [904669, "8/14/2013"], [904670, "8/25/2013"], [904671, "8/23/2013"], [904672, "8/23/2013"], [904673, "8/25/2013"], [904674, "8/20/2013"], [904675, "8/20/2013"], [904676, "8/23/2013"], [904677, "8/20/2013"], [904678, "8/20/2013"], [904679, "8/23/2013"], [904682, "8/23/2013"], [904683, "8/23/2013"], [904687, "8/19/2013"], [904690, "8/23/2013"], [904691, "8/23/2013"], [904692, "8/20/2013"], [904696, "8/20/2013"], [904698, "8/25/2013"], [904699, "8/23/2013"], [904700, "8/20/2013"], [904702, "8/6/2013"], [904703, "8/23/2013"], [904704, "8/25/2013"], [904705, "8/23/2013"], [904706, "8/23/2013"], [904707, "8/23/2013"], [904708, "8/23/2013"], [904709, "8/23/2013"], [904711, "8/20/2013"], [904712, "8/23/2013"], [904713, "8/6/2013"], [904714, "8/23/2013"], [904715, "8/20/2013"], [904716, "8/19/2013"], [904717, "8/23/2013"], [904718, "8/23/2013"], [904721, "8/23/2013"], [904723, "8/25/2013"], [904724, "8/23/2013"], [904725, "8/22/2013"], [904726, "8/22/2013"], [904727, "8/20/2013"], [904728, "8/14/2013"], [904730, "8/23/2013"], [904731, "8/15/2013"], [904732, "8/22/2013"], [904733, "8/23/2013"], [904734, "8/20/2013"], [904736, "8/25/2013"], [904737, "8/25/2013"], [904738, "8/23/2013"], [904739, "8/25/2013"], [904741, "8/25/2013"], [904742, "8/22/2013"], [904743, "8/22/2013"], [904744, "8/23/2013"], [904745, "8/23/2013"], [904746, "8/20/2013"], [904747, "8/23/2013"], [904748, "8/21/2013"], [904749, "8/15/2013"], [904750, "8/21/2013"], [904751, "8/20/2013"], [904752, "8/23/2013"], [904753, "8/23/2013"], [904754, "8/25/2013"], [904755, "8/20/2013"], [904756, "8/23/2013"], [904758, "8/20/2013"], [904759, "8/23/2013"], [904760, "8/23/2013"], [904761, "8/25/2013"], [904762, "8/20/2013"], [904763, "8/23/2013"], [904764, "8/23/2013"], [904766, "8/25/2013"], [904767, "8/21/2013"], [904768, "8/23/2013"], [904771, "8/14/2013"], [904773, "8/21/2013"], [904774, "8/21/2013"], [904775, "8/6/2013"], [904777, "8/16/2013"], [904778, "8/20/2013"], [904779, "8/6/2013"], [904780, "8/22/2013"], [904781, "8/23/2013"], [904782, "8/20/2013"], [904783, "8/23/2013"], [904784, "8/20/2013"], [904785, "8/20/2013"], [904786, "8/23/2013"], [904787, "8/25/2013"], [904788, "8/23/2013"], [904789, "8/22/2013"], [904790, "8/6/2013"], [904791, "8/21/2013"], [904792, "8/23/2013"], [904795, "8/25/2013"], [904796, "8/23/2013"], [904797, "8/20/2013"], [904798, "8/23/2013"], [904800, "8/19/2013"], [904802, "8/23/2013"], [904805, "8/23/2013"], [904806, "8/23/2013"], [904808, "8/22/2013"], [904809, "8/23/2013"], [904811, "8/6/2013"], [904812, "8/25/2013"], [904813, "8/22/2013"], [904814, "8/23/2013"], [904815, "8/25/2013"], [904816, "8/20/2013"], [904817, "8/23/2013"], [904818, "8/23/2013"], [904819, "8/20/2013"], [904820, "8/20/2013"], [904821, "8/20/2013"], [904822, "8/23/2013"], [904823, "8/25/2013"], [904824, "8/22/2013"], [904825, "8/22/2013"], [904826, "8/6/2013"], [904827, "8/19/2013"], [904828, "8/25/2013"], [904829, "8/23/2013"], [904830, "8/23/2013"], [904831, "4/9/2014"], [904832, "8/23/2013"], [904833, "8/20/2013"], [904834, "8/23/2013"], [904835, "8/20/2013"], [904836, "8/22/2013"], [904837, "8/20/2013"], [904838, "8/22/2013"], [904839, "8/21/2013"], [904841, "8/21/2013"], [904842, "8/21/2013"], [904843, "8/21/2013"], [904844, "8/19/2013"], [904845, "8/20/2013"], [904846, "8/22/2013"], [904847, "8/22/2013"], [904848, "8/22/2013"], [904849, "8/6/2013"], [904850, "8/15/2013"], [904851, "8/22/2013"], [904852, "8/20/2013"], [904853, "8/22/2013"], [904854, "8/7/2013"], [904855, "8/15/2013"], [904856, "8/22/2013"], [904857, "8/23/2013"], [904858, "8/25/2013"], [904861, "8/22/2013"], [904862, "8/25/2013"], [904863, "8/23/2013"], [904866, "8/25/2013"], [904867, "8/22/2013"], [904868, "8/23/2013"], [904869, "8/20/2013"], [904870, "8/25/2013"], [904871, "4/9/2014"], [904872, "8/23/2013"], [904876, "8/20/2013"], [904877, "8/20/2013"], [904878, "8/25/2013"], [904879, "8/25/2013"], [904880, "8/20/2013"], [904881, "8/23/2013"], [904882, "8/23/2013"], [904885, "8/21/2013"], [904886, "8/23/2013"], [904887, "8/23/2013"], [904892, "8/23/2013"], [904893, "8/25/2013"], [904894, "8/21/2013"], [904895, "8/25/2013"], [904898, "8/20/2013"], [904899, "8/23/2013"], [904900, "8/15/2013"], [904901, "8/23/2013"], [904902, "8/22/2013"], [904906, "8/22/2013"], [904907, "8/23/2013"], [904909, "8/22/2013"], [904910, "8/25/2013"], [904911, "8/25/2013"], [904912, "8/23/2013"], [904913, "8/6/2013"], [904916, "8/25/2013"], [904917, "8/25/2013"], [904918, "8/23/2013"], [904919, "8/25/2013"], [904921, "8/23/2013"], [904922, "8/21/2013"], [904924, "8/25/2013"], [904925, "4/9/2014"], [904927, "8/23/2013"], [904930, "8/20/2013"], [904931, "8/23/2013"], [904932, "8/22/2013"], [904933, "8/15/2013"], [904935, "8/22/2013"], [904937, "8/25/2013"], [904939, "8/14/2013"], [904940, "8/23/2013"], [904943, "8/20/2013"], [904944, "8/23/2013"], [904945, "8/23/2013"], [904946, "8/6/2013"], [904947, "8/20/2013"], [904948, "8/21/2013"], [904949, "8/23/2013"], [904950, "8/19/2013"], [904951, "8/25/2013"], [904952, "8/20/2013"], [904953, "8/19/2013"], [904954, "8/20/2013"], [904955, "8/23/2013"], [904956, "8/23/2013"], [904957, "8/20/2013"], [904958, "8/23/2013"], [904959, "8/20/2013"], [904960, "8/20/2013"], [904961, "8/20/2013"], [904963, "8/23/2013"], [904964, "8/15/2013"], [904965, "8/20/2013"], [904966, "8/15/2013"], [904967, "8/23/2013"], [904968, "8/25/2013"], [904969, "8/22/2013"], [904970, "8/20/2013"], [904971, "8/19/2013"], [904972, "8/23/2013"], [904973, "8/25/2013"], [904975, "8/23/2013"], [904976, "8/23/2013"], [904977, "8/19/2013"], [904978, "8/23/2013"], [904979, "8/23/2013"], [904980, "8/22/2013"], [904981, "8/23/2013"], [904982, "8/23/2013"], [904983, "8/25/2013"], [904984, "8/23/2013"], [904985, "8/16/2013"], [904986, "8/16/2013"], [904987, "8/25/2013"], [904988, "8/23/2013"], [904989, "8/22/2013"], [904990, "8/15/2013"], [904991, "8/15/2013"], [904992, "8/23/2013"], [904993, "8/23/2013"], [904994, "8/21/2013"], [904995, "8/23/2013"], [904996, "8/23/2013"], [904997, "8/21/2013"], [904998, "8/21/2013"], [904999, "8/22/2013"], [905000, "8/22/2013"], [905001, "8/23/2013"], [905002, "8/20/2013"], [905003, "8/20/2013"], [905004, "1/22/2014"], [905006, "8/21/2013"], [905007, "8/23/2013"], [905008, "8/25/2013"], [905009, "8/23/2013"], [905010, "8/22/2013"], [905011, "8/22/2013"], [905012, "8/6/2013"], [905013, "8/23/2013"], [905014, "8/7/2013"], [905015, "8/23/2013"], [905016, "8/21/2013"], [905017, "8/19/2013"], [905018, "8/22/2013"], [905019, "8/23/2013"], [905020, "8/25/2013"], [905021, "8/25/2013"], [905023, "8/25/2013"], [905024, "8/25/2013"], [905025, "8/20/2013"], [905026, "8/20/2013"], [905029, "8/25/2013"], [905032, "8/23/2013"], [905033, "8/23/2013"], [905034, "8/20/2013"], [905035, "8/23/2013"], [905036, "8/21/2013"], [905037, "8/20/2013"], [905042, "8/23/2013"], [905043, "8/23/2013"], [905044, "8/22/2013"], [905045, "8/22/2013"], [905049, "8/20/2013"], [905050, "8/22/2013"], [905051, "8/23/2013"], [905052, "8/25/2013"], [905053, "8/23/2013"], [905054, "8/23/2013"], [905057, "8/21/2013"], [905058, "8/25/2013"], [905061, "8/25/2013"], [905062, "8/23/2013"], [905063, "8/21/2013"], [905066, "8/22/2013"], [905067, "8/15/2013"], [905068, "8/20/2013"], [905069, "8/15/2013"], [905071, "8/20/2013"], [905074, "8/22/2013"], [905075, "8/23/2013"], [905076, "8/21/2013"], [905077, "8/21/2013"], [905078, "8/25/2013"], [905079, "8/15/2013"], [905082, "8/25/2013"], [905083, "8/7/2013"], [905086, "8/21/2013"], [905090, "8/22/2013"], [905092, "8/20/2013"], [905093, "8/23/2013"], [905095, "8/15/2013"], [905097, "8/15/2013"], [905098, "8/21/2013"], [905099, "8/12/2013"], [905101, "2/20/2014"], [905102, "8/21/2013"], [905104, "8/21/2013"], [905105, "8/22/2013"], [905106, "8/23/2013"], [905107, "8/25/2013"], [905108, "8/6/2013"], [905109, "8/23/2013"], [905110, "8/7/2013"], [905111, "8/25/2013"], [905112, "8/7/2013"], [905113, "8/19/2013"], [905114, "8/19/2013"], [905115, "8/20/2013"], [905116, "8/23/2013"], [905117, "8/23/2013"], [905118, "8/21/2013"], [905119, "8/16/2013"], [905120, "8/20/2013"], [905121, "8/6/2013"], [905122, "8/20/2013"], [905124, "8/19/2013"], [905125, "8/22/2013"], [905126, "8/20/2013"], [905127, "8/23/2013"], [905128, "8/23/2013"], [905129, "8/7/2013"], [905130, "8/23/2013"], [905131, "8/21/2013"], [905132, "8/22/2013"], [905133, "8/19/2013"], [905134, "8/6/2013"], [905135, "1/22/2014"], [905136, "8/20/2013"], [905138, "8/23/2013"], [905140, "8/22/2013"], [905141, "8/23/2013"], [905142, "8/19/2013"], [905143, "8/19/2013"], [905144, "8/23/2013"], [905145, "8/23/2013"], [905146, "8/6/2013"], [905147, "8/21/2013"], [905148, "8/21/2013"], [905150, "8/22/2013"], [905151, "8/20/2013"], [905152, "8/25/2013"], [905153, "8/25/2013"], [905154, "12/31/2013"], [905155, "8/20/2013"], [905156, "8/25/2013"], [905157, "8/20/2013"], [905158, "8/23/2013"], [905159, "8/23/2013"], [905160, "8/20/2013"], [905161, "8/21/2013"], [905162, "8/21/2013"], [905163, "8/15/2013"], [905164, "8/23/2013"], [905165, "8/22/2013"], [905166, "8/21/2013"], [905167, "8/7/2013"], [905168, "8/22/2013"], [905169, "8/19/2013"], [905170, "8/20/2013"], [905171, "8/6/2013"], [905172, "8/22/2013"], [905173, "8/20/2013"], [905174, "8/23/2013"], [905175, "8/20/2013"], [905177, "8/23/2013"], [905178, "1/22/2014"], [905179, "8/16/2013"], [905180, "8/21/2013"], [905181, "8/20/2013"], [905182, "8/23/2013"], [905183, "8/20/2013"], [905184, "8/19/2013"], [905185, "8/21/2013"], [905186, "8/23/2013"], [905187, "8/25/2013"], [905188, "8/21/2013"], [905189, "8/23/2013"], [905190, "8/25/2013"], [905191, "8/25/2013"], [905192, "8/22/2013"], [905193, "1/22/2014"], [905194, "8/23/2013"], [905195, "8/21/2013"], [905196, "8/21/2013"], [905197, "8/22/2013"], [905198, "8/22/2013"], [905199, "8/6/2013"], [905200, "8/23/2013"], [905201, "8/20/2013"], [905204, "8/20/2013"], [905205, "8/22/2013"], [905208, "8/19/2013"], [905211, "8/21/2013"], [905214, "8/15/2013"], [905217, "8/20/2013"], [905220, "8/25/2013"], [905226, "8/15/2013"], [905228, "8/22/2013"], [905229, "8/22/2013"], [905230, "8/23/2013"], [905232, "8/22/2013"], [905233, "8/22/2013"], [905234, "8/25/2013"], [905237, "8/21/2013"], [905238, "8/21/2013"], [905241, "8/22/2013"], [905242, "8/19/2013"], [905243, "8/20/2013"], [905244, "8/23/2013"], [905245, "8/22/2013"], [905246, "8/25/2013"], [905247, "8/5/2013"], [905248, "1/22/2014"], [905249, "8/21/2013"], [905250, "8/25/2013"], [905251, "8/25/2013"], [905252, "8/19/2013"], [905255, "8/22/2013"], [905262, "8/23/2013"], [905265, "8/22/2013"], [905267, "8/23/2013"], [905270, "8/20/2013"], [905272, "8/20/2013"], [905273, "8/16/2013"], [905274, "8/20/2013"], [905280, "8/23/2013"], [905281, "8/25/2013"], [905282, "8/22/2013"], [905283, "8/21/2013"], [905284, "8/23/2013"], [905285, "8/21/2013"], [905286, "8/20/2013"], [905287, "8/21/2013"], [905288, "8/20/2013"], [905289, "8/25/2013"], [905290, "8/5/2013"], [905291, "8/22/2013"], [905292, "8/22/2013"], [905293, "8/22/2013"], [905294, "8/22/2013"], [905295, "8/21/2013"], [905296, "8/20/2013"], [905299, "8/25/2013"], [905302, "8/21/2013"], [905305, "8/25/2013"], [905307, "8/25/2013"], [905310, "8/20/2013"], [905311, "8/23/2013"], [905312, "8/22/2013"], [905320, "8/19/2013"], [905323, "8/20/2013"], [905327, "8/23/2013"], [905328, "8/25/2013"], [905331, "8/21/2013"], [905332, "8/25/2013"], [905334, "8/23/2013"], [905335, "8/22/2013"], [905336, "8/25/2013"], [905342, "8/19/2013"], [905344, "8/23/2013"], [905346, "8/23/2013"], [905347, "8/25/2013"], [905348, "1/22/2014"], [905349, "8/22/2013"], [905350, "8/19/2013"], [905351, "8/25/2013"], [905352, "8/23/2013"], [905353, "8/21/2013"], [905354, "8/20/2013"], [905355, "8/22/2013"], [905356, "8/22/2013"], [905357, "8/20/2013"], [905358, "8/6/2013"], [905359, "8/16/2013"], [905360, "8/22/2013"], [905361, "12/31/2013"], [905363, "8/19/2013"], [905365, "8/22/2013"], [905366, "8/19/2013"], [905367, "8/20/2013"], [905368, "8/23/2013"], [905369, "8/22/2013"], [905370, "8/21/2013"], [905371, "8/20/2013"], [905372, "8/23/2013"], [905373, "8/23/2013"], [905374, "8/22/2013"], [905375, "1/22/2014"], [905376, "8/23/2013"], [905377, "8/23/2013"], [905378, "8/22/2013"], [905379, "8/20/2013"], [905380, "8/20/2013"], [905381, "8/21/2013"], [905382, "8/25/2013"], [905383, "8/25/2013"], [905384, "8/23/2013"], [905385, "8/22/2013"], [905386, "8/25/2013"], [905387, "8/23/2013"], [905388, "8/25/2013"], [905389, "8/25/2013"], [905390, "8/25/2013"], [905391, "8/22/2013"], [905392, "8/23/2013"], [905393, "8/23/2013"], [905394, "8/25/2013"], [905395, "1/22/2014"], [905396, "8/22/2013"], [905397, "8/22/2013"], [905398, "8/20/2013"], [905399, "8/22/2013"], [905400, "8/23/2013"], [905401, "8/23/2013"], [905402, "8/22/2013"], [905403, "8/23/2013"], [905404, "8/22/2013"], [905405, "8/6/2013"], [905406, "1/22/2014"], [905407, "8/23/2013"], [905408, "8/23/2013"], [905409, "8/20/2013"], [905410, "8/19/2013"], [905411, "8/5/2013"], [905412, "8/6/2013"], [905413, "8/19/2013"], [905415, "8/20/2013"], [905416, "8/15/2013"], [905417, "8/20/2013"], [905418, "8/20/2013"], [905419, "8/20/2013"], [905420, "8/22/2013"], [905421, "8/21/2013"], [905425, "8/23/2013"], [905426, "8/25/2013"], [905427, "8/19/2013"], [905428, "8/23/2013"], [905429, "8/23/2013"], [905430, "8/22/2013"], [905431, "8/22/2013"], [905432, "8/21/2013"], [905433, "8/20/2013"], [905434, "8/19/2013"], [905435, "8/22/2013"], [905437, "8/25/2013"], [905438, "8/25/2013"], [905439, "8/19/2013"], [905440, "8/21/2013"], [905441, "8/22/2013"], [905444, "8/19/2013"], [905445, "8/23/2013"], [905446, "8/23/2013"], [905447, "8/22/2013"], [905448, "8/20/2013"], [905449, "8/21/2013"], [905450, "8/25/2013"], [905451, "8/21/2013"], [905452, "8/20/2013"], [905453, "8/19/2013"], [905454, "8/14/2013"], [905455, "8/23/2013"], [905456, "8/23/2013"], [905457, "8/12/2013"], [905458, "8/23/2013"], [905459, "8/20/2013"], [905460, "8/22/2013"], [905461, "8/25/2013"], [905462, "8/19/2013"], [905463, "8/6/2013"], [905464, "8/20/2013"], [905465, "8/21/2013"], [905466, "8/22/2013"], [905467, "8/19/2013"], [905468, "8/20/2013"], [905469, "8/22/2013"], [905470, "8/12/2013"], [905472, "8/21/2013"], [905473, "8/19/2013"], [905474, "8/19/2013"], [905475, "8/6/2013"], [905476, "8/23/2013"], [905477, "8/22/2013"], [905478, "8/20/2013"], [905479, "8/19/2013"], [905480, "8/21/2013"], [905481, "8/20/2013"], [905482, "8/23/2013"], [905483, "8/22/2013"], [905484, "8/20/2013"], [905486, "8/22/2013"], [905487, "8/22/2013"], [905488, "8/23/2013"], [905489, "8/22/2013"], [905490, "8/22/2013"], [905491, "8/19/2013"], [905492, "8/25/2013"], [905497, "8/7/2013"], [905498, "8/6/2013"], [905499, "8/19/2013"], [905500, "8/25/2013"], [905501, "8/22/2013"], [905502, "8/23/2013"], [905503, "8/23/2013"], [905504, "8/21/2013"], [905505, "8/12/2013"], [905506, "8/22/2013"], [905507, "8/23/2013"], [905509, "8/25/2013"], [905510, "8/6/2013"], [905511, "8/20/2013"], [905514, "8/25/2013"], [905515, "8/6/2013"], [905517, "8/20/2013"], [905518, "8/20/2013"], [905519, "8/25/2013"], [905520, "12/31/2013"], [905521, "8/21/2013"], [905522, "8/23/2013"], [905523, "8/21/2013"], [905524, "8/19/2013"], [905525, "8/22/2013"], [905526, "8/25/2013"], [905528, "8/7/2013"], [905529, "8/25/2013"], [905530, "8/6/2013"], [905533, "8/20/2013"], [905535, "8/20/2013"], [905536, "8/25/2013"], [905538, "8/6/2013"], [905539, "8/22/2013"], [905541, "8/22/2013"], [905542, "8/25/2013"], [905544, "8/22/2013"], [905545, "8/15/2013"], [905546, "8/20/2013"], [905547, "8/23/2013"], [905549, "8/21/2013"], [905550, "8/25/2013"], [905552, "8/20/2013"], [905553, "8/19/2013"], [905554, "8/20/2013"], [905555, "8/22/2013"], [905557, "8/20/2013"], [905558, "8/15/2013"], [905560, "8/6/2013"], [905561, "8/20/2013"], [905562, "8/20/2013"], [905563, "8/19/2013"], [905565, "8/20/2013"], [905566, "12/31/2013"], [905567, "8/19/2013"], [905568, "8/22/2013"], [905569, "8/23/2013"], [905570, "8/7/2013"], [905573, "8/25/2013"], [905574, "8/7/2013"], [905575, "8/20/2013"], [905576, "8/23/2013"], [905577, "8/22/2013"], [905578, "8/20/2013"], [905580, "8/22/2013"], [905581, "8/6/2013"], [905582, "8/12/2013"], [905583, "8/20/2013"], [905584, "8/20/2013"], [905585, "8/19/2013"], [905586, "8/14/2013"], [905587, "8/15/2013"], [905588, "8/21/2013"], [905589, "8/23/2013"], [905590, "8/25/2013"], [905591, "8/21/2013"], [905592, "8/16/2013"], [905594, "8/23/2013"], [905598, "8/23/2013"], [905599, "8/22/2013"], [905601, "8/23/2013"], [905603, "8/25/2013"], [905605, "8/23/2013"], [905606, "8/23/2013"], [905607, "8/21/2013"], [905608, "8/22/2013"], [905612, "8/23/2013"], [905614, "8/6/2013"], [905615, "8/20/2013"], [905616, "8/19/2013"], [905617, "8/6/2013"], [905620, "8/19/2013"], [905621, "8/20/2013"], [905622, "8/23/2013"], [905623, "8/19/2013"], [905626, "8/19/2013"], [905628, "1/22/2014"], [905629, "8/19/2013"], [905630, "8/25/2013"], [905631, "8/25/2013"], [905632, "8/22/2013"], [905633, "8/25/2013"], [905635, "8/15/2013"], [905638, "8/20/2013"], [905639, "8/21/2013"], [905640, "8/25/2013"], [905641, "8/23/2013"], [905642, "8/23/2013"], [905643, "8/22/2013"], [905644, "8/20/2013"], [905646, "8/22/2013"], [905647, "8/21/2013"], [905649, "8/19/2013"], [905650, "8/23/2013"], [905651, "8/15/2013"], [905652, "8/22/2013"], [905655, "8/23/2013"], [905656, "8/22/2013"], [905657, "8/25/2013"], [905658, "8/20/2013"], [905659, "8/19/2013"], [905660, "8/19/2013"], [905661, "8/20/2013"], [905662, "8/20/2013"], [905663, "8/19/2013"], [905665, "8/25/2013"], [905666, "8/22/2013"], [905669, "1/22/2014"], [905670, "8/19/2013"], [905671, "8/22/2013"], [905672, "8/20/2013"], [905673, "8/20/2013"], [905674, "8/20/2013"], [905675, "8/20/2013"], [905676, "8/25/2013"], [905679, "8/20/2013"], [905680, "8/19/2013"], [905681, "8/22/2013"], [905682, "8/22/2013"], [905683, "8/22/2013"], [905685, "8/22/2013"], [905686, "8/20/2013"], [905687, "8/19/2013"], [905688, "8/14/2013"], [905689, "8/22/2013"], [905690, "8/20/2013"], [905691, "8/22/2013"], [905692, "8/23/2013"], [905693, "12/31/2013"], [905694, "8/6/2013"], [905695, "8/22/2013"], [905696, "8/22/2013"], [905697, "8/21/2013"], [905698, "8/22/2013"], [905699, "8/22/2013"], [905700, "8/25/2013"], [905701, "8/25/2013"], [905702, "8/23/2013"], [905703, "8/20/2013"], [905704, "8/21/2013"], [905705, "8/22/2013"], [905706, "8/20/2013"], [905707, "8/22/2013"], [905708, "8/19/2013"], [905709, "8/25/2013"], [905710, "8/20/2013"], [905711, "8/19/2013"], [905712, "8/19/2013"], [905713, "8/22/2013"], [905714, "8/22/2013"], [905715, "8/25/2013"], [905716, "8/22/2013"], [905717, "8/25/2013"], [905718, "8/23/2013"], [905719, "8/21/2013"], [905720, "8/22/2013"], [905721, "8/23/2013"], [905722, "8/22/2013"], [905723, "8/20/2013"], [905724, "8/22/2013"], [905725, "8/22/2013"], [905726, "8/19/2013"], [905727, "8/22/2013"], [905728, "8/21/2013"], [905729, "8/20/2013"], [905731, "8/22/2013"], [905732, "8/21/2013"], [905733, "8/25/2013"], [905734, "8/23/2013"], [905735, "8/23/2013"], [905736, "8/25/2013"], [905737, "8/25/2013"], [905738, "8/21/2013"], [905739, "8/25/2013"], [905740, "8/19/2013"], [905741, "8/22/2013"], [905743, "8/19/2013"], [905744, "8/25/2013"], [905745, "8/23/2013"], [905749, "8/22/2013"], [905750, "8/19/2013"], [905751, "8/25/2013"], [905752, "8/25/2013"], [905753, "8/22/2013"], [905754, "8/23/2013"], [905755, "8/15/2013"], [905756, "8/25/2013"], [905757, "8/21/2013"], [905758, "8/22/2013"], [905759, "8/22/2013"], [905760, "8/20/2013"], [905762, "8/25/2013"], [905763, "8/20/2013"], [905764, "8/20/2013"], [905767, "8/22/2013"], [905768, "8/20/2013"], [905769, "8/21/2013"], [905770, "8/22/2013"], [905771, "8/19/2013"], [905772, "8/22/2013"], [905773, "8/21/2013"], [905774, "8/23/2013"], [905775, "8/23/2013"], [905776, "8/19/2013"], [905777, "8/23/2013"], [905778, "8/23/2013"], [905779, "8/22/2013"], [905780, "8/22/2013"], [905783, "8/21/2013"], [905784, "8/19/2013"], [905785, "8/22/2013"], [905788, "8/23/2013"], [905791, "8/21/2013"], [905793, "8/21/2013"], [905794, "8/25/2013"], [905795, "8/23/2013"], [905796, "8/23/2013"], [905797, "8/25/2013"], [905798, "8/21/2013"], [905799, "8/21/2013"], [905800, "8/20/2013"], [905803, "8/23/2013"], [905804, "8/20/2013"], [905805, "8/20/2013"], [905806, "8/19/2013"], [905808, "8/22/2013"], [905809, "8/25/2013"], [905810, "8/23/2013"], [905811, "8/25/2013"], [905812, "8/19/2013"], [905815, "8/20/2013"], [905816, "8/16/2013"], [905818, "8/25/2013"], [905819, "8/21/2013"], [905820, "8/19/2013"], [905821, "8/20/2013"], [905822, "8/23/2013"], [905823, "8/22/2013"], [905824, "8/20/2013"], [905825, "8/22/2013"], [905826, "8/22/2013"], [905827, "8/22/2013"], [905828, "8/20/2013"], [905829, "8/25/2013"], [905830, "8/22/2013"], [905831, "8/22/2013"], [905832, "8/22/2013"], [905833, "8/25/2013"], [905834, "8/23/2013"], [905835, "8/25/2013"], [905836, "8/25/2013"], [905837, "1/22/2014"], [905838, "8/23/2013"], [905839, "8/22/2013"], [905840, "8/21/2013"], [905842, "8/22/2013"], [905843, "8/21/2013"], [905844, "8/22/2013"], [905845, "1/22/2014"], [905846, "8/19/2013"], [905847, "8/20/2013"], [905848, "8/25/2013"], [905849, "8/25/2013"], [905850, "8/23/2013"], [905851, "1/22/2014"], [905852, "8/19/2013"], [905853, "1/22/2014"], [905854, "8/23/2013"], [905855, "8/21/2013"], [905856, "8/20/2013"], [905857, "8/22/2013"], [905858, "8/23/2013"], [905860, "8/23/2013"], [905861, "8/15/2013"], [905862, "8/22/2013"], [905863, "8/22/2013"], [905864, "8/23/2013"], [905865, "8/22/2013"], [905866, "8/23/2013"], [905867, "8/22/2013"], [905868, "8/22/2013"], [905869, "8/20/2013"], [905871, "8/25/2013"], [905872, "8/20/2013"], [905875, "8/20/2013"], [905876, "8/20/2013"], [905877, "8/23/2013"], [905878, "8/22/2013"], [905879, "8/20/2013"], [905880, "8/6/2013"], [905881, "8/20/2013"], [905882, "8/23/2013"], [905884, "8/25/2013"], [905885, "8/25/2013"], [905886, "8/22/2013"], [905887, "8/16/2013"], [905888, "8/19/2013"], [905889, "8/23/2013"], [905890, "12/31/2013"], [905891, "8/16/2013"], [905892, "12/31/2013"], [905893, "8/19/2013"], [905894, "8/23/2013"], [905895, "8/22/2013"], [905896, "8/22/2013"], [905897, "8/22/2013"], [905898, "8/25/2013"], [905899, "1/22/2014"], [905900, "8/22/2013"], [905901, "8/23/2013"], [905902, "8/22/2013"], [905903, "8/22/2013"], [905904, "8/19/2013"], [905905, "8/19/2013"], [905907, "8/25/2013"], [905908, "8/20/2013"], [905909, "8/20/2013"], [905910, "1/22/2014"], [905912, "8/19/2013"], [905913, "8/25/2013"], [905914, "8/20/2013"], [905915, "8/23/2013"], [905916, "8/23/2013"], [905917, "8/25/2013"], [905918, "8/25/2013"], [905919, "8/23/2013"], [905920, "1/22/2014"], [905921, "8/25/2013"], [905922, "8/22/2013"], [905923, "8/23/2013"], [905924, "8/25/2013"], [905925, "8/25/2013"], [905926, "8/22/2013"], [905927, "8/19/2013"], [905928, "8/20/2013"], [905929, "1/22/2014"], [905930, "8/19/2013"], [905931, "8/14/2013"], [905932, "8/20/2013"], [905933, "12/31/2013"], [905938, "8/7/2013"], [905940, "8/21/2013"], [905941, "8/19/2013"], [905944, "8/23/2013"], [905945, "8/6/2013"], [905947, "8/19/2013"], [905951, "8/22/2013"], [905952, "8/22/2013"], [905955, "8/15/2013"], [905956, "8/19/2013"], [905958, "8/23/2013"], [905959, "8/19/2013"], [905960, "8/15/2013"], [905963, "8/22/2013"], [905964, "8/25/2013"], [905965, "8/19/2013"], [905966, "8/15/2013"], [905968, "8/23/2013"], [905969, "1/22/2014"], [905970, "8/23/2013"], [905971, "8/22/2013"], [905972, "8/19/2013"], [905973, "8/23/2013"], [905974, "8/22/2013"], [905975, "8/20/2013"], [905976, "8/23/2013"], [905979, "8/22/2013"], [905980, "8/15/2013"], [905981, "8/12/2013"], [905982, "8/20/2013"], [905983, "8/23/2013"], [905984, "8/22/2013"], [905985, "8/23/2013"], [905986, "8/25/2013"], [905987, "8/23/2013"], [905988, "8/22/2013"], [905989, "8/25/2013"], [905990, "8/20/2013"], [905993, "8/20/2013"], [905994, "8/25/2013"], [905995, "8/22/2013"], [905996, "8/23/2013"], [905997, "8/25/2013"], [905998, "8/20/2013"], [905999, "8/15/2013"], [906001, "8/23/2013"], [906002, "8/19/2013"], [906003, "8/25/2013"], [906004, "8/19/2013"], [906005, "8/23/2013"], [906006, "8/14/2013"], [906007, "8/14/2013"], [906008, "8/23/2013"], [906009, "8/22/2013"], [906010, "8/25/2013"], [906011, "8/20/2013"], [906012, "8/20/2013"], [906013, "8/22/2013"], [906015, "8/20/2013"], [906021, "8/22/2013"], [906022, "1/22/2014"], [906023, "8/23/2013"], [906024, "8/22/2013"], [906025, "8/23/2013"], [906027, "8/16/2013"], [906030, "8/16/2013"], [906034, "8/21/2013"], [906035, "8/25/2013"], [906036, "8/22/2013"], [906038, "8/22/2013"], [906039, "8/22/2013"], [906040, "8/16/2013"], [906041, "8/21/2013"], [906042, "12/31/2013"], [906044, "8/22/2013"], [906045, "8/19/2013"], [906046, "8/23/2013"], [906049, "8/25/2013"], [906050, "8/21/2013"], [906051, "8/20/2013"], [906053, "8/22/2013"], [906054, "8/22/2013"], [906057, "8/21/2013"], [906058, "8/21/2013"], [906061, "8/22/2013"], [906062, "8/22/2013"], [906067, "8/6/2013"], [906068, "8/22/2013"], [906073, "8/19/2013"], [906074, "8/16/2013"], [906075, "8/6/2013"], [906076, "8/25/2013"], [906077, "8/22/2013"], [906078, "8/21/2013"], [906079, "8/22/2013"], [906081, "8/20/2013"], [906082, "8/19/2013"], [906083, "8/25/2013"], [906084, "8/20/2013"], [906085, "8/25/2013"], [906086, "8/23/2013"], [906087, "8/20/2013"], [906089, "8/25/2013"], [906090, "8/23/2013"], [906091, "8/25/2013"], [906092, "8/21/2013"], [906093, "8/25/2013"], [906094, "8/25/2013"], [906095, "8/21/2013"], [906097, "8/19/2013"], [906098, "8/19/2013"], [906099, "8/25/2013"], [906100, "8/23/2013"], [906101, "8/21/2013"], [906102, "8/22/2013"], [906103, "8/23/2013"], [906104, "8/23/2013"], [906105, "8/22/2013"], [906106, "8/21/2013"], [906107, "12/31/2013"], [906108, "12/31/2013"], [906109, "8/16/2013"], [906110, "8/23/2013"], [906113, "8/25/2013"], [906114, "8/6/2013"], [906115, "8/20/2013"], [906116, "8/23/2013"], [906117, "8/23/2013"], [906118, "8/22/2013"], [906120, "8/22/2013"], [906125, "8/23/2013"], [906126, "8/22/2013"], [906135, "8/25/2013"], [906136, "8/22/2013"], [906139, "8/22/2013"], [906142, "8/22/2013"], [906145, "8/19/2013"], [906146, "8/23/2013"], [906147, "8/19/2013"], [906149, "8/25/2013"], [906151, "8/20/2013"], [906153, "8/23/2013"], [906158, "8/20/2013"], [906159, "8/23/2013"], [906160, "8/23/2013"], [906161, "8/22/2013"], [906162, "8/19/2013"], [906163, "8/21/2013"], [906165, "8/23/2013"], [906166, "8/22/2013"], [906167, "8/21/2013"], [906168, "8/21/2013"], [906169, "8/22/2013"], [906170, "8/19/2013"], [906171, "8/23/2013"], [906174, "8/19/2013"], [906177, "8/23/2013"], [906181, "8/20/2013"], [906182, "8/20/2013"], [906183, "8/19/2013"], [906188, "8/7/2013"], [906190, "8/21/2013"], [906191, "8/21/2013"], [906192, "8/25/2013"], [906194, "8/23/2013"], [906198, "8/25/2013"], [906199, "8/25/2013"], [906200, "8/22/2013"], [906201, "8/25/2013"], [906204, "8/23/2013"], [906207, "8/20/2013"], [906210, "8/23/2013"], [906211, "8/22/2013"], [906214, "8/23/2013"], [906215, "8/23/2013"], [906216, "8/20/2013"], [906217, "8/21/2013"], [906218, "8/19/2013"], [906219, "8/20/2013"], [906221, "8/21/2013"], [906222, "8/25/2013"], [906223, "8/22/2013"], [906224, "8/6/2013"], [906225, "8/6/2013"], [906226, "8/21/2013"], [906227, "8/21/2013"], [906228, "8/21/2013"], [906229, "8/22/2013"], [906230, "8/21/2013"], [906231, "8/19/2013"], [906232, "8/25/2013"], [906235, "8/20/2013"], [906236, "8/22/2013"], [906244, "8/22/2013"], [906245, "8/19/2013"], [906246, "8/6/2013"], [906247, "8/5/2013"], [906248, "8/5/2013"], [906249, "8/15/2013"], [906250, "8/22/2013"], [906252, "8/20/2013"], [906253, "8/23/2013"], [906255, "8/25/2013"], [906256, "8/21/2013"], [906257, "8/20/2013"], [906262, "8/20/2013"], [906268, "8/20/2013"], [906269, "8/19/2013"], [906271, "8/22/2013"], [906273, "8/21/2013"], [906274, "8/25/2013"], [906276, "8/22/2013"], [906277, "8/20/2013"], [906278, "8/22/2013"], [906279, "8/25/2013"], [906280, "1/22/2014"], [906281, "8/25/2013"], [906282, "8/20/2013"], [906283, "8/22/2013"], [906284, "8/25/2013"], [906285, "8/21/2013"], [906287, "8/22/2013"], [906288, "8/19/2013"], [906290, "8/20/2013"], [906292, "8/25/2013"], [906293, "8/7/2013"], [906294, "8/19/2013"], [906295, "8/23/2013"], [906296, "8/23/2013"], [906297, "8/20/2013"], [906298, "8/20/2013"], [906299, "8/21/2013"], [906300, "8/12/2013"], [906301, "8/20/2013"], [906302, "8/23/2013"], [906308, "12/31/2013"], [906311, "8/20/2013"], [906314, "8/5/2013"], [906315, "8/23/2013"], [906316, "8/5/2013"], [906317, "8/25/2013"], [906320, "8/25/2013"], [906321, "8/19/2013"], [906322, "8/23/2013"], [906323, "8/25/2013"], [906324, "8/25/2013"], [906325, "8/22/2013"], [906326, "8/23/2013"], [906327, "8/22/2013"], [906328, "12/31/2013"], [906329, "8/25/2013"], [906330, "8/23/2013"], [906331, "8/21/2013"], [906332, "8/23/2013"], [906333, "8/23/2013"], [906334, "8/19/2013"], [906336, "8/21/2013"], [906339, "1/22/2014"], [906340, "8/23/2013"], [906341, "8/23/2013"], [906342, "8/21/2013"], [906346, "8/20/2013"], [906347, "8/20/2013"], [906348, "8/20/2013"], [906349, "8/20/2013"], [906350, "8/23/2013"], [906352, "8/22/2013"], [906354, "8/25/2013"], [906355, "8/20/2013"], [906356, "8/19/2013"], [906357, "8/23/2013"], [906358, "8/19/2013"], [906359, "8/22/2013"], [906360, "8/25/2013"], [906361, "8/22/2013"], [906362, "8/22/2013"], [906363, "8/20/2013"], [906364, "8/20/2013"], [906365, "8/20/2013"], [906366, "8/20/2013"], [906368, "8/25/2013"], [906369, "8/25/2013"], [906370, "8/25/2013"], [906371, "8/25/2013"], [906372, "8/25/2013"], [906373, "8/19/2013"], [906374, "8/19/2013"], [906375, "8/23/2013"], [906377, "8/22/2013"], [906378, "8/21/2013"], [906379, "8/22/2013"], [906380, "8/20/2013"], [906381, "8/22/2013"], [906382, "8/22/2013"], [906383, "8/22/2013"], [906385, "8/25/2013"], [906386, "8/25/2013"], [906387, "8/12/2013"], [906388, "8/19/2013"], [906389, "8/25/2013"], [906390, "8/25/2013"], [906391, "8/25/2013"], [906392, "8/22/2013"], [906393, "8/23/2013"], [906394, "8/20/2013"], [906395, "8/23/2013"], [906396, "8/23/2013"], [906397, "8/21/2013"], [906398, "8/23/2013"], [906399, "8/6/2013"], [906400, "8/23/2013"], [906401, "8/23/2013"], [906404, "8/23/2013"], [906408, "8/22/2013"], [906409, "8/20/2013"], [906411, "8/12/2013"], [906412, "8/22/2013"], [906415, "8/16/2013"], [906416, "8/23/2013"], [906418, "8/23/2013"], [906419, "8/23/2013"], [906420, "8/20/2013"], [906421, "8/23/2013"], [906422, "8/25/2013"], [906423, "8/20/2013"], [906424, "8/21/2013"], [906427, "8/25/2013"], [906428, "8/25/2013"], [906429, "8/23/2013"], [906431, "8/20/2013"], [906432, "8/21/2013"], [906433, "8/20/2013"], [906434, "8/23/2013"], [906435, "8/19/2013"], [906438, "8/15/2013"], [906439, "8/23/2013"], [906440, "8/23/2013"], [906441, "8/19/2013"], [906442, "8/23/2013"], [906443, "8/22/2013"], [906444, "8/19/2013"], [906445, "8/20/2013"], [906447, "8/19/2013"], [906451, "8/23/2013"], [906452, "8/19/2013"], [906455, "8/23/2013"], [906456, "8/20/2013"], [906457, "8/23/2013"], [906459, "8/20/2013"], [906460, "8/23/2013"], [906461, "8/23/2013"], [906462, "8/20/2013"], [906463, "8/22/2013"], [906464, "8/22/2013"], [906465, "8/23/2013"], [906466, "8/21/2013"], [906467, "8/22/2013"], [906468, "8/23/2013"], [906469, "8/23/2013"], [906470, "8/22/2013"], [906471, "8/23/2013"], [906473, "8/19/2013"], [906474, "8/22/2013"], [906476, "8/23/2013"], [906477, "8/23/2013"], [906478, "8/20/2013"], [906479, "8/23/2013"], [906480, "8/23/2013"], [906481, "8/25/2013"], [906482, "8/20/2013"], [906483, "8/23/2013"], [906484, "8/20/2013"], [906485, "8/20/2013"], [906488, "8/6/2013"], [906489, "8/23/2013"], [906490, "8/23/2013"], [906495, "8/23/2013"], [906496, "8/23/2013"], [906498, "8/20/2013"], [906502, "8/20/2013"], [906505, "8/20/2013"], [906507, "8/15/2013"], [906512, "8/15/2013"], [906513, "8/23/2013"], [906514, "8/20/2013"], [906515, "8/23/2013"], [906518, "8/20/2013"], [906520, "8/23/2013"], [906521, "8/23/2013"], [906522, "8/23/2013"], [906523, "8/23/2013"], [906524, "8/23/2013"], [906525, "8/20/2013"], [906526, "8/20/2013"], [906527, "8/25/2013"], [906528, "8/23/2013"], [906529, "8/23/2013"], [906530, "8/19/2013"], [906531, "8/22/2013"], [906532, "8/23/2013"], [906533, "8/23/2013"], [906534, "8/21/2013"], [906535, "8/25/2013"], [906536, "12/31/2013"], [906537, "8/6/2013"], [906538, "8/7/2013"], [906539, "8/23/2013"], [906540, "8/23/2013"], [906541, "8/25/2013"], [906542, "8/23/2013"], [906545, "8/14/2013"], [906547, "8/16/2013"], [906548, "8/20/2013"], [906549, "8/20/2013"], [906550, "8/20/2013"], [906551, "8/25/2013"], [906552, "8/14/2013"], [906553, "8/21/2013"], [906554, "8/23/2013"], [906556, "8/20/2013"], [906557, "8/20/2013"], [906558, "8/20/2013"], [906559, "8/23/2013"], [906560, "8/23/2013"], [906561, "8/21/2013"], [906562, "8/21/2013"], [906563, "8/15/2013"], [906565, "8/25/2013"], [906566, "1/22/2014"], [906567, "8/6/2013"], [906568, "8/25/2013"], [906569, "8/15/2013"], [906570, "8/23/2013"], [906571, "8/21/2013"], [906572, "8/21/2013"], [906573, "8/15/2013"], [906574, "8/23/2013"], [906575, "8/25/2013"], [906576, "8/20/2013"], [906577, "8/6/2013"], [906578, "8/19/2013"], [906579, "8/23/2013"], [906580, "8/23/2013"], [906581, "8/23/2013"], [906582, "8/20/2013"], [906583, "8/23/2013"], [906584, "8/14/2013"], [906587, "8/23/2013"], [906588, "1/22/2014"], [906591, "8/25/2013"], [906592, "8/22/2013"], [906593, "8/15/2013"], [906594, "8/23/2013"], [906595, "8/23/2013"], [906596, "8/25/2013"], [906597, "8/15/2013"], [906598, "8/20/2013"], [906599, "8/20/2013"], [906600, "8/19/2013"], [906601, "8/25/2013"], [906602, "8/22/2013"], [906603, "8/15/2013"], [906604, "8/20/2013"], [906605, "8/15/2013"], [906606, "8/25/2013"], [906607, "8/15/2013"], [906608, "8/25/2013"], [906609, "8/20/2013"], [906610, "8/25/2013"], [906611, "8/23/2013"], [906612, "8/23/2013"], [906613, "8/23/2013"], [906614, "8/23/2013"], [906615, "8/20/2013"], [906616, "8/23/2013"], [906617, "1/22/2014"], [906618, "8/23/2013"], [906619, "8/20/2013"], [906620, "8/23/2013"], [906622, "8/23/2013"], [906623, "8/23/2013"], [906626, "8/19/2013"], [906627, "8/23/2013"], [906628, "8/20/2013"], [906629, "8/20/2013"], [906630, "8/23/2013"], [906631, "8/22/2013"], [906634, "8/20/2013"], [906635, "8/23/2013"], [906637, "8/23/2013"], [906638, "8/23/2013"], [906640, "8/23/2013"], [906641, "8/23/2013"], [906642, "8/23/2013"], [906643, "8/20/2013"], [906644, "8/23/2013"], [906645, "8/23/2013"], [906646, "8/23/2013"], [906647, "8/20/2013"], [906648, "8/15/2013"], [906649, "8/25/2013"], [906650, "8/23/2013"], [906651, "8/6/2013"], [906652, "8/23/2013"], [906653, "8/20/2013"], [906654, "8/23/2013"], [906655, "8/21/2013"], [906656, "8/23/2013"], [906659, "8/23/2013"], [906660, "8/23/2013"], [906661, "8/20/2013"], [906662, "8/25/2013"], [906663, "8/14/2013"], [906666, "8/15/2013"], [906667, "8/20/2013"], [906668, "8/21/2013"], [906669, "8/23/2013"], [906670, "8/23/2013"], [906671, "8/23/2013"], [906672, "8/25/2013"], [906675, "8/22/2013"], [906676, "8/20/2013"], [906677, "8/25/2013"], [906678, "8/23/2013"], [906679, "8/23/2013"], [906680, "8/25/2013"], [906681, "8/15/2013"], [906682, "8/23/2013"], [906685, "8/23/2013"], [906686, "8/23/2013"], [906688, "8/20/2013"], [906689, "8/25/2013"], [906690, "8/23/2013"], [906691, "8/6/2013"], [906692, "8/23/2013"], [906693, "8/23/2013"], [906694, "8/23/2013"], [906695, "8/23/2013"], [906696, "8/23/2013"], [906697, "8/25/2013"], [906698, "8/23/2013"], [906699, "8/25/2013"], [906700, "8/23/2013"], [906701, "8/15/2013"], [906702, "8/25/2013"], [906703, "8/20/2013"], [906704, "8/21/2013"], [906705, "8/22/2013"], [906706, "8/14/2013"], [906707, "8/23/2013"], [906708, "8/20/2013"], [906709, "8/25/2013"], [906710, "8/25/2013"], [906711, "8/19/2013"], [906712, "8/20/2013"], [906713, "8/25/2013"], [906716, "8/23/2013"], [906717, "8/19/2013"], [906718, "8/23/2013"], [906719, "8/23/2013"], [906722, "8/25/2013"], [906723, "8/15/2013"], [906724, "8/23/2013"], [906725, "8/22/2013"], [906726, "8/23/2013"], [906727, "8/22/2013"], [906728, "8/21/2013"], [906731, "8/20/2013"], [906732, "8/23/2013"], [906733, "8/23/2013"], [906734, "8/20/2013"], [906735, "8/25/2013"], [906737, "8/7/2013"], [906739, "8/25/2013"], [906740, "8/20/2013"], [906743, "8/23/2013"], [906744, "8/22/2013"], [906745, "8/23/2013"], [906748, "8/22/2013"], [906749, "8/21/2013"], [906750, "8/21/2013"], [906751, "8/19/2013"], [906752, "8/23/2013"], [906753, "8/19/2013"], [906754, "8/25/2013"], [906755, "8/23/2013"], [906758, "8/25/2013"], [906759, "8/22/2013"], [906762, "8/23/2013"], [906763, "8/23/2013"], [906764, "8/22/2013"], [906765, "8/25/2013"], [906766, "8/20/2013"], [906769, "8/23/2013"], [906770, "8/6/2013"], [906773, "8/20/2013"], [906774, "8/21/2013"], [906775, "8/22/2013"], [906776, "8/15/2013"], [906777, "8/23/2013"], [906778, "8/20/2013"], [906779, "8/25/2013"], [906780, "8/25/2013"], [906781, "8/21/2013"], [906785, "8/20/2013"], [906786, "8/23/2013"], [906787, "8/21/2013"], [906788, "8/25/2013"], [906789, "8/23/2013"], [906790, "8/20/2013"], [906791, "8/25/2013"], [906792, "8/22/2013"], [906793, "8/20/2013"], [906794, "8/15/2013"], [906795, "8/21/2013"], [906796, "8/20/2013"], [906797, "8/25/2013"], [906798, "8/25/2013"], [906799, "8/23/2013"], [906800, "8/20/2013"], [906801, "8/21/2013"], [906802, "8/23/2013"], [906803, "8/25/2013"], [906804, "8/23/2013"], [906805, "8/23/2013"], [906806, "8/23/2013"], [906807, "8/23/2013"], [906808, "8/23/2013"], [906809, "8/19/2013"], [906810, "8/22/2013"], [906811, "8/23/2013"], [906812, "8/25/2013"], [906813, "8/25/2013"], [906814, "8/23/2013"], [906815, "8/6/2013"], [906817, "8/22/2013"], [906818, "8/23/2013"], [906819, "8/23/2013"], [906820, "8/23/2013"], [906821, "8/15/2013"], [906823, "8/20/2013"], [906824, "8/25/2013"], [906825, "8/23/2013"], [906826, "8/23/2013"], [906827, "8/23/2013"], [906828, "8/23/2013"], [906829, "8/6/2013"], [906830, "8/22/2013"], [906831, "8/25/2013"], [906832, "8/23/2013"], [906833, "8/23/2013"], [906834, "8/15/2013"], [906835, "8/23/2013"], [906836, "8/14/2013"], [906837, "8/25/2013"], [906838, "8/23/2013"], [906840, "8/20/2013"], [906841, "8/23/2013"], [906842, "8/23/2013"], [906843, "8/23/2013"], [906844, "8/25/2013"], [906845, "8/6/2013"], [906846, "8/25/2013"], [906847, "8/25/2013"], [906848, "8/22/2013"], [906849, "8/22/2013"], [906850, "8/22/2013"], [906851, "8/23/2013"], [906852, "8/23/2013"], [906853, "8/25/2013"], [906854, "8/22/2013"], [906856, "8/23/2013"], [906857, "8/23/2013"], [906858, "8/23/2013"], [906859, "8/15/2013"], [906862, "8/6/2013"], [906863, "8/20/2013"], [906866, "8/23/2013"], [906869, "8/20/2013"], [906870, "8/23/2013"], [906871, "8/20/2013"], [906874, "8/25/2013"], [906875, "8/25/2013"], [906878, "8/22/2013"], [906879, "8/22/2013"], [906880, "8/15/2013"], [906881, "8/23/2013"], [906882, "8/21/2013"], [906885, "8/23/2013"], [906886, "8/23/2013"], [906887, "8/23/2013"], [906888, "8/21/2013"], [906889, "8/23/2013"], [906893, "8/25/2013"], [906894, "8/22/2013"], [906895, "8/25/2013"], [906897, "8/23/2013"], [906898, "8/23/2013"], [906902, "8/23/2013"], [906905, "8/20/2013"], [906906, "8/23/2013"], [906907, "8/23/2013"], [906908, "8/20/2013"], [906910, "8/20/2013"], [906912, "8/20/2013"], [906914, "8/20/2013"], [906918, "8/20/2013"], [906919, "8/6/2013"], [906921, "8/23/2013"], [906922, "8/23/2013"], [906923, "8/21/2013"], [906926, "8/20/2013"], [906927, "8/25/2013"], [906928, "8/22/2013"], [906929, "8/23/2013"], [906930, "8/22/2013"], [906931, "8/22/2013"], [906932, "8/19/2013"], [906933, "8/20/2013"], [906934, "8/20/2013"], [906936, "8/20/2013"], [906937, "8/23/2013"], [906938, "8/23/2013"], [906939, "8/23/2013"], [906940, "8/23/2013"], [906941, "8/20/2013"], [906942, "8/23/2013"], [906943, "8/22/2013"], [906944, "8/23/2013"], [906945, "8/23/2013"], [906946, "8/20/2013"], [906947, "8/23/2013"], [906948, "8/20/2013"], [906949, "8/22/2013"], [906950, "8/25/2013"], [906951, "1/22/2014"], [906952, "8/25/2013"], [906953, "8/23/2013"], [906954, "8/23/2013"], [906955, "8/19/2013"], [906956, "12/31/2013"], [906957, "8/16/2013"], [906958, "8/12/2013"], [906959, "8/20/2013"], [906960, "8/20/2013"], [906961, "8/21/2013"], [906962, "8/20/2013"], [906963, "8/22/2013"], [906964, "8/20/2013"], [906965, "8/25/2013"], [906966, "8/20/2013"], [906967, "8/20/2013"], [906968, "8/19/2013"], [906969, "8/20/2013"], [906970, "8/6/2013"], [906971, "8/20/2013"], [906974, "8/23/2013"], [906975, "8/22/2013"], [906976, "8/25/2013"], [906977, "8/22/2013"], [906978, "8/20/2013"], [906979, "8/21/2013"], [906980, "8/20/2013"], [906981, "8/22/2013"], [906982, "8/21/2013"], [906983, "8/20/2013"], [906984, "8/22/2013"], [906985, "8/23/2013"], [906986, "8/21/2013"], [906987, "8/25/2013"], [906988, "8/23/2013"], [906989, "8/23/2013"], [906990, "8/22/2013"], [906993, "8/20/2013"], [906994, "8/22/2013"], [906995, "8/25/2013"], [906996, "8/23/2013"], [906997, "8/20/2013"], [906998, "8/22/2013"], [906999, "8/21/2013"], [907000, "8/23/2013"], [907001, "8/22/2013"], [907002, "8/22/2013"], [907003, "8/25/2013"], [907004, "8/20/2013"], [907006, "8/25/2013"], [907007, "8/19/2013"], [907008, "8/21/2013"], [907009, "8/22/2013"], [907010, "8/22/2013"], [907011, "8/19/2013"], [907012, "8/19/2013"], [907013, "8/20/2013"], [907015, "8/19/2013"], [907016, "8/22/2013"], [907018, "8/7/2013"], [907019, "8/22/2013"], [907020, "8/23/2013"], [907021, "8/20/2013"], [907022, "8/22/2013"], [907023, "8/25/2013"], [907024, "8/21/2013"], [907025, "8/20/2013"], [907026, "8/20/2013"], [907027, "8/25/2013"], [907028, "8/20/2013"], [907029, "8/6/2013"], [907030, "8/21/2013"], [907031, "8/21/2013"], [907032, "8/22/2013"], [907033, "8/7/2013"], [907034, "8/23/2013"], [907035, "8/21/2013"], [907036, "8/15/2013"], [907037, "8/25/2013"], [907038, "8/14/2013"], [907039, "8/21/2013"], [907040, "8/23/2013"], [907041, "8/20/2013"], [907042, "8/23/2013"], [907043, "8/21/2013"], [907048, "8/21/2013"], [907051, "8/22/2013"], [907054, "8/20/2013"], [907056, "8/23/2013"], [907057, "8/25/2013"], [907058, "8/25/2013"], [907059, "8/19/2013"], [907063, "8/21/2013"], [907064, "8/25/2013"], [907069, "8/25/2013"], [907070, "8/22/2013"], [907071, "8/22/2013"], [907072, "8/19/2013"], [907073, "8/22/2013"], [907074, "8/22/2013"], [907075, "8/6/2013"], [907076, "8/23/2013"], [907077, "8/22/2013"], [907078, "8/22/2013"], [907079, "8/22/2013"], [907080, "12/31/2013"], [907081, "8/23/2013"], [907082, "8/5/2013"], [907083, "8/25/2013"], [907084, "8/23/2013"], [907085, "8/16/2013"], [907086, "8/22/2013"], [907087, "1/22/2014"], [907088, "8/16/2013"], [907090, "8/23/2013"], [907091, "8/15/2013"], [907092, "8/20/2013"], [907095, "8/22/2013"], [907096, "8/20/2013"], [907099, "8/22/2013"], [907100, "8/23/2013"], [907101, "8/23/2013"], [907102, "8/12/2013"], [907103, "8/25/2013"], [907104, "8/22/2013"], [907105, "8/7/2013"], [907106, "8/22/2013"], [907107, "8/25/2013"], [907108, "8/23/2013"], [907109, "8/23/2013"], [907110, "8/25/2013"], [907112, "8/22/2013"], [907113, "8/25/2013"], [907114, "8/19/2013"], [907115, "8/23/2013"], [907116, "8/20/2013"], [907117, "8/20/2013"], [907118, "8/22/2013"], [907119, "8/5/2013"], [907120, "8/22/2013"], [907121, "8/19/2013"], [907122, "8/23/2013"], [907123, "8/23/2013"], [907124, "8/23/2013"], [907125, "8/20/2013"], [907126, "8/19/2013"], [907127, "8/25/2013"], [907129, "8/20/2013"], [907130, "8/23/2013"], [907131, "8/22/2013"], [907133, "8/23/2013"], [907134, "8/23/2013"], [907135, "8/20/2013"], [907136, "8/21/2013"], [907137, "8/20/2013"], [907140, "8/23/2013"], [907141, "8/22/2013"], [907144, "8/22/2013"], [907145, "8/20/2013"], [907146, "8/23/2013"], [907148, "8/22/2013"], [907150, "8/23/2013"], [907151, "8/5/2013"], [907152, "8/25/2013"], [907153, "8/25/2013"], [907154, "8/20/2013"], [907156, "8/25/2013"], [907157, "8/22/2013"], [907158, "8/20/2013"], [907159, "8/21/2013"], [907162, "8/20/2013"], [907166, "8/20/2013"], [907167, "8/21/2013"], [907168, "8/20/2013"], [907170, "8/21/2013"], [907171, "8/25/2013"], [907172, "8/22/2013"], [907173, "8/21/2013"], [907174, "8/16/2013"], [907176, "8/25/2013"], [907177, "8/21/2013"], [907178, "8/21/2013"], [907179, "8/25/2013"], [907180, "8/23/2013"], [907181, "8/25/2013"], [907182, "8/21/2013"], [907183, "8/20/2013"], [907184, "8/23/2013"], [907185, "8/21/2013"], [907186, "8/25/2013"], [907187, "8/22/2013"], [907188, "8/22/2013"], [907189, "8/23/2013"], [907190, "8/22/2013"], [907191, "8/7/2013"], [907192, "8/21/2013"], [907193, "8/23/2013"], [907194, "8/6/2013"], [907195, "8/20/2013"], [907197, "8/15/2013"], [907198, "8/21/2013"], [907200, "8/19/2013"], [907202, "8/25/2013"], [907203, "8/21/2013"], [907205, "8/15/2013"], [907206, "8/15/2013"], [907208, "8/25/2013"], [907210, "8/25/2013"], [907211, "8/20/2013"], [907214, "8/20/2013"], [907215, "8/22/2013"], [907221, "8/23/2013"], [907224, "8/22/2013"], [907225, "8/22/2013"], [907226, "8/7/2013"], [907227, "8/23/2013"], [907228, "8/23/2013"], [907229, "8/21/2013"], [907230, "8/20/2013"], [907231, "8/20/2013"], [907237, "8/19/2013"], [907238, "8/19/2013"], [907239, "8/25/2013"], [907240, "8/15/2013"], [907241, "8/22/2013"], [907242, "8/23/2013"], [907243, "8/15/2013"], [907244, "8/19/2013"], [907245, "8/20/2013"], [907246, "8/20/2013"], [907247, "8/25/2013"], [907248, "8/21/2013"], [907249, "8/23/2013"], [907250, "8/25/2013"], [907251, "8/25/2013"], [907254, "8/23/2013"], [907256, "8/20/2013"], [907257, "1/22/2014"], [907258, "8/19/2013"], [907259, "12/31/2013"], [907260, "8/19/2013"], [907261, "8/23/2013"], [907262, "8/22/2013"], [907263, "8/21/2013"], [907264, "1/22/2014"], [907265, "8/25/2013"], [907267, "8/23/2013"], [907268, "8/23/2013"], [907269, "8/22/2013"], [907270, "8/25/2013"], [907271, "8/23/2013"], [907273, "8/21/2013"], [907274, "8/21/2013"], [907275, "8/16/2013"], [907276, "8/23/2013"], [907277, "8/25/2013"], [907278, "8/21/2013"], [907279, "8/20/2013"], [907280, "8/21/2013"], [907281, "8/23/2013"], [907282, "8/23/2013"], [907283, "8/22/2013"], [907284, "8/7/2013"], [907286, "8/22/2013"], [907287, "8/21/2013"], [907288, "8/25/2013"], [907289, "8/21/2013"], [907290, "8/19/2013"], [907291, "8/22/2013"], [907292, "8/21/2013"], [907293, "12/31/2013"], [907294, "8/25/2013"], [907295, "8/19/2013"], [907296, "8/25/2013"], [907297, "8/22/2013"], [907298, "8/23/2013"], [907299, "8/21/2013"], [907300, "8/21/2013"], [907301, "8/20/2013"], [907302, "8/20/2013"], [907303, "8/23/2013"], [907304, "8/20/2013"], [907305, "8/22/2013"], [907306, "8/22/2013"], [907307, "8/20/2013"], [907308, "8/22/2013"], [907309, "8/23/2013"], [907310, "1/22/2014"], [907312, "8/22/2013"], [907313, "8/23/2013"], [907314, "8/19/2013"], [907316, "8/19/2013"], [907317, "8/22/2013"], [907318, "8/23/2013"], [907319, "1/22/2014"], [907320, "8/23/2013"], [907321, "8/21/2013"], [907322, "8/25/2013"], [907323, "8/6/2013"], [907324, "8/25/2013"], [907325, "8/20/2013"], [907326, "8/20/2013"], [907327, "8/19/2013"], [907328, "8/25/2013"], [907329, "8/20/2013"], [907330, "8/20/2013"], [907331, "8/20/2013"], [907332, "8/20/2013"], [907333, "8/21/2013"], [907334, "8/23/2013"], [907335, "8/23/2013"], [907336, "8/23/2013"], [907337, "8/23/2013"], [907340, "8/20/2013"], [907341, "8/22/2013"], [907345, "8/19/2013"], [907354, "8/23/2013"], [907357, "8/25/2013"], [907358, "8/22/2013"], [907361, "8/22/2013"], [907366, "8/21/2013"], [907367, "8/22/2013"], [907369, "8/19/2013"], [907370, "8/23/2013"], [907372, "8/22/2013"], [907373, "8/22/2013"], [907375, "8/22/2013"], [907376, "8/20/2013"], [907378, "8/23/2013"], [907380, "8/23/2013"], [907381, "8/23/2013"], [907383, "8/23/2013"], [907384, "8/21/2013"], [907386, "8/23/2013"], [907387, "8/22/2013"], [907388, "8/22/2013"], [907389, "8/22/2013"], [907390, "8/22/2013"], [907391, "8/23/2013"], [907392, "8/6/2013"], [907393, "8/19/2013"], [907394, "8/25/2013"], [907395, "8/23/2013"], [907396, "8/23/2013"], [907397, "8/20/2013"], [907398, "8/12/2013"], [907399, "8/12/2013"], [907400, "8/23/2013"], [907406, "8/19/2013"], [907407, "8/21/2013"], [907408, "8/20/2013"], [907409, "8/22/2013"], [907410, "8/23/2013"], [907411, "8/25/2013"], [907412, "8/22/2013"], [907413, "8/23/2013"], [907414, "8/23/2013"], [907415, "8/20/2013"], [907416, "8/23/2013"], [907417, "8/6/2013"], [907419, "8/22/2013"], [907420, "8/21/2013"], [907421, "8/19/2013"], [907422, "8/7/2013"], [907423, "8/22/2013"], [907424, "8/6/2013"], [907425, "8/19/2013"], [907426, "8/6/2013"], [907427, "8/22/2013"], [907428, "8/21/2013"], [907429, "8/22/2013"], [907431, "8/23/2013"], [907432, "8/20/2013"], [907433, "8/25/2013"], [907434, "8/6/2013"], [907435, "8/6/2013"], [907436, "8/20/2013"], [907437, "8/19/2013"], [907438, "8/22/2013"], [907440, "8/23/2013"], [907441, "8/22/2013"], [907443, "8/25/2013"], [907444, "8/23/2013"], [907447, "8/23/2013"], [907449, "8/22/2013"], [907450, "8/23/2013"], [907451, "8/20/2013"], [907453, "8/25/2013"], [907454, "8/20/2013"], [907455, "8/25/2013"], [907456, "8/20/2013"], [907457, "8/15/2013"], [907458, "8/7/2013"], [907459, "8/22/2013"], [907460, "8/23/2013"], [907461, "8/25/2013"], [907462, "8/20/2013"], [907463, "8/19/2013"], [907464, "8/20/2013"], [907465, "8/19/2013"], [907466, "8/19/2013"], [907467, "8/23/2013"], [907468, "8/25/2013"], [907469, "8/25/2013"], [907470, "8/23/2013"], [907471, "8/20/2013"], [907472, "8/20/2013"], [907473, "8/22/2013"], [907474, "12/31/2013"], [907475, "1/22/2014"], [907477, "8/25/2013"], [907479, "8/19/2013"], [907480, "8/20/2013"], [907482, "8/23/2013"], [907484, "8/6/2013"], [907489, "8/23/2013"], [907493, "8/19/2013"], [907494, "8/12/2013"], [907495, "8/19/2013"], [907496, "8/21/2013"], [907497, "8/22/2013"], [907499, "8/25/2013"], [907500, "8/22/2013"], [907501, "8/23/2013"], [907502, "8/16/2013"], [907504, "1/22/2014"], [907505, "8/21/2013"], [907506, "8/23/2013"], [907508, "8/6/2013"], [907509, "8/23/2013"], [907510, "8/19/2013"], [907511, "8/23/2013"], [907512, "8/19/2013"], [907514, "8/22/2013"], [907515, "8/23/2013"], [907516, "8/6/2013"], [907517, "8/22/2013"], [907518, "8/23/2013"], [907519, "8/22/2013"], [907520, "8/25/2013"], [907523, "8/23/2013"], [907524, "8/6/2013"], [907525, "8/6/2013"], [907526, "8/23/2013"], [907528, "8/19/2013"], [907529, "8/19/2013"], [907531, "8/19/2013"], [907532, "8/20/2013"], [907533, "8/22/2013"], [907534, "8/20/2013"], [907535, "8/22/2013"], [907536, "8/23/2013"], [907537, "8/23/2013"], [907538, "8/20/2013"], [907539, "8/22/2013"], [907540, "8/20/2013"], [907541, "8/23/2013"], [907542, "8/20/2013"], [907544, "8/20/2013"], [907545, "8/19/2013"], [907546, "8/25/2013"], [907547, "8/25/2013"], [907548, "8/19/2013"], [907549, "8/25/2013"], [907550, "8/19/2013"], [907551, "8/21/2013"], [907552, "8/22/2013"], [907553, "8/23/2013"], [907554, "8/20/2013"], [907555, "8/22/2013"], [907556, "8/23/2013"], [907557, "8/23/2013"], [907558, "8/19/2013"], [907559, "8/21/2013"], [907560, "8/22/2013"], [907561, "8/20/2013"], [907562, "8/23/2013"], [907563, "8/20/2013"], [907565, "8/20/2013"], [907566, "8/19/2013"], [907567, "8/19/2013"], [907568, "8/22/2013"], [907569, "8/23/2013"], [907570, "8/22/2013"], [907571, "8/25/2013"], [907572, "8/22/2013"], [907573, "8/19/2013"], [907574, "8/22/2013"], [907576, "8/22/2013"], [907578, "8/25/2013"], [907579, "8/25/2013"], [907580, "8/25/2013"], [907581, "8/22/2013"], [907582, "8/25/2013"], [907583, "8/23/2013"], [907584, "8/23/2013"], [907585, "8/22/2013"], [907586, "8/21/2013"], [907587, "8/19/2013"], [907588, "8/25/2013"], [907589, "8/21/2013"], [907590, "8/22/2013"], [907591, "8/22/2013"], [907592, "8/25/2013"], [907593, "8/6/2013"], [907595, "8/20/2013"], [907596, "8/25/2013"], [907597, "8/25/2013"], [907598, "8/19/2013"], [907599, "8/23/2013"], [907600, "8/25/2013"], [907601, "8/25/2013"], [907602, "8/20/2013"], [907603, "8/20/2013"], [907604, "8/21/2013"], [907605, "8/20/2013"], [907607, "8/22/2013"], [907608, "8/20/2013"], [907609, "8/22/2013"], [907610, "8/25/2013"], [907611, "8/22/2013"], [907612, "8/21/2013"], [907613, "8/19/2013"], [907614, "8/22/2013"], [907615, "8/19/2013"], [907617, "8/22/2013"], [907618, "8/23/2013"], [907619, "8/19/2013"], [907620, "8/22/2013"], [907621, "8/20/2013"], [907622, "8/23/2013"], [907623, "8/22/2013"], [907624, "8/22/2013"], [907626, "8/19/2013"], [907627, "8/19/2013"], [907628, "8/22/2013"], [907629, "8/20/2013"], [907630, "8/23/2013"], [907631, "8/22/2013"], [907632, "8/22/2013"], [907633, "8/23/2013"], [907634, "8/20/2013"], [907635, "8/21/2013"], [907636, "8/22/2013"], [907637, "8/19/2013"], [907638, "8/19/2013"], [907639, "8/23/2013"], [907640, "8/25/2013"], [907641, "8/25/2013"], [907642, "8/23/2013"], [907644, "8/23/2013"], [907645, "8/23/2013"], [907646, "8/25/2013"], [907647, "8/22/2013"], [907648, "8/23/2013"], [907649, "8/21/2013"], [907650, "8/23/2013"], [907651, "8/21/2013"], [907655, "8/21/2013"], [907657, "8/25/2013"], [907660, "8/22/2013"], [907662, "12/31/2013"], [907663, "8/25/2013"], [907665, "8/21/2013"], [907667, "8/19/2013"], [907672, "8/19/2013"], [907673, "8/19/2013"], [907675, "8/21/2013"], [907676, "8/25/2013"], [907677, "8/22/2013"], [907678, "8/22/2013"], [907680, "8/23/2013"], [907681, "8/22/2013"], [907682, "8/20/2013"], [907683, "8/25/2013"], [907684, "8/22/2013"], [907685, "8/22/2013"], [907686, "8/5/2013"], [907687, "8/23/2013"], [907688, "8/7/2013"], [907689, "8/19/2013"], [907690, "8/22/2013"], [907691, "8/19/2013"], [907693, "8/22/2013"], [907694, "8/22/2013"], [907695, "8/20/2013"], [907696, "8/20/2013"], [907697, "8/20/2013"], [907698, "8/23/2013"], [907699, "12/31/2013"], [907700, "8/21/2013"], [907701, "8/16/2013"], [907702, "8/21/2013"], [907703, "8/20/2013"], [907704, "8/25/2013"], [907705, "8/21/2013"], [907706, "8/21/2013"], [907707, "8/22/2013"], [907708, "8/20/2013"], [907709, "8/20/2013"], [907710, "8/20/2013"], [907711, "8/21/2013"], [907712, "12/31/2013"], [907713, "8/19/2013"], [907714, "8/20/2013"], [907715, "8/23/2013"], [907716, "8/25/2013"], [907718, "8/19/2013"], [907719, "8/20/2013"], [907720, "8/25/2013"], [907721, "8/20/2013"], [907722, "8/22/2013"], [907723, "8/22/2013"], [907724, "8/21/2013"], [907725, "8/22/2013"], [907726, "8/23/2013"], [907727, "1/22/2014"], [907728, "8/22/2013"], [907729, "8/19/2013"], [907731, "8/25/2013"], [907733, "8/22/2013"], [907734, "8/23/2013"], [907735, "1/22/2014"], [907736, "8/25/2013"], [907737, "8/23/2013"], [907738, "8/23/2013"], [907739, "8/25/2013"], [907740, "8/21/2013"], [907741, "8/25/2013"], [907742, "1/22/2014"], [907743, "8/23/2013"], [907744, "8/23/2013"], [907745, "8/20/2013"], [907746, "8/12/2013"], [907747, "8/20/2013"], [907748, "8/22/2013"], [907749, "8/20/2013"], [907750, "8/25/2013"], [907751, "8/22/2013"], [907753, "8/19/2013"], [907754, "1/22/2014"], [907755, "8/25/2013"], [907756, "8/22/2013"], [907758, "8/25/2013"], [907759, "8/22/2013"], [907760, "8/23/2013"], [907761, "8/21/2013"], [907762, "8/25/2013"], [907763, "8/22/2013"], [907764, "8/25/2013"], [907766, "8/21/2013"], [907767, "8/6/2013"], [907768, "8/22/2013"], [907769, "8/21/2013"], [907770, "8/20/2013"], [907771, "8/23/2013"], [907772, "8/15/2013"], [907773, "8/25/2013"], [907774, "8/16/2013"], [907775, "8/23/2013"], [907778, "8/22/2013"], [907779, "8/22/2013"], [907780, "8/6/2013"], [907781, "8/22/2013"], [907782, "8/22/2013"], [907783, "8/22/2013"], [907786, "8/6/2013"], [907787, "8/25/2013"], [907790, "8/22/2013"], [907791, "8/23/2013"], [907792, "8/22/2013"], [907793, "8/23/2013"], [907795, "8/23/2013"], [907797, "8/25/2013"], [907798, "8/25/2013"], [907799, "8/20/2013"], [907800, "8/22/2013"], [907801, "8/23/2013"], [907802, "8/25/2013"], [907803, "12/31/2013"], [907804, "8/25/2013"], [907805, "8/20/2013"], [907806, "8/19/2013"], [907808, "8/22/2013"], [907809, "8/22/2013"], [907811, "8/22/2013"], [907812, "1/22/2014"], [907813, "8/20/2013"], [907814, "8/19/2013"], [907815, "8/20/2013"], [907816, "8/23/2013"], [907817, "8/22/2013"], [907818, "8/25/2013"], [907819, "8/23/2013"], [907820, "8/22/2013"], [907821, "8/25/2013"], [907822, "8/20/2013"], [907823, "8/20/2013"], [907824, "8/19/2013"], [907825, "8/19/2013"], [907826, "8/22/2013"], [907827, "8/25/2013"], [907828, "8/20/2013"], [907829, "8/14/2013"], [907830, "8/25/2013"], [907831, "8/23/2013"], [907832, "8/23/2013"], [907833, "8/15/2013"], [907834, "8/19/2013"], [907835, "8/22/2013"], [907836, "8/22/2013"], [907837, "8/25/2013"], [907838, "8/22/2013"], [907839, "8/23/2013"], [907840, "1/22/2014"], [907841, "8/20/2013"], [907842, "8/19/2013"], [907843, "1/22/2014"], [907844, "8/25/2013"], [907845, "8/20/2013"], [907846, "8/19/2013"], [907847, "8/19/2013"], [907849, "8/21/2013"], [907850, "1/22/2014"], [907851, "1/22/2014"], [907852, "8/23/2013"], [907853, "8/20/2013"], [907854, "8/23/2013"], [907855, "8/25/2013"], [907856, "8/22/2013"], [907857, "8/22/2013"], [907858, "8/23/2013"], [907859, "8/25/2013"], [907860, "8/19/2013"], [907861, "8/15/2013"], [907862, "8/19/2013"], [907863, "8/15/2013"], [907864, "8/23/2013"], [907865, "8/20/2013"], [907866, "8/23/2013"], [907868, "8/25/2013"], [907869, "8/23/2013"], [907870, "8/21/2013"], [907871, "8/25/2013"], [907872, "8/22/2013"], [907873, "8/20/2013"], [907874, "8/21/2013"], [907875, "8/25/2013"], [907876, "8/25/2013"], [907877, "8/22/2013"], [907878, "8/20/2013"], [907879, "8/22/2013"], [907880, "8/19/2013"], [907882, "8/19/2013"], [907883, "8/23/2013"], [907884, "8/23/2013"], [907886, "8/23/2013"], [907887, "8/22/2013"], [907890, "8/19/2013"], [907891, "8/19/2013"], [907892, "8/20/2013"], [907893, "8/19/2013"], [907895, "8/22/2013"], [907896, "8/6/2013"], [907898, "8/20/2013"], [907899, "8/20/2013"], [907900, "8/23/2013"], [907901, "8/20/2013"], [907902, "8/23/2013"], [907903, "8/19/2013"], [907904, "8/19/2013"], [907905, "8/25/2013"], [907906, "8/22/2013"], [907908, "8/19/2013"], [907910, "8/21/2013"], [907911, "8/23/2013"], [907915, "8/23/2013"], [907916, "1/22/2014"], [907918, "8/22/2013"], [907920, "8/20/2013"], [907921, "8/23/2013"], [907922, "8/20/2013"], [907923, "8/22/2013"], [907924, "8/15/2013"], [907925, "8/23/2013"], [907926, "8/16/2013"], [907927, "8/19/2013"], [907928, "8/25/2013"], [907929, "8/22/2013"], [907930, "8/25/2013"], [907931, "8/25/2013"], [907933, "8/21/2013"], [907935, "8/20/2013"], [907937, "8/22/2013"], [907941, "8/25/2013"], [907943, "8/25/2013"], [907945, "8/25/2013"], [907946, "8/20/2013"], [907947, "8/22/2013"], [907948, "8/23/2013"], [907949, "8/22/2013"], [907951, "8/19/2013"], [907952, "8/25/2013"], [907953, "8/20/2013"], [907954, "8/23/2013"], [907956, "1/22/2014"], [907957, "8/25/2013"], [907958, "8/22/2013"], [907959, "8/22/2013"], [907960, "8/23/2013"], [907961, "8/20/2013"], [907962, "8/19/2013"], [907963, "8/22/2013"], [907964, "8/23/2013"], [907965, "8/22/2013"], [907966, "8/22/2013"], [907967, "8/25/2013"], [907968, "8/23/2013"], [907969, "8/20/2013"], [907970, "8/22/2013"], [907974, "8/21/2013"], [907975, "8/19/2013"], [907978, "8/22/2013"], [907981, "8/22/2013"], [907984, "8/19/2013"], [907985, "8/25/2013"], [907986, "8/22/2013"], [907987, "8/19/2013"], [907988, "8/22/2013"], [907989, "8/19/2013"], [907990, "8/22/2013"], [907991, "8/23/2013"], [907992, "12/31/2013"], [907993, "8/25/2013"], [907994, "8/22/2013"], [907996, "12/31/2013"], [907997, "8/23/2013"], [907998, "8/25/2013"], [907999, "8/20/2013"], [908000, "8/22/2013"], [908001, "8/22/2013"], [908002, "8/14/2013"], [908003, "8/22/2013"], [908004, "8/20/2013"], [908005, "8/22/2013"], [908006, "8/20/2013"], [908007, "8/25/2013"], [908008, "8/23/2013"], [908009, "8/25/2013"], [908010, "8/21/2013"], [908012, "8/25/2013"], [908013, "8/22/2013"], [908014, "8/23/2013"], [908015, "8/23/2013"], [908016, "8/23/2013"], [908017, "8/25/2013"], [908018, "8/25/2013"], [908019, "8/19/2013"], [908020, "8/25/2013"], [908021, "8/20/2013"], [908022, "8/25/2013"], [908023, "8/19/2013"], [908024, "8/14/2013"], [908025, "8/23/2013"], [908026, "8/22/2013"], [908027, "8/12/2013"], [908028, "8/22/2013"], [908029, "8/20/2013"], [908030, "8/21/2013"], [908031, "8/20/2013"], [908032, "8/25/2013"], [908036, "8/23/2013"], [908037, "8/19/2013"], [908039, "8/23/2013"], [908040, "8/23/2013"], [908041, "8/22/2013"], [908043, "8/25/2013"], [908044, "8/22/2013"], [908045, "8/22/2013"], [908046, "8/23/2013"], [908047, "8/20/2013"], [908048, "8/23/2013"], [908049, "8/5/2013"], [908050, "8/22/2013"], [908051, "8/20/2013"], [908052, "8/23/2013"], [908053, "8/23/2013"], [908054, "8/23/2013"], [908055, "8/23/2013"], [908056, "8/20/2013"], [908057, "8/23/2013"], [908059, "8/25/2013"], [908061, "8/22/2013"], [908065, "8/21/2013"], [908067, "8/23/2013"], [908068, "8/20/2013"], [908069, "8/23/2013"], [908070, "8/21/2013"], [908071, "8/20/2013"], [908072, "8/25/2013"], [908073, "8/19/2013"], [908074, "8/21/2013"], [908075, "8/23/2013"], [908076, "8/19/2013"], [908077, "8/20/2013"], [908078, "8/23/2013"], [908079, "8/20/2013"], [908080, "8/22/2013"], [908083, "8/25/2013"], [908084, "8/19/2013"], [908087, "8/22/2013"], [908088, "8/25/2013"], [908090, "8/19/2013"], [908091, "8/23/2013"], [908092, "8/23/2013"], [908093, "8/22/2013"], [908094, "8/19/2013"], [908095, "8/25/2013"], [908096, "8/22/2013"], [908097, "8/25/2013"], [908098, "8/19/2013"], [908099, "8/23/2013"], [908100, "8/6/2013"], [908101, "8/22/2013"], [908102, "8/20/2013"], [908103, "8/20/2013"], [908104, "8/20/2013"], [908105, "8/22/2013"], [908106, "8/25/2013"], [908107, "8/25/2013"], [908108, "8/25/2013"], [908109, "8/23/2013"], [908110, "8/19/2013"], [908111, "8/20/2013"], [908112, "8/20/2013"], [908113, "8/22/2013"], [908114, "8/25/2013"], [908115, "8/19/2013"], [908116, "8/21/2013"], [908119, "8/23/2013"], [908120, "8/23/2013"], [908121, "8/22/2013"], [908122, "8/20/2013"], [908123, "8/20/2013"], [908124, "8/20/2013"], [908126, "8/19/2013"], [908127, "8/20/2013"], [908128, "8/21/2013"], [908129, "8/22/2013"], [908130, "8/19/2013"], [908131, "8/21/2013"], [908132, "8/25/2013"], [908133, "8/21/2013"], [908134, "8/22/2013"], [908135, "8/22/2013"], [908136, "8/20/2013"], [908137, "8/22/2013"], [908138, "8/22/2013"], [908139, "8/23/2013"], [908141, "8/20/2013"], [908142, "8/7/2013"], [908143, "8/22/2013"], [908144, "8/25/2013"], [908145, "8/19/2013"], [908146, "8/20/2013"], [908147, "8/23/2013"], [908149, "8/22/2013"], [908150, "8/22/2013"], [908152, "8/19/2013"], [908154, "8/22/2013"], [908155, "8/21/2013"], [908156, "8/25/2013"], [908157, "8/25/2013"], [908158, "8/19/2013"], [908159, "8/19/2013"], [908160, "8/23/2013"], [908161, "8/23/2013"], [908162, "8/23/2013"], [908163, "8/25/2013"], [908164, "8/22/2013"], [908165, "8/23/2013"], [908166, "8/22/2013"], [908167, "8/23/2013"], [908168, "12/31/2013"], [908169, "12/31/2013"], [908170, "8/22/2013"], [908171, "8/22/2013"], [908172, "1/22/2014"], [908173, "8/19/2013"], [908174, "8/21/2013"], [908175, "8/21/2013"], [908176, "8/21/2013"], [908177, "8/22/2013"], [908178, "8/25/2013"], [908179, "8/25/2013"], [908180, "8/22/2013"], [908181, "8/19/2013"], [908182, "8/22/2013"], [908183, "8/21/2013"], [908184, "8/23/2013"], [908186, "8/21/2013"], [908187, "8/5/2013"], [908189, "8/22/2013"], [908190, "8/20/2013"], [908191, "8/23/2013"], [908192, "8/21/2013"], [908193, "8/21/2013"], [908194, "8/19/2013"], [908195, "8/22/2013"], [908196, "8/20/2013"], [908197, "8/25/2013"], [908198, "8/20/2013"], [908199, "8/22/2013"], [908200, "8/19/2013"], [908201, "8/23/2013"], [908202, "8/19/2013"], [908203, "8/22/2013"], [908204, "8/20/2013"], [908205, "8/19/2013"], [908206, "8/19/2013"], [908207, "8/23/2013"], [908208, "8/25/2013"], [908209, "8/21/2013"], [908210, "8/19/2013"], [908211, "8/25/2013"], [908212, "8/19/2013"], [908213, "8/21/2013"], [908214, "8/23/2013"], [908215, "8/7/2013"], [908216, "8/23/2013"], [908217, "8/23/2013"], [908218, "8/25/2013"], [908219, "8/25/2013"], [908220, "8/20/2013"], [908226, "8/21/2013"], [908228, "8/22/2013"], [908229, "8/19/2013"], [908230, "8/21/2013"], [908231, "8/20/2013"], [908232, "8/20/2013"], [908233, "8/20/2013"], [908234, "8/22/2013"], [908235, "8/20/2013"], [908236, "8/23/2013"], [908237, "8/23/2013"], [908238, "8/20/2013"], [908239, "8/23/2013"], [908241, "8/25/2013"], [908242, "8/23/2013"], [908243, "8/22/2013"], [908244, "1/22/2014"], [908245, "8/20/2013"], [908247, "8/22/2013"], [908248, "8/23/2013"], [908249, "8/25/2013"], [908250, "8/20/2013"], [908252, "8/23/2013"], [908253, "8/23/2013"], [908254, "8/23/2013"], [908255, "8/7/2013"], [908256, "8/25/2013"], [908257, "8/20/2013"], [908258, "8/22/2013"], [908259, "8/20/2013"], [908260, "8/20/2013"], [908261, "8/23/2013"], [908263, "8/21/2013"], [908264, "8/23/2013"], [908265, "8/21/2013"], [908266, "8/22/2013"], [908267, "8/22/2013"], [908268, "8/25/2013"], [908269, "8/23/2013"], [908270, "8/25/2013"], [908271, "8/5/2013"], [908272, "8/6/2013"], [908273, "8/25/2013"], [908274, "8/20/2013"], [908275, "8/20/2013"], [908276, "8/22/2013"], [908277, "8/23/2013"], [908278, "8/25/2013"], [908279, "8/21/2013"], [908280, "8/20/2013"], [908281, "8/23/2013"], [908282, "8/19/2013"], [908283, "8/22/2013"], [908284, "8/23/2013"], [908285, "8/5/2013"], [908286, "8/25/2013"], [908287, "8/20/2013"], [908288, "8/20/2013"], [908289, "8/23/2013"], [908290, "8/22/2013"], [908291, "8/21/2013"], [908292, "8/20/2013"], [908293, "8/21/2013"], [908294, "8/20/2013"], [908297, "8/20/2013"], [908298, "8/22/2013"], [908301, "8/20/2013"], [908303, "8/25/2013"], [908304, "8/21/2013"], [908306, "8/23/2013"], [908310, "8/23/2013"], [908311, "8/23/2013"], [908312, "1/22/2014"], [908313, "8/20/2013"], [908314, "8/21/2013"], [908315, "8/25/2013"], [908316, "8/25/2013"], [908317, "8/20/2013"], [908318, "8/23/2013"], [908319, "1/22/2014"], [908320, "8/23/2013"], [908321, "8/21/2013"], [908322, "8/21/2013"], [908323, "8/20/2013"], [908324, "8/23/2013"], [908325, "8/20/2013"], [908326, "8/25/2013"], [908327, "8/20/2013"], [908328, "8/23/2013"], [908329, "8/23/2013"], [908332, "8/22/2013"], [908335, "1/22/2014"], [908336, "8/23/2013"], [908343, "8/19/2013"], [908344, "8/22/2013"], [908345, "8/25/2013"], [908346, "8/22/2013"], [908347, "8/23/2013"], [908348, "8/23/2013"], [908349, "8/23/2013"], [908350, "8/23/2013"], [908351, "8/23/2013"], [908352, "8/22/2013"], [908353, "8/20/2013"], [908354, "8/22/2013"], [908355, "8/21/2013"], [908356, "8/21/2013"], [908357, "8/20/2013"], [908358, "8/15/2013"], [908360, "8/20/2013"], [908361, "8/23/2013"], [908363, "8/23/2013"], [908364, "8/25/2013"], [908365, "8/6/2013"], [908366, "8/25/2013"], [908367, "8/23/2013"], [908369, "8/23/2013"], [908370, "8/19/2013"], [908371, "8/19/2013"], [908372, "8/23/2013"], [908373, "8/20/2013"], [908374, "8/20/2013"], [908375, "8/23/2013"], [908376, "8/20/2013"], [908377, "8/19/2013"], [908378, "8/15/2013"], [908379, "8/19/2013"], [908381, "8/23/2013"], [908382, "8/23/2013"], [908383, "8/23/2013"], [908384, "8/6/2013"], [908385, "8/23/2013"], [908386, "8/21/2013"], [908387, "8/20/2013"], [908388, "8/20/2013"], [908389, "8/25/2013"], [908390, "8/19/2013"], [908391, "8/21/2013"], [908392, "8/20/2013"], [908393, "8/19/2013"], [908394, "8/23/2013"], [908395, "8/20/2013"], [908396, "8/6/2013"], [908397, "8/20/2013"], [908398, "8/20/2013"], [908404, "8/23/2013"], [908407, "8/20/2013"], [908408, "8/25/2013"], [908413, "8/23/2013"], [908416, "8/23/2013"], [908418, "12/31/2013"], [908419, "8/20/2013"], [908423, "8/23/2013"], [908429, "8/23/2013"], [908431, "8/23/2013"], [908432, "8/21/2013"], [908435, "8/15/2013"], [908436, "8/23/2013"], [908437, "8/23/2013"], [908438, "8/23/2013"], [908440, "8/23/2013"], [908442, "8/20/2013"], [908444, "8/19/2013"], [908445, "8/6/2013"], [908446, "8/25/2013"], [908447, "8/22/2013"], [908448, "8/20/2013"], [908449, "8/23/2013"], [908450, "8/23/2013"], [908451, "8/23/2013"], [908452, "8/20/2013"], [908453, "8/23/2013"], [908454, "8/6/2013"], [908455, "8/15/2013"], [908456, "8/23/2013"], [908457, "8/23/2013"], [908458, "8/23/2013"], [908459, "8/25/2013"], [908460, "8/20/2013"], [908462, "8/22/2013"], [908463, "8/25/2013"], [908464, "8/23/2013"], [908465, "8/23/2013"], [908467, "8/20/2013"], [908468, "8/20/2013"], [908469, "8/23/2013"], [908470, "8/20/2013"], [908471, "8/23/2013"], [908472, "8/22/2013"], [908473, "8/23/2013"], [908475, "8/23/2013"], [908476, "8/20/2013"], [908477, "8/23/2013"], [908478, "8/20/2013"], [908479, "8/23/2013"], [908480, "8/20/2013"], [908483, "8/23/2013"], [908485, "8/23/2013"], [908488, "8/20/2013"], [908489, "8/6/2013"], [908490, "8/21/2013"], [908491, "8/23/2013"], [908492, "8/22/2013"], [908493, "8/25/2013"], [908494, "8/23/2013"], [908495, "8/25/2013"], [908496, "8/25/2013"], [908497, "8/20/2013"], [908498, "8/20/2013"], [908499, "8/23/2013"], [908500, "8/23/2013"], [908501, "8/23/2013"], [908502, "8/22/2013"], [908505, "8/23/2013"], [908506, "8/23/2013"], [908507, "8/23/2013"], [908508, "8/23/2013"], [908511, "8/23/2013"], [908512, "8/23/2013"], [908515, "8/25/2013"], [908516, "8/23/2013"], [908517, "8/22/2013"], [908518, "8/23/2013"], [908520, "8/23/2013"], [908521, "8/23/2013"], [908522, "8/23/2013"], [908525, "8/23/2013"], [908526, "8/23/2013"], [908528, "8/23/2013"], [908529, "8/20/2013"], [908530, "8/23/2013"], [908531, "8/23/2013"], [908532, "8/23/2013"], [908533, "8/20/2013"], [908534, "8/20/2013"], [908536, "8/21/2013"], [908538, "8/25/2013"], [908540, "8/15/2013"], [908543, "8/20/2013"], [908544, "8/23/2013"], [908545, "8/23/2013"], [908546, "8/23/2013"], [908547, "8/23/2013"], [908548, "8/25/2013"], [908549, "8/25/2013"], [908550, "8/21/2013"], [908551, "8/21/2013"], [908552, "8/20/2013"], [908553, "8/25/2013"], [908554, "8/23/2013"], [908555, "8/20/2013"], [908556, "8/25/2013"], [908557, "8/23/2013"], [908558, "8/15/2013"], [908559, "8/23/2013"], [908560, "8/25/2013"], [908561, "8/23/2013"], [908562, "8/20/2013"], [908564, "8/23/2013"], [908567, "8/23/2013"], [908568, "8/21/2013"], [908569, "8/25/2013"], [908570, "8/23/2013"], [908571, "8/21/2013"], [908572, "8/23/2013"], [908573, "8/23/2013"], [908574, "8/22/2013"], [908575, "8/23/2013"], [908577, "8/20/2013"], [908578, "8/20/2013"], [908579, "8/20/2013"], [908580, "8/22/2013"], [908581, "8/25/2013"], [908582, "8/23/2013"], [908584, "8/23/2013"], [908585, "8/23/2013"], [908586, "8/23/2013"], [908587, "8/23/2013"], [908589, "8/15/2013"], [908590, "8/25/2013"], [908592, "8/23/2013"], [908593, "8/20/2013"], [908594, "8/20/2013"], [908595, "8/23/2013"], [908596, "8/14/2013"], [908597, "8/25/2013"], [908598, "8/25/2013"], [908599, "8/15/2013"], [908600, "8/23/2013"], [908602, "8/23/2013"], [908604, "8/23/2013"], [908605, "8/20/2013"], [908606, "8/23/2013"], [908607, "8/23/2013"], [908608, "8/23/2013"], [908609, "8/21/2013"], [908610, "8/23/2013"], [908611, "8/21/2013"], [908612, "8/19/2013"], [908613, "8/23/2013"], [908614, "8/20/2013"], [908615, "8/23/2013"], [908616, "8/20/2013"], [908617, "8/23/2013"], [908618, "8/20/2013"], [908619, "8/6/2013"], [908620, "8/23/2013"], [908623, "8/23/2013"], [908624, "8/20/2013"], [908625, "8/21/2013"], [908626, "8/21/2013"], [908627, "8/23/2013"], [908628, "8/20/2013"], [908629, "8/25/2013"], [908630, "8/19/2013"], [908631, "8/25/2013"], [908632, "8/25/2013"], [908633, "8/25/2013"], [908634, "8/19/2013"], [908635, "8/15/2013"], [908636, "8/23/2013"], [908637, "8/25/2013"], [908638, "8/20/2013"], [908639, "8/23/2013"], [908640, "8/20/2013"], [908641, "8/20/2013"], [908642, "8/25/2013"], [908643, "8/20/2013"], [908644, "8/20/2013"], [908645, "8/23/2013"], [908646, "8/20/2013"], [908649, "8/23/2013"], [908650, "8/25/2013"], [908651, "8/23/2013"], [908652, "8/20/2013"], [908655, "8/23/2013"], [908656, "8/20/2013"], [908657, "8/20/2013"], [908660, "8/23/2013"], [908661, "8/23/2013"], [908662, "8/23/2013"], [908665, "8/23/2013"], [908666, "8/25/2013"], [908669, "8/23/2013"], [908670, "8/25/2013"], [908671, "8/23/2013"], [908674, "8/25/2013"], [908675, "8/25/2013"], [908678, "8/21/2013"], [908679, "8/21/2013"], [908680, "8/25/2013"], [908681, "8/25/2013"], [908682, "8/23/2013"], [908684, "8/23/2013"], [908687, "8/25/2013"], [908688, "8/25/2013"], [908689, "8/19/2013"], [908690, "8/6/2013"], [908691, "8/20/2013"], [908694, "8/25/2013"], [908695, "8/20/2013"], [908696, "8/20/2013"], [908697, "8/23/2013"], [908698, "8/20/2013"], [908699, "8/22/2013"], [908700, "8/23/2013"], [908701, "8/20/2013"], [908702, "8/25/2013"], [908705, "8/23/2013"], [908706, "8/25/2013"], [908707, "8/21/2013"], [908710, "8/25/2013"], [908711, "8/20/2013"], [908712, "8/19/2013"], [908713, "8/22/2013"], [908714, "8/23/2013"], [908715, "8/21/2013"], [908716, "8/21/2013"], [908717, "8/21/2013"], [908718, "8/25/2013"], [908719, "8/23/2013"], [908720, "8/25/2013"], [908721, "8/23/2013"], [908722, "8/23/2013"], [908723, "8/20/2013"], [908724, "8/21/2013"], [908726, "8/22/2013"], [908727, "8/7/2013"], [908728, "8/23/2013"], [908729, "8/23/2013"], [908730, "8/23/2013"], [908731, "8/23/2013"], [908732, "8/25/2013"], [908733, "8/23/2013"], [908734, "8/6/2013"], [908735, "8/20/2013"], [908736, "8/15/2013"], [908737, "8/23/2013"], [908738, "8/15/2013"], [908739, "8/15/2013"], [908740, "8/23/2013"], [908741, "8/23/2013"], [908742, "8/22/2013"], [908743, "8/20/2013"], [908746, "8/22/2013"], [908747, "8/23/2013"], [908748, "8/23/2013"], [908749, "8/20/2013"], [908751, "8/23/2013"], [908752, "8/23/2013"], [908753, "8/23/2013"], [908754, "8/20/2013"], [908755, "8/23/2013"], [908756, "8/22/2013"], [908757, "8/23/2013"], [908758, "8/23/2013"], [908761, "8/25/2013"], [908762, "8/20/2013"], [908763, "8/23/2013"], [908766, "8/20/2013"], [908767, "8/23/2013"], [908769, "8/19/2013"], [908771, "8/14/2013"], [908772, "8/25/2013"], [908773, "8/23/2013"], [908774, "8/25/2013"], [908778, "8/23/2013"], [908779, "8/23/2013"], [908780, "8/23/2013"], [908781, "8/20/2013"], [908782, "8/6/2013"], [908783, "8/21/2013"], [908784, "8/20/2013"], [908785, "8/23/2013"], [908786, "8/15/2013"], [908787, "8/19/2013"], [908789, "8/23/2013"], [908790, "8/21/2013"], [908791, "8/23/2013"], [908792, "8/25/2013"], [908793, "8/23/2013"], [908795, "8/23/2013"], [908796, "8/21/2013"], [908797, "8/7/2013"], [908798, "8/21/2013"], [908800, "8/12/2013"], [908801, "8/7/2013"], [908802, "8/20/2013"], [908803, "8/23/2013"], [908804, "8/23/2013"], [908805, "8/23/2013"], [908806, "8/25/2013"], [908807, "8/16/2013"], [908808, "8/23/2013"], [908809, "8/23/2013"], [908810, "8/23/2013"], [908811, "8/25/2013"], [908812, "8/20/2013"], [908813, "8/22/2013"], [908814, "8/20/2013"], [908815, "8/20/2013"], [908816, "8/23/2013"], [908817, "8/23/2013"], [908818, "8/23/2013"], [908819, "8/23/2013"], [908820, "8/23/2013"], [908826, "8/23/2013"], [908827, "8/20/2013"], [908830, "8/20/2013"], [908831, "8/23/2013"], [908832, "8/20/2013"], [908833, "8/23/2013"], [908838, "8/23/2013"], [908839, "8/25/2013"], [908840, "8/23/2013"], [908843, "8/20/2013"], [908844, "8/23/2013"], [908847, "8/20/2013"], [908848, "8/19/2013"], [908849, "8/20/2013"], [908851, "8/22/2013"], [908855, "8/23/2013"], [908857, "8/19/2013"], [908858, "8/23/2013"], [908863, "8/25/2013"], [908864, "8/25/2013"], [908869, "8/21/2013"], [908870, "8/6/2013"], [908873, "8/20/2013"], [908874, "8/22/2013"], [908875, "8/22/2013"], [908876, "8/20/2013"], [908877, "8/22/2013"], [908878, "8/19/2013"], [908879, "8/22/2013"], [908881, "8/20/2013"], [908882, "4/9/2014"], [908883, "8/21/2013"], [908884, "8/6/2013"], [908885, "8/20/2013"], [908887, "8/23/2013"], [908888, "8/7/2013"], [908889, "8/7/2013"], [908890, "8/25/2013"], [908891, "8/23/2013"], [908892, "8/23/2013"], [908893, "8/23/2013"], [908894, "8/20/2013"], [908896, "8/19/2013"], [908897, "8/20/2013"], [908898, "8/23/2013"], [908899, "8/21/2013"], [908900, "8/23/2013"], [908901, "8/19/2013"], [908902, "8/25/2013"], [908903, "8/23/2013"], [908906, "8/25/2013"], [908907, "8/25/2013"], [908910, "8/23/2013"], [908911, "8/25/2013"], [908912, "8/15/2013"], [908913, "8/22/2013"], [908914, "8/19/2013"], [908916, "8/20/2013"], [908917, "8/21/2013"], [908918, "8/5/2013"], [908919, "8/22/2013"], [908920, "8/22/2013"], [908921, "8/23/2013"], [908922, "8/22/2013"], [908923, "8/21/2013"], [908924, "8/19/2013"], [908925, "8/23/2013"], [908926, "8/22/2013"], [908927, "8/20/2013"], [908928, "8/23/2013"], [908929, "8/21/2013"], [908930, "8/22/2013"], [908931, "8/23/2013"], [908932, "8/25/2013"], [908933, "8/7/2013"], [908935, "8/20/2013"], [908936, "8/20/2013"], [908937, "8/21/2013"], [908938, "8/21/2013"], [908939, "12/31/2013"], [908940, "8/20/2013"], [908941, "8/22/2013"], [908942, "8/22/2013"], [908943, "8/20/2013"], [908944, "8/25/2013"], [908945, "8/21/2013"], [908946, "8/22/2013"], [908947, "8/21/2013"], [908948, "8/25/2013"], [908949, "8/19/2013"], [908950, "8/23/2013"], [908953, "8/21/2013"], [908954, "8/23/2013"], [908955, "8/25/2013"], [908956, "8/23/2013"], [908957, "8/23/2013"], [908958, "8/16/2013"], [908959, "8/16/2013"], [908960, "8/23/2013"], [908961, "8/23/2013"], [908962, "8/7/2013"], [908963, "8/23/2013"], [908964, "8/20/2013"], [908965, "8/20/2013"], [908966, "8/22/2013"], [908967, "8/23/2013"], [908968, "8/20/2013"], [908970, "8/25/2013"], [908971, "8/22/2013"], [908972, "8/23/2013"], [908973, "8/22/2013"], [908974, "8/25/2013"], [908977, "8/20/2013"], [908978, "8/25/2013"], [908979, "8/25/2013"], [908980, "8/25/2013"], [908981, "8/6/2013"], [908982, "8/21/2013"], [908983, "8/19/2013"], [908984, "8/21/2013"], [908985, "1/22/2014"], [908986, "8/22/2013"], [908988, "4/9/2014"], [908989, "8/22/2013"], [908990, "8/19/2013"], [908991, "8/15/2013"], [908992, "8/25/2013"], [908993, "8/22/2013"], [908994, "8/20/2013"], [908999, "8/22/2013"], [909000, "8/20/2013"], [909002, "8/21/2013"], [909003, "8/25/2013"], [909004, "8/20/2013"], [909005, "8/21/2013"], [909006, "8/21/2013"], [909013, "8/23/2013"], [909018, "8/23/2013"], [909023, "8/20/2013"], [909028, "8/20/2013"], [909032, "8/20/2013"], [909033, "8/25/2013"], [909034, "8/20/2013"], [909035, "8/19/2013"], [909036, "8/22/2013"], [909038, "8/25/2013"], [909039, "8/23/2013"], [909040, "8/21/2013"], [909041, "8/25/2013"], [909042, "8/23/2013"], [909043, "8/23/2013"], [909044, "8/20/2013"], [909045, "8/21/2013"], [909046, "8/25/2013"], [909052, "12/31/2013"], [909055, "8/23/2013"], [909059, "8/25/2013"], [909061, "8/23/2013"], [909063, "8/25/2013"], [909064, "8/20/2013"], [909065, "8/22/2013"], [909067, "8/20/2013"], [909068, "8/25/2013"], [909069, "8/20/2013"], [909071, "8/19/2013"], [909072, "8/25/2013"], [909073, "8/25/2013"], [909074, "8/22/2013"], [909076, "8/21/2013"], [909078, "8/6/2013"], [909079, "8/20/2013"], [909080, "8/21/2013"], [909081, "8/6/2013"], [909082, "8/23/2013"], [909084, "8/25/2013"], [909085, "8/23/2013"], [909086, "8/19/2013"], [909087, "8/6/2013"], [909088, "8/22/2013"], [909090, "8/25/2013"], [909091, "8/23/2013"], [909092, "8/25/2013"], [909093, "8/22/2013"], [909094, "8/22/2013"], [909095, "8/22/2013"], [909096, "8/21/2013"], [909097, "8/25/2013"], [909098, "8/23/2013"], [909099, "8/23/2013"], [909100, "8/23/2013"], [909101, "8/23/2013"], [909102, "8/21/2013"], [909103, "8/14/2013"], [909104, "8/14/2013"], [909105, "1/22/2014"], [909106, "8/20/2013"], [909108, "8/6/2013"], [909109, "8/23/2013"], [909110, "8/23/2013"], [909111, "8/22/2013"], [909112, "8/25/2013"], [909113, "8/25/2013"], [909115, "8/23/2013"], [909116, "8/19/2013"], [909117, "8/23/2013"], [909118, "8/23/2013"], [909119, "8/6/2013"], [909120, "8/5/2013"], [909121, "8/19/2013"], [909122, "8/21/2013"], [909123, "8/22/2013"], [909124, "8/25/2013"], [909125, "8/23/2013"], [909126, "8/25/2013"], [909127, "8/23/2013"], [909128, "8/19/2013"], [909131, "8/23/2013"], [909132, "8/23/2013"], [909133, "8/25/2013"], [909134, "8/25/2013"], [909135, "8/25/2013"], [909136, "8/21/2013"], [909137, "8/23/2013"], [909138, "8/23/2013"], [909139, "8/22/2013"], [909140, "8/19/2013"], [909141, "8/23/2013"], [909142, "8/22/2013"], [909143, "8/20/2013"], [909144, "8/23/2013"], [909146, "8/6/2013"], [909147, "8/25/2013"], [909148, "8/20/2013"], [909149, "8/20/2013"], [909150, "8/20/2013"], [909151, "8/5/2013"], [909152, "8/20/2013"], [909153, "8/19/2013"], [909154, "8/15/2013"], [909166, "8/25/2013"], [909168, "8/22/2013"], [909173, "8/23/2013"], [909176, "8/25/2013"], [909179, "8/19/2013"], [909180, "8/21/2013"], [909181, "8/23/2013"], [909182, "8/22/2013"], [909183, "8/23/2013"], [909184, "8/19/2013"], [909185, "8/14/2013"], [909186, "8/14/2013"], [909187, "8/21/2013"], [909188, "8/22/2013"], [909189, "8/22/2013"], [909190, "8/20/2013"], [909191, "8/20/2013"], [909192, "8/21/2013"], [909193, "8/23/2013"], [909194, "8/19/2013"], [909195, "8/20/2013"], [909196, "8/21/2013"], [909197, "8/19/2013"], [909198, "8/23/2013"], [909199, "8/22/2013"], [909200, "8/20/2013"], [909201, "8/21/2013"], [909202, "8/25/2013"], [909203, "8/23/2013"], [909204, "8/22/2013"], [909205, "8/20/2013"], [909206, "8/22/2013"], [909207, "8/6/2013"], [909208, "8/25/2013"], [909210, "8/22/2013"], [909211, "8/23/2013"], [909212, "8/22/2013"], [909213, "8/22/2013"], [909214, "8/19/2013"], [909215, "8/19/2013"], [909218, "8/20/2013"], [909219, "8/21/2013"], [909220, "8/20/2013"], [909223, "8/25/2013"], [909224, "8/21/2013"], [909226, "8/22/2013"], [909228, "8/25/2013"], [909231, "8/25/2013"], [909232, "8/22/2013"], [909233, "8/25/2013"], [909234, "8/23/2013"], [909237, "8/7/2013"], [909240, "8/21/2013"], [909241, "8/25/2013"], [909242, "8/21/2013"], [909243, "8/6/2013"], [909244, "8/20/2013"], [909245, "8/22/2013"], [909248, "8/12/2013"], [909249, "8/23/2013"], [909250, "8/6/2013"], [909252, "8/19/2013"], [909253, "8/22/2013"], [909254, "8/22/2013"], [909255, "8/23/2013"], [909256, "8/22/2013"], [909257, "8/7/2013"], [909259, "8/23/2013"], [909260, "8/22/2013"], [909261, "8/20/2013"], [909262, "8/15/2013"], [909264, "8/21/2013"], [909265, "8/20/2013"], [909266, "8/15/2013"], [909267, "8/23/2013"], [909268, "8/23/2013"], [909269, "8/20/2013"], [909270, "8/19/2013"], [909271, "8/20/2013"], [909272, "8/20/2013"], [909273, "8/6/2013"], [909274, "8/19/2013"], [909275, "8/25/2013"], [909276, "8/23/2013"], [909277, "8/23/2013"], [909278, "8/21/2013"], [909279, "8/19/2013"], [909280, "8/23/2013"], [909281, "8/25/2013"], [909282, "8/22/2013"], [909283, "8/25/2013"], [909284, "8/6/2013"], [909285, "8/20/2013"], [909286, "8/7/2013"], [909287, "8/23/2013"], [909288, "8/20/2013"], [909289, "8/16/2013"], [909290, "8/19/2013"], [909291, "8/25/2013"], [909292, "8/20/2013"], [909293, "8/20/2013"], [909294, "8/6/2013"], [909295, "8/20/2013"], [909296, "8/22/2013"], [909298, "8/25/2013"], [909299, "8/23/2013"], [909300, "8/22/2013"], [909301, "8/25/2013"], [909302, "8/23/2013"], [909303, "8/23/2013"], [909304, "8/6/2013"], [909305, "8/25/2013"], [909306, "8/12/2013"], [909308, "8/23/2013"], [909309, "8/22/2013"], [909310, "8/22/2013"], [909311, "8/22/2013"], [909313, "8/23/2013"], [909314, "8/22/2013"], [909315, "8/22/2013"], [909316, "8/25/2013"], [909317, "8/23/2013"], [909318, "8/22/2013"], [909319, "8/15/2013"], [909321, "8/19/2013"], [909322, "8/25/2013"], [909324, "8/22/2013"], [909325, "8/25/2013"], [909326, "8/19/2013"], [909327, "8/23/2013"], [909328, "8/23/2013"], [909329, "8/19/2013"], [909330, "8/19/2013"], [909331, "8/19/2013"], [909332, "8/21/2013"], [909333, "8/22/2013"], [909334, "8/25/2013"], [909335, "8/23/2013"], [909336, "8/6/2013"], [909337, "8/20/2013"], [909338, "8/23/2013"], [909340, "8/23/2013"], [909341, "8/23/2013"], [909342, "8/22/2013"], [909343, "1/22/2014"], [909344, "8/19/2013"], [909345, "8/23/2013"], [909346, "8/22/2013"], [909348, "8/25/2013"], [909349, "8/21/2013"], [909350, "8/19/2013"], [909351, "8/20/2013"], [909352, "8/20/2013"], [909353, "8/20/2013"], [909354, "8/25/2013"], [909355, "8/20/2013"], [909356, "8/20/2013"], [909357, "8/15/2013"], [909358, "8/22/2013"], [909359, "8/19/2013"], [909360, "8/20/2013"], [909361, "8/19/2013"], [909362, "8/19/2013"], [909363, "8/25/2013"], [909364, "8/25/2013"], [909365, "8/22/2013"], [909366, "8/22/2013"], [909367, "8/23/2013"], [909368, "8/23/2013"], [909369, "8/23/2013"], [909370, "8/19/2013"], [909371, "8/21/2013"], [909372, "8/21/2013"], [909373, "1/22/2014"], [909374, "8/25/2013"], [909375, "8/20/2013"], [909376, "8/22/2013"], [909377, "8/20/2013"], [909378, "8/22/2013"], [909379, "8/20/2013"], [909380, "8/25/2013"], [909381, "8/20/2013"], [909382, "8/23/2013"], [909383, "8/23/2013"], [909384, "8/21/2013"], [909385, "8/7/2013"], [909386, "8/25/2013"], [909387, "8/20/2013"], [909390, "8/22/2013"], [909393, "8/19/2013"], [909396, "8/20/2013"], [909400, "8/21/2013"], [909404, "8/22/2013"], [909405, "8/20/2013"], [909409, "8/22/2013"], [909410, "8/22/2013"], [909413, "8/21/2013"], [909414, "8/23/2013"], [909415, "8/20/2013"], [909416, "8/22/2013"], [909417, "8/20/2013"], [909418, "8/16/2013"], [909421, "8/25/2013"], [909423, "8/20/2013"], [909424, "8/19/2013"], [909427, "8/22/2013"], [909428, "8/22/2013"], [909432, "8/22/2013"], [909433, "8/25/2013"], [909434, "1/22/2014"], [909435, "8/22/2013"], [909436, "8/19/2013"], [909437, "8/25/2013"], [909438, "8/25/2013"], [909439, "8/22/2013"], [909440, "8/23/2013"], [909441, "8/23/2013"], [909442, "8/23/2013"], [909443, "8/15/2013"], [909444, "8/21/2013"], [909445, "8/22/2013"], [909446, "8/20/2013"], [909447, "8/20/2013"], [909448, "8/25/2013"], [909449, "8/21/2013"], [909450, "8/23/2013"], [909452, "12/31/2013"], [909453, "8/23/2013"], [909454, "8/20/2013"], [909455, "8/19/2013"], [909456, "8/19/2013"], [909457, "8/23/2013"], [909458, "8/22/2013"], [909459, "8/22/2013"], [909460, "8/23/2013"], [909462, "8/21/2013"], [909463, "8/21/2013"], [909464, "8/21/2013"], [909465, "8/22/2013"], [909466, "8/22/2013"], [909468, "8/21/2013"], [909469, "8/22/2013"], [909470, "8/22/2013"], [909471, "8/23/2013"], [909472, "8/22/2013"], [909473, "1/22/2014"], [909474, "12/31/2013"], [909475, "8/25/2013"], [909476, "8/25/2013"], [909477, "8/20/2013"], [909478, "8/23/2013"], [909482, "8/22/2013"], [909485, "8/21/2013"], [909486, "8/21/2013"], [909487, "8/6/2013"], [909488, "8/25/2013"], [909489, "8/25/2013"], [909490, "8/23/2013"], [909495, "8/23/2013"], [909496, "8/22/2013"], [909497, "8/25/2013"], [909498, "8/20/2013"], [909502, "8/19/2013"], [909503, "8/25/2013"], [909504, "8/15/2013"], [909505, "8/22/2013"], [909506, "8/22/2013"], [909508, "12/31/2013"], [909509, "8/22/2013"], [909510, "8/22/2013"], [909511, "8/19/2013"], [909516, "8/25/2013"], [909517, "8/25/2013"], [909518, "8/6/2013"], [909519, "8/20/2013"], [909520, "8/20/2013"], [909521, "8/25/2013"], [909524, "8/23/2013"], [909525, "8/23/2013"], [909526, "8/22/2013"], [909527, "8/25/2013"], [909528, "8/23/2013"], [909529, "8/22/2013"], [909531, "8/15/2013"], [909533, "8/22/2013"], [909536, "8/22/2013"], [909537, "8/25/2013"], [909538, "8/22/2013"], [909539, "8/25/2013"], [909540, "8/25/2013"], [909541, "8/20/2013"], [909542, "8/14/2013"], [909543, "8/23/2013"], [909544, "8/22/2013"], [909545, "8/25/2013"], [909547, "8/19/2013"], [909549, "8/19/2013"], [909550, "1/22/2014"], [909551, "8/19/2013"], [909552, "8/22/2013"], [909553, "8/19/2013"], [909554, "8/20/2013"], [909555, "8/23/2013"], [909556, "8/23/2013"], [909557, "8/23/2013"], [909558, "8/22/2013"], [909559, "8/22/2013"], [909560, "8/22/2013"], [909561, "8/25/2013"], [909562, "8/22/2013"], [909563, "8/19/2013"], [909567, "8/22/2013"], [909568, "8/23/2013"], [909570, "8/12/2013"], [909571, "8/22/2013"], [909572, "8/25/2013"], [909574, "8/20/2013"], [909575, "8/21/2013"], [909576, "8/21/2013"], [909577, "8/25/2013"], [909578, "8/21/2013"], [909579, "8/23/2013"], [909580, "8/22/2013"], [909581, "8/16/2013"], [909582, "8/20/2013"], [909583, "8/16/2013"], [909584, "8/19/2013"], [909585, "8/6/2013"], [909586, "8/5/2013"], [909587, "8/20/2013"], [909588, "8/22/2013"], [909589, "8/20/2013"], [909590, "8/21/2013"], [909591, "8/21/2013"], [909592, "8/20/2013"], [909593, "8/19/2013"], [909594, "8/7/2013"], [909595, "8/25/2013"], [909596, "8/25/2013"], [909597, "1/22/2014"], [909598, "8/25/2013"], [909599, "8/20/2013"], [909600, "8/22/2013"], [909601, "8/25/2013"], [909602, "8/20/2013"], [909603, "1/22/2014"], [909604, "8/23/2013"], [909605, "8/22/2013"], [909606, "8/19/2013"], [909607, "8/25/2013"], [909608, "1/22/2014"], [909610, "8/22/2013"], [909611, "1/22/2014"], [909612, "8/23/2013"], [909613, "8/22/2013"], [909615, "8/6/2013"], [909616, "8/22/2013"], [909617, "8/22/2013"], [909618, "8/19/2013"], [909619, "1/22/2014"], [909620, "8/20/2013"], [909621, "8/22/2013"], [909622, "8/23/2013"], [909623, "8/19/2013"], [909624, "8/22/2013"], [909625, "8/22/2013"], [909628, "8/23/2013"], [909629, "12/31/2013"], [909630, "8/21/2013"], [909634, "8/22/2013"], [909636, "8/22/2013"], [909637, "8/23/2013"], [909638, "8/22/2013"], [909639, "8/22/2013"], [909640, "8/22/2013"], [909642, "8/25/2013"], [909643, "8/19/2013"], [909644, "8/19/2013"], [909645, "8/23/2013"], [909646, "8/21/2013"], [909647, "8/23/2013"], [909648, "8/23/2013"], [909649, "8/20/2013"], [909650, "8/19/2013"], [909651, "8/23/2013"], [909652, "8/20/2013"], [909653, "8/22/2013"], [909654, "8/22/2013"], [909655, "8/23/2013"], [909656, "8/23/2013"], [909658, "8/20/2013"], [909662, "8/22/2013"], [909664, "8/19/2013"], [909665, "8/22/2013"], [909668, "8/23/2013"], [909673, "8/25/2013"], [909677, "8/25/2013"], [909678, "8/21/2013"], [909679, "8/19/2013"], [909680, "8/20/2013"], [909682, "8/23/2013"], [909683, "8/23/2013"], [909684, "8/25/2013"], [909685, "8/25/2013"], [909686, "8/23/2013"], [909687, "8/22/2013"], [909688, "8/25/2013"], [909691, "8/23/2013"], [909693, "8/25/2013"], [909694, "8/14/2013"], [909695, "8/25/2013"], [909696, "8/22/2013"], [909697, "8/16/2013"], [909698, "8/16/2013"], [909699, "8/23/2013"], [909701, "8/5/2013"], [909702, "8/20/2013"], [909703, "1/22/2014"], [909706, "8/25/2013"], [909708, "8/22/2013"], [909711, "8/20/2013"], [909712, "8/15/2013"], [909713, "8/20/2013"], [909714, "8/25/2013"], [909715, "8/22/2013"], [909716, "8/5/2013"], [909717, "12/31/2013"], [909718, "8/20/2013"], [909719, "8/22/2013"], [909720, "8/22/2013"], [909721, "8/19/2013"], [909722, "8/21/2013"], [909723, "8/25/2013"], [909724, "8/5/2013"], [909725, "8/22/2013"], [909726, "8/22/2013"], [909727, "8/22/2013"], [909728, "8/22/2013"], [909729, "8/23/2013"], [909730, "8/20/2013"], [909731, "8/19/2013"], [909732, "8/22/2013"], [909733, "8/20/2013"], [909734, "8/22/2013"], [909735, "8/20/2013"], [909736, "8/19/2013"], [909738, "8/25/2013"], [909739, "8/25/2013"], [909740, "8/23/2013"], [909742, "8/23/2013"], [909743, "8/25/2013"], [909744, "8/25/2013"], [909745, "8/20/2013"], [909746, "8/21/2013"], [909751, "8/22/2013"], [909752, "8/23/2013"], [909753, "8/22/2013"], [909754, "8/20/2013"], [909755, "8/19/2013"], [909758, "8/20/2013"], [909765, "8/20/2013"], [909766, "8/23/2013"], [909767, "8/21/2013"], [909768, "8/21/2013"], [909769, "8/16/2013"], [909770, "8/20/2013"], [909771, "8/23/2013"], [909772, "8/19/2013"], [909775, "8/21/2013"], [909776, "8/21/2013"], [909778, "8/25/2013"], [909783, "8/25/2013"], [909785, "8/19/2013"], [909786, "8/23/2013"], [909787, "8/21/2013"], [909788, "8/19/2013"], [909789, "8/20/2013"], [909790, "12/31/2013"], [909791, "8/16/2013"], [909792, "8/19/2013"], [909793, "8/19/2013"], [909794, "8/22/2013"], [909795, "8/23/2013"], [909796, "8/25/2013"], [909797, "8/20/2013"], [909798, "8/19/2013"], [909801, "8/23/2013"], [909802, "8/20/2013"], [909803, "8/25/2013"], [909804, "8/19/2013"], [909805, "8/19/2013"], [909818, "8/19/2013"], [909821, "8/21/2013"], [909822, "8/21/2013"], [909825, "8/22/2013"], [909826, "8/20/2013"], [909827, "8/20/2013"], [909828, "8/19/2013"], [909831, "8/19/2013"], [909833, "8/20/2013"], [909834, "8/22/2013"], [909835, "8/22/2013"], [909843, "8/20/2013"], [909844, "8/21/2013"], [909845, "8/22/2013"], [909846, "8/20/2013"], [909849, "8/23/2013"], [909850, "8/23/2013"], [909851, "4/9/2014"], [909852, "8/25/2013"], [909853, "8/19/2013"], [909855, "8/19/2013"], [909856, "8/20/2013"], [909859, "8/22/2013"], [909860, "8/23/2013"], [909863, "8/22/2013"], [909864, "8/23/2013"], [909865, "8/22/2013"], [909866, "8/22/2013"], [909867, "8/19/2013"], [909868, "8/20/2013"], [909869, "8/25/2013"], [909870, "8/22/2013"], [909871, "8/25/2013"], [909872, "8/21/2013"], [909873, "8/21/2013"], [909874, "8/20/2013"], [909875, "8/25/2013"], [909876, "8/21/2013"], [909877, "8/21/2013"], [909878, "8/19/2013"], [909879, "8/25/2013"], [909880, "8/25/2013"], [909881, "8/20/2013"], [909882, "8/23/2013"], [909883, "8/14/2013"], [909884, "8/25/2013"], [909886, "8/20/2013"], [909887, "8/23/2013"], [909888, "8/19/2013"], [909889, "8/16/2013"], [909890, "8/23/2013"], [909891, "8/25/2013"], [909892, "8/20/2013"], [909894, "8/20/2013"], [909895, "8/23/2013"], [909896, "8/25/2013"], [909897, "8/25/2013"], [909898, "8/21/2013"], [909899, "8/20/2013"], [909900, "8/20/2013"], [909901, "8/20/2013"], [909902, "8/25/2013"], [909903, "8/19/2013"], [909904, "8/21/2013"], [909905, "8/23/2013"], [909906, "8/23/2013"], [909907, "8/20/2013"], [909908, "8/19/2013"], [909909, "8/20/2013"], [909910, "8/23/2013"], [909912, "8/25/2013"], [909913, "12/31/2013"], [909914, "8/25/2013"], [909915, "8/23/2013"], [909916, "8/23/2013"], [909918, "8/25/2013"], [909920, "8/23/2013"], [909921, "8/23/2013"], [909923, "8/25/2013"], [909924, "8/19/2013"], [909925, "8/23/2013"], [909926, "8/22/2013"], [909927, "8/22/2013"], [909928, "8/19/2013"], [909929, "8/19/2013"], [909930, "8/19/2013"], [909931, "8/19/2013"], [909932, "8/19/2013"], [909933, "8/20/2013"], [909934, "8/20/2013"], [909935, "8/22/2013"], [909936, "8/22/2013"], [909937, "8/19/2013"], [909938, "8/20/2013"], [909939, "8/22/2013"], [909940, "8/20/2013"], [909941, "8/25/2013"], [909942, "8/21/2013"], [909943, "12/31/2013"], [909944, "8/22/2013"], [909945, "8/20/2013"], [909946, "8/25/2013"], [909947, "8/20/2013"], [909948, "8/23/2013"], [909949, "8/19/2013"], [909950, "8/25/2013"], [909951, "8/22/2013"], [909952, "8/19/2013"], [909953, "8/19/2013"], [909954, "8/23/2013"], [909955, "1/22/2014"], [909956, "8/25/2013"], [909957, "1/22/2014"], [909958, "8/22/2013"], [909959, "8/19/2013"], [909960, "8/23/2013"], [909961, "8/25/2013"], [909962, "8/25/2013"], [909963, "4/9/2014"], [909964, "8/6/2013"], [909965, "8/5/2013"], [909966, "8/20/2013"], [909967, "8/19/2013"], [909968, "8/25/2013"], [909969, "8/21/2013"], [909970, "8/21/2013"], [909971, "8/22/2013"], [909972, "8/25/2013"], [909973, "8/25/2013"], [909974, "8/19/2013"], [909975, "8/7/2013"], [909976, "8/21/2013"], [909977, "8/22/2013"], [909978, "8/21/2013"], [909979, "8/25/2013"], [909980, "8/22/2013"], [909981, "8/21/2013"], [909982, "8/19/2013"], [909983, "8/25/2013"], [909984, "8/25/2013"], [909985, "8/22/2013"], [909986, "8/20/2013"], [909987, "8/20/2013"], [909988, "8/20/2013"], [909989, "8/19/2013"], [909990, "8/25/2013"], [909991, "8/20/2013"], [909992, "8/19/2013"], [909993, "8/23/2013"], [909994, "8/5/2013"], [909995, "8/25/2013"], [909996, "8/23/2013"], [909997, "8/25/2013"], [909998, "8/23/2013"], [909999, "8/25/2013"], [910000, "8/20/2013"], [910001, "8/23/2013"], [910002, "8/25/2013"], [910003, "8/25/2013"], [910004, "8/22/2013"], [910005, "8/23/2013"], [910006, "8/21/2013"], [910007, "8/23/2013"], [910008, "8/21/2013"], [910009, "8/23/2013"], [910010, "8/21/2013"], [910011, "8/21/2013"], [910012, "8/20/2013"], [910013, "8/25/2013"], [910014, "8/20/2013"], [910015, "8/23/2013"], [910016, "8/23/2013"], [910017, "8/22/2013"], [910018, "8/25/2013"], [910019, "8/23/2013"], [910020, "8/23/2013"], [910021, "8/21/2013"], [910023, "8/23/2013"], [910024, "8/25/2013"], [910027, "8/6/2013"], [910028, "8/20/2013"], [910029, "8/23/2013"], [910030, "8/23/2013"], [910031, "8/23/2013"], [910033, "8/23/2013"], [910037, "8/20/2013"], [910040, "8/20/2013"], [910041, "8/19/2013"], [910044, "8/22/2013"], [910045, "8/21/2013"], [910048, "8/25/2013"], [910050, "8/23/2013"], [910054, "8/21/2013"], [910055, "8/21/2013"], [910056, "8/25/2013"], [910058, "8/21/2013"], [910060, "8/21/2013"], [910061, "8/23/2013"], [910063, "8/15/2013"], [910064, "8/6/2013"], [910065, "8/22/2013"], [910066, "8/25/2013"], [910067, "8/19/2013"], [910068, "8/22/2013"], [910069, "8/23/2013"], [910070, "8/20/2013"], [910071, "8/19/2013"], [910072, "8/22/2013"], [910073, "8/21/2013"], [910075, "8/25/2013"], [910076, "8/20/2013"], [910077, "8/23/2013"], [910078, "8/23/2013"], [910079, "8/25/2013"], [910080, "8/23/2013"], [910081, "8/20/2013"], [910082, "8/23/2013"], [910083, "8/25/2013"], [910084, "8/23/2013"], [910085, "8/23/2013"], [910086, "8/23/2013"], [910087, "8/23/2013"], [910088, "8/20/2013"], [910089, "8/21/2013"], [910091, "8/21/2013"], [910092, "8/20/2013"], [910093, "8/20/2013"], [910094, "8/23/2013"], [910095, "8/20/2013"], [910096, "8/22/2013"], [910097, "8/20/2013"], [910098, "8/23/2013"], [910099, "8/20/2013"], [910100, "8/23/2013"], [910101, "8/20/2013"], [910102, "8/20/2013"], [910103, "8/19/2013"], [910104, "8/23/2013"], [910105, "8/20/2013"], [910106, "8/19/2013"], [910107, "8/23/2013"], [910108, "8/6/2013"], [910109, "8/23/2013"], [910110, "8/23/2013"], [910111, "8/23/2013"], [910112, "8/19/2013"], [910113, "8/14/2013"], [910114, "8/23/2013"], [910115, "8/23/2013"], [910118, "8/22/2013"], [910119, "8/20/2013"], [910122, "8/23/2013"], [910123, "8/23/2013"], [910125, "8/19/2013"], [910126, "8/22/2013"], [910127, "8/25/2013"], [910128, "8/25/2013"], [910130, "8/23/2013"], [910131, "8/23/2013"], [910134, "8/23/2013"], [910136, "8/23/2013"], [910138, "8/23/2013"], [910139, "8/25/2013"], [910140, "8/15/2013"], [910141, "8/20/2013"], [910143, "8/20/2013"], [910144, "8/21/2013"], [910145, "8/20/2013"], [910146, "8/23/2013"], [910147, "8/20/2013"], [910148, "8/25/2013"], [910149, "8/23/2013"], [910151, "8/6/2013"], [910152, "8/25/2013"], [910153, "8/22/2013"], [910154, "8/20/2013"], [910155, "8/23/2013"], [910156, "8/22/2013"], [910157, "8/21/2013"], [910158, "8/22/2013"], [910159, "1/22/2014"], [910160, "8/14/2013"], [910161, "8/20/2013"], [910162, "8/20/2013"], [910164, "8/23/2013"], [910165, "8/23/2013"], [910166, "8/23/2013"], [910167, "8/23/2013"], [910168, "8/21/2013"], [910169, "8/25/2013"], [910170, "8/23/2013"], [910173, "8/23/2013"], [910174, "8/20/2013"], [910175, "8/23/2013"], [910176, "8/22/2013"], [910177, "8/23/2013"], [910178, "8/23/2013"], [910179, "8/20/2013"], [910180, "8/25/2013"], [910181, "8/19/2013"], [910182, "8/20/2013"], [910183, "8/20/2013"], [910184, "8/21/2013"], [910185, "8/23/2013"], [910186, "8/21/2013"], [910187, "8/25/2013"], [910188, "8/22/2013"], [910189, "8/21/2013"], [910190, "8/22/2013"], [910191, "8/21/2013"], [910192, "8/23/2013"], [910193, "8/20/2013"], [910194, "8/15/2013"], [910195, "8/20/2013"], [910196, "8/25/2013"], [910197, "8/23/2013"], [910198, "8/20/2013"], [910199, "8/25/2013"], [910201, "8/23/2013"], [910202, "8/23/2013"], [910203, "8/25/2013"], [910204, "8/21/2013"], [910205, "8/25/2013"], [910206, "8/22/2013"], [910207, "8/20/2013"], [910208, "8/22/2013"], [910209, "8/22/2013"], [910211, "8/25/2013"], [910212, "8/21/2013"], [910213, "8/20/2013"], [910214, "8/23/2013"], [910215, "8/23/2013"], [910216, "8/21/2013"], [910217, "8/25/2013"], [910218, "8/23/2013"], [910219, "8/23/2013"], [910220, "8/20/2013"], [910221, "8/23/2013"], [910222, "8/23/2013"], [910223, "8/23/2013"], [910224, "8/25/2013"], [910225, "8/25/2013"], [910226, "8/25/2013"], [910227, "8/23/2013"], [910228, "8/23/2013"], [910229, "8/23/2013"], [910230, "8/22/2013"], [910231, "8/23/2013"], [910232, "8/23/2013"], [910233, "8/21/2013"], [910236, "8/21/2013"], [910237, "8/20/2013"], [910238, "8/25/2013"], [910239, "8/23/2013"], [910242, "8/15/2013"], [910243, "8/23/2013"], [910244, "8/25/2013"], [910245, "8/23/2013"], [910246, "8/23/2013"], [910247, "8/25/2013"], [910248, "8/23/2013"], [910251, "8/23/2013"], [910252, "8/19/2013"], [910253, "8/23/2013"], [910254, "8/25/2013"], [910257, "8/23/2013"], [910258, "8/14/2013"], [910259, "8/19/2013"], [910260, "8/23/2013"], [910261, "8/23/2013"], [910262, "8/23/2013"], [910263, "8/21/2013"], [910264, "8/23/2013"], [910267, "8/25/2013"], [910268, "8/23/2013"], [910269, "8/21/2013"], [910270, "8/21/2013"], [910271, "8/22/2013"], [910272, "8/23/2013"], [910275, "8/25/2013"], [910276, "8/21/2013"], [910278, "8/23/2013"], [910279, "8/25/2013"], [910281, "8/23/2013"], [910282, "8/20/2013"], [910283, "8/23/2013"], [910285, "8/23/2013"], [910288, "8/23/2013"], [910289, "8/25/2013"], [910291, "8/23/2013"], [910292, "8/23/2013"], [910293, "8/20/2013"], [910294, "8/23/2013"], [910298, "8/22/2013"], [910299, "8/25/2013"], [910300, "8/20/2013"], [910302, "8/23/2013"], [910305, "8/23/2013"], [910309, "8/20/2013"], [910311, "8/23/2013"], [910315, "1/22/2014"], [910316, "8/19/2013"], [910317, "8/21/2013"], [910318, "8/20/2013"], [910319, "8/19/2013"], [910320, "8/25/2013"], [910321, "8/23/2013"], [910324, "8/23/2013"], [910325, "8/23/2013"], [910326, "8/22/2013"], [910327, "8/20/2013"], [910328, "8/23/2013"], [910329, "8/20/2013"], [910330, "8/23/2013"], [910331, "8/20/2013"], [910332, "8/20/2013"], [910333, "8/23/2013"], [910334, "8/20/2013"], [910335, "8/19/2013"], [910336, "8/22/2013"], [910337, "8/23/2013"], [910338, "8/23/2013"], [910339, "8/20/2013"], [910340, "8/23/2013"], [910341, "8/22/2013"], [910342, "8/21/2013"], [910343, "8/21/2013"], [910344, "8/20/2013"], [910345, "8/25/2013"], [910346, "8/6/2013"], [910347, "8/23/2013"], [910348, "8/25/2013"], [910349, "8/20/2013"], [910350, "8/20/2013"], [910351, "8/19/2013"], [910352, "8/23/2013"], [910354, "8/20/2013"], [910355, "8/21/2013"], [910356, "8/21/2013"], [910357, "8/22/2013"], [910358, "8/25/2013"], [910359, "8/23/2013"], [910360, "8/20/2013"], [910361, "8/25/2013"], [910362, "8/25/2013"], [910363, "8/15/2013"], [910364, "8/21/2013"], [910365, "8/21/2013"], [910366, "8/20/2013"], [910367, "8/23/2013"], [910368, "4/9/2014"], [910369, "8/25/2013"], [910370, "8/22/2013"], [910371, "8/21/2013"], [910372, "8/25/2013"], [910373, "8/23/2013"], [910374, "8/20/2013"], [910375, "8/23/2013"], [910376, "8/20/2013"], [910377, "8/22/2013"], [910378, "8/22/2013"], [910379, "8/23/2013"], [910380, "8/23/2013"], [910381, "8/22/2013"], [910382, "8/15/2013"], [910383, "8/23/2013"], [910384, "8/23/2013"], [910385, "8/15/2013"], [910386, "8/21/2013"], [910387, "8/15/2013"], [910388, "8/22/2013"], [910389, "8/20/2013"], [910390, "8/23/2013"], [910391, "8/23/2013"], [910392, "8/23/2013"], [910393, "8/20/2013"], [910394, "8/21/2013"], [910395, "8/20/2013"], [910397, "8/22/2013"], [910398, "8/22/2013"], [910399, "8/21/2013"], [910400, "8/25/2013"], [910401, "8/23/2013"], [910402, "8/23/2013"], [910403, "8/20/2013"], [910404, "8/15/2013"], [910405, "8/25/2013"], [910406, "8/20/2013"], [910408, "8/20/2013"], [910409, "8/23/2013"], [910410, "8/21/2013"], [910411, "8/23/2013"], [910412, "8/20/2013"], [910413, "8/25/2013"], [910414, "8/23/2013"], [910415, "8/25/2013"], [910416, "8/15/2013"], [910417, "8/23/2013"], [910418, "4/9/2014"], [910419, "8/22/2013"], [910420, "8/22/2013"], [910421, "8/23/2013"], [910422, "8/23/2013"], [910423, "8/21/2013"], [910424, "8/20/2013"], [910425, "8/23/2013"], [910426, "8/23/2013"], [910427, "8/23/2013"], [910428, "8/21/2013"], [910429, "8/21/2013"], [910430, "8/23/2013"], [910431, "8/21/2013"], [910433, "8/22/2013"], [910434, "8/23/2013"], [910435, "8/20/2013"], [910436, "8/22/2013"], [910437, "8/25/2013"], [910438, "8/25/2013"], [910439, "8/20/2013"], [910440, "8/23/2013"], [910441, "8/23/2013"], [910442, "8/22/2013"], [910443, "8/23/2013"], [910444, "8/20/2013"], [910445, "8/25/2013"], [910446, "8/23/2013"], [910447, "8/21/2013"], [910448, "8/23/2013"], [910449, "8/23/2013"], [910450, "8/21/2013"], [910451, "8/23/2013"], [910452, "8/23/2013"], [910454, "8/19/2013"], [910456, "8/23/2013"], [910457, "8/23/2013"], [910458, "8/16/2013"], [910462, "8/23/2013"], [910463, "8/23/2013"], [910467, "8/20/2013"], [910468, "8/23/2013"], [910469, "8/6/2013"], [910471, "8/6/2013"], [910475, "12/31/2013"], [910479, "8/14/2013"], [910481, "8/16/2013"], [910483, "8/23/2013"], [910484, "8/21/2013"], [910485, "8/25/2013"], [910487, "8/22/2013"], [910488, "8/21/2013"], [910489, "8/20/2013"], [910490, "8/23/2013"], [910491, "8/23/2013"], [910492, "8/21/2013"], [910493, "8/25/2013"], [910494, "8/25/2013"], [910495, "8/21/2013"], [910498, "8/22/2013"], [910499, "8/25/2013"], [910502, "8/20/2013"], [910503, "8/20/2013"], [910504, "8/23/2013"], [910507, "8/20/2013"], [910508, "8/22/2013"], [910511, "8/25/2013"], [910512, "8/21/2013"], [910513, "8/23/2013"], [910514, "8/23/2013"], [910515, "8/21/2013"], [910518, "8/21/2013"], [910519, "8/23/2013"], [910520, "8/23/2013"], [910523, "8/25/2013"], [910527, "8/6/2013"], [910528, "4/9/2014"], [910530, "8/5/2013"], [910533, "8/7/2013"], [910534, "8/22/2013"], [910535, "8/14/2013"], [910536, "8/21/2013"], [910538, "8/22/2013"], [910539, "8/15/2013"], [910540, "8/23/2013"], [910542, "8/23/2013"], [910543, "8/20/2013"], [910544, "8/23/2013"], [910545, "8/22/2013"], [910546, "8/22/2013"], [910547, "8/22/2013"], [910548, "8/23/2013"], [910549, "8/19/2013"], [910550, "8/21/2013"], [910551, "8/25/2013"], [910552, "8/21/2013"], [910553, "8/23/2013"], [910554, "8/21/2013"], [910555, "8/25/2013"], [910556, "8/25/2013"], [910557, "8/23/2013"], [910558, "8/25/2013"], [910559, "8/5/2013"], [910560, "8/23/2013"], [910561, "8/25/2013"], [910562, "8/23/2013"], [910563, "8/22/2013"], [910564, "8/23/2013"], [910566, "8/20/2013"], [910567, "8/23/2013"], [910568, "8/20/2013"], [910569, "8/20/2013"], [910570, "8/25/2013"], [910571, "8/20/2013"], [910572, "8/23/2013"], [910573, "8/20/2013"], [910574, "8/22/2013"], [910575, "8/25/2013"], [910576, "8/21/2013"], [910577, "8/7/2013"], [910578, "8/23/2013"], [910579, "8/19/2013"], [910580, "8/23/2013"], [910581, "8/16/2013"], [910582, "8/23/2013"], [910583, "8/23/2013"], [910584, "8/25/2013"], [910585, "8/20/2013"], [910586, "8/23/2013"], [910587, "8/20/2013"], [910588, "8/20/2013"], [910589, "8/25/2013"], [910593, "8/6/2013"], [910594, "8/23/2013"], [910599, "8/20/2013"], [910600, "8/22/2013"], [910601, "8/23/2013"], [910602, "8/22/2013"], [910603, "8/25/2013"], [910604, "8/19/2013"], [910605, "8/20/2013"], [910606, "8/19/2013"], [910607, "8/19/2013"], [910608, "8/23/2013"], [910609, "8/22/2013"], [910610, "8/25/2013"], [910611, "8/20/2013"], [910615, "8/23/2013"], [910618, "8/6/2013"], [910619, "8/19/2013"], [910620, "8/19/2013"], [910627, "8/21/2013"], [910628, "1/22/2014"], [910629, "8/21/2013"], [910631, "8/22/2013"], [910632, "12/31/2013"], [910633, "8/23/2013"], [910634, "8/23/2013"], [910635, "8/23/2013"], [910638, "8/23/2013"], [910639, "8/20/2013"], [910642, "8/23/2013"], [910643, "8/25/2013"], [910644, "8/20/2013"], [910645, "8/23/2013"], [910646, "8/22/2013"], [910647, "8/25/2013"], [910648, "8/6/2013"], [910649, "8/21/2013"], [910650, "8/23/2013"], [910651, "8/25/2013"], [910652, "8/21/2013"], [910657, "8/22/2013"], [910665, "8/21/2013"], [910666, "8/25/2013"], [910667, "8/14/2013"], [910669, "8/5/2013"], [910670, "8/21/2013"], [910672, "8/22/2013"], [910673, "8/23/2013"], [910674, "8/23/2013"], [910675, "8/6/2013"], [910676, "8/20/2013"], [910677, "8/20/2013"], [910678, "8/22/2013"], [910680, "8/20/2013"], [910681, "8/25/2013"], [910682, "8/20/2013"], [910685, "8/22/2013"], [910686, "8/20/2013"], [910687, "8/19/2013"], [910688, "8/21/2013"], [910689, "8/7/2013"], [910690, "8/21/2013"], [910691, "8/25/2013"], [910692, "8/23/2013"], [910693, "8/22/2013"], [910694, "8/25/2013"], [910695, "8/22/2013"], [910696, "8/21/2013"], [910697, "1/22/2014"], [910699, "8/22/2013"], [910700, "8/21/2013"], [910701, "8/23/2013"], [910702, "8/23/2013"], [910703, "8/21/2013"], [910704, "8/21/2013"], [910705, "8/14/2013"], [910706, "8/21/2013"], [910707, "8/23/2013"], [910709, "12/31/2013"], [910710, "8/20/2013"], [910711, "8/20/2013"], [910712, "8/21/2013"], [910713, "8/19/2013"], [910715, "8/19/2013"], [910716, "8/20/2013"], [910718, "8/20/2013"], [910722, "8/20/2013"], [910738, "8/20/2013"], [910740, "8/25/2013"], [910741, "8/20/2013"], [910742, "8/6/2013"], [910743, "8/20/2013"], [910744, "8/19/2013"], [910745, "8/21/2013"], [910746, "8/25/2013"], [910747, "8/7/2013"], [910748, "8/19/2013"], [910749, "8/19/2013"], [910752, "8/23/2013"], [910753, "8/20/2013"], [910754, "8/25/2013"], [910755, "8/22/2013"], [910756, "8/20/2013"], [910758, "8/23/2013"], [910759, "8/23/2013"], [910760, "8/20/2013"], [910761, "8/20/2013"], [910762, "8/20/2013"], [910763, "8/16/2013"], [910764, "8/20/2013"], [910766, "8/20/2013"], [910770, "8/19/2013"], [910771, "8/15/2013"], [910772, "8/5/2013"], [910776, "8/20/2013"], [910777, "8/20/2013"], [910778, "8/22/2013"], [910779, "8/20/2013"], [910780, "8/20/2013"], [910781, "8/20/2013"], [910782, "8/23/2013"], [910783, "8/23/2013"], [910784, "8/25/2013"], [910785, "8/25/2013"], [910786, "8/23/2013"], [910787, "8/25/2013"], [910789, "8/22/2013"], [910791, "8/14/2013"], [910793, "8/22/2013"], [910797, "8/21/2013"], [910799, "8/21/2013"], [910800, "8/19/2013"], [910803, "8/23/2013"], [910804, "8/25/2013"], [910805, "8/23/2013"], [910806, "8/23/2013"], [910807, "8/20/2013"], [910808, "8/20/2013"], [910809, "8/22/2013"], [910812, "8/21/2013"], [910815, "8/20/2013"], [910816, "8/20/2013"], [910817, "8/20/2013"], [910818, "8/16/2013"], [910819, "8/25/2013"], [910823, "8/20/2013"], [910828, "8/20/2013"], [910829, "8/21/2013"], [910830, "8/25/2013"], [910831, "8/25/2013"], [910832, "8/19/2013"], [910833, "8/23/2013"], [910834, "8/23/2013"], [910835, "8/22/2013"], [910836, "8/6/2013"], [910837, "8/25/2013"], [910838, "8/23/2013"], [910839, "8/20/2013"], [910840, "8/19/2013"], [910841, "8/20/2013"], [910842, "8/19/2013"], [910844, "8/23/2013"], [910846, "8/14/2013"], [910847, "8/14/2013"], [910848, "8/22/2013"], [910850, "8/23/2013"], [910851, "8/20/2013"], [910852, "8/23/2013"], [910853, "8/25/2013"], [910854, "8/23/2013"], [910855, "8/21/2013"], [910856, "8/20/2013"], [910857, "8/25/2013"], [910858, "8/20/2013"], [910859, "8/20/2013"], [910860, "8/21/2013"], [910861, "8/23/2013"], [910862, "8/20/2013"], [910863, "8/23/2013"], [910864, "8/22/2013"], [910865, "8/20/2013"], [910866, "8/25/2013"], [910867, "8/23/2013"], [910868, "8/21/2013"], [910869, "8/21/2013"], [910870, "8/20/2013"], [910871, "8/23/2013"], [910872, "8/23/2013"], [910873, "8/23/2013"], [910874, "8/23/2013"], [910875, "8/19/2013"], [910876, "8/21/2013"], [910878, "8/21/2013"], [910879, "8/21/2013"], [910880, "8/25/2013"], [910881, "8/22/2013"], [910882, "8/22/2013"], [910883, "8/23/2013"], [910884, "8/21/2013"], [910885, "8/21/2013"], [910886, "8/23/2013"], [910888, "8/20/2013"], [910889, "8/20/2013"], [910890, "8/23/2013"], [910892, "8/25/2013"], [910893, "8/25/2013"], [910894, "8/22/2013"], [910895, "8/20/2013"], [910896, "8/22/2013"], [910897, "8/21/2013"], [910898, "8/21/2013"], [910899, "8/19/2013"], [910900, "8/21/2013"], [910901, "8/22/2013"], [910903, "8/22/2013"], [910904, "8/22/2013"], [910905, "8/22/2013"], [910906, "8/22/2013"], [910907, "8/25/2013"], [910908, "8/21/2013"], [910909, "8/22/2013"], [910910, "8/15/2013"], [910911, "8/22/2013"], [910912, "8/22/2013"], [910913, "8/22/2013"], [910914, "8/19/2013"], [910915, "8/19/2013"], [910916, "8/25/2013"], [910917, "8/23/2013"], [910918, "8/19/2013"], [910919, "8/25/2013"], [910920, "8/23/2013"], [910921, "8/23/2013"], [910923, "8/25/2013"], [910924, "8/25/2013"], [910925, "8/22/2013"], [910926, "8/22/2013"], [910927, "8/21/2013"], [910928, "8/25/2013"], [910929, "8/20/2013"], [910931, "12/31/2013"], [910936, "8/19/2013"], [910937, "8/21/2013"], [910941, "8/21/2013"], [910942, "8/21/2013"], [910946, "8/23/2013"], [910947, "8/25/2013"], [910948, "8/23/2013"], [910949, "8/23/2013"], [910950, "8/21/2013"], [910951, "8/19/2013"], [910952, "8/25/2013"], [910953, "8/25/2013"], [910954, "8/25/2013"], [910955, "8/25/2013"], [910956, "8/25/2013"], [910957, "8/23/2013"], [910958, "8/25/2013"], [910959, "8/25/2013"], [910960, "8/25/2013"], [910962, "8/21/2013"], [910963, "8/20/2013"], [910964, "8/21/2013"], [910965, "8/21/2013"], [910966, "8/20/2013"], [910967, "8/21/2013"], [910968, "8/20/2013"], [910969, "8/20/2013"], [910970, "8/20/2013"], [910971, "8/20/2013"], [910972, "8/20/2013"], [910973, "8/23/2013"], [910974, "8/19/2013"], [910975, "8/19/2013"], [910976, "8/21/2013"], [910977, "8/25/2013"], [910978, "8/25/2013"], [910979, "8/25/2013"], [910980, "8/25/2013"], [910981, "8/25/2013"], [910982, "8/25/2013"], [910983, "8/21/2013"], [910984, "8/23/2013"], [910985, "8/21/2013"], [910986, "8/21/2013"], [910987, "8/22/2013"], [910988, "8/21/2013"], [910989, "8/21/2013"], [910990, "8/15/2013"], [910993, "8/25/2013"], [910994, "8/23/2013"], [910995, "8/14/2013"], [910998, "8/23/2013"], [911000, "8/19/2013"], [911001, "8/25/2013"], [911002, "8/19/2013"], [911003, "8/16/2013"], [911004, "8/16/2013"], [911008, "8/20/2013"], [911009, "8/25/2013"], [911011, "8/25/2013"], [911012, "8/19/2013"], [911013, "8/23/2013"], [911014, "8/22/2013"], [911015, "8/21/2013"], [911016, "8/20/2013"], [911017, "8/21/2013"], [911018, "8/21/2013"], [911019, "8/21/2013"], [911020, "8/20/2013"], [911021, "8/22/2013"], [911022, "8/23/2013"], [911023, "8/19/2013"], [911027, "8/6/2013"], [911034, "8/22/2013"], [911035, "8/23/2013"], [911040, "8/23/2013"], [911041, "8/21/2013"], [911044, "8/20/2013"], [911047, "8/6/2013"], [911048, "8/15/2013"], [911051, "8/25/2013"], [911052, "8/20/2013"], [911053, "8/19/2013"], [911054, "8/20/2013"], [911055, "8/20/2013"], [911056, "8/20/2013"], [911057, "8/20/2013"], [911058, "8/7/2013"], [911059, "8/19/2013"], [911060, "8/19/2013"], [911062, "8/19/2013"], [911063, "8/20/2013"], [911064, "8/19/2013"], [911067, "8/25/2013"], [911068, "8/21/2013"], [911069, "8/21/2013"], [911070, "8/21/2013"], [911071, "8/25/2013"], [911072, "8/25/2013"], [911074, "8/20/2013"], [911075, "8/25/2013"], [911076, "8/21/2013"], [911077, "8/21/2013"], [911078, "8/23/2013"], [911082, "8/20/2013"], [911087, "8/20/2013"], [911091, "8/20/2013"], [911094, "8/23/2013"], [911098, "8/23/2013"], [911099, "8/23/2013"], [911100, "8/23/2013"], [911101, "8/21/2013"], [911102, "8/21/2013"], [911103, "8/21/2013"], [911104, "8/21/2013"], [911105, "8/7/2013"], [911106, "8/7/2013"], [911107, "8/21/2013"], [911110, "8/20/2013"], [911111, "8/21/2013"], [911112, "8/21/2013"], [911114, "8/20/2013"], [911117, "8/21/2013"], [911120, "12/31/2013"], [911123, "12/31/2013"], [911124, "8/25/2013"], [911126, "8/14/2013"], [911129, "8/20/2013"], [911130, "8/25/2013"], [911131, "8/25/2013"], [911132, "8/25/2013"], [911133, "8/14/2013"], [911134, "8/25/2013"], [911135, "8/7/2013"], [911136, "8/21/2013"], [911137, "8/7/2013"], [911138, "8/25/2013"], [911139, "8/25/2013"], [911142, "8/23/2013"], [911143, "8/21/2013"], [911144, "8/22/2013"], [911145, "8/23/2013"], [911146, "8/21/2013"], [911147, "8/19/2013"], [911148, "8/23/2013"], [911149, "8/23/2013"], [911150, "8/20/2013"], [911153, "8/21/2013"], [911154, "8/22/2013"], [911156, "8/23/2013"], [911157, "8/21/2013"], [911159, "8/19/2013"], [911166, "8/20/2013"], [911167, "8/25/2013"], [911168, "8/19/2013"], [911169, "8/20/2013"], [911170, "8/22/2013"], [911171, "8/22/2013"], [911172, "8/19/2013"], [911173, "8/19/2013"], [911174, "8/21/2013"], [911175, "8/21/2013"], [911176, "8/16/2013"], [911177, "8/16/2013"], [911178, "8/22/2013"], [911179, "8/20/2013"], [911180, "8/25/2013"], [911182, "8/23/2013"], [911183, "8/22/2013"], [911184, "8/16/2013"], [911185, "8/22/2013"], [911186, "8/23/2013"], [911187, "8/23/2013"], [911188, "8/25/2013"], [911189, "8/25/2013"], [911190, "8/25/2013"], [911191, "8/25/2013"], [911192, "8/19/2013"], [911193, "8/19/2013"], [911194, "8/21/2013"], [911195, "8/23/2013"], [911196, "8/23/2013"], [911197, "8/22/2013"], [911200, "8/19/2013"], [911202, "8/23/2013"], [911203, "8/23/2013"], [911204, "8/20/2013"], [911205, "8/20/2013"], [911206, "8/22/2013"], [911207, "8/20/2013"], [911208, "8/25/2013"], [911209, "8/25/2013"], [911210, "8/21/2013"], [911211, "8/19/2013"], [911213, "8/20/2013"], [911214, "8/23/2013"], [911215, "8/14/2013"], [911216, "8/20/2013"], [911217, "8/20/2013"], [911218, "8/7/2013"], [911219, "8/23/2013"], [911220, "8/21/2013"], [911221, "8/20/2013"], [911222, "8/20/2013"], [911223, "8/20/2013"], [911224, "8/22/2013"], [911225, "8/21/2013"], [911226, "8/25/2013"], [911227, "8/25/2013"], [911228, "8/23/2013"], [911229, "8/20/2013"], [911230, "8/22/2013"], [911231, "8/20/2013"], [911233, "8/5/2013"], [911234, "8/5/2013"], [911235, "8/15/2013"], [911236, "8/23/2013"], [911237, "8/23/2013"], [911238, "8/20/2013"], [911239, "8/19/2013"], [911240, "8/23/2013"], [911241, "8/22/2013"], [911242, "8/21/2013"], [911243, "8/16/2013"], [911244, "8/7/2013"], [911245, "8/19/2013"], [911246, "8/19/2013"], [911247, "8/22/2013"], [911250, "8/21/2013"], [911253, "8/23/2013"], [911254, "8/23/2013"], [911255, "8/20/2013"], [911256, "8/21/2013"], [911259, "8/19/2013"], [911261, "8/23/2013"], [911263, "8/25/2013"], [911264, "8/21/2013"], [911265, "8/21/2013"], [911266, "8/21/2013"], [911267, "8/22/2013"], [911268, "8/21/2013"], [911269, "8/15/2013"], [911270, "8/15/2013"], [911271, "8/21/2013"], [911272, "8/25/2013"], [911273, "8/21/2013"], [911274, "8/15/2013"], [911275, "8/22/2013"], [911276, "8/21/2013"], [911277, "8/21/2013"], [911278, "8/21/2013"], [911279, "8/15/2013"], [911280, "8/21/2013"], [911281, "8/21/2013"], [911282, "8/7/2013"], [911285, "8/21/2013"], [911286, "8/21/2013"], [911287, "8/21/2013"], [911288, "8/21/2013"], [911289, "8/5/2013"], [911290, "8/25/2013"], [911291, "8/16/2013"], [911292, "8/6/2013"], [911293, "8/23/2013"], [911294, "8/23/2013"], [911295, "8/23/2013"], [911296, "8/21/2013"], [911297, "8/23/2013"], [911298, "8/5/2013"], [911299, "8/20/2013"], [911300, "8/22/2013"], [911301, "8/23/2013"], [911302, "8/25/2013"], [911303, "8/25/2013"], [911304, "12/31/2013"], [911305, "8/21/2013"], [911306, "8/15/2013"], [911307, "8/20/2013"], [911308, "8/23/2013"], [911309, "8/15/2013"], [911310, "8/15/2013"], [911311, "8/22/2013"], [911312, "8/23/2013"], [911313, "8/23/2013"], [911314, "8/25/2013"], [911315, "8/23/2013"], [911316, "8/21/2013"], [911317, "8/23/2013"], [911318, "8/25/2013"], [911321, "8/20/2013"], [911322, "8/19/2013"], [911323, "8/20/2013"], [911328, "8/23/2013"], [911329, "8/15/2013"], [911331, "8/25/2013"], [911332, "8/25/2013"], [911333, "8/15/2013"], [911334, "8/22/2013"], [911335, "8/15/2013"], [911336, "8/15/2013"], [911337, "8/21/2013"], [911338, "8/25/2013"], [911339, "8/22/2013"], [911342, "8/22/2013"], [911343, "8/22/2013"], [911344, "8/22/2013"], [911345, "8/22/2013"], [911346, "8/22/2013"], [911347, "8/22/2013"], [911348, "8/23/2013"], [911349, "8/23/2013"], [911350, "8/21/2013"], [911351, "8/21/2013"], [911353, "8/21/2013"], [911354, "8/20/2013"], [911355, "8/25/2013"], [911356, "8/19/2013"], [911357, "8/25/2013"], [911358, "8/21/2013"], [911359, "8/23/2013"], [911360, "8/23/2013"], [911361, "8/20/2013"], [911362, "8/25/2013"], [911363, "8/20/2013"], [911364, "8/25/2013"], [911365, "8/21/2013"], [911366, "8/22/2013"], [911367, "8/21/2013"], [911368, "8/21/2013"], [911369, "8/20/2013"], [911370, "8/7/2013"], [911371, "8/7/2013"], [911372, "8/20/2013"], [911373, "8/20/2013"], [911374, "8/7/2013"], [911375, "8/20/2013"], [911376, "8/22/2013"], [911378, "8/7/2013"], [911379, "8/7/2013"], [911380, "8/7/2013"], [911381, "8/16/2013"], [911382, "8/16/2013"], [911383, "8/20/2013"], [911384, "8/23/2013"], [911385, "8/25/2013"], [911386, "8/7/2013"], [911387, "8/19/2013"], [911388, "8/21/2013"], [911389, "8/23/2013"], [911390, "8/23/2013"], [911391, "8/21/2013"], [911392, "8/23/2013"], [911393, "8/23/2013"], [911394, "8/14/2013"], [911396, "8/20/2013"], [911397, "8/21/2013"], [911398, "8/15/2013"], [911399, "8/20/2013"], [911400, "8/22/2013"], [911401, "8/23/2013"], [911402, "8/16/2013"], [911403, "8/16/2013"], [911404, "4/9/2014"], [911405, "8/19/2013"], [911406, "8/23/2013"], [911407, "8/25/2013"], [911408, "8/22/2013"], [911409, "8/20/2013"], [911410, "8/7/2013"], [911411, "8/7/2013"], [911412, "8/7/2013"], [911414, "8/23/2013"], [911415, "8/7/2013"], [911416, "8/7/2013"], [911417, "8/7/2013"], [911418, "8/20/2013"], [911419, "8/22/2013"], [911420, "8/22/2013"], [911421, "8/15/2013"], [911422, "8/21/2013"], [911423, "8/25/2013"], [911424, "8/23/2013"], [911425, "8/22/2013"], [911426, "8/22/2013"], [911428, "8/21/2013"], [911429, "8/25/2013"], [911430, "8/25/2013"], [911433, "8/20/2013"], [911435, "8/21/2013"], [911436, "8/21/2013"], [911439, "8/19/2013"], [911444, "8/25/2013"], [911445, "8/23/2013"], [911446, "8/21/2013"], [911447, "8/25/2013"], [911448, "8/25/2013"], [911449, "8/14/2013"], [911452, "8/6/2013"], [911453, "8/6/2013"], [911454, "8/21/2013"], [911458, "8/22/2013"], [911459, "8/21/2013"], [911460, "8/21/2013"], [911461, "8/20/2013"], [911462, "8/21/2013"], [911463, "8/23/2013"], [911464, "8/23/2013"], [911465, "8/23/2013"], [911466, "8/22/2013"], [911467, "8/22/2013"], [911468, "8/16/2013"], [911469, "8/14/2013"], [911470, "8/20/2013"], [911471, "8/5/2013"], [911472, "8/5/2013"], [911473, "8/25/2013"], [911474, "8/22/2013"], [911475, "8/21/2013"], [911476, "8/21/2013"], [911477, "8/19/2013"], [911479, "8/23/2013"], [911480, "8/23/2013"], [911481, "12/31/2013"], [911482, "8/6/2013"], [911483, "8/6/2013"], [911484, "8/23/2013"], [911486, "8/14/2013"], [911491, "8/25/2013"], [911494, "8/22/2013"], [911497, "8/19/2013"], [911498, "8/23/2013"], [911499, "8/23/2013"], [911500, "8/25/2013"], [911501, "8/20/2013"], [911502, "8/19/2013"], [911503, "8/19/2013"], [911506, "8/20/2013"], [911507, "8/22/2013"], [911508, "8/22/2013"], [911509, "8/22/2013"], [911510, "8/21/2013"], [911516, "8/19/2013"], [911517, "8/21/2013"], [911518, "8/19/2013"], [911519, "8/25/2013"], [911520, "8/21/2013"], [911521, "8/21/2013"], [911522, "8/25/2013"], [911523, "8/20/2013"], [911533, "8/22/2013"], [911535, "8/21/2013"], [911536, "8/19/2013"], [911537, "8/19/2013"], [911538, "8/19/2013"], [911539, "8/23/2013"], [911541, "8/19/2013"], [911542, "8/15/2013"], [911543, "8/6/2013"], [911545, "8/21/2013"], [911546, "8/20/2013"], [911547, "8/21/2013"], [911548, "8/19/2013"], [911549, "1/22/2014"], [911550, "1/22/2014"], [911551, "8/20/2013"], [911552, "8/21/2013"], [911553, "8/23/2013"], [911554, "8/25/2013"], [911555, "8/20/2013"], [911556, "8/20/2013"], [911557, "8/19/2013"], [911558, "8/25/2013"], [911559, "8/19/2013"], [911560, "8/25/2013"], [911561, "8/15/2013"], [911562, "8/15/2013"], [911568, "8/23/2013"], [911569, "8/22/2013"], [911574, "8/19/2013"], [911575, "8/25/2013"], [911576, "8/19/2013"], [911577, "8/21/2013"], [911578, "8/19/2013"], [911579, "8/7/2013"], [911580, "8/22/2013"], [911581, "8/19/2013"], [911582, "8/19/2013"], [911583, "8/23/2013"], [911584, "8/25/2013"], [911590, "8/20/2013"], [911591, "8/22/2013"], [911603, "8/19/2013"], [911605, "4/9/2014"], [911606, "8/6/2013"], [911607, "8/6/2013"], [911608, "8/22/2013"], [911609, "8/20/2013"], [911610, "8/25/2013"], [911611, "8/21/2013"], [911612, "8/21/2013"], [911613, "8/21/2013"], [911615, "8/19/2013"], [911616, "8/19/2013"], [911617, "1/22/2014"], [911618, "8/22/2013"], [911619, "8/22/2013"], [911620, "8/23/2013"], [911621, "8/23/2013"], [911622, "8/25/2013"], [911623, "8/25/2013"], [911624, "8/21/2013"], [911625, "8/25/2013"], [911626, "8/22/2013"], [911627, "8/22/2013"], [911628, "8/23/2013"], [911629, "8/20/2013"], [911630, "8/22/2013"], [911631, "8/19/2013"], [911632, "8/22/2013"], [911633, "8/22/2013"], [911634, "8/19/2013"], [911635, "8/21/2013"], [911637, "1/22/2014"], [911638, "8/23/2013"], [911639, "8/22/2013"], [911640, "8/6/2013"], [911642, "8/19/2013"], [911643, "8/6/2013"], [911644, "8/21/2013"], [911645, "8/23/2013"], [911646, "8/6/2013"], [911647, "8/6/2013"], [911649, "8/23/2013"], [911650, "8/25/2013"], [911653, "8/19/2013"], [911654, "8/20/2013"], [911655, "8/20/2013"], [911656, "8/20/2013"], [911657, "8/25/2013"], [911660, "8/21/2013"], [911661, "8/19/2013"], [911664, "8/15/2013"], [911667, "8/25/2013"], [911668, "8/23/2013"], [911671, "8/23/2013"], [911675, "8/22/2013"], [911677, "8/21/2013"], [911680, "8/23/2013"], [911681, "8/25/2013"], [911682, "8/6/2013"], [911685, "8/23/2013"], [911687, "8/22/2013"], [911688, "8/19/2013"], [911689, "8/23/2013"], [911690, "8/19/2013"], [911691, "8/22/2013"], [911692, "8/20/2013"], [911693, "8/21/2013"], [911694, "8/22/2013"], [911695, "8/23/2013"], [911696, "8/20/2013"], [911697, "8/19/2013"], [911698, "8/22/2013"], [911699, "8/21/2013"], [911700, "8/19/2013"], [911701, "8/12/2013"], [911702, "8/22/2013"], [911703, "8/20/2013"], [911705, "8/23/2013"], [911706, "8/25/2013"], [911707, "8/19/2013"], [911708, "8/23/2013"], [911709, "8/22/2013"], [911710, "8/20/2013"], [911711, "8/25/2013"], [911712, "8/22/2013"], [911713, "8/21/2013"], [911714, "8/19/2013"], [911715, "8/23/2013"], [911716, "8/19/2013"], [911717, "8/25/2013"], [911718, "8/6/2013"], [911719, "8/22/2013"], [911720, "8/19/2013"], [911721, "8/23/2013"], [911722, "8/20/2013"], [911723, "8/19/2013"], [911724, "8/21/2013"], [911725, "8/25/2013"], [911726, "8/20/2013"], [911727, "8/20/2013"], [911728, "8/22/2013"], [911729, "8/21/2013"], [911730, "8/23/2013"], [911731, "8/23/2013"], [911732, "8/23/2013"], [911733, "8/25/2013"], [911734, "8/23/2013"], [911735, "8/23/2013"], [911736, "8/20/2013"], [911738, "8/20/2013"], [911739, "8/22/2013"], [911740, "8/19/2013"], [911743, "8/23/2013"], [911744, "8/7/2013"], [911745, "8/19/2013"], [911748, "8/12/2013"], [911749, "8/12/2013"], [911750, "8/21/2013"], [911751, "8/21/2013"], [911752, "8/25/2013"], [911753, "8/22/2013"], [911754, "8/22/2013"], [911757, "8/23/2013"], [911760, "8/12/2013"], [911761, "8/23/2013"], [911762, "8/21/2013"], [911763, "8/23/2013"], [911764, "8/6/2013"], [911765, "8/22/2013"], [911767, "8/22/2013"], [911768, "8/22/2013"], [911769, "8/25/2013"], [911770, "8/16/2013"], [911771, "8/23/2013"], [911772, "8/6/2013"], [911773, "8/22/2013"], [911774, "8/6/2013"], [911776, "8/23/2013"], [911777, "8/15/2013"], [911778, "8/23/2013"], [911780, "8/23/2013"], [911781, "8/7/2013"], [911782, "8/19/2013"], [911783, "8/22/2013"], [911784, "8/25/2013"], [911785, "8/23/2013"], [911786, "8/22/2013"], [911787, "8/20/2013"], [911788, "8/15/2013"], [911789, "8/16/2013"], [911791, "8/23/2013"], [911792, "8/15/2013"], [911793, "8/20/2013"], [911794, "8/22/2013"], [911795, "1/22/2014"], [911796, "8/20/2013"], [911797, "8/25/2013"], [911798, "8/23/2013"], [911799, "8/22/2013"], [911800, "8/21/2013"], [911801, "8/23/2013"], [911802, "8/23/2013"], [911803, "8/25/2013"], [911804, "8/7/2013"], [911806, "8/20/2013"], [911807, "12/31/2013"], [911808, "8/22/2013"], [911810, "8/25/2013"], [911811, "8/19/2013"], [911812, "8/22/2013"], [911813, "8/20/2013"], [911814, "8/25/2013"], [911815, "8/22/2013"], [911816, "8/23/2013"], [911818, "8/23/2013"], [911819, "8/25/2013"], [911820, "8/23/2013"], [911821, "8/25/2013"], [911822, "8/19/2013"], [911823, "8/25/2013"], [911824, "8/19/2013"], [911825, "8/22/2013"], [911826, "8/21/2013"], [911827, "8/25/2013"], [911828, "8/23/2013"], [911829, "8/23/2013"], [911831, "8/21/2013"], [911832, "8/22/2013"], [911833, "8/23/2013"], [911835, "8/22/2013"], [911836, "8/22/2013"], [911839, "8/23/2013"], [911841, "8/23/2013"], [911843, "8/19/2013"], [911844, "8/19/2013"], [911845, "8/20/2013"], [911846, "8/22/2013"], [911848, "8/23/2013"], [911850, "8/20/2013"], [911851, "8/25/2013"], [911852, "8/19/2013"], [911853, "8/21/2013"], [911854, "8/19/2013"], [911855, "8/25/2013"], [911856, "8/22/2013"], [911857, "8/19/2013"], [911858, "8/21/2013"], [911859, "8/22/2013"], [911860, "8/23/2013"], [911861, "8/22/2013"], [911862, "8/19/2013"], [911863, "8/22/2013"], [911864, "8/20/2013"], [911865, "8/25/2013"], [911866, "8/20/2013"], [911867, "8/25/2013"], [911868, "8/23/2013"], [911869, "8/25/2013"], [911870, "8/20/2013"], [911871, "8/22/2013"], [911872, "8/23/2013"], [911873, "8/22/2013"], [911874, "8/6/2013"], [911875, "8/19/2013"], [911876, "8/19/2013"], [911878, "8/25/2013"], [911879, "8/19/2013"], [911880, "8/22/2013"], [911883, "8/19/2013"], [911884, "8/22/2013"], [911885, "8/19/2013"], [911886, "8/23/2013"], [911887, "1/22/2014"], [911888, "8/21/2013"], [911889, "8/23/2013"], [911892, "8/23/2013"], [911894, "8/20/2013"], [911896, "8/20/2013"], [911897, "8/23/2013"], [911898, "8/20/2013"], [911899, "8/25/2013"], [911900, "8/22/2013"], [911901, "8/23/2013"], [911904, "8/19/2013"], [911905, "8/21/2013"], [911906, "8/23/2013"], [911907, "8/19/2013"], [911908, "8/22/2013"], [911909, "8/15/2013"], [911910, "8/23/2013"], [911911, "8/19/2013"], [911912, "8/25/2013"], [911913, "8/23/2013"], [911914, "8/23/2013"], [911915, "8/22/2013"], [911916, "8/20/2013"], [911917, "8/15/2013"], [911918, "8/19/2013"], [911919, "8/20/2013"], [911920, "8/19/2013"], [911922, "8/23/2013"], [911923, "8/20/2013"], [911924, "8/20/2013"], [911925, "8/20/2013"], [911926, "8/19/2013"], [911928, "1/22/2014"], [911930, "8/22/2013"], [911931, "1/22/2014"], [911932, "8/22/2013"], [911933, "8/25/2013"], [911934, "8/25/2013"], [911935, "8/22/2013"], [911936, "8/14/2013"], [911937, "8/25/2013"], [911938, "8/22/2013"], [911940, "8/23/2013"], [911941, "8/23/2013"], [911942, "8/22/2013"], [911943, "8/22/2013"], [911944, "8/19/2013"], [911945, "8/20/2013"], [911946, "8/19/2013"], [911947, "8/23/2013"], [911948, "8/22/2013"], [911949, "8/23/2013"], [911950, "8/19/2013"], [911951, "8/19/2013"], [911952, "8/22/2013"], [911953, "8/20/2013"], [911954, "8/22/2013"], [911955, "8/19/2013"], [911956, "8/23/2013"], [911957, "8/19/2013"], [911958, "8/22/2013"], [911959, "8/25/2013"], [911960, "8/22/2013"], [911961, "8/20/2013"], [911962, "8/22/2013"], [911963, "8/16/2013"], [911964, "8/22/2013"], [911965, "8/22/2013"], [911966, "8/20/2013"], [911967, "8/23/2013"], [911968, "8/23/2013"], [911969, "8/25/2013"], [911970, "8/21/2013"], [911971, "8/22/2013"], [911972, "8/20/2013"], [911973, "8/21/2013"], [911974, "8/22/2013"], [911975, "8/20/2013"], [911976, "8/25/2013"], [911977, "8/22/2013"], [911978, "8/20/2013"], [911979, "8/25/2013"], [911980, "8/23/2013"], [911981, "8/19/2013"], [911982, "8/22/2013"], [911983, "8/20/2013"], [911984, "8/20/2013"], [911985, "8/15/2013"], [911989, "8/23/2013"], [911990, "8/15/2013"], [911991, "8/25/2013"], [911992, "8/23/2013"], [911993, "8/25/2013"], [911995, "8/19/2013"], [911998, "8/19/2013"], [911999, "8/19/2013"], [912003, "8/20/2013"], [912006, "8/25/2013"], [912007, "8/20/2013"], [912008, "8/25/2013"], [912009, "8/23/2013"], [912012, "12/31/2013"], [912013, "1/22/2014"], [912014, "8/20/2013"], [912017, "8/23/2013"], [912018, "8/19/2013"], [912019, "8/23/2013"], [912020, "8/19/2013"], [912023, "8/20/2013"], [912024, "8/23/2013"], [912027, "8/23/2013"], [912028, "8/25/2013"], [912030, "8/23/2013"], [912031, "8/23/2013"], [912032, "12/31/2013"], [912033, "8/22/2013"], [912034, "8/21/2013"], [912035, "8/23/2013"], [912036, "8/23/2013"], [912037, "8/22/2013"], [912038, "8/22/2013"], [912039, "8/25/2013"], [912040, "8/23/2013"], [912041, "8/22/2013"], [912042, "8/20/2013"], [912043, "8/22/2013"], [912046, "8/23/2013"], [912047, "8/25/2013"], [912049, "8/23/2013"], [912050, "8/20/2013"], [912051, "8/22/2013"], [912052, "8/25/2013"], [912053, "8/23/2013"], [912054, "8/25/2013"], [912055, "8/19/2013"], [912056, "8/20/2013"], [912057, "8/23/2013"], [912058, "8/23/2013"], [912059, "8/25/2013"], [912060, "8/19/2013"], [912061, "8/22/2013"], [912062, "8/22/2013"], [912063, "8/23/2013"], [912064, "8/22/2013"], [912065, "8/22/2013"], [912066, "8/23/2013"], [912067, "8/22/2013"], [912068, "12/31/2013"], [912069, "8/25/2013"], [912070, "12/31/2013"], [912071, "8/19/2013"], [912072, "12/31/2013"], [912073, "8/23/2013"], [912074, "1/22/2014"], [912075, "8/25/2013"], [912076, "8/25/2013"], [912077, "8/23/2013"], [912078, "8/20/2013"], [912079, "8/23/2013"], [912080, "8/20/2013"], [912081, "1/22/2014"], [912082, "8/25/2013"], [912083, "8/22/2013"], [912084, "8/14/2013"], [912085, "8/25/2013"], [912087, "8/25/2013"], [912088, "8/14/2013"], [912089, "8/25/2013"], [912090, "8/25/2013"], [912091, "8/22/2013"], [912092, "8/22/2013"], [912093, "8/25/2013"], [912094, "8/22/2013"], [912096, "8/21/2013"], [912097, "8/20/2013"], [912098, "8/22/2013"], [912099, "8/20/2013"], [912101, "8/25/2013"], [912102, "8/15/2013"], [912103, "1/22/2014"], [912106, "8/25/2013"], [912107, "8/20/2013"], [912108, "8/25/2013"], [912109, "8/21/2013"], [912110, "8/22/2013"], [912111, "8/22/2013"], [912112, "8/22/2013"], [912113, "8/21/2013"], [912114, "12/31/2013"], [912115, "8/22/2013"], [912116, "8/22/2013"], [912118, "8/22/2013"], [912119, "8/20/2013"], [912121, "8/23/2013"], [912122, "8/22/2013"], [912123, "8/22/2013"], [912124, "8/19/2013"], [912125, "8/25/2013"], [912126, "8/15/2013"], [912127, "8/23/2013"], [912128, "8/20/2013"], [912129, "8/15/2013"], [912130, "8/22/2013"], [912131, "8/25/2013"], [912133, "8/14/2013"], [912134, "8/25/2013"], [912135, "8/25/2013"], [912136, "8/20/2013"], [912137, "8/20/2013"], [912138, "8/22/2013"], [912139, "8/19/2013"], [912140, "8/22/2013"], [912141, "8/20/2013"], [912142, "8/20/2013"], [912143, "8/22/2013"], [912144, "8/21/2013"], [912145, "8/22/2013"], [912146, "8/19/2013"], [912147, "8/20/2013"], [912148, "8/5/2013"], [912149, "8/25/2013"], [912150, "8/23/2013"], [912151, "8/20/2013"], [912152, "8/5/2013"], [912153, "8/21/2013"], [912154, "8/22/2013"], [912155, "8/23/2013"], [912157, "8/23/2013"], [912158, "8/25/2013"], [912159, "8/16/2013"], [912160, "8/25/2013"], [912161, "8/16/2013"], [912162, "8/7/2013"], [912163, "8/20/2013"], [912165, "8/25/2013"], [912166, "8/19/2013"], [912167, "8/22/2013"], [912168, "8/6/2013"], [912169, "8/23/2013"], [912170, "8/21/2013"], [912171, "8/20/2013"], [912172, "8/25/2013"], [912173, "8/21/2013"], [912175, "8/23/2013"], [912176, "8/19/2013"], [912177, "8/19/2013"], [912178, "8/6/2013"], [912179, "8/20/2013"], [912180, "8/22/2013"], [912181, "8/20/2013"], [912184, "8/21/2013"], [912185, "8/19/2013"], [912186, "8/22/2013"], [912187, "8/5/2013"], [912188, "8/19/2013"], [912191, "8/25/2013"], [912194, "8/23/2013"], [912195, "8/23/2013"], [912196, "8/19/2013"], [912197, "8/19/2013"], [912200, "8/23/2013"], [912201, "8/19/2013"], [912202, "8/22/2013"], [912203, "8/25/2013"], [912204, "8/15/2013"], [912205, "8/19/2013"], [912206, "8/25/2013"], [912209, "8/19/2013"], [912210, "8/25/2013"], [912211, "8/23/2013"], [912214, "8/21/2013"], [912217, "8/15/2013"], [912218, "8/23/2013"], [912219, "8/23/2013"], [912222, "8/25/2013"], [912224, "8/21/2013"], [912225, "8/22/2013"], [912228, "8/22/2013"], [912229, "8/20/2013"], [912230, "8/22/2013"], [912233, "8/25/2013"], [912246, "8/19/2013"], [912247, "8/25/2013"], [912248, "8/20/2013"], [912249, "8/15/2013"], [912253, "8/22/2013"], [912254, "8/23/2013"], [912257, "8/22/2013"], [912258, "8/20/2013"], [912261, "8/23/2013"], [912262, "8/5/2013"], [912263, "8/22/2013"], [912265, "8/20/2013"], [912266, "8/15/2013"], [912267, "8/21/2013"], [912268, "8/25/2013"], [912270, "8/21/2013"], [912272, "12/31/2013"], [912273, "8/25/2013"], [912274, "8/20/2013"], [912275, "8/20/2013"], [912276, "8/25/2013"], [912277, "8/19/2013"], [912278, "8/21/2013"], [912279, "8/14/2013"], [912281, "8/19/2013"], [912282, "8/19/2013"], [912283, "8/16/2013"], [912284, "8/20/2013"], [912285, "8/25/2013"], [912288, "8/23/2013"], [912291, "8/20/2013"], [912294, "8/19/2013"], [912295, "8/16/2013"], [912296, "8/16/2013"], [912297, "8/16/2013"], [912298, "12/31/2013"], [912299, "8/20/2013"], [912301, "8/23/2013"], [912302, "8/20/2013"], [912305, "8/23/2013"], [912306, "8/23/2013"], [912307, "8/23/2013"], [912311, "8/22/2013"], [912312, "8/21/2013"], [912315, "8/20/2013"], [912316, "8/23/2013"], [912319, "8/22/2013"], [912321, "8/23/2013"], [912322, "8/23/2013"], [912323, "8/25/2013"], [912324, "8/25/2013"], [912325, "8/22/2013"], [912326, "8/21/2013"], [912329, "8/22/2013"], [912332, "8/25/2013"], [912333, "8/23/2013"], [912334, "1/22/2014"], [912341, "8/20/2013"], [912343, "8/19/2013"], [912344, "8/25/2013"], [912345, "8/20/2013"], [912346, "8/21/2013"], [912347, "8/22/2013"], [912348, "8/21/2013"], [912349, "8/22/2013"], [912350, "8/23/2013"], [912351, "8/23/2013"], [912352, "8/19/2013"], [912353, "8/22/2013"], [912354, "1/22/2014"], [912355, "8/19/2013"], [912356, "8/25/2013"], [912357, "8/23/2013"], [912358, "8/25/2013"], [912359, "8/20/2013"], [912364, "8/20/2013"], [912365, "8/19/2013"], [912366, "8/21/2013"], [912367, "8/20/2013"], [912368, "8/22/2013"], [912369, "8/22/2013"], [912370, "8/19/2013"], [912371, "8/23/2013"], [912372, "8/25/2013"], [912373, "8/25/2013"], [912374, "8/20/2013"], [912385, "8/25/2013"], [912386, "8/25/2013"], [912387, "8/25/2013"], [912388, "8/20/2013"], [912389, "8/20/2013"], [912391, "8/21/2013"], [912393, "8/25/2013"], [912394, "8/25/2013"], [912395, "8/25/2013"], [912396, "8/19/2013"], [912397, "8/25/2013"], [912398, "8/19/2013"], [912399, "8/25/2013"], [912400, "8/23/2013"], [912401, "8/22/2013"], [912402, "8/21/2013"], [912403, "8/20/2013"], [912404, "8/25/2013"], [912405, "8/20/2013"], [912406, "8/22/2013"], [912407, "8/25/2013"], [912408, "8/20/2013"], [912409, "8/25/2013"], [912410, "8/25/2013"], [912411, "8/19/2013"], [912412, "8/22/2013"], [912413, "8/25/2013"], [912416, "8/21/2013"], [912417, "8/21/2013"], [912418, "8/25/2013"], [912419, "8/21/2013"], [912420, "8/21/2013"], [912421, "8/23/2013"], [912422, "8/23/2013"], [912423, "8/19/2013"], [912425, "8/23/2013"], [912426, "8/25/2013"], [912427, "8/19/2013"], [912428, "8/25/2013"], [912429, "8/25/2013"], [912430, "8/21/2013"], [912431, "8/22/2013"], [912432, "4/9/2014"], [912434, "8/25/2013"], [912435, "8/21/2013"], [912436, "8/25/2013"], [912437, "8/23/2013"], [912438, "8/19/2013"], [912439, "8/14/2013"], [912441, "8/19/2013"], [912442, "8/20/2013"], [912443, "8/25/2013"], [912444, "8/22/2013"], [912445, "8/19/2013"], [912446, "8/19/2013"], [912447, "8/23/2013"], [912448, "8/23/2013"], [912449, "8/19/2013"], [912450, "8/19/2013"], [912453, "8/22/2013"], [912454, "8/22/2013"], [912455, "8/7/2013"], [912456, "8/23/2013"], [912457, "8/19/2013"], [912458, "8/20/2013"], [912459, "8/25/2013"], [912460, "8/25/2013"], [912461, "8/20/2013"], [912462, "8/23/2013"], [912463, "8/25/2013"], [912464, "1/22/2014"], [912465, "8/20/2013"], [912466, "8/7/2013"], [912467, "8/19/2013"], [912468, "8/23/2013"], [912469, "8/25/2013"], [912470, "1/22/2014"], [912471, "8/23/2013"], [912472, "8/21/2013"], [912473, "8/25/2013"], [912474, "8/23/2013"], [912476, "8/20/2013"], [912477, "8/21/2013"], [912478, "8/22/2013"], [912479, "8/19/2013"], [912480, "8/21/2013"], [912481, "8/20/2013"], [912483, "8/5/2013"], [912484, "8/19/2013"], [912485, "8/23/2013"], [912486, "8/22/2013"], [912487, "8/20/2013"], [912489, "8/20/2013"], [912490, "8/23/2013"], [912491, "8/22/2013"], [912492, "8/21/2013"], [912493, "8/21/2013"], [912494, "8/21/2013"], [912495, "8/19/2013"], [912497, "8/19/2013"], [912498, "12/31/2013"], [912499, "12/31/2013"], [912500, "8/23/2013"], [912501, "8/15/2013"], [912502, "8/25/2013"], [912503, "8/25/2013"], [912504, "8/22/2013"], [912505, "8/21/2013"], [912506, "8/23/2013"], [912507, "8/23/2013"], [912508, "8/19/2013"], [912509, "8/23/2013"], [912510, "8/20/2013"], [912511, "8/20/2013"], [912512, "8/19/2013"], [912513, "8/19/2013"], [912514, "8/21/2013"], [912515, "8/23/2013"], [912516, "8/20/2013"], [912517, "8/23/2013"], [912518, "8/21/2013"], [912519, "8/19/2013"], [912520, "8/25/2013"], [912521, "8/25/2013"], [912522, "8/23/2013"], [912523, "8/20/2013"], [912524, "8/20/2013"], [912525, "8/20/2013"], [912527, "8/23/2013"], [912528, "8/25/2013"], [912529, "8/23/2013"], [912530, "8/25/2013"], [912531, "8/22/2013"], [912532, "8/21/2013"], [912533, "8/21/2013"], [912534, "8/23/2013"], [912535, "8/20/2013"], [912536, "8/23/2013"], [912537, "8/23/2013"], [912538, "8/20/2013"], [912539, "8/22/2013"], [912540, "8/22/2013"], [912541, "8/20/2013"], [912542, "8/23/2013"], [912543, "8/25/2013"], [912544, "8/5/2013"], [912545, "8/23/2013"], [912546, "8/25/2013"], [912547, "1/22/2014"], [912548, "8/25/2013"], [912549, "8/25/2013"], [912550, "8/23/2013"], [912551, "8/23/2013"], [912552, "8/14/2013"], [912556, "8/22/2013"], [912559, "8/25/2013"], [912560, "8/22/2013"], [912561, "8/23/2013"], [912562, "8/23/2013"], [912563, "8/25/2013"], [912564, "8/20/2013"], [912565, "8/25/2013"], [912566, "8/25/2013"], [912567, "8/19/2013"], [912568, "8/20/2013"], [912569, "8/20/2013"], [912570, "8/21/2013"], [912571, "8/21/2013"], [912576, "8/25/2013"], [912585, "8/25/2013"], [912586, "8/15/2013"], [912587, "8/19/2013"], [912588, "8/19/2013"], [912589, "8/20/2013"], [912591, "8/20/2013"], [912592, "8/25/2013"], [912593, "8/23/2013"], [912594, "8/22/2013"], [912596, "8/23/2013"], [912601, "8/23/2013"], [912606, "8/23/2013"], [912609, "8/25/2013"], [912614, "8/23/2013"], [912616, "8/23/2013"], [912617, "8/23/2013"], [912619, "1/22/2014"], [912620, "8/20/2013"], [912621, "8/19/2013"], [912622, "8/23/2013"], [912623, "8/20/2013"], [912624, "8/23/2013"], [912625, "8/23/2013"], [912626, "8/23/2013"], [912627, "8/23/2013"], [912628, "8/25/2013"], [912629, "8/20/2013"], [912630, "8/23/2013"], [912631, "8/25/2013"], [912632, "8/23/2013"], [912633, "8/19/2013"], [912634, "8/23/2013"], [912635, "8/20/2013"], [912636, "8/20/2013"], [912637, "8/20/2013"], [912638, "8/25/2013"], [912639, "8/23/2013"], [912640, "8/23/2013"], [912641, "8/23/2013"], [912642, "8/20/2013"], [912643, "8/20/2013"], [912645, "8/23/2013"], [912646, "8/23/2013"], [912647, "8/23/2013"], [912649, "8/20/2013"], [912650, "8/23/2013"], [912651, "8/6/2013"], [912652, "8/25/2013"], [912653, "8/23/2013"], [912654, "8/20/2013"], [912655, "8/19/2013"], [912656, "8/20/2013"], [912657, "8/23/2013"], [912658, "8/23/2013"], [912659, "8/6/2013"], [912660, "8/20/2013"], [912661, "8/20/2013"], [912662, "8/23/2013"], [912663, "8/20/2013"], [912664, "8/20/2013"], [912665, "8/20/2013"], [912668, "8/23/2013"], [912675, "8/23/2013"], [912678, "8/22/2013"], [912681, "8/20/2013"], [912682, "8/23/2013"], [912683, "1/22/2014"], [912684, "8/20/2013"], [912691, "8/20/2013"], [912692, "8/20/2013"], [912695, "8/15/2013"], [912699, "8/25/2013"], [912700, "8/20/2013"], [912701, "8/25/2013"], [912709, "8/23/2013"], [912711, "8/23/2013"], [912712, "8/23/2013"], [912713, "8/23/2013"], [912714, "8/15/2013"], [912715, "8/25/2013"], [912716, "8/25/2013"], [912717, "8/23/2013"], [912718, "8/23/2013"], [912719, "8/19/2013"], [912720, "8/23/2013"], [912721, "8/6/2013"], [912722, "8/20/2013"], [912723, "8/25/2013"], [912724, "8/23/2013"], [912725, "8/22/2013"], [912726, "8/14/2013"], [912727, "8/23/2013"], [912728, "8/23/2013"], [912729, "8/23/2013"], [912730, "8/23/2013"], [912731, "8/14/2013"], [912732, "8/23/2013"], [912733, "8/21/2013"], [912734, "8/20/2013"], [912735, "8/25/2013"], [912736, "8/23/2013"], [912737, "8/20/2013"], [912738, "8/23/2013"], [912739, "8/20/2013"], [912740, "8/25/2013"], [912741, "8/23/2013"], [912742, "8/21/2013"], [912743, "8/21/2013"], [912744, "8/23/2013"], [912746, "8/25/2013"], [912747, "1/22/2014"], [912748, "8/20/2013"], [912749, "8/23/2013"], [912751, "8/23/2013"], [912752, "8/23/2013"], [912757, "8/23/2013"], [912758, "8/23/2013"], [912761, "8/25/2013"], [912762, "8/22/2013"], [912763, "8/23/2013"], [912764, "8/25/2013"], [912767, "8/23/2013"], [912768, "8/23/2013"], [912771, "8/20/2013"], [912772, "8/20/2013"], [912775, "8/20/2013"], [912776, "8/23/2013"], [912777, "8/25/2013"], [912778, "8/25/2013"], [912779, "8/20/2013"], [912781, "8/25/2013"], [912782, "8/20/2013"], [912783, "8/23/2013"], [912784, "8/23/2013"], [912785, "8/23/2013"], [912786, "8/6/2013"], [912787, "8/23/2013"], [912788, "8/16/2013"], [912790, "8/23/2013"], [912791, "8/25/2013"], [912792, "8/23/2013"], [912793, "8/25/2013"], [912796, "8/20/2013"], [912797, "8/23/2013"], [912798, "8/23/2013"], [912800, "8/23/2013"], [912801, "8/20/2013"], [912802, "8/20/2013"], [912803, "8/23/2013"], [912804, "8/15/2013"], [912807, "8/23/2013"], [912808, "8/23/2013"], [912809, "8/23/2013"], [912810, "8/20/2013"], [912811, "8/23/2013"], [912812, "8/21/2013"], [912813, "8/23/2013"], [912814, "8/23/2013"], [912815, "8/20/2013"], [912816, "8/23/2013"], [912817, "8/23/2013"], [912818, "8/20/2013"], [912820, "8/21/2013"], [912821, "8/23/2013"], [912822, "8/23/2013"], [912823, "8/20/2013"], [912825, "8/15/2013"], [912828, "8/22/2013"], [912829, "8/20/2013"], [912830, "8/23/2013"], [912831, "8/23/2013"], [912832, "8/23/2013"], [912833, "8/23/2013"], [912834, "8/25/2013"], [912837, "8/23/2013"], [912838, "8/15/2013"], [912839, "8/25/2013"], [912841, "8/23/2013"], [912842, "8/23/2013"], [912845, "8/25/2013"], [912848, "8/23/2013"], [912849, "8/25/2013"], [912852, "8/23/2013"], [912853, "8/23/2013"], [912854, "8/14/2013"], [912855, "8/20/2013"], [912856, "8/20/2013"], [912859, "8/23/2013"], [912860, "8/15/2013"], [912863, "8/23/2013"], [912864, "8/22/2013"], [912865, "8/23/2013"], [912866, "8/23/2013"], [912867, "8/25/2013"], [912868, "8/20/2013"], [912869, "8/21/2013"], [912872, "8/20/2013"], [912874, "8/20/2013"], [912875, "8/23/2013"], [912876, "8/22/2013"], [912878, "8/23/2013"], [912879, "8/20/2013"], [912880, "8/23/2013"], [912882, "8/25/2013"], [912883, "8/23/2013"], [912884, "8/20/2013"], [912886, "8/21/2013"], [912887, "8/23/2013"], [912888, "8/23/2013"], [912891, "8/20/2013"], [912892, "8/23/2013"], [912894, "8/23/2013"], [912896, "8/20/2013"], [912897, "8/20/2013"], [912898, "8/23/2013"], [912899, "8/20/2013"], [912900, "8/5/2013"], [912901, "8/20/2013"], [912902, "8/20/2013"], [912903, "8/21/2013"], [912904, "8/22/2013"], [912905, "8/23/2013"], [912906, "8/21/2013"], [912908, "8/23/2013"], [912909, "8/20/2013"], [912910, "8/22/2013"], [912912, "8/21/2013"], [912913, "8/23/2013"], [912914, "8/19/2013"], [912915, "8/19/2013"], [912916, "8/23/2013"], [912918, "8/6/2013"], [912919, "8/22/2013"], [912920, "8/15/2013"], [912921, "8/6/2013"], [912922, "8/20/2013"], [912923, "8/20/2013"], [912924, "8/21/2013"], [912925, "8/22/2013"], [912926, "8/20/2013"], [912927, "8/20/2013"], [912928, "8/25/2013"], [912929, "8/20/2013"], [912930, "8/23/2013"], [912931, "8/22/2013"], [912933, "8/15/2013"], [912934, "8/23/2013"], [912935, "8/20/2013"], [912936, "8/25/2013"], [912937, "8/23/2013"], [912938, "8/20/2013"], [912939, "8/20/2013"], [912940, "8/20/2013"], [912941, "8/15/2013"], [912942, "8/20/2013"], [912944, "8/19/2013"], [912945, "8/20/2013"], [912946, "8/22/2013"], [912947, "8/25/2013"], [912948, "8/15/2013"], [912949, "8/25/2013"], [912950, "8/20/2013"], [912951, "8/23/2013"], [912953, "8/22/2013"], [912954, "8/20/2013"], [912955, "8/23/2013"], [912956, "8/23/2013"], [912957, "8/21/2013"], [912958, "8/25/2013"], [912959, "8/23/2013"], [912960, "8/6/2013"], [912961, "8/25/2013"], [912962, "8/20/2013"], [912963, "8/20/2013"], [912966, "8/23/2013"], [912967, "8/23/2013"], [912969, "8/22/2013"], [912972, "8/20/2013"], [912973, "8/23/2013"], [912974, "8/20/2013"], [912975, "8/23/2013"], [912977, "8/23/2013"], [912979, "8/23/2013"], [912980, "8/23/2013"], [912981, "8/22/2013"], [912982, "8/23/2013"], [912985, "8/23/2013"], [912986, "8/23/2013"], [912987, "8/25/2013"], [912988, "8/22/2013"], [912989, "8/22/2013"], [912990, "8/23/2013"], [912993, "8/21/2013"], [912994, "8/23/2013"], [912997, "8/15/2013"], [912998, "8/23/2013"], [912999, "8/22/2013"], [913000, "8/20/2013"], [913001, "8/23/2013"], [913004, "8/25/2013"], [913005, "8/21/2013"], [913006, "8/20/2013"], [913009, "8/23/2013"], [913010, "8/20/2013"], [913011, "8/25/2013"], [913013, "8/15/2013"], [913016, "8/20/2013"], [913018, "8/22/2013"], [913019, "8/22/2013"], [913020, "8/23/2013"], [913021, "8/20/2013"], [913022, "8/19/2013"], [913023, "8/23/2013"], [913025, "8/20/2013"], [913026, "8/23/2013"], [913028, "8/25/2013"], [913029, "8/22/2013"], [913030, "8/21/2013"], [913031, "8/21/2013"], [913032, "8/23/2013"], [913033, "8/25/2013"], [913035, "8/20/2013"], [913038, "8/23/2013"], [913039, "8/23/2013"], [913040, "8/19/2013"], [913041, "8/20/2013"], [913042, "8/23/2013"], [913043, "8/22/2013"], [913046, "8/23/2013"], [913047, "8/19/2013"], [913048, "8/23/2013"], [913051, "8/19/2013"], [913052, "8/16/2013"], [913055, "8/23/2013"], [913056, "8/25/2013"], [913057, "8/23/2013"], [913060, "8/23/2013"], [913061, "8/23/2013"], [913062, "8/22/2013"], [913065, "8/14/2013"], [913066, "8/19/2013"], [913067, "8/14/2013"], [913068, "8/23/2013"], [913069, "8/23/2013"], [913071, "8/7/2013"], [913072, "8/22/2013"], [913075, "8/16/2013"], [913076, "8/22/2013"], [913078, "8/21/2013"], [913079, "8/23/2013"], [913082, "8/20/2013"], [913083, "8/22/2013"], [913084, "8/21/2013"], [913085, "8/23/2013"], [913086, "8/23/2013"], [913089, "8/23/2013"], [913090, "8/21/2013"], [913092, "8/20/2013"], [913093, "8/21/2013"], [913094, "8/23/2013"], [913095, "8/25/2013"], [913096, "8/14/2013"], [913097, "8/19/2013"], [913099, "8/20/2013"], [913100, "8/22/2013"], [913101, "8/20/2013"], [913102, "8/23/2013"], [913103, "8/22/2013"], [913104, "8/23/2013"], [913107, "8/25/2013"], [913108, "8/20/2013"], [913110, "8/23/2013"], [913111, "8/6/2013"], [913112, "8/6/2013"], [913113, "8/15/2013"], [913114, "8/16/2013"], [913115, "8/23/2013"], [913116, "8/25/2013"], [913117, "8/20/2013"], [913118, "8/6/2013"], [913120, "8/21/2013"], [913121, "8/21/2013"], [913122, "8/22/2013"], [913123, "8/25/2013"], [913124, "8/23/2013"], [913125, "8/21/2013"], [913126, "8/25/2013"], [913127, "8/21/2013"], [913128, "8/23/2013"], [913129, "8/23/2013"], [913130, "8/15/2013"], [913131, "8/23/2013"], [913133, "8/25/2013"], [913134, "8/6/2013"], [913135, "8/19/2013"], [913136, "8/25/2013"], [913137, "8/23/2013"], [913138, "8/22/2013"], [913140, "8/23/2013"], [913141, "8/23/2013"], [913142, "8/20/2013"], [913144, "8/23/2013"], [913145, "8/23/2013"], [913146, "8/20/2013"], [913147, "8/25/2013"], [913148, "8/25/2013"], [913149, "8/23/2013"], [913150, "8/23/2013"], [913151, "8/15/2013"], [913152, "8/20/2013"], [913153, "8/22/2013"], [913155, "8/23/2013"], [913156, "8/23/2013"], [913157, "8/23/2013"], [913158, "8/21/2013"], [913159, "8/25/2013"], [913160, "8/23/2013"], [913161, "8/23/2013"], [913162, "8/23/2013"], [913163, "8/23/2013"], [913164, "8/22/2013"], [913165, "8/22/2013"], [913166, "8/23/2013"], [913169, "8/20/2013"], [913183, "8/25/2013"], [913184, "8/21/2013"], [913185, "8/23/2013"], [913186, "8/19/2013"], [913189, "8/22/2013"], [913191, "8/20/2013"], [913193, "8/21/2013"], [913195, "8/20/2013"], [913197, "8/23/2013"], [913198, "8/22/2013"], [913199, "8/23/2013"], [913201, "8/23/2013"], [913202, "8/7/2013"], [913203, "8/7/2013"], [913204, "8/23/2013"], [913205, "8/16/2013"], [913207, "8/25/2013"], [913208, "8/20/2013"], [913209, "8/25/2013"], [913210, "8/21/2013"], [913211, "8/21/2013"], [913212, "8/21/2013"], [913213, "12/31/2013"], [913214, "8/23/2013"], [913215, "8/23/2013"], [913216, "4/9/2014"], [913217, "8/7/2013"], [913218, "8/23/2013"], [913219, "8/20/2013"], [913220, "8/20/2013"], [913221, "8/19/2013"], [913222, "8/25/2013"], [913223, "8/7/2013"], [913224, "8/23/2013"], [913225, "8/25/2013"], [913226, "8/23/2013"], [913227, "8/19/2013"], [913228, "8/23/2013"], [913230, "8/25/2013"], [913231, "8/20/2013"], [913232, "8/22/2013"], [913233, "8/25/2013"], [913234, "8/20/2013"], [913235, "8/22/2013"], [913236, "8/21/2013"], [913237, "8/25/2013"], [913241, "8/22/2013"], [913242, "8/23/2013"], [913243, "8/19/2013"], [913244, "2/20/2014"], [913245, "8/19/2013"], [913246, "8/20/2013"], [913247, "8/21/2013"], [913248, "8/22/2013"], [913250, "8/22/2013"], [913251, "8/20/2013"], [913254, "12/31/2013"], [913256, "12/31/2013"], [913258, "8/25/2013"], [913263, "8/16/2013"], [913264, "8/25/2013"], [913265, "8/20/2013"], [913266, "8/14/2013"], [913267, "8/23/2013"], [913268, "8/22/2013"], [913269, "8/20/2013"], [913270, "8/19/2013"], [913272, "8/23/2013"], [913273, "8/12/2013"], [913274, "8/22/2013"], [913275, "8/23/2013"], [913276, "8/25/2013"], [913277, "8/23/2013"], [913278, "8/15/2013"], [913279, "8/20/2013"], [913280, "8/20/2013"], [913281, "8/23/2013"], [913282, "8/22/2013"], [913283, "8/23/2013"], [913284, "8/25/2013"], [913285, "8/21/2013"], [913286, "8/23/2013"], [913287, "8/25/2013"], [913288, "8/22/2013"], [913289, "8/22/2013"], [913290, "8/22/2013"], [913291, "8/21/2013"], [913292, "8/20/2013"], [913293, "8/21/2013"], [913294, "8/22/2013"], [913295, "8/23/2013"], [913296, "8/22/2013"], [913297, "8/20/2013"], [913298, "8/25/2013"], [913299, "8/21/2013"], [913301, "8/23/2013"], [913303, "8/20/2013"], [913304, "8/25/2013"], [913305, "8/20/2013"], [913306, "8/21/2013"], [913307, "8/23/2013"], [913308, "8/22/2013"], [913309, "8/22/2013"], [913311, "8/25/2013"], [913313, "8/25/2013"], [913314, "8/25/2013"], [913315, "8/22/2013"], [913316, "8/22/2013"], [913317, "8/21/2013"], [913318, "8/21/2013"], [913320, "8/22/2013"], [913321, "8/25/2013"], [913322, "8/20/2013"], [913324, "8/22/2013"], [913326, "8/16/2013"], [913329, "8/23/2013"], [913335, "8/23/2013"], [913337, "8/22/2013"], [913338, "8/25/2013"], [913340, "8/25/2013"], [913341, "8/21/2013"], [913342, "8/25/2013"], [913343, "8/22/2013"], [913344, "8/19/2013"], [913345, "8/25/2013"], [913346, "8/23/2013"], [913348, "8/23/2013"], [913349, "8/22/2013"], [913351, "8/25/2013"], [913353, "8/22/2013"], [913356, "8/19/2013"], [913361, "8/22/2013"], [913363, "8/23/2013"], [913364, "8/25/2013"], [913367, "8/20/2013"], [913368, "8/21/2013"], [913371, "8/20/2013"], [913372, "8/20/2013"], [913375, "1/22/2014"], [913379, "8/22/2013"], [913380, "8/23/2013"], [913381, "8/25/2013"], [913382, "8/20/2013"], [913383, "8/21/2013"], [913384, "8/23/2013"], [913385, "8/22/2013"], [913386, "8/20/2013"], [913387, "8/23/2013"], [913388, "8/25/2013"], [913391, "8/23/2013"], [913392, "8/23/2013"], [913393, "8/15/2013"], [913400, "8/23/2013"], [913401, "8/20/2013"], [913402, "8/21/2013"], [913403, "8/22/2013"], [913404, "8/22/2013"], [913409, "8/22/2013"], [913410, "8/20/2013"], [913415, "8/20/2013"], [913416, "8/23/2013"], [913419, "8/23/2013"], [913421, "12/31/2013"], [913426, "8/25/2013"], [913429, "1/22/2014"], [913431, "8/21/2013"], [913432, "8/23/2013"], [913433, "8/14/2013"], [913434, "8/22/2013"], [913435, "8/23/2013"], [913440, "1/22/2014"], [913441, "8/21/2013"], [913442, "8/23/2013"], [913443, "8/25/2013"], [913448, "8/23/2013"], [913449, "8/20/2013"], [913450, "8/25/2013"], [913451, "8/21/2013"], [913452, "8/23/2013"], [913453, "8/21/2013"], [913454, "8/5/2013"], [913455, "8/22/2013"], [913459, "8/16/2013"], [913460, "8/23/2013"]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_Tcnpq_70.png", "TableImg_Bgo5m_9959.png"], "original_data_index": 2748} +{"question": "What are the ids of the students who registered for course 301?", "answer": {"columns": ["student_id"], "index": [0, 1, 2, 3], "data": [[111], [121], [141], [171]]}, "table_names": "['Student_Course_Attendance']", "table_image_ids": ["TableImg_Omncf_8.png"], "original_data_index": 2749} +{"question": "Find the first names and offices of all instructors who have taught some course and the course description and the department name.", "answer": {"columns": ["EMP_FNAME", "PROF_OFFICE", "CRS_DESCRIPTION", "DEPT_NAME"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Arnelle", "KLR 229D", "Accounting I", "Accounting"], ["Arnelle", "KLR 229D", "Accounting I", "Accounting"], ["Robert", "BBG 208", "Accounting I", "Sociology"], ["Ismael", "KLR 244", "Accounting II", "Accounting"], ["Ismael", "KLR 244", "Accounting II", "Accounting"], ["Carlos", "KLR 300", "Intro. to Microcomputing", "Computer Info. Systems"], ["Gerald", "KLR 211", "Intro. to Microcomputing", "Accounting"], ["Carlos", "KLR 300", "Intro. to Microcomputing", "Computer Info. Systems"], ["Peter", "KLR 203E", "Database Design and Implementation", "Computer Info. Systems"], ["Gerald", "KLR 211", "Intro. to Statistics", "Accounting"], ["Gerald", "KLR 211", "Intro. to Statistics", "Accounting"], ["Peter", "KLR 203E", "Statistical Applications", "Computer Info. Systems"], ["Peter", "KLR 203E", "Statistical Applications", "Computer Info. Systems"]]}, "table_names": "['CLASS', 'COURSE', 'DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Ykz7g_13.png", "TableImg_Fku3z_6.png", "TableImg_Dnyq3_11.png", "TableImg_Vk35v_37.png", "TableImg_Prilx_22.png"], "original_data_index": 2750} +{"question": "Which city does has most number of customers?", "answer": {"columns": ["city"], "index": [0], "data": [["South Richieport"]]}, "table_names": "['Addresses', 'Customers']", "table_image_ids": ["TableImg_F16zt_15.png", "TableImg_I5rfq_15.png"], "original_data_index": 2751} +{"question": "For every student who is registered for some course, how many courses are they registered for?", "answer": {"columns": ["student_id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[111, 1], [121, 2], [131, 1], [141, 2], [151, 1], [161, 1], [171, 1]]}, "table_names": "['Students', 'Student_Course_Registrations']", "table_image_ids": ["TableImg_Whdrk_8.png", "TableImg_7wugm_9.png"], "original_data_index": 2752} +{"question": "What are the employee ids for employees who make more than the average?", "answer": {"columns": ["EMPLOYEE_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50], "data": [[100], [101], [102], [103], [108], [109], [110], [111], [112], [113], [114], [120], [121], [122], [123], [145], [146], [147], [148], [149], [150], [151], [152], [153], [154], [155], [156], [157], [158], [159], [160], [161], [162], [163], [164], [165], [168], [169], [170], [171], [172], [174], [175], [176], [177], [178], [201], [203], [204], [205], [206]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_T9wrs_107.png"], "original_data_index": 2753} +{"question": "Find the name of department that offers the class whose description has the word \"Statistics\".", "answer": {"columns": ["DEPT_NAME"], "index": [0], "data": [["Computer Info. Systems"]]}, "table_names": "['COURSE', 'DEPARTMENT']", "table_image_ids": ["TableImg_Sdeyq_6.png", "TableImg_L9mh5_11.png"], "original_data_index": 2754} +{"question": "Return the address content for the customer whose name is \"Maudie Kertzmann\".", "answer": {"columns": ["address_content"], "index": [0], "data": [["59540 Grover Wells Apt. 814"]]}, "table_names": "['Addresses', 'Customers', 'Customer_Addresses']", "table_image_ids": ["TableImg_Ti9wk_15.png", "TableImg_Bsd24_15.png", "TableImg_E148o_15.png"], "original_data_index": 2755} +{"question": "Which fault log included the most number of faulty parts? List the fault log id, description and record time.", "answer": {"columns": ["fault_log_entry_id", "fault_description", "fault_log_entry_datetime"], "index": [0], "data": [[1, "system error", "2018-03-21 04:25:00"]]}, "table_names": "['Fault_Log', 'Fault_Log_Parts']", "table_image_ids": ["TableImg_Ruhch_15.png", "TableImg_Ek5r5_15.png"], "original_data_index": 2756} +{"question": "What are the names of instructors who didn't teach?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["McKinnon"], ["Pingr"], ["Mird"], ["Murata"], ["Konstantinides"], ["Levine"], ["Bertolino"], ["Hau"], ["Soisalon-Soininen"], ["Moreira"], ["Arias"], ["Yazdi"], ["Arinb"], ["Kenje"], ["Dusserre"], ["Desyl"], ["Bancilhon"], ["Yin"], ["Gutierrez"]]}, "table_names": "['instructor', 'teaches']", "table_image_ids": ["TableImg_Umn10_50.png", "TableImg_Eukeb_100.png"], "original_data_index": 2757} +{"question": "Find the major that is studied by the most female students.", "answer": {"columns": ["Major"], "index": [0], "data": [[600]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_3uhvz_34.png"], "original_data_index": 2758} +{"question": "How many trips stated from a station in Mountain View and ended at one in Palo Alto?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_0pxow_70.png", "TableImg_8tyy1_9959.png"], "original_data_index": 2759} +{"question": "Find the average credit score of the customers who do not have any loan.", "answer": {"columns": ["avg(credit_score)"], "index": [0], "data": [[20.0]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_Fjqe2_3.png", "TableImg_Sxgtk_3.png"], "original_data_index": 2760} +{"question": "Find the city the store named \"FJA Filming\" is in.", "answer": {"columns": ["City_Town"], "index": [0], "data": [["New Lonzoville"]]}, "table_names": "['Addresses', 'Stores']", "table_image_ids": ["TableImg_Edhoq_20.png", "TableImg_T4a5t_10.png"], "original_data_index": 2761} +{"question": "Which cities have regional population above 10000000?", "answer": {"columns": ["City"], "index": [0, 1], "data": [["Shanghai"], ["Suzhou ( Jiangsu )"]]}, "table_names": "['city']", "table_image_ids": ["TableImg_W6dr1_13.png"], "original_data_index": 2762} +{"question": "Find the total amount of loans offered by each bank branch.", "answer": {"columns": ["sum(amount)", "bname"], "index": [0, 1, 2], "data": [[5000, "broadway"], [3000, "downtown"], [2050, "morningside"]]}, "table_names": "['bank', 'loan']", "table_image_ids": ["TableImg_Fr4qp_4.png", "TableImg_0eznz_3.png"], "original_data_index": 2763} +{"question": "What are the start and end dates for incidents with incident type code \"NOISE\"?", "answer": {"columns": ["date_incident_start", "date_incident_end"], "index": [0, 1, 2, 3, 4, 5], "data": [["2017-07-09 10:04:13", "2018-03-08 14:08:54"], ["2017-08-13 22:15:05", "2018-02-25 05:38:58"], ["2017-06-19 14:25:54", "2018-03-08 09:36:36"], ["2018-01-27 09:24:45", "2018-03-13 05:18:05"], ["2017-08-29 20:48:56", "2018-03-16 14:37:20"], ["2018-02-05 13:13:45", "2018-03-08 09:00:48"]]}, "table_names": "['Behavior_Incident']", "table_image_ids": ["TableImg_Bq2ji_15.png"], "original_data_index": 2764} +{"question": "Return the average total amount purchased and total value purchased for the supplier who supplies the greatest number of products.", "answer": {"columns": ["avg(total_amount_purchased)", "avg(total_value_purchased)"], "index": [0], "data": [[27702.7975, 33126.1]]}, "table_names": "['Product_Suppliers']", "table_image_ids": ["TableImg_Iwxuk_15.png"], "original_data_index": 2765} +{"question": "Find the number of investors in total.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[20]]}, "table_names": "['Investors']", "table_image_ids": ["TableImg_Rvbqw_20.png"], "original_data_index": 2766} +{"question": "What are the student IDs for everybody who worked for more than 10 hours per week on all sports?", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[1003], [1005], [1015], [1018], [1019], [1022], [1023], [1026], [1033], [1035]]}, "table_names": "['SportsInfo']", "table_image_ids": ["TableImg_5wgif_14.png"], "original_data_index": 2767} +{"question": "What are the GDP and population of the city that already served as a host more than once?", "answer": {"columns": ["GDP", "Regional_Population"], "index": [0], "data": [[614.55, 8004680]]}, "table_names": "['city', 'hosting_city']", "table_image_ids": ["TableImg_Pqp04_13.png", "TableImg_N8anm_6.png"], "original_data_index": 2768} +{"question": "What is the id and last name of the driver who participated in the most races after 2010?", "answer": {"columns": ["driverId", "surname"], "index": [0], "data": [[1, "Hamilton"]]}, "table_names": "['races', 'drivers', 'results']", "table_image_ids": ["TableImg_Xdn0p_997.png", "TableImg_8dgqj_842.png", "TableImg_K0yts_23777.png"], "original_data_index": 2769} +{"question": "What are the names of all students who took a class and the corresponding course descriptions?", "answer": {"columns": ["STU_FNAME", "STU_LNAME", "CRS_DESCRIPTION"], "index": [0, 1, 2, 3, 4, 5], "data": [["William", "Bowser", "Accounting I"], ["Anne", "Smithson", "Accounting I"], ["William", "Bowser", "Intro. to Microcomputing"], ["Anne", "Smithson", "Intro. to Microcomputing"], ["William", "Bowser", "Intro. to Statistics"], ["Anne", "Smithson", "Intro. to Statistics"]]}, "table_names": "['CLASS', 'COURSE', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_4brck_13.png", "TableImg_Czlbo_6.png", "TableImg_Xc233_6.png", "TableImg_Vspk8_8.png"], "original_data_index": 2770} +{"question": "What are the names of all movies that were made after 2000 or reviewed by Brittany Harris?", "answer": {"columns": ["title"], "index": [0, 1, 2], "data": [["The Sound of Music"], ["Raiders of the Lost Ark"], ["Avatar"]]}, "table_names": "['Movie', 'Reviewer', 'Rating']", "table_image_ids": ["TableImg_Uxjlp_8.png", "TableImg_Bcjxa_8.png", "TableImg_Ce0kg_14.png"], "original_data_index": 2771} +{"question": "What is the name of the technician whose team is not 'NYY'?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Tony Sewell"], ["Mark Sewell"], ["Charlie Hollocher"], ["Lou Boudreau"], ["Eddie Collins"], ["Joe Cochrane"], ["Eddie Collins"], ["Mickey Cochrane"]]}, "table_names": "['technician']", "table_image_ids": ["TableImg_7vr9h_10.png"], "original_data_index": 2772} +{"question": "List the organisation id with the maximum outcome count, and the count.", "answer": {"columns": ["organisation_id", "count(*)"], "index": [0], "data": [[3, 5]]}, "table_names": "['Project_Outcomes', 'Projects']", "table_image_ids": ["TableImg_Ihmtz_15.png", "TableImg_1ny3v_15.png"], "original_data_index": 2773} +{"question": "What are the names and buildings of the deparments, sorted by budget descending?", "answer": {"columns": ["dept_name", "building"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["Physics", "Wrigley"], ["Finance", "Candlestick"], ["Psychology", "Thompson"], ["Cybernetics", "Mercer"], ["Math", "Brodhead"], ["Athletics", "Bronfman"], ["History", "Taylor"], ["Biology", "Candlestick"], ["Astronomy", "Taylor"], ["English", "Palmer"], ["Languages", "Linderman"], ["Pol. Sci.", "Whitman"], ["Mech. Eng.", "Rauch"], ["Accounting", "Saucon"], ["Geology", "Palmer"], ["Statistics", "Taylor"], ["Elec. Eng.", "Main"], ["Civil Eng.", "Chandler"], ["Marketing", "Lambeau"], ["Comp. Sci.", "Lamberton"]]}, "table_names": "['department']", "table_image_ids": ["TableImg_7twhj_20.png"], "original_data_index": 2774} +{"question": "What is the name and age of the pilot younger than 30 who has won the most number of times?", "answer": {"columns": ["Name", "Age"], "index": [0], "data": [["Ayana Spencer", 25]]}, "table_names": "['pilot', 'match']", "table_image_ids": ["TableImg_0rp7b_12.png", "TableImg_Pz1h7_7.png"], "original_data_index": 2775} +{"question": "Show the names and ids of tourist attractions that are visited at most once.", "answer": {"columns": ["Name", "Tourist_Attraction_ID"], "index": [0, 1, 2, 3, 4], "data": [["UK gallery", 2701], ["flying elephant", 5076], ["history gallery", 6653], ["presidents hall", 8429], ["fun shops", 9360]]}, "table_names": "['Tourist_Attractions', 'Visits']", "table_image_ids": ["TableImg_Luwmr_15.png", "TableImg_88x54_20.png"], "original_data_index": 2776} +{"question": "Show the names and genders of players with a coach starting after 2011.", "answer": {"columns": ["Player_name", "Gender"], "index": [0, 1, 2], "data": [["Niki Ashton", "F"], ["Ron Strynadka", "M"], ["Ross Eadie", "M"]]}, "table_names": "['player', 'coach', 'player_coach']", "table_image_ids": ["TableImg_Imtru_14.png", "TableImg_Uzu42_5.png", "TableImg_62n5z_7.png"], "original_data_index": 2777} +{"question": "Find the description and code of the service type that is performed the most times.", "answer": {"columns": ["Service_Type_Description", "Service_Type_Code"], "index": [0], "data": [["provide photo service", "1"]]}, "table_names": "['Ref_Service_Types', 'Services']", "table_image_ids": ["TableImg_Emdos_4.png", "TableImg_Qhefn_15.png"], "original_data_index": 2778} +{"question": "What are the names of all students who successfully tried out for the position of striker?", "answer": {"columns": ["pName"], "index": [0], "data": [["Blake"]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_Psjzg_6.png", "TableImg_Fa9pq_6.png"], "original_data_index": 2779} +{"question": "How many advisors are there?", "answer": {"columns": ["count(DISTINCT advisor)"], "index": [0], "data": [[18]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Aevdi_34.png"], "original_data_index": 2780} +{"question": "What are the last names of students in room 111?", "answer": {"columns": ["LastName"], "index": [0, 1, 2, 3], "data": [["DANESE"], ["GOODNOE"], ["LEAPER"], ["FULVIO"]]}, "table_names": "['list']", "table_image_ids": ["TableImg_Ljpmn_60.png"], "original_data_index": 2781} +{"question": "What are the main indstries and total market value for each industry?", "answer": {"columns": ["Main_Industry", "sum(market_value)"], "index": [0, 1, 2], "data": [["Banking", 580.4], ["Conglomerate", 415.9], ["Oil and gas", 1257.1]]}, "table_names": "['company']", "table_image_ids": ["TableImg_Napo9_10.png"], "original_data_index": 2782} +{"question": "What are the names of representatives in descending order of votes?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Jimmy Quillen"], ["James M. Quigley"], ["James L. Quinn"], ["John Quayle"], ["Dan Quayle"]]}, "table_names": "['election', 'representative']", "table_image_ids": ["TableImg_Iciuq_5.png", "TableImg_Hn1ky_7.png"], "original_data_index": 2783} +{"question": "Find id of the candidate whose email is stanley.monahan@example.org?", "answer": {"columns": ["candidate_id"], "index": [0], "data": [[151]]}, "table_names": "['People', 'Candidates']", "table_image_ids": ["TableImg_Subpa_8.png", "TableImg_8q5zi_8.png"], "original_data_index": 2784} +{"question": "Which customers have orders with status \"Packing\"? Give me the customer names.", "answer": {"columns": ["customer_name"], "index": [0, 1, 2], "data": [["Jeramie"], ["Hadley"], ["Violet"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_Nsavw_15.png", "TableImg_2wo3o_15.png"], "original_data_index": 2785} +{"question": "List the name and gender for all artists who released songs in March.", "answer": {"columns": ["artist_name", "gender"], "index": [0, 1], "data": [["Michel", "Male"], ["Topu", "Female"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Cezu5_6.png", "TableImg_Xclp6_6.png"], "original_data_index": 2786} +{"question": "Show the ids of the employees who don't authorize destruction for any document.", "answer": {"columns": ["Employee_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[25], [57], [71], [99], [136], [138], [159], [173], [181]]}, "table_names": "['Employees', 'Documents_to_be_Destroyed']", "table_image_ids": ["TableImg_Tecwb_15.png", "TableImg_3doh7_11.png"], "original_data_index": 2787} +{"question": "For every medicine id, what are the names of the medicines that can interact with more than one enzyme?", "answer": {"columns": ["id", "name"], "index": [0, 1, 2, 3], "data": [[2, "Aripiprazole"], [3, "Asenapine"], [8, "Iloperidone"], [20, "Ziprasidone"]]}, "table_names": "['medicine', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_U6mc5_21.png", "TableImg_F8xrj_19.png"], "original_data_index": 2788} +{"question": "Show the status of the city that has hosted the greatest number of competitions.", "answer": {"columns": ["Status"], "index": [0], "data": [["Village"]]}, "table_names": "['city', 'farm_competition']", "table_image_ids": ["TableImg_4onwe_5.png", "TableImg_Npghh_6.png"], "original_data_index": 2789} +{"question": "What are the distinct customers who have orders with status \"On Road\"? Give me the customer details?", "answer": {"columns": ["customer_details"], "index": [0, 1, 2, 3, 4, 5], "data": [["commodi"], ["deleniti"], ["est"], ["doloribus"], ["officia"], ["rerum"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_Az7bt_15.png", "TableImg_6m54j_15.png"], "original_data_index": 2790} +{"question": "Find the name of medication used on the patient who stays in room 111?", "answer": {"columns": ["Name"], "index": [0], "data": [["Procrastin-X"]]}, "table_names": "['Patient', 'Medication', 'Prescribes', 'Room', 'Stay']", "table_image_ids": ["TableImg_Ofpvq_4.png", "TableImg_6z4e8_5.png", "TableImg_A1jo0_3.png", "TableImg_Q4v3u_36.png", "TableImg_Fk8wk_3.png"], "original_data_index": 2791} +{"question": "What is the average fee for a CSU campus in the year of 2005?", "answer": {"columns": ["avg(campusfee)"], "index": [0], "data": [[null]]}, "table_names": "['csu_fees']", "table_image_ids": ["TableImg_Lreh7_23.png"], "original_data_index": 2792} +{"question": "Find the driver id and number of races of all drivers who have at most participated in 30 races?", "answer": {"columns": ["driverId", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641], "data": [[7, 27], [12, 28], [19, 24], [26, 28], [28, 1], [29, 21], [34, 4], [36, 7], [38, 11], [40, 11], [42, 20], [43, 28], [45, 14], [46, 18], [47, 20], [51, 16], [52, 14], [53, 5], [54, 15], [58, 26], [59, 29], [60, 21], [61, 3], [62, 16], [66, 17], [72, 1], [73, 30], [74, 16], [76, 25], [80, 1], [82, 4], [85, 28], [86, 10], [89, 18], [93, 7], [96, 11], [97, 7], [98, 3], [101, 30], [106, 10], [107, 3], [108, 27], [111, 9], [113, 2], [115, 3], [116, 2], [120, 20], [121, 13], [124, 1], [125, 6], [126, 2], [128, 29], [130, 10], [132, 3], [134, 6], [135, 7], [141, 20], [142, 13], [143, 4], [144, 2], [147, 15], [148, 22], [149, 14], [150, 2], [151, 15], [161, 10], [162, 17], [164, 7], [165, 21], [167, 21], [168, 2], [169, 12], [171, 2], [174, 16], [179, 28], [180, 9], [183, 20], [185, 22], [186, 9], [188, 23], [189, 8], [190, 19], [191, 5], [193, 15], [195, 29], [196, 30], [198, 3], [201, 15], [204, 8], [208, 14], [209, 12], [210, 5], [213, 17], [214, 2], [215, 4], [216, 13], [217, 11], [218, 1], [220, 2], [225, 7], [226, 1], [227, 2], [228, 1], [229, 29], [234, 3], [236, 5], [237, 20], [240, 6], [241, 5], [242, 3], [244, 3], [245, 6], [246, 15], [247, 5], [248, 1], [249, 2], [251, 20], [253, 6], [254, 7], [256, 15], [257, 7], [258, 13], [259, 11], [260, 5], [261, 1], [263, 2], [264, 1], [265, 16], [266, 1], [267, 12], [268, 1], [269, 4], [270, 11], [271, 6], [272, 1], [273, 2], [274, 2], [275, 17], [276, 12], [277, 8], [279, 1], [281, 1], [282, 2], [283, 8], [284, 4], [285, 3], [286, 1], [287, 1], [288, 15], [291, 1], [292, 3], [293, 13], [294, 10], [295, 6], [296, 15], [297, 2], [298, 9], [299, 2], [300, 2], [301, 1], [302, 2], [303, 1], [308, 4], [310, 2], [311, 4], [312, 13], [313, 13], [315, 2], [316, 6], [317, 23], [318, 1], [319, 3], [320, 30], [321, 14], [322, 7], [323, 1], [324, 3], [325, 1], [326, 2], [329, 29], [330, 17], [331, 1], [332, 12], [334, 4], [335, 2], [336, 1], [337, 9], [338, 11], [339, 9], [340, 10], [342, 6], [343, 3], [344, 2], [348, 1], [349, 1], [350, 13], [351, 18], [352, 13], [353, 11], [354, 2], [355, 1], [357, 15], [359, 12], [361, 29], [362, 4], [363, 4], [365, 3], [366, 1], [367, 1], [368, 6], [369, 2], [370, 17], [371, 2], [372, 1], [375, 13], [376, 19], [377, 2], [378, 1], [379, 2], [380, 9], [381, 1], [382, 8], [383, 26], [384, 1], [387, 7], [388, 10], [389, 13], [390, 2], [391, 1], [392, 2], [393, 1], [394, 26], [395, 1], [396, 9], [397, 15], [398, 2], [399, 5], [400, 2], [401, 29], [402, 3], [405, 11], [406, 3], [407, 2], [408, 27], [409, 2], [410, 3], [411, 3], [412, 2], [413, 3], [414, 1], [415, 1], [416, 1], [417, 1], [419, 1], [420, 7], [421, 1], [422, 1], [423, 5], [424, 4], [425, 5], [426, 1], [428, 6], [429, 15], [431, 7], [432, 5], [433, 4], [434, 6], [435, 12], [436, 5], [437, 26], [438, 10], [439, 5], [440, 12], [441, 4], [442, 2], [443, 1], [444, 3], [445, 2], [446, 2], [447, 2], [448, 1], [449, 12], [450, 1], [451, 1], [452, 1], [453, 11], [454, 6], [455, 13], [457, 1], [458, 1], [459, 9], [460, 5], [461, 2], [462, 3], [463, 3], [464, 3], [465, 7], [466, 1], [467, 2], [468, 2], [469, 1], [470, 1], [471, 1], [472, 1], [473, 1], [474, 1], [476, 28], [477, 18], [478, 20], [480, 4], [481, 10], [482, 17], [483, 15], [484, 9], [485, 1], [486, 13], [487, 2], [488, 1], [489, 2], [490, 1], [491, 2], [492, 1], [493, 1], [494, 2], [495, 1], [496, 12], [497, 1], [498, 29], [499, 1], [500, 4], [502, 7], [503, 1], [504, 1], [505, 4], [506, 9], [507, 6], [508, 4], [509, 12], [510, 3], [511, 2], [512, 9], [513, 9], [514, 5], [515, 1], [516, 5], [517, 2], [518, 10], [519, 3], [520, 9], [521, 7], [522, 2], [523, 3], [524, 1], [525, 9], [526, 9], [527, 4], [528, 8], [529, 13], [530, 1], [531, 3], [532, 4], [533, 6], [534, 2], [535, 2], [536, 3], [537, 5], [538, 5], [539, 2], [540, 2], [541, 15], [542, 3], [543, 4], [544, 1], [545, 1], [546, 1], [547, 18], [548, 1], [549, 6], [550, 1], [551, 5], [552, 1], [553, 2], [555, 9], [556, 7], [557, 1], [558, 5], [559, 6], [560, 3], [561, 3], [562, 4], [563, 4], [564, 2], [565, 3], [566, 9], [567, 3], [568, 1], [569, 1], [570, 1], [571, 1], [572, 1], [573, 2], [574, 1], [575, 1], [576, 1], [577, 26], [580, 14], [582, 1], [583, 7], [584, 1], [585, 2], [586, 9], [587, 1], [588, 1], [589, 17], [590, 14], [591, 1], [592, 6], [593, 10], [594, 3], [595, 2], [596, 5], [597, 5], [598, 1], [599, 1], [600, 1], [601, 2], [602, 1], [603, 1], [604, 1], [605, 1], [606, 6], [607, 9], [608, 17], [609, 12], [610, 3], [611, 9], [612, 11], [613, 4], [614, 1], [615, 8], [616, 1], [617, 1], [618, 1], [619, 7], [620, 10], [621, 1], [622, 6], [623, 2], [624, 8], [625, 7], [626, 29], [628, 5], [629, 3], [630, 4], [631, 2], [632, 11], [634, 1], [635, 1], [636, 1], [637, 1], [638, 3], [639, 1], [640, 23], [641, 18], [643, 17], [644, 9], [645, 5], [646, 1], [648, 12], [649, 2], [650, 5], [651, 15], [652, 1], [653, 6], [654, 5], [655, 3], [656, 4], [657, 5], [658, 6], [659, 5], [660, 25], [661, 4], [662, 1], [663, 16], [664, 7], [665, 2], [666, 3], [667, 2], [668, 1], [669, 19], [670, 12], [671, 1], [672, 2], [673, 3], [674, 1], [675, 4], [676, 1], [677, 4], [678, 1], [679, 2], [680, 7], [681, 2], [682, 1], [683, 1], [684, 1], [685, 1], [686, 7], [687, 12], [688, 5], [689, 9], [690, 2], [691, 2], [692, 3], [693, 3], [694, 1], [695, 1], [696, 1], [697, 17], [698, 1], [699, 3], [700, 2], [701, 2], [702, 5], [703, 2], [704, 13], [705, 2], [706, 1], [707, 1], [708, 5], [709, 2], [710, 2], [711, 1], [712, 2], [713, 1], [714, 1], [715, 2], [716, 1], [717, 4], [718, 1], [719, 1], [720, 2], [721, 5], [722, 3], [723, 7], [724, 2], [725, 2], [726, 3], [727, 1], [728, 2], [729, 3], [730, 3], [731, 3], [732, 3], [733, 2], [734, 2], [735, 3], [736, 2], [737, 1], [738, 4], [739, 1], [740, 2], [741, 12], [742, 2], [743, 1], [744, 2], [745, 1], [746, 4], [747, 4], [748, 3], [749, 3], [750, 1], [751, 1], [752, 1], [753, 1], [754, 1], [755, 1], [756, 3], [757, 1], [758, 1], [759, 2], [760, 1], [761, 1], [762, 5], [763, 5], [764, 3], [765, 2], [766, 2], [767, 1], [768, 2], [769, 1], [770, 2], [771, 2], [772, 2], [773, 6], [774, 3], [775, 1], [776, 2], [777, 1], [778, 2], [779, 1], [780, 3], [781, 1], [782, 1], [783, 1], [784, 2], [785, 2], [786, 8], [787, 3], [788, 1], [789, 2], [790, 1], [791, 1], [792, 1], [793, 5], [794, 1], [795, 1], [796, 1], [797, 2], [798, 1], [799, 2], [800, 1], [801, 1], [802, 1], [803, 1], [804, 1], [805, 1], [806, 1], [810, 19], [812, 11], [816, 20], [823, 19], [827, 1], [829, 19], [833, 13], [834, 5], [837, 12], [838, 21], [839, 29], [840, 20], [841, 2], [842, 5], [843, 4]]}, "table_names": "['races', 'drivers', 'results']", "table_image_ids": ["TableImg_6ltbp_997.png", "TableImg_Bvzwg_842.png", "TableImg_Fec22_23777.png"], "original_data_index": 2793} +{"question": "Find the name of physicians who are in charge of more than one patient.", "answer": {"columns": ["Name"], "index": [0], "data": [["Elliot Reid"]]}, "table_names": "['Physician', 'Patient']", "table_image_ids": ["TableImg_5u8b1_9.png", "TableImg_Opetv_4.png"], "original_data_index": 2794} +{"question": "Count the number of schools that have had basketball matches.", "answer": {"columns": ["count(DISTINCT school_id)"], "index": [0], "data": [[4]]}, "table_names": "['basketball_match']", "table_image_ids": ["TableImg_Jj0a0_4.png"], "original_data_index": 2795} +{"question": "Which student are enrolled in at least two courses? Give me the student ID and personal name.", "answer": {"columns": ["student_id", "personal_name"], "index": [0, 1, 2, 3], "data": [[8, "Marshall"], [10, "Alicia"], [14, "Cary"], [15, "Eliza"]]}, "table_names": "['Students', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Uv1jr_15.png", "TableImg_Yssoi_20.png"], "original_data_index": 2796} +{"question": "Return the founded year for the school with the largest enrollment.", "answer": {"columns": ["Founded"], "index": [0], "data": [[1766.0]]}, "table_names": "['university']", "table_image_ids": ["TableImg_Tyxt4_5.png"], "original_data_index": 2797} +{"question": "Show the names of members and names of colleges they go to.", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Jack Nicklaus", "Saskatchewan School"], ["Billy Casper", "Saskatchewan School"], ["Arnold Palmer", "Edmonton School"], ["Tom Watson", "Edmonton School"], ["Homero Blancas", "B.C. School"], ["Pat Fitzsimons", "Toronto School"], ["Bobby Nichols", "Toronto School"], ["J. C. Snead", "Edmonton School"], ["Lee Trevino", "Calgary School"], ["Tom Weiskopf", "Calgary School"]]}, "table_names": "['college', 'member']", "table_image_ids": ["TableImg_S66c3_5.png", "TableImg_S2w3c_10.png"], "original_data_index": 2798} +{"question": "What are the countries that have at least two perpetrators?", "answer": {"columns": ["Country", "COUNT(*)"], "index": [0], "data": [["China", 2]]}, "table_names": "['perpetrator']", "table_image_ids": ["TableImg_N0ngt_5.png"], "original_data_index": 2799} +{"question": "What are the names of documents that contain the substring \"CV\"?", "answer": {"columns": ["document_name"], "index": [0, 1, 2], "data": [["David CV"], ["John CV"], ["Joe CV"]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_Lg81v_15.png"], "original_data_index": 2800} +{"question": "Which papers were written by authors from the institution \"Google\"?", "answer": {"columns": ["title"], "index": [0], "data": [["An Equivalence-Preserving CPS Translation via Multi-Language Semantics"]]}, "table_names": "['Inst', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Mnfiz_8.png", "TableImg_3avkj_7.png", "TableImg_5ia5q_14.png"], "original_data_index": 2801} +{"question": "What are the valid from and valid to dates for the card with the number 4560596484842?", "answer": {"columns": ["date_valid_from", "date_valid_to"], "index": [0], "data": [["2011-04-17 09:05:28", "2018-03-07 17:06:19"]]}, "table_names": "['Customers_Cards']", "table_image_ids": ["TableImg_1xmm3_15.png"], "original_data_index": 2802} +{"question": "Show all storm names except for those with at least two affected regions.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["9 cyclones"], ["Eight"], ["Four"], ["Nine"], ["Seven"], ["Six"], ["Three"], ["Two"]]}, "table_names": "['storm', 'affected_region']", "table_image_ids": ["TableImg_4dvq3_10.png", "TableImg_Qv6x3_6.png"], "original_data_index": 2803} +{"question": "What are the invoice dates for customers with the first name Astrid and the last name Gruber?", "answer": {"columns": ["InvoiceDate"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["2009-12-08 00:00:00"], ["2010-01-18 00:00:00"], ["2010-09-18 00:00:00"], ["2012-04-24 00:00:00"], ["2012-07-27 00:00:00"], ["2012-10-29 00:00:00"], ["2013-06-19 00:00:00"]]}, "table_names": "['Customer', 'Invoice']", "table_image_ids": ["TableImg_Cr4eu_59.png", "TableImg_Kf4a2_412.png"], "original_data_index": 2804} +{"question": "Return the gender and name of artist who produced the song with the lowest resolution.", "answer": {"columns": ["gender", "artist_name"], "index": [0], "data": [["Female", "Farida"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_611re_6.png", "TableImg_Ncmgz_6.png"], "original_data_index": 2805} +{"question": "Show all locations which don't have a train station with at least 15 platforms.", "answer": {"columns": ["Location"], "index": [0], "data": [["Birmingham"]]}, "table_names": "['station']", "table_image_ids": ["TableImg_Ltmt6_12.png"], "original_data_index": 2806} +{"question": "Which products has been complained by the customer who has filed least amount of complaints?", "answer": {"columns": ["product_name"], "index": [0], "data": [["Chocolate"]]}, "table_names": "['Customers', 'Products', 'Complaints']", "table_image_ids": ["TableImg_Zws3m_8.png", "TableImg_Bqvso_4.png", "TableImg_W3cmm_12.png"], "original_data_index": 2807} +{"question": "find the name of driver who is driving the school bus with the longest working history.", "answer": {"columns": ["Name"], "index": [0], "data": [["Henry Genga"]]}, "table_names": "['driver', 'school_bus']", "table_image_ids": ["TableImg_Nb7re_12.png", "TableImg_Bhrl1_5.png"], "original_data_index": 2808} +{"question": "What are the dates of birth of entrepreneurs with investor \"Simon Woodroffe\" or \"Peter Jones\"?", "answer": {"columns": ["Date_of_Birth"], "index": [0, 1], "data": [["1972-02-06"], ["1981-11-21"]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_I6i7k_6.png", "TableImg_Hcbfy_8.png"], "original_data_index": 2809} +{"question": "What are the different affiliations, and how many schools with each have an enrollment size of above 20000?", "answer": {"columns": ["count(*)", "Affiliation"], "index": [0], "data": [[2, "Public"]]}, "table_names": "['university']", "table_image_ids": ["TableImg_Byqnh_5.png"], "original_data_index": 2810} +{"question": "How many members of \"Bootup Baltimore\" are older than 18?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Us46n_34.png", "TableImg_9opwl_4.png", "TableImg_Pdsba_4.png"], "original_data_index": 2811} +{"question": "Which friend of Zach has the longest-lasting friendship?", "answer": {"columns": ["friend"], "index": [0], "data": [["Dan"]]}, "table_names": "['PersonFriend']", "table_image_ids": ["TableImg_3wdje_4.png"], "original_data_index": 2812} +{"question": "Find the name of the swimmer who has at least 2 records.", "answer": {"columns": ["name"], "index": [0, 1, 2], "data": [["Sergiy Fesenko"], ["Oussama Mellouli"], ["Craig Stevens"]]}, "table_names": "['swimmer', 'record']", "table_image_ids": ["TableImg_6ju5b_8.png", "TableImg_Hibeu_13.png"], "original_data_index": 2813} +{"question": "What are the total enrollments of universities of each affiliation type?", "answer": {"columns": ["sum(enrollment)", "Affiliation"], "index": [0, 1], "data": [[2100.0, "Private/Methodist"], [119027.0, "Public"]]}, "table_names": "['university']", "table_image_ids": ["TableImg_6rxmg_5.png"], "original_data_index": 2814} +{"question": "What are the origins of all flights that are headed to Honolulu?", "answer": {"columns": ["origin"], "index": [0, 1], "data": [["Los Angeles"], ["Los Angeles"]]}, "table_names": "['flight']", "table_image_ids": ["TableImg_Bv87k_10.png"], "original_data_index": 2815} +{"question": "How many distinct students have been in detention?", "answer": {"columns": ["count(DISTINCT student_id)"], "index": [0], "data": [[9]]}, "table_names": "['Students_in_Detention']", "table_image_ids": ["TableImg_68net_15.png"], "original_data_index": 2816} +{"question": "What is the name of all tracks in the album named Balls to the Wall?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "data": [["Desafinado"], ["Garota De Ipanema"], ["Samba De Uma Nota S\u00c3\u00b3 (One Note Samba)"], ["Por Causa De Voc\u00c3\u00aa"], ["Ligia"], ["Fotografia"], ["Dindi (Dindi)"], ["Se Todos Fossem Iguais A Voc\u00c3\u00aa (Instrumental)"], ["Falando De Amor"], ["Angela"], ["Corcovado (Quiet Nights Of Quiet Stars)"], ["Outra Vez"], ["O Boto (B\u00c3\u00b4to)"], ["Canta, Canta Mais"], ["Quadrant"], ["Snoopy's search-Red baron"], ["Spanish moss-\"A sound portrait\"-Spanish moss"], ["Moon germs"], ["Stratus"], ["The pleasant pheasant"], ["Solo-Panhandler"], ["Do what cha wanna"], ["Heart of the Night"], ["De La Luz"], ["Westwood Moon"], ["Midnight"], ["Playtime"], ["Surrender"], ["Valentino's"], ["Believe"], ["As We Sleep"], ["When Evening Falls"], ["J Squared"], ["Best Thing"], ["Now's The Time"], ["Jeru"], ["Compulsion"], ["Tempus Fugit"], ["Walkin'"], ["'Round Midnight"], ["Bye Bye Blackbird"], ["New Rhumba"], ["Generique"], ["Summertime"], ["So What"], ["The Pan Piper"], ["Someday My Prince Will Come"], ["My Funny Valentine (Live)"], ["E.S.P."], ["Nefertiti"], ["Petits Machins (Little Stuff)"], ["Miles Runs The Voodoo Down"], ["Little Church (Live)"], ["Black Satin"], ["Jean Pierre (Live)"], ["Time After Time"], ["Portia"], ["Jeepers Creepers"], ["Blue Rythm Fantasy"], ["Drum Boogie"], ["Let Me Off Uptown"], ["Leave Us Leap"], ["Opus No.1"], ["Boogie Blues"], ["How High The Moon"], ["Disc Jockey Jump"], ["Up An' Atom"], ["Bop Boogie"], ["Lemon Drop"], ["Coronation Drop"], ["Overtime"], ["Imagination"], ["Don't Take Your Love From Me"], ["Midget"], ["I'm Coming Virginia"], ["Payin' Them Dues Blues"], ["Jungle Drums"], ["Showcase"], ["Swedish Schnapps"], ["Roll Call"], ["Otay"], ["Groovus Interruptus"], ["Paris On Mine"], ["In Time"], ["Plan B"], ["Outbreak"], ["Baltimore, DC"], ["Talkin Loud and Saying Nothin"], ["Doce De Carnaval (Candy All)"], ["Lamento De Carnaval"], ["Pretinha"], ["Colibri"], ["Love Is The Colour"], ["Magnetic Ocean"], ["Deep Waters"], ["L'Arc En Ciel De Miles"], ["Gypsy"], ["Journey Into Sunlight"], ["Sunchild"], ["Millenium"], ["Thinking 'Bout Tomorrow"], ["Jacob's Ladder"], ["She Wears Black"], ["Dark Side Of The Cog"], ["Springsville"], ["The Maids Of Cadiz"], ["The Duke"], ["My Ship"], ["Miles Ahead"], ["Blues For Pablo"], ["New Rhumba"], ["The Meaning Of The Blues"], ["Lament"], ["I Don't Wanna Be Kissed (By Anyone But You)"], ["Springsville (Alternate Take)"], ["Blues For Pablo (Alternate Take)"], ["The Meaning Of The Blues/Lament (Alternate Take)"], ["I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)"], ["Morning Dance"], ["Jubilee"], ["Rasul"], ["Song For Lorraine"], ["Starburst"], ["Heliopolis"], ["It Doesn't Matter"], ["Little Linda"], ["End Of Romanticism"], ["Amanda"], ["Despertar"], ["OAM's Blues"]]}, "table_names": "['albums', 'tracks']", "table_image_ids": ["TableImg_Ehng3_347.png", "TableImg_Lt6b8_3503.png"], "original_data_index": 2817} +{"question": "List the names of wrestlers and the teams in elimination in descending order of days held.", "answer": {"columns": ["Name", "Team"], "index": [0, 1, 2, 3, 4, 5], "data": [["Gran Hamada", "Team Batista"], ["\u00c3\u009altimo Drag\u00c3\u00b3n \u00c2\u00a7", "Team Batista"], ["El Samurai \u00c2\u00a7", "Team Orton"], ["Rey Misterio Sr.", "Team Orton"], ["Fishman", "Team Batista"], ["El Samurai", "Team Batista"]]}, "table_names": "['wrestler', 'Elimination']", "table_image_ids": ["TableImg_Uua2m_10.png", "TableImg_P17xj_6.png"], "original_data_index": 2818} +{"question": "What are the names of all the video games and their types in alphabetical order?", "answer": {"columns": ["GName", "GType"], "index": [0, 1, 2, 3, 4, 5], "data": [["Call of Destiny", "Frist-person shooter"], ["Europe is the Universe", "Grand strategy"], ["Grand Term Assignment", "Role-playing game"], ["RNG Stone", "Collectible card game"], ["The Vanishing of Eric Calder", "Walking Simulator"], ["Works of Widenius", "Massively multiplayer online game"]]}, "table_names": "['Video_Games']", "table_image_ids": ["TableImg_Esuic_6.png"], "original_data_index": 2819} +{"question": "Find the description of the most popular role among the users that have logged in.", "answer": {"columns": ["role_description"], "index": [0], "data": [["Database Administrator"]]}, "table_names": "['Roles', 'Users']", "table_image_ids": ["TableImg_3nxpw_2.png", "TableImg_Njhm5_15.png"], "original_data_index": 2820} +{"question": "What are the order dates of orders with price higher than 1000?", "answer": {"columns": ["Order_Date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [["1999-11-20 18:48:05"], ["2011-01-05 08:01:07"], ["1985-05-29 01:20:18"], ["2011-01-05 08:01:07"], ["1981-06-20 16:29:43"], ["1988-11-13 15:42:13"], ["1999-11-20 18:48:05"], ["2014-07-10 10:56:01"], ["1998-03-10 14:01:00"], ["2011-01-05 08:01:07"], ["2008-04-02 18:00:15"], ["1981-06-20 16:29:43"], ["2000-07-03 21:41:50"], ["1994-08-03 12:34:58"]]}, "table_names": "['Products', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Hwoep_15.png", "TableImg_Yusq6_15.png", "TableImg_P9b2h_15.png"], "original_data_index": 2821} +{"question": "Find the names of artists that do not have any albums.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70], "data": [["A Cor Do Som"], ["Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett"], ["Aerosmith & Sierra Leone's Refugee Allstars"], ["Avril Lavigne"], ["Azymuth"], ["Baby Consuelo"], ["Banda Black Rio"], ["Bar\u00c3\u00a3o Vermelho"], ["Bebel Gilberto"], ["Ben Harper"], ["Big & Rich"], ["Black Eyed Peas"], ["Charlie Brown Jr."], ["Christina Aguilera featuring BigElf"], ["Corinne Bailey Rae"], ["DJ Dolores & Orchestra Santa Massa"], ["Dhani Harrison & Jakob Dylan"], ["Edson, DJ Marky & DJ Patife Featuring Fernanda Porto"], ["Fernanda Porto"], ["Gustavo & Andres Veiga & Salazar"], ["Hermeto Pascoal"], ["Instituto"], ["Jack Johnson"], ["Jack's Mannequin & Mick Fleetwood"], ["Jackson Browne"], ["Jaguares"], ["Jorge Vercilo"], ["Jo\u00c3\u00a3o Gilberto"], ["Kid Abelha"], ["Los Hermanos"], ["Los Lonely Boys"], ["Luiz Melodia"], ["Matisyahu"], ["Milton Nascimento & Bebeto"], ["Mot\u00c3\u00b6rhead & Girlschool"], ["Mundo Livre S/A"], ["Nando Reis"], ["Na\u00c3\u00a7\u00c3\u00a3o Zumbi"], ["Nega Gizza"], ["Ney Matogrosso"], ["Os Cariocas"], ["Otto"], ["Pedro Lu\u00c3\u00ads & A Parede"], ["Pedro Lu\u00c3\u00ads E A Parede"], ["Peter Tosh"], ["R.E.M. Feat. KRS-One"], ["Regina Spektor"], ["Rodox"], ["Sabotage E Instituto"], ["Sandra De S\u00c3\u00a1"], ["Santana Feat. Dave Matthews"], ["Santana Feat. Eagle-Eye Cherry"], ["Santana Feat. Eric Clapton"], ["Santana Feat. Everlast"], ["Santana Feat. Lauryn Hill & Cee-Lo"], ["Santana Feat. Man\u00c3\u00a1"], ["Santana Feat. Rob Thomas"], ["Santana Feat. The Project G&B"], ["Seu Jorge"], ["Simply Red"], ["Snow Patrol"], ["Stereo Maracana"], ["The Flaming Lips"], ["The Postal Service"], ["Vinicius, Toquinho & Quarteto Em Cy"], ["Vin\u00c3\u00adcius De Moraes & Baden Powell"], ["Vin\u00c3\u00adcius E Odette Lara"], ["Vin\u00c3\u00adcius E Qurteto Em Cy"], ["Whitesnake"], ["Xis"], ["Youssou N'Dour"]]}, "table_names": "['Album', 'Artist']", "table_image_ids": ["TableImg_0yisv_347.png", "TableImg_J7uyr_275.png"], "original_data_index": 2822} +{"question": "Find the names of nurses who are on call.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Carla Espinosa"], ["Laverne Roberts"], ["Paul Flowers"]]}, "table_names": "['Nurse', 'On_Call']", "table_image_ids": ["TableImg_2wxkz_3.png", "TableImg_5aaxd_6.png"], "original_data_index": 2823} +{"question": "What is the average bike availability in stations that are not located in Palo Alto?", "answer": {"columns": ["avg(bikes_available)"], "index": [0], "data": [[7.6579014228]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_B2xh3_70.png", "TableImg_Jra8l_8487.png"], "original_data_index": 2824} +{"question": "List the names of the customers who have once bought product \"food\".", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4], "data": [["George"], ["Alberto"], ["Hadley"], ["Violet"], ["Devan"]]}, "table_names": "['Customers', 'Orders', 'Products', 'Order_Items']", "table_image_ids": ["TableImg_Qp3sm_15.png", "TableImg_Qi6vl_15.png", "TableImg_L5snd_15.png", "TableImg_H67eg_15.png"], "original_data_index": 2825} +{"question": "What are the last names of individuals who have been contact individuals for an organization?", "answer": {"columns": ["individual_last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Schuster"], ["Kertzmann"], ["Jacobs"], ["D'Amore"], ["Rutherford"], ["Rau"], ["Rogahn"], ["Bradtke"], ["Dooley"]]}, "table_names": "['Individuals', 'Organization_Contact_Individuals']", "table_image_ids": ["TableImg_H0k4i_15.png", "TableImg_Uwjj5_15.png"], "original_data_index": 2826} +{"question": "What is the document type name and the document type description and creation date for all the documents?", "answer": {"columns": ["Document_Type_Name", "Document_Type_Description", "Document_Date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["CV", "excellent", "2004-08-28 06:59:19"], ["Book", "excellent", "2012-12-27 19:09:18"], ["CV", "excellent", "1980-10-22 14:17:11"], ["Book", "excellent", "1981-11-29 10:23:01"], ["Paper", "good", "1970-06-17 14:03:21"], ["Paper", "good", "2013-01-26 15:15:25"], ["Book", "excellent", "1991-07-08 08:49:59"], ["Book", "excellent", "1970-03-06 07:34:49"], ["Book", "excellent", "1971-06-09 19:03:41"], ["Film", "fun", "2007-09-26 02:39:11"], ["Book", "excellent", "1978-10-15 10:33:17"], ["Paper", "good", "1970-01-30 10:53:35"], ["CV", "excellent", "1983-08-24 17:10:26"], ["Paper", "good", "1976-05-06 12:56:12"], ["Paper", "good", "2005-10-28 03:17:16"]]}, "table_names": "['Ref_Document_Types', 'Documents']", "table_image_ids": ["TableImg_R2fq9_5.png", "TableImg_395v2_15.png"], "original_data_index": 2827} +{"question": "What are the region names affected by the storm with a number of deaths of least 10?", "answer": {"columns": ["Region_name"], "index": [0], "data": [["Algeria"]]}, "table_names": "['storm', 'region', 'affected_region']", "table_image_ids": ["TableImg_S0y7i_10.png", "TableImg_X3tc9_13.png", "TableImg_Z07zf_6.png"], "original_data_index": 2828} +{"question": "What is the course description and number of credits for QM-261?", "answer": {"columns": ["CRS_CREDIT", "CRS_DESCRIPTION"], "index": [0], "data": [[3.0, "Intro. to Statistics"]]}, "table_names": "['COURSE']", "table_image_ids": ["TableImg_00cn2_6.png"], "original_data_index": 2829} +{"question": "What is the rank, company, and market value of every comapny in the banking industry ordered by sales and profits?", "answer": {"columns": ["Rank", "Company", "Market_Value"], "index": [0, 1, 2], "data": [[5, "Industrial and Commercial Bank of China", 237.4], [9, "Wells Fargo", 178.7], [6, "HSBC", 164.3]]}, "table_names": "['company']", "table_image_ids": ["TableImg_T7did_10.png"], "original_data_index": 2830} +{"question": "Show the details of all trucks in the order of their license number.", "answer": {"columns": ["truck_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Laverna"], ["Kaya"], ["Deon"], ["Ricky"], ["Randy"], ["Holly"], ["Rosamond"], ["Frida"], ["Queen"], ["Rebeka"], ["Luisa"], ["Bud"], ["Joanny"], ["Efren"], ["Stacy"]]}, "table_names": "['Trucks']", "table_image_ids": ["TableImg_Kiktr_15.png"], "original_data_index": 2831} +{"question": "List the file size and format for all songs that have resolution lower than 800.", "answer": {"columns": ["file_size", "formats"], "index": [0, 1, 2, 3], "data": [["4.12 MB", "mp3"], ["3.69 MB", "mp4"], ["5.10 MB", "mp3"], ["4.10 MB", "mp4"]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_V3i80_6.png", "TableImg_Y8upc_6.png"], "original_data_index": 2832} +{"question": "Give the names of people who did not participate in the candidate election.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Dominique Daquin"], ["Frantz Granvorka"], ["Philippe Bar\u00c3\u00a7a-Cysique"]]}, "table_names": "['candidate', 'people']", "table_image_ids": ["TableImg_L6dft_6.png", "TableImg_L15k8_9.png"], "original_data_index": 2833} +{"question": "What is the total amount of products purchased before 2018-03-17 07:13:53?", "answer": {"columns": ["sum(t2.order_quantity)"], "index": [0], "data": [[45]]}, "table_names": "['Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_6rmf1_15.png", "TableImg_1zdy0_15.png"], "original_data_index": 2834} +{"question": "What is the zip code of the address where the teacher with first name \"Lyla\" lives?", "answer": {"columns": ["zip_postcode"], "index": [0], "data": [["435"]]}, "table_names": "['Addresses', 'Teachers']", "table_image_ids": ["TableImg_Zfvxv_20.png", "TableImg_7hj7z_15.png"], "original_data_index": 2835} +{"question": "Show names of shops and the carriers of devices they have in stock.", "answer": {"columns": ["Shop_Name", "Carrier"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Dinas Device", "Bell Mobility"], ["Dinas Device", "Vodafone AU"], ["Best Buy", "Vodafone AU"], ["Ferndale", "Bell Mobility"], ["Ferndale", "Vodafone AU"], ["Apple", "Vodafone AU"], ["Gelli repair", "Bell Mobility"], ["ATnT", "Vodafone AU"]]}, "table_names": "['device', 'shop', 'stock']", "table_image_ids": ["TableImg_Ugks7_6.png", "TableImg_Fm8ga_12.png", "TableImg_Byem2_8.png"], "original_data_index": 2836} +{"question": "What are the different pilot names who had piloted a flight in the country 'United States' or in the airport named 'Billund Airport'?", "answer": {"columns": ["Pilot"], "index": [0, 1], "data": [["Thompson"], ["Peterson"]]}, "table_names": "['airport', 'flight']", "table_image_ids": ["TableImg_Pca2l_9.png", "TableImg_Pt6gm_13.png"], "original_data_index": 2837} +{"question": "What is the most common hometown of gymnasts?", "answer": {"columns": ["Hometown"], "index": [0], "data": [["Santo Domingo"]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_7gefe_7.png", "TableImg_Gdhj7_10.png"], "original_data_index": 2838} +{"question": "What are the crime rates of counties that contain cities that have white percentages of over 90?", "answer": {"columns": ["Crime_rate"], "index": [0], "data": [[118.0]]}, "table_names": "['county_public_safety', 'city']", "table_image_ids": ["TableImg_Z06xp_6.png", "TableImg_Dxo0v_17.png"], "original_data_index": 2839} +{"question": "Show institution names along with the number of proteins for each institution.", "answer": {"columns": ["Institution", "count(*)"], "index": [0, 1, 2, 3], "data": [["Dakota State University", 1], ["Haskell Indian Nations University", 1], ["Lindenwood University\u00e2\u0080\u0093Belleville", 2], ["Valley City State University", 1]]}, "table_names": "['Institution', 'protein']", "table_image_ids": ["TableImg_Xrl3q_11.png", "TableImg_7mwrc_5.png"], "original_data_index": 2840} +{"question": "Find the name of the department that has no students minored in?", "answer": {"columns": ["DName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["Anthropology"], ["Biology"], ["Biomedical Engineering"], ["Chemistry"], ["Civil Engineering"], ["Classics"], ["Computer Science"], ["Economics"], ["English"], ["French"], ["Hispanic/Italian Studies"], ["History"], ["History of Art"], ["Mathematics"], ["Near Eastern Studies"], ["Philosophy"], ["Physics and Astronomy"], ["Psychology"]]}, "table_names": "['Department', 'Minor_in']", "table_image_ids": ["TableImg_O8u9i_26.png", "TableImg_H0scb_10.png"], "original_data_index": 2841} +{"question": "List the names of all distinct wines that are made of red color grape.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222], "data": [["Old Kraft Vineyard"], ["Giana"], ["Black Chicken"], ["Napa Ranches"], ["Varozza Vineyard"], ["Mother Clone"], ["Zinfandel"], ["Pritchard Hill"], ["Reserve"], ["Neyers Ranch - Conn Valley"], ["Annum"], ["Cabernet Sauvignon"], ["Beckstoffer To Kalon Vineyard"], ["Coliseum Block"], ["1886"], ["Couer de Valee"], ["Amber Ridge Vineyard"], ["Keefer Ranch"], ["Koplen Vineyard"], ["Freestone Hill"], ["Julias Vineyard"], ["Carneros Hyde Vineyard"], ["Pinot Noir"], ["Garys Vineyard"], ["Kanzler Vineyard"], ["Five Sisters"], ["Pisoni Vineyard"], ["Rosellas Vineyard"], ["Valley Bliss Block"], ["Lancel Creek Vineyard"], ["4-Barrel"], ["Gaps Crown Vineyard"], ["A by Acacia"], ["La Encantada Vineyard"], ["La Encantada Vineyard Clone 667"], ["Estate Reserve"], ["Carneros"], ["Sarmento Vineyard"], ["Henry Ranch"], ["Kali Hart"], ["Sleepy Hollow Vineyard"], ["Syrah"], ["Eddies Patch"], ["Merlot"], ["Darius II"], ["Hillstone Vineyard"], ["Tomahawk Vineyard"], ["Elevage"], ["Neruda Brix Vineyard"], ["In the Crosshairs Eleven Confessions Vineyard"], ["On the Road"], ["Garnacha Denner Vineyard"], ["Purisma Mountain Vineyard"], ["Romeo"], ["Hope Family Vineyard"], ["Foggy Knoll Vineyard"], ["Anns Block"], ["Kick Ranch"], ["Thompson Vineyard"], ["Hayne Vineyard"], ["Sweetwater Springs Vineyard"], ["Petite Sirah"], ["Russel Family Vineyard"], ["Durell Vineyard"], ["Rancho Oliveros Vineyard"], ["Graham Family Vineyard"], ["Clos Pepe Vineyard"], ["Keefer Ranch Vineyard"], ["Cargasacchi Vineyard"], ["Turner Vineyard"], ["Rancho La Vina Vineyard"], ["Limited Release"], ["Aubaine Vineyard"], ["A Shot in the Dark Eleven Confessions Vineyard"], ["Quarzo"], ["Cardiac Hill"], ["Larner Vinyard"], ["White Hawk Vineyard"], ["Mesa Reserve"], ["Twist of Fate"], ["Kemp Vineyard"], ["Christensen Family Vineyard"], ["Melville Vineyards"], ["The Flight"], ["Colson Canyon Vineyard"], ["England-Shaw"], ["Rose Steinbeck Vineyard"], ["La Cruz Vineyard"], ["Snows Lake Vineyard"], ["Abba Vineyard"], ["Originals"], ["Que Syrah Vineyard"], ["Gesture Limited Release"], ["Star Angel "], ["Kick Ranch Reserve"], ["Les Cotes De LOuest"], ["Shiraz"], ["Carlisle Vineyard"], ["Cedarman"], ["Tofanelli Vineyard"], ["Private Reserve"], ["Fredericks Vineyard"], ["Rossi Ranch"], ["Treborce Vineyard"], ["Wild Oak Old Vines"], ["Old Vine"], ["Wheelhouse"], ["SHR Field Blend"], ["Lot 154"], ["Edizione Pennino"], ["Signature"], ["Loco"], ["Bailey Vineyard"], ["Twenty Two"], ["Black Bart Stagecoach Vineyard"], ["Polomita Hamilton Vineyard"], ["Rominger Vineyard"], ["Maverick"], ["VGS"], ["Roll Ranch Vineyard"], ["Guidici Famili Vineyard"], ["Savoy Vineyard"], ["The Backbone"], ["Laurels Estate Vineyard"], ["Bynum & Moshin Vineyards"], ["Jensen Vineyard"], ["Rockpile Road Vineyard"], ["Thirtieth Anniverasry Vintage Mt. Harlan Cuvee"], ["Stagecoach Vineyard"], ["Ten-Goal Happy Canyon Vineyards"], ["The Ranch"], ["Napa Cuvee"], ["Monte Rosso Vineyard"], ["Dr. Crane Vineyard"], ["Valley Savoy"], ["Coster Vineyard"], ["Lambda"], ["Hurst Vineyard"], ["McDougal Ranch"], ["Wildcat Mountain Vineyard"], ["Ramondo Vineyard"], ["Symposium Fort Ross Vineyard"], ["Grand Detour"], ["Valley Dutton Ranch"], ["Papas Block"], ["Glorias Gem"], ["Cuvee Trouvee"], ["Grand Master"], ["Zio Tony Ranch Gianna Marie"], ["Les Galets"], ["Gamma"], ["Unti Vineyard"], ["Problem Child"], ["Montafi Ranch"], ["Old vine Della Costa Family Vineyard"], ["Giuseppe & Luisa"], ["Backroads"], ["Appelation Series"], ["50 Year Old Vines"], ["Heritage"], ["Vieux-Os Hell Hole Cuvee Old Vine"], ["Planchon Vineyard"], ["Knotty Vines"], ["Beastly Old Vines"], ["Ancient Vines"], ["Incredible Red"], ["Cabernet Franc"], ["Primitivo"], ["Special Selection"], ["Date Night"], ["Black Label"], ["Artistry"], ["Napa Angel Aurelios Selection"], ["Numbers"], ["Beckstoffer Dr. Crane Vineyard"], ["DAdamo Vineyard"], ["InSpire"], ["Spare Me"], ["Jersey Boy"], ["Choreography"], ["Tephra Ridge Vineyard"], ["Peter Newton Vineyard"], ["State Lane Ranch"], ["District 4"], ["Elevation 1147"], ["Elements"], ["La Capilla Collection"], ["To the Rescue"], ["Pictures"], ["Rose Wine Creek Ranch"], ["Mailbox Vineyard Drive"], ["Chelsea Goldschmidt"], ["Ryan"], ["Finn"], ["Aidan"], ["Eoin"], ["Ulises Valdez Vineyard"], ["Victories Rose"], ["Grand Firepeak Cuvee Firepeak Vineyard"], ["Labels"], ["Madden Ranch"], ["Rose"], ["Grist Vineyard"], ["Highwire Vineyard"], ["Rocky Terrace Los Chamizal Vineyards"], ["Century Vines Reserve"], ["Casa Santinamaria Vineyards"], ["Boticelli Vineyards"], ["Todd Brothers Ranch Old Vines"], ["Old Vine Teldeschi Vineyard Home Ranch"], ["Somers Ranch"], ["Morning Sun Los Chamizal Vineyards"], ["Jesses Vineyard"], ["Carlas Reserve"], ["Ginos Vineyard"], ["Bridgehead"], ["Pato Vineyard"], ["Cullinane Reserve"], ["Bushnell Vineyard"], ["Old Vines"], ["Sangiovese"], ["Barbera"], ["Primitivo Block #4"]]}, "table_names": "['grapes', 'wine']", "table_image_ids": ["TableImg_7y2ax_20.png", "TableImg_Runai_500.png"], "original_data_index": 2842} +{"question": "Which country and state does staff with first name as Janessa and last name as Sawayn lived?", "answer": {"columns": ["country", "state_province_county"], "index": [0], "data": [["USA", "Connecticut"]]}, "table_names": "['Addresses', 'Staff']", "table_image_ids": ["TableImg_Szu7o_15.png", "TableImg_Mk1n8_15.png"], "original_data_index": 2843} +{"question": "What are the distinct id and type of the thing that has the status 'Close' or has a status record before the date '2017-06-19 02:59:21'", "answer": {"columns": ["thing_id", "Type_of_Thing_Code"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[2, "Electronics"], [10, "Commen"], [26, "Electronics"], [47, "Commen"], [58, "Electronics"], [80, "Furniture"], [85, "Commen"], [92, "Commen"]]}, "table_names": "['Things', 'Timed_Status_of_Things']", "table_image_ids": ["TableImg_Ot2uu_15.png", "TableImg_Vzpy6_18.png"], "original_data_index": 2844} +{"question": "What is the name of the document with the most number of sections?", "answer": {"columns": ["document_name"], "index": [0], "data": [["John CV"]]}, "table_names": "['Documents', 'Document_Sections']", "table_image_ids": ["TableImg_Zpnmg_15.png", "TableImg_B0u5x_15.png"], "original_data_index": 2845} +{"question": "What is the last name of the first individual contacted from the organization with the maximum UK Vat number across all organizations?", "answer": {"columns": ["individual_last_name"], "index": [0], "data": [["Jacobs"]]}, "table_names": "['Individuals', 'Organizations', 'Organization_Contact_Individuals']", "table_image_ids": ["TableImg_M8t4y_15.png", "TableImg_Vz12b_5.png", "TableImg_Nq7eu_15.png"], "original_data_index": 2846} +{"question": "What are all the policy types of the customer named \"Dayana Robel\"?", "answer": {"columns": ["policy_type_code"], "index": [0], "data": [["Mortgage Insurance"]]}, "table_names": "['Customers', 'Available_Policies', 'Customers_Policies']", "table_image_ids": ["TableImg_Kcfbn_15.png", "TableImg_6pw61_15.png", "TableImg_Hqlup_14.png"], "original_data_index": 2847} +{"question": "What are the full names of students minoring in department 140?", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Susan", "Lee"]]}, "table_names": "['Student', 'Minor_in']", "table_image_ids": ["TableImg_C2bys_34.png", "TableImg_1vwro_10.png"], "original_data_index": 2848} +{"question": "What are all the distinct last names of all the engineers?", "answer": {"columns": ["last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Reinger"], ["Orn"], ["Hauck"], ["Morar"], ["Grady"], ["Adams"], ["Harvey"], ["Hirthe"], ["Stamm"], ["Price"], ["Kunde"], ["Simonis"], ["Hahn"], ["Goldner"], ["Streich"]]}, "table_names": "['Maintenance_Engineers']", "table_image_ids": ["TableImg_Tj8rz_15.png"], "original_data_index": 2849} +{"question": "What are the languages that are used most often in songs?", "answer": {"columns": ["languages"], "index": [0], "data": [["bangla"]]}, "table_names": "['song']", "table_image_ids": ["TableImg_9qrcj_6.png"], "original_data_index": 2850} +{"question": "Return the id of the department with the fewest staff assignments.", "answer": {"columns": ["department_id"], "index": [0], "data": [[1]]}, "table_names": "['Staff_Department_Assignments']", "table_image_ids": ["TableImg_Gsrku_15.png"], "original_data_index": 2851} +{"question": "Return all the distinct payment methods used by customers.", "answer": {"columns": ["payment_method"], "index": [0, 1, 2], "data": [["Cash"], ["Cheque"], ["Credit Card"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Cqfwx_15.png"], "original_data_index": 2852} +{"question": "What are the ranks of captains that are both in the Cutter and Armed schooner classes?", "answer": {"columns": ["Rank"], "index": [0], "data": [["Midshipman"]]}, "table_names": "['captain']", "table_image_ids": ["TableImg_02m8i_7.png"], "original_data_index": 2853} +{"question": "What are the three products that have the most problems?s", "answer": {"columns": ["product_name"], "index": [0, 1, 2], "data": [["rose"], ["wechat"], ["yellow"]]}, "table_names": "['Product', 'Problems']", "table_image_ids": ["TableImg_Kga2h_15.png", "TableImg_Uphtp_15.png"], "original_data_index": 2854} +{"question": "For each race name, What is the maximum fastest lap speed for races after 2004 ordered by year?", "answer": {"columns": ["max(T2.fastestlapspeed)", "name", "year"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["202.946", "European Grand Prix", 2016], ["209.918", "German Grand Prix", 2016], ["198.652", "Abu Dhabi Grand Prix", 2017], ["220.605", "Australian Grand Prix", 2017], ["230.597", "Austrian Grand Prix", 2017], ["208.919", "Azerbaijan Grand Prix", 2017], ["209.952", "Bahrain Grand Prix", 2017], ["236.583", "Belgian Grand Prix", 2017], ["218.349", "Brazilian Grand Prix", 2017], ["234.025", "British Grand Prix", 2017], ["210.588", "Canadian Grand Prix", 2017], ["205.745", "Chinese Grand Prix", 2017], ["196.697", "Hungarian Grand Prix", 2017], ["250.174", "Italian Grand Prix", 2017], ["224.439", "Japanese Grand Prix", 2017], ["212.104", "Malaysian Grand Prix", 2017], ["196.666", "Mexican Grand Prix", 2017], ["160.561", "Monaco Grand Prix", 2017], ["217.388", "Russian Grand Prix", 2017], ["173.643", "Singapore Grand Prix", 2017], ["200.471", "Spanish Grand Prix", 2017], ["203.003", "United States Grand Prix", 2017]]}, "table_names": "['races', 'results']", "table_image_ids": ["TableImg_P6y5p_997.png", "TableImg_Ynz3j_23777.png"], "original_data_index": 2855} +{"question": "Show the delegates and the names of county they belong to.", "answer": {"columns": ["Delegate", "County_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Bates, Gail H. Gail H. Bates", "Howard"], ["Miller, Warren E. Warren E. Miller", "Howard"], ["DeBoy, Steven J. Sr. Steven J. DeBoy, Sr.", "Baltimore County"], ["Malone, James E. Jr. James E. Malone, Jr.", "Colony"], ["Bobo, Elizabeth Elizabeth Bobo", "Baltimore County"], ["Pendergrass, Shane E. Shane Pendergrass", "Howard"], ["Guzzone, Guy Guy Guzzone", "Mansfield"], ["Turner, Frank S. Frank S. Turner", "Colony"]]}, "table_names": "['county', 'election']", "table_image_ids": ["TableImg_Yy2dy_5.png", "TableImg_Doz9v_8.png"], "original_data_index": 2856} +{"question": "What are the names of the technicians that are assigned to repair machines with more point values than 70?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Joe Sewell"], ["Tony Sewell"], ["Joe Sewell"], ["Joe Sewell"], ["Joe Sewell"], ["Joe Sewell"], ["Eddie Collins"]]}, "table_names": "['machine', 'technician', 'repair_assignment']", "table_image_ids": ["TableImg_3d7tc_9.png", "TableImg_45jud_10.png", "TableImg_352n2_9.png"], "original_data_index": 2857} +{"question": "What are the personal name, family name, and author ID of the course author who teaches the most courses?", "answer": {"columns": ["personal_name", "family_name", "author_id"], "index": [0], "data": [["Yessenia", "Barrows", 5]]}, "table_names": "['Course_Authors_and_Tutors', 'Courses']", "table_image_ids": ["TableImg_6asj0_15.png", "TableImg_Crwaj_15.png"], "original_data_index": 2858} +{"question": "What are the names, color descriptions, and product descriptions for products in the 'Herbs' category?", "answer": {"columns": ["product_name", "color_description", "product_description"], "index": [0, 1, 2, 3, 4, 5], "data": [["basil", "red", "officia"], ["borage", "yellow", "blanditiis"], ["caraway", "red", "nulla"], ["catnip", "white", "vel"], ["chervil", "black", "minus"], ["laurel", "white", "ut"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_35ywg_8.png", "TableImg_21n4t_15.png"], "original_data_index": 2859} +{"question": "What are the first names and office of the professors who are in the history department and have a Ph.D?", "answer": {"columns": ["EMP_FNAME", "PROF_OFFICE"], "index": [0], "data": [["Ronald", "DRE 156"]]}, "table_names": "['DEPARTMENT', 'EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Tdf16_11.png", "TableImg_81wam_37.png", "TableImg_0c2hf_22.png"], "original_data_index": 2860} +{"question": "What are the names of all cities and states?", "answer": {"columns": ["town_city"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27], "data": [["Arkansas"], ["Breanneberg"], ["Carrollland"], ["Cletusbury"], ["Colorado"], ["Dangelohaven"], ["East Clair"], ["East Lamonttown"], ["Feilmouth"], ["Georgia"], ["Kentucky"], ["Lake Gertrudeton"], ["Lake Meaghan"], ["Lake Taryn"], ["Louisiana"], ["Michigan"], ["Missouri"], ["Montana"], ["New Gabe"], ["New Katlyn"], ["NewHampshire"], ["NewYork"], ["NorthCarolina"], ["Pennsylvania"], ["Robertsberg"], ["Vermont"], ["West Brandynland"], ["West Stacy"]]}, "table_names": "['Addresses']", "table_image_ids": ["TableImg_Oyxwh_15.png"], "original_data_index": 2861} +{"question": "What are the all games score and location of the school called Clemson?", "answer": {"columns": ["All_Games", "Location"], "index": [0], "data": [["24\u00e2\u0080\u009310", "New Brunswick, NJ"]]}, "table_names": "['basketball_match', 'university']", "table_image_ids": ["TableImg_Nqssk_4.png", "TableImg_Dfz4g_5.png"], "original_data_index": 2862} +{"question": "What is the most frequently ordered product? Tell me the detail of the product", "answer": {"columns": ["product_details"], "index": [0], "data": [["Dove Chocolate"]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_2w2ol_3.png", "TableImg_Yudza_15.png"], "original_data_index": 2863} +{"question": "List the names of all players who have a crossing score higher than 90 and prefer their right foot.", "answer": {"columns": ["player_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Adrian Mutu"], ["Alessandro Del Piero"], ["Andrea Pirlo"], ["Antonio Cassano"], ["Ashley Young"], ["David Beckham"], ["David Bentley"], ["Gianluca Zambrotta"], ["Jermaine Pennant"], ["Joaquin"], ["Juninho Pernambucano,20"], ["Mauro Camoranesi"], ["Pavel Nedved"], ["Steven Gerrard"], ["Xavi Hernandez"]]}, "table_names": "['Player_Attributes', 'Player']", "table_image_ids": ["TableImg_N2azk_183978.png", "TableImg_Ko1wy_11060.png"], "original_data_index": 2864} +{"question": "How many students attend course English?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Courses', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_Zkimy_6.png", "TableImg_Dgi3k_8.png"], "original_data_index": 2865} +{"question": "Find the number of amenities for each of the dorms that can accommodate more than 100 students.", "answer": {"columns": ["count(*)", "dormid"], "index": [0, 1, 2, 3, 4], "data": [[3, 104], [8, 109], [5, 110], [6, 140], [12, 160]]}, "table_names": "['Dorm', 'Has_amenity']", "table_image_ids": ["TableImg_Rqr52_7.png", "TableImg_S6ics_40.png"], "original_data_index": 2866} +{"question": "Find the name and capacity of the dorm with least number of amenities.", "answer": {"columns": ["dorm_name", "student_capacity"], "index": [0], "data": [["University Hovels", 40]]}, "table_names": "['Dorm', 'Dorm_amenity', 'Has_amenity']", "table_image_ids": ["TableImg_Gji2r_7.png", "TableImg_J672c_12.png", "TableImg_M1ccq_40.png"], "original_data_index": 2867} +{"question": "List the name for storms and the number of affected regions for each storm.", "answer": {"columns": ["Name", "count(*)"], "index": [0, 1, 2, 3], "data": [["One", 2], ["Three", 1], ["Four", 1], ["Five", 2]]}, "table_names": "['storm', 'affected_region']", "table_image_ids": ["TableImg_Tuklr_10.png", "TableImg_U283p_6.png"], "original_data_index": 2868} +{"question": "Give the section titles of the document with the name \"David CV\".", "answer": {"columns": ["section_title"], "index": [0], "data": [["after"]]}, "table_names": "['Documents', 'Document_Sections']", "table_image_ids": ["TableImg_Sfcxp_15.png", "TableImg_Clwdl_15.png"], "original_data_index": 2869} +{"question": "What is the id of the organization with the maximum number of outcomes and how many outcomes are there?", "answer": {"columns": ["organisation_id", "count(*)"], "index": [0], "data": [[3, 5]]}, "table_names": "['Project_Outcomes', 'Projects']", "table_image_ids": ["TableImg_00m9y_15.png", "TableImg_Xmwix_15.png"], "original_data_index": 2870} +{"question": "Show all the faculty ranks and the number of students advised by each rank.", "answer": {"columns": ["Rank", "count(*)"], "index": [0, 1, 2], "data": [["AssocProf", 2], ["AsstProf", 18], ["Professor", 14]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_8zcg0_34.png", "TableImg_Leyqr_58.png"], "original_data_index": 2871} +{"question": "Find the name, age, and job title of persons who are friends with Alice for the longest years.", "answer": {"columns": ["name", "age", "job"], "index": [0], "data": [["Zach", 45, "doctor"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_W4lki_4.png", "TableImg_Ewl21_4.png"], "original_data_index": 2872} +{"question": "What is the name of every city that has at least 15 stations and how many stations does it have?", "answer": {"columns": ["city", "COUNT(*)"], "index": [0, 1], "data": [["San Francisco", 35], ["San Jose", 16]]}, "table_names": "['station']", "table_image_ids": ["TableImg_U1pmw_70.png"], "original_data_index": 2873} +{"question": "List the first names of all the students in room 107.", "answer": {"columns": ["FirstName"], "index": [0, 1, 2, 3, 4, 5], "data": [[" SHERWOOD"], [" ROBBY"], [" CRYSTA"], [" VERTIE"], [" CHRISSY"], [" JORDON"]]}, "table_names": "['list']", "table_image_ids": ["TableImg_4rtua_60.png"], "original_data_index": 2874} +{"question": "What are the starting years shared by the technicians from the team \"CLE\" or \"CWS\"?", "answer": {"columns": ["Starting_Year"], "index": [0], "data": [[2005.0]]}, "table_names": "['technician']", "table_image_ids": ["TableImg_2fxcb_10.png"], "original_data_index": 2875} +{"question": "How many settlements were made on the claim with the most recent claim settlement date? List the number and the claim id.", "answer": {"columns": ["count(*)", "Claim_ID"], "index": [0], "data": [[1, 843]]}, "table_names": "['Claims', 'Settlements']", "table_image_ids": ["TableImg_49xcn_15.png", "TableImg_V6iqe_15.png"], "original_data_index": 2876} +{"question": "Show all track names that have had no races.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Darlington Raceway"], ["Michigan International Speedway"], ["Phoenix International Raceway"]]}, "table_names": "['race', 'track']", "table_image_ids": ["TableImg_Jz72d_7.png", "TableImg_3wwp0_9.png"], "original_data_index": 2877} +{"question": "What are the name of rooms that cost more than the average.", "answer": {"columns": ["roomName"], "index": [0, 1, 2, 3], "data": [["Abscond or bolster"], ["Convoke and sanguine"], ["Riddle to exculpate"], ["Frugal not apropos"]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_F7715_10.png"], "original_data_index": 2878} +{"question": "Show the locations of schools that have more than 1 player.", "answer": {"columns": ["Location"], "index": [0, 1, 2, 3], "data": [["Milsons Point"], ["Hornsby"], ["Wahroonga"], ["Summer Hill"]]}, "table_names": "['school', 'player']", "table_image_ids": ["TableImg_Uvctj_6.png", "TableImg_Qtb4e_23.png"], "original_data_index": 2879} +{"question": "For each director, how many reviews have they received?", "answer": {"columns": ["count(*)", "director"], "index": [0, 1, 2, 3, 4], "data": [[2, null], [2, "James Cameron"], [2, "Robert Wise"], [5, "Steven Spielberg"], [3, "Victor Fleming"]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Ch3jm_8.png", "TableImg_593sb_14.png"], "original_data_index": 2880} +{"question": "Give me the title and highest price for each film.", "answer": {"columns": ["Title", "max(T1.price)"], "index": [0, 1, 2, 3, 4], "data": [["The Case of the Mystery Weekend", 15.99], ["The Case of the Smart Dummy", 12.99], ["The Case: Off the Record", 8.99], ["The Case of the Bermuda Triangle", 9.99], ["The Case of the Piggy Banker", 12.99]]}, "table_names": "['film', 'schedule']", "table_image_ids": ["TableImg_Ui5j5_5.png", "TableImg_Cqi0t_7.png"], "original_data_index": 2881} +{"question": "Show the maximum amount of transaction.", "answer": {"columns": ["max(amount_of_transaction)"], "index": [0], "data": [[207484122.2796]]}, "table_names": "['Transactions']", "table_image_ids": ["TableImg_Id1h0_15.png"], "original_data_index": 2882} +{"question": "What are the average prices of hotels grouped by their pet policy.", "answer": {"columns": ["pets_allowed_yn", "avg(price_range)"], "index": [0, 1], "data": [["", 989295.7443080185], ["1", 81426646.37909974]]}, "table_names": "['Hotels']", "table_image_ids": ["TableImg_Zhpp7_20.png"], "original_data_index": 2883} +{"question": "What is the total number of people who have no friends living in Austin?", "answer": {"columns": ["count(DISTINCT name)"], "index": [0], "data": [[3]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Pg4cq_4.png", "TableImg_T6ta6_4.png"], "original_data_index": 2884} +{"question": "How many females are in the network?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Person']", "table_image_ids": ["TableImg_Ikxrc_4.png"], "original_data_index": 2885} +{"question": "What are the email addresses of the drama workshop groups with address in Alaska state?", "answer": {"columns": ["Store_Email_Address"], "index": [0], "data": [["watsica.hettie@example.com"]]}, "table_names": "['Addresses', 'Drama_Workshop_Groups']", "table_image_ids": ["TableImg_Z42uk_20.png", "TableImg_Dmpwi_15.png"], "original_data_index": 2886} +{"question": "What are the ids and first names of customers who do not hold a credit card?", "answer": {"columns": ["customer_id", "customer_first_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[1, "Aniyah"], [3, "Marcel"], [4, "Art"], [5, "Armani"], [6, "Kiel"], [7, "Izabella"], [8, "Elyssa"], [10, "Axel"], [11, "Frederic"]]}, "table_names": "['Customers', 'Customers_Cards']", "table_image_ids": ["TableImg_Qn82b_15.png", "TableImg_R49mo_15.png"], "original_data_index": 2887} +{"question": "For each reviewer id, what is the title and rating for the movie with the smallest rating?", "answer": {"columns": ["title", "rID", "stars", "min(T1.stars)"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Gone with the Wind", 201, 2, 2], ["Snow White", 202, 4, 4], ["The Sound of Music", 203, 2, 2], ["Gone with the Wind", 204, 3, 3], ["E.T.", 205, 2, 2], ["Avatar", 206, 3, 3], ["Avatar", 207, 5, 5], ["E.T.", 208, 3, 3]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_7vkri_8.png", "TableImg_Fzqos_14.png"], "original_data_index": 2888} +{"question": "Count the number of distinct instructors who have taught a course.", "answer": {"columns": ["COUNT (DISTINCT id)"], "index": [0], "data": [[31]]}, "table_names": "['teaches']", "table_image_ids": ["TableImg_Gru8t_100.png"], "original_data_index": 2889} +{"question": "What is all the product data, as well as each product's manufacturer?", "answer": {"columns": ["Code", "Name", "Price", "Manufacturer", "Code", "Name", "Headquarter", "Founder", "Revenue"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [[1, "Hard drive", 240, 5, 5, "Fujitsu", "Taiwan", "John", 130.0], [2, "Memory", 120, 6, 6, "Winchester", "Paris", "Robert", 30.0], [3, "ZIP drive", 150, 4, 4, "Iomega", "Beijing", "Mary", 200.0], [4, "Floppy disk", 5, 6, 6, "Winchester", "Paris", "Robert", 30.0], [5, "Monitor", 240, 1, 1, "Sony", "Tokyo", "Andy", 120.0], [6, "DVD drive", 180, 2, 2, "Creative Labs", "Austin", "Owen", 100.0], [7, "CD drive", 90, 2, 2, "Creative Labs", "Austin", "Owen", 100.0], [8, "Printer", 270, 3, 3, "Hewlett-Packard", "Los Angeles", "James", 50.0], [9, "Toner cartridge", 66, 3, 3, "Hewlett-Packard", "Los Angeles", "James", 50.0], [10, "DVD burner", 180, 2, 2, "Creative Labs", "Austin", "Owen", 100.0], [11, "DVD drive", 150, 3, 3, "Hewlett-Packard", "Los Angeles", "James", 50.0]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_Qs1e5_6.png", "TableImg_7rppq_11.png"], "original_data_index": 2890} +{"question": "Show different tourist attractions' names, ids, and the corresponding number of visits.", "answer": {"columns": ["Name", "Tourist_Attraction_ID", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["UK gallery", 2701, 1], ["flying elephant", 5076, 1], ["US museum", 6476, 4], ["fun games", 6523, 2], ["history gallery", 6653, 1], ["exploration trial", 6852, 4], ["presidents hall", 8429, 1], ["jungle cruise", 8698, 3], ["fun shops", 9360, 1], ["parking", 9919, 2]]}, "table_names": "['Tourist_Attractions', 'Visits']", "table_image_ids": ["TableImg_59hwl_15.png", "TableImg_El7ds_20.png"], "original_data_index": 2891} +{"question": "Find the name of the user who gives the most reviews.", "answer": {"columns": ["name"], "index": [0], "data": [["Mark"]]}, "table_names": "['review', 'useracct']", "table_image_ids": ["TableImg_J067b_7.png", "TableImg_6hzyc_7.png"], "original_data_index": 2892} +{"question": "What is the name and hours for the project which has the most scientists assigned to it?", "answer": {"columns": ["Name", "Hours"], "index": [0], "data": [["Build Your Own Telescope", 6546]]}, "table_names": "['Projects', 'AssignedTo']", "table_image_ids": ["TableImg_Ccawf_14.png", "TableImg_Bi6w6_12.png"], "original_data_index": 2893} +{"question": "What are the maximum duration and resolution of all songs, for each language, ordered alphabetically by language?", "answer": {"columns": ["max(T1.duration)", "max(T2.resolution)", "languages"], "index": [0, 1], "data": [["4:30", 1080, "bangla"], ["5:23", 1080, "english"]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_M086h_6.png", "TableImg_Cmqo6_6.png"], "original_data_index": 2894} +{"question": "What are names of the movies that are either made after 2000 or reviewed by Brittany Harris?", "answer": {"columns": ["title"], "index": [0, 1, 2], "data": [["The Sound of Music"], ["Raiders of the Lost Ark"], ["Avatar"]]}, "table_names": "['Movie', 'Reviewer', 'Rating']", "table_image_ids": ["TableImg_H06b9_8.png", "TableImg_Xcmaw_8.png", "TableImg_X2sdu_14.png"], "original_data_index": 2895} +{"question": "What are all the distinct asset models?", "answer": {"columns": ["asset_model"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["58 ub"], ["35 xt"], ["63 ok"], ["69 uv"], ["90 oq"], ["91 ub"], ["27 du"], ["94 kg"], ["07 yt"], ["20 tl"], ["11 wi"], ["95 vn"], ["08 yy"], ["66 xm"], ["24 ak"]]}, "table_names": "['Assets']", "table_image_ids": ["TableImg_Nqe9z_15.png"], "original_data_index": 2896} +{"question": "What are the names of customers who have purchased both products Latte and Americano?", "answer": {"columns": ["customer_name"], "index": [0], "data": [["Clifford Pagac"]]}, "table_names": "['Products', 'Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Vo8z0_3.png", "TableImg_9vx6i_15.png", "TableImg_8rp5n_15.png", "TableImg_Dxml2_15.png"], "original_data_index": 2897} +{"question": "What are the first names of all students taking accoutning and Computer Information Systems classes?", "answer": {"columns": ["STU_FNAME"], "index": [0, 1], "data": [["Anne"], ["William"]]}, "table_names": "['CLASS', 'COURSE', 'DEPARTMENT', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_X7u6r_13.png", "TableImg_Su6wl_6.png", "TableImg_Vfxoe_11.png", "TableImg_6fgom_6.png", "TableImg_3semi_8.png"], "original_data_index": 2898} +{"question": "What are the names of the customers and staff members?", "answer": {"columns": ["Customer_Details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "data": [["Alexander"], ["Allen"], ["America Jaskolski"], ["Augustine Kerluke"], ["Bo"], ["Buddy Marquardt"], ["Cathryn"], ["Clifton"], ["Dayana Robel"], ["Dr. Diana Rath"], ["Eladio"], ["Ellsworth Paucek"], ["Evans"], ["Gideon"], ["Julius"], ["Kaci"], ["Lauriane Ferry PhD"], ["Margaretta"], ["Maryse"], ["Miss Felicita Reichel"], ["Mr. Edwardo Blanda I"], ["Mr. Randal Lynch III"], ["Mrs. Hanna Willms"], ["Mrs. Lilly Graham III"], ["Mrs. Liza Heller V"], ["Roman"], ["Selena Gerhold"], ["Sydnie Friesen"], ["Vernie"], ["Zachery"]]}, "table_names": "['Customers', 'Staff']", "table_image_ids": ["TableImg_Dfu35_15.png", "TableImg_7cwk1_15.png"], "original_data_index": 2899} +{"question": "Sort the names of all counties in ascending order of population.", "answer": {"columns": ["County_name"], "index": [0, 1, 2, 3, 4], "data": [["Manning"], ["Howard"], ["Colony"], ["Mansfield"], ["Baltimore County"]]}, "table_names": "['county']", "table_image_ids": ["TableImg_Vhkj0_5.png"], "original_data_index": 2900} +{"question": "What are the names of regions that were affected by the storm in which the most people died?", "answer": {"columns": ["Region_name"], "index": [0], "data": [["Algeria"]]}, "table_names": "['storm', 'region', 'affected_region']", "table_image_ids": ["TableImg_Zd8ah_10.png", "TableImg_Zrjis_13.png", "TableImg_N4lqb_6.png"], "original_data_index": 2901} +{"question": "What are the names of all the states with college students playing in the mid position but no goalies?", "answer": {"columns": ["state"], "index": [0], "data": [["OK"]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_66a1s_4.png", "TableImg_98l28_6.png"], "original_data_index": 2902} +{"question": "Show total hours per week and number of games played for student David Shieber.", "answer": {"columns": ["sum(hoursperweek)", "sum(gamesplayed)"], "index": [0], "data": [[15, 64]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_Tuaza_34.png", "TableImg_F8mca_14.png"], "original_data_index": 2903} +{"question": "Return the phone numbers for all customers and suppliers.", "answer": {"columns": ["customer_phone"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["(443)013-3112x528"], ["(692)009-5928"], ["(730)934-8249"], ["+08(3)8056580281"], ["+41(8)1897032009"], ["07594320656"], ["08023680831"], ["1-064-498-6609x051"], ["1-432-960-2402x1734"], ["1-472-036-0434"], ["1-483-283-4742"], ["1-695-364-7586x59256"], ["117.822.3577"], ["197-417-3557"], ["254-072-4068x33935"], ["287-071-1153x254"], ["587.398.2400x31176"], ["857-844-9339x40140"], ["877-150-8674x63517"]]}, "table_names": "['Suppliers', 'Customers']", "table_image_ids": ["TableImg_81fvi_4.png", "TableImg_U85fp_15.png"], "original_data_index": 2904} +{"question": "Give the average number of working horses on farms with more than 5000 total horses.", "answer": {"columns": ["avg(Working_Horses)"], "index": [0], "data": [[3977.75]]}, "table_names": "['farm']", "table_image_ids": ["TableImg_Vopu3_8.png"], "original_data_index": 2905} +{"question": "How many transaction does account with name 337 have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['Accounts', 'Financial_Transactions']", "table_image_ids": ["TableImg_Uxy0b_15.png", "TableImg_Ea769_15.png"], "original_data_index": 2906} +{"question": "Give the distinct famous release dates for all artists.", "answer": {"columns": ["Famous_Release_date"], "index": [0, 1, 2, 3, 4], "data": [["November 2007"], ["January 21, 2008"], ["2009"], ["June 23, 2008"], ["June 15, 2009"]]}, "table_names": "['artist']", "table_image_ids": ["TableImg_38rh6_7.png"], "original_data_index": 2907} +{"question": "What are the manager's first name, last name and id who won the most manager award?", "answer": {"columns": ["name_first", "name_last", "player_id"], "index": [0], "data": [["Bobby", "Cox", "coxbo01"]]}, "table_names": "['manager_award', 'player']", "table_image_ids": ["TableImg_Y4vb0_177.png", "TableImg_5bd5v_18846.png"], "original_data_index": 2908} +{"question": "Find the name and hours of project that has the most number of scientists.", "answer": {"columns": ["Name", "Hours"], "index": [0], "data": [["Build Your Own Telescope", 6546]]}, "table_names": "['Projects', 'AssignedTo']", "table_image_ids": ["TableImg_86rsj_14.png", "TableImg_743no_12.png"], "original_data_index": 2909} +{"question": "What is the salary and name of the employee who has the most number of certificates on aircrafts with distance more than 5000?", "answer": {"columns": ["name"], "index": [0], "data": [["George Wright"]]}, "table_names": "['aircraft', 'employee', 'certificate']", "table_image_ids": ["TableImg_W1o9v_16.png", "TableImg_Qulwk_31.png", "TableImg_Hgu65_69.png"], "original_data_index": 2910} +{"question": "Show the name, open date, and organizer for all churches.", "answer": {"columns": ["Name", "Open_Date", "Organized_by"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Pure Church of Christ", 1831, "Wycam Clark"], ["Independent Church", 1832, "\u00e2\u0080\u0093 Hoton"], ["Church of Christ", 1836, "Ezra Booth"], ["Church of Christ (Parrishite)", 1837, "Warren Parrish"], ["Alston Church", 1839, "Isaac Russell"], ["Church of Christ", 1830, "William Chubby"], ["Church of Jesus Christ, the Bride, the Lamb's Wife", 1840, "George M. Hinkle"], ["Church of Christ", 1842, "Hiram Page"], ["True Church of Jesus Christ of Latter Day Saints", 1844, "William Law"]]}, "table_names": "['church']", "table_image_ids": ["TableImg_U0ovj_9.png"], "original_data_index": 2911} +{"question": "Which order's shipment tracking number is \"3452\"? Give me the id of the order.", "answer": {"columns": ["order_id"], "index": [0], "data": [[5]]}, "table_names": "['Shipments']", "table_image_ids": ["TableImg_996ub_15.png"], "original_data_index": 2912} +{"question": "How many products are there for each manufacturer?", "answer": {"columns": ["count(*)", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [[3, "Creative Labs"], [1, "Fujitsu"], [3, "Hewlett-Packard"], [1, "Iomega"], [1, "Sony"], [2, "Winchester"]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_Pqccb_6.png", "TableImg_41hwt_11.png"], "original_data_index": 2913} +{"question": "What is the name of the stadium which held the most events?", "answer": {"columns": ["name"], "index": [0], "data": [["Nou Mestalla"]]}, "table_names": "['stadium', 'event']", "table_image_ids": ["TableImg_Govfb_10.png", "TableImg_Fym9y_6.png"], "original_data_index": 2914} +{"question": "List the names of the employees who authorized the destruction of documents and the employees who destroyed the corresponding documents.", "answer": {"columns": ["Employee_Name", "Employee_Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Diego", "Beatrice"], ["Harley", "Alene"], ["Jeramie", "Diego"], ["Jeramie", "Mallie"], ["Harley", "Izabella"], ["Stephanie", "Alene"], ["Jeramie", "Alene"], ["Diego", "Stephanie"], ["Hugh", "Mallie"], ["Ebba", "Harley"], ["Harley", "Izabella"]]}, "table_names": "['Employees', 'Documents_to_be_Destroyed']", "table_image_ids": ["TableImg_Ogshy_15.png", "TableImg_Fwgjv_11.png"], "original_data_index": 2915} +{"question": "Return the positions of players on the team Ryley Goldner.", "answer": {"columns": ["Position"], "index": [0], "data": [["Midfielder"]]}, "table_names": "['team', 'match_season']", "table_image_ids": ["TableImg_Ibd8f_10.png", "TableImg_I516e_16.png"], "original_data_index": 2916} +{"question": "Find the number of students who have the word \"son\" in their personal names.", "answer": {"columns": ["COUNT(*)"], "index": [0], "data": [[2]]}, "table_names": "['Students']", "table_image_ids": ["TableImg_Gxahw_15.png"], "original_data_index": 2917} +{"question": "Return the official native languages of countries who have players from Maryland or Duke colleges.", "answer": {"columns": ["Official_native_language"], "index": [0, 1, 2], "data": [["English Manx"], ["Irish English"], ["English"]]}, "table_names": "['country', 'match_season']", "table_image_ids": ["TableImg_Rjxix_6.png", "TableImg_C9wr2_16.png"], "original_data_index": 2918} +{"question": "List the names of people that are not entrepreneurs.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Marco Gerini"], ["Alberto Angelini"]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_Mamkg_6.png", "TableImg_W0bg8_8.png"], "original_data_index": 2919} +{"question": "What are the opening years in which at least two shops opened?", "answer": {"columns": ["Open_year"], "index": [0], "data": [["2009"]]}, "table_names": "['branch']", "table_image_ids": ["TableImg_Trfx9_8.png"], "original_data_index": 2920} +{"question": "Find the marketing region description of China?", "answer": {"columns": ["Marketing_Region_Descriptrion"], "index": [0], "data": [["Our largest market"]]}, "table_names": "['Marketing_Regions']", "table_image_ids": ["TableImg_Q7xdw_8.png"], "original_data_index": 2921} +{"question": "Find the list of cities that no customer is living in.", "answer": {"columns": ["city"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Lucasville"], ["New Sabryna"], ["Gleasonmouth"], ["South Bellaland"], ["Felicityfort"], ["East Julianaside"], ["Port Lilyan"]]}, "table_names": "['Addresses', 'Customers', 'Customer_Addresses']", "table_image_ids": ["TableImg_Hejwd_15.png", "TableImg_3wym8_15.png", "TableImg_Bwzdj_15.png"], "original_data_index": 2922} +{"question": "What are the top three apartment types in terms of the average room count? Give me the", "answer": {"columns": ["apt_type_code"], "index": [0, 1, 2], "data": [["Studio"], ["Flat"], ["Duplex"]]}, "table_names": "['Apartments']", "table_image_ids": ["TableImg_H44bz_15.png"], "original_data_index": 2923} +{"question": "which course has most number of registered students?", "answer": {"columns": ["course_name"], "index": [0], "data": [["statistics"]]}, "table_names": "['Courses', 'Student_Course_Registrations']", "table_image_ids": ["TableImg_Cgo9d_6.png", "TableImg_E8957_9.png"], "original_data_index": 2924} +{"question": "How many states have a college with more students than average?", "answer": {"columns": ["count(DISTINCT state)"], "index": [0], "data": [[3]]}, "table_names": "['College']", "table_image_ids": ["TableImg_Xbekj_4.png"], "original_data_index": 2925} +{"question": "What are the ids of all students who are not video game players?", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28], "data": [[1002], [1003], [1004], [1005], [1006], [1009], [1011], [1012], [1014], [1015], [1016], [1017], [1018], [1019], [1020], [1021], [1022], [1023], [1024], [1025], [1026], [1027], [1028], [1029], [1030], [1031], [1033], [1034], [1035]]}, "table_names": "['Student', 'Plays_Games']", "table_image_ids": ["TableImg_E6qow_34.png", "TableImg_1efj2_10.png"], "original_data_index": 2926} +{"question": "What are the names of the races held after 2017 in Spain?", "answer": {"columns": ["name"], "index": [0], "data": [["Spanish Grand Prix"]]}, "table_names": "['circuits', 'races']", "table_image_ids": ["TableImg_431qf_73.png", "TableImg_Tgk9x_997.png"], "original_data_index": 2927} +{"question": "What are the names of the students who took classes in 2009 or 2010?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523], "data": [["Manber"], ["Zelty"], ["Duan"], ["Colin"], ["Mediratta"], ["Rzecz"], ["Hilberg"], ["Ugarte"], ["Grosch"], ["Kieras"], ["Reed"], ["Okaf"], ["Zabary"], ["Shabuno"], ["Terauchi"], ["Allard"], ["Veselovsky"], ["Dhav"], ["Xue"], ["Waks"], ["More"], ["Marlet"], ["Roses"], ["Jerns"], ["Morales"], ["Arnoux"], ["Robinson"], ["Prasad"], ["Kerridge"], ["Schultz"], ["Tzeng"], ["Glaho"], ["Englund"], ["Al-Tahat"], ["El-Helw"], ["Shiang"], ["Bianchi"], ["Heckman"], ["Rokhs"], ["Foels"], ["Jr"], ["Geronimo"], ["Saito"], ["Betho"], ["Yamashita"], ["Peyse"], ["Ng"], ["Kwan"], ["Neff"], ["Juol"], ["Mendelzon"], ["Kowe"], ["Skeen"], ["Knutson"], ["Thimm"], ["Hito"], ["Griffiths"], ["Bricker"], ["Wingb"], ["Marcus"], ["Watson"], ["Zhanr"], ["Stone"], ["Tewari"], ["Power"], ["Sin"], ["Szczerban"], ["Ren"], ["Bumbau"], ["Hammond"], ["Serrano"], ["Okano"], ["Alqui"], ["Diab"], ["Liu"], ["Bonatto"], ["Wolter"], ["Latour"], ["Bromley"], ["Srini"], ["Zander"], ["Patrick"], ["Adam"], ["Ignj"], ["Grieng"], ["Alfaro"], ["Hoshi"], ["Bedny"], ["Sommerfeldt"], ["Lazos"], ["Berger"], ["Oswald"], ["Deshpande"], ["Belhadji"], ["Starker"], ["Miao"], ["Moszkowski"], ["Yoneda"], ["Takeshi"], ["Whitley"], ["Langer"], ["Axte"], ["Ramadan"], ["Haigh"], ["Vagn"], ["Vekk"], ["Martinsen"], ["Azevedo"], ["Lehtinen"], ["Sagiv"], ["Malinen"], ["Philippe"], ["Palmer"], ["Singhal"], ["Kawahara"], ["Enokib"], ["Kirtane"], ["Formisano"], ["Sun"], ["Lapio"], ["Cheah"], ["Williams"], ["Chien"], ["She"], ["Silbert"], ["Sasso"], ["Arinb"], ["Januszewski"], ["Anis"], ["Yeung"], ["Pacie"], ["Umehara"], ["Dink"], ["Neuhold"], ["Marques"], ["Ross"], ["Wicki"], ["Orlet"], ["Uhrig"], ["Sacchi"], ["Bandekar"], ["Liao"], ["Morimoto"], ["Rahman"], ["Kanata"], ["Meyl"], ["Noga"], ["Suppan"], ["Redw"], ["Angs"], ["Toffoli"], ["Skuras"], ["Kuwadak"], ["Kantors"], ["Biehl"], ["Keiss"], ["Hakkinen"], ["Akaiw"], ["Swartj"], ["King"], ["Hazemi"], ["Chuon"], ["Kang"], ["Carroll"], ["Holn"], ["Matsunami"], ["Ratcliff"], ["Petzo"], ["Shinagawa"], ["Pisini"], ["Caleff"], ["Zouao"], ["Peter"], ["Ould"], ["Michel"], ["Pearlman"], ["Srivastava"], ["Audeh"], ["Tavan"], ["Hamarn"], ["Karpist"], ["Ishikawa"], ["Chanon"], ["Brailsford"], ["Chyr"], ["Nirenbu"], ["Westbrook"], ["Pang"], ["Kangs"], ["Marinov"], ["Goodwin"], ["Coppens"], ["Ramaswamy"], ["Mori"], ["Araya"], ["Agar"], ["Williamson"], ["Schulman"], ["Pampal"], ["Snif"], ["Benson"], ["Linden"], ["Masini"], ["Rubio"], ["Denecker"], ["Leuen"], ["Erdem"], ["Koch"], ["Cavalcanti"], ["Hayashi"], ["Cai"], ["Chang"], ["Bouzeghoub"], ["Asahara"], ["Bhattacharya"], ["Frank"], ["Canas"], ["Colu"], ["Dawson"], ["Sahm"], ["Bishop"], ["Vanrell"], ["Savelieva"], ["Tiwari"], ["Fontana"], ["Hayrapetyan"], ["Fournier"], ["Adda"], ["Lewis"], ["Reyes"], ["Finney"], ["Abu-B"], ["Lomi"], ["Laak"], ["Shuming"], ["Cunha"], ["Mercurio"], ["Cheed"], ["Hawkins"], ["Wunderli"], ["Pavlovico"], ["Geon"], ["Held"], ["Juchn"], ["Gotchev"], ["He"], ["McCarter"], ["Choll"], ["Rais"], ["Nardi"], ["Agarwal"], ["Patel"], ["Garze"], ["Bradshaw"], ["Negron"], ["Nagal"], ["Cox"], ["Moh"], ["Mingoz"], ["Bates"], ["Ibah"], ["OBrien"], ["Sauer"], ["Alioto"], ["Cal"], ["Ockerb"], ["Gerstend"], ["Sugavanam"], ["Sundho"], ["Read"], ["Kinney"], ["Gordon"], ["Larion"], ["Daat"], ["Dang"], ["Oevers"], ["Wecker"], ["Wodn"], ["McGuinness"], ["Dias"], ["Silverman"], ["Lykin"], ["Ceze"], ["Sendlm"], ["Sahani"], ["Kempn"], ["Bouras"], ["Brunet"], ["Fierro-"], ["Lang"], ["Curutchet"], ["Noda"], ["Shakhnovich"], ["Cecchi"], ["DAgostino"], ["Sokolov"], ["Koizumi"], ["Thornton"], ["Russa"], ["Brookh"], ["Fauth"], ["Hirakuri"], ["Andert"], ["Giralt"], ["\u00c3\u0083\u00c2\u0081lvarez"], ["Jo"], ["Yap"], ["Greene"], ["Halbert"], ["Schrefl"], ["Jessup"], ["Engeldr"], ["Tran-"], ["Segars"], ["Leitner"], ["Cotterill"], ["Dickens"], ["Palomo"], ["Visr"], ["Fenwick"], ["Boulah"], ["Baker"], ["Simmel"], ["Vassileva"], ["Hunter"], ["Moreira"], ["Sivew"], ["Calles"], ["Aschoff"], ["Sve"], ["Seyfert"], ["Steeh"], ["Ashmi"], ["Knezo"], ["Bertranp"], ["Rosenkrantz"], ["Leclercq"], ["Birchler"], ["Tanaka"], ["Richter"], ["Goldbu"], ["Ende"], ["Neru"], ["Heers"], ["Matsukawa"], ["Hac"], ["Baber"], ["Markin"], ["Trur"], ["Kota"], ["Gur"], ["Fitzpatrick"], ["Date"], ["Ssu"], ["Gonzalez"], ["Probst"], ["Tabarr"], ["Y\u00c3\u0083\u00c2\u00bcksel"], ["Duong"], ["Brunt"], ["Holloway"], ["Milner"], ["McQuillan"], ["Watzel"], ["Cayto"], ["Crick"], ["Evano"], ["Rougemont"], ["Pfister"], ["Grange"], ["Rajan"], ["Mai"], ["Sorensen"], ["Hirasawa"], ["Carr"], ["Catani"], ["Mathur"], ["Birkett"], ["Canellas"], ["Reiss"], ["Kennedy"], ["Chatterton"], ["Duxbury"], ["Berthold"], ["Ahso"], ["Reuver"], ["Gomez"], ["Verhoeven"], ["Aufr"], ["Sutter"], ["Siddiqi"], ["Daues"], ["Michael"], ["Oller"], ["Stokic"], ["Montes-y"], ["Stetson"], ["Gaspar"], ["Beavis"], ["Solar"], ["Harmon"], ["Iwasa"], ["Kogure"], ["Narli"], ["Youseffi"], ["Ibrahim"], ["Humphrey"], ["Grude"], ["Vajapeyaz"], ["Porr"], ["Ahmad"], ["Lepp"], ["Lanfr"], ["Marsh"], ["Arakawa"], ["Anse"], ["Dism"], ["Paniez"], ["Chaudhuri"], ["Inoue"], ["Fonseca"], ["Shaffer"], ["Rueda"], ["Botha"], ["Beaudry"], ["Zulueta"], ["Lhomme"], ["Porter"], ["Kawasaki"], ["Kacpr"], ["Resa"], ["Qian"], ["Graziano"], ["Rotter"], ["Rieger"], ["Haddad"], ["Bessou"], ["OConnor"], ["Okubo"], ["Hassine"], ["Fuller"], ["Neld"], ["Keuk"], ["Riera"], ["Bondi"], ["Jame"], ["Riahi"], ["Ueda"], ["Frost"], ["Tapia"], ["Nagashima"], ["Bannac"], ["Argar"], ["Saariluoma"], ["Chormo"], ["Ouaz"], ["Kaleta"], ["Nakajima"], ["Park"], ["Atre"], ["McCracken"], ["Suzuki"], ["Robins"], ["Leventhal"], ["Bagato"], ["Damas"], ["Fakin"], ["Liley"], ["Macias"], ["McCormack"], ["Stead"], ["Peck"], ["Otterm"], ["Campbell"], ["Leonard"], ["Saguez"], ["Constantinescu"], ["Kawakami"], ["Seike"], ["Mowbray"], ["Wood"], ["Nicol"], ["Borutz"], ["Orono"], ["Schreitm"], ["Mantzo"], ["Chan"], ["Bosnjak"], ["Nestor"], ["Maalej"], ["Baba"], ["Malcher"], ["Lauciu"], ["Fries"], ["Farr"], ["Basile"], ["Arndt"], ["Barkov"], ["Riser"], ["Kalogerou"], ["Nives"], ["Corbac"], ["Quimby"], ["Loc"], ["Shilv"], ["Ebou"], ["Cao"], ["Gradino"], ["ONi"], ["Peskin"], ["Byrd"], ["Yamamoto"], ["John"], ["Usi"], ["Letouzey"], ["Nakanishi"], ["\u00c3\u0083\u00e2\u0080\u0093zel"], ["Lima"], ["ODono"], ["Quaranta"], ["Guerra"], ["Szendrei"], ["Fung"], ["Souza"], ["Kaupp"], ["Nair"], ["Triebel"], ["Sandsj"], ["Story"], ["Karniel"], ["Hippu"], ["Baccou"], ["Narayanan"], ["Ching"], ["Fathi"], ["Bomme"], ["Dalton"], ["Kamae"], ["Zafar"], ["Sgot"], ["Falconer"], ["Walker"], ["Poize"], ["Benabd"], ["Warren"], ["Sohn"], ["Davy"], ["Norman"], ["Frasinc"], ["Mes"], ["Kamata"], ["Signah"], ["Soni"], ["Jiao"], ["Gay"], ["Beeu"], ["Vrato"], ["Frolova"], ["Zuyev"], ["Kosken"], ["Matsuda"], ["Hayat"], ["Sagawe"], ["Fok"], ["Scibili"], ["Vogt"], ["Torres"], ["Spector"], ["Swien"], ["Theodores"], ["Spadon"], ["Kreutz"], ["Beuthel"], ["Murphy"], ["Xiang"], ["Maglioni"], ["Narasimhamu"], ["Kerz"], ["Loull"], ["Castle"], ["Kyriakopoulos"], ["Elme"], ["Reinhardt"], ["Soper"], ["Yean"], ["Lui"], ["Tsukamoto"], ["Androutsopoulos"], ["Dwyer"], ["Ryder"], ["Dellwo"], ["Preuss"], ["Bartels"], ["Drig"], ["Tabor"], ["Montilla"], ["Llam"], ["Joshi"], ["Cole"], ["Holt"], ["Konstantinides"], ["Rudolf"], ["Xie"], ["Trimble"], ["Zettel"], ["Ponnambalam"], ["Rowe"], ["Dima"], ["Rioult"], ["Xing"], ["Maillet"], ["Hubr"], ["Birtz"], ["Siebers"], ["Tola"], ["Dahmann"], ["McLeod"], ["Abeggl"], ["Meneses"], ["Valf"], ["April"], ["Wheeler"], ["Pietkiewicz"], ["Erol"], ["Kato"], ["Kaufman"], ["Tassel"], ["Wari"], ["Powals"], ["Chriso"], ["Curl"], ["Ortmann"], ["Jordan"], ["Boden"], ["Werf"], ["Gall"], ["Mezzar"], ["Nikut"], ["Wright"], ["Tsantis"], ["Amr"], ["Hartsk"], ["Holland"], ["Palma"], ["Lin"], ["Ram"], ["McGinn"], ["Kaiser"], ["Beekw"], ["Shim"], ["Yong"], ["Xylo"], ["Shoji"], ["Venturini"], ["Caporali"], ["Scher"], ["Moskow"], ["Yoon"], ["Cui"], ["Tam"], ["Tallis"], ["Gau"], ["Papakir"], ["Makarychev"], ["Chandra"], ["Gilmour"], ["Steinmetz"], ["Sowerby"], ["Labroc"], ["Itoh"], ["Yoshioka"], ["Gilliam"], ["Nguyen"], ["Hsieh"], ["Bland"], ["Burman"], ["Harshman"], ["Prieto"], ["Borrus"], ["Abraham"], ["Cochran"], ["Stasko"], ["Kambayashi"], ["Zelek"], ["Ahmadian"], ["Matsush"], ["Hoyos"], ["Mateo"], ["Kiltz"], ["Yeoh"], ["Herrmann"], ["Zaniolo"], ["Teng"], ["Kamez"], ["Fong"], ["Pledg"], ["Kruglyak"], ["Bloom"], ["Houtsm"], ["Nagaraj"], ["Richardson"], ["Kagd"], ["Ryoo"], ["Tleu"], ["Chilu"], ["Advani"], ["Masamura"], ["Richi"], ["Bier"], ["Kivv"], ["Barry"], ["Nallape"], ["Rafiq"], ["Roessler"], ["Yalk"], ["Correia"], ["Jouny"], ["Bakirc"], ["Albinal"], ["Wakamiya"], ["Villa"], ["Odell"], ["Tso"], ["Hardt"], ["Lopes"], ["Asikainen"], ["Gustafsson"], ["Krone"], ["Wolf"], ["Kolodko"], ["Elias"], ["Martyno"], ["Penneb"], ["Brown"], ["Emam"], ["Tuomisto"], ["Wall"], ["Pup"], ["Wehen"], ["Gong"], ["Bonvin"], ["Agraz"], ["Vogel"], ["Chikar"], ["Wilson"], ["Rammer"], ["Rhyne"], ["Gotoh"], ["Seaz"], ["Karande"], ["Petersen"], ["Al-Hu"], ["Milanic"], ["Urano"], ["Kurt"], ["Reuter"], ["Cesaret"], ["Spengler"], ["Bullinger"], ["Bersk"], ["Landau"], ["Kabir"], ["Felling"], ["Rajnov"], ["Recc"], ["Harders"], ["Blanchard"], ["Model"], ["Lindner"], ["Beck"], ["Tao"], ["Concilio"], ["Allen"], ["Kandadai"], ["Pah"], ["Syng"], ["Lahtinen"], ["Kran"], ["Shan"], ["Abdellatif"], ["Ang"], ["Rao"], ["Willis"], ["Holz"], ["Klivansky"], ["Sharpe"], ["Lagendijk"], ["MacIntyre"], ["Carrillo"], ["Guthk"], ["Peterson"], ["Tompa"], ["Nadg"], ["Engen"], ["Garg"], ["Feyr"], ["Johnson"], ["Nagle"], ["Fritsch"], ["Suwanno"], ["Wolff"], ["Boons"], ["Higuchi"], ["Bajracharya"], ["Sznajder"], ["\u00c3\u0083\u00e2\u0080\u00a6str\u00c3\u0083\u00c2\u00b6m"], ["Hobbs"], ["Phillips"], ["Rayad"], ["Arena"], ["Bernhart"], ["Chaney"], ["Hashim"], ["Adeni"], ["Radici"], ["Gei\u00c3\u0083\u00c5\u00b8l"], ["Keps"], ["Brandt"], ["Vedag"], ["Carvey"], ["Sayre"], ["Du"], ["Yuanq"], ["Juan"], ["Peltz"], ["Lemoine"], ["Hasan"], ["Fujii"], ["Reina-"], ["Cashman"], ["Schwet"], ["Cordt"], ["Eck"], ["Byun"], ["Okabe"], ["Ludwig"], ["Diana"], ["Clemens"], ["Chun"], ["Aiken"], ["Osinski"], ["Uchiyama"], ["Martini"], ["Gregga"], ["Zarat\u00c3\u0083\u00c2\u00a9"], ["Hancock"], ["Yu"], ["Thie"], ["Seta"], ["Feng"], ["Levitan"], ["Pohlem"], ["Ivanov"], ["Kihn"], ["Vyborny"], ["Yang"], ["Apostolov"], ["Bhat"], ["Martin"], ["Eguchi"], ["Mohamed"], ["Subbai"], ["Kameda"], ["Someren"], ["Hull"], ["Fettes"], ["Soltys"], ["Zamani"], ["Strieg"], ["Schelten"], ["Yusop"], ["Rolland"], ["Lansi"], ["Sadry"], ["DeMil"], ["Zarpell"], ["Carey"], ["Paul"], ["Osaka"], ["Browne"], ["Rotom"], ["Yasuda"], ["Piou"], ["Gray"], ["Janssen"], ["Katsik"], ["Margetts"], ["Baer"], ["ShuQ"], ["Theuniss"], ["Rehd"], ["Chatfield"], ["Roeder"], ["Soricu"], ["Stauf"], ["Coddington"], ["Pulido"], ["Albuquerque"], ["Trezz"], ["Alexandri"], ["Doeschn"], ["Kleinberg"], ["Aarde"], ["Weller"], ["Pelletier"], ["Bic"], ["Lao"], ["Ocel"], ["Lum"], ["Tiamp"], ["Afim"], ["Honeyman"], ["Xiong"], ["Deng"], ["Romeo"], ["Lutes"], ["Cronin"], ["Opitz"], ["Choung"], ["Hampp"], ["Fengl"], ["Ray"], ["Collet"], ["Schroeder"], ["Kimu"], ["Dahl"], ["Reichl"], ["Belmes"], ["Badran"], ["Godfrey"], ["Maw"], ["Morris"], ["Lowenstein"], ["Harrison"], ["Poulin"], ["Kothari"], ["Madden"], ["Schoenfl"], ["Lavina"], ["Mertens"], ["Barwin"], ["Dano"], ["Samel"], ["Bensaber"], ["Nishida"], ["Dage"], ["Kostie"], ["Sofer"], ["Bernstein"], ["Emms"], ["Jovicic"], ["Bai"], ["Tuki"], ["Fukui"], ["Canon"], ["Barranco"], ["Vulp"], ["Bhavs"], ["Maity"], ["Tanno"], ["Ohyama"], ["Vries"], ["Shwartz"], ["Kissel"], ["Guyer"], ["Roytman"], ["Marcol"], ["Hartmann"], ["Towsey"], ["Oba"], ["Dietzsch"], ["Durrant"], ["Im"], ["Komatsu"], ["Hoffman"], ["Bocchi"], ["Giroux"], ["Stylian"], ["Conradie"], ["Anderson"], ["Makowski"], ["Tamura"], ["Hochri"], ["Hoov"], ["Dostal"], ["Stilla"], ["So"], ["Luan"], ["Djurd"], ["Loudn"], ["Sellink"], ["Gleit"], ["Fischer"], ["Mandviwall"], ["Bayn"], ["Kuo"], ["Kelly"], ["Auriche"], ["Mennif"], ["Boyle"], ["Mansint"], ["Doran"], ["Tiroz"], ["Midu"], ["Lucas"], ["Pradhan"], ["Namer"], ["Kalantari"], ["Busch"], ["Desp"], ["Kane"], ["Kubo"], ["Murdock"], ["Deupree"], ["Rossettin"], ["Hendrickson"], ["Katzenb"], ["Lembr"], ["Kaep"], ["Kean"], ["Winter"], ["Butler"], ["Dumas"], ["Farahvash"], ["Karlsson"], ["Tian"], ["Schwarze"], ["Rossos"], ["Horecz"], ["Stratulat"], ["Saad"], ["Yagit"], ["Bawa"], ["Goldman"], ["Hughes"], ["Novak"], ["Planti"], ["Shishkin"], ["Chenu"], ["Morrison"], ["Malagoli"], ["Qvi"], ["Hsueh"], ["Reynolds"], ["Gibson"], ["Xi"], ["Komori"], ["Amberg"], ["Shevade"], ["Mazzat"], ["Wilks"], ["Sui"], ["Westervelt"], ["Catona"], ["Yun"], ["Matli"], ["Westphal"], ["Scherze"], ["Andrews"], ["Heilprin"], ["Ueno"], ["Dubu"], ["Garcia-Ferr"], ["Cooper"], ["Psil"], ["Jones"], ["Sandberg"], ["Senn"], ["Kuch"], ["Newitt"], ["Pigd"], ["Forestiero"], ["Blecken"], ["Cameron"], ["Teo"], ["Kim"], ["Hugo"], ["Tillmann"], ["Becker"], ["Soisalon-Soininen"], ["Klimasauskas"], ["Kjellmer"], ["Kouan"], ["Larsson"], ["Klug"], ["Hill"], ["Portillo"], ["Greve"], ["Sciore"], ["Mejia"], ["Masum"], ["Kannan"], ["Zaharak"], ["Gierl"], ["Aly"], ["Greenbaum"], ["Prabhakaran"], ["Bouamama"], ["Gibbs"], ["Ram\u00c3\u0083\u00c2\u00adrez"], ["Peip"], ["Barbosa"], ["Beichn"], ["Tan"], ["Baroni"], ["Putru"], ["Boken"], ["Mu\u00c3\u0083\u00c2\u00b1oz"], ["Ra\u00c3\u0083\u00c2\u00afev"], ["Aydin"], ["Konno"], ["Zhiyong"], ["Thoreson"], ["Zle"], ["Hirvas"], ["Ding"], ["Liots"], ["Lorinczi"], ["Sicard"], ["Paulk"], ["Ballew"], ["Gryts"], ["Bouguet"], ["Ishihara"], ["Kreitman"], ["Kaska"], ["Dooley"], ["Cadis"], ["Giannoulis"], ["Vegt"], ["Flecker"], ["Xin"], ["Fredrickso"], ["Mizuno"], ["Amann"], ["Heath"], ["Scheine"], ["Stephenn"], ["Boldin"], ["Schinag"], ["Jawad"], ["Kee"], ["Otsuki"], ["Eller"], ["Pace"], ["Tomason"], ["Wetzel"], ["Mulet"], ["Kashima"], ["Hird"], ["Schmitz"], ["Weiss"], ["Queiroz"], ["Tadjo"], ["Guix"], ["Akroy"], ["Fox"], ["Schweitzer"], ["Fall"], ["Blasbe"], ["Schulz"], ["Hwang"], ["Sachse"], ["Gubar"], ["Cruz"], ["Moei"], ["Chettao"], ["McWilliams"], ["Sulimova"], ["Ledermann"], ["Tanzi"], ["Ranno"], ["Cerime"], ["Eggers"], ["Schill"], ["Giuffrida"], ["Charng"], ["Hamagi"], ["Havill"], ["Samar"], ["Chowdhury"], ["Rical"], ["Basturk"], ["Ravindranath"], ["Huo"], ["Jia"], ["Christodoulakis"], ["Moscarini"], ["Dumont"], ["Griffin"], ["Varadaran"], ["Morton"], ["Hons"], ["Hahn-"], ["Yoshimoto"], ["Kotsonis"], ["Liedm"], ["Ingram"], ["Sakanushi"], ["Potry"], ["Neilson"], ["Pettersen"], ["Miliko"], ["Rani"], ["Oblak"], ["Clifford"], ["Monger"], ["Olro"], ["Alart"], ["Cherchi"], ["Munro"], ["Bollen"], ["Tyler"], ["Hinik"], ["Klepper"], ["Lohman"], ["Roschew"], ["Benitez"], ["Kok"], ["Osc"], ["Krohn"], ["Frazin"], ["Aguilar"], ["Xiao"], ["Ohki"], ["Ruhe"], ["Clemme"], ["Douss"], ["Hegde"], ["Dai"], ["Chakraborty"], ["Sherman"], ["Rissanen"], ["Abdul-Rahman"], ["Kei"], ["Shavel"], ["Koltso"], ["Lingamp"], ["Hashimoto"], ["Sanchez"], ["Velikovs"], ["Rumat"], ["Jacobs"], ["Marongiu"], ["Martel-"], ["Brandsd"], ["Schopp"], ["Marquis"], ["Breed"], ["Witty"], ["Corr"], ["Boudjelo"], ["Heng"], ["Tsuji"], ["Satoh"], ["Mittelm"], ["Karv"], ["Bansal"], ["Nakamura"], ["Eynd"], ["Almeida"], ["Homyk"], ["Sankappanavar"], ["Mozayani"], ["Strzem"], ["Perna"], ["Nanda"], ["Atkins"], ["Masri"], ["Massey"], ["Paddock"], ["Harada"], ["Chiu"], ["Crues"], ["Urwin"], ["Arora"], ["Kereth"], ["Feldman"], ["Verma"], ["Gowi"], ["Zeng"], ["Varghese"], ["Peeri"], ["Conti"], ["Kite"], ["Breuer"], ["Wyes"], ["Pomy"], ["Rote"], ["Ye"], ["Das"], ["Hadzilacos"], ["Yemini"], ["Duncan"], ["Ladu"], ["Nam"], ["Ariav"], ["Tauber"], ["Dasd"], ["Chow"], ["Quinta"], ["Vieira"], ["Mehra"], ["Whitten"], ["Khalil"], ["Benkov"], ["Achilles"], ["Krasser"], ["Katehakis"], ["Denso"], ["Kaminsky"], ["Gregory"], ["Stenv"], ["Gifford"], ["Sveti"], ["Jode"], ["Harass"], ["Bae"], ["Kurata"], ["Levie"], ["Christiansen"], ["Bra\u00c3\u0083\u00c2\u00b1a"], ["Yamaguchi"], ["Hennig"], ["Angelo"], ["Randers"], ["Luk"], ["Zuo"], ["Fernandez-Gonzalez"], ["Tomkins"], ["Sumi"], ["Vicentino"], ["Yihn"], ["Chapman"], ["Wells"], ["Setiawan"], ["Lal"], ["Bogdanova"], ["Champes"], ["Stoltzfus"], ["Kahs"], ["Meise"], ["Piedrah"], ["Spikov"], ["Kaar"], ["Loher"], ["Leister"], ["Schauser"], ["Dair"], ["Dave"], ["Shani"], ["Franchet"], ["Hameed"], ["Unger"], ["Viani"], ["Hansch"], ["Pottos"], ["McDonald"], ["Gani"], ["Pinkus"], ["Koenig"], ["Scheffer"], ["Carrera"], ["Liang"], ["Nakao"], ["Liepelt"], ["Turunen"], ["Jackson"], ["Zacharias"], ["Stanko"], ["Lesaffre"], ["Geser"], ["Yarmush"], ["Bongio"], ["Henriksen"], ["Mitsuhashi"], ["Slaw"], ["Lynch"], ["Hung"], ["Levine"], ["Smoro"], ["Aminian"], ["Sakhno"], ["Palaniswami"], ["Dubink"], ["Brenner"], ["Fabregas"], ["Kl\u00c3\u0083\u00c2\u00b6pper"], ["Loyka"], ["Cacciari"], ["Fischbach"], ["Shapiro"], ["Zubai"], ["Maesf"], ["Unay"], ["Donofrio"], ["Barberis"], ["Esparza"], ["Mohan"], ["Koppit"], ["Iacovoni"], ["Sram"], ["Bruderm"], ["Rho"], ["Lenhart"], ["Finance"], ["Rabu"], ["Sud"], ["Manzoor"], ["Clarkson"], ["Frangeu"], ["Ohno"], ["Cabr"], ["Streitf"], ["Tchuri"], ["Pourkas"], ["DAtri"], ["Mathias"], ["Mattor"], ["Makinen"], ["Oki"], ["Cirsto"], ["Flossmann"], ["Rogers"], ["Khene"], ["Retzel"], ["Mesne"], ["Hau"], ["Tsalidi"], ["Gault"], ["Rees-"], ["Graham"], ["Mukai"], ["Mellor"], ["Steines"], ["Zahrani"], ["Oberholzer"], ["Simon"], ["Winkler"], ["Bengtss"], ["Napoletani"], ["Willson"], ["Yip"], ["Wrzesz"], ["Sarnak"], ["Ailamaki"], ["Buril"], ["Hossain"], ["Kozlov"], ["Crimm"], ["Krishnakumar"], ["Bauer"], ["Oliveira"], ["Mercank"], ["Dickson"], ["Guiho"], ["Moire"], ["Yannakakis"], ["Hands"], ["Morgan"], ["Isogai"], ["Tellez"], ["Mauras"], ["Gruns"], ["Jakobsen"], ["Huft"], ["Batano"], ["Nisso"], ["Prince"], ["Sawah"], ["Hay"], ["Olin"], ["Koic"], ["Sudirm"], ["Anty"], ["Kobayashi"], ["Stelzl"], ["Jamro"], ["Bussel"], ["Bulash"], ["Bhargava"], ["Gandhi"], ["Marek"], ["Brzezinski"], ["Winzer"], ["Labaye"], ["Awano"], ["Baier"], ["Salzman"], ["Kaneko"], ["Ciepl"], ["Takahashi"], ["Furukawa"], ["Saill"], ["Patne"], ["Nilsson"], ["Yen"], ["Kasani"], ["Julier"], ["Kun"], ["Hawthorne"], ["Seraphin"], ["Shelest"], ["Hao"], ["Khaw"], ["McGarr"], ["Tobin"], ["Klingenb"], ["Fickl"], ["Jacobi"], ["Strader"], ["Bellman"], ["OMalley"], ["Beckert"], ["Savolainen"], ["Bennett"], ["Courtney"], ["Califieri"], ["Sakamoto"], ["Lv"], ["Epley"], ["Bravo"], ["Won"], ["Samo"]]}, "table_names": "['student', 'takes']", "table_image_ids": ["TableImg_265cx_2000.png", "TableImg_Em7g5_30000.png"], "original_data_index": 2928} +{"question": "What are the states with colleges that have enrollments less than the some other college?", "answer": {"columns": ["state"], "index": [0, 1, 2], "data": [["LA"], ["AZ"], ["FL"]]}, "table_names": "['College']", "table_image_ids": ["TableImg_Ue0cg_4.png"], "original_data_index": 2929} +{"question": "What are the entry names of catalog with the attribute possessed by most entries.", "answer": {"columns": ["catalog_entry_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Wanglaoji"], ["Diet Pepsi"], ["Diet Mountain Dew"], ["Fenta Orange"], ["Wanglaoji"], ["Cola"], ["Ramune"], ["Carbonated Water"]]}, "table_names": "['Catalog_Contents', 'Catalog_Contents_Additional_Attributes']", "table_image_ids": ["TableImg_Tloes_15.png", "TableImg_Qndj8_15.png"], "original_data_index": 2930} +{"question": "Show codes and fates of missions, and names of ships involved.", "answer": {"columns": ["Code", "Fate", "Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["VMV-1", "Decommissioned 1950", "Corbridge"], ["VMV-2", "Decommissioned 1950", "Farringford"], ["VMV-3", "Lost (burned) 1931", "Dromonby"], ["VMV-4 Former: Sterling", "Retired 1939", "Trader"], ["VMV-5", "Decommissioned 1959", "Ariadne"], ["VMV-6", "Decommissioned 1960", "Appam"], ["VMV-7", "Lost (burned and sunk) 1933", "Clan McTavish"]]}, "table_names": "['mission', 'ship']", "table_image_ids": ["TableImg_K38ng_7.png", "TableImg_Jl3cw_8.png"], "original_data_index": 2931} +{"question": "What are the names of all reviewers that have rated 3 or more movies?", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Brittany Harris"], ["Chris Jackson"]]}, "table_names": "['Reviewer', 'Rating']", "table_image_ids": ["TableImg_Fayxp_8.png", "TableImg_Vhmpr_14.png"], "original_data_index": 2932} +{"question": "How many papers have \"Atsushi Ohori\" published?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Rpxqa_13.png", "TableImg_Cz0o9_7.png", "TableImg_Pvcut_14.png"], "original_data_index": 2933} +{"question": "What is the first name, last name, and phone of the customer with account name 162?", "answer": {"columns": ["customer_first_name", "customer_last_name", "customer_phone"], "index": [0], "data": [["Faustino", "Langworth", "284.749.0453"]]}, "table_names": "['Accounts', 'Customers']", "table_image_ids": ["TableImg_G7djh_15.png", "TableImg_Foyd8_15.png"], "original_data_index": 2934} +{"question": "display those employees who contain a letter z to their first name and also display their last name, city.", "answer": {"columns": ["FIRST_NAME", "LAST_NAME", "CITY"], "index": [0, 1, 2], "data": [["Mozhe", "Atkinson", "South San Francisco"], ["Hazel", "Philtanker", "South San Francisco"], ["Elizabeth", "Bates", "OX9 9ZB"]]}, "table_names": "['departments', 'employees', 'locations']", "table_image_ids": ["TableImg_Zfllh_27.png", "TableImg_8klik_107.png", "TableImg_Curkn_23.png"], "original_data_index": 2935} +{"question": "Find the claim id and claim date of the claim that incurred the most settlement count. Also tell me the count.", "answer": {"columns": ["Claim_ID", "Date_Claim_Made", "count(*)"], "index": [0], "data": [[801, "2017-10-21", 4]]}, "table_names": "['Claims', 'Settlements']", "table_image_ids": ["TableImg_3v557_15.png", "TableImg_Sdqz6_15.png"], "original_data_index": 2936} +{"question": "Please show the employee last names that serves no more than 20 customers.", "answer": {"columns": ["LastName"], "index": [0, 1], "data": [["Guti\u00c3\u00a9rrez"], ["Rojas"]]}, "table_names": "['Customer', 'Employee']", "table_image_ids": ["TableImg_30dtl_59.png", "TableImg_3h2m6_8.png"], "original_data_index": 2937} +{"question": "What are the type codes and descriptions of each budget type?", "answer": {"columns": ["Budget_Type_Code", "Budget_Type_Description"], "index": [0, 1, 2], "data": [["GV", "Government"], ["ORG", "Organisation"], ["SF", "Self founded"]]}, "table_names": "['Ref_Budget_Codes']", "table_image_ids": ["TableImg_P2507_3.png"], "original_data_index": 2938} +{"question": "Which club has the most female students as their members? Give me the name of the club.", "answer": {"columns": ["ClubName"], "index": [0], "data": [["Bootup Baltimore"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Inqas_34.png", "TableImg_D3v6x_4.png", "TableImg_T2cp2_4.png"], "original_data_index": 2939} +{"question": "What are the name and payment method of customers who have both mailshots in 'Order' outcome and mailshots in 'No Response' outcome.", "answer": {"columns": ["customer_name", "payment_method"], "index": [0, 1], "data": [["Carlotta", "Direct Debit"], ["Wendell", "Credit Card"]]}, "table_names": "['Customers', 'Mailshot_Customers']", "table_image_ids": ["TableImg_Yzdep_15.png", "TableImg_5kujf_15.png"], "original_data_index": 2940} +{"question": "At which restaurant did the students spend the least amount of time? List restaurant and the time students spent on in total.", "answer": {"columns": ["ResName", "sum(Visits_Restaurant.Spent)"], "index": [0], "data": [["Subway", 6.53]]}, "table_names": "['Restaurant', 'Visits_Restaurant']", "table_image_ids": ["TableImg_V43op_2.png", "TableImg_8njb2_2.png"], "original_data_index": 2941} +{"question": "Which advisors are advising more than 2 students?", "answer": {"columns": ["Advisor"], "index": [0, 1, 2, 3, 4, 5], "data": [[1121], [1148], [2192], [2311], [8722], [8772]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Xw666_34.png"], "original_data_index": 2942} +{"question": "Find name of the services that has never been used.", "answer": {"columns": ["service_name"], "index": [0], "data": [["Health"]]}, "table_names": "['Services', 'Party_Services']", "table_image_ids": ["TableImg_Bovz6_15.png", "TableImg_Q2mve_15.png"], "original_data_index": 2943} +{"question": "Show the names of companies and the number of employees they have", "answer": {"columns": ["Name", "COUNT(*)"], "index": [0, 1, 2, 3, 4], "data": [["BP", 1], ["China Construction Bank", 1], ["Gazprom", 1], ["PetroChina", 1], ["Volkswagen Group", 1]]}, "table_names": "['people', 'company', 'employment']", "table_image_ids": ["TableImg_K25bp_7.png", "TableImg_X4plv_19.png", "TableImg_M2hzw_5.png"], "original_data_index": 2944} +{"question": "Find the names of users who did not leave any review.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4], "data": [["Terry"], ["Nancy"], ["Rosie"], ["Roxi"], ["Emily"]]}, "table_names": "['review', 'useracct']", "table_image_ids": ["TableImg_Ffa1j_7.png", "TableImg_1vmnf_7.png"], "original_data_index": 2945} +{"question": "Give the ids and names of products with price lower than 600 or higher than 900.", "answer": {"columns": ["product_id", "product_name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[4, "blue jeans"], [5, "red jeans"], [6, "red topping"], [7, "black topping"], [8, "yellow topping"], [12, "drive"], [15, "mic"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Lul66_15.png"], "original_data_index": 2946} +{"question": "What are the ids of all moviest hat have not been reviewed by Britanny Harris?", "answer": {"columns": ["mID"], "index": [0, 1, 2, 3], "data": [[101], [104], [106], [107]]}, "table_names": "['Reviewer', 'Rating']", "table_image_ids": ["TableImg_Xtmce_8.png", "TableImg_Yhmcv_14.png"], "original_data_index": 2947} +{"question": "What are the theme and year for all exhibitions that have a ticket price under 15?", "answer": {"columns": ["Theme", "Year"], "index": [0, 1], "data": [["Santa Claus and Rudolph the Red-Nosed Reindeer", 2006], ["Summer", 2009]]}, "table_names": "['exhibition']", "table_image_ids": ["TableImg_8mjh9_6.png"], "original_data_index": 2948} +{"question": "Find the names of the customers who have an deputy policy.", "answer": {"columns": ["Customer_Details"], "index": [0, 1, 2], "data": [["Buddy Marquardt"], ["Selena Gerhold"], ["Dr. Diana Rath"]]}, "table_names": "['Customers', 'Policies']", "table_image_ids": ["TableImg_Ecvc9_15.png", "TableImg_1rnsh_15.png"], "original_data_index": 2949} +{"question": "What are the procedures that cost more than 1000 or are specialized in by physician John Wen?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Complete Walletectomy"], ["Folded Demiophtalmectomy"], ["Follicular Demiectomy"], ["Obfuscated Dermogastrotomy"], ["Obtuse Pyloric Recombobulation"], ["Reverse Rhinopodoplasty"], ["Reversible Pancreomyoplasty"]]}, "table_names": "['Physician', 'Procedures', 'Trained_In']", "table_image_ids": ["TableImg_Sogqy_9.png", "TableImg_E14v2_7.png", "TableImg_9klwb_15.png"], "original_data_index": 2950} +{"question": "Tell me the ages of the oldest and youngest students studying major 600.", "answer": {"columns": ["max(Age)", "min(Age)"], "index": [0], "data": [[27, 16]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Quwb4_34.png"], "original_data_index": 2951} +{"question": "Which authors have last name \"Ueno\"? List their first names.", "answer": {"columns": ["fname"], "index": [0], "data": [["Katsuhiro"]]}, "table_names": "['Authors']", "table_image_ids": ["TableImg_Wx22y_13.png"], "original_data_index": 2952} +{"question": "Find the maximum and minimum monthly rental for all student addresses.", "answer": {"columns": ["max(monthly_rental)", "min(monthly_rental)"], "index": [0], "data": [[1297.807, 620.2801]]}, "table_names": "['Student_Addresses']", "table_image_ids": ["TableImg_Lpwj4_20.png"], "original_data_index": 2953} +{"question": "Find the claims that led to more than two settlements or have the maximum claim value. For each of them, return the date the claim was made and the id of the claim.", "answer": {"columns": ["Date_Claim_Made", "Claim_ID"], "index": [0, 1], "data": [["2017-08-03", 571], ["2017-10-21", 801]]}, "table_names": "['Claims', 'Settlements']", "table_image_ids": ["TableImg_Kevhq_15.png", "TableImg_C8icn_15.png"], "original_data_index": 2954} +{"question": "What are the memories and carriers of phones?", "answer": {"columns": ["Memory_in_G", "Carrier"], "index": [0, 1, 2, 3, 4], "data": [[32, "Sprint"], [128, "Sprint"], [128, "TMobile"], [16, "TMobile"], [64, "TMobile"]]}, "table_names": "['phone']", "table_image_ids": ["TableImg_Cl78l_5.png"], "original_data_index": 2955} +{"question": "What are the different film Directors?", "answer": {"columns": ["Director"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Steven Spielberg"], ["Sydney Pollack"], ["Taylor Hackford"], ["Sylvester Stallone"], ["Bob Clark"], ["Nicholas Meyer"], ["Walter Hill"], ["Tobe Hooper"], ["Colin Higgins"], ["John Huston"], ["Sidney Lumet"], ["Richard Attenborough"], ["Ted Kotcheff"]]}, "table_names": "['film']", "table_image_ids": ["TableImg_Y5fre_13.png"], "original_data_index": 2956} +{"question": "What is the customer first, last name and id with least number of accounts.", "answer": {"columns": ["customer_first_name", "customer_last_name", "customer_id"], "index": [0], "data": [["Susie", "Wiza", 2]]}, "table_names": "['Accounts', 'Customers']", "table_image_ids": ["TableImg_Ys33z_15.png", "TableImg_Wo87c_15.png"], "original_data_index": 2957} +{"question": "Return the dates of birth for entrepreneurs who have either the investor Simon Woodroffe or Peter Jones.", "answer": {"columns": ["Date_of_Birth"], "index": [0, 1], "data": [["1972-02-06"], ["1981-11-21"]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_Z19n3_6.png", "TableImg_J8b17_8.png"], "original_data_index": 2958} +{"question": "Which club has the most members majoring in \"600\"?", "answer": {"columns": ["ClubName"], "index": [0], "data": [["Bootup Baltimore"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Ffh1h_34.png", "TableImg_0j1x8_4.png", "TableImg_T4iob_4.png"], "original_data_index": 2959} +{"question": "Show the distinct fate of missions that involve ships with nationality \"United States\"", "answer": {"columns": ["Fate"], "index": [0, 1, 2], "data": [["Decommissioned 1950"], ["Decommissioned 1959"], ["Lost (burned and sunk) 1933"]]}, "table_names": "['mission', 'ship']", "table_image_ids": ["TableImg_Kssds_7.png", "TableImg_K0kv3_8.png"], "original_data_index": 2960} +{"question": "Find the claim that has the largest total settlement amount. Return the effective date of the claim.", "answer": {"columns": ["Effective_Date"], "index": [0], "data": [["2009-02-11"]]}, "table_names": "['Claims', 'Settlements']", "table_image_ids": ["TableImg_Xd06u_10.png", "TableImg_In8t8_10.png"], "original_data_index": 2961} +{"question": "List the names of the browser that are compatible with both 'CACHEbox' and 'Fasterfox'.", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Firefox"], ["Internet Explorer"]]}, "table_names": "['Web_client_accelerator', 'browser', 'accelerator_compatible_browser']", "table_image_ids": ["TableImg_G795v_19.png", "TableImg_Monoz_4.png", "TableImg_9ax28_9.png"], "original_data_index": 2962} +{"question": "What is the name of the department with the most students enrolled?", "answer": {"columns": ["DEPT_NAME"], "index": [0], "data": [["Computer Info. Systems"]]}, "table_names": "['CLASS', 'COURSE', 'DEPARTMENT', 'ENROLL']", "table_image_ids": ["TableImg_V3k5r_13.png", "TableImg_8jhtb_6.png", "TableImg_95zxx_11.png", "TableImg_17dfi_6.png"], "original_data_index": 2963} +{"question": "What are all the distinct payment types?", "answer": {"columns": ["payment_type_code"], "index": [0, 1, 2, 3], "data": [["Check"], ["Cash"], ["Credit Card"], ["Direct Debit"]]}, "table_names": "['Payments']", "table_image_ids": ["TableImg_Fastn_15.png"], "original_data_index": 2964} +{"question": "Count the number of artists who have had volumes.", "answer": {"columns": ["COUNT(DISTINCT Artist_ID)"], "index": [0], "data": [[5]]}, "table_names": "['volume']", "table_image_ids": ["TableImg_Ugrho_10.png"], "original_data_index": 2965} +{"question": "Count the number of party events.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[8]]}, "table_names": "['party_events']", "table_image_ids": ["TableImg_84vhv_8.png"], "original_data_index": 2966} +{"question": "what is the name and age of the youngest winning pilot?", "answer": {"columns": ["Name", "Age"], "index": [0], "data": [["Katheryn Gorczany IV", 20]]}, "table_names": "['pilot', 'match']", "table_image_ids": ["TableImg_7um6a_12.png", "TableImg_W9coc_7.png"], "original_data_index": 2967} +{"question": "Find out 5 customers who most recently purchased something. List customers' first and last name.", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1, 2, 3, 4], "data": [["Manoj", "Pareek"], ["Terhi", "H\u00c3\u00a4m\u00c3\u00a4l\u00c3\u00a4inen"], ["Madalena", "Sampaio"], ["Robert", "Brown"], ["Victor", "Stevens"]]}, "table_names": "['customers', 'invoices']", "table_image_ids": ["TableImg_Q660q_59.png", "TableImg_Cqhww_412.png"], "original_data_index": 2968} +{"question": "List the name of musicals that do not have actors.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Wicked"], ["Rent"], ["Chicago"]]}, "table_names": "['musical', 'actor']", "table_image_ids": ["TableImg_4lwjh_7.png", "TableImg_Bdsax_9.png"], "original_data_index": 2969} +{"question": "What are the names, headquarters and founders of the company with the highest revenue?", "answer": {"columns": ["Name", "Headquarter", "Founder"], "index": [0], "data": [["Iomega", "Beijing", "Mary"]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_J5pq0_6.png"], "original_data_index": 2970} +{"question": "Find the ids of the problems reported after 1978-06-26.", "answer": {"columns": ["problem_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[1], [2], [3], [5], [6], [7], [9], [10]]}, "table_names": "['Problems']", "table_image_ids": ["TableImg_Judy9_15.png"], "original_data_index": 2971} +{"question": "Find the policy types more than 4 customers use. Show their type code.", "answer": {"columns": ["policy_type_code"], "index": [0, 1], "data": [["Mortgage Insurance"], ["Property Insurance"]]}, "table_names": "['Available_Policies']", "table_image_ids": ["TableImg_Zzt4g_15.png"], "original_data_index": 2972} +{"question": "What are the names of the airports which are not in the country 'Iceland'?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Schiphol Airport"], ["Ted Stevens Airport"], ["Baltimore-Washington Airport"], ["El Prat Airport"], ["Bergen Airport"], ["Billund Airport"], ["Logan International Airport"], ["National Airport"]]}, "table_names": "['airport']", "table_image_ids": ["TableImg_Ldinj_9.png"], "original_data_index": 2973} +{"question": "Find the name, address, number of students in the departments that have the top 3 highest number of students.", "answer": {"columns": ["DEPT_NAME", "DEPT_ADDRESS", "count(*)"], "index": [0, 1, 2], "data": [["Accounting", "KLR 211, Box 52", 3], ["Computer Info. Systems", "KLR 333, Box 56", 2], ["Biology", "AAK 230, Box 415", 1]]}, "table_names": "['DEPARTMENT', 'STUDENT']", "table_image_ids": ["TableImg_Tjrpg_11.png", "TableImg_Xd2g2_8.png"], "original_data_index": 2974} +{"question": "What is the status code with the least number of customers?", "answer": {"columns": ["customer_status_code"], "index": [0], "data": [["Good Customer"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Bvkrr_15.png"], "original_data_index": 2975} +{"question": "How many clubs does \"Linda Smith\" have membership for?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Hl5nf_34.png", "TableImg_Fxzni_4.png", "TableImg_Qwijb_4.png"], "original_data_index": 2976} +{"question": "What are the names of all pilots 30 years old or young in descending alphabetical order?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Winnifred Boyle"], ["Prof. Zackery Collins"], ["Mr. Cristian Halvorson II"], ["Maxwell Graham"], ["Katheryn Gorczany IV"], ["Dr. Jade Bradtke V"], ["Della Lindgren"], ["Baylee Steuber"], ["Ayana Spencer"]]}, "table_names": "['pilot']", "table_image_ids": ["TableImg_Vc5cq_12.png"], "original_data_index": 2977} +{"question": "What are the the full names and ids for all customers, and how many accounts does each have?", "answer": {"columns": ["customer_id", "customer_first_name", "customer_last_name", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[3, "Joesph", "Schaefer", 1], [6, "Vesta", "Leuschke", 1], [8, "Meaghan", "Keeling", 4], [9, "Abbey", "Ruecker", 1], [12, "Jensen", "Muller", 1], [13, "Kieran", "Auer", 4], [15, "Ruby", "Boyle", 3]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_I7frk_15.png", "TableImg_3dg57_15.png"], "original_data_index": 2978} +{"question": "What are the names and phone numbers for all suppliers, sorted in alphabetical order of their addressed?", "answer": {"columns": ["supplier_name", "supplier_phone"], "index": [0, 1, 2, 3], "data": [["AB Store", "1-483-283-4742"], ["Tesco", "287-071-1153x254"], ["Audi", "1-432-960-2402x1734"], ["Tesco", "287-071-1153x254"]]}, "table_names": "['Addresses', 'Suppliers', 'Supplier_Addresses']", "table_image_ids": ["TableImg_Ucaeo_15.png", "TableImg_B7xg7_4.png", "TableImg_7jndh_4.png"], "original_data_index": 2979} +{"question": "Return the budget type codes, budget type descriptions and document ids for documents with expenses.", "answer": {"columns": ["Budget_Type_Code", "Budget_Type_Description", "Document_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["GV", "Government", 57], ["GV", "Government", 192], ["GV", "Government", 226], ["GV", "Government", 227], ["GV", "Government", 240], ["GV", "Government", 300], ["SF", "Self founded", 309], ["SF", "Self founded", 367], ["ORG", "Organisation", 371], ["ORG", "Organisation", 383]]}, "table_names": "['Ref_Budget_Codes', 'Documents_with_Expenses']", "table_image_ids": ["TableImg_Zav6d_3.png", "TableImg_Ir25v_10.png"], "original_data_index": 2980} +{"question": "List the dates of games by the home team name in descending order.", "answer": {"columns": ["Date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["18 May 2007"], ["22 September 2007"], ["9 December 2007"], ["10 July 2008"], ["14 October 2009"], ["8 August 2009"], ["31 October 2010"], ["7 July 2011"], ["9 August 2012"], ["25 November 2012"], ["30 June 2013"], ["16 August 2008"], ["31 October 2008"], ["12 July 2009"], ["14 March 2010"], ["21 August 2011"], ["11 March 2012"], ["26 June 2012"], ["22 August 2012"], ["8 August 2013"]]}, "table_names": "['game']", "table_image_ids": ["TableImg_F0897_20.png"], "original_data_index": 2981} +{"question": "Find names of all students who took some course and got A or C.", "answer": {"columns": ["STU_FNAME", "STU_LNAME"], "index": [0, 1, 2, 3], "data": [["William", "Bowser"], ["William", "Bowser"], ["William", "Bowser"], ["Anne", "Smithson"]]}, "table_names": "['ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_4msp2_6.png", "TableImg_Mxah1_8.png"], "original_data_index": 2982} +{"question": "Return all detention summaries.", "answer": {"columns": ["detention_summary"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[null], [null], [null], [null], [null], [null], [null], [null], [null], [null], [null], [null], [null], [null], [null]]}, "table_names": "['Detention']", "table_image_ids": ["TableImg_94vpq_15.png"], "original_data_index": 2983} +{"question": "Find the phone number of performer \"Ashley\".", "answer": {"columns": ["Customer_Phone"], "index": [0], "data": [["893-536-8857"]]}, "table_names": "['Performers']", "table_image_ids": ["TableImg_64ceq_20.png"], "original_data_index": 2984} +{"question": "How many students are affected by food related allergies?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[28]]}, "table_names": "['Allergy_Type', 'Has_Allergy']", "table_image_ids": ["TableImg_Ri8vo_14.png", "TableImg_E0k76_59.png"], "original_data_index": 2985} +{"question": "Show the names of artworks in ascending order of the year they are nominated in.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Loving you"], ["Why"], ["Indonesian Idol"], ["I Know"], ["Martin"], ["Back Home"]]}, "table_names": "['festival_detail', 'artwork', 'nomination']", "table_image_ids": ["TableImg_Twm32_5.png", "TableImg_Dt45u_9.png", "TableImg_Y48zw_6.png"], "original_data_index": 2986} +{"question": "What are the distinct names and phone numbers for suppliers who have red jeans?", "answer": {"columns": ["supplier_name", "supplier_phone"], "index": [0], "data": [["AB Store", "1-483-283-4742"]]}, "table_names": "['Suppliers', 'Products', 'Product_Suppliers']", "table_image_ids": ["TableImg_4245m_4.png", "TableImg_Qn05j_15.png", "TableImg_91xto_15.png"], "original_data_index": 2987} +{"question": "List the names of pilots that do not have any record.", "answer": {"columns": ["Pilot_name"], "index": [0], "data": [["Hakeem Olajuwon"]]}, "table_names": "['pilot', 'pilot_record']", "table_image_ids": ["TableImg_Yt3hd_5.png", "TableImg_X2if7_6.png"], "original_data_index": 2988} +{"question": "Find the GDP of the city with the largest regional population.", "answer": {"columns": ["GDP"], "index": [0], "data": [[1919.57]]}, "table_names": "['city']", "table_image_ids": ["TableImg_In949_13.png"], "original_data_index": 2989} +{"question": "What are the open dates and years for the shop named Apple?", "answer": {"columns": ["Open_Date", "Open_Year"], "index": [0], "data": [["10 June", 2009]]}, "table_names": "['shop']", "table_image_ids": ["TableImg_Mojhe_12.png"], "original_data_index": 2990} +{"question": "Tell me the types of the policy used by the customer named \"Dayana Robel\".", "answer": {"columns": ["policy_type_code"], "index": [0], "data": [["Mortgage Insurance"]]}, "table_names": "['Customers', 'Available_Policies', 'Customers_Policies']", "table_image_ids": ["TableImg_Omj0l_15.png", "TableImg_Dowp0_15.png", "TableImg_3mky9_14.png"], "original_data_index": 2991} +{"question": "Find the name and address of the customers who have both New and Pending orders.", "answer": {"columns": ["customer_name", "customer_address"], "index": [0], "data": [["Lexus", "9581 Will Flat Suite 272\nEast Cathryn, WY 30751-4404"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_I9g1b_15.png", "TableImg_W5whu_15.png"], "original_data_index": 2992} +{"question": "What are all the distinct participant ids who attended any events?", "answer": {"columns": ["count(DISTINCT participant_id)"], "index": [0], "data": [[10]]}, "table_names": "['Participants_in_Events']", "table_image_ids": ["TableImg_Sn87o_18.png"], "original_data_index": 2993} +{"question": "Return the name and number of reservations made for each of the rooms.", "answer": {"columns": ["roomName", "count(*)", "Room"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Abscond or bolster", 51, "AOB"], ["Convoke and sanguine", 69, "CAS"], ["Frugal not apropos", 66, "FNA"], ["Harbinger but bequest", 60, "HBB"], ["Immutable before decorum", 63, "IBD"], ["Interim but salutary", 59, "IBS"], ["Mendicant with cryptic", 56, "MWC"], ["Recluse and defiance", 62, "RND"], ["Riddle to exculpate", 55, "RTE"], ["Thrift and accolade", 59, "TAA"]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_Quz8p_10.png", "TableImg_1u3cd_600.png"], "original_data_index": 2994} +{"question": "What is the code of the course which the student whose last name is Smithson took?", "answer": {"columns": ["CRS_CODE"], "index": [0, 1, 2], "data": [["ACCT-211"], ["CIS-220"], ["QM-261"]]}, "table_names": "['CLASS', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_Yerlr_13.png", "TableImg_218ht_6.png", "TableImg_4ugzd_8.png"], "original_data_index": 2995} +{"question": "Return the average age across all gymnasts.", "answer": {"columns": ["avg(T2.Age)"], "index": [0], "data": [[21.7142857143]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_3f9by_7.png", "TableImg_2bbv4_10.png"], "original_data_index": 2996} +{"question": "What are the ids and details of all statements?", "answer": {"columns": ["Statement_ID", "Statement_Details"], "index": [0, 1], "data": [[57, "Open Project"], [192, "Private Project"]]}, "table_names": "['Statements']", "table_image_ids": ["TableImg_M70fc_2.png"], "original_data_index": 2997} +{"question": "What are the names and countries of origin for the artists who produced the top three highly rated songs.", "answer": {"columns": ["artist_name", "country"], "index": [0, 1, 2], "data": [["Topu", "India"], ["Shrikanta", "India"], ["Michel", "UK"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Owowq_6.png", "TableImg_1w1bi_6.png"], "original_data_index": 2998} +{"question": "How much in total does customer with first name as Carole and last name as Bernhard paid?", "answer": {"columns": ["sum(T1.amount_payment)"], "index": [0], "data": [[9886.62]]}, "table_names": "['Customers', 'Customer_Payments']", "table_image_ids": ["TableImg_Xyziy_15.png", "TableImg_Ghzxw_15.png"], "original_data_index": 2999} +{"question": "What are the distinct last names of the students who have president votes and have 8741 as the advisor?", "answer": {"columns": ["LName"], "index": [0], "data": [["Norris"]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_1kw1e_34.png", "TableImg_Z8ez2_10.png"], "original_data_index": 3000} +{"question": "List member names and their party names.", "answer": {"columns": ["Member_Name", "Party_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Hon Tony Abbott", "3"], ["Hon Dick Adams", "Progress Party"], ["Anthony Albanese", "Progress Party"], ["Hon John Anderson", "Convention Peoples Party"], ["Peter Andren", "3"], ["Hon Kevin Andrews", "3"], ["Hon Fran Bailey", "3"], ["Hon Bruce Baird", "3"], ["Mark Baker", "3"], ["Hon Bob Baldwin", "3"], ["Phil Barresi", "3"], ["Kerry Bartlett", "Convention Peoples Party"], ["Hon Kim Beazley", "Progress Party"], ["Hon Arch Bevis", "Progress Party"], ["Hon Bruce Billson", "3"]]}, "table_names": "['party', 'member']", "table_image_ids": ["TableImg_Y38b1_5.png", "TableImg_Gezz4_15.png"], "original_data_index": 3001} +{"question": "What are the names of the technicians aged either 36 or 37?", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Joe Sewell"], ["John Brown"]]}, "table_names": "['technician']", "table_image_ids": ["TableImg_4edgn_10.png"], "original_data_index": 3002} +{"question": "What are the product ids for the problems reported by Christop Berge with closure authorised by Ashley Medhurst?", "answer": {"columns": ["product_id"], "index": [0], "data": [[8]]}, "table_names": "['Staff', 'Problems']", "table_image_ids": ["TableImg_3m8xf_15.png", "TableImg_Ni9cj_15.png"], "original_data_index": 3003} +{"question": "What are the name and os of web client accelerators that do not work with only a 'Broadband' type connection?", "answer": {"columns": ["name", "Operating_system"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["CACHEbox", "Appliance (Linux)"], ["CProxy", "Windows"], ["Fasterfox", "Windows, Mac, Linux and Mobile devices"], ["fasTun", "Any"], ["Freewire", "Windows, except NT and 95"], ["Heigh Speed", "Windows"], ["Netfury", "Windows, Mac"], ["Nitro", "Windows, Mac"], ["ONSPEED", "Windows, Mac and Mobile devices"], ["Opera Turbo", "Android, Linux, Mac and Windows devices"], ["Polipo", "Unix (Linux, *BSD, Mac OS X, others), Windows"], ["Propel", "Windows, Mac"], ["Proxyconn Web Accelerator", "Windows, Mac, Mobile devices"], ["RabbIT", "Any system with Java 1.6 VM available"], ["Squid", "Unix (Linux, *BSD, Mac OS X, others), Windows"], ["Toonel", "Windows, Linux, Mac OS, Symbian, WindowsMobile"], ["WinGate", "Windows (2000 onwards)"], ["Ziproxy", "Unix (Linux, *BSD, Mac OS X, others)"]]}, "table_names": "['Web_client_accelerator']", "table_image_ids": ["TableImg_115cv_19.png"], "original_data_index": 3004} +{"question": "List the first and last names of all distinct staff members who are assigned to the problem whose id is 1.", "answer": {"columns": ["staff_first_name", "staff_last_name"], "index": [0, 1, 2], "data": [["Stevie", "Mante"], ["Lysanne", "Turcotte"], ["Kristian", "Lynch"]]}, "table_names": "['Problem_Log', 'Staff']", "table_image_ids": ["TableImg_Tnc3v_15.png", "TableImg_Gsgtp_15.png"], "original_data_index": 3005} +{"question": "Show each student's first name and last name.", "answer": {"columns": ["FirstName", "LastName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59], "data": [[" PATRINA", "AMY"], [" VERTIE", "AREHART"], [" BETHEL", "ATWOOD"], [" MEL", "BALBOA"], [" REYNALDO", "BARTKUS"], [" SHANAE", "BIBB"], [" ANTONY", "BRIGHTBILL"], [" FRANKLYN", "BRINE"], [" EVELINA", "BROMLEY"], [" HILMA", "BUSTILLOS"], [" BENNIE", "BYRUM"], [" MAUDE", "CAR"], [" NOVELLA", "CHIARAMONTE"], [" CAREY", "CRANMER"], [" JANEE", "DANESE"], [" SHERMAN", "DROP"], [" JEFFRY", "FLACHS"], [" ELTON", "FULVIO"], [" TAMI", "GELL"], [" AL", "GERSTEIN"], [" GAYLE", "GOODNOE"], [" JULIENNE", "GRABILL"], [" CRYSTA", "GROENEWEG"], [" EMILE", "GRUNIN"], [" CHANTAL", "HANNEMANN"], [" LYNNETTE", "HOESCHEN"], [" GUILLERMINA", "HONES"], [" LANCE", "HOOSOCK"], [" THEO", "HOUTCHENS"], [" TAWANNA", "HUANG"], [" ELVIRA", "JAGNEAUX"], [" STORMY", "KRISTENSEN"], [" SUMMER", "LAPLANT"], [" GAYLE", "LARKINS"], [" ADRIAN", "LEAPER"], [" BRITT", "LUSKEY"], [" CHET", "MACIAG"], [" RAY", "MADLOCK"], [" KITTIE", "MOWATT"], [" CHRISSY", "NABOZNY"], [" SHERON", "NAKAHARA"], [" JODY", "NETZEL"], [" ISMAEL", "NOGODA"], [" RAYLENE", "PASSEY"], [" ROBBY", "PINNELL"], [" SHANEL", "PREHM"], [" RODGER", "RANSLER"], [" CYRUS", "RODDEY"], [" MARCUS", "RUNKLE"], [" TOBIE", "SAADE"], [" JORDON", "SANTORY"], [" LANELLE", "SCHUTZE"], [" BRODERICK", "SOLOMAN"], [" SHIRLEY", "STIRE"], [" DARLEEN", "SUDA"], [" KERI", "TRAYWICK"], [" SHERWOOD", "VANDERWOUDE"], [" COLLIN", "VANVLIET"], [" DELORAS", "WIRTZFELD"], [" ANIKA", "YUEN"]]}, "table_names": "['list']", "table_image_ids": ["TableImg_C6i61_60.png"], "original_data_index": 3006} +{"question": "What is the country that has the most perpetrators?", "answer": {"columns": ["Country", "COUNT(*)"], "index": [0], "data": [["China", 2]]}, "table_names": "['perpetrator']", "table_image_ids": ["TableImg_P6k06_5.png"], "original_data_index": 3007} +{"question": "What is the average account balance of customers with credit score below 50 for the different account types?", "answer": {"columns": ["avg(acc_bal)", "acc_type"], "index": [0, 1], "data": [[1000.0, "checking"], [2000.0, "saving"]]}, "table_names": "['customer']", "table_image_ids": ["TableImg_Vwmik_3.png"], "original_data_index": 3008} +{"question": "What is the payment method of the customer that has purchased the least quantity of items?", "answer": {"columns": ["payment_method"], "index": [0], "data": [["Credit Card"]]}, "table_names": "['Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_Pczrb_15.png", "TableImg_U16am_15.png", "TableImg_U8o0x_15.png"], "original_data_index": 3009} +{"question": "What are the classes of races that have two or more corresponding races?", "answer": {"columns": ["Class"], "index": [0, 1], "data": [["DP/GT"], ["GT"]]}, "table_names": "['race']", "table_image_ids": ["TableImg_Dsisd_7.png"], "original_data_index": 3010} +{"question": "For each end station id, what is its name, latitude, and minimum duration for trips ended there?", "answer": {"columns": ["name", "lat", "min(T2.duration)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69], "data": [["San Jose Diridon Caltrain Station", 37.329732, 195], ["San Jose Civic Center", 37.330698, 211], ["Santa Clara at Almaden", 37.333988, 169], ["Adobe on Almaden", 37.331415, 237], ["San Pedro Square", 37.336721, 182], ["Paseo de San Antonio", 37.333798, 147], ["San Salvador at 1st", 37.330165, 161], ["Japantown", 37.348742, 259], ["San Jose City Hall", 37.337391, 219], ["MLK Library", 37.335885, 209], ["SJSU 4th at San Carlos", 37.332808, 205], ["St James Park", 37.339301, 101], ["Arena Green / SAP Center", 37.332692, 165], ["SJSU - San Salvador at 9th", 37.333955, 258], ["Franklin at Maple", 37.481758, 198], ["Redwood City Caltrain Station", 37.486078, 206], ["San Mateo County Center", 37.487616, 126], ["Redwood City Public Library", 37.484219, 1193], ["Stanford in Redwood City", 37.48537, 651], ["Redwood City Medical Center", 37.487682, 225], ["Mountain View City Hall", 37.389218, 145], ["Mountain View Caltrain Station", 37.394358, 189], ["San Antonio Caltrain Station", 37.40694, 153], ["Evelyn Park and Ride", 37.390277, 191], ["San Antonio Shopping Center", 37.400443, 198], ["Castro Street and El Camino Real", 37.385956, 166], ["Rengstorff Avenue / California Street", 37.400241, 320], ["Palo Alto Caltrain Station", 37.443988, 80], ["University and Emerson", 37.444521, 631], ["California Ave Caltrain Station", 37.429082, 151], ["Cowper at University", 37.448598, 145], ["Park at Olive", 37.4256839, 166], ["Powell Street BART", 37.783871, 104], ["Clay at Battery", 37.795001, 92], ["Davis at Jackson", 37.79728, 84], ["Commercial at Montgomery", 37.794231, 76], ["Washington at Kearney", 37.795425, 175], ["Post at Kearney", 37.788975, 73], ["Embarcadero at Vallejo", 37.799953, 111], ["Spear at Folsom", 37.790302, 139], ["Harry Bridges Plaza (Ferry Building)", 37.795392, 114], ["Embarcadero at Folsom", 37.791464, 63], ["Embarcadero at Bryant", 37.787152, 136], ["Temporary Transbay Terminal (Howard at Beale)", 37.789756, 86], ["Beale at Market", 37.792251, 72], ["5th at Howard", 37.781752, 73], ["San Francisco City Hall", 37.77865, 120], ["Golden Gate at Polk", 37.781332, 107], ["Embarcadero at Sansome", 37.80477, 62], ["2nd at Townsend", 37.780526, 68], ["2nd at Folsom", 37.785299, 111], ["Howard at 2nd", 37.786978, 62], ["2nd at South Park", 37.782259, 71], ["Townsend at 7th", 37.771058, 138], ["South Van Ness at Market", 37.774814, 70], ["Market at 10th", 37.776619, 101], ["Yerba Buena Center of the Arts (3rd @ Howard)", 37.784878, 126], ["San Francisco Caltrain 2 (330 Townsend)", 37.7766, 77], ["San Francisco Caltrain (Townsend at 4th)", 37.776617, 61], ["Powell at Post (Union Square)", 37.788446, 209], ["Civic Center BART (7th at Market)", 37.781039, 106], ["Grant Avenue at Columbus Avenue", 37.798522, 143], ["Steuart at Market", 37.794139, 64], ["Mechanics Plaza (Market at Battery)", 37.7913, 87], ["Market at 4th", 37.786305, 140], ["Market at Sansome", 37.789625, 104], ["Santa Clara County Civic Center", 37.352601, 409], ["Broadway St at Battery St", 37.798541, 105], ["Mezes Park", 37.491269, 225], ["Ryland Park", 37.342725, 269]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_70d69_70.png", "TableImg_Ui0u8_9959.png"], "original_data_index": 3011} +{"question": "Show the name and phone for customers with a mailshot with outcome code 'No Response'.", "answer": {"columns": ["customer_name", "customer_phone"], "index": [0, 1, 2, 3, 4], "data": [["Wendell", "(773)971-9411x759"], ["Donnie", "(030)521-0681x0191"], ["Stella", "+43(3)1861877192"], ["Wendell", "(773)971-9411x759"], ["Carlotta", "+66(7)1491041398"]]}, "table_names": "['Customers', 'Mailshot_Customers']", "table_image_ids": ["TableImg_Z28kt_15.png", "TableImg_Vx2eg_15.png"], "original_data_index": 3012} +{"question": "what is the salary and name of the employee who has the most number of aircraft certificates?", "answer": {"columns": ["name", "salary"], "index": [0], "data": [["George Wright", 289950]]}, "table_names": "['employee', 'certificate']", "table_image_ids": ["TableImg_Ra357_31.png", "TableImg_Ocq3a_69.png"], "original_data_index": 3013} +{"question": "Who are the different players and how many years has each played?", "answer": {"columns": ["Player", "Years_Played"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Cho Soong-Jae (630)", "1 (2011)"], ["Chung Hong (717)", "1 (2011)"], ["Im Kyu-tae (492)", "8 (2003\u00e2\u0080\u00932005, 2007\u00e2\u0080\u00932011)"], ["Jeong Suk-Young (793)", "2 (2010\u00e2\u0080\u00932011)"], ["Kim Hyun-Joon (908)", "2 (2010\u00e2\u0080\u00932011)"], ["Kim Young-Jun (474)", "4 (2003\u00e2\u0080\u00932004, 2010\u00e2\u0080\u00932011)"], ["Lim Yong-Kyu (288)", "3 (2009\u00e2\u0080\u00932011)"], ["Seol Jae-Min (none)", "2 (2010-2011)"], ["An Jae-Sung", "3 (2005, 2007\u00e2\u0080\u00932008)"], ["Bae Nam-Ju", "2 (1988, 1990)"]]}, "table_names": "['player']", "table_image_ids": ["TableImg_1uslf_10.png"], "original_data_index": 3014} +{"question": "Return the number of music festivals of each category.", "answer": {"columns": ["Category", "COUNT(*)"], "index": [0, 1, 2], "data": [["Best Lyrics", 3], ["Best Song", 5], ["Best Sound Song", 1]]}, "table_names": "['music_festival']", "table_image_ids": ["TableImg_N1402_9.png"], "original_data_index": 3015} +{"question": "What are the number of rooms for each bed type?", "answer": {"columns": ["bedType", "count(*)"], "index": [0, 1, 2], "data": [["Double", 2], ["King", 4], ["Queen", 4]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_Tu836_10.png"], "original_data_index": 3016} +{"question": "What are the names of colleges that have two or more players, listed in descending alphabetical order?", "answer": {"columns": ["College"], "index": [0, 1, 2], "data": [["Virginia"], ["UCLA"], ["Maryland"]]}, "table_names": "['match_season']", "table_image_ids": ["TableImg_Bqimm_16.png"], "original_data_index": 3017} +{"question": "Which channels are broadcast in the morning? Give me the channel names.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["CCTV-1"], ["CCTV-8"], ["CCTV-3"], ["CCTV-6"]]}, "table_names": "['channel', 'broadcast']", "table_image_ids": ["TableImg_Blsv4_10.png", "TableImg_Osi3t_11.png"], "original_data_index": 3018} +{"question": "Find the name of customers who have more than one loan.", "answer": {"columns": ["cust_name"], "index": [0], "data": [["Mary"]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_Bg0dk_3.png", "TableImg_Ve2ov_3.png"], "original_data_index": 3019} +{"question": "List all information about the assessment notes sorted by date in ascending order.", "answer": {"columns": ["notes_id", "student_id", "teacher_id", "date_of_notes", "text_of_notes", "other_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[5, 4, 10, "1971-05-05 20:07:08", null, null], [9, 14, 15, "1972-04-27 04:51:51", null, null], [14, 14, 15, "1974-11-26 04:23:22", null, null], [1, 7, 3, "1978-04-15 04:49:18", null, null], [15, 1, 9, "1984-09-10 01:18:34", null, null], [7, 12, 7, "1984-12-13 23:04:28", null, null], [8, 7, 14, "1988-04-11 04:56:26", null, null], [3, 15, 3, "1988-06-09 00:24:01", null, null], [4, 12, 9, "1991-08-15 01:22:08", null, null], [12, 1, 1, "1991-08-20 08:03:23", null, null], [11, 3, 14, "1993-08-16 17:39:53", null, null], [2, 11, 10, "2005-06-30 02:48:35", null, null], [6, 12, 6, "2014-01-31 02:05:02", null, null], [13, 13, 3, "2014-04-28 02:07:53", null, null], [10, 13, 6, "2017-12-14 08:21:54", null, null]]}, "table_names": "['Assessment_Notes']", "table_image_ids": ["TableImg_55dek_15.png"], "original_data_index": 3020} +{"question": "Find the total number of students living in the male dorm (with gender M).", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Student', 'Dorm', 'Lives_in']", "table_image_ids": ["TableImg_Trzhn_34.png", "TableImg_20259_7.png", "TableImg_92qxj_31.png"], "original_data_index": 3021} +{"question": "What is highest rating for the most recent movie and when was it released?", "answer": {"columns": ["max(T1.stars)", "year"], "index": [0], "data": [[5, 2009]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_F5u9a_8.png", "TableImg_Ft4ur_14.png"], "original_data_index": 3022} +{"question": "How many trips did not end in San Francisco?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[999]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_8bu7j_70.png", "TableImg_Yj9h2_9959.png"], "original_data_index": 3023} +{"question": "What are the ids, full names, and phones of each customer?", "answer": {"columns": ["customer_id", "customer_first_name", "customer_last_name", "customer_phone"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[1, "Aniyah", "Feest", "(673)872-5338"], [2, "Susie", "Wiza", "679-845-8645x94312"], [3, "Marcel", "Brekke", "1-511-656-6664"], [4, "Art", "Turcotte", "941-213-6716x675"], [5, "Armani", "Farrell", "224-123-1012"], [6, "Kiel", "Schinner", "1-564-044-3909"], [7, "Izabella", "Erdman", "751.049.9948"], [8, "Elyssa", "Lind", "+12(6)9024410984"], [9, "Faustino", "Langworth", "284.749.0453"], [10, "Axel", "Effertz", "+90(8)1290735932"], [11, "Frederic", "Swift", "1-207-977-5182"], [12, "Bryce", "Rath", "(415)237-0701x3115"], [13, "Serenity", "Effertz", "1-894-567-2283"], [14, "Blanche", "Huels", "(703)950-4708x8972"], [15, "Nat", "Davis", "246-469-4472x359"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_X4g0i_15.png"], "original_data_index": 3024} +{"question": "Find the name of the customer who made the most orders.", "answer": {"columns": ["customer_name"], "index": [0], "data": [["George"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_X9igg_15.png", "TableImg_9ilh0_15.png"], "original_data_index": 3025} +{"question": "Show the addresses of the buildings that have apartments with more than 2 bathrooms.", "answer": {"columns": ["building_address"], "index": [0, 1], "data": [["71537 Gorczany Inlet\nWisozkburgh, AL 08256"], ["489 Josh Orchard Apt. 998\nSipesview, DE 69053"]]}, "table_names": "['Apartment_Buildings', 'Apartments']", "table_image_ids": ["TableImg_T1ojd_15.png", "TableImg_7sn9v_15.png"], "original_data_index": 3026} +{"question": "What are the names of artist who have the letter 'a' in their names?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210], "data": [["AC/DC"], ["Accept"], ["Aerosmith"], ["Alanis Morissette"], ["Alice In Chains"], ["Ant\u00c3\u00b4nio Carlos Jobim"], ["Apocalyptica"], ["Audioslave"], ["BackBeat"], ["Billy Cobham"], ["Black Label Society"], ["Black Sabbath"], ["Caetano Veloso"], ["Chico Buarque"], ["Chico Science & Na\u00c3\u00a7\u00c3\u00a3o Zumbi"], ["Cidade Negra"], ["Various Artists"], ["Frank Zappa & Captain Beefheart"], ["Marcos Valle"], ["Milton Nascimento & Bebeto"], ["Azymuth"], ["Baby Consuelo"], ["Ney Matogrosso"], ["Luiz Melodia"], ["Nando Reis"], ["Pedro Lu\u00c3\u00ads & A Parede"], ["O Rappa"], ["Ed Motta"], ["Banda Black Rio"], ["Fernanda Porto"], ["Os Cariocas"], ["Elis Regina"], ["Milton Nascimento"], ["A Cor Do Som"], ["Kid Abelha"], ["Sandra De S\u00c3\u00a1"], ["Hermeto Pascoal"], ["Bar\u00c3\u00a3o Vermelho"], ["Edson, DJ Marky & DJ Patife Featuring Fernanda Porto"], ["Metallica"], ["Spyro Gyra"], ["Green Day"], ["David Coverdale"], ["Gonzaguinha"], ["Os Mutantes"], ["Santana"], ["Santana Feat. Dave Matthews"], ["Santana Feat. Everlast"], ["Santana Feat. Rob Thomas"], ["Santana Feat. Lauryn Hill & Cee-Lo"], ["Santana Feat. The Project G&B"], ["Santana Feat. Man\u00c3\u00a1"], ["Santana Feat. Eagle-Eye Cherry"], ["Santana Feat. Eric Clapton"], ["Miles Davis"], ["Gene Krupa"], ["Vin\u00c3\u00adcius De Moraes & Baden Powell"], ["Vin\u00c3\u00adcius De Moraes"], ["Vin\u00c3\u00adcius E Odette Lara"], ["Vinicius, Toquinho & Quarteto Em Cy"], ["Creedence Clearwater Revival"], ["C\u00c3\u00a1ssia Eller"], ["Def Leppard"], ["Dennis Chambers"], ["Djavan"], ["Eric Clapton"], ["Faith No More"], ["Falamansa"], ["Frank Sinatra"], ["Funk Como Le Gusta"], ["Godsmack"], ["Iron Maiden"], ["James Brown"], ["Jamiroquai"], ["Joe Satriani"], ["Jota Quest"], ["Judas Priest"], ["Legi\u00c3\u00a3o Urbana"], ["Lenny Kravitz"], ["Lulu Santos"], ["Marillion"], ["Marisa Monte"], ["Marvin Gaye"], ["Men At Work"], ["Mot\u00c3\u00b6rhead"], ["Mot\u00c3\u00b6rhead & Girlschool"], ["M\u00c3\u00b4nica Marianno"], ["Nirvana"], ["Os Paralamas Do Sucesso"], ["Page & Plant"], ["Passengers"], ["Paul D'Ianno"], ["Pearl Jam"], ["Planet Hemp"], ["R.E.M. Feat. Kate Pearson"], ["R.E.M. Feat. KRS-One"], ["Raimundos"], ["Raul Seixas"], ["Skank"], ["Smashing Pumpkins"], ["Soundgarden"], ["Stevie Ray Vaughan & Double Trouble"], ["System Of A Down"], ["The Black Crowes"], ["The Clash"], ["The Tea Party"], ["Tim Maia"], ["Battlestar Galactica"], ["Van Halen"], ["Whitesnake"], ["Zeca Pagodinho"], ["Dread Zeppelin"], ["Battlestar Galactica (Classic)"], ["Aquaman"], ["Christina Aguilera featuring BigElf"], ["Aerosmith & Sierra Leone's Refugee Allstars"], ["Corinne Bailey Rae"], ["Dhani Harrison & Jakob Dylan"], ["Jackson Browne"], ["Avril Lavigne"], ["Black Eyed Peas"], ["Jack Johnson"], ["Ben Harper"], ["Snow Patrol"], ["Matisyahu"], ["The Postal Service"], ["Jaguares"], ["The Flaming Lips"], ["Jack's Mannequin & Mick Fleetwood"], ["Regina Spektor"], ["House Of Pain"], ["Nega Gizza"], ["Gustavo & Andres Veiga & Salazar"], ["Charlie Brown Jr."], ["Pedro Lu\u00c3\u00ads E A Parede"], ["Los Hermanos"], ["Mundo Livre S/A"], ["Na\u00c3\u00a7\u00c3\u00a3o Zumbi"], ["DJ Dolores & Orchestra Santa Massa"], ["Sabotage E Instituto"], ["Stereo Maracana"], ["Cake"], ["Aisha Duo"], ["Habib Koit\u00c3\u00a9 and Bamada"], ["Karsh Kale"], ["Luciana Souza/Romero Lubambo"], ["Aaron Goldberg"], ["Nicolaus Esterhazy Sinfonia"], ["Alberto Turco & Nova Schola Gregoriana"], ["Richard Marlow & The Choir of Trinity College, Cambridge"], ["Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker"], ["Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer"], ["Yo-Yo Ma"], ["Scholars Baroque Ensemble"], ["Academy of St. Martin in the Fields & Sir Neville Marriner"], ["Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner"], ["Berliner Philharmoniker, Claudio Abbado & Sabine Meyer"], ["Royal Philharmonic Orchestra & Sir Thomas Beecham"], ["Orchestre R\u00c3\u00a9volutionnaire et Romantique & John Eliot Gardiner"], ["Britten Sinfonia, Ivor Bolton & Lesley Garrett"], ["Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti"], ["Sir Georg Solti & Wiener Philharmoniker"], ["Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair"], ["London Symphony Orchestra & Sir Charles Mackerras"], ["Barry Wordsworth & BBC Concert Orchestra"], ["Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker"], ["Eugene Ormandy"], ["Luciano Pavarotti"], ["Leonard Bernstein & New York Philharmonic"], ["Boston Symphony Orchestra & Seiji Ozawa"], ["Aaron Copland & London Symphony Orchestra"], ["Ton Koopman"], ["Sergei Prokofiev & Yuri Temirkanov"], ["Chicago Symphony Orchestra & Fritz Reiner"], ["Orchestra of The Age of Enlightenment"], ["Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra"], ["James Levine"], ["Berliner Philharmoniker & Hans Rosbaud"], ["Maurizio Pollini"], ["Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett"], ["Gustav Mahler"], ["Felix Schmidt, London Symphony Orchestra & Rafael Fr\u00c3\u00bchbeck de Burgos"], ["Edo de Waart & San Francisco Symphony"], ["Antal Dor\u00c3\u00a1ti & London Symphony Orchestra"], ["Choir Of Westminster Abbey & Simon Preston"], ["Michael Tilson Thomas & San Francisco Symphony"], ["Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker"], ["Berliner Philharmoniker & Herbert Von Karajan"], ["Sir Georg Solti, Sumi Jo & Wiener Philharmoniker"], ["Amy Winehouse"], ["Calexico"], ["Otto Klemperer & Philharmonia Orchestra"], ["Philharmonia Orchestra & Sir Neville Marriner"], ["Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart"], ["Les Arts Florissants & William Christie"], ["The 12 Cellists of The Berlin Philharmonic"], ["Adrian Leaper & Doreen de Feis"], ["Roger Norrington, London Classical Players"], ["Charles Dutoit & L'Orchestre Symphonique de Montr\u00c3\u00a9al"], ["Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir"], ["Kent Nagano and Orchestre de l'Op\u00c3\u00a9ra de Lyon"], ["Julian Bream"], ["Martin Roscoe"], ["Itzhak Perlman"], ["Michele Campanella"], ["Gerald Moore"], ["Mela Tenenbaum, Pro Musica Prague & Richard Kapp"], ["Emerson String Quartet"], ["C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu"], ["Nash Ensemble"], ["Philip Glass Ensemble"]]}, "table_names": "['Artist']", "table_image_ids": ["TableImg_7gy9g_275.png"], "original_data_index": 3027} +{"question": "How many cities are in Australia?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['city', 'country']", "table_image_ids": ["TableImg_Ckwvo_600.png", "TableImg_Owpcv_109.png"], "original_data_index": 3028} +{"question": "What is the id of the order which has the most items?", "answer": {"columns": ["order_id"], "index": [0], "data": [[6]]}, "table_names": "['Orders', 'Order_Items']", "table_image_ids": ["TableImg_Qdzer_15.png", "TableImg_Fw8uq_15.png"], "original_data_index": 3029} +{"question": "What are each physician's employee id and department id primarily affiliated.", "answer": {"columns": ["Physician", "Department"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [[1, 1], [2, 1], [3, 2], [4, 1], [5, 1], [6, 2], [7, 2], [8, 1], [9, 3]]}, "table_names": "['Physician', 'Department', 'Affiliated_With']", "table_image_ids": ["TableImg_Dy6tp_9.png", "TableImg_Opg7f_3.png", "TableImg_Vlqs5_11.png"], "original_data_index": 3030} +{"question": "What is the name of the county with the greatest population?", "answer": {"columns": ["Name"], "index": [0], "data": [["Burnaby"]]}, "table_names": "['county_public_safety']", "table_image_ids": ["TableImg_Tqmbo_6.png"], "original_data_index": 3031} +{"question": "How many times the number of adults and kids staying in a room reached the maximum capacity of the room?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[204]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_0jui5_10.png", "TableImg_Tiecs_600.png"], "original_data_index": 3032} +{"question": "Which city is the address of the store named \"FJA Filming\" located in?", "answer": {"columns": ["City_Town"], "index": [0], "data": [["New Lonzoville"]]}, "table_names": "['Addresses', 'Stores']", "table_image_ids": ["TableImg_F1whd_20.png", "TableImg_Q1joo_10.png"], "original_data_index": 3033} +{"question": "For each submission, show the author and their affiliated college.", "answer": {"columns": ["Author", "College"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Steve Niehaus", "Notre Dame"], ["Sammy Green", "Florida"], ["Sherman Smith", "Miami (OH)"], ["Steve Raible", "Georgia Tech"], ["Jeff Lloyd", "West Texas State"], ["Rick Engles", "Tulsa"], ["Don Bitterlich", "Temple"], ["Steve Myer", "New Mexico"], ["Randy Johnson", "Georgia"], ["Andy Bolton", "Fisk"]]}, "table_names": "['submission']", "table_image_ids": ["TableImg_70h2a_10.png"], "original_data_index": 3034} +{"question": "find the name of all departments that do actually have one or more employees assigned to them.", "answer": {"columns": ["DEPARTMENT_NAME"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Executive"], ["IT"], ["Finance"], ["Purchasing"], ["Shipping"], ["Sales"], ["Administration"], ["Marketing"], ["Human Resources"], ["Public Relations"], ["Accounting"]]}, "table_names": "['departments', 'employees']", "table_image_ids": ["TableImg_8sqzy_27.png", "TableImg_Z7zxx_107.png"], "original_data_index": 3035} +{"question": "What are the average prominence of the mountains in country 'Morocco'?", "answer": {"columns": ["avg(prominence)"], "index": [0], "data": [[1316.5]]}, "table_names": "['mountain']", "table_image_ids": ["TableImg_1dd9s_23.png"], "original_data_index": 3036} +{"question": "Return the phone and email of the customer with the first name Aniyah and last name Feest.", "answer": {"columns": ["customer_phone", "customer_email"], "index": [0], "data": [["(673)872-5338", "fahey.dorian@example.com"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Umz6f_15.png"], "original_data_index": 3037} +{"question": "Find the name and email for the users who have more than one follower.", "answer": {"columns": ["name", "email"], "index": [0, 1, 2], "data": [["Iron Man", "ts@richest.com"], ["Black Widow\n", "bw@superhero.com"], ["Tyler Swift", "ts@superstar.com\n"]]}, "table_names": "['follows', 'user_profiles']", "table_image_ids": ["TableImg_Hm6m9_9.png", "TableImg_V35no_7.png"], "original_data_index": 3038} +{"question": "Find the customer who started a policy most recently.", "answer": {"columns": ["Customer_Details"], "index": [0], "data": [["Selena Gerhold"]]}, "table_names": "['Customers', 'Policies']", "table_image_ids": ["TableImg_Cqi87_15.png", "TableImg_Bsasb_15.png"], "original_data_index": 3039} +{"question": "How many roller coasters are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['roller_coaster']", "table_image_ids": ["TableImg_Lwjoc_6.png"], "original_data_index": 3040} +{"question": "What are the movie titles with the highest average rating and what are those ratings?", "answer": {"columns": ["title", "avg(T1.stars)"], "index": [0], "data": [["Snow White", 4.5]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Kiy43_8.png", "TableImg_6d9ge_14.png"], "original_data_index": 3041} +{"question": "How old is each gender, on average?", "answer": {"columns": ["avg(age)", "gender"], "index": [0, 1], "data": [[25.5, "female"], [40.0, "male"]]}, "table_names": "['Person']", "table_image_ids": ["TableImg_J5c9p_4.png"], "original_data_index": 3042} +{"question": "Count the number of different directors.", "answer": {"columns": ["COUNT (DISTINCT director)"], "index": [0], "data": [[9]]}, "table_names": "['movie']", "table_image_ids": ["TableImg_Pjxu9_10.png"], "original_data_index": 3043} +{"question": "What is the maximum training hours for the students whose training hours is greater than 1000 in different positions?", "answer": {"columns": ["max(T1.HS)", "pPos"], "index": [0, 1], "data": [[1600, "goalie"], [1600, "striker"]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_9mkkk_6.png", "TableImg_7u2d5_6.png"], "original_data_index": 3044} +{"question": "List document id of documents status is done and document type is Paper and the document is shipped by shipping agent named USPS.", "answer": {"columns": ["document_id"], "index": [0, 1], "data": [[2], [4]]}, "table_names": "['Ref_Shipping_Agents', 'Documents']", "table_image_ids": ["TableImg_Jeggm_5.png", "TableImg_Ubebp_15.png"], "original_data_index": 3045} +{"question": "What are the names of device shops, and what are the carriers that they carry devices in stock for?", "answer": {"columns": ["Shop_Name", "Carrier"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Dinas Device", "Bell Mobility"], ["Dinas Device", "Vodafone AU"], ["Best Buy", "Vodafone AU"], ["Ferndale", "Bell Mobility"], ["Ferndale", "Vodafone AU"], ["Apple", "Vodafone AU"], ["Gelli repair", "Bell Mobility"], ["ATnT", "Vodafone AU"]]}, "table_names": "['device', 'shop', 'stock']", "table_image_ids": ["TableImg_L2dek_6.png", "TableImg_02q7c_12.png", "TableImg_Nfokn_8.png"], "original_data_index": 3046} +{"question": "What details are there on the research staff? List the result in ascending alphabetical order.", "answer": {"columns": ["staff_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["ab"], ["accusamus"], ["animi"], ["aspernatur"], ["consequatur"], ["consequatur"], ["dicta"], ["dolor"], ["doloribus"], ["est"], ["iure"], ["nulla"], ["quo"], ["sint"], ["voluptatibus"]]}, "table_names": "['Research_Staff']", "table_image_ids": ["TableImg_93bla_15.png"], "original_data_index": 3047} +{"question": "Find the details of all the markets that are accessible by walk or bus.", "answer": {"columns": ["Market_Details"], "index": [0, 1], "data": [["Broadway"], ["Fish Farm Market"]]}, "table_names": "['Tourist_Attractions', 'Street_Markets']", "table_image_ids": ["TableImg_As2m7_15.png", "TableImg_Lcrqv_2.png"], "original_data_index": 3048} +{"question": "List the names, color descriptions and product descriptions of products with category \"Herbs\".", "answer": {"columns": ["product_name", "color_description", "product_description"], "index": [0, 1, 2, 3, 4, 5], "data": [["basil", "red", "officia"], ["borage", "yellow", "blanditiis"], ["caraway", "red", "nulla"], ["catnip", "white", "vel"], ["chervil", "black", "minus"], ["laurel", "white", "ut"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_5jp40_8.png", "TableImg_Pp38j_15.png"], "original_data_index": 3049} +{"question": "What is the full name and id of the customer who has the lowest total amount of payment?", "answer": {"columns": ["first_name", "last_name", "customer_id"], "index": [0], "data": [["CAROLINE", "BOWMAN", 248]]}, "table_names": "['customer', 'payment']", "table_image_ids": ["TableImg_Ovehf_599.png", "TableImg_Nmdyq_16049.png"], "original_data_index": 3050} +{"question": "Give the details of the project with the document name 'King Book'.", "answer": {"columns": ["Project_Details"], "index": [0], "data": [["Human Resource project"]]}, "table_names": "['Projects', 'Documents']", "table_image_ids": ["TableImg_W6ubl_5.png", "TableImg_Ai74b_15.png"], "original_data_index": 3051} +{"question": "Which city has the most addresses? List the city name, number of addresses, and city id.", "answer": {"columns": ["city", "count(*)", "city_id"], "index": [0], "data": [["Aurora", 2, 42]]}, "table_names": "['address', 'city']", "table_image_ids": ["TableImg_Cjmlu_603.png", "TableImg_Uicg4_600.png"], "original_data_index": 3052} +{"question": "What are the heights of body builders with total score smaller than 315?", "answer": {"columns": ["Height"], "index": [0, 1], "data": [[196.0], [205.0]]}, "table_names": "['body_builder', 'people']", "table_image_ids": ["TableImg_Ui5lh_5.png", "TableImg_Smbry_6.png"], "original_data_index": 3053} +{"question": "How old is the average person for each job?", "answer": {"columns": ["avg(age)", "job"], "index": [0, 1, 2], "data": [[45.0, "doctor"], [35.0, "engineer"], [25.5, "student"]]}, "table_names": "['Person']", "table_image_ids": ["TableImg_8axgj_4.png"], "original_data_index": 3054} +{"question": "What are the line 1 and average monthly rentals of all student addresses?", "answer": {"columns": ["line_1", "avg(T2.monthly_rental)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["020 Orie Canyon", 1028.9549333333], ["1333 Boyle Lane", 1132.742], ["027 Kim Divide Apt. 492", 847.1086], ["719 Pfannerstill Ridge Suite 663", 1007.2597], ["6960 O'Connell Dale Suite 622", 1076.41095], ["18327 Jaime Terrace Suite 343", 679.2988], ["3069 Garrison Squares", 1032.9782], ["11940 Pauline Shoals", 786.98155], ["39834 Anne Mission Apt. 956", 1052.34225], ["014 Runte Haven Apt. 870", 990.44025], ["266 Kub Crossing", 866.68985], ["51391 Dach Parkways Apt. 124", 644.9306]]}, "table_names": "['Addresses', 'Student_Addresses']", "table_image_ids": ["TableImg_Sjr8u_20.png", "TableImg_Vqu26_20.png"], "original_data_index": 3055} +{"question": "Which problem log was created most recently? Give me the log id.", "answer": {"columns": ["problem_log_id"], "index": [0], "data": [[14]]}, "table_names": "['Problem_Log']", "table_image_ids": ["TableImg_Y8z9i_15.png"], "original_data_index": 3056} +{"question": "Show the pair of male and female names in all weddings after year 2014", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2], "data": [["Ricky Barnes", "Summer Duval"], ["Todd Hamilton", "Annie Mediate"], ["Lucas Glover", "Joe O'Hair"]]}, "table_names": "['people', 'wedding']", "table_image_ids": ["TableImg_2jqtn_12.png", "TableImg_Bc2h6_4.png"], "original_data_index": 3057} +{"question": "Count the number of bank branches.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['bank']", "table_image_ids": ["TableImg_Zptuy_4.png"], "original_data_index": 3058} +{"question": "Show the manager name for gas stations belonging to the ExxonMobil company.", "answer": {"columns": ["Manager_Name"], "index": [0, 1], "data": [["Colin Denman"], ["Jon Rowe"]]}, "table_names": "['company', 'gas_station', 'station_company']", "table_image_ids": ["TableImg_Ivx69_10.png", "TableImg_Rsv9c_11.png", "TableImg_H4y8w_6.png"], "original_data_index": 3059} +{"question": "Find the list of distinct ranks for faculty.", "answer": {"columns": ["Rank"], "index": [0, 1, 2, 3], "data": [["Instructor"], ["Professor"], ["AssocProf"], ["AsstProf"]]}, "table_names": "['Faculty']", "table_image_ids": ["TableImg_L9ybg_58.png"], "original_data_index": 3060} +{"question": "Return the maximum and minimum number of cities across all markets.", "answer": {"columns": ["max(Number_cities)", "min(Number_cities)"], "index": [0], "data": [[700, 209]]}, "table_names": "['market']", "table_image_ids": ["TableImg_Jyekp_6.png"], "original_data_index": 3061} +{"question": "List how many times the number of people in the room reached the maximum occupancy of the room. The number of people include adults and kids.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[204]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_G9ywy_10.png", "TableImg_M653a_600.png"], "original_data_index": 3062} +{"question": "Return the text of tweets about the topic 'intern'.", "answer": {"columns": ["text"], "index": [0], "data": [["My company is hiring interns."]]}, "table_names": "['tweets']", "table_image_ids": ["TableImg_Tj45e_8.png"], "original_data_index": 3063} +{"question": "Show all branch names with the number of members in each branch registered after 2015.", "answer": {"columns": ["Name", "count(*)"], "index": [0, 1, 2, 3, 4, 5], "data": [["Alexandre", 3], ["Popert", 1], ["Zytogorski", 1], ["Cochrane", 1], ["Taverner", 1], ["Brooke Greville", 1]]}, "table_names": "['branch', 'membership_register_branch']", "table_image_ids": ["TableImg_C1v5w_8.png", "TableImg_Wac12_8.png"], "original_data_index": 3064} +{"question": "What are the details of the lots which are not used in any transactions?", "answer": {"columns": ["lot_details"], "index": [0, 1], "data": [["m"], ["q"]]}, "table_names": "['Lots', 'Transactions_Lots']", "table_image_ids": ["TableImg_8i3e1_15.png", "TableImg_1vmhg_15.png"], "original_data_index": 3065} +{"question": "Show the themes of parties and the names of the party hosts.", "answer": {"columns": ["Party_Theme", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Spring", "Austin Daye"], ["Club Q-BASE", "Ed Davis"], ["Teqnology", "Lloyd Daniels"], ["QrimeTime", "Kornel David"], ["QrimeTime", "Derrick Dial"], ["Houseqlassics", "Carlos Delfino"]]}, "table_names": "['party', 'host', 'party_host']", "table_image_ids": ["TableImg_18ngb_8.png", "TableImg_Vac13_10.png", "TableImg_8kltv_6.png"], "original_data_index": 3066} +{"question": "How many enzymes do not have any interactions?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['enzyme', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_Gi12m_8.png", "TableImg_I809f_19.png"], "original_data_index": 3067} +{"question": "Count the number of races.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['race']", "table_image_ids": ["TableImg_Hf64x_7.png"], "original_data_index": 3068} +{"question": "Show the times used by climbers to climb mountains in Country Uganda.", "answer": {"columns": ["Time"], "index": [0, 1], "data": [["1:25.40.6"], ["1:27.28.8"]]}, "table_names": "['mountain', 'climber']", "table_image_ids": ["TableImg_Hfiae_7.png", "TableImg_Thsa5_10.png"], "original_data_index": 3069} +{"question": "Which problem id and log id are assigned to the staff named Rylan Homenick?", "answer": {"columns": ["problem_id", "problem_log_id"], "index": [0, 1], "data": [[11, 1], [8, 2]]}, "table_names": "['Problem_Log', 'Staff']", "table_image_ids": ["TableImg_Nhyz7_15.png", "TableImg_Blv6e_15.png"], "original_data_index": 3070} +{"question": "What are the first names of customers who have not rented any films after '2005-08-23 02:06:01'?", "answer": {"columns": ["first_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174], "data": [["MARY"], ["MARIA"], ["DOROTHY"], ["KAREN"], ["SANDRA"], ["CAROL"], ["SHARON"], ["KIMBERLY"], ["SHIRLEY"], ["AMY"], ["REBECCA"], ["VIRGINIA"], ["DEBRA"], ["AMANDA"], ["ANN"], ["JOYCE"], ["ALICE"], ["DORIS"], ["ASHLEY"], ["ROSE"], ["KELLY"], ["THERESA"], ["JANE"], ["RACHEL"], ["SARA"], ["ANNE"], ["TINA"], ["PAULA"], ["ANNIE"], ["RITA"], ["CONNIE"], ["TIFFANY"], ["VICTORIA"], ["EDITH"], ["THELMA"], ["ETHEL"], ["CARRIE"], ["ANITA"], ["LUCILLE"], ["DANIELLE"], ["BERTHA"], ["DARLENE"], ["JILL"], ["GERALDINE"], ["JOANN"], ["SAMANTHA"], ["RENEE"], ["IDA"], ["ROBERTA"], ["ELSIE"], ["ROSEMARY"], ["EILEEN"], ["AGNES"], ["BESSIE"], ["DELORES"], ["ARLENE"], ["JOY"], ["GEORGIA"], ["JACKIE"], ["NELLIE"], ["MINNIE"], ["GLENDA"], ["LYDIA"], ["CAROLINE"], ["DORA"], ["JO"], ["TERRY"], ["IRMA"], ["MYRTLE"], ["CHRISTY"], ["DEANNA"], ["JENNIE"], ["NORA"], ["NINA"], ["PENNY"], ["KAY"], ["OLGA"], ["LEONA"], ["BOBBIE"], ["VIOLET"], ["KRISTINA"], ["MISTY"], ["JAMES"], ["ROBERT"], ["DAVID"], ["CHRISTOPHER"], ["DANIEL"], ["BRIAN"], ["RONALD"], ["ANTHONY"], ["TIMOTHY"], ["JOSE"], ["FRANK"], ["STEPHEN"], ["ANDREW"], ["DENNIS"], ["WALTER"], ["PATRICK"], ["HENRY"], ["SAMUEL"], ["RALPH"], ["NICHOLAS"], ["ROY"], ["BENJAMIN"], ["BRUCE"], ["ADAM"], ["HARRY"], ["RANDY"], ["EUGENE"], ["ERNEST"], ["PHILLIP"], ["JESSE"], ["SHAWN"], ["CLARENCE"], ["SEAN"], ["EARL"], ["JIMMY"], ["ANTONIO"], ["DANNY"], ["LUIS"], ["MIKE"], ["STANLEY"], ["NATHAN"], ["DALE"], ["RODNEY"], ["VINCENT"], ["BRADLEY"], ["JESUS"], ["HERBERT"], ["FREDERICK"], ["RAY"], ["EDDIE"], ["RICKY"], ["RANDALL"], ["LEROY"], ["OSCAR"], ["DARRELL"], ["GORDON"], ["PEDRO"], ["HERMAN"], ["VERNON"], ["CLYDE"], ["GLEN"], ["SAM"], ["RAMON"], ["GENE"], ["EDGAR"], ["BEN"], ["CHESTER"], ["ANDRE"], ["GABRIEL"], ["RON"], ["HARVEY"], ["JARED"], ["ERIK"], ["JAMIE"], ["TED"], ["MATHEW"], ["LONNIE"], ["KURT"], ["NELSON"], ["CLAYTON"], ["DWIGHT"], ["JIMMIE"], ["BOB"], ["CASEY"], ["SIDNEY"], ["BYRON"], ["JULIAN"], ["MARSHALL"], ["MARION"], ["KENT"], ["RENE"], ["EDUARDO"], ["WADE"]]}, "table_names": "['customer', 'rental']", "table_image_ids": ["TableImg_Z6n4f_599.png", "TableImg_8596l_16044.png"], "original_data_index": 3071} +{"question": "List the distinct names of the instructors, ordered by name.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49], "data": [["Arias"], ["Arinb"], ["Atanassov"], ["Bancilhon"], ["Bawa"], ["Bertolino"], ["Bietzk"], ["Bondi"], ["Bourrier"], ["Choll"], ["DAgostino"], ["Dale"], ["Desyl"], ["Dusserre"], ["Gustafsson"], ["Gutierrez"], ["Hau"], ["Jaekel"], ["Kean"], ["Kenje"], ["Konstantinides"], ["Lembr"], ["Lent"], ["Levine"], ["Liley"], ["Luo"], ["Mahmoud"], ["McKinnon"], ["Mingoz"], ["Mird"], ["Moreira"], ["Morris"], ["Murata"], ["Pimenta"], ["Pingr"], ["Queiroz"], ["Romero"], ["Sakurai"], ["Sarkar"], ["Shuming"], ["Soisalon-Soininen"], ["Sullivan"], ["Tung"], ["Ullman "], ["Valtchev"], ["Vicentino"], ["Voronina"], ["Wieland"], ["Yazdi"], ["Yin"]]}, "table_names": "['instructor']", "table_image_ids": ["TableImg_Hzw7j_50.png"], "original_data_index": 3072} +{"question": "How many gold medals has the club with the most coaches won?", "answer": {"columns": ["Club_ID", "Gold"], "index": [0], "data": [[1, 20]]}, "table_names": "['coach', 'match_result']", "table_image_ids": ["TableImg_Agi72_5.png", "TableImg_K37ug_6.png"], "original_data_index": 3073} +{"question": "Which campus has the most faculties in year 2003?", "answer": {"columns": ["Campus"], "index": [0], "data": [["San Diego State University"]]}, "table_names": "['Campuses', 'faculty']", "table_image_ids": ["TableImg_Euufs_23.png", "TableImg_46fbh_69.png"], "original_data_index": 3074} +{"question": "Which people severed as governor most frequently?", "answer": {"columns": ["Governor"], "index": [0], "data": [["Eliot Spitzer"]]}, "table_names": "['party']", "table_image_ids": ["TableImg_6nyu4_7.png"], "original_data_index": 3075} +{"question": "What campuses are in Los Angeles county?", "answer": {"columns": ["Campus"], "index": [0, 1, 2, 3, 4], "data": [["California State University-Dominguez Hills"], ["Long Beach State University"], ["California State University-Los Angeles"], ["California State University-Northridge"], ["California State Polytechnic University-Pomona"]]}, "table_names": "['Campuses']", "table_image_ids": ["TableImg_C78zr_23.png"], "original_data_index": 3076} +{"question": "Which teacher teaches the most students? Give me the first name and last name of the teacher.", "answer": {"columns": ["FirstName", "LastName"], "index": [0], "data": [[" GORDON", "KAWA"]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_R6nzp_60.png", "TableImg_7p8o0_12.png"], "original_data_index": 3077} +{"question": "How many documents have the status code done?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_Sj8d1_15.png"], "original_data_index": 3078} +{"question": "For each grade 0 classroom, return the classroom number and the count of students.", "answer": {"columns": ["Classroom", "count(*)"], "index": [0, 1, 2], "data": [[104, 4], [105, 5], [106, 7]]}, "table_names": "['list']", "table_image_ids": ["TableImg_Lo7ik_60.png"], "original_data_index": 3079} +{"question": "What are the distinct grant amount for the grants where the documents were sent before '1986-08-26 20:49:27' and grant were ended after '1989-03-16 18:27:16'?", "answer": {"columns": ["grant_amount"], "index": [0, 1], "data": [[1.9848], [608413.3291]]}, "table_names": "['Documents', 'Grants']", "table_image_ids": ["TableImg_1fton_15.png", "TableImg_A0djs_15.png"], "original_data_index": 3080} +{"question": "Count the number of courses with more than 2 credits.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[71]]}, "table_names": "['Course']", "table_image_ids": ["TableImg_33ueg_76.png"], "original_data_index": 3081} +{"question": "Who were the comptrollers of the parties associated with the delegates from district 1 or district 2?", "answer": {"columns": ["Comptroller"], "index": [0, 1, 2, 3, 4], "data": [["Carl McCall"], ["Carl McCall"], ["Carl McCall"], ["Alan Hevesi"], ["John Faso"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_Zx9u1_7.png", "TableImg_Uioux_8.png"], "original_data_index": 3082} +{"question": "Find the number of medications prescribed for each brand.", "answer": {"columns": ["count(*)", "Name"], "index": [0, 1], "data": [[2, "Thesisin"], [1, "Procrastin-X"]]}, "table_names": "['Medication', 'Prescribes']", "table_image_ids": ["TableImg_Ukdq3_5.png", "TableImg_Agtz0_3.png"], "original_data_index": 3083} +{"question": "Which committees have delegates from both democratic party and liberal party?", "answer": {"columns": ["Committee"], "index": [0], "data": [["Appropriations"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_02zkx_7.png", "TableImg_Hjzde_8.png"], "original_data_index": 3084} +{"question": "What are the ids of stations that have latitude above 37.4 and never had bike availability below 7?", "answer": {"columns": ["id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26], "data": [[25], [31], [35], [36], [37], [38], [42], [45], [46], [48], [49], [51], [56], [57], [58], [62], [63], [64], [65], [67], [68], [71], [72], [73], [75], [76], [77]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_H91kg_70.png", "TableImg_Xlth7_8487.png"], "original_data_index": 3085} +{"question": "Find the country that the most papers are affiliated with.", "answer": {"columns": ["country"], "index": [0], "data": [["USA"]]}, "table_names": "['Inst', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Mow0v_8.png", "TableImg_4m9kv_7.png", "TableImg_Niy2i_14.png"], "original_data_index": 3086} +{"question": "Find the id, forename and number of races of all drivers who have at least participated in two races?", "answer": {"columns": ["driverId", "forename", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669], "data": [[1, "Lewis", 208], [2, "Nick", 184], [3, "Nico", 206], [4, "Fernando", 293], [5, "Heikki", 112], [6, "Kazuki", 36], [7, "S\u00cc\u00a9bastien", 27], [8, "Kimi", 273], [9, "Robert", 76], [10, "Timo", 95], [11, "Takuma", 91], [12, "Nelson", 28], [13, "Felipe", 271], [14, "David", 247], [15, "Jarno", 256], [16, "Adrian", 128], [17, "Mark", 217], [18, "Jenson", 309], [19, "Anthony", 24], [20, "Sebastian", 199], [21, "Giancarlo", 231], [22, "Rubens", 326], [23, "Ralf", 180], [24, "Vitantonio", 81], [25, "Alexander", 69], [26, "Scott", 28], [27, "Christijan", 46], [29, "Sakon", 21], [30, "Michael", 308], [31, "Juan", 95], [32, "Christian", 51], [33, "Tiago", 37], [34, "Yuji", 4], [35, "Jacques", 165], [36, "Franck", 7], [37, "Pedro", 107], [38, "Robert", 11], [39, "Narain", 48], [40, "Patrick", 11], [41, "Ricardo", 38], [42, "Ant\u00cc\u00abnio", 20], [43, "Cristiano", 28], [44, "Olivier", 158], [45, "Giorgio", 14], [46, "Gianmaria", 18], [47, "Zsolt", 20], [48, "Marc", 36], [49, "Heinz-Harald", 159], [50, "Jos", 107], [51, "Justin", 16], [52, "Ralph", 14], [53, "Nicolas", 5], [54, "Luciano", 15], [55, "Jean", 202], [56, "Eddie", 147], [57, "Mika", 165], [58, "Tarso", 26], [59, "Enrique", 29], [60, "Gast\u00ef\u00bf\u00bd_n", 21], [61, "Tom\u00ef\u00bf\u00bd\u00ef\u00bf\u00bd\u00ef\u00bf\u00bd\u00ef\u00bf\u00bd", 3], [62, "Alex", 16], [63, "Mika", 111], [64, "Pedro", 99], [65, "Johnny", 165], [66, "Allan", 17], [67, "S\u00cc\u00a9bastien", 55], [68, "Toranosuke", 32], [69, "Luca", 58], [70, "Alessandro", 44], [71, "Damon", 122], [73, "Ricardo", 30], [74, "Esteban", 16], [75, "Shinji", 33], [76, "Jan", 25], [77, "Gerhard", 210], [78, "Nicola", 75], [79, "Ukyo", 97], [81, "Gianni", 70], [82, "Norberto", 4], [83, "Pedro", 32], [84, "Martin", 165], [85, "Andrea", 28], [86, "Giovanni", 10], [87, "Mark", 63], [88, "Aguri", 88], [89, "Taki", 18], [90, "Roberto", 74], [91, "Karl", 42], [92, "Bertrand", 84], [93, "Domenico", 7], [94, "Pierluigi", 123], [95, "Nigel", 192], [96, "Jean-Christophe", 11], [97, "Massimiliano", 7], [98, "Jean-Denis", 3], [99, "Gabriele", 78], [100, "\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdrik", 63], [101, "David", 30], [102, "Ayrton", 162], [103, "\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdric", 47], [104, "Christian", 43], [105, "Michele", 215], [106, "Olivier", 10], [107, "Roland", 3], [108, "Paul", 27], [109, "Jyrki", 70], [110, "Andrea", 214], [111, "Jean-Marc", 9], [112, "Philippe", 115], [113, "Philippe", 2], [114, "Yannick", 50], [115, "Hideki", 3], [116, "Franck", 2], [117, "Alain", 202], [118, "Derek", 162], [119, "Riccardo", 257], [120, "Fabrizio", 20], [121, "Michael", 13], [122, "Ivan", 98], [123, "Thierry", 164], [125, "Emanuele", 6], [126, "Toshio", 2], [127, "Maur\u00ef\u00bf\u00bd_cio", 80], [128, "Eric", 29], [129, "Olivier", 62], [130, "Andrea", 10], [131, "Stefano", 81], [132, "Giovanna", 3], [133, "Alex", 75], [134, "Enrico", 6], [135, "Perry", 7], [136, "Jan", 41], [137, "Nelson", 207], [138, "Satoru", 80], [139, "Emanuele", 40], [140, "Stefan", 103], [141, "Julian", 20], [142, "Pedro", 13], [143, "Michael", 4], [144, "Naoki", 2], [145, "Alessandro", 77], [146, "Bernd", 32], [147, "Paolo", 15], [148, "Gregor", 22], [149, "Claudio", 14], [150, "Gary", 2], [151, "Martin", 15], [152, "Bruno", 82], [153, "Jaime", 46], [154, "Romain", 124], [155, "Kamui", 76], [156, "Jonathan", 88], [157, "Christian", 47], [158, "Eddie", 143], [159, "Luis", 32], [160, "Piercarlo", 111], [161, "Volker", 10], [162, "Pierre-Henri", 17], [163, "Ren\u00cc\u00a9", 164], [164, "Joachim", 7], [165, "Oscar", 21], [166, "Philippe", 54], [167, "Adri\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdn", 21], [168, "Jean-Louis", 2], [169, "Pascal", 12], [170, "Teo", 70], [171, "Franco", 2], [172, "Jacques", 180], [173, "Elio", 110], [174, "Johnny", 16], [175, "Patrick", 122], [176, "Marc", 88], [177, "Keke", 128], [178, "Alan", 117], [179, "Huub", 28], [180, "Allen", 9], [181, "Manfred", 55], [182, "Niki", 174], [183, "Fran\u00cc\u00a4ois", 20], [184, "Mauro", 41], [185, "Stefan", 22], [186, "Kenny", 9], [187, "John", 154], [188, "Johnny", 23], [189, "Jo", 8], [190, "Corrado", 19], [191, "Mike", 5], [192, "Chico", 32], [193, "Danny", 15], [194, "Eliseo", 37], [195, "Roberto", 29], [196, "Raul", 30], [197, "Jean-Pierre", 143], [198, "Jacques", 3], [199, "Carlos", 146], [200, "Jochen", 114], [201, "Slim", 15], [202, "Didier", 72], [203, "Gilles", 68], [204, "Riccardo", 8], [205, "Brian", 37], [206, "Derek", 64], [207, "Mario", 129], [208, "Emilio", 14], [209, "Geoff", 12], [210, "Tommy", 5], [211, "Rupert", 37], [212, "Hector", 58], [213, "Beppe", 17], [214, "Kevin", 2], [215, "Miguel \u00cc\u0081ngel", 4], [216, "Siegfried", 13], [217, "Ricardo", 11], [219, "Jean-Pierre", 55], [220, "Giorgio", 2], [221, "Patrick", 95], [222, "Jody", 113], [223, "Clay", 138], [224, "Emerson", 149], [225, "Dave", 7], [227, "Tiff", 2], [229, "Harald", 29], [230, "Vittorio", 78], [231, "James", 93], [232, "Arturo", 84], [233, "Hans-Joachim", 81], [234, "Gianfranco", 3], [235, "Jacky", 121], [236, "Patrick", 5], [237, "Alex", 20], [238, "Ronnie", 123], [239, "Brett", 42], [240, "Danny", 6], [241, "Lamberto", 5], [242, "Divina", 3], [243, "Rolf", 61], [244, "Alberto", 3], [245, "Tony", 6], [246, "Hans", 15], [247, "Michael", 5], [249, "Bobby", 2], [250, "Carlos", 73], [251, "Ian", 20], [252, "Tom", 42], [253, "Ingo", 6], [254, "Renzo", 7], [255, "Gunnar", 32], [256, "Larry", 15], [257, "Boy", 7], [258, "Patrick", 13], [259, "David", 11], [260, "Conny", 5], [262, "Jackie", 51], [263, "Mikko", 2], [265, "Guy", 16], [267, "Vern", 12], [269, "Teddy", 4], [270, "Ian", 11], [271, "Loris", 6], [273, "Kazuyoshi", 2], [274, "Noritake", 2], [275, "Lella", 17], [276, "Bob", 12], [277, "Michel", 8], [278, "Chris", 106], [280, "Henri", 59], [282, "Damien", 2], [283, "Mike", 8], [284, "Alessandro", 4], [285, "Otto", 3], [288, "Mark", 15], [289, "Graham", 179], [290, "Wilson", 38], [292, "Eddie", 3], [293, "Dave", 13], [294, "Tony", 10], [295, "Roelof", 6], [296, "Fran\u00cc\u00a4ois", 15], [297, "Torsten", 2], [298, "Gijs", 9], [299, "Hiroshi", 2], [300, "John", 2], [302, "Jim", 2], [304, "Denny", 112], [305, "Mike", 51], [306, "Jean-Pierre", 87], [307, "Howden", 39], [308, "Richard", 4], [309, "Peter", 31], [310, "Paddy", 2], [311, "Tom", 4], [312, "Brian", 13], [313, "Rikky", 13], [314, "Tim", 36], [315, "G\u00cc\u00a9rard", 2], [316, "Leo", 6], [317, "Reine", 23], [319, "Jos\u00cc\u00a9", 3], [320, "Peter", 30], [321, "Derek", 14], [322, "David", 7], [324, "Helmuth", 3], [326, "Eppie", 2], [327, "Fran\u00cc\u00a4ois", 47], [328, "Jackie", 100], [329, "Mike", 29], [330, "Nanni", 17], [332, "George", 12], [333, "Andrea", 35], [334, "Jackie", 4], [335, "Roger", 2], [337, "Helmut", 9], [338, "David", 11], [339, "Alex", 9], [340, "John", 10], [341, "John", 112], [342, "Skip", 6], [343, "Bill", 3], [344, "Sam", 2], [345, "Pedro", 54], [346, "Jo", 100], [347, "Jo", 109], [350, "Vic", 13], [351, "Silvio", 18], [352, "George", 13], [353, "Pete", 11], [354, "Chris", 2], [356, "Jack", 129], [357, "John", 15], [358, "Jochen", 62], [359, "Johnny", 12], [360, "Bruce", 103], [361, "Piers", 29], [362, "Peter", 4], [363, "Ignazio", 4], [364, "Dan", 87], [365, "Hubert", 3], [368, "Sam", 6], [369, "Basil", 2], [370, "Richard", 17], [371, "Al", 2], [373, "Jim", 72], [374, "Mike", 36], [375, "Ludovico", 13], [376, "Lucien", 19], [377, "Jo", 2], [379, "Kurt", 2], [380, "Frank", 9], [382, "Mois\u00cc\u00a9s", 8], [383, "Bob", 26], [385, "Lorenzo", 44], [386, "Richie", 54], [387, "Mike", 7], [388, "Chris", 10], [389, "Guy", 13], [390, "Alan", 2], [392, "Mike", 2], [394, "Giancarlo", 26], [396, "Bob", 9], [397, "Peter", 15], [398, "Vic", 2], [399, "John", 5], [400, "Chris", 2], [401, "Trevor", 29], [402, "Giacomo", 3], [403, "Phil", 52], [404, "Innes", 55], [405, "Ronnie", 11], [406, "Paul", 3], [407, "David", 2], [408, "Tony", 27], [409, "Trevor", 2], [410, "Neville", 3], [411, "Doug", 3], [412, "Brausch", 2], [413, "Ernie", 3], [418, "Masten", 45], [420, "Ian", 7], [423, "Gerhard", 5], [424, "Roberto", 4], [425, "Nino", 5], [427, "Maurice", 87], [428, "Bernard", 6], [429, "Andr\u00cc\u00a9", 15], [430, "Carel Godin", 31], [431, "Edgar", 7], [432, "M\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdrio de Ara\u00cc\u00bcjo", 5], [433, "Walt", 4], [434, "Hap", 6], [435, "Willy", 12], [436, "John", 5], [437, "Ian", 26], [438, "Tony", 10], [439, "Nasif", 5], [440, "Jim", 12], [441, "Tim", 4], [442, "Kurt", 2], [444, "Roberto", 3], [445, "G\u00ef\u00bf\u00bd_nther", 2], [446, "Carlo", 2], [447, "Gaetano", 2], [449, "Rodger", 12], [453, "Jackie", 11], [454, "Ricardo", 6], [455, "Wolfgang", 13], [456, "Roy", 51], [459, "Tony", 9], [460, "Gerry", 5], [461, "Heinz", 2], [462, "Colin", 3], [463, "Jay", 3], [464, "Tony", 3], [465, "Keith", 7], [467, "Ernesto", 2], [468, "Roger", 2], [475, "Stirling", 73], [476, "Wolfgang", 28], [477, "Cliff", 18], [478, "Hans", 20], [479, "Tony", 41], [480, "Michael", 4], [481, "Henry", 10], [482, "Olivier", 17], [483, "Giorgio", 15], [484, "Brian", 9], [486, "Jack", 13], [487, "Massimo", 2], [489, "Renato", 2], [491, "Alfonso", 2], [494, "Lloyd", 2], [496, "Carlos", 12], [498, "Jos\u00cc\u00a9 Froil\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdn", 29], [500, "Gino", 4], [501, "Harry", 64], [502, "Alan", 7], [505, "Chris", 4], [506, "Bruce", 9], [507, "Chuck", 6], [508, "Lance", 4], [509, "Jim", 12], [510, "Paul", 3], [511, "Don", 2], [512, "Johnny", 9], [513, "Eddie", 9], [514, "Bob", 5], [516, "Bob", 5], [517, "Red", 2], [518, "Duane", 10], [519, "Bill", 3], [520, "Gene", 9], [521, "Chuck", 7], [522, "Bobby", 2], [523, "Shorty", 3], [525, "Jimmy", 9], [526, "Troy", 9], [527, "Eddie", 4], [528, "Don", 8], [529, "Tony", 13], [531, "Anthony", 3], [532, "Eddie", 4], [533, "Johnny", 6], [534, "Gene", 2], [535, "Jim", 2], [536, "Len", 3], [537, "Dick", 5], [538, "Al", 5], [539, "Dempsey", 2], [540, "Mike", 2], [541, "Ron", 15], [542, "David", 3], [543, "Giulio", 4], [547, "Horace", 18], [549, "Ivor", 6], [551, "Maria", 5], [553, "Andr\u00cc\u00a9", 2], [554, "Jean", 57], [555, "Paul", 9], [556, "Jimmy", 7], [558, "Al", 5], [559, "Pat", 6], [560, "Bill", 3], [561, "Ray", 3], [562, "Jack", 4], [563, "Chuck", 4], [564, "Jud", 2], [565, "Mike", 3], [566, "Carroll", 9], [567, "Fritz", 3], [573, "Alessandro", 2], [577, "Luigi", 26], [578, "Mike", 48], [579, "Juan", 58], [580, "Paco", 14], [581, "Peter", 37], [583, "Gerino", 7], [585, "Paul", 2], [586, "Luigi", 9], [589, "Louis", 17], [590, "Stuart", 14], [592, "Jimmy", 6], [593, "Johnnie", 10], [594, "Johnnie", 3], [595, "Billy", 2], [596, "Ed", 5], [597, "Pat", 5], [601, "Dick", 2], [606, "Alfonso", 6], [607, "Cesare", 9], [608, "Eugenio", 17], [609, "Andr\u00cc\u00a9", 12], [610, "Les", 3], [611, "Sam", 9], [612, "Andy", 11], [613, "Marshall", 4], [615, "Fred", 8], [619, "Bob", 7], [620, "Umberto", 10], [622, "Chico", 6], [623, "Alberto", 2], [624, "Hernando", 8], [625, "\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdlie", 7], [626, "Robert", 29], [627, "Louis", 39], [628, "Bob", 5], [629, "Cliff", 3], [630, "Duke", 4], [631, "Keith", 2], [632, "Paul", 11], [633, "Luigi", 35], [638, "Ottorino", 3], [640, "Toulo", 23], [641, "Piero", 18], [642, "Nino", 37], [643, "Roberto", 17], [644, "Sergio", 9], [645, "Clemar", 5], [647, "Alberto", 36], [648, "Karl", 12], [649, "Pablo", 2], [650, "Jacques", 5], [651, "Lance", 15], [653, "Jimmy", 6], [654, "Walt", 5], [655, "Cal", 3], [656, "Art", 4], [657, "Bill", 5], [658, "Jack", 6], [659, "Jerry", 5], [660, "Johnny", 25], [661, "Peter", 4], [663, "Ken", 16], [664, "Kenneth", 7], [665, "Leslie", 2], [666, "Tony", 3], [667, "John", 2], [669, "Prince", 19], [670, "Onofre", 12], [672, "Jorge", 2], [673, "Mike", 3], [675, "Manny", 4], [677, "Travis", 4], [679, "Ernie", 2], [680, "Jacques", 7], [681, "Georges", 2], [686, "Reg", 7], [687, "Peter", 12], [688, "Eric", 5], [689, "Alan", 9], [690, "Rodney", 2], [691, "Hermann", 2], [692, "Theo", 3], [693, "Fred", 3], [697, "Felice", 17], [699, "Duke", 3], [700, "Carl", 2], [701, "Bill", 2], [702, "Bob", 5], [703, "Arthur", 2], [704, "Yves", 13], [705, "Tony", 2], [708, "Duncan", 5], [709, "Ernst", 2], [710, "Rudolf", 2], [712, "Willi", 2], [715, "G\u00ef\u00bf\u00bd_nther", 2], [717, "Hans", 4], [720, "Max", 2], [721, "Peter", 5], [722, "Piero", 3], [723, "Rudi", 7], [724, "Toni", 2], [725, "George", 2], [726, "George", 3], [728, "Joe", 2], [729, "Bill", 3], [730, "George", 3], [731, "Henry", 3], [732, "Johnny", 3], [733, "Chet", 2], [734, "Bobby", 2], [735, "Charles", 3], [736, "Roger", 2], [738, "Tony", 4], [740, "Franco", 2], [741, "Philippe", 12], [742, "Dennis", 2], [744, "Ken", 2], [746, "Gino", 4], [747, "David", 4], [748, "Eitel", 3], [749, "Bill", 3], [756, "Paul", 3], [759, "Jan", 2], [762, "Franco", 5], [763, "Consalvo", 5], [764, "Guy", 3], [765, "Henri", 2], [766, "Lee", 2], [768, "Mauri", 2], [770, "Cecil", 2], [771, "Walt", 2], [772, "Mack", 2], [773, "Pierre", 6], [774, "Eug\u00cc\u00acne", 3], [776, "Joe", 2], [778, "Brian", 2], [780, "Toni", 3], [784, "David", 2], [785, "Geoff", 2], [786, "Luigi", 8], [787, "Cuth", 3], [789, "Eug\u00cc\u00acne", 2], [793, "Raymond", 5], [797, "Jackie", 2], [799, "Jimmy", 2], [807, "Nico", 137], [808, "Vitaly", 58], [810, "Lucas", 19], [811, "Bruno", 46], [812, "Karun", 11], [813, "Pastor", 96], [814, "Paul", 59], [815, "Sergio", 136], [816, "J\u00cc\u00a9r\u00cc\u00abme", 20], [817, "Daniel", 129], [818, "Jean-\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdric", 58], [819, "Charles", 39], [820, "Max", 35], [821, "Esteban", 59], [822, "Valtteri", 98], [823, "Giedo", 19], [824, "Jules", 34], [825, "Kevin", 61], [826, "Daniil", 74], [828, "Marcus", 76], [829, "Will", 19], [830, "Max", 60], [831, "Felipe", 40], [832, "Carlos", 60], [833, "Roberto", 13], [834, "Alexander", 5], [835, "Jolyon", 37], [836, "Pascal", 39], [837, "Rio", 12], [838, "Stoffel", 21], [839, "Esteban", 29], [840, "Lance", 20], [841, "Antonio", 2], [842, "Pierre", 5], [843, "Brendon", 4]]}, "table_names": "['races', 'drivers', 'results']", "table_image_ids": ["TableImg_5eksm_997.png", "TableImg_Rdo91_842.png", "TableImg_X1ggs_23777.png"], "original_data_index": 3087} +{"question": "Find the number of different airports which are the destinations of the American Airlines.", "answer": {"columns": ["count(DISTINCT dst_apid)"], "index": [0], "data": [[431]]}, "table_names": "['routes', 'airlines']", "table_image_ids": ["TableImg_Voc5t_67240.png", "TableImg_Jkxfw_6162.png"], "original_data_index": 3088} +{"question": "What are the names of photos taken with the lens brand 'Sigma' or 'Olympus'?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Olympus 15mm f/8.0 Body Cap"], ["Sigma 19mm f2.8 EX DN"], ["Sigma 19mm f2.8 EX DN"], ["Olympus 15mm f/8.0 Body Cap"], ["Sigma 19mm f2.8 EX DN"], ["Sigma 19mm f2.8 EX DN"]]}, "table_names": "['camera_lens', 'photos']", "table_image_ids": ["TableImg_Se7vm_11.png", "TableImg_Wfp7k_10.png"], "original_data_index": 3089} +{"question": "Show the transaction type descriptions and dates if the share count is smaller than 10.", "answer": {"columns": ["transaction_type_description", "date_of_transaction"], "index": [0, 1], "data": [["Purchase", "1977-08-13 02:18:47"], ["Sale", "2002-04-07 20:28:37"]]}, "table_names": "['Ref_Transaction_Types', 'Transactions']", "table_image_ids": ["TableImg_Umv9q_2.png", "TableImg_3bq49_15.png"], "original_data_index": 3090} +{"question": "Find the student first and last names and grade points of all enrollments.", "answer": {"columns": ["Fname", "LName", "gradepoint"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209], "data": [["Linda", "Smith", 3.7], ["Linda", "Smith", 3.0], ["Linda", "Smith", 3.3], ["Linda", "Smith", 4.0], ["Linda", "Smith", 2.7], ["Linda", "Smith", 3.0], ["Tracy", "Kim", 3.3], ["Tracy", "Kim", 2.0], ["Tracy", "Kim", 2.3], ["Tracy", "Kim", 4.0], ["Tracy", "Kim", 3.0], ["Tracy", "Kim", 3.3], ["Shiela", "Jones", 3.0], ["Shiela", "Jones", 3.0], ["Shiela", "Jones", 3.0], ["Shiela", "Jones", 3.3], ["Shiela", "Jones", 3.0], ["Dinesh", "Kumar", 1.7], ["Dinesh", "Kumar", 1.7], ["Dinesh", "Kumar", 1.7], ["Dinesh", "Kumar", 3.7], ["Dinesh", "Kumar", 2.0], ["Dinesh", "Kumar", 4.0], ["Dinesh", "Kumar", 4.0], ["Paul", "Gompers", 4.0], ["Paul", "Gompers", 2.3], ["Paul", "Gompers", 2.0], ["Paul", "Gompers", 4.0], ["Paul", "Gompers", 3.0], ["Andy", "Schultz", 3.0], ["Andy", "Schultz", 3.3], ["Andy", "Schultz", 2.7], ["Andy", "Schultz", 1.7], ["Andy", "Schultz", 3.7], ["Andy", "Schultz", 4.0], ["Lisa", "Apap", 4.0], ["Lisa", "Apap", 3.7], ["Lisa", "Apap", 2.3], ["Lisa", "Apap", 4.0], ["Lisa", "Apap", 3.7], ["Lisa", "Apap", 2.0], ["Jandy", "Nelson", 4.0], ["Jandy", "Nelson", 3.0], ["Jandy", "Nelson", 3.0], ["Jandy", "Nelson", 3.0], ["Jandy", "Nelson", 3.0], ["Eric", "Tai", 3.3], ["Eric", "Tai", 2.0], ["Eric", "Tai", 3.7], ["Eric", "Tai", 3.0], ["Eric", "Tai", 2.0], ["Eric", "Tai", 4.0], ["Eric", "Tai", 2.7], ["Eric", "Tai", 3.7], ["Derek", "Lee", 4.0], ["Derek", "Lee", 4.0], ["Derek", "Lee", 2.3], ["Derek", "Lee", 4.0], ["Derek", "Lee", 4.0], ["Derek", "Lee", 3.3], ["David", "Adams", 3.0], ["David", "Adams", 3.0], ["David", "Adams", 4.0], ["David", "Adams", 3.7], ["David", "Adams", 3.0], ["David", "Adams", 3.3], ["Steven", "Davis", 2.7], ["Steven", "Davis", 2.7], ["Steven", "Davis", 3.7], ["Steven", "Davis", 4.0], ["Steven", "Davis", 3.0], ["Charles", "Norris", 4.0], ["Charles", "Norris", 4.0], ["Charles", "Norris", 4.0], ["Charles", "Norris", 4.0], ["Charles", "Norris", 3.0], ["Charles", "Norris", 3.0], ["Charles", "Norris", 3.0], ["Susan", "Lee", 4.0], ["Susan", "Lee", 4.0], ["Susan", "Lee", 4.0], ["Susan", "Lee", 1.7], ["Susan", "Lee", 4.0], ["Mark", "Schwartz", 2.7], ["Mark", "Schwartz", 0.7], ["Mark", "Schwartz", 4.0], ["Mark", "Schwartz", 4.0], ["Mark", "Schwartz", 3.7], ["Mark", "Schwartz", 3.3], ["Mark", "Schwartz", 2.7], ["Bruce", "Wilson", 3.0], ["Bruce", "Wilson", 3.0], ["Bruce", "Wilson", 2.0], ["Bruce", "Wilson", 3.0], ["Bruce", "Wilson", 3.7], ["Bruce", "Wilson", 4.0], ["Bruce", "Wilson", 2.0], ["Michael", "Leighton", 3.7], ["Michael", "Leighton", 4.0], ["Michael", "Leighton", 4.0], ["Michael", "Leighton", 1.7], ["Michael", "Leighton", 3.0], ["Michael", "Leighton", 3.0], ["Arthur", "Pang", 3.0], ["Arthur", "Pang", 3.0], ["Arthur", "Pang", 1.3], ["Arthur", "Pang", 4.0], ["Arthur", "Pang", 4.0], ["Ian", "Thornton", 4.0], ["Ian", "Thornton", 4.0], ["Ian", "Thornton", 4.0], ["Ian", "Thornton", 4.0], ["Ian", "Thornton", 4.0], ["George", "Andreou", 2.7], ["George", "Andreou", 3.0], ["George", "Andreou", 3.0], ["George", "Andreou", 3.0], ["George", "Andreou", 3.0], ["George", "Andreou", 2.7], ["George", "Andreou", 2.0], ["George", "Andreou", 4.0], ["George", "Andreou", 3.0], ["Michael", "Woods", 3.0], ["Michael", "Woods", 3.3], ["Michael", "Woods", 4.0], ["Michael", "Woods", 4.0], ["Michael", "Woods", 4.0], ["Michael", "Woods", 3.0], ["Michael", "Woods", 3.0], ["Michael", "Woods", 1.0], ["Michael", "Woods", 4.0], ["David", "Shieber", 3.7], ["David", "Shieber", 3.0], ["David", "Shieber", 3.0], ["David", "Shieber", 3.3], ["David", "Shieber", 4.0], ["David", "Shieber", 4.0], ["David", "Shieber", 3.0], ["David", "Shieber", 3.0], ["Stacy", "Prater", 3.0], ["Stacy", "Prater", 2.0], ["Stacy", "Prater", 3.7], ["Stacy", "Prater", 4.0], ["Stacy", "Prater", 3.0], ["Stacy", "Prater", 3.0], ["Stacy", "Prater", 3.0], ["Stacy", "Prater", 3.0], ["Mark", "Goldman", 4.0], ["Mark", "Goldman", 4.0], ["Mark", "Goldman", 4.0], ["Mark", "Goldman", 4.0], ["Mark", "Goldman", 2.0], ["Mark", "Goldman", 3.0], ["Mark", "Goldman", 3.0], ["Eric", "Pang", 4.0], ["Eric", "Pang", 4.0], ["Eric", "Pang", 4.0], ["Eric", "Pang", 4.0], ["Eric", "Pang", 4.0], ["Eric", "Pang", 2.7], ["Paul", "Brody", 3.0], ["Paul", "Brody", 3.0], ["Paul", "Brody", 3.0], ["Paul", "Brody", 3.0], ["Paul", "Brody", 2.7], ["Paul", "Brody", 2.7], ["Paul", "Brody", 3.0], ["Eric", "Rugh", 3.3], ["Eric", "Rugh", 4.0], ["Eric", "Rugh", 4.0], ["Eric", "Rugh", 4.0], ["Eric", "Rugh", 4.0], ["Jun", "Han", 1.7], ["Jun", "Han", 4.0], ["Jun", "Han", 2.7], ["Jun", "Han", 3.7], ["Jun", "Han", 2.7], ["Jun", "Han", 4.0], ["Lisa", "Cheng", 3.0], ["Lisa", "Cheng", 3.0], ["Lisa", "Cheng", 2.7], ["Lisa", "Cheng", 2.7], ["Lisa", "Cheng", 3.0], ["Lisa", "Cheng", 3.3], ["Lisa", "Cheng", 3.0], ["Sarah", "Smith", 3.3], ["Sarah", "Smith", 3.0], ["Sarah", "Smith", 2.0], ["Sarah", "Smith", 4.0], ["Eric", "Brown", 3.7], ["Eric", "Brown", 0.7], ["Eric", "Brown", 3.7], ["Eric", "Brown", 4.0], ["Eric", "Brown", 4.0], ["William", "Simms", 4.0], ["William", "Simms", 4.0], ["William", "Simms", 4.0], ["William", "Simms", 4.0], ["William", "Simms", 3.0], ["Eric", "Epp", 3.3], ["Eric", "Epp", 3.0], ["Eric", "Epp", 3.0], ["Eric", "Epp", 3.3], ["Eric", "Epp", 3.0], ["Sarah", "Schmidt", 2.7], ["Sarah", "Schmidt", 3.7], ["Sarah", "Schmidt", 3.0], ["Sarah", "Schmidt", 1.0], ["Sarah", "Schmidt", 4.0], ["Sarah", "Schmidt", 2.7]]}, "table_names": "['Student', 'Enrolled_in', 'Gradeconversion']", "table_image_ids": ["TableImg_Tv2uj_34.png", "TableImg_Byj03_210.png", "TableImg_3dxmq_13.png"], "original_data_index": 3091} +{"question": "Count the number of appelations in Napa County.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[11]]}, "table_names": "['appellations']", "table_image_ids": ["TableImg_Ta4e4_57.png"], "original_data_index": 3092} +{"question": "What are the names of departments that have primarily affiliated physicians.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["General Medicine"], ["Surgery"], ["Psychiatry"]]}, "table_names": "['Department', 'Affiliated_With']", "table_image_ids": ["TableImg_9gu7g_3.png", "TableImg_Qws19_11.png"], "original_data_index": 3093} +{"question": "Show the names of members and the location of the performances they attended.", "answer": {"columns": ["Name", "Location"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Wilfredo Ruiz", "Verizon Center"], ["Luis Gonz\u00c3\u00a1lez", "TD Garden"], ["H\u00c3\u00a9ctor Campana", "TD Garden"], ["H\u00c3\u00a9ctor Campana", "Verizon Center"], ["H\u00c3\u00a9ctor Campana", "Scotiabank Place"], ["Juan Espil", "TD Garden"], ["Charlie Burke", "Madison Square Garden"], ["Joseph Bunn", "Verizon Center"]]}, "table_names": "['member', 'performance', 'member_attendance']", "table_image_ids": ["TableImg_Dwucz_11.png", "TableImg_Bzl04_6.png", "TableImg_Ukxhy_8.png"], "original_data_index": 3094} +{"question": "Give the budget type code that is most common among documents with expenses.", "answer": {"columns": ["Budget_Type_Code"], "index": [0], "data": [["GV"]]}, "table_names": "['Documents_with_Expenses']", "table_image_ids": ["TableImg_F757r_10.png"], "original_data_index": 3095} +{"question": "Which events id does not have any participant with detail 'Kenyatta Kuhn'?", "answer": {"columns": ["Event_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [[3], [8], [13], [16], [17], [38], [40], [43], [48], [57], [60], [74], [95], [96]]}, "table_names": "['Participants', 'Events', 'Participants_in_Events']", "table_image_ids": ["TableImg_Oq8eq_15.png", "TableImg_L3tcu_15.png", "TableImg_Orhq8_18.png"], "original_data_index": 3096} +{"question": "What are the students ids of students who have more than one allergy?", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [[1002], [1005], [1007], [1010], [1015], [1016], [1018], [1022], [1023], [1024], [1029], [1031]]}, "table_names": "['Has_Allergy']", "table_image_ids": ["TableImg_54kxe_59.png"], "original_data_index": 3097} +{"question": "Count the number of characteristics the product 'sesame' has.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_2nw7g_15.png", "TableImg_Sebsd_15.png"], "original_data_index": 3098} +{"question": "List all country and league names.", "answer": {"columns": ["name", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Belgium", "Belgium Jupiler League"], ["England", "England Premier League"], ["France", "France Ligue 1"], ["Germany", "Germany 1. Bundesliga"], ["Italy", "Italy Serie A"], ["Netherlands", "Netherlands Eredivisie"], ["Poland", "Poland Ekstraklasa"], ["Portugal", "Portugal Liga ZON Sagres"], ["Scotland", "Scotland Premier League"], ["Spain", "Spain LIGA BBVA"], ["Switzerland", "Switzerland Super League"]]}, "table_names": "['League', 'Country']", "table_image_ids": ["TableImg_T7uej_11.png", "TableImg_Bkxzr_11.png"], "original_data_index": 3099} +{"question": "How many stations are in Mountain View?", "answer": {"columns": ["COUNT(*)"], "index": [0], "data": [[7]]}, "table_names": "['station']", "table_image_ids": ["TableImg_Ruw8v_70.png"], "original_data_index": 3100} +{"question": "Show the names and total passengers for all train stations not in London.", "answer": {"columns": ["Name", "Total_Passengers"], "index": [0, 1], "data": [["Birmingham New Street", 36.331], ["Glasgow Central", 29.658]]}, "table_names": "['station']", "table_image_ids": ["TableImg_Kbro9_12.png"], "original_data_index": 3101} +{"question": "Find the name and salary of instructors who are advisors of the students from the Math department.", "answer": {"columns": ["name", "salary"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], "data": [["Sullivan", 90038.09], ["Liley", 90891.69], ["Dusserre", 66143.25], ["Hau", 43966.29], ["Bawa", 72140.88], ["Gutierrez", 45310.53], ["Pimenta", 79866.95], ["Gutierrez", 45310.53], ["Liley", 90891.69], ["Wieland", 124651.41], ["Hau", 43966.29], ["Romero", 79070.08], ["Yazdi", 98333.65], ["Bietzk", 117836.5], ["Konstantinides", 32570.5], ["Lembr", 32241.56], ["Jaekel", 103146.87], ["Atanassov", 84982.92], ["Queiroz", 45538.32], ["Choll", 57807.09], ["Bawa", 72140.88], ["Dusserre", 66143.25], ["Yazdi", 98333.65], ["Murata", 61387.56], ["Luo", 88791.45], ["Sarkar", 87549.8], ["Vicentino", 34272.67], ["Ullman ", 47307.1], ["Sullivan", 90038.09], ["Valtchev", 77036.18], ["DAgostino", 59706.49], ["Lent", 107978.47], ["Mahmoud", 99382.59], ["Soisalon-Soininen", 62579.61], ["Bawa", 72140.88], ["Levine", 89805.83], ["Yin", 46397.59], ["Arinb", 54805.11], ["Mird", 119921.41], ["Dusserre", 66143.25], ["Konstantinides", 32570.5], ["Yin", 46397.59], ["Luo", 88791.45], ["Luo", 88791.45], ["Bietzk", 117836.5], ["Bancilhon", 87958.01], ["Pingr", 59303.62], ["Sarkar", 87549.8], ["Atanassov", 84982.92], ["Shuming", 108011.81], ["Romero", 79070.08], ["Mahmoud", 99382.59], ["Soisalon-Soininen", 62579.61], ["Jaekel", 103146.87], ["Luo", 88791.45], ["Bertolino", 51647.57], ["Pimenta", 79866.95], ["Bietzk", 117836.5], ["Levine", 89805.83], ["Hau", 43966.29], ["Vicentino", 34272.67], ["Yin", 46397.59], ["Romero", 79070.08], ["Arias", 104563.38], ["Murata", 61387.56], ["Bawa", 72140.88], ["Bourrier", 80797.83], ["Sullivan", 90038.09], ["Mird", 119921.41], ["Vicentino", 34272.67], ["Pingr", 59303.62], ["Lent", 107978.47], ["Wieland", 124651.41], ["Sullivan", 90038.09], ["Vicentino", 34272.67], ["Arinb", 54805.11], ["Levine", 89805.83], ["Kean", 35023.18], ["Morris", 43770.36], ["Bancilhon", 87958.01], ["Valtchev", 77036.18], ["Ullman ", 47307.1], ["Liley", 90891.69], ["Sakurai", 118143.98], ["Kean", 35023.18], ["Bancilhon", 87958.01], ["Mingoz", 105311.38], ["Arias", 104563.38], ["Arinb", 54805.11], ["Sullivan", 90038.09], ["Tung", 50482.03]]}, "table_names": "['instructor', 'student', 'advisor']", "table_image_ids": ["TableImg_Q7e8h_50.png", "TableImg_Tfii1_2000.png", "TableImg_Ttgk4_2000.png"], "original_data_index": 3102} +{"question": "What are the response received dates for the documents described as 'Regular' or granted with more than 100?", "answer": {"columns": ["response_received_date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["1977-12-01 02:18:53"], ["1995-09-12 13:13:48"], ["1986-05-23 07:17:59"], ["1976-10-04 22:13:27"], ["1986-05-18 01:54:56"], ["1987-10-29 15:35:50"], ["1994-03-13 01:52:45"], ["1977-01-27 07:14:11"], ["1971-08-28 11:20:56"], ["1999-06-01 18:41:00"]]}, "table_names": "['Document_Types', 'Documents', 'Grants']", "table_image_ids": ["TableImg_09s64_2.png", "TableImg_Eq71x_15.png", "TableImg_4bvfz_15.png"], "original_data_index": 3103} +{"question": "What are the start date and end date of each apartment booking?", "answer": {"columns": ["booking_start_date", "booking_end_date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["2016-09-26 17:13:49", "2017-10-07 11:38:48"], ["2016-04-01 06:28:08", "2017-10-25 11:08:42"], ["2017-03-13 16:20:14", "2018-02-19 16:59:08"], ["2016-08-04 10:33:00", "2017-09-29 12:43:50"], ["2017-02-11 14:34:14", "2017-10-07 20:47:19"], ["2016-05-24 20:09:38", "2017-10-03 01:56:21"], ["2016-07-25 02:57:04", "2017-09-28 11:08:15"], ["2016-11-26 05:04:31", "2018-02-25 15:15:37"], ["2017-05-13 18:17:20", "2017-10-06 11:15:58"], ["2017-03-04 02:23:49", "2018-02-06 16:57:05"], ["2016-06-07 05:05:18", "2017-11-13 13:59:45"], ["2016-04-17 12:53:59", "2018-03-20 17:32:58"], ["2016-09-28 05:00:50", "2017-09-30 18:41:04"], ["2017-04-07 04:53:27", "2017-11-29 12:59:42"], ["2017-07-03 14:15:56", "2017-11-12 01:05:09"]]}, "table_names": "['Apartment_Bookings']", "table_image_ids": ["TableImg_Ubcbi_15.png"], "original_data_index": 3104} +{"question": "Show the official names of the cities that have hosted more than one competition.", "answer": {"columns": ["Official_Name"], "index": [0], "data": [["Aroostook"]]}, "table_names": "['city', 'farm_competition']", "table_image_ids": ["TableImg_8gjao_5.png", "TableImg_L2j9g_6.png"], "original_data_index": 3105} +{"question": "Show the publishers that have publications with price higher than 10000000 and publications with price lower than 5000000.", "answer": {"columns": ["Publisher"], "index": [0], "data": [["Pearson"]]}, "table_names": "['publication']", "table_image_ids": ["TableImg_V2j0p_7.png"], "original_data_index": 3106} +{"question": "Show names of actors in descending order of the year their musical is awarded.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Ray Meagher"], ["Tom Oliver"], ["Lynne McGranger"], ["Kate Ritchie"], ["Alan Fletcher"], ["Jackie Woodburne"], ["Ryan Moloney"], ["Ian Smith"], ["Stefan Dennis"]]}, "table_names": "['musical', 'actor']", "table_image_ids": ["TableImg_Vh39u_7.png", "TableImg_0ip00_9.png"], "original_data_index": 3107} +{"question": "What are the room name and base price of the room with the lowest base price?", "answer": {"columns": ["roomName", "basePrice"], "index": [0], "data": [["Thrift and accolade", 75]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_Ugguz_10.png"], "original_data_index": 3108} +{"question": "Sort the apartment numbers in ascending order of room count.", "answer": {"columns": ["apt_number"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Apt. 794"], ["Apt. 477"], ["Apt. 585"], ["Suite 088"], ["Apt. 859"], ["Suite 645"], ["Apt. 908"], ["Suite 749"], ["Apt. 940"], ["Apt. 837"], ["Suite 634"], ["Suite 307"], ["Apt. 187"], ["Suite 693"], ["Apt. 411"]]}, "table_names": "['Apartments']", "table_image_ids": ["TableImg_02klg_15.png"], "original_data_index": 3109} +{"question": "How many fault status codes are recorded in the fault log parts table?", "answer": {"columns": ["fault_status"], "index": [0, 1, 2, 3], "data": [["Reported"], ["Return"], ["Fixed"], ["Waiting"]]}, "table_names": "['Fault_Log_Parts']", "table_image_ids": ["TableImg_Mwvua_15.png"], "original_data_index": 3110} +{"question": "Find all procedures which cost more than 1000 or which physician John Wen was trained in.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Complete Walletectomy"], ["Folded Demiophtalmectomy"], ["Follicular Demiectomy"], ["Obfuscated Dermogastrotomy"], ["Obtuse Pyloric Recombobulation"], ["Reverse Rhinopodoplasty"], ["Reversible Pancreomyoplasty"]]}, "table_names": "['Physician', 'Procedures', 'Trained_In']", "table_image_ids": ["TableImg_Cqpk3_9.png", "TableImg_Zlcde_7.png", "TableImg_S86zw_15.png"], "original_data_index": 3111} +{"question": "What are the different names of friends who are younger than the average age for a friend?", "answer": {"columns": ["name"], "index": [0], "data": [["Zach"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_Qkf7j_4.png", "TableImg_H47zx_4.png"], "original_data_index": 3112} +{"question": "Which customers have an insurance policy with the type code \"Deputy\"? Give me the customer details.", "answer": {"columns": ["Customer_Details"], "index": [0, 1, 2], "data": [["Buddy Marquardt"], ["Selena Gerhold"], ["Dr. Diana Rath"]]}, "table_names": "['Customers', 'Policies']", "table_image_ids": ["TableImg_Q8za9_15.png", "TableImg_763it_15.png"], "original_data_index": 3113} +{"question": "Find the average height of the players who belong to the college called 'Yale University'.", "answer": {"columns": ["avg(T1.height)"], "index": [0], "data": [[59.1355932203]]}, "table_names": "['player_college', 'player', 'college']", "table_image_ids": ["TableImg_Pm6nv_17350.png", "TableImg_Ga0cb_18846.png", "TableImg_Htv4b_1207.png"], "original_data_index": 3114} +{"question": "How old is the youngest winning pilot and what is their name?", "answer": {"columns": ["Name", "Age"], "index": [0], "data": [["Katheryn Gorczany IV", 20]]}, "table_names": "['pilot', 'match']", "table_image_ids": ["TableImg_2r63k_12.png", "TableImg_Qd73m_7.png"], "original_data_index": 3115} +{"question": "What are the top 3 artists with the largest number of songs in the language Bangla?", "answer": {"columns": ["artist_name"], "index": [0, 1, 2], "data": [["Farida"], ["Prity"], ["Shrikanta"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Wm9sg_6.png", "TableImg_Gggzg_6.png"], "original_data_index": 3116} +{"question": "Find the name and city of the airport which is the source for the most number of flight routes.", "answer": {"columns": ["name", "city", "src_apid"], "index": [0], "data": [["Hartsfield Jackson Atlanta International Airport", "Atlanta", 3682]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_Fbind_67240.png", "TableImg_Bvfpk_7184.png"], "original_data_index": 3117} +{"question": "List the names of wrestlers that have not been eliminated.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Villa\u00c3\u00b1o IV"], ["The Great Sasuke \u00c2\u00a7"], ["Jushin Liger \u00c2\u00a7"], ["Shinjiro Otani \u00c2\u00a7"]]}, "table_names": "['wrestler', 'Elimination']", "table_image_ids": ["TableImg_Ewxah_10.png", "TableImg_4bqo9_6.png"], "original_data_index": 3118} +{"question": "What are the average prices of products for each manufacturer?", "answer": {"columns": ["avg(T1.price)", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [[150.0, "Creative Labs"], [240.0, "Fujitsu"], [162.0, "Hewlett-Packard"], [150.0, "Iomega"], [240.0, "Sony"], [62.5, "Winchester"]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_Sgg68_6.png", "TableImg_Xd7or_11.png"], "original_data_index": 3119} +{"question": "Which types of policy are chosen by more than 2 customers? Give me the policy type codes.", "answer": {"columns": ["Policy_Type_Code"], "index": [0, 1, 2], "data": [["Deputy"], ["Jurisdiction"], ["Uniformed"]]}, "table_names": "['Policies']", "table_image_ids": ["TableImg_O4q25_15.png"], "original_data_index": 3120} +{"question": "Find the title of courses that have two prerequisites?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Rock and Roll"], ["Ponzi Schemes"], ["Graph Theory"], ["Operating Systems"], ["Game Programming"], ["Embedded Systems"], ["Immunology"], ["Differential Geometry"], ["International Practicum"], ["Electron Microscopy"], ["Groups and Rings"], ["Elastic Structures"], ["International Practicum"], ["Game Programming"], ["World History"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_Sd1a2_200.png", "TableImg_Z00ua_100.png"], "original_data_index": 3121} +{"question": "How many customers did not have any event?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['Customers', 'Customer_Events']", "table_image_ids": ["TableImg_Wrjlp_15.png", "TableImg_6ryus_13.png"], "original_data_index": 3122} +{"question": "Return the founder of Sony.", "answer": {"columns": ["Founder"], "index": [0], "data": [["Andy"]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_X9qsu_6.png"], "original_data_index": 3123} +{"question": "What is the average, maximum, and minimum for the number of hours spent training?", "answer": {"columns": ["avg(HS)", "max(HS)", "min(HS)"], "index": [0], "data": [[1150.0, 1600, 300]]}, "table_names": "['Player']", "table_image_ids": ["TableImg_Fvere_6.png"], "original_data_index": 3124} +{"question": "How many departments are led by heads who are not mentioned?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[11]]}, "table_names": "['department', 'management']", "table_image_ids": ["TableImg_6bnjf_15.png", "TableImg_Gctki_5.png"], "original_data_index": 3125} +{"question": "What are the ids for courses in the Fall of 2009 or the Spring of 2010?", "answer": {"columns": ["course_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["105"], ["237"], ["242"], ["270"], ["304"], ["334"], ["443"], ["486"], ["493"], ["679"], ["692"], ["735"], ["960"]]}, "table_names": "['section']", "table_image_ids": ["TableImg_6q8cl_100.png"], "original_data_index": 3126} +{"question": "What are the headquarters without companies that are in the banking industry?", "answer": {"columns": ["Headquarters"], "index": [0, 1], "data": [["Brazil"], ["Netherlands"]]}, "table_names": "['company']", "table_image_ids": ["TableImg_Crw9a_10.png"], "original_data_index": 3127} +{"question": "What are all locations of train stations?", "answer": {"columns": ["Location"], "index": [0, 1, 2], "data": [["London"], ["Birmingham"], ["Glasgow"]]}, "table_names": "['station']", "table_image_ids": ["TableImg_Jeavh_12.png"], "original_data_index": 3128} +{"question": "How many department stores does the store chain South have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Department_Store_Chain', 'Department_Stores']", "table_image_ids": ["TableImg_91fnu_4.png", "TableImg_8qmbp_15.png"], "original_data_index": 3129} +{"question": "Find the players' first name and last name who won award both in 1960 and in 1961.", "answer": {"columns": ["name_first", "name_last"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157, 3158, 3159, 3160, 3161, 3162, 3163, 3164, 3165, 3166, 3167, 3168, 3169, 3170, 3171, 3172, 3173, 3174, 3175, 3176, 3177, 3178, 3179, 3180, 3181, 3182, 3183, 3184, 3185, 3186, 3187, 3188, 3189, 3190, 3191, 3192, 3193, 3194, 3195, 3196, 3197, 3198, 3199, 3200, 3201, 3202, 3203, 3204, 3205, 3206, 3207, 3208, 3209, 3210, 3211, 3212, 3213, 3214, 3215, 3216, 3217, 3218, 3219, 3220, 3221, 3222, 3223, 3224, 3225, 3226, 3227, 3228, 3229, 3230, 3231, 3232, 3233, 3234, 3235, 3236, 3237, 3238, 3239, 3240, 3241, 3242, 3243, 3244, 3245, 3246, 3247, 3248, 3249, 3250, 3251, 3252, 3253, 3254, 3255, 3256, 3257, 3258, 3259, 3260, 3261, 3262, 3263, 3264, 3265, 3266, 3267, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3275, 3276, 3277, 3278, 3279, 3280, 3281, 3282, 3283, 3284, 3285, 3286, 3287, 3288, 3289, 3290, 3291, 3292, 3293, 3294, 3295, 3296, 3297, 3298, 3299, 3300, 3301, 3302, 3303, 3304, 3305, 3306, 3307, 3308, 3309, 3310, 3311, 3312, 3313, 3314, 3315, 3316, 3317, 3318, 3319, 3320, 3321, 3322, 3323, 3324, 3325, 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333, 3334, 3335, 3336, 3337, 3338, 3339, 3340, 3341, 3342, 3343, 3344, 3345, 3346, 3347, 3348, 3349, 3350, 3351, 3352, 3353, 3354, 3355, 3356, 3357, 3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365, 3366, 3367, 3368, 3369, 3370, 3371, 3372, 3373, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384, 3385, 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393, 3394, 3395, 3396, 3397, 3398, 3399, 3400, 3401, 3402, 3403, 3404, 3405, 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413, 3414, 3415, 3416, 3417, 3418, 3419, 3420, 3421, 3422, 3423, 3424, 3425, 3426, 3427, 3428, 3429, 3430, 3431, 3432, 3433, 3434, 3435, 3436, 3437, 3438, 3439, 3440, 3441, 3442, 3443, 3444, 3445, 3446, 3447, 3448, 3449, 3450, 3451, 3452, 3453, 3454, 3455, 3456, 3457, 3458, 3459, 3460, 3461, 3462, 3463, 3464, 3465, 3466, 3467, 3468, 3469, 3470, 3471, 3472, 3473, 3474, 3475, 3476, 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3486, 3487, 3488, 3489, 3490, 3491, 3492, 3493, 3494, 3495, 3496, 3497, 3498, 3499, 3500, 3501, 3502, 3503, 3504, 3505, 3506, 3507, 3508, 3509, 3510, 3511, 3512, 3513, 3514, 3515, 3516, 3517, 3518, 3519, 3520, 3521, 3522, 3523, 3524, 3525, 3526, 3527, 3528, 3529, 3530, 3531, 3532, 3533, 3534, 3535, 3536, 3537, 3538, 3539, 3540, 3541, 3542, 3543, 3544, 3545, 3546, 3547, 3548, 3549, 3550, 3551, 3552, 3553, 3554, 3555, 3556, 3557, 3558, 3559, 3560, 3561, 3562, 3563, 3564, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, 3573, 3574, 3575, 3576, 3577, 3578, 3579, 3580, 3581, 3582, 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591, 3592, 3593, 3594, 3595, 3596, 3597, 3598, 3599, 3600, 3601, 3602, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610, 3611, 3612, 3613, 3614, 3615, 3616, 3617, 3618, 3619, 3620, 3621, 3622, 3623, 3624, 3625, 3626, 3627, 3628, 3629, 3630, 3631, 3632, 3633, 3634, 3635, 3636, 3637, 3638, 3639, 3640, 3641, 3642, 3643, 3644, 3645, 3646, 3647, 3648, 3649, 3650, 3651, 3652, 3653, 3654, 3655, 3656, 3657, 3658, 3659, 3660, 3661, 3662, 3663, 3664, 3665, 3666, 3667, 3668, 3669, 3670, 3671, 3672, 3673, 3674, 3675, 3676, 3677, 3678, 3679, 3680, 3681, 3682, 3683, 3684, 3685, 3686, 3687, 3688, 3689, 3690, 3691, 3692, 3693, 3694, 3695, 3696, 3697, 3698, 3699, 3700, 3701, 3702, 3703, 3704, 3705, 3706, 3707, 3708, 3709, 3710, 3711, 3712, 3713, 3714, 3715, 3716, 3717, 3718, 3719, 3720, 3721, 3722, 3723, 3724, 3725, 3726, 3727, 3728, 3729, 3730, 3731, 3732, 3733, 3734, 3735, 3736, 3737, 3738, 3739, 3740, 3741, 3742, 3743, 3744, 3745, 3746, 3747, 3748, 3749, 3750, 3751, 3752, 3753, 3754, 3755, 3756, 3757, 3758, 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3767, 3768, 3769, 3770, 3771, 3772, 3773, 3774, 3775, 3776, 3777, 3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787, 3788, 3789, 3790, 3791, 3792, 3793, 3794, 3795, 3796, 3797, 3798, 3799, 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807, 3808, 3809, 3810, 3811, 3812, 3813, 3814, 3815, 3816, 3817, 3818, 3819, 3820, 3821, 3822, 3823, 3824, 3825, 3826, 3827, 3828, 3829, 3830, 3831, 3832, 3833, 3834, 3835, 3836, 3837, 3838, 3839, 3840, 3841, 3842, 3843, 3844, 3845, 3846, 3847, 3848, 3849, 3850, 3851, 3852, 3853, 3854, 3855, 3856, 3857, 3858, 3859, 3860, 3861, 3862, 3863, 3864, 3865, 3866, 3867, 3868, 3869, 3870, 3871, 3872, 3873, 3874, 3875, 3876, 3877, 3878, 3879, 3880, 3881, 3882, 3883, 3884, 3885, 3886, 3887, 3888, 3889, 3890, 3891, 3892, 3893, 3894, 3895, 3896, 3897, 3898, 3899, 3900, 3901, 3902, 3903, 3904, 3905, 3906, 3907, 3908, 3909, 3910, 3911, 3912, 3913, 3914, 3915, 3916, 3917, 3918, 3919, 3920, 3921, 3922, 3923, 3924, 3925, 3926, 3927, 3928, 3929, 3930, 3931, 3932, 3933, 3934, 3935, 3936, 3937, 3938, 3939, 3940, 3941, 3942, 3943, 3944, 3945, 3946, 3947, 3948, 3949, 3950, 3951, 3952, 3953, 3954, 3955, 3956, 3957, 3958, 3959, 3960, 3961, 3962, 3963, 3964, 3965, 3966, 3967, 3968, 3969, 3970, 3971, 3972, 3973, 3974, 3975, 3976, 3977, 3978, 3979, 3980, 3981, 3982, 3983, 3984, 3985, 3986, 3987, 3988, 3989, 3990, 3991, 3992, 3993, 3994, 3995, 3996, 3997, 3998, 3999, 4000, 4001, 4002, 4003, 4004, 4005, 4006, 4007, 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039, 4040, 4041, 4042, 4043, 4044, 4045, 4046, 4047, 4048, 4049, 4050, 4051, 4052, 4053, 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4062, 4063, 4064, 4065, 4066, 4067, 4068, 4069, 4070, 4071, 4072, 4073, 4074, 4075, 4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, 4087, 4088, 4089, 4090, 4091, 4092, 4093, 4094, 4095, 4096, 4097, 4098, 4099, 4100, 4101, 4102, 4103, 4104, 4105, 4106, 4107, 4108, 4109, 4110, 4111, 4112, 4113, 4114, 4115, 4116, 4117, 4118, 4119, 4120, 4121, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4134, 4135, 4136, 4137, 4138, 4139, 4140, 4141, 4142, 4143, 4144, 4145, 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153, 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4163, 4164, 4165, 4166, 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4174, 4175, 4176, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4185, 4186, 4187, 4188, 4189, 4190, 4191, 4192, 4193, 4194, 4195, 4196, 4197, 4198, 4199, 4200, 4201, 4202, 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, 4211, 4212, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4221, 4222, 4223, 4224, 4225, 4226, 4227, 4228, 4229, 4230, 4231, 4232, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4240, 4241, 4242, 4243, 4244, 4245, 4246, 4247, 4248, 4249, 4250, 4251, 4252, 4253, 4254, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262, 4263, 4264, 4265, 4266, 4267, 4268, 4269, 4270, 4271, 4272, 4273, 4274, 4275, 4276, 4277, 4278, 4279, 4280, 4281, 4282, 4283, 4284, 4285, 4286, 4287, 4288, 4289, 4290, 4291, 4292, 4293, 4294, 4295, 4296, 4297, 4298, 4299, 4300, 4301, 4302, 4303, 4304, 4305, 4306, 4307, 4308, 4309, 4310, 4311, 4312, 4313, 4314, 4315, 4316, 4317, 4318, 4319, 4320, 4321, 4322, 4323, 4324, 4325, 4326, 4327, 4328, 4329, 4330, 4331, 4332, 4333, 4334, 4335, 4336, 4337, 4338, 4339, 4340, 4341, 4342, 4343, 4344, 4345, 4346, 4347, 4348, 4349, 4350, 4351, 4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 4362, 4363, 4364, 4365, 4366, 4367, 4368, 4369, 4370, 4371, 4372, 4373, 4374, 4375, 4376, 4377, 4378, 4379, 4380, 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4388, 4389, 4390, 4391, 4392, 4393, 4394, 4395, 4396, 4397, 4398, 4399, 4400, 4401, 4402, 4403, 4404, 4405, 4406, 4407, 4408, 4409, 4410, 4411, 4412, 4413, 4414, 4415, 4416, 4417, 4418, 4419, 4420, 4421, 4422, 4423, 4424, 4425, 4426, 4427, 4428, 4429, 4430, 4431, 4432, 4433, 4434, 4435, 4436, 4437, 4438, 4439, 4440, 4441, 4442, 4443, 4444, 4445, 4446, 4447, 4448, 4449, 4450, 4451, 4452, 4453, 4454, 4455, 4456, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4465, 4466, 4467, 4468, 4469, 4470, 4471, 4472, 4473, 4474, 4475, 4476, 4477, 4478, 4479, 4480, 4481, 4482, 4483, 4484, 4485, 4486, 4487, 4488, 4489, 4490, 4491, 4492, 4493, 4494, 4495, 4496, 4497, 4498, 4499, 4500, 4501, 4502, 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510, 4511, 4512, 4513, 4514, 4515, 4516, 4517, 4518, 4519, 4520, 4521, 4522, 4523, 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534, 4535, 4536, 4537, 4538, 4539, 4540, 4541, 4542, 4543, 4544, 4545, 4546, 4547, 4548, 4549, 4550, 4551, 4552, 4553, 4554, 4555, 4556, 4557, 4558, 4559, 4560, 4561, 4562, 4563, 4564, 4565, 4566, 4567, 4568, 4569, 4570, 4571, 4572, 4573, 4574, 4575, 4576, 4577, 4578, 4579, 4580, 4581, 4582, 4583, 4584, 4585, 4586, 4587, 4588, 4589, 4590, 4591, 4592, 4593, 4594, 4595, 4596, 4597, 4598, 4599, 4600, 4601, 4602, 4603, 4604, 4605, 4606, 4607, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4626, 4627, 4628, 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4650, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4660, 4661, 4662, 4663, 4664, 4665, 4666, 4667, 4668, 4669, 4670, 4671, 4672, 4673, 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4683, 4684, 4685, 4686, 4687, 4688, 4689, 4690, 4691, 4692, 4693, 4694, 4695, 4696, 4697, 4698, 4699, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4742, 4743, 4744, 4745, 4746, 4747, 4748, 4749, 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, 4760, 4761, 4762, 4763, 4764, 4765, 4766, 4767, 4768, 4769, 4770, 4771, 4772, 4773, 4774, 4775, 4776, 4777, 4778, 4779, 4780, 4781, 4782, 4783, 4784, 4785, 4786, 4787, 4788, 4789, 4790, 4791, 4792, 4793, 4794, 4795, 4796, 4797, 4798, 4799, 4800, 4801, 4802, 4803, 4804, 4805, 4806, 4807, 4808, 4809, 4810, 4811, 4812, 4813, 4814, 4815, 4816, 4817, 4818, 4819, 4820, 4821, 4822, 4823, 4824, 4825, 4826, 4827, 4828, 4829, 4830, 4831, 4832, 4833, 4834, 4835, 4836, 4837, 4838, 4839, 4840, 4841, 4842, 4843, 4844, 4845, 4846, 4847, 4848, 4849, 4850, 4851, 4852, 4853, 4854, 4855, 4856, 4857, 4858, 4859, 4860, 4861, 4862, 4863, 4864, 4865, 4866, 4867, 4868, 4869, 4870, 4871, 4872, 4873, 4874, 4875, 4876, 4877, 4878, 4879, 4880, 4881, 4882, 4883, 4884, 4885, 4886, 4887, 4888, 4889, 4890, 4891, 4892, 4893, 4894, 4895, 4896, 4897, 4898, 4899, 4900, 4901, 4902, 4903, 4904, 4905, 4906, 4907, 4908, 4909, 4910, 4911, 4912, 4913, 4914, 4915, 4916, 4917, 4918, 4919, 4920, 4921, 4922, 4923, 4924, 4925, 4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933, 4934, 4935, 4936, 4937, 4938, 4939, 4940, 4941, 4942, 4943, 4944, 4945, 4946, 4947, 4948, 4949, 4950, 4951, 4952, 4953, 4954, 4955, 4956, 4957, 4958, 4959, 4960, 4961, 4962, 4963, 4964, 4965, 4966, 4967, 4968, 4969, 4970, 4971, 4972, 4973, 4974, 4975, 4976, 4977, 4978, 4979, 4980, 4981, 4982, 4983, 4984, 4985, 4986, 4987, 4988, 4989, 4990, 4991, 4992, 4993, 4994, 4995, 4996, 4997, 4998, 4999, 5000, 5001, 5002, 5003, 5004, 5005, 5006, 5007, 5008, 5009, 5010, 5011, 5012, 5013, 5014, 5015, 5016, 5017, 5018, 5019, 5020, 5021, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5034, 5035, 5036, 5037, 5038, 5039, 5040, 5041, 5042, 5043, 5044, 5045, 5046, 5047, 5048, 5049, 5050, 5051, 5052, 5053, 5054, 5055, 5056, 5057, 5058, 5059, 5060, 5061, 5062, 5063, 5064, 5065, 5066, 5067, 5068, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5077, 5078, 5079, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5087, 5088, 5089, 5090, 5091, 5092, 5093, 5094, 5095, 5096, 5097, 5098, 5099, 5100, 5101, 5102, 5103, 5104, 5105, 5106, 5107, 5108, 5109, 5110, 5111, 5112, 5113, 5114, 5115, 5116, 5117, 5118, 5119, 5120, 5121, 5122, 5123, 5124, 5125, 5126, 5127, 5128, 5129, 5130, 5131, 5132, 5133, 5134, 5135, 5136, 5137, 5138, 5139, 5140, 5141, 5142, 5143, 5144, 5145, 5146, 5147, 5148, 5149, 5150, 5151, 5152, 5153, 5154, 5155, 5156, 5157, 5158, 5159, 5160, 5161, 5162, 5163, 5164, 5165, 5166, 5167, 5168, 5169, 5170, 5171, 5172, 5173, 5174, 5175, 5176, 5177, 5178, 5179, 5180, 5181, 5182, 5183, 5184, 5185, 5186, 5187, 5188, 5189, 5190, 5191, 5192, 5193, 5194, 5195, 5196, 5197, 5198, 5199, 5200, 5201, 5202, 5203, 5204, 5205, 5206, 5207, 5208, 5209, 5210, 5211, 5212, 5213, 5214, 5215, 5216, 5217, 5218, 5219, 5220, 5221, 5222, 5223, 5224, 5225, 5226, 5227, 5228, 5229, 5230, 5231, 5232, 5233, 5234, 5235, 5236, 5237, 5238, 5239, 5240, 5241, 5242, 5243, 5244, 5245, 5246, 5247, 5248, 5249, 5250, 5251, 5252, 5253, 5254, 5255, 5256, 5257, 5258, 5259, 5260, 5261, 5262, 5263, 5264, 5265, 5266, 5267, 5268, 5269, 5270, 5271, 5272, 5273, 5274, 5275, 5276, 5277, 5278, 5279, 5280, 5281, 5282, 5283, 5284, 5285, 5286, 5287, 5288, 5289, 5290, 5291, 5292, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5338, 5339, 5340, 5341, 5342, 5343, 5344, 5345, 5346, 5347, 5348, 5349, 5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359, 5360, 5361, 5362, 5363, 5364, 5365, 5366, 5367, 5368, 5369, 5370, 5371, 5372, 5373, 5374, 5375, 5376, 5377, 5378, 5379, 5380, 5381, 5382, 5383, 5384, 5385, 5386, 5387, 5388, 5389, 5390, 5391, 5392, 5393, 5394, 5395, 5396, 5397, 5398, 5399, 5400, 5401, 5402, 5403, 5404, 5405, 5406, 5407, 5408, 5409, 5410, 5411, 5412, 5413, 5414, 5415, 5416, 5417, 5418, 5419, 5420, 5421, 5422, 5423, 5424, 5425, 5426, 5427, 5428, 5429, 5430, 5431, 5432, 5433, 5434, 5435, 5436, 5437, 5438, 5439, 5440, 5441, 5442, 5443, 5444, 5445, 5446, 5447, 5448, 5449, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5458, 5459, 5460, 5461, 5462, 5463, 5464, 5465, 5466, 5467, 5468, 5469, 5470, 5471, 5472, 5473, 5474, 5475, 5476, 5477, 5478, 5479, 5480, 5481, 5482, 5483, 5484, 5485, 5486, 5487, 5488, 5489, 5490, 5491, 5492, 5493, 5494, 5495, 5496, 5497, 5498, 5499, 5500, 5501, 5502, 5503, 5504, 5505, 5506, 5507, 5508, 5509, 5510, 5511, 5512, 5513, 5514, 5515, 5516, 5517, 5518, 5519, 5520, 5521, 5522, 5523, 5524, 5525, 5526, 5527, 5528, 5529, 5530, 5531, 5532, 5533, 5534, 5535, 5536, 5537, 5538, 5539, 5540, 5541, 5542, 5543, 5544, 5545, 5546, 5547, 5548, 5549, 5550, 5551, 5552, 5553, 5554, 5555, 5556, 5557, 5558, 5559, 5560, 5561, 5562, 5563, 5564, 5565, 5566, 5567, 5568, 5569, 5570, 5571, 5572, 5573, 5574, 5575, 5576, 5577, 5578, 5579, 5580, 5581, 5582, 5583, 5584, 5585, 5586, 5587, 5588, 5589, 5590, 5591, 5592, 5593, 5594, 5595, 5596, 5597, 5598, 5599, 5600, 5601, 5602, 5603, 5604, 5605, 5606, 5607, 5608, 5609, 5610, 5611, 5612, 5613, 5614, 5615, 5616, 5617, 5618, 5619, 5620, 5621, 5622, 5623, 5624, 5625, 5626, 5627, 5628, 5629, 5630, 5631, 5632, 5633, 5634, 5635, 5636, 5637, 5638, 5639, 5640, 5641, 5642, 5643, 5644, 5645, 5646, 5647, 5648, 5649, 5650, 5651, 5652, 5653, 5654, 5655, 5656, 5657, 5658, 5659, 5660, 5661, 5662, 5663, 5664, 5665, 5666, 5667, 5668, 5669, 5670, 5671, 5672, 5673, 5674, 5675, 5676, 5677, 5678, 5679, 5680, 5681, 5682, 5683, 5684, 5685, 5686, 5687, 5688, 5689, 5690, 5691, 5692, 5693, 5694, 5695, 5696, 5697, 5698, 5699, 5700, 5701, 5702, 5703, 5704, 5705, 5706, 5707, 5708, 5709, 5710, 5711, 5712, 5713, 5714, 5715, 5716, 5717, 5718, 5719, 5720, 5721, 5722, 5723, 5724, 5725, 5726, 5727, 5728, 5729, 5730, 5731, 5732, 5733, 5734, 5735, 5736, 5737, 5738, 5739, 5740, 5741, 5742, 5743, 5744, 5745, 5746, 5747, 5748, 5749, 5750, 5751, 5752, 5753, 5754, 5755, 5756, 5757, 5758, 5759, 5760, 5761, 5762, 5763, 5764, 5765, 5766, 5767, 5768, 5769, 5770, 5771, 5772, 5773, 5774, 5775, 5776, 5777, 5778, 5779, 5780, 5781, 5782, 5783, 5784, 5785, 5786, 5787, 5788, 5789, 5790, 5791, 5792, 5793, 5794, 5795, 5796, 5797, 5798, 5799, 5800, 5801, 5802, 5803, 5804, 5805, 5806, 5807, 5808, 5809, 5810, 5811, 5812, 5813, 5814, 5815, 5816, 5817, 5818, 5819, 5820, 5821, 5822, 5823, 5824, 5825, 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, 5838, 5839, 5840, 5841, 5842, 5843, 5844, 5845, 5846, 5847, 5848, 5849, 5850, 5851, 5852, 5853, 5854, 5855, 5856, 5857, 5858, 5859, 5860, 5861, 5862, 5863, 5864, 5865, 5866, 5867, 5868, 5869, 5870, 5871, 5872, 5873, 5874, 5875, 5876, 5877, 5878, 5879, 5880, 5881, 5882, 5883, 5884, 5885, 5886, 5887, 5888, 5889, 5890, 5891, 5892, 5893, 5894, 5895, 5896, 5897, 5898, 5899, 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909, 5910, 5911, 5912, 5913, 5914, 5915, 5916, 5917, 5918, 5919, 5920, 5921, 5922, 5923, 5924, 5925, 5926, 5927, 5928, 5929, 5930, 5931, 5932, 5933, 5934, 5935, 5936, 5937, 5938, 5939, 5940, 5941, 5942, 5943, 5944, 5945, 5946, 5947, 5948, 5949, 5950, 5951, 5952, 5953, 5954, 5955, 5956, 5957, 5958, 5959, 5960, 5961, 5962, 5963, 5964, 5965, 5966, 5967, 5968, 5969, 5970, 5971, 5972, 5973, 5974, 5975, 5976, 5977, 5978, 5979, 5980, 5981, 5982, 5983, 5984, 5985, 5986, 5987, 5988, 5989, 5990, 5991, 5992, 5993, 5994, 5995, 5996, 5997, 5998, 5999, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6010, 6011, 6012, 6013, 6014, 6015, 6016, 6017, 6018, 6019, 6020, 6021, 6022, 6023, 6024, 6025, 6026, 6027, 6028, 6029, 6030, 6031, 6032, 6033, 6034, 6035, 6036, 6037, 6038, 6039, 6040, 6041, 6042, 6043, 6044, 6045, 6046, 6047, 6048, 6049, 6050, 6051, 6052, 6053, 6054, 6055, 6056, 6057, 6058, 6059, 6060, 6061, 6062, 6063, 6064, 6065, 6066, 6067, 6068, 6069, 6070, 6071, 6072, 6073, 6074, 6075, 6076, 6077, 6078, 6079, 6080, 6081, 6082, 6083, 6084, 6085, 6086, 6087, 6088, 6089, 6090, 6091, 6092, 6093, 6094, 6095, 6096, 6097, 6098, 6099, 6100, 6101, 6102, 6103, 6104, 6105, 6106, 6107, 6108, 6109, 6110, 6111, 6112, 6113, 6114, 6115, 6116, 6117, 6118, 6119, 6120, 6121, 6122, 6123, 6124, 6125, 6126, 6127, 6128, 6129, 6130, 6131, 6132, 6133, 6134, 6135, 6136, 6137, 6138, 6139, 6140, 6141, 6142, 6143, 6144, 6145, 6146, 6147, 6148, 6149, 6150, 6151, 6152, 6153, 6154, 6155, 6156, 6157, 6158, 6159, 6160, 6161, 6162, 6163, 6164, 6165, 6166, 6167, 6168, 6169, 6170, 6171, 6172, 6173, 6174, 6175, 6176, 6177, 6178, 6179, 6180, 6181, 6182, 6183, 6184, 6185, 6186, 6187, 6188, 6189, 6190, 6191, 6192, 6193, 6194, 6195, 6196, 6197, 6198, 6199, 6200, 6201, 6202, 6203, 6204, 6205, 6206, 6207, 6208, 6209, 6210, 6211, 6212, 6213, 6214, 6215, 6216, 6217, 6218, 6219, 6220, 6221, 6222, 6223, 6224, 6225, 6226, 6227, 6228, 6229, 6230, 6231, 6232, 6233, 6234, 6235, 6236, 6237, 6238, 6239, 6240, 6241, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6263, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 6275, 6276, 6277, 6278, 6279, 6280, 6281, 6282, 6283, 6284, 6285, 6286, 6287, 6288, 6289, 6290, 6291, 6292, 6293, 6294, 6295, 6296, 6297, 6298, 6299, 6300, 6301, 6302, 6303, 6304, 6305, 6306, 6307, 6308, 6309, 6310, 6311, 6312, 6313, 6314, 6315, 6316, 6317, 6318, 6319, 6320, 6321, 6322, 6323, 6324, 6325, 6326, 6327, 6328, 6329, 6330, 6331, 6332, 6333, 6334, 6335, 6336, 6337, 6338, 6339, 6340, 6341, 6342, 6343, 6344, 6345, 6346, 6347, 6348, 6349, 6350, 6351, 6352, 6353, 6354, 6355, 6356, 6357, 6358, 6359, 6360, 6361, 6362, 6363, 6364, 6365, 6366, 6367, 6368, 6369, 6370, 6371, 6372, 6373, 6374, 6375, 6376, 6377, 6378, 6379, 6380, 6381, 6382, 6383, 6384, 6385, 6386, 6387, 6388, 6389, 6390, 6391, 6392, 6393, 6394, 6395, 6396, 6397, 6398, 6399, 6400, 6401, 6402, 6403, 6404, 6405, 6406, 6407, 6408, 6409, 6410, 6411, 6412, 6413, 6414, 6415, 6416, 6417, 6418, 6419, 6420, 6421, 6422, 6423, 6424, 6425, 6426, 6427, 6428, 6429, 6430, 6431, 6432, 6433, 6434, 6435, 6436, 6437, 6438, 6439, 6440, 6441, 6442, 6443, 6444, 6445, 6446, 6447, 6448, 6449, 6450, 6451, 6452, 6453, 6454, 6455, 6456, 6457, 6458, 6459, 6460, 6461, 6462, 6463, 6464, 6465, 6466, 6467, 6468, 6469, 6470, 6471, 6472, 6473, 6474, 6475, 6476, 6477, 6478, 6479, 6480, 6481, 6482, 6483, 6484, 6485, 6486, 6487, 6488, 6489, 6490, 6491, 6492, 6493, 6494, 6495, 6496, 6497, 6498, 6499, 6500, 6501, 6502, 6503, 6504, 6505, 6506, 6507, 6508, 6509, 6510, 6511, 6512, 6513, 6514, 6515, 6516, 6517, 6518, 6519, 6520, 6521, 6522, 6523, 6524, 6525, 6526, 6527, 6528, 6529, 6530, 6531, 6532, 6533, 6534, 6535, 6536, 6537, 6538, 6539, 6540, 6541, 6542, 6543, 6544, 6545, 6546, 6547, 6548, 6549, 6550, 6551, 6552, 6553, 6554, 6555, 6556, 6557, 6558, 6559, 6560, 6561, 6562, 6563, 6564, 6565, 6566, 6567, 6568, 6569, 6570, 6571, 6572, 6573, 6574, 6575, 6576, 6577, 6578, 6579, 6580, 6581, 6582, 6583, 6584, 6585, 6586, 6587, 6588, 6589, 6590, 6591, 6592, 6593, 6594, 6595, 6596, 6597, 6598, 6599, 6600, 6601, 6602, 6603, 6604, 6605, 6606, 6607, 6608, 6609, 6610, 6611, 6612, 6613, 6614, 6615, 6616, 6617, 6618, 6619, 6620, 6621, 6622, 6623, 6624, 6625, 6626, 6627, 6628, 6629, 6630, 6631, 6632, 6633, 6634, 6635, 6636, 6637, 6638, 6639, 6640, 6641, 6642, 6643, 6644, 6645, 6646, 6647, 6648, 6649, 6650, 6651, 6652, 6653, 6654, 6655, 6656, 6657, 6658, 6659, 6660, 6661, 6662, 6663, 6664, 6665, 6666, 6667, 6668, 6669, 6670, 6671, 6672, 6673, 6674, 6675, 6676, 6677, 6678, 6679, 6680, 6681, 6682, 6683, 6684, 6685, 6686, 6687, 6688, 6689, 6690, 6691, 6692, 6693, 6694, 6695, 6696, 6697, 6698, 6699, 6700, 6701, 6702, 6703, 6704, 6705, 6706, 6707, 6708, 6709, 6710, 6711, 6712, 6713, 6714, 6715, 6716, 6717, 6718, 6719, 6720, 6721, 6722, 6723, 6724, 6725, 6726, 6727, 6728, 6729, 6730, 6731, 6732, 6733, 6734, 6735, 6736, 6737, 6738, 6739, 6740, 6741, 6742, 6743, 6744, 6745, 6746, 6747, 6748, 6749, 6750, 6751, 6752, 6753, 6754, 6755, 6756, 6757, 6758, 6759, 6760, 6761, 6762, 6763, 6764, 6765, 6766, 6767, 6768, 6769, 6770, 6771, 6772, 6773, 6774, 6775, 6776, 6777, 6778, 6779, 6780, 6781, 6782, 6783, 6784, 6785, 6786, 6787, 6788, 6789, 6790, 6791, 6792, 6793, 6794, 6795, 6796, 6797, 6798, 6799, 6800, 6801, 6802, 6803, 6804, 6805, 6806, 6807, 6808, 6809, 6810, 6811, 6812, 6813, 6814, 6815, 6816, 6817, 6818, 6819, 6820, 6821, 6822, 6823, 6824, 6825, 6826, 6827, 6828, 6829, 6830, 6831, 6832, 6833, 6834, 6835, 6836, 6837, 6838, 6839, 6840, 6841, 6842, 6843, 6844, 6845, 6846, 6847, 6848, 6849, 6850, 6851, 6852, 6853, 6854, 6855, 6856, 6857, 6858, 6859, 6860, 6861, 6862, 6863, 6864, 6865, 6866, 6867, 6868, 6869, 6870, 6871, 6872, 6873, 6874, 6875, 6876, 6877, 6878, 6879, 6880, 6881, 6882, 6883, 6884, 6885, 6886, 6887, 6888, 6889, 6890, 6891, 6892, 6893, 6894, 6895, 6896, 6897, 6898, 6899, 6900, 6901, 6902, 6903, 6904, 6905, 6906, 6907, 6908, 6909, 6910, 6911, 6912, 6913, 6914, 6915, 6916, 6917, 6918, 6919, 6920, 6921, 6922, 6923, 6924, 6925, 6926, 6927, 6928, 6929, 6930, 6931, 6932, 6933, 6934, 6935, 6936, 6937, 6938, 6939, 6940, 6941, 6942, 6943, 6944, 6945, 6946, 6947, 6948, 6949, 6950, 6951, 6952, 6953, 6954, 6955, 6956, 6957, 6958, 6959, 6960, 6961, 6962, 6963, 6964, 6965, 6966, 6967, 6968, 6969, 6970, 6971, 6972, 6973, 6974, 6975, 6976, 6977, 6978, 6979, 6980, 6981, 6982, 6983, 6984, 6985, 6986, 6987, 6988, 6989, 6990, 6991, 6992, 6993, 6994, 6995, 6996, 6997, 6998, 6999, 7000, 7001, 7002, 7003, 7004, 7005, 7006, 7007, 7008, 7009, 7010, 7011, 7012, 7013, 7014, 7015, 7016, 7017, 7018, 7019, 7020, 7021, 7022, 7023, 7024, 7025, 7026, 7027, 7028, 7029, 7030, 7031, 7032, 7033, 7034, 7035, 7036, 7037, 7038, 7039, 7040, 7041, 7042, 7043, 7044, 7045, 7046, 7047, 7048, 7049, 7050, 7051, 7052, 7053, 7054, 7055, 7056, 7057, 7058, 7059, 7060, 7061, 7062, 7063, 7064, 7065, 7066, 7067, 7068, 7069, 7070, 7071, 7072, 7073, 7074, 7075, 7076, 7077, 7078, 7079, 7080, 7081, 7082, 7083, 7084, 7085, 7086, 7087, 7088, 7089, 7090, 7091, 7092, 7093, 7094, 7095, 7096, 7097, 7098, 7099, 7100, 7101, 7102, 7103, 7104, 7105, 7106, 7107, 7108, 7109, 7110, 7111, 7112, 7113, 7114, 7115, 7116, 7117, 7118, 7119, 7120, 7121, 7122, 7123, 7124, 7125, 7126, 7127, 7128, 7129, 7130, 7131, 7132, 7133, 7134, 7135, 7136, 7137, 7138, 7139, 7140, 7141, 7142, 7143, 7144, 7145, 7146, 7147, 7148, 7149, 7150, 7151, 7152, 7153, 7154, 7155, 7156, 7157, 7158, 7159, 7160, 7161, 7162, 7163, 7164, 7165, 7166, 7167, 7168, 7169, 7170, 7171, 7172, 7173, 7174, 7175, 7176, 7177, 7178, 7179, 7180, 7181, 7182, 7183, 7184, 7185, 7186, 7187, 7188, 7189, 7190, 7191, 7192, 7193, 7194, 7195, 7196, 7197, 7198, 7199, 7200, 7201, 7202, 7203, 7204, 7205, 7206, 7207, 7208, 7209, 7210, 7211, 7212, 7213, 7214, 7215, 7216, 7217, 7218, 7219, 7220, 7221, 7222, 7223, 7224, 7225, 7226, 7227, 7228, 7229, 7230, 7231, 7232, 7233, 7234, 7235, 7236, 7237, 7238, 7239, 7240, 7241, 7242, 7243, 7244, 7245, 7246, 7247, 7248, 7249, 7250, 7251, 7252, 7253, 7254, 7255, 7256, 7257, 7258, 7259, 7260, 7261, 7262, 7263, 7264, 7265, 7266, 7267, 7268, 7269, 7270, 7271, 7272, 7273, 7274, 7275, 7276, 7277, 7278, 7279, 7280, 7281, 7282, 7283, 7284, 7285, 7286, 7287, 7288, 7289, 7290, 7291, 7292, 7293, 7294, 7295, 7296, 7297, 7298, 7299, 7300, 7301, 7302, 7303, 7304, 7305, 7306, 7307, 7308, 7309, 7310, 7311, 7312, 7313, 7314, 7315, 7316, 7317, 7318, 7319, 7320, 7321, 7322, 7323, 7324, 7325, 7326, 7327, 7328, 7329, 7330, 7331, 7332, 7333, 7334, 7335, 7336, 7337, 7338, 7339, 7340, 7341, 7342, 7343, 7344, 7345, 7346, 7347, 7348, 7349, 7350, 7351, 7352, 7353, 7354, 7355, 7356, 7357, 7358, 7359, 7360, 7361, 7362, 7363, 7364, 7365, 7366, 7367, 7368, 7369, 7370, 7371, 7372, 7373, 7374, 7375, 7376, 7377, 7378, 7379, 7380, 7381, 7382, 7383, 7384, 7385, 7386, 7387, 7388, 7389, 7390, 7391, 7392, 7393, 7394, 7395, 7396, 7397, 7398, 7399, 7400, 7401, 7402, 7403, 7404, 7405, 7406, 7407, 7408, 7409, 7410, 7411, 7412, 7413, 7414, 7415, 7416, 7417, 7418, 7419, 7420, 7421, 7422, 7423, 7424, 7425, 7426, 7427, 7428, 7429, 7430, 7431, 7432, 7433, 7434, 7435, 7436, 7437, 7438, 7439, 7440, 7441, 7442, 7443, 7444, 7445, 7446, 7447, 7448, 7449, 7450, 7451, 7452, 7453, 7454, 7455, 7456, 7457, 7458, 7459, 7460, 7461, 7462, 7463, 7464, 7465, 7466, 7467, 7468, 7469, 7470, 7471, 7472, 7473, 7474, 7475, 7476, 7477, 7478, 7479, 7480, 7481, 7482, 7483, 7484, 7485, 7486, 7487, 7488, 7489, 7490, 7491, 7492, 7493, 7494, 7495, 7496, 7497, 7498, 7499, 7500, 7501, 7502, 7503, 7504, 7505, 7506, 7507, 7508, 7509, 7510, 7511, 7512, 7513, 7514, 7515, 7516, 7517, 7518, 7519, 7520, 7521, 7522, 7523, 7524, 7525, 7526, 7527, 7528, 7529, 7530, 7531, 7532, 7533, 7534, 7535, 7536, 7537, 7538, 7539, 7540, 7541, 7542, 7543, 7544, 7545, 7546, 7547, 7548, 7549, 7550, 7551, 7552, 7553, 7554, 7555, 7556, 7557, 7558, 7559, 7560, 7561, 7562, 7563, 7564, 7565, 7566, 7567, 7568, 7569, 7570, 7571, 7572, 7573, 7574, 7575, 7576, 7577, 7578, 7579, 7580, 7581, 7582, 7583, 7584, 7585, 7586, 7587, 7588, 7589, 7590, 7591, 7592, 7593, 7594, 7595, 7596, 7597, 7598, 7599, 7600, 7601, 7602, 7603, 7604, 7605, 7606, 7607, 7608, 7609, 7610, 7611, 7612, 7613, 7614, 7615, 7616, 7617, 7618, 7619, 7620, 7621, 7622, 7623, 7624, 7625, 7626, 7627, 7628, 7629, 7630, 7631, 7632, 7633, 7634, 7635, 7636, 7637, 7638, 7639, 7640, 7641, 7642, 7643, 7644, 7645, 7646, 7647, 7648, 7649, 7650, 7651, 7652, 7653, 7654, 7655, 7656, 7657, 7658, 7659, 7660, 7661, 7662, 7663, 7664, 7665, 7666, 7667, 7668, 7669, 7670, 7671, 7672, 7673, 7674, 7675, 7676, 7677, 7678, 7679, 7680, 7681, 7682, 7683, 7684, 7685, 7686, 7687, 7688, 7689, 7690, 7691, 7692, 7693, 7694, 7695, 7696, 7697, 7698, 7699, 7700, 7701, 7702, 7703, 7704, 7705, 7706, 7707, 7708, 7709, 7710, 7711, 7712, 7713, 7714, 7715, 7716, 7717, 7718, 7719, 7720, 7721, 7722, 7723, 7724, 7725, 7726, 7727, 7728, 7729, 7730, 7731, 7732, 7733, 7734, 7735, 7736, 7737, 7738, 7739, 7740, 7741, 7742, 7743, 7744, 7745, 7746, 7747, 7748, 7749, 7750, 7751, 7752, 7753, 7754, 7755, 7756, 7757, 7758, 7759, 7760, 7761, 7762, 7763, 7764, 7765, 7766, 7767, 7768, 7769, 7770, 7771, 7772, 7773, 7774, 7775, 7776, 7777, 7778, 7779, 7780, 7781, 7782, 7783, 7784, 7785, 7786, 7787, 7788, 7789, 7790, 7791, 7792, 7793, 7794, 7795, 7796, 7797, 7798, 7799, 7800, 7801, 7802, 7803, 7804, 7805, 7806, 7807, 7808, 7809, 7810, 7811, 7812, 7813, 7814, 7815, 7816, 7817, 7818, 7819, 7820, 7821, 7822, 7823, 7824, 7825, 7826, 7827, 7828, 7829, 7830, 7831, 7832, 7833, 7834, 7835, 7836, 7837, 7838, 7839, 7840, 7841, 7842, 7843, 7844, 7845, 7846, 7847, 7848, 7849, 7850, 7851, 7852, 7853, 7854, 7855, 7856, 7857, 7858, 7859, 7860, 7861, 7862, 7863, 7864, 7865, 7866, 7867, 7868, 7869, 7870, 7871, 7872, 7873, 7874, 7875, 7876, 7877, 7878, 7879, 7880, 7881, 7882, 7883, 7884, 7885, 7886, 7887, 7888, 7889, 7890, 7891, 7892, 7893, 7894, 7895, 7896, 7897, 7898, 7899, 7900, 7901, 7902, 7903, 7904, 7905, 7906, 7907, 7908, 7909, 7910, 7911, 7912, 7913, 7914, 7915, 7916, 7917, 7918, 7919, 7920, 7921, 7922, 7923, 7924, 7925, 7926, 7927, 7928, 7929, 7930, 7931, 7932, 7933, 7934, 7935, 7936, 7937, 7938, 7939, 7940, 7941, 7942, 7943, 7944, 7945, 7946, 7947, 7948, 7949, 7950, 7951, 7952, 7953, 7954, 7955, 7956, 7957, 7958, 7959, 7960, 7961, 7962, 7963, 7964, 7965, 7966, 7967, 7968, 7969, 7970, 7971, 7972, 7973, 7974, 7975, 7976, 7977, 7978, 7979, 7980, 7981, 7982, 7983, 7984, 7985, 7986, 7987, 7988, 7989, 7990, 7991, 7992, 7993, 7994, 7995, 7996, 7997, 7998, 7999, 8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007, 8008, 8009, 8010, 8011, 8012, 8013, 8014, 8015, 8016, 8017, 8018, 8019, 8020, 8021, 8022, 8023, 8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031, 8032, 8033, 8034, 8035, 8036, 8037, 8038, 8039, 8040, 8041, 8042, 8043, 8044, 8045, 8046, 8047, 8048, 8049, 8050, 8051, 8052, 8053, 8054, 8055, 8056, 8057, 8058, 8059, 8060, 8061, 8062, 8063, 8064, 8065, 8066, 8067, 8068, 8069, 8070, 8071, 8072, 8073, 8074, 8075, 8076, 8077, 8078, 8079, 8080, 8081, 8082, 8083, 8084, 8085, 8086, 8087, 8088, 8089, 8090, 8091, 8092, 8093, 8094, 8095, 8096, 8097, 8098, 8099, 8100, 8101, 8102, 8103, 8104, 8105, 8106, 8107, 8108, 8109, 8110, 8111, 8112, 8113, 8114, 8115, 8116, 8117, 8118, 8119, 8120, 8121, 8122, 8123, 8124, 8125, 8126, 8127, 8128, 8129, 8130, 8131, 8132, 8133, 8134, 8135, 8136, 8137, 8138, 8139, 8140, 8141, 8142, 8143, 8144, 8145, 8146, 8147, 8148, 8149, 8150, 8151, 8152, 8153, 8154, 8155, 8156, 8157, 8158, 8159, 8160, 8161, 8162, 8163, 8164, 8165, 8166, 8167, 8168, 8169, 8170, 8171, 8172, 8173, 8174, 8175, 8176, 8177, 8178, 8179, 8180, 8181, 8182, 8183, 8184, 8185, 8186, 8187, 8188, 8189, 8190, 8191, 8192, 8193, 8194, 8195, 8196, 8197, 8198, 8199, 8200, 8201, 8202, 8203, 8204, 8205, 8206, 8207, 8208, 8209, 8210, 8211, 8212, 8213, 8214, 8215, 8216, 8217, 8218, 8219, 8220, 8221, 8222, 8223, 8224, 8225, 8226, 8227, 8228, 8229, 8230, 8231, 8232, 8233, 8234, 8235, 8236, 8237, 8238, 8239, 8240, 8241, 8242, 8243, 8244, 8245, 8246, 8247, 8248, 8249, 8250, 8251, 8252, 8253, 8254, 8255, 8256, 8257, 8258, 8259, 8260, 8261, 8262, 8263, 8264, 8265, 8266, 8267, 8268, 8269, 8270, 8271, 8272, 8273, 8274, 8275, 8276, 8277, 8278, 8279, 8280, 8281, 8282, 8283, 8284, 8285, 8286, 8287, 8288, 8289, 8290, 8291, 8292, 8293, 8294, 8295, 8296, 8297, 8298, 8299, 8300, 8301, 8302, 8303, 8304, 8305, 8306, 8307, 8308, 8309, 8310, 8311, 8312, 8313, 8314, 8315, 8316, 8317, 8318, 8319, 8320, 8321, 8322, 8323, 8324, 8325, 8326, 8327, 8328, 8329, 8330, 8331, 8332, 8333, 8334, 8335, 8336, 8337, 8338, 8339, 8340, 8341, 8342, 8343, 8344, 8345, 8346, 8347, 8348, 8349, 8350, 8351, 8352, 8353, 8354, 8355, 8356, 8357, 8358, 8359, 8360, 8361, 8362, 8363, 8364, 8365, 8366, 8367, 8368, 8369, 8370, 8371, 8372, 8373, 8374, 8375, 8376, 8377, 8378, 8379, 8380, 8381, 8382, 8383, 8384, 8385, 8386, 8387, 8388, 8389, 8390, 8391, 8392, 8393, 8394, 8395, 8396, 8397, 8398, 8399, 8400, 8401, 8402, 8403, 8404, 8405, 8406, 8407, 8408, 8409, 8410, 8411, 8412, 8413, 8414, 8415, 8416, 8417, 8418, 8419, 8420, 8421, 8422, 8423, 8424, 8425, 8426, 8427, 8428, 8429, 8430, 8431, 8432, 8433, 8434, 8435, 8436, 8437, 8438, 8439, 8440, 8441, 8442, 8443, 8444, 8445, 8446, 8447, 8448, 8449, 8450, 8451, 8452, 8453, 8454, 8455, 8456, 8457, 8458, 8459, 8460, 8461, 8462, 8463, 8464, 8465, 8466, 8467, 8468, 8469, 8470, 8471, 8472, 8473, 8474, 8475, 8476, 8477, 8478, 8479, 8480, 8481, 8482, 8483, 8484, 8485, 8486, 8487, 8488, 8489, 8490, 8491, 8492, 8493, 8494, 8495, 8496, 8497, 8498, 8499, 8500, 8501, 8502, 8503, 8504, 8505, 8506, 8507, 8508, 8509, 8510, 8511, 8512, 8513, 8514, 8515, 8516, 8517, 8518, 8519, 8520, 8521, 8522, 8523, 8524, 8525, 8526, 8527, 8528, 8529, 8530, 8531, 8532, 8533, 8534, 8535, 8536, 8537, 8538, 8539, 8540, 8541, 8542, 8543, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8556, 8557, 8558, 8559, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 8570, 8571, 8572, 8573, 8574, 8575, 8576, 8577, 8578, 8579, 8580, 8581, 8582, 8583, 8584, 8585, 8586, 8587, 8588, 8589, 8590, 8591, 8592, 8593, 8594, 8595, 8596, 8597, 8598, 8599, 8600, 8601, 8602, 8603, 8604, 8605, 8606, 8607, 8608, 8609, 8610, 8611, 8612, 8613, 8614, 8615, 8616, 8617, 8618, 8619, 8620, 8621, 8622, 8623, 8624, 8625, 8626, 8627, 8628, 8629, 8630, 8631, 8632, 8633, 8634, 8635, 8636, 8637, 8638, 8639, 8640, 8641, 8642, 8643, 8644, 8645, 8646, 8647, 8648, 8649, 8650, 8651, 8652, 8653, 8654, 8655, 8656, 8657, 8658, 8659, 8660, 8661, 8662, 8663, 8664, 8665, 8666, 8667, 8668, 8669, 8670, 8671, 8672, 8673, 8674, 8675, 8676, 8677, 8678, 8679, 8680, 8681, 8682, 8683, 8684, 8685, 8686, 8687, 8688, 8689, 8690, 8691, 8692, 8693, 8694, 8695, 8696, 8697, 8698, 8699, 8700, 8701, 8702, 8703, 8704, 8705, 8706, 8707, 8708, 8709, 8710, 8711, 8712, 8713, 8714, 8715, 8716, 8717, 8718, 8719, 8720, 8721, 8722, 8723, 8724, 8725, 8726, 8727, 8728, 8729, 8730, 8731, 8732, 8733, 8734, 8735, 8736, 8737, 8738, 8739, 8740, 8741, 8742, 8743, 8744, 8745, 8746, 8747, 8748, 8749, 8750, 8751, 8752, 8753, 8754, 8755, 8756, 8757, 8758, 8759, 8760, 8761, 8762, 8763, 8764, 8765, 8766, 8767, 8768, 8769, 8770, 8771, 8772, 8773, 8774, 8775, 8776, 8777, 8778, 8779, 8780, 8781, 8782, 8783, 8784, 8785, 8786, 8787, 8788, 8789, 8790, 8791, 8792, 8793, 8794, 8795, 8796, 8797, 8798, 8799, 8800, 8801, 8802, 8803, 8804, 8805, 8806, 8807, 8808, 8809, 8810, 8811, 8812, 8813, 8814, 8815, 8816, 8817, 8818, 8819, 8820, 8821, 8822, 8823, 8824, 8825, 8826, 8827, 8828, 8829, 8830, 8831, 8832, 8833, 8834, 8835, 8836, 8837, 8838, 8839, 8840, 8841, 8842, 8843, 8844, 8845, 8846, 8847, 8848, 8849, 8850, 8851, 8852, 8853, 8854, 8855, 8856, 8857, 8858, 8859, 8860, 8861, 8862, 8863, 8864, 8865, 8866, 8867, 8868, 8869, 8870, 8871, 8872, 8873, 8874, 8875, 8876, 8877, 8878, 8879, 8880, 8881, 8882, 8883, 8884, 8885, 8886, 8887, 8888, 8889, 8890, 8891, 8892, 8893, 8894, 8895, 8896, 8897, 8898, 8899, 8900, 8901, 8902, 8903, 8904, 8905, 8906, 8907, 8908, 8909, 8910, 8911, 8912, 8913, 8914, 8915, 8916, 8917, 8918, 8919, 8920, 8921, 8922, 8923, 8924, 8925, 8926, 8927, 8928, 8929, 8930, 8931, 8932, 8933, 8934, 8935, 8936, 8937, 8938, 8939, 8940, 8941, 8942, 8943, 8944, 8945, 8946, 8947, 8948, 8949, 8950, 8951, 8952, 8953, 8954, 8955, 8956, 8957, 8958, 8959, 8960, 8961, 8962, 8963, 8964, 8965, 8966, 8967, 8968, 8969, 8970, 8971, 8972, 8973, 8974, 8975, 8976, 8977, 8978, 8979, 8980, 8981, 8982, 8983, 8984, 8985, 8986, 8987, 8988, 8989, 8990, 8991, 8992, 8993, 8994, 8995, 8996, 8997, 8998, 8999, 9000, 9001, 9002, 9003, 9004, 9005, 9006, 9007, 9008, 9009, 9010, 9011, 9012, 9013, 9014, 9015, 9016, 9017, 9018, 9019, 9020, 9021, 9022, 9023, 9024, 9025, 9026, 9027, 9028, 9029, 9030, 9031, 9032, 9033, 9034, 9035, 9036, 9037, 9038, 9039, 9040, 9041, 9042, 9043, 9044, 9045, 9046, 9047, 9048, 9049, 9050, 9051, 9052, 9053, 9054, 9055, 9056, 9057, 9058, 9059, 9060, 9061, 9062, 9063, 9064, 9065, 9066, 9067, 9068, 9069, 9070, 9071, 9072, 9073, 9074, 9075, 9076, 9077, 9078, 9079, 9080, 9081, 9082, 9083, 9084, 9085, 9086, 9087, 9088, 9089, 9090, 9091, 9092, 9093, 9094, 9095, 9096, 9097, 9098, 9099, 9100, 9101, 9102, 9103, 9104, 9105, 9106, 9107, 9108, 9109, 9110, 9111, 9112, 9113, 9114, 9115, 9116, 9117, 9118, 9119, 9120, 9121, 9122, 9123, 9124, 9125, 9126, 9127, 9128, 9129, 9130, 9131, 9132, 9133, 9134, 9135, 9136, 9137, 9138, 9139, 9140, 9141, 9142, 9143, 9144, 9145, 9146, 9147, 9148, 9149, 9150, 9151, 9152, 9153, 9154, 9155, 9156, 9157, 9158, 9159, 9160, 9161, 9162, 9163, 9164, 9165, 9166, 9167, 9168, 9169, 9170, 9171, 9172, 9173, 9174, 9175, 9176, 9177, 9178, 9179, 9180, 9181, 9182, 9183, 9184, 9185, 9186, 9187, 9188, 9189, 9190, 9191, 9192, 9193, 9194, 9195, 9196, 9197, 9198, 9199, 9200, 9201, 9202, 9203, 9204, 9205, 9206, 9207, 9208, 9209, 9210, 9211, 9212, 9213, 9214, 9215, 9216, 9217, 9218, 9219, 9220, 9221, 9222, 9223, 9224, 9225, 9226, 9227, 9228, 9229, 9230, 9231, 9232, 9233, 9234, 9235, 9236, 9237, 9238, 9239, 9240, 9241, 9242, 9243, 9244, 9245, 9246, 9247, 9248, 9249, 9250, 9251, 9252, 9253, 9254, 9255, 9256, 9257, 9258, 9259, 9260, 9261, 9262, 9263, 9264, 9265, 9266, 9267, 9268, 9269, 9270, 9271, 9272, 9273, 9274, 9275, 9276, 9277, 9278, 9279, 9280, 9281, 9282, 9283, 9284, 9285, 9286, 9287, 9288, 9289, 9290, 9291, 9292, 9293, 9294, 9295, 9296, 9297, 9298, 9299, 9300, 9301, 9302, 9303, 9304, 9305, 9306, 9307, 9308, 9309, 9310, 9311, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9322, 9323, 9324, 9325, 9326, 9327, 9328, 9329, 9330, 9331, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 9342, 9343, 9344, 9345, 9346, 9347, 9348, 9349, 9350, 9351, 9352, 9353, 9354, 9355, 9356, 9357, 9358, 9359, 9360, 9361, 9362, 9363, 9364, 9365, 9366, 9367, 9368, 9369, 9370, 9371, 9372, 9373, 9374, 9375, 9376, 9377, 9378, 9379, 9380, 9381, 9382, 9383, 9384, 9385, 9386, 9387, 9388, 9389, 9390, 9391, 9392, 9393, 9394, 9395, 9396, 9397, 9398, 9399, 9400, 9401, 9402, 9403, 9404, 9405, 9406, 9407, 9408, 9409, 9410, 9411, 9412, 9413, 9414, 9415, 9416, 9417, 9418, 9419, 9420, 9421, 9422, 9423, 9424, 9425, 9426, 9427, 9428, 9429, 9430, 9431, 9432, 9433, 9434, 9435, 9436, 9437, 9438, 9439, 9440, 9441, 9442, 9443, 9444, 9445, 9446, 9447, 9448, 9449, 9450, 9451, 9452, 9453, 9454, 9455, 9456, 9457, 9458, 9459, 9460, 9461, 9462, 9463, 9464, 9465, 9466, 9467, 9468, 9469, 9470, 9471, 9472, 9473, 9474, 9475, 9476, 9477, 9478, 9479, 9480, 9481, 9482, 9483, 9484, 9485, 9486, 9487, 9488, 9489, 9490, 9491, 9492, 9493, 9494, 9495, 9496, 9497, 9498, 9499, 9500, 9501, 9502, 9503, 9504, 9505, 9506, 9507, 9508, 9509, 9510, 9511, 9512, 9513, 9514, 9515, 9516, 9517, 9518, 9519, 9520, 9521, 9522, 9523, 9524, 9525, 9526, 9527, 9528, 9529, 9530, 9531, 9532, 9533, 9534, 9535, 9536, 9537, 9538, 9539, 9540, 9541, 9542, 9543, 9544, 9545, 9546, 9547, 9548, 9549, 9550, 9551, 9552, 9553, 9554, 9555, 9556, 9557, 9558, 9559, 9560, 9561, 9562, 9563, 9564, 9565, 9566, 9567, 9568, 9569, 9570, 9571, 9572, 9573, 9574, 9575, 9576, 9577, 9578, 9579, 9580, 9581, 9582, 9583, 9584, 9585, 9586, 9587, 9588, 9589, 9590, 9591, 9592, 9593, 9594, 9595, 9596, 9597, 9598, 9599, 9600, 9601, 9602, 9603, 9604, 9605, 9606, 9607, 9608, 9609, 9610, 9611, 9612, 9613, 9614, 9615, 9616, 9617, 9618, 9619, 9620, 9621, 9622, 9623, 9624, 9625, 9626, 9627, 9628, 9629, 9630, 9631, 9632, 9633, 9634, 9635, 9636, 9637, 9638, 9639, 9640, 9641, 9642, 9643, 9644, 9645, 9646, 9647, 9648, 9649, 9650, 9651, 9652, 9653, 9654, 9655, 9656, 9657, 9658, 9659, 9660, 9661, 9662, 9663, 9664, 9665, 9666, 9667, 9668, 9669, 9670, 9671, 9672, 9673, 9674, 9675, 9676, 9677, 9678, 9679, 9680, 9681, 9682, 9683, 9684, 9685, 9686, 9687, 9688, 9689, 9690, 9691, 9692, 9693, 9694, 9695, 9696, 9697, 9698, 9699, 9700, 9701, 9702, 9703, 9704, 9705, 9706, 9707, 9708, 9709, 9710, 9711, 9712, 9713, 9714, 9715, 9716, 9717, 9718, 9719, 9720, 9721, 9722, 9723, 9724, 9725, 9726, 9727, 9728, 9729, 9730, 9731, 9732, 9733, 9734, 9735, 9736, 9737, 9738, 9739, 9740, 9741, 9742, 9743, 9744, 9745, 9746, 9747, 9748, 9749, 9750, 9751, 9752, 9753, 9754, 9755, 9756, 9757, 9758, 9759, 9760, 9761, 9762, 9763, 9764, 9765, 9766, 9767, 9768, 9769, 9770, 9771, 9772, 9773, 9774, 9775, 9776, 9777, 9778, 9779, 9780, 9781, 9782, 9783, 9784, 9785, 9786, 9787, 9788, 9789, 9790, 9791, 9792, 9793, 9794, 9795, 9796, 9797, 9798, 9799, 9800, 9801, 9802, 9803, 9804, 9805, 9806, 9807, 9808, 9809, 9810, 9811, 9812, 9813, 9814, 9815, 9816, 9817, 9818, 9819, 9820, 9821, 9822, 9823, 9824, 9825, 9826, 9827, 9828, 9829, 9830, 9831, 9832, 9833, 9834, 9835, 9836, 9837, 9838, 9839, 9840, 9841, 9842, 9843, 9844, 9845, 9846, 9847, 9848, 9849, 9850, 9851, 9852, 9853, 9854, 9855, 9856, 9857, 9858, 9859, 9860, 9861, 9862, 9863, 9864, 9865, 9866, 9867, 9868, 9869, 9870, 9871, 9872, 9873, 9874, 9875, 9876, 9877, 9878, 9879, 9880, 9881, 9882, 9883, 9884, 9885, 9886, 9887, 9888, 9889, 9890, 9891, 9892, 9893, 9894, 9895, 9896, 9897, 9898, 9899, 9900, 9901, 9902, 9903, 9904, 9905, 9906, 9907, 9908, 9909, 9910, 9911, 9912, 9913, 9914, 9915, 9916, 9917, 9918, 9919, 9920, 9921, 9922, 9923, 9924, 9925, 9926, 9927, 9928, 9929, 9930, 9931, 9932, 9933, 9934, 9935, 9936, 9937, 9938, 9939, 9940, 9941, 9942, 9943, 9944, 9945, 9946, 9947, 9948, 9949, 9950, 9951, 9952, 9953, 9954, 9955, 9956, 9957, 9958, 9959, 9960, 9961, 9962, 9963, 9964, 9965, 9966, 9967, 9968, 9969, 9970, 9971, 9972, 9973, 9974, 9975, 9976, 9977, 9978, 9979, 9980, 9981, 9982, 9983, 9984, 9985, 9986, 9987, 9988, 9989, 9990, 9991, 9992, 9993, 9994, 9995, 9996, 9997, 9998, 9999, 10000, 10001, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009, 10010, 10011, 10012, 10013, 10014, 10015, 10016, 10017, 10018, 10019, 10020, 10021, 10022, 10023, 10024, 10025, 10026, 10027, 10028, 10029, 10030, 10031, 10032, 10033, 10034, 10035, 10036, 10037, 10038, 10039, 10040, 10041, 10042, 10043, 10044, 10045, 10046, 10047, 10048, 10049, 10050, 10051, 10052, 10053, 10054, 10055, 10056, 10057, 10058, 10059, 10060, 10061, 10062, 10063, 10064, 10065, 10066, 10067, 10068, 10069, 10070, 10071, 10072, 10073, 10074, 10075, 10076, 10077, 10078, 10079, 10080, 10081, 10082, 10083, 10084, 10085, 10086, 10087, 10088, 10089, 10090, 10091, 10092, 10093, 10094, 10095, 10096, 10097, 10098, 10099, 10100, 10101, 10102, 10103, 10104, 10105, 10106, 10107, 10108, 10109, 10110, 10111, 10112, 10113, 10114, 10115, 10116, 10117, 10118, 10119, 10120, 10121, 10122, 10123, 10124, 10125, 10126, 10127, 10128, 10129, 10130, 10131, 10132, 10133, 10134, 10135, 10136, 10137, 10138, 10139, 10140, 10141, 10142, 10143, 10144, 10145, 10146, 10147, 10148, 10149, 10150, 10151, 10152, 10153, 10154, 10155, 10156, 10157, 10158, 10159, 10160, 10161, 10162, 10163, 10164, 10165, 10166, 10167, 10168, 10169, 10170, 10171, 10172, 10173, 10174, 10175, 10176, 10177, 10178, 10179, 10180, 10181, 10182, 10183, 10184, 10185, 10186, 10187, 10188, 10189, 10190, 10191, 10192, 10193, 10194, 10195, 10196, 10197, 10198, 10199, 10200, 10201, 10202, 10203, 10204, 10205, 10206, 10207, 10208, 10209, 10210, 10211, 10212, 10213, 10214, 10215, 10216, 10217, 10218, 10219, 10220, 10221, 10222, 10223, 10224, 10225, 10226, 10227, 10228, 10229, 10230, 10231, 10232, 10233, 10234, 10235, 10236, 10237, 10238, 10239, 10240, 10241, 10242, 10243, 10244, 10245, 10246, 10247, 10248, 10249, 10250, 10251, 10252, 10253, 10254, 10255, 10256, 10257, 10258, 10259, 10260, 10261, 10262, 10263, 10264, 10265, 10266, 10267, 10268, 10269, 10270, 10271, 10272, 10273, 10274, 10275, 10276, 10277, 10278, 10279, 10280, 10281, 10282, 10283, 10284, 10285, 10286, 10287, 10288, 10289, 10290, 10291, 10292, 10293, 10294, 10295, 10296, 10297, 10298, 10299, 10300, 10301, 10302, 10303, 10304, 10305, 10306, 10307, 10308, 10309, 10310, 10311, 10312, 10313, 10314, 10315, 10316, 10317, 10318, 10319, 10320, 10321, 10322, 10323, 10324, 10325, 10326, 10327, 10328, 10329, 10330, 10331, 10332, 10333, 10334, 10335, 10336, 10337, 10338, 10339, 10340, 10341, 10342, 10343, 10344, 10345, 10346, 10347, 10348, 10349, 10350, 10351, 10352, 10353, 10354, 10355, 10356, 10357, 10358, 10359, 10360, 10361, 10362, 10363, 10364, 10365, 10366, 10367, 10368, 10369, 10370, 10371, 10372, 10373, 10374, 10375, 10376, 10377, 10378, 10379, 10380, 10381, 10382, 10383, 10384, 10385, 10386, 10387, 10388, 10389, 10390, 10391, 10392, 10393, 10394, 10395, 10396, 10397, 10398, 10399, 10400, 10401, 10402, 10403, 10404, 10405, 10406, 10407, 10408, 10409, 10410, 10411, 10412, 10413, 10414, 10415, 10416, 10417, 10418, 10419, 10420, 10421, 10422, 10423, 10424, 10425, 10426, 10427, 10428, 10429, 10430, 10431, 10432, 10433, 10434, 10435, 10436, 10437, 10438, 10439, 10440, 10441, 10442, 10443, 10444, 10445, 10446, 10447, 10448, 10449, 10450, 10451, 10452, 10453, 10454, 10455, 10456, 10457, 10458, 10459, 10460, 10461, 10462, 10463, 10464, 10465, 10466, 10467, 10468, 10469, 10470, 10471, 10472, 10473, 10474, 10475, 10476, 10477, 10478, 10479, 10480, 10481, 10482, 10483, 10484, 10485, 10486, 10487, 10488, 10489, 10490, 10491, 10492, 10493, 10494, 10495, 10496, 10497, 10498, 10499, 10500, 10501, 10502, 10503, 10504, 10505, 10506, 10507, 10508, 10509, 10510, 10511, 10512, 10513, 10514, 10515, 10516, 10517, 10518, 10519, 10520, 10521, 10522, 10523, 10524, 10525, 10526, 10527, 10528, 10529, 10530, 10531, 10532, 10533, 10534, 10535, 10536, 10537, 10538, 10539, 10540, 10541, 10542, 10543, 10544, 10545, 10546, 10547, 10548, 10549, 10550, 10551, 10552, 10553, 10554, 10555, 10556, 10557, 10558, 10559, 10560, 10561, 10562, 10563, 10564, 10565, 10566, 10567, 10568, 10569, 10570, 10571, 10572, 10573, 10574, 10575, 10576, 10577, 10578, 10579, 10580, 10581, 10582, 10583, 10584, 10585, 10586, 10587, 10588, 10589, 10590, 10591, 10592, 10593, 10594, 10595, 10596, 10597, 10598, 10599, 10600, 10601, 10602, 10603, 10604, 10605, 10606, 10607, 10608, 10609, 10610, 10611, 10612, 10613, 10614, 10615, 10616, 10617, 10618, 10619, 10620, 10621, 10622, 10623, 10624, 10625, 10626, 10627, 10628, 10629, 10630, 10631, 10632, 10633, 10634, 10635, 10636, 10637, 10638, 10639, 10640, 10641, 10642, 10643, 10644, 10645, 10646, 10647, 10648, 10649, 10650, 10651, 10652, 10653, 10654, 10655, 10656, 10657, 10658, 10659, 10660, 10661, 10662, 10663, 10664, 10665, 10666, 10667, 10668, 10669, 10670, 10671, 10672, 10673, 10674, 10675, 10676, 10677, 10678, 10679, 10680, 10681, 10682, 10683, 10684, 10685, 10686, 10687, 10688, 10689, 10690, 10691, 10692, 10693, 10694, 10695, 10696, 10697, 10698, 10699, 10700, 10701, 10702, 10703, 10704, 10705, 10706, 10707, 10708, 10709, 10710, 10711, 10712, 10713, 10714, 10715, 10716, 10717, 10718, 10719, 10720, 10721, 10722, 10723, 10724, 10725, 10726, 10727, 10728, 10729, 10730, 10731, 10732, 10733, 10734, 10735, 10736, 10737, 10738, 10739, 10740, 10741, 10742, 10743, 10744, 10745, 10746, 10747, 10748, 10749, 10750, 10751, 10752, 10753, 10754, 10755, 10756, 10757, 10758, 10759, 10760, 10761, 10762, 10763, 10764, 10765, 10766, 10767, 10768, 10769, 10770, 10771, 10772, 10773, 10774, 10775, 10776, 10777, 10778, 10779, 10780, 10781, 10782, 10783, 10784, 10785, 10786, 10787, 10788, 10789, 10790, 10791, 10792, 10793, 10794, 10795, 10796, 10797, 10798, 10799, 10800, 10801, 10802, 10803, 10804, 10805, 10806, 10807, 10808, 10809, 10810, 10811, 10812, 10813, 10814, 10815, 10816, 10817, 10818, 10819, 10820, 10821, 10822, 10823, 10824, 10825, 10826, 10827, 10828, 10829, 10830, 10831, 10832, 10833, 10834, 10835, 10836, 10837, 10838, 10839, 10840, 10841, 10842, 10843, 10844, 10845, 10846, 10847, 10848, 10849, 10850, 10851, 10852, 10853, 10854, 10855, 10856, 10857, 10858, 10859, 10860, 10861, 10862, 10863, 10864, 10865, 10866, 10867, 10868, 10869, 10870, 10871, 10872, 10873, 10874, 10875, 10876, 10877, 10878, 10879, 10880, 10881, 10882, 10883, 10884, 10885, 10886, 10887, 10888, 10889, 10890, 10891, 10892, 10893, 10894, 10895, 10896, 10897, 10898, 10899, 10900, 10901, 10902, 10903, 10904, 10905, 10906, 10907, 10908, 10909, 10910, 10911, 10912, 10913, 10914, 10915, 10916, 10917, 10918, 10919, 10920, 10921, 10922, 10923, 10924, 10925, 10926, 10927, 10928, 10929, 10930, 10931, 10932, 10933, 10934, 10935, 10936, 10937, 10938, 10939, 10940, 10941, 10942, 10943, 10944, 10945, 10946, 10947, 10948, 10949, 10950, 10951, 10952, 10953, 10954, 10955, 10956, 10957, 10958, 10959, 10960, 10961, 10962, 10963, 10964, 10965, 10966, 10967, 10968, 10969, 10970, 10971, 10972, 10973, 10974, 10975, 10976, 10977, 10978, 10979, 10980, 10981, 10982, 10983, 10984, 10985, 10986, 10987, 10988, 10989, 10990, 10991, 10992, 10993, 10994, 10995, 10996, 10997, 10998, 10999, 11000, 11001, 11002, 11003, 11004, 11005, 11006, 11007, 11008, 11009, 11010, 11011, 11012, 11013, 11014, 11015, 11016, 11017, 11018, 11019, 11020, 11021, 11022, 11023, 11024, 11025, 11026, 11027, 11028, 11029, 11030, 11031, 11032, 11033, 11034, 11035, 11036, 11037, 11038, 11039, 11040, 11041, 11042, 11043, 11044, 11045, 11046, 11047, 11048, 11049, 11050, 11051, 11052, 11053, 11054, 11055, 11056, 11057, 11058, 11059, 11060, 11061, 11062, 11063, 11064, 11065, 11066, 11067, 11068, 11069, 11070, 11071, 11072, 11073, 11074, 11075, 11076, 11077, 11078, 11079, 11080, 11081, 11082, 11083, 11084, 11085, 11086, 11087, 11088, 11089, 11090, 11091, 11092, 11093, 11094, 11095, 11096, 11097, 11098, 11099, 11100, 11101, 11102, 11103, 11104, 11105, 11106, 11107, 11108, 11109, 11110, 11111, 11112, 11113, 11114, 11115, 11116, 11117, 11118, 11119, 11120, 11121, 11122, 11123, 11124, 11125, 11126, 11127, 11128, 11129, 11130, 11131, 11132, 11133, 11134, 11135, 11136, 11137, 11138, 11139, 11140, 11141, 11142, 11143, 11144, 11145, 11146, 11147, 11148, 11149, 11150, 11151, 11152, 11153, 11154, 11155, 11156, 11157, 11158, 11159, 11160, 11161, 11162, 11163, 11164, 11165, 11166, 11167, 11168, 11169, 11170, 11171, 11172, 11173, 11174, 11175, 11176, 11177, 11178, 11179, 11180, 11181, 11182, 11183, 11184, 11185, 11186, 11187, 11188, 11189, 11190, 11191, 11192, 11193, 11194, 11195, 11196, 11197, 11198, 11199, 11200, 11201, 11202, 11203, 11204, 11205, 11206, 11207, 11208, 11209, 11210, 11211, 11212, 11213, 11214, 11215, 11216, 11217, 11218, 11219, 11220, 11221, 11222, 11223, 11224, 11225, 11226, 11227, 11228, 11229, 11230, 11231, 11232, 11233, 11234, 11235, 11236, 11237, 11238, 11239, 11240, 11241, 11242, 11243, 11244, 11245, 11246, 11247, 11248, 11249, 11250, 11251, 11252, 11253, 11254, 11255, 11256, 11257, 11258, 11259, 11260, 11261, 11262, 11263, 11264, 11265, 11266, 11267, 11268, 11269, 11270, 11271, 11272, 11273, 11274, 11275, 11276, 11277, 11278, 11279, 11280, 11281, 11282, 11283, 11284, 11285, 11286, 11287, 11288, 11289, 11290, 11291, 11292, 11293, 11294, 11295, 11296, 11297, 11298, 11299, 11300, 11301, 11302, 11303, 11304, 11305, 11306, 11307, 11308, 11309, 11310, 11311, 11312, 11313, 11314, 11315, 11316, 11317, 11318, 11319, 11320, 11321, 11322, 11323, 11324, 11325, 11326, 11327, 11328, 11329, 11330, 11331, 11332, 11333, 11334, 11335, 11336, 11337, 11338, 11339, 11340, 11341, 11342, 11343, 11344, 11345, 11346, 11347, 11348, 11349, 11350, 11351, 11352, 11353, 11354, 11355, 11356, 11357, 11358, 11359, 11360, 11361, 11362, 11363, 11364, 11365, 11366, 11367, 11368, 11369, 11370, 11371, 11372, 11373, 11374, 11375, 11376, 11377, 11378, 11379, 11380, 11381, 11382, 11383, 11384, 11385, 11386, 11387, 11388, 11389, 11390, 11391, 11392, 11393, 11394, 11395, 11396, 11397, 11398, 11399, 11400, 11401, 11402, 11403, 11404, 11405, 11406, 11407, 11408, 11409, 11410, 11411, 11412, 11413, 11414, 11415, 11416, 11417, 11418, 11419, 11420, 11421, 11422, 11423, 11424, 11425, 11426, 11427, 11428, 11429, 11430, 11431, 11432, 11433, 11434, 11435, 11436, 11437, 11438, 11439, 11440, 11441, 11442, 11443, 11444, 11445, 11446, 11447, 11448, 11449, 11450, 11451, 11452, 11453, 11454, 11455, 11456, 11457, 11458, 11459, 11460, 11461, 11462, 11463, 11464, 11465, 11466, 11467, 11468, 11469, 11470, 11471, 11472, 11473, 11474, 11475, 11476, 11477, 11478, 11479, 11480, 11481, 11482, 11483, 11484, 11485, 11486, 11487, 11488, 11489, 11490, 11491, 11492, 11493, 11494, 11495, 11496, 11497, 11498, 11499, 11500, 11501, 11502, 11503, 11504, 11505, 11506, 11507, 11508, 11509, 11510, 11511, 11512, 11513, 11514, 11515, 11516, 11517, 11518, 11519, 11520, 11521, 11522, 11523, 11524, 11525, 11526, 11527, 11528, 11529, 11530, 11531, 11532, 11533, 11534, 11535, 11536, 11537, 11538, 11539, 11540, 11541, 11542, 11543, 11544, 11545, 11546, 11547, 11548, 11549, 11550, 11551, 11552, 11553, 11554, 11555, 11556, 11557, 11558, 11559, 11560, 11561, 11562, 11563, 11564, 11565, 11566, 11567, 11568, 11569, 11570, 11571, 11572, 11573, 11574, 11575, 11576, 11577, 11578, 11579, 11580, 11581, 11582, 11583, 11584, 11585, 11586, 11587, 11588, 11589, 11590, 11591, 11592, 11593, 11594, 11595, 11596, 11597, 11598, 11599, 11600, 11601, 11602, 11603, 11604, 11605, 11606, 11607, 11608, 11609, 11610, 11611, 11612, 11613, 11614, 11615, 11616, 11617, 11618, 11619, 11620, 11621, 11622, 11623, 11624, 11625, 11626, 11627, 11628, 11629, 11630, 11631, 11632, 11633, 11634, 11635, 11636, 11637, 11638, 11639, 11640, 11641, 11642, 11643, 11644, 11645, 11646, 11647, 11648, 11649, 11650, 11651, 11652, 11653, 11654, 11655, 11656, 11657, 11658, 11659, 11660, 11661, 11662, 11663, 11664, 11665, 11666, 11667, 11668, 11669, 11670, 11671, 11672, 11673, 11674, 11675, 11676, 11677, 11678, 11679, 11680, 11681, 11682, 11683, 11684, 11685, 11686, 11687, 11688, 11689, 11690, 11691, 11692, 11693, 11694, 11695, 11696, 11697, 11698, 11699, 11700, 11701, 11702, 11703, 11704, 11705, 11706, 11707, 11708, 11709, 11710, 11711, 11712, 11713, 11714, 11715, 11716, 11717, 11718, 11719, 11720, 11721, 11722, 11723, 11724, 11725, 11726, 11727, 11728, 11729, 11730, 11731, 11732, 11733, 11734, 11735, 11736, 11737, 11738, 11739, 11740, 11741, 11742, 11743, 11744, 11745, 11746, 11747, 11748, 11749, 11750, 11751, 11752, 11753, 11754, 11755, 11756, 11757, 11758, 11759, 11760, 11761, 11762, 11763, 11764, 11765, 11766, 11767, 11768, 11769, 11770, 11771, 11772, 11773, 11774, 11775, 11776, 11777, 11778, 11779, 11780, 11781, 11782, 11783, 11784, 11785, 11786, 11787, 11788, 11789, 11790, 11791, 11792, 11793, 11794, 11795, 11796, 11797, 11798, 11799, 11800, 11801, 11802, 11803, 11804, 11805, 11806, 11807, 11808, 11809, 11810, 11811, 11812, 11813, 11814, 11815, 11816, 11817, 11818, 11819, 11820, 11821, 11822, 11823, 11824, 11825, 11826, 11827, 11828, 11829, 11830, 11831, 11832, 11833, 11834, 11835, 11836, 11837, 11838, 11839, 11840, 11841, 11842, 11843, 11844, 11845, 11846, 11847, 11848, 11849, 11850, 11851, 11852, 11853, 11854, 11855, 11856, 11857, 11858, 11859, 11860, 11861, 11862, 11863, 11864, 11865, 11866, 11867, 11868, 11869, 11870, 11871, 11872, 11873, 11874, 11875, 11876, 11877, 11878, 11879, 11880, 11881, 11882, 11883, 11884, 11885, 11886, 11887, 11888, 11889, 11890, 11891, 11892, 11893, 11894, 11895, 11896, 11897, 11898, 11899, 11900, 11901, 11902, 11903, 11904, 11905, 11906, 11907, 11908, 11909, 11910, 11911, 11912, 11913, 11914, 11915, 11916, 11917, 11918, 11919, 11920, 11921, 11922, 11923, 11924, 11925, 11926, 11927, 11928, 11929, 11930, 11931, 11932, 11933, 11934, 11935, 11936, 11937, 11938, 11939, 11940, 11941, 11942, 11943, 11944, 11945, 11946, 11947, 11948, 11949, 11950, 11951, 11952, 11953, 11954, 11955, 11956, 11957, 11958, 11959, 11960, 11961, 11962, 11963, 11964, 11965, 11966, 11967, 11968, 11969, 11970, 11971, 11972, 11973, 11974, 11975, 11976, 11977, 11978, 11979, 11980, 11981, 11982, 11983, 11984, 11985, 11986, 11987, 11988, 11989, 11990, 11991, 11992, 11993, 11994, 11995, 11996, 11997, 11998, 11999, 12000, 12001, 12002, 12003, 12004, 12005, 12006, 12007, 12008, 12009, 12010, 12011, 12012, 12013, 12014, 12015, 12016, 12017, 12018, 12019, 12020, 12021, 12022, 12023, 12024, 12025, 12026, 12027, 12028, 12029, 12030, 12031, 12032, 12033, 12034, 12035, 12036, 12037, 12038, 12039, 12040, 12041, 12042, 12043, 12044, 12045, 12046, 12047, 12048, 12049, 12050, 12051, 12052, 12053, 12054, 12055, 12056, 12057, 12058, 12059, 12060, 12061, 12062, 12063, 12064, 12065, 12066, 12067, 12068, 12069, 12070, 12071, 12072, 12073, 12074, 12075, 12076, 12077, 12078, 12079, 12080, 12081, 12082, 12083, 12084, 12085, 12086, 12087, 12088, 12089, 12090, 12091, 12092, 12093, 12094, 12095, 12096, 12097, 12098, 12099, 12100, 12101, 12102, 12103, 12104, 12105, 12106, 12107, 12108, 12109, 12110, 12111, 12112, 12113, 12114, 12115, 12116, 12117, 12118, 12119, 12120, 12121, 12122, 12123, 12124, 12125, 12126, 12127, 12128, 12129, 12130, 12131, 12132, 12133, 12134, 12135, 12136, 12137, 12138, 12139, 12140, 12141, 12142, 12143, 12144, 12145, 12146, 12147, 12148, 12149, 12150, 12151, 12152, 12153, 12154, 12155, 12156, 12157, 12158, 12159, 12160, 12161, 12162, 12163, 12164, 12165, 12166, 12167, 12168, 12169, 12170, 12171, 12172, 12173, 12174, 12175, 12176, 12177, 12178, 12179, 12180, 12181, 12182, 12183, 12184, 12185, 12186, 12187, 12188, 12189, 12190, 12191, 12192, 12193, 12194, 12195, 12196, 12197, 12198, 12199, 12200, 12201, 12202, 12203, 12204, 12205, 12206, 12207, 12208, 12209, 12210, 12211, 12212, 12213, 12214, 12215, 12216, 12217, 12218, 12219, 12220, 12221, 12222, 12223, 12224, 12225, 12226, 12227, 12228, 12229, 12230, 12231, 12232, 12233, 12234, 12235, 12236, 12237, 12238, 12239, 12240, 12241, 12242, 12243, 12244, 12245, 12246, 12247, 12248, 12249, 12250, 12251, 12252, 12253, 12254, 12255, 12256, 12257, 12258, 12259, 12260, 12261, 12262, 12263, 12264, 12265, 12266, 12267, 12268, 12269, 12270, 12271, 12272, 12273, 12274, 12275, 12276, 12277, 12278, 12279, 12280, 12281, 12282, 12283, 12284, 12285, 12286, 12287, 12288, 12289, 12290, 12291, 12292, 12293, 12294, 12295, 12296, 12297, 12298, 12299, 12300, 12301, 12302, 12303, 12304, 12305, 12306, 12307, 12308, 12309, 12310, 12311, 12312, 12313, 12314, 12315, 12316, 12317, 12318, 12319, 12320, 12321, 12322, 12323, 12324, 12325, 12326, 12327, 12328, 12329, 12330, 12331, 12332, 12333, 12334, 12335, 12336, 12337, 12338, 12339, 12340, 12341, 12342, 12343, 12344, 12345, 12346, 12347, 12348, 12349, 12350, 12351, 12352, 12353, 12354, 12355, 12356, 12357, 12358, 12359, 12360, 12361, 12362, 12363, 12364, 12365, 12366, 12367, 12368, 12369, 12370, 12371, 12372, 12373, 12374, 12375, 12376, 12377, 12378, 12379, 12380, 12381, 12382, 12383, 12384, 12385, 12386, 12387, 12388, 12389, 12390, 12391, 12392, 12393, 12394, 12395, 12396, 12397, 12398, 12399, 12400, 12401, 12402, 12403, 12404, 12405, 12406, 12407, 12408, 12409, 12410, 12411, 12412, 12413, 12414, 12415, 12416, 12417, 12418, 12419, 12420, 12421, 12422, 12423, 12424, 12425, 12426, 12427, 12428, 12429, 12430, 12431, 12432, 12433, 12434, 12435, 12436, 12437, 12438, 12439, 12440, 12441, 12442, 12443, 12444, 12445, 12446, 12447, 12448, 12449, 12450, 12451, 12452, 12453, 12454, 12455, 12456, 12457, 12458, 12459, 12460, 12461, 12462, 12463, 12464, 12465, 12466, 12467, 12468, 12469, 12470, 12471, 12472, 12473, 12474, 12475, 12476, 12477, 12478, 12479, 12480, 12481, 12482, 12483, 12484, 12485, 12486, 12487, 12488, 12489, 12490, 12491, 12492, 12493, 12494, 12495, 12496, 12497, 12498, 12499, 12500, 12501, 12502, 12503, 12504, 12505, 12506, 12507, 12508, 12509, 12510, 12511, 12512, 12513, 12514, 12515, 12516, 12517, 12518, 12519, 12520, 12521, 12522, 12523, 12524, 12525, 12526, 12527, 12528, 12529, 12530, 12531, 12532, 12533, 12534, 12535, 12536, 12537, 12538, 12539, 12540, 12541, 12542, 12543, 12544, 12545, 12546, 12547, 12548, 12549, 12550, 12551, 12552, 12553, 12554, 12555, 12556, 12557, 12558, 12559, 12560, 12561, 12562, 12563, 12564, 12565, 12566, 12567, 12568, 12569, 12570, 12571, 12572, 12573, 12574, 12575, 12576, 12577, 12578, 12579, 12580, 12581, 12582, 12583, 12584, 12585, 12586, 12587, 12588, 12589, 12590, 12591, 12592, 12593, 12594, 12595, 12596, 12597, 12598, 12599, 12600, 12601, 12602, 12603, 12604, 12605, 12606, 12607, 12608, 12609, 12610, 12611, 12612, 12613, 12614, 12615, 12616, 12617, 12618, 12619, 12620, 12621, 12622, 12623, 12624, 12625, 12626, 12627, 12628, 12629, 12630, 12631, 12632, 12633, 12634, 12635, 12636, 12637, 12638, 12639, 12640, 12641, 12642, 12643, 12644, 12645, 12646, 12647, 12648, 12649, 12650, 12651, 12652, 12653, 12654, 12655, 12656, 12657, 12658, 12659, 12660, 12661, 12662, 12663, 12664, 12665, 12666, 12667, 12668, 12669, 12670, 12671, 12672, 12673, 12674, 12675, 12676, 12677, 12678, 12679, 12680, 12681, 12682, 12683, 12684, 12685, 12686, 12687, 12688, 12689, 12690, 12691, 12692, 12693, 12694, 12695, 12696, 12697, 12698, 12699, 12700, 12701, 12702, 12703, 12704, 12705, 12706, 12707, 12708, 12709, 12710, 12711, 12712, 12713, 12714, 12715, 12716, 12717, 12718, 12719, 12720, 12721, 12722, 12723, 12724, 12725, 12726, 12727, 12728, 12729, 12730, 12731, 12732, 12733, 12734, 12735, 12736, 12737, 12738, 12739, 12740, 12741, 12742, 12743, 12744, 12745, 12746, 12747, 12748, 12749, 12750, 12751, 12752, 12753, 12754, 12755, 12756, 12757, 12758, 12759, 12760, 12761, 12762, 12763, 12764, 12765, 12766, 12767, 12768, 12769, 12770, 12771, 12772, 12773, 12774, 12775, 12776, 12777, 12778, 12779, 12780, 12781, 12782, 12783, 12784, 12785, 12786, 12787, 12788, 12789, 12790, 12791, 12792, 12793, 12794, 12795, 12796, 12797, 12798, 12799, 12800, 12801, 12802, 12803, 12804, 12805, 12806, 12807, 12808, 12809, 12810, 12811, 12812, 12813, 12814, 12815, 12816, 12817, 12818, 12819, 12820, 12821, 12822, 12823, 12824, 12825, 12826, 12827, 12828, 12829, 12830, 12831, 12832, 12833, 12834, 12835, 12836, 12837, 12838, 12839, 12840, 12841, 12842, 12843, 12844, 12845, 12846, 12847, 12848, 12849, 12850, 12851, 12852, 12853, 12854, 12855, 12856, 12857, 12858, 12859, 12860, 12861, 12862, 12863, 12864, 12865, 12866, 12867, 12868, 12869, 12870, 12871, 12872, 12873, 12874, 12875, 12876, 12877, 12878, 12879, 12880, 12881, 12882, 12883, 12884, 12885, 12886, 12887, 12888, 12889, 12890, 12891, 12892, 12893, 12894, 12895, 12896, 12897, 12898, 12899, 12900, 12901, 12902, 12903, 12904, 12905, 12906, 12907, 12908, 12909, 12910, 12911, 12912, 12913, 12914, 12915, 12916, 12917, 12918, 12919, 12920, 12921, 12922, 12923, 12924, 12925, 12926, 12927, 12928, 12929, 12930, 12931, 12932, 12933, 12934, 12935, 12936, 12937, 12938, 12939, 12940, 12941, 12942, 12943, 12944, 12945, 12946, 12947, 12948, 12949, 12950, 12951, 12952, 12953, 12954, 12955, 12956, 12957, 12958, 12959, 12960, 12961, 12962, 12963, 12964, 12965, 12966, 12967, 12968, 12969, 12970, 12971, 12972, 12973, 12974, 12975, 12976, 12977, 12978, 12979, 12980, 12981, 12982, 12983, 12984, 12985, 12986, 12987, 12988, 12989, 12990, 12991, 12992, 12993, 12994, 12995, 12996, 12997, 12998, 12999, 13000, 13001, 13002, 13003, 13004, 13005, 13006, 13007, 13008, 13009, 13010, 13011, 13012, 13013, 13014, 13015, 13016, 13017, 13018, 13019, 13020, 13021, 13022, 13023, 13024, 13025, 13026, 13027, 13028, 13029, 13030, 13031, 13032, 13033, 13034, 13035, 13036, 13037, 13038, 13039, 13040, 13041, 13042, 13043, 13044, 13045, 13046, 13047, 13048, 13049, 13050, 13051, 13052, 13053, 13054, 13055, 13056, 13057, 13058, 13059, 13060, 13061, 13062, 13063, 13064, 13065, 13066, 13067, 13068, 13069, 13070, 13071, 13072, 13073, 13074, 13075, 13076, 13077, 13078, 13079, 13080, 13081, 13082, 13083, 13084, 13085, 13086, 13087, 13088, 13089, 13090, 13091, 13092, 13093, 13094, 13095, 13096, 13097, 13098, 13099, 13100, 13101, 13102, 13103, 13104, 13105, 13106, 13107, 13108, 13109, 13110, 13111, 13112, 13113, 13114, 13115, 13116, 13117, 13118, 13119, 13120, 13121, 13122, 13123, 13124, 13125, 13126, 13127, 13128, 13129, 13130, 13131, 13132, 13133, 13134, 13135, 13136, 13137, 13138, 13139, 13140, 13141, 13142, 13143, 13144, 13145, 13146, 13147, 13148, 13149, 13150, 13151, 13152, 13153, 13154, 13155, 13156, 13157, 13158, 13159, 13160, 13161, 13162, 13163, 13164, 13165, 13166, 13167, 13168, 13169, 13170, 13171, 13172, 13173, 13174, 13175, 13176, 13177, 13178, 13179, 13180, 13181, 13182, 13183, 13184, 13185, 13186, 13187, 13188, 13189, 13190, 13191, 13192, 13193, 13194, 13195, 13196, 13197, 13198, 13199, 13200, 13201, 13202, 13203, 13204, 13205, 13206, 13207, 13208, 13209, 13210, 13211, 13212, 13213, 13214, 13215, 13216, 13217, 13218, 13219, 13220, 13221, 13222, 13223, 13224, 13225, 13226, 13227, 13228, 13229, 13230, 13231, 13232, 13233, 13234, 13235, 13236, 13237, 13238, 13239, 13240, 13241, 13242, 13243, 13244, 13245, 13246, 13247, 13248, 13249, 13250, 13251, 13252, 13253, 13254, 13255, 13256, 13257, 13258, 13259, 13260, 13261, 13262, 13263, 13264, 13265, 13266, 13267, 13268, 13269, 13270, 13271, 13272, 13273, 13274, 13275, 13276, 13277, 13278, 13279, 13280, 13281, 13282, 13283, 13284, 13285, 13286, 13287, 13288, 13289, 13290, 13291, 13292, 13293, 13294, 13295, 13296, 13297, 13298, 13299, 13300, 13301, 13302, 13303, 13304, 13305, 13306, 13307, 13308, 13309, 13310, 13311, 13312, 13313, 13314, 13315, 13316, 13317, 13318, 13319, 13320, 13321, 13322, 13323, 13324, 13325, 13326, 13327, 13328, 13329, 13330, 13331, 13332, 13333, 13334, 13335, 13336, 13337, 13338, 13339, 13340, 13341, 13342, 13343, 13344, 13345, 13346, 13347, 13348, 13349, 13350, 13351, 13352, 13353, 13354, 13355, 13356, 13357, 13358, 13359, 13360, 13361, 13362, 13363, 13364, 13365, 13366, 13367, 13368, 13369, 13370, 13371, 13372, 13373, 13374, 13375, 13376, 13377, 13378, 13379, 13380, 13381, 13382, 13383, 13384, 13385, 13386, 13387, 13388, 13389, 13390, 13391, 13392, 13393, 13394, 13395, 13396, 13397, 13398, 13399, 13400, 13401, 13402, 13403, 13404, 13405, 13406, 13407, 13408, 13409, 13410, 13411, 13412, 13413, 13414, 13415, 13416, 13417, 13418, 13419, 13420, 13421, 13422, 13423, 13424, 13425, 13426, 13427, 13428, 13429, 13430, 13431, 13432, 13433, 13434, 13435, 13436, 13437, 13438, 13439, 13440, 13441, 13442, 13443, 13444, 13445, 13446, 13447, 13448, 13449, 13450, 13451, 13452, 13453, 13454, 13455, 13456, 13457, 13458, 13459, 13460, 13461, 13462, 13463, 13464, 13465, 13466, 13467, 13468, 13469, 13470, 13471, 13472, 13473, 13474, 13475, 13476, 13477, 13478, 13479, 13480, 13481, 13482, 13483, 13484, 13485, 13486, 13487, 13488, 13489, 13490, 13491, 13492, 13493, 13494, 13495, 13496, 13497, 13498, 13499, 13500, 13501, 13502, 13503, 13504, 13505, 13506, 13507, 13508, 13509, 13510, 13511, 13512, 13513, 13514, 13515, 13516, 13517, 13518, 13519, 13520, 13521, 13522, 13523, 13524, 13525, 13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13534, 13535, 13536, 13537, 13538, 13539, 13540, 13541, 13542, 13543, 13544, 13545, 13546, 13547, 13548, 13549, 13550, 13551, 13552, 13553, 13554, 13555, 13556, 13557, 13558, 13559, 13560, 13561, 13562, 13563, 13564, 13565, 13566, 13567, 13568, 13569, 13570, 13571, 13572, 13573, 13574, 13575, 13576, 13577, 13578, 13579, 13580, 13581, 13582, 13583, 13584, 13585, 13586, 13587, 13588, 13589, 13590, 13591, 13592, 13593, 13594, 13595, 13596, 13597, 13598, 13599, 13600, 13601, 13602, 13603, 13604, 13605, 13606, 13607, 13608, 13609, 13610, 13611, 13612, 13613, 13614, 13615, 13616, 13617, 13618, 13619, 13620, 13621, 13622, 13623, 13624, 13625, 13626, 13627, 13628, 13629, 13630, 13631, 13632, 13633, 13634, 13635, 13636, 13637, 13638, 13639, 13640, 13641, 13642, 13643, 13644, 13645, 13646, 13647, 13648, 13649, 13650, 13651, 13652, 13653, 13654, 13655, 13656, 13657, 13658, 13659, 13660, 13661, 13662, 13663, 13664, 13665, 13666, 13667, 13668, 13669, 13670, 13671, 13672, 13673, 13674, 13675, 13676, 13677, 13678, 13679, 13680, 13681, 13682, 13683, 13684, 13685, 13686, 13687, 13688, 13689, 13690, 13691, 13692, 13693, 13694, 13695, 13696, 13697, 13698, 13699, 13700, 13701, 13702, 13703, 13704, 13705, 13706, 13707, 13708, 13709, 13710, 13711, 13712, 13713, 13714, 13715, 13716, 13717, 13718, 13719, 13720, 13721, 13722, 13723, 13724, 13725, 13726, 13727, 13728, 13729, 13730, 13731, 13732, 13733, 13734, 13735, 13736, 13737, 13738, 13739, 13740, 13741, 13742, 13743, 13744, 13745, 13746, 13747, 13748, 13749, 13750, 13751, 13752, 13753, 13754, 13755, 13756, 13757, 13758, 13759, 13760, 13761, 13762, 13763, 13764, 13765, 13766, 13767, 13768, 13769, 13770, 13771, 13772, 13773, 13774, 13775, 13776, 13777, 13778, 13779, 13780, 13781, 13782, 13783, 13784, 13785, 13786, 13787, 13788, 13789, 13790, 13791, 13792, 13793, 13794, 13795, 13796, 13797, 13798, 13799, 13800, 13801, 13802, 13803, 13804, 13805, 13806, 13807, 13808, 13809, 13810, 13811, 13812, 13813, 13814, 13815, 13816, 13817, 13818, 13819, 13820, 13821, 13822, 13823, 13824, 13825, 13826, 13827, 13828, 13829, 13830, 13831, 13832, 13833, 13834, 13835, 13836, 13837, 13838, 13839, 13840, 13841, 13842, 13843, 13844, 13845, 13846, 13847, 13848, 13849, 13850, 13851, 13852, 13853, 13854, 13855, 13856, 13857, 13858, 13859, 13860, 13861, 13862, 13863, 13864, 13865, 13866, 13867, 13868, 13869, 13870, 13871, 13872, 13873, 13874, 13875, 13876, 13877, 13878, 13879, 13880, 13881, 13882, 13883, 13884, 13885, 13886, 13887, 13888, 13889, 13890, 13891, 13892, 13893, 13894, 13895, 13896, 13897, 13898, 13899, 13900, 13901, 13902, 13903, 13904, 13905, 13906, 13907, 13908, 13909, 13910, 13911, 13912, 13913, 13914, 13915, 13916, 13917, 13918, 13919, 13920, 13921, 13922, 13923, 13924, 13925, 13926, 13927, 13928, 13929, 13930, 13931, 13932, 13933, 13934, 13935, 13936, 13937, 13938, 13939, 13940, 13941, 13942, 13943, 13944, 13945, 13946, 13947, 13948, 13949, 13950, 13951, 13952, 13953, 13954, 13955, 13956, 13957, 13958, 13959, 13960, 13961, 13962, 13963, 13964, 13965, 13966, 13967, 13968, 13969, 13970, 13971, 13972, 13973, 13974, 13975, 13976, 13977, 13978, 13979, 13980, 13981, 13982, 13983, 13984, 13985, 13986, 13987, 13988, 13989, 13990, 13991, 13992, 13993, 13994, 13995, 13996, 13997, 13998, 13999, 14000, 14001, 14002, 14003, 14004, 14005, 14006, 14007, 14008, 14009, 14010, 14011, 14012, 14013, 14014, 14015, 14016, 14017, 14018, 14019, 14020, 14021, 14022, 14023, 14024, 14025, 14026, 14027, 14028, 14029, 14030, 14031, 14032, 14033, 14034, 14035, 14036, 14037, 14038, 14039, 14040, 14041, 14042, 14043, 14044, 14045, 14046, 14047, 14048, 14049, 14050, 14051, 14052, 14053, 14054, 14055, 14056, 14057, 14058, 14059, 14060, 14061, 14062, 14063, 14064, 14065, 14066, 14067, 14068, 14069, 14070, 14071, 14072, 14073, 14074, 14075, 14076, 14077, 14078, 14079, 14080, 14081, 14082, 14083, 14084, 14085, 14086, 14087, 14088, 14089, 14090, 14091, 14092, 14093, 14094, 14095, 14096, 14097, 14098, 14099, 14100, 14101, 14102, 14103, 14104, 14105, 14106, 14107, 14108, 14109, 14110, 14111, 14112, 14113, 14114, 14115, 14116, 14117, 14118, 14119, 14120, 14121, 14122, 14123, 14124, 14125, 14126, 14127, 14128, 14129, 14130, 14131, 14132, 14133, 14134, 14135, 14136, 14137, 14138, 14139, 14140, 14141, 14142, 14143, 14144, 14145, 14146, 14147, 14148, 14149, 14150, 14151, 14152, 14153, 14154, 14155, 14156, 14157, 14158, 14159, 14160, 14161, 14162, 14163, 14164, 14165, 14166, 14167, 14168, 14169, 14170, 14171, 14172, 14173, 14174, 14175, 14176, 14177, 14178, 14179, 14180, 14181, 14182, 14183, 14184, 14185, 14186, 14187, 14188, 14189, 14190, 14191, 14192, 14193, 14194, 14195, 14196, 14197, 14198, 14199, 14200, 14201, 14202, 14203, 14204, 14205, 14206, 14207, 14208, 14209, 14210, 14211, 14212, 14213, 14214, 14215, 14216, 14217, 14218, 14219, 14220, 14221, 14222, 14223, 14224, 14225, 14226, 14227, 14228, 14229, 14230, 14231, 14232, 14233, 14234, 14235, 14236, 14237, 14238, 14239, 14240, 14241, 14242, 14243, 14244, 14245, 14246, 14247, 14248, 14249, 14250, 14251, 14252, 14253, 14254, 14255, 14256, 14257, 14258, 14259, 14260, 14261, 14262, 14263, 14264, 14265, 14266, 14267, 14268, 14269, 14270, 14271, 14272, 14273, 14274, 14275, 14276, 14277, 14278, 14279, 14280, 14281, 14282, 14283, 14284, 14285, 14286, 14287, 14288, 14289, 14290, 14291, 14292, 14293, 14294, 14295, 14296, 14297, 14298, 14299, 14300, 14301, 14302, 14303, 14304, 14305, 14306, 14307, 14308, 14309, 14310, 14311, 14312, 14313, 14314, 14315, 14316, 14317, 14318, 14319, 14320, 14321, 14322, 14323, 14324, 14325, 14326, 14327, 14328, 14329, 14330, 14331, 14332, 14333, 14334, 14335, 14336, 14337, 14338, 14339, 14340, 14341, 14342, 14343, 14344, 14345, 14346, 14347, 14348, 14349, 14350, 14351, 14352, 14353, 14354, 14355, 14356, 14357, 14358, 14359, 14360, 14361, 14362, 14363, 14364, 14365, 14366, 14367, 14368, 14369, 14370, 14371, 14372, 14373, 14374, 14375, 14376, 14377, 14378, 14379, 14380, 14381, 14382, 14383, 14384, 14385, 14386, 14387, 14388, 14389, 14390, 14391, 14392, 14393, 14394, 14395, 14396, 14397, 14398, 14399, 14400, 14401, 14402, 14403, 14404, 14405, 14406, 14407, 14408, 14409, 14410, 14411, 14412, 14413, 14414, 14415, 14416, 14417, 14418, 14419, 14420, 14421, 14422, 14423, 14424, 14425, 14426, 14427, 14428, 14429, 14430, 14431, 14432, 14433, 14434, 14435, 14436, 14437, 14438, 14439, 14440, 14441, 14442, 14443, 14444, 14445, 14446, 14447, 14448, 14449, 14450, 14451, 14452, 14453, 14454, 14455, 14456, 14457, 14458, 14459, 14460, 14461, 14462, 14463, 14464, 14465, 14466, 14467, 14468, 14469, 14470, 14471, 14472, 14473, 14474, 14475, 14476, 14477, 14478, 14479, 14480, 14481, 14482, 14483, 14484, 14485, 14486, 14487, 14488, 14489, 14490, 14491, 14492, 14493, 14494, 14495, 14496, 14497, 14498, 14499, 14500, 14501, 14502, 14503, 14504, 14505, 14506, 14507, 14508, 14509, 14510, 14511, 14512, 14513, 14514, 14515, 14516, 14517, 14518, 14519, 14520, 14521, 14522, 14523, 14524, 14525, 14526, 14527, 14528, 14529, 14530, 14531, 14532, 14533, 14534, 14535, 14536, 14537, 14538, 14539, 14540, 14541, 14542, 14543, 14544, 14545, 14546, 14547, 14548, 14549, 14550, 14551, 14552, 14553, 14554, 14555, 14556, 14557, 14558, 14559, 14560, 14561, 14562, 14563, 14564, 14565, 14566, 14567, 14568, 14569, 14570, 14571, 14572, 14573, 14574, 14575, 14576, 14577, 14578, 14579, 14580, 14581, 14582, 14583, 14584, 14585, 14586, 14587, 14588, 14589, 14590, 14591, 14592, 14593, 14594, 14595, 14596, 14597, 14598, 14599, 14600, 14601, 14602, 14603, 14604, 14605, 14606, 14607, 14608, 14609, 14610, 14611, 14612, 14613, 14614, 14615, 14616, 14617, 14618, 14619, 14620, 14621, 14622, 14623, 14624, 14625, 14626, 14627, 14628, 14629, 14630, 14631, 14632, 14633, 14634, 14635, 14636, 14637, 14638, 14639, 14640, 14641, 14642, 14643, 14644, 14645, 14646, 14647, 14648, 14649, 14650, 14651, 14652, 14653, 14654, 14655, 14656, 14657, 14658, 14659, 14660, 14661, 14662, 14663, 14664, 14665, 14666, 14667, 14668, 14669, 14670, 14671, 14672, 14673, 14674, 14675, 14676, 14677, 14678, 14679, 14680, 14681, 14682, 14683, 14684, 14685, 14686, 14687, 14688, 14689, 14690, 14691, 14692, 14693, 14694, 14695, 14696, 14697, 14698, 14699, 14700, 14701, 14702, 14703, 14704, 14705, 14706, 14707, 14708, 14709, 14710, 14711, 14712, 14713, 14714, 14715, 14716, 14717, 14718, 14719, 14720, 14721, 14722, 14723, 14724, 14725, 14726, 14727, 14728, 14729, 14730, 14731, 14732, 14733, 14734, 14735, 14736, 14737, 14738, 14739, 14740, 14741, 14742, 14743, 14744, 14745, 14746, 14747, 14748, 14749, 14750, 14751, 14752, 14753, 14754, 14755, 14756, 14757, 14758, 14759, 14760, 14761, 14762, 14763, 14764, 14765, 14766, 14767, 14768, 14769, 14770, 14771, 14772, 14773, 14774, 14775, 14776, 14777, 14778, 14779, 14780, 14781, 14782, 14783, 14784, 14785, 14786, 14787, 14788, 14789, 14790, 14791, 14792, 14793, 14794, 14795, 14796, 14797, 14798, 14799, 14800, 14801, 14802, 14803, 14804, 14805, 14806, 14807, 14808, 14809, 14810, 14811, 14812, 14813, 14814, 14815, 14816, 14817, 14818, 14819, 14820, 14821, 14822, 14823, 14824, 14825, 14826, 14827, 14828, 14829, 14830, 14831, 14832, 14833, 14834, 14835, 14836, 14837, 14838, 14839, 14840, 14841, 14842, 14843, 14844, 14845, 14846, 14847, 14848, 14849, 14850, 14851, 14852, 14853, 14854, 14855, 14856, 14857, 14858, 14859, 14860, 14861, 14862, 14863, 14864, 14865, 14866, 14867, 14868, 14869, 14870, 14871, 14872, 14873, 14874, 14875, 14876, 14877, 14878, 14879, 14880, 14881, 14882, 14883, 14884, 14885, 14886, 14887, 14888, 14889, 14890, 14891, 14892, 14893, 14894, 14895, 14896, 14897, 14898, 14899, 14900, 14901, 14902, 14903, 14904, 14905, 14906, 14907, 14908, 14909, 14910, 14911, 14912, 14913, 14914, 14915, 14916, 14917, 14918, 14919, 14920, 14921, 14922, 14923, 14924, 14925, 14926, 14927, 14928, 14929, 14930, 14931, 14932, 14933, 14934, 14935, 14936, 14937, 14938, 14939, 14940, 14941, 14942, 14943, 14944, 14945, 14946, 14947, 14948, 14949, 14950, 14951, 14952, 14953, 14954, 14955, 14956, 14957, 14958, 14959, 14960, 14961, 14962, 14963, 14964, 14965, 14966, 14967, 14968, 14969, 14970, 14971, 14972, 14973, 14974, 14975, 14976, 14977, 14978, 14979, 14980, 14981, 14982, 14983, 14984, 14985, 14986, 14987, 14988, 14989, 14990, 14991, 14992, 14993, 14994, 14995, 14996, 14997, 14998, 14999, 15000, 15001, 15002, 15003, 15004, 15005, 15006, 15007, 15008, 15009, 15010, 15011, 15012, 15013, 15014, 15015, 15016, 15017, 15018, 15019, 15020, 15021, 15022, 15023, 15024, 15025, 15026, 15027, 15028, 15029, 15030, 15031, 15032, 15033, 15034, 15035, 15036, 15037, 15038, 15039, 15040, 15041, 15042, 15043, 15044, 15045, 15046, 15047, 15048, 15049, 15050, 15051, 15052, 15053, 15054, 15055, 15056, 15057, 15058, 15059, 15060, 15061, 15062, 15063, 15064, 15065, 15066, 15067, 15068, 15069, 15070, 15071, 15072, 15073, 15074, 15075, 15076, 15077, 15078, 15079, 15080, 15081, 15082, 15083, 15084, 15085, 15086, 15087, 15088, 15089, 15090, 15091, 15092, 15093, 15094, 15095, 15096, 15097, 15098, 15099, 15100, 15101, 15102, 15103, 15104, 15105, 15106, 15107, 15108, 15109, 15110, 15111, 15112, 15113, 15114, 15115, 15116, 15117, 15118, 15119, 15120, 15121, 15122, 15123, 15124, 15125, 15126, 15127, 15128, 15129, 15130, 15131, 15132, 15133, 15134, 15135, 15136, 15137, 15138, 15139, 15140, 15141, 15142, 15143, 15144, 15145, 15146, 15147, 15148, 15149, 15150, 15151, 15152, 15153, 15154, 15155, 15156, 15157, 15158, 15159, 15160, 15161, 15162, 15163, 15164, 15165, 15166, 15167, 15168, 15169, 15170, 15171, 15172, 15173, 15174, 15175, 15176, 15177, 15178, 15179, 15180, 15181, 15182, 15183, 15184, 15185, 15186, 15187, 15188, 15189, 15190, 15191, 15192, 15193, 15194, 15195, 15196, 15197, 15198, 15199, 15200, 15201, 15202, 15203, 15204, 15205, 15206, 15207, 15208, 15209, 15210, 15211, 15212, 15213, 15214, 15215, 15216, 15217, 15218, 15219, 15220, 15221, 15222, 15223, 15224, 15225, 15226, 15227, 15228, 15229, 15230, 15231, 15232, 15233, 15234, 15235, 15236, 15237, 15238, 15239, 15240, 15241, 15242, 15243, 15244, 15245, 15246, 15247, 15248, 15249, 15250, 15251, 15252, 15253, 15254, 15255, 15256, 15257, 15258, 15259, 15260, 15261, 15262, 15263, 15264, 15265, 15266, 15267, 15268, 15269, 15270, 15271, 15272, 15273, 15274, 15275, 15276, 15277, 15278, 15279, 15280, 15281, 15282, 15283, 15284, 15285, 15286, 15287, 15288, 15289, 15290, 15291, 15292, 15293, 15294, 15295, 15296, 15297, 15298, 15299, 15300, 15301, 15302, 15303, 15304, 15305, 15306, 15307, 15308, 15309, 15310, 15311, 15312, 15313, 15314, 15315, 15316, 15317, 15318, 15319, 15320, 15321, 15322, 15323, 15324, 15325, 15326, 15327, 15328, 15329, 15330, 15331, 15332, 15333, 15334, 15335, 15336, 15337, 15338, 15339, 15340, 15341, 15342, 15343, 15344, 15345, 15346, 15347, 15348, 15349, 15350, 15351, 15352, 15353, 15354, 15355, 15356, 15357, 15358, 15359, 15360, 15361, 15362, 15363, 15364, 15365, 15366, 15367, 15368, 15369, 15370, 15371, 15372, 15373, 15374, 15375, 15376, 15377, 15378, 15379, 15380, 15381, 15382, 15383, 15384, 15385, 15386, 15387, 15388, 15389, 15390, 15391, 15392, 15393, 15394, 15395, 15396, 15397, 15398, 15399, 15400, 15401, 15402, 15403, 15404, 15405, 15406, 15407, 15408, 15409, 15410, 15411, 15412, 15413, 15414, 15415, 15416, 15417, 15418, 15419, 15420, 15421, 15422, 15423, 15424, 15425, 15426, 15427, 15428, 15429, 15430, 15431, 15432, 15433, 15434, 15435, 15436, 15437, 15438, 15439, 15440, 15441, 15442, 15443, 15444, 15445, 15446, 15447, 15448, 15449, 15450, 15451, 15452, 15453, 15454, 15455, 15456, 15457, 15458, 15459, 15460, 15461, 15462, 15463, 15464, 15465, 15466, 15467, 15468, 15469, 15470, 15471, 15472, 15473, 15474, 15475, 15476, 15477, 15478, 15479, 15480, 15481, 15482, 15483, 15484, 15485, 15486, 15487, 15488, 15489, 15490, 15491, 15492, 15493, 15494, 15495, 15496, 15497, 15498, 15499, 15500, 15501, 15502, 15503, 15504, 15505, 15506, 15507, 15508, 15509, 15510, 15511, 15512, 15513, 15514, 15515, 15516, 15517, 15518, 15519, 15520, 15521, 15522, 15523, 15524, 15525, 15526, 15527, 15528, 15529, 15530, 15531, 15532, 15533, 15534, 15535, 15536, 15537, 15538, 15539, 15540, 15541, 15542, 15543, 15544, 15545, 15546, 15547, 15548, 15549, 15550, 15551, 15552, 15553, 15554, 15555, 15556, 15557, 15558, 15559, 15560, 15561, 15562, 15563, 15564, 15565, 15566, 15567, 15568, 15569, 15570, 15571, 15572, 15573, 15574, 15575, 15576, 15577, 15578, 15579, 15580, 15581, 15582, 15583, 15584, 15585, 15586, 15587, 15588, 15589, 15590, 15591, 15592, 15593, 15594, 15595, 15596, 15597, 15598, 15599, 15600, 15601, 15602, 15603, 15604, 15605, 15606, 15607, 15608, 15609, 15610, 15611, 15612, 15613, 15614, 15615, 15616, 15617, 15618, 15619, 15620, 15621, 15622, 15623, 15624, 15625, 15626, 15627, 15628, 15629, 15630, 15631, 15632, 15633, 15634, 15635, 15636, 15637, 15638, 15639, 15640, 15641, 15642, 15643, 15644, 15645, 15646, 15647, 15648, 15649, 15650, 15651, 15652, 15653, 15654, 15655, 15656, 15657, 15658, 15659, 15660, 15661, 15662, 15663, 15664, 15665, 15666, 15667, 15668, 15669, 15670, 15671, 15672, 15673, 15674, 15675, 15676, 15677, 15678, 15679, 15680, 15681, 15682, 15683, 15684, 15685, 15686, 15687, 15688, 15689, 15690, 15691, 15692, 15693, 15694, 15695, 15696, 15697, 15698, 15699, 15700, 15701, 15702, 15703, 15704, 15705, 15706, 15707, 15708, 15709, 15710, 15711, 15712, 15713, 15714, 15715, 15716, 15717, 15718, 15719, 15720, 15721, 15722, 15723, 15724, 15725, 15726, 15727, 15728, 15729, 15730, 15731, 15732, 15733, 15734, 15735, 15736, 15737, 15738, 15739, 15740, 15741, 15742, 15743, 15744, 15745, 15746, 15747, 15748, 15749, 15750, 15751, 15752, 15753, 15754, 15755, 15756, 15757, 15758, 15759, 15760, 15761, 15762, 15763, 15764, 15765, 15766, 15767, 15768, 15769, 15770, 15771, 15772, 15773, 15774, 15775, 15776, 15777, 15778, 15779, 15780, 15781, 15782, 15783, 15784, 15785, 15786, 15787, 15788, 15789, 15790, 15791, 15792, 15793, 15794, 15795, 15796, 15797, 15798, 15799, 15800, 15801, 15802, 15803, 15804, 15805, 15806, 15807, 15808, 15809, 15810, 15811, 15812, 15813, 15814, 15815, 15816, 15817, 15818, 15819, 15820, 15821, 15822, 15823, 15824, 15825, 15826, 15827, 15828, 15829, 15830, 15831, 15832, 15833, 15834, 15835, 15836, 15837, 15838, 15839, 15840, 15841, 15842, 15843, 15844, 15845, 15846, 15847, 15848, 15849, 15850, 15851, 15852, 15853, 15854, 15855, 15856, 15857, 15858, 15859, 15860, 15861, 15862, 15863, 15864, 15865, 15866, 15867, 15868, 15869, 15870, 15871, 15872, 15873, 15874, 15875, 15876, 15877, 15878, 15879, 15880, 15881, 15882, 15883, 15884, 15885, 15886, 15887, 15888, 15889, 15890, 15891, 15892, 15893, 15894, 15895, 15896, 15897, 15898, 15899, 15900, 15901, 15902, 15903, 15904, 15905, 15906, 15907, 15908, 15909, 15910, 15911, 15912, 15913, 15914, 15915, 15916, 15917, 15918, 15919, 15920, 15921, 15922, 15923, 15924, 15925, 15926, 15927, 15928, 15929, 15930, 15931, 15932, 15933, 15934, 15935, 15936, 15937, 15938, 15939, 15940, 15941, 15942, 15943, 15944, 15945, 15946, 15947, 15948, 15949, 15950, 15951, 15952, 15953, 15954, 15955, 15956, 15957, 15958, 15959, 15960, 15961, 15962, 15963, 15964, 15965, 15966, 15967, 15968, 15969, 15970, 15971, 15972, 15973, 15974, 15975, 15976, 15977, 15978, 15979, 15980, 15981, 15982, 15983, 15984, 15985, 15986, 15987, 15988, 15989, 15990, 15991, 15992, 15993, 15994, 15995, 15996, 15997, 15998, 15999, 16000, 16001, 16002, 16003, 16004, 16005, 16006, 16007, 16008, 16009, 16010, 16011, 16012, 16013, 16014, 16015, 16016, 16017, 16018, 16019, 16020, 16021, 16022, 16023, 16024, 16025, 16026, 16027, 16028, 16029, 16030, 16031, 16032, 16033, 16034, 16035, 16036, 16037, 16038, 16039, 16040, 16041, 16042, 16043, 16044, 16045, 16046, 16047, 16048, 16049, 16050, 16051, 16052, 16053, 16054, 16055, 16056, 16057, 16058, 16059, 16060, 16061, 16062, 16063, 16064, 16065, 16066, 16067, 16068, 16069, 16070, 16071, 16072, 16073, 16074, 16075, 16076, 16077, 16078, 16079, 16080, 16081, 16082, 16083, 16084, 16085, 16086, 16087, 16088, 16089, 16090, 16091, 16092, 16093, 16094, 16095, 16096, 16097, 16098, 16099, 16100, 16101, 16102, 16103, 16104, 16105, 16106, 16107, 16108, 16109, 16110, 16111, 16112, 16113, 16114, 16115, 16116, 16117, 16118, 16119, 16120, 16121, 16122, 16123, 16124, 16125, 16126, 16127, 16128, 16129, 16130, 16131, 16132, 16133, 16134, 16135, 16136, 16137, 16138, 16139, 16140, 16141, 16142, 16143, 16144, 16145, 16146, 16147, 16148, 16149, 16150, 16151, 16152, 16153, 16154, 16155, 16156, 16157, 16158, 16159, 16160, 16161, 16162, 16163, 16164, 16165, 16166, 16167, 16168, 16169, 16170, 16171, 16172, 16173, 16174, 16175, 16176, 16177, 16178, 16179, 16180, 16181, 16182, 16183, 16184, 16185, 16186, 16187, 16188, 16189, 16190, 16191, 16192, 16193, 16194, 16195, 16196, 16197, 16198, 16199, 16200, 16201, 16202, 16203, 16204, 16205, 16206, 16207, 16208, 16209, 16210, 16211, 16212, 16213, 16214, 16215, 16216, 16217, 16218, 16219, 16220, 16221, 16222, 16223, 16224, 16225, 16226, 16227, 16228, 16229, 16230, 16231, 16232, 16233, 16234, 16235, 16236, 16237, 16238, 16239, 16240, 16241, 16242, 16243, 16244, 16245, 16246, 16247, 16248, 16249, 16250, 16251, 16252, 16253, 16254, 16255, 16256, 16257, 16258, 16259, 16260, 16261, 16262, 16263, 16264, 16265, 16266, 16267, 16268, 16269, 16270, 16271, 16272, 16273, 16274, 16275, 16276, 16277, 16278, 16279, 16280, 16281, 16282, 16283, 16284, 16285, 16286, 16287, 16288, 16289, 16290, 16291, 16292, 16293, 16294, 16295, 16296, 16297, 16298, 16299, 16300, 16301, 16302, 16303, 16304, 16305, 16306, 16307, 16308, 16309, 16310, 16311, 16312, 16313, 16314, 16315, 16316, 16317, 16318, 16319, 16320, 16321, 16322, 16323, 16324, 16325, 16326, 16327, 16328, 16329, 16330, 16331, 16332, 16333, 16334, 16335, 16336, 16337, 16338, 16339, 16340, 16341, 16342, 16343, 16344, 16345, 16346, 16347, 16348, 16349, 16350, 16351, 16352, 16353, 16354, 16355, 16356, 16357, 16358, 16359, 16360, 16361, 16362, 16363, 16364, 16365, 16366, 16367, 16368, 16369, 16370, 16371, 16372, 16373, 16374, 16375, 16376, 16377, 16378, 16379, 16380, 16381, 16382, 16383, 16384, 16385, 16386, 16387, 16388, 16389, 16390, 16391, 16392, 16393, 16394, 16395, 16396, 16397, 16398, 16399, 16400, 16401, 16402, 16403, 16404, 16405, 16406, 16407, 16408, 16409, 16410, 16411, 16412, 16413, 16414, 16415, 16416, 16417, 16418, 16419, 16420, 16421, 16422, 16423, 16424, 16425, 16426, 16427, 16428, 16429, 16430, 16431, 16432, 16433, 16434, 16435, 16436, 16437, 16438, 16439, 16440, 16441, 16442, 16443, 16444, 16445, 16446, 16447, 16448, 16449, 16450, 16451, 16452, 16453, 16454, 16455, 16456, 16457, 16458, 16459, 16460, 16461, 16462, 16463, 16464, 16465, 16466, 16467, 16468, 16469, 16470, 16471, 16472, 16473, 16474, 16475, 16476, 16477, 16478, 16479, 16480, 16481, 16482, 16483, 16484, 16485, 16486, 16487, 16488, 16489, 16490, 16491, 16492, 16493, 16494, 16495, 16496, 16497, 16498, 16499, 16500, 16501, 16502, 16503, 16504, 16505, 16506, 16507, 16508, 16509, 16510, 16511, 16512, 16513, 16514, 16515, 16516, 16517, 16518, 16519, 16520, 16521, 16522, 16523, 16524, 16525, 16526, 16527, 16528, 16529, 16530, 16531, 16532, 16533, 16534, 16535, 16536, 16537, 16538, 16539, 16540, 16541, 16542, 16543, 16544, 16545, 16546, 16547, 16548, 16549, 16550, 16551, 16552, 16553, 16554, 16555, 16556, 16557, 16558, 16559, 16560, 16561, 16562, 16563, 16564, 16565, 16566, 16567, 16568, 16569, 16570, 16571, 16572, 16573, 16574, 16575, 16576, 16577, 16578, 16579, 16580, 16581, 16582, 16583, 16584, 16585, 16586, 16587, 16588, 16589, 16590, 16591, 16592, 16593, 16594, 16595, 16596, 16597, 16598, 16599, 16600, 16601, 16602, 16603, 16604, 16605, 16606, 16607, 16608, 16609, 16610, 16611, 16612, 16613, 16614, 16615, 16616, 16617, 16618, 16619, 16620, 16621, 16622, 16623, 16624, 16625, 16626, 16627, 16628, 16629, 16630, 16631, 16632, 16633, 16634, 16635, 16636, 16637, 16638, 16639, 16640, 16641, 16642, 16643, 16644, 16645, 16646, 16647, 16648, 16649, 16650, 16651, 16652, 16653, 16654, 16655, 16656, 16657, 16658, 16659, 16660, 16661, 16662, 16663, 16664, 16665, 16666, 16667, 16668, 16669, 16670, 16671, 16672, 16673, 16674, 16675, 16676, 16677, 16678, 16679, 16680, 16681, 16682, 16683, 16684, 16685, 16686, 16687, 16688, 16689, 16690, 16691, 16692, 16693, 16694, 16695, 16696, 16697, 16698, 16699, 16700, 16701, 16702, 16703, 16704, 16705, 16706, 16707, 16708, 16709, 16710, 16711, 16712, 16713, 16714, 16715, 16716, 16717, 16718, 16719, 16720, 16721, 16722, 16723, 16724, 16725, 16726, 16727, 16728, 16729, 16730, 16731, 16732, 16733, 16734, 16735, 16736, 16737, 16738, 16739, 16740, 16741, 16742, 16743, 16744, 16745, 16746, 16747, 16748, 16749, 16750, 16751, 16752, 16753, 16754, 16755, 16756, 16757, 16758, 16759, 16760, 16761, 16762, 16763, 16764, 16765, 16766, 16767, 16768, 16769, 16770, 16771, 16772, 16773, 16774, 16775, 16776, 16777, 16778, 16779, 16780, 16781, 16782, 16783, 16784, 16785, 16786, 16787, 16788, 16789, 16790, 16791, 16792, 16793, 16794, 16795, 16796, 16797, 16798, 16799, 16800, 16801, 16802, 16803, 16804, 16805, 16806, 16807, 16808, 16809, 16810, 16811, 16812, 16813, 16814, 16815, 16816, 16817, 16818, 16819, 16820, 16821, 16822, 16823, 16824, 16825, 16826, 16827, 16828, 16829, 16830, 16831, 16832, 16833, 16834, 16835, 16836, 16837, 16838, 16839, 16840, 16841, 16842, 16843, 16844, 16845, 16846, 16847, 16848, 16849, 16850, 16851, 16852, 16853, 16854, 16855, 16856, 16857, 16858, 16859, 16860, 16861, 16862, 16863, 16864, 16865, 16866, 16867, 16868, 16869, 16870, 16871, 16872, 16873, 16874, 16875, 16876, 16877, 16878, 16879, 16880, 16881, 16882, 16883, 16884, 16885, 16886, 16887, 16888, 16889, 16890, 16891, 16892, 16893, 16894, 16895, 16896, 16897, 16898, 16899, 16900, 16901, 16902, 16903, 16904, 16905, 16906, 16907, 16908, 16909, 16910, 16911, 16912, 16913, 16914, 16915, 16916, 16917, 16918, 16919, 16920, 16921, 16922, 16923, 16924, 16925, 16926, 16927, 16928, 16929, 16930, 16931, 16932, 16933, 16934, 16935, 16936, 16937, 16938, 16939, 16940, 16941, 16942, 16943, 16944, 16945, 16946, 16947, 16948, 16949, 16950, 16951, 16952, 16953, 16954, 16955, 16956, 16957, 16958, 16959, 16960, 16961, 16962, 16963, 16964, 16965, 16966, 16967, 16968, 16969, 16970, 16971, 16972, 16973, 16974, 16975, 16976, 16977, 16978, 16979, 16980, 16981, 16982, 16983, 16984, 16985, 16986, 16987, 16988, 16989, 16990, 16991, 16992, 16993, 16994, 16995, 16996, 16997, 16998, 16999, 17000, 17001, 17002, 17003, 17004, 17005, 17006, 17007, 17008, 17009, 17010, 17011, 17012, 17013, 17014, 17015, 17016, 17017, 17018, 17019, 17020, 17021, 17022, 17023, 17024, 17025, 17026, 17027, 17028, 17029, 17030, 17031, 17032, 17033, 17034, 17035, 17036, 17037, 17038, 17039, 17040, 17041, 17042, 17043, 17044, 17045, 17046, 17047, 17048, 17049, 17050, 17051, 17052, 17053, 17054, 17055, 17056, 17057, 17058, 17059, 17060, 17061, 17062, 17063, 17064, 17065, 17066, 17067, 17068, 17069, 17070, 17071, 17072, 17073, 17074, 17075, 17076, 17077, 17078, 17079, 17080, 17081, 17082, 17083, 17084, 17085, 17086, 17087, 17088, 17089, 17090, 17091, 17092, 17093, 17094, 17095, 17096, 17097, 17098, 17099, 17100, 17101, 17102, 17103, 17104, 17105, 17106, 17107, 17108, 17109, 17110, 17111, 17112, 17113, 17114, 17115, 17116, 17117, 17118, 17119, 17120, 17121, 17122, 17123, 17124, 17125, 17126, 17127, 17128, 17129, 17130, 17131, 17132, 17133, 17134, 17135, 17136, 17137, 17138, 17139, 17140, 17141, 17142, 17143, 17144, 17145, 17146, 17147, 17148, 17149, 17150, 17151, 17152, 17153, 17154, 17155, 17156, 17157, 17158, 17159, 17160, 17161, 17162, 17163, 17164, 17165, 17166, 17167, 17168, 17169, 17170, 17171, 17172, 17173, 17174, 17175, 17176, 17177, 17178, 17179, 17180, 17181, 17182, 17183, 17184, 17185, 17186, 17187, 17188, 17189, 17190, 17191, 17192, 17193, 17194, 17195, 17196, 17197, 17198, 17199, 17200, 17201, 17202, 17203, 17204, 17205, 17206, 17207, 17208, 17209, 17210, 17211, 17212, 17213, 17214, 17215, 17216, 17217, 17218, 17219, 17220, 17221, 17222, 17223, 17224, 17225, 17226, 17227, 17228, 17229, 17230, 17231, 17232, 17233, 17234, 17235, 17236, 17237, 17238, 17239, 17240, 17241, 17242, 17243, 17244, 17245, 17246, 17247, 17248, 17249, 17250, 17251, 17252, 17253, 17254, 17255, 17256, 17257, 17258, 17259, 17260, 17261, 17262, 17263, 17264, 17265, 17266, 17267, 17268, 17269, 17270, 17271, 17272, 17273, 17274, 17275, 17276, 17277, 17278, 17279, 17280, 17281, 17282, 17283, 17284, 17285, 17286, 17287, 17288, 17289, 17290, 17291, 17292, 17293, 17294, 17295, 17296, 17297, 17298, 17299, 17300, 17301, 17302, 17303, 17304, 17305, 17306, 17307, 17308, 17309, 17310, 17311, 17312, 17313, 17314, 17315, 17316, 17317, 17318, 17319, 17320, 17321, 17322, 17323, 17324, 17325, 17326, 17327, 17328, 17329, 17330, 17331, 17332, 17333, 17334, 17335, 17336, 17337, 17338, 17339, 17340, 17341, 17342, 17343, 17344, 17345, 17346, 17347, 17348, 17349, 17350, 17351, 17352, 17353, 17354, 17355, 17356, 17357, 17358, 17359, 17360, 17361, 17362, 17363, 17364, 17365, 17366, 17367, 17368, 17369, 17370, 17371, 17372, 17373, 17374, 17375, 17376, 17377, 17378, 17379, 17380, 17381, 17382, 17383, 17384, 17385, 17386, 17387, 17388, 17389, 17390, 17391, 17392, 17393, 17394, 17395, 17396, 17397, 17398, 17399, 17400, 17401, 17402, 17403, 17404, 17405, 17406, 17407, 17408, 17409, 17410, 17411, 17412, 17413, 17414, 17415, 17416, 17417, 17418, 17419, 17420, 17421, 17422, 17423, 17424, 17425, 17426, 17427, 17428, 17429, 17430, 17431, 17432, 17433, 17434, 17435, 17436, 17437, 17438, 17439, 17440, 17441, 17442, 17443, 17444, 17445, 17446, 17447, 17448, 17449, 17450, 17451, 17452, 17453, 17454, 17455, 17456, 17457, 17458, 17459, 17460, 17461, 17462, 17463, 17464, 17465, 17466, 17467, 17468, 17469, 17470, 17471, 17472, 17473, 17474, 17475, 17476, 17477, 17478, 17479, 17480, 17481, 17482, 17483, 17484, 17485, 17486, 17487, 17488, 17489, 17490, 17491, 17492, 17493, 17494, 17495, 17496, 17497, 17498, 17499, 17500, 17501, 17502, 17503, 17504, 17505, 17506, 17507, 17508, 17509, 17510, 17511, 17512, 17513, 17514, 17515, 17516, 17517, 17518, 17519, 17520, 17521, 17522, 17523, 17524, 17525, 17526, 17527, 17528, 17529, 17530, 17531, 17532, 17533, 17534, 17535, 17536, 17537, 17538, 17539, 17540, 17541, 17542, 17543, 17544, 17545, 17546, 17547, 17548, 17549, 17550, 17551, 17552, 17553, 17554, 17555, 17556, 17557, 17558, 17559, 17560, 17561, 17562, 17563, 17564, 17565, 17566, 17567, 17568, 17569, 17570, 17571, 17572, 17573, 17574, 17575, 17576, 17577, 17578, 17579, 17580, 17581, 17582, 17583, 17584, 17585, 17586, 17587, 17588, 17589, 17590, 17591, 17592, 17593, 17594, 17595, 17596, 17597, 17598, 17599, 17600, 17601, 17602, 17603, 17604, 17605, 17606, 17607, 17608, 17609, 17610, 17611, 17612, 17613, 17614, 17615, 17616, 17617, 17618, 17619, 17620, 17621, 17622, 17623, 17624, 17625, 17626, 17627, 17628, 17629, 17630, 17631, 17632, 17633, 17634, 17635, 17636, 17637, 17638, 17639, 17640, 17641, 17642, 17643, 17644, 17645, 17646, 17647, 17648, 17649, 17650, 17651, 17652, 17653, 17654, 17655, 17656, 17657, 17658, 17659, 17660, 17661, 17662, 17663, 17664, 17665, 17666, 17667, 17668, 17669, 17670, 17671, 17672, 17673, 17674, 17675, 17676, 17677, 17678, 17679, 17680, 17681, 17682, 17683, 17684, 17685, 17686, 17687, 17688, 17689, 17690, 17691, 17692, 17693, 17694, 17695, 17696, 17697, 17698, 17699, 17700, 17701, 17702, 17703, 17704, 17705, 17706, 17707, 17708, 17709, 17710, 17711, 17712, 17713, 17714, 17715, 17716, 17717, 17718, 17719, 17720, 17721, 17722, 17723, 17724, 17725, 17726, 17727, 17728, 17729, 17730, 17731, 17732, 17733, 17734, 17735, 17736, 17737, 17738, 17739, 17740, 17741, 17742, 17743, 17744, 17745, 17746, 17747, 17748, 17749, 17750, 17751, 17752, 17753, 17754, 17755, 17756, 17757, 17758, 17759, 17760, 17761, 17762, 17763, 17764, 17765, 17766, 17767, 17768, 17769, 17770, 17771, 17772, 17773, 17774, 17775, 17776, 17777, 17778, 17779, 17780, 17781, 17782, 17783, 17784, 17785, 17786, 17787, 17788, 17789, 17790, 17791, 17792, 17793, 17794, 17795, 17796, 17797, 17798, 17799, 17800, 17801, 17802, 17803, 17804, 17805, 17806, 17807, 17808, 17809, 17810, 17811, 17812, 17813, 17814, 17815, 17816, 17817, 17818, 17819, 17820, 17821, 17822, 17823, 17824, 17825, 17826, 17827, 17828, 17829, 17830, 17831, 17832, 17833, 17834, 17835, 17836, 17837, 17838, 17839, 17840, 17841, 17842, 17843, 17844, 17845, 17846, 17847, 17848, 17849, 17850, 17851, 17852, 17853, 17854, 17855, 17856, 17857, 17858, 17859, 17860, 17861, 17862, 17863, 17864, 17865, 17866, 17867, 17868, 17869, 17870, 17871, 17872, 17873, 17874, 17875, 17876, 17877, 17878, 17879, 17880, 17881, 17882, 17883, 17884, 17885, 17886, 17887, 17888, 17889, 17890, 17891, 17892, 17893, 17894, 17895, 17896, 17897, 17898, 17899, 17900, 17901, 17902, 17903, 17904, 17905, 17906, 17907, 17908, 17909, 17910, 17911, 17912, 17913, 17914, 17915, 17916, 17917, 17918, 17919, 17920, 17921, 17922, 17923, 17924, 17925, 17926, 17927, 17928, 17929, 17930, 17931, 17932, 17933, 17934, 17935, 17936, 17937, 17938, 17939, 17940, 17941, 17942, 17943, 17944, 17945, 17946, 17947, 17948, 17949, 17950, 17951, 17952, 17953, 17954, 17955, 17956, 17957, 17958, 17959, 17960, 17961, 17962, 17963, 17964, 17965, 17966, 17967, 17968, 17969, 17970, 17971, 17972, 17973, 17974, 17975, 17976, 17977, 17978, 17979, 17980, 17981, 17982, 17983, 17984, 17985, 17986, 17987, 17988, 17989, 17990, 17991, 17992, 17993, 17994, 17995, 17996, 17997, 17998, 17999, 18000, 18001, 18002, 18003, 18004, 18005, 18006, 18007, 18008, 18009, 18010, 18011, 18012, 18013, 18014, 18015, 18016, 18017, 18018, 18019, 18020, 18021, 18022, 18023, 18024, 18025, 18026, 18027, 18028, 18029, 18030, 18031, 18032, 18033, 18034, 18035, 18036, 18037, 18038, 18039, 18040, 18041, 18042, 18043, 18044, 18045, 18046, 18047, 18048, 18049, 18050, 18051, 18052, 18053, 18054, 18055, 18056, 18057, 18058, 18059, 18060, 18061, 18062, 18063, 18064, 18065, 18066, 18067, 18068, 18069, 18070, 18071, 18072, 18073, 18074, 18075, 18076, 18077, 18078, 18079, 18080, 18081, 18082, 18083, 18084, 18085, 18086, 18087, 18088, 18089, 18090, 18091, 18092, 18093, 18094, 18095, 18096, 18097, 18098, 18099, 18100, 18101, 18102, 18103, 18104, 18105, 18106, 18107, 18108, 18109, 18110, 18111, 18112, 18113, 18114, 18115, 18116, 18117, 18118, 18119, 18120, 18121, 18122, 18123, 18124, 18125, 18126, 18127, 18128, 18129, 18130, 18131, 18132, 18133, 18134, 18135, 18136, 18137, 18138, 18139, 18140, 18141, 18142, 18143, 18144, 18145, 18146, 18147, 18148, 18149, 18150, 18151, 18152, 18153, 18154, 18155, 18156, 18157, 18158, 18159, 18160, 18161, 18162, 18163, 18164, 18165, 18166, 18167, 18168, 18169, 18170, 18171, 18172, 18173, 18174, 18175, 18176, 18177, 18178, 18179, 18180, 18181, 18182, 18183, 18184, 18185, 18186, 18187, 18188, 18189, 18190, 18191, 18192, 18193, 18194, 18195, 18196, 18197, 18198, 18199, 18200, 18201, 18202, 18203, 18204, 18205, 18206, 18207, 18208, 18209, 18210, 18211, 18212, 18213, 18214, 18215, 18216, 18217, 18218, 18219, 18220, 18221, 18222, 18223, 18224, 18225, 18226, 18227], "data": [["", "Boland"], ["", "Booth"], ["", "Carroll"], ["", "Collins"], ["", "Edwards"], ["", "Evans"], ["", "Franklin"], ["", "Gavern"], ["", "Harrison"], ["", "Hellings"], ["", "Higby"], ["", "Hillebrand"], ["", "Jones"], ["", "Larkin"], ["", "Leonard"], ["", "Lewis"], ["", "Macey"], ["", "McBride"], ["", "McCloskey"], ["", "McDoolan"], ["", "McRemer"], ["", "Murphy"], ["", "O'Rourke"], ["", "Quinlan"], ["", "Quinn"], ["", "Richardson"], ["", "Scott"], ["", "Shaffer"], ["", "Sheridan"], ["", "Smith"], ["", "Spencer"], ["", "Stafford"], ["", "Sterling"], ["", "Stoddard"], ["", "Sullivan"], ["", "Sweigert"], ["", "Wills"], ["", "Wood"], ["A. J.", "Achter"], ["A. J.", "Burnett"], ["A. J.", "Cole"], ["A. J.", "Ellis"], ["A. J.", "Griffin"], ["A. J.", "Hinch"], ["A. J.", "Murray"], ["A. J.", "Pierzynski"], ["A. J.", "Pollock"], ["A. J.", "Ramos"], ["A. J.", "Sager"], ["A. J.", "Schugel"], ["Aaron", "Altherr"], ["Aaron", "Barrett"], ["Aaron", "Bates"], ["Aaron", "Boone"], ["Aaron", "Brooks"], ["Aaron", "Clapp"], ["Aaron", "Cook"], ["Aaron", "Crow"], ["Aaron", "Cunningham"], ["Aaron", "Fultz"], ["Aaron", "Guiel"], ["Aaron", "Harang"], ["Aaron", "Heilman"], ["Aaron", "Hicks"], ["Aaron", "Hill"], ["Aaron", "Holbert"], ["Aaron", "Laffey"], ["Aaron", "Ledesma"], ["Aaron", "Looper"], ["Aaron", "Loup"], ["Aaron", "Miles"], ["Aaron", "Myette"], ["Aaron", "Nola"], ["Aaron", "Pointer"], ["Aaron", "Poreda"], ["Aaron", "Rakers"], ["Aaron", "Robinson"], ["Aaron", "Rowand"], ["Aaron", "Sanchez"], ["Aaron", "Scheffer"], ["Aaron", "Sele"], ["Aaron", "Small"], ["Aaron", "Taylor"], ["Aaron", "Thompson"], ["Aaron", "Ward"], ["Ab", "Wright"], ["Abbie", "Johnson"], ["Abe", "Alvarez"], ["Abe", "Bowman"], ["Abe", "Johnson"], ["Abe", "Kruger"], ["Abe", "White"], ["Abe", "Wolstenholme"], ["Abel", "De Los Santos"], ["Abel", "Lizotte"], ["Abie", "Hood"], ["Abner", "Dalrymple"], ["Abner", "Powell"], ["Abraham", "Almonte"], ["Abraham", "Nunez"], ["Ace", "Adams"], ["Ace", "Parker"], ["Ace", "Stewart"], ["Ace", "Williams"], ["Ad", "Brennan"], ["Ad", "Gumbert"], ["Ad", "Liska"], ["Ad", "Swigler"], ["Ad", "Yale"], ["Adalberto", "Mendez"], ["Adam", "Bernero"], ["Adam", "Butler"], ["Adam", "Comorosky"], ["Adam", "Conley"], ["Adam", "DeBus"], ["Adam", "Dunn"], ["Adam", "Duvall"], ["Adam", "Eaton"], ["Adam", "Everett"], ["Adam", "Greenberg"], ["Adam", "Hyzdu"], ["Adam", "Johnson"], ["Adam", "Jones"], ["Adam", "Kennedy"], ["Adam", "LaRoche"], ["Adam", "Liberatore"], ["Adam", "Lind"], ["Adam", "Loewen"], ["Adam", "Melhuse"], ["Adam", "Moore"], ["Adam", "Morgan"], ["Adam", "Ottavino"], ["Adam", "Peterson"], ["Adam", "Pettyjohn"], ["Adam", "Piatt"], ["Adam", "Riggs"], ["Adam", "Rocap"], ["Adam", "Rosales"], ["Adam", "Russell"], ["Adam", "Shabala"], ["Adam", "Stern"], ["Adam", "Wainwright"], ["Adam", "Warren"], ["Adam", "Wilk"], ["Addie", "Joss"], ["Addison", "Reed"], ["Addison", "Russell"], ["Adeiny", "Hechavarria"], ["Admiral", "Schlei"], ["Adolfo", "Phillips"], ["Adonis", "Garcia"], ["Adonis", "Terry"], ["Adrian", "Beltre"], ["Adrian", "Brown"], ["Adrian", "Cardenas"], ["Adrian", "Devine"], ["Adrian", "Garrett"], ["Adrian", "Gonzalez"], ["Adrian", "Hernandez"], ["Adrian", "Houser"], ["Adrian", "Lynch"], ["Adrian", "Nieto"], ["Adrian", "Zabala"], ["Adron", "Chambers"], ["Agustin", "Montero"], ["Akeel", "Morris"], ["Akinori", "Iwamura"], ["Akinori", "Otsuka"], ["Al", "Aber"], ["Al", "Alburquerque"], ["Al", "Atkinson"], ["Al", "Autry"], ["Al", "Baird"], ["Al", "Baker"], ["Al", "Barker"], ["Al", "Barlick"], ["Al", "Bashang"], ["Al", "Bauer"], ["Al", "Benton"], ["Al", "Bergman"], ["Al", "Blanche"], ["Al", "Bool"], ["Al", "Boucher"], ["Al", "Bradley"], ["Al", "Braithwood"], ["Al", "Brancato"], ["Al", "Brazle"], ["Al", "Bridwell"], ["Al", "Buckenberger"], ["Al", "Bumbry"], ["Al", "Burch"], ["Al", "Burris"], ["Al", "Cabrera"], ["Al", "Campanis"], ["Al", "Carson"], ["Al", "Chambers"], ["Al", "Cicotte"], ["Al", "Cihocki"], ["Al", "Clancy"], ["Al", "Clauss"], ["Al", "Closter"], ["Al", "Corwin"], ["Al", "Cowens"], ["Al", "Cuccinello"], ["Al", "Cypert"], ["Al", "Dark"], ["Al", "DeVormer"], ["Al", "Demaree"], ["Al", "Downing"], ["Al", "Dwight"], ["Al", "Eckert"], ["Al", "Epperly"], ["Al", "Evans"], ["Al", "Federoff"], ["Al", "Ferrara"], ["Al", "Fitzmorris"], ["Al", "Flair"], ["Al", "Froehlich"], ["Al", "Gallagher"], ["Al", "Gardella"], ["Al", "Gerheauser"], ["Al", "Gettel"], ["Al", "Gionfriddo"], ["Al", "Glossop"], ["Al", "Gould"], ["Al", "Grabowski"], ["Al", "Greene"], ["Al", "Grunwald"], ["Al", "Hall"], ["Al", "Halt"], ["Al", "Heist"], ["Al", "Hermann"], ["Al", "Holland"], ["Al", "Hollingsworth"], ["Al", "Hrabosky"], ["Al", "Hubbard"], ["Al", "Huenke"], ["Al", "Humphrey"], ["Al", "Jackson"], ["Al", "Javery"], ["Al", "Javier"], ["Al", "Jones"], ["Al", "Jurisich"], ["Al", "Kaiser"], ["Al", "Kaline"], ["Al", "Kellett"], ["Al", "Kellogg"], ["Al", "Kenders"], ["Al", "Klawitter"], ["Al", "Kozar"], ["Al", "Krumm"], ["Al", "Kvasnak"], ["Al", "LaMacchia"], ["Al", "Lachowicz"], ["Al", "Lakeman"], ["Al", "Lary"], ["Al", "Lawson"], ["Al", "Lefevre"], ["Al", "Leiter"], ["Al", "Levine"], ["Al", "Libke"], ["Al", "Lopez"], ["Al", "Lukens"], ["Al", "Luplow"], ["Al", "Lyons"], ["Al", "Mahon"], ["Al", "Mamaux"], ["Al", "Martin"], ["Al", "Mattern"], ["Al", "Maul"], ["Al", "Mays"], ["Al", "McBean"], ["Al", "McCauley"], ["Al", "McLean"], ["Al", "Milnar"], ["Al", "Montgomery"], ["Al", "Montreuil"], ["Al", "Moore"], ["Al", "Moran"], ["Al", "Myers"], ["Al", "Naples"], ["Al", "Neiger"], ["Al", "Nevin"], ["Al", "Newman"], ["Al", "Nichols"], ["Al", "Niehaus"], ["Al", "Niemiec"], ["Al", "Nipper"], ["Al", "Nixon"], ["Al", "Oliver"], ["Al", "Olmsted"], ["Al", "Orth"], ["Al", "Osuna"], ["Al", "Papai"], ["Al", "Pardo"], ["Al", "Pedrique"], ["Al", "Piechota"], ["Al", "Pierotti"], ["Al", "Pilarcik"], ["Al", "Platte"], ["Al", "Porto"], ["Al", "Pratt"], ["Al", "Raffo"], ["Al", "Reach"], ["Al", "Reiss"], ["Al", "Richter"], ["Al", "Rosen"], ["Al", "Rubeling"], ["Al", "Santorini"], ["Al", "Sauter"], ["Al", "Schacht"], ["Al", "Scheer"], ["Al", "Schellhase"], ["Al", "Schmelz"], ["Al", "Schroll"], ["Al", "Schulz"], ["Al", "Schweitzer"], ["Al", "Severinsen"], ["Al", "Shaw"], ["Al", "Shealy"], ["Al", "Silvera"], ["Al", "Sima"], ["Al", "Simmons"], ["Al", "Skinner"], ["Al", "Smith"], ["Al", "Spalding"], ["Al", "Spangler"], ["Al", "Spohrer"], ["Al", "Stanek"], ["Al", "Stokes"], ["Al", "Strueve"], ["Al", "Tate"], ["Al", "Tedrow"], ["Al", "Tesch"], ["Al", "Thake"], ["Al", "Todd"], ["Al", "Unser"], ["Al", "Van Camp"], ["Al", "Veach"], ["Al", "Veigel"], ["Al", "Verdel"], ["Al", "Weis"], ["Al", "Weston"], ["Al", "Wickland"], ["Al", "Widmar"], ["Al", "Williams"], ["Al", "Williamson"], ["Al", "Wingo"], ["Al", "Woods"], ["Al", "Worthington"], ["Al", "Wright"], ["Al", "Yates"], ["Al", "Yeargin"], ["Al", "Zarilla"], ["Alamazoo", "Jennings"], ["Alan", "Ashby"], ["Alan", "Bannister"], ["Alan", "Benes"], ["Alan", "Brice"], ["Alan", "Cockrell"], ["Alan", "Embree"], ["Alan", "Foster"], ["Alan", "Fowlkes"], ["Alan", "Hargesheimer"], ["Alan", "Johnson"], ["Alan", "Knicely"], ["Alan", "Koch"], ["Alan", "Mills"], ["Alan", "Newman"], ["Alan", "Storke"], ["Alan", "Strange"], ["Alan", "Trammell"], ["Alan", "Wiggins"], ["Alan", "Wirth"], ["Alan", "Zinter"], ["Alay", "Soler"], ["Albert", "Belle"], ["Albert", "Hall"], ["Albert", "Pujols"], ["Albert", "Williams"], ["Alberto", "Arias"], ["Alberto", "Cabrera"], ["Alberto", "Callaspo"], ["Alberto", "Castillo"], ["Alberto", "Gonzalez"], ["Alberto", "Lois"], ["Alberto", "Reyes"], ["Albie", "Lopez"], ["Albie", "Pearson"], ["Alcides", "Escobar"], ["Alec", "Asher"], ["Alec", "Distaso"], ["Aleck", "Smith"], ["Alejandro", "De Aza"], ["Alejandro", "Freire"], ["Alejandro", "Machado"], ["Alejandro", "Pena"], ["Alejandro", "Sanchez"], ["Alex", "Arias"], ["Alex", "Avila"], ["Alex", "Beam"], ["Alex", "Burnett"], ["Alex", "Cabrera"], ["Alex", "Carrasquel"], ["Alex", "Castellanos"], ["Alex", "Cintron"], ["Alex", "Claudio"], ["Alex", "Cobb"], ["Alex", "Cole"], ["Alex", "Colome"], ["Alex", "Cora"], ["Alex", "Delgado"], ["Alex", "Diaz"], ["Alex", "Dickerson"], ["Alex", "Escobar"], ["Alex", "Farmer"], ["Alex", "Ferguson"], ["Alex", "Fernandez"], ["Alex", "Ferson"], ["Alex", "Garbowski"], ["Alex", "Gardner"], ["Alex", "Gaston"], ["Alex", "George"], ["Alex", "Gonzalez"], ["Alex", "Gordon"], ["Alex", "Graman"], ["Alex", "Grammas"], ["Alex", "Guerrero"], ["Alex", "Hardy"], ["Alex", "Hassan"], ["Alex", "Hernandez"], ["Alex", "Herrera"], ["Alex", "Hinshaw"], ["Alex", "Hooks"], ["Alex", "Johnson"], ["Alex", "Jones"], ["Alex", "Kampouris"], ["Alex", "Kellner"], ["Alex", "Konikowski"], ["Alex", "Liddi"], ["Alex", "Madrid"], ["Alex", "Main"], ["Alex", "Malloy"], ["Alex", "McCarthy"], ["Alex", "McColl"], ["Alex", "McFarlan"], ["Alex", "McKinnon"], ["Alex", "Metzler"], ["Alex", "Meyer"], ["Alex", "Monchak"], ["Alex", "Mustaikis"], ["Alex", "Ochoa"], ["Alex", "Pacheco"], ["Alex", "Pearson"], ["Alex", "Pelaez"], ["Alex", "Pitko"], ["Alex", "Pompez"], ["Alex", "Presley"], ["Alex", "Prieto"], ["Alex", "Ramirez"], ["Alex", "Remneas"], ["Alex", "Rios"], ["Alex", "Rodriguez"], ["Alex", "Romero"], ["Alex", "Sabo"], ["Alex", "Sanabia"], ["Alex", "Sanchez"], ["Alex", "Serrano"], ["Alex", "Taveras"], ["Alex", "Torres"], ["Alex", "Trevino"], ["Alex", "Voss"], ["Alex", "White"], ["Alex", "Wilson"], ["Alex", "Wood"], ["Alexander", "Cartwright"], ["Alexander", "Donoghue"], ["Alexei", "Ramirez"], ["Alexi", "Amarista"], ["Alexi", "Casilla"], ["Alexi", "Ogando"], ["Alexis", "Gomez"], ["Alexis", "Infante"], ["Alf", "Anderson"], ["Alfonso", "Pulido"], ["Alfonso", "Soriano"], ["Alfred", "Metcalfe"], ["Alfredo", "Aceves"], ["Alfredo", "Amezaga"], ["Alfredo", "Figaro"], ["Alfredo", "Griffin"], ["Alfredo", "Marte"], ["Alfredo", "Simon"], ["Algie", "McBride"], ["Ali", "Solis"], ["Allan", "Anderson"], ["Allan", "Collamore"], ["Allan", "Dykstra"], ["Allan", "Lewis"], ["Allan", "Ramirez"], ["Allan", "Simpson"], ["Allan", "Sothoron"], ["Allan", "Travers"], ["Allen", "Battle"], ["Allen", "Benson"], ["Allen", "Conkwright"], ["Allen", "Craig"], ["Allen", "Elliott"], ["Allen", "Levrault"], ["Allen", "McDill"], ["Allen", "Ripley"], ["Allen", "Russell"], ["Allen", "Watson"], ["Allen", "Webster"], ["Allie", "Clark"], ["Allie", "Moulton"], ["Allie", "Reynolds"], ["Allie", "Strobel"], ["Allie", "Watt"], ["Allyn", "Stout"], ["Alonzo", "Breitenstein"], ["Alonzo", "Powell"], ["Alta", "Cohen"], ["Alton", "Brown"], ["Alvaro", "Espinoza"], ["Alvin", "Colina"], ["Alvin", "Davis"], ["Alvin", "Morman"], ["Amado", "Samuel"], ["Amalio", "Carreno"], ["Amauri", "Sanit"], ["Amaury", "Garcia"], ["Amaury", "Telemaco"], ["Ambiorix", "Burgos"], ["Ambrose", "McGann"], ["Ambrose", "Puttmann"], ["Amby", "McConnell"], ["Amby", "Murray"], ["Amos", "Booth"], ["Amos", "Cross"], ["Amos", "Otis"], ["Amos", "Rusie"], ["Amos", "Strunk"], ["Anastacio", "Martinez"], ["Anderson", "Garcia"], ["Anderson", "Hernandez"], ["Anderson", "Machado"], ["Andre", "David"], ["Andre", "Dawson"], ["Andre", "Ethier"], ["Andre", "Rienzo"], ["Andre", "Robertson"], ["Andre", "Rodgers"], ["Andre", "Thornton"], ["Andrelton", "Simmons"], ["Andres", "Berumen"], ["Andres", "Blanco"], ["Andres", "Galarraga"], ["Andres", "Mora"], ["Andres", "Santana"], ["Andres", "Thomas"], ["Andres", "Torres"], ["Andrew", "Albers"], ["Andrew", "Bailey"], ["Andrew", "Bellatti"], ["Andrew", "Brackman"], ["Andrew", "Brown"], ["Andrew", "Carignan"], ["Andrew", "Cashner"], ["Andrew", "Chafin"], ["Andrew", "Faulkner"], ["Andrew", "Good"], ["Andrew", "Heaney"], ["Andrew", "Lambo"], ["Andrew", "Lorraine"], ["Andrew", "McCutchen"], ["Andrew", "McKirahan"], ["Andrew", "Miller"], ["Andrew", "Romine"], ["Andrew", "Susac"], ["Andrew", "Taylor"], ["Andrew", "Thompson"], ["Andrew", "Werner"], ["Andruw", "Jones"], ["Andujar", "Cedeno"], ["Andy", "Abad"], ["Andy", "Allanson"], ["Andy", "Allison"], ["Andy", "Anderson"], ["Andy", "Ashby"], ["Andy", "Barkett"], ["Andy", "Bednar"], ["Andy", "Beene"], ["Andy", "Benes"], ["Andy", "Boswell"], ["Andy", "Bruckmiller"], ["Andy", "Cannizaro"], ["Andy", "Carey"], ["Andy", "Carter"], ["Andy", "Cavazos"], ["Andy", "Coakley"], ["Andy", "Cohen"], ["Andy", "Cook"], ["Andy", "Cooper"], ["Andy", "Cusick"], ["Andy", "Dirks"], ["Andy", "Dominique"], ["Andy", "Dunning"], ["Andy", "Etchebarren"], ["Andy", "Fox"], ["Andy", "Gilbert"], ["Andy", "Gonzalez"], ["Andy", "Green"], ["Andy", "Hansen"], ["Andy", "Harrington"], ["Andy", "Hassler"], ["Andy", "Hawkins"], ["Andy", "High"], ["Andy", "Karl"], ["Andy", "Knox"], ["Andy", "Kosco"], ["Andy", "Kyle"], ["Andy", "LaRoche"], ["Andy", "Lapihuska"], ["Andy", "Larkin"], ["Andy", "Leonard"], ["Andy", "Marte"], ["Andy", "McGaffigan"], ["Andy", "Merchant"], ["Andy", "Messersmith"], ["Andy", "Mota"], ["Andy", "Nelson"], ["Andy", "O'Connor"], ["Andy", "Oliver"], ["Andy", "Oyler"], ["Andy", "Pafko"], ["Andy", "Parrino"], ["Andy", "Pettitte"], ["Andy", "Phillips"], ["Andy", "Piercy"], ["Andy", "Pilney"], ["Andy", "Pratt"], ["Andy", "Reese"], ["Andy", "Replogle"], ["Andy", "Rincon"], ["Andy", "Rush"], ["Andy", "Seminick"], ["Andy", "Sheets"], ["Andy", "Sisco"], ["Andy", "Sommers"], ["Andy", "Sommerville"], ["Andy", "Sonnanstine"], ["Andy", "Spognardi"], ["Andy", "Stankiewicz"], ["Andy", "Stewart"], ["Andy", "Sullivan"], ["Andy", "Swan"], ["Andy", "Thompson"], ["Andy", "Tomasic"], ["Andy", "Tomberlin"], ["Andy", "Tracy"], ["Andy", "Van Hekken"], ["Andy", "Van Slyke"], ["Andy", "Varga"], ["Andy", "Wilkins"], ["Andy", "Woehr"], ["Aneury", "Rodriguez"], ["Angel", "Aragon"], ["Angel", "Berroa"], ["Angel", "Bravo"], ["Angel", "Castro"], ["Angel", "Chavez"], ["Angel", "Echevarria"], ["Angel", "Escobar"], ["Angel", "Fleitas"], ["Angel", "Guzman"], ["Angel", "Mangual"], ["Angel", "Miranda"], ["Angel", "Moreno"], ["Angel", "Nesbitt"], ["Angel", "Pagan"], ["Angel", "Pena"], ["Angel", "Salazar"], ["Angel", "Salome"], ["Angel", "Sanchez"], ["Angel", "Santos"], ["Angel", "Torres"], ["Angelo", "Dagres"], ["Angelo", "Encarnacion"], ["Angelo", "LiPetri"], ["Anibal", "Sanchez"], ["Anse", "Moore"], ["Anthony", "Bass"], ["Anthony", "Chavez"], ["Anthony", "Claggett"], ["Anthony", "DeSclafani"], ["Anthony", "Ferrari"], ["Anthony", "Gose"], ["Anthony", "Lerew"], ["Anthony", "Ortega"], ["Anthony", "Ranaudo"], ["Anthony", "Recker"], ["Anthony", "Rendon"], ["Anthony", "Reyes"], ["Anthony", "Rizzo"], ["Anthony", "Sanders"], ["Anthony", "Shumaker"], ["Anthony", "Slama"], ["Anthony", "Swarzak"], ["Anthony", "Telford"], ["Anthony", "Varvaro"], ["Anthony", "Vasquez"], ["Anthony", "Young"], ["Antoan", "Richardson"], ["Anton", "Falch"], ["Antone", "Williamson"], ["Antonio", "Alfonseca"], ["Antonio", "Bastardo"], ["Antonio", "Osuna"], ["Antonio", "Perez"], ["Aquilino", "Lopez"], ["Aramis", "Ramirez"], ["Arch", "McCarthy"], ["Arch", "Reilly"], ["Archi", "Cianfrocco"], ["Archie", "Bradley"], ["Archie", "Campbell"], ["Archie", "Corbin"], ["Archie", "McKain"], ["Archie", "Moore"], ["Archie", "Reynolds"], ["Archie", "Stimmel"], ["Archie", "Wilson"], ["Archie", "Wise"], ["Archie", "Yelle"], ["Argenis", "Diaz"], ["Argenis", "Reyes"], ["Ariel", "Pena"], ["Ariel", "Prieto"], ["Arismendy", "Alcantara"], ["Arky", "Vaughan"], ["Arlas", "Taylor"], ["Arlie", "Latham"], ["Arlie", "Pond"], ["Arlie", "Tarbert"], ["Arlo", "Brunsberg"], ["Armando", "Almanza"], ["Armando", "Benitez"], ["Armando", "Gabino"], ["Armando", "Galarraga"], ["Armando", "Marsans"], ["Armando", "Reynoso"], ["Armando", "Rios"], ["Armando", "Roche"], ["Arndt", "Jorgens"], ["Arnie", "Moser"], ["Arnie", "Munoz"], ["Arnie", "Portocarrero"], ["Arnie", "Stone"], ["Arnold", "Carter"], ["Arnold", "Earley"], ["Arnold", "Hauser"], ["Arnold", "Leon"], ["Arnold", "Umbach"], ["Arodys", "Vizcaino"], ["Aroldis", "Chapman"], ["Arquimedes", "Caminero"], ["Arquimedez", "Pozo"], ["Art", "Allison"], ["Art", "Bader"], ["Art", "Ball"], ["Art", "Benedict"], ["Art", "Bramhall"], ["Art", "Brouthers"], ["Art", "Bues"], ["Art", "Butler"], ["Art", "Ceccarelli"], ["Art", "Corcoran"], ["Art", "Croft"], ["Art", "Daney"], ["Art", "Decatur"], ["Art", "Delaney"], ["Art", "Devlin"], ["Art", "Ditmar"], ["Art", "Doll"], ["Art", "Evans"], ["Art", "Ewoldt"], ["Art", "Fletcher"], ["Art", "Fowler"], ["Art", "Fromme"], ["Art", "Gardiner"], ["Art", "Gardner"], ["Art", "Garibaldi"], ["Art", "Goodwin"], ["Art", "Griggs"], ["Art", "Hagan"], ["Art", "Herman"], ["Art", "Herring"], ["Art", "Hoelskoetter"], ["Art", "Houtteman"], ["Art", "Howe"], ["Art", "Jacobs"], ["Art", "Jahn"], ["Art", "James"], ["Art", "Johnson"], ["Art", "Jones"], ["Art", "Kenney"], ["Art", "Kores"], ["Art", "Kruger"], ["Art", "Kusnyer"], ["Art", "LaVigne"], ["Art", "Lopatka"], ["Art", "Lopez"], ["Art", "Loudell"], ["Art", "Madison"], ["Art", "Mahaffey"], ["Art", "Mahan"], ["Art", "McCoy"], ["Art", "McGovern"], ["Art", "McLarney"], ["Art", "Merewether"], ["Art", "Mills"], ["Art", "Nehf"], ["Art", "Nichols"], ["Art", "Parks"], ["Art", "Phelan"], ["Art", "Quirk"], ["Art", "Rebel"], ["Art", "Reinhart"], ["Art", "Reinholz"], ["Art", "Rico"], ["Art", "Ruble"], ["Art", "Schallock"], ["Art", "Scharein"], ["Art", "Schult"], ["Art", "Schwind"], ["Art", "Shamsky"], ["Art", "Shires"], ["Art", "Sladen"], ["Art", "Smith"], ["Art", "Stokes"], ["Art", "Sunday"], ["Art", "Thomason"], ["Art", "Thompson"], ["Art", "Twineham"], ["Art", "Watson"], ["Art", "Weaver"], ["Art", "Whitney"], ["Art", "Williams"], ["Art", "Wilson"], ["Arthur", "Hauger"], ["Arthur", "Irwin"], ["Arthur", "Rhodes"], ["Artie", "Clarke"], ["Artie", "Dede"], ["Artie", "Wilson"], ["Arturo", "DeFreites"], ["Arturo", "Lopez"], ["Asa", "Brainard"], ["Asa", "Stratton"], ["Asdrubal", "Cabrera"], ["Asher", "Wojciechowski"], ["Astyanax", "Douglass"], ["Atahualpa", "Severino"], ["Atlee", "Hammaker"], ["Atley", "Donald"], ["Aubrey", "Epps"], ["Aubrey", "Gatewood"], ["Aubrey", "Huff"], ["Audry", "Perez"], ["Augie", "Bergamo"], ["Augie", "Galan"], ["Augie", "Johns"], ["Augie", "Ojeda"], ["Augie", "Prudhomme"], ["Augie", "Swentor"], ["Augie", "Walsh"], ["Aurelio", "Lopez"], ["Aurelio", "Monteagudo"], ["Aurelio", "Rodriguez"], ["Austin", "Adams"], ["Austin", "Barnes"], ["Austin", "Hedges"], ["Austin", "Jackson"], ["Austin", "Kearns"], ["Austin", "Knickerbocker"], ["Austin", "McHenry"], ["Austin", "Romine"], ["Austin", "Walsh"], ["Avisail", "Garcia"], ["Axel", "Lindstrom"], ["B. J.", "Rosenberg"], ["B. J.", "Ryan"], ["B. J.", "Surhoff"], ["B. J.", "Waszgis"], ["Babe", "Adams"], ["Babe", "Barna"], ["Babe", "Birrer"], ["Babe", "Borton"], ["Babe", "Dahlgren"], ["Babe", "Danzig"], ["Babe", "Doty"], ["Babe", "Ellison"], ["Babe", "Ganzel"], ["Babe", "Herman"], ["Babe", "Martin"], ["Babe", "Phelps"], ["Babe", "Pinelli"], ["Babe", "Ruth"], ["Babe", "Towne"], ["Babe", "Twombly"], ["Babe", "Young"], ["Baby", "Ortiz"], ["Baby Doll", "Jacobson"], ["Bake", "McBride"], ["Baldy", "Louden"], ["Balor", "Moore"], ["Balvino", "Galvez"], ["Bama", "Rowell"], ["Ban", "Johnson"], ["Barbaro", "Canizares"], ["Barbaro", "Garbey"], ["Barney", "Dreyfuss"], ["Barney", "Gilligan"], ["Barney", "Koch"], ["Barney", "Martin"], ["Barney", "McCosky"], ["Barney", "McFadden"], ["Barney", "McLaughlin"], ["Barney", "Mussill"], ["Barney", "Olsen"], ["Barney", "Pelty"], ["Barney", "Reilly"], ["Barney", "Schreiber"], ["Barney", "Schultz"], ["Barney", "Slaughter"], ["Barney", "White"], ["Barney", "Wolfe"], ["Barret", "Browning"], ["Barry", "Bonds"], ["Barry", "Bonnell"], ["Barry", "Cort"], ["Barry", "Enright"], ["Barry", "Evans"], ["Barry", "Foote"], ["Barry", "Jones"], ["Barry", "Larkin"], ["Barry", "Latman"], ["Barry", "Lersch"], ["Barry", "Lyons"], ["Barry", "Manuel"], ["Barry", "McCormick"], ["Barry", "Moore"], ["Barry", "Raziano"], ["Barry", "Shetrone"], ["Barry", "Wesson"], ["Barry", "Zito"], ["Bart", "Cantz"], ["Bart", "Evans"], ["Bart", "Johnson"], ["Bart", "Miadich"], ["Bart", "Shirley"], ["Bart", "Zeller"], ["Bartolo", "Colon"], ["Bartolome", "Fortunato"], ["Beals", "Becker"], ["Beany", "Jacobson"], ["Beau", "Allred"], ["Beau", "Bell"], ["Beauty", "McGowan"], ["Beiker", "Graterol"], ["Belden", "Hill"], ["Beltran", "Perez"], ["Belve", "Bean"], ["Ben", "Beville"], ["Ben", "Blomdahl"], ["Ben", "Broussard"], ["Ben", "Caffyn"], ["Ben", "Callahan"], ["Ben", "Cantwell"], ["Ben", "Cardoni"], ["Ben", "Chapman"], ["Ben", "Conroy"], ["Ben", "Davis"], ["Ben", "DeMott"], ["Ben", "Diggins"], ["Ben", "Dyer"], ["Ben", "Egan"], ["Ben", "Ellis"], ["Ben", "Flowers"], ["Ben", "Ford"], ["Ben", "Francisco"], ["Ben", "Geraghty"], ["Ben", "Grieve"], ["Ben", "Guiney"], ["Ben", "Guintini"], ["Ben", "Harris"], ["Ben", "Hayes"], ["Ben", "Hendrickson"], ["Ben", "Houser"], ["Ben", "Howard"], ["Ben", "Huffman"], ["Ben", "Hunt"], ["Ben", "Johnson"], ["Ben", "Koehler"], ["Ben", "Kozlowski"], ["Ben", "Laughlin"], ["Ben", "Mallonee"], ["Ben", "McDonald"], ["Ben", "Oglivie"], ["Ben", "Paschal"], ["Ben", "Paulsen"], ["Ben", "Petrick"], ["Ben", "Revere"], ["Ben", "Rivera"], ["Ben", "Rochefort"], ["Ben", "Rowen"], ["Ben", "Sanders"], ["Ben", "Sankey"], ["Ben", "Shaw"], ["Ben", "Sheets"], ["Ben", "Shelton"], ["Ben", "Shields"], ["Ben", "Spencer"], ["Ben", "Steiner"], ["Ben", "Stephens"], ["Ben", "Taylor"], ["Ben", "Tincup"], ["Ben", "Van Dyke"], ["Ben", "VanRyn"], ["Ben", "Wade"], ["Ben", "Weber"], ["Ben", "Zobrist"], ["Bengie", "Molina"], ["Benito", "Baez"], ["Benito", "Santiago"], ["Benj", "Sampson"], ["Benji", "Gil"], ["Benn", "Karr"], ["Bennie", "Daniels"], ["Bennie", "Tate"], ["Bennie", "Warren"], ["Benny", "Agbayani"], ["Benny", "Ayala"], ["Benny", "Bengough"], ["Benny", "Bowcock"], ["Benny", "Culp"], ["Benny", "Distefano"], ["Benny", "Frey"], ["Benny", "Kauff"], ["Benny", "McCoy"], ["Benny", "Meyer"], ["Benny", "Valenzuela"], ["Benny", "Zientara"], ["Bernard", "Gilkey"], ["Bernardo", "Brito"], ["Bernie", "Allen"], ["Bernie", "Boland"], ["Bernie", "Carbo"], ["Bernie", "Castro"], ["Bernie", "Creger"], ["Bernie", "DeViveiros"], ["Bernie", "Duffy"], ["Bernie", "Friberg"], ["Bernie", "Graham"], ["Bernie", "Henderson"], ["Bernie", "Hungling"], ["Bernie", "James"], ["Bernie", "Neis"], ["Bernie", "Smith"], ["Bernie", "Snyder"], ["Bernie", "Walter"], ["Bernie", "Williams"], ["Bert", "Abbey"], ["Bert", "Adams"], ["Bert", "Blue"], ["Bert", "Blyleven"], ["Bert", "Bradley"], ["Bert", "Brenner"], ["Bert", "Campaneris"], ["Bert", "Cole"], ["Bert", "Conn"], ["Bert", "Cueto"], ["Bert", "Cunningham"], ["Bert", "Daly"], ["Bert", "Daniels"], ["Bert", "Delmas"], ["Bert", "Dorr"], ["Bert", "Gallia"], ["Bert", "Graham"], ["Bert", "Griffith"], ["Bert", "Haas"], ["Bert", "Hall"], ["Bert", "Hamric"], ["Bert", "Heffernan"], ["Bert", "Hodges"], ["Bert", "Hogg"], ["Bert", "Humphries"], ["Bert", "Husting"], ["Bert", "Inks"], ["Bert", "James"], ["Bert", "Kuczynski"], ["Bert", "Lewis"], ["Bert", "Maxwell"], ["Bert", "Miller"], ["Bert", "Myers"], ["Bert", "Niehoff"], ["Bert", "Pena"], ["Bert", "Roberge"], ["Bert", "Shepard"], ["Bert", "Sincock"], ["Bert", "Thiel"], ["Bert", "Tooley"], ["Bert", "Weeden"], ["Bert", "Whaling"], ["Bert", "Yeabsley"], ["Beryl", "Richmond"], ["Bevo", "LeBourveau"], ["Bibb", "Falk"], ["Bid", "McPhee"], ["Biddy", "Dolan"], ["Bien", "Figueroa"], ["Biff", "Pocoroba"], ["Biff", "Schaller"], ["Biff", "Schlitzer"], ["Biff", "Sheehan"], ["Biff", "Wysong"], ["Big Jeff", "Pfeffer"], ["Biggs", "Wehde"], ["Bill", "Abernathie"], ["Bill", "Abstein"], ["Bill", "Adair"], ["Bill", "Ahearn"], ["Bill", "Akers"], ["Bill", "Allison"], ["Bill", "Almon"], ["Bill", "Anderson"], ["Bill", "Andrus"], ["Bill", "Annis"], ["Bill", "Antonello"], ["Bill", "Armour"], ["Bill", "Atkinson"], ["Bill", "Atwood"], ["Bill", "Ayers"], ["Bill", "Bagwell"], ["Bill", "Bailey"], ["Bill", "Baker"], ["Bill", "Bankston"], ["Bill", "Barnes"], ["Bill", "Barrett"], ["Bill", "Bartley"], ["Bill", "Bathe"], ["Bill", "Batsch"], ["Bill", "Bayne"], ["Bill", "Bean"], ["Bill", "Beckmann"], ["Bill", "Bell"], ["Bill", "Bergen"], ["Bill", "Bernhard"], ["Bill", "Bethea"], ["Bill", "Bevens"], ["Bill", "Bishop"], ["Bill", "Black"], ["Bill", "Blair"], ["Bill", "Bolden"], ["Bill", "Bonham"], ["Bill", "Bonness"], ["Bill", "Bordley"], ["Bill", "Bowman"], ["Bill", "Boyd"], ["Bill", "Bradford"], ["Bill", "Bradley"], ["Bill", "Brady"], ["Bill", "Brandt"], ["Bill", "Bray"], ["Bill", "Breckinridge"], ["Bill", "Brenzel"], ["Bill", "Brinker"], ["Bill", "Brown"], ["Bill", "Brubaker"], ["Bill", "Bruton"], ["Bill", "Buckner"], ["Bill", "Burbach"], ["Bill", "Burdick"], ["Bill", "Burgo"], ["Bill", "Burich"], ["Bill", "Burns"], ["Bill", "Burwell"], ["Bill", "Butland"], ["Bill", "Butler"], ["Bill", "Byers"], ["Bill", "Calhoun"], ["Bill", "Campbell"], ["Bill", "Carney"], ["Bill", "Carrick"], ["Bill", "Carrigan"], ["Bill", "Castro"], ["Bill", "Caudill"], ["Bill", "Chamberlain"], ["Bill", "Chambers"], ["Bill", "Champion"], ["Bill", "Chappelle"], ["Bill", "Childers"], ["Bill", "Cissell"], ["Bill", "Clancy"], ["Bill", "Clarkson"], ["Bill", "Clay"], ["Bill", "Clemensen"], ["Bill", "Clowers"], ["Bill", "Clymer"], ["Bill", "Collins"], ["Bill", "Collver"], ["Bill", "Connelly"], ["Bill", "Connors"], ["Bill", "Conroy"], ["Bill", "Conway"], ["Bill", "Cooney"], ["Bill", "Coughlin"], ["Bill", "Cox"], ["Bill", "Coyle"], ["Bill", "Cramer"], ["Bill", "Craver"], ["Bill", "Cristall"], ["Bill", "Cronin"], ["Bill", "Crouch"], ["Bill", "Crowley"], ["Bill", "Culp"], ["Bill", "Cunningham"], ["Bill", "Currie"], ["Bill", "Dahlen"], ["Bill", "Dailey"], ["Bill", "Daley"], ["Bill", "Dalrymple"], ["Bill", "Dam"], ["Bill", "Dammann"], ["Bill", "Davidson"], ["Bill", "Davis"], ["Bill", "Dawley"], ["Bill", "Day"], ["Bill", "DeKoning"], ["Bill", "DeLancey"], ["Bill", "Deitrick"], ["Bill", "Delaney"], ["Bill", "Denehy"], ["Bill", "Dickey"], ["Bill", "Dietrich"], ["Bill", "Dillman"], ["Bill", "Dinneen"], ["Bill", "Doak"], ["Bill", "Donovan"], ["Bill", "Doran"], ["Bill", "Dreesen"], ["Bill", "Drescher"], ["Bill", "Dugan"], ["Bill", "Duggleby"], ["Bill", "Dunlap"], ["Bill", "Duzen"], ["Bill", "Eagan"], ["Bill", "Eagle"], ["Bill", "Earley"], ["Bill", "Edgerton"], ["Bill", "Endicott"], ["Bill", "Essick"], ["Bill", "Evans"], ["Bill", "Everitt"], ["Bill", "Fagan"], ["Bill", "Fahey"], ["Bill", "Farmer"], ["Bill", "Farrell"], ["Bill", "Faul"], ["Bill", "Ferrazzi"], ["Bill", "Fincher"], ["Bill", "Finley"], ["Bill", "Fischer"], ["Bill", "Fleming"], ["Bill", "Forman"], ["Bill", "Foster"], ["Bill", "Fouser"], ["Bill", "Fox"], ["Bill", "Foxen"], ["Bill", "Freehan"], ["Bill", "French"], ["Bill", "Friel"], ["Bill", "Froats"], ["Bill", "Fulton"], ["Bill", "Gallagher"], ["Bill", "Gannon"], ["Bill", "Gardner"], ["Bill", "Garfield"], ["Bill", "Geiss"], ["Bill", "George"], ["Bill", "Gilbert"], ["Bill", "Gilbreth"], ["Bill", "Gleason"], ["Bill", "Glynn"], ["Bill", "Gogolewski"], ["Bill", "Goodenough"], ["Bill", "Graham"], ["Bill", "Grahame"], ["Bill", "Gray"], ["Bill", "Greason"], ["Bill", "Greenwood"], ["Bill", "Greif"], ["Bill", "Grevell"], ["Bill", "Gullickson"], ["Bill", "Haeffner"], ["Bill", "Hague"], ["Bill", "Hall"], ["Bill", "Hallahan"], ["Bill", "Hallman"], ["Bill", "Hands"], ["Bill", "Hanlon"], ["Bill", "Harbridge"], ["Bill", "Harman"], ["Bill", "Harper"], ["Bill", "Harrelson"], ["Bill", "Harrington"], ["Bill", "Harris"], ["Bill", "Hart"], ["Bill", "Haselman"], ["Bill", "Hassamaer"], ["Bill", "Hawes"], ["Bill", "Hawke"], ["Bill", "Hayes"], ["Bill", "Haywood"], ["Bill", "Heath"], ["Bill", "Henderson"], ["Bill", "Henry"], ["Bill", "Hepler"], ["Bill", "Herring"], ["Bill", "Higdon"], ["Bill", "Higgins"], ["Bill", "Hill"], ["Bill", "Hinchman"], ["Bill", "Hobbs"], ["Bill", "Hoffer"], ["Bill", "Hoffman"], ["Bill", "Hogg"], ["Bill", "Hohman"], ["Bill", "Holbert"], ["Bill", "Holden"], ["Bill", "Hollahan"], ["Bill", "Holland"], ["Bill", "Hopper"], ["Bill", "Howerton"], ["Bill", "Hubbell"], ["Bill", "Hughes"], ["Bill", "Hunnefield"], ["Bill", "Hunter"], ["Bill", "Hurst"], ["Bill", "Husted"], ["Bill", "Hutchinson"], ["Bill", "Irwin"], ["Bill", "Jackson"], ["Bill", "James"], ["Bill", "Jennings"], ["Bill", "Johnson"], ["Bill", "Jones"], ["Bill", "Joyce"], ["Bill", "Kalfass"], ["Bill", "Karlon"], ["Bill", "Karns"], ["Bill", "Kay"], ["Bill", "Keen"], ["Bill", "Keister"], ["Bill", "Kellogg"], ["Bill", "Kelly"], ["Bill", "Kelso"], ["Bill", "Kemmer"], ["Bill", "Kennedy"], ["Bill", "Kern"], ["Bill", "Kienzle"], ["Bill", "Killefer"], ["Bill", "Kirk"], ["Bill", "Kirksieck"], ["Bill", "Kissinger"], ["Bill", "Klem"], ["Bill", "Kling"], ["Bill", "Knickerbocker"], ["Bill", "Knowlton"], ["Bill", "Koski"], ["Bill", "Krieg"], ["Bill", "Krueger"], ["Bill", "Kuehne"], ["Bill", "Kunkel"], ["Bill", "Lamar"], ["Bill", "Landis"], ["Bill", "Landrum"], ["Bill", "Lange"], ["Bill", "Laskey"], ["Bill", "Lasley"], ["Bill", "Latham"], ["Bill", "Lathrop"], ["Bill", "Lattimore"], ["Bill", "Lauterborn"], ["Bill", "Lawrence"], ["Bill", "Laxton"], ["Bill", "LeFebvre"], ["Bill", "Leard"], ["Bill", "Lee"], ["Bill", "Leinhauser"], ["Bill", "Leith"], ["Bill", "Lelivelt"], ["Bill", "Lennon"], ["Bill", "Lewis"], ["Bill", "Lillard"], ["Bill", "Lindsay"], ["Bill", "Lindsey"], ["Bill", "Lohrman"], ["Bill", "Long"], ["Bill", "Loughran"], ["Bill", "Ludwig"], ["Bill", "Lyons"], ["Bill", "Macdonald"], ["Bill", "Mack"], ["Bill", "Madlock"], ["Bill", "Magee"], ["Bill", "Malarkey"], ["Bill", "Marshall"], ["Bill", "Massey"], ["Bill", "Mazeroski"], ["Bill", "McAfee"], ["Bill", "McAllester"], ["Bill", "McCabe"], ["Bill", "McCaffrey"], ["Bill", "McCahan"], ["Bill", "McCarren"], ["Bill", "McCarthy"], ["Bill", "McCauley"], ["Bill", "McClellan"], ["Bill", "McCloskey"], ["Bill", "McCorry"], ["Bill", "McGee"], ["Bill", "McGhee"], ["Bill", "McGill"], ["Bill", "McGilvray"], ["Bill", "McGowan"], ["Bill", "McGuire"], ["Bill", "McGunnigle"], ["Bill", "McKechnie"], ["Bill", "McNulty"], ["Bill", "McTigue"], ["Bill", "McWilliams"], ["Bill", "Meehan"], ["Bill", "Mellor"], ["Bill", "Melton"], ["Bill", "Merritt"], ["Bill", "Miller"], ["Bill", "Mills"], ["Bill", "Mizeur"], ["Bill", "Moisan"], ["Bill", "Monbouquette"], ["Bill", "Mooneyham"], ["Bill", "Moore"], ["Bill", "Moran"], ["Bill", "Morgan"], ["Bill", "Moriarty"], ["Bill", "Morley"], ["Bill", "Morrell"], ["Bill", "Morrisette"], ["Bill", "Mountjoy"], ["Bill", "Mueller"], ["Bill", "Mundy"], ["Bill", "Murphy"], ["Bill", "Murray"], ["Bill", "Nagel"], ["Bill", "Nahorodny"], ["Bill", "Narleski"], ["Bill", "Nelson"], ["Bill", "Nicholson"], ["Bill", "Niles"], ["Bill", "Norman"], ["Bill", "North"], ["Bill", "O'Hara"], ["Bill", "O'Neill"], ["Bill", "Ortega"], ["Bill", "Oster"], ["Bill", "Otey"], ["Bill", "Otis"], ["Bill", "Parks"], ["Bill", "Parsons"], ["Bill", "Paschall"], ["Bill", "Patton"], ["Bill", "Pecota"], ["Bill", "Perrin"], ["Bill", "Pertica"], ["Bill", "Peterman"], ["Bill", "Pfann"], ["Bill", "Phebus"], ["Bill", "Phillips"], ["Bill", "Phyle"], ["Bill", "Piercy"], ["Bill", "Pierro"], ["Bill", "Pleis"], ["Bill", "Plummer"], ["Bill", "Popp"], ["Bill", "Posedel"], ["Bill", "Pounds"], ["Bill", "Powell"], ["Bill", "Price"], ["Bill", "Prough"], ["Bill", "Pulsipher"], ["Bill", "Quarles"], ["Bill", "Ramsey"], ["Bill", "Rariden"], ["Bill", "Reeder"], ["Bill", "Regan"], ["Bill", "Reidy"], ["Bill", "Renna"], ["Bill", "Reynolds"], ["Bill", "Richardson"], ["Bill", "Rigney"], ["Bill", "Risley"], ["Bill", "Robinson"], ["Bill", "Rodgers"], ["Bill", "Rollinson"], ["Bill", "Roman"], ["Bill", "Rotes"], ["Bill", "Russell"], ["Bill", "Salkeld"], ["Bill", "Sampen"], ["Bill", "Sarni"], ["Bill", "Sayles"], ["Bill", "Schardt"], ["Bill", "Schenck"], ["Bill", "Scherrer"], ["Bill", "Schindler"], ["Bill", "Schlesinger"], ["Bill", "Schroeder"], ["Bill", "Schuster"], ["Bill", "Schwartz"], ["Bill", "Selby"], ["Bill", "Serena"], ["Bill", "Shanner"], ["Bill", "Sharp"], ["Bill", "Sharsig"], ["Bill", "Sherdel"], ["Bill", "Shettsline"], ["Bill", "Shipke"], ["Bill", "Shores"], ["Bill", "Short"], ["Bill", "Simas"], ["Bill", "Singer"], ["Bill", "Skiff"], ["Bill", "Skowron"], ["Bill", "Slayback"], ["Bill", "Smiley"], ["Bill", "Smith"], ["Bill", "Snyder"], ["Bill", "Sodd"], ["Bill", "Sommers"], ["Bill", "Southworth"], ["Bill", "Sowders"], ["Bill", "Spanswick"], ["Bill", "Spiers"], ["Bill", "Stafford"], ["Bill", "Stearns"], ["Bill", "Steele"], ["Bill", "Steen"], ["Bill", "Stein"], ["Bill", "Steinecke"], ["Bill", "Stellbauer"], ["Bill", "Stellberger"], ["Bill", "Stemmyer"], ["Bill", "Stewart"], ["Bill", "Stoneman"], ["Bill", "Strickland"], ["Bill", "Stuart"], ["Bill", "Stumpf"], ["Bill", "Sudakis"], ["Bill", "Sullivan"], ["Bill", "Swaggerty"], ["Bill", "Swanson"], ["Bill", "Swarback"], ["Bill", "Sweeney"], ["Bill", "Swift"], ["Bill", "Taylor"], ["Bill", "Terry"], ["Bill", "Thomas"], ["Bill", "Tierney"], ["Bill", "Tobin"], ["Bill", "Tozer"], ["Bill", "Traffley"], ["Bill", "Travers"], ["Bill", "Tremel"], ["Bill", "Trotter"], ["Bill", "Tuttle"], ["Bill", "Upham"], ["Bill", "Upton"], ["Bill", "Van Dyke"], ["Bill", "Vargus"], ["Bill", "Veeck"], ["Bill", "Vinton"], ["Bill", "Virdon"], ["Bill", "Voiselle"], ["Bill", "Voss"], ["Bill", "Wagner"], ["Bill", "Wakefield"], ["Bill", "Walker"], ["Bill", "Wambsganss"], ["Bill", "Warren"], ["Bill", "Warwick"], ["Bill", "Watkins"], ["Bill", "Webb"], ["Bill", "Wegman"], ["Bill", "Weir"], ["Bill", "Werle"], ["Bill", "Wertz"], ["Bill", "Whaley"], ["Bill", "Whitby"], ["Bill", "White"], ["Bill", "Whitrock"], ["Bill", "Wight"], ["Bill", "Wilkinson"], ["Bill", "Wilson"], ["Bill", "Windle"], ["Bill", "Wise"], ["Bill", "Wolff"], ["Bill", "Wright"], ["Bill", "Wynne"], ["Bill", "Yeatman"], ["Bill", "Yerrick"], ["Bill", "Yohe"], ["Bill", "Zepp"], ["Bill", "Zies"], ["Bill", "Zimmerman"], ["Bill", "Zinser"], ["Bill", "Zuber"], ["Billy", "Alvord"], ["Billy", "Arnold"], ["Billy", "Ashley"], ["Billy", "Baldwin"], ["Billy", "Barnie"], ["Billy", "Bates"], ["Billy", "Beane"], ["Billy", "Bowers"], ["Billy", "Brewer"], ["Billy", "Bryan"], ["Billy", "Buckner"], ["Billy", "Burke"], ["Billy", "Burns"], ["Billy", "Butler"], ["Billy", "Campbell"], ["Billy", "Clingman"], ["Billy", "Conigliaro"], ["Billy", "Consolo"], ["Billy", "Cowan"], ["Billy", "Cox"], ["Billy", "Crowell"], ["Billy", "DeMars"], ["Billy", "Earle"], ["Billy", "Evans"], ["Billy", "Gardner"], ["Billy", "Geer"], ["Billy", "Gilbert"], ["Billy", "Ging"], ["Billy", "Gleason"], ["Billy", "Goeckel"], ["Billy", "Goodman"], ["Billy", "Grabarkewitz"], ["Billy", "Graulich"], ["Billy", "Gumbert"], ["Billy", "Hamilton"], ["Billy", "Harrell"], ["Billy", "Harris"], ["Billy", "Hart"], ["Billy", "Hatcher"], ["Billy", "Herman"], ["Billy", "Hitchcock"], ["Billy", "Hoeft"], ["Billy", "Holm"], ["Billy", "Hulen"], ["Billy", "Hunter"], ["Billy", "Johnson"], ["Billy", "Jurges"], ["Billy", "Kelly"], ["Billy", "Kelsey"], ["Billy", "Kinloch"], ["Billy", "Klaus"], ["Billy", "Klusman"], ["Billy", "Koch"], ["Billy", "Lauder"], ["Billy", "Lee"], ["Billy", "Loes"], ["Billy", "Lush"], ["Billy", "MacLeod"], ["Billy", "Maharg"], ["Billy", "Maloney"], ["Billy", "Martin"], ["Billy", "McCool"], ["Billy", "McMillon"], ["Billy", "Meyer"], ["Billy", "Milligan"], ["Billy", "Moran"], ["Billy", "Muffett"], ["Billy", "Mullen"], ["Billy", "Murphy"], ["Billy", "Murray"], ["Billy", "Myers"], ["Billy", "Nash"], ["Billy", "O'Brien"], ["Billy", "O'Dell"], ["Billy", "Orr"], ["Billy", "Ott"], ["Billy", "Otterson"], ["Billy", "Palmer"], ["Billy", "Parker"], ["Billy", "Petrick"], ["Billy", "Pierce"], ["Billy", "Purtell"], ["Billy", "Queen"], ["Billy", "Redmond"], ["Billy", "Reed"], ["Billy", "Reid"], ["Billy", "Rhiel"], ["Billy", "Rhines"], ["Billy", "Riley"], ["Billy", "Ripken"], ["Billy", "Rogell"], ["Billy", "Rohr"], ["Billy", "Sadler"], ["Billy", "Sample"], ["Billy", "Serad"], ["Billy", "Shantz"], ["Billy", "Shindle"], ["Billy", "Smith"], ["Billy", "Sorrell"], ["Billy", "Southworth"], ["Billy", "Sullivan"], ["Billy", "Sunday"], ["Billy", "Taylor"], ["Billy", "Traber"], ["Billy", "Urbanski"], ["Billy", "Wagner"], ["Billy", "Werber"], ["Billy", "West"], ["Billy", "Williams"], ["Billy", "Wynne"], ["Billy", "Zitzmann"], ["Billy Jo", "Robidoux"], ["Bing", "Miller"], ["Binky", "Jones"], ["Bip", "Roberts"], ["Birdie", "Cree"], ["Birdie", "Tebbetts"], ["Bitsy", "Mott"], ["Biz", "Mackey"], ["Blackie", "Carter"], ["Blackie", "Schwamb"], ["Blaine", "Beatty"], ["Blaine", "Boyer"], ["Blaine", "Hardy"], ["Blaine", "Neal"], ["Blaine", "Thomas"], ["Blaise", "Ilsley"], ["Blake", "Beavan"], ["Blake", "Davis"], ["Blake", "DeWitt"], ["Blake", "Hawksworth"], ["Blake", "Lalli"], ["Blake", "Parker"], ["Blake", "Stein"], ["Blake", "Swihart"], ["Blake", "Tekotte"], ["Blake", "Treinen"], ["Blake", "Wood"], ["Blas", "Minor"], ["Blas", "Monaco"], ["Blix", "Donnelly"], ["Blondie", "Purcell"], ["Blondy", "Ryan"], ["Blue Moon", "Odom"], ["Bo", "Belinsky"], ["Bo", "Diaz"], ["Bo", "Hart"], ["Bo", "Jackson"], ["Bo", "McLaughlin"], ["Bo", "Porter"], ["Bo", "Schultz"], ["Boardwalk", "Brown"], ["Bob", "Adams"], ["Bob", "Addis"], ["Bob", "Addy"], ["Bob", "Alexander"], ["Bob", "Allen"], ["Bob", "Allietta"], ["Bob", "Allison"], ["Bob", "Anderson"], ["Bob", "Apodaca"], ["Bob", "Aspromonte"], ["Bob", "Ayrault"], ["Bob", "Babcock"], ["Bob", "Bailey"], ["Bob", "Bailor"], ["Bob", "Baird"], ["Bob", "Barnes"], ["Bob", "Barr"], ["Bob", "Barrett"], ["Bob", "Barthelson"], ["Bob", "Barton"], ["Bob", "Beall"], ["Bob", "Becker"], ["Bob", "Berman"], ["Bob", "Bescher"], ["Bob", "Black"], ["Bob", "Blakiston"], ["Bob", "Blaylock"], ["Bob", "Blewett"], ["Bob", "Boken"], ["Bob", "Boone"], ["Bob", "Borkowski"], ["Bob", "Botz"], ["Bob", "Bowman"], ["Bob", "Boyd"], ["Bob", "Brady"], ["Bob", "Brenly"], ["Bob", "Brower"], ["Bob", "Brown"], ["Bob", "Bruce"], ["Bob", "Brush"], ["Bob", "Buchanan"], ["Bob", "Buhl"], ["Bob", "Burda"], ["Bob", "Cain"], ["Bob", "Carpenter"], ["Bob", "Caruthers"], ["Bob", "Casey"], ["Bob", "Cerv"], ["Bob", "Chakales"], ["Bob", "Chance"], ["Bob", "Chesnes"], ["Bob", "Chipman"], ["Bob", "Chlupsa"], ["Bob", "Christian"], ["Bob", "Clark"], ["Bob", "Clemens"], ["Bob", "Coleman"], ["Bob", "Collins"], ["Bob", "Coluccio"], ["Bob", "Cone"], ["Bob", "Conley"], ["Bob", "Cooney"], ["Bob", "Coulson"], ["Bob", "Cremins"], ["Bob", "Darnell"], ["Bob", "Daughters"], ["Bob", "Davidson"], ["Bob", "Davis"], ["Bob", "Dernier"], ["Bob", "Detherage"], ["Bob", "DiPietro"], ["Bob", "Didier"], ["Bob", "Dillinger"], ["Bob", "Dresser"], ["Bob", "Duliba"], ["Bob", "Dustal"], ["Bob", "Edmondson"], ["Bob", "Elliott"], ["Bob", "Emmerich"], ["Bob", "Emslie"], ["Bob", "Ewing"], ["Bob", "Fallon"], ["Bob", "Farley"], ["Bob", "Feller"], ["Bob", "Ferguson"], ["Bob", "Ferris"], ["Bob", "File"], ["Bob", "Finley"], ["Bob", "Fisher"], ["Bob", "Forsch"], ["Bob", "Fothergill"], ["Bob", "Friedrichs"], ["Bob", "Friend"], ["Bob", "Galasso"], ["Bob", "Gallagher"], ["Bob", "Gamble"], ["Bob", "Gandy"], ["Bob", "Ganley"], ["Bob", "Garbark"], ["Bob", "Garber"], ["Bob", "Garibaldi"], ["Bob", "Geary"], ["Bob", "Gebhard"], ["Bob", "Geren"], ["Bob", "Giallombardo"], ["Bob", "Gibson"], ["Bob", "Giggie"], ["Bob", "Gilks"], ["Bob", "Gillespie"], ["Bob", "Glenalvin"], ["Bob", "Glenn"], ["Bob", "Gorinski"], ["Bob", "Greenwood"], ["Bob", "Grim"], ["Bob", "Groom"], ["Bob", "Habenicht"], ["Bob", "Hale"], ["Bob", "Hall"], ["Bob", "Hamelin"], ["Bob", "Hansen"], ["Bob", "Harmon"], ["Bob", "Harris"], ["Bob", "Harrison"], ["Bob", "Hartman"], ["Bob", "Hasty"], ["Bob", "Hazle"], ["Bob", "Heffner"], ["Bob", "Hegman"], ["Bob", "Heise"], ["Bob", "Hendley"], ["Bob", "Henley"], ["Bob", "Higgins"], ["Bob", "Hooper"], ["Bob", "Horner"], ["Bob", "Howry"], ["Bob", "Humphreys"], ["Bob", "Ingersoll"], ["Bob", "James"], ["Bob", "Johnson"], ["Bob", "Jones"], ["Bob", "Joyce"], ["Bob", "Kahle"], ["Bob", "Kaiser"], ["Bob", "Kammeyer"], ["Bob", "Katz"], ["Bob", "Kearney"], ["Bob", "Keating"], ["Bob", "Keegan"], ["Bob", "Keely"], ["Bob", "Kelly"], ["Bob", "Kennedy"], ["Bob", "Kinsella"], ["Bob", "Kipper"], ["Bob", "Kline"], ["Bob", "Klinger"], ["Bob", "Knepper"], ["Bob", "Kuzava"], ["Bob", "Lacey"], ["Bob", "Langsford"], ["Bob", "Larmore"], ["Bob", "Lawrence"], ["Bob", "Lawson"], ["Bob", "Leadley"], ["Bob", "Lee"], ["Bob", "Lemon"], ["Bob", "Lennon"], ["Bob", "Lillis"], ["Bob", "Lindemann"], ["Bob", "Linton"], ["Bob", "Lipski"], ["Bob", "Loane"], ["Bob", "Locker"], ["Bob", "Logan"], ["Bob", "Long"], ["Bob", "Mabe"], ["Bob", "Macdonald"], ["Bob", "Mahoney"], ["Bob", "Maier"], ["Bob", "Malloy"], ["Bob", "Marquis"], ["Bob", "Martyn"], ["Bob", "Mavis"], ["Bob", "McClure"], ["Bob", "McCrory"], ["Bob", "McGraw"], ["Bob", "McHale"], ["Bob", "McKinney"], ["Bob", "McNamara"], ["Bob", "Meacham"], ["Bob", "Meinke"], ["Bob", "Melvin"], ["Bob", "Meusel"], ["Bob", "Meyer"], ["Bob", "Milacki"], ["Bob", "Miller"], ["Bob", "Milliken"], ["Bob", "Molinaro"], ["Bob", "Montgomery"], ["Bob", "Moorhead"], ["Bob", "Moose"], ["Bob", "Muncrief"], ["Bob", "Murphy"], ["Bob", "Myrick"], ["Bob", "Neighbors"], ["Bob", "Nieman"], ["Bob", "O'Brien"], ["Bob", "O'Farrell"], ["Bob", "Ojeda"], ["Bob", "Oldis"], ["Bob", "Oliver"], ["Bob", "Osborn"], ["Bob", "Owchinko"], ["Bob", "Pate"], ["Bob", "Patrick"], ["Bob", "Patterson"], ["Bob", "Pepper"], ["Bob", "Perry"], ["Bob", "Peterson"], ["Bob", "Pettit"], ["Bob", "Porter"], ["Bob", "Porterfield"], ["Bob", "Poser"], ["Bob", "Powell"], ["Bob", "Prichard"], ["Bob", "Priddy"], ["Bob", "Purkey"], ["Bob", "Ramazzotti"], ["Bob", "Randall"], ["Bob", "Rauch"], ["Bob", "Raudman"], ["Bob", "Reach"], ["Bob", "Reece"], ["Bob", "Reed"], ["Bob", "Repass"], ["Bob", "Reynolds"], ["Bob", "Rhoads"], ["Bob", "Rice"], ["Bob", "Rinker"], ["Bob", "Robertson"], ["Bob", "Roselli"], ["Bob", "Ross"], ["Bob", "Rothel"], ["Bob", "Rush"], ["Bob", "Sadowski"], ["Bob", "Savage"], ["Bob", "Saverine"], ["Bob", "Scanlan"], ["Bob", "Schaefer"], ["Bob", "Scheffing"], ["Bob", "Scherbarth"], ["Bob", "Schmidt"], ["Bob", "Schroder"], ["Bob", "Schultz"], ["Bob", "Sebra"], ["Bob", "Seeds"], ["Bob", "Shaw"], ["Bob", "Shawkey"], ["Bob", "Sheldon"], ["Bob", "Shirley"], ["Bob", "Skinner"], ["Bob", "Skube"], ["Bob", "Smith"], ["Bob", "Spade"], ["Bob", "Speake"], ["Bob", "Spence"], ["Bob", "Spicer"], ["Bob", "Sprout"], ["Bob", "Stanley"], ["Bob", "Steele"], ["Bob", "Stephenson"], ["Bob", "Stinson"], ["Bob", "Stoddard"], ["Bob", "Strampe"], ["Bob", "Swift"], ["Bob", "Sykes"], ["Bob", "Talbot"], ["Bob", "Taylor"], ["Bob", "Terlecki"], ["Bob", "Tewksbury"], ["Bob", "Thorpe"], ["Bob", "Thurman"], ["Bob", "Tillman"], ["Bob", "Trice"], ["Bob", "Trowbridge"], ["Bob", "Tufts"], ["Bob", "Turley"], ["Bob", "Uecker"], ["Bob", "Uhl"], ["Bob", "Unglaub"], ["Bob", "Usher"], ["Bob", "Vail"], ["Bob", "Valentine"], ["Bob", "Veale"], ["Bob", "Veselic"], ["Bob", "Vines"], ["Bob", "Walk"], ["Bob", "Watkins"], ["Bob", "Watson"], ["Bob", "Way"], ["Bob", "Weiland"], ["Bob", "Welch"], ["Bob", "Wellman"], ["Bob", "Wells"], ["Bob", "Whitcher"], ["Bob", "Wicker"], ["Bob", "Wickman"], ["Bob", "Wiesler"], ["Bob", "Will"], ["Bob", "Williams"], ["Bob", "Wilson"], ["Bob", "Wolcott"], ["Bob", "Wood"], ["Bob", "Wright"], ["Bob", "Zick"], ["Bob", "Zupcic"], ["Bobby", "Abreu"], ["Bobby", "Adams"], ["Bobby", "Avila"], ["Bobby", "Ayala"], ["Bobby", "Balcena"], ["Bobby", "Bolin"], ["Bobby", "Bonds"], ["Bobby", "Bonilla"], ["Bobby", "Bonner"], ["Bobby", "Bragan"], ["Bobby", "Brooks"], ["Bobby", "Brown"], ["Bobby", "Burke"], ["Bobby", "Byrne"], ["Bobby", "Cargo"], ["Bobby", "Cassevah"], ["Bobby", "Castillo"], ["Bobby", "Chouinard"], ["Bobby", "Clack"], ["Bobby", "Clark"], ["Bobby", "Coombs"], ["Bobby", "Cox"], ["Bobby", "Cramer"], ["Bobby", "Crosby"], ["Bobby", "Cuellar"], ["Bobby", "Darwin"], ["Bobby", "Del Greco"], ["Bobby", "Doerr"], ["Bobby", "Durnbaugh"], ["Bobby", "Estalella"], ["Bobby", "Etheridge"], ["Bobby", "Fenwick"], ["Bobby", "Floyd"], ["Bobby", "Grich"], ["Bobby", "Guindon"], ["Bobby", "Henrich"], ["Bobby", "Herrera"], ["Bobby", "Higginson"], ["Bobby", "Hill"], ["Bobby", "Hofman"], ["Bobby", "Hogue"], ["Bobby", "Hughes"], ["Bobby", "Jenks"], ["Bobby", "Jones"], ["Bobby", "Keefe"], ["Bobby", "Keppel"], ["Bobby", "Kielty"], ["Bobby", "Klaus"], ["Bobby", "Kline"], ["Bobby", "Knoop"], ["Bobby", "Korecky"], ["Bobby", "LaFromboise"], ["Bobby", "LaMotte"], ["Bobby", "Livingston"], ["Bobby", "Locke"], ["Bobby", "Lowe"], ["Bobby", "Madritsch"], ["Bobby", "Malkmus"], ["Bobby", "Mathews"], ["Bobby", "Mattick"], ["Bobby", "Messenger"], ["Bobby", "Mitchell"], ["Bobby", "Moore"], ["Bobby", "Morgan"], ["Bobby", "Munoz"], ["Bobby", "Murcer"], ["Bobby", "Murray"], ["Bobby", "Parnell"], ["Bobby", "Pfeil"], ["Bobby", "Prescott"], ["Bobby", "Ramos"], ["Bobby", "Reeves"], ["Bobby", "Reis"], ["Bobby", "Rhawn"], ["Bobby", "Richardson"], ["Bobby", "Rose"], ["Bobby", "Rothermel"], ["Bobby", "Scales"], ["Bobby", "Schang"], ["Bobby", "Seay"], ["Bobby", "Shantz"], ["Bobby", "Smith"], ["Bobby", "Sprowl"], ["Bobby", "Stevens"], ["Bobby", "Sturgeon"], ["Bobby", "Thigpen"], ["Bobby", "Thompson"], ["Bobby", "Thomson"], ["Bobby", "Tiefenauer"], ["Bobby", "Tolan"], ["Bobby", "Trevino"], ["Bobby", "Valentine"], ["Bobby", "Vaughn"], ["Bobby", "Veach"], ["Bobby", "Wallace"], ["Bobby", "Wheelock"], ["Bobby", "Wilkins"], ["Bobby", "Wilson"], ["Bobby", "Wine"], ["Bobby", "Winkles"], ["Bobby", "Witt"], ["Bobby", "Young"], ["Bobo", "Holloman"], ["Bobo", "Newsom"], ["Bobo", "Osborne"], ["Bock", "Baker"], ["Boileryard", "Clarke"], ["Bombo", "Rivera"], ["Bones", "Ely"], ["Bonnie", "Hollingsworth"], ["Boob", "Fowler"], ["Boof", "Bonser"], ["Boog", "Powell"], ["Boom-Boom", "Beck"], ["Boone", "Logan"], ["Boots", "Day"], ["Boots", "Poffenberger"], ["Boss", "Schmidt"], ["Bots", "Nekola"], ["Bowie", "Kuhn"], ["Boyd", "Bartley"], ["Boyd", "Perry"], ["Boze", "Berger"], ["Brad", "Arnsberg"], ["Brad", "Ausmus"], ["Brad", "Bergesen"], ["Brad", "Boxberger"], ["Brad", "Brach"], ["Brad", "Brink"], ["Brad", "Clontz"], ["Brad", "Cornett"], ["Brad", "Davis"], ["Brad", "Eldred"], ["Brad", "Emaus"], ["Brad", "Fullmer"], ["Brad", "Glenn"], ["Brad", "Gulden"], ["Brad", "Halsey"], ["Brad", "Hand"], ["Brad", "Harman"], ["Brad", "Havens"], ["Brad", "Hawpe"], ["Brad", "Hennessey"], ["Brad", "Hogg"], ["Brad", "Holman"], ["Brad", "Kilby"], ["Brad", "Kocher"], ["Brad", "Komminsk"], ["Brad", "Lesley"], ["Brad", "Lidge"], ["Brad", "Lincoln"], ["Brad", "Miller"], ["Brad", "Mills"], ["Brad", "Moore"], ["Brad", "Nelson"], ["Brad", "Peacock"], ["Brad", "Pennington"], ["Brad", "Penny"], ["Brad", "Radke"], ["Brad", "Rigby"], ["Brad", "Salmon"], ["Brad", "Snyder"], ["Brad", "Springer"], ["Brad", "Thomas"], ["Brad", "Thompson"], ["Brad", "Voyles"], ["Brad", "Wellman"], ["Brad", "Wilkerson"], ["Brad", "Woodall"], ["Brad", "Ziegler"], ["Braden", "Looper"], ["Bradin", "Hagens"], ["Brady", "Anderson"], ["Brady", "Clark"], ["Brady", "Raggio"], ["Braggo", "Roth"], ["Branch", "Rickey"], ["Branden", "Pinder"], ["Brandon", "Allen"], ["Brandon", "Backe"], ["Brandon", "Bantz"], ["Brandon", "Barnes"], ["Brandon", "Beachy"], ["Brandon", "Belt"], ["Brandon", "Berger"], ["Brandon", "Boggs"], ["Brandon", "Claussen"], ["Brandon", "Crawford"], ["Brandon", "Cumpton"], ["Brandon", "Cunniff"], ["Brandon", "Dickson"], ["Brandon", "Drury"], ["Brandon", "Duckworth"], ["Brandon", "Fahey"], ["Brandon", "Finnegan"], ["Brandon", "Gomes"], ["Brandon", "Guyer"], ["Brandon", "Harper"], ["Brandon", "Hicks"], ["Brandon", "Hyde"], ["Brandon", "Inge"], ["Brandon", "Jones"], ["Brandon", "Kintzler"], ["Brandon", "Knight"], ["Brandon", "Kolb"], ["Brandon", "Laird"], ["Brandon", "Larson"], ["Brandon", "League"], ["Brandon", "Lyon"], ["Brandon", "Maurer"], ["Brandon", "McCarthy"], ["Brandon", "Medders"], ["Brandon", "Morrow"], ["Brandon", "Moss"], ["Brandon", "Phillips"], ["Brandon", "Puffer"], ["Brandon", "Snyder"], ["Brandon", "Villafuerte"], ["Brandon", "Watson"], ["Brandon", "Webb"], ["Brandon", "Wood"], ["Brandon", "Workman"], ["Brandy", "Davis"], ["Brant", "Alyea"], ["Brant", "Brown"], ["Braulio", "Castillo"], ["Brayan", "Pena"], ["Brayan", "Villarreal"], ["Brendan", "Donnelly"], ["Brendan", "Harris"], ["Brendan", "Ryan"], ["Brennan", "Boesch"], ["Brent", "Abernathy"], ["Brent", "Billingsley"], ["Brent", "Bowers"], ["Brent", "Brede"], ["Brent", "Butler"], ["Brent", "Clevlen"], ["Brent", "Cookson"], ["Brent", "Dlugach"], ["Brent", "Gaff"], ["Brent", "Gates"], ["Brent", "Knackert"], ["Brent", "Leach"], ["Brent", "Lillibridge"], ["Brent", "Mayne"], ["Brent", "Morel"], ["Brent", "Strom"], ["Bret", "Barberie"], ["Bret", "Boone"], ["Bret", "Hemphill"], ["Bret", "Prinz"], ["Bret", "Saberhagen"], ["Brett", "Anderson"], ["Brett", "Bochy"], ["Brett", "Butler"], ["Brett", "Campbell"], ["Brett", "Carroll"], ["Brett", "Cecil"], ["Brett", "Gardner"], ["Brett", "Gideon"], ["Brett", "Hayes"], ["Brett", "Hinchliffe"], ["Brett", "Jackson"], ["Brett", "Jodie"], ["Brett", "Lawrie"], ["Brett", "Laxton"], ["Brett", "Marshall"], ["Brett", "Merriman"], ["Brett", "Myers"], ["Brett", "Oberholtzer"], ["Brett", "Pill"], ["Brett", "Sinkbeil"], ["Brett", "Tomko"], ["Brett", "Wallace"], ["Brian", "Allard"], ["Brian", "Anderson"], ["Brian", "Asselstine"], ["Brian", "Banks"], ["Brian", "Bannister"], ["Brian", "Barber"], ["Brian", "Barden"], ["Brian", "Bark"], ["Brian", "Barkley"], ["Brian", "Barnes"], ["Brian", "Barton"], ["Brian", "Bass"], ["Brian", "Bevil"], ["Brian", "Bixler"], ["Brian", "Bocock"], ["Brian", "Boehringer"], ["Brian", "Bogusevic"], ["Brian", "Bohanon"], ["Brian", "Bowles"], ["Brian", "Brady"], ["Brian", "Broderick"], ["Brian", "Bruney"], ["Brian", "Buchanan"], ["Brian", "Burres"], ["Brian", "Buscher"], ["Brian", "Cooper"], ["Brian", "Dallimore"], ["Brian", "Daubach"], ["Brian", "Dayett"], ["Brian", "Denman"], ["Brian", "Dinkelman"], ["Brian", "Dorsett"], ["Brian", "Downing"], ["Brian", "Doyle"], ["Brian", "Dozier"], ["Brian", "Drahman"], ["Brian", "Dubois"], ["Brian", "Duensing"], ["Brian", "Edmondson"], ["Brian", "Ellington"], ["Brian", "Esposito"], ["Brian", "Falkenborg"], ["Brian", "Fisher"], ["Brian", "Fitzgerald"], ["Brian", "Flynn"], ["Brian", "Fuentes"], ["Brian", "Giles"], ["Brian", "Givens"], ["Brian", "Gordon"], ["Brian", "Greer"], ["Brian", "Harper"], ["Brian", "Holman"], ["Brian", "Holton"], ["Brian", "Horwitz"], ["Brian", "Hunter"], ["Brian", "Johnson"], ["Brian", "Jordan"], ["Brian", "Keyser"], ["Brian", "Kingman"], ["Brian", "Koelling"], ["Brian", "Kowitz"], ["Brian", "Lawrence"], ["Brian", "Lesher"], ["Brian", "Looney"], ["Brian", "Mallette"], ["Brian", "Matusz"], ["Brian", "Maxcy"], ["Brian", "McCall"], ["Brian", "McCann"], ["Brian", "McNichol"], ["Brian", "McRae"], ["Brian", "Meadows"], ["Brian", "Meyer"], ["Brian", "Milner"], ["Brian", "Moehler"], ["Brian", "Myrow"], ["Brian", "O'Connor"], ["Brian", "Omogrosso"], ["Brian", "Ostrosser"], ["Brian", "Powell"], ["Brian", "Raabe"], ["Brian", "Reith"], ["Brian", "Roberts"], ["Brian", "Rogers"], ["Brian", "Rose"], ["Brian", "Sackinsky"], ["Brian", "Sanches"], ["Brian", "Schlitter"], ["Brian", "Schmack"], ["Brian", "Schneider"], ["Brian", "Shackelford"], ["Brian", "Shouse"], ["Brian", "Sikorski"], ["Brian", "Simmons"], ["Brian", "Slocum"], ["Brian", "Smith"], ["Brian", "Snyder"], ["Brian", "Stokes"], ["Brian", "Sweeney"], ["Brian", "Tallet"], ["Brian", "Tollberg"], ["Brian", "Traxler"], ["Brian", "Turang"], ["Brian", "Williams"], ["Brian", "Wilson"], ["Brian", "Wolfe"], ["Brick", "Smith"], ["Brickyard", "Kennedy"], ["Bris", "Lord"], ["Britt", "Burns"], ["Britt", "Reames"], ["Broadway", "Jones"], ["Brock", "Davis"], ["Brock", "Holt"], ["Brock", "Pemberton"], ["Brock", "Peterson"], ["Broderick", "Perkins"], ["Bronson", "Arroyo"], ["Bronson", "Heflin"], ["Bronson", "Sardinha"], ["Bronswell", "Patrick"], ["Brook", "Fordyce"], ["Brook", "Jacoby"], ["Brooks", "Brown"], ["Brooks", "Conrad"], ["Brooks", "Kieschnick"], ["Brooks", "Lawrence"], ["Brooks", "Raley"], ["Brooks", "Robinson"], ["Brownie", "Foreman"], ["Bruce", "Aven"], ["Bruce", "Barmes"], ["Bruce", "Benedict"], ["Bruce", "Berenyi"], ["Bruce", "Billings"], ["Bruce", "Bochte"], ["Bruce", "Bochy"], ["Bruce", "Boisclair"], ["Bruce", "Brubaker"], ["Bruce", "Caldwell"], ["Bruce", "Campbell"], ["Bruce", "Chen"], ["Bruce", "Christensen"], ["Bruce", "Connatser"], ["Bruce", "Cunningham"], ["Bruce", "Dal Canton"], ["Bruce", "Edwards"], ["Bruce", "Egloff"], ["Bruce", "Ellingsen"], ["Bruce", "Fields"], ["Bruce", "Hartford"], ["Bruce", "Hitt"], ["Bruce", "Howard"], ["Bruce", "Hurst"], ["Bruce", "Kimm"], ["Bruce", "Kison"], ["Bruce", "Konopka"], ["Bruce", "Look"], ["Bruce", "Miller"], ["Bruce", "Ogrodowski"], ["Bruce", "Robbins"], ["Bruce", "Robinson"], ["Bruce", "Rondon"], ["Bruce", "Ruffin"], ["Bruce", "Sloan"], ["Bruce", "Sutter"], ["Bruce", "Tanner"], ["Bruce", "Taylor"], ["Bruce", "Von Hoff"], ["Bruce", "Walton"], ["Bruno", "Betzel"], ["Bruno", "Block"], ["Bruno", "Haas"], ["Bry", "Nelson"], ["Bryan", "Anderson"], ["Bryan", "Augenstein"], ["Bryan", "Bullington"], ["Bryan", "Clark"], ["Bryan", "Clutterbuck"], ["Bryan", "Corey"], ["Bryan", "Eversgerd"], ["Bryan", "Harvey"], ["Bryan", "Hebson"], ["Bryan", "Hickerson"], ["Bryan", "Holaday"], ["Bryan", "Kelly"], ["Bryan", "LaHair"], ["Bryan", "Little"], ["Bryan", "Mitchell"], ["Bryan", "Morris"], ["Bryan", "Oelkers"], ["Bryan", "Petersen"], ["Bryan", "Price"], ["Bryan", "Rekar"], ["Bryan", "Shaw"], ["Bryan", "Stephens"], ["Bryan", "Ward"], ["Bryce", "Brentz"], ["Bryce", "Florie"], ["Bryce", "Harper"], ["Bryn", "Smith"], ["Bub", "Kuhn"], ["Bub", "McAtee"], ["Bubba", "Carpenter"], ["Bubba", "Church"], ["Bubba", "Crosby"], ["Bubba", "Floyd"], ["Bubba", "Harris"], ["Bubba", "Morton"], ["Bubba", "Phillips"], ["Bubba", "Trammell"], ["Bubber", "Jonnard"], ["Bubbles", "Hargrave"], ["Buck", "Becannon"], ["Buck", "Coats"], ["Buck", "Crouse"], ["Buck", "Danner"], ["Buck", "Etchison"], ["Buck", "Ewing"], ["Buck", "Farmer"], ["Buck", "Fausett"], ["Buck", "Freeman"], ["Buck", "Frierson"], ["Buck", "Gladmon"], ["Buck", "Herzog"], ["Buck", "Hooker"], ["Buck", "Hopkins"], ["Buck", "Jordan"], ["Buck", "Leonard"], ["Buck", "Marrow"], ["Buck", "Martinez"], ["Buck", "O'Brien"], ["Buck", "Redfern"], ["Buck", "Rodgers"], ["Buck", "Rogers"], ["Buck", "Ross"], ["Buck", "Showalter"], ["Buck", "Stanley"], ["Buck", "Stanton"], ["Buck", "Sweeney"], ["Buck", "Thrasher"], ["Buck", "Varner"], ["Buck", "Washer"], ["Buck", "Weaver"], ["Buck", "West"], ["Buckshot", "May"], ["Bucky", "Brandon"], ["Bucky", "Dent"], ["Bucky", "Guth"], ["Bucky", "Harris"], ["Bucky", "Jacobs"], ["Bucky", "Jacobsen"], ["Bucky", "Veil"], ["Bucky", "Walters"], ["Bud", "Anderson"], ["Bud", "Bates"], ["Bud", "Black"], ["Bud", "Bloomfield"], ["Bud", "Bulling"], ["Bud", "Byerly"], ["Bud", "Clancy"], ["Bud", "Connolly"], ["Bud", "Culloton"], ["Bud", "Daley"], ["Bud", "Davis"], ["Bud", "Hafey"], ["Bud", "Hardin"], ["Bud", "Harrelson"], ["Bud", "Heine"], ["Bud", "Messenger"], ["Bud", "Metheny"], ["Bud", "Morse"], ["Bud", "Norris"], ["Bud", "Podbielan"], ["Bud", "Sharpe"], ["Bud", "Sheely"], ["Bud", "Sketchley"], ["Bud", "Smith"], ["Bud", "Souchock"], ["Bud", "Stewart"], ["Bud", "Swartz"], ["Bud", "Teachout"], ["Bud", "Thomas"], ["Bud", "Tinning"], ["Bud", "Weiser"], ["Bud", "Zipfel"], ["Buddy", "Bell"], ["Buddy", "Biancalana"], ["Buddy", "Black"], ["Buddy", "Blair"], ["Buddy", "Blattner"], ["Buddy", "Booker"], ["Buddy", "Boshers"], ["Buddy", "Bradford"], ["Buddy", "Carlyle"], ["Buddy", "Crump"], ["Buddy", "Dear"], ["Buddy", "Gilbert"], ["Buddy", "Gremp"], ["Buddy", "Groom"], ["Buddy", "Hancken"], ["Buddy", "Harris"], ["Buddy", "Hassett"], ["Buddy", "Hicks"], ["Buddy", "Hunter"], ["Buddy", "Kerr"], ["Buddy", "Lewis"], ["Buddy", "Lively"], ["Buddy", "Myer"], ["Buddy", "Napier"], ["Buddy", "Peterson"], ["Buddy", "Pritchard"], ["Buddy", "Rosar"], ["Buddy", "Ryan"], ["Buddy", "Schultz"], ["Bug", "Holliday"], ["Bugs", "Bennett"], ["Bugs", "Raymond"], ["Bugs", "Reisigl"], ["Bull", "Durham"], ["Bull", "Smith"], ["Bull", "Wagner"], ["Bullet", "Rogan"], ["Bullet Joe", "Bush"], ["Bump", "Hadley"], ["Bump", "Wills"], ["Bumpus", "Jones"], ["Bun", "Troy"], ["Bunk", "Congalton"], ["Bunky", "Stewart"], ["Bunny", "Brief"], ["Bunny", "Fabrique"], ["Bunny", "Hearn"], ["Bunny", "Madden"], ["Bunny", "Pearce"], ["Bunny", "Roser"], ["Burch", "Smith"], ["Burgess", "Whitehead"], ["Burke", "Badenhop"], ["Burleigh", "Grimes"], ["Burley", "Bayer"], ["Burt", "Hooton"], ["Burt", "Keeley"], ["Burt", "Shotton"], ["Buster", "Adams"], ["Buster", "Bray"], ["Buster", "Brown"], ["Buster", "Burrell"], ["Buster", "Chatham"], ["Buster", "Hoover"], ["Buster", "Maynard"], ["Buster", "Mills"], ["Buster", "Narum"], ["Buster", "Posey"], ["Buster", "Ross"], ["Butch", "Alberts"], ["Butch", "Benton"], ["Butch", "Davis"], ["Butch", "Edge"], ["Butch", "Henline"], ["Butch", "Henry"], ["Butch", "Hobson"], ["Butch", "Huskey"], ["Butch", "Metzger"], ["Butch", "Nieman"], ["Butch", "Rementer"], ["Butch", "Schmidt"], ["Butch", "Sutcliffe"], ["Butch", "Weis"], ["Butch", "Wensloff"], ["Butch", "Wynegar"], ["Buttercup", "Dickerson"], ["Buttons", "Briggs"], ["Butts", "Wagner"], ["Buz", "Phillips"], ["Buzz", "Arlett"], ["Buzz", "Boyle"], ["Buzz", "Capra"], ["Buzz", "Clarkson"], ["Buzz", "Dozier"], ["Buzz", "Murphy"], ["Buzz", "Stephen"], ["Buzz", "Wetzel"], ["Buzzy", "Wares"], ["By", "Speece"], ["Byrd", "Lynn"], ["Byron", "Browne"], ["Byron", "Buxton"], ["Byron", "Gettis"], ["Byron", "Houck"], ["Byron", "Humphrey"], ["Byron", "McLaughlin"], ["Byung-Hyun", "Kim"], ["C. B.", "Burns"], ["C. C.", "Lee"], ["C. J.", "Cron"], ["C. J.", "Fick"], ["C. J.", "Nitkowski"], ["C. J.", "Riefenhauser"], ["C. J.", "Wilson"], ["C. V.", "Matteson"], ["CC", "Sabathia"], ["Cactus", "Keck"], ["Cad", "Coles"], ["Cal", "Abrams"], ["Cal", "Broughton"], ["Cal", "Browning"], ["Cal", "Cooper"], ["Cal", "Crum"], ["Cal", "Dorsett"], ["Cal", "Eldred"], ["Cal", "Emery"], ["Cal", "Ermer"], ["Cal", "Hogue"], ["Cal", "Howe"], ["Cal", "Hubbard"], ["Cal", "Koonce"], ["Cal", "McLish"], ["Cal", "McVey"], ["Cal", "Neeman"], ["Cal", "Ripken"], ["Cal", "Vasbinder"], ["Caleb", "Cotham"], ["Caleb", "Gindl"], ["Caleb", "Joseph"], ["Caleb", "Thielbar"], ["Callix", "Crabbe"], ["Calvin", "Chapman"], ["Calvin", "Jones"], ["Calvin", "Maduro"], ["Calvin", "Murray"], ["Calvin", "Pickering"], ["Calvin", "Schiraldi"], ["Cam", "Bedrosian"], ["Cam", "Carreon"], ["Cameron", "Cairncross"], ["Cameron", "Drew"], ["Cameron", "Maybin"], ["Cameron", "Rupp"], ["Camilo", "Pascual"], ["Camp", "Skinner"], ["Candy", "Cummings"], ["Candy", "Harris"], ["Candy", "LaChance"], ["Candy", "Maldonado"], ["Candy", "Nelson"], ["Candy", "Sierra"], ["Cannonball", "Titcomb"], ["Cap", "Anson"], ["Cap", "Clark"], ["Cap", "Crowell"], ["Cap", "Peterson"], ["Cardell", "Camper"], ["Carden", "Gillenwater"], ["Carey", "Selph"], ["Carl", "Boles"], ["Carl", "Bouldin"], ["Carl", "Cashion"], ["Carl", "Crawford"], ["Carl", "Dale"], ["Carl", "Doyle"], ["Carl", "Druhot"], ["Carl", "Duser"], ["Carl", "East"], ["Carl", "Edwards"], ["Carl", "Erskine"], ["Carl", "Everett"], ["Carl", "Fischer"], ["Carl", "Furillo"], ["Carl", "Holling"], ["Carl", "Hubbell"], ["Carl", "Husta"], ["Carl", "Lind"], ["Carl", "Lindquist"], ["Carl", "Linhart"], ["Carl", "Lundgren"], ["Carl", "Manda"], ["Carl", "Mathias"], ["Carl", "Mays"], ["Carl", "McNabb"], ["Carl", "Miles"], ["Carl", "Morton"], ["Carl", "Nichols"], ["Carl", "Pavano"], ["Carl", "Powis"], ["Carl", "Ray"], ["Carl", "Reynolds"], ["Carl", "Sadler"], ["Carl", "Sawatski"], ["Carl", "Sawyer"], ["Carl", "Scheib"], ["Carl", "Schutz"], ["Carl", "Sitton"], ["Carl", "Stimson"], ["Carl", "Sumner"], ["Carl", "Taylor"], ["Carl", "Thomas"], ["Carl", "Vandagrift"], ["Carl", "Warwick"], ["Carl", "Weilman"], ["Carl", "Willey"], ["Carl", "Willis"], ["Carl", "Yastrzemski"], ["Carl", "Yowell"], ["Carl", "Zamloch"], ["Carlisle", "Littlejohn"], ["Carlos", "Almanzar"], ["Carlos", "Baerga"], ["Carlos", "Beltran"], ["Carlos", "Bernier"], ["Carlos", "Carrasco"], ["Carlos", "Casimiro"], ["Carlos", "Castillo"], ["Carlos", "Contreras"], ["Carlos", "Corporan"], ["Carlos", "Correa"], ["Carlos", "Crawford"], ["Carlos", "Delgado"], ["Carlos", "Diaz"], ["Carlos", "Febles"], ["Carlos", "Fisher"], ["Carlos", "Frias"], ["Carlos", "Garcia"], ["Carlos", "Gomez"], ["Carlos", "Gonzalez"], ["Carlos", "Guevara"], ["Carlos", "Guillen"], ["Carlos", "Hernandez"], ["Carlos", "Lee"], ["Carlos", "Lezcano"], ["Carlos", "Lopez"], ["Carlos", "Maldonado"], ["Carlos", "Marmol"], ["Carlos", "Martinez"], ["Carlos", "May"], ["Carlos", "Mendez"], ["Carlos", "Mendoza"], ["Carlos", "Monasterios"], ["Carlos", "Moore"], ["Carlos", "Muniz"], ["Carlos", "Pascual"], ["Carlos", "Paula"], ["Carlos", "Peguero"], ["Carlos", "Pena"], ["Carlos", "Perez"], ["Carlos", "Ponce"], ["Carlos", "Pulido"], ["Carlos", "Quentin"], ["Carlos", "Quintana"], ["Carlos", "Reyes"], ["Carlos", "Rivera"], ["Carlos", "Rivero"], ["Carlos", "Rodon"], ["Carlos", "Rodriguez"], ["Carlos", "Rosa"], ["Carlos", "Ruiz"], ["Carlos", "Sanchez"], ["Carlos", "Santana"], ["Carlos", "Silva"], ["Carlos", "Torres"], ["Carlos", "Tosca"], ["Carlos", "Triunfel"], ["Carlos", "Valderrama"], ["Carlos", "Valdez"], ["Carlos", "Velazquez"], ["Carlos", "Villanueva"], ["Carlos", "Zambrano"], ["Carlton", "Fisk"], ["Carlton", "Loewer"], ["Carlton", "Lord"], ["Carlton", "Molesworth"], ["Carmelo", "Castillo"], ["Carmelo", "Martinez"], ["Carmen", "Cali"], ["Carmen", "Fanzone"], ["Carmen", "Hill"], ["Carmen", "Mauro"], ["Carmen", "Pignatiello"], ["Carney", "Flynn"], ["Carney", "Lansford"], ["Carr", "Smith"], ["Carroll", "Hardy"], ["Carroll", "Sembera"], ["Carroll", "Yerkes"], ["Carson", "Bigbee"], ["Carson", "Blair"], ["Carson", "Smith"], ["Carter", "Capps"], ["Carter", "Elliott"], ["Casey", "Blake"], ["Casey", "Candaele"], ["Casey", "Coleman"], ["Casey", "Cox"], ["Casey", "Crosby"], ["Casey", "Daigle"], ["Casey", "Fien"], ["Casey", "Fossum"], ["Casey", "Hageman"], ["Casey", "Janssen"], ["Casey", "Kelly"], ["Casey", "Kotchman"], ["Casey", "McGehee"], ["Casey", "Parsons"], ["Casey", "Patten"], ["Casey", "Sadler"], ["Casey", "Stengel"], ["Casey", "Wise"], ["Casper", "Asbjornson"], ["Casper", "Wells"], ["Cass", "Michaels"], ["Catfish", "Hunter"], ["Cecil", "Bolton"], ["Cecil", "Butler"], ["Cecil", "Coombs"], ["Cecil", "Cooper"], ["Cecil", "Espy"], ["Cecil", "Ferguson"], ["Cecil", "Fielder"], ["Cecil", "Garriott"], ["Cecil", "Perkins"], ["Cecil", "Travis"], ["Cecil", "Upshaw"], ["Cecilio", "Guante"], ["Ced", "Landrum"], ["Cedric", "Durst"], ["Cedric", "Hunter"], ["Cedrick", "Bowers"], ["Celerino", "Sanchez"], ["Cesar", "Cabral"], ["Cesar", "Carrillo"], ["Cesar", "Cedeno"], ["Cesar", "Crespo"], ["Cesar", "Devarez"], ["Cesar", "Geronimo"], ["Cesar", "Gutierrez"], ["Cesar", "Hernandez"], ["Cesar", "Izturis"], ["Cesar", "Jimenez"], ["Cesar", "Ramos"], ["Cesar", "Tovar"], ["Cesar", "Valdez"], ["Cha-Seung", "Baek"], ["Chad", "Allen"], ["Chad", "Beck"], ["Chad", "Bentz"], ["Chad", "Bettis"], ["Chad", "Billingsley"], ["Chad", "Bradford"], ["Chad", "Cordero"], ["Chad", "Curtis"], ["Chad", "Durbin"], ["Chad", "Fonville"], ["Chad", "Fox"], ["Chad", "Gaudin"], ["Chad", "Harville"], ["Chad", "Hermansen"], ["Chad", "Huffman"], ["Chad", "Hutchinson"], ["Chad", "Jenkins"], ["Chad", "Kimsey"], ["Chad", "Kreuter"], ["Chad", "Meyers"], ["Chad", "Moeller"], ["Chad", "Mottola"], ["Chad", "Ogea"], ["Chad", "Orvella"], ["Chad", "Paronto"], ["Chad", "Qualls"], ["Chad", "Reineke"], ["Chad", "Santos"], ["Chad", "Smith"], ["Chad", "Tracy"], ["Chad", "Zerbe"], ["Champ", "Osteen"], ["Champ", "Summers"], ["Chan", "Perry"], ["Chan Ho", "Park"], ["Chance", "Ruffin"], ["Chance", "Sanford"], ["Chang-Yong", "Lim"], ["Chappie", "Geygan"], ["Chappie", "McFarland"], ["Chappie", "Snodgrass"], ["Chappy", "Charles"], ["Chappy", "Lane"], ["Charles", "Bierman"], ["Charles", "Brewer"], ["Charles", "Conway"], ["Charles", "Fisher"], ["Charles", "Gipson"], ["Charles", "Hudson"], ["Charles", "Johnson"], ["Charles", "Leesman"], ["Charles", "Matthews"], ["Charles", "Moran"], ["Charles", "Nagy"], ["Charles", "Snyder"], ["Charles", "Strick"], ["Charles", "Thomas"], ["Charles", "Witherow"], ["Charles", "Yingling"], ["Charley", "Bassett"], ["Charley", "Hall"], ["Charley", "Jones"], ["Charley", "Moore"], ["Charley", "O'Leary"], ["Charley", "Schanz"], ["Charley", "Smith"], ["Charley", "Stanceu"], ["Charley", "Suche"], ["Charlie", "Abbey"], ["Charlie", "Armbruster"], ["Charlie", "Atherton"], ["Charlie", "Babb"], ["Charlie", "Babington"], ["Charlie", "Baker"], ["Charlie", "Barber"], ["Charlie", "Barnabe"], ["Charlie", "Bartson"], ["Charlie", "Bastian"], ["Charlie", "Bates"], ["Charlie", "Beamon"], ["Charlie", "Becker"], ["Charlie", "Bell"], ["Charlie", "Bennett"], ["Charlie", "Berry"], ["Charlie", "Bicknell"], ["Charlie", "Biggs"], ["Charlie", "Bishop"], ["Charlie", "Blackburn"], ["Charlie", "Blackmon"], ["Charlie", "Boardman"], ["Charlie", "Bohn"], ["Charlie", "Bold"], ["Charlie", "Bowles"], ["Charlie", "Brewster"], ["Charlie", "Briggs"], ["Charlie", "Brown"], ["Charlie", "Buelow"], ["Charlie", "Buffinton"], ["Charlie", "Butler"], ["Charlie", "Byrne"], ["Charlie", "Cady"], ["Charlie", "Caldwell"], ["Charlie", "Carr"], ["Charlie", "Case"], ["Charlie", "Chant"], ["Charlie", "Chech"], ["Charlie", "Comiskey"], ["Charlie", "Cozart"], ["Charlie", "Cuellar"], ["Charlie", "Culberson"], ["Charlie", "Cushman"], ["Charlie", "Daniels"], ["Charlie", "DeArmond"], ["Charlie", "Deal"], ["Charlie", "Dees"], ["Charlie", "Devens"], ["Charlie", "Dewald"], ["Charlie", "Dexter"], ["Charlie", "Dorman"], ["Charlie", "Dougherty"], ["Charlie", "Duffee"], ["Charlie", "Eakle"], ["Charlie", "Ebbets"], ["Charlie", "Eckert"], ["Charlie", "Eden"], ["Charlie", "Emig"], ["Charlie", "Engle"], ["Charlie", "English"], ["Charlie", "Enwright"], ["Charlie", "Fallon"], ["Charlie", "Faust"], ["Charlie", "Ferguson"], ["Charlie", "Fisher"], ["Charlie", "Fitzberger"], ["Charlie", "Flannigan"], ["Charlie", "Fox"], ["Charlie", "Frank"], ["Charlie", "French"], ["Charlie", "Frisbee"], ["Charlie", "Fritz"], ["Charlie", "Frye"], ["Charlie", "Fuchs"], ["Charlie", "Furbush"], ["Charlie", "Ganzel"], ["Charlie", "Gassaway"], ["Charlie", "Geggus"], ["Charlie", "Gehringer"], ["Charlie", "Gelbert"], ["Charlie", "Gessner"], ["Charlie", "Gettig"], ["Charlie", "Gibson"], ["Charlie", "Gilbert"], ["Charlie", "Girard"], ["Charlie", "Gooch"], ["Charlie", "Gorin"], ["Charlie", "Gould"], ["Charlie", "Graham"], ["Charlie", "Gray"], ["Charlie", "Greene"], ["Charlie", "Grimm"], ["Charlie", "Grover"], ["Charlie", "Guth"], ["Charlie", "Hackett"], ["Charlie", "Haeger"], ["Charlie", "Hall"], ["Charlie", "Hallstrom"], ["Charlie", "Hamburg"], ["Charlie", "Hanford"], ["Charlie", "Harding"], ["Charlie", "Hargreaves"], ["Charlie", "Harris"], ["Charlie", "Hartman"], ["Charlie", "Hastings"], ["Charlie", "Hautz"], ["Charlie", "Hayes"], ["Charlie", "Heard"], ["Charlie", "Hemphill"], ["Charlie", "Hickman"], ["Charlie", "High"], ["Charlie", "Hilsey"], ["Charlie", "Hodes"], ["Charlie", "Hodnett"], ["Charlie", "Hollocher"], ["Charlie", "Hoover"], ["Charlie", "Hough"], ["Charlie", "Householder"], ["Charlie", "Hudson"], ["Charlie", "Ingraham"], ["Charlie", "Irwin"], ["Charlie", "Jackson"], ["Charlie", "Jaeger"], ["Charlie", "James"], ["Charlie", "Jamieson"], ["Charlie", "Johnson"], ["Charlie", "Jones"], ["Charlie", "Jordan"], ["Charlie", "Kalbfus"], ["Charlie", "Kavanagh"], ["Charlie", "Keller"], ["Charlie", "Kelly"], ["Charlie", "Kerfeld"], ["Charlie", "Knepper"], ["Charlie", "Krause"], ["Charlie", "Krehmeyer"], ["Charlie", "Kuhns"], ["Charlie", "Lau"], ["Charlie", "Lea"], ["Charlie", "Leibrandt"], ["Charlie", "Letchas"], ["Charlie", "Levis"], ["Charlie", "Lindstrom"], ["Charlie", "Loudenslager"], ["Charlie", "Lowe"], ["Charlie", "Luskey"], ["Charlie", "Maisel"], ["Charlie", "Malay"], ["Charlie", "Maloney"], ["Charlie", "Manlove"], ["Charlie", "Manning"], ["Charlie", "Manuel"], ["Charlie", "Mason"], ["Charlie", "Maxwell"], ["Charlie", "McCullough"], ["Charlie", "Mead"], ["Charlie", "Meara"], ["Charlie", "Metro"], ["Charlie", "Miller"], ["Charlie", "Mills"], ["Charlie", "Mitchell"], ["Charlie", "Montoyo"], ["Charlie", "Moore"], ["Charlie", "Moran"], ["Charlie", "Morton"], ["Charlie", "Moss"], ["Charlie", "Mullen"], ["Charlie", "Neal"], ["Charlie", "Newman"], ["Charlie", "Niebergall"], ["Charlie", "Nyce"], ["Charlie", "O'Brien"], ["Charlie", "Osgood"], ["Charlie", "Osterhout"], ["Charlie", "Pabor"], ["Charlie", "Parsons"], ["Charlie", "Pechous"], ["Charlie", "Peete"], ["Charlie", "Perkins"], ["Charlie", "Petty"], ["Charlie", "Pick"], ["Charlie", "Pickett"], ["Charlie", "Puleo"], ["Charlie", "Rabe"], ["Charlie", "Reilley"], ["Charlie", "Reilly"], ["Charlie", "Reipschlager"], ["Charlie", "Reising"], ["Charlie", "Reynolds"], ["Charlie", "Rhodes"], ["Charlie", "Ripple"], ["Charlie", "Ritter"], ["Charlie", "Robertson"], ["Charlie", "Robinson"], ["Charlie", "Root"], ["Charlie", "Roy"], ["Charlie", "Sands"], ["Charlie", "Schmutz"], ["Charlie", "See"], ["Charlie", "Shields"], ["Charlie", "Shoemaker"], ["Charlie", "Silvera"], ["Charlie", "Small"], ["Charlie", "Smith"], ["Charlie", "Snell"], ["Charlie", "Snow"], ["Charlie", "Spikes"], ["Charlie", "Sprague"], ["Charlie", "Sproull"], ["Charlie", "Starr"], ["Charlie", "Sullivan"], ["Charlie", "Sweasy"], ["Charlie", "Sweeney"], ["Charlie", "Swindells"], ["Charlie", "Uhlir"], ["Charlie", "Vaughan"], ["Charlie", "Vinson"], ["Charlie", "Wacker"], ["Charlie", "Wagner"], ["Charlie", "Waitt"], ["Charlie", "Walters"], ["Charlie", "Weber"], ["Charlie", "Wheatley"], ["Charlie", "White"], ["Charlie", "Whitehouse"], ["Charlie", "Wiedemeyer"], ["Charlie", "Williams"], ["Charlie", "Wilson"], ["Charlie", "Young"], ["Charlie", "Ziegler"], ["Charlie", "Zink"], ["Charlton", "Jimerson"], ["Chase", "Anderson"], ["Chase", "Headley"], ["Chase", "Utley"], ["Chase", "Whitley"], ["Chase", "Wright"], ["Chase", "d'Arnaud"], ["Chasen", "Shreve"], ["Chauncey", "Burkam"], ["Chauncey", "Fisher"], ["Chaz", "Roe"], ["Che-Hsuan", "Lin"], ["Cherokee", "Fisher"], ["Ches", "Crist"], ["Cheslor", "Cuthbert"], ["Chester", "Emerson"], ["Chet", "Boak"], ["Chet", "Carmichael"], ["Chet", "Chadbourne"], ["Chet", "Clemens"], ["Chet", "Covington"], ["Chet", "Falk"], ["Chet", "Hajduk"], ["Chet", "Johnson"], ["Chet", "Kehn"], ["Chet", "Laabs"], ["Chet", "Lemon"], ["Chet", "Morgan"], ["Chet", "Nichols"], ["Chet", "Nourse"], ["Chet", "Ross"], ["Chet", "Spencer"], ["Chi Chi", "Gonzalez"], ["Chi-Chi", "Olivo"], ["Chia-Jen", "Lo"], ["Chick", "Autry"], ["Chick", "Bowen"], ["Chick", "Brandom"], ["Chick", "Davies"], ["Chick", "Evans"], ["Chick", "Fewster"], ["Chick", "Fraser"], ["Chick", "Fullis"], ["Chick", "Fulmer"], ["Chick", "Gagnon"], ["Chick", "Galloway"], ["Chick", "Gandil"], ["Chick", "Hafey"], ["Chick", "Hartley"], ["Chick", "Holmes"], ["Chick", "Keating"], ["Chick", "King"], ["Chick", "Lathers"], ["Chick", "Maynard"], ["Chick", "Pedroes"], ["Chick", "Robitaille"], ["Chick", "Shorten"], ["Chick", "Smith"], ["Chick", "Sorrells"], ["Chick", "Stahl"], ["Chick", "Starr"], ["Chick", "Tolson"], ["Chicken", "Hawks"], ["Chicken", "Wolf"], ["Chico", "Carrasquel"], ["Chico", "Escarrega"], ["Chico", "Fernandez"], ["Chico", "Garcia"], ["Chico", "Hernandez"], ["Chico", "Ruiz"], ["Chico", "Salmon"], ["Chico", "Walker"], ["Chief", "Bender"], ["Chief", "Chouneau"], ["Chief", "Hogsett"], ["Chief", "Johnson"], ["Chief", "Meyers"], ["Chief", "Roseman"], ["Chief", "Sockalexis"], ["Chief", "Wilson"], ["Chief", "Yellow Horse"], ["Chief", "Youngblood"], ["Chief", "Zimmer"], ["Chien-Ming", "Wang"], ["Chile", "Gomez"], ["Chili", "Davis"], ["Chin-Feng", "Chen"], ["Chin-hui", "Tsao"], ["Chin-lung", "Hu"], ["Chink", "Heileman"], ["Chink", "Outen"], ["Chink", "Taylor"], ["Chink", "Zachary"], ["Chip", "Ambres"], ["Chip", "Coulter"], ["Chip", "Hale"], ["Chip", "Lang"], ["Chip", "Marshall"], ["Chipper", "Jones"], ["Chippy", "Gaw"], ["Chippy", "McGarr"], ["Chito", "Martinez"], ["Cholly", "Naranjo"], ["Chone", "Figgins"], ["Choo", "Freeman"], ["Choo-Choo", "Coleman"], ["Chris", "Aguila"], ["Chris", "Archer"], ["Chris", "Arnold"], ["Chris", "Bando"], ["Chris", "Barnwell"], ["Chris", "Basak"], ["Chris", "Bassitt"], ["Chris", "Batton"], ["Chris", "Beasley"], ["Chris", "Beck"], ["Chris", "Booker"], ["Chris", "Bootcheck"], ["Chris", "Bosio"], ["Chris", "Bourjos"], ["Chris", "Britton"], ["Chris", "Brock"], ["Chris", "Brown"], ["Chris", "Burke"], ["Chris", "Bushing"], ["Chris", "Cannizzaro"], ["Chris", "Capuano"], ["Chris", "Carpenter"], ["Chris", "Carter"], ["Chris", "Chambliss"], ["Chris", "Clapinski"], ["Chris", "Clemons"], ["Chris", "Codiroli"], ["Chris", "Coghlan"], ["Chris", "Colabello"], ["Chris", "Coletta"], ["Chris", "Coste"], ["Chris", "Cron"], ["Chris", "Davis"], ["Chris", "Demaria"], ["Chris", "Denorfia"], ["Chris", "Dickerson"], ["Chris", "Dominguez"], ["Chris", "Donnels"], ["Chris", "Duffy"], ["Chris", "Duncan"], ["Chris", "Dwyer"], ["Chris", "Eddy"], ["Chris", "Fulmer"], ["Chris", "Fussell"], ["Chris", "Gardner"], ["Chris", "George"], ["Chris", "Getz"], ["Chris", "Gimenez"], ["Chris", "Gissell"], ["Chris", "Gomez"], ["Chris", "Green"], ["Chris", "Gwynn"], ["Chris", "Hammond"], ["Chris", "Haney"], ["Chris", "Hartje"], ["Chris", "Hatcher"], ["Chris", "Haughey"], ["Chris", "Heintz"], ["Chris", "Heisey"], ["Chris", "Herrmann"], ["Chris", "Heston"], ["Chris", "Hoiles"], ["Chris", "Holt"], ["Chris", "Hook"], ["Chris", "Howard"], ["Chris", "Iannetta"], ["Chris", "Jakubauskas"], ["Chris", "James"], ["Chris", "Jelic"], ["Chris", "Johnson"], ["Chris", "Jones"], ["Chris", "Kitsos"], ["Chris", "Knapp"], ["Chris", "Krug"], ["Chris", "Lambert"], ["Chris", "Latham"], ["Chris", "Leroux"], ["Chris", "Lindsay"], ["Chris", "Mabeus"], ["Chris", "Magruder"], ["Chris", "Mahoney"], ["Chris", "Marrero"], ["Chris", "Martin"], ["Chris", "McFarland"], ["Chris", "McGuiness"], ["Chris", "Mears"], ["Chris", "Michalak"], ["Chris", "Nabholz"], ["Chris", "Narveson"], ["Chris", "Nelson"], ["Chris", "Nichting"], ["Chris", "Nyman"], ["Chris", "Owings"], ["Chris", "Oxspring"], ["Chris", "Parmelee"], ["Chris", "Perez"], ["Chris", "Peters"], ["Chris", "Petersen"], ["Chris", "Pettit"], ["Chris", "Piersoll"], ["Chris", "Pittaro"], ["Chris", "Prieto"], ["Chris", "Pritchett"], ["Chris", "Ray"], ["Chris", "Rearick"], ["Chris", "Reed"], ["Chris", "Reitsma"], ["Chris", "Resop"], ["Chris", "Richard"], ["Chris", "Rickley"], ["Chris", "Roberson"], ["Chris", "Robinson"], ["Chris", "Rusin"], ["Chris", "Sabo"], ["Chris", "Saenz"], ["Chris", "Sale"], ["Chris", "Sampson"], ["Chris", "Schroder"], ["Chris", "Schwinden"], ["Chris", "Seddon"], ["Chris", "Seelbach"], ["Chris", "Sexton"], ["Chris", "Shelton"], ["Chris", "Short"], ["Chris", "Singleton"], ["Chris", "Smith"], ["Chris", "Snelling"], ["Chris", "Snopek"], ["Chris", "Snyder"], ["Chris", "Speier"], ["Chris", "Spurling"], ["Chris", "Stewart"], ["Chris", "Stowers"], ["Chris", "Stynes"], ["Chris", "Taylor"], ["Chris", "Tillman"], ["Chris", "Tremie"], ["Chris", "Truby"], ["Chris", "Turner"], ["Chris", "Valaika"], ["Chris", "Van Cuyk"], ["Chris", "Volstad"], ["Chris", "Von Der Ahe"], ["Chris", "Wakeland"], ["Chris", "Ward"], ["Chris", "Waters"], ["Chris", "Welsh"], ["Chris", "Widger"], ["Chris", "Withrow"], ["Chris", "Woodward"], ["Chris", "Young"], ["Chris", "Zachary"], ["Christian", "Bergman"], ["Christian", "Bethancourt"], ["Christian", "Colon"], ["Christian", "Friedrich"], ["Christian", "Garcia"], ["Christian", "Parker"], ["Christian", "Vazquez"], ["Christian", "Walker"], ["Christian", "Yelich"], ["Christy", "Mathewson"], ["Chub", "Aubrey"], ["Chub", "Collins"], ["Chub", "Sullivan"], ["Chubby", "Dean"], ["Chubby", "Snyder"], ["Chucho", "Ramos"], ["Chuck", "Aleno"], ["Chuck", "Baker"], ["Chuck", "Brinkman"], ["Chuck", "Carr"], ["Chuck", "Cary"], ["Chuck", "Churn"], ["Chuck", "Coles"], ["Chuck", "Connors"], ["Chuck", "Corgan"], ["Chuck", "Cottier"], ["Chuck", "Crim"], ["Chuck", "Daniel"], ["Chuck", "Diering"], ["Chuck", "Dobson"], ["Chuck", "Dressen"], ["Chuck", "Essegian"], ["Chuck", "Estrada"], ["Chuck", "Finley"], ["Chuck", "Goggin"], ["Chuck", "Harmon"], ["Chuck", "Harrison"], ["Chuck", "Hartenstein"], ["Chuck", "Hensley"], ["Chuck", "Hiller"], ["Chuck", "Hinton"], ["Chuck", "Hockenbery"], ["Chuck", "Hostetler"], ["Chuck", "Jackson"], ["Chuck", "James"], ["Chuck", "Klein"], ["Chuck", "Knoblauch"], ["Chuck", "Kress"], ["Chuck", "Lauer"], ["Chuck", "Locke"], ["Chuck", "Machemehl"], ["Chuck", "Malone"], ["Chuck", "McElroy"], ["Chuck", "Miller"], ["Chuck", "Nieson"], ["Chuck", "Oertel"], ["Chuck", "Porter"], ["Chuck", "Rainey"], ["Chuck", "Ricci"], ["Chuck", "Rose"], ["Chuck", "Rowland"], ["Chuck", "Schilling"], ["Chuck", "Scrivener"], ["Chuck", "Seelbach"], ["Chuck", "Sheerin"], ["Chuck", "Smith"], ["Chuck", "Stevens"], ["Chuck", "Stobbs"], ["Chuck", "Tanner"], ["Chuck", "Taylor"], ["Chuck", "Templeton"], ["Chuck", "Tompkins"], ["Chuck", "Ward"], ["Chuck", "Wolfe"], ["Chuck", "Workman"], ["Chuck", "Wortman"], ["Chummy", "Gray"], ["Cinders", "O'Brien"], ["Cisco", "Carlos"], ["Cito", "Gaston"], ["Cla", "Meredith"], ["Clancy", "Smyres"], ["Claral", "Gillenwater"], ["Clare", "Patterson"], ["Clarence", "Beers"], ["Clarence", "Berger"], ["Clarence", "Blethen"], ["Clarence", "Cross"], ["Clarence", "Currie"], ["Clarence", "Dow"], ["Clarence", "Fieber"], ["Clarence", "Fisher"], ["Clarence", "Garrett"], ["Clarence", "Heise"], ["Clarence", "Huber"], ["Clarence", "Jones"], ["Clarence", "Kraft"], ["Clarence", "Lehr"], ["Clarence", "Maddern"], ["Clarence", "Mitchell"], ["Clarence", "Murphy"], ["Clarence", "Pickrel"], ["Clarence", "Stephens"], ["Clarence", "Winters"], ["Clarence", "Woods"], ["Clark", "Griffith"], ["Claud", "Derrick"], ["Claude", "Berry"], ["Claude", "Cooper"], ["Claude", "Corbitt"], ["Claude", "Crocker"], ["Claude", "Davenport"], ["Claude", "Davidson"], ["Claude", "Elliott"], ["Claude", "Gouzzie"], ["Claude", "Hendrix"], ["Claude", "Jonnard"], ["Claude", "Osteen"], ["Claude", "Passeau"], ["Claude", "Raymond"], ["Claude", "Ritchey"], ["Claude", "Rossman"], ["Claude", "Rothgeb"], ["Claude", "Thomas"], ["Claude", "Wilborn"], ["Claude", "Willoughby"], ["Claudell", "Washington"], ["Claudio", "Vargas"], ["Clay", "Bellinger"], ["Clay", "Bryant"], ["Clay", "Buchholz"], ["Clay", "Carroll"], ["Clay", "Christiansen"], ["Clay", "Condrey"], ["Clay", "Dalrymple"], ["Clay", "Fauver"], ["Clay", "Hensley"], ["Clay", "Kirby"], ["Clay", "Parker"], ["Clay", "Perry"], ["Clay", "Rapada"], ["Clay", "Roe"], ["Clay", "Smith"], ["Clay", "Timpner"], ["Clay", "Touchstone"], ["Clay", "Van Alstyne"], ["Clay", "Zavada"], ["Clayton", "Andrews"], ["Clayton", "Kershaw"], ["Clayton", "Lambert"], ["Clayton", "Mortensen"], ["Clayton", "Richard"], ["Cleatus", "Davidson"], ["Clem", "Clemens"], ["Clem", "Dreisewerd"], ["Clem", "Hausmann"], ["Clem", "Koshorek"], ["Clem", "Labine"], ["Clem", "Llewellyn"], ["Clemente", "Alvarez"], ["Cleo", "Carlyle"], ["Cleo", "James"], ["Cleon", "Jones"], ["Clete", "Boyer"], ["Clete", "Thomas"], ["Cliff", "Aberson"], ["Cliff", "Bartosh"], ["Cliff", "Blankenship"], ["Cliff", "Bolton"], ["Cliff", "Brady"], ["Cliff", "Brantley"], ["Cliff", "Brumbaugh"], ["Cliff", "Carroll"], ["Cliff", "Chambers"], ["Cliff", "Cook"], ["Cliff", "Curtis"], ["Cliff", "Dapper"], ["Cliff", "Daringer"], ["Cliff", "Fannin"], ["Cliff", "Floyd"], ["Cliff", "Garrison"], ["Cliff", "Heathcote"], ["Cliff", "Johnson"], ["Cliff", "Knox"], ["Cliff", "Lee"], ["Cliff", "Mapes"], ["Cliff", "Markle"], ["Cliff", "Melton"], ["Cliff", "Pastornicky"], ["Cliff", "Pennington"], ["Cliff", "Politte"], ["Cliff", "Ross"], ["Cliff", "Speck"], ["Cliff", "Young"], ["Clint", "Barmes"], ["Clint", "Blume"], ["Clint", "Brown"], ["Clint", "Compton"], ["Clint", "Conatser"], ["Clint", "Courtney"], ["Clint", "Hartung"], ["Clint", "Hurdle"], ["Clint", "Nageotte"], ["Clint", "Robinson"], ["Clint", "Rogge"], ["Clint", "Sammons"], ["Clint", "Sodowsky"], ["Clint", "Zavaras"], ["Clipper", "Flynn"], ["Clise", "Dudley"], ["Cloy", "Mattox"], ["Cloyd", "Boyer"], ["Clyde", "Barfoot"], ["Clyde", "Barnhart"], ["Clyde", "Beck"], ["Clyde", "Engle"], ["Clyde", "Goodwin"], ["Clyde", "Hatter"], ["Clyde", "King"], ["Clyde", "Kluttz"], ["Clyde", "Manion"], ["Clyde", "Mashore"], ["Clyde", "McCullough"], ["Clyde", "Milan"], ["Clyde", "Shoun"], ["Clyde", "Southwick"], ["Clyde", "Sukeforth"], ["Clyde", "Vollmer"], ["Clyde", "Wright"], ["Coaker", "Triplett"], ["Cobe", "Jones"], ["Coco", "Crisp"], ["Coco", "Laboy"], ["Cody", "Allen"], ["Cody", "Anderson"], ["Cody", "Asche"], ["Cody", "Clark"], ["Cody", "Decker"], ["Cody", "Eppley"], ["Cody", "Hall"], ["Cody", "Martin"], ["Cody", "McKay"], ["Cody", "Ransom"], ["Cody", "Ross"], ["Cody", "Stanley"], ["Colby", "Lewis"], ["Colby", "Rasmus"], ["Colby", "Ward"], ["Cole", "De Vries"], ["Cole", "Figueroa"], ["Cole", "Garner"], ["Cole", "Gillespie"], ["Cole", "Hamels"], ["Cole", "Kimball"], ["Cole", "Liniak"], ["Colin", "Curtis"], ["Colin", "Porter"], ["Colin", "Rea"], ["Colin", "Ward"], ["Collin", "Balester"], ["Collin", "Cowgill"], ["Collin", "McHugh"], ["Colonel", "Snover"], ["Colt", "Hynes"], ["Colt", "Morton"], ["Colter", "Bean"], ["Colton", "Murray"], ["Con", "Daily"], ["Con", "Dempsey"], ["Con", "Lucid"], ["Con", "Murphy"], ["Con", "Starkel"], ["Connie", "Creeden"], ["Connie", "Grob"], ["Connie", "Johnson"], ["Connie", "Mack"], ["Connie", "Marrero"], ["Connie", "McGeehan"], ["Connie", "Murphy"], ["Connie", "Ryan"], ["Connie", "Walsh"], ["Connor", "Robertson"], ["Conny", "Doyle"], ["Conor", "Gillaspie"], ["Conor", "Jackson"], ["Conrad", "Cardinal"], ["Cookie", "Cuccurullo"], ["Cookie", "Lavagetto"], ["Cookie", "Rojas"], ["Cool Papa", "Bell"], ["Cooney", "Snyder"], ["Coonie", "Blank"], ["Coot", "Veal"], ["Corban", "Joseph"], ["Cord", "Phelps"], ["Corey", "Brown"], ["Corey", "Dickerson"], ["Corey", "Hart"], ["Corey", "Kluber"], ["Corey", "Knebel"], ["Corey", "Koskie"], ["Corey", "Lee"], ["Corey", "Patterson"], ["Corey", "Seager"], ["Corey", "Thurman"], ["Corky", "Miller"], ["Corky", "Valentine"], ["Corky", "Withrow"], ["Cory", "Aldridge"], ["Cory", "Bailey"], ["Cory", "Burns"], ["Cory", "Doyne"], ["Cory", "Gearrin"], ["Cory", "Lidle"], ["Cory", "Luebke"], ["Cory", "Mazzoni"], ["Cory", "Rasmus"], ["Cory", "Snyder"], ["Cory", "Spangenberg"], ["Cory", "Sullivan"], ["Cory", "Vance"], ["Cory", "Wade"], ["Costen", "Shockley"], ["Cot", "Deal"], ["Cotton", "Knaupp"], ["Cotton", "Minahan"], ["Cotton", "Nash"], ["Cotton", "Pippen"], ["Cotton", "Tierney"], ["Count", "Campau"], ["Count", "Gedney"], ["Count", "Sensenderfer"], ["Courtney", "Duncan"], ["Cowboy", "Jones"], ["Cozy", "Dolan"], ["Craig", "Anderson"], ["Craig", "Biggio"], ["Craig", "Brazell"], ["Craig", "Breslow"], ["Craig", "Cacek"], ["Craig", "Caskey"], ["Craig", "Chamberlain"], ["Craig", "Colbert"], ["Craig", "Counsell"], ["Craig", "Dingman"], ["Craig", "Eaton"], ["Craig", "Gentry"], ["Craig", "Gerber"], ["Craig", "Grebeck"], ["Craig", "Hansen"], ["Craig", "House"], ["Craig", "Kimbrel"], ["Craig", "Kusick"], ["Craig", "Lefferts"], ["Craig", "McMurtry"], ["Craig", "Minetto"], ["Craig", "Mitchell"], ["Craig", "Monroe"], ["Craig", "Paquette"], ["Craig", "Reynolds"], ["Craig", "Robinson"], ["Craig", "Shipley"], ["Craig", "Skok"], ["Craig", "Smajstrla"], ["Craig", "Stammen"], ["Craig", "Stansberry"], ["Craig", "Stimac"], ["Craig", "Swan"], ["Craig", "Tatum"], ["Craig", "Wilson"], ["Craig", "Worthington"], ["Crash", "Davis"], ["Crazy", "Schmit"], ["Creepy", "Crespi"], ["Creighton", "Gubanich"], ["Crese", "Heismann"], ["Cris", "Carpenter"], ["Cris", "Colon"], ["Cristhian", "Adames"], ["Cristhian", "Martinez"], ["Cristian", "Guzman"], ["Cristobal", "Torriente"], ["Cub", "Stricker"], ["Cuckoo", "Christensen"], ["Cuddles", "Marshall"], ["Cuke", "Barrows"], ["Culley", "Rikard"], ["Cum", "Posey"], ["Cuno", "Barragan"], ["Cupid", "Childs"], ["Curly", "Brown"], ["Curly", "Ogden"], ["Curry", "Foley"], ["Curt", "Barclay"], ["Curt", "Bernard"], ["Curt", "Blefary"], ["Curt", "Brown"], ["Curt", "Casali"], ["Curt", "Coleman"], ["Curt", "Davis"], ["Curt", "Flood"], ["Curt", "Ford"], ["Curt", "Fullerton"], ["Curt", "Kaufman"], ["Curt", "Leskanic"], ["Curt", "Lyons"], ["Curt", "Motton"], ["Curt", "Raydon"], ["Curt", "Roberts"], ["Curt", "Schilling"], ["Curt", "Schmidt"], ["Curt", "Simmons"], ["Curt", "Walker"], ["Curt", "Wardle"], ["Curt", "Welch"], ["Curt", "Wilkerson"], ["Curt", "Young"], ["Curtis", "Brown"], ["Curtis", "Goodwin"], ["Curtis", "Granderson"], ["Curtis", "King"], ["Curtis", "Partch"], ["Curtis", "Pride"], ["Curtis", "Thigpen"], ["Cy", "Acosta"], ["Cy", "Alberts"], ["Cy", "Barger"], ["Cy", "Bentley"], ["Cy", "Blanton"], ["Cy", "Block"], ["Cy", "Bowen"], ["Cy", "Buker"], ["Cy", "Falkenberg"], ["Cy", "Ferry"], ["Cy", "Fried"], ["Cy", "Malis"], ["Cy", "Moore"], ["Cy", "Morgan"], ["Cy", "Neighbors"], ["Cy", "Perkins"], ["Cy", "Pieh"], ["Cy", "Rheam"], ["Cy", "Seymour"], ["Cy", "Slapnicka"], ["Cy", "Swaim"], ["Cy", "Twombly"], ["Cy", "Vorhees"], ["Cy", "Warmoth"], ["Cy", "Williams"], ["Cy", "Wright"], ["Cy", "Young"], ["Cyclone", "Miller"], ["Cyclone", "Ryan"], ["D'Angelo", "Jimenez"], ["D. J.", "Carrasco"], ["D. J.", "Dozier"], ["D. J.", "Houlton"], ["D. J.", "Mitchell"], ["D. T.", "Cromer"], ["DJ", "LeMahieu"], ["DaRond", "Stovall"], ["Dad", "Clark"], ["Dad", "Clarke"], ["Dad", "Clarkson"], ["Dad", "Hale"], ["Dad", "Lytle"], ["Dad", "Meek"], ["Dae-Sung", "Koo"], ["Daff", "Gammons"], ["Dain", "Clay"], ["Daisuke", "Matsuzaka"], ["Daisy", "Davis"], ["Dal", "Maxvill"], ["Dale", "Alderson"], ["Dale", "Alexander"], ["Dale", "Berra"], ["Dale", "Coogan"], ["Dale", "Gear"], ["Dale", "Jones"], ["Dale", "Long"], ["Dale", "Matthewson"], ["Dale", "Mitchell"], ["Dale", "Mohorcic"], ["Dale", "Murphy"], ["Dale", "Murray"], ["Dale", "Polley"], ["Dale", "Roberts"], ["Dale", "Sveum"], ["Dale", "Thayer"], ["Dale", "Williams"], ["Dale", "Willis"], ["Dalier", "Hinojosa"], ["Dallas", "Beeler"], ["Dallas", "Braden"], ["Dallas", "Bradshaw"], ["Dallas", "Green"], ["Dallas", "Keuchel"], ["Dallas", "McPherson"], ["Dallas", "Williams"], ["Dalton", "Jones"], ["Dalton", "Pompey"], ["Damaso", "Blanco"], ["Damaso", "Garcia"], ["Damaso", "Marte"], ["Damian", "Jackson"], ["Damian", "Miller"], ["Damian", "Moss"], ["Damian", "Rolls"], ["Damion", "Easley"], ["Damon", "Berryhill"], ["Damon", "Buford"], ["Damon", "Hollins"], ["Damon", "Mashore"], ["Damon", "Minor"], ["Dan", "Abbott"], ["Dan", "Adams"], ["Dan", "Ardell"], ["Dan", "Bankhead"], ["Dan", "Bickham"], ["Dan", "Boitano"], ["Dan", "Boone"], ["Dan", "Briggs"], ["Dan", "Brouthers"], ["Dan", "Burke"], ["Dan", "Butler"], ["Dan", "Carlson"], ["Dan", "Casey"], ["Dan", "Collins"], ["Dan", "Coogan"], ["Dan", "Cortes"], ["Dan", "Costello"], ["Dan", "Cotter"], ["Dan", "Cronin"], ["Dan", "Daub"], ["Dan", "Dobbek"], ["Dan", "Driessen"], ["Dan", "Dugan"], ["Dan", "Dugdale"], ["Dan", "Dumoulin"], ["Dan", "Duran"], ["Dan", "Firova"], ["Dan", "Ford"], ["Dan", "Gakeler"], ["Dan", "Giese"], ["Dan", "Gladden"], ["Dan", "Gonzales"], ["Dan", "Graham"], ["Dan", "Griner"], ["Dan", "Haren"], ["Dan", "Howley"], ["Dan", "Jennings"], ["Dan", "Jessee"], ["Dan", "Johnson"], ["Dan", "Kerwin"], ["Dan", "Lally"], ["Dan", "Larson"], ["Dan", "Leahy"], ["Dan", "Lewandowski"], ["Dan", "Long"], ["Dan", "Mahoney"], ["Dan", "Marion"], ["Dan", "Masteller"], ["Dan", "McFarlan"], ["Dan", "McGann"], ["Dan", "McGarvey"], ["Dan", "McGee"], ["Dan", "McGeehan"], ["Dan", "McGinn"], ["Dan", "Meyer"], ["Dan", "Miceli"], ["Dan", "Minnehan"], ["Dan", "Monzon"], ["Dan", "Morogiello"], ["Dan", "Murphy"], ["Dan", "Murray"], ["Dan", "Naulty"], ["Dan", "Neumeier"], ["Dan", "Norman"], ["Dan", "O'Brien"], ["Dan", "O'Connor"], ["Dan", "O'Leary"], ["Dan", "Osinski"], ["Dan", "Otero"], ["Dan", "Pasqua"], ["Dan", "Peltier"], ["Dan", "Perkins"], ["Dan", "Petry"], ["Dan", "Pfister"], ["Dan", "Phelan"], ["Dan", "Plesac"], ["Dan", "Porter"], ["Dan", "Quisenberry"], ["Dan", "Reichert"], ["Dan", "Robertson"], ["Dan", "Rohn"], ["Dan", "Rohrmeier"], ["Dan", "Runzler"], ["Dan", "Schatzeder"], ["Dan", "Schneider"], ["Dan", "Serafini"], ["Dan", "Shannon"], ["Dan", "Sheehan"], ["Dan", "Sherman"], ["Dan", "Smith"], ["Dan", "Spillner"], ["Dan", "Stearns"], ["Dan", "Straily"], ["Dan", "Sullivan"], ["Dan", "Sweeney"], ["Dan", "Thomas"], ["Dan", "Tipple"], ["Dan", "Uggla"], ["Dan", "Walters"], ["Dan", "Warthen"], ["Dan", "Wheeler"], ["Dan", "Whitmer"], ["Dan", "Wilson"], ["Dan", "Woodman"], ["Dan", "Wright"], ["Dana", "Allison"], ["Dana", "Eveland"], ["Dana", "Fillingim"], ["Dana", "Kiecker"], ["Dana", "Williams"], ["Dane", "De La Rosa"], ["Dane", "Iorg"], ["Dane", "Johnson"], ["Dane", "Sardinha"], ["Daniel", "Bard"], ["Daniel", "Barone"], ["Daniel", "Cabrera"], ["Daniel", "Castro"], ["Daniel", "Corcino"], ["Daniel", "Coulombe"], ["Daniel", "Davidson"], ["Daniel", "Descalso"], ["Daniel", "Fields"], ["Daniel", "Garcia"], ["Daniel", "Garibay"], ["Daniel", "Hudson"], ["Daniel", "McCutchen"], ["Daniel", "Moskos"], ["Daniel", "Muno"], ["Daniel", "Murphy"], ["Daniel", "Nava"], ["Daniel", "Norris"], ["Daniel", "Ortmeier"], ["Daniel", "Schlereth"], ["Daniel", "Stange"], ["Daniel", "Webb"], ["Daniel", "Winkler"], ["Dann", "Bilardello"], ["Dann", "Howitt"], ["Danny", "Ainge"], ["Danny", "Ardoin"], ["Danny", "Bautista"], ["Danny", "Boone"], ["Danny", "Breeden"], ["Danny", "Burawa"], ["Danny", "Cater"], ["Danny", "Clark"], ["Danny", "Clay"], ["Danny", "Clyburn"], ["Danny", "Coombs"], ["Danny", "Cox"], ["Danny", "Darwin"], ["Danny", "Dorn"], ["Danny", "Doyle"], ["Danny", "Duffy"], ["Danny", "Espinosa"], ["Danny", "Farquhar"], ["Danny", "Fife"], ["Danny", "Friend"], ["Danny", "Frisella"], ["Danny", "Garcia"], ["Danny", "Gardella"], ["Danny", "Godby"], ["Danny", "Goodwin"], ["Danny", "Graves"], ["Danny", "Green"], ["Danny", "Heep"], ["Danny", "Herrera"], ["Danny", "Hoffman"], ["Danny", "Jackson"], ["Danny", "Klassen"], ["Danny", "Kolb"], ["Danny", "Kravitz"], ["Danny", "Lazar"], ["Danny", "Leon"], ["Danny", "Litwhiler"], ["Danny", "MacFayden"], ["Danny", "Mahoney"], ["Danny", "McDevitt"], ["Danny", "Moeller"], ["Danny", "Morejon"], ["Danny", "Morris"], ["Danny", "Mota"], ["Danny", "Murphy"], ["Danny", "Murtaugh"], ["Danny", "Musser"], ["Danny", "Napoleon"], ["Danny", "O'Connell"], ["Danny", "Ozark"], ["Danny", "Patterson"], ["Danny", "Perez"], ["Danny", "Putnam"], ["Danny", "Reynolds"], ["Danny", "Richar"], ["Danny", "Richardson"], ["Danny", "Rios"], ["Danny", "Salazar"], ["Danny", "Sandoval"], ["Danny", "Santana"], ["Danny", "Schell"], ["Danny", "Shay"], ["Danny", "Sheaffer"], ["Danny", "Silva"], ["Danny", "Tartabull"], ["Danny", "Taylor"], ["Danny", "Thompson"], ["Danny", "Valencia"], ["Danny", "Walton"], ["Danny", "Worth"], ["Danny", "Young"], ["Dante", "Bichette"], ["Dante", "Powell"], ["Danys", "Baez"], ["Dar", "Smith"], ["Darby", "O'Brien"], ["Darcy", "Fast"], ["Daren", "Brown"], ["Daric", "Barton"], ["Dariel", "Alvarez"], ["Darin", "Downs"], ["Darin", "Erstad"], ["Darin", "Mastroianni"], ["Darin", "Ruf"], ["Dario", "Alvarez"], ["Dario", "Lodigiani"], ["Dario", "Veras"], ["Darnell", "Coles"], ["Darnell", "McDonald"], ["Darnell", "Sweeney"], ["Darold", "Knowles"], ["Darrel", "Akerfelds"], ["Darrel", "Chaney"], ["Darrell", "Brown"], ["Darrell", "Ceciliani"], ["Darrell", "Einertson"], ["Darrell", "Evans"], ["Darrell", "Jackson"], ["Darrell", "Johnson"], ["Darrell", "May"], ["Darrell", "Miller"], ["Darrell", "Osteen"], ["Darrell", "Porter"], ["Darrell", "Rasner"], ["Darrell", "Sherman"], ["Darrell", "Sutherland"], ["Darrell", "Whitmore"], ["Darrell", "Woodard"], ["Darren", "Bragg"], ["Darren", "Clarke"], ["Darren", "Daulton"], ["Darren", "Dreifort"], ["Darren", "Ford"], ["Darren", "Hall"], ["Darren", "Holmes"], ["Darren", "Lewis"], ["Darren", "O'Day"], ["Darren", "Oliver"], ["Darren", "Reed"], ["Darrin", "Chapin"], ["Darrin", "Fletcher"], ["Darrin", "Jackson"], ["Darrin", "Winston"], ["Darron", "Cox"], ["Darryl", "Cias"], ["Darryl", "Hamilton"], ["Darryl", "Jones"], ["Darryl", "Kile"], ["Darryl", "Motley"], ["Darryl", "Scott"], ["Darryl", "Strawberry"], ["Darwin", "Barney"], ["Darwin", "Cubillan"], ["Daryl", "Boston"], ["Daryl", "Irvine"], ["Daryl", "Patterson"], ["Daryl", "Robertson"], ["Daryl", "Sconiers"], ["Daryl", "Spencer"], ["Daryl", "Thompson"], ["Daryle", "Ward"], ["Dasher", "Troy"], ["Dave", "Adlesh"], ["Dave", "Altizer"], ["Dave", "Anderson"], ["Dave", "Augustine"], ["Dave", "Bakenhaster"], ["Dave", "Baker"], ["Dave", "Baldwin"], ["Dave", "Bancroft"], ["Dave", "Barbee"], ["Dave", "Bartosch"], ["Dave", "Beadle"], ["Dave", "Beard"], ["Dave", "Bennett"], ["Dave", "Berg"], ["Dave", "Bergman"], ["Dave", "Birdsall"], ["Dave", "Black"], ["Dave", "Borkowski"], ["Dave", "Boswell"], ["Dave", "Brain"], ["Dave", "Bristol"], ["Dave", "Burba"], ["Dave", "Bush"], ["Dave", "Callahan"], ["Dave", "Campbell"], ["Dave", "Cash"], ["Dave", "Chalk"], ["Dave", "Cheadle"], ["Dave", "Clark"], ["Dave", "Coble"], ["Dave", "Cochrane"], ["Dave", "Coggin"], ["Dave", "Cole"], ["Dave", "Coleman"], ["Dave", "Collins"], ["Dave", "Concepcion"], ["Dave", "Cripe"], ["Dave", "Criscione"], ["Dave", "Danforth"], ["Dave", "Davenport"], ["Dave", "Davidson"], ["Dave", "DeBusschere"], ["Dave", "Dowling"], ["Dave", "Downs"], ["Dave", "Dravecky"], ["Dave", "Drew"], ["Dave", "Duncan"], ["Dave", "Edler"], ["Dave", "Edwards"], ["Dave", "Eggler"], ["Dave", "Eiland"], ["Dave", "Eilers"], ["Dave", "Elder"], ["Dave", "Engle"], ["Dave", "Ferriss"], ["Dave", "Fleming"], ["Dave", "Ford"], ["Dave", "Foutz"], ["Dave", "Freisleben"], ["Dave", "Frost"], ["Dave", "Fultz"], ["Dave", "Gallagher"], ["Dave", "Garcia"], ["Dave", "Gassner"], ["Dave", "Geisel"], ["Dave", "Gerard"], ["Dave", "Giusti"], ["Dave", "Goltz"], ["Dave", "Gray"], ["Dave", "Gregg"], ["Dave", "Gumpert"], ["Dave", "Haas"], ["Dave", "Hajek"], ["Dave", "Hamilton"], ["Dave", "Hansen"], ["Dave", "Harris"], ["Dave", "Heaverlo"], ["Dave", "Henderson"], ["Dave", "Hengel"], ["Dave", "Hill"], ["Dave", "Hillman"], ["Dave", "Hilton"], ["Dave", "Hollins"], ["Dave", "Hoskins"], ["Dave", "Hostetler"], ["Dave", "Howard"], ["Dave", "Hudgens"], ["Dave", "Huppert"], ["Dave", "Johnson"], ["Dave", "Jolly"], ["Dave", "Keefe"], ["Dave", "Kingman"], ["Dave", "Koslo"], ["Dave", "Krynzel"], ["Dave", "LaPoint"], ["Dave", "LaRoche"], ["Dave", "Leeper"], ["Dave", "Leiper"], ["Dave", "Lemanczyk"], ["Dave", "Lemonds"], ["Dave", "Leonhard"], ["Dave", "Liddell"], ["Dave", "Machemer"], ["Dave", "Madison"], ["Dave", "Magadan"], ["Dave", "Marshall"], ["Dave", "Martinez"], ["Dave", "Matranga"], ["Dave", "Maurer"], ["Dave", "May"], ["Dave", "McCarty"], ["Dave", "McDonald"], ["Dave", "McKay"], ["Dave", "McKeough"], ["Dave", "McNally"], ["Dave", "Meads"], ["Dave", "Meier"], ["Dave", "Melton"], ["Dave", "Miley"], ["Dave", "Mlicki"], ["Dave", "Moates"], ["Dave", "Morehead"], ["Dave", "Morey"], ["Dave", "Murphy"], ["Dave", "Nelson"], ["Dave", "Nicholson"], ["Dave", "Nilsson"], ["Dave", "Odom"], ["Dave", "Oldfield"], ["Dave", "Oliver"], ["Dave", "Orr"], ["Dave", "Otto"], ["Dave", "Owen"], ["Dave", "Pagan"], ["Dave", "Parker"], ["Dave", "Patterson"], ["Dave", "Pavlas"], ["Dave", "Pember"], ["Dave", "Philley"], ["Dave", "Pickett"], ["Dave", "Pierson"], ["Dave", "Pope"], ["Dave", "Rader"], ["Dave", "Rajsich"], ["Dave", "Revering"], ["Dave", "Ricketts"], ["Dave", "Righetti"], ["Dave", "Roberts"], ["Dave", "Robertson"], ["Dave", "Robinson"], ["Dave", "Rohde"], ["Dave", "Rosello"], ["Dave", "Rowan"], ["Dave", "Rowe"], ["Dave", "Rozema"], ["Dave", "Rucker"], ["Dave", "Sappelt"], ["Dave", "Sax"], ["Dave", "Schmidt"], ["Dave", "Schneck"], ["Dave", "Schuler"], ["Dave", "Sells"], ["Dave", "Shean"], ["Dave", "Shipanoff"], ["Dave", "Short"], ["Dave", "Silvestri"], ["Dave", "Sisler"], ["Dave", "Skaggs"], ["Dave", "Skaugstad"], ["Dave", "Skeels"], ["Dave", "Smith"], ["Dave", "Stapleton"], ["Dave", "Staton"], ["Dave", "Stegman"], ["Dave", "Stenhouse"], ["Dave", "Stevens"], ["Dave", "Stewart"], ["Dave", "Stieb"], ["Dave", "Swartzbaugh"], ["Dave", "Telgheder"], ["Dave", "Thies"], ["Dave", "Tobik"], ["Dave", "Tomlin"], ["Dave", "Trembley"], ["Dave", "Tyriver"], ["Dave", "Valle"], ["Dave", "Van Gorder"], ["Dave", "Veres"], ["Dave", "Vineyard"], ["Dave", "Von Ohlen"], ["Dave", "Wainhouse"], ["Dave", "Wallace"], ["Dave", "Walsh"], ["Dave", "Watkins"], ["Dave", "Wehrmeister"], ["Dave", "Wickersham"], ["Dave", "Williams"], ["Dave", "Wills"], ["Dave", "Winfield"], ["Dave", "Wissman"], ["Dave", "Wright"], ["Dave", "Zearfoss"], ["Davey", "Claire"], ["Davey", "Crockett"], ["Davey", "Dunkle"], ["Davey", "Johnson"], ["Davey", "Lopes"], ["Davey", "Williams"], ["David", "Aardsma"], ["David", "Adams"], ["David", "Bell"], ["David", "Buchanan"], ["David", "Carpenter"], ["David", "Clyde"], ["David", "Cone"], ["David", "Cooper"], ["David", "Cortes"], ["David", "DeJesus"], ["David", "Dellucci"], ["David", "Doster"], ["David", "Eckstein"], ["David", "Freese"], ["David", "Goforth"], ["David", "Green"], ["David", "Hale"], ["David", "Hernandez"], ["David", "Herndon"], ["David", "Holdridge"], ["David", "Holmberg"], ["David", "Howard"], ["David", "Huff"], ["David", "Hulse"], ["David", "Justice"], ["David", "Kelton"], ["David", "Lamb"], ["David", "Lee"], ["David", "Lenz"], ["David", "Lough"], ["David", "Lundquist"], ["David", "Manning"], ["David", "Martinez"], ["David", "Moraga"], ["David", "Murphy"], ["David", "Newhan"], ["David", "Nied"], ["David", "Ortiz"], ["David", "Palmer"], ["David", "Patton"], ["David", "Pauley"], ["David", "Peralta"], ["David", "Phelps"], ["David", "Price"], ["David", "Purcey"], ["David", "Riske"], ["David", "Robertson"], ["David", "Rollins"], ["David", "Ross"], ["David", "Sanders"], ["David", "Segui"], ["David", "Weathers"], ["David", "Wells"], ["David", "West"], ["David", "Williams"], ["David", "Wright"], ["Davis", "Romero"], ["Davy", "Force"], ["Davy", "Jones"], ["Dax", "Jones"], ["Dayan", "Viciedo"], ["Dazzy", "Vance"], ["DeWayne", "Buice"], ["DeWayne", "Vaughn"], ["Deacon", "Donahue"], ["Deacon", "Jones"], ["Deacon", "McGuire"], ["Deacon", "Phillippe"], ["Deacon", "Van Buren"], ["Deacon", "White"], ["Dean", "Anna"], ["Dean", "Chance"], ["Dean", "Crow"], ["Dean", "Hartgraves"], ["Dean", "Look"], ["Dean", "Palmer"], ["Dean", "Stone"], ["Dean", "Sturgis"], ["Dean", "Wilkins"], ["Debs", "Garms"], ["Dee", "Brown"], ["Dee", "Cousineau"], ["Dee", "Fondy"], ["Dee", "Gordon"], ["Dee", "Miles"], ["Dee", "Moore"], ["Dee", "Phillips"], ["Dee", "Sanders"], ["Dee", "Walsh"], ["Deion", "Sanders"], ["Deivi", "Cruz"], ["Deke", "White"], ["Del", "Baker"], ["Del", "Bates"], ["Del", "Bissonette"], ["Del", "Crandall"], ["Del", "Ennis"], ["Del", "Gainer"], ["Del", "Howard"], ["Del", "Lundgren"], ["Del", "Mason"], ["Del", "Paddock"], ["Del", "Pratt"], ["Del", "Rice"], ["Del", "Unser"], ["Del", "Wilber"], ["Del", "Young"], ["Delino", "DeShields"], ["Dell", "Alston"], ["Dell", "Darling"], ["Dellin", "Betances"], ["Delmon", "Young"], ["Delos", "Brown"], ["Delos", "Drake"], ["Delvin", "James"], ["Delwyn", "Young"], ["Denard", "Span"], ["Denis", "Boucher"], ["Denis", "Menke"], ["Denis", "Phipps"], ["Denney", "Wilie"], ["Dennis", "Aust"], ["Dennis", "Bennett"], ["Dennis", "Berran"], ["Dennis", "Blair"], ["Dennis", "Burns"], ["Dennis", "Burtt"], ["Dennis", "Casey"], ["Dennis", "Cook"], ["Dennis", "Coughlin"], ["Dennis", "DeBarr"], ["Dennis", "Dove"], ["Dennis", "Driscoll"], ["Dennis", "Eckersley"], ["Dennis", "Fitzgerald"], ["Dennis", "Higgins"], ["Dennis", "Kinney"], ["Dennis", "Konuszewski"], ["Dennis", "Lamp"], ["Dennis", "Leonard"], ["Dennis", "Lewallyn"], ["Dennis", "Littlejohn"], ["Dennis", "Martinez"], ["Dennis", "Moeller"], ["Dennis", "Musgraves"], ["Dennis", "O'Neill"], ["Dennis", "Paepke"], ["Dennis", "Powell"], ["Dennis", "Rasmussen"], ["Dennis", "Ribant"], ["Dennis", "Sarfate"], ["Dennis", "Saunders"], ["Dennis", "Sherrill"], ["Dennis", "Springer"], ["Dennis", "Tankersley"], ["Dennis", "Werth"], ["Denny", "Bautista"], ["Denny", "Clare"], ["Denny", "Doyle"], ["Denny", "Driscoll"], ["Denny", "Galehouse"], ["Denny", "Gonzalez"], ["Denny", "Harriger"], ["Denny", "Hocking"], ["Denny", "Lemaster"], ["Denny", "Lyons"], ["Denny", "Mack"], ["Denny", "McKnight"], ["Denny", "McLain"], ["Denny", "Neagle"], ["Denny", "O'Toole"], ["Denny", "Riddleberger"], ["Denny", "Sothern"], ["Denny", "Stark"], ["Denny", "Sullivan"], ["Denny", "Walling"], ["Denny", "Williams"], ["Dennys", "Reyes"], ["Denver", "Grigsby"], ["Deolis", "Guerra"], ["Derek", "Aucoin"], ["Derek", "Bell"], ["Derek", "Botelho"], ["Derek", "Bryant"], ["Derek", "Dietrich"], ["Derek", "Holland"], ["Derek", "Jeter"], ["Derek", "Lee"], ["Derek", "Lilliquist"], ["Derek", "Lowe"], ["Derek", "Norris"], ["Derek", "Parks"], ["Derek", "Thompson"], ["Derek", "Wallace"], ["Dernell", "Stenson"], ["Deron", "Johnson"], ["Derrek", "Lee"], ["Derrel", "Thomas"], ["Derrell", "Griffith"], ["Derrick", "Gibson"], ["Derrick", "May"], ["Derrick", "Robinson"], ["Derrick", "Turnbow"], ["Derrick", "White"], ["Derrin", "Ebert"], ["Desi", "Relaford"], ["Desi", "Wilson"], ["Desmond", "Beatty"], ["Desmond", "Jennings"], ["Deunte", "Heath"], ["Deven", "Marrero"], ["Devern", "Hansack"], ["Devin", "Mesoraco"], ["Devon", "Lowery"], ["Devon", "Travis"], ["Devon", "White"], ["Dewayne", "Wise"], ["Dewey", "Adkins"], ["Dewey", "McDougal"], ["Dewey", "Metivier"], ["Dewey", "Robinson"], ["Dewey", "Williams"], ["Dewon", "Brazelton"], ["Dewon", "Day"], ["Dexter", "Fowler"], ["Dib", "Williams"], ["Dick", "Adams"], ["Dick", "Adkins"], ["Dick", "Allen"], ["Dick", "Attreau"], ["Dick", "Aylward"], ["Dick", "Baney"], ["Dick", "Barone"], ["Dick", "Barrett"], ["Dick", "Bartell"], ["Dick", "Bass"], ["Dick", "Bates"], ["Dick", "Bayless"], ["Dick", "Bertell"], ["Dick", "Billings"], ["Dick", "Blaisdell"], ["Dick", "Bokelmann"], ["Dick", "Bosman"], ["Dick", "Braggins"], ["Dick", "Brodowski"], ["Dick", "Brown"], ["Dick", "Buckley"], ["Dick", "Burns"], ["Dick", "Burrus"], ["Dick", "Burwell"], ["Dick", "Butler"], ["Dick", "Calmus"], ["Dick", "Carroll"], ["Dick", "Coffman"], ["Dick", "Cogan"], ["Dick", "Cole"], ["Dick", "Colpaert"], ["Dick", "Conger"], ["Dick", "Conway"], ["Dick", "Cotter"], ["Dick", "Cox"], ["Dick", "Crutcher"], ["Dick", "Culler"], ["Dick", "Davis"], ["Dick", "Dietz"], ["Dick", "Donovan"], ["Dick", "Drago"], ["Dick", "Drott"], ["Dick", "Egan"], ["Dick", "Ellsworth"], ["Dick", "Errickson"], ["Dick", "Estelle"], ["Dick", "Fowler"], ["Dick", "Gernert"], ["Dick", "Gossett"], ["Dick", "Gray"], ["Dick", "Green"], ["Dick", "Groat"], ["Dick", "Gyselman"], ["Dick", "Hahn"], ["Dick", "Hall"], ["Dick", "Harley"], ["Dick", "Higham"], ["Dick", "Hoblitzell"], ["Dick", "Hoover"], ["Dick", "Howser"], ["Dick", "Hughes"], ["Dick", "Hunt"], ["Dick", "Hurley"], ["Dick", "Hyde"], ["Dick", "Johnston"], ["Dick", "Jones"], ["Dick", "Joyce"], ["Dick", "Kauffman"], ["Dick", "Kelley"], ["Dick", "Kenworthy"], ["Dick", "Kimble"], ["Dick", "Koecher"], ["Dick", "Kokos"], ["Dick", "Kryhoski"], ["Dick", "Lajeskie"], ["Dick", "Lanahan"], ["Dick", "Lane"], ["Dick", "Lange"], ["Dick", "LeMay"], ["Dick", "Lines"], ["Dick", "Littlefield"], ["Dick", "Loftus"], ["Dick", "Lowe"], ["Dick", "Luebke"], ["Dick", "Manville"], ["Dick", "Marlowe"], ["Dick", "Mauney"], ["Dick", "McAuliffe"], ["Dick", "McBride"], ["Dick", "McCabe"], ["Dick", "Midkiff"], ["Dick", "Mills"], ["Dick", "Mulligan"], ["Dick", "Murphy"], ["Dick", "Nen"], ["Dick", "Newsome"], ["Dick", "Niehaus"], ["Dick", "Nold"], ["Dick", "Padden"], ["Dick", "Phelan"], ["Dick", "Phillips"], ["Dick", "Pierson"], ["Dick", "Pole"], ["Dick", "Porter"], ["Dick", "Radatz"], ["Dick", "Rand"], ["Dick", "Reichle"], ["Dick", "Ricketts"], ["Dick", "Robertson"], ["Dick", "Rozek"], ["Dick", "Rudolph"], ["Dick", "Rusteck"], ["Dick", "Ruthven"], ["Dick", "Schofield"], ["Dick", "Scott"], ["Dick", "Selma"], ["Dick", "Sharon"], ["Dick", "Siebert"], ["Dick", "Simpson"], ["Dick", "Sipek"], ["Dick", "Sisler"], ["Dick", "Smith"], ["Dick", "Spalding"], ["Dick", "Starr"], ["Dick", "Stigman"], ["Dick", "Stone"], ["Dick", "Strahs"], ["Dick", "Stuart"], ["Dick", "Such"], ["Dick", "Teed"], ["Dick", "Terwilliger"], ["Dick", "Tettelbach"], ["Dick", "Thoenen"], ["Dick", "Tidrow"], ["Dick", "Tomanek"], ["Dick", "Tracewski"], ["Dick", "Van Zant"], ["Dick", "Wakefield"], ["Dick", "Wantz"], ["Dick", "Ward"], ["Dick", "Weik"], ["Dick", "Welteroth"], ["Dick", "West"], ["Dick", "Wheeler"], ["Dick", "Whitman"], ["Dick", "Williams"], ["Dick", "Woodson"], ["Dick", "Wright"], ["Dick", "Young"], ["Dickey", "Kerr"], ["Dickey", "Pearce"], ["Dickie", "Flowers"], ["Dickie", "Noles"], ["Dickie", "Thon"], ["Dicky", "Gonzalez"], ["Didi", "Gregorius"], ["Diego", "Moreno"], ["Diego", "Segui"], ["Dike", "Varney"], ["Dillon", "Gee"], ["Dilson", "Herrera"], ["Dilson", "Torres"], ["Dink", "O'Brien"], ["Dinny", "McNamara"], ["Dino", "Chiozza"], ["Dino", "Restelli"], ["Dinty", "Gearin"], ["Diomedes", "Olivo"], ["Dion", "James"], ["Dioner", "Navarro"], ["Diory", "Hernandez"], ["Dirk", "Hayhurst"], ["Dixie", "Carroll"], ["Dixie", "Davis"], ["Dixie", "Howell"], ["Dixie", "Leverett"], ["Dixie", "McArthur"], ["Dixie", "Parker"], ["Dixie", "Parsons"], ["Dixie", "Upright"], ["Dixie", "Walker"], ["Dixon", "Machado"], ["Dizzy", "Dean"], ["Dizzy", "Nutter"], ["Dizzy", "Sutherland"], ["Dizzy", "Trout"], ["Dmitri", "Young"], ["Doc", "Adkins"], ["Doc", "Amole"], ["Doc", "Ayers"], ["Doc", "Bass"], ["Doc", "Bushong"], ["Doc", "Carroll"], ["Doc", "Casey"], ["Doc", "Cook"], ["Doc", "Cramer"], ["Doc", "Crandall"], ["Doc", "Curley"], ["Doc", "Daugherty"], ["Doc", "Edwards"], ["Doc", "Farrell"], ["Doc", "Gautreau"], ["Doc", "Gessler"], ["Doc", "Hamann"], ["Doc", "Hazelton"], ["Doc", "Imlay"], ["Doc", "Johnston"], ["Doc", "Kennedy"], ["Doc", "Kerr"], ["Doc", "Land"], ["Doc", "Landis"], ["Doc", "Lavan"], ["Doc", "Leitner"], ["Doc", "Marshall"], ["Doc", "Martel"], ["Doc", "Martin"], ["Doc", "McJames"], ["Doc", "McMahon"], ["Doc", "Medich"], ["Doc", "Miller"], ["Doc", "Moskiman"], ["Doc", "Newton"], ["Doc", "Oberlander"], ["Doc", "Ozmer"], ["Doc", "Parker"], ["Doc", "Potts"], ["Doc", "Powers"], ["Doc", "Prothro"], ["Doc", "Ralston"], ["Doc", "Reisling"], ["Doc", "Scanlan"], ["Doc", "Sechrist"], ["Doc", "Shanley"], ["Doc", "Tonkin"], ["Doc", "Waldbauer"], ["Doc", "Wallace"], ["Doc", "Watson"], ["Doc", "White"], ["Doc", "Wood"], ["Dock", "Ellis"], ["Dode", "Criss"], ["Dode", "Paskert"], ["Doe", "Boyland"], ["Doggie", "Miller"], ["Dolan", "Nichols"], ["Dolf", "Luque"], ["Dolly", "Gray"], ["Dolly", "Stark"], ["Dolph", "Camilli"], ["Dom", "Dallessandro"], ["Dom", "DiMaggio"], ["Dom", "Zanni"], ["Domingo", "Cedeno"], ["Domingo", "Guzman"], ["Domingo", "Jean"], ["Domingo", "Martinez"], ["Domingo", "Ramos"], ["Domingo", "Santana"], ["Dominic", "Leone"], ["Dominic", "Mulrenan"], ["Domonic", "Brown"], ["Don", "Aase"], ["Don", "Arlich"], ["Don", "August"], ["Don", "Baylor"], ["Don", "Bessent"], ["Don", "Black"], ["Don", "Blasingame"], ["Don", "Bollweg"], ["Don", "Bosch"], ["Don", "Bradey"], ["Don", "Brennan"], ["Don", "Bryant"], ["Don", "Buddin"], ["Don", "Buford"], ["Don", "Buschhorn"], ["Don", "Cardwell"], ["Don", "Carlsen"], ["Don", "Carman"], ["Don", "Carrithers"], ["Don", "Castle"], ["Don", "Choate"], ["Don", "Collins"], ["Don", "Cooper"], ["Don", "Crow"], ["Don", "DeMola"], ["Don", "Demeter"], ["Don", "Dennis"], ["Don", "Dillard"], ["Don", "Drysdale"], ["Don", "Durham"], ["Don", "Eaddy"], ["Don", "Eddy"], ["Don", "Elston"], ["Don", "Erickson"], ["Don", "Ferrarese"], ["Don", "Fisher"], ["Don", "Flinn"], ["Don", "Florence"], ["Don", "Gile"], ["Don", "Gordon"], ["Don", "Grate"], ["Don", "Gross"], ["Don", "Gullett"], ["Don", "Gutteridge"], ["Don", "Hahn"], ["Don", "Hankins"], ["Don", "Hanski"], ["Don", "Hasenmayer"], ["Don", "Heffner"], ["Don", "Heinkel"], ["Don", "Hendrickson"], ["Don", "Hoak"], ["Don", "Hood"], ["Don", "Hopkins"], ["Don", "Hurst"], ["Don", "Johnson"], ["Don", "Kainer"], ["Don", "Kaiser"], ["Don", "Kelly"], ["Don", "Kessinger"], ["Don", "Kirkwood"], ["Don", "Kolloway"], ["Don", "Landrum"], ["Don", "Lang"], ["Don", "Larsen"], ["Don", "Lassetter"], ["Don", "LeJohn"], ["Don", "Lee"], ["Don", "Lenhardt"], ["Don", "Leppert"], ["Don", "Leshnock"], ["Don", "Liddle"], ["Don", "Lock"], ["Don", "Loun"], ["Don", "Lund"], ["Don", "Manno"], ["Don", "Mason"], ["Don", "Mattingly"], ["Don", "McCormack"], ["Don", "McMahon"], ["Don", "Miles"], ["Don", "Mincher"], ["Don", "Minnick"], ["Don", "Money"], ["Don", "Mossi"], ["Don", "Mueller"], ["Don", "Newcombe"], ["Don", "Newhauser"], ["Don", "Nicholas"], ["Don", "Nottebart"], ["Don", "O'Riley"], ["Don", "Padgett"], ["Don", "Pavletich"], ["Don", "Pepper"], ["Don", "Plarski"], ["Don", "Prince"], ["Don", "Rader"], ["Don", "Reynolds"], ["Don", "Richmond"], ["Don", "Robertson"], ["Don", "Robinson"], ["Don", "Rose"], ["Don", "Ross"], ["Don", "Rowe"], ["Don", "Rudolph"], ["Don", "Savage"], ["Don", "Savidge"], ["Don", "Schulze"], ["Don", "Schwall"], ["Don", "Secrist"], ["Don", "Shaw"], ["Don", "Slaught"], ["Don", "Songer"], ["Don", "Stanhouse"], ["Don", "Sutton"], ["Don", "Taussig"], ["Don", "Thompson"], ["Don", "Wakamatsu"], ["Don", "Wallace"], ["Don", "Welchel"], ["Don", "Wengert"], ["Don", "Werner"], ["Don", "Wert"], ["Don", "Wheeler"], ["Don", "White"], ["Don", "Williams"], ["Don", "Wilson"], ["Don", "Young"], ["Don", "Zimmer"], ["Donald", "Harris"], ["Donald", "Lutz"], ["Donaldo", "Mendez"], ["Donell", "Nixon"], ["Donie", "Bush"], ["Donn", "Clendenon"], ["Donn", "Pall"], ["Donn", "Roach"], ["Donne", "Wall"], ["Donnie", "Elliott"], ["Donnie", "Hill"], ["Donnie", "Joseph"], ["Donnie", "Moore"], ["Donnie", "Murphy"], ["Donnie", "Sadler"], ["Donnie", "Scott"], ["Donnie", "Veal"], ["Donny", "Lucy"], ["Donovan", "Hand"], ["Donovan", "Osborne"], ["Donovan", "Solano"], ["Dontrelle", "Willis"], ["Donzell", "McDonald"], ["Dooley", "Womack"], ["Dorn", "Taylor"], ["Dorsey", "Riddlemoser"], ["Dory", "Dean"], ["Dot", "Fulghum"], ["Dots", "Miller"], ["Doug", "Adams"], ["Doug", "Allison"], ["Doug", "Ault"], ["Doug", "Bair"], ["Doug", "Baird"], ["Doug", "Baker"], ["Doug", "Bernier"], ["Doug", "Bird"], ["Doug", "Bochtler"], ["Doug", "Brady"], ["Doug", "Brocail"], ["Doug", "Camilli"], ["Doug", "Capilla"], ["Doug", "Clarey"], ["Doug", "Clark"], ["Doug", "Clemens"], ["Doug", "Corbett"], ["Doug", "Creek"], ["Doug", "Crothers"], ["Doug", "Dascenzo"], ["Doug", "Davis"], ["Doug", "DeCinces"], ["Doug", "DeVore"], ["Doug", "Drabek"], ["Doug", "Fister"], ["Doug", "Flynn"], ["Doug", "Frobel"], ["Doug", "Gallagher"], ["Doug", "Glanville"], ["Doug", "Griffin"], ["Doug", "Gwosdz"], ["Doug", "Hansen"], ["Doug", "Harvey"], ["Doug", "Henry"], ["Doug", "Howard"], ["Doug", "Jennings"], ["Doug", "Johns"], ["Doug", "Jones"], ["Doug", "Konieczny"], ["Doug", "Lindsey"], ["Doug", "Linton"], ["Doug", "Loman"], ["Doug", "Mathis"], ["Doug", "McWeeny"], ["Doug", "Mientkiewicz"], ["Doug", "Mirabelli"], ["Doug", "Neff"], ["Doug", "Nickle"], ["Doug", "Piatt"], ["Doug", "Rader"], ["Doug", "Rau"], ["Doug", "Saunders"], ["Doug", "Simons"], ["Doug", "Sisk"], ["Doug", "Slaten"], ["Doug", "Smith"], ["Doug", "Strange"], ["Doug", "Taitt"], ["Doug", "Waechter"], ["Doyle", "Alexander"], ["Doyle", "Lade"], ["Doyt", "Morris"], ["Drake", "Britton"], ["Drew", "Anderson"], ["Drew", "Butera"], ["Drew", "Carpenter"], ["Drew", "Denson"], ["Drew", "Hall"], ["Drew", "Henson"], ["Drew", "Hutchison"], ["Drew", "Macias"], ["Drew", "Meyer"], ["Drew", "Pomeranz"], ["Drew", "Rader"], ["Drew", "Rucinski"], ["Drew", "Smyly"], ["Drew", "Storen"], ["Drew", "Stubbs"], ["Drew", "Sutton"], ["Drew", "VerHagen"], ["Drummond", "Brown"], ["Drungo", "Hazewood"], ["Duane", "Below"], ["Duane", "Josephson"], ["Duane", "Kuiper"], ["Duane", "Pillette"], ["Duane", "Richards"], ["Duane", "Singleton"], ["Duane", "Theiss"], ["Duane", "Walker"], ["Duane", "Ward"], ["Duane", "Wilson"], ["Duaner", "Sanchez"], ["Ducky", "Detweiler"], ["Ducky", "Hemp"], ["Ducky", "Holmes"], ["Ducky", "Yount"], ["Dud", "Branom"], ["Dud", "Lee"], ["Dude", "Esterbrook"], ["Duff", "Brumley"], ["Duff", "Cooley"], ["Duffy", "Dyer"], ["Duffy", "Lewis"], ["Duke", "Brett"], ["Duke", "Carmel"], ["Duke", "Esper"], ["Duke", "Farrell"], ["Duke", "Kelleher"], ["Duke", "Kenworthy"], ["Duke", "Maas"], ["Duke", "Markell"], ["Duke", "Reilley"], ["Duke", "Sedgwick"], ["Duke", "Shirey"], ["Duke", "Simpson"], ["Duke", "Sims"], ["Duke", "Snider"], ["Duke", "Welker"], ["Dummy", "Deegan"], ["Dummy", "Hoy"], ["Dummy", "Leitner"], ["Dummy", "Lynch"], ["Dummy", "Murphy"], ["Dummy", "Stephenson"], ["Dummy", "Taylor"], ["Dupee", "Shaw"], ["Dustan", "Mohr"], ["Duster", "Mails"], ["Dustin", "Ackley"], ["Dustin", "Garneau"], ["Dustin", "Hermanson"], ["Dustin", "McGowan"], ["Dustin", "Moseley"], ["Dustin", "Nippert"], ["Dustin", "Pedroia"], ["Dustin", "Richardson"], ["Dusty", "Allen"], ["Dusty", "Baker"], ["Dusty", "Bergman"], ["Dusty", "Brown"], ["Dusty", "Coleman"], ["Dusty", "Cooke"], ["Dusty", "Hughes"], ["Dusty", "Miller"], ["Dusty", "Rhodes"], ["Dusty", "Ryan"], ["Dusty", "Wathan"], ["Dutch", "Dietz"], ["Dutch", "Distel"], ["Dutch", "Dotterer"], ["Dutch", "Fehring"], ["Dutch", "Henry"], ["Dutch", "Hinrichs"], ["Dutch", "Hoffman"], ["Dutch", "Holland"], ["Dutch", "Jordan"], ["Dutch", "Kemner"], ["Dutch", "Leonard"], ["Dutch", "Lerchen"], ["Dutch", "Levsen"], ["Dutch", "Lieber"], ["Dutch", "McCall"], ["Dutch", "Meier"], ["Dutch", "Mele"], ["Dutch", "Meyer"], ["Dutch", "Romberger"], ["Dutch", "Rudolph"], ["Dutch", "Ruether"], ["Dutch", "Schesler"], ["Dutch", "Schirick"], ["Dutch", "Schliebner"], ["Dutch", "Sterrett"], ["Dutch", "Stryker"], ["Dutch", "Ulrich"], ["Dutch", "Ussat"], ["Dutch", "Wetzel"], ["Dutch", "Zwilling"], ["Dwain", "Anderson"], ["Dwayne", "Henry"], ["Dwayne", "Hosey"], ["Dwayne", "Murphy"], ["Dwight", "Bernard"], ["Dwight", "Evans"], ["Dwight", "Gooden"], ["Dwight", "Lowry"], ["Dwight", "Siebler"], ["Dwight", "Smith"], ["Dwight", "Stone"], ["Dwight", "Taylor"], ["Dwight", "Wertz"], ["Dyar", "Miller"], ["Dykes", "Potter"], ["Dylan", "Axelrod"], ["Dylan", "Bundy"], ["Earl", "Averill"], ["Earl", "Battey"], ["Earl", "Blackburn"], ["Earl", "Browne"], ["Earl", "Caldwell"], ["Earl", "Clark"], ["Earl", "Cook"], ["Earl", "Francis"], ["Earl", "Grace"], ["Earl", "Hamilton"], ["Earl", "Harrist"], ["Earl", "Henry"], ["Earl", "Hersh"], ["Earl", "Howard"], ["Earl", "Huckleberry"], ["Earl", "Johnson"], ["Earl", "Jones"], ["Earl", "Kunz"], ["Earl", "Mattingly"], ["Earl", "McNeely"], ["Earl", "Moore"], ["Earl", "Moseley"], ["Earl", "Mossor"], ["Earl", "Naylor"], ["Earl", "Pruess"], ["Earl", "Rapp"], ["Earl", "Reid"], ["Earl", "Robinson"], ["Earl", "Sheely"], ["Earl", "Smith"], ["Earl", "Snyder"], ["Earl", "Stephenson"], ["Earl", "Torgeson"], ["Earl", "Turner"], ["Earl", "Tyree"], ["Earl", "Weaver"], ["Earl", "Webb"], ["Earl", "Whitehill"], ["Earl", "Williams"], ["Earl", "Wilson"], ["Earl", "Yingling"], ["Earle", "Brucker"], ["Earle", "Combs"], ["Earle", "Gardner"], ["Earle", "Mack"], ["Early", "Wynn"], ["Ebba", "St. Claire"], ["Ed", "Abbaticchio"], ["Ed", "Acosta"], ["Ed", "Albosta"], ["Ed", "Albrecht"], ["Ed", "Amelung"], ["Ed", "Andrews"], ["Ed", "Appleton"], ["Ed", "Armbrister"], ["Ed", "Atkinson"], ["Ed", "Baecht"], ["Ed", "Bagley"], ["Ed", "Bahr"], ["Ed", "Bailey"], ["Ed", "Barney"], ["Ed", "Barnowski"], ["Ed", "Barrow"], ["Ed", "Barry"], ["Ed", "Bauta"], ["Ed", "Beatin"], ["Ed", "Beecher"], ["Ed", "Biecher"], ["Ed", "Blake"], ["Ed", "Boland"], ["Ed", "Bouchee"], ["Ed", "Brandt"], ["Ed", "Brinkman"], ["Ed", "Brown"], ["Ed", "Bruyette"], ["Ed", "Burns"], ["Ed", "Busch"], ["Ed", "Butka"], ["Ed", "Callahan"], ["Ed", "Carfrey"], ["Ed", "Carroll"], ["Ed", "Cartwright"], ["Ed", "Caskin"], ["Ed", "Cassian"], ["Ed", "Cermak"], ["Ed", "Chandler"], ["Ed", "Chaplin"], ["Ed", "Chapman"], ["Ed", "Charles"], ["Ed", "Cihocki"], ["Ed", "Clark"], ["Ed", "Clough"], ["Ed", "Cogswell"], ["Ed", "Cole"], ["Ed", "Coleman"], ["Ed", "Colgan"], ["Ed", "Conley"], ["Ed", "Connolly"], ["Ed", "Conwell"], ["Ed", "Corey"], ["Ed", "Correa"], ["Ed", "Cotter"], ["Ed", "Coughlin"], ["Ed", "Crane"], ["Ed", "Crosby"], ["Ed", "Crowley"], ["Ed", "Curtis"], ["Ed", "Cushman"], ["Ed", "Daily"], ["Ed", "Delahanty"], ["Ed", "Doheny"], ["Ed", "Donalds"], ["Ed", "Donnelly"], ["Ed", "Duffy"], ["Ed", "Dugan"], ["Ed", "Dundon"], ["Ed", "Durham"], ["Ed", "Easley"], ["Ed", "Edelen"], ["Ed", "Eiteljorge"], ["Ed", "Fallenstein"], ["Ed", "Farmer"], ["Ed", "Fernandes"], ["Ed", "Figueroa"], ["Ed", "Fisher"], ["Ed", "Fitz Gerald"], ["Ed", "Fitzpatrick"], ["Ed", "Flanagan"], ["Ed", "Flynn"], ["Ed", "Ford"], ["Ed", "Forsyth"], ["Ed", "Foster"], ["Ed", "Freed"], ["Ed", "Fuller"], ["Ed", "Gagnier"], ["Ed", "Gallagher"], ["Ed", "Gastfield"], ["Ed", "Gerner"], ["Ed", "Gill"], ["Ed", "Giovanola"], ["Ed", "Glenn"], ["Ed", "Glynn"], ["Ed", "Goebel"], ["Ed", "Goodson"], ["Ed", "Green"], ["Ed", "Greer"], ["Ed", "Gremminger"], ["Ed", "Grimes"], ["Ed", "Hahn"], ["Ed", "Haigh"], ["Ed", "Halbriter"], ["Ed", "Halicki"], ["Ed", "Hallinan"], ["Ed", "Hanyzewski"], ["Ed", "Hawk"], ["Ed", "Head"], ["Ed", "Hearn"], ["Ed", "Hearne"], ["Ed", "Hemingway"], ["Ed", "Henderson"], ["Ed", "Hendricks"], ["Ed", "Hengel"], ["Ed", "Herrmann"], ["Ed", "Heusser"], ["Ed", "High"], ["Ed", "Hilley"], ["Ed", "Hobaugh"], ["Ed", "Hock"], ["Ed", "Hodge"], ["Ed", "Holley"], ["Ed", "Holly"], ["Ed", "Householder"], ["Ed", "Hovlik"], ["Ed", "Hug"], ["Ed", "Hughes"], ["Ed", "Hutchinson"], ["Ed", "Irwin"], ["Ed", "Johnson"], ["Ed", "Jurak"], ["Ed", "Karger"], ["Ed", "Keas"], ["Ed", "Keegan"], ["Ed", "Kelly"], ["Ed", "Kenna"], ["Ed", "Kennedy"], ["Ed", "Kent"], ["Ed", "Killian"], ["Ed", "Kinsella"], ["Ed", "Kippert"], ["Ed", "Kirkpatrick"], ["Ed", "Klepfer"], ["Ed", "Klieman"], ["Ed", "Knouff"], ["Ed", "Konetchy"], ["Ed", "Kranepool"], ["Ed", "Kusel"], ["Ed", "Lafitte"], ["Ed", "Lagger"], ["Ed", "Larkin"], ["Ed", "Leip"], ["Ed", "Lennon"], ["Ed", "Lennox"], ["Ed", "Levy"], ["Ed", "Linke"], ["Ed", "Lucas"], ["Ed", "Lynch"], ["Ed", "Lyons"], ["Ed", "MacGamwell"], ["Ed", "Madjeski"], ["Ed", "Mars"], ["Ed", "Mayer"], ["Ed", "McCreery"], ["Ed", "McDonald"], ["Ed", "McDonough"], ["Ed", "McFarland"], ["Ed", "McGhee"], ["Ed", "McKean"], ["Ed", "McKenna"], ["Ed", "McLane"], ["Ed", "McNichol"], ["Ed", "Mensor"], ["Ed", "Merrill"], ["Ed", "Mickelson"], ["Ed", "Mierkowicz"], ["Ed", "Miller"], ["Ed", "Mincher"], ["Ed", "Monroe"], ["Ed", "Montague"], ["Ed", "Morgan"], ["Ed", "Moriarty"], ["Ed", "Morris"], ["Ed", "Moyer"], ["Ed", "Murphy"], ["Ed", "Murray"], ["Ed", "Nunez"], ["Ed", "O'Neil"], ["Ed", "Olivares"], ["Ed", "Olwine"], ["Ed", "Ott"], ["Ed", "Pabst"], ["Ed", "Palmquist"], ["Ed", "Phelps"], ["Ed", "Phillips"], ["Ed", "Pierce"], ["Ed", "Pinkham"], ["Ed", "Pinnance"], ["Ed", "Pipgras"], ["Ed", "Plank"], ["Ed", "Poole"], ["Ed", "Porray"], ["Ed", "Putman"], ["Ed", "Rakow"], ["Ed", "Reulbach"], ["Ed", "Roebuck"], ["Ed", "Roetz"], ["Ed", "Romero"], ["Ed", "Rowen"], ["Ed", "Sadowski"], ["Ed", "Sales"], ["Ed", "Samcoff"], ["Ed", "Sanicki"], ["Ed", "Sauer"], ["Ed", "Schorr"], ["Ed", "Scott"], ["Ed", "Seward"], ["Ed", "Sherling"], ["Ed", "Sicking"], ["Ed", "Siever"], ["Ed", "Silch"], ["Ed", "Sixsmith"], ["Ed", "Smith"], ["Ed", "Somerville"], ["Ed", "Sperber"], ["Ed", "Spiezio"], ["Ed", "Sprague"], ["Ed", "Springer"], ["Ed", "Spurney"], ["Ed", "Stauffer"], ["Ed", "Stein"], ["Ed", "Stevens"], ["Ed", "Stratton"], ["Ed", "Strelecki"], ["Ed", "Stroud"], ["Ed", "Sukla"], ["Ed", "Summers"], ["Ed", "Swartwood"], ["Ed", "Taubensee"], ["Ed", "Taylor"], ["Ed", "Trumbull"], ["Ed", "Vande Berg"], ["Ed", "Vosberg"], ["Ed", "Walczak"], ["Ed", "Walker"], ["Ed", "Walsh"], ["Ed", "Warner"], ["Ed", "Watkins"], ["Ed", "Weiland"], ["Ed", "Wells"], ["Ed", "Wheeler"], ["Ed", "White"], ["Ed", "Whited"], ["Ed", "Whiting"], ["Ed", "Whitson"], ["Ed", "Wilkinson"], ["Ed", "Willett"], ["Ed", "Winceniak"], ["Ed", "Wineapple"], ["Ed", "Wingo"], ["Ed", "Wojna"], ["Ed", "Wolfe"], ["Ed", "Wright"], ["Ed", "Yarnall"], ["Ed", "Yewell"], ["Ed", "Zmich"], ["Edd", "Roush"], ["Eddie", "Ainsmith"], ["Eddie", "Bacon"], ["Eddie", "Bane"], ["Eddie", "Basinski"], ["Eddie", "Bockman"], ["Eddie", "Bonine"], ["Eddie", "Booth"], ["Eddie", "Boyle"], ["Eddie", "Bressoud"], ["Eddie", "Brown"], ["Eddie", "Burke"], ["Eddie", "Butler"], ["Eddie", "Carnett"], ["Eddie", "Cicotte"], ["Eddie", "Collins"], ["Eddie", "Delker"], ["Eddie", "Dent"], ["Eddie", "Dyer"], ["Eddie", "Eayrs"], ["Eddie", "Edmonson"], ["Eddie", "Erautt"], ["Eddie", "Feinberg"], ["Eddie", "Files"], ["Eddie", "Fisher"], ["Eddie", "Foster"], ["Eddie", "Fusselback"], ["Eddie", "Gaedel"], ["Eddie", "Gaillard"], ["Eddie", "Grant"], ["Eddie", "Guardado"], ["Eddie", "Haas"], ["Eddie", "Hickey"], ["Eddie", "Higgins"], ["Eddie", "Hogan"], ["Eddie", "Hohnhorst"], ["Eddie", "Hunter"], ["Eddie", "Joost"], ["Eddie", "Kasko"], ["Eddie", "Kazak"], ["Eddie", "Kearse"], ["Eddie", "Kenna"], ["Eddie", "Kolb"], ["Eddie", "Kunz"], ["Eddie", "Lake"], ["Eddie", "Leon"], ["Eddie", "Lopat"], ["Eddie", "Lukon"], ["Eddie", "Malone"], ["Eddie", "Mathews"], ["Eddie", "Matteson"], ["Eddie", "Mayo"], ["Eddie", "McGah"], ["Eddie", "Miksis"], ["Eddie", "Miller"], ["Eddie", "Milner"], ["Eddie", "Moore"], ["Eddie", "Morgan"], ["Eddie", "Mulligan"], ["Eddie", "Murphy"], ["Eddie", "Murray"], ["Eddie", "O'Brien"], ["Eddie", "O'Meara"], ["Eddie", "Onslow"], ["Eddie", "Oropesa"], ["Eddie", "Palmer"], ["Eddie", "Pellagrini"], ["Eddie", "Perez"], ["Eddie", "Phillips"], ["Eddie", "Pick"], ["Eddie", "Plank"], ["Eddie", "Popowski"], ["Eddie", "Priest"], ["Eddie", "Pye"], ["Eddie", "Quick"], ["Eddie", "Robinson"], ["Eddie", "Rogers"], ["Eddie", "Rommel"], ["Eddie", "Rosario"], ["Eddie", "Sawyer"], ["Eddie", "Shokes"], ["Eddie", "Silber"], ["Eddie", "Smith"], ["Eddie", "Solomon"], ["Eddie", "Stack"], ["Eddie", "Stanky"], ["Eddie", "Taylor"], ["Eddie", "Tiemeyer"], ["Eddie", "Tucker"], ["Eddie", "Turchin"], ["Eddie", "Vargas"], ["Eddie", "Waitkus"], ["Eddie", "Watt"], ["Eddie", "Williams"], ["Eddie", "Wilson"], ["Eddie", "Yost"], ["Eddie", "Yount"], ["Eddie", "Yuhas"], ["Eddie", "Zambrano"], ["Eddie", "Zimmerman"], ["Eddie", "Zosky"], ["Eddy", "Diaz"], ["Eddy", "Garabito"], ["Eddy", "Rodriguez"], ["Edgar", "Barnhart"], ["Edgar", "Caceres"], ["Edgar", "Diaz"], ["Edgar", "Gonzalez"], ["Edgar", "Ibarra"], ["Edgar", "Martinez"], ["Edgar", "McNabb"], ["Edgar", "Olmos"], ["Edgar", "Ramos"], ["Edgar", "Renteria"], ["Edgar", "Smith"], ["Edgard", "Clemente"], ["Edgardo", "Alfonzo"], ["Edgmer", "Escalona"], ["Edinson", "Volquez"], ["Eduardo", "Escobar"], ["Eduardo", "Nunez"], ["Eduardo", "Perez"], ["Eduardo", "Rodriguez"], ["Eduardo", "Sanchez"], ["Eduardo", "Villacis"], ["Edwar", "Cabrera"], ["Edwar", "Ramirez"], ["Edward", "Beavens"], ["Edward", "Cramer"], ["Edward", "Mujica"], ["Edward", "Santry"], ["Edwards", "Guzman"], ["Edwin", "Almonte"], ["Edwin", "Bellorin"], ["Edwin", "Diaz"], ["Edwin", "Encarnacion"], ["Edwin", "Escobar"], ["Edwin", "Hurtado"], ["Edwin", "Jackson"], ["Edwin", "Maysonet"], ["Edwin", "Moreno"], ["Edwin", "Rodriguez"], ["Effa", "Manley"], ["Effie", "Norton"], ["Efrain", "Valdez"], ["Efren", "Navarro"], ["Egyptian", "Healy"], ["Ehire", "Adrianza"], ["Ehren", "Wassermann"], ["Eider", "Torres"], ["Einar", "Diaz"], ["El", "Tappe"], ["Elam", "Vangilder"], ["Elbert", "Andrews"], ["Elbie", "Fletcher"], ["Elden", "Auker"], ["Elder", "White"], ["Eli", "Cates"], ["Eli", "Grba"], ["Eli", "Hodkey"], ["Eli", "Marrero"], ["Eli", "Whiteside"], ["Elian", "Herrera"], ["Elias", "Diaz"], ["Elias", "Peak"], ["Elias", "Sosa"], ["Eliezer", "Alfonzo"], ["Elih", "Villanueva"], ["Elijah", "Dukes"], ["Elijah", "Jones"], ["Elio", "Chacon"], ["Elizardo", "Ramirez"], ["Ellie", "Rodriguez"], ["Elliot", "Bigelow"], ["Elliot", "Johnson"], ["Elliott", "Maddox"], ["Ellis", "Burks"], ["Ellis", "Burton"], ["Ellis", "Clary"], ["Ellis", "Johnson"], ["Ellis", "Kinder"], ["Ellis", "Valentine"], ["Elmer", "Bliss"], ["Elmer", "Bowman"], ["Elmer", "Brown"], ["Elmer", "Burkart"], ["Elmer", "Cleveland"], ["Elmer", "Dessens"], ["Elmer", "Flick"], ["Elmer", "Foster"], ["Elmer", "Gedeon"], ["Elmer", "Horton"], ["Elmer", "Jacobs"], ["Elmer", "Johnson"], ["Elmer", "Klumpp"], ["Elmer", "Knetzer"], ["Elmer", "Koestner"], ["Elmer", "Leifer"], ["Elmer", "Leonard"], ["Elmer", "Miller"], ["Elmer", "Myers"], ["Elmer", "Pence"], ["Elmer", "Ponder"], ["Elmer", "Riddle"], ["Elmer", "Rieger"], ["Elmer", "Sexauer"], ["Elmer", "Singleton"], ["Elmer", "Smith"], ["Elmer", "Steele"], ["Elmer", "Stricklett"], ["Elmer", "Tutwiler"], ["Elmer", "Valo"], ["Elmer", "Weingartner"], ["Elmer", "White"], ["Elmer", "Yoter"], ["Elmer", "Zacher"], ["Elmo", "Plaskett"], ["Elrod", "Hendricks"], ["Elston", "Howard"], ["Elvin", "Ramirez"], ["Elvio", "Jimenez"], ["Elvis", "Andrus"], ["Elvis", "Araujo"], ["Elvis", "Pena"], ["Em", "Lindbeck"], ["Emerson", "Dickman"], ["Emil", "Batch"], ["Emil", "Bildilli"], ["Emil", "Brown"], ["Emil", "Frisk"], ["Emil", "Geiss"], ["Emil", "Gross"], ["Emil", "Haberer"], ["Emil", "Huhn"], ["Emil", "Kush"], ["Emil", "Leber"], ["Emil", "Mailho"], ["Emil", "Planeta"], ["Emil", "Roy"], ["Emil", "Verban"], ["Emil", "Yde"], ["Emiliano", "Fruto"], ["Emilio", "Bonifacio"], ["Emilio", "Palmero"], ["Emmanuel", "Burriss"], ["Emmet", "Heidrick"], ["Emmet", "McCann"], ["Emmett", "Bowles"], ["Emmett", "Nelson"], ["Emmett", "O'Neill"], ["Emmett", "Rogers"], ["Emmett", "Seery"], ["Ender", "Inciarte"], ["Endy", "Chavez"], ["Enerio", "Del Rosario"], ["Engel", "Beltre"], ["Enny", "Romero"], ["Enos", "Cabell"], ["Enos", "Kirkpatrick"], ["Enos", "Slaughter"], ["Enrique", "Burgos"], ["Enrique", "Cruz"], ["Enrique", "Gonzalez"], ["Enrique", "Hernandez"], ["Enrique", "Romo"], ["Enrique", "Wilson"], ["Ensign", "Cottrell"], ["Enzo", "Hernandez"], ["Epp", "Sell"], ["Eppa", "Rixey"], ["Eppie", "Barnes"], ["Erasmo", "Ramirez"], ["Eric", "Anthony"], ["Eric", "Bell"], ["Eric", "Bruntlett"], ["Eric", "Bullock"], ["Eric", "Byrnes"], ["Eric", "Cammack"], ["Eric", "Campbell"], ["Eric", "Chavez"], ["Eric", "Crozier"], ["Eric", "Cyr"], ["Eric", "Davis"], ["Eric", "DuBose"], ["Eric", "Eckenstahler"], ["Eric", "Erickson"], ["Eric", "Farris"], ["Eric", "Fornataro"], ["Eric", "Fox"], ["Eric", "Fryer"], ["Eric", "Gagne"], ["Eric", "Gunderson"], ["Eric", "Hacker"], ["Eric", "Helfand"], ["Eric", "Hetzel"], ["Eric", "Hillman"], ["Eric", "Hinske"], ["Eric", "Hosmer"], ["Eric", "Hull"], ["Eric", "Hurley"], ["Eric", "Jokisch"], ["Eric", "Junge"], ["Eric", "Karros"], ["Eric", "King"], ["Eric", "Knott"], ["Eric", "Ludwick"], ["Eric", "MacKenzie"], ["Eric", "McNair"], ["Eric", "Milton"], ["Eric", "Moody"], ["Eric", "Munson"], ["Eric", "Nolte"], ["Eric", "O'Flaherty"], ["Eric", "Owens"], ["Eric", "Patterson"], ["Eric", "Plunk"], ["Eric", "Raich"], ["Eric", "Rasmussen"], ["Eric", "Reed"], ["Eric", "Rodin"], ["Eric", "Show"], ["Eric", "Soderholm"], ["Eric", "Sogard"], ["Eric", "Stults"], ["Eric", "Surkamp"], ["Eric", "Thames"], ["Eric", "Tipton"], ["Eric", "Valent"], ["Eric", "Weaver"], ["Eric", "Wedge"], ["Eric", "Wilkins"], ["Eric", "Yelding"], ["Eric", "Young"], ["Erick", "Almonte"], ["Erick", "Aybar"], ["Erick", "Threets"], ["Erik", "Bedard"], ["Erik", "Bennett"], ["Erik", "Cordier"], ["Erik", "Davis"], ["Erik", "Goeddel"], ["Erik", "Hamren"], ["Erik", "Hanson"], ["Erik", "Hiljus"], ["Erik", "Johnson"], ["Erik", "Komatsu"], ["Erik", "Kratz"], ["Erik", "Pappas"], ["Erik", "Plantenberg"], ["Erik", "Sabel"], ["Erik", "Schullstrom"], ["Erisbel", "Arruebarrena"], ["Ernest", "Groth"], ["Ernesto", "Frieri"], ["Ernie", "Alten"], ["Ernie", "Andres"], ["Ernie", "Baker"], ["Ernie", "Banks"], ["Ernie", "Beam"], ["Ernie", "Bowman"], ["Ernie", "Broglio"], ["Ernie", "Burch"], ["Ernie", "Camacho"], ["Ernie", "Courtney"], ["Ernie", "Cox"], ["Ernie", "Diehl"], ["Ernie", "Fazio"], ["Ernie", "Groth"], ["Ernie", "Gust"], ["Ernie", "Herbert"], ["Ernie", "Hickman"], ["Ernie", "Johnson"], ["Ernie", "Kish"], ["Ernie", "Koob"], ["Ernie", "Koy"], ["Ernie", "Krueger"], ["Ernie", "Lindemann"], ["Ernie", "Lombardi"], ["Ernie", "Lush"], ["Ernie", "Manning"], ["Ernie", "Mason"], ["Ernie", "Maun"], ["Ernie", "McAnally"], ["Ernie", "Neitzke"], ["Ernie", "Nevel"], ["Ernie", "Nevers"], ["Ernie", "Oravetz"], ["Ernie", "Orsatti"], ["Ernie", "Ovitz"], ["Ernie", "Padgett"], ["Ernie", "Riles"], ["Ernie", "Ross"], ["Ernie", "Rudolph"], ["Ernie", "Shore"], ["Ernie", "Smith"], ["Ernie", "Sulik"], ["Ernie", "Vick"], ["Ernie", "Walker"], ["Ernie", "White"], ["Ernie", "Whitt"], ["Ernie", "Wingard"], ["Ernie", "Wolf"], ["Ernie", "Young"], ["Erskine", "Mayer"], ["Erskine", "Thomason"], ["Erubiel", "Durazo"], ["Erv", "Brame"], ["Erv", "Dusak"], ["Erv", "Kantlehner"], ["Erv", "Lange"], ["Erv", "Palica"], ["Erve", "Beck"], ["Ervin", "Santana"], ["Erwin", "Renfer"], ["Esix", "Snead"], ["Esmailin", "Caridad"], ["Esmerling", "Vasquez"], ["Esmil", "Rogers"], ["Esteban", "Beltre"], ["Esteban", "German"], ["Esteban", "Loaiza"], ["Esteban", "Yan"], ["Estel", "Crabtree"], ["Esty", "Chaney"], ["Ethan", "Allen"], ["Ethan", "Blackaby"], ["Ethan", "Martin"], ["Eude", "Brito"], ["Euel", "Moore"], ["Eugenio", "Suarez"], ["Eugenio", "Velez"], ["Eury", "De La Rosa"], ["Eury", "Perez"], ["Eusebio", "Gonzalez"], ["Evan", "Crawford"], ["Evan", "Gattis"], ["Evan", "Longoria"], ["Evan", "MacLane"], ["Evan", "Marshall"], ["Evan", "Meek"], ["Evan", "Reed"], ["Evan", "Scribner"], ["Evans", "Killeen"], ["Evar", "Swanson"], ["Evelio", "Hernandez"], ["Ever", "Magallanes"], ["Everett", "Booe"], ["Everett", "Fagan"], ["Everett", "Mills"], ["Everett", "Scott"], ["Everett", "Stull"], ["Everett", "Teaford"], ["Everth", "Cabrera"], ["Ewald", "Pyle"], ["Ewell", "Blackwell"], ["Ezequiel", "Astacio"], ["Ezequiel", "Carrera"], ["Ezra", "Lincoln"], ["Ezra", "Midkiff"], ["Ezra", "Sutton"], ["F. P.", "Santangelo"], ["Fabian", "Gaffke"], ["Fabian", "Kowalik"], ["Fabio", "Castro"], ["Fancy", "O'Neil"], ["Farmer", "Burns"], ["Farmer", "Ray"], ["Farmer", "Steelman"], ["Farmer", "Vaughn"], ["Farmer", "Weaver"], ["Fats", "Dantonio"], ["Fatty", "Briody"], ["Fausto", "Cruz"], ["Fautino", "De Los Santos"], ["Favel", "Wordsworth"], ["Fay", "Thomas"], ["Faye", "Throneberry"], ["Felipe", "Alou"], ["Felipe", "Crespo"], ["Felipe", "Lira"], ["Felipe", "Lopez"], ["Felipe", "Montemayor"], ["Felipe", "Paulino"], ["Felipe", "Rivero"], ["Felix", "Chouinard"], ["Felix", "Diaz"], ["Felix", "Doubront"], ["Felix", "Escalona"], ["Felix", "Fermin"], ["Felix", "Heredia"], ["Felix", "Hernandez"], ["Felix", "Jose"], ["Felix", "Mackiewicz"], ["Felix", "Mantilla"], ["Felix", "Martinez"], ["Felix", "Millan"], ["Felix", "Moses"], ["Felix", "Pie"], ["Felix", "Rodriguez"], ["Felix", "Sanchez"], ["Felix", "Torres"], ["Fenton", "Mole"], ["Ferd", "Eunick"], ["Ferdie", "Moore"], ["Ferdie", "Schupp"], ["Fergie", "Jenkins"], ["Fergy", "Malone"], ["Fern", "Bell"], ["Fernando", "Abad"], ["Fernando", "Arroyo"], ["Fernando", "Cabrera"], ["Fernando", "Cortez"], ["Fernando", "Gonzalez"], ["Fernando", "Hernandez"], ["Fernando", "Lunar"], ["Fernando", "Martinez"], ["Fernando", "Nieve"], ["Fernando", "Perez"], ["Fernando", "Ramsey"], ["Fernando", "Rodney"], ["Fernando", "Rodriguez"], ["Fernando", "Salas"], ["Fernando", "Seguignol"], ["Fernando", "Tatis"], ["Fernando", "Valenzuela"], ["Fernando", "Vina"], ["Ferrell", "Anderson"], ["Ferris", "Fain"], ["Fielder", "Jones"], ["Fin", "Wilson"], ["Finners", "Quinlan"], ["Firpo", "Marberry"], ["Flame", "Delhi"], ["Flea", "Clifton"], ["Fleet", "Walker"], ["Fletcher", "Low"], ["Fleury", "Sullivan"], ["Flint", "Rhem"], ["Flip", "Lafferty"], ["Floyd", "Baker"], ["Floyd", "Bannister"], ["Floyd", "Chiffer"], ["Floyd", "Giebell"], ["Floyd", "Newkirk"], ["Floyd", "Rayford"], ["Floyd", "Ritter"], ["Floyd", "Robinson"], ["Floyd", "Speer"], ["Floyd", "Stromme"], ["Floyd", "Weaver"], ["Floyd", "Wicker"], ["Floyd", "Wooldridge"], ["Floyd", "Youmans"], ["Foghorn", "Bradley"], ["Footer", "Johnson"], ["Footsie", "Blair"], ["Ford", "Frick"], ["Ford", "Garrison"], ["Forrest", "Crawford"], ["Forrest", "More"], ["Forrest", "Thompson"], ["Foster", "Castleman"], ["Foster", "Edwards"], ["Fraley", "Rogers"], ["Fran", "Healy"], ["Fran", "Mullins"], ["Francis", "Beltran"], ["Francis", "Healy"], ["Francisco", "Barrios"], ["Francisco", "Cabrera"], ["Francisco", "Cervelli"], ["Francisco", "Cordero"], ["Francisco", "Cordova"], ["Francisco", "Cruceta"], ["Francisco", "Lindor"], ["Francisco", "Liriano"], ["Francisco", "Matos"], ["Francisco", "Melendez"], ["Francisco", "Oliveras"], ["Francisco", "Peguero"], ["Francisco", "Pena"], ["Francisco", "Rodriguez"], ["Francisco", "Rosario"], ["Francisco", "Santos"], ["Francisco", "de la Rosa"], ["Francisley", "Bueno"], ["Frank", "Abercrombie"], ["Frank", "Allen"], ["Frank", "Arellanes"], ["Frank", "Bahret"], ["Frank", "Baker"], ["Frank", "Baldwin"], ["Frank", "Bancroft"], ["Frank", "Barberich"], ["Frank", "Barnes"], ["Frank", "Barrett"], ["Frank", "Barron"], ["Frank", "Barrows"], ["Frank", "Bates"], ["Frank", "Baumann"], ["Frank", "Baumholtz"], ["Frank", "Beck"], ["Frank", "Bell"], ["Frank", "Bennett"], ["Frank", "Berkelbach"], ["Frank", "Bertaina"], ["Frank", "Betcher"], ["Frank", "Bird"], ["Frank", "Biscan"], ["Frank", "Bishop"], ["Frank", "Bliss"], ["Frank", "Bolick"], ["Frank", "Bolling"], ["Frank", "Bonner"], ["Frank", "Bork"], ["Frank", "Bowerman"], ["Frank", "Bowes"], ["Frank", "Boyd"], ["Frank", "Brazill"], ["Frank", "Brill"], ["Frank", "Brooks"], ["Frank", "Brosseau"], ["Frank", "Brower"], ["Frank", "Browning"], ["Frank", "Bruggy"], ["Frank", "Burke"], ["Frank", "Burt"], ["Frank", "Bushey"], ["Frank", "Butler"], ["Frank", "Buttery"], ["Frank", "Callaway"], ["Frank", "Campos"], ["Frank", "Carpin"], ["Frank", "Carswell"], ["Frank", "Castillo"], ["Frank", "Catalanotto"], ["Frank", "Chance"], ["Frank", "Chapman"], ["Frank", "Charles"], ["Frank", "Cimorelli"], ["Frank", "Cipriani"], ["Frank", "Coggins"], ["Frank", "Colman"], ["Frank", "Connaughton"], ["Frank", "Corridon"], ["Frank", "Cox"], ["Frank", "Cross"], ["Frank", "Crossin"], ["Frank", "Croucher"], ["Frank", "Dasso"], ["Frank", "Decker"], ["Frank", "Delahanty"], ["Frank", "Demaree"], ["Frank", "DiMichele"], ["Frank", "DiPino"], ["Frank", "Diven"], ["Frank", "Doljack"], ["Frank", "Donnelly"], ["Frank", "Drews"], ["Frank", "Duffy"], ["Frank", "Dupee"], ["Frank", "Dwyer"], ["Frank", "Ellerbe"], ["Frank", "Emmer"], ["Frank", "Ernaga"], ["Frank", "Estrada"], ["Frank", "Eufemia"], ["Frank", "Eustace"], ["Frank", "Fahey"], ["Frank", "Fanovich"], ["Frank", "Fennelly"], ["Frank", "Fernandez"], ["Frank", "Figgemeier"], ["Frank", "Fleet"], ["Frank", "Fletcher"], ["Frank", "Foreman"], ["Frank", "Foutz"], ["Frank", "Francisco"], ["Frank", "Freund"], ["Frank", "Fuller"], ["Frank", "Funk"], ["Frank", "Gabler"], ["Frank", "Garces"], ["Frank", "Gatins"], ["Frank", "Genins"], ["Frank", "Gibson"], ["Frank", "Gilhooley"], ["Frank", "Gilmore"], ["Frank", "Gleich"], ["Frank", "Gracesqui"], ["Frank", "Grant"], ["Frank", "Graves"], ["Frank", "Gregory"], ["Frank", "Griffith"], ["Frank", "Grube"], ["Frank", "Hafner"], ["Frank", "Hankinson"], ["Frank", "Hansford"], ["Frank", "Harris"], ["Frank", "Harter"], ["Frank", "Heifer"], ["Frank", "Hemphill"], ["Frank", "Herrmann"], ["Frank", "Hershey"], ["Frank", "Hiller"], ["Frank", "Hoffman"], ["Frank", "House"], ["Frank", "Howard"], ["Frank", "Huelsman"], ["Frank", "Isbell"], ["Frank", "Jelincich"], ["Frank", "Johnson"], ["Frank", "Jones"], ["Frank", "Jude"], ["Frank", "Kalin"], ["Frank", "Kane"], ["Frank", "Keffer"], ["Frank", "Kellert"], ["Frank", "Kelliher"], ["Frank", "Killen"], ["Frank", "Kitson"], ["Frank", "Knauss"], ["Frank", "Kostro"], ["Frank", "Kreeger"], ["Frank", "Kreutzer"], ["Frank", "LaCorte"], ["Frank", "LaPorte"], ["Frank", "Lamanske"], ["Frank", "Lange"], ["Frank", "Lankford"], ["Frank", "Lary"], ["Frank", "Leary"], ["Frank", "Leja"], ["Frank", "Linzy"], ["Frank", "Lobert"], ["Frank", "Loftus"], ["Frank", "Lucchesi"], ["Frank", "Luce"], ["Frank", "MacCormack"], ["Frank", "Mack"], ["Frank", "Madden"], ["Frank", "Mahar"], ["Frank", "Makosky"], ["Frank", "Malzone"], ["Frank", "Mancuso"], ["Frank", "Manush"], ["Frank", "Martin"], ["Frank", "Mata"], ["Frank", "McCarton"], ["Frank", "McCormick"], ["Frank", "McCrea"], ["Frank", "McCue"], ["Frank", "McElyea"], ["Frank", "McGee"], ["Frank", "McGinn"], ["Frank", "McIntyre"], ["Frank", "McKee"], ["Frank", "McKenna"], ["Frank", "McLaughlin"], ["Frank", "McManus"], ["Frank", "McPartlin"], ["Frank", "Meinke"], ["Frank", "Menechino"], ["Frank", "Millard"], ["Frank", "Miller"], ["Frank", "Mills"], ["Frank", "Monroe"], ["Frank", "Moore"], ["Frank", "Morrissey"], ["Frank", "Motz"], ["Frank", "Mountain"], ["Frank", "Mulroney"], ["Frank", "Murphy"], ["Frank", "Naleway"], ["Frank", "Nicholson"], ["Frank", "Norton"], ["Frank", "O'Connor"], ["Frank", "O'Rourke"], ["Frank", "Oberlin"], ["Frank", "Okrie"], ["Frank", "Olin"], ["Frank", "Ortenzio"], ["Frank", "Owen"], ["Frank", "Papish"], ["Frank", "Parkinson"], ["Frank", "Pastore"], ["Frank", "Pearce"], ["Frank", "Pears"], ["Frank", "Pratt"], ["Frank", "Quilici"], ["Frank", "Quinlan"], ["Frank", "Quinn"], ["Frank", "Ragland"], ["Frank", "Reberger"], ["Frank", "Reiber"], ["Frank", "Riccelli"], ["Frank", "Ringo"], ["Frank", "Robinson"], ["Frank", "Rooney"], ["Frank", "Rosso"], ["Frank", "Roth"], ["Frank", "Sacka"], ["Frank", "Saucier"], ["Frank", "Scanlan"], ["Frank", "Scheibeck"], ["Frank", "Schneiberg"], ["Frank", "Schulte"], ["Frank", "Secory"], ["Frank", "Selee"], ["Frank", "Sellman"], ["Frank", "Seminara"], ["Frank", "Seward"], ["Frank", "Sexton"], ["Frank", "Shannon"], ["Frank", "Shellenback"], ["Frank", "Shugart"], ["Frank", "Siffell"], ["Frank", "Sigafoos"], ["Frank", "Skaff"], ["Frank", "Smith"], ["Frank", "Smykal"], ["Frank", "Snook"], ["Frank", "Snyder"], ["Frank", "Stewart"], ["Frank", "Sullivan"], ["Frank", "Tanana"], ["Frank", "Taveras"], ["Frank", "Tepedino"], ["Frank", "Thomas"], ["Frank", "Thompson"], ["Frank", "Todd"], ["Frank", "Torre"], ["Frank", "Trechock"], ["Frank", "Truesdale"], ["Frank", "Verdi"], ["Frank", "Viola"], ["Frank", "Waddey"], ["Frank", "Walker"], ["Frank", "Watt"], ["Frank", "Wayenberg"], ["Frank", "Welch"], ["Frank", "West"], ["Frank", "White"], ["Frank", "Whitman"], ["Frank", "Whitney"], ["Frank", "Williams"], ["Frank", "Wills"], ["Frank", "Wilson"], ["Frank", "Withrow"], ["Frank", "Woodward"], ["Frank", "Wurm"], ["Frank", "Wyman"], ["Frank", "Zinn"], ["Frank", "Zupo"], ["Frankie", "Crosetti"], ["Frankie", "De La Cruz"], ["Frankie", "Frisch"], ["Frankie", "Gustine"], ["Frankie", "Hayes"], ["Frankie", "Kelleher"], ["Frankie", "Libran"], ["Frankie", "Montas"], ["Frankie", "Pack"], ["Frankie", "Pytlak"], ["Frankie", "Rodriguez"], ["Frankie", "Zak"], ["Franklin", "Gutierrez"], ["Franklin", "Morales"], ["Franklin", "Nunez"], ["Franklin", "Stubbs"], ["Franklyn", "German"], ["Franquelis", "Osoria"], ["Fred", "Abbott"], ["Fred", "Anderson"], ["Fred", "Andrews"], ["Fred", "Andrus"], ["Fred", "Applegate"], ["Fred", "Archer"], ["Fred", "Baczewski"], ["Fred", "Bailey"], ["Fred", "Beck"], ["Fred", "Beebe"], ["Fred", "Beene"], ["Fred", "Bennett"], ["Fred", "Besana"], ["Fred", "Blackwell"], ["Fred", "Blanding"], ["Fred", "Blank"], ["Fred", "Bradley"], ["Fred", "Brainard"], ["Fred", "Bratschi"], ["Fred", "Breining"], ["Fred", "Brickell"], ["Fred", "Brown"], ["Fred", "Bruckbauer"], ["Fred", "Buckingham"], ["Fred", "Burchell"], ["Fred", "Caligiuri"], ["Fred", "Cambria"], ["Fred", "Carisch"], ["Fred", "Carl"], ["Fred", "Carroll"], ["Fred", "Chapman"], ["Fred", "Clarke"], ["Fred", "Clement"], ["Fred", "Cone"], ["Fred", "Cooke"], ["Fred", "Corey"], ["Fred", "Crane"], ["Fred", "Crolius"], ["Fred", "Curtis"], ["Fred", "Demarais"], ["Fred", "Doe"], ["Fred", "Donovan"], ["Fred", "Dunlap"], ["Fred", "Frank"], ["Fred", "Frankhouse"], ["Fred", "Frink"], ["Fred", "Fussell"], ["Fred", "Gaiser"], ["Fred", "Gladding"], ["Fred", "Glade"], ["Fred", "Goldsmith"], ["Fred", "Graf"], ["Fred", "Green"], ["Fred", "Gunkle"], ["Fred", "Hahn"], ["Fred", "Hancock"], ["Fred", "Haney"], ["Fred", "Hartman"], ["Fred", "Hatfield"], ["Fred", "Hayner"], ["Fred", "Heimach"], ["Fred", "Herbert"], ["Fred", "Hoey"], ["Fred", "Hofmann"], ["Fred", "Holdsworth"], ["Fred", "Holmes"], ["Fred", "House"], ["Fred", "Howard"], ["Fred", "Hutchinson"], ["Fred", "Jacklitsch"], ["Fred", "Johnson"], ["Fred", "Johnston"], ["Fred", "Kendall"], ["Fred", "Ketchum"], ["Fred", "Kipp"], ["Fred", "Klages"], ["Fred", "Klobedanz"], ["Fred", "Kommers"], ["Fred", "Koster"], ["Fred", "Kuhaulua"], ["Fred", "Lake"], ["Fred", "Lamlein"], ["Fred", "Lasher"], ["Fred", "Lear"], ["Fred", "Lewis"], ["Fred", "Liese"], ["Fred", "Link"], ["Fred", "Lucas"], ["Fred", "Luderus"], ["Fred", "Lynn"], ["Fred", "Mann"], ["Fred", "Manrique"], ["Fred", "Marolewski"], ["Fred", "Marsh"], ["Fred", "Martin"], ["Fred", "Mauer"], ["Fred", "McGriff"], ["Fred", "McMullin"], ["Fred", "Merkle"], ["Fred", "Miller"], ["Fred", "Mitchell"], ["Fred", "Mollenkamp"], ["Fred", "Newman"], ["Fred", "Nicholson"], ["Fred", "Norman"], ["Fred", "O'Neill"], ["Fred", "Odwell"], ["Fred", "Olmstead"], ["Fred", "Osborn"], ["Fred", "Osborne"], ["Fred", "Ostendorf"], ["Fred", "Payne"], ["Fred", "Pfeffer"], ["Fred", "Rath"], ["Fred", "Raymer"], ["Fred", "Richards"], ["Fred", "Rico"], ["Fred", "Roat"], ["Fred", "Robinson"], ["Fred", "Sanford"], ["Fred", "Schemanske"], ["Fred", "Scherman"], ["Fred", "Schulte"], ["Fred", "Sherry"], ["Fred", "Siefke"], ["Fred", "Siegel"], ["Fred", "Sington"], ["Fred", "Smith"], ["Fred", "Snodgrass"], ["Fred", "Stanley"], ["Fred", "Stem"], ["Fred", "Stiely"], ["Fred", "Talbot"], ["Fred", "Tauby"], ["Fred", "Taylor"], ["Fred", "Tenney"], ["Fred", "Thomas"], ["Fred", "Toney"], ["Fred", "Trautman"], ["Fred", "Treacey"], ["Fred", "Truax"], ["Fred", "Tyler"], ["Fred", "Underwood"], ["Fred", "Valentine"], ["Fred", "Van Dusen"], ["Fred", "Vaughn"], ["Fred", "Walden"], ["Fred", "Walters"], ["Fred", "Warner"], ["Fred", "Waterman"], ["Fred", "Waters"], ["Fred", "Wenz"], ["Fred", "Whitfield"], ["Fred", "Wigington"], ["Fred", "Winchell"], ["Fred", "Wood"], ["Fred", "Woodcock"], ["Fred", "Worden"], ["Fred", "Zahner"], ["Freddie", "Benavides"], ["Freddie", "Burdette"], ["Freddie", "Bynum"], ["Freddie", "Fitzsimmons"], ["Freddie", "Freeman"], ["Freddie", "Lindstrom"], ["Freddie", "Maguire"], ["Freddie", "Martinez"], ["Freddie", "Moncewicz"], ["Freddie", "Muller"], ["Freddie", "Patek"], ["Freddie", "Toliver"], ["Freddie", "Velazquez"], ["Freddy", "Dolsi"], ["Freddy", "Galvis"], ["Freddy", "Garcia"], ["Freddy", "Guzman"], ["Freddy", "Leach"], ["Freddy", "Parent"], ["Freddy", "Rodriguez"], ["Freddy", "Sale"], ["Freddy", "Sanchez"], ["Freddy", "Sandoval"], ["Freddy", "Schmidt"], ["Freddy", "Spurgeon"], ["Frederick", "Boardman"], ["Frederick", "Ehlen"], ["Frederick", "Fass"], ["Fredi", "Gonzalez"], ["Freeman", "Brown"], ["Frenchy", "Bordagaray"], ["Frenchy", "Uhalt"], ["Fresco", "Thompson"], ["Fritz", "Ackley"], ["Fritz", "Brickell"], ["Fritz", "Buelow"], ["Fritz", "Clausen"], ["Fritz", "Coumbe"], ["Fritz", "Dorish"], ["Fritz", "Fisher"], ["Fritz", "Henrich"], ["Fritz", "Knothe"], ["Fritz", "Maisel"], ["Fritz", "Mollwitz"], ["Fritz", "Ostermueller"], ["Fritz", "Peterson"], ["Fritz", "Scheeren"], ["Fritz", "Von Kolnitz"], ["Fritzie", "Connally"], ["Frosty", "Thomas"], ["Fu-Te", "Ni"], ["Fuller", "Thompson"], ["Fuzz", "White"], ["Gabby", "Hartnett"], ["Gabby", "Street"], ["Gabe", "Alvarez"], ["Gabe", "Gabler"], ["Gabe", "Gonzalez"], ["Gabe", "Gross"], ["Gabe", "Kapler"], ["Gabe", "Molina"], ["Gabe", "White"], ["Gaby", "Sanchez"], ["Gail", "Harris"], ["Gail", "Henley"], ["Gail", "Hopkins"], ["Gair", "Allie"], ["Gale", "Staley"], ["Gale", "Wade"], ["Galen", "Cisco"], ["Gar", "Finnvold"], ["Garey", "Ingram"], ["Garin", "Cecchini"], ["Garland", "Braxton"], ["Garland", "Buckeye"], ["Garland", "Kiser"], ["Garland", "Lawing"], ["Garland", "Shifflett"], ["Garret", "Anderson"], ["Garrett", "Atkins"], ["Garrett", "Jones"], ["Garrett", "Mock"], ["Garrett", "Olson"], ["Garrett", "Richards"], ["Garrett", "Stephenson"], ["Garry", "Hancock"], ["Garry", "Hill"], ["Garry", "Jestadt"], ["Garry", "Maddox"], ["Garry", "Roggenburk"], ["Garry", "Templeton"], ["Garth", "Iorg"], ["Garth", "Mann"], ["Garton", "Del Savio"], ["Garvin", "Alston"], ["Garvin", "Hamner"], ["Gary", "Alexander"], ["Gary", "Allenson"], ["Gary", "Beare"], ["Gary", "Bell"], ["Gary", "Bennett"], ["Gary", "Blaylock"], ["Gary", "Boyd"], ["Gary", "Brown"], ["Gary", "Buckels"], ["Gary", "Carter"], ["Gary", "Christenson"], ["Gary", "Cooper"], ["Gary", "Disarcina"], ["Gary", "Dotter"], ["Gary", "Eave"], ["Gary", "Fortune"], ["Gary", "Gaetti"], ["Gary", "Gearhart"], ["Gary", "Geiger"], ["Gary", "Gentry"], ["Gary", "Glover"], ["Gary", "Gray"], ["Gary", "Green"], ["Gary", "Hargis"], ["Gary", "Haught"], ["Gary", "Holle"], ["Gary", "Holman"], ["Gary", "Ignasiak"], ["Gary", "Johnson"], ["Gary", "Jones"], ["Gary", "Knotts"], ["Gary", "Kolb"], ["Gary", "Kroll"], ["Gary", "Lance"], ["Gary", "Lavelle"], ["Gary", "Lucas"], ["Gary", "Majewski"], ["Gary", "Martz"], ["Gary", "Matthews"], ["Gary", "Mielke"], ["Gary", "Moore"], ["Gary", "Neibauer"], ["Gary", "Nolan"], ["Gary", "Peters"], ["Gary", "Pettis"], ["Gary", "Rajsich"], ["Gary", "Rath"], ["Gary", "Redus"], ["Gary", "Roenicke"], ["Gary", "Ross"], ["Gary", "Ryerson"], ["Gary", "Sanchez"], ["Gary", "Scott"], ["Gary", "Serum"], ["Gary", "Sheffield"], ["Gary", "Sutherland"], ["Gary", "Taylor"], ["Gary", "Thomasson"], ["Gary", "Thurman"], ["Gary", "Timberlake"], ["Gary", "Varsho"], ["Gary", "Wagner"], ["Gary", "Ward"], ["Gary", "Waslewski"], ["Gary", "Wayne"], ["Gary", "Weiss"], ["Gary", "Wheelock"], ["Gary", "Wilson"], ["Gary", "Woods"], ["Gat", "Stires"], ["Gates", "Brown"], ["Gavin", "Floyd"], ["Gavvy", "Cravath"], ["Gaylen", "Pitts"], ["Gaylord", "Perry"], ["Gee", "Walker"], ["Gene", "Alley"], ["Gene", "Bagley"], ["Gene", "Bailey"], ["Gene", "Baker"], ["Gene", "Bearden"], ["Gene", "Bedford"], ["Gene", "Brabender"], ["Gene", "Clines"], ["Gene", "Cocreham"], ["Gene", "Conley"], ["Gene", "Connell"], ["Gene", "Corbett"], ["Gene", "Crumling"], ["Gene", "Curtis"], ["Gene", "Dale"], ["Gene", "DeMontreville"], ["Gene", "Derby"], ["Gene", "Desautels"], ["Gene", "Elliott"], ["Gene", "Fodge"], ["Gene", "Ford"], ["Gene", "Freese"], ["Gene", "Garber"], ["Gene", "Good"], ["Gene", "Green"], ["Gene", "Handley"], ["Gene", "Harris"], ["Gene", "Hasson"], ["Gene", "Hermanski"], ["Gene", "Hiser"], ["Gene", "Host"], ["Gene", "Kimball"], ["Gene", "Kingsale"], ["Gene", "Krapp"], ["Gene", "Krug"], ["Gene", "Lambert"], ["Gene", "Lamont"], ["Gene", "Lansing"], ["Gene", "Larkin"], ["Gene", "Layden"], ["Gene", "Leek"], ["Gene", "Lillard"], ["Gene", "Locklear"], ["Gene", "Madden"], ["Gene", "Markland"], ["Gene", "Martin"], ["Gene", "Mauch"], ["Gene", "McAuliffe"], ["Gene", "McCann"], ["Gene", "Michael"], ["Gene", "Moore"], ["Gene", "Moriarty"], ["Gene", "Nelson"], ["Gene", "Oliver"], ["Gene", "Packard"], ["Gene", "Patton"], ["Gene", "Paulette"], ["Gene", "Pentz"], ["Gene", "Ratliff"], ["Gene", "Richards"], ["Gene", "Robertson"], ["Gene", "Roof"], ["Gene", "Rounsaville"], ["Gene", "Rye"], ["Gene", "Schall"], ["Gene", "Schott"], ["Gene", "Snyder"], ["Gene", "Stechschulte"], ["Gene", "Steere"], ["Gene", "Steinbrenner"], ["Gene", "Stephens"], ["Gene", "Stone"], ["Gene", "Tenace"], ["Gene", "Thompson"], ["Gene", "Vadeboncoeur"], ["Gene", "Verble"], ["Gene", "Walter"], ["Gene", "Woodburn"], ["Gene", "Woodling"], ["Gene", "Wright"], ["General", "Crowder"], ["General", "Stafford"], ["Geno", "Espineli"], ["Geno", "Petralli"], ["Geoff", "Blum"], ["Geoff", "Combe"], ["Geoff", "Geary"], ["Geoff", "Jenkins"], ["Geoff", "Zahn"], ["George", "Abrams"], ["George", "Adams"], ["George", "Aiton"], ["George", "Altman"], ["George", "Alusik"], ["George", "Anderson"], ["George", "Archie"], ["George", "Arias"], ["George", "Armstrong"], ["George", "Baker"], ["George", "Bamberger"], ["George", "Banks"], ["George", "Barclay"], ["George", "Barnicle"], ["George", "Batten"], ["George", "Baumgardner"], ["George", "Bausewine"], ["George", "Bechtel"], ["George", "Beck"], ["George", "Bell"], ["George", "Bignell"], ["George", "Binks"], ["George", "Bird"], ["George", "Bjorkman"], ["George", "Blackburn"], ["George", "Blackerby"], ["George", "Blaeholder"], ["George", "Boehler"], ["George", "Bone"], ["George", "Boone"], ["George", "Borchers"], ["George", "Bradley"], ["George", "Bradshaw"], ["George", "Brett"], ["George", "Brickley"], ["George", "Bristow"], ["George", "Browne"], ["George", "Brunet"], ["George", "Bryant"], ["George", "Bullard"], ["George", "Burns"], ["George", "Burpo"], ["George", "Caithamer"], ["George", "Canale"], ["George", "Cappuzzello"], ["George", "Carman"], ["George", "Case"], ["George", "Caster"], ["George", "Chalmers"], ["George", "Cisar"], ["George", "Clark"], ["George", "Cobb"], ["George", "Cochran"], ["George", "Cox"], ["George", "Crable"], ["George", "Craig"], ["George", "Crawford"], ["George", "Creamer"], ["George", "Crosby"], ["George", "Crowe"], ["George", "Culver"], ["George", "Cunningham"], ["George", "Curry"], ["George", "Cutshaw"], ["George", "Daisy"], ["George", "Daly"], ["George", "Darby"], ["George", "Darrow"], ["George", "Davies"], ["George", "Davis"], ["George", "Decker"], ["George", "Derby"], ["George", "Detore"], ["George", "Dickerson"], ["George", "Dickey"], ["George", "Diehl"], ["George", "Disch"], ["George", "Dockins"], ["George", "Dumont"], ["George", "Dunlop"], ["George", "Durning"], ["George", "Earnshaw"], ["George", "Edmondson"], ["George", "Elder"], ["George", "Ellison"], ["George", "Enright"], ["George", "Estock"], ["George", "Ewell"], ["George", "Eyrich"], ["George", "Fair"], ["George", "Fallon"], ["George", "Fields"], ["George", "Fisher"], ["George", "Fletcher"], ["George", "Flynn"], ["George", "Foss"], ["George", "Foster"], ["George", "Fox"], ["George", "Frazer"], ["George", "Frazier"], ["George", "Freese"], ["George", "Genovese"], ["George", "Gerberman"], ["George", "Gerken"], ["George", "Gibson"], ["George", "Gick"], ["George", "Gilham"], ["George", "Gill"], ["George", "Gillpatrick"], ["George", "Glinatsis"], ["George", "Goetz"], ["George", "Gore"], ["George", "Grant"], ["George", "Grantham"], ["George", "Grossart"], ["George", "Haddock"], ["George", "Halas"], ["George", "Hale"], ["George", "Hall"], ["George", "Harper"], ["George", "Hausmann"], ["George", "Hemming"], ["George", "Hendrick"], ["George", "Hennessey"], ["George", "Henry"], ["George", "Hesselbacher"], ["George", "Heubel"], ["George", "Hildebrand"], ["George", "Hinshaw"], ["George", "Hockette"], ["George", "Hodson"], ["George", "Hogan"], ["George", "Hogriever"], ["George", "Huff"], ["George", "Hunter"], ["George", "Jackson"], ["George", "Jeffcoat"], ["George", "Joyce"], ["George", "Jumonville"], ["George", "Kahler"], ["George", "Kaiserling"], ["George", "Keefe"], ["George", "Keerl"], ["George", "Kelb"], ["George", "Kell"], ["George", "Kernek"], ["George", "Knight"], ["George", "Knothe"], ["George", "Kontos"], ["George", "Kopacz"], ["George", "Kopshaw"], ["George", "Korince"], ["George", "Kottaras"], ["George", "Lauzerique"], ["George", "LeClair"], ["George", "Lees"], ["George", "Lerchen"], ["George", "Loepp"], ["George", "Lombard"], ["George", "Lowe"], ["George", "Lyons"], ["George", "Magoon"], ["George", "Maisel"], ["George", "Mangus"], ["George", "Mappes"], ["George", "McAvoy"], ["George", "McBride"], ["George", "McConnell"], ["George", "McManus"], ["George", "McMillan"], ["George", "McNamara"], ["George", "McQuillan"], ["George", "McQuinn"], ["George", "McVey"], ["George", "Meakim"], ["George", "Meister"], ["George", "Merritt"], ["George", "Metkovich"], ["George", "Meyer"], ["George", "Miller"], ["George", "Milstead"], ["George", "Mitterwald"], ["George", "Mogridge"], ["George", "Mohart"], ["George", "Moolic"], ["George", "Moriarty"], ["George", "Mullin"], ["George", "Mundinger"], ["George", "Murray"], ["George", "Myatt"], ["George", "Myers"], ["George", "Newell"], ["George", "Nicol"], ["George", "Noftsker"], ["George", "O'Brien"], ["George", "O'Donnell"], ["George", "Orme"], ["George", "Patterson"], ["George", "Payne"], ["George", "Paynter"], ["George", "Pechiney"], ["George", "Perez"], ["George", "Perring"], ["George", "Pfister"], ["George", "Pierce"], ["George", "Piktuzis"], ["George", "Pinkney"], ["George", "Pipgras"], ["George", "Popplein"], ["George", "Prentiss"], ["George", "Proeser"], ["George", "Puccinelli"], ["George", "Quellich"], ["George", "Radbourn"], ["George", "Rettger"], ["George", "Riley"], ["George", "Rohe"], ["George", "Rooks"], ["George", "Ross"], ["George", "Scharein"], ["George", "Schmees"], ["George", "Scott"], ["George", "Selkirk"], ["George", "Seward"], ["George", "Sharrott"], ["George", "Shears"], ["George", "Sherrill"], ["George", "Shoch"], ["George", "Shuba"], ["George", "Sisler"], ["George", "Smith"], ["George", "Snyder"], ["George", "Spencer"], ["George", "Spriggs"], ["George", "Springer"], ["George", "Stablein"], ["George", "Staller"], ["George", "Stallings"], ["George", "Starnagle"], ["George", "Stone"], ["George", "Stovall"], ["George", "Strickland"], ["George", "Strief"], ["George", "Stueland"], ["George", "Stultz"], ["George", "Stumpf"], ["George", "Stutz"], ["George", "Suggs"], ["George", "Susce"], ["George", "Taylor"], ["George", "Tebeau"], ["George", "Textor"], ["George", "Theodore"], ["George", "Thomas"], ["George", "Throop"], ["George", "Tomer"], ["George", "Townsend"], ["George", "Treadway"], ["George", "Trenwith"], ["George", "Tsamis"], ["George", "Turbeville"], ["George", "Twombly"], ["George", "Uhle"], ["George", "Ulrich"], ["George", "Van Haltren"], ["George", "Vukovich"], ["George", "Walker"], ["George", "Washburn"], ["George", "Washington"], ["George", "Watkins"], ["George", "Weiss"], ["George", "Werley"], ["George", "Wetzel"], ["George", "Wheeler"], ["George", "Whiteman"], ["George", "Williams"], ["George", "Wilson"], ["George", "Winkelman"], ["George", "Winkleman"], ["George", "Winn"], ["George", "Winter"], ["George", "Wood"], ["George", "Woodend"], ["George", "Wright"], ["George", "Yankowski"], ["George", "Yantz"], ["George", "Yeager"], ["George", "Young"], ["George", "Zackert"], ["George", "Zeber"], ["George", "Zettlein"], ["George", "Ziegler"], ["George", "Zuverink"], ["Georges", "Maranda"], ["Geovany", "Soto"], ["Gerald", "Alexander"], ["Gerald", "Laird"], ["Gerald", "Perry"], ["Gerald", "Williams"], ["Gerald", "Young"], ["Geraldo", "Guzman"], ["Gerardo", "Parra"], ["Geremi", "Gonzalez"], ["German", "Barranca"], ["German", "Duran"], ["German", "Gonzalez"], ["German", "Jimenez"], ["German", "Rivera"], ["Germany", "Schaefer"], ["Germany", "Smith"], ["Geronimo", "Berroa"], ["Geronimo", "Gil"], ["Geronimo", "Pena"], ["Gerrit", "Cole"], ["Gerry", "Arrigo"], ["Gerry", "Davis"], ["Gerry", "Hannahs"], ["Gerry", "Janeski"], ["Gerry", "Pirtle"], ["Gerry", "Schoen"], ["Gerry", "Shea"], ["Gerry", "Staley"], ["Giancarlo", "Stanton"], ["Gibby", "Brack"], ["Gibson", "Alba"], ["Gid", "Gardner"], ["Gil", "Blanco"], ["Gil", "Britton"], ["Gil", "Coan"], ["Gil", "English"], ["Gil", "Flores"], ["Gil", "Gallagher"], ["Gil", "Garrido"], ["Gil", "Hatfield"], ["Gil", "Heredia"], ["Gil", "Hodges"], ["Gil", "Kubski"], ["Gil", "McDougald"], ["Gil", "Meche"], ["Gil", "Patterson"], ["Gil", "Paulsen"], ["Gil", "Reyes"], ["Gil", "Rondon"], ["Gil", "Torres"], ["Gil", "Velazquez"], ["Gil", "Whitehouse"], ["Gilly", "Campbell"], ["Ginger", "Beaumont"], ["Ginger", "Clark"], ["Ginger", "Shinault"], ["Gino", "Cimoli"], ["Gino", "Minutelli"], ["Gio", "Gonzalez"], ["Giomar", "Guevara"], ["Giovanni", "Carrara"], ["Giovanni", "Soto"], ["Giovanny", "Urshela"], ["Glen", "Barker"], ["Glen", "Clark"], ["Glen", "Cook"], ["Glen", "Gorbous"], ["Glen", "Hobbie"], ["Glen", "Moulder"], ["Glen", "Perkins"], ["Glen", "Stewart"], ["Glenallen", "Hill"], ["Glendon", "Rusch"], ["Glenn", "Abbott"], ["Glenn", "Adams"], ["Glenn", "Beckert"], ["Glenn", "Borgmann"], ["Glenn", "Braggs"], ["Glenn", "Brummer"], ["Glenn", "Burke"], ["Glenn", "Chapman"], ["Glenn", "Cox"], ["Glenn", "Crawford"], ["Glenn", "Davis"], ["Glenn", "Dishman"], ["Glenn", "Elliott"], ["Glenn", "Gardner"], ["Glenn", "Gulliver"], ["Glenn", "Hoffman"], ["Glenn", "Hubbard"], ["Glenn", "Liebhardt"], ["Glenn", "McQuillen"], ["Glenn", "Mickens"], ["Glenn", "Murray"], ["Glenn", "Myatt"], ["Glenn", "Redmon"], ["Glenn", "Spencer"], ["Glenn", "Sutko"], ["Glenn", "Vaughan"], ["Glenn", "Williams"], ["Glenn", "Wilson"], ["Glenn", "Wright"], ["Goat", "Anderson"], ["Goat", "Cochran"], ["Goldie", "Rapp"], ["Gomer", "Hodge"], ["Gonzalez", "Germen"], ["Gonzalo", "Marquez"], ["Goody", "Rosen"], ["Goose", "Goslin"], ["Gordie", "Hinkle"], ["Gordie", "Mueller"], ["Gordie", "Pladson"], ["Gordie", "Richardson"], ["Gordie", "Sundin"], ["Gordie", "Windhorn"], ["Gordon", "Beckham"], ["Gordon", "Dillard"], ["Gordon", "Goldsberry"], ["Gordon", "Jones"], ["Gordon", "MacKenzie"], ["Gordon", "Maltzberger"], ["Gordon", "Massa"], ["Gordon", "McNaughton"], ["Gordon", "Rhodes"], ["Gordon", "Seyfried"], ["Gordon", "Slade"], ["Gordy", "Coleman"], ["Gordy", "Lund"], ["Gorkys", "Hernandez"], ["Gorman", "Heimueller"], ["Gorman", "Thomas"], ["Gowell", "Claset"], ["Gracie", "Pierce"], ["Grady", "Adkins"], ["Grady", "Hatton"], ["Grady", "Little"], ["Grady", "Sizemore"], ["Grady", "Wilson"], ["Graeme", "Lloyd"], ["Graham", "Godfrey"], ["Graham", "Koonce"], ["Graham", "Taylor"], ["Graig", "Nettles"], ["Granny", "Hamner"], ["Grant", "Balfour"], ["Grant", "Bowler"], ["Grant", "Briggs"], ["Grant", "Dunlap"], ["Grant", "Gillis"], ["Grant", "Green"], ["Grant", "Jackson"], ["Grant", "Roberts"], ["Grant", "Thatcher"], ["Greasy", "Neale"], ["Greek", "George"], ["Greg", "Aquino"], ["Greg", "Bargar"], ["Greg", "Bird"], ["Greg", "Blosser"], ["Greg", "Bollo"], ["Greg", "Booker"], ["Greg", "Briley"], ["Greg", "Brock"], ["Greg", "Brummett"], ["Greg", "Burke"], ["Greg", "Cadaret"], ["Greg", "Colbrunn"], ["Greg", "Dobbs"], ["Greg", "Erardi"], ["Greg", "Gagne"], ["Greg", "Garcia"], ["Greg", "Garrett"], ["Greg", "Gohr"], ["Greg", "Golson"], ["Greg", "Goossen"], ["Greg", "Gross"], ["Greg", "Halman"], ["Greg", "Hansell"], ["Greg", "Harris"], ["Greg", "Harts"], ["Greg", "Heydeman"], ["Greg", "Hibbard"], ["Greg", "Holland"], ["Greg", "Infante"], ["Greg", "Jelks"], ["Greg", "Johnston"], ["Greg", "Jones"], ["Greg", "Keagle"], ["Greg", "Keatley"], ["Greg", "LaRocca"], ["Greg", "Legg"], ["Greg", "Litton"], ["Greg", "Luzinski"], ["Greg", "Maddux"], ["Greg", "Mahlberg"], ["Greg", "Martinez"], ["Greg", "Mathews"], ["Greg", "McCarthy"], ["Greg", "McMichael"], ["Greg", "Minton"], ["Greg", "Mulleavy"], ["Greg", "Mullins"], ["Greg", "Myers"], ["Greg", "Norton"], ["Greg", "O'Halloran"], ["Greg", "Olson"], ["Greg", "Pirkl"], ["Greg", "Pryor"], ["Greg", "Reynolds"], ["Greg", "Riddoch"], ["Greg", "Shanahan"], ["Greg", "Sims"], ["Greg", "Smith"], ["Greg", "Swindell"], ["Greg", "Tabor"], ["Greg", "Terlecky"], ["Greg", "Thayer"], ["Greg", "Tubbs"], ["Greg", "Vaughn"], ["Greg", "Walker"], ["Greg", "Washburn"], ["Greg", "Wells"], ["Gregg", "Jefferies"], ["Gregg", "Olson"], ["Gregg", "Zaun"], ["Gregor", "Blanco"], ["Gregorio", "Petit"], ["Gregory", "Polanco"], ["Grey", "Clarke"], ["Grover", "Baichley"], ["Grover", "Gilmore"], ["Grover", "Hartley"], ["Grover", "Land"], ["Grover", "Lowdermilk"], ["Grover", "Powell"], ["Guerdon", "Whiteley"], ["Guido", "Grilli"], ["Guido", "Knudson"], ["Guilder", "Rodriguez"], ["Guillermo", "Garcia"], ["Guillermo", "Moscoso"], ["Guillermo", "Mota"], ["Guillermo", "Quiroz"], ["Guillermo", "Rodriguez"], ["Guillermo", "Velasquez"], ["Gus", "Alberts"], ["Gus", "Bell"], ["Gus", "Bono"], ["Gus", "Brittain"], ["Gus", "Creely"], ["Gus", "Dorner"], ["Gus", "Dugas"], ["Gus", "Dundon"], ["Gus", "Felix"], ["Gus", "Fisher"], ["Gus", "Gandarillas"], ["Gus", "Getz"], ["Gus", "Gil"], ["Gus", "Hetling"], ["Gus", "Keriazakos"], ["Gus", "Ketchum"], ["Gus", "Krock"], ["Gus", "Mancuso"], ["Gus", "McGinnis"], ["Gus", "Niarhos"], ["Gus", "Polidor"], ["Gus", "Salve"], ["Gus", "Sandberg"], ["Gus", "Schlosser"], ["Gus", "Schmelz"], ["Gus", "Shallix"], ["Gus", "Suhr"], ["Gus", "Thompson"], ["Gus", "Triandos"], ["Gus", "Weyhing"], ["Gus", "Williams"], ["Gus", "Yost"], ["Gus", "Zernial"], ["Gussie", "Gannon"], ["Gustavo", "Chacin"], ["Gustavo", "Molina"], ["Guy", "Bush"], ["Guy", "Cantrell"], ["Guy", "Cooper"], ["Guy", "Curtright"], ["Guy", "Hecker"], ["Guy", "Hoffman"], ["Guy", "Lacy"], ["Guy", "McFadden"], ["Guy", "Morrison"], ["Guy", "Morton"], ["Guy", "Sturdy"], ["Guy", "Sularz"], ["Guy", "Tutwiler"], ["Guy", "Zinn"], ["Hack", "Eibel"], ["Hack", "Miller"], ["Hack", "Schumann"], ["Hack", "Simmons"], ["Hack", "Spencer"], ["Hack", "Wilson"], ["Haddie", "Gill"], ["Hal", "Anderson"], ["Hal", "Bamberger"], ["Hal", "Bevan"], ["Hal", "Breeden"], ["Hal", "Brown"], ["Hal", "Bubser"], ["Hal", "Carlson"], ["Hal", "Chase"], ["Hal", "Deviney"], ["Hal", "Dues"], ["Hal", "Elliott"], ["Hal", "Epps"], ["Hal", "Erickson"], ["Hal", "Finney"], ["Hal", "Gilson"], ["Hal", "Goldsmith"], ["Hal", "Gregg"], ["Hal", "Griggs"], ["Hal", "Haid"], ["Hal", "Haydel"], ["Hal", "Hudson"], ["Hal", "Irelan"], ["Hal", "Janvrin"], ["Hal", "Jeffcoat"], ["Hal", "Jones"], ["Hal", "Kelleher"], ["Hal", "Keller"], ["Hal", "Kime"], ["Hal", "King"], ["Hal", "Kleine"], ["Hal", "Kolstad"], ["Hal", "Kurtz"], ["Hal", "Lanier"], ["Hal", "Leathers"], ["Hal", "Lee"], ["Hal", "Luby"], ["Hal", "Manders"], ["Hal", "Marnie"], ["Hal", "Mauck"], ["Hal", "McClure"], ["Hal", "McKain"], ["Hal", "McRae"], ["Hal", "Morris"], ["Hal", "Naragon"], ["Hal", "Neubauer"], ["Hal", "Newhouser"], ["Hal", "O'Hagan"], ["Hal", "Peck"], ["Hal", "Quick"], ["Hal", "Raether"], ["Hal", "Reilly"], ["Hal", "Reniff"], ["Hal", "Rhyne"], ["Hal", "Rice"], ["Hal", "Schacker"], ["Hal", "Schumacher"], ["Hal", "Schwenk"], ["Hal", "Smith"], ["Hal", "Spindel"], ["Hal", "Stowe"], ["Hal", "Toenes"], ["Hal", "Trosky"], ["Hal", "Wagner"], ["Hal", "Warnock"], ["Hal", "White"], ["Hal", "Wiltse"], ["Hal", "Woodeshick"], ["Ham", "Allen"], ["Ham", "Hyatt"], ["Ham", "Iburg"], ["Ham", "Patterson"], ["Ham", "Schulte"], ["Ham", "Wade"], ["Hank", "Aaron"], ["Hank", "Aguirre"], ["Hank", "Allen"], ["Hank", "Arft"], ["Hank", "Bauer"], ["Hank", "Behrman"], ["Hank", "Biasatti"], ["Hank", "Blalock"], ["Hank", "Boney"], ["Hank", "Borowy"], ["Hank", "Butcher"], ["Hank", "Camelli"], ["Hank", "Conger"], ["Hank", "DeBerry"], ["Hank", "Edwards"], ["Hank", "Erickson"], ["Hank", "Fischer"], ["Hank", "Foiles"], ["Hank", "Garrity"], ["Hank", "Gastright"], ["Hank", "Gehring"], ["Hank", "Gornicki"], ["Hank", "Gowdy"], ["Hank", "Grampp"], ["Hank", "Greenberg"], ["Hank", "Griffin"], ["Hank", "Helf"], ["Hank", "Hulvey"], ["Hank", "Izquierdo"], ["Hank", "Johnson"], ["Hank", "LaManna"], ["Hank", "Leiber"], ["Hank", "Majeski"], ["Hank", "Mason"], ["Hank", "McDonald"], ["Hank", "Miklos"], ["Hank", "Morrison"], ["Hank", "O'Day"], ["Hank", "Olmsted"], ["Hank", "Patterson"], ["Hank", "Perry"], ["Hank", "Riebe"], ["Hank", "Ritter"], ["Hank", "Robinson"], ["Hank", "Ruszkowski"], ["Hank", "Sauer"], ["Hank", "Schenz"], ["Hank", "Schmulbach"], ["Hank", "Schreiber"], ["Hank", "Severeid"], ["Hank", "Simon"], ["Hank", "Small"], ["Hank", "Steinbacher"], ["Hank", "Thompson"], ["Hank", "Thormahlen"], ["Hank", "Webb"], ["Hank", "Winston"], ["Hank", "Workman"], ["Hank", "Wyse"], ["Hanley", "Frias"], ["Hanley", "Ramirez"], ["Hans", "Lobert"], ["Hans", "Rasmussen"], ["Hansel", "Izquierdo"], ["Hansel", "Robles"], ["Hanser", "Alberto"], ["Hanson", "Horsey"], ["Hap", "Collard"], ["Hap", "Morse"], ["Hap", "Myers"], ["Hap", "Ward"], ["Happy", "Chandler"], ["Happy", "Felsch"], ["Happy", "Finneran"], ["Happy", "Foreman"], ["Happy", "Iott"], ["Happy", "Smith"], ["Happy", "Townsend"], ["Hardie", "Henderson"], ["Hardin", "Barry"], ["Hardin", "Cathey"], ["Hardy", "Peterson"], ["Hardy", "Richardson"], ["Harl", "Maggert"], ["Harlan", "Pyle"], ["Harland", "Rowe"], ["Harley", "Boss"], ["Harley", "Dillinger"], ["Harley", "Grossman"], ["Harley", "Hisner"], ["Harley", "Payne"], ["Harley", "Young"], ["Harlin", "Pool"], ["Harlond", "Clift"], ["Harmon", "Killebrew"], ["Harold", "Baines"], ["Harold", "Reynolds"], ["Harrison", "Peppers"], ["Harry", "Ables"], ["Harry", "Agganis"], ["Harry", "Anderson"], ["Harry", "Armbruster"], ["Harry", "Arndt"], ["Harry", "Arundel"], ["Harry", "Atkinson"], ["Harry", "Baldwin"], ["Harry", "Barton"], ["Harry", "Baumgartner"], ["Harry", "Bay"], ["Harry", "Bemis"], ["Harry", "Berte"], ["Harry", "Berthrong"], ["Harry", "Betts"], ["Harry", "Biemiller"], ["Harry", "Billiard"], ["Harry", "Blake"], ["Harry", "Boyles"], ["Harry", "Brecheen"], ["Harry", "Bright"], ["Harry", "Burrell"], ["Harry", "Byrd"], ["Harry", "Camnitz"], ["Harry", "Cassady"], ["Harry", "Chapman"], ["Harry", "Chappas"], ["Harry", "Cheek"], ["Harry", "Child"], ["Harry", "Chiti"], ["Harry", "Chozen"], ["Harry", "Clarke"], ["Harry", "Colliflower"], ["Harry", "Courtney"], ["Harry", "Coveleski"], ["Harry", "Craft"], ["Harry", "Croft"], ["Harry", "Curtis"], ["Harry", "Damrau"], ["Harry", "Danning"], ["Harry", "Daubert"], ["Harry", "Davis"], ["Harry", "DeMiller"], ["Harry", "Dean"], ["Harry", "Deane"], ["Harry", "Decker"], ["Harry", "Diddlebock"], ["Harry", "Dooms"], ["Harry", "East"], ["Harry", "Eccles"], ["Harry", "Eells"], ["Harry", "Eisenstat"], ["Harry", "Elliott"], ["Harry", "Ely"], ["Harry", "Fanok"], ["Harry", "Fanwell"], ["Harry", "Feldman"], ["Harry", "Felix"], ["Harry", "Fisher"], ["Harry", "Fritz"], ["Harry", "Fuller"], ["Harry", "Gardner"], ["Harry", "Gaspar"], ["Harry", "Gilbert"], ["Harry", "Gleason"], ["Harry", "Glenn"], ["Harry", "Gumbert"], ["Harry", "Hanebrink"], ["Harry", "Hanson"], ["Harry", "Hardy"], ["Harry", "Harper"], ["Harry", "Hedgpeth"], ["Harry", "Heilmann"], ["Harry", "Heitmann"], ["Harry", "Hinchman"], ["Harry", "Hoch"], ["Harry", "Hogan"], ["Harry", "Hooper"], ["Harry", "Howell"], ["Harry", "Hulihan"], ["Harry", "Huston"], ["Harry", "Jacoby"], ["Harry", "Jordan"], ["Harry", "Kane"], ["Harry", "Keener"], ["Harry", "Kelley"], ["Harry", "Kimberlin"], ["Harry", "Kingman"], ["Harry", "Kinzy"], ["Harry", "Kirsch"], ["Harry", "Koons"], ["Harry", "Krause"], ["Harry", "LaRoss"], ["Harry", "Little"], ["Harry", "Lochhead"], ["Harry", "Lord"], ["Harry", "Lumley"], ["Harry", "Lunte"], ["Harry", "Lyons"], ["Harry", "MacPherson"], ["Harry", "Mace"], ["Harry", "Malmberg"], ["Harry", "Maskrey"], ["Harry", "Matuzak"], ["Harry", "Maupin"], ["Harry", "McCaffery"], ["Harry", "McChesney"], ["Harry", "McCluskey"], ["Harry", "McCormick"], ["Harry", "McCurdy"], ["Harry", "McIntire"], ["Harry", "McNeal"], ["Harry", "Moran"], ["Harry", "Morelock"], ["Harry", "Niles"], ["Harry", "O'Donnell"], ["Harry", "O'Neill"], ["Harry", "Ostdiek"], ["Harry", "Otis"], ["Harry", "Parker"], ["Harry", "Pattee"], ["Harry", "Patton"], ["Harry", "Pearce"], ["Harry", "Perkowski"], ["Harry", "Raymond"], ["Harry", "Redmond"], ["Harry", "Rice"], ["Harry", "Riconda"], ["Harry", "Rosenberg"], ["Harry", "Sage"], ["Harry", "Salisbury"], ["Harry", "Schaeffer"], ["Harry", "Schafer"], ["Harry", "Scherer"], ["Harry", "Shriver"], ["Harry", "Shuman"], ["Harry", "Simpson"], ["Harry", "Smith"], ["Harry", "Smythe"], ["Harry", "Spence"], ["Harry", "Spies"], ["Harry", "Spilman"], ["Harry", "Spratt"], ["Harry", "Staley"], ["Harry", "Steinfeldt"], ["Harry", "Stovey"], ["Harry", "Sullivan"], ["Harry", "Suter"], ["Harry", "Swacina"], ["Harry", "Swan"], ["Harry", "Sweeney"], ["Harry", "Taylor"], ["Harry", "Thompson"], ["Harry", "Trekell"], ["Harry", "Truby"], ["Harry", "Vahrenhorst"], ["Harry", "Walker"], ["Harry", "Weaver"], ["Harry", "Weber"], ["Harry", "Welchonce"], ["Harry", "Wheeler"], ["Harry", "Wilhelm"], ["Harry", "Wilke"], ["Harry", "Williams"], ["Harry", "Wilson"], ["Harry", "Wolfe"], ["Harry", "Wolter"], ["Harry", "Wolverton"], ["Harry", "Wood"], ["Harry", "Wright"], ["Harvey", "Bailey"], ["Harvey", "Blauvelt"], ["Harvey", "Branch"], ["Harvey", "Cushman"], ["Harvey", "Freeman"], ["Harvey", "Garcia"], ["Harvey", "Gentry"], ["Harvey", "Green"], ["Harvey", "Grubb"], ["Harvey", "Haddix"], ["Harvey", "Hendrick"], ["Harvey", "Kuenn"], ["Harvey", "MacDonald"], ["Harvey", "Pulliam"], ["Harvey", "Russell"], ["Harvey", "Shank"], ["Harvey", "Smith"], ["Harvey", "Watkins"], ["Hawk", "Taylor"], ["Hayden", "Penn"], ["Haywood", "Sullivan"], ["Heath", "Bell"], ["Heath", "Haynes"], ["Heath", "Hembree"], ["Heath", "Murray"], ["Heath", "Phillips"], ["Heathcliff", "Slocumb"], ["Hector", "Almonte"], ["Hector", "Ambriz"], ["Hector", "Carrasco"], ["Hector", "Cruz"], ["Hector", "Fajardo"], ["Hector", "Gimenez"], ["Hector", "Gomez"], ["Hector", "Lopez"], ["Hector", "Luna"], ["Hector", "Maestri"], ["Hector", "Martinez"], ["Hector", "Mercado"], ["Hector", "Neris"], ["Hector", "Noesi"], ["Hector", "Olivera"], ["Hector", "Ortiz"], ["Hector", "Ramirez"], ["Hector", "Rodriguez"], ["Hector", "Rondon"], ["Hector", "Sanchez"], ["Hector", "Santiago"], ["Hector", "Torres"], ["Hector", "Valle"], ["Hector", "Villanueva"], ["Hector", "Wagner"], ["Hee-Seop", "Choi"], ["Heinie", "Beckendorf"], ["Heinie", "Berger"], ["Heinie", "Elder"], ["Heinie", "Groh"], ["Heinie", "Heitmuller"], ["Heinie", "Heltzel"], ["Heinie", "Jantzen"], ["Heinie", "Kappel"], ["Heinie", "Manush"], ["Heinie", "Meine"], ["Heinie", "Mueller"], ["Heinie", "Odom"], ["Heinie", "Peitz"], ["Heinie", "Reitz"], ["Heinie", "Sand"], ["Heinie", "Scheer"], ["Heinie", "Schuble"], ["Heinie", "Smith"], ["Heinie", "Stafford"], ["Heinie", "Wagner"], ["Heinie", "Zimmerman"], ["Heinz", "Becker"], ["Henderson", "Alvarez"], ["Henri", "Rondeau"], ["Henry", "Austin"], ["Henry", "Baldwin"], ["Henry", "Benn"], ["Henry", "Blanco"], ["Henry", "Bostick"], ["Henry", "Boyle"], ["Henry", "Buker"], ["Henry", "Burroughs"], ["Henry", "Chadwick"], ["Henry", "Clarke"], ["Henry", "Coppola"], ["Henry", "Cote"], ["Henry", "Cotto"], ["Henry", "Cruz"], ["Henry", "Easterday"], ["Henry", "Fournier"], ["Henry", "Gilroy"], ["Henry", "Gruber"], ["Henry", "Jackson"], ["Henry", "Jones"], ["Henry", "Kessler"], ["Henry", "Keupper"], ["Henry", "Killeen"], ["Henry", "Kohler"], ["Henry", "Krug"], ["Henry", "Lampe"], ["Henry", "Larkin"], ["Henry", "Luff"], ["Henry", "Lynch"], ["Henry", "Mateo"], ["Henry", "Mathewson"], ["Henry", "Mercedes"], ["Henry", "Meyers"], ["Henry", "Moore"], ["Henry", "Mullin"], ["Henry", "Myers"], ["Henry", "Oberbeck"], ["Henry", "Owens"], ["Henry", "Oxley"], ["Henry", "Peploski"], ["Henry", "Porter"], ["Henry", "Reville"], ["Henry", "Rodriguez"], ["Henry", "Schmidt"], ["Henry", "Smoyer"], ["Henry", "Sosa"], ["Henry", "Stein"], ["Henry", "Thielman"], ["Henry", "Urrutia"], ["Henry", "Villar"], ["Henry", "Yaik"], ["Henry", "Youngman"], ["Hensley", "Meulens"], ["Herb", "Adams"], ["Herb", "Bradley"], ["Herb", "Bremer"], ["Herb", "Cobb"], ["Herb", "Conyers"], ["Herb", "Crompton"], ["Herb", "Goodall"], ["Herb", "Gorman"], ["Herb", "Hall"], ["Herb", "Harris"], ["Herb", "Hash"], ["Herb", "Herring"], ["Herb", "Hippauf"], ["Herb", "Hunter"], ["Herb", "Hutson"], ["Herb", "Juul"], ["Herb", "Karpel"], ["Herb", "Kelly"], ["Herb", "McQuaid"], ["Herb", "Moford"], ["Herb", "Pennock"], ["Herb", "Plews"], ["Herb", "Score"], ["Herb", "Thomas"], ["Herb", "Washington"], ["Herb", "Welch"], ["Herb", "Worth"], ["Herbert", "Hill"], ["Herbert", "Jackson"], ["Herbert", "Perry"], ["Herbie", "Moran"], ["Hercules", "Burnett"], ["Herm", "Doscher"], ["Herm", "Holshouser"], ["Herm", "Malloy"], ["Herm", "McFarland"], ["Herm", "Merritt"], ["Herm", "Starrette"], ["Herm", "Wehmeier"], ["Herm", "Winningham"], ["Herman", "Besse"], ["Herman", "Bronkie"], ["Herman", "Dehlman"], ["Herman", "Fink"], ["Herman", "Franks"], ["Herman", "Hill"], ["Herman", "Layne"], ["Herman", "Long"], ["Herman", "Pillette"], ["Herman", "Pitz"], ["Herman", "Reich"], ["Herman", "Segelke"], ["Herman", "Young"], ["Hernan", "Iribarren"], ["Hernan", "Perez"], ["Herold", "Juul"], ["Herschel", "Bennett"], ["Hersh", "Freeman"], ["Hersh", "Lyons"], ["Hersh", "Martin"], ["Hervey", "McClellan"], ["Hezekiah", "Allen"], ["Hi", "Bell"], ["Hi", "Bithorn"], ["Hi", "Church"], ["Hi", "Ebright"], ["Hi", "Jasper"], ["Hi", "Ladd"], ["Hi", "Myers"], ["Hi", "West"], ["Hick", "Cady"], ["Hick", "Carpenter"], ["Hideki", "Irabu"], ["Hideki", "Matsui"], ["Hideki", "Okajima"], ["Hideo", "Nomo"], ["High Pockets", "Kelly"], ["Highball", "Wilson"], ["Hiker", "Moran"], ["Hillis", "Layne"], ["Hilly", "Flitcraft"], ["Hilly", "Hathaway"], ["Hilton", "Smith"], ["Hinkey", "Haines"], ["Hipolito", "Pena"], ["Hipolito", "Pichardo"], ["Hippo", "Vaughn"], ["Hiram", "Bocachica"], ["Hiram", "Burgos"], ["Hiroki", "Kuroda"], ["Hisanori", "Takahashi"], ["Hisashi", "Iwakuma"], ["Hob", "Hiller"], ["Hobe", "Ferris"], ["Hobie", "Landrith"], ["Hod", "Eller"], ["Hod", "Fenner"], ["Hod", "Ford"], ["Hod", "Kibbie"], ["Hod", "Leverette"], ["Hod", "Lisenbee"], ["Hoge", "Workman"], ["Holly", "Hollingshead"], ["Home Run", "Baker"], ["Homer", "Bailey"], ["Homer", "Blankenship"], ["Homer", "Bush"], ["Homer", "Davidson"], ["Homer", "Ezzell"], ["Homer", "Hillebrand"], ["Homer", "Peel"], ["Homer", "Smoot"], ["Homer", "Spragins"], ["Homer", "Summa"], ["Homer", "Thompson"], ["Honey", "Barnes"], ["Honus", "Wagner"], ["Hooks", "Cotter"], ["Hooks", "Dauss"], ["Hooks", "Iott"], ["Hooks", "Warner"], ["Hooks", "Wiltse"], ["Hoot", "Evers"], ["Horace", "Allen"], ["Horace", "Clarke"], ["Horace", "Fogel"], ["Horace", "Helmbold"], ["Horace", "Milan"], ["Horace", "Phillips"], ["Horace", "Speed"], ["Horacio", "Estrada"], ["Horacio", "Pina"], ["Horacio", "Ramirez"], ["Horatio", "Munn"], ["Hosea", "Siner"], ["Hosken", "Powell"], ["Houston", "Jimenez"], ["Howard", "Armstrong"], ["Howard", "Bailey"], ["Howard", "Baker"], ["Howard", "Battle"], ["Howard", "Craghead"], ["Howard", "Earl"], ["Howard", "Ehmke"], ["Howard", "Fahey"], ["Howard", "Farmer"], ["Howard", "Fitzgerald"], ["Howard", "Freigau"], ["Howard", "Hilton"], ["Howard", "Johnson"], ["Howard", "Lohr"], ["Howard", "Maple"], ["Howard", "McGraner"], ["Howard", "Murphy"], ["Howard", "Wakefield"], ["Howard", "Wall"], ["Howdy", "Caton"], ["Howdy", "Groskloss"], ["Howie", "Bedell"], ["Howie", "Camnitz"], ["Howie", "Camp"], ["Howie", "Carter"], ["Howie", "Clark"], ["Howie", "Fox"], ["Howie", "Gorman"], ["Howie", "Goss"], ["Howie", "Gregory"], ["Howie", "Haworth"], ["Howie", "Jones"], ["Howie", "Judson"], ["Howie", "Kendrick"], ["Howie", "Koplitz"], ["Howie", "Krist"], ["Howie", "McFarland"], ["Howie", "Moss"], ["Howie", "Nunn"], ["Howie", "Pollet"], ["Howie", "Reed"], ["Howie", "Schultz"], ["Howie", "Shanks"], ["Howie", "Storie"], ["Howie", "Williamson"], ["Hoyt", "Wilhelm"], ["Hub", "Andrews"], ["Hub", "Collins"], ["Hub", "Hart"], ["Hub", "Knolls"], ["Hub", "Northen"], ["Hub", "Perdue"], ["Hub", "Pernoll"], ["Hub", "Pruett"], ["Hub", "Walker"], ["Hubie", "Brooks"], ["Huck", "Betts"], ["Huck", "Flener"], ["Huck", "Geary"], ["Huck", "Wallace"], ["Hugh", "Alexander"], ["Hugh", "Bedient"], ["Hugh", "Bradley"], ["Hugh", "Campbell"], ["Hugh", "Canavan"], ["Hugh", "Casey"], ["Hugh", "Daily"], ["Hugh", "Duffy"], ["Hugh", "East"], ["Hugh", "Gilgan"], ["Hugh", "High"], ["Hugh", "Hill"], ["Hugh", "McMullen"], ["Hugh", "McQuillan"], ["Hugh", "Mulcahy"], ["Hugh", "Nicol"], ["Hugh", "O'Neil"], ["Hugh", "Poland"], ["Hugh", "Reid"], ["Hugh", "Shelley"], ["Hugh", "Willingham"], ["Hugh", "Yancy"], ["Hughie", "Critz"], ["Hughie", "Hearne"], ["Hughie", "Jennings"], ["Hughie", "Miller"], ["Hughie", "Tate"], ["Hughie", "Wise"], ["Hugo", "Bezdek"], ["Hugo", "Klaerner"], ["Humberto", "Cota"], ["Humberto", "Quintero"], ["Humberto", "Robinson"], ["Humberto", "Sanchez"], ["Hung-Chih", "Kuo"], ["Hunkey", "Hines"], ["Hunky", "Shaw"], ["Hunter", "Hill"], ["Hunter", "Jones"], ["Hunter", "Lane"], ["Hunter", "Pence"], ["Hunter", "Strickland"], ["Huston", "Street"], ["Huyler", "Westervelt"], ["Hy", "Cohen"], ["Hy", "Gunning"], ["Hy", "Vandenberg"], ["Hyun-jin", "Ryu"], ["Ian", "Desmond"], ["Ian", "Kennedy"], ["Ian", "Kinsler"], ["Ian", "Krol"], ["Ian", "Snell"], ["Ian", "Stewart"], ["Ian", "Thomas"], ["Ice Box", "Chamberlain"], ["Icehouse", "Wilson"], ["Ichiro", "Suzuki"], ["Icicle", "Reeder"], ["Ike", "Benners"], ["Ike", "Blessitt"], ["Ike", "Boone"], ["Ike", "Brookens"], ["Ike", "Brown"], ["Ike", "Butler"], ["Ike", "Caveney"], ["Ike", "Danning"], ["Ike", "Davis"], ["Ike", "Delock"], ["Ike", "Eichrodt"], ["Ike", "Fisher"], ["Ike", "Hampton"], ["Ike", "Kahdot"], ["Ike", "Kamp"], ["Ike", "McAuley"], ["Ike", "Pearson"], ["Ike", "Powers"], ["Ike", "Rockenfield"], ["Ike", "Samuels"], ["Ike", "Van Zandt"], ["Ira", "Belden"], ["Ira", "Davis"], ["Ira", "Flagstead"], ["Ira", "Hutchinson"], ["Ira", "Thomas"], ["Ira", "Townsend"], ["Irish", "McIlveen"], ["Irish", "Meusel"], ["Iron", "Davis"], ["Irv", "Bartling"], ["Irv", "Hach"], ["Irv", "Hall"], ["Irv", "Higginbotham"], ["Irv", "Jeffries"], ["Irv", "Medlinger"], ["Irv", "Noren"], ["Irv", "Porter"], ["Irv", "Ray"], ["Irv", "Stein"], ["Irv", "Waldron"], ["Irv", "Young"], ["Irving", "Falu"], ["Isidro", "Marquez"], ["Ismael", "Valdez"], ["Ismael", "Villegas"], ["Israel", "Alcantara"], ["Israel", "Pike"], ["Israel", "Sanchez"], ["Italo", "Chelini"], ["Ival", "Goodman"], ["Ivan", "Bigler"], ["Ivan", "Calderon"], ["Ivan", "Cruz"], ["Ivan", "De Jesus"], ["Ivan", "Howard"], ["Ivan", "Murrell"], ["Ivan", "Nova"], ["Ivan", "Ochoa"], ["Ivan", "Rodriguez"], ["Ivan", "de Jesus"], ["Ivanon", "Coffie"], ["Ivey", "Shiver"], ["Ivey", "Wingo"], ["Ivy", "Andrews"], ["Ivy", "Griffin"], ["Ivy", "Olson"], ["Izzy", "Goldstein"], ["Izzy", "Hoffman"], ["Izzy", "Leon"], ["Izzy", "Molina"], ["J C", "Hartman"], ["J. A.", "Happ"], ["J. B.", "Shuck"], ["J. B.", "Young"], ["J. C.", "Boscan"], ["J. C.", "Gutierrez"], ["J. C.", "Martin"], ["J. C.", "Ramirez"], ["J. C.", "Romero"], ["J. D.", "Drew"], ["J. D.", "Durbin"], ["J. D.", "Martin"], ["J. D.", "Martinez"], ["J. D.", "Smart"], ["J. J.", "Davis"], ["J. J.", "Furmaniak"], ["J. J.", "Hardy"], ["J. J.", "Hoover"], ["J. J.", "Putz"], ["J. J.", "Thobe"], ["J. J.", "Trujillo"], ["J. L.", "Wilkinson"], ["J. P.", "Arencibia"], ["J. P.", "Howell"], ["J. R.", "Graham"], ["J. R.", "House"], ["J. R.", "Murphy"], ["J. R.", "Phillips"], ["J. R.", "Richard"], ["J. R.", "Towles"], ["J. T.", "Bruett"], ["J. T.", "Realmuto"], ["J. T.", "Snow"], ["JD", "Closser"], ["Jace", "Peterson"], ["Jack", "Aker"], ["Jack", "Albright"], ["Jack", "Allen"], ["Jack", "Aragon"], ["Jack", "Armstrong"], ["Jack", "Baker"], ["Jack", "Baldschun"], ["Jack", "Banta"], ["Jack", "Barnett"], ["Jack", "Barry"], ["Jack", "Beach"], ["Jack", "Bellman"], ["Jack", "Bentley"], ["Jack", "Berly"], ["Jack", "Billingham"], ["Jack", "Bliss"], ["Jack", "Blott"], ["Jack", "Bolling"], ["Jack", "Boyle"], ["Jack", "Bracken"], ["Jack", "Bradley"], ["Jack", "Brennan"], ["Jack", "Brewer"], ["Jack", "Brittin"], ["Jack", "Brohamer"], ["Jack", "Bruner"], ["Jack", "Burdock"], ["Jack", "Burns"], ["Jack", "Bushelman"], ["Jack", "Calhoun"], ["Jack", "Calvo"], ["Jack", "Cameron"], ["Jack", "Carney"], ["Jack", "Cassel"], ["Jack", "Cassini"], ["Jack", "Chapman"], ["Jack", "Chesbro"], ["Jack", "Clark"], ["Jack", "Clements"], ["Jack", "Coffey"], ["Jack", "Compton"], ["Jack", "Conway"], ["Jack", "Coombs"], ["Jack", "Corcoran"], ["Jack", "Coveney"], ["Jack", "Creel"], ["Jack", "Cressend"], ["Jack", "Crimian"], ["Jack", "Cronin"], ["Jack", "Crooks"], ["Jack", "Crouch"], ["Jack", "Cullen"], ["Jack", "Cummings"], ["Jack", "Curtis"], ["Jack", "Cusick"], ["Jack", "Cust"], ["Jack", "Dalton"], ["Jack", "Damaska"], ["Jack", "Daniels"], ["Jack", "Darragh"], ["Jack", "Daugherty"], ["Jack", "DiLauro"], ["Jack", "Dittmer"], ["Jack", "Doscher"], ["Jack", "Doyle"], ["Jack", "Dunleavy"], ["Jack", "Dunn"], ["Jack", "Easton"], ["Jack", "Egan"], ["Jack", "Egbert"], ["Jack", "Enright"], ["Jack", "Enzenroth"], ["Jack", "Fanning"], ["Jack", "Farmer"], ["Jack", "Farrell"], ["Jack", "Faszholz"], ["Jack", "Fee"], ["Jack", "Feller"], ["Jack", "Ferry"], ["Jack", "Fifield"], ["Jack", "Fimple"], ["Jack", "Fisher"], ["Jack", "Flater"], ["Jack", "Fournier"], ["Jack", "Fox"], ["Jack", "Franklin"], ["Jack", "Gilbert"], ["Jack", "Gilligan"], ["Jack", "Glasscock"], ["Jack", "Gleason"], ["Jack", "Gorman"], ["Jack", "Graham"], ["Jack", "Graney"], ["Jack", "Hallett"], ["Jack", "Hamilton"], ["Jack", "Hammond"], ["Jack", "Hannahan"], ["Jack", "Hannifin"], ["Jack", "Hardy"], ["Jack", "Harper"], ["Jack", "Harshman"], ["Jack", "Hayden"], ["Jack", "Heidemann"], ["Jack", "Heinzman"], ["Jack", "Hendricks"], ["Jack", "Hiatt"], ["Jack", "Hickey"], ["Jack", "Himes"], ["Jack", "Hoey"], ["Jack", "Horner"], ["Jack", "Howell"], ["Jack", "Jenkins"], ["Jack", "Jones"], ["Jack", "Kading"], ["Jack", "Katoll"], ["Jack", "Keenan"], ["Jack", "Kibble"], ["Jack", "Killilay"], ["Jack", "Knight"], ["Jack", "Knott"], ["Jack", "Kralick"], ["Jack", "Kramer"], ["Jack", "Kraus"], ["Jack", "Krol"], ["Jack", "Kubiszyn"], ["Jack", "Kucek"], ["Jack", "Lamabe"], ["Jack", "Lapp"], ["Jack", "Lazorko"], ["Jack", "Leary"], ["Jack", "Leathersich"], ["Jack", "Leiper"], ["Jack", "Lelivelt"], ["Jack", "Lewis"], ["Jack", "Lind"], ["Jack", "Little"], ["Jack", "Littrell"], ["Jack", "Lively"], ["Jack", "Lohrke"], ["Jack", "Lundbom"], ["Jack", "Lynch"], ["Jack", "Maguire"], ["Jack", "Manning"], ["Jack", "Martin"], ["Jack", "McAdams"], ["Jack", "McAleese"], ["Jack", "McCallister"], ["Jack", "McCandless"], ["Jack", "McCarthy"], ["Jack", "McDonald"], ["Jack", "McDowell"], ["Jack", "McFetridge"], ["Jack", "McGeachey"], ["Jack", "McKeon"], ["Jack", "McMahan"], ["Jack", "McMahon"], ["Jack", "Mercer"], ["Jack", "Merson"], ["Jack", "Meyer"], ["Jack", "Mills"], ["Jack", "Morris"], ["Jack", "Morrissey"], ["Jack", "Nabors"], ["Jack", "Neagle"], ["Jack", "Ness"], ["Jack", "Niemes"], ["Jack", "O'Brien"], ["Jack", "O'Connor"], ["Jack", "O'Neill"], ["Jack", "Ogden"], ["Jack", "Onslow"], ["Jack", "Owens"], ["Jack", "Peerson"], ["Jack", "Perconte"], ["Jack", "Perrin"], ["Jack", "Pfiester"], ["Jack", "Phillips"], ["Jack", "Pierce"], ["Jack", "Powell"], ["Jack", "Quinn"], ["Jack", "Radtke"], ["Jack", "Rafter"], ["Jack", "Redmond"], ["Jack", "Reed"], ["Jack", "Reis"], ["Jack", "Remsen"], ["Jack", "Richardson"], ["Jack", "Ridgway"], ["Jack", "Robinson"], ["Jack", "Roche"], ["Jack", "Rothfuss"], ["Jack", "Rothrock"], ["Jack", "Rowan"], ["Jack", "Rowe"], ["Jack", "Russell"], ["Jack", "Ryan"], ["Jack", "Saltzgaver"], ["Jack", "Salveson"], ["Jack", "Sanford"], ["Jack", "Savage"], ["Jack", "Scheible"], ["Jack", "Schulte"], ["Jack", "Scott"], ["Jack", "Sharrott"], ["Jack", "Sheehan"], ["Jack", "Shepard"], ["Jack", "Slattery"], ["Jack", "Smith"], ["Jack", "Snyder"], ["Jack", "Spring"], ["Jack", "Stansbury"], ["Jack", "Stivetts"], ["Jack", "Sutthoff"], ["Jack", "Taschner"], ["Jack", "Taylor"], ["Jack", "Theis"], ["Jack", "Thoney"], ["Jack", "Tighe"], ["Jack", "Tising"], ["Jack", "Tobin"], ["Jack", "Urban"], ["Jack", "Voigt"], ["Jack", "Wadsworth"], ["Jack", "Wallace"], ["Jack", "Wallaesa"], ["Jack", "Wanner"], ["Jack", "Warhop"], ["Jack", "Warner"], ["Jack", "Wentz"], ["Jack", "Whillock"], ["Jack", "White"], ["Jack", "Wieneke"], ["Jack", "Wilson"], ["Jack", "Wisner"], ["Jack", "Zalusky"], ["Jacke", "Davis"], ["Jackie", "Bradley"], ["Jackie", "Brandt"], ["Jackie", "Brown"], ["Jackie", "Collum"], ["Jackie", "Gallagher"], ["Jackie", "Gutierrez"], ["Jackie", "Hayes"], ["Jackie", "Hernandez"], ["Jackie", "Jensen"], ["Jackie", "Mayo"], ["Jackie", "Moore"], ["Jackie", "Price"], ["Jackie", "Robinson"], ["Jackie", "Sullivan"], ["Jackie", "Tavener"], ["Jackie", "Tobin"], ["Jackie", "Warner"], ["Jackson", "Todd"], ["Jackson", "Williams"], ["Jacob", "Brumfield"], ["Jacob", "Cruz"], ["Jacob", "Doyle"], ["Jacob", "Fox"], ["Jacob", "Lindgren"], ["Jacob", "Ruppert"], ["Jacob", "Turner"], ["Jacob", "deGrom"], ["Jacoby", "Ellsbury"], ["Jacque", "Jones"], ["Jae Kuk", "Ryu"], ["Jae Weong", "Seo"], ["Jaff", "Decker"], ["Jai", "Miller"], ["Jailen", "Peguero"], ["Jaime", "Bluma"], ["Jaime", "Bubela"], ["Jaime", "Cerda"], ["Jaime", "Cocanower"], ["Jaime", "Garcia"], ["Jaime", "Navarro"], ["Jair", "Jurrjens"], ["Jairo", "Asencio"], ["Jairo", "Diaz"], ["Jake", "Arrieta"], ["Jake", "Aydelott"], ["Jake", "Beckley"], ["Jake", "Boultes"], ["Jake", "Boyd"], ["Jake", "Brigham"], ["Jake", "Brown"], ["Jake", "Buchanan"], ["Jake", "Caulfield"], ["Jake", "Crawford"], ["Jake", "Daniel"], ["Jake", "Daubert"], ["Jake", "Diekman"], ["Jake", "Drauby"], ["Jake", "Dunning"], ["Jake", "Early"], ["Jake", "Eisenhart"], ["Jake", "Elmore"], ["Jake", "Evans"], ["Jake", "Flowers"], ["Jake", "Fox"], ["Jake", "Freeze"], ["Jake", "Gettman"], ["Jake", "Gibbs"], ["Jake", "Goebbert"], ["Jake", "Goodman"], ["Jake", "Hehl"], ["Jake", "Hewitt"], ["Jake", "Jacobs"], ["Jake", "Jaeckel"], ["Jake", "Jones"], ["Jake", "Kafora"], ["Jake", "Knowdell"], ["Jake", "Lamb"], ["Jake", "Livingstone"], ["Jake", "Marisnick"], ["Jake", "McGee"], ["Jake", "Miller"], ["Jake", "Mooty"], ["Jake", "Munch"], ["Jake", "Northrop"], ["Jake", "Odorizzi"], ["Jake", "Peavy"], ["Jake", "Petricka"], ["Jake", "Pitler"], ["Jake", "Powell"], ["Jake", "Propst"], ["Jake", "Robbins"], ["Jake", "Seymour"], ["Jake", "Smith"], ["Jake", "Smolinski"], ["Jake", "Stahl"], ["Jake", "Stenzel"], ["Jake", "Striker"], ["Jake", "Thielman"], ["Jake", "Thies"], ["Jake", "Virtue"], ["Jake", "Volz"], ["Jake", "Wade"], ["Jake", "Weimer"], ["Jake", "Wells"], ["Jake", "Westbrook"], ["Jake", "Wood"], ["Jake", "Woods"], ["Jakie", "May"], ["Jalal", "Leach"], ["Jamal", "Strong"], ["James", "Atkins"], ["James", "Baldwin"], ["James", "Burke"], ["James", "Cavanagh"], ["James", "Darnell"], ["James", "Durham"], ["James", "Edwards"], ["James", "Graham"], ["James", "Haley"], ["James", "Houser"], ["James", "Hurst"], ["James", "Jones"], ["James", "Lehan"], ["James", "Lofton"], ["James", "Loney"], ["James", "McCann"], ["James", "McDermott"], ["James", "McDonald"], ["James", "McMullin"], ["James", "Morris"], ["James", "Mouton"], ["James", "Parr"], ["James", "Paxton"], ["James", "Pazos"], ["James", "Pirie"], ["James", "Russell"], ["James", "Shields"], ["Jamey", "Carroll"], ["Jamey", "Wright"], ["Jamie", "Allen"], ["Jamie", "Arnold"], ["Jamie", "Brewington"], ["Jamie", "Brown"], ["Jamie", "Burke"], ["Jamie", "D'Antona"], ["Jamie", "Easterly"], ["Jamie", "Hoffmann"], ["Jamie", "McAndrew"], ["Jamie", "Moyer"], ["Jamie", "Nelson"], ["Jamie", "Quirk"], ["Jamie", "Romak"], ["Jamie", "Vermilyea"], ["Jamie", "Walker"], ["Jan", "Dukes"], ["Jap", "Barbeau"], ["Jared", "Burton"], ["Jared", "Fernandez"], ["Jared", "Hughes"], ["Jared", "Sandberg"], ["Jared", "Wells"], ["Jaret", "Wright"], ["Jarred", "Cosart"], ["Jarrett", "Grube"], ["Jarrett", "Hoffpauir"], ["Jarrett", "Parker"], ["Jarrod", "Dyson"], ["Jarrod", "Parker"], ["Jarrod", "Patterson"], ["Jarrod", "Saltalamacchia"], ["Jarrod", "Washburn"], ["Jarvis", "Brown"], ["Jarvis", "Tatum"], ["Jason", "Alfaro"], ["Jason", "Anderson"], ["Jason", "Bartlett"], ["Jason", "Bates"], ["Jason", "Bay"], ["Jason", "Bere"], ["Jason", "Bergmann"], ["Jason", "Berken"], ["Jason", "Beverlin"], ["Jason", "Botts"], ["Jason", "Bourgeois"], ["Jason", "Boyd"], ["Jason", "Bulger"], ["Jason", "Castro"], ["Jason", "Childers"], ["Jason", "Christiansen"], ["Jason", "Conti"], ["Jason", "Davis"], ["Jason", "Dellaero"], ["Jason", "Dickson"], ["Jason", "Donald"], ["Jason", "Dubois"], ["Jason", "Ellison"], ["Jason", "Frasor"], ["Jason", "Garcia"], ["Jason", "Giambi"], ["Jason", "Gilfillan"], ["Jason", "Grabowski"], ["Jason", "Green"], ["Jason", "Grilli"], ["Jason", "Grimsley"], ["Jason", "Gurka"], ["Jason", "Hammel"], ["Jason", "Hardtke"], ["Jason", "Hart"], ["Jason", "Heyward"], ["Jason", "Hirsh"], ["Jason", "Isringhausen"], ["Jason", "Jacome"], ["Jason", "Jaramillo"], ["Jason", "Jennings"], ["Jason", "Jimenez"], ["Jason", "Johnson"], ["Jason", "Jones"], ["Jason", "Karnuth"], ["Jason", "Kendall"], ["Jason", "Kershner"], ["Jason", "Kipnis"], ["Jason", "Kubel"], ["Jason", "LaRue"], ["Jason", "Lane"], ["Jason", "Marquis"], ["Jason", "Maxwell"], ["Jason", "McDonald"], ["Jason", "Michaels"], ["Jason", "Middlebrook"], ["Jason", "Miller"], ["Jason", "Motte"], ["Jason", "Pearson"], ["Jason", "Perry"], ["Jason", "Phillips"], ["Jason", "Pridie"], ["Jason", "Rakers"], ["Jason", "Repko"], ["Jason", "Roach"], ["Jason", "Rogers"], ["Jason", "Romano"], ["Jason", "Ryan"], ["Jason", "Schmidt"], ["Jason", "Shiell"], ["Jason", "Simontacchi"], ["Jason", "Smith"], ["Jason", "Standridge"], ["Jason", "Stanford"], ["Jason", "Szuminski"], ["Jason", "Thompson"], ["Jason", "Tyner"], ["Jason", "Vargas"], ["Jason", "Varitek"], ["Jason", "Waddell"], ["Jason", "Windsor"], ["Jason", "Wood"], ["Jason", "Young"], ["Javier", "Baez"], ["Javier", "Cardona"], ["Javier", "Lopez"], ["Javier", "Martinez"], ["Javier", "Ortiz"], ["Javier", "Valentin"], ["Javier", "Vazquez"], ["Javy", "Guerra"], ["Javy", "Lopez"], ["Jay", "Aldrich"], ["Jay", "Avrea"], ["Jay", "Baller"], ["Jay", "Bell"], ["Jay", "Bruce"], ["Jay", "Budd"], ["Jay", "Buente"], ["Jay", "Buhner"], ["Jay", "Canizaro"], ["Jay", "Dahl"], ["Jay", "Difani"], ["Jay", "Faatz"], ["Jay", "Franklin"], ["Jay", "Gainer"], ["Jay", "Gibbons"], ["Jay", "Hankins"], ["Jay", "Heard"], ["Jay", "Hook"], ["Jay", "Howell"], ["Jay", "Jackson"], ["Jay", "Johnstone"], ["Jay", "Kirke"], ["Jay", "Kleven"], ["Jay", "Loviglio"], ["Jay", "Marshall"], ["Jay", "Parker"], ["Jay", "Partridge"], ["Jay", "Payton"], ["Jay", "Pettibone"], ["Jay", "Porter"], ["Jay", "Powell"], ["Jay", "Ritchie"], ["Jay", "Rogers"], ["Jay", "Sborz"], ["Jay", "Schlueter"], ["Jay", "Spurgeon"], ["Jay", "Tessmer"], ["Jay", "Tibbs"], ["Jay", "Van Noy"], ["Jay", "Ward"], ["Jay", "Witasick"], ["Jaye", "Chapman"], ["Jayhawk", "Owens"], ["Jayson", "Durocher"], ["Jayson", "Nix"], ["Jayson", "Werth"], ["Jean", "Dubuc"], ["Jean", "Machi"], ["Jean", "Segura"], ["Jean-Pierre", "Roy"], ["Jeanmar", "Gomez"], ["Jed", "Hansen"], ["Jed", "Lowrie"], ["Jedd", "Gyorko"], ["Jeff", "Abbott"], ["Jeff", "Austin"], ["Jeff", "Bagwell"], ["Jeff", "Bailey"], ["Jeff", "Baisley"], ["Jeff", "Bajenaru"], ["Jeff", "Baker"], ["Jeff", "Baldwin"], ["Jeff", "Ball"], ["Jeff", "Ballard"], ["Jeff", "Banister"], ["Jeff", "Barkley"], ["Jeff", "Barry"], ["Jeff", "Beliveau"], ["Jeff", "Bennett"], ["Jeff", "Berblinger"], ["Jeff", "Bettendorf"], ["Jeff", "Bianchi"], ["Jeff", "Bittiger"], ["Jeff", "Blauser"], ["Jeff", "Branson"], ["Jeff", "Brantley"], ["Jeff", "Bronkey"], ["Jeff", "Burroughs"], ["Jeff", "Byrd"], ["Jeff", "Calhoun"], ["Jeff", "Carter"], ["Jeff", "Cirillo"], ["Jeff", "Clement"], ["Jeff", "Conine"], ["Jeff", "Cornell"], ["Jeff", "Cox"], ["Jeff", "Cross"], ["Jeff", "D'Amico"], ["Jeff", "DaVanon"], ["Jeff", "Darwin"], ["Jeff", "Datz"], ["Jeff", "DeWillis"], ["Jeff", "Dedmon"], ["Jeff", "Doyle"], ["Jeff", "Duncan"], ["Jeff", "Farnsworth"], ["Jeff", "Fassero"], ["Jeff", "Ferrell"], ["Jeff", "Fiorentino"], ["Jeff", "Fischer"], ["Jeff", "Francis"], ["Jeff", "Francoeur"], ["Jeff", "Frazier"], ["Jeff", "Frye"], ["Jeff", "Fulchino"], ["Jeff", "Gardner"], ["Jeff", "Granger"], ["Jeff", "Gray"], ["Jeff", "Grotewold"], ["Jeff", "Hamilton"], ["Jeff", "Harris"], ["Jeff", "Hartsock"], ["Jeff", "Hearron"], ["Jeff", "Heath"], ["Jeff", "Heathcock"], ["Jeff", "Holly"], ["Jeff", "Huson"], ["Jeff", "Innis"], ["Jeff", "James"], ["Jeff", "Johnson"], ["Jeff", "Jones"], ["Jeff", "Juden"], ["Jeff", "Kaiser"], ["Jeff", "Karstens"], ["Jeff", "Keener"], ["Jeff", "Kent"], ["Jeff", "Keppinger"], ["Jeff", "King"], ["Jeff", "Kobernus"], ["Jeff", "Kubenka"], ["Jeff", "Kunkel"], ["Jeff", "Lahti"], ["Jeff", "Larish"], ["Jeff", "Liefer"], ["Jeff", "Little"], ["Jeff", "Locke"], ["Jeff", "Manship"], ["Jeff", "Manto"], ["Jeff", "Marquez"], ["Jeff", "Mathis"], ["Jeff", "McCleskey"], ["Jeff", "McCurry"], ["Jeff", "McKnight"], ["Jeff", "McNeely"], ["Jeff", "Montgomery"], ["Jeff", "Moronko"], ["Jeff", "Musselman"], ["Jeff", "Mutis"], ["Jeff", "Nelson"], ["Jeff", "Newman"], ["Jeff", "Niemann"], ["Jeff", "Parrett"], ["Jeff", "Patterson"], ["Jeff", "Peterek"], ["Jeff", "Pfeffer"], ["Jeff", "Pico"], ["Jeff", "Pierce"], ["Jeff", "Plympton"], ["Jeff", "Ransom"], ["Jeff", "Reardon"], ["Jeff", "Reboulet"], ["Jeff", "Reed"], ["Jeff", "Richardson"], ["Jeff", "Ridgway"], ["Jeff", "Rineer"], ["Jeff", "Robinson"], ["Jeff", "Russell"], ["Jeff", "Salazar"], ["Jeff", "Samardzija"], ["Jeff", "Schaefer"], ["Jeff", "Schattinger"], ["Jeff", "Schmidt"], ["Jeff", "Schneider"], ["Jeff", "Schulz"], ["Jeff", "Schwarz"], ["Jeff", "Sellers"], ["Jeff", "Shaver"], ["Jeff", "Shaw"], ["Jeff", "Sparks"], ["Jeff", "Stember"], ["Jeff", "Stevens"], ["Jeff", "Stone"], ["Jeff", "Suppan"], ["Jeff", "Sweeney"], ["Jeff", "Tabaka"], ["Jeff", "Tackett"], ["Jeff", "Tam"], ["Jeff", "Terpko"], ["Jeff", "Tesreau"], ["Jeff", "Torborg"], ["Jeff", "Treadway"], ["Jeff", "Twitty"], ["Jeff", "Wallace"], ["Jeff", "Ware"], ["Jeff", "Weaver"], ["Jeff", "Wetherby"], ["Jeff", "Williams"], ["Jeff", "Yurak"], ["Jeff", "Zaske"], ["Jeff", "Zimmerman"], ["Jeffrey", "Hammonds"], ["Jeffrey", "Leonard"], ["Jefry", "Marte"], ["Jemile", "Weeks"], ["Jennings", "Poindexter"], ["Jenrry", "Mejia"], ["Jensen", "Lewis"], ["Jeoff", "Long"], ["Jerad", "Eickhoff"], ["Jerad", "Head"], ["Jerald", "Clark"], ["Jered", "Weaver"], ["Jeremiah", "Reardon"], ["Jeremy", "Accardo"], ["Jeremy", "Affeldt"], ["Jeremy", "Bonderman"], ["Jeremy", "Brown"], ["Jeremy", "Fikac"], ["Jeremy", "Giambi"], ["Jeremy", "Griffiths"], ["Jeremy", "Guthrie"], ["Jeremy", "Hefner"], ["Jeremy", "Hellickson"], ["Jeremy", "Hermida"], ["Jeremy", "Hernandez"], ["Jeremy", "Hill"], ["Jeremy", "Horst"], ["Jeremy", "Jeffress"], ["Jeremy", "Moore"], ["Jeremy", "Powell"], ["Jeremy", "Reed"], ["Jeremy", "Sowers"], ["Jeriome", "Robertson"], ["Jermaine", "Allensworth"], ["Jermaine", "Clark"], ["Jermaine", "Curtis"], ["Jermaine", "Dye"], ["Jermaine", "Van Buren"], ["Jerome", "Walton"], ["Jerome", "Williams"], ["Jeromy", "Burnitz"], ["Jerrod", "Riggan"], ["Jerry", "Adair"], ["Jerry", "Akers"], ["Jerry", "Augustine"], ["Jerry", "Bell"], ["Jerry", "Blevins"], ["Jerry", "Brooks"], ["Jerry", "Browne"], ["Jerry", "Buchek"], ["Jerry", "Byrne"], ["Jerry", "Casale"], ["Jerry", "Coleman"], ["Jerry", "Connors"], ["Jerry", "Conway"], ["Jerry", "Cram"], ["Jerry", "Crider"], ["Jerry", "D'Arcy"], ["Jerry", "DaVanon"], ["Jerry", "Dahlke"], ["Jerry", "Davie"], ["Jerry", "Denny"], ["Jerry", "Dipoto"], ["Jerry", "Donovan"], ["Jerry", "Dorgan"], ["Jerry", "Dorsey"], ["Jerry", "Dybzinski"], ["Jerry", "Fahr"], ["Jerry", "Fosnow"], ["Jerry", "Freeman"], ["Jerry", "Fry"], ["Jerry", "Garvin"], ["Jerry", "Gil"], ["Jerry", "Goff"], ["Jerry", "Grote"], ["Jerry", "Hairston"], ["Jerry", "Harrington"], ["Jerry", "Hinsley"], ["Jerry", "Hurley"], ["Jerry", "Johnson"], ["Jerry", "Kane"], ["Jerry", "Kenney"], ["Jerry", "Kindall"], ["Jerry", "Koosman"], ["Jerry", "Kutzler"], ["Jerry", "Lane"], ["Jerry", "Lumpe"], ["Jerry", "Lynch"], ["Jerry", "Lynn"], ["Jerry", "Maddox"], ["Jerry", "Mallett"], ["Jerry", "Manuel"], ["Jerry", "Martin"], ["Jerry", "May"], ["Jerry", "McCarthy"], ["Jerry", "McCormick"], ["Jerry", "McNertney"], ["Jerry", "McQuaig"], ["Jerry", "Moore"], ["Jerry", "Morales"], ["Jerry", "Moses"], ["Jerry", "Mumphrey"], ["Jerry", "Narron"], ["Jerry", "Nielsen"], ["Jerry", "Nops"], ["Jerry", "Nyman"], ["Jerry", "Owens"], ["Jerry", "Priddy"], ["Jerry", "Reed"], ["Jerry", "Remy"], ["Jerry", "Reuss"], ["Jerry", "Robertson"], ["Jerry", "Royster"], ["Jerry", "Sands"], ["Jerry", "Scala"], ["Jerry", "Schoonmaker"], ["Jerry", "Schypinski"], ["Jerry", "Snyder"], ["Jerry", "Spradlin"], ["Jerry", "Standaert"], ["Jerry", "Stephenson"], ["Jerry", "Sweeney"], ["Jerry", "Tabb"], ["Jerry", "Terrell"], ["Jerry", "Turbidy"], ["Jerry", "Turner"], ["Jerry", "Ujdur"], ["Jerry", "Upp"], ["Jerry", "Walker"], ["Jerry", "White"], ["Jerry", "Willard"], ["Jerry", "Witte"], ["Jerry", "Zimmerman"], ["Jerry Don", "Gleaton"], ["Jersey", "Bakley"], ["Jess", "Buckles"], ["Jess", "Cortazzo"], ["Jess", "Dobernic"], ["Jess", "Doyle"], ["Jess", "Orndorff"], ["Jess", "Pike"], ["Jess", "Todd"], ["Jesse", "Altenburg"], ["Jesse", "Baker"], ["Jesse", "Barfield"], ["Jesse", "Barnes"], ["Jesse", "Burkett"], ["Jesse", "Carlson"], ["Jesse", "Chavez"], ["Jesse", "Crain"], ["Jesse", "Duryea"], ["Jesse", "English"], ["Jesse", "Flores"], ["Jesse", "Foppert"], ["Jesse", "Fowler"], ["Jesse", "Garcia"], ["Jesse", "Gonder"], ["Jesse", "Hahn"], ["Jesse", "Haines"], ["Jesse", "Hickman"], ["Jesse", "Hill"], ["Jesse", "Hoffmeister"], ["Jesse", "Hudson"], ["Jesse", "Jefferson"], ["Jesse", "Landrum"], ["Jesse", "Levan"], ["Jesse", "Levis"], ["Jesse", "Litsch"], ["Jesse", "Orosco"], ["Jesse", "Petty"], ["Jesse", "Purnell"], ["Jesse", "Stovall"], ["Jesse", "Tannehill"], ["Jesse", "Whiting"], ["Jesse", "Winters"], ["Jessie", "Hollins"], ["Jessie", "Reid"], ["Jesus", "Aguilar"], ["Jesus", "Alou"], ["Jesus", "Colome"], ["Jesus", "Delgado"], ["Jesus", "Feliciano"], ["Jesus", "Figueroa"], ["Jesus", "Flores"], ["Jesus", "Guzman"], ["Jesus", "Hernaiz"], ["Jesus", "Montero"], ["Jesus", "Pena"], ["Jesus", "Sanchez"], ["Jesus", "Sucre"], ["Jesus", "Tavarez"], ["Jesus", "Vega"], ["Jesus", "de la Rosa"], ["Jett", "Bandy"], ["Jeurys", "Familia"], ["Jewel", "Ens"], ["Jhan", "Marinez"], ["Jhonatan", "Solano"], ["Jhonny", "Nunez"], ["Jhonny", "Peralta"], ["Jhoulys", "Chacin"], ["Jigger", "Statz"], ["Jiggs", "Donahue"], ["Jiggs", "Parrott"], ["Jiggs", "Parson"], ["Jim", "Abbott"], ["Jim", "Acker"], ["Jim", "Adams"], ["Jim", "Adduci"], ["Jim", "Anderson"], ["Jim", "Andrews"], ["Jim", "Archer"], ["Jim", "Asbell"], ["Jim", "Austin"], ["Jim", "Bagby"], ["Jim", "Bailey"], ["Jim", "Ball"], ["Jim", "Banning"], ["Jim", "Barbieri"], ["Jim", "Barr"], ["Jim", "Baskette"], ["Jim", "Battle"], ["Jim", "Baumer"], ["Jim", "Baxes"], ["Jim", "Beattie"], ["Jim", "Beauchamp"], ["Jim", "Beckman"], ["Jim", "Begley"], ["Jim", "Beswick"], ["Jim", "Bethke"], ["Jim", "Bibby"], ["Jim", "Bilbrey"], ["Jim", "Bishop"], ["Jim", "Bivin"], ["Jim", "Blackburn"], ["Jim", "Bluejacket"], ["Jim", "Bolger"], ["Jim", "Bottomley"], ["Jim", "Bouton"], ["Jim", "Bowie"], ["Jim", "Boyle"], ["Jim", "Brady"], ["Jim", "Breazeale"], ["Jim", "Brenneman"], ["Jim", "Breton"], ["Jim", "Brewer"], ["Jim", "Brideweser"], ["Jim", "Brillheart"], ["Jim", "Britt"], ["Jim", "Britton"], ["Jim", "Bronstad"], ["Jim", "Brosnan"], ["Jim", "Brower"], ["Jim", "Brown"], ["Jim", "Bruske"], ["Jim", "Buchanan"], ["Jim", "Bucher"], ["Jim", "Bullinger"], ["Jim", "Bunning"], ["Jim", "Burns"], ["Jim", "Burton"], ["Jim", "Busby"], ["Jim", "Byrd"], ["Jim", "Byrnes"], ["Jim", "Callahan"], ["Jim", "Campanis"], ["Jim", "Campbell"], ["Jim", "Canavan"], ["Jim", "Carleton"], ["Jim", "Carlin"], ["Jim", "Castiglia"], ["Jim", "Chamblee"], ["Jim", "Chatterton"], ["Jim", "Clancy"], ["Jim", "Clark"], ["Jim", "Clinton"], ["Jim", "Coates"], ["Jim", "Cockman"], ["Jim", "Colborn"], ["Jim", "Command"], ["Jim", "Connor"], ["Jim", "Constable"], ["Jim", "Converse"], ["Jim", "Conway"], ["Jim", "Cook"], ["Jim", "Corsi"], ["Jim", "Cosman"], ["Jim", "Cox"], ["Jim", "Crawford"], ["Jim", "Cronin"], ["Jim", "Crowell"], ["Jim", "Cudworth"], ["Jim", "Curry"], ["Jim", "Curtiss"], ["Jim", "Czajkowski"], ["Jim", "Davenport"], ["Jim", "Davis"], ["Jim", "Dedrick"], ["Jim", "Dee"], ["Jim", "Deidel"], ["Jim", "Delahanty"], ["Jim", "Delsing"], ["Jim", "Derrington"], ["Jim", "Deshaies"], ["Jim", "Devlin"], ["Jim", "Dickson"], ["Jim", "Donahue"], ["Jim", "Donnelly"], ["Jim", "Donohue"], ["Jim", "Dorsey"], ["Jim", "Dougherty"], ["Jim", "Doyle"], ["Jim", "Driscoll"], ["Jim", "Duckworth"], ["Jim", "Duffalo"], ["Jim", "Duggan"], ["Jim", "Duncan"], ["Jim", "Dunegan"], ["Jim", "Dunn"], ["Jim", "Dwyer"], ["Jim", "Dyck"], ["Jim", "Edmonds"], ["Jim", "Egan"], ["Jim", "Eisenreich"], ["Jim", "Ellis"], ["Jim", "Eppard"], ["Jim", "Eschen"], ["Jim", "Essian"], ["Jim", "Fairbank"], ["Jim", "Fairey"], ["Jim", "Fanning"], ["Jim", "Farr"], ["Jim", "Faulkner"], ["Jim", "Field"], ["Jim", "Finigan"], ["Jim", "Fogarty"], ["Jim", "Foor"], ["Jim", "Foran"], ["Jim", "Fregosi"], ["Jim", "French"], ["Jim", "Frey"], ["Jim", "Fridley"], ["Jim", "Fuller"], ["Jim", "Galloway"], ["Jim", "Galvin"], ["Jim", "Gantner"], ["Jim", "Gardner"], ["Jim", "Garry"], ["Jim", "Gaudet"], ["Jim", "Geddes"], ["Jim", "Gentile"], ["Jim", "Gideon"], ["Jim", "Gifford"], ["Jim", "Gill"], ["Jim", "Gilliam"], ["Jim", "Gilman"], ["Jim", "Gilmore"], ["Jim", "Gladd"], ["Jim", "Gleeson"], ["Jim", "Golden"], ["Jim", "Goodwin"], ["Jim", "Gosger"], ["Jim", "Gott"], ["Jim", "Grant"], ["Jim", "Gray"], ["Jim", "Green"], ["Jim", "Greengrass"], ["Jim", "Hackett"], ["Jim", "Haislip"], ["Jim", "Hall"], ["Jim", "Halpin"], ["Jim", "Hamby"], ["Jim", "Handiboe"], ["Jim", "Hanley"], ["Jim", "Hannan"], ["Jim", "Hardin"], ["Jim", "Hart"], ["Jim", "Hayes"], ["Jim", "Hearn"], ["Jim", "Hegan"], ["Jim", "Heise"], ["Jim", "Henderson"], ["Jim", "Henry"], ["Jim", "Hibbs"], ["Jim", "Hickey"], ["Jim", "Hickman"], ["Jim", "Hicks"], ["Jim", "Hitchcock"], ["Jim", "Hoey"], ["Jim", "Holdsworth"], ["Jim", "Holloway"], ["Jim", "Holmes"], ["Jim", "Holt"], ["Jim", "Hopper"], ["Jim", "Howarth"], ["Jim", "Hughes"], ["Jim", "Hughey"], ["Jim", "Hunter"], ["Jim", "Hutto"], ["Jim", "Jackson"], ["Jim", "Johnson"], ["Jim", "Jones"], ["Jim", "Kaat"], ["Jim", "Kane"], ["Jim", "Keenan"], ["Jim", "Keesey"], ["Jim", "Kelly"], ["Jim", "Kennedy"], ["Jim", "Kern"], ["Jim", "King"], ["Jim", "Kirby"], ["Jim", "Konstanty"], ["Jim", "Korwan"], ["Jim", "Kremmel"], ["Jim", "Landis"], ["Jim", "Lawrence"], ["Jim", "Lefebvre"], ["Jim", "Lehew"], ["Jim", "Lemon"], ["Jim", "Lentine"], ["Jim", "Levey"], ["Jim", "Lewis"], ["Jim", "Leyland"], ["Jim", "Leyritz"], ["Jim", "Lillie"], ["Jim", "Lindeman"], ["Jim", "Lindsey"], ["Jim", "Lonborg"], ["Jim", "Long"], ["Jim", "Lyle"], ["Jim", "Lyttle"], ["Jim", "Magnuson"], ["Jim", "Mahady"], ["Jim", "Mahoney"], ["Jim", "Mains"], ["Jim", "Maler"], ["Jim", "Mallory"], ["Jim", "Maloney"], ["Jim", "Mangan"], ["Jim", "Mann"], ["Jim", "Manning"], ["Jim", "Marquis"], ["Jim", "Marshall"], ["Jim", "Mason"], ["Jim", "Mattox"], ["Jim", "McAnany"], ["Jim", "McAndrew"], ["Jim", "McCauley"], ["Jim", "McCloskey"], ["Jim", "McCormick"], ["Jim", "McDonald"], ["Jim", "McDonnell"], ["Jim", "McElroy"], ["Jim", "McGarr"], ["Jim", "McGinley"], ["Jim", "McGlothlin"], ["Jim", "McGuire"], ["Jim", "McHale"], ["Jim", "McKee"], ["Jim", "McKeever"], ["Jim", "McKnight"], ["Jim", "McLaughlin"], ["Jim", "McLeod"], ["Jim", "McManus"], ["Jim", "McNamara"], ["Jim", "McTamany"], ["Jim", "Mecir"], ["Jim", "Merritt"], ["Jim", "Mertz"], ["Jim", "Middleton"], ["Jim", "Miles"], ["Jim", "Miller"], ["Jim", "Minshall"], ["Jim", "Mooney"], ["Jim", "Moore"], ["Jim", "Moroney"], ["Jim", "Morris"], ["Jim", "Morrison"], ["Jim", "Mosolf"], ["Jim", "Mullen"], ["Jim", "Murray"], ["Jim", "Mutrie"], ["Jim", "Nash"], ["Jim", "Neher"], ["Jim", "Neidlinger"], ["Jim", "Nelson"], ["Jim", "Nettles"], ["Jim", "Norris"], ["Jim", "Northrup"], ["Jim", "O'Neill"], ["Jim", "O'Rourke"], ["Jim", "O'Toole"], ["Jim", "Obradovich"], ["Jim", "Oglesby"], ["Jim", "Olander"], ["Jim", "Ollom"], ["Jim", "Otten"], ["Jim", "Owens"], ["Jim", "Paciorek"], ["Jim", "Pagliaroni"], ["Jim", "Palmer"], ["Jim", "Pankovits"], ["Jim", "Panther"], ["Jim", "Park"], ["Jim", "Parque"], ["Jim", "Pastorius"], ["Jim", "Pearce"], ["Jim", "Pena"], ["Jim", "Pendleton"], ["Jim", "Perry"], ["Jim", "Peterson"], ["Jim", "Piersall"], ["Jim", "Pisoni"], ["Jim", "Pittsley"], ["Jim", "Poole"], ["Jim", "Powell"], ["Jim", "Powers"], ["Jim", "Prendergast"], ["Jim", "Presley"], ["Jim", "Price"], ["Jim", "Proctor"], ["Jim", "Pruett"], ["Jim", "Pyburn"], ["Jim", "Qualls"], ["Jim", "Ray"], ["Jim", "Reilly"], ["Jim", "Reninger"], ["Jim", "Rice"], ["Jim", "Riggleman"], ["Jim", "Riley"], ["Jim", "Rittwage"], ["Jim", "Ritz"], ["Jim", "Rivera"], ["Jim", "Roberts"], ["Jim", "Robertson"], ["Jim", "Rogers"], ["Jim", "Roland"], ["Jim", "Romano"], ["Jim", "Rooker"], ["Jim", "Roxburgh"], ["Jim", "Rushford"], ["Jim", "Russell"], ["Jim", "Rutherford"], ["Jim", "Sadowski"], ["Jim", "Schelle"], ["Jim", "Scoggins"], ["Jim", "Scott"], ["Jim", "Scranton"], ["Jim", "Shanley"], ["Jim", "Shaw"], ["Jim", "Sheehan"], ["Jim", "Shellenback"], ["Jim", "Shilling"], ["Jim", "Siwy"], ["Jim", "Slaton"], ["Jim", "Small"], ["Jim", "Smith"], ["Jim", "Snyder"], ["Jim", "Spencer"], ["Jim", "Spotts"], ["Jim", "St. Vrain"], ["Jim", "Stanley"], ["Jim", "Steels"], ["Jim", "Stephens"], ["Jim", "Stevens"], ["Jim", "Stoops"], ["Jim", "Strickland"], ["Jim", "Stroner"], ["Jim", "Stump"], ["Jim", "Suchecki"], ["Jim", "Sullivan"], ["Jim", "Sundberg"], ["Jim", "Tabor"], ["Jim", "Tatum"], ["Jim", "Tennant"], ["Jim", "Thome"], ["Jim", "Thorpe"], ["Jim", "Tipper"], ["Jim", "Tobin"], ["Jim", "Todd"], ["Jim", "Toy"], ["Jim", "Traber"], ["Jim", "Tracy"], ["Jim", "Tray"], ["Jim", "Turner"], ["Jim", "Tyack"], ["Jim", "Tyng"], ["Jim", "Tyrone"], ["Jim", "Umbarger"], ["Jim", "Umbricht"], ["Jim", "Vatcher"], ["Jim", "Viox"], ["Jim", "Walewander"], ["Jim", "Walkup"], ["Jim", "Wallace"], ["Jim", "Walsh"], ["Jim", "Ward"], ["Jim", "Waugh"], ["Jim", "Weaver"], ["Jim", "Wessinger"], ["Jim", "Westlake"], ["Jim", "Whitney"], ["Jim", "Wilhelm"], ["Jim", "Williams"], ["Jim", "Willis"], ["Jim", "Willoughby"], ["Jim", "Wilson"], ["Jim", "Winford"], ["Jim", "Winn"], ["Jim", "Wohlford"], ["Jim", "Woods"], ["Jim", "Wright"], ["Jim", "Wynn"], ["Jim", "York"], ["Jim Ray", "Hart"], ["Jimmie", "Coker"], ["Jimmie", "DeShong"], ["Jimmie", "Foxx"], ["Jimmie", "Hall"], ["Jimmie", "Keenan"], ["Jimmie", "Long"], ["Jimmie", "Reese"], ["Jimmie", "Savage"], ["Jimmie", "Schaffer"], ["Jimmie", "Wilson"], ["Jimmy", "Adair"], ["Jimmy", "Anderson"], ["Jimmy", "Archer"], ["Jimmy", "Austin"], ["Jimmy", "Bannon"], ["Jimmy", "Barrett"], ["Jimmy", "Barthmaier"], ["Jimmy", "Bloodworth"], ["Jimmy", "Brown"], ["Jimmy", "Burke"], ["Jimmy", "Callahan"], ["Jimmy", "Collins"], ["Jimmy", "Cooney"], ["Jimmy", "Dygert"], ["Jimmy", "Dykes"], ["Jimmy", "Esmond"], ["Jimmy", "Freeman"], ["Jimmy", "Gobble"], ["Jimmy", "Grant"], ["Jimmy", "Hallinan"], ["Jimmy", "Hart"], ["Jimmy", "Haynes"], ["Jimmy", "Hudgens"], ["Jimmy", "Hurst"], ["Jimmy", "Johnston"], ["Jimmy", "Jones"], ["Jimmy", "Jordan"], ["Jimmy", "Journell"], ["Jimmy", "Key"], ["Jimmy", "Knowles"], ["Jimmy", "Kremers"], ["Jimmy", "Lavender"], ["Jimmy", "Macullar"], ["Jimmy", "Mathison"], ["Jimmy", "McAleer"], ["Jimmy", "McMath"], ["Jimmy", "Moore"], ["Jimmy", "Myers"], ["Jimmy", "Nelson"], ["Jimmy", "O'Connell"], ["Jimmy", "Osting"], ["Jimmy", "Outlaw"], ["Jimmy", "Paredes"], ["Jimmy", "Pattison"], ["Jimmy", "Peoples"], ["Jimmy", "Pofahl"], ["Jimmy", "Ring"], ["Jimmy", "Ripple"], ["Jimmy", "Rogers"], ["Jimmy", "Rollins"], ["Jimmy", "Rosario"], ["Jimmy", "Ryan"], ["Jimmy", "Say"], ["Jimmy", "Sebring"], ["Jimmy", "Serrano"], ["Jimmy", "Sexton"], ["Jimmy", "Sheckard"], ["Jimmy", "Shevlin"], ["Jimmy", "Slagle"], ["Jimmy", "Smith"], ["Jimmy", "Stewart"], ["Jimmy", "Uchrinscko"], ["Jimmy", "Walsh"], ["Jimmy", "Wasdell"], ["Jimmy", "Welsh"], ["Jimmy", "Whelan"], ["Jimmy", "Wiggs"], ["Jimmy", "Williams"], ["Jimmy", "Wood"], ["Jimmy", "Woulfe"], ["Jimmy", "Zinn"], ["Jimy", "Williams"], ["Jin Ho", "Cho"], ["Jing", "Johnson"], ["Jo-Jo", "Moore"], ["Jo-Jo", "Morrissey"], ["Jo-Jo", "Reyes"], ["Jo-Jo", "White"], ["Joakim", "Soria"], ["Joaquin", "Andujar"], ["Joaquin", "Arias"], ["Joaquin", "Benoit"], ["Joba", "Chamberlain"], ["Joc", "Pederson"], ["Jock", "Menefee"], ["Jock", "Somerlott"], ["Jocko", "Conlan"], ["Jocko", "Conlon"], ["Jocko", "Fields"], ["Jocko", "Flynn"], ["Jocko", "Halligan"], ["Jocko", "Milligan"], ["Jocko", "Thompson"], ["Jodie", "Beeler"], ["Jody", "Davis"], ["Jody", "Gerut"], ["Jody", "Reed"], ["Joe", "Abreu"], ["Joe", "Adams"], ["Joe", "Adcock"], ["Joe", "Agler"], ["Joe", "Albanese"], ["Joe", "Altobelli"], ["Joe", "Antolick"], ["Joe", "Ardner"], ["Joe", "Astroth"], ["Joe", "Ausanio"], ["Joe", "Ayrault"], ["Joe", "Azcue"], ["Joe", "Batchelder"], ["Joe", "Battin"], ["Joe", "Bean"], ["Joe", "Becker"], ["Joe", "Beckwith"], ["Joe", "Beggs"], ["Joe", "Beimel"], ["Joe", "Benes"], ["Joe", "Bennett"], ["Joe", "Benson"], ["Joe", "Benz"], ["Joe", "Berger"], ["Joe", "Bernard"], ["Joe", "Berry"], ["Joe", "Birmingham"], ["Joe", "Bisenius"], ["Joe", "Bitker"], ["Joe", "Black"], ["Joe", "Blanton"], ["Joe", "Blong"], ["Joe", "Boehling"], ["Joe", "Boever"], ["Joe", "Bokina"], ["Joe", "Boley"], ["Joe", "Bonikowski"], ["Joe", "Borchard"], ["Joe", "Borden"], ["Joe", "Borowski"], ["Joe", "Bowman"], ["Joe", "Bradshaw"], ["Joe", "Bratcher"], ["Joe", "Brovia"], ["Joe", "Brown"], ["Joe", "Burg"], ["Joe", "Burke"], ["Joe", "Burns"], ["Joe", "Buskey"], ["Joe", "Buzas"], ["Joe", "Caffie"], ["Joe", "Callahan"], ["Joe", "Campbell"], ["Joe", "Cannon"], ["Joe", "Cantillon"], ["Joe", "Carter"], ["Joe", "Cascarella"], ["Joe", "Casey"], ["Joe", "Cassidy"], ["Joe", "Chamberlain"], ["Joe", "Charboneau"], ["Joe", "Christopher"], ["Joe", "Cicero"], ["Joe", "Cleary"], ["Joe", "Cobb"], ["Joe", "Coleman"], ["Joe", "Collins"], ["Joe", "Connell"], ["Joe", "Connolly"], ["Joe", "Connor"], ["Joe", "Connors"], ["Joe", "Conzelman"], ["Joe", "Corbett"], ["Joe", "Coscarart"], ["Joe", "Cowley"], ["Joe", "Crawford"], ["Joe", "Crede"], ["Joe", "Crisp"], ["Joe", "Cronin"], ["Joe", "Cross"], ["Joe", "Crotty"], ["Joe", "Cunningham"], ["Joe", "Daly"], ["Joe", "Davenport"], ["Joe", "Dawson"], ["Joe", "DeBerry"], ["Joe", "DeMaestri"], ["Joe", "DeSa"], ["Joe", "Decker"], ["Joe", "Delahanty"], ["Joe", "Depastino"], ["Joe", "DiMaggio"], ["Joe", "Dillon"], ["Joe", "Dobson"], ["Joe", "Dolan"], ["Joe", "Dowie"], ["Joe", "Dugan"], ["Joe", "Dunn"], ["Joe", "Durham"], ["Joe", "Dwyer"], ["Joe", "Edelen"], ["Joe", "Ellick"], ["Joe", "Engel"], ["Joe", "Erautt"], ["Joe", "Evans"], ["Joe", "Evers"], ["Joe", "Fagin"], ["Joe", "Farrell"], ["Joe", "Fautsch"], ["Joe", "Ferguson"], ["Joe", "Flynn"], ["Joe", "Fontenot"], ["Joe", "Foy"], ["Joe", "Frazier"], ["Joe", "Gaines"], ["Joe", "Gallagher"], ["Joe", "Gannon"], ["Joe", "Gantenbein"], ["Joe", "Garagiola"], ["Joe", "Gates"], ["Joe", "Gedeon"], ["Joe", "Genewich"], ["Joe", "Gerhardt"], ["Joe", "Giannini"], ["Joe", "Giard"], ["Joe", "Gibbon"], ["Joe", "Giebel"], ["Joe", "Gilbert"], ["Joe", "Gingras"], ["Joe", "Ginsberg"], ["Joe", "Girardi"], ["Joe", "Gleason"], ["Joe", "Glenn"], ["Joe", "Goddard"], ["Joe", "Gonzales"], ["Joe", "Gordon"], ["Joe", "Gormley"], ["Joe", "Grace"], ["Joe", "Grahe"], ["Joe", "Graves"], ["Joe", "Green"], ["Joe", "Grzenda"], ["Joe", "Gunson"], ["Joe", "Hague"], ["Joe", "Hall"], ["Joe", "Harrington"], ["Joe", "Harris"], ["Joe", "Hassler"], ["Joe", "Hatten"], ["Joe", "Hauser"], ["Joe", "Haynes"], ["Joe", "Henderson"], ["Joe", "Hesketh"], ["Joe", "Heving"], ["Joe", "Hicks"], ["Joe", "Hietpas"], ["Joe", "Hoerner"], ["Joe", "Holden"], ["Joe", "Hoover"], ["Joe", "Horgan"], ["Joe", "Horlen"], ["Joe", "Hornung"], ["Joe", "Houser"], ["Joe", "Hovlik"], ["Joe", "Hudson"], ["Joe", "Hughes"], ["Joe", "Hutcheson"], ["Joe", "Inglett"], ["Joe", "Jaeger"], ["Joe", "Jenkins"], ["Joe", "Johnson"], ["Joe", "Judge"], ["Joe", "Just"], ["Joe", "Kappel"], ["Joe", "Keener"], ["Joe", "Kelley"], ["Joe", "Kelly"], ["Joe", "Kennedy"], ["Joe", "Keough"], ["Joe", "Kernan"], ["Joe", "Kerrigan"], ["Joe", "Kiefer"], ["Joe", "Kirrene"], ["Joe", "Klinger"], ["Joe", "Klink"], ["Joe", "Klugmann"], ["Joe", "Kmak"], ["Joe", "Knight"], ["Joe", "Knotts"], ["Joe", "Kohlman"], ["Joe", "Koppe"], ["Joe", "Koshansky"], ["Joe", "Kostal"], ["Joe", "Koukalik"], ["Joe", "Kracher"], ["Joe", "Kraemer"], ["Joe", "Krakauskas"], ["Joe", "Kuhel"], ["Joe", "Kutina"], ["Joe", "Lafata"], ["Joe", "Lahoud"], ["Joe", "Lake"], ["Joe", "Landrum"], ["Joe", "Lansford"], ["Joe", "Lawrence"], ["Joe", "Lefebvre"], ["Joe", "Leonard"], ["Joe", "Lis"], ["Joe", "Lonnett"], ["Joe", "Lotz"], ["Joe", "Lovitto"], ["Joe", "Lucey"], ["Joe", "Lutz"], ["Joe", "Mack"], ["Joe", "Maddon"], ["Joe", "Magrane"], ["Joe", "Mahoney"], ["Joe", "Malay"], ["Joe", "Margoneri"], ["Joe", "Marshall"], ["Joe", "Martin"], ["Joe", "Martinez"], ["Joe", "Marty"], ["Joe", "Mather"], ["Joe", "Mathes"], ["Joe", "Matthews"], ["Joe", "Mauer"], ["Joe", "Mays"], ["Joe", "McCabe"], ["Joe", "McCarthy"], ["Joe", "McClain"], ["Joe", "McDonald"], ["Joe", "McEwing"], ["Joe", "McGinnity"], ["Joe", "McGuckin"], ["Joe", "McIntosh"], ["Joe", "McManus"], ["Joe", "Medwick"], ["Joe", "Mellana"], ["Joe", "Miller"], ["Joe", "Millette"], ["Joe", "Moeller"], ["Joe", "Moffet"], ["Joe", "Moock"], ["Joe", "Morgan"], ["Joe", "Mowry"], ["Joe", "Muich"], ["Joe", "Muir"], ["Joe", "Mulligan"], ["Joe", "Mulvey"], ["Joe", "Munson"], ["Joe", "Murphy"], ["Joe", "Murray"], ["Joe", "Nathan"], ["Joe", "Neale"], ["Joe", "Nealon"], ["Joe", "Nelson"], ["Joe", "Niekro"], ["Joe", "Nolan"], ["Joe", "Nossek"], ["Joe", "Nuxhall"], ["Joe", "O'Rourke"], ["Joe", "Oeschger"], ["Joe", "Ogrodowski"], ["Joe", "Ohl"], ["Joe", "Oliver"], ["Joe", "Orengo"], ["Joe", "Orrell"], ["Joe", "Orsulak"], ["Joe", "Ortiz"], ["Joe", "Ostrowski"], ["Joe", "Otten"], ["Joe", "Pactwa"], ["Joe", "Page"], ["Joe", "Palmisano"], ["Joe", "Panik"], ["Joe", "Pate"], ["Joe", "Paterson"], ["Joe", "Peitz"], ["Joe", "Pepitone"], ["Joe", "Pettini"], ["Joe", "Pignatano"], ["Joe", "Pittman"], ["Joe", "Poetz"], ["Joe", "Presko"], ["Joe", "Price"], ["Joe", "Quest"], ["Joe", "Quinn"], ["Joe", "Rabbitt"], ["Joe", "Randa"], ["Joe", "Redfield"], ["Joe", "Regan"], ["Joe", "Rickert"], ["Joe", "Riggert"], ["Joe", "Roa"], ["Joe", "Rogalski"], ["Joe", "Ross"], ["Joe", "Rosselli"], ["Joe", "Rossi"], ["Joe", "Rudi"], ["Joe", "Rullo"], ["Joe", "Sambito"], ["Joe", "Samuels"], ["Joe", "Sargent"], ["Joe", "Saunders"], ["Joe", "Savery"], ["Joe", "Schaffernoth"], ["Joe", "Schepner"], ["Joe", "Schultz"], ["Joe", "Sewell"], ["Joe", "Shannon"], ["Joe", "Shaute"], ["Joe", "Sherman"], ["Joe", "Shipley"], ["Joe", "Siddall"], ["Joe", "Simmons"], ["Joe", "Simpson"], ["Joe", "Skalski"], ["Joe", "Slusarski"], ["Joe", "Smaza"], ["Joe", "Smith"], ["Joe", "Sommer"], ["Joe", "Sparma"], ["Joe", "Sprinz"], ["Joe", "Stabell"], ["Joe", "Stanka"], ["Joe", "Stanley"], ["Joe", "Start"], ["Joe", "Staton"], ["Joe", "Stephenson"], ["Joe", "Stewart"], ["Joe", "Strain"], ["Joe", "Straub"], ["Joe", "Strauss"], ["Joe", "Stripp"], ["Joe", "Strong"], ["Joe", "Sugden"], ["Joe", "Sullivan"], ["Joe", "Szekely"], ["Joe", "Taylor"], ["Joe", "Tepsic"], ["Joe", "Thatcher"], ["Joe", "Thurston"], ["Joe", "Tinker"], ["Joe", "Tipton"], ["Joe", "Torre"], ["Joe", "Trimble"], ["Joe", "Valentine"], ["Joe", "Vance"], ["Joe", "Verbanic"], ["Joe", "Vernon"], ["Joe", "Visner"], ["Joe", "Vitelli"], ["Joe", "Vitiello"], ["Joe", "Vitko"], ["Joe", "Vosmik"], ["Joe", "Wagner"], ["Joe", "Wall"], ["Joe", "Wallis"], ["Joe", "Walsh"], ["Joe", "Ward"], ["Joe", "Weber"], ["Joe", "Weiss"], ["Joe", "Werrick"], ["Joe", "Wieland"], ["Joe", "Wilhoit"], ["Joe", "Willis"], ["Joe", "Winkelsas"], ["Joe", "Woerlin"], ["Joe", "Wood"], ["Joe", "Wright"], ["Joe", "Wyatt"], ["Joe", "Yeager"], ["Joe", "Yingling"], ["Joe", "Zapustas"], ["Joe", "Zdeb"], ["Joel", "Adamson"], ["Joel", "Bennett"], ["Joel", "Carreno"], ["Joel", "Davis"], ["Joel", "Finch"], ["Joel", "Guzman"], ["Joel", "Hanrahan"], ["Joel", "Hunt"], ["Joel", "Johnston"], ["Joel", "McKeon"], ["Joel", "Newkirk"], ["Joel", "Peralta"], ["Joel", "Pineiro"], ["Joel", "Skinner"], ["Joel", "Youngblood"], ["Joel", "Zumaya"], ["Joey", "Amalfitano"], ["Joey", "Butler"], ["Joey", "Cora"], ["Joey", "Dawley"], ["Joey", "Devine"], ["Joey", "Eischen"], ["Joey", "Gallo"], ["Joey", "Gathright"], ["Joey", "Hamilton"], ["Joey", "Jay"], ["Joey", "Long"], ["Joey", "McLaughlin"], ["Joey", "Meyer"], ["Joey", "Nation"], ["Joey", "Terdoslavich"], ["Joey", "Votto"], ["Johan", "Santana"], ["John", "Abadie"], ["John", "Ake"], ["John", "Allen"], ["John", "Anderson"], ["John", "Andre"], ["John", "Andrews"], ["John", "Antonelli"], ["John", "Atz"], ["John", "Axford"], ["John", "Baker"], ["John", "Balaz"], ["John", "Bale"], ["John", "Barfield"], ["John", "Barnes"], ["John", "Barrett"], ["John", "Barthold"], ["John", "Bass"], ["John", "Bateman"], ["John", "Bates"], ["John", "Baumgartner"], ["John", "Bergh"], ["John", "Bickerton"], ["John", "Bischoff"], ["John", "Black"], ["John", "Boccabella"], ["John", "Bogart"], ["John", "Bohnet"], ["John", "Boles"], ["John", "Boozer"], ["John", "Bottarini"], ["John", "Bowker"], ["John", "Brackenridge"], ["John", "Braun"], ["John", "Briggs"], ["John", "Briscoe"], ["John", "Brock"], ["John", "Brown"], ["John", "Buck"], ["John", "Buckley"], ["John", "Burke"], ["John", "Burkett"], ["John", "Burns"], ["John", "Burrows"], ["John", "Butcher"], ["John", "Butler"], ["John", "Buzhardt"], ["John", "Cahill"], ["John", "Callahan"], ["John", "Campbell"], ["John", "Candelaria"], ["John", "Caneira"], ["John", "Cangelosi"], ["John", "Carbine"], ["John", "Carden"], ["John", "Cassidy"], ["John", "Castino"], ["John", "Castle"], ["John", "Cattanach"], ["John", "Cavanaugh"], ["John", "Cerutti"], ["John", "Chapman"], ["John", "Christensen"], ["John", "Churry"], ["John", "Clapp"], ["John", "Clarkson"], ["John", "Coleman"], ["John", "Connor"], ["John", "Corcoran"], ["John", "Cornely"], ["John", "Corriden"], ["John", "Costello"], ["John", "Courtright"], ["John", "Crowley"], ["John", "Cuff"], ["John", "Cullen"], ["John", "Cumberland"], ["John", "Cummings"], ["John", "Curran"], ["John", "Curtis"], ["John", "D'Acquisto"], ["John", "Dagenhard"], ["John", "Dailey"], ["John", "Daley"], ["John", "Danks"], ["John", "Davis"], ["John", "Day"], ["John", "DeMerit"], ["John", "DeSilva"], ["John", "Deasley"], ["John", "Deering"], ["John", "Denny"], ["John", "Dettmer"], ["John", "Dillon"], ["John", "Dobb"], ["John", "Dobbs"], ["John", "Dodge"], ["John", "Doherty"], ["John", "Dolan"], ["John", "Donahue"], ["John", "Donaldson"], ["John", "Dopson"], ["John", "Doran"], ["John", "Douglas"], ["John", "Dowd"], ["John", "Doyle"], ["John", "Dudra"], ["John", "Duffie"], ["John", "Dwyer"], ["John", "Dyler"], ["John", "Easton"], ["John", "Edelman"], ["John", "Ellis"], ["John", "Ely"], ["John", "Ennis"], ["John", "Ericks"], ["John", "Eubank"], ["John", "Ewing"], ["John", "Farrell"], ["John", "Farrow"], ["John", "Felske"], ["John", "Fick"], ["John", "Firth"], ["John", "Fischer"], ["John", "Fishel"], ["John", "Fitzgerald"], ["John", "Flaherty"], ["John", "Flannery"], ["John", "Flavin"], ["John", "Flinn"], ["John", "Fluhrer"], ["John", "Flynn"], ["John", "Fogarty"], ["John", "Foley"], ["John", "Foster"], ["John", "Fox"], ["John", "Franco"], ["John", "Frascatore"], ["John", "Freeman"], ["John", "Frill"], ["John", "Fulgham"], ["John", "Fuller"], ["John", "Gabler"], ["John", "Gaddy"], ["John", "Gaffney"], ["John", "Gall"], ["John", "Gallagher"], ["John", "Galligan"], ["John", "Galvin"], ["John", "Gamble"], ["John", "Ganzel"], ["John", "Gast"], ["John", "Gaub"], ["John", "Gelnar"], ["John", "Gibbons"], ["John", "Gilbert"], ["John", "Gillespie"], ["John", "Gilroy"], ["John", "Glaiser"], ["John", "Glenn"], ["John", "Gochnaur"], ["John", "Godar"], ["John", "Godwin"], ["John", "Goetz"], ["John", "Goodell"], ["John", "Grabow"], ["John", "Grady"], ["John", "Graff"], ["John", "Greason"], ["John", "Greenig"], ["John", "Grim"], ["John", "Grimes"], ["John", "Habyan"], ["John", "Hairston"], ["John", "Halama"], ["John", "Haldeman"], ["John", "Hale"], ["John", "Hall"], ["John", "Halla"], ["John", "Hamill"], ["John", "Hanna"], ["John", "Happenny"], ["John", "Harkins"], ["John", "Harrell"], ["John", "Harris"], ["John", "Hart"], ["John", "Hatfield"], ["John", "Hattig"], ["John", "Hayes"], ["John", "Henry"], ["John", "Herrnstein"], ["John", "Hester"], ["John", "Hibbard"], ["John", "Hicks"], ["John", "Hiland"], ["John", "Hiller"], ["John", "Hinton"], ["John", "Hobbs"], ["John", "Hoffman"], ["John", "Hofford"], ["John", "Holdzkom"], ["John", "Hollison"], ["John", "Hoover"], ["John", "Hope"], ["John", "Houseman"], ["John", "Hudek"], ["John", "Hummel"], ["John", "Humphries"], ["John", "Irwin"], ["John", "Jackson"], ["John", "Jaha"], ["John", "Jaso"], ["John", "Jenkins"], ["John", "Johnstone"], ["John", "Jones"], ["John", "Kalahan"], ["John", "Kane"], ["John", "Karst"], ["John", "Keefe"], ["John", "Kelleher"], ["John", "Kelly"], ["John", "Kelty"], ["John", "Kennedy"], ["John", "Kenney"], ["John", "Kerins"], ["John", "Kerr"], ["John", "Kiely"], ["John", "Kiley"], ["John", "Kirby"], ["John", "Knight"], ["John", "Knox"], ["John", "Koronka"], ["John", "Kroner"], ["John", "Kruk"], ["John", "Kull"], ["John", "LaRose"], ["John", "Lackey"], ["John", "Lamb"], ["John", "Lannan"], ["John", "LeRoy"], ["John", "Leary"], ["John", "Leighton"], ["John", "Leister"], ["John", "Leovich"], ["John", "Lickert"], ["John", "Lindsey"], ["John", "Littlefield"], ["John", "Lovett"], ["John", "Lowenstein"], ["John", "Lowry"], ["John", "Lyston"], ["John", "Mabry"], ["John", "Mackinson"], ["John", "Magner"], ["John", "Maine"], ["John", "Malarkey"], ["John", "Maloney"], ["John", "Mansell"], ["John", "Martin"], ["John", "Martina"], ["John", "Marzano"], ["John", "Matias"], ["John", "Mayberry"], ["John", "McCarty"], ["John", "McCloskey"], ["John", "McDonald"], ["John", "McGillen"], ["John", "McGlone"], ["John", "McGraw"], ["John", "McGuinness"], ["John", "McHale"], ["John", "McKelvey"], ["John", "McLaren"], ["John", "McMakin"], ["John", "McMullin"], ["John", "McNamara"], ["John", "McPherson"], ["John", "Meister"], ["John", "Mercer"], ["John", "Merritt"], ["John", "Michaels"], ["John", "Michaelson"], ["John", "Middleton"], ["John", "Mihalic"], ["John", "Miller"], ["John", "Milligan"], ["John", "Milner"], ["John", "Misse"], ["John", "Mitchell"], ["John", "Mizerock"], ["John", "Mohardt"], ["John", "Monroe"], ["John", "Montague"], ["John", "Montefusco"], ["John", "Morlan"], ["John", "Morrill"], ["John", "Morris"], ["John", "Morrissey"], ["John", "Moses"], ["John", "Mullen"], ["John", "Mulligan"], ["John", "Munce"], ["John", "Munyan"], ["John", "Murphy"], ["John", "Nelson"], ["John", "Newell"], ["John", "Noriega"], ["John", "O'Brien"], ["John", "O'Connell"], ["John", "O'Donnell"], ["John", "O'Donoghue"], ["John", "O'Neil"], ["John", "O'Neill"], ["John", "O'Rourke"], ["John", "Oldham"], ["John", "Olerud"], ["John", "Orsino"], ["John", "Orton"], ["John", "Pacella"], ["John", "Paciorek"], ["John", "Papa"], ["John", "Pappalau"], ["John", "Parrish"], ["John", "Patterson"], ["John", "Pawlowski"], ["John", "Peltz"], ["John", "Perkovich"], ["John", "Peters"], ["John", "Pickett"], ["John", "Poff"], ["John", "Poloni"], ["John", "Pomorski"], ["John", "Potts"], ["John", "Powers"], ["John", "Pregenzer"], ["John", "Puhl"], ["John", "Purdin"], ["John", "Pyecha"], ["John", "Quinn"], ["John", "Rabb"], ["John", "Radcliff"], ["John", "Rainey"], ["John", "Raleigh"], ["John", "Ramos"], ["John", "Raynor"], ["John", "Reccius"], ["John", "Reilly"], ["John", "Rheinecker"], ["John", "Richmond"], ["John", "Richter"], ["John", "Ricks"], ["John", "Riddle"], ["John", "Riedling"], ["John", "Roach"], ["John", "Rocker"], ["John", "Rodriguez"], ["John", "Romano"], ["John", "Romonosky"], ["John", "Roper"], ["John", "Roseboro"], ["John", "Roskos"], ["John", "Rudderham"], ["John", "Russ"], ["John", "Russell"], ["John", "Ryan"], ["John", "Sanders"], ["John", "Schappert"], ["John", "Scheneberg"], ["John", "Schultz"], ["John", "Schulze"], ["John", "Scott"], ["John", "Sevcik"], ["John", "Shaffer"], ["John", "Shea"], ["John", "Shearon"], ["John", "Shelby"], ["John", "Sheppard"], ["John", "Shetzline"], ["John", "Shoup"], ["John", "Shovlin"], ["John", "Simmons"], ["John", "Singleton"], ["John", "Sipin"], ["John", "Skopec"], ["John", "Slagle"], ["John", "Slappey"], ["John", "Smiley"], ["John", "Smith"], ["John", "Smoltz"], ["John", "Sneed"], ["John", "Snyder"], ["John", "Sowders"], ["John", "Stafford"], ["John", "Stearns"], ["John", "Stedronsky"], ["John", "Stefero"], ["John", "Stephens"], ["John", "Stephenson"], ["John", "Stone"], ["John", "Stoneham"], ["John", "Strike"], ["John", "Strohmayer"], ["John", "Stuper"], ["John", "Sullivan"], ["John", "Sutton"], ["John", "Taber"], ["John", "Taff"], ["John", "Tamargo"], ["John", "Tener"], ["John", "Terry"], ["John", "Thomson"], ["John", "Thornton"], ["John", "Tilley"], ["John", "Titus"], ["John", "Traffley"], ["John", "Trautwein"], ["John", "Tsitouris"], ["John", "Tudor"], ["John", "Upham"], ["John", "Urrea"], ["John", "Valentin"], ["John", "Valentine"], ["John", "Van Benschoten"], ["John", "Vander Wal"], ["John", "Vann"], ["John", "Verhoeven"], ["John", "Vukovich"], ["John", "Walsh"], ["John", "Waltz"], ["John", "Ward"], ["John", "Wasdin"], ["John", "Wathan"], ["John", "Webb"], ["John", "Weekly"], ["John", "Wehner"], ["John", "Wells"], ["John", "Wetteland"], ["John", "Weyhing"], ["John", "Whitehead"], ["John", "Wilson"], ["John", "Wockenfuss"], ["John", "Wojcik"], ["John", "Wood"], ["John", "Woods"], ["John", "Wyatt"], ["John", "Young"], ["John Henry", "Johnson"], ["John-Ford", "Griffin"], ["Johnnie", "Chambers"], ["Johnnie", "Heving"], ["Johnnie", "LeMaster"], ["Johnnie", "Seale"], ["Johnnie", "Tyler"], ["Johnnie", "Williams"], ["Johnnie", "Wittig"], ["Johnny", "Abrego"], ["Johnny", "Allen"], ["Johnny", "Antonelli"], ["Johnny", "Babich"], ["Johnny", "Barrett"], ["Johnny", "Bassler"], ["Johnny", "Bates"], ["Johnny", "Beall"], ["Johnny", "Beazley"], ["Johnny", "Bench"], ["Johnny", "Berardino"], ["Johnny", "Berger"], ["Johnny", "Bero"], ["Johnny", "Blanchard"], ["Johnny", "Blatnik"], ["Johnny", "Broaca"], ["Johnny", "Bucha"], ["Johnny", "Burnett"], ["Johnny", "Butler"], ["Johnny", "Callison"], ["Johnny", "Cooney"], ["Johnny", "Couch"], ["Johnny", "Cueto"], ["Johnny", "Damon"], ["Johnny", "Dickshot"], ["Johnny", "Echols"], ["Johnny", "Edwards"], ["Johnny", "Enzmann"], ["Johnny", "Estrada"], ["Johnny", "Evers"], ["Johnny", "Frederick"], ["Johnny", "Gee"], ["Johnny", "Gerlach"], ["Johnny", "Giavotella"], ["Johnny", "Gill"], ["Johnny", "Gooch"], ["Johnny", "Gorsica"], ["Johnny", "Goryl"], ["Johnny", "Grabowski"], ["Johnny", "Gray"], ["Johnny", "Grodzicki"], ["Johnny", "Groth"], ["Johnny", "Grubb"], ["Johnny", "Guzman"], ["Johnny", "Hellweg"], ["Johnny", "Hetki"], ["Johnny", "Hodapp"], ["Johnny", "Hopp"], ["Johnny", "Hudson"], ["Johnny", "Humphries"], ["Johnny", "Hutchings"], ["Johnny", "James"], ["Johnny", "Jeter"], ["Johnny", "Johnson"], ["Johnny", "Johnston"], ["Johnny", "Jones"], ["Johnny", "Keane"], ["Johnny", "Kling"], ["Johnny", "Klippstein"], ["Johnny", "Kucab"], ["Johnny", "Kucks"], ["Johnny", "Lanning"], ["Johnny", "Lavin"], ["Johnny", "Lazor"], ["Johnny", "Lewis"], ["Johnny", "Lindell"], ["Johnny", "Lipon"], ["Johnny", "Logan"], ["Johnny", "Lucadello"], ["Johnny", "Lucas"], ["Johnny", "Lush"], ["Johnny", "Mann"], ["Johnny", "Marcum"], ["Johnny", "McCarthy"], ["Johnny", "Meador"], ["Johnny", "Miljus"], ["Johnny", "Mitchell"], ["Johnny", "Mize"], ["Johnny", "Mokan"], ["Johnny", "Monell"], ["Johnny", "Moore"], ["Johnny", "Morrison"], ["Johnny", "Mostil"], ["Johnny", "Murphy"], ["Johnny", "Neun"], ["Johnny", "Niggeling"], ["Johnny", "O'Brien"], ["Johnny", "O'Connor"], ["Johnny", "Oates"], ["Johnny", "Ostrowski"], ["Johnny", "Oulliber"], ["Johnny", "Paredes"], ["Johnny", "Pasek"], ["Johnny", "Peacock"], ["Johnny", "Pesky"], ["Johnny", "Podgajny"], ["Johnny", "Podres"], ["Johnny", "Pramesa"], ["Johnny", "Priest"], ["Johnny", "Rawlings"], ["Johnny", "Ray"], ["Johnny", "Reder"], ["Johnny", "Riddle"], ["Johnny", "Rigney"], ["Johnny", "Rizzo"], ["Johnny", "Rucker"], ["Johnny", "Ruffin"], ["Johnny", "Rutherford"], ["Johnny", "Ryan"], ["Johnny", "Sain"], ["Johnny", "Scalzi"], ["Johnny", "Schaive"], ["Johnny", "Schmitz"], ["Johnny", "Schulte"], ["Johnny", "Siegle"], ["Johnny", "Stuart"], ["Johnny", "Sturm"], ["Johnny", "Temple"], ["Johnny", "Tillman"], ["Johnny", "Van Cuyk"], ["Johnny", "Vander Meer"], ["Johnny", "Vergez"], ["Johnny", "Walker"], ["Johnny", "Watson"], ["Johnny", "Watwood"], ["Johnny", "Welaj"], ["Johnny", "Welch"], ["Johnny", "Werhas"], ["Johnny", "Wertz"], ["Johnny", "Wyrostek"], ["Johnson", "Fry"], ["Jolbert", "Cabrera"], ["Jon", "Adkins"], ["Jon", "Coutlangus"], ["Jon", "Edwards"], ["Jon", "Garland"], ["Jon", "Gray"], ["Jon", "Huber"], ["Jon", "Jay"], ["Jon", "Knott"], ["Jon", "Leicester"], ["Jon", "Lester"], ["Jon", "Lieber"], ["Jon", "Link"], ["Jon", "Matlack"], ["Jon", "Meloan"], ["Jon", "Morrison"], ["Jon", "Moscot"], ["Jon", "Nunnally"], ["Jon", "Perlman"], ["Jon", "Ratliff"], ["Jon", "Rauch"], ["Jon", "Shave"], ["Jon", "Singleton"], ["Jon", "Switzer"], ["Jon", "Warden"], ["Jon", "Zuber"], ["Jonah", "Bayliss"], ["Jonah", "Goldman"], ["Jonathan", "Albaladejo"], ["Jonathan", "Aro"], ["Jonathan", "Broxton"], ["Jonathan", "Diaz"], ["Jonathan", "Herrera"], ["Jonathan", "Hurst"], ["Jonathan", "Johnson"], ["Jonathan", "Lucroy"], ["Jonathan", "Papelbon"], ["Jonathan", "Pettibone"], ["Jonathan", "Sanchez"], ["Jonathan", "Schoop"], ["Jonathan", "Van Every"], ["Jonathan", "Villar"], ["Jonathon", "Niese"], ["Jonny", "Gomes"], ["Jonny", "Venters"], ["Jophery", "Brown"], ["Jordan", "Brown"], ["Jordan", "Danks"], ["Jordan", "De Jong"], ["Jordan", "Lyles"], ["Jordan", "Norberto"], ["Jordan", "Pacheco"], ["Jordan", "Schafer"], ["Jordan", "Smith"], ["Jordan", "Tata"], ["Jordan", "Walden"], ["Jordan", "Zimmerman"], ["Jordan", "Zimmermann"], ["Jordany", "Valdespin"], ["Jordy", "Mercer"], ["Jorge", "Brito"], ["Jorge", "Campillo"], ["Jorge", "Cantu"], ["Jorge", "Comellas"], ["Jorge", "De La Rosa"], ["Jorge", "De Leon"], ["Jorge", "De Paula"], ["Jorge", "Fabregas"], ["Jorge", "Julio"], ["Jorge", "Lopez"], ["Jorge", "Orta"], ["Jorge", "Padilla"], ["Jorge", "Pedre"], ["Jorge", "Piedra"], ["Jorge", "Polanco"], ["Jorge", "Posada"], ["Jorge", "Rondon"], ["Jorge", "Roque"], ["Jorge", "Rubio"], ["Jorge", "Soler"], ["Jorge", "Sosa"], ["Jorge", "Toca"], ["Jorge", "Vasquez"], ["Jorge", "Velandia"], ["Jose", "Abreu"], ["Jose", "Acevedo"], ["Jose", "Acosta"], ["Jose", "Alberro"], ["Jose", "Altuve"], ["Jose", "Alvarez"], ["Jose", "Arcia"], ["Jose", "Arredondo"], ["Jose", "Ascanio"], ["Jose", "Baez"], ["Jose", "Barrios"], ["Jose", "Bautista"], ["Jose", "Cabrera"], ["Jose", "Cano"], ["Jose", "Canseco"], ["Jose", "Capellan"], ["Jose", "Cardenal"], ["Jose", "Castillo"], ["Jose", "Cecena"], ["Jose", "Ceda"], ["Jose", "Cisnero"], ["Jose", "Constanza"], ["Jose", "Contreras"], ["Jose", "Cruz"], ["Jose", "De La Torre"], ["Jose", "De Paula"], ["Jose", "DeLeon"], ["Jose", "Diaz"], ["Jose", "Dominguez"], ["Jose", "Escobar"], ["Jose", "Fernandez"], ["Jose", "Flores"], ["Jose", "Garcia"], ["Jose", "Gonzalez"], ["Jose", "Guillen"], ["Jose", "Guzman"], ["Jose", "Hernandez"], ["Jose", "Herrera"], ["Jose", "Iglesias"], ["Jose", "Jimenez"], ["Jose", "Leon"], ["Jose", "Lima"], ["Jose", "Lind"], ["Jose", "Lobaton"], ["Jose", "Lopez"], ["Jose", "Macias"], ["Jose", "Malave"], ["Jose", "Martinez"], ["Jose", "Melendez"], ["Jose", "Mendez"], ["Jose", "Mercedes"], ["Jose", "Mesa"], ["Jose", "Mijares"], ["Jose", "Molina"], ["Jose", "Morales"], ["Jose", "Morban"], ["Jose", "Moreno"], ["Jose", "Mota"], ["Jose", "Munoz"], ["Jose", "Nieves"], ["Jose", "Nunez"], ["Jose", "Offerman"], ["Jose", "Oliva"], ["Jose", "Oquendo"], ["Jose", "Ortega"], ["Jose", "Ortiz"], ["Jose", "Pagan"], ["Jose", "Paniagua"], ["Jose", "Parra"], ["Jose", "Pena"], ["Jose", "Peraza"], ["Jose", "Pirela"], ["Jose", "Quintana"], ["Jose", "Ramirez"], ["Jose", "Reyes"], ["Jose", "Rijo"], ["Jose", "Rodriguez"], ["Jose", "Roman"], ["Jose", "Rosado"], ["Jose", "Santiago"], ["Jose", "Segura"], ["Jose", "Silva"], ["Jose", "Sosa"], ["Jose", "Tabata"], ["Jose", "Tartabull"], ["Jose", "Tolentino"], ["Jose", "Urena"], ["Jose", "Uribe"], ["Jose", "Valdez"], ["Jose", "Valdivielso"], ["Jose", "Valentin"], ["Jose", "Valverde"], ["Jose", "Veras"], ["Jose", "Vidal"], ["Jose", "Vidro"], ["Jose", "Vizcaino"], ["Jose", "Zardon"], ["Jose", "de Jesus"], ["Joseph", "Burns"], ["Joseph", "Herr"], ["Joseph", "Myers"], ["Joseph", "Quinn"], ["Joseph", "Wiley"], ["Josh", "Anderson"], ["Josh", "Banks"], ["Josh", "Bard"], ["Josh", "Barfield"], ["Josh", "Beckett"], ["Josh", "Bell"], ["Josh", "Billings"], ["Josh", "Booty"], ["Josh", "Bunce"], ["Josh", "Butler"], ["Josh", "Clarke"], ["Josh", "Collmenter"], ["Josh", "Devore"], ["Josh", "Donaldson"], ["Josh", "Edgin"], ["Josh", "Fields"], ["Josh", "Fogg"], ["Josh", "Geer"], ["Josh", "Gibson"], ["Josh", "Hall"], ["Josh", "Hamilton"], ["Josh", "Hancock"], ["Josh", "Harrison"], ["Josh", "Johnson"], ["Josh", "Judy"], ["Josh", "Kinney"], ["Josh", "Kroeger"], ["Josh", "Labandeira"], ["Josh", "Lindblom"], ["Josh", "Lueke"], ["Josh", "Newman"], ["Josh", "Osich"], ["Josh", "Outman"], ["Josh", "Paul"], ["Josh", "Pearce"], ["Josh", "Phegley"], ["Josh", "Phelps"], ["Josh", "Prince"], ["Josh", "Rabe"], ["Josh", "Ravin"], ["Josh", "Reddick"], ["Josh", "Reilly"], ["Josh", "Rodriguez"], ["Josh", "Roenicke"], ["Josh", "Rupe"], ["Josh", "Rutledge"], ["Josh", "Satin"], ["Josh", "Sharpless"], ["Josh", "Smith"], ["Josh", "Snyder"], ["Josh", "Spence"], ["Josh", "Stewart"], ["Josh", "Stinson"], ["Josh", "Swindell"], ["Josh", "Thole"], ["Josh", "Tomlin"], ["Josh", "Towers"], ["Josh", "Vitters"], ["Josh", "Wall"], ["Josh", "Whitesell"], ["Josh", "Willingham"], ["Josh", "Wilson"], ["Josh", "Zeid"], ["Josias", "Manzanillo"], ["Josmil", "Pinto"], ["Jot", "Goar"], ["Jouett", "Meekin"], ["Juan", "Abreu"], ["Juan", "Acevedo"], ["Juan", "Agosto"], ["Juan", "Alvarez"], ["Juan", "Bell"], ["Juan", "Beniquez"], ["Juan", "Berenguer"], ["Juan", "Bernhardt"], ["Juan", "Bonilla"], ["Juan", "Brito"], ["Juan", "Castillo"], ["Juan", "Castro"], ["Juan", "Centeno"], ["Juan", "Cerros"], ["Juan", "Cruz"], ["Juan", "Delis"], ["Juan", "Diaz"], ["Juan", "Dominguez"], ["Juan", "Eichelberger"], ["Juan", "Encarnacion"], ["Juan", "Espino"], ["Juan", "Francisco"], ["Juan", "Gonzalez"], ["Juan", "Guerrero"], ["Juan", "Guzman"], ["Juan", "Jaime"], ["Juan", "Jimenez"], ["Juan", "Lagares"], ["Juan", "Lara"], ["Juan", "Marichal"], ["Juan", "Mateo"], ["Juan", "Melo"], ["Juan", "Miranda"], ["Juan", "Moreno"], ["Juan", "Morillo"], ["Juan", "Nicasio"], ["Juan", "Nieves"], ["Juan", "Padilla"], ["Juan", "Pena"], ["Juan", "Perez"], ["Juan", "Pierre"], ["Juan", "Pizarro"], ["Juan", "Rincon"], ["Juan", "Rios"], ["Juan", "Rivera"], ["Juan", "Salas"], ["Juan", "Samuel"], ["Juan", "Sosa"], ["Juan", "Uribe"], ["Juan Carlos", "Oviedo"], ["Jud", "Birchall"], ["Jud", "Daley"], ["Jud", "McLaughlin"], ["Jud", "Smith"], ["Jud", "Wilson"], ["Judge", "Fuchs"], ["Judge", "McCredie"], ["Judge", "Nagle"], ["Judy", "Johnson"], ["Jug", "Thesenga"], ["Jul", "Kustus"], ["Jule", "Mallonee"], ["Julian", "Javier"], ["Julian", "Tavarez"], ["Julie", "Freeman"], ["Julie", "Wera"], ["Julio", "Becquer"], ["Julio", "Bonetti"], ["Julio", "Borbon"], ["Julio", "Cruz"], ["Julio", "DePaula"], ["Julio", "Franco"], ["Julio", "Gonzalez"], ["Julio", "Gotay"], ["Julio", "Lugo"], ["Julio", "Machado"], ["Julio", "Manon"], ["Julio", "Mateo"], ["Julio", "Moreno"], ["Julio", "Mosquera"], ["Julio", "Navarro"], ["Julio", "Peguero"], ["Julio", "Ramirez"], ["Julio", "Santana"], ["Julio", "Solano"], ["Julio", "Teheran"], ["Julio", "Valdez"], ["Julio", "Valera"], ["Julio", "Zuleta"], ["Julius", "Matos"], ["Julius", "Willigrod"], ["Jumbo", "Brown"], ["Jumbo", "Davis"], ["Jumbo", "Diaz"], ["Jumbo", "Elliott"], ["Jumbo", "Harting"], ["Jumbo", "Latham"], ["Jumbo", "McGinnis"], ["Jumbo", "Schoeneck"], ["June", "Greene"], ["Jung", "Bong"], ["Jung Ho", "Kang"], ["Junichi", "Tazawa"], ["Junie", "Barnes"], ["Junior", "Felix"], ["Junior", "Guerra"], ["Junior", "Herndon"], ["Junior", "Kennedy"], ["Junior", "Lake"], ["Junior", "Moore"], ["Junior", "Noboa"], ["Junior", "Ortiz"], ["Junior", "Spivey"], ["Junior", "Walsh"], ["Junior", "Wooten"], ["Jurickson", "Profar"], ["Justin", "Atchley"], ["Justin", "Baughman"], ["Justin", "Berg"], ["Justin", "Bour"], ["Justin", "Brunette"], ["Justin", "Christian"], ["Justin", "De Fratus"], ["Justin", "Duchscherer"], ["Justin", "Freeman"], ["Justin", "Germano"], ["Justin", "Grimm"], ["Justin", "Hampson"], ["Justin", "Huber"], ["Justin", "Huisman"], ["Justin", "James"], ["Justin", "Kaye"], ["Justin", "Knoedler"], ["Justin", "Lehr"], ["Justin", "Leone"], ["Justin", "Marks"], ["Justin", "Masterson"], ["Justin", "Maxwell"], ["Justin", "Miller"], ["Justin", "Morneau"], ["Justin", "Nicolino"], ["Justin", "Ruggiano"], ["Justin", "Sellers"], ["Justin", "Smoak"], ["Justin", "Speier"], ["Justin", "Stein"], ["Justin", "Thomas"], ["Justin", "Thompson"], ["Justin", "Turner"], ["Justin", "Upton"], ["Justin", "Verlander"], ["Justin", "Wayne"], ["Justin", "Wilson"], ["Kaiser", "Wilhelm"], ["Kal", "Daniels"], ["Kal", "Segrist"], ["Kaleb", "Cowart"], ["Kam", "Mickolio"], ["Kameron", "Loe"], ["Kane", "Davis"], ["Kanekoa", "Texeira"], ["Karim", "Garcia"], ["Karl", "Adams"], ["Karl", "Best"], ["Karl", "Drews"], ["Karl", "Kolseth"], ["Karl", "Kuehl"], ["Karl", "Meister"], ["Karl", "Olson"], ["Karl", "Pagel"], ["Karl", "Schnell"], ["Karl", "Spongberg"], ["Karl", "Spooner"], ["Karl", "Swanson"], ["Kason", "Gabbard"], ["Katsy", "Keifer"], ["Kazuhiro", "Sasaki"], ["Kazuhisa", "Ishii"], ["Kazuhito", "Tadano"], ["Kazuo", "Fukumori"], ["Kazuo", "Matsui"], ["Keefe", "Cato"], ["Kei", "Igawa"], ["Keiichi", "Yabu"], ["Keith", "Atherton"], ["Keith", "Brown"], ["Keith", "Butler"], ["Keith", "Comstock"], ["Keith", "Creel"], ["Keith", "Drumright"], ["Keith", "Foulke"], ["Keith", "Garagozzo"], ["Keith", "Ginter"], ["Keith", "Glauber"], ["Keith", "Gordon"], ["Keith", "Hernandez"], ["Keith", "Hessler"], ["Keith", "Hughes"], ["Keith", "Johns"], ["Keith", "Johnson"], ["Keith", "Kessinger"], ["Keith", "Lampard"], ["Keith", "Lockhart"], ["Keith", "Luuloa"], ["Keith", "MacWhorter"], ["Keith", "Marshall"], ["Keith", "McDonald"], ["Keith", "Miller"], ["Keith", "Mitchell"], ["Keith", "Moreland"], ["Keith", "Osik"], ["Keith", "Reed"], ["Keith", "Shepherd"], ["Keith", "Smith"], ["Keith", "Williams"], ["Kelby", "Tomlinson"], ["Kelly", "Downs"], ["Kelly", "Dransfeldt"], ["Kelly", "Gruber"], ["Kelly", "Heath"], ["Kelly", "Johnson"], ["Kelly", "Mann"], ["Kelly", "Paris"], ["Kelly", "Shoppach"], ["Kelly", "Stinnett"], ["Kelly", "Wunsch"], ["Kelvim", "Escobar"], ["Kelvin", "Chapman"], ["Kelvin", "Herrera"], ["Kelvin", "Jimenez"], ["Kelvin", "Moore"], ["Kelvin", "Torve"], ["Kemp", "Wicker"], ["Ken", "Ash"], ["Ken", "Aspromonte"], ["Ken", "Berry"], ["Ken", "Boswell"], ["Ken", "Boyer"], ["Ken", "Brett"], ["Ken", "Brondell"], ["Ken", "Burkhart"], ["Ken", "Caminiti"], ["Ken", "Chase"], ["Ken", "Clay"], ["Ken", "Cloude"], ["Ken", "Crawford"], ["Ken", "Crosby"], ["Ken", "Dayley"], ["Ken", "Dixon"], ["Ken", "Dowell"], ["Ken", "Edenfield"], ["Ken", "Forsch"], ["Ken", "Frailing"], ["Ken", "Gables"], ["Ken", "Gerhart"], ["Ken", "Giles"], ["Ken", "Griffey"], ["Ken", "Grundt"], ["Ken", "Hamlin"], ["Ken", "Harrelson"], ["Ken", "Harvey"], ["Ken", "Heintzelman"], ["Ken", "Henderson"], ["Ken", "Hill"], ["Ken", "Holcombe"], ["Ken", "Holloway"], ["Ken", "Holtzman"], ["Ken", "Hottman"], ["Ken", "Howell"], ["Ken", "Hubbs"], ["Ken", "Huckaby"], ["Ken", "Hunt"], ["Ken", "Jackson"], ["Ken", "Johnson"], ["Ken", "Jones"], ["Ken", "Jungels"], ["Ken", "Keltner"], ["Ken", "Kravec"], ["Ken", "Landenberger"], ["Ken", "Landreaux"], ["Ken", "Lehman"], ["Ken", "MacKenzie"], ["Ken", "Macha"], ["Ken", "McBride"], ["Ken", "McMullen"], ["Ken", "Nash"], ["Ken", "O'Dea"], ["Ken", "Oberkfell"], ["Ken", "Pape"], ["Ken", "Patterson"], ["Ken", "Penner"], ["Ken", "Phelps"], ["Ken", "Polivka"], ["Ken", "Poulsen"], ["Ken", "Raffensberger"], ["Ken", "Ramos"], ["Ken", "Ray"], ["Ken", "Reitz"], ["Ken", "Retzer"], ["Ken", "Reynolds"], ["Ken", "Richardson"], ["Ken", "Robinson"], ["Ken", "Rowe"], ["Ken", "Rudolph"], ["Ken", "Ryan"], ["Ken", "Sanders"], ["Ken", "Schrom"], ["Ken", "Sears"], ["Ken", "Silvestri"], ["Ken", "Singleton"], ["Ken", "Smith"], ["Ken", "Suarez"], ["Ken", "Szotkiewicz"], ["Ken", "Takahashi"], ["Ken", "Tatum"], ["Ken", "Trinkle"], ["Ken", "Turner"], ["Ken", "Vining"], ["Ken", "Walters"], ["Ken", "Weafer"], ["Ken", "Williams"], ["Ken", "Wood"], ["Ken", "Wright"], ["Kendall", "Graveman"], ["Kendry", "Flores"], ["Kendrys", "Morales"], ["Kenesaw", "Landis"], ["Kenji", "Johjima"], ["Kenley", "Jansen"], ["Kennie", "Steenstra"], ["Kenny", "Greer"], ["Kenny", "Hogan"], ["Kenny", "Kelly"], ["Kenny", "Kuhn"], ["Kenny", "Lofton"], ["Kenny", "Roberts"], ["Kenny", "Rogers"], ["Kennys", "Vargas"], ["Kenshin", "Kawakami"], ["Kensuke", "Tanaka"], ["Kent", "Anderson"], ["Kent", "Bottenfield"], ["Kent", "Greenfield"], ["Kent", "Hadley"], ["Kent", "Hrbek"], ["Kent", "Mercker"], ["Kent", "Peterson"], ["Kent", "Tekulve"], ["Keon", "Broxton"], ["Keone", "Kela"], ["Kerby", "Farrell"], ["Kermit", "Wahl"], ["Kerry", "Dineen"], ["Kerry", "Lacy"], ["Kerry", "Ligtenberg"], ["Kerry", "Robinson"], ["Kerry", "Taylor"], ["Kerry", "Wood"], ["Kerry", "Woodson"], ["Kerwin", "Moore"], ["Ketel", "Marte"], ["Kettle", "Wirts"], ["Kevin", "Appier"], ["Kevin", "Baez"], ["Kevin", "Barker"], ["Kevin", "Barry"], ["Kevin", "Bass"], ["Kevin", "Batiste"], ["Kevin", "Bearse"], ["Kevin", "Beirne"], ["Kevin", "Belcher"], ["Kevin", "Bell"], ["Kevin", "Blankenship"], ["Kevin", "Brown"], ["Kevin", "Buckley"], ["Kevin", "Cameron"], ["Kevin", "Campbell"], ["Kevin", "Cash"], ["Kevin", "Chapman"], ["Kevin", "Coffman"], ["Kevin", "Collins"], ["Kevin", "Correia"], ["Kevin", "Elster"], ["Kevin", "Flora"], ["Kevin", "Foster"], ["Kevin", "Frandsen"], ["Kevin", "Frederick"], ["Kevin", "Gausman"], ["Kevin", "Gregg"], ["Kevin", "Gross"], ["Kevin", "Gryboski"], ["Kevin", "Hagen"], ["Kevin", "Hart"], ["Kevin", "Hickey"], ["Kevin", "Higgins"], ["Kevin", "Hodges"], ["Kevin", "Hooper"], ["Kevin", "Jarvis"], ["Kevin", "Jepsen"], ["Kevin", "Jordan"], ["Kevin", "Joseph"], ["Kevin", "Kennedy"], ["Kevin", "Kiermaier"], ["Kevin", "King"], ["Kevin", "Kobel"], ["Kevin", "Koslofski"], ["Kevin", "Kouzmanoff"], ["Kevin", "Lomon"], ["Kevin", "Maas"], ["Kevin", "Mahar"], ["Kevin", "Mattison"], ["Kevin", "McGehee"], ["Kevin", "McGlinchy"], ["Kevin", "McReynolds"], ["Kevin", "Melillo"], ["Kevin", "Mench"], ["Kevin", "Millar"], ["Kevin", "Millwood"], ["Kevin", "Mitchell"], ["Kevin", "Mmahat"], ["Kevin", "Morgan"], ["Kevin", "Morton"], ["Kevin", "Mulvey"], ["Kevin", "Nicholson"], ["Kevin", "Ohme"], ["Kevin", "Olsen"], ["Kevin", "Orie"], ["Kevin", "Pasley"], ["Kevin", "Pickford"], ["Kevin", "Pillar"], ["Kevin", "Plawecki"], ["Kevin", "Polcovich"], ["Kevin", "Quackenbush"], ["Kevin", "Reese"], ["Kevin", "Reimer"], ["Kevin", "Rhomberg"], ["Kevin", "Richardson"], ["Kevin", "Ritz"], ["Kevin", "Roberson"], ["Kevin", "Rogers"], ["Kevin", "Romine"], ["Kevin", "Russo"], ["Kevin", "Saucier"], ["Kevin", "Sefcik"], ["Kevin", "Seitzer"], ["Kevin", "Siegrist"], ["Kevin", "Slowey"], ["Kevin", "Stanfield"], ["Kevin", "Stocker"], ["Kevin", "Tapani"], ["Kevin", "Thompson"], ["Kevin", "Tolar"], ["Kevin", "Walker"], ["Kevin", "Ward"], ["Kevin", "Whelan"], ["Kevin", "Wickander"], ["Kevin", "Witt"], ["Kevin", "Youkilis"], ["Kevin", "Young"], ["Kewpie", "Pennington"], ["Keyvius", "Sampson"], ["Khalil", "Greene"], ["Khris", "Davis"], ["Kick", "Kelly"], ["Kid", "Baldwin"], ["Kid", "Butler"], ["Kid", "Camp"], ["Kid", "Carsey"], ["Kid", "Durbin"], ["Kid", "Elberfeld"], ["Kid", "Gleason"], ["Kid", "Madden"], ["Kid", "McLaughlin"], ["Kid", "Mohler"], ["Kid", "Nance"], ["Kid", "Nichols"], ["Kid", "O'Hara"], ["Kid", "Speer"], ["Kid", "Summers"], ["Kid", "Willson"], ["Kiddo", "Davis"], ["Kiki", "Cuyler"], ["Kiko", "Calero"], ["Kiko", "Garcia"], ["Kila", "Ka'aihue"], ["Kim", "Allen"], ["Kim", "Andrew"], ["Kim", "Batiste"], ["Kim", "Seaman"], ["Kimera", "Bartee"], ["King", "Bader"], ["King", "Bailey"], ["King", "Brady"], ["King", "Cole"], ["King", "Kelly"], ["King", "Lear"], ["Kip", "Gross"], ["Kip", "Selbach"], ["Kip", "Wells"], ["Kip", "Young"], ["Kirby", "Higbe"], ["Kirby", "Puckett"], ["Kirby", "White"], ["Kirby", "Yates"], ["Kirk", "Bullinger"], ["Kirk", "Dressendorfer"], ["Kirk", "Gibson"], ["Kirk", "McCaskill"], ["Kirk", "Nieuwenhuis"], ["Kirk", "Rueter"], ["Kirk", "Saarloos"], ["Kirt", "Manwaring"], ["Kirt", "Ojala"], ["Kirtley", "Baker"], ["Kit", "Carson"], ["Kit", "McKenna"], ["Kit", "Pellow"], ["Kite", "Thomas"], ["Kitty", "Bransfield"], ["Kitty", "Brashear"], ["Klondike", "Douglass"], ["Klondike", "Smith"], ["Kohly", "Miller"], ["Koji", "Uehara"], ["Kole", "Calhoun"], ["Kolten", "Wong"], ["Konrad", "Schmidt"], ["Kory", "Casto"], ["Kory", "DeHaan"], ["Kosuke", "Fukudome"], ["Koyie", "Hill"], ["Kris", "Benson"], ["Kris", "Bryant"], ["Kris", "Foster"], ["Kris", "Johnson"], ["Kris", "Keller"], ["Kris", "Medlen"], ["Kris", "Wilson"], ["Kristopher", "Negron"], ["Kurt", "Abbott"], ["Kurt", "Ainsworth"], ["Kurt", "Bevacqua"], ["Kurt", "Birkins"], ["Kurt", "Kepshire"], ["Kurt", "Knudsen"], ["Kurt", "Krieger"], ["Kurt", "Miller"], ["Kurt", "Seibert"], ["Kurt", "Stillwell"], ["Kurt", "Suzuki"], ["Kyle", "Abbott"], ["Kyle", "Barraclough"], ["Kyle", "Blanks"], ["Kyle", "Crockett"], ["Kyle", "Davies"], ["Kyle", "Denney"], ["Kyle", "Drabek"], ["Kyle", "Farnsworth"], ["Kyle", "Gibson"], ["Kyle", "Hendricks"], ["Kyle", "Hudson"], ["Kyle", "Kendrick"], ["Kyle", "Kubitza"], ["Kyle", "Lobstein"], ["Kyle", "Lohse"], ["Kyle", "McClellan"], ["Kyle", "McPherson"], ["Kyle", "Parker"], ["Kyle", "Peterson"], ["Kyle", "Phillips"], ["Kyle", "Ryan"], ["Kyle", "Schwarber"], ["Kyle", "Seager"], ["Kyle", "Skipworth"], ["Kyle", "Snyder"], ["Kyle", "Waldrop"], ["Kyle", "Weiland"], ["Kyuji", "Fujikawa"], ["L. J.", "Hoes"], ["La Schelle", "Tarver"], ["LaMarr", "Hoyt"], ["LaRue", "Kirby"], ["LaRue", "Washington"], ["LaTroy", "Hawkins"], ["LaVel", "Freeman"], ["Laddie", "Renfroe"], ["Lady", "Baldwin"], ["Lafayette", "Currence"], ["Lafayette", "Henion"], ["Lamar", "Johnson"], ["Lance", "Berkman"], ["Lance", "Blankenship"], ["Lance", "Broadway"], ["Lance", "Carter"], ["Lance", "Clemons"], ["Lance", "Cormier"], ["Lance", "Davis"], ["Lance", "Dickson"], ["Lance", "Johnson"], ["Lance", "Lynn"], ["Lance", "McCullers"], ["Lance", "Niekro"], ["Lance", "Painter"], ["Lance", "Parrish"], ["Lance", "Pendleton"], ["Lance", "Rautzhan"], ["Lance", "Richbourg"], ["Lance", "Zawadzki"], ["Landon", "Powell"], ["Lane", "Adams"], ["Lariel", "Gonzalez"], ["Larry", "Andersen"], ["Larry", "Anderson"], ["Larry", "Arndt"], ["Larry", "Barnes"], ["Larry", "Battam"], ["Larry", "Bearnarth"], ["Larry", "Benton"], ["Larry", "Bettencourt"], ["Larry", "Bigbie"], ["Larry", "Biittner"], ["Larry", "Boerner"], ["Larry", "Bowa"], ["Larry", "Bradford"], ["Larry", "Brown"], ["Larry", "Burchart"], ["Larry", "Burright"], ["Larry", "Carter"], ["Larry", "Casian"], ["Larry", "Chappell"], ["Larry", "Cheney"], ["Larry", "Christenson"], ["Larry", "Ciaffone"], ["Larry", "Colton"], ["Larry", "Corcoran"], ["Larry", "Cox"], ["Larry", "Crawford"], ["Larry", "Demery"], ["Larry", "Dierker"], ["Larry", "Doby"], ["Larry", "Douglas"], ["Larry", "Doyle"], ["Larry", "Drake"], ["Larry", "Duff"], ["Larry", "Elliot"], ["Larry", "Eschen"], ["Larry", "Foss"], ["Larry", "Foster"], ["Larry", "French"], ["Larry", "Fritz"], ["Larry", "Gardner"], ["Larry", "Gilbert"], ["Larry", "Gonzales"], ["Larry", "Gowell"], ["Larry", "Gura"], ["Larry", "Haney"], ["Larry", "Hardy"], ["Larry", "Harlow"], ["Larry", "Herndon"], ["Larry", "Hesterfer"], ["Larry", "Hisle"], ["Larry", "Hoffman"], ["Larry", "Howard"], ["Larry", "Jackson"], ["Larry", "Jacobus"], ["Larry", "Jansen"], ["Larry", "Jaster"], ["Larry", "Johnson"], ["Larry", "Kopf"], ["Larry", "Landreth"], ["Larry", "Lintz"], ["Larry", "Littleton"], ["Larry", "Loughlin"], ["Larry", "Luebbers"], ["Larry", "MacPhail"], ["Larry", "Maxie"], ["Larry", "McCall"], ["Larry", "McClure"], ["Larry", "McKeon"], ["Larry", "McLean"], ["Larry", "McWilliams"], ["Larry", "Miggins"], ["Larry", "Milbourne"], ["Larry", "Miller"], ["Larry", "Milton"], ["Larry", "Mitchell"], ["Larry", "Monroe"], ["Larry", "Murphy"], ["Larry", "Murray"], ["Larry", "Owen"], ["Larry", "Pape"], ["Larry", "Parrish"], ["Larry", "Pashnick"], ["Larry", "Pezold"], ["Larry", "Pratt"], ["Larry", "Raines"], ["Larry", "Ray"], ["Larry", "Ressler"], ["Larry", "Rosenthal"], ["Larry", "Rothschild"], ["Larry", "Schlafly"], ["Larry", "See"], ["Larry", "Sheets"], ["Larry", "Shepard"], ["Larry", "Sherry"], ["Larry", "Stahl"], ["Larry", "Strands"], ["Larry", "Sutton"], ["Larry", "Thomas"], ["Larry", "Twitchell"], ["Larry", "Walker"], ["Larry", "Whisenton"], ["Larry", "White"], ["Larry", "Wolfe"], ["Larry", "Woodall"], ["Larry", "Yellen"], ["Larry", "Yount"], ["Lars", "Anderson"], ["Larvell", "Blanks"], ["Lary", "Sorensen"], ["Lastings", "Milledge"], ["Laurie", "Reis"], ["Laurin", "Pepper"], ["Lave", "Cross"], ["Lave", "Winham"], ["Law", "Daniels"], ["Lawrence", "Farley"], ["Laynce", "Nix"], ["LeGrant", "Scott"], ["Lee", "Bales"], ["Lee", "Dashner"], ["Lee", "DeMontreville"], ["Lee", "Dressen"], ["Lee", "Dunham"], ["Lee", "Elia"], ["Lee", "Fohl"], ["Lee", "Gamble"], ["Lee", "Gardner"], ["Lee", "Gooch"], ["Lee", "Graham"], ["Lee", "Gregory"], ["Lee", "Griffeth"], ["Lee", "Grissom"], ["Lee", "Gronkiewicz"], ["Lee", "Guetterman"], ["Lee", "Hancock"], ["Lee", "Handley"], ["Lee", "Howard"], ["Lee", "King"], ["Lee", "Lacy"], ["Lee", "MacPhail"], ["Lee", "Magee"], ["Lee", "May"], ["Lee", "Maye"], ["Lee", "Mazzilli"], ["Lee", "McElwee"], ["Lee", "Meadows"], ["Lee", "Meyer"], ["Lee", "Pfund"], ["Lee", "Quillin"], ["Lee", "Richard"], ["Lee", "Richmond"], ["Lee", "Riley"], ["Lee", "Rogers"], ["Lee", "Smith"], ["Lee", "Stange"], ["Lee", "Stevens"], ["Lee", "Stine"], ["Lee", "Tannehill"], ["Lee", "Tate"], ["Lee", "Thomas"], ["Lee", "Thompson"], ["Lee", "Tinsley"], ["Lee", "Tunnell"], ["Lee", "Viau"], ["Lee", "Walls"], ["Lee", "Wheat"], ["Leech", "Maskrey"], ["Lefty", "Atkinson"], ["Lefty", "Bertrand"], ["Lefty", "Clarke"], ["Lefty", "Davis"], ["Lefty", "George"], ["Lefty", "Gervais"], ["Lefty", "Gomez"], ["Lefty", "Grove"], ["Lefty", "Guise"], ["Lefty", "Hayden"], ["Lefty", "Herring"], ["Lefty", "Hoerst"], ["Lefty", "Hopper"], ["Lefty", "Houtz"], ["Lefty", "Jamerson"], ["Lefty", "James"], ["Lefty", "Johnson"], ["Lefty", "Leifield"], ["Lefty", "Lorenzen"], ["Lefty", "Marr"], ["Lefty", "Mills"], ["Lefty", "O'Doul"], ["Lefty", "Phillips"], ["Lefty", "Russell"], ["Lefty", "Schegg"], ["Lefty", "Scott"], ["Lefty", "Sloat"], ["Lefty", "Smoll"], ["Lefty", "Stewart"], ["Lefty", "Sullivan"], ["Lefty", "Taber"], ["Lefty", "Thomas"], ["Lefty", "Tyler"], ["Lefty", "Wallace"], ["Lefty", "Webb"], ["Lefty", "Weinert"], ["Lefty", "West"], ["Lefty", "Wilkie"], ["Lefty", "Williams"], ["Lefty", "Willis"], ["Lefty", "Wolf"], ["Lefty", "York"], ["Lem", "Cross"], ["Lem", "Hunter"], ["Lemmie", "Miller"], ["Len", "Barker"], ["Len", "Boehmer"], ["Len", "Church"], ["Len", "Dondero"], ["Len", "Gabrielson"], ["Len", "Gilmore"], ["Len", "Koenecke"], ["Len", "Lovett"], ["Len", "Madden"], ["Len", "Matarazzo"], ["Len", "Matuszek"], ["Len", "Okrie"], ["Len", "Perme"], ["Len", "Rice"], ["Len", "Schulte"], ["Len", "Sowders"], ["Len", "Stockwell"], ["Len", "Swormstedt"], ["Len", "Whitehouse"], ["Len", "Yochim"], ["Lena", "Blackburne"], ["Lena", "Styles"], ["Lendy", "Castillo"], ["Lenn", "Sakata"], ["Lennie", "Merullo"], ["Lenny", "DiNardo"], ["Lenny", "Dykstra"], ["Lenny", "Faedo"], ["Lenny", "Green"], ["Lenny", "Harris"], ["Lenny", "Metz"], ["Lenny", "Randle"], ["Lenny", "Webster"], ["Leo", "Burke"], ["Leo", "Callahan"], ["Leo", "Cardenas"], ["Leo", "Cristante"], ["Leo", "Dickerman"], ["Leo", "Dixon"], ["Leo", "Durocher"], ["Leo", "Estrella"], ["Leo", "Fishel"], ["Leo", "Foster"], ["Leo", "Garcia"], ["Leo", "Gomez"], ["Leo", "Hafford"], ["Leo", "Hernandez"], ["Leo", "Kavanagh"], ["Leo", "Kiely"], ["Leo", "Mangum"], ["Leo", "Marentette"], ["Leo", "Moon"], ["Leo", "Murphy"], ["Leo", "Norris"], ["Leo", "Posada"], ["Leo", "Rosales"], ["Leo", "Smith"], ["Leo", "Sutherland"], ["Leo", "Tankersley"], ["Leo", "Taylor"], ["Leo", "Thomas"], ["Leo", "Townsend"], ["Leo", "Wells"], ["Leon", "Brinkopf"], ["Leon", "Brown"], ["Leon", "Cadore"], ["Leon", "Carlson"], ["Leon", "Chagnon"], ["Leon", "Culberson"], ["Leon", "Day"], ["Leon", "Durham"], ["Leon", "Everitt"], ["Leon", "Hooten"], ["Leon", "McFadden"], ["Leon", "Pettit"], ["Leon", "Roberts"], ["Leon", "Wagner"], ["Leon", "Williams"], ["Leonel", "Campos"], ["Leonidas", "Lee"], ["Leonys", "Martin"], ["Lep", "Long"], ["Leron", "Lee"], ["Leroy", "Herrmann"], ["Leroy", "Reams"], ["Leroy", "Stanton"], ["Lerrin", "LaGrow"], ["Lerton", "Pinto"], ["Les", "Backman"], ["Les", "Barnhart"], ["Les", "Bartholomew"], ["Les", "Bell"], ["Les", "Burke"], ["Les", "Cain"], ["Les", "Channell"], ["Les", "Cox"], ["Les", "Fleming"], ["Les", "Fusselman"], ["Les", "German"], ["Les", "Hennessy"], ["Les", "Howe"], ["Les", "Lancaster"], ["Les", "Layton"], ["Les", "Mallon"], ["Les", "Mann"], ["Les", "McCrabb"], ["Les", "Moss"], ["Les", "Mueller"], ["Les", "Munns"], ["Les", "Norman"], ["Les", "Nunamaker"], ["Les", "Peden"], ["Les", "Powers"], ["Les", "Rock"], ["Les", "Rohr"], ["Les", "Scarsella"], ["Les", "Straker"], ["Les", "Sweetland"], ["Les", "Tietje"], ["Les", "Walrond"], ["Les", "Webber"], ["Les", "Willis"], ["Les", "Wilson"], ["Leslie", "Brea"], ["Lester", "Dole"], ["Lester", "Oliveros"], ["Leury", "Garcia"], ["Lev", "Shreve"], ["Levale", "Speigner"], ["Levi", "Meyerle"], ["Levin", "Jones"], ["Lew", "Beasley"], ["Lew", "Brockett"], ["Lew", "Brown"], ["Lew", "Burdette"], ["Lew", "Camp"], ["Lew", "Carl"], ["Lew", "Carpenter"], ["Lew", "Carr"], ["Lew", "Drill"], ["Lew", "Flick"], ["Lew", "Fonseca"], ["Lew", "Ford"], ["Lew", "Groh"], ["Lew", "Krausse"], ["Lew", "Malone"], ["Lew", "McCarty"], ["Lew", "Moren"], ["Lew", "Post"], ["Lew", "Richie"], ["Lew", "Riggs"], ["Lew", "Ritter"], ["Lew", "Simmons"], ["Lew", "Wendell"], ["Lew", "Whistler"], ["Lewis", "Smith"], ["Leyson", "Septimo"], ["Liam", "Hendriks"], ["Libe", "Washburn"], ["Lil", "Stoner"], ["Limb", "McKenry"], ["Lin", "Storti"], ["Linc", "Blakely"], ["Lindsay", "Brown"], ["Lindsay", "Deal"], ["Lindy", "McDaniel"], ["Link", "Wasem"], ["Lino", "Donoso"], ["Lino", "Urdaneta"], ["Lip", "Pike"], ["Lisalverto", "Bonilla"], ["Liu", "Rodriguez"], ["Livan", "Hernandez"], ["Live Oak", "Taylor"], ["Liz", "Funk"], ["Lloyd", "Allen"], ["Lloyd", "Bishop"], ["Lloyd", "Brown"], ["Lloyd", "Christenbury"], ["Lloyd", "Hittle"], ["Lloyd", "Johnson"], ["Lloyd", "McClendon"], ["Lloyd", "Merriman"], ["Lloyd", "Merritt"], ["Lloyd", "Moseby"], ["Lloyd", "Russell"], ["Lloyd", "Waner"], ["Logan", "Darnell"], ["Logan", "Drake"], ["Logan", "Easley"], ["Logan", "Forsythe"], ["Logan", "Kensing"], ["Logan", "Morrison"], ["Logan", "Ondrusek"], ["Logan", "Schafer"], ["Logan", "Verrett"], ["Logan", "Watkins"], ["Lon", "Goldstein"], ["Lon", "Knight"], ["Lon", "Ury"], ["Lon", "Warneke"], ["Lonnie", "Chisenhall"], ["Lonnie", "Maclin"], ["Lonnie", "Smith"], ["Lonny", "Frey"], ["Loren", "Babe"], ["Loren", "Bain"], ["Lorenzo", "Barcelo"], ["Lorenzo", "Cain"], ["Lorenzo", "Gray"], ["Lou", "Bauer"], ["Lou", "Berberet"], ["Lou", "Bevil"], ["Lou", "Bierbauer"], ["Lou", "Boudreau"], ["Lou", "Brissie"], ["Lou", "Brock"], ["Lou", "Bruce"], ["Lou", "Camilli"], ["Lou", "Castro"], ["Lou", "Chiozza"], ["Lou", "Ciola"], ["Lou", "Clinton"], ["Lou", "Collier"], ["Lou", "Criger"], ["Lou", "Fette"], ["Lou", "Fiene"], ["Lou", "Finney"], ["Lou", "Frazier"], ["Lou", "Galvin"], ["Lou", "Garland"], ["Lou", "Gehrig"], ["Lou", "Gertenrich"], ["Lou", "Grasmick"], ["Lou", "Guisto"], ["Lou", "Hardie"], ["Lou", "Jackson"], ["Lou", "Johnson"], ["Lou", "Klein"], ["Lou", "Klimchock"], ["Lou", "Knerr"], ["Lou", "Koupal"], ["Lou", "Kretlow"], ["Lou", "Legett"], ["Lou", "Limmer"], ["Lou", "Lombardo"], ["Lou", "Lowdermilk"], ["Lou", "Lucier"], ["Lou", "Mahaffey"], ["Lou", "Manske"], ["Lou", "Marone"], ["Lou", "Marson"], ["Lou", "McEvoy"], ["Lou", "Merloni"], ["Lou", "Meyers"], ["Lou", "Nagelsen"], ["Lou", "Nordyke"], ["Lou", "North"], ["Lou", "Novikoff"], ["Lou", "Paul"], ["Lou", "Phelan"], ["Lou", "Piniella"], ["Lou", "Polchow"], ["Lou", "Polli"], ["Lou", "Possehl"], ["Lou", "Pote"], ["Lou", "Raymond"], ["Lou", "Rochelli"], ["Lou", "Rosenberg"], ["Lou", "Say"], ["Lou", "Schettler"], ["Lou", "Schiappacasse"], ["Lou", "Scoffic"], ["Lou", "Skizas"], ["Lou", "Sleater"], ["Lou", "Stringer"], ["Lou", "Sylvester"], ["Lou", "Thornton"], ["Lou", "Thuman"], ["Lou", "Tost"], ["Lou", "Vedder"], ["Lou", "Whitaker"], ["Louie", "Heilbroner"], ["Louie", "Meadows"], ["Louis", "Brower"], ["Louis", "Coleman"], ["Louis", "Drucke"], ["Louis", "Graff"], ["Louis", "LeRoy"], ["Louis", "Pelouze"], ["Louis", "Santop"], ["Lowell", "Palmer"], ["Loy", "Hanning"], ["Loyd", "Christopher"], ["Loyd", "Colson"], ["Lu", "Blue"], ["Lucas", "Duda"], ["Lucas", "Harrell"], ["Lucas", "Luetge"], ["Lucas", "May"], ["Lucas", "Turk"], ["Lucky", "Wright"], ["Luis", "Aguayo"], ["Luis", "Alcaraz"], ["Luis", "Alicea"], ["Luis", "Aloma"], ["Luis", "Alvarado"], ["Luis", "Andujar"], ["Luis", "Aparicio"], ["Luis", "Aponte"], ["Luis", "Aquino"], ["Luis", "Arroyo"], ["Luis", "Atilano"], ["Luis", "Avilan"], ["Luis", "Ayala"], ["Luis", "Castillo"], ["Luis", "Cruz"], ["Luis", "DeLeon"], ["Luis", "Durango"], ["Luis", "Encarnacion"], ["Luis", "Exposito"], ["Luis", "Figueroa"], ["Luis", "Garcia"], ["Luis", "Gomez"], ["Luis", "Gonzalez"], ["Luis", "Hernandez"], ["Luis", "Jimenez"], ["Luis", "Leal"], ["Luis", "Lopez"], ["Luis", "Marquez"], ["Luis", "Marte"], ["Luis", "Martinez"], ["Luis", "Matos"], ["Luis", "Maza"], ["Luis", "Medina"], ["Luis", "Melendez"], ["Luis", "Mendoza"], ["Luis", "Mercedes"], ["Luis", "Montanez"], ["Luis", "Olmo"], ["Luis", "Ordaz"], ["Luis", "Ortiz"], ["Luis", "Peraza"], ["Luis", "Perdomo"], ["Luis", "Perez"], ["Luis", "Pineda"], ["Luis", "Polonia"], ["Luis", "Pujols"], ["Luis", "Quinones"], ["Luis", "Quintana"], ["Luis", "Rivas"], ["Luis", "Rivera"], ["Luis", "Rodriguez"], ["Luis", "Rosado"], ["Luis", "Salazar"], ["Luis", "Sanchez"], ["Luis", "Sardinas"], ["Luis", "Saturria"], ["Luis", "Severino"], ["Luis", "Silverio"], ["Luis", "Sojo"], ["Luis", "Suarez"], ["Luis", "Terrero"], ["Luis", "Tiant"], ["Luis", "Ugueto"], ["Luis", "Valbuena"], ["Luis", "Vizcaino"], ["Luis", "de los Santos"], ["Luke", "Allen"], ["Luke", "Appling"], ["Luke", "Boone"], ["Luke", "Carlin"], ["Luke", "Easter"], ["Luke", "French"], ["Luke", "Glavenich"], ["Luke", "Gregerson"], ["Luke", "Hamlin"], ["Luke", "Hochevar"], ["Luke", "Hudson"], ["Luke", "Hughes"], ["Luke", "Jackson"], ["Luke", "Lutenberg"], ["Luke", "Maile"], ["Luke", "Montz"], ["Luke", "Nelson"], ["Luke", "Prokopec"], ["Luke", "Putkonen"], ["Luke", "Scott"], ["Luke", "Sewell"], ["Luke", "Stuart"], ["Luke", "Urban"], ["Luke", "Walker"], ["Lum", "Davenport"], ["Lum", "Harris"], ["Lute", "Barnes"], ["Luther", "Bonin"], ["Luther", "Hackman"], ["Luther", "Harvel"], ["Luther", "Roy"], ["Lyle", "Bigbee"], ["Lyle", "Judy"], ["Lyle", "Luttrell"], ["Lyle", "Mouton"], ["Lyle", "Overbay"], ["Lyman", "Bostock"], ["Lyman", "Drake"], ["Lyman", "Lamb"], ["Lyman", "Linde"], ["Lyn", "Lary"], ["Lynn", "Brenton"], ["Lynn", "Jones"], ["Lynn", "King"], ["Lynn", "Lovenguth"], ["Lynn", "McGlothen"], ["Lynn", "Myers"], ["Lynn", "Nelson"], ["Mac", "MacArthur"], ["Mac", "Scarce"], ["Mac", "Suzuki"], ["Mac", "Williamson"], ["Macay", "McBride"], ["Mace", "Brown"], ["Mack", "Allison"], ["Mack", "Burk"], ["Mack", "Hillis"], ["Mack", "Jones"], ["Mack", "Stewart"], ["Mack", "Wheat"], ["Mackey", "Sasser"], ["Madison", "Bumgarner"], ["Magglio", "Ordonez"], ["Mahlon", "Higbee"], ["Maicer", "Izturis"], ["Maikel", "Cleto"], ["Maikel", "Franco"], ["Mal", "Eason"], ["Mal", "Mallette"], ["Mal", "Moss"], ["Malachi", "Kittridge"], ["Malcolm", "MacDonald"], ["Mandy", "Brooks"], ["Mandy", "Romero"], ["Manny", "Acosta"], ["Manny", "Acta"], ["Manny", "Alexander"], ["Manny", "Aybar"], ["Manny", "Banuelos"], ["Manny", "Castillo"], ["Manny", "Corpas"], ["Manny", "Delcarmen"], ["Manny", "Hernandez"], ["Manny", "Jimenez"], ["Manny", "Machado"], ["Manny", "Martinez"], ["Manny", "Montejo"], ["Manny", "Mota"], ["Manny", "Muniz"], ["Manny", "Parra"], ["Manny", "Pina"], ["Manny", "Ramirez"], ["Manny", "Salvo"], ["Manny", "Sanguillen"], ["Manny", "Sarmiento"], ["Manny", "Seoane"], ["Manny", "Trillo"], ["Manuel", "Barrios"], ["Manuel", "Cueto"], ["Manuel", "Lee"], ["Marc", "Campbell"], ["Marc", "Hall"], ["Marc", "Hill"], ["Marc", "Krauss"], ["Marc", "Kroon"], ["Marc", "Newfield"], ["Marc", "Pisciotta"], ["Marc", "Ronan"], ["Marc", "Rzepczynski"], ["Marc", "Sagmoen"], ["Marc", "Sullivan"], ["Marc", "Valdes"], ["Marc", "Wilkins"], ["Marcel", "Lachemann"], ["Marcelino", "Lopez"], ["Marcelino", "Solis"], ["Marcell", "Ozuna"], ["Marco", "Estrada"], ["Marco", "Gonzales"], ["Marco", "Scutaro"], ["Marcos", "Armas"], ["Marcos", "Carvajal"], ["Marcos", "Mateo"], ["Marcus", "Giles"], ["Marcus", "Gwyn"], ["Marcus", "Hatley"], ["Marcus", "Jensen"], ["Marcus", "Jones"], ["Marcus", "Lawton"], ["Marcus", "McBeth"], ["Marcus", "Moore"], ["Marcus", "Semien"], ["Marcus", "Stroman"], ["Marcus", "Thames"], ["Mardie", "Cornejo"], ["Mariano", "Duncan"], ["Mariano", "Rivera"], ["Marino", "Pieretti"], ["Marino", "Salas"], ["Marino", "Santana"], ["Mario", "Diaz"], ["Mario", "Encarnacion"], ["Mario", "Guerrero"], ["Mario", "Hollands"], ["Mario", "Mendoza"], ["Mario", "Picone"], ["Mario", "Ramirez"], ["Mario", "Ramos"], ["Mario", "Soto"], ["Mario", "Valdez"], ["Marion", "Fricano"], ["Marius", "Russo"], ["Mark", "Acre"], ["Mark", "Bailey"], ["Mark", "Baldwin"], ["Mark", "Ballinger"], ["Mark", "Belanger"], ["Mark", "Bellhorn"], ["Mark", "Bomback"], ["Mark", "Bradley"], ["Mark", "Brandenburg"], ["Mark", "Brouhard"], ["Mark", "Brown"], ["Mark", "Brownson"], ["Mark", "Budaska"], ["Mark", "Budzinski"], ["Mark", "Buehrle"], ["Mark", "Calvert"], ["Mark", "Canha"], ["Mark", "Carreon"], ["Mark", "Christman"], ["Mark", "Ciardi"], ["Mark", "Clark"], ["Mark", "Clear"], ["Mark", "Corey"], ["Mark", "Creegan"], ["Mark", "Dalesandro"], ["Mark", "Davidson"], ["Mark", "Davis"], ["Mark", "DeJohn"], ["Mark", "DeRosa"], ["Mark", "Dempsey"], ["Mark", "Dewey"], ["Mark", "DiFelice"], ["Mark", "Eichhorn"], ["Mark", "Ellis"], ["Mark", "Esser"], ["Mark", "Ettles"], ["Mark", "Fidrych"], ["Mark", "Filley"], ["Mark", "Freeman"], ["Mark", "Funderburk"], ["Mark", "Gardner"], ["Mark", "Gilbert"], ["Mark", "Grace"], ["Mark", "Grant"], ["Mark", "Grater"], ["Mark", "Grudzielanek"], ["Mark", "Gubicza"], ["Mark", "Guthrie"], ["Mark", "Hamburger"], ["Mark", "Hamilton"], ["Mark", "Hendrickson"], ["Mark", "Higgins"], ["Mark", "Holzemer"], ["Mark", "Huismann"], ["Mark", "Hutton"], ["Mark", "Johnson"], ["Mark", "Kiefer"], ["Mark", "Kiger"], ["Mark", "Knudson"], ["Mark", "Koenig"], ["Mark", "Kotsay"], ["Mark", "Langston"], ["Mark", "Lee"], ["Mark", "Leiter"], ["Mark", "Lemke"], ["Mark", "Lemongello"], ["Mark", "Leonard"], ["Mark", "Lewis"], ["Mark", "Littell"], ["Mark", "Little"], ["Mark", "Loretta"], ["Mark", "Lowe"], ["Mark", "Lukasiewicz"], ["Mark", "Malaska"], ["Mark", "Mauldin"], ["Mark", "McGrillis"], ["Mark", "McGwire"], ["Mark", "McLemore"], ["Mark", "Melancon"], ["Mark", "Mercer"], ["Mark", "Mulder"], ["Mark", "Parent"], ["Mark", "Petkovsek"], ["Mark", "Polhemus"], ["Mark", "Portugal"], ["Mark", "Prior"], ["Mark", "Quinn"], ["Mark", "Redman"], ["Mark", "Reynolds"], ["Mark", "Rogers"], ["Mark", "Ross"], ["Mark", "Ryal"], ["Mark", "Saccomanno"], ["Mark", "Salas"], ["Mark", "Schaeffer"], ["Mark", "Small"], ["Mark", "Smith"], ["Mark", "Souza"], ["Mark", "Stewart"], ["Mark", "Strittmatter"], ["Mark", "Sweeney"], ["Mark", "Teahen"], ["Mark", "Teixeira"], ["Mark", "Thompson"], ["Mark", "Thurmond"], ["Mark", "Trumbo"], ["Mark", "Wagner"], ["Mark", "Wasinger"], ["Mark", "Watson"], ["Mark", "Whiten"], ["Mark", "Wiley"], ["Mark", "Williams"], ["Mark", "Williamson"], ["Mark", "Wohlers"], ["Mark", "Woodyard"], ["Mark", "Worrell"], ["Marlan", "Coughtry"], ["Marlin", "Stuart"], ["Marlon", "Anderson"], ["Marlon", "Byrd"], ["Marquis", "Grissom"], ["Marr", "Phillips"], ["Marsh", "Williams"], ["Marshall", "Boze"], ["Marshall", "Brant"], ["Marshall", "Bridges"], ["Marshall", "Edwards"], ["Marshall", "King"], ["Marshall", "Locke"], ["Marshall", "McDougall"], ["Marshall", "Quinton"], ["Marshall", "Renfroe"], ["Mart", "McQuaid"], ["Martin", "Dihigo"], ["Martin", "Duke"], ["Martin", "Flaherty"], ["Martin", "Glendon"], ["Martin", "Maldonado"], ["Martin", "Malone"], ["Martin", "Mullen"], ["Martin", "Perez"], ["Martin", "Powell"], ["Martin", "Prado"], ["Marty", "Barrett"], ["Marty", "Becker"], ["Marty", "Bergen"], ["Marty", "Berghammer"], ["Marty", "Brown"], ["Marty", "Bystrom"], ["Marty", "Callaghan"], ["Marty", "Castillo"], ["Marty", "Clary"], ["Marty", "Cordova"], ["Marty", "Decker"], ["Marty", "Griffin"], ["Marty", "Herrmann"], ["Marty", "Hogan"], ["Marty", "Honan"], ["Marty", "Hopkins"], ["Marty", "Janzen"], ["Marty", "Karow"], ["Marty", "Kavanagh"], ["Marty", "Keough"], ["Marty", "Krug"], ["Marty", "Kutyna"], ["Marty", "Lang"], ["Marty", "Malloy"], ["Marty", "Marion"], ["Marty", "Martinez"], ["Marty", "McHale"], ["Marty", "McLeary"], ["Marty", "McManus"], ["Marty", "O'Toole"], ["Marty", "Pattin"], ["Marty", "Perez"], ["Marty", "Pevey"], ["Marty", "Shay"], ["Marty", "Simpson"], ["Marty", "Sullivan"], ["Marty", "Swandell"], ["Marty", "Walker"], ["Marv", "Blaylock"], ["Marv", "Breeding"], ["Marv", "Breuer"], ["Marv", "Felderman"], ["Marv", "Foley"], ["Marv", "Goodwin"], ["Marv", "Grissom"], ["Marv", "Gudat"], ["Marv", "Lane"], ["Marv", "Olson"], ["Marv", "Owen"], ["Marv", "Peasley"], ["Marv", "Rackley"], ["Marv", "Rickert"], ["Marv", "Rotblatt"], ["Marv", "Staehle"], ["Marv", "Throneberry"], ["Marvell", "Wynne"], ["Marvin", "Benard"], ["Marvin", "Freeman"], ["Marvin", "Hawley"], ["Marwin", "Gonzalez"], ["Masahide", "Kobayashi"], ["Masahiro", "Tanaka"], ["Masanori", "Murakami"], ["Masao", "Kida"], ["Masato", "Yoshii"], ["Mase", "Graffen"], ["Mason", "Tobin"], ["Mason", "Williams"], ["Masumi", "Kuwata"], ["Mat", "Gamel"], ["Mat", "Latos"], ["Matias", "Carrillo"], ["Matt", "Adams"], ["Matt", "Albers"], ["Matt", "Alexander"], ["Matt", "Anderson"], ["Matt", "Andriese"], ["Matt", "Angle"], ["Matt", "Antonelli"], ["Matt", "Barnes"], ["Matt", "Batts"], ["Matt", "Beech"], ["Matt", "Belisle"], ["Matt", "Blank"], ["Matt", "Boyd"], ["Matt", "Broderick"], ["Matt", "Cain"], ["Matt", "Capps"], ["Matt", "Carpenter"], ["Matt", "Carson"], ["Matt", "Chico"], ["Matt", "Childers"], ["Matt", "Clark"], ["Matt", "Clement"], ["Matt", "Daley"], ["Matt", "Davidson"], ["Matt", "DeSalvo"], ["Matt", "DeWitt"], ["Matt", "Diaz"], ["Matt", "Dominguez"], ["Matt", "Downs"], ["Matt", "Duff"], ["Matt", "Duffy"], ["Matt", "Dunbar"], ["Matt", "Erickson"], ["Matt", "Ford"], ["Matt", "Fox"], ["Matt", "Franco"], ["Matt", "Galante"], ["Matt", "Garza"], ["Matt", "Ginter"], ["Matt", "Grace"], ["Matt", "Grott"], ["Matt", "Guerrier"], ["Matt", "Hague"], ["Matt", "Harrison"], ["Matt", "Harvey"], ["Matt", "Hensley"], ["Matt", "Herges"], ["Matt", "Holliday"], ["Matt", "Howard"], ["Matt", "Karchner"], ["Matt", "Kata"], ["Matt", "Kemp"], ["Matt", "Keough"], ["Matt", "Kilroy"], ["Matt", "Kinney"], ["Matt", "Kinzer"], ["Matt", "LaPorta"], ["Matt", "Langwell"], ["Matt", "Lawton"], ["Matt", "LeCroy"], ["Matt", "Lindstrom"], ["Matt", "Luke"], ["Matt", "Macri"], ["Matt", "Magill"], ["Matt", "Maloney"], ["Matt", "Mangini"], ["Matt", "Mantei"], ["Matt", "Marksberry"], ["Matt", "Maysey"], ["Matt", "McBride"], ["Matt", "Merullo"], ["Matt", "Mieske"], ["Matt", "Miller"], ["Matt", "Moore"], ["Matt", "Morris"], ["Matt", "Murray"], ["Matt", "Murton"], ["Matt", "Nokes"], ["Matt", "Pagnozzi"], ["Matt", "Palmer"], ["Matt", "Perisho"], ["Matt", "Reynolds"], ["Matt", "Riley"], ["Matt", "Roney"], ["Matt", "Ruebel"], ["Matt", "Shoemaker"], ["Matt", "Sinatro"], ["Matt", "Skrmetta"], ["Matt", "Smith"], ["Matt", "Stairs"], ["Matt", "Stark"], ["Matt", "Stites"], ["Matt", "Szczur"], ["Matt", "Thornton"], ["Matt", "Tolbert"], ["Matt", "Tracy"], ["Matt", "Treanor"], ["Matt", "Tuiasosopo"], ["Matt", "Tupman"], ["Matt", "Turner"], ["Matt", "Wagner"], ["Matt", "Walbeck"], ["Matt", "Watson"], ["Matt", "West"], ["Matt", "Whisenant"], ["Matt", "White"], ["Matt", "Whiteside"], ["Matt", "Wieters"], ["Matt", "Williams"], ["Matt", "Winters"], ["Matt", "Wise"], ["Matt", "Wisler"], ["Matt", "Young"], ["Matt", "Zieser"], ["Matt", "den Dekker"], ["Matthew", "Brown"], ["Matthew", "Cepicky"], ["Matthew", "Joyce"], ["Matthew", "Porter"], ["Matty", "Alou"], ["Matty", "Fitzgerald"], ["Matty", "McIntyre"], ["Maurice", "Archdeacon"], ["Maurice", "Fisher"], ["Maurice", "Van Robays"], ["Mauricio", "Robles"], ["Mauro", "Gomez"], ["Mauro", "Gozzo"], ["Mauro", "Zarate"], ["Maury", "Kent"], ["Maury", "Newlin"], ["Maury", "Pierce"], ["Maury", "Uhler"], ["Maury", "Wills"], ["Max", "Alvis"], ["Max", "Bishop"], ["Max", "Butcher"], ["Max", "Carey"], ["Max", "Fiske"], ["Max", "Flack"], ["Max", "Kepler"], ["Max", "Lanier"], ["Max", "Leon"], ["Max", "Macon"], ["Max", "Marshall"], ["Max", "Muncy"], ["Max", "Ramirez"], ["Max", "Rosenfeld"], ["Max", "Scherzer"], ["Max", "St. Pierre"], ["Max", "Stassi"], ["Max", "Surkont"], ["Max", "Venable"], ["Max", "West"], ["Max", "Wilson"], ["Mayckol", "Guaipe"], ["Mayo", "Smith"], ["Mays", "Copeland"], ["McKay", "Christensen"], ["Medric", "Boucher"], ["Mel", "Almada"], ["Mel", "Behney"], ["Mel", "Bosser"], ["Mel", "Clark"], ["Mel", "Deutsch"], ["Mel", "Hall"], ["Mel", "Harder"], ["Mel", "Held"], ["Mel", "Hoderlein"], ["Mel", "Ingram"], ["Mel", "Kerr"], ["Mel", "Mazzera"], ["Mel", "McGaha"], ["Mel", "Nelson"], ["Mel", "Ott"], ["Mel", "Parnell"], ["Mel", "Preibisch"], ["Mel", "Queen"], ["Mel", "Roach"], ["Mel", "Rojas"], ["Mel", "Simons"], ["Mel", "Stocker"], ["Mel", "Stottlemyre"], ["Mel", "Wright"], ["Melido", "Perez"], ["Melky", "Cabrera"], ["Melky", "Mesa"], ["Mellie", "Wolfgang"], ["Melvin", "Bunch"], ["Melvin", "Dorta"], ["Melvin", "Mercedes"], ["Melvin", "Mora"], ["Melvin", "Nieves"], ["Melvin", "Rosario"], ["Melvin", "Upton"], ["Mem", "Lovett"], ["Memo", "Luna"], ["Mendy", "Lopez"], ["Merito", "Acosta"], ["Merkin", "Valdez"], ["Merl", "Combs"], ["Merle", "Settlemire"], ["Merlin", "Kopp"], ["Merlin", "Nippert"], ["Merritt", "Ranew"], ["Mert", "Hackett"], ["Merv", "Connors"], ["Merv", "Rettenmund"], ["Merv", "Shea"], ["Merwin", "Jacobson"], ["Miah", "Murray"], ["Micah", "Bowie"], ["Micah", "Franklin"], ["Micah", "Hoffpauir"], ["Micah", "Johnson"], ["Micah", "Owings"], ["Michael", "Aubrey"], ["Michael", "Barrett"], ["Michael", "Blazek"], ["Michael", "Bourn"], ["Michael", "Bowden"], ["Michael", "Brantley"], ["Michael", "Campbell"], ["Michael", "Choice"], ["Michael", "Coleman"], ["Michael", "Conforto"], ["Michael", "Crotta"], ["Michael", "Cuddyer"], ["Michael", "Driscoll"], ["Michael", "Feliz"], ["Michael", "Hollimon"], ["Michael", "Jackson"], ["Michael", "Kirkman"], ["Michael", "Kohn"], ["Michael", "Lorenzen"], ["Michael", "Mariot"], ["Michael", "Martinez"], ["Michael", "McDermott"], ["Michael", "McKenry"], ["Michael", "Neu"], ["Michael", "Pineda"], ["Michael", "Reed"], ["Michael", "Restovich"], ["Michael", "Roth"], ["Michael", "Saunders"], ["Michael", "Schwimer"], ["Michael", "Stutes"], ["Michael", "Taylor"], ["Michael", "Tejera"], ["Michael", "Tonkin"], ["Michael", "Tucker"], ["Michael", "Wacha"], ["Michael", "Wuertz"], ["Michael", "Young"], ["Micheal", "Nakamura"], ["Michel", "Hernandez"], ["Mick", "Kelleher"], ["Mickey", "Brantley"], ["Mickey", "Callaway"], ["Mickey", "Cochrane"], ["Mickey", "Corcoran"], ["Mickey", "Devine"], ["Mickey", "Doolin"], ["Mickey", "Grasso"], ["Mickey", "Haefner"], ["Mickey", "Harrington"], ["Mickey", "Harris"], ["Mickey", "Haslin"], ["Mickey", "Hatcher"], ["Mickey", "Heath"], ["Mickey", "Hughes"], ["Mickey", "Keliher"], ["Mickey", "Klutts"], ["Mickey", "Kreitner"], ["Mickey", "Livingston"], ["Mickey", "Lolich"], ["Mickey", "Lopez"], ["Mickey", "Mahler"], ["Mickey", "Mantle"], ["Mickey", "McDermott"], ["Mickey", "McGowan"], ["Mickey", "McGuire"], ["Mickey", "Micelotta"], ["Mickey", "Morandini"], ["Mickey", "O'Neil"], ["Mickey", "Owen"], ["Mickey", "Rivers"], ["Mickey", "Rocco"], ["Mickey", "Rutner"], ["Mickey", "Scott"], ["Mickey", "Stanley"], ["Mickey", "Storey"], ["Mickey", "Tettleton"], ["Mickey", "Vernon"], ["Mickey", "Welch"], ["Mickey", "Weston"], ["Mickey", "Witek"], ["Midre", "Cummings"], ["Migel", "Puente"], ["Miguel", "Almonte"], ["Miguel", "Asencio"], ["Miguel", "Batista"], ["Miguel", "Cabrera"], ["Miguel", "Cairo"], ["Miguel", "Castro"], ["Miguel", "Del Toro"], ["Miguel", "Dilone"], ["Miguel", "Fuentes"], ["Miguel", "Garcia"], ["Miguel", "Gonzalez"], ["Miguel", "Jimenez"], ["Miguel", "Mejia"], ["Miguel", "Montero"], ["Miguel", "Ojeda"], ["Miguel", "Olivo"], ["Miguel", "Perez"], ["Miguel", "Rojas"], ["Miguel", "Sano"], ["Miguel", "Socolovich"], ["Miguel", "Tejada"], ["Mike", "Adams"], ["Mike", "Adamson"], ["Mike", "Aldrete"], ["Mike", "Anderson"], ["Mike", "Andrews"], ["Mike", "Armstrong"], ["Mike", "Aviles"], ["Mike", "Bacsik"], ["Mike", "Balas"], ["Mike", "Balenti"], ["Mike", "Barlow"], ["Mike", "Baxes"], ["Mike", "Baxter"], ["Mike", "Beard"], ["Mike", "Belfiore"], ["Mike", "Bell"], ["Mike", "Benjamin"], ["Mike", "Bertotti"], ["Mike", "Bielecki"], ["Mike", "Birkbeck"], ["Mike", "Bishop"], ["Mike", "Blowers"], ["Mike", "Blyzka"], ["Mike", "Boddicker"], ["Mike", "Bolsinger"], ["Mike", "Bordick"], ["Mike", "Bovee"], ["Mike", "Brannock"], ["Mike", "Brewer"], ["Mike", "Broadway"], ["Mike", "Brown"], ["Mike", "Bruhert"], ["Mike", "Brumley"], ["Mike", "Buddie"], ["Mike", "Budnick"], ["Mike", "Burke"], ["Mike", "Burns"], ["Mike", "Busby"], ["Mike", "Busch"], ["Mike", "Buskey"], ["Mike", "Butcher"], ["Mike", "Bynum"], ["Mike", "Caldwell"], ["Mike", "Cameron"], ["Mike", "Campbell"], ["Mike", "Cantwell"], ["Mike", "Capel"], ["Mike", "Carp"], ["Mike", "Caruso"], ["Mike", "Cather"], ["Mike", "Cervenak"], ["Mike", "Champion"], ["Mike", "Chartak"], ["Mike", "Chris"], ["Mike", "Christopher"], ["Mike", "Clark"], ["Mike", "Colangelo"], ["Mike", "Colbern"], ["Mike", "Compton"], ["Mike", "Cook"], ["Mike", "Coolbaugh"], ["Mike", "Corcoran"], ["Mike", "Corkins"], ["Mike", "Cosgrove"], ["Mike", "Costanzo"], ["Mike", "Couchee"], ["Mike", "Crudale"], ["Mike", "Cubbage"], ["Mike", "Cuellar"], ["Mike", "Cunningham"], ["Mike", "Cvengros"], ["Mike", "Dalton"], ["Mike", "Darr"], ["Mike", "Davey"], ["Mike", "Davis"], ["Mike", "Davison"], ["Mike", "DeGerick"], ["Mike", "DeJean"], ["Mike", "DePangher"], ["Mike", "Dejan"], ["Mike", "Derrick"], ["Mike", "Devereaux"], ["Mike", "Diaz"], ["Mike", "Difelice"], ["Mike", "Dimmel"], ["Mike", "Donlin"], ["Mike", "Donovan"], ["Mike", "Dorgan"], ["Mike", "Draper"], ["Mike", "Drissel"], ["Mike", "Dunn"], ["Mike", "Dunne"], ["Mike", "Dupree"], ["Mike", "Durant"], ["Mike", "Duvall"], ["Mike", "Dyer"], ["Mike", "Easler"], ["Mike", "Eden"], ["Mike", "Edwards"], ["Mike", "Ekstrom"], ["Mike", "Epstein"], ["Mike", "Esposito"], ["Mike", "Farmer"], ["Mike", "Felder"], ["Mike", "Ferraro"], ["Mike", "Fetters"], ["Mike", "Fiers"], ["Mike", "Figga"], ["Mike", "Fiore"], ["Mike", "Fischlin"], ["Mike", "Fitzgerald"], ["Mike", "Flanagan"], ["Mike", "Flynn"], ["Mike", "Foltynewicz"], ["Mike", "Fontenot"], ["Mike", "Fornieles"], ["Mike", "Frank"], ["Mike", "Fuentes"], ["Mike", "Fyhrie"], ["Mike", "Gallego"], ["Mike", "Gallo"], ["Mike", "Garbark"], ["Mike", "Garcia"], ["Mike", "Gardiner"], ["Mike", "Garman"], ["Mike", "Gates"], ["Mike", "Gaule"], ["Mike", "Gazella"], ["Mike", "Glavine"], ["Mike", "Golden"], ["Mike", "Goliat"], ["Mike", "Gonzalez"], ["Mike", "Goodfellow"], ["Mike", "Gordon"], ["Mike", "Gosling"], ["Mike", "Grace"], ["Mike", "Grady"], ["Mike", "Greenwell"], ["Mike", "Griffin"], ["Mike", "Grzanich"], ["Mike", "Guerra"], ["Mike", "Gulan"], ["Mike", "Hampton"], ["Mike", "Handiboe"], ["Mike", "Hargrove"], ["Mike", "Harkey"], ["Mike", "Hart"], ["Mike", "Hartley"], ["Mike", "Heath"], ["Mike", "Heathcott"], ["Mike", "Hechinger"], ["Mike", "Hedlund"], ["Mike", "Hegan"], ["Mike", "Henneman"], ["Mike", "Herrera"], ["Mike", "Hershberger"], ["Mike", "Hessman"], ["Mike", "Heydon"], ["Mike", "Hickey"], ["Mike", "Hinckley"], ["Mike", "Hines"], ["Mike", "Holtz"], ["Mike", "Hooper"], ["Mike", "Hopkins"], ["Mike", "Howard"], ["Mike", "Hubbard"], ["Mike", "Huff"], ["Mike", "Humphreys"], ["Mike", "Ignasiak"], ["Mike", "Ivie"], ["Mike", "Jackson"], ["Mike", "Jacobs"], ["Mike", "James"], ["Mike", "Jeffcoat"], ["Mike", "Jerzembeck"], ["Mike", "Johnson"], ["Mike", "Johnston"], ["Mike", "Jones"], ["Mike", "Jordan"], ["Mike", "Jorgensen"], ["Mike", "Joyce"], ["Mike", "Judd"], ["Mike", "Jurewicz"], ["Mike", "Kahoe"], ["Mike", "Kekich"], ["Mike", "Kelley"], ["Mike", "Kelly"], ["Mike", "Kickham"], ["Mike", "Kilkenny"], ["Mike", "Kilroy"], ["Mike", "Kingery"], ["Mike", "Kinkade"], ["Mike", "Kinnunen"], ["Mike", "Kircher"], ["Mike", "Knode"], ["Mike", "Konnick"], ["Mike", "Koplove"], ["Mike", "Kosman"], ["Mike", "Kreevich"], ["Mike", "Krsnich"], ["Mike", "Krukow"], ["Mike", "Kume"], ["Mike", "LaCoss"], ["Mike", "LaValliere"], ["Mike", "Laga"], ["Mike", "Lamb"], ["Mike", "Lansing"], ["Mike", "Lawlor"], ["Mike", "Leake"], ["Mike", "Ledwith"], ["Mike", "Lee"], ["Mike", "Lehane"], ["Mike", "Lieberthal"], ["Mike", "Lincoln"], ["Mike", "Loan"], ["Mike", "Lowell"], ["Mike", "Loynd"], ["Mike", "Lum"], ["Mike", "Lynch"], ["Mike", "MacDougal"], ["Mike", "Macfarlane"], ["Mike", "Macha"], ["Mike", "Madden"], ["Mike", "Maddux"], ["Mike", "Magnante"], ["Mike", "Mahoney"], ["Mike", "Maksudian"], ["Mike", "Mansell"], ["Mike", "Maroth"], ["Mike", "Marshall"], ["Mike", "Martin"], ["Mike", "Mason"], ["Mike", "Massey"], ["Mike", "Matheny"], ["Mike", "Matthews"], ["Mike", "Mattimore"], ["Mike", "McClendon"], ["Mike", "McCormack"], ["Mike", "McCormick"], ["Mike", "McCoy"], ["Mike", "McDermott"], ["Mike", "McGeary"], ["Mike", "McNally"], ["Mike", "McQueen"], ["Mike", "Mendoza"], ["Mike", "Menosky"], ["Mike", "Meola"], ["Mike", "Metcalfe"], ["Mike", "Milchin"], ["Mike", "Miley"], ["Mike", "Milosevich"], ["Mike", "Mimbs"], ["Mike", "Minor"], ["Mike", "Misuraca"], ["Mike", "Mitchell"], ["Mike", "Modak"], ["Mike", "Mohler"], ["Mike", "Montgomery"], ["Mike", "Moore"], ["Mike", "Mordecai"], ["Mike", "Morgan"], ["Mike", "Moriarty"], ["Mike", "Morin"], ["Mike", "Morrison"], ["Mike", "Morse"], ["Mike", "Moustakas"], ["Mike", "Mowrey"], ["Mike", "Moynahan"], ["Mike", "Muldoon"], ["Mike", "Munoz"], ["Mike", "Murphy"], ["Mike", "Mussina"], ["Mike", "Myers"], ["Mike", "Nagy"], ["Mike", "Napoli"], ["Mike", "Naymick"], ["Mike", "Neill"], ["Mike", "Nickeas"], ["Mike", "Norris"], ["Mike", "O'Berry"], ["Mike", "O'Connor"], ["Mike", "O'Neill"], ["Mike", "O'Rourke"], ["Mike", "Olt"], ["Mike", "Oquist"], ["Mike", "Overy"], ["Mike", "Page"], ["Mike", "Pagliarulo"], ["Mike", "Palagyi"], ["Mike", "Palm"], ["Mike", "Parisi"], ["Mike", "Parrott"], ["Mike", "Pasquella"], ["Mike", "Patterson"], ["Mike", "Paul"], ["Mike", "Paxton"], ["Mike", "Payne"], ["Mike", "Pazik"], ["Mike", "Pelfrey"], ["Mike", "Perez"], ["Mike", "Phillips"], ["Mike", "Piazza"], ["Mike", "Poepping"], ["Mike", "Porzio"], ["Mike", "Potter"], ["Mike", "Potts"], ["Mike", "Powers"], ["Mike", "Prendergast"], ["Mike", "Proly"], ["Mike", "Quade"], ["Mike", "Rabelo"], ["Mike", "Raczka"], ["Mike", "Ramsey"], ["Mike", "Redmond"], ["Mike", "Regan"], ["Mike", "Reinbach"], ["Mike", "Remlinger"], ["Mike", "Richardt"], ["Mike", "Rivera"], ["Mike", "Roach"], ["Mike", "Roarke"], ["Mike", "Robertson"], ["Mike", "Rochford"], ["Mike", "Roesler"], ["Mike", "Rogodzinski"], ["Mike", "Romano"], ["Mike", "Rose"], ["Mike", "Rouse"], ["Mike", "Rowland"], ["Mike", "Ryan"], ["Mike", "Ryba"], ["Mike", "Sadek"], ["Mike", "Saipe"], ["Mike", "Sandlock"], ["Mike", "Scanlon"], ["Mike", "Schemer"], ["Mike", "Schmidt"], ["Mike", "Schooler"], ["Mike", "Schultz"], ["Mike", "Schwabe"], ["Mike", "Scioscia"], ["Mike", "Scott"], ["Mike", "Sember"], ["Mike", "Shannon"], ["Mike", "Sharperson"], ["Mike", "Shea"], ["Mike", "Simms"], ["Mike", "Simon"], ["Mike", "Sirotka"], ["Mike", "Slattery"], ["Mike", "Smith"], ["Mike", "Smithson"], ["Mike", "Squires"], ["Mike", "Stanley"], ["Mike", "Stanton"], ["Mike", "Stenhouse"], ["Mike", "Strahler"], ["Mike", "Sullivan"], ["Mike", "Sweeney"], ["Mike", "Thomas"], ["Mike", "Thompson"], ["Mike", "Thurman"], ["Mike", "Tiernan"], ["Mike", "Timlin"], ["Mike", "Tonis"], ["Mike", "Torrez"], ["Mike", "Tresh"], ["Mike", "Trombley"], ["Mike", "Trost"], ["Mike", "Trout"], ["Mike", "Trujillo"], ["Mike", "Tyson"], ["Mike", "Ulicny"], ["Mike", "Vail"], ["Mike", "Venafro"], ["Mike", "Vento"], ["Mike", "Walker"], ["Mike", "Wallace"], ["Mike", "Walsh"], ["Mike", "Walters"], ["Mike", "Warren"], ["Mike", "Wegener"], ["Mike", "Welch"], ["Mike", "Welday"], ["Mike", "White"], ["Mike", "Williams"], ["Mike", "Willis"], ["Mike", "Wilson"], ["Mike", "Witt"], ["Mike", "Wood"], ["Mike", "Woodard"], ["Mike", "Wright"], ["Mike", "York"], ["Mike", "Young"], ["Mike", "Zagurski"], ["Mike", "Zunino"], ["Mike", "de la Hoz"], ["Mikie", "Mahtook"], ["Miles", "Mikolas"], ["Miller", "Huggins"], ["Milo", "Allison"], ["Milo", "Candini"], ["Milo", "Lockwood"], ["Milo", "Netzel"], ["Milt", "Bocek"], ["Milt", "Bolling"], ["Milt", "Byrnes"], ["Milt", "Cuyler"], ["Milt", "Galatzer"], ["Milt", "Gaston"], ["Milt", "Graff"], ["Milt", "Gray"], ["Milt", "Hill"], ["Milt", "Jordan"], ["Milt", "May"], ["Milt", "Nielsen"], ["Milt", "Pappas"], ["Milt", "Ramirez"], ["Milt", "Reed"], ["Milt", "Scott"], ["Milt", "Shoffner"], ["Milt", "Smith"], ["Milt", "Steengrafe"], ["Milt", "Stock"], ["Milt", "Thompson"], ["Milt", "Watson"], ["Milt", "Welch"], ["Milt", "Whitehead"], ["Milt", "Wilcox"], ["Milton", "Bradley"], ["Minnie", "Mendoza"], ["Minnie", "Minoso"], ["Minnie", "Rojas"], ["Mitch", "Atkins"], ["Mitch", "Chetkovich"], ["Mitch", "Harris"], ["Mitch", "Jones"], ["Mitch", "Lyden"], ["Mitch", "Maier"], ["Mitch", "Meluskey"], ["Mitch", "Moreland"], ["Mitch", "Stetter"], ["Mitch", "Talbot"], ["Mitch", "Webster"], ["Mitch", "Williams"], ["Mitchell", "Boggs"], ["Mitchell", "Page"], ["Mo", "Sanford"], ["Mo", "Vaughn"], ["Moe", "Berg"], ["Moe", "Burtschy"], ["Moe", "Drabowsky"], ["Moe", "Franklin"], ["Moe", "Morhardt"], ["Moe", "Savransky"], ["Moe", "Thacker"], ["Moises", "Alou"], ["Moises", "Sierra"], ["Molly", "Craft"], ["Molly", "Moore"], ["Monk", "Cline"], ["Monk", "Dubiel"], ["Monk", "Sherlock"], ["Monroe", "Mitchell"], ["Monte", "Beville"], ["Monte", "Cross"], ["Monte", "Irvin"], ["Monte", "McFarland"], ["Monte", "Pearson"], ["Monte", "Pfeffer"], ["Monte", "Weaver"], ["Monty", "Basgall"], ["Monty", "Fariss"], ["Monty", "Kennedy"], ["Monty", "Montgomery"], ["Monty", "Pfyl"], ["Monty", "Stratton"], ["Monty", "Swartz"], ["Mookie", "Betts"], ["Mookie", "Wilson"], ["Moon", "Mullen"], ["Moonlight", "Graham"], ["Moose", "Baxter"], ["Moose", "Clabaugh"], ["Moose", "Grimshaw"], ["Moose", "Haas"], ["Moose", "McCormick"], ["Moose", "Morton"], ["Moose", "Solters"], ["Moose", "Stubing"], ["Mordecai", "Brown"], ["Mordecai", "Davidson"], ["Morgan", "Bulkeley"], ["Morgan", "Burkhart"], ["Morgan", "Ensberg"], ["Morgan", "Murphy"], ["Morrie", "Aderholt"], ["Morrie", "Arnovich"], ["Morrie", "Critchley"], ["Morrie", "Martin"], ["Morrie", "Rath"], ["Morrie", "Schick"], ["Morrie", "Steevens"], ["Morris", "Madden"], ["Morris", "Nettles"], ["Mort", "Cooper"], ["Mort", "Flohr"], ["Mort", "Scanlan"], ["Mortimer", "Hogan"], ["Mose", "Eggert"], ["Mose", "Solomon"], ["Mother", "Watson"], ["Mox", "McQuery"], ["Moxie", "Divis"], ["Moxie", "Hengel"], ["Moxie", "Manuel"], ["Moxie", "Meixell"], ["Mudcat", "Grant"], ["Muddy", "Ruel"], ["Mul", "Holland"], ["Mule", "Haas"], ["Mule", "Shirley"], ["Mule", "Suttles"], ["Mule", "Watson"], ["Munenori", "Kawasaki"], ["Murphy", "Currie"], ["Murray", "Wall"], ["Murry", "Dickson"], ["Mutt", "Williams"], ["Mutt", "Wilson"], ["Mutz", "Ens"], ["Mychal", "Givens"], ["Myles", "Thomas"], ["Myril", "Hoag"], ["Myrl", "Brown"], ["Myron", "Allen"], ["Myron", "White"], ["Mysterious", "Walker"], ["Nanny", "Fernandez"], ["Nap", "Kloza"], ["Nap", "Lajoie"], ["Nap", "Reyes"], ["Nap", "Rucker"], ["Nap", "Shea"], ["Napoleon", "Calzado"], ["Narciso", "Elvira"], ["Nardi", "Contreras"], ["Nat", "Hicks"], ["Nat", "Hudson"], ["Nat", "Jewett"], ["Nate", "Andrews"], ["Nate", "Berkenstock"], ["Nate", "Bland"], ["Nate", "Bump"], ["Nate", "Colbert"], ["Nate", "Cornejo"], ["Nate", "Field"], ["Nate", "Freiman"], ["Nate", "Jones"], ["Nate", "Karns"], ["Nate", "Kellogg"], ["Nate", "McLouth"], ["Nate", "Minchey"], ["Nate", "Oliver"], ["Nate", "Robertson"], ["Nate", "Rolison"], ["Nate", "Schierholtz"], ["Nate", "Smith"], ["Nate", "Snell"], ["Nate", "Spears"], ["Nate", "Teut"], ["Nathan", "Adcock"], ["Nathan", "Eovaldi"], ["Nathan", "Haynes"], ["Neal", "Baker"], ["Neal", "Ball"], ["Neal", "Brady"], ["Neal", "Cotts"], ["Neal", "Finn"], ["Neal", "Heaton"], ["Neal", "Hertweck"], ["Neal", "Musser"], ["Neal", "Watlington"], ["Nealy", "Phelps"], ["Neb", "Stewart"], ["Ned", "Bligh"], ["Ned", "Connor"], ["Ned", "Crompton"], ["Ned", "Cuthbert"], ["Ned", "Garver"], ["Ned", "Garvin"], ["Ned", "Hanlon"], ["Ned", "Harris"], ["Ned", "Pettigrew"], ["Ned", "Porter"], ["Ned", "Williamson"], ["Ned", "Yost"], ["Nefi", "Ogando"], ["Neftali", "Feliz"], ["Neftali", "Soto"], ["Neifi", "Perez"], ["Neil", "Allen"], ["Neil", "Berry"], ["Neil", "Chrisley"], ["Neil", "Fiala"], ["Neil", "Ramirez"], ["Neil", "Stynes"], ["Neil", "Wagner"], ["Neil", "Walker"], ["Neil", "Weber"], ["Neil", "Wilson"], ["Neill", "Sheridan"], ["Nellie", "Fox"], ["Nellie", "King"], ["Nellie", "Pott"], ["Nels", "Potter"], ["Nelson", "Briles"], ["Nelson", "Burbrink"], ["Nelson", "Chittum"], ["Nelson", "Cruz"], ["Nelson", "Figueroa"], ["Nelson", "Greene"], ["Nelson", "Liriano"], ["Nelson", "Mathews"], ["Nelson", "Norman"], ["Nelson", "Santovenia"], ["Nelson", "Simmons"], ["Nemo", "Gaines"], ["Nemo", "Leibold"], ["Nerio", "Rodriguez"], ["Nestor", "Chavez"], ["Nestor", "Chylak"], ["Nevin", "Ashley"], ["Newt", "Halliday"], ["Newt", "Hunter"], ["Newt", "Kimball"], ["Newt", "Randall"], ["Nick", "Adenhart"], ["Nick", "Ahmed"], ["Nick", "Allen"], ["Nick", "Altrock"], ["Nick", "Bierbrodt"], ["Nick", "Blackburn"], ["Nick", "Buss"], ["Nick", "Capra"], ["Nick", "Carter"], ["Nick", "Castellanos"], ["Nick", "Christiani"], ["Nick", "Cullop"], ["Nick", "Dumovich"], ["Nick", "Esasky"], ["Nick", "Etten"], ["Nick", "Evans"], ["Nick", "Franklin"], ["Nick", "Goody"], ["Nick", "Gorneault"], ["Nick", "Goulish"], ["Nick", "Green"], ["Nick", "Greenwood"], ["Nick", "Hagadone"], ["Nick", "Hundley"], ["Nick", "Johnson"], ["Nick", "Kahl"], ["Nick", "Koback"], ["Nick", "Leyva"], ["Nick", "Maddox"], ["Nick", "Markakis"], ["Nick", "Maronde"], ["Nick", "Martinez"], ["Nick", "Masset"], ["Nick", "Neugebauer"], ["Nick", "Noonan"], ["Nick", "Picciuto"], ["Nick", "Polly"], ["Nick", "Punto"], ["Nick", "Reeder"], ["Nick", "Regilio"], ["Nick", "Rumbelow"], ["Nick", "Scharf"], ["Nick", "Stavinoha"], ["Nick", "Strincevich"], ["Nick", "Swisher"], ["Nick", "Tepesch"], ["Nick", "Testa"], ["Nick", "Tremark"], ["Nick", "Tropeano"], ["Nick", "Vincent"], ["Nick", "Willhite"], ["Nick", "Wise"], ["Nick", "Young"], ["Nig", "Clarke"], ["Nig", "Cuppy"], ["Nig", "Fuller"], ["Nig", "Lipscomb"], ["Nig", "Perrine"], ["Nigel", "Wilson"], ["Nikco", "Riesgo"], ["Niles", "Jordan"], ["Nin", "Alexander"], ["Nino", "Bongiovanni"], ["Nino", "Escalera"], ["Nino", "Espinosa"], ["Nippy", "Jones"], ["Niuman", "Romero"], ["Noah", "Lowry"], ["Noah", "Syndergaard"], ["Noe", "Munoz"], ["Noe", "Ramirez"], ["Nolan", "Arenado"], ["Nolan", "Reimold"], ["Nolan", "Ryan"], ["Nolen", "Richardson"], ["Nomar", "Garciaparra"], ["Noodles", "Hahn"], ["Nook", "Logan"], ["Norberto", "Martin"], ["Nori", "Aoki"], ["Norihiro", "Nakamura"], ["Norm", "Angelini"], ["Norm", "Baker"], ["Norm", "Bass"], ["Norm", "Branch"], ["Norm", "Brown"], ["Norm", "Cash"], ["Norm", "Charlton"], ["Norm", "Gigon"], ["Norm", "Glockson"], ["Norm", "Larker"], ["Norm", "Lehr"], ["Norm", "McMillan"], ["Norm", "McNeil"], ["Norm", "McRae"], ["Norm", "Miller"], ["Norm", "Schlueter"], ["Norm", "Sherry"], ["Norm", "Siebern"], ["Norm", "Wallen"], ["Norm", "Zauchin"], ["Norman", "Glaser"], ["Norman", "Plitt"], ["Normie", "Roy"], ["Norris", "Hopper"], ["Norwood", "Gibson"], ["Nub", "Kleinke"], ["Nyjer", "Morgan"], ["Nyls", "Nyman"], ["Oad", "Swigart"], ["Octavio", "Dotel"], ["Odalis", "Perez"], ["Oddibe", "McDowell"], ["Odell", "Hale"], ["Odell", "Jones"], ["Odie", "Davis"], ["Odie", "Porter"], ["Odrisamer", "Despaigne"], ["Odubel", "Herrera"], ["Ody", "Abbott"], ["Offa", "Neal"], ["Oil Can", "Boyd"], ["Olaf", "Henriksen"], ["Old Hoss", "Radbourn"], ["Ole", "Olsen"], ["Oliver", "Brown"], ["Oliver", "Drake"], ["Oliver", "Hill"], ["Oliver", "Perez"], ["Ollie", "Beard"], ["Ollie", "Bejma"], ["Ollie", "Brown"], ["Ollie", "Caylor"], ["Ollie", "Fuhrman"], ["Ollie", "Hanson"], ["Ollie", "Johns"], ["Ollie", "Klee"], ["Ollie", "Marquardt"], ["Ollie", "O'Mara"], ["Ollie", "Pickering"], ["Ollie", "Sax"], ["Ollie", "Smith"], ["Ollie", "Tucker"], ["Ollie", "Voigt"], ["Ollie", "Welf"], ["Olmedo", "Saenz"], ["Omar", "Beltre"], ["Omar", "Daal"], ["Omar", "Infante"], ["Omar", "Moreno"], ["Omar", "Olivares"], ["Omar", "Quintanilla"], ["Omar", "Vizquel"], ["Omir", "Santos"], ["Ona", "Dodd"], ["Onan", "Masaoka"], ["Onelki", "Garcia"], ["Onix", "Concepcion"], ["Oral", "Hildebrand"], ["Orator", "Shafer"], ["Orber", "Moreno"], ["Orel", "Hershiser"], ["Oreste", "Marrero"], ["Orestes", "Destrade"], ["Orie", "Arntzen"], ["Orie", "Kerlin"], ["Oris", "Hockett"], ["Orlando", "Alvarez"], ["Orlando", "Cabrera"], ["Orlando", "Calixte"], ["Orlando", "Cepeda"], ["Orlando", "Gonzalez"], ["Orlando", "Hernandez"], ["Orlando", "Hudson"], ["Orlando", "Isales"], ["Orlando", "McFarlane"], ["Orlando", "Mercado"], ["Orlando", "Merced"], ["Orlando", "Miller"], ["Orlando", "Palmeiro"], ["Orlando", "Pena"], ["Orlando", "Ramirez"], ["Orlando", "Sanchez"], ["Orlie", "Weaver"], ["Orlin", "Collier"], ["Ormond", "Butler"], ["Orson", "Baldwin"], ["Orth", "Collins"], ["Orval", "Grove"], ["Orval", "Overall"], ["Orville", "Armbrust"], ["Orville", "Jorgens"], ["Oscar", "Azocar"], ["Oscar", "Bielaski"], ["Oscar", "Brown"], ["Oscar", "Charleston"], ["Oscar", "Dugey"], ["Oscar", "Estrada"], ["Oscar", "Fuhr"], ["Oscar", "Gamble"], ["Oscar", "Georgy"], ["Oscar", "Graham"], ["Oscar", "Grimes"], ["Oscar", "Harstad"], ["Oscar", "Henriquez"], ["Oscar", "Hernandez"], ["Oscar", "Horstmann"], ["Oscar", "Jones"], ["Oscar", "Judd"], ["Oscar", "Munoz"], ["Oscar", "Purner"], ["Oscar", "Robles"], ["Oscar", "Roettger"], ["Oscar", "Salazar"], ["Oscar", "Siemer"], ["Oscar", "Stanage"], ["Oscar", "Streit"], ["Oscar", "Taveras"], ["Oscar", "Tuero"], ["Oscar", "Villarreal"], ["Oscar", "Walker"], ["Oscar", "Westerberg"], ["Oscar", "Zamora"], ["Osiris", "Matos"], ["Ossee", "Schrecongost"], ["Ossie", "Alvarez"], ["Ossie", "Blanco"], ["Ossie", "Bluege"], ["Ossie", "Chavarria"], ["Ossie", "France"], ["Ossie", "Orwoll"], ["Ossie", "Vitt"], ["Osvaldo", "Fernandez"], ["Osvaldo", "Martinez"], ["Oswaldo", "Arcia"], ["Oswaldo", "Mairena"], ["Oswaldo", "Navarro"], ["Oswaldo", "Peraza"], ["Otey", "Clark"], ["Otho", "Nitcholas"], ["Otis", "Brannan"], ["Otis", "Clymer"], ["Otis", "Davis"], ["Otis", "Johnson"], ["Otis", "Lambeth"], ["Otis", "Lawry"], ["Otis", "Miller"], ["Otis", "Nixon"], ["Otis", "Stocksdale"], ["Otis", "Thornton"], ["Otto", "Bluege"], ["Otto", "Denning"], ["Otto", "Hess"], ["Otto", "Huber"], ["Otto", "Jacobs"], ["Otto", "Knabe"], ["Otto", "Krueger"], ["Otto", "McIvor"], ["Otto", "Miller"], ["Otto", "Neu"], ["Otto", "Rettig"], ["Otto", "Schomberg"], ["Otto", "Velez"], ["Otto", "Vogel"], ["Otto", "Williams"], ["Overton", "Tremper"], ["Ovid", "Nicholson"], ["Owen", "Conway"], ["Owen", "Friend"], ["Owen", "Kahn"], ["Owen", "Scheetz"], ["Owen", "Shannon"], ["Ownie", "Carroll"], ["Ox", "Eckhardt"], ["Ox", "Miller"], ["Oyster", "Burns"], ["Ozzie", "Canseco"], ["Ozzie", "Guillen"], ["Ozzie", "Osborn"], ["Ozzie", "Smith"], ["Ozzie", "Timmons"], ["Ozzie", "Van Brabant"], ["Ozzie", "Virgil"], ["P. J.", "Forbes"], ["P. J.", "Walters"], ["Pablo", "Martinez"], ["Pablo", "Ozuna"], ["Pablo", "Sandoval"], ["Pablo", "Torrealba"], ["Packy", "Dillon"], ["Packy", "Rogers"], ["Paco", "Rodriguez"], ["Paddy", "Baumann"], ["Paddy", "Driscoll"], ["Paddy", "Greene"], ["Paddy", "Livingston"], ["Paddy", "Mayes"], ["Paddy", "O'Connor"], ["Paddy", "Quinn"], ["Paddy", "Siglin"], ["Paddy", "Smith"], ["Palmer", "Hildebrand"], ["Pancho", "Herrera"], ["Pants", "Rowland"], ["Papa", "Williams"], ["Park", "Swartzel"], ["Parke", "Wilson"], ["Parson", "Nicholson"], ["Parson", "Perryman"], ["Pascual", "Matos"], ["Pascual", "Perez"], ["Pasqual", "Coco"], ["Pat", "Ahearne"], ["Pat", "Ankenman"], ["Pat", "Bohen"], ["Pat", "Borders"], ["Pat", "Bourque"], ["Pat", "Burke"], ["Pat", "Burrell"], ["Pat", "Callaghan"], ["Pat", "Capri"], ["Pat", "Caraway"], ["Pat", "Carney"], ["Pat", "Carroll"], ["Pat", "Clements"], ["Pat", "Collins"], ["Pat", "Combs"], ["Pat", "Cooper"], ["Pat", "Corrales"], ["Pat", "Crawford"], ["Pat", "Creeden"], ["Pat", "Crisham"], ["Pat", "Daneker"], ["Pat", "Darcy"], ["Pat", "Dealy"], ["Pat", "Deasley"], ["Pat", "Deisel"], ["Pat", "Dillard"], ["Pat", "Dobson"], ["Pat", "Dodson"], ["Pat", "Donahue"], ["Pat", "Duff"], ["Pat", "Duncan"], ["Pat", "Flaherty"], ["Pat", "French"], ["Pat", "Friel"], ["Pat", "Gillick"], ["Pat", "Gomez"], ["Pat", "Griffin"], ["Pat", "Hannivan"], ["Pat", "Hardgrove"], ["Pat", "Hartnett"], ["Pat", "Hentgen"], ["Pat", "Hilly"], ["Pat", "House"], ["Pat", "Howell"], ["Pat", "Hynes"], ["Pat", "Jacquez"], ["Pat", "Jarvis"], ["Pat", "Keedy"], ["Pat", "Kelly"], ["Pat", "Kilhullen"], ["Pat", "Larkin"], ["Pat", "Lennon"], ["Pat", "Listach"], ["Pat", "Luby"], ["Pat", "Lyons"], ["Pat", "Mahomes"], ["Pat", "Malone"], ["Pat", "Maloney"], ["Pat", "Martin"], ["Pat", "McCauley"], ["Pat", "McCoy"], ["Pat", "McGee"], ["Pat", "McGehee"], ["Pat", "McGlothin"], ["Pat", "McLaughlin"], ["Pat", "McManus"], ["Pat", "McNulty"], ["Pat", "Meares"], ["Pat", "Misch"], ["Pat", "Moran"], ["Pat", "Mullin"], ["Pat", "Murphy"], ["Pat", "Murray"], ["Pat", "Neshek"], ["Pat", "Newnam"], ["Pat", "O'Connell"], ["Pat", "Osburn"], ["Pat", "Pacillo"], ["Pat", "Paige"], ["Pat", "Parker"], ["Pat", "Patterson"], ["Pat", "Perry"], ["Pat", "Pettee"], ["Pat", "Powers"], ["Pat", "Putnam"], ["Pat", "Ragan"], ["Pat", "Rapp"], ["Pat", "Rice"], ["Pat", "Rockett"], ["Pat", "Rooney"], ["Pat", "Scanlon"], ["Pat", "Scantlebury"], ["Pat", "Seerey"], ["Pat", "Sheridan"], ["Pat", "Simmons"], ["Pat", "Strange"], ["Pat", "Sullivan"], ["Pat", "Tabler"], ["Pat", "Tobin"], ["Pat", "Underwood"], ["Pat", "Veltman"], ["Pat", "Venditte"], ["Pat", "Watkins"], ["Pat", "Whitaker"], ["Pat", "Wright"], ["Pat", "Zachry"], ["Patrick", "Corbin"], ["Patrick", "Gillespie"], ["Patrick", "Horan"], ["Patrick", "McKenna"], ["Patrick", "O'Loughlin"], ["Patsy", "Donovan"], ["Patsy", "Dougherty"], ["Patsy", "Flaherty"], ["Patsy", "Gharrity"], ["Patsy", "McGaffigan"], ["Patsy", "O'Rourke"], ["Patsy", "Tebeau"], ["Paul", "Abbott"], ["Paul", "Assenmacher"], ["Paul", "Bako"], ["Paul", "Blair"], ["Paul", "Boris"], ["Paul", "Brown"], ["Paul", "Burris"], ["Paul", "Busby"], ["Paul", "Byrd"], ["Paul", "Calvert"], ["Paul", "Campbell"], ["Paul", "Carey"], ["Paul", "Carpenter"], ["Paul", "Carter"], ["Paul", "Casanova"], ["Paul", "Castner"], ["Paul", "Chervinko"], ["Paul", "Clemens"], ["Paul", "Cook"], ["Paul", "Dade"], ["Paul", "Dean"], ["Paul", "Derringer"], ["Paul", "Dicken"], ["Paul", "Doyle"], ["Paul", "Easterling"], ["Paul", "Edmondson"], ["Paul", "Erickson"], ["Paul", "Faries"], ["Paul", "Fittery"], ["Paul", "Fitzke"], ["Paul", "Fletcher"], ["Paul", "Florence"], ["Paul", "Foytack"], ["Paul", "Gehrman"], ["Paul", "Gibson"], ["Paul", "Giel"], ["Paul", "Gillespie"], ["Paul", "Gilliford"], ["Paul", "Goldschmidt"], ["Paul", "Gregory"], ["Paul", "Hartzell"], ["Paul", "Hines"], ["Paul", "Hinrichs"], ["Paul", "Hinson"], ["Paul", "Hodgson"], ["Paul", "Hoover"], ["Paul", "Hopkins"], ["Paul", "Householder"], ["Paul", "Howard"], ["Paul", "Janish"], ["Paul", "Jata"], ["Paul", "Johnson"], ["Paul", "Kardow"], ["Paul", "Kilgus"], ["Paul", "Konerko"], ["Paul", "Krichell"], ["Paul", "LaPalme"], ["Paul", "Lehner"], ["Paul", "Lindblad"], ["Paul", "Lo Duca"], ["Paul", "Maholm"], ["Paul", "Maloy"], ["Paul", "Marak"], ["Paul", "Martin"], ["Paul", "Masterson"], ["Paul", "McAnulty"], ["Paul", "McClellan"], ["Paul", "McCullough"], ["Paul", "McSweeney"], ["Paul", "Meloan"], ["Paul", "Menhart"], ["Paul", "Miller"], ["Paul", "Minner"], ["Paul", "Mirabella"], ["Paul", "Mitchell"], ["Paul", "Molitor"], ["Paul", "Moskau"], ["Paul", "Musser"], ["Paul", "Noce"], ["Paul", "O'Dea"], ["Paul", "O'Neill"], ["Paul", "Owens"], ["Paul", "Penson"], ["Paul", "Pettit"], ["Paul", "Phillips"], ["Paul", "Popovich"], ["Paul", "Powell"], ["Paul", "Quantrill"], ["Paul", "Radford"], ["Paul", "Ratliff"], ["Paul", "Reuschel"], ["Paul", "Richards"], ["Paul", "Rigdon"], ["Paul", "Runge"], ["Paul", "Russell"], ["Paul", "Schaal"], ["Paul", "Schramka"], ["Paul", "Schreiber"], ["Paul", "Sentell"], ["Paul", "Serna"], ["Paul", "Shuey"], ["Paul", "Siebert"], ["Paul", "Smith"], ["Paul", "Sorrento"], ["Paul", "Speraw"], ["Paul", "Splittorff"], ["Paul", "Spoljaric"], ["Paul", "Strand"], ["Paul", "Stuffel"], ["Paul", "Swingle"], ["Paul", "Thormodsgard"], ["Paul", "Toth"], ["Paul", "Wachtel"], ["Paul", "Wagner"], ["Paul", "Waner"], ["Paul", "Wilmet"], ["Paul", "Wilson"], ["Paul", "Zahniser"], ["Paul", "Zuvella"], ["Paulo", "Orlando"], ["Paxton", "Crawford"], ["Pea Ridge", "Day"], ["Peaches", "Davis"], ["Peaches", "Graham"], ["Peaches", "O'Neill"], ["Peanuts", "Lowrey"], ["Pearce", "Chiles"], ["Pedro", "Alvarez"], ["Pedro", "Astacio"], ["Pedro", "Baez"], ["Pedro", "Beato"], ["Pedro", "Borbon"], ["Pedro", "Castellano"], ["Pedro", "Ciriaco"], ["Pedro", "Dibut"], ["Pedro", "Feliciano"], ["Pedro", "Feliz"], ["Pedro", "Figueroa"], ["Pedro", "Florimon"], ["Pedro", "Garcia"], ["Pedro", "Gonzalez"], ["Pedro", "Guerrero"], ["Pedro", "Hernandez"], ["Pedro", "Liriano"], ["Pedro", "Lopez"], ["Pedro", "Martinez"], ["Pedro", "Munoz"], ["Pedro", "Ramos"], ["Pedro", "Santana"], ["Pedro", "Severino"], ["Pedro", "Strop"], ["Pedro", "Swann"], ["Pedro", "Valdes"], ["Pedro", "Villarreal"], ["Pedro", "Viola"], ["Pee Wee", "Reese"], ["Pee-Wee", "Wanninger"], ["Peek-A-Boo", "Veach"], ["Pelham", "Ballenger"], ["Pembroke", "Finlayson"], ["Pep", "Clark"], ["Pep", "Deininger"], ["Pep", "Goodwin"], ["Pep", "Harris"], ["Pep", "Rambert"], ["Pep", "Young"], ["Pepe", "Frias"], ["Pepe", "Mangual"], ["Pepper", "Martin"], ["Pepper", "Peploski"], ["Percy", "Coleman"], ["Percy", "Jones"], ["Perry", "Currin"], ["Perry", "Werden"], ["Pete", "Alexander"], ["Pete", "Allen"], ["Pete", "Appleton"], ["Pete", "Broberg"], ["Pete", "Browning"], ["Pete", "Burnside"], ["Pete", "Cassidy"], ["Pete", "Castiglione"], ["Pete", "Center"], ["Pete", "Charton"], ["Pete", "Childs"], ["Pete", "Cimino"], ["Pete", "Coachman"], ["Pete", "Compton"], ["Pete", "Conway"], ["Pete", "Coscarart"], ["Pete", "Cote"], ["Pete", "Craig"], ["Pete", "Cregan"], ["Pete", "Daglia"], ["Pete", "Dalena"], ["Pete", "Daley"], ["Pete", "Daniels"], ["Pete", "Donnelly"], ["Pete", "Donohue"], ["Pete", "Dowling"], ["Pete", "Elko"], ["Pete", "Fahrer"], ["Pete", "Falcone"], ["Pete", "Falsey"], ["Pete", "Filson"], ["Pete", "Fox"], ["Pete", "Fries"], ["Pete", "Galligan"], ["Pete", "Gebrian"], ["Pete", "Gilbert"], ["Pete", "Gray"], ["Pete", "Hamm"], ["Pete", "Harnisch"], ["Pete", "Hasney"], ["Pete", "Henning"], ["Pete", "Hernandez"], ["Pete", "Hill"], ["Pete", "Hotaling"], ["Pete", "Incaviglia"], ["Pete", "Johns"], ["Pete", "Kilduff"], ["Pete", "Knisely"], ["Pete", "Koegel"], ["Pete", "Kozma"], ["Pete", "LaCock"], ["Pete", "LaForest"], ["Pete", "Ladd"], ["Pete", "Lamer"], ["Pete", "Lapan"], ["Pete", "Layden"], ["Pete", "LePine"], ["Pete", "Lister"], ["Pete", "Lohman"], ["Pete", "Loos"], ["Pete", "Lovrich"], ["Pete", "Mackanin"], ["Pete", "Magrini"], ["Pete", "McBride"], ["Pete", "McClanahan"], ["Pete", "McShannic"], ["Pete", "Meegan"], ["Pete", "Mikkelsen"], ["Pete", "Milne"], ["Pete", "Morris"], ["Pete", "Naktenis"], ["Pete", "Naton"], ["Pete", "Noonan"], ["Pete", "O'Brien"], ["Pete", "Orr"], ["Pete", "Rambo"], ["Pete", "Redfern"], ["Pete", "Reiser"], ["Pete", "Richert"], ["Pete", "Rose"], ["Pete", "Runnels"], ["Pete", "Schmidt"], ["Pete", "Schneider"], ["Pete", "Schourek"], ["Pete", "Scott"], ["Pete", "Shields"], ["Pete", "Sims"], ["Pete", "Sivess"], ["Pete", "Smith"], ["Pete", "Standridge"], ["Pete", "Stanicek"], ["Pete", "Suder"], ["Pete", "Susko"], ["Pete", "Sweeney"], ["Pete", "Taylor"], ["Pete", "Treacey"], ["Pete", "Turgeon"], ["Pete", "Varney"], ["Pete", "Vuckovich"], ["Pete", "Walker"], ["Pete", "Ward"], ["Pete", "Weckbecker"], ["Pete", "Whisenant"], ["Pete", "Wilson"], ["Pete", "Wojey"], ["Pete", "Wood"], ["Pete", "Woodruff"], ["Pete", "Young"], ["Peter", "Bergeron"], ["Peter", "Bourjos"], ["Peter", "Connell"], ["Peter", "Hoy"], ["Peter", "Moylan"], ["Peter", "Munro"], ["Peter", "O'Brien"], ["Peter", "Zoccolillo"], ["Petie", "Behan"], ["Phenomenal", "Smith"], ["Phil", "Baker"], ["Phil", "Bedgood"], ["Phil", "Bradley"], ["Phil", "Cavarretta"], ["Phil", "Clark"], ["Phil", "Coke"], ["Phil", "Collins"], ["Phil", "Cooney"], ["Phil", "Coridan"], ["Phil", "Douglas"], ["Phil", "Dumatrait"], ["Phil", "Gagliano"], ["Phil", "Gallivan"], ["Phil", "Garner"], ["Phil", "Geier"], ["Phil", "Haugstad"], ["Phil", "Hennigan"], ["Phil", "Hensiek"], ["Phil", "Hiatt"], ["Phil", "Huffman"], ["Phil", "Hughes"], ["Phil", "Irwin"], ["Phil", "Ketter"], ["Phil", "Klein"], ["Phil", "Knell"], ["Phil", "Leftwich"], ["Phil", "Lewis"], ["Phil", "Linz"], ["Phil", "Lombardi"], ["Phil", "Mankowski"], ["Phil", "Marchildon"], ["Phil", "Masi"], ["Phil", "McCullough"], ["Phil", "Meeler"], ["Phil", "Morrison"], ["Phil", "Mudrock"], ["Phil", "Nastu"], ["Phil", "Nevin"], ["Phil", "Niekro"], ["Phil", "Norton"], ["Phil", "Ortega"], ["Phil", "Ouellette"], ["Phil", "Page"], ["Phil", "Paine"], ["Phil", "Plantier"], ["Phil", "Powers"], ["Phil", "Reardon"], ["Phil", "Reccius"], ["Phil", "Redding"], ["Phil", "Regan"], ["Phil", "Rizzuto"], ["Phil", "Roof"], ["Phil", "Routcliffe"], ["Phil", "Saylor"], ["Phil", "Seibel"], ["Phil", "Slattery"], ["Phil", "Stephenson"], ["Phil", "Stidham"], ["Phil", "Stockman"], ["Phil", "Stremmel"], ["Phil", "Todt"], ["Phil", "Tomney"], ["Phil", "Voyles"], ["Phil", "Weintraub"], ["Phil", "Wisner"], ["Philip", "Barzilla"], ["Philip", "Gosselin"], ["Philip", "Humber"], ["Phillippe", "Aumont"], ["Phonney", "Martin"], ["Pi", "Schwert"], ["Pickles", "Dillhoefer"], ["Pid", "Purdy"], ["Pidge", "Browne"], ["Pidgey", "Morgan"], ["Pie", "Traynor"], ["Piggy", "Ward"], ["Pinch", "Thomas"], ["Ping", "Bodie"], ["Pink", "Hawley"], ["Pinky", "Hargrave"], ["Pinky", "Higgins"], ["Pinky", "Jorgensen"], ["Pinky", "May"], ["Pinky", "Pittenger"], ["Pinky", "Swander"], ["Pinky", "Whitney"], ["Pinky", "Woods"], ["Pip", "Koehler"], ["Pit", "Gilman"], ["Placido", "Polanco"], ["Podge", "Weihe"], ["Pokey", "Reese"], ["Pol", "Perritt"], ["Polly", "McLarry"], ["Polly", "Wolfe"], ["Pony", "Sager"], ["Pop", "Corkhill"], ["Pop", "Dillon"], ["Pop", "Foster"], ["Pop", "Joy"], ["Pop", "Lloyd"], ["Pop", "Rising"], ["Pop", "Schriver"], ["Pop", "Smith"], ["Pop", "Snyder"], ["Pop", "Swett"], ["Pop", "Tate"], ["Pop", "Williams"], ["Pop-boy", "Smith"], ["Porfi", "Altamirano"], ["Porter", "Vaughan"], ["Possum", "Whitted"], ["Preacher", "Roe"], ["Prentice", "Redman"], ["Press", "Cruthers"], ["Preston", "Claiborne"], ["Preston", "Gomez"], ["Preston", "Guilmet"], ["Preston", "Hanna"], ["Preston", "Tucker"], ["Preston", "Ward"], ["Preston", "Wilson"], ["Pretzel", "Pezzullo"], ["Pretzels", "Getzien"], ["Prince", "Fielder"], ["Prince", "Oana"], ["Pryor", "McBee"], ["Pryor", "McElveen"], ["Puchy", "Delgado"], ["Pud", "Galvin"], ["Pug", "Bennett"], ["Pug", "Cavet"], ["Pug", "Griffin"], ["Pumpsie", "Green"], ["Punch", "Knoll"], ["Purnal", "Goldy"], ["Pussy", "Tebeau"], ["Putsy", "Caballero"], ["Queenie", "O'Rourke"], ["Quilvio", "Veras"], ["Quincy", "Trouppe"], ["Quinn", "Mack"], ["Quintin", "Berry"], ["Quinton", "McCracken"], ["R C", "Stevens"], ["R. A.", "Dickey"], ["R. J.", "Alvarez"], ["R. J.", "Reynolds"], ["R. J.", "Swindle"], ["Rabbit", "Benton"], ["Rabbit", "Maranville"], ["Rabbit", "Nill"], ["Rabbit", "Robinson"], ["Rabbit", "Warstler"], ["Radhames", "Dykhoff"], ["Radhames", "Liz"], ["Rae", "Blaemire"], ["Rafael", "Almeida"], ["Rafael", "Batista"], ["Rafael", "Belliard"], ["Rafael", "Betancourt"], ["Rafael", "Bournigal"], ["Rafael", "Carmona"], ["Rafael", "Dolis"], ["Rafael", "Furcal"], ["Rafael", "Landestoy"], ["Rafael", "Lopez"], ["Rafael", "Martin"], ["Rafael", "Medina"], ["Rafael", "Montalvo"], ["Rafael", "Montero"], ["Rafael", "Novoa"], ["Rafael", "Ortega"], ["Rafael", "Palmeiro"], ["Rafael", "Perez"], ["Rafael", "Quirico"], ["Rafael", "Ramirez"], ["Rafael", "Robles"], ["Rafael", "Rodriguez"], ["Rafael", "Roque"], ["Rafael", "Santana"], ["Rafael", "Santo Domingo"], ["Rafael", "Soriano"], ["Rafael", "Valdez"], ["Rafael", "Vasquez"], ["Rafael", "Ynoa"], ["Rags", "Faircloth"], ["Raisel", "Iglesias"], ["Rajai", "Davis"], ["Raleigh", "Aitchison"], ["Ralph", "Beard"], ["Ralph", "Bell"], ["Ralph", "Birkofer"], ["Ralph", "Botting"], ["Ralph", "Branca"], ["Ralph", "Brickner"], ["Ralph", "Bryant"], ["Ralph", "Buxton"], ["Ralph", "Caldwell"], ["Ralph", "Capron"], ["Ralph", "Citarella"], ["Ralph", "Comstock"], ["Ralph", "Edwards"], ["Ralph", "Erickson"], ["Ralph", "Gagliano"], ["Ralph", "Garcia"], ["Ralph", "Garr"], ["Ralph", "Glaze"], ["Ralph", "Good"], ["Ralph", "Ham"], ["Ralph", "Hamner"], ["Ralph", "Head"], ["Ralph", "Hodgin"], ["Ralph", "Houk"], ["Ralph", "Judd"], ["Ralph", "Kiner"], ["Ralph", "Kreitz"], ["Ralph", "LaPointe"], ["Ralph", "Lumenti"], ["Ralph", "Mattis"], ["Ralph", "Mauriello"], ["Ralph", "McCabe"], ["Ralph", "McConnaughey"], ["Ralph", "McLaurin"], ["Ralph", "McLeod"], ["Ralph", "Michaels"], ["Ralph", "Miller"], ["Ralph", "Milliard"], ["Ralph", "Mitterling"], ["Ralph", "Onis"], ["Ralph", "Pond"], ["Ralph", "Savidge"], ["Ralph", "Shafer"], ["Ralph", "Sharman"], ["Ralph", "Shinners"], ["Ralph", "Terry"], ["Ralph", "Weigel"], ["Ralph", "Winegarner"], ["Ralph", "Works"], ["Ralph", "Young"], ["Ramiro", "Mendoza"], ["Ramiro", "Pena"], ["Ramon", "Aviles"], ["Ramon", "Cabrera"], ["Ramon", "Caraballo"], ["Ramon", "Castro"], ["Ramon", "Conde"], ["Ramon", "Fermin"], ["Ramon", "Flores"], ["Ramon", "Garcia"], ["Ramon", "Hernandez"], ["Ramon", "Lopez"], ["Ramon", "Manon"], ["Ramon", "Martinez"], ["Ramon", "Monzant"], ["Ramon", "Morel"], ["Ramon", "Nivar"], ["Ramon", "Ortiz"], ["Ramon", "Pena"], ["Ramon", "Ramirez"], ["Ramon", "Romero"], ["Ramon", "Santiago"], ["Ramon", "Tatis"], ["Ramon", "Troncoso"], ["Ramon", "Vazquez"], ["Ramon", "Webster"], ["Ramon", "de los Santos"], ["Rance", "Mulliniks"], ["Rance", "Pless"], ["Randal", "Grichuk"], ["Randall", "Delgado"], ["Randall", "Simon"], ["Randor", "Bierd"], ["Randy", "Asadoor"], ["Randy", "Bass"], ["Randy", "Bobb"], ["Randy", "Bockus"], ["Randy", "Brown"], ["Randy", "Bush"], ["Randy", "Byers"], ["Randy", "Choate"], ["Randy", "Elliott"], ["Randy", "Flores"], ["Randy", "Gomez"], ["Randy", "Gumpert"], ["Randy", "Heflin"], ["Randy", "Hennis"], ["Randy", "Hundley"], ["Randy", "Hunt"], ["Randy", "Jackson"], ["Randy", "Johnson"], ["Randy", "Jones"], ["Randy", "Keisler"], ["Randy", "Knorr"], ["Randy", "Kramer"], ["Randy", "Kutcher"], ["Randy", "Lerch"], ["Randy", "Martz"], ["Randy", "McCament"], ["Randy", "McGilberry"], ["Randy", "Messenger"], ["Randy", "Miller"], ["Randy", "Milligan"], ["Randy", "Moffitt"], ["Randy", "Moore"], ["Randy", "Myers"], ["Randy", "Niemann"], ["Randy", "Nosek"], ["Randy", "O'Neal"], ["Randy", "Ready"], ["Randy", "Ruiz"], ["Randy", "Scarbery"], ["Randy", "Schwartz"], ["Randy", "St. Claire"], ["Randy", "Stein"], ["Randy", "Sterling"], ["Randy", "Tate"], ["Randy", "Tomlin"], ["Randy", "Velarde"], ["Randy", "Veres"], ["Randy", "Wells"], ["Randy", "Wiles"], ["Randy", "Williams"], ["Randy", "Winn"], ["Randy", "Wolf"], ["Rankin", "Johnson"], ["Rasty", "Wright"], ["Raudel", "Lazo"], ["Raul", "Casanova"], ["Raul", "Chavez"], ["Raul", "Gonzalez"], ["Raul", "Ibanez"], ["Raul", "Mondesi"], ["Raul", "Sanchez"], ["Raul", "Valdes"], ["Ravelo", "Manzanillo"], ["Rawly", "Eastwick"], ["Ray", "Bare"], ["Ray", "Barker"], ["Ray", "Bates"], ["Ray", "Benge"], ["Ray", "Berres"], ["Ray", "Blades"], ["Ray", "Blemker"], ["Ray", "Boggs"], ["Ray", "Boone"], ["Ray", "Boyd"], ["Ray", "Brown"], ["Ray", "Burris"], ["Ray", "Busse"], ["Ray", "Caldwell"], ["Ray", "Callahan"], ["Ray", "Chadwick"], ["Ray", "Chapman"], ["Ray", "Coleman"], ["Ray", "Collins"], ["Ray", "Corbin"], ["Ray", "Cosey"], ["Ray", "Crone"], ["Ray", "Culp"], ["Ray", "Cunningham"], ["Ray", "Dandridge"], ["Ray", "Daviault"], ["Ray", "Demmitt"], ["Ray", "Dobens"], ["Ray", "Durham"], ["Ray", "Fisher"], ["Ray", "Fitzgerald"], ["Ray", "Flanigan"], ["Ray", "Flaskamper"], ["Ray", "Foley"], ["Ray", "Fontenot"], ["Ray", "Fosse"], ["Ray", "Francis"], ["Ray", "French"], ["Ray", "Gardner"], ["Ray", "Giannelli"], ["Ray", "Goolsby"], ["Ray", "Gordinier"], ["Ray", "Grimes"], ["Ray", "Hamrick"], ["Ray", "Harrell"], ["Ray", "Hartranft"], ["Ray", "Hathaway"], ["Ray", "Hayward"], ["Ray", "Hayworth"], ["Ray", "Herbert"], ["Ray", "Hoffman"], ["Ray", "Holbert"], ["Ray", "Jablonski"], ["Ray", "Jacobs"], ["Ray", "Jansen"], ["Ray", "Jarvis"], ["Ray", "Katt"], ["Ray", "Keating"], ["Ray", "Kennedy"], ["Ray", "King"], ["Ray", "Knight"], ["Ray", "Knode"], ["Ray", "Kolp"], ["Ray", "Krawczyk"], ["Ray", "Kremer"], ["Ray", "Lamanno"], ["Ray", "Lamb"], ["Ray", "Lankford"], ["Ray", "Lucas"], ["Ray", "Mack"], ["Ray", "Martin"], ["Ray", "McDavid"], ["Ray", "Medeiros"], ["Ray", "Miller"], ["Ray", "Miner"], ["Ray", "Montgomery"], ["Ray", "Moore"], ["Ray", "Morehart"], ["Ray", "Morgan"], ["Ray", "Moss"], ["Ray", "Mowe"], ["Ray", "Mueller"], ["Ray", "Murray"], ["Ray", "Narleski"], ["Ray", "Nelson"], ["Ray", "Newman"], ["Ray", "Noble"], ["Ray", "O'Brien"], ["Ray", "Olmedo"], ["Ray", "Oyler"], ["Ray", "Pepper"], ["Ray", "Peters"], ["Ray", "Phelps"], ["Ray", "Pierce"], ["Ray", "Poat"], ["Ray", "Poole"], ["Ray", "Powell"], ["Ray", "Prim"], ["Ray", "Richmond"], ["Ray", "Rippelmeyer"], ["Ray", "Roberts"], ["Ray", "Rohwer"], ["Ray", "Rolling"], ["Ray", "Sadecki"], ["Ray", "Sadler"], ["Ray", "Sanders"], ["Ray", "Scarborough"], ["Ray", "Schalk"], ["Ray", "Schmandt"], ["Ray", "Searage"], ["Ray", "Semproch"], ["Ray", "Shearer"], ["Ray", "Shepardson"], ["Ray", "Shook"], ["Ray", "Shore"], ["Ray", "Smith"], ["Ray", "Soff"], ["Ray", "Starr"], ["Ray", "Steineder"], ["Ray", "Stephens"], ["Ray", "Stoviak"], ["Ray", "Thomas"], ["Ray", "Tift"], ["Ray", "Treadaway"], ["Ray", "Washburn"], ["Ray", "Webster"], ["Ray", "Wolf"], ["Ray", "Yochim"], ["Raymond", "Haley"], ["Razor", "Ledbetter"], ["Razor", "Shines"], ["Reb", "Russell"], ["Rebel", "Oakes"], ["Red", "Adams"], ["Red", "Ames"], ["Red", "Anderson"], ["Red", "Badgro"], ["Red", "Barbary"], ["Red", "Barkley"], ["Red", "Barnes"], ["Red", "Barrett"], ["Red", "Barron"], ["Red", "Bird"], ["Red", "Bittmann"], ["Red", "Bluhm"], ["Red", "Booles"], ["Red", "Borom"], ["Red", "Bowser"], ["Red", "Bullock"], ["Red", "Causey"], ["Red", "Connally"], ["Red", "Corriden"], ["Red", "Cox"], ["Red", "Donahue"], ["Red", "Dooin"], ["Red", "Dorman"], ["Red", "Downey"], ["Red", "Downs"], ["Red", "Durrett"], ["Red", "Ehret"], ["Red", "Embree"], ["Red", "Evans"], ["Red", "Faber"], ["Red", "Fisher"], ["Red", "Gunkel"], ["Red", "Hardy"], ["Red", "Hayworth"], ["Red", "Hill"], ["Red", "Hoff"], ["Red", "Holt"], ["Red", "Howell"], ["Red", "Jones"], ["Red", "Juelich"], ["Red", "Kellett"], ["Red", "Kelly"], ["Red", "Killefer"], ["Red", "Kleinow"], ["Red", "Kress"], ["Red", "Lanning"], ["Red", "Long"], ["Red", "Lucas"], ["Red", "Lutz"], ["Red", "Lynn"], ["Red", "Marion"], ["Red", "Massey"], ["Red", "McDermott"], ["Red", "McKee"], ["Red", "Miller"], ["Red", "Morgan"], ["Red", "Munger"], ["Red", "Munson"], ["Red", "Murff"], ["Red", "Murray"], ["Red", "Nelson"], ["Red", "Nonnenkamp"], ["Red", "Oldham"], ["Red", "Ostergard"], ["Red", "Owens"], ["Red", "Patterson"], ["Red", "Peery"], ["Red", "Phillips"], ["Red", "Proctor"], ["Red", "Roberts"], ["Red", "Rolfe"], ["Red", "Rollings"], ["Red", "Ruffing"], ["Red", "Schillings"], ["Red", "Schoendienst"], ["Red", "Shannon"], ["Red", "Shea"], ["Red", "Sheridan"], ["Red", "Smith"], ["Red", "Smyth"], ["Red", "Steiner"], ["Red", "Swanson"], ["Red", "Thomas"], ["Red", "Torkelson"], ["Red", "Torphy"], ["Red", "Tramback"], ["Red", "Treadway"], ["Red", "Waller"], ["Red", "Webb"], ["Red", "Wilson"], ["Red", "Witt"], ["Red", "Woodhead"], ["Red", "Worthington"], ["Reddy", "Foster"], ["Reddy", "Grey"], ["Reddy", "Mack"], ["Redleg", "Snyder"], ["Reed", "Johnson"], ["Reese", "Diggs"], ["Reeve", "McKay"], ["Reggie", "Abercrombie"], ["Reggie", "Baldwin"], ["Reggie", "Cleveland"], ["Reggie", "Grabowski"], ["Reggie", "Harris"], ["Reggie", "Jackson"], ["Reggie", "Jefferson"], ["Reggie", "Otero"], ["Reggie", "Patterson"], ["Reggie", "Richter"], ["Reggie", "Ritter"], ["Reggie", "Sanders"], ["Reggie", "Smith"], ["Reggie", "Taylor"], ["Reggie", "Walton"], ["Reggie", "Williams"], ["Reggie", "Willits"], ["Regis", "Leheny"], ["Reid", "Brignac"], ["Reid", "Cornelius"], ["Reid", "Gorecki"], ["Reid", "Nichols"], ["Remy", "Hermoso"], ["Ren", "Deagle"], ["Ren", "Kelly"], ["Ren", "Wylie"], ["Rene", "Arocha"], ["Rene", "Gonzales"], ["Rene", "Lachemann"], ["Rene", "Monteagudo"], ["Rene", "Reyes"], ["Rene", "Rivera"], ["Rene", "Tosoni"], ["Rene", "Valdes"], ["Renie", "Martin"], ["Rennie", "Stennett"], ["Reno", "Bertoia"], ["Renyel", "Pinto"], ["Reuben", "Ewing"], ["Rex", "Barney"], ["Rex", "Brothers"], ["Rex", "Cecil"], ["Rex", "Dawson"], ["Rex", "DeVogt"], ["Rex", "Hudler"], ["Rex", "Hudson"], ["Rex", "Johnston"], ["Rex", "Smith"], ["Rey", "Navarro"], ["Rey", "Ordonez"], ["Rey", "Palacios"], ["Rey", "Quinones"], ["Rey", "Sanchez"], ["Reymond", "Fuentes"], ["Reynaldo", "Garcia"], ["Rheal", "Cormier"], ["Rhiner", "Cruz"], ["Rhyne", "Hughes"], ["Ri", "Jones"], ["Ribs", "Raney"], ["Ricardo", "Jordan"], ["Ricardo", "Rincon"], ["Ricardo", "Rodriguez"], ["Ricardo", "Torres"], ["Riccardo", "Ingram"], ["Rich", "Amaral"], ["Rich", "Aude"], ["Rich", "Aurilia"], ["Rich", "Barnes"], ["Rich", "Barry"], ["Rich", "Batchelor"], ["Rich", "Beck"], ["Rich", "Becker"], ["Rich", "Bordi"], ["Rich", "Butler"], ["Rich", "Chiles"], ["Rich", "Coggins"], ["Rich", "Croushore"], ["Rich", "Dauer"], ["Rich", "DeLucia"], ["Rich", "Durning"], ["Rich", "Folkers"], ["Rich", "Gale"], ["Rich", "Garces"], ["Rich", "Gedman"], ["Rich", "Gossage"], ["Rich", "Hacker"], ["Rich", "Hand"], ["Rich", "Harden"], ["Rich", "Hill"], ["Rich", "Hinton"], ["Rich", "Hunter"], ["Rich", "Loiselle"], ["Rich", "McKinney"], ["Rich", "Monteleone"], ["Rich", "Morales"], ["Rich", "Murray"], ["Rich", "Nye"], ["Rich", "Puig"], ["Rich", "Reese"], ["Rich", "Renteria"], ["Rich", "Robertson"], ["Rich", "Rodas"], ["Rich", "Rodriguez"], ["Rich", "Rollins"], ["Rich", "Rowland"], ["Rich", "Rundles"], ["Rich", "Sauveur"], ["Rich", "Scheid"], ["Rich", "Severson"], ["Rich", "Surhoff"], ["Rich", "Thompson"], ["Rich", "Troedson"], ["Rich", "Wortham"], ["Rich", "Yett"], ["Richard", "Dotson"], ["Richard", "Hidalgo"], ["Richie", "Ashburn"], ["Richie", "Barker"], ["Richie", "Hebner"], ["Richie", "Lewis"], ["Richie", "Moloney"], ["Richie", "Myers"], ["Richie", "Scheinblum"], ["Richie", "Sexson"], ["Richie", "Shaffer"], ["Richie", "Zisk"], ["Rick", "Adams"], ["Rick", "Aguilera"], ["Rick", "Anderson"], ["Rick", "Ankiel"], ["Rick", "Auerbach"], ["Rick", "Austin"], ["Rick", "Baldwin"], ["Rick", "Bauer"], ["Rick", "Behenna"], ["Rick", "Bladt"], ["Rick", "Bosetti"], ["Rick", "Burleson"], ["Rick", "Camp"], ["Rick", "Cerone"], ["Rick", "DeHart"], ["Rick", "Dempsey"], ["Rick", "Engle"], ["Rick", "Ferrell"], ["Rick", "Gorecki"], ["Rick", "Grapenthin"], ["Rick", "Greene"], ["Rick", "Heiserman"], ["Rick", "Helling"], ["Rick", "Henninger"], ["Rick", "Herrscher"], ["Rick", "Honeycutt"], ["Rick", "Huisman"], ["Rick", "James"], ["Rick", "Jones"], ["Rick", "Joseph"], ["Rick", "Kester"], ["Rick", "Kreuger"], ["Rick", "Krivda"], ["Rick", "Lancellotti"], ["Rick", "Langford"], ["Rick", "Leach"], ["Rick", "Lisi"], ["Rick", "Luecken"], ["Rick", "Lysander"], ["Rick", "Mahler"], ["Rick", "Manning"], ["Rick", "Matula"], ["Rick", "Miller"], ["Rick", "Monday"], ["Rick", "Ownbey"], ["Rick", "Parker"], ["Rick", "Peters"], ["Rick", "Porcello"], ["Rick", "Reed"], ["Rick", "Reichardt"], ["Rick", "Renick"], ["Rick", "Reuschel"], ["Rick", "Rhoden"], ["Rick", "Rodriguez"], ["Rick", "Sawyer"], ["Rick", "Schu"], ["Rick", "Short"], ["Rick", "Sofield"], ["Rick", "Steirer"], ["Rick", "Stelmaszek"], ["Rick", "Sutcliffe"], ["Rick", "Sweet"], ["Rick", "Waits"], ["Rick", "White"], ["Rick", "Wilkins"], ["Rick", "Williams"], ["Rick", "Wise"], ["Rick", "Wrona"], ["Rick", "van den Hurk"], ["Rickey", "Clark"], ["Rickey", "Cradle"], ["Rickey", "Henderson"], ["Rickey", "Keeton"], ["Rickie", "Weeks"], ["Ricky", "Adams"], ["Ricky", "Bones"], ["Ricky", "Bottalico"], ["Ricky", "Gutierrez"], ["Ricky", "Horton"], ["Ricky", "Jones"], ["Ricky", "Jordan"], ["Ricky", "Ledee"], ["Ricky", "Nelson"], ["Ricky", "Nolasco"], ["Ricky", "Otero"], ["Ricky", "Pickett"], ["Ricky", "Romero"], ["Ricky", "Seilheimer"], ["Ricky", "Stone"], ["Ricky", "Trlicek"], ["Ricky", "Wright"], ["Rico", "Brogna"], ["Rico", "Carty"], ["Rico", "Noel"], ["Rico", "Petrocelli"], ["Rico", "Rossy"], ["Rico", "Washington"], ["Riggs", "Stephenson"], ["Rigo", "Beltran"], ["Rikkert", "Faneyte"], ["Rimp", "Lanier"], ["Rinaldo", "Williams"], ["Rinty", "Monahan"], ["Rip", "Cannell"], ["Rip", "Coleman"], ["Rip", "Collins"], ["Rip", "Conway"], ["Rip", "Hagerman"], ["Rip", "Jordan"], ["Rip", "Radcliff"], ["Rip", "Ragan"], ["Rip", "Repulski"], ["Rip", "Russell"], ["Rip", "Sewell"], ["Rip", "Vowinkel"], ["Rip", "Wade"], ["Rip", "Wheeler"], ["Rip", "Williams"], ["Ripper", "Collins"], ["Rit", "Harrison"], ["Rivington", "Bisland"], ["Rob", "Andrews"], ["Rob", "Bell"], ["Rob", "Belloir"], ["Rob", "Bowen"], ["Rob", "Brantly"], ["Rob", "Butler"], ["Rob", "Deer"], ["Rob", "Delaney"], ["Rob", "Dibble"], ["Rob", "Dressler"], ["Rob", "Ducey"], ["Rob", "Ellis"], ["Rob", "Gardner"], ["Rob", "Johnson"], ["Rob", "Lukachyk"], ["Rob", "Mackowiak"], ["Rob", "Mallicoat"], ["Rob", "Maurer"], ["Rob", "Murphy"], ["Rob", "Natal"], ["Rob", "Nelson"], ["Rob", "Picciolo"], ["Rob", "Radlosky"], ["Rob", "Rasmussen"], ["Rob", "Refsnyder"], ["Rob", "Richie"], ["Rob", "Ryan"], ["Rob", "Sasser"], ["Rob", "Scahill"], ["Rob", "Sperring"], ["Rob", "Stanifer"], ["Rob", "Tejeda"], ["Rob", "Wilfong"], ["Rob", "Woodward"], ["Rob", "Wooten"], ["Robb", "Nen"], ["Robb", "Quinlan"], ["Robbie", "Beckett"], ["Robbie", "Erlin"], ["Robbie", "Grossman"], ["Robbie", "Ray"], ["Robbie", "Ross"], ["Robbie", "Weinhardt"], ["Robbie", "Wine"], ["Robby", "Hammock"], ["Robby", "Thompson"], ["Robert", "Andino"], ["Robert", "Armstrong"], ["Robert", "Brown"], ["Robert", "Carson"], ["Robert", "Coello"], ["Robert", "Dodd"], ["Robert", "Eenhoorn"], ["Robert", "Ellis"], ["Robert", "Fick"], ["Robert", "Foster"], ["Robert", "Gibson"], ["Robert", "Machado"], ["Robert", "Manuel"], ["Robert", "Mosebach"], ["Robert", "Perez"], ["Robert", "Person"], ["Robert", "Ramsay"], ["Robert", "Ray"], ["Robert", "Stevens"], ["Roberto", "Alomar"], ["Roberto", "Clemente"], ["Roberto", "Duran"], ["Roberto", "Hernandez"], ["Roberto", "Kelly"], ["Roberto", "Mejia"], ["Roberto", "Novoa"], ["Roberto", "Ortiz"], ["Roberto", "Osuna"], ["Roberto", "Pena"], ["Roberto", "Perez"], ["Roberto", "Petagine"], ["Roberto", "Ramirez"], ["Roberto", "Rivera"], ["Roberto", "Rodriguez"], ["Roberto", "Vargas"], ["Robin", "Jennings"], ["Robin", "Roberts"], ["Robin", "Ventura"], ["Robin", "Yount"], ["Robinson", "Cancel"], ["Robinson", "Cano"], ["Robinson", "Checo"], ["Robinson", "Chirinos"], ["Robinzon", "Diaz"], ["Rocco", "Baldelli"], ["Rocky", "Biddle"], ["Rocky", "Bridges"], ["Rocky", "Cherry"], ["Rocky", "Childress"], ["Rocky", "Colavito"], ["Rocky", "Coppinger"], ["Rocky", "Gale"], ["Rocky", "Krsnich"], ["Rocky", "Nelson"], ["Rocky", "Stone"], ["Rod", "Allen"], ["Rod", "Barajas"], ["Rod", "Beck"], ["Rod", "Bolton"], ["Rod", "Booker"], ["Rod", "Brewer"], ["Rod", "Carew"], ["Rod", "Correia"], ["Rod", "Craig"], ["Rod", "Dedeaux"], ["Rod", "Gaspar"], ["Rod", "Gilbreath"], ["Rod", "Graber"], ["Rod", "Henderson"], ["Rod", "Kanehl"], ["Rod", "Lindsey"], ["Rod", "Miller"], ["Rod", "Myers"], ["Rod", "Nichols"], ["Rod", "Scurry"], ["Rodney", "McCray"], ["Rodney", "Myers"], ["Rodney", "Scott"], ["Rodrigo", "Lopez"], ["Rodrigo", "Rosario"], ["Roe", "Skidmore"], ["Roenis", "Elias"], ["Rogelio", "Alvarez"], ["Rogelio", "Martinez"], ["Roger", "Bailey"], ["Roger", "Bernadina"], ["Roger", "Bowman"], ["Roger", "Bresnahan"], ["Roger", "Carey"], ["Roger", "Cedeno"], ["Roger", "Clemens"], ["Roger", "Connor"], ["Roger", "Craig"], ["Roger", "Deago"], ["Roger", "Denzer"], ["Roger", "Erickson"], ["Roger", "Freed"], ["Roger", "Hambright"], ["Roger", "Holt"], ["Roger", "Kieschnick"], ["Roger", "LaFrancois"], ["Roger", "Maris"], ["Roger", "Marquis"], ["Roger", "Mason"], ["Roger", "McCardell"], ["Roger", "McDowell"], ["Roger", "McKee"], ["Roger", "Metzger"], ["Roger", "Miller"], ["Roger", "Moret"], ["Roger", "Nelson"], ["Roger", "Pavlik"], ["Roger", "Peckinpaugh"], ["Roger", "Repoz"], ["Roger", "Salkeld"], ["Roger", "Salmon"], ["Roger", "Samuels"], ["Roger", "Slagle"], ["Roger", "Smithberg"], ["Roger", "Weaver"], ["Roger", "Wolff"], ["Rogers", "Hornsby"], ["Roland", "Gladu"], ["Roland", "Hemond"], ["Roland", "Howell"], ["Roland", "de la Maza"], ["Rolando", "Arrojo"], ["Rolando", "Roomes"], ["Rolla", "Daringer"], ["Rolla", "Mapel"], ["Rollie", "Fingers"], ["Rollie", "Hemsley"], ["Rollie", "Naylor"], ["Rollie", "Sheldon"], ["Rollie", "Stiles"], ["Rollie", "Zeider"], ["Rollin", "Cook"], ["Roman", "Colon"], ["Roman", "Mejias"], ["Roman", "Mendez"], ["Rome", "Chambers"], ["Rommie", "Lewis"], ["Romulo", "Sanchez"], ["Ron", "Allen"], ["Ron", "Blackburn"], ["Ron", "Blazier"], ["Ron", "Blomberg"], ["Ron", "Brand"], ["Ron", "Bryant"], ["Ron", "Calloway"], ["Ron", "Campbell"], ["Ron", "Cash"], ["Ron", "Cey"], ["Ron", "Clark"], ["Ron", "Cook"], ["Ron", "Coomer"], ["Ron", "Darling"], ["Ron", "Davis"], ["Ron", "Diorio"], ["Ron", "Dunn"], ["Ron", "Fairly"], ["Ron", "Flores"], ["Ron", "Gant"], ["Ron", "Gardenhire"], ["Ron", "Guidry"], ["Ron", "Hansen"], ["Ron", "Hassey"], ["Ron", "Henry"], ["Ron", "Herbel"], ["Ron", "Hodges"], ["Ron", "Hunt"], ["Ron", "Jackson"], ["Ron", "Johnson"], ["Ron", "Jones"], ["Ron", "Karkovice"], ["Ron", "Keller"], ["Ron", "Kittle"], ["Ron", "Klimkowski"], ["Ron", "Kline"], ["Ron", "Law"], ["Ron", "LeFlore"], ["Ron", "Locke"], ["Ron", "Lolich"], ["Ron", "Mahay"], ["Ron", "Mathis"], ["Ron", "Meridith"], ["Ron", "Moeller"], ["Ron", "Mrozinski"], ["Ron", "Musselman"], ["Ron", "Necciai"], ["Ron", "Negray"], ["Ron", "Nischwitz"], ["Ron", "Northey"], ["Ron", "Oester"], ["Ron", "Perranoski"], ["Ron", "Piche"], ["Ron", "Pruitt"], ["Ron", "Reed"], ["Ron", "Rightnowar"], ["Ron", "Robinson"], ["Ron", "Roenicke"], ["Ron", "Romanick"], ["Ron", "Samford"], ["Ron", "Santo"], ["Ron", "Schueler"], ["Ron", "Shepherd"], ["Ron", "Shoop"], ["Ron", "Slocum"], ["Ron", "Stillwell"], ["Ron", "Stone"], ["Ron", "Swoboda"], ["Ron", "Taylor"], ["Ron", "Theobald"], ["Ron", "Tingley"], ["Ron", "Tompkins"], ["Ron", "Villone"], ["Ron", "Washington"], ["Ron", "Willis"], ["Ron", "Witmeyer"], ["Ron", "Woods"], ["Ron", "Wotus"], ["Ron", "Wright"], ["Ronald", "Belisario"], ["Ronald", "Torreyes"], ["Rondell", "White"], ["Rondin", "Johnson"], ["Ronn", "Reynolds"], ["Ronnie", "Belliard"], ["Ronny", "Cedeno"], ["Ronny", "Miller"], ["Ronny", "Paulino"], ["Rontrez", "Johnson"], ["Rooney", "Sweeney"], ["Roosevelt", "Brown"], ["Roric", "Harrison"], ["Rosario", "Rodriguez"], ["Roscoe", "Coughlin"], ["Roscoe", "Miller"], ["Rosie", "Rosebraugh"], ["Rosman", "Garcia"], ["Ross", "Barnes"], ["Ross", "Baumgarten"], ["Ross", "Detwiler"], ["Ross", "Gload"], ["Ross", "Grimsley"], ["Ross", "Jones"], ["Ross", "Moschitto"], ["Ross", "Ohlendorf"], ["Ross", "Powell"], ["Ross", "Reynolds"], ["Ross", "Wolf"], ["Ross", "Youngs"], ["Rosy", "Ryan"], ["Rougned", "Odor"], ["Rowdy", "Elliott"], ["Rowland", "Office"], ["Roxey", "Roach"], ["Roxie", "Lawson"], ["Roxy", "Snipes"], ["Roxy", "Walters"], ["Roy", "Beecher"], ["Roy", "Branch"], ["Roy", "Brashear"], ["Roy", "Bruner"], ["Roy", "Campanella"], ["Roy", "Carlyle"], ["Roy", "Castleton"], ["Roy", "Clark"], ["Roy", "Corcoran"], ["Roy", "Corhan"], ["Roy", "Crabb"], ["Roy", "Crumpler"], ["Roy", "Cullenbine"], ["Roy", "Dietzel"], ["Roy", "Easterwood"], ["Roy", "Ellam"], ["Roy", "Elsh"], ["Roy", "Evans"], ["Roy", "Face"], ["Roy", "Foster"], ["Roy", "Gleason"], ["Roy", "Golden"], ["Roy", "Graham"], ["Roy", "Grimes"], ["Roy", "Grover"], ["Roy", "Halladay"], ["Roy", "Hansen"], ["Roy", "Hartsfield"], ["Roy", "Hartzell"], ["Roy", "Hawes"], ["Roy", "Heiser"], ["Roy", "Henshaw"], ["Roy", "Hitt"], ["Roy", "Howell"], ["Roy", "Hughes"], ["Roy", "Hutson"], ["Roy", "Jarvis"], ["Roy", "Johnson"], ["Roy", "Joiner"], ["Roy", "Lee"], ["Roy", "Leslie"], ["Roy", "Luebbe"], ["Roy", "Mahaffey"], ["Roy", "McMillan"], ["Roy", "Meeker"], ["Roy", "Mitchell"], ["Roy", "Moore"], ["Roy", "Moran"], ["Roy", "Nichols"], ["Roy", "Oswalt"], ["Roy", "Parker"], ["Roy", "Parmelee"], ["Roy", "Partee"], ["Roy", "Patterson"], ["Roy", "Radebaugh"], ["Roy", "Sanders"], ["Roy", "Schalk"], ["Roy", "Sherid"], ["Roy", "Sievers"], ["Roy", "Smalley"], ["Roy", "Smith"], ["Roy", "Spencer"], ["Roy", "Staiger"], ["Roy", "Talcott"], ["Roy", "Thomas"], ["Roy", "Valdes"], ["Roy", "Vaughn"], ["Roy", "Walker"], ["Roy", "Weatherly"], ["Roy", "White"], ["Roy", "Wilkinson"], ["Roy", "Wilson"], ["Roy", "Wise"], ["Roy", "Witherup"], ["Roy", "Wood"], ["Roy", "Wright"], ["Roy", "Zimmerman"], ["Roy Lee", "Jackson"], ["Royce", "Clayton"], ["Royce", "Lint"], ["Royce", "Ring"], ["Royle", "Stillman"], ["Rubby", "De La Rosa"], ["Rube", "Benton"], ["Rube", "Bressler"], ["Rube", "DeGroff"], ["Rube", "Dessau"], ["Rube", "Ehrhardt"], ["Rube", "Ellis"], ["Rube", "Fischer"], ["Rube", "Foster"], ["Rube", "Geyer"], ["Rube", "Kisinger"], ["Rube", "Kroh"], ["Rube", "Lutzke"], ["Rube", "Manning"], ["Rube", "Marquard"], ["Rube", "Marshall"], ["Rube", "Melton"], ["Rube", "Novotney"], ["Rube", "Oldring"], ["Rube", "Parnham"], ["Rube", "Peters"], ["Rube", "Schauer"], ["Rube", "Sellers"], ["Rube", "Vickers"], ["Rube", "Vinson"], ["Rube", "Waddell"], ["Rube", "Walberg"], ["Rube", "Walker"], ["Rube", "Ward"], ["Rube", "Yarrison"], ["Ruben", "Amaro"], ["Ruben", "Gomez"], ["Ruben", "Gotay"], ["Ruben", "Mateo"], ["Ruben", "Quevedo"], ["Ruben", "Rivera"], ["Ruben", "Rodriguez"], ["Ruben", "Sierra"], ["Ruben", "Tejada"], ["Ruddy", "Lugo"], ["Rudy", "Arias"], ["Rudy", "Arroyo"], ["Rudy", "Bell"], ["Rudy", "Hernandez"], ["Rudy", "Hulswitt"], ["Rudy", "Kallio"], ["Rudy", "Kemmler"], ["Rudy", "Kling"], ["Rudy", "Kneisch"], ["Rudy", "Law"], ["Rudy", "Leopold"], ["Rudy", "May"], ["Rudy", "Meoli"], ["Rudy", "Miller"], ["Rudy", "Minarcin"], ["Rudy", "Owens"], ["Rudy", "Pemberton"], ["Rudy", "Regalado"], ["Rudy", "Rufer"], ["Rudy", "Schwenck"], ["Rudy", "Seanez"], ["Rudy", "Sommers"], ["Rudy", "York"], ["Rufe", "Clarke"], ["Rufe", "Gentry"], ["Rufino", "Linares"], ["Rufus", "Meadows"], ["Rufus", "Smith"], ["Rugger", "Ardizoia"], ["Runelvys", "Hernandez"], ["Rupe", "Toppin"], ["Rupert", "Mills"], ["Ruppert", "Jones"], ["Rusney", "Castillo"], ["Russ", "Adams"], ["Russ", "Bauers"], ["Russ", "Canzler"], ["Russ", "Christopher"], ["Russ", "Davis"], ["Russ", "Derry"], ["Russ", "Ennis"], ["Russ", "Ford"], ["Russ", "Gibson"], ["Russ", "Hall"], ["Russ", "Heman"], ["Russ", "Johnson"], ["Russ", "Kemmerer"], ["Russ", "Kerns"], ["Russ", "Lyon"], ["Russ", "McGinnis"], ["Russ", "McKelvy"], ["Russ", "Meers"], ["Russ", "Meyer"], ["Russ", "Miller"], ["Russ", "Mitchell"], ["Russ", "Morman"], ["Russ", "Nagelson"], ["Russ", "Nixon"], ["Russ", "Ortiz"], ["Russ", "Scarritt"], ["Russ", "Snyder"], ["Russ", "Springer"], ["Russ", "Sullivan"], ["Russ", "Swan"], ["Russ", "Van Atta"], ["Russ", "Wrightstone"], ["Russ", "Young"], ["Russell", "Branyan"], ["Russell", "Martin"], ["Rusty", "Gerhardt"], ["Rusty", "Greer"], ["Rusty", "Kuntz"], ["Rusty", "McNealy"], ["Rusty", "Meacham"], ["Rusty", "Pence"], ["Rusty", "Peters"], ["Rusty", "Richards"], ["Rusty", "Ryal"], ["Rusty", "Saunders"], ["Rusty", "Staub"], ["Rusty", "Tillman"], ["Rusty", "Torres"], ["Rusty", "Yarnall"], ["Ryan", "Adams"], ["Ryan", "Bowen"], ["Ryan", "Bradley"], ["Ryan", "Brasier"], ["Ryan", "Braun"], ["Ryan", "Brett"], ["Ryan", "Buchter"], ["Ryan", "Budde"], ["Ryan", "Bukvich"], ["Ryan", "Christenson"], ["Ryan", "Church"], ["Ryan", "Cook"], ["Ryan", "Dempster"], ["Ryan", "Dennick"], ["Ryan", "Doumit"], ["Ryan", "Drese"], ["Ryan", "Dull"], ["Ryan", "Feierabend"], ["Ryan", "Flaherty"], ["Ryan", "Franklin"], ["Ryan", "Freel"], ["Ryan", "Garko"], ["Ryan", "Glynn"], ["Ryan", "Goins"], ["Ryan", "Hancock"], ["Ryan", "Hanigan"], ["Ryan", "Hawblitzel"], ["Ryan", "Howard"], ["Ryan", "Jackson"], ["Ryan", "Jensen"], ["Ryan", "Jorgensen"], ["Ryan", "Kalish"], ["Ryan", "Karp"], ["Ryan", "Kelly"], ["Ryan", "Klesko"], ["Ryan", "Kohlmeier"], ["Ryan", "Kurosaki"], ["Ryan", "LaMarre"], ["Ryan", "Langerhans"], ["Ryan", "Lavarnway"], ["Ryan", "Lollis"], ["Ryan", "Long"], ["Ryan", "Ludwick"], ["Ryan", "Madson"], ["Ryan", "Mattheus"], ["Ryan", "McGuire"], ["Ryan", "Minor"], ["Ryan", "Nye"], ["Ryan", "O'Malley"], ["Ryan", "O'Rourke"], ["Ryan", "Perry"], ["Ryan", "Pressly"], ["Ryan", "Raburn"], ["Ryan", "Radmanovich"], ["Ryan", "Reid"], ["Ryan", "Roberts"], ["Ryan", "Rohlinger"], ["Ryan", "Rowland-Smith"], ["Ryan", "Rua"], ["Ryan", "Rupe"], ["Ryan", "Sadowski"], ["Ryan", "Shealy"], ["Ryan", "Snare"], ["Ryan", "Speier"], ["Ryan", "Spilborghs"], ["Ryan", "Strausborger"], ["Ryan", "Sweeney"], ["Ryan", "Tepera"], ["Ryan", "Theriot"], ["Ryan", "Thompson"], ["Ryan", "Tucker"], ["Ryan", "Verdugo"], ["Ryan", "Vogelsong"], ["Ryan", "Wagner"], ["Ryan", "Webb"], ["Ryan", "Weber"], ["Ryan", "Wheeler"], ["Ryan", "Zimmerman"], ["Rymer", "Liriano"], ["Ryne", "Duren"], ["Ryne", "Sandberg"], ["Rynie", "Wolters"], ["Ryota", "Igarashi"], ["Sad Sam", "Jones"], ["Sadie", "Houck"], ["Sadie", "McMahon"], ["Sailor", "Stroud"], ["Sal", "Bando"], ["Sal", "Butera"], ["Sal", "Campfield"], ["Sal", "Campisi"], ["Sal", "Fasano"], ["Sal", "Gliatto"], ["Sal", "Madrid"], ["Sal", "Maglie"], ["Sal", "Yvars"], ["Salome", "Barojas"], ["Salomon", "Torres"], ["Salty", "Parker"], ["Salvador", "Perez"], ["Sam", "Agnew"], ["Sam", "Barkley"], ["Sam", "Barnes"], ["Sam", "Bohne"], ["Sam", "Bowen"], ["Sam", "Bowens"], ["Sam", "Brenegan"], ["Sam", "Brown"], ["Sam", "Calderone"], ["Sam", "Campbell"], ["Sam", "Chapman"], ["Sam", "Childs"], ["Sam", "Covington"], ["Sam", "Crane"], ["Sam", "Crawford"], ["Sam", "Dailey"], ["Sam", "Deduno"], ["Sam", "Demel"], ["Sam", "Dente"], ["Sam", "Dodge"], ["Sam", "Dungan"], ["Sam", "Dyson"], ["Sam", "Edmonston"], ["Sam", "Ewing"], ["Sam", "Field"], ["Sam", "File"], ["Sam", "Fishburn"], ["Sam", "Fletcher"], ["Sam", "Freeman"], ["Sam", "Frock"], ["Sam", "Fuld"], ["Sam", "Gentile"], ["Sam", "Gibson"], ["Sam", "Gillen"], ["Sam", "Gray"], ["Sam", "Hairston"], ["Sam", "Harshaney"], ["Sam", "Hinds"], ["Sam", "Hope"], ["Sam", "Horn"], ["Sam", "Jackson"], ["Sam", "Jethroe"], ["Sam", "Jones"], ["Sam", "Khalifa"], ["Sam", "Kimber"], ["Sam", "King"], ["Sam", "LaRocque"], ["Sam", "Lanford"], ["Sam", "Langford"], ["Sam", "LeCure"], ["Sam", "Leever"], ["Sam", "Leslie"], ["Sam", "Lowry"], ["Sam", "Marsonek"], ["Sam", "Mayer"], ["Sam", "McConnell"], ["Sam", "McDowell"], ["Sam", "McMackin"], ["Sam", "Mejias"], ["Sam", "Mele"], ["Sam", "Mertes"], ["Sam", "Militello"], ["Sam", "Moffet"], ["Sam", "Moran"], ["Sam", "Nahem"], ["Sam", "Narron"], ["Sam", "Nicholl"], ["Sam", "Page"], ["Sam", "Parrilla"], ["Sam", "Perlozzo"], ["Sam", "Post"], ["Sam", "Rice"], ["Sam", "Shaw"], ["Sam", "Thompson"], ["Sam", "Trott"], ["Sam", "Tuivailala"], ["Sam", "Vico"], ["Sam", "Weaver"], ["Sam", "West"], ["Sam", "White"], ["Sam", "Wise"], ["Sam", "Woodruff"], ["Sam", "Wright"], ["Sam", "Zoldak"], ["Sammy", "Curran"], ["Sammy", "Drake"], ["Sammy", "Ellis"], ["Sammy", "Esposito"], ["Sammy", "Gervacio"], ["Sammy", "Hale"], ["Sammy", "Holbrook"], ["Sammy", "Meeks"], ["Sammy", "Solis"], ["Sammy", "Sosa"], ["Sammy", "Stewart"], ["Sammy", "Strang"], ["Sammy", "Taylor"], ["Sammy", "Vick"], ["Sammy", "White"], ["Samuel", "Byrd"], ["Sandy", "Alomar"], ["Sandy", "Amoros"], ["Sandy", "Burk"], ["Sandy", "Consuegra"], ["Sandy", "Griffin"], ["Sandy", "Koufax"], ["Sandy", "Leon"], ["Sandy", "Martinez"], ["Sandy", "McDermott"], ["Sandy", "McDougal"], ["Sandy", "Nava"], ["Sandy", "Piez"], ["Sandy", "Rosario"], ["Sandy", "Ullrich"], ["Sandy", "Valdespino"], ["Sandy", "Vance"], ["Sandy", "Wihtol"], ["Sang-Hoon", "Lee"], ["Santiago", "Casilla"], ["Santiago", "Guzman"], ["Santiago", "Perez"], ["Santiago", "Ramirez"], ["Santiago", "Rosario"], ["Santo", "Alcala"], ["Sap", "Randall"], ["Sarge", "Connally"], ["Satchel", "Paige"], ["Satoru", "Komiyama"], ["Saul", "Rivera"], ["Saul", "Rogovin"], ["Scarborough", "Green"], ["Scat", "Metha"], ["Schoolboy", "Rowe"], ["Scipio", "Spinks"], ["Scoops", "Carey"], ["Scooter", "Gennett"], ["Scot", "Shields"], ["Scot", "Thompson"], ["Scott", "Aldred"], ["Scott", "Alexander"], ["Scott", "Anderson"], ["Scott", "Arnold"], ["Scott", "Atchison"], ["Scott", "Bailes"], ["Scott", "Baker"], ["Scott", "Bankhead"], ["Scott", "Barnes"], ["Scott", "Bradley"], ["Scott", "Brosius"], ["Scott", "Brow"], ["Scott", "Brown"], ["Scott", "Bullett"], ["Scott", "Carroll"], ["Scott", "Cary"], ["Scott", "Cassidy"], ["Scott", "Chiamparino"], ["Scott", "Chiasson"], ["Scott", "Coolbaugh"], ["Scott", "Cooper"], ["Scott", "Copeland"], ["Scott", "Cousins"], ["Scott", "Davison"], ["Scott", "Diamond"], ["Scott", "Dohmann"], ["Scott", "Downs"], ["Scott", "Dunn"], ["Scott", "Earl"], ["Scott", "Elarton"], ["Scott", "Elbert"], ["Scott", "Erickson"], ["Scott", "Eyre"], ["Scott", "Feldman"], ["Scott", "Fletcher"], ["Scott", "Forster"], ["Scott", "Fredrickson"], ["Scott", "Garrelts"], ["Scott", "Hairston"], ["Scott", "Hardesty"], ["Scott", "Hastings"], ["Scott", "Hatteberg"], ["Scott", "Hemond"], ["Scott", "Holman"], ["Scott", "Jordan"], ["Scott", "Kamieniecki"], ["Scott", "Karl"], ["Scott", "Kazmir"], ["Scott", "Klingenbeck"], ["Scott", "Leius"], ["Scott", "Lewis"], ["Scott", "Linebrink"], ["Scott", "Little"], ["Scott", "Livingstone"], ["Scott", "Loucks"], ["Scott", "Lusader"], ["Scott", "Lydy"], ["Scott", "MacRae"], ["Scott", "Maine"], ["Scott", "Mathieson"], ["Scott", "May"], ["Scott", "McClain"], ["Scott", "McGough"], ["Scott", "McGregor"], ["Scott", "Medvin"], ["Scott", "Meyer"], ["Scott", "Moore"], ["Scott", "Mullen"], ["Scott", "Munninghoff"], ["Scott", "Munter"], ["Scott", "Nielsen"], ["Scott", "Northey"], ["Scott", "Oberg"], ["Scott", "Olsen"], ["Scott", "Patterson"], ["Scott", "Perry"], ["Scott", "Podsednik"], ["Scott", "Pose"], ["Scott", "Proctor"], ["Scott", "Radinsky"], ["Scott", "Randall"], ["Scott", "Reid"], ["Scott", "Rice"], ["Scott", "Richmond"], ["Scott", "Rolen"], ["Scott", "Ruffcorn"], ["Scott", "Ruskin"], ["Scott", "Sanders"], ["Scott", "Sanderson"], ["Scott", "Sauerbeck"], ["Scott", "Schebler"], ["Scott", "Schoeneweis"], ["Scott", "Scudder"], ["Scott", "Seabol"], ["Scott", "Servais"], ["Scott", "Service"], ["Scott", "Sheldon"], ["Scott", "Sizemore"], ["Scott", "Snodgress"], ["Scott", "Sobkowiak"], ["Scott", "Spiezio"], ["Scott", "Stahoviak"], ["Scott", "Stewart"], ["Scott", "Stratton"], ["Scott", "Strickland"], ["Scott", "Sullivan"], ["Scott", "Taylor"], ["Scott", "Terry"], ["Scott", "Thorman"], ["Scott", "Ullger"], ["Scott", "Van Slyke"], ["Scott", "Watkins"], ["Scott", "Wiggins"], ["Scott", "Williamson"], ["Scott", "Winchester"], ["Scotti", "Madison"], ["Scottie", "Slayback"], ["Scotty", "Alcock"], ["Scotty", "Barr"], ["Scotty", "Ingerton"], ["Scrappy", "Carroll"], ["Scrappy", "Moore"], ["Sean", "Barker"], ["Sean", "Bergman"], ["Sean", "Berry"], ["Sean", "Burnett"], ["Sean", "Burroughs"], ["Sean", "Casey"], ["Sean", "DePaula"], ["Sean", "Doolittle"], ["Sean", "Douglass"], ["Sean", "Gallagher"], ["Sean", "Gilmartin"], ["Sean", "Green"], ["Sean", "Halton"], ["Sean", "Henn"], ["Sean", "Kazmar"], ["Sean", "Lawrence"], ["Sean", "Lowe"], ["Sean", "Maloney"], ["Sean", "Marshall"], ["Sean", "Mulligan"], ["Sean", "Nolin"], ["Sean", "O'Sullivan"], ["Sean", "Rodriguez"], ["Sean", "Runyan"], ["Sean", "Spencer"], ["Sean", "Tracey"], ["Sean", "West"], ["Sean", "White"], ["Sean", "Whiteside"], ["Sendy", "Rleal"], ["Sergio", "Escalona"], ["Sergio", "Ferrer"], ["Sergio", "Mitre"], ["Sergio", "Robles"], ["Sergio", "Romo"], ["Sergio", "Santos"], ["Sergio", "Valdez"], ["Seth", "Etherton"], ["Seth", "Greisinger"], ["Seth", "Maness"], ["Seth", "McClung"], ["Seth", "Morehead"], ["Seth", "Rosin"], ["Seth", "Sigsby"], ["Seth", "Smith"], ["Severino", "Gonzalez"], ["Shad", "Barry"], ["Shad", "Williams"], ["Shadow", "Pyle"], ["Shae", "Simmons"], ["Shag", "Shaughnessy"], ["Shag", "Thompson"], ["Shags", "Horan"], ["Shairon", "Martis"], ["Shane", "Andrews"], ["Shane", "Bowers"], ["Shane", "Costa"], ["Shane", "Greene"], ["Shane", "Halter"], ["Shane", "Komine"], ["Shane", "Lindsay"], ["Shane", "Loux"], ["Shane", "Mack"], ["Shane", "Monahan"], ["Shane", "Nance"], ["Shane", "Peterson"], ["Shane", "Rawley"], ["Shane", "Reynolds"], ["Shane", "Robinson"], ["Shane", "Spencer"], ["Shane", "Turner"], ["Shane", "Victorino"], ["Shane", "Youman"], ["Shannon", "Penn"], ["Shannon", "Stewart"], ["Shannon", "Withem"], ["Shano", "Collins"], ["Shanty", "Hogan"], ["Shaun", "Fitzmaurice"], ["Shaun", "Marcum"], ["Shawn", "Abner"], ["Shawn", "Armstrong"], ["Shawn", "Barton"], ["Shawn", "Boskie"], ["Shawn", "Camp"], ["Shawn", "Chacon"], ["Shawn", "Estes"], ["Shawn", "Gilbert"], ["Shawn", "Green"], ["Shawn", "Hare"], ["Shawn", "Hill"], ["Shawn", "Hillegas"], ["Shawn", "Holman"], ["Shawn", "Jeter"], ["Shawn", "Kelley"], ["Shawn", "O'Malley"], ["Shawn", "Riggans"], ["Shawn", "Sedlacek"], ["Shawn", "Tolleson"], ["Shawn", "Wooten"], ["Shawon", "Dunston"], ["Shayne", "Bennett"], ["She", "Donahue"], ["Shea", "Hillenbrand"], ["Shelby", "Miller"], ["Sheldon", "Burnside"], ["Sheldon", "Jones"], ["Sheldon", "Lejeune"], ["Sheldon", "Mallory"], ["Shelley", "Duncan"], ["Sheriff", "Blake"], ["Sherm", "Lollar"], ["Sherman", "Corbett"], ["Sherman", "Edwards"], ["Sherman", "Jones"], ["Sherman", "Obando"], ["Sherry", "Magee"], ["Sherry", "Robertson"], ["Sherry", "Smith"], ["Shigetoshi", "Hasegawa"], ["Shin-Soo", "Choo"], ["Shingo", "Takatsu"], ["Shoeless Joe", "Jackson"], ["Shooty", "Babitt"], ["Shorty", "Dee"], ["Shorty", "Des Jardien"], ["Shorty", "Fuller"], ["Shorty", "Gallagher"], ["Shorty", "Howe"], ["Shovel", "Hodge"], ["Showboat", "Fisher"], ["Si", "Johnson"], ["Si", "Pauxtis"], ["Sibby", "Sisti"], ["Sid", "Benton"], ["Sid", "Bream"], ["Sid", "Farrar"], ["Sid", "Fernandez"], ["Sid", "Gautreaux"], ["Sid", "Gordon"], ["Sid", "Graves"], ["Sid", "Hudson"], ["Sid", "Monge"], ["Sid", "Peterson"], ["Sid", "Roberson"], ["Sid", "Schacht"], ["Sid", "Womack"], ["Sidney", "Ponson"], ["Sig", "Broskie"], ["Sig", "Gryska"], ["Sig", "Jakucki"], ["Sil", "Campusano"], ["Silver", "Flint"], ["Silver", "King"], ["Silvino", "Bracho"], ["Silvio", "Martinez"], ["Sim", "Bullas"], ["Simmy", "Murch"], ["Simon", "Castro"], ["Simon", "Nicholls"], ["Simon", "Pond"], ["Sixto", "Lezcano"], ["Skeeter", "Barnes"], ["Skeeter", "Kell"], ["Skeeter", "Newsome"], ["Skeeter", "Scalzi"], ["Skeeter", "Shelton"], ["Skeeter", "Webb"], ["Skel", "Roach"], ["Ski", "Melillo"], ["Skinny", "Graham"], ["Skinny", "O'Neal"], ["Skip", "Dowd"], ["Skip", "Guinn"], ["Skip", "James"], ["Skip", "Jutze"], ["Skip", "Lockwood"], ["Skip", "Pitlock"], ["Skip", "Schumaker"], ["Skipper", "Friday"], ["Skipper", "Roberts"], ["Skippy", "Roberge"], ["Skyrocket", "Smith"], ["Slade", "Heathcott"], ["Slats", "Jordan"], ["Sled", "Allen"], ["Sleeper", "Sullivan"], ["Slick", "Castleman"], ["Slick", "Coffman"], ["Slicker", "Parks"], ["Slim", "Embry"], ["Slim", "Emmerich"], ["Slim", "Harrell"], ["Slim", "Harriss"], ["Slim", "Love"], ["Slim", "McGrew"], ["Slim", "Sallee"], ["Sloppy", "Thurston"], ["Slow Joe", "Doyle"], ["Smead", "Jolley"], ["Smokey Joe", "Williams"], ["Smoky", "Burgess"], ["Smoky Joe", "Wood"], ["Snake", "Deal"], ["Snake", "Henry"], ["Snake", "Wiltse"], ["Snapper", "Kennedy"], ["Snipe", "Conley"], ["Snipe", "Hansen"], ["Snooks", "Dowd"], ["Snuffy", "Stirnweiss"], ["So", "Taguchi"], ["Socks", "Seibold"], ["Socks", "Seybold"], ["Socrates", "Brito"], ["Sol", "Carter"], ["Sol", "White"], ["Solly", "Drake"], ["Solly", "Hemus"], ["Solly", "Hofman"], ["Solly", "Salisbury"], ["Sonny", "Dixon"], ["Sonny", "Gray"], ["Sonny", "Hoffman"], ["Sonny", "Jackson"], ["Sonny", "Ruberto"], ["Sonny", "Senerchia"], ["Sonny", "Siebert"], ["Soup", "Campbell"], ["Spades", "Wood"], ["Sparky", "Adams"], ["Sparky", "Anderson"], ["Sparky", "Lyle"], ["Sparrow", "McCaffrey"], ["Sparrow", "Morton"], ["Spec", "Harkness"], ["Spec", "Shea"], ["Specs", "Toporcer"], ["Speed", "Kelly"], ["Speed", "Martin"], ["Speed", "Walker"], ["Spence", "Harris"], ["Spencer", "Adams"], ["Spencer", "Heath"], ["Spencer", "Patton"], ["Spencer", "Pumpelly"], ["Spider", "Clark"], ["Spider", "Jorgensen"], ["Spider", "Wilhelm"], ["Spike", "Brady"], ["Spike", "Merena"], ["Spike", "Owen"], ["Spike", "Shannon"], ["Spoke", "Emery"], ["Spook", "Jacobs"], ["Sport", "McAllister"], ["Spud", "Chandler"], ["Spud", "Davis"], ["Spud", "Johnson"], ["Squanto", "Wilson"], ["Squire", "Potter"], ["Squiz", "Pillion"], ["Stacy", "Jones"], ["Stan", "Andrews"], ["Stan", "Bahnsen"], ["Stan", "Baumgartner"], ["Stan", "Belinda"], ["Stan", "Benjamin"], ["Stan", "Clarke"], ["Stan", "Cliburn"], ["Stan", "Coveleski"], ["Stan", "Fansler"], ["Stan", "Ferens"], ["Stan", "Galle"], ["Stan", "Goletz"], ["Stan", "Gray"], ["Stan", "Hack"], ["Stan", "Hollmig"], ["Stan", "Javier"], ["Stan", "Jefferson"], ["Stan", "Johnson"], ["Stan", "Jok"], ["Stan", "Klopp"], ["Stan", "Lopata"], ["Stan", "Musial"], ["Stan", "Palys"], ["Stan", "Papi"], ["Stan", "Partenheimer"], ["Stan", "Pawloski"], ["Stan", "Perzanowski"], ["Stan", "Pitula"], ["Stan", "Rees"], ["Stan", "Robison"], ["Stan", "Rojek"], ["Stan", "Royer"], ["Stan", "Spence"], ["Stan", "Spencer"], ["Stan", "Sperry"], ["Stan", "Swanson"], ["Stan", "Thomas"], ["Stan", "Wall"], ["Stan", "Wentzel"], ["Stan", "Williams"], ["Stan", "Yerkes"], ["Starlin", "Castro"], ["Starling", "Marte"], ["Steamboat", "Struss"], ["Steamboat", "Williams"], ["Steamer", "Flanagan"], ["Stefan", "Wever"], ["Stefen", "Romero"], ["Stephen", "Drew"], ["Stephen", "Fife"], ["Stephen", "Larkin"], ["Stephen", "Piscotty"], ["Stephen", "Pryor"], ["Stephen", "Smitherman"], ["Stephen", "Strasburg"], ["Stephen", "Vogt"], ["Sterling", "Hitchcock"], ["Sterling", "Slaughter"], ["Steve", "Adkins"], ["Steve", "Ames"], ["Steve", "Andrade"], ["Steve", "Arlin"], ["Steve", "Avery"], ["Steve", "Bailey"], ["Steve", "Baker"], ["Steve", "Balboni"], ["Steve", "Barber"], ["Steve", "Baron"], ["Steve", "Barr"], ["Steve", "Bechler"], ["Steve", "Bedrosian"], ["Steve", "Behel"], ["Steve", "Bellan"], ["Steve", "Bieser"], ["Steve", "Bilko"], ["Steve", "Biras"], ["Steve", "Blass"], ["Steve", "Blateric"], ["Steve", "Boros"], ["Steve", "Bourgeois"], ["Steve", "Bowling"], ["Steve", "Brady"], ["Steve", "Braun"], ["Steve", "Brodie"], ["Steve", "Brown"], ["Steve", "Brye"], ["Steve", "Buechele"], ["Steve", "Burke"], ["Steve", "Busby"], ["Steve", "Carlton"], ["Steve", "Carter"], ["Steve", "Chitren"], ["Steve", "Christmas"], ["Steve", "Cishek"], ["Steve", "Clevenger"], ["Steve", "Colyer"], ["Steve", "Comer"], ["Steve", "Connelly"], ["Steve", "Cooke"], ["Steve", "Cox"], ["Steve", "Crawford"], ["Steve", "Cummings"], ["Steve", "Curry"], ["Steve", "Davis"], ["Steve", "Decker"], ["Steve", "Delabar"], ["Steve", "Demeter"], ["Steve", "Dignan"], ["Steve", "Dillard"], ["Steve", "Dillon"], ["Steve", "Dixon"], ["Steve", "Dreyer"], ["Steve", "Dunn"], ["Steve", "Dunning"], ["Steve", "Eddy"], ["Steve", "Edlefsen"], ["Steve", "Ellsworth"], ["Steve", "Engel"], ["Steve", "Evans"], ["Steve", "Falteisek"], ["Steve", "Farr"], ["Steve", "Filipowicz"], ["Steve", "Finley"], ["Steve", "Fireovid"], ["Steve", "Foster"], ["Steve", "Foucault"], ["Steve", "Frey"], ["Steve", "Gajkowski"], ["Steve", "Garrison"], ["Steve", "Garvey"], ["Steve", "Geltz"], ["Steve", "Gerkin"], ["Steve", "Gibralter"], ["Steve", "Green"], ["Steve", "Grilli"], ["Steve", "Gromek"], ["Steve", "Hamilton"], ["Steve", "Hammond"], ["Steve", "Hargan"], ["Steve", "Henderson"], ["Steve", "Hertz"], ["Steve", "Holm"], ["Steve", "Hosey"], ["Steve", "Hovley"], ["Steve", "Howard"], ["Steve", "Howe"], ["Steve", "Huntz"], ["Steve", "Jeltz"], ["Steve", "Johnson"], ["Steve", "Jones"], ["Steve", "Karsay"], ["Steve", "Kealey"], ["Steve", "Kemp"], ["Steve", "Kiefer"], ["Steve", "King"], ["Steve", "Kline"], ["Steve", "Korcheck"], ["Steve", "Kraly"], ["Steve", "Kuczek"], ["Steve", "Ladew"], ["Steve", "Lake"], ["Steve", "Larkin"], ["Steve", "Lawson"], ["Steve", "Lembo"], ["Steve", "Libby"], ["Steve", "Lomasney"], ["Steve", "Lombardozzi"], ["Steve", "Lubratich"], ["Steve", "Luebber"], ["Steve", "Lyons"], ["Steve", "Macko"], ["Steve", "Matthias"], ["Steve", "McCatty"], ["Steve", "Melter"], ["Steve", "Mesner"], ["Steve", "Mingori"], ["Steve", "Mintz"], ["Steve", "Montgomery"], ["Steve", "Mura"], ["Steve", "Nagy"], ["Steve", "Nicosia"], ["Steve", "O'Neill"], ["Steve", "Olin"], ["Steve", "Ontiveros"], ["Steve", "Parris"], ["Steve", "Partenheimer"], ["Steve", "Pearce"], ["Steve", "Peek"], ["Steve", "Pegues"], ["Steve", "Peters"], ["Steve", "Phoenix"], ["Steve", "Rachunok"], ["Steve", "Rain"], ["Steve", "Randolph"], ["Steve", "Ratzer"], ["Steve", "Reed"], ["Steve", "Renko"], ["Steve", "Ridzik"], ["Steve", "Rodriguez"], ["Steve", "Rogers"], ["Steve", "Rosenberg"], ["Steve", "Roser"], ["Steve", "Sax"], ["Steve", "Scarsone"], ["Steve", "Schmoll"], ["Steve", "Schrenk"], ["Steve", "Searcy"], ["Steve", "Senteney"], ["Steve", "Shea"], ["Steve", "Shemo"], ["Steve", "Shields"], ["Steve", "Shifflett"], ["Steve", "Shirley"], ["Steve", "Simpson"], ["Steve", "Sinclair"], ["Steve", "Sisco"], ["Steve", "Slayton"], ["Steve", "Smyth"], ["Steve", "Soderstrom"], ["Steve", "Sparks"], ["Steve", "Springer"], ["Steve", "Staggs"], ["Steve", "Stanicek"], ["Steve", "Stemle"], ["Steve", "Stone"], ["Steve", "Stroughter"], ["Steve", "Sundra"], ["Steve", "Susdorf"], ["Steve", "Swetonic"], ["Steve", "Swisher"], ["Steve", "Toole"], ["Steve", "Torrealba"], ["Steve", "Trachsel"], ["Steve", "Trout"], ["Steve", "Wapnick"], ["Steve", "Waterbury"], ["Steve", "Watkins"], ["Steve", "Whitaker"], ["Steve", "White"], ["Steve", "Wilson"], ["Steve", "Wojciechowski"], ["Steve", "Woodard"], ["Steve", "Yeager"], ["Steve", "Yerkes"], ["Steve", "Ziem"], ["Steven", "Hill"], ["Steven", "Jackson"], ["Steven", "Kent"], ["Steven", "Lerud"], ["Steven", "Matz"], ["Steven", "Moya"], ["Steven", "Register"], ["Steven", "Shell"], ["Steven", "Souza"], ["Steven", "Tolleson"], ["Steven", "Wright"], ["Stew", "Bolen"], ["Stew", "Bowers"], ["Stew", "Cliburn"], ["Stew", "Hofferth"], ["Stolmy", "Pimentel"], ["Stoney", "McGlynn"], ["Storm", "Davis"], ["Stover", "McIlwain"], ["Strick", "Shofner"], ["Stu", "Clarke"], ["Stu", "Cole"], ["Stu", "Flythe"], ["Stu", "Locklin"], ["Stu", "Martin"], ["Stu", "Miller"], ["Stu", "Pederson"], ["Stu", "Pomeranz"], ["Stu", "Tate"], ["Stub", "Brown"], ["Stub", "Smith"], ["Stubby", "Clapp"], ["Stubby", "Magner"], ["Stubby", "Overmire"], ["Studs", "Bancker"], ["Stuffy", "McInnis"], ["Stuffy", "Stewart"], ["Stump", "Edington"], ["Stump", "Merrill"], ["Stump", "Weidman"], ["Suds", "Sutherland"], ["Sugar", "Cain"], ["Sugar Ray", "Marimon"], ["Sumner", "Bowman"], ["Sumpter", "Clarke"], ["Sun", "Daly"], ["Sun-Woo", "Kim"], ["Suter", "Sullivan"], ["Swat", "McCabe"], ["Swede", "Carlstrom"], ["Swede", "Larsen"], ["Swede", "Risberg"], ["Sweetbread", "Bailey"], ["Sy", "Rosenthal"], ["Sy", "Studley"], ["Sy", "Sutcliffe"], ["Syd", "Cohen"], ["Syd", "O'Brien"], ["Syd", "Smith"], ["Syl", "Johnson"], ["Syl", "Simon"], ["T. J.", "Beam"], ["T. J.", "Bohn"], ["T. J.", "House"], ["T. J.", "Mathews"], ["T. J.", "McFarland"], ["T. J.", "Tucker"], ["T. R.", "Bryden"], ["Tack", "Wilson"], ["Tacks", "Latimer"], ["Tacks", "Neuer"], ["Tad", "Quinn"], ["Tadahito", "Iguchi"], ["Taffy", "Wright"], ["Taijuan", "Walker"], ["Takahito", "Nomura"], ["Takashi", "Kashiwada"], ["Takashi", "Saito"], ["Talmadge", "Nunnari"], ["Tanner", "Roark"], ["Tanner", "Scheppers"], ["Tanyon", "Sturtze"], ["Tarrik", "Brock"], ["Tavo", "Alvarez"], ["Taylor", "Buchholz"], ["Taylor", "Douthit"], ["Taylor", "Duncan"], ["Taylor", "Featherston"], ["Taylor", "Green"], ["Taylor", "Hill"], ["Taylor", "Jordan"], ["Taylor", "Jungmann"], ["Taylor", "Phillips"], ["Taylor", "Shafer"], ["Taylor", "Tankersley"], ["Taylor", "Teagarden"], ["Taylor", "Thompson"], ["Ted", "Abernathy"], ["Ted", "Beard"], ["Ted", "Blankenship"], ["Ted", "Bowsfield"], ["Ted", "Breitenstein"], ["Ted", "Cather"], ["Ted", "Cieslak"], ["Ted", "Cox"], ["Ted", "Davidson"], ["Ted", "Easterly"], ["Ted", "Ford"], ["Ted", "Goulait"], ["Ted", "Gray"], ["Ted", "Gullic"], ["Ted", "Jourdan"], ["Ted", "Kazanski"], ["Ted", "Kennedy"], ["Ted", "Kleinhans"], ["Ted", "Kluszewski"], ["Ted", "Kubiak"], ["Ted", "Lepcio"], ["Ted", "Lewis"], ["Ted", "Lilly"], ["Ted", "Lyons"], ["Ted", "Martinez"], ["Ted", "Menze"], ["Ted", "Odenwald"], ["Ted", "Olson"], ["Ted", "Pawelek"], ["Ted", "Petoskey"], ["Ted", "Power"], ["Ted", "Reed"], ["Ted", "Sadowski"], ["Ted", "Savage"], ["Ted", "Scheffler"], ["Ted", "Schreiber"], ["Ted", "Sepkowski"], ["Ted", "Simmons"], ["Ted", "Sizemore"], ["Ted", "Sullivan"], ["Ted", "Tappe"], ["Ted", "Turner"], ["Ted", "Uhlaender"], ["Ted", "Welch"], ["Ted", "Wieand"], ["Ted", "Wilborn"], ["Ted", "Wilks"], ["Ted", "Williams"], ["Ted", "Wills"], ["Ted", "Wingfield"], ["Ted", "Wood"], ["Teddy", "Higuera"], ["Teddy", "Kearns"], ["Terrance", "Gore"], ["Terrell", "Lowery"], ["Terrell", "Wade"], ["Terrence", "Long"], ["Terrmel", "Sledge"], ["Terry", "Adams"], ["Terry", "Bell"], ["Terry", "Bevington"], ["Terry", "Blocker"], ["Terry", "Bogener"], ["Terry", "Bradshaw"], ["Terry", "Bross"], ["Terry", "Burrows"], ["Terry", "Clark"], ["Terry", "Collins"], ["Terry", "Connell"], ["Terry", "Cornutt"], ["Terry", "Cox"], ["Terry", "Crowley"], ["Terry", "Enyart"], ["Terry", "Evans"], ["Terry", "Felton"], ["Terry", "Forster"], ["Terry", "Fox"], ["Terry", "Francona"], ["Terry", "Harmon"], ["Terry", "Harper"], ["Terry", "Hughes"], ["Terry", "Humphrey"], ["Terry", "Jones"], ["Terry", "Jorgensen"], ["Terry", "Kennedy"], ["Terry", "Larkin"], ["Terry", "Leach"], ["Terry", "Lee"], ["Terry", "Ley"], ["Terry", "Lyons"], ["Terry", "Mathews"], ["Terry", "McDaniel"], ["Terry", "McDermott"], ["Terry", "McGriff"], ["Terry", "Moore"], ["Terry", "Mulholland"], ["Terry", "Pearson"], ["Terry", "Pendleton"], ["Terry", "Puhl"], ["Terry", "Shumpert"], ["Terry", "Steinbach"], ["Terry", "Taylor"], ["Terry", "Tiffee"], ["Terry", "Turner"], ["Terry", "Wells"], ["Terry", "Whitfield"], ["Terry", "Wilshusen"], ["Tex", "Aulds"], ["Tex", "Carleton"], ["Tex", "Clevenger"], ["Tex", "Covington"], ["Tex", "Erwin"], ["Tex", "Hoffman"], ["Tex", "Hoyle"], ["Tex", "Hughson"], ["Tex", "Jeanes"], ["Tex", "Jones"], ["Tex", "McDonald"], ["Tex", "Nelson"], ["Tex", "Pruiett"], ["Tex", "Shirley"], ["Tex", "Vache"], ["Tex", "Wilson"], ["Tex", "Wisterzil"], ["Thad", "Bosley"], ["Thad", "Tillotson"], ["Thad", "Weber"], ["The Only", "Nolan"], ["Theodore", "Conover"], ["Thomas", "Diamond"], ["Thomas", "Field"], ["Thomas", "Gorman"], ["Thomas", "Griffin"], ["Thomas", "Healy"], ["Thomas", "Howard"], ["Thomas", "Jacquez"], ["Thomas", "Long"], ["Thomas", "Lynch"], ["Thomas", "Maguire"], ["Thomas", "Neal"], ["Thornton", "Kipper"], ["Thornton", "Lee"], ["Thorny", "Hawkes"], ["Thurman", "Munson"], ["Thurman", "Tucker"], ["Tige", "Stone"], ["Tike", "Redman"], ["Tillie", "Shafer"], ["Tillie", "Walker"], ["Tilson", "Brito"], ["Tim", "Barrett"], ["Tim", "Beckham"], ["Tim", "Belcher"], ["Tim", "Belk"], ["Tim", "Birtsas"], ["Tim", "Blackwell"], ["Tim", "Bogar"], ["Tim", "Bowden"], ["Tim", "Burke"], ["Tim", "Byrdak"], ["Tim", "Christman"], ["Tim", "Collins"], ["Tim", "Conroy"], ["Tim", "Cooney"], ["Tim", "Corcoran"], ["Tim", "Costo"], ["Tim", "Crabtree"], ["Tim", "Crews"], ["Tim", "Cullen"], ["Tim", "Davis"], ["Tim", "Dillard"], ["Tim", "Donahue"], ["Tim", "Drew"], ["Tim", "Drummond"], ["Tim", "Federowicz"], ["Tim", "Flannery"], ["Tim", "Flood"], ["Tim", "Foli"], ["Tim", "Fortugno"], ["Tim", "Griesenbeck"], ["Tim", "Hamulack"], ["Tim", "Harikkala"], ["Tim", "Harkness"], ["Tim", "Hendryx"], ["Tim", "Hosley"], ["Tim", "Hudson"], ["Tim", "Hulett"], ["Tim", "Hummel"], ["Tim", "Hurst"], ["Tim", "Hyers"], ["Tim", "Ireland"], ["Tim", "Johnson"], ["Tim", "Jones"], ["Tim", "Jordan"], ["Tim", "Keefe"], ["Tim", "Kubinski"], ["Tim", "Laker"], ["Tim", "Laudner"], ["Tim", "Layana"], ["Tim", "Leary"], ["Tim", "Lincecum"], ["Tim", "Lollar"], ["Tim", "Manning"], ["Tim", "Mauser"], ["Tim", "McCabe"], ["Tim", "McCarver"], ["Tim", "McGinley"], ["Tim", "McIntosh"], ["Tim", "McKeithan"], ["Tim", "McNamara"], ["Tim", "Murchison"], ["Tim", "Murnane"], ["Tim", "Naehring"], ["Tim", "Nordbrook"], ["Tim", "O'Rourke"], ["Tim", "Olson"], ["Tim", "Plodinec"], ["Tim", "Pugh"], ["Tim", "Pyznarski"], ["Tim", "Raines"], ["Tim", "Redding"], ["Tim", "Salmon"], ["Tim", "Scott"], ["Tim", "Sherrill"], ["Tim", "Shinnick"], ["Tim", "Spehr"], ["Tim", "Spooneybarger"], ["Tim", "Stauffer"], ["Tim", "Stoddard"], ["Tim", "Talton"], ["Tim", "Teufel"], ["Tim", "Thompson"], ["Tim", "Tolman"], ["Tim", "Unroe"], ["Tim", "Van Egmond"], ["Tim", "Wakefield"], ["Tim", "Wallach"], ["Tim", "Wood"], ["Tim", "Worrell"], ["Tim", "Young"], ["Timo", "Perez"], ["Timothy", "Jones"], ["Tink", "Riviere"], ["Tink", "Turner"], ["Tino", "Martinez"], ["Tinsley", "Ginn"], ["Tiny", "Bonham"], ["Tiny", "Chaplin"], ["Tiny", "Graham"], ["Tiny", "Osborne"], ["Tip", "O'Neill"], ["Tip", "Tobin"], ["Tippy", "Martinez"], ["Tito", "Francona"], ["Tito", "Fuentes"], ["Tito", "Landrum"], ["Tito", "Navarro"], ["Toad", "Ramsey"], ["Tobi", "Stoner"], ["Toby", "Atwell"], ["Toby", "Borland"], ["Toby", "Hall"], ["Toby", "Harrah"], ["Toby", "Hernandez"], ["Toby", "Lyons"], ["Tod", "Brynan"], ["Tod", "Davis"], ["Tod", "Dennehey"], ["Tod", "Sloan"], ["Todd", "Belitz"], ["Todd", "Benzinger"], ["Todd", "Burns"], ["Todd", "Coffey"], ["Todd", "Cruz"], ["Todd", "Cunningham"], ["Todd", "Dunn"], ["Todd", "Dunwoody"], ["Todd", "Erdos"], ["Todd", "Fischer"], ["Todd", "Frazier"], ["Todd", "Frohwirth"], ["Todd", "Greene"], ["Todd", "Haney"], ["Todd", "Helton"], ["Todd", "Hollandsworth"], ["Todd", "Hundley"], ["Todd", "Jones"], ["Todd", "Linden"], ["Todd", "Pratt"], ["Todd", "Redmond"], ["Todd", "Revenig"], ["Todd", "Ritchie"], ["Todd", "Rizzo"], ["Todd", "Sears"], ["Todd", "Self"], ["Todd", "Steverson"], ["Todd", "Stottlemyre"], ["Todd", "Van Poppel"], ["Todd", "Walker"], ["Todd", "Wellemeyer"], ["Todd", "Williams"], ["Todd", "Worrell"], ["Todd", "Zeile"], ["Togie", "Pittinger"], ["Tom", "Acker"], ["Tom", "Alston"], ["Tom", "Angley"], ["Tom", "Asmussen"], ["Tom", "Baker"], ["Tom", "Bannon"], ["Tom", "Barlow"], ["Tom", "Barrett"], ["Tom", "Barry"], ["Tom", "Berry"], ["Tom", "Bolton"], ["Tom", "Borland"], ["Tom", "Bradley"], ["Tom", "Brennan"], ["Tom", "Brewer"], ["Tom", "Brookens"], ["Tom", "Brown"], ["Tom", "Browning"], ["Tom", "Brunansky"], ["Tom", "Bruno"], ["Tom", "Burgess"], ["Tom", "Burgmeier"], ["Tom", "Burns"], ["Tom", "Burr"], ["Tom", "Buskey"], ["Tom", "Butters"], ["Tom", "Cafego"], ["Tom", "Cahill"], ["Tom", "Candiotti"], ["Tom", "Cantwell"], ["Tom", "Carey"], ["Tom", "Carroll"], ["Tom", "Catterson"], ["Tom", "Cheney"], ["Tom", "Chism"], ["Tom", "Clyde"], ["Tom", "Colcolough"], ["Tom", "Connelly"], ["Tom", "Connolly"], ["Tom", "Cotter"], ["Tom", "Crooke"], ["Tom", "Daley"], ["Tom", "Daly"], ["Tom", "Davey"], ["Tom", "Delahanty"], ["Tom", "Dettore"], ["Tom", "Dixon"], ["Tom", "Dodd"], ["Tom", "Dolan"], ["Tom", "Donohue"], ["Tom", "Donovan"], ["Tom", "Doran"], ["Tom", "Dougherty"], ["Tom", "Downey"], ["Tom", "Dowse"], ["Tom", "Dozier"], ["Tom", "Drake"], ["Tom", "Drees"], ["Tom", "Drohan"], ["Tom", "Dukes"], ["Tom", "Dunbar"], ["Tom", "Earley"], ["Tom", "Edens"], ["Tom", "Egan"], ["Tom", "Evans"], ["Tom", "Evers"], ["Tom", "Ferrick"], ["Tom", "Filer"], ["Tom", "Fisher"], ["Tom", "Fitzsimmons"], ["Tom", "Flanigan"], ["Tom", "Fleming"], ["Tom", "Fletcher"], ["Tom", "Foley"], ["Tom", "Ford"], ["Tom", "Fordham"], ["Tom", "Forster"], ["Tom", "Funk"], ["Tom", "Gastall"], ["Tom", "Gettinger"], ["Tom", "Gillen"], ["Tom", "Gilles"], ["Tom", "Glass"], ["Tom", "Glavine"], ["Tom", "Goodwin"], ["Tom", "Gordon"], ["Tom", "Gorman"], ["Tom", "Gorzelanny"], ["Tom", "Grant"], ["Tom", "Gregorio"], ["Tom", "Grieve"], ["Tom", "Griffin"], ["Tom", "Grubbs"], ["Tom", "Gulley"], ["Tom", "Gunning"], ["Tom", "Hafey"], ["Tom", "Hall"], ["Tom", "Haller"], ["Tom", "Hamilton"], ["Tom", "Harrison"], ["Tom", "Hart"], ["Tom", "Hausman"], ["Tom", "Healey"], ["Tom", "Heintzelman"], ["Tom", "Henke"], ["Tom", "Hernon"], ["Tom", "Herr"], ["Tom", "Herrin"], ["Tom", "Hess"], ["Tom", "Hilgendorf"], ["Tom", "House"], ["Tom", "Hughes"], ["Tom", "Hume"], ["Tom", "Hurd"], ["Tom", "Hutton"], ["Tom", "Jenkins"], ["Tom", "Johnson"], ["Tom", "Jones"], ["Tom", "Jordan"], ["Tom", "Kane"], ["Tom", "Kearns"], ["Tom", "Kelley"], ["Tom", "Kelly"], ["Tom", "Kinslow"], ["Tom", "Kirk"], ["Tom", "Klawitter"], ["Tom", "Knowlson"], ["Tom", "Koehler"], ["Tom", "Kramer"], ["Tom", "Lampkin"], ["Tom", "Lanning"], ["Tom", "Lasorda"], ["Tom", "Lawless"], ["Tom", "Leahy"], ["Tom", "Lee"], ["Tom", "Letcher"], ["Tom", "Lipp"], ["Tom", "Loftus"], ["Tom", "Long"], ["Tom", "Lovelace"], ["Tom", "Lovett"], ["Tom", "Lundstedt"], ["Tom", "Lynch"], ["Tom", "Magrann"], ["Tom", "Maher"], ["Tom", "Makowski"], ["Tom", "Mansell"], ["Tom", "Marsh"], ["Tom", "Martin"], ["Tom", "Mastny"], ["Tom", "McAvoy"], ["Tom", "McBride"], ["Tom", "McCarthy"], ["Tom", "McCreery"], ["Tom", "McGraw"], ["Tom", "McGuire"], ["Tom", "McLaughlin"], ["Tom", "McMillan"], ["Tom", "McNamara"], ["Tom", "Messitt"], ["Tom", "Metcalf"], ["Tom", "Miller"], ["Tom", "Morgan"], ["Tom", "Morrison"], ["Tom", "Morrissey"], ["Tom", "Murphy"], ["Tom", "Murray"], ["Tom", "Nagle"], ["Tom", "Needham"], ["Tom", "Newell"], ["Tom", "Niedenfuer"], ["Tom", "Nieto"], ["Tom", "Niland"], ["Tom", "Norton"], ["Tom", "O'Brien"], ["Tom", "O'Hara"], ["Tom", "O'Malley"], ["Tom", "O'Rourke"], ["Tom", "Oliver"], ["Tom", "Oran"], ["Tom", "Paciorek"], ["Tom", "Padden"], ["Tom", "Pagnozzi"], ["Tom", "Parrott"], ["Tom", "Parsons"], ["Tom", "Patterson"], ["Tom", "Patton"], ["Tom", "Phillips"], ["Tom", "Phoebus"], ["Tom", "Poholsky"], ["Tom", "Poorman"], ["Tom", "Poquette"], ["Tom", "Power"], ["Tom", "Pratt"], ["Tom", "Prince"], ["Tom", "Qualters"], ["Tom", "Quinlan"], ["Tom", "Quinn"], ["Tom", "Raftery"], ["Tom", "Ragland"], ["Tom", "Reilly"], ["Tom", "Richardson"], ["Tom", "Robson"], ["Tom", "Rogers"], ["Tom", "Romano"], ["Tom", "Runnells"], ["Tom", "Ryder"], ["Tom", "Saffell"], ["Tom", "Satriano"], ["Tom", "Seaton"], ["Tom", "Seats"], ["Tom", "Seaver"], ["Tom", "Sexton"], ["Tom", "Shearn"], ["Tom", "Sheehan"], ["Tom", "Shopay"], ["Tom", "Silverio"], ["Tom", "Smith"], ["Tom", "Spencer"], ["Tom", "Stankard"], ["Tom", "Stanton"], ["Tom", "Stouch"], ["Tom", "Sturdivant"], ["Tom", "Sullivan"], ["Tom", "Sunkel"], ["Tom", "Tellmann"], ["Tom", "Tennant"], ["Tom", "Terrell"], ["Tom", "Thobe"], ["Tom", "Thomas"], ["Tom", "Timmermann"], ["Tom", "Tischinski"], ["Tom", "Trebelhorn"], ["Tom", "Tresh"], ["Tom", "Tuckey"], ["Tom", "Turner"], ["Tom", "Umphlett"], ["Tom", "Underwood"], ["Tom", "Upton"], ["Tom", "Urbani"], ["Tom", "Veryzer"], ["Tom", "Vickery"], ["Tom", "Waddell"], ["Tom", "Walker"], ["Tom", "Walsh"], ["Tom", "Whelan"], ["Tom", "Wiedenbauer"], ["Tom", "Wieghaus"], ["Tom", "Wilhelmsen"], ["Tom", "Williams"], ["Tom", "Wilson"], ["Tom", "Winsett"], ["Tom", "Wright"], ["Tom", "Yawkey"], ["Tom", "Yewcic"], ["Tom", "York"], ["Tom", "Zachary"], ["Tomas", "Perez"], ["Tomas", "Telis"], ["Tomas", "de la Rosa"], ["Tommie", "Aaron"], ["Tommie", "Agee"], ["Tommie", "Reynolds"], ["Tommie", "Sisk"], ["Tommy", "Atkins"], ["Tommy", "Beals"], ["Tommy", "Bianco"], ["Tommy", "Boggs"], ["Tommy", "Bond"], ["Tommy", "Bridges"], ["Tommy", "Brown"], ["Tommy", "Byrne"], ["Tommy", "Casey"], ["Tommy", "Clarke"], ["Tommy", "Connolly"], ["Tommy", "Corcoran"], ["Tommy", "Cruz"], ["Tommy", "Davis"], ["Tommy", "Dean"], ["Tommy", "Dowd"], ["Tommy", "Everidge"], ["Tommy", "Fine"], ["Tommy", "Giordano"], ["Tommy", "Glaviano"], ["Tommy", "Gramly"], ["Tommy", "Greene"], ["Tommy", "Gregg"], ["Tommy", "Griffith"], ["Tommy", "Hanson"], ["Tommy", "Harper"], ["Tommy", "Heath"], ["Tommy", "Helms"], ["Tommy", "Henrich"], ["Tommy", "Hinzo"], ["Tommy", "Holmes"], ["Tommy", "Hottovy"], ["Tommy", "Hughes"], ["Tommy", "Hunter"], ["Tommy", "Irwin"], ["Tommy", "John"], ["Tommy", "Johns"], ["Tommy", "Kahnle"], ["Tommy", "La Stella"], ["Tommy", "Layne"], ["Tommy", "Leach"], ["Tommy", "Madden"], ["Tommy", "Manzella"], ["Tommy", "Matchick"], ["Tommy", "McCarthy"], ["Tommy", "McCraw"], ["Tommy", "McMillan"], ["Tommy", "Medica"], ["Tommy", "Mee"], ["Tommy", "Milone"], ["Tommy", "Moore"], ["Tommy", "Murphy"], ["Tommy", "Neill"], ["Tommy", "Nelson"], ["Tommy", "O'Brien"], ["Tommy", "Pham"], ["Tommy", "Phelps"], ["Tommy", "Raub"], ["Tommy", "Reis"], ["Tommy", "Sandt"], ["Tommy", "Sewell"], ["Tommy", "Sheehan"], ["Tommy", "Shields"], ["Tommy", "Smith"], ["Tommy", "Tatum"], ["Tommy", "Taylor"], ["Tommy", "Thevenow"], ["Tommy", "Thomas"], ["Tommy", "Thompson"], ["Tommy", "Toms"], ["Tommy", "Tucker"], ["Tommy", "Vereker"], ["Tommy", "Warren"], ["Tommy", "Watkins"], ["Tommy", "de la Cruz"], ["Tomo", "Ohka"], ["Tony", "Abreu"], ["Tony", "Alvarez"], ["Tony", "Armas"], ["Tony", "Arnold"], ["Tony", "Balsamo"], ["Tony", "Barron"], ["Tony", "Bartirome"], ["Tony", "Batista"], ["Tony", "Bernazard"], ["Tony", "Blanco"], ["Tony", "Boeckel"], ["Tony", "Brewer"], ["Tony", "Brizzolara"], ["Tony", "Brottem"], ["Tony", "Campana"], ["Tony", "Castillo"], ["Tony", "Chevez"], ["Tony", "Cingrani"], ["Tony", "Clark"], ["Tony", "Cloninger"], ["Tony", "Cogan"], ["Tony", "Conigliaro"], ["Tony", "Criscola"], ["Tony", "Cruz"], ["Tony", "Cuccinello"], ["Tony", "Curry"], ["Tony", "Daniels"], ["Tony", "DeFate"], ["Tony", "DeFrancesco"], ["Tony", "DePhillips"], ["Tony", "Eusebio"], ["Tony", "Faeth"], ["Tony", "Fernandez"], ["Tony", "Ferreira"], ["Tony", "Fiore"], ["Tony", "Fossas"], ["Tony", "Freitas"], ["Tony", "Ghelfi"], ["Tony", "Giarratano"], ["Tony", "Giuliani"], ["Tony", "Gonzalez"], ["Tony", "Graffanino"], ["Tony", "Gwynn"], ["Tony", "Hellman"], ["Tony", "Horton"], ["Tony", "Jacobs"], ["Tony", "Johnson"], ["Tony", "Kaufmann"], ["Tony", "Kubek"], ["Tony", "LaRussa"], ["Tony", "Lazzeri"], ["Tony", "Longmire"], ["Tony", "Lupien"], ["Tony", "Mack"], ["Tony", "Madigan"], ["Tony", "Malinosky"], ["Tony", "Martinez"], ["Tony", "McKnight"], ["Tony", "Menendez"], ["Tony", "Mounce"], ["Tony", "Mullane"], ["Tony", "Murphy"], ["Tony", "Murray"], ["Tony", "Muser"], ["Tony", "Oliva"], ["Tony", "Ordenana"], ["Tony", "Parisse"], ["Tony", "Pena"], ["Tony", "Perez"], ["Tony", "Perezchica"], ["Tony", "Phillips"], ["Tony", "Pierce"], ["Tony", "Piet"], ["Tony", "Rego"], ["Tony", "Rensa"], ["Tony", "Robello"], ["Tony", "Rodriguez"], ["Tony", "Roig"], ["Tony", "Sanchez"], ["Tony", "Saunders"], ["Tony", "Scott"], ["Tony", "Scruggs"], ["Tony", "Sipp"], ["Tony", "Smith"], ["Tony", "Solaita"], ["Tony", "Suck"], ["Tony", "Tarasco"], ["Tony", "Taylor"], ["Tony", "Tonneman"], ["Tony", "Torcato"], ["Tony", "Von Fricken"], ["Tony", "Walker"], ["Tony", "Watson"], ["Tony", "Welzer"], ["Tony", "Womack"], ["Tony", "York"], ["Tony", "Zych"], ["Tookie", "Gilbert"], ["Toots", "Coyne"], ["Toots", "Shultz"], ["Topper", "Rigney"], ["Topsy", "Hartsel"], ["Torey", "Lovullo"], ["Torii", "Hunter"], ["Toru", "Murata"], ["Tot", "Pressnell"], ["Trace", "Coquillette"], ["Tracy", "Baker"], ["Tracy", "Jones"], ["Tracy", "Stallard"], ["Tracy", "Woodson"], ["Trader", "Horne"], ["Travis", "Baptist"], ["Travis", "Blackley"], ["Travis", "Bowyer"], ["Travis", "Buck"], ["Travis", "Chapman"], ["Travis", "Chick"], ["Travis", "Dawkins"], ["Travis", "Denker"], ["Travis", "Driskill"], ["Travis", "Fryman"], ["Travis", "Hafner"], ["Travis", "Harper"], ["Travis", "Hughes"], ["Travis", "Ishikawa"], ["Travis", "Jackson"], ["Travis", "Jankowski"], ["Travis", "Lee"], ["Travis", "Metcalf"], ["Travis", "Miller"], ["Travis", "Phelps"], ["Travis", "Schlichting"], ["Travis", "Shaw"], ["Travis", "Smith"], ["Travis", "Snider"], ["Travis", "Tartamella"], ["Travis", "Wood"], ["Travis", "d'Arnaud"], ["Trayce", "Thompson"], ["Trayvon", "Robinson"], ["Trea", "Turner"], ["Trench", "Davis"], ["Trent", "Durrington"], ["Trent", "Hubbard"], ["Trent", "Oeltjen"], ["Trever", "Miller"], ["Trevor", "Bauer"], ["Trevor", "Bell"], ["Trevor", "Brown"], ["Trevor", "Cahill"], ["Trevor", "Crowe"], ["Trevor", "Enders"], ["Trevor", "Gott"], ["Trevor", "Hoffman"], ["Trevor", "May"], ["Trevor", "Plouffe"], ["Trevor", "Rosenthal"], ["Trevor", "Wilson"], ["Trey", "Beamon"], ["Trey", "Hillman"], ["Trey", "Hodges"], ["Trey", "Lunsford"], ["Trey", "Moore"], ["Trick", "McSorley"], ["Tricky", "Nichols"], ["Tripp", "Cromer"], ["Tripp", "Sigman"], ["Tris", "Speaker"], ["Trot", "Nixon"], ["Troy", "Afenir"], ["Troy", "Brohawn"], ["Troy", "Cate"], ["Troy", "Glaus"], ["Troy", "Herriage"], ["Troy", "Mattes"], ["Troy", "Neel"], ["Troy", "O'Leary"], ["Troy", "Patton"], ["Troy", "Percival"], ["Troy", "Puckett"], ["Troy", "Tulowitzki"], ["Truck", "Eagan"], ["Truck", "Hannah"], ["Trystan", "Magnuson"], ["Tsuyoshi", "Nishioka"], ["Tsuyoshi", "Shinjo"], ["Tsuyoshi", "Wada"], ["Tub", "Welch"], ["Tubby", "Spencer"], ["Tuck", "Stainback"], ["Tuck", "Turner"], ["Tucker", "Ashford"], ["Tucker", "Barnhart"], ["Tuffy", "Gosewisch"], ["Tuffy", "Rhodes"], ["Tuffy", "Stewart"], ["Tug", "Arundel"], ["Tug", "Hulett"], ["Tug", "McGraw"], ["Tug", "Thompson"], ["Tug", "Wilson"], ["Tully", "Sparks"], ["Tun", "Berger"], ["Turk", "Farrell"], ["Turk", "Lown"], ["Turk", "Wendell"], ["Turkey", "Gross"], ["Turkey", "Stearnes"], ["Turkey", "Tyson"], ["Turner", "Barber"], ["Turner", "Ward"], ["Twink", "Twining"], ["Ty", "Cline"], ["Ty", "Cobb"], ["Ty", "Gainey"], ["Ty", "Helfrich"], ["Ty", "LaForest"], ["Ty", "Pickup"], ["Ty", "Taubenheim"], ["Ty", "Tyson"], ["Ty", "Van Burkleo"], ["Ty", "Waller"], ["Ty", "Wigginton"], ["Tyler", "Chatwood"], ["Tyler", "Clippard"], ["Tyler", "Cloyd"], ["Tyler", "Collins"], ["Tyler", "Colvin"], ["Tyler", "Cravy"], ["Tyler", "Duffey"], ["Tyler", "Flowers"], ["Tyler", "Graham"], ["Tyler", "Green"], ["Tyler", "Greene"], ["Tyler", "Holt"], ["Tyler", "Houston"], ["Tyler", "Johnson"], ["Tyler", "Ladendorf"], ["Tyler", "Lyons"], ["Tyler", "Matzek"], ["Tyler", "Moore"], ["Tyler", "Olson"], ["Tyler", "Pastornicky"], ["Tyler", "Robertson"], ["Tyler", "Saladino"], ["Tyler", "Skaggs"], ["Tyler", "Thornburg"], ["Tyler", "Wagner"], ["Tyler", "Walker"], ["Tyler", "Wilson"], ["Tyler", "Yates"], ["Tyrell", "Godwin"], ["Tyson", "Brummett"], ["Tyson", "Ross"], ["U. L.", "Washington"], ["Ubaldo", "Heredia"], ["Ubaldo", "Jimenez"], ["Uel", "Eubanks"], ["Ugueth", "Urbina"], ["Uke", "Clanton"], ["Urban", "Shocker"], ["Urbane", "Pickering"], ["Urbano", "Lugo"], ["Vada", "Pinson"], ["Val", "Heim"], ["Val", "Majewski"], ["Val", "Pascucci"], ["Val", "Picinich"], ["Val", "Robinson"], ["Valerio", "De Los Santos"], ["Vallie", "Eaves"], ["Valmy", "Thomas"], ["Van", "Fletcher"], ["Van", "Kelly"], ["Van", "Mungo"], ["Van", "Snider"], ["Vance", "Dinges"], ["Vance", "Law"], ["Vance", "Lovelace"], ["Vance", "McHenry"], ["Vance", "McIlree"], ["Vance", "Page"], ["Vance", "Wilson"], ["Vance", "Worley"], ["Varney", "Anderson"], ["Vaughn", "Eshelman"], ["Vean", "Gregg"], ["Vedie", "Himsl"], ["Verdo", "Elmore"], ["Verle", "Tiefenthaler"], ["Vern", "Benson"], ["Vern", "Bickford"], ["Vern", "Curtis"], ["Vern", "Duncan"], ["Vern", "Fear"], ["Vern", "Freiburger"], ["Vern", "Fuller"], ["Vern", "Geishert"], ["Vern", "Handrahan"], ["Vern", "Holtgrave"], ["Vern", "Hughes"], ["Vern", "Kennedy"], ["Vern", "Law"], ["Vern", "Morgan"], ["Vern", "Olsen"], ["Vern", "Rapp"], ["Vern", "Ruhle"], ["Vern", "Spencer"], ["Vern", "Stephens"], ["Verne", "Clemons"], ["Vernon", "Wells"], ["Vic", "Albury"], ["Vic", "Aldridge"], ["Vic", "Barnhart"], ["Vic", "Black"], ["Vic", "Bradford"], ["Vic", "Correll"], ["Vic", "Darensbourg"], ["Vic", "Davalillo"], ["Vic", "Frazier"], ["Vic", "Harris"], ["Vic", "Janowicz"], ["Vic", "Johnson"], ["Vic", "Keen"], ["Vic", "LaRose"], ["Vic", "Lombardi"], ["Vic", "Power"], ["Vic", "Raschi"], ["Vic", "Rodriguez"], ["Vic", "Roznovsky"], ["Vic", "Saier"], ["Vic", "Sorrell"], ["Vic", "Wertz"], ["Vic", "Willis"], ["Vicente", "Amor"], ["Vicente", "Padilla"], ["Vicente", "Palacios"], ["Vicente", "Romo"], ["Victor", "Alvarez"], ["Victor", "Bernal"], ["Victor", "Cole"], ["Victor", "Cruz"], ["Victor", "Diaz"], ["Victor", "Garate"], ["Victor", "Marte"], ["Victor", "Martinez"], ["Victor", "Mata"], ["Victor", "Rosario"], ["Victor", "Santos"], ["Victor", "Zambrano"], ["Vida", "Blue"], ["Vidal", "Nuno"], ["Vin", "Campbell"], ["Vin", "Mazzaro"], ["Vince", "Barton"], ["Vince", "Belnome"], ["Vince", "Castino"], ["Vince", "Colbert"], ["Vince", "Coleman"], ["Vince", "Dailey"], ["Vince", "DiMaggio"], ["Vince", "Gonzales"], ["Vince", "Horsman"], ["Vince", "Molyneaux"], ["Vince", "Sherlock"], ["Vince", "Shields"], ["Vince", "Shupe"], ["Vince", "Ventura"], ["Vincent", "Maney"], ["Vincent", "Velasquez"], ["Vinegar Bend", "Mizell"], ["Vinnie", "Chulk"], ["Vinnie", "Pestano"], ["Vinnie", "Smith"], ["Vinny", "Castilla"], ["Vinny", "Rottino"], ["Virgil", "Barnes"], ["Virgil", "Cheeves"], ["Virgil", "Jester"], ["Virgil", "Stallcup"], ["Virgil", "Trucks"], ["Virgil", "Vasquez"], ["Vito", "Tamulis"], ["Vito", "Valentinetti"], ["Vive", "Lindaman"], ["Vladimir", "Guerrero"], ["Vladimir", "Nunez"], ["Von", "Hayes"], ["Von", "Joshua"], ["Von", "McDaniel"], ["Waddy", "MacPhee"], ["Wade", "Blasingame"], ["Wade", "Boggs"], ["Wade", "Davis"], ["Wade", "LeBlanc"], ["Wade", "Lefler"], ["Wade", "Miley"], ["Wade", "Miller"], ["Wade", "Rowdon"], ["Wade", "Taylor"], ["Waite", "Hoyt"], ["Waldis", "Joaquin"], ["Walker", "Cooper"], ["Walker", "Cress"], ["Wallace", "Johnson"], ["Wally", "Andrews"], ["Wally", "Backman"], ["Wally", "Berger"], ["Wally", "Bunker"], ["Wally", "Burnette"], ["Wally", "Clement"], ["Wally", "Dashiell"], ["Wally", "Fessenden"], ["Wally", "Flager"], ["Wally", "Gerber"], ["Wally", "Gilbert"], ["Wally", "Goldsmith"], ["Wally", "Hebert"], ["Wally", "Holborow"], ["Wally", "Hood"], ["Wally", "Joyner"], ["Wally", "Judnich"], ["Wally", "Kimmick"], ["Wally", "Kopf"], ["Wally", "Mattick"], ["Wally", "Mayer"], ["Wally", "Millies"], ["Wally", "Moon"], ["Wally", "Moses"], ["Wally", "Pipp"], ["Wally", "Post"], ["Wally", "Rehg"], ["Wally", "Reinecker"], ["Wally", "Ritchie"], ["Wally", "Roettger"], ["Wally", "Schang"], ["Wally", "Shaner"], ["Wally", "Shannon"], ["Wally", "Smith"], ["Wally", "Snell"], ["Wally", "Westlake"], ["Wally", "Whitehurst"], ["Wally", "Wolf"], ["Walt", "Alexander"], ["Walt", "Bashore"], ["Walt", "Bond"], ["Walt", "Chipple"], ["Walt", "Craddock"], ["Walt", "Devoy"], ["Walt", "Dickson"], ["Walt", "Doan"], ["Walt", "Dropo"], ["Walt", "French"], ["Walt", "Goldsby"], ["Walt", "Golvin"], ["Walt", "Herrell"], ["Walt", "Hriniak"], ["Walt", "Huntzinger"], ["Walt", "Irwin"], ["Walt", "Justis"], ["Walt", "Kellner"], ["Walt", "Kinney"], ["Walt", "Kinzie"], ["Walt", "Kuhn"], ["Walt", "Lanfranconi"], ["Walt", "Lerian"], ["Walt", "Leverenz"], ["Walt", "Linden"], ["Walt", "Lynch"], ["Walt", "Marbet"], ["Walt", "Masters"], ["Walt", "Masterson"], ["Walt", "McKeel"], ["Walt", "Meinert"], ["Walt", "Miller"], ["Walt", "Moryn"], ["Walt", "Preston"], ["Walt", "Ripley"], ["Walt", "Schulz"], ["Walt", "Slagle"], ["Walt", "Smallwood"], ["Walt", "Streuli"], ["Walt", "Tauscher"], ["Walt", "Terrell"], ["Walt", "Thomas"], ["Walt", "Tragesser"], ["Walt", "Walker"], ["Walt", "Walsh"], ["Walt", "Weiss"], ["Walt", "Whittaker"], ["Walt", "Williams"], ["Walt", "Wilmot"], ["Walt", "Woods"], ["Walter", "Alston"], ["Walter", "Ancker"], ["Walter", "Anderson"], ["Walter", "Barbare"], ["Walter", "Beall"], ["Walter", "Bernhardt"], ["Walter", "Blair"], ["Walter", "Brown"], ["Walter", "Carlisle"], ["Walter", "Clarkson"], ["Walter", "Coleman"], ["Walter", "Hackett"], ["Walter", "Hewett"], ["Walter", "Holke"], ["Walter", "Johnson"], ["Walter", "Lonergan"], ["Walter", "Morris"], ["Walter", "Moser"], ["Walter", "Mueller"], ["Walter", "Murphy"], ["Walter", "O'Malley"], ["Walter", "Ockey"], ["Walter", "Plock"], ["Walter", "Prince"], ["Walter", "Schmidt"], ["Walter", "Sessi"], ["Walter", "Signer"], ["Walter", "Silva"], ["Walter", "Stephenson"], ["Walter", "Tappan"], ["Walter", "Terry"], ["Walter", "Thornton"], ["Walter", "Wilson"], ["Walter", "Young"], ["Walter", "Zink"], ["Walton", "Cruise"], ["Wandy", "Rodriguez"], ["War", "Sanders"], ["Ward", "Miller"], ["Warner", "Madrigal"], ["Warren", "Bogle"], ["Warren", "Brusstar"], ["Warren", "Cromartie"], ["Warren", "Fitzgerald"], ["Warren", "Giles"], ["Warren", "Gill"], ["Warren", "Hacker"], ["Warren", "Huston"], ["Warren", "McLaughlin"], ["Warren", "Miller"], ["Warren", "Morris"], ["Warren", "Newson"], ["Warren", "Shanabrook"], ["Warren", "Spahn"], ["Warren", "White"], ["Wascar", "Serrano"], ["Wash", "Williams"], ["Washington", "Fulmer"], ["Watch", "Burnham"], ["Wattie", "Holm"], ["Watty", "Clark"], ["Watty", "Lee"], ["Wayland", "Dean"], ["Wayne", "Ambler"], ["Wayne", "Belardi"], ["Wayne", "Cage"], ["Wayne", "Causey"], ["Wayne", "Comer"], ["Wayne", "Edwards"], ["Wayne", "Franklin"], ["Wayne", "Garland"], ["Wayne", "Garrett"], ["Wayne", "Gomes"], ["Wayne", "Graham"], ["Wayne", "Granger"], ["Wayne", "Gross"], ["Wayne", "Housie"], ["Wayne", "Kirby"], ["Wayne", "Krenchicki"], ["Wayne", "LaMaster"], ["Wayne", "McLeland"], ["Wayne", "Nordhagen"], ["Wayne", "Osborne"], ["Wayne", "Redmond"], ["Wayne", "Rosenthal"], ["Wayne", "Schurr"], ["Wayne", "Simpson"], ["Wayne", "Terwilliger"], ["Wayne", "Tolleson"], ["Wayne", "Twitchell"], ["Wayne", "Tyrone"], ["Webb", "Schultz"], ["Webbo", "Clarke"], ["Webster", "Garrison"], ["Wedo", "Martini"], ["Wei-Chung", "Wang"], ["Wei-Yin", "Chen"], ["Welcome", "Gaston"], ["Welday", "Walker"], ["Weldon", "Bowlin"], ["Weldon", "Henley"], ["Weldon", "Wyckoff"], ["Welington", "Castillo"], ["Wendell", "Magee"], ["Wenty", "Ford"], ["Wes", "Bankston"], ["Wes", "Blogg"], ["Wes", "Chamberlain"], ["Wes", "Covington"], ["Wes", "Curry"], ["Wes", "Ferrell"], ["Wes", "Fisler"], ["Wes", "Flowers"], ["Wes", "Gardner"], ["Wes", "Helms"], ["Wes", "Kingdon"], ["Wes", "Littleton"], ["Wes", "Livengood"], ["Wes", "Obermueller"], ["Wes", "Parker"], ["Wes", "Schulmerich"], ["Wes", "Stock"], ["Wes", "Westrum"], ["Wes", "Whisler"], ["Wese", "Callahan"], ["Wesley", "Wright"], ["Whammy", "Douglas"], ["Wheezer", "Dell"], ["Whit", "Wyatt"], ["Whitey", "Alpermann"], ["Whitey", "Ford"], ["Whitey", "Gibson"], ["Whitey", "Glazner"], ["Whitey", "Guese"], ["Whitey", "Herzog"], ["Whitey", "Hilcher"], ["Whitey", "Kurowski"], ["Whitey", "Lockman"], ["Whitey", "Miller"], ["Whitey", "Moore"], ["Whitey", "Ock"], ["Whitey", "Platt"], ["Whitey", "Ritterson"], ["Whitey", "Wietelmann"], ["Whitey", "Wilshere"], ["Whitey", "Wistert"], ["Whitey", "Witt"], ["Wib", "Smith"], ["Wickey", "McAvoy"], ["Wid", "Conroy"], ["Wid", "Matthews"], ["Wiki", "Gonzalez"], ["Wil", "Cordero"], ["Wil", "Culmer"], ["Wil", "Ledezma"], ["Wil", "Myers"], ["Wil", "Nieves"], ["Wilbert", "Robinson"], ["Wilbur", "Cooper"], ["Wilbur", "Fisher"], ["Wilbur", "Good"], ["Wilbur", "Howard"], ["Wilbur", "Murdoch"], ["Wilbur", "Wood"], ["Wilcy", "Moore"], ["Wild Bill", "Luhrsen"], ["Wild Bill", "Widner"], ["Wiley", "Davis"], ["Wiley", "Dunham"], ["Wiley", "Piatt"], ["Wiley", "Taylor"], ["Wilfredo", "Rodriguez"], ["Wilfredo", "Tejada"], ["Wilfredo", "Tovar"], ["Wilin", "Rosario"], ["Wilkin", "Castillo"], ["Wilkin", "Ramirez"], ["Wilkin", "Ruan"], ["Wilking", "Rodriguez"], ["Will", "Brunson"], ["Will", "Calihan"], ["Will", "Clark"], ["Will", "Cunnane"], ["Will", "Foley"], ["Will", "Harridge"], ["Will", "Harris"], ["Will", "Holland"], ["Will", "Koenigsmark"], ["Will", "McEnaney"], ["Will", "Middlebrooks"], ["Will", "Ohman"], ["Will", "Pennyfeather"], ["Will", "Rhymes"], ["Will", "Sawyer"], ["Will", "Smalley"], ["Will", "Smith"], ["Will", "Thompson"], ["Will", "Venable"], ["Will", "White"], ["Willard", "Brown"], ["Willard", "Hershberger"], ["Willard", "Hunter"], ["Willard", "Mains"], ["Willard", "Marshall"], ["Willard", "Nixon"], ["Willard", "Schmidt"], ["William", "Bergolla"], ["William", "Bestick"], ["William", "Brennan"], ["William", "Brown"], ["William", "Burke"], ["William", "Coon"], ["William", "Fischer"], ["William", "Ford"], ["William", "Gallagher"], ["William", "Houseman"], ["William", "Hulbert"], ["William", "Hyndman"], ["William", "Johnson"], ["William", "Kinsler"], ["William", "Lackey"], ["William", "Marriott"], ["William", "Matthews"], ["William", "McCarthy"], ["William", "McLaughlin"], ["William", "Metzig"], ["William", "Nusz"], ["William", "Pierson"], ["William", "Rexter"], ["William", "Rumler"], ["William", "Stecher"], ["William", "Stein"], ["William", "Suero"], ["William", "Sullivan"], ["William", "VanLandingham"], ["William", "Zay"], ["Williams", "Perez"], ["Willie", "Adams"], ["Willie", "Aikens"], ["Willie", "Banks"], ["Willie", "Blair"], ["Willie", "Bloomquist"], ["Willie", "Canate"], ["Willie", "Clark"], ["Willie", "Collazo"], ["Willie", "Crawford"], ["Willie", "Davis"], ["Willie", "Eyre"], ["Willie", "Fraser"], ["Willie", "Garoni"], ["Willie", "Greene"], ["Willie", "Harris"], ["Willie", "Hernandez"], ["Willie", "Hogan"], ["Willie", "Horton"], ["Willie", "Jensen"], ["Willie", "Jones"], ["Willie", "Kamm"], ["Willie", "Keeler"], ["Willie", "Kirkland"], ["Willie", "Lozado"], ["Willie", "Ludolph"], ["Willie", "Martinez"], ["Willie", "Mays"], ["Willie", "McCovey"], ["Willie", "McGee"], ["Willie", "McGill"], ["Willie", "Mills"], ["Willie", "Mitchell"], ["Willie", "Montanez"], ["Willie", "Morales"], ["Willie", "Mueller"], ["Willie", "Murphy"], ["Willie", "Norwood"], ["Willie", "Prall"], ["Willie", "Ramsdell"], ["Willie", "Randolph"], ["Willie", "Royster"], ["Willie", "Smith"], ["Willie", "Stargell"], ["Willie", "Sudhoff"], ["Willie", "Tasby"], ["Willie", "Underhill"], ["Willie", "Upshaw"], ["Willie", "Wells"], ["Willie", "Wilson"], ["Willis", "Cole"], ["Willis", "Hudlin"], ["Willis", "Otanez"], ["Willis", "Roberts"], ["Willy", "Aybar"], ["Willy", "Fetzer"], ["Willy", "Miranda"], ["Willy", "Taveras"], ["Willy", "Wilson"], ["Wilmer", "Difo"], ["Wilmer", "Flores"], ["Wilmer", "Font"], ["Wilson", "Alvarez"], ["Wilson", "Betemit"], ["Wilson", "Collins"], ["Wilson", "Delgado"], ["Wilson", "Heredia"], ["Wilson", "Ramos"], ["Wilson", "Valdez"], ["Wilton", "Guerrero"], ["Wilton", "Lopez"], ["Wilton", "Veras"], ["Wily", "Peralta"], ["Wily Mo", "Pena"], ["Wimpy", "Quinn"], ["Win", "Ballou"], ["Win", "Clark"], ["Win", "Kellum"], ["Win", "Mercer"], ["Win", "Noyes"], ["Win", "Remmerswaal"], ["Windy", "McCall"], ["Wingo", "Anderson"], ["Winston", "Abreu"], ["Winston", "Llenas"], ["Wish", "Egan"], ["Wladimir", "Balentien"], ["Woodie", "Fryman"], ["Woodie", "Held"], ["Woody", "Abernathy"], ["Woody", "Crowson"], ["Woody", "Davis"], ["Woody", "English"], ["Woody", "Jensen"], ["Woody", "Main"], ["Woody", "Rich"], ["Woody", "Upchurch"], ["Woody", "Wagenhorst"], ["Woody", "Wheaton"], ["Woody", "Williams"], ["Woody", "Woodward"], ["Wyatt", "Toregas"], ["Wyman", "Andrus"], ["Wynn", "Hawkins"], ["Xander", "Bogaerts"], ["Xavier", "Avery"], ["Xavier", "Cedeno"], ["Xavier", "Hernandez"], ["Xavier", "Nady"], ["Xavier", "Paul"], ["Xavier", "Rescigno"], ["Xavier", "Scruggs"], ["Yadiel", "Rivera"], ["Yadier", "Molina"], ["Yale", "Murphy"], ["Yam", "Yaryan"], ["Yamaico", "Navarro"], ["Yamid", "Haad"], ["Yamil", "Benitez"], ["Yan", "Gomes"], ["Yangervis", "Solarte"], ["Yank", "Robinson"], ["Yank", "Terry"], ["Yasiel", "Puig"], ["Yasmani", "Grandal"], ["Yasmany", "Tomas"], ["Yasuhiko", "Yabuta"], ["Yats", "Wuestling"], ["Yhency", "Brazoban"], ["Yhonathan", "Barrios"], ["Yimi", "Garcia"], ["Yip", "Owens"], ["Yo-Yo", "Davalillo"], ["Yoel", "Hernandez"], ["Yoenis", "Cespedes"], ["Yoervis", "Medina"], ["Yogi", "Berra"], ["Yohan", "Flande"], ["Yohan", "Pino"], ["Yohanny", "Valera"], ["Yonder", "Alonso"], ["Yordano", "Ventura"], ["Yorkis", "Perez"], ["Yorman", "Bazardo"], ["Yorman", "Rodriguez"], ["Yorvit", "Torrealba"], ["Yoshinori", "Tateyama"], ["Yoslan", "Herrera"], ["Youngy", "Johnson"], ["Yovani", "Gallardo"], ["Yovanny", "Lara"], ["Yu", "Darvish"], ["Yunel", "Escobar"], ["Yunesky", "Maya"], ["Yuniesky", "Betancourt"], ["Yurendell", "de Caster"], ["Yusmeiro", "Petit"], ["Z. H.", "Taylor"], ["Zac", "Rosscup"], ["Zach", "Braddock"], ["Zach", "Britton"], ["Zach", "Clark"], ["Zach", "Crouch"], ["Zach", "Davies"], ["Zach", "Day"], ["Zach", "Duke"], ["Zach", "Jackson"], ["Zach", "Kroenke"], ["Zach", "Lee"], ["Zach", "Lutz"], ["Zach", "McAllister"], ["Zach", "McClellan"], ["Zach", "Miner"], ["Zach", "Monroe"], ["Zach", "Phillips"], ["Zach", "Putnam"], ["Zach", "Sorensen"], ["Zach", "Stewart"], ["Zach", "Walters"], ["Zach", "Wheeler"], ["Zack", "Cozart"], ["Zack", "Godley"], ["Zack", "Greinke"], ["Zack", "Segovia"], ["Zack", "Taylor"], ["Zack", "Wheat"], ["Zak", "Shinall"], ["Zane", "Smith"], ["Zaza", "Harvey"], ["Zeb", "Eaton"], ["Zeb", "Terry"], ["Zeke", "Bella"], ["Zeke", "Bonura"], ["Zeke", "Spruill"], ["Zeke", "Wilson"], ["Zeke", "Wrigley"], ["Zelous", "Wheeler"], ["Ziggy", "Hasbrook"], ["Zinn", "Beck"], ["Zip", "Collins"], ["Zip", "Zabel"], ["Zoilo", "Almonte"], ["Zoilo", "Versalles"]]}, "table_names": "['player_award', 'player']", "table_image_ids": ["TableImg_Ekgn6_6078.png", "TableImg_604t9_18846.png"], "original_data_index": 3130} +{"question": "Show the id and details of the investor that has the largest number of transactions.", "answer": {"columns": ["investor_id", "Investor_details"], "index": [0], "data": [[3, "d"]]}, "table_names": "['Investors', 'Transactions']", "table_image_ids": ["TableImg_4fbqp_20.png", "TableImg_Wzi1t_15.png"], "original_data_index": 3131} +{"question": "Find the names of customers who ordered both products Latte and Americano.", "answer": {"columns": ["customer_name"], "index": [0], "data": [["Clifford Pagac"]]}, "table_names": "['Products', 'Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_8gej3_3.png", "TableImg_4b97e_15.png", "TableImg_G3ktl_15.png", "TableImg_Bcuys_15.png"], "original_data_index": 3132} +{"question": "Find the names and publication dates of all catalogs that have catalog level number greater than 5.", "answer": {"columns": ["catalog_name", "date_of_publication"], "index": [0, 1], "data": [["Coffee Bean", "2012-04-13 06:37:09"], ["Jam", "2011-07-22 04:57:19"]]}, "table_names": "['Catalogs', 'Catalog_Structure']", "table_image_ids": ["TableImg_Kbva6_8.png", "TableImg_0c60m_3.png"], "original_data_index": 3133} +{"question": "Find the venue of the competition \"1994 FIFA World Cup qualification\" which was hosted by \"Nanjing ( Jiangsu )\".", "answer": {"columns": ["Venue"], "index": [0, 1], "data": [["Estadio Rigoberto L\u00c3\u00b3pez , Managua , Nicaragua"], ["Estadio Cuscatl\u00c3\u00a1n , San Salvador , El Salvador"]]}, "table_names": "['city', 'match', 'hosting_city']", "table_image_ids": ["TableImg_Vd6qe_13.png", "TableImg_3dsqx_6.png", "TableImg_Kq8iu_6.png"], "original_data_index": 3134} +{"question": "What is the total home game attendance of team Boston Red Stockings from 2000 to 2010?", "answer": {"columns": ["sum(T1.attendance)"], "index": [0], "data": [[156651355]]}, "table_names": "['home_game', 'team']", "table_image_ids": ["TableImg_Kvoqa_2944.png", "TableImg_Khm0r_2805.png"], "original_data_index": 3135} +{"question": "What campuses are located in Los Angeles county and opened after 1950?", "answer": {"columns": ["Campus"], "index": [0, 1], "data": [["California State University-Dominguez Hills"], ["California State University-Northridge"]]}, "table_names": "['Campuses']", "table_image_ids": ["TableImg_R3dvo_23.png"], "original_data_index": 3136} +{"question": "How many credits does the department offer?", "answer": {"columns": ["sum(crs_credit)", "DEPT_CODE"], "index": [0, 1], "data": [[6.0, "ACCT"], [14.0, "CIS"]]}, "table_names": "['COURSE']", "table_image_ids": ["TableImg_F852f_6.png"], "original_data_index": 3137} +{"question": "What is the total number of routes for each country and airline in that country?", "answer": {"columns": ["country", "name", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546], "data": [["ALASKA", "Alaska Airlines", 530], ["AVIANCA", "Avianca - Aerovias Nacionales de Colombia", 286], ["Afghanistan", "Ariana Afghan Airlines", 22], ["Afghanistan", "Kam Air", 5], ["Afghanistan", "Safi Airlines", 14], ["Albania", "Albanian Airlines", 4], ["Algeria", "Air Algerie", 226], ["American Samoa", "Baikotovitchestrian Airlines ", 41], ["Angola", "TAAG Angola Airlines", 71], ["Antigua and Barbuda", "Leeward Islands Air Transport", 62], ["Argentina", "Aerolineas Argentinas", 154], ["Argentina", "L", 52], ["Argentina", "LAN Argentina", 10], ["Argentina", "Servicios de Transportes A", 17], ["Argentina", "Southern Winds Airlines", 20], ["Armenia", "Air Armenia", 16], ["Armenia", "Atlantis European Airways", 4], ["Aruba", "Tiara Air", 6], ["Australia", "Airlines Of Tasmania", 34], ["Australia", "Airnorth", 33], ["Australia", "Jetstar Airways", 163], ["Australia", "Qantas", 430], ["Australia", "Regional Express", 88], ["Australia", "Sharp Airlines", 10], ["Australia", "Tiger Airways Australia", 42], ["Australia", "Virgin Australia", 290], ["Austria", "Austrian Airlines", 240], ["Austria", "Intersky", 26], ["Austria", "Niki", 111], ["Austria", "Salzburg arrows", 48], ["Azerbaijan", "Azerbaijan Airlines", 54], ["Bahamas", "Bahamasair", 58], ["Bahamas", "SkyBahamas Airlines", 10], ["Bahrain", "Gulf Air Bahrain", 77], ["Bangladesh", "Air Bangladesh", 46], ["Bangladesh", "Biman Bangladesh Airlines", 46], ["Bangladesh", "United Airways", 32], ["Belarus", "Belavia Belarusian Airlines", 82], ["Belgium", "Brussels Airlines", 190], ["Belgium", "Virgin Express", 42], ["Belize", "Maya Island Air", 19], ["Belize", "Tropic Air", 16], ["Benin", "Benin Golf Air", 2], ["Bhutan", "Druk Air", 20], ["Bolivia", "Amaszonas", 36], ["Bosnia and Herzegovina", "Air Bosna", 10], ["Botswana", "Air Botswana", 24], ["Brazil", "ABSA - Aerolinhas Brasileiras", 6], ["Brazil", "Abaet", 3], ["Brazil", "Azul", 393], ["Brazil", "BRA-Transportes Aereos", 72], ["Brazil", "NHT Lineas Aereas", 34], ["Brazil", "Oceanair", 104], ["Brazil", "TAM Brazilian Airlines", 333], ["Brazil", "TRIP Linhas A", 35], ["Brazil", "TransHolding System", 4], ["Brazil", "VRG Linhas Aereas", 10], ["Brazil", "Varig Log", 14], ["Brazil", "WebJet Linhas A", 26], ["British Virgin Islands", "BVI Airways", 6], ["Brunei", "Royal Brunei Airlines", 30], ["Bulgaria", "Bulgaria Air", 56], ["Burkina Faso", "Air Burkina", 22], ["Burma", "Air Mandalay", 22], ["Burma", "Asian Wings Airways", 6], ["Burma", "Yangon Airways", 6], ["Burundi", "City Connexion Airlines", 332], ["Cambodia", "Cambodia Angkor Air (K6)", 22], ["Cambodia", "Royal Air Cambodge", 34], ["Cameroon", "Camair-co", 25], ["Cameroon", "Cameroon Airlines", 4], ["Canada", "Air Canada", 705], ["Canada", "Air North Charter - Canada", 13], ["Canada", "Air Transat", 138], ["Canada", "Bearskin Lake Air Service", 39], ["Canada", "Canadian National Airways", 10], ["Canada", "Canadian North", 65], ["Canada", "Ciel Canadien", 62], ["Canada", "First Air", 74], ["Canada", "Harmony Airways", 88], ["Canada", "Hawkair", 8], ["Canada", "Helijet", 2], ["Canada", "Northern Dene Airways", 16], ["Canada", "Northwestern Air", 18], ["Canada", "Pacific Coastal Airline", 32], ["Canada", "Porter Airlines", 34], ["Canada", "Skyservice Airlines", 2], ["Canada", "WestJet", 341], ["Canada", "Zip", 5], ["Canada", "Zoom Airlines", 10], ["Canadian Territories", "Air Tindi", 10], ["Cayman Islands", "Cayman Airways", 23], ["Chile", "LAN Airlines", 285], ["Chile", "Pal airlines", 4], ["Chile", "Sky Airline", 49], ["China", "Air China", 1260], ["China", "Changan Airlines", 46], ["China", "China Eastern Airlines", 1263], ["China", "China SSS", 155], ["China", "China Southern Airlines", 1452], ["China", "China United", 98], ["China", "China United Airlines", 2], ["China", "Hainan Airlines", 555], ["China", "Huaxia", 94], ["China", "Juneyao Airlines", 145], ["China", "Shandong Airlines", 314], ["China", "Shanghai Airlines", 193], ["China", "Shenzhen Airlines", 815], ["China", "Sichuan Airlines", 392], ["China", "West Air China", 90], ["China", "Xiamen Airlines", 386], ["Colombia", "Fly Colombia ( Interliging Flights )", 12], ["Colombia", "SATENA", 76], ["Colombia", "VivaColombia", 4], ["Comoros", "Comores Airlines", 22], ["Congo (Kinshasa)", "Compagnie Africaine d\\\\'Aviation", 4], ["Cook Islands", "Air Rarotonga", 13], ["Costa Rica", "Grupo TACA", 14], ["Costa Rica", "LACSA", 24], ["Costa Rica", "Volotea Costa Rica", 31], ["Croatia", "Croatia Airlines", 112], ["Cuba", "Cubana de Aviaci\u00c3\u00b3n", 59], ["Cyprus", "Cyprus Airways", 31], ["Czech Republic", "Czech Airlines", 111], ["Czech Republic", "Travel Service", 67], ["DRAGON", "Dragonair", 96], ["Democratic People's Republic of Korea", "Air Koryo", 8], ["Denmark", "Air Greenland", 64], ["Denmark", "DAT Danish Air Transport", 16], ["Djibouti", "Daallo Airlines", 6], ["Ecuador", "Aerolane", 14], ["Ecuador", "Aerolineas Galapagos (Aerogal)", 12], ["Ecuador", "Empresa Ecuatoriana De Aviacion", 80], ["Ecuador", "TAME", 48], ["Egypt", "Air Arabia Egypt", 10], ["Egypt", "Air Sinai", 2], ["Egypt", "AlMasria Universal Airlines", 32], ["Egypt", "Egyptair", 205], ["Egypt", "Midwest Airlines (Egypt)", 28], ["Egypt", "Nile Air", 16], ["Eritrea", "Nasair", 16], ["Estonia", "Estonian Air", 26], ["Ethiopia", "Ethiopian Airlines", 337], ["Faroe Islands", "Atlantic Airways", 9], ["Fiji", "Air Pacific", 66], ["Fiji", "Virgin Pacific", 12], ["Finland", "Finnair", 328], ["France", "Aigle Azur", 64], ["France", "Air Austral", 24], ["France", "Air Caledonie International", 22], ["France", "Air Cara\u00c3\u00afbes", 28], ["France", "Air France", 1069], ["France", "Air Saint Pierre", 6], ["France", "Air Tahiti Nui", 17], ["France", "Airbus France", 36], ["France", "Airlinair", 148], ["France", "Corsairfly", 30], ["France", "Corse-Mediterranee", 42], ["France", "Hex'Air", 2], ["France", "Transavia France", 488], ["France", "Twin Jet", 22], ["France", "XL Airways France", 32], ["French Polynesia", "Air Tahiti", 93], ["Gabon", "Gabon Airlines", 2], ["Georgia", "Caucasus Airlines", 62], ["Georgia", "Georgian Airways", 18], ["Georgia", "Georgian National Airlines", 10], ["Germany", "Aero Flight", 32], ["Germany", "Aeroline GmbH", 2], ["Germany", "Air Berlin", 798], ["Germany", "Condor Flugdienst", 334], ["Germany", "Eurowings", 1], ["Germany", "Germania", 96], ["Germany", "Germanwings", 470], ["Germany", "Hapagfly", 25], ["Germany", "Homer Air", 19], ["Germany", "Lufthansa", 923], ["Germany", "TUIfly", 226], ["Ghana", "Eagle Atlantic Airlines", 12], ["Ghana", "Starbow Airlines", 8], ["Greece", "Aegean Airlines", 222], ["Greece", "KSY", 52], ["Greece", "Olympic Airlines", 110], ["Greece", "Viking Hellas", 8], ["Guadeloupe", "Air Antilles Express", 24], ["Hong Kong SAR of China", "Cathay Pacific", 211], ["Hong Kong SAR of China", "Hong Kong Airlines", 49], ["Hong Kong SAR of China", "Hong Kong Express Airways", 20], ["Hungary", "Wizz Air", 453], ["Iceland", "Air Atlanta Icelandic", 13], ["Iceland", "Air Iceland", 10], ["Iceland", "Icelandair", 53], ["Iceland", "Regional Air Iceland", 42], ["India", "Air India Express", 76], ["India", "Air India Limited", 367], ["India", "Air Sahara", 168], ["India", "Go Air", 77], ["India", "IndiGo Airlines", 199], ["India", "Jet Airways", 276], ["India", "Spicejet", 164], ["Indonesia", "Citilink Indonesia", 58], ["Indonesia", "Garuda Indonesia", 248], ["Indonesia", "Indonesia AirAsia", 62], ["Indonesia", "Lion Mentari Airlines", 251], ["Indonesia", "Mandala Airlines", 16], ["Indonesia", "Metro Batavia", 25], ["Indonesia", "Sriwijaya Air", 106], ["Iran", "Iran Air", 186], ["Iran", "Iran Aseman Airlines", 171], ["Iran", "Kish Air", 23], ["Iran", "Mahan Air", 24], ["Ireland", "Aer Lingus", 226], ["Ireland", "CityJet", 30], ["Ireland", "Ryanair", 2484], ["Ireland", "Skynet Airlines", 20], ["Israel", "Arkia Israel Airlines", 20], ["Israel", "CAL Cargo Air Lines", 29], ["Israel", "Dennis Sky", 13], ["Israel", "El Al Israel Airlines", 73], ["Israel", "Israir", 12], ["Italy", "Aereonautica militare", 28], ["Italy", "Air Dolomiti", 12], ["Italy", "Air Europe", 2], ["Italy", "Air Italy", 4], ["Italy", "Air One", 88], ["Italy", "Air Sicilia", 34], ["Italy", "Alitalia", 877], ["Italy", "Blue Panorama Airlines", 49], ["Italy", "Cargoitalia", 19], ["Italy", "Meridiana", 173], ["Italy", "Myway Airlines", 6], ["Jamaica", "International AirLink", 2], ["Japan", "Air Nippon", 6], ["Japan", "All Nippon Airways", 547], ["Japan", "Fuji Dream Airlines", 24], ["Japan", "Hokkaido International Airlines", 26], ["Japan", "Ibex Airlines", 32], ["Japan", "Japan Air System", 214], ["Japan", "Japan Airlines", 388], ["Japan", "Japan Asia Airways", 9], ["Japan", "Japan Transocean Air", 22], ["Japan", "Peach Aviation", 32], ["Japan", "Skymark Airlines", 58], ["Japan", "Star Flyer", 6], ["Jordan", "Royal Falcon", 7], ["Jordan", "Royal Jordanian", 120], ["Kazakhstan", "Air Astana", 118], ["Kazakhstan", "Asia Wings", 4], ["Kazakhstan", "Sat Airlines", 15], ["Kazakhstan", "Scat Air", 80], ["Kazakhstan", "Starline.kz", 4], ["Kenya", "Astral Aviation", 37], ["Kenya", "Fly540", 18], ["Kenya", "Kenya Airways", 142], ["Kuwait", "Jazeera Airways", 30], ["Kuwait", "Kuwait Airways", 79], ["Kyrgyzstan", "Reem Air", 2], ["Lao Peoples Democratic Republic", "Lao Airlines", 46], ["Latvia", "Air Baltic", 112], ["Latvia", "SmartLynx Airlines", 2], ["Lebanon", "Middle East Airlines", 65], ["Libya", "Afriqiyah Airways", 44], ["Libya", "Libyan Arab Airlines", 74], ["Lithuania", "Air Lituanica", 12], ["Lithuania", "FlyLal", 11], ["Lithuania", "Star1 Airlines", 10], ["Luxembourg", "Luxair", 110], ["Macao", "Air Macau", 56], ["Madagascar", "Air Madagascar", 75], ["Malaysia", "AirAsia", 180], ["Malaysia", "AirAsia X", 36], ["Malaysia", "Berjaya Air", 4], ["Malaysia", "Firefly", 40], ["Malaysia", "Malaysia Airlines", 334], ["Malaysia", "Malindo Air", 46], ["Maldives", "Maldivian", 30], ["Malta", "Air Malta", 84], ["Mauritania", "Mauritania Airlines International", 30], ["Mauritius", "Air Mauritius", 43], ["Mauritius", "Catovair", 8], ["Mexico", "AeroM\u00c3\u00a9xico", 431], ["Mexico", "Aeromar", 42], ["Mexico", "Estafeta Carga Aerea", 4], ["Mexico", "Interjet (ABC Aerolineas)", 112], ["Mexico", "MexicanaLink", 20], ["Mexico", "Volaris", 197], ["Moldova", "Air Moldova", 38], ["Moldova", "Fly One", 5], ["Mongolia", "MIAT Mongolian Airlines", 12], ["Mongolia", "Mongolian International Air Lines ", 8], ["Montenegro", "Montenegro Airlines", 26], ["Morocco", "Air Arabia Maroc", 44], ["Morocco", "Royal Air Maroc", 240], ["Mozambique", "Air Mozambique", 54], ["Mozambique", "Linhas A", 20], ["Myanmar", "Air Bagan", 29], ["Namibia", "Air Namibia", 35], ["Nauru", "Nauru Air Corporation", 8], ["Nepal", "Nepal Airlines", 8], ["Nepal", "Yeti Airways", 16], ["Netherlands", "Arkefly", 24], ["Netherlands", "KLM Royal Dutch Airlines", 830], ["Netherlands", "Maastricht Airlines", 62], ["Netherlands", "Transavia Holland", 233], ["Netherlands Antilles", "Insel Air (7I/INC) (Priv)", 45], ["Netherlands Antilles", "Windward Islands Airways", 25], ["New Zealand", "Air New Zealand", 233], ["Niger", "Arik Niger", 20], ["Nigeria", "Overland Airways", 8], ["Norway", "Norwegian Air Shuttle", 576], ["Norway", "Wider\u00c3\u00b8e", 210], ["Oman", "Oman Air", 96], ["Pakistan", "Askari Aviation", 2], ["Pakistan", "Genesis", 28], ["Pakistan", "Pakistan International Airlines", 242], ["Pakistan", "Shaheen Air International", 64], ["Panama", "Copa Airlines", 184], ["Papua New Guinea", "Air Niugini", 96], ["Papua New Guinea", "Airlines PNG", 81], ["Paraguay", "TAM Mercosur", 18], ["Peru", "Aero Condor Peru", 58], ["Peru", "Aeroper", 14], ["Peru", "Peruvian Airlines", 16], ["Peru", "Star Peru (2I)", 18], ["Philippines", "Air Philippines", 34], ["Philippines", "Cebu Pacific", 184], ["Philippines", "Pacific East Asia Cargo Airlines", 14], ["Philippines", "Philippine Airlines", 144], ["Philippines", "South East Asian Airlines", 22], ["Philippines", "Zest Air", 32], ["Poland", "Eurolot", 36], ["Poland", "LOT Polish Airlines", 120], ["Portugal", "Aerocondor", 40], ["Portugal", "SATA Air Acores", 28], ["Portugal", "SATA International", 81], ["Portugal", "TACV", 38], ["Portugal", "TAP Portugal", 229], ["Qatar", "Qatar Airways", 276], ["Republic of Korea", "Air Busan", 28], ["Republic of Korea", "Asiana Airlines", 262], ["Republic of Korea", "Jeju Air", 33], ["Republic of Korea", "Korean Air", 292], ["Republic of the Congo", "Aero-Service", 4], ["Reunion", "Air Bourbon", 210], ["Romania", "Carpatair", 6], ["Romania", "Tarom", 92], ["Russia", "ALAK", 8], ["Russia", "AeroWorld ", 12], ["Russia", "Aeroflot Russian Airlines", 473], ["Russia", "Aeroflot-Nord", 22], ["Russia", "Aircompany Yakutia", 75], ["Russia", "Alrosa Mirny Air Enterprise", 30], ["Russia", "Astrakhan Airlines", 28], ["Russia", "Atlant-Soyuz Airlines", 30], ["Russia", "Chitaavia", 2], ["Russia", "Gazpromavia", 20], ["Russia", "IzAvia", 8], ["Russia", "LSM Airlines", 6], ["Russia", "Marusya Airways", 30], ["Russia", "Marysya Airlines", 19], ["Russia", "Moskovia Airlines", 20], ["Russia", "NordStar Airlines", 74], ["Russia", "Omskavia Airline", 4], ["Russia", "Orenburg Airlines", 9], ["Russia", "Polet Airlines (Priv)", 14], ["Russia", "Rossiya-Russian Airlines", 5], ["Russia", "S7 Airlines", 281], ["Russia", "SOCHI AIR CHATER", 2], ["Russia", "Saratov Aviation Division", 10], ["Russia", "Severstal Air Company", 18], ["Russia", "Sibaviatrans", 2], ["Russia", "Transaero Airlines", 300], ["Russia", "UTair-Express", 74], ["Russia", "Ural Airlines", 232], ["Russia", "ZABAIKAL AIRLINES", 20], ["Russian Federation", "Astair", 8], ["Rwanda", "Rwandair Express", 40], ["Saudi Arabia", "Nas Air", 110], ["Saudi Arabia", "Saudi Arabian Airlines", 374], ["Senegal", "Senegal Airlines", 32], ["Serbia", "Air Serbia", 77], ["Seychelles", "Air Seychelles", 10], ["Sierra Leone", "Air Salone", 10], ["Sierra Leone", "Fly 6ix", 2], ["Singapore", "Jetstar Asia Airways", 36], ["Singapore", "Scoot", 24], ["Singapore", "SilkAir", 91], ["Singapore", "Singapore Airlines", 210], ["Singapore", "Tiger Airways", 74], ["Singapore", "Valuair", 6], ["Slovenia", "Adria Airways", 40], ["Solomon Islands", "Solomon Airlines", 58], ["South Africa", "Comair", 14], ["South Africa", "Interair South Africa", 2], ["South Africa", "Interlink Airlines", 16], ["South Africa", "Mango", 18], ["South Africa", "Nationwide Airlines", 10], ["South Africa", "South African Airways", 202], ["South Korea", "Eastar Jet", 22], ["South Korea", "Hankook Airline", 6], ["South Korea", "Jin Air", 26], ["South Korea", "Tway Airlines", 16], ["Spain", "Air Europa", 158], ["Spain", "Binter Canarias", 46], ["Spain", "Iberia Airlines", 831], ["Spain", "Iberworld", 23], ["Spain", "PAN Air", 6], ["Spain", "VOLOTEA Airways", 136], ["Sri Lanka", "Aero Lanka", 14], ["Sri Lanka", "SriLankan Airlines", 91], ["Sudan", "Sudan Airways", 34], ["Suriname", "Surinam Airways", 20], ["Sweden", "Euro Exec Express", 17], ["Sweden", "FlyNordic", 4], ["Sweden", "Golden Air", 20], ["Sweden", "Malm\u00c3\u00b6 Aviation", 36], ["Sweden", "Maxair", 12], ["Sweden", "NextJet", 41], ["Sweden", "Scandinavian Airlines System", 504], ["Switzerland", "Belair Airlines", 12], ["Switzerland", "Flybaboo", 38], ["Switzerland", "Hello", 10], ["Switzerland", "Helvetic Airways", 14], ["Switzerland", "SkyWork Airlines ", 24], ["Switzerland", "Swiss International Air Lines", 290], ["Taiwan", "China Airlines", 172], ["Taiwan", "EVA Air", 118], ["Taiwan", "Far Eastern Air Transport", 8], ["Taiwan", "Formosa Airlines", 384], ["Taiwan", "Mandarin Airlines", 56], ["Taiwan", "TransAsia Airways", 92], ["Taiwan", "Uni Air", 50], ["Tajikistan", "Tajik Air", 34], ["Tanzania", "Flightlink Tanzania", 8], ["Tanzania", "Precision Air", 31], ["Thailand", "Bangkok Airways", 75], ["Thailand", "BusinessAir", 12], ["Thailand", "City Airways", 6], ["Thailand", "Nok Air", 46], ["Thailand", "Orient Thai Airlines", 6], ["Thailand", "PB Air", 4], ["Thailand", "Thai AirAsia", 92], ["Thailand", "Thai Airways International", 191], ["Trinidad and Tobago", "Caribbean Airlines", 64], ["Tunisia", "Nouvel Air Tunisie", 35], ["Tunisia", "Tuninter", 24], ["Tunisia", "Tunisair", 151], ["Turkey", "Atlasjet", 32], ["Turkey", "Cyprus Turkish Airlines", 34], ["Turkey", "Fly Air", 14], ["Turkey", "Onur Air", 36], ["Turkey", "Pegasus Airlines", 242], ["Turkey", "SunExpress", 99], ["Turkey", "TUR Avrupa Hava Yollar\u00c3\u0084\u00c2\u00b1", 27], ["Turkey", "Turkish Airlines", 652], ["Turkmenistan", "Turkmenistan Airlines", 16], ["Uganda", "Eagle Air", 2], ["Uganda", "East African", 4], ["Ukraine", "Motor Sich", 6], ["Ukraine", "Ukraine International Airlines", 127], ["Ukraine", "Wizz Air Ukraine", 42], ["United Arab Emirates", "Abu Dhabi Amiri Flight", 52], ["United Arab Emirates", "Air Arabia", 128], ["United Arab Emirates", "Cargo Plus Aviation", 130], ["United Arab Emirates", "Emirates", 287], ["United Arab Emirates", "Etihad Airways", 226], ["United Arab Emirates", "Fly Dubai", 146], ["United Kingdom", "Air Foyle", 358], ["United Kingdom", "Aurigny Air Services", 20], ["United Kingdom", "Birmingham European", 102], ["United Kingdom", "British Airways", 547], ["United Kingdom", "Eastern Airways", 32], ["United Kingdom", "Excel Airways", 8], ["United Kingdom", "Flightline", 26], ["United Kingdom", "Flybe", 268], ["United Kingdom", "Isles of Scilly Skybus", 72], ["United Kingdom", "Jet2.com", 302], ["United Kingdom", "Thomas Cook Airlines", 125], ["United Kingdom", "Thomsonfly", 139], ["United Kingdom", "Virgin Atlantic Airways", 195], ["United Kingdom", "bmibaby", 10], ["United Kingdom", "easyJet", 1130], ["United States", "40-Mile Air", 2], ["United States", "Air Choice One", 10], ["United States", "Air Florida", 34], ["United States", "AirTran Airways", 726], ["United States", "Alaska Central Express", 2], ["United States", "Alaska Seaplane Service", 15], ["United States", "All America", 10], ["United States", "Allegiant Air", 378], ["United States", "American Airlines", 2352], ["United States", "Amerijet International", 7], ["United States", "Apache Air", 4], ["United States", "Arrow Air", 8], ["United States", "Atlantic Air Cargo", 13], ["United States", "Bering Air", 74], ["United States", "Big Sky Airlines", 36], ["United States", "Boutique Air (Priv)", 2], ["United States", "Cape Air", 86], ["United States", "Chicago Express", 8], ["United States", "Delta Air Lines", 1981], ["United States", "Era Alaska", 224], ["United States", "Express One International", 12], ["United States", "Frontier Airlines", 222], ["United States", "Great Lakes Airlines", 61], ["United States", "Hawaiian Airlines", 74], ["United States", "Illinois Airways", 23], ["United States", "Island Air (WP)", 6], ["United States", "JetBlue Airways", 399], ["United States", "Kenmore Air", 18], ["United States", "Omni Air International", 4], ["United States", "Pacific Wings", 10], ["United States", "Papillon Grand Canyon Helicopters", 2], ["United States", "Patriot Airways", 21], ["United States", "Peninsula Airways", 28], ["United States", "Piedmont Airlines (1948-1989)", 8], ["United States", "Pinnacle Airlines", 46], ["United States", "Potomac Air", 106], ["United States", "Primaris Airlines", 18], ["United States", "Rainbow Air Polynesia", 20], ["United States", "SENIC AIRLINES", 2], ["United States", "Salmon Air", 6], ["United States", "SeaPort Airlines", 39], ["United States", "Seaborne Airlines", 34], ["United States", "Shuttle America", 14], ["United States", "Silver Airways (3M)", 67], ["United States", "Southwest Airlines", 1146], ["United States", "Spirit Airlines", 242], ["United States", "Sun Country Airlines", 38], ["United States", "T.J. Air", 14], ["United States", "US Airways", 1960], ["United States", "United Airlines", 2180], ["United States", "Virgin America", 66], ["United States", "World Scale Airlines", 70], ["Uruguay", "BQB Lineas Aereas", 18], ["Uzbekistan", "Uzbekistan Airways", 151], ["Vanuatu", "Air Vanuatu", 92], ["Venezuela", "Aserca Airlines", 26], ["Venezuela", "Conviasa", 78], ["Venezuela", "Santa Barbara Airlines", 6], ["Vietnam", "Jetstar Pacific", 18], ["Vietnam", "Vietnam Airlines", 211], ["Yemen", "Yemenia", 96], ["Zambia", "Proflight Commuter Services", 16], ["Zambia", "Zambia Skyways", 8], ["Zimbabwe", "Air Zimbabwe", 12], ["Zimbabwe", "Avient Aviation", 10]]}, "table_names": "['routes', 'airlines']", "table_image_ids": ["TableImg_Bwaz7_67240.png", "TableImg_Kn1c0_6162.png"], "original_data_index": 3138} +{"question": "What are the times used by climbers who climbed mountains in the country of Uganda?", "answer": {"columns": ["Time"], "index": [0, 1], "data": [["1:25.40.6"], ["1:27.28.8"]]}, "table_names": "['mountain', 'climber']", "table_image_ids": ["TableImg_143py_7.png", "TableImg_Eejq9_10.png"], "original_data_index": 3139} +{"question": "What are the maximum and minumum grade points?", "answer": {"columns": ["max(gradepoint)", "min(gradepoint)"], "index": [0], "data": [[4.0, 0.0]]}, "table_names": "['Gradeconversion']", "table_image_ids": ["TableImg_Ozqku_13.png"], "original_data_index": 3140} +{"question": "Can you return all detailed info of jobs which was done by any of the employees who is presently earning a salary on and above 12000?", "answer": {"columns": ["EMPLOYEE_ID", "START_DATE", "END_DATE", "JOB_ID", "DEPARTMENT_ID", "EMPLOYEE_ID", "FIRST_NAME", "LAST_NAME", "EMAIL", "PHONE_NUMBER", "HIRE_DATE", "JOB_ID", "SALARY", "COMMISSION_PCT", "MANAGER_ID", "DEPARTMENT_ID"], "index": [0, 1, 2, 3], "data": [[102, "1993-01-13", "1998-07-24", "IT_PROG", 60, 102, "Lex", "De Haan", "LDEHAAN", "515.123.4569", "1987-06-19", "AD_VP", 17000, 0, 100, 90], [101, "1989-09-21", "1993-10-27", "AC_ACCOUNT", 110, 101, "Neena", "Kochhar", "NKOCHHAR", "515.123.4568", "1987-06-18", "AD_VP", 17000, 0, 100, 90], [101, "1993-10-28", "1997-03-15", "AC_MGR", 110, 101, "Neena", "Kochhar", "NKOCHHAR", "515.123.4568", "1987-06-18", "AD_VP", 17000, 0, 100, 90], [201, "1996-02-17", "1999-12-19", "MK_REP", 20, 201, "Michael", "Hartstein", "MHARTSTE", "515.123.5555", "1987-09-26", "MK_MAN", 13000, 0, 100, 20]]}, "table_names": "['employees', 'job_history']", "table_image_ids": ["TableImg_Dn4em_107.png", "TableImg_X8rf5_11.png"], "original_data_index": 3141} +{"question": "What are the names of all departments in alphabetical order?", "answer": {"columns": ["DEPT_NAME"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Accounting"], ["Biology"], ["Computer Info. Systems"], ["Economics/Finance"], ["English"], ["Fine Arts"], ["History"], ["Marketing/Management"], ["Mathematics"], ["Psychology"], ["Sociology"]]}, "table_names": "['DEPARTMENT']", "table_image_ids": ["TableImg_Abdlh_11.png"], "original_data_index": 3142} +{"question": "Find the average access counts of documents with functional area \"Acknowledgement\".", "answer": {"columns": ["avg(t1.access_count)"], "index": [0], "data": [[3671.8333333333]]}, "table_names": "['Functional_Areas', 'Documents', 'Document_Functional_Areas']", "table_image_ids": ["TableImg_Kwnhx_3.png", "TableImg_0831p_15.png", "TableImg_Ynocl_15.png"], "original_data_index": 3143} +{"question": "Show the company of the tallest entrepreneur.", "answer": {"columns": ["Company"], "index": [0], "data": [["Elizabeth Galton Ltd"]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_1zcuk_6.png", "TableImg_S3geg_8.png"], "original_data_index": 3144} +{"question": "Find the city that hosted some events in the most recent year. What is the id of this city?", "answer": {"columns": ["Host_City"], "index": [0], "data": [["11"]]}, "table_names": "['hosting_city']", "table_image_ids": ["TableImg_Wg4p3_6.png"], "original_data_index": 3145} +{"question": "Return the descriptions and names of the courses that have more than two students enrolled in.", "answer": {"columns": ["course_description", "course_name"], "index": [0], "data": [["French", "French"]]}, "table_names": "['Courses', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Ooc23_15.png", "TableImg_E7ji1_20.png"], "original_data_index": 3146} +{"question": "Find the the name of the customers who have a loan with amount more than 3000.", "answer": {"columns": ["cust_name"], "index": [0], "data": [["Owen"]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_Qx049_3.png", "TableImg_Icq1j_3.png"], "original_data_index": 3147} +{"question": "give me names of all compatible browsers and accelerators in the descending order of compatible year", "answer": {"columns": ["name", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Internet Explorer", "Nitro"], ["Opera", "fasTun"], ["Safari", "Fasterfox"], ["Firefox", "Fasterfox"], ["Internet Explorer", "Fasterfox"], ["Opera", "CProxy"], ["Firefox", "CACHEbox"], ["Safari", "CProxy"], ["Internet Explorer", "CACHEbox"]]}, "table_names": "['Web_client_accelerator', 'browser', 'accelerator_compatible_browser']", "table_image_ids": ["TableImg_M4lur_19.png", "TableImg_Xxeun_4.png", "TableImg_Gdiy0_9.png"], "original_data_index": 3148} +{"question": "What are the first and last name of the president of the club \"Bootup Baltimore\"?", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Linda", "Smith"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_976jv_34.png", "TableImg_8ebvm_4.png", "TableImg_4cxu2_4.png"], "original_data_index": 3149} +{"question": "Find the number of items that did not receive any review.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['item', 'review']", "table_image_ids": ["TableImg_Hlebs_8.png", "TableImg_8vdo8_7.png"], "original_data_index": 3150} +{"question": "Find the name of the company that produces both furnitures with less than 6 components and furnitures with more than 10 components.", "answer": {"columns": ["Name"], "index": [0], "data": [["Tomorrow"]]}, "table_names": "['manufacturer', 'furniture', 'furniture_manufacte']", "table_image_ids": ["TableImg_Vguf9_7.png", "TableImg_Smjqx_7.png", "TableImg_Tqdsw_5.png"], "original_data_index": 3151} +{"question": "What is the height of the mountain climbined by the climbing who had the most points?", "answer": {"columns": ["Height"], "index": [0], "data": [[5895.0]]}, "table_names": "['mountain', 'climber']", "table_image_ids": ["TableImg_L2yx7_7.png", "TableImg_Xvo87_10.png"], "original_data_index": 3152} +{"question": "Find the name, checking balance and savings balance of all accounts in the bank sorted by their total checking and savings balance in descending order.", "answer": {"columns": ["balance", "balance", "name"], "index": [0, 1, 2, 3, 4, 5], "data": [[2000.0, 999999999.0, "Wang"], [3000.0, 230000.0, "O'mahony"], [10000.0, 200000.0, "Brown"], [10000.0, 80000.0, "Granger"], [7000.0, 60.0, "Weeks"], [77.0, 240.0, "Porter"]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_Xwds0_7.png", "TableImg_F9txo_6.png", "TableImg_8jzb7_7.png"], "original_data_index": 3153} +{"question": "Find the start and end dates of behavior incidents of students with last name \"Fahey\".", "answer": {"columns": ["date_incident_start", "date_incident_end"], "index": [0], "data": [["2017-07-09 10:04:13", "2018-03-08 14:08:54"]]}, "table_names": "['Students', 'Behavior_Incident']", "table_image_ids": ["TableImg_Mpjk2_15.png", "TableImg_K036h_15.png"], "original_data_index": 3154} +{"question": "Show the names of products that are in at least two events.", "answer": {"columns": ["Product_Name"], "index": [0, 1, 2], "data": [["Men suits"], ["Special Dinning"], ["TV Equipments"]]}, "table_names": "['Products', 'Products_in_Events']", "table_image_ids": ["TableImg_Xtq8u_15.png", "TableImg_3oam0_15.png"], "original_data_index": 3155} +{"question": "Give me the minimum and maximum bathroom count among all the apartments.", "answer": {"columns": ["min(bathroom_count)", "max(bathroom_count)"], "index": [0], "data": [[1, 3]]}, "table_names": "['Apartments']", "table_image_ids": ["TableImg_Sr775_15.png"], "original_data_index": 3156} +{"question": "Show the budget type code and description and the corresponding document id.", "answer": {"columns": ["Budget_Type_Code", "Budget_Type_Description", "Document_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["GV", "Government", 57], ["GV", "Government", 192], ["GV", "Government", 226], ["GV", "Government", 227], ["GV", "Government", 240], ["GV", "Government", 300], ["SF", "Self founded", 309], ["SF", "Self founded", 367], ["ORG", "Organisation", 371], ["ORG", "Organisation", 383]]}, "table_names": "['Ref_Budget_Codes', 'Documents_with_Expenses']", "table_image_ids": ["TableImg_Kcr1m_3.png", "TableImg_Egi8k_10.png"], "original_data_index": 3157} +{"question": "What are the total account balances for each customer from Utah or Texas?", "answer": {"columns": ["sum(acc_bal)"], "index": [0], "data": [[3000]]}, "table_names": "['customer']", "table_image_ids": ["TableImg_T6wgx_3.png"], "original_data_index": 3158} +{"question": "What are the maximum and minimum resolution of songs whose duration is 3 minutes?", "answer": {"columns": ["max(T2.resolution)", "min(T2.resolution)"], "index": [0], "data": [[1080, 1080]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_Gg0sc_6.png", "TableImg_Yrgwo_6.png"], "original_data_index": 3159} +{"question": "Which tourist attractions are visited at least twice? Give me their names and ids.", "answer": {"columns": ["Name", "Tourist_Attraction_ID"], "index": [0, 1, 2, 3, 4], "data": [["US museum", 6476], ["fun games", 6523], ["exploration trial", 6852], ["jungle cruise", 8698], ["parking", 9919]]}, "table_names": "['Tourist_Attractions', 'Visits']", "table_image_ids": ["TableImg_Eii47_15.png", "TableImg_Ndfj7_20.png"], "original_data_index": 3160} +{"question": "What is the total salary paid by team Boston Red Stockings in 2010?", "answer": {"columns": ["sum(T1.salary)"], "index": [0], "data": [[812236665]]}, "table_names": "['salary', 'team']", "table_image_ids": ["TableImg_3zexl_25575.png", "TableImg_Bfrpz_2805.png"], "original_data_index": 3161} +{"question": "What are the countries for appelations with at most 3 wines?", "answer": {"columns": ["County"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "data": [["N/A"], ["Mendocino"], ["San Luis Obispo"], ["Napa"], ["Calaveras"], ["N/A"], ["Sonoma"], ["Monterey"], ["San Luis Obispo"], ["Amador"], ["Lake"], ["Santa Barbara"], ["Napa"], ["Sonoma"], ["Alameda"], ["San Joaquin"], ["Mendocino"], ["Monterey"], ["San Benito"], ["Napa"], ["N/A"], ["N/A"], ["Napa"], ["Lake"], ["Sonoma"], ["San Luis Obispo"], ["N/A"], ["Amador"], ["N/A"], ["Solano"], ["N/A"], ["Napa"], ["Yolo"], ["Napa"]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_Loq6g_57.png", "TableImg_Z171s_500.png"], "original_data_index": 3162} +{"question": "Find the names of all physicians and their primary affiliated departments' names.", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["John Dorian", "General Medicine"], ["Elliot Reid", "General Medicine"], ["Christopher Turk", "Surgery"], ["Percival Cox", "General Medicine"], ["Bob Kelso", "General Medicine"], ["Todd Quinlan", "Surgery"], ["John Wen", "Surgery"], ["Keith Dudemeister", "General Medicine"], ["Molly Clock", "Psychiatry"]]}, "table_names": "['Physician', 'Department', 'Affiliated_With']", "table_image_ids": ["TableImg_Mkuk4_9.png", "TableImg_303qh_3.png", "TableImg_8lszj_11.png"], "original_data_index": 3163} +{"question": "Count the number of universities that do not participate in the baketball match.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['basketball_match', 'university']", "table_image_ids": ["TableImg_M0xji_4.png", "TableImg_Ukm1t_5.png"], "original_data_index": 3164} +{"question": "List the name of the stadium where both the player 'Walter Samuel' and the player 'Thiago Motta' got injured.", "answer": {"columns": ["name"], "index": [0], "data": [["Bank of America Stadium"]]}, "table_names": "['stadium', 'game', 'injury_accident']", "table_image_ids": ["TableImg_4glfe_13.png", "TableImg_2kvhe_20.png", "TableImg_Fcz86_15.png"], "original_data_index": 3165} +{"question": "Which physicians have never taken any appointment? Find their names.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Bob Kelso"], ["John Wen"], ["Keith Dudemeister"], ["Todd Quinlan"]]}, "table_names": "['Physician', 'Appointment']", "table_image_ids": ["TableImg_Lhvkr_9.png", "TableImg_Ohez3_9.png"], "original_data_index": 3166} +{"question": "Find the names and number of works of the three artists who have produced the most songs.", "answer": {"columns": ["artist_name", "count(*)"], "index": [0, 1, 2], "data": [["Enrique", 1], ["Farida", 1], ["Michel", 1]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_6fc27_6.png", "TableImg_2irac_6.png"], "original_data_index": 3167} +{"question": "How many companies operates airlines in each airport?", "answer": {"columns": ["id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[1, 1], [2, 3], [3, 1], [4, 3], [5, 1], [6, 2], [8, 1], [9, 1]]}, "table_names": "['airport', 'operate_company', 'flight']", "table_image_ids": ["TableImg_E06xk_9.png", "TableImg_K31bu_14.png", "TableImg_Hc9pf_13.png"], "original_data_index": 3168} +{"question": "Find the number of routes that have destination John F Kennedy International Airport.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[455]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_K8yor_67240.png", "TableImg_8cluo_7184.png"], "original_data_index": 3169} +{"question": "Find the number of different cities that employees live in.", "answer": {"columns": ["COUNT(DISTINCT city)"], "index": [0], "data": [[3]]}, "table_names": "['Employee']", "table_image_ids": ["TableImg_Vtp4a_8.png"], "original_data_index": 3170} +{"question": "What are the names and descriptions of the all courses under the \"Computer Science\" subject?", "answer": {"columns": ["course_name", "course_description"], "index": [0, 1, 2, 3, 4, 5], "data": [["database", "database"], ["advanced database", "advanced database"], ["operating system", "operating system"], ["data structure", "data structure"], ["AI", "AI"], ["machine learning", "machine learning"]]}, "table_names": "['Subjects', 'Courses']", "table_image_ids": ["TableImg_Ii8c0_3.png", "TableImg_4vttw_15.png"], "original_data_index": 3171} +{"question": "Return the last name of the staff member who handled the complaint with the earliest date raised.", "answer": {"columns": ["last_name"], "index": [0], "data": [["Lynch"]]}, "table_names": "['Staff', 'Complaints']", "table_image_ids": ["TableImg_Tzlu3_7.png", "TableImg_Qp0il_12.png"], "original_data_index": 3172} +{"question": "Find the subject ID, name of subject and the corresponding number of courses for each subject, and sort by the course count in ascending order.", "answer": {"columns": ["subject_id", "subject_name", "COUNT(*)"], "index": [0, 1, 2], "data": [[2, "Arts", 4], [3, "Language", 5], [1, "Computer Science", 6]]}, "table_names": "['Subjects', 'Courses']", "table_image_ids": ["TableImg_Fnl1n_3.png", "TableImg_Bbioa_15.png"], "original_data_index": 3173} +{"question": "Find the name of the customers who have at most two orders.", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Alberto"], ["Leilani"], ["Hadley"], ["Violet"], ["Parker"], ["Devan"], ["Beulah"], ["Hershel"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_I2q3q_15.png", "TableImg_Do94b_15.png"], "original_data_index": 3174} +{"question": "What are the last names of faculty in building Barton, sorted by last name?", "answer": {"columns": ["Lname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["Andreou"], ["Brody"], ["Byrne"], ["Cauwenberghs"], ["Collins"], ["Davidson"], ["Glaser"], ["Goutsias"], ["Hughes"], ["Iglesias"], ["Jelinek"], ["Joseph"], ["Kaplan"], ["Khurgin"], ["Meyer"], ["Prince"], ["Rugh"], ["Runolfsson"], ["Weinert"], ["Westgate"]]}, "table_names": "['Faculty']", "table_image_ids": ["TableImg_9pjo1_58.png"], "original_data_index": 3175} +{"question": "Return the names of tracks that have no had any races.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Darlington Raceway"], ["Michigan International Speedway"], ["Phoenix International Raceway"]]}, "table_names": "['race', 'track']", "table_image_ids": ["TableImg_Xukiy_7.png", "TableImg_B0sxl_9.png"], "original_data_index": 3176} +{"question": "How many people have membership in the club \"Pen and Paper Gaming\"?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_B7o6s_34.png", "TableImg_4c9pq_4.png", "TableImg_Nir4w_4.png"], "original_data_index": 3177} +{"question": "How many scientists are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[12]]}, "table_names": "['Scientists']", "table_image_ids": ["TableImg_60dl7_12.png"], "original_data_index": 3178} +{"question": "List all restaurant types.", "answer": {"columns": ["ResTypeName"], "index": [0, 1], "data": [["Sandwich"], ["Stir-fry"]]}, "table_names": "['Restaurant_Type']", "table_image_ids": ["TableImg_554y4_2.png"], "original_data_index": 3179} +{"question": "Find the name and position of the head of the department with the least employees.", "answer": {"columns": ["Name", "Position"], "index": [0], "data": [["Percival Cox", "Senior Attending Physician"]]}, "table_names": "['Physician', 'Department']", "table_image_ids": ["TableImg_9u99d_9.png", "TableImg_82o52_3.png"], "original_data_index": 3180} +{"question": "What is the number of players who have points less than 30 for each position?", "answer": {"columns": ["count(*)", "Position"], "index": [0, 1, 2, 3, 4], "data": [[1, "Full Back"], [1, "Left Wing"], [1, "Loose Forward"], [3, "Prop"], [3, "Second Row"]]}, "table_names": "['player']", "table_image_ids": ["TableImg_Erifh_15.png"], "original_data_index": 3181} +{"question": "Count the number of films.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[13]]}, "table_names": "['film']", "table_image_ids": ["TableImg_1hlqp_13.png"], "original_data_index": 3182} +{"question": "What is the id and name of the enzyme with most number of medicines that can interact as 'activator'?", "answer": {"columns": ["id", "name"], "index": [0], "data": [[4, "Uroporphyrinogen III synthase"]]}, "table_names": "['enzyme', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_Lhox7_8.png", "TableImg_Ohmsr_19.png"], "original_data_index": 3183} +{"question": "Count the number of cities in Australia.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['city', 'country']", "table_image_ids": ["TableImg_8spf7_600.png", "TableImg_Bc1qt_109.png"], "original_data_index": 3184} +{"question": "Find the name of route that has the highest number of deliveries.", "answer": {"columns": ["route_name"], "index": [0], "data": [["Adams, Macejkovic and Carroll"]]}, "table_names": "['Delivery_Routes', 'Delivery_Route_Locations']", "table_image_ids": ["TableImg_W65q4_15.png", "TableImg_4i51p_15.png"], "original_data_index": 3185} +{"question": "What is the name of the browser that became compatible with the accelerator 'CProxy' after year 1998 ?", "answer": {"columns": ["name"], "index": [0], "data": [["Opera"]]}, "table_names": "['Web_client_accelerator', 'browser', 'accelerator_compatible_browser']", "table_image_ids": ["TableImg_Ykgyq_19.png", "TableImg_Altgy_4.png", "TableImg_9l6xk_9.png"], "original_data_index": 3186} +{"question": "What are the names of tourist attractions that can be reached by bus or is at address 254 Ottilie Junction?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["art museum"], ["film festival"], ["haunted mansion"], ["impressions de France"], ["jungle cruise"], ["cafe"]]}, "table_names": "['Locations', 'Tourist_Attractions']", "table_image_ids": ["TableImg_Nlozo_15.png", "TableImg_5m7t7_15.png"], "original_data_index": 3187} +{"question": "What is the count and code of the job with the most employee?", "answer": {"columns": ["EMP_JOBCODE", "count(*)"], "index": [0], "data": [["PROF", 22]]}, "table_names": "['EMPLOYEE']", "table_image_ids": ["TableImg_Gib90_37.png"], "original_data_index": 3188} +{"question": "List all church names in descending order of opening date.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["True Church of Jesus Christ of Latter Day Saints"], ["Church of Christ"], ["Church of Jesus Christ, the Bride, the Lamb's Wife"], ["Alston Church"], ["Church of Christ (Parrishite)"], ["Church of Christ"], ["Independent Church"], ["Pure Church of Christ"], ["Church of Christ"]]}, "table_names": "['church']", "table_image_ids": ["TableImg_4pt32_9.png"], "original_data_index": 3189} +{"question": "On what day was the order with invoice number 10 placed?", "answer": {"columns": ["date_order_placed"], "index": [0, 1, 2], "data": [["1983-09-08 12:32:49"], ["1997-01-27 19:12:01"], ["1982-12-29 21:10:11"]]}, "table_names": "['Orders', 'Shipments']", "table_image_ids": ["TableImg_Ixcmd_15.png", "TableImg_G4abc_15.png"], "original_data_index": 3190} +{"question": "What are the names of the enzymes used in the medicine Amisulpride that acts as inhibitors?", "answer": {"columns": ["name"], "index": [0], "data": [["ALA synthase"]]}, "table_names": "['medicine', 'enzyme', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_Dgpre_21.png", "TableImg_Kd8lk_8.png", "TableImg_Kkphz_19.png"], "original_data_index": 3191} +{"question": "What is the mean longitude for all stations that have never had more than 10 bikes available?", "answer": {"columns": ["avg(long)"], "index": [0], "data": [[-122.1674862391]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_Flfpv_70.png", "TableImg_Eo8q6_8487.png"], "original_data_index": 3192} +{"question": "How many employees do we have?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['Employees']", "table_image_ids": ["TableImg_Qkdn5_6.png"], "original_data_index": 3193} +{"question": "Find the first names and offices of all professors sorted by alphabetical order of their first name.", "answer": {"columns": ["EMP_FNAME", "PROF_OFFICE"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["Anne", "BBG 185"], ["Annelise", "AAK 201"], ["Arnelle", "KLR 229D"], ["Carlos", "KLR 300"], ["Doreen", "KLR 284"], ["George", "AAK 230"], ["Gerald", "KLR 211"], ["Herman", "AAK 297"], ["Hermine", "AAK 194"], ["Ismael", "KLR 244"], ["James", "DRE 156"], ["Melanie", "KLR 333"], ["Peter", "KLR 203E"], ["Preston", "DRE 102"], ["Ralph", "KLR 284"], ["Robert", "DRE 102"], ["Robert", "BBG 208"], ["Ronald", "DRE 156"], ["Ronald", "DRE 208"], ["Ross", "KLR 126"], ["Van", "AAK 160"], ["Willa", "KLR 409B"]]}, "table_names": "['EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Vmgs6_37.png", "TableImg_Z48qp_22.png"], "original_data_index": 3194} +{"question": "Select the project names which are not assigned yet.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Aerodynamics and Bridge Design"], ["Aerodynamics of a Football"], ["Aerodynamics of Air Hockey"], ["A Magnetic Primer Designer"], ["Bacterial Transformation Efficiency"], ["A Soluble Separation Solution"]]}, "table_names": "['Projects', 'AssignedTo']", "table_image_ids": ["TableImg_Zcn3j_14.png", "TableImg_L7yh1_12.png"], "original_data_index": 3195} +{"question": "How many albums has Billy Cobam released?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['artists', 'albums']", "table_image_ids": ["TableImg_Lhh1t_275.png", "TableImg_02l97_347.png"], "original_data_index": 3196} +{"question": "How many schools are there in the department?", "answer": {"columns": ["count(DISTINCT school_code)"], "index": [0], "data": [[2]]}, "table_names": "['DEPARTMENT']", "table_image_ids": ["TableImg_O4l9y_11.png"], "original_data_index": 3197} +{"question": "What are the names of all movies directed by Steven Spielberg?", "answer": {"columns": ["title"], "index": [0, 1], "data": [["E.T."], ["Raiders of the Lost Ark"]]}, "table_names": "['Movie']", "table_image_ids": ["TableImg_Bmctn_8.png"], "original_data_index": 3198} +{"question": "What is the last name of the contact individual from the Labour party organization who was contacted most recently?", "answer": {"columns": ["individual_last_name"], "index": [0], "data": [["Bradtke"]]}, "table_names": "['Individuals', 'Organizations', 'Organization_Contact_Individuals']", "table_image_ids": ["TableImg_4s17n_15.png", "TableImg_91pap_5.png", "TableImg_X3e55_15.png"], "original_data_index": 3199} +{"question": "What is the gender of the teacher with last name \"Medhurst\"?", "answer": {"columns": ["gender"], "index": [0], "data": [["1"]]}, "table_names": "['Teachers']", "table_image_ids": ["TableImg_H6hb8_15.png"], "original_data_index": 3200} +{"question": "Show the medicine names and trade names that cannot interact with the enzyme with product 'Heme'.", "answer": {"columns": ["name", "Trade_Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["Amisulpride", "Solian"], ["Aripiprazole", "Abilify"], ["Asenapine", "Saphris"], ["Blonanserin", "Lonasen"], ["Carpipramine", "Prazinil"], ["Clocapramine", "Clofekton"], ["Clozapine", "Clozaril"], ["Iloperidone", "Fanapt"], ["Lurasidone", "Latuda"], ["Melperone", "Buronil"], ["Mosapramine", "Cremin"], ["Olanzapine", "Zyprexa"], ["Paliperidone", "Invega"], ["Perospirone", "Lullan"], ["Quetiapine", "Seroquel"], ["Remoxipride", "Roxiam"], ["Risperidone", "Risperdal"], ["Sertindole", "Serdolect"], ["Sulpiride", "Sulpirid"], ["Zotepine", "Nipolept"]]}, "table_names": "['medicine', 'enzyme', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_8kpgb_21.png", "TableImg_Vr5hf_8.png", "TableImg_W2eed_19.png"], "original_data_index": 3201} +{"question": "Count the number of candidates.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['candidate']", "table_image_ids": ["TableImg_6vx42_6.png"], "original_data_index": 3202} +{"question": "Find the first name and gender of the student who has allergy to milk but not cat.", "answer": {"columns": ["Fname", "Sex"], "index": [0], "data": [["Mark", "M"]]}, "table_names": "['Has_Allergy', 'Student']", "table_image_ids": ["TableImg_Pcmpb_59.png", "TableImg_Bi0wl_34.png"], "original_data_index": 3203} +{"question": "List the first and last name for players who participated in all star game in 1998.", "answer": {"columns": ["name_first", "name_last"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62], "data": [["David", "Wells"], ["Ivan", "Rodriguez"], ["Jim", "Thome"], ["Roberto", "Alomar"], ["Cal", "Ripken"], ["Alex", "Rodriguez"], ["Kenny", "Lofton"], ["Ken", "Griffey"], ["Juan", "Gonzalez"], ["Sandy", "Alomar"], ["Rolando", "Arrojo"], ["Scott", "Brosius"], ["Roger", "Clemens"], ["Bartolo", "Colon"], ["Ray", "Durham"], ["Damion", "Easley"], ["Darin", "Erstad"], ["Tom", "Gordon"], ["Ben", "Grieve"], ["Derek", "Jeter"], ["Pedro", "Martinez"], ["Paul", "O'Neill"], ["Dean", "Palmer"], ["Rafael", "Palmeiro"], ["Troy", "Percival"], ["Brad", "Radke"], ["Manny", "Ramirez"], ["Aaron", "Sele"], ["Mo", "Vaughn"], ["Omar", "Vizquel"], ["John", "Wetteland"], ["Bernie", "Williams"], ["Greg", "Maddux"], ["Mike", "Piazza"], ["Mark", "McGwire"], ["Craig", "Biggio"], ["Chipper", "Jones"], ["Walt", "Weiss"], ["Barry", "Bonds"], ["Larry", "Walker"], ["Tony", "Gwynn"], ["Moises", "Alou"], ["Andy", "Ashby"], ["Dante", "Bichette"], ["Bret", "Boone"], ["Kevin", "Brown"], ["Vinny", "Castilla"], ["Andres", "Galarraga"], ["Tom", "Glavine"], ["Trevor", "Hoffman"], ["Jason", "Kendall"], ["Javy", "Lopez"], ["Robb", "Nen"], ["Rick", "Reed"], ["Edgar", "Renteria"], ["Curt", "Schilling"], ["Jeff", "Shaw"], ["Gary", "Sheffield"], ["Sammy", "Sosa"], ["Ugueth", "Urbina"], ["Greg", "Vaughn"], ["Fernando", "Vina"], ["Devon", "White"]]}, "table_names": "['all_star', 'player']", "table_image_ids": ["TableImg_Fl2h5_5069.png", "TableImg_Vrfei_18846.png"], "original_data_index": 3204} +{"question": "show the lowest low temperature and highest wind speed in miles per hour.", "answer": {"columns": ["min(low_temperature)", "max(wind_speed_mph)"], "index": [0], "data": [[46, 24]]}, "table_names": "['weekly_weather']", "table_image_ids": ["TableImg_Vxoa5_16.png"], "original_data_index": 3205} +{"question": "What are the employee ids of the employees whose role name is \"Human Resource\" or \"Manager\"?", "answer": {"columns": ["Employee_ID"], "index": [0, 1], "data": [[25], [30]]}, "table_names": "['Roles', 'Employees']", "table_image_ids": ["TableImg_5fkwr_5.png", "TableImg_1j3r0_15.png"], "original_data_index": 3206} +{"question": "Show the leader names and locations of colleges.", "answer": {"columns": ["Leader_Name", "College_Location"], "index": [0, 1, 2, 3, 4], "data": [["Ousame Tounkara", "Ottawa"], ["Ryan Thelwell", "Minnesota"], ["Andre Arlain", "St. Francis Xavier"], ["Samir Chahine", "McGill"], ["Roger Dunbrack", "Western Ontario"]]}, "table_names": "['college']", "table_image_ids": ["TableImg_Kmanc_5.png"], "original_data_index": 3207} +{"question": "Show the customer name, customer address city, date from, and date to for each customer address history.", "answer": {"columns": ["customer_name", "city", "date_from", "date_to"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["Madaline", "East Rickey", "2015-07-23 14:37:18", "2018-03-07 12:04:20"], ["Madaline", "Edgardoberg", "2016-11-06 14:33:12", "2018-03-14 21:36:28"], ["Buford", "Agustinstad", "2011-11-19 12:17:36", "2018-03-22 10:20:16"], ["Melissa", "Port Montytown", "2009-02-16 23:04:20", "2018-03-07 17:47:47"], ["Buford", "North Lisandroport", "2008-06-22 21:50:44", "2018-03-13 00:08:29"], ["Shany", "Gleasonland", "2012-04-09 18:10:36", "2018-03-11 20:16:56"], ["Shany", "Gleasonland", "2014-11-17 15:11:26", "2018-03-08 23:31:30"], ["Sterling", "Estaland", "2011-01-02 21:42:29", "2018-02-25 19:55:00"], ["Melissa", "Lake Katheryn", "2015-05-01 12:44:46", "2018-03-24 06:20:36"], ["Madaline", "Gilbertmouth", "2011-06-02 02:53:28", "2018-03-10 00:47:18"], ["Cheyenne", "Hertafurt", "2013-06-14 23:07:04", "2018-03-16 14:49:28"], ["Orion", "North Lisandroport", "2008-10-13 04:37:27", "2018-03-19 10:10:53"], ["Melissa", "Gibsonfurt", "2012-03-16 17:42:30", "2018-02-27 07:31:19"], ["Cecelia", "Estaland", "2012-11-19 09:20:49", "2018-03-11 20:11:21"], ["Cecelia", "Gilbertmouth", "2012-11-09 07:15:16", "2018-03-09 12:03:31"], ["Sterling", "Lake Floyd", "2011-11-02 17:31:41", "2018-03-07 05:29:10"], ["Lela", "Estaland", "2010-03-25 08:23:20", "2018-03-09 16:41:55"], ["Cheyenne", "North Lisandroport", "2017-10-25 07:35:59", "2018-03-11 21:40:52"], ["Cecelia", "Gilbertmouth", "2009-05-22 04:42:28", "2018-03-18 11:13:27"], ["Madaline", "Agustinstad", "2016-12-23 04:42:07", "2018-03-20 01:13:38"]]}, "table_names": "['Addresses', 'Customers', 'Customer_Address_History']", "table_image_ids": ["TableImg_Qxrhg_15.png", "TableImg_K2wct_15.png", "TableImg_Pjc77_20.png"], "original_data_index": 3208} +{"question": "What is the name of the institution that \"Matthias Blume\" belongs to?", "answer": {"columns": ["name"], "index": [0], "data": [["Google"]]}, "table_names": "['Inst', 'Authors', 'Authorship']", "table_image_ids": ["TableImg_L5afj_8.png", "TableImg_Kx70b_13.png", "TableImg_Gdvl8_14.png"], "original_data_index": 3209} +{"question": "Give me a list of descriptions of the problems that are reported by the staff whose first name is Christop.", "answer": {"columns": ["problem_description"], "index": [0, 1, 2], "data": [["w"], ["d"], ["r"]]}, "table_names": "['Staff', 'Problems']", "table_image_ids": ["TableImg_Rjf22_15.png", "TableImg_2w1wq_15.png"], "original_data_index": 3210} +{"question": "Show different type codes of products and the number of products with each type code.", "answer": {"columns": ["Product_Type_Code", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["Books", 4], ["Clothes", 2], ["Electronics", 4], ["Food", 5]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Mnvln_15.png"], "original_data_index": 3211} +{"question": "What is the customer id, first and last name with most number of accounts.", "answer": {"columns": ["customer_id", "customer_first_name", "customer_last_name"], "index": [0], "data": [[8, "Meaghan", "Keeling"]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_1kz3s_15.png", "TableImg_Vukst_15.png"], "original_data_index": 3212} +{"question": "Show the ids of the students who don't participate in any activity.", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3], "data": [[1026], [1027], [1031], [1032]]}, "table_names": "['Participates_in', 'Student']", "table_image_ids": ["TableImg_Xpx3s_70.png", "TableImg_Ppfza_34.png"], "original_data_index": 3213} +{"question": "What is all the job history info done by employees earning a salary greater than or equal to 12000?", "answer": {"columns": ["EMPLOYEE_ID", "START_DATE", "END_DATE", "JOB_ID", "DEPARTMENT_ID", "EMPLOYEE_ID", "FIRST_NAME", "LAST_NAME", "EMAIL", "PHONE_NUMBER", "HIRE_DATE", "JOB_ID", "SALARY", "COMMISSION_PCT", "MANAGER_ID", "DEPARTMENT_ID"], "index": [0, 1, 2, 3], "data": [[102, "1993-01-13", "1998-07-24", "IT_PROG", 60, 102, "Lex", "De Haan", "LDEHAAN", "515.123.4569", "1987-06-19", "AD_VP", 17000, 0, 100, 90], [101, "1989-09-21", "1993-10-27", "AC_ACCOUNT", 110, 101, "Neena", "Kochhar", "NKOCHHAR", "515.123.4568", "1987-06-18", "AD_VP", 17000, 0, 100, 90], [101, "1993-10-28", "1997-03-15", "AC_MGR", 110, 101, "Neena", "Kochhar", "NKOCHHAR", "515.123.4568", "1987-06-18", "AD_VP", 17000, 0, 100, 90], [201, "1996-02-17", "1999-12-19", "MK_REP", 20, 201, "Michael", "Hartstein", "MHARTSTE", "515.123.5555", "1987-09-26", "MK_MAN", 13000, 0, 100, 20]]}, "table_names": "['employees', 'job_history']", "table_image_ids": ["TableImg_Uynyh_107.png", "TableImg_Mh8rh_11.png"], "original_data_index": 3214} +{"question": "Show the employee ids for all employees with role name \"Human Resource\" or \"Manager\".", "answer": {"columns": ["Employee_ID"], "index": [0, 1], "data": [[25], [30]]}, "table_names": "['Roles', 'Employees']", "table_image_ids": ["TableImg_Nuok8_5.png", "TableImg_Cin8z_15.png"], "original_data_index": 3215} +{"question": "What is the average song duration for the songs that are in mp3 format and whose resolution below 800?", "answer": {"columns": ["avg(T1.duration)"], "index": [0], "data": [[3.0]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_Ow2sd_6.png", "TableImg_7fpuv_6.png"], "original_data_index": 3216} +{"question": "What are the ids of all the employees who have destroyed documents?", "answer": {"columns": ["Destroyed_by_Employee_ID"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[138], [173], [156], [136], [99], [38], [55]]}, "table_names": "['Documents_to_be_Destroyed']", "table_image_ids": ["TableImg_Cxvsx_11.png"], "original_data_index": 3217} +{"question": "Count the number of distinct player positions.", "answer": {"columns": ["count(DISTINCT POSITION)"], "index": [0], "data": [[9]]}, "table_names": "['player']", "table_image_ids": ["TableImg_Nt1uq_23.png"], "original_data_index": 3218} +{"question": "Show id, first name and last name for all customers and the number of accounts.", "answer": {"columns": ["customer_id", "customer_first_name", "customer_last_name", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[3, "Joesph", "Schaefer", 1], [6, "Vesta", "Leuschke", 1], [8, "Meaghan", "Keeling", 4], [9, "Abbey", "Ruecker", 1], [12, "Jensen", "Muller", 1], [13, "Kieran", "Auer", 4], [15, "Ruby", "Boyle", 3]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_Ezto1_15.png", "TableImg_Wlxmm_15.png"], "original_data_index": 3219} +{"question": "Show the carriers of devices in stock at more than one shop.", "answer": {"columns": ["Carrier"], "index": [0, 1], "data": [["Bell Mobility"], ["Vodafone AU"]]}, "table_names": "['device', 'stock']", "table_image_ids": ["TableImg_Xlg6b_6.png", "TableImg_I1nam_8.png"], "original_data_index": 3220} +{"question": "Find the id of routes whose source and destination airports are in the United States.", "answer": {"columns": ["rid"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157, 3158, 3159, 3160, 3161, 3162, 3163, 3164, 3165, 3166, 3167, 3168, 3169, 3170, 3171, 3172, 3173, 3174, 3175, 3176, 3177, 3178, 3179, 3180, 3181, 3182, 3183, 3184, 3185, 3186, 3187, 3188, 3189, 3190, 3191, 3192, 3193, 3194, 3195, 3196, 3197, 3198, 3199, 3200, 3201, 3202, 3203, 3204, 3205, 3206, 3207, 3208, 3209, 3210, 3211, 3212, 3213, 3214, 3215, 3216, 3217, 3218, 3219, 3220, 3221, 3222, 3223, 3224, 3225, 3226, 3227, 3228, 3229, 3230, 3231, 3232, 3233, 3234, 3235, 3236, 3237, 3238, 3239, 3240, 3241, 3242, 3243, 3244, 3245, 3246, 3247, 3248, 3249, 3250, 3251, 3252, 3253, 3254, 3255, 3256, 3257, 3258, 3259, 3260, 3261, 3262, 3263, 3264, 3265, 3266, 3267, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3275, 3276, 3277, 3278, 3279, 3280, 3281, 3282, 3283, 3284, 3285, 3286, 3287, 3288, 3289, 3290, 3291, 3292, 3293, 3294, 3295, 3296, 3297, 3298, 3299, 3300, 3301, 3302, 3303, 3304, 3305, 3306, 3307, 3308, 3309, 3310, 3311, 3312, 3313, 3314, 3315, 3316, 3317, 3318, 3319, 3320, 3321, 3322, 3323, 3324, 3325, 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333, 3334, 3335, 3336, 3337, 3338, 3339, 3340, 3341, 3342, 3343, 3344, 3345, 3346, 3347, 3348, 3349, 3350, 3351, 3352, 3353, 3354, 3355, 3356, 3357, 3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365, 3366, 3367, 3368, 3369, 3370, 3371, 3372, 3373, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384, 3385, 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393, 3394, 3395, 3396, 3397, 3398, 3399, 3400, 3401, 3402, 3403, 3404, 3405, 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413, 3414, 3415, 3416, 3417, 3418, 3419, 3420, 3421, 3422, 3423, 3424, 3425, 3426, 3427, 3428, 3429, 3430, 3431, 3432, 3433, 3434, 3435, 3436, 3437, 3438, 3439, 3440, 3441, 3442, 3443, 3444, 3445, 3446, 3447, 3448, 3449, 3450, 3451, 3452, 3453, 3454, 3455, 3456, 3457, 3458, 3459, 3460, 3461, 3462, 3463, 3464, 3465, 3466, 3467, 3468, 3469, 3470, 3471, 3472, 3473, 3474, 3475, 3476, 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3486, 3487, 3488, 3489, 3490, 3491, 3492, 3493, 3494, 3495, 3496, 3497, 3498, 3499, 3500, 3501, 3502, 3503, 3504, 3505, 3506, 3507, 3508, 3509, 3510, 3511, 3512, 3513, 3514, 3515, 3516, 3517, 3518, 3519, 3520, 3521, 3522, 3523, 3524, 3525, 3526, 3527, 3528, 3529, 3530, 3531, 3532, 3533, 3534, 3535, 3536, 3537, 3538, 3539, 3540, 3541, 3542, 3543, 3544, 3545, 3546, 3547, 3548, 3549, 3550, 3551, 3552, 3553, 3554, 3555, 3556, 3557, 3558, 3559, 3560, 3561, 3562, 3563, 3564, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, 3573, 3574, 3575, 3576, 3577, 3578, 3579, 3580, 3581, 3582, 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591, 3592, 3593, 3594, 3595, 3596, 3597, 3598, 3599, 3600, 3601, 3602, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610, 3611, 3612, 3613, 3614, 3615, 3616, 3617, 3618, 3619, 3620, 3621, 3622, 3623, 3624, 3625, 3626, 3627, 3628, 3629, 3630, 3631, 3632, 3633, 3634, 3635, 3636, 3637, 3638, 3639, 3640, 3641, 3642, 3643, 3644, 3645, 3646, 3647, 3648, 3649, 3650, 3651, 3652, 3653, 3654, 3655, 3656, 3657, 3658, 3659, 3660, 3661, 3662, 3663, 3664, 3665, 3666, 3667, 3668, 3669, 3670, 3671, 3672, 3673, 3674, 3675, 3676, 3677, 3678, 3679, 3680, 3681, 3682, 3683, 3684, 3685, 3686, 3687, 3688, 3689, 3690, 3691, 3692, 3693, 3694, 3695, 3696, 3697, 3698, 3699, 3700, 3701, 3702, 3703, 3704, 3705, 3706, 3707, 3708, 3709, 3710, 3711, 3712, 3713, 3714, 3715, 3716, 3717, 3718, 3719, 3720, 3721, 3722, 3723, 3724, 3725, 3726, 3727, 3728, 3729, 3730, 3731, 3732, 3733, 3734, 3735, 3736, 3737, 3738, 3739, 3740, 3741, 3742, 3743, 3744, 3745, 3746, 3747, 3748, 3749, 3750, 3751, 3752, 3753, 3754, 3755, 3756, 3757, 3758, 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3767, 3768, 3769, 3770, 3771, 3772, 3773, 3774, 3775, 3776, 3777, 3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787, 3788, 3789, 3790, 3791, 3792, 3793, 3794, 3795, 3796, 3797, 3798, 3799, 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807, 3808, 3809, 3810, 3811, 3812, 3813, 3814, 3815, 3816, 3817, 3818, 3819, 3820, 3821, 3822, 3823, 3824, 3825, 3826, 3827, 3828, 3829, 3830, 3831, 3832, 3833, 3834, 3835, 3836, 3837, 3838, 3839, 3840, 3841, 3842, 3843, 3844, 3845, 3846, 3847, 3848, 3849, 3850, 3851, 3852, 3853, 3854, 3855, 3856, 3857, 3858, 3859, 3860, 3861, 3862, 3863, 3864, 3865, 3866, 3867, 3868, 3869, 3870, 3871, 3872, 3873, 3874, 3875, 3876, 3877, 3878, 3879, 3880, 3881, 3882, 3883, 3884, 3885, 3886, 3887, 3888, 3889, 3890, 3891, 3892, 3893, 3894, 3895, 3896, 3897, 3898, 3899, 3900, 3901, 3902, 3903, 3904, 3905, 3906, 3907, 3908, 3909, 3910, 3911, 3912, 3913, 3914, 3915, 3916, 3917, 3918, 3919, 3920, 3921, 3922, 3923, 3924, 3925, 3926, 3927, 3928, 3929, 3930, 3931, 3932, 3933, 3934, 3935, 3936, 3937, 3938, 3939, 3940, 3941, 3942, 3943, 3944, 3945, 3946, 3947, 3948, 3949, 3950, 3951, 3952, 3953, 3954, 3955, 3956, 3957, 3958, 3959, 3960, 3961, 3962, 3963, 3964, 3965, 3966, 3967, 3968, 3969, 3970, 3971, 3972, 3973, 3974, 3975, 3976, 3977, 3978, 3979, 3980, 3981, 3982, 3983, 3984, 3985, 3986, 3987, 3988, 3989, 3990, 3991, 3992, 3993, 3994, 3995, 3996, 3997, 3998, 3999, 4000, 4001, 4002, 4003, 4004, 4005, 4006, 4007, 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039, 4040, 4041, 4042, 4043, 4044, 4045, 4046, 4047, 4048, 4049, 4050, 4051, 4052, 4053, 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4062, 4063, 4064, 4065, 4066, 4067, 4068, 4069, 4070, 4071, 4072, 4073, 4074, 4075, 4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, 4087, 4088, 4089, 4090, 4091, 4092, 4093, 4094, 4095, 4096, 4097, 4098, 4099, 4100, 4101, 4102, 4103, 4104, 4105, 4106, 4107, 4108, 4109, 4110, 4111, 4112, 4113, 4114, 4115, 4116, 4117, 4118, 4119, 4120, 4121, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4134, 4135, 4136, 4137, 4138, 4139, 4140, 4141, 4142, 4143, 4144, 4145, 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153, 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4163, 4164, 4165, 4166, 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4174, 4175, 4176, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4185, 4186, 4187, 4188, 4189, 4190, 4191, 4192, 4193, 4194, 4195, 4196, 4197, 4198, 4199, 4200, 4201, 4202, 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, 4211, 4212, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4221, 4222, 4223, 4224, 4225, 4226, 4227, 4228, 4229, 4230, 4231, 4232, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4240, 4241, 4242, 4243, 4244, 4245, 4246, 4247, 4248, 4249, 4250, 4251, 4252, 4253, 4254, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262, 4263, 4264, 4265, 4266, 4267, 4268, 4269, 4270, 4271, 4272, 4273, 4274, 4275, 4276, 4277, 4278, 4279, 4280, 4281, 4282, 4283, 4284, 4285, 4286, 4287, 4288, 4289, 4290, 4291, 4292, 4293, 4294, 4295, 4296, 4297, 4298, 4299, 4300, 4301, 4302, 4303, 4304, 4305, 4306, 4307, 4308, 4309, 4310, 4311, 4312, 4313, 4314, 4315, 4316, 4317, 4318, 4319, 4320, 4321, 4322, 4323, 4324, 4325, 4326, 4327, 4328, 4329, 4330, 4331, 4332, 4333, 4334, 4335, 4336, 4337, 4338, 4339, 4340, 4341, 4342, 4343, 4344, 4345, 4346, 4347, 4348, 4349, 4350, 4351, 4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 4362, 4363, 4364, 4365, 4366, 4367, 4368, 4369, 4370, 4371, 4372, 4373, 4374, 4375, 4376, 4377, 4378, 4379, 4380, 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4388, 4389, 4390, 4391, 4392, 4393, 4394, 4395, 4396, 4397, 4398, 4399, 4400, 4401, 4402, 4403, 4404, 4405, 4406, 4407, 4408, 4409, 4410, 4411, 4412, 4413, 4414, 4415, 4416, 4417, 4418, 4419, 4420, 4421, 4422, 4423, 4424, 4425, 4426, 4427, 4428, 4429, 4430, 4431, 4432, 4433, 4434, 4435, 4436, 4437, 4438, 4439, 4440, 4441, 4442, 4443, 4444, 4445, 4446, 4447, 4448, 4449, 4450, 4451, 4452, 4453, 4454, 4455, 4456, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4465, 4466, 4467, 4468, 4469, 4470, 4471, 4472, 4473, 4474, 4475, 4476, 4477, 4478, 4479, 4480, 4481, 4482, 4483, 4484, 4485, 4486, 4487, 4488, 4489, 4490, 4491, 4492, 4493, 4494, 4495, 4496, 4497, 4498, 4499, 4500, 4501, 4502, 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510, 4511, 4512, 4513, 4514, 4515, 4516, 4517, 4518, 4519, 4520, 4521, 4522, 4523, 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534, 4535, 4536, 4537, 4538, 4539, 4540, 4541, 4542, 4543, 4544, 4545, 4546, 4547, 4548, 4549, 4550, 4551, 4552, 4553, 4554, 4555, 4556, 4557, 4558, 4559, 4560, 4561, 4562, 4563, 4564, 4565, 4566, 4567, 4568, 4569, 4570, 4571, 4572, 4573, 4574, 4575, 4576, 4577, 4578, 4579, 4580, 4581, 4582, 4583, 4584, 4585, 4586, 4587, 4588, 4589, 4590, 4591, 4592, 4593, 4594, 4595, 4596, 4597, 4598, 4599, 4600, 4601, 4602, 4603, 4604, 4605, 4606, 4607, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4626, 4627, 4628, 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4650, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4660, 4661, 4662, 4663, 4664, 4665, 4666, 4667, 4668, 4669, 4670, 4671, 4672, 4673, 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4683, 4684, 4685, 4686, 4687, 4688, 4689, 4690, 4691, 4692, 4693, 4694, 4695, 4696, 4697, 4698, 4699, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4742, 4743, 4744, 4745, 4746, 4747, 4748, 4749, 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, 4760, 4761, 4762, 4763, 4764, 4765, 4766, 4767, 4768, 4769, 4770, 4771, 4772, 4773, 4774, 4775, 4776, 4777, 4778, 4779, 4780, 4781, 4782, 4783, 4784, 4785, 4786, 4787, 4788, 4789, 4790, 4791, 4792, 4793, 4794, 4795, 4796, 4797, 4798, 4799, 4800, 4801, 4802, 4803, 4804, 4805, 4806, 4807, 4808, 4809, 4810, 4811, 4812, 4813, 4814, 4815, 4816, 4817, 4818, 4819, 4820, 4821, 4822, 4823, 4824, 4825, 4826, 4827, 4828, 4829, 4830, 4831, 4832, 4833, 4834, 4835, 4836, 4837, 4838, 4839, 4840, 4841, 4842, 4843, 4844, 4845, 4846, 4847, 4848, 4849, 4850, 4851, 4852, 4853, 4854, 4855, 4856, 4857, 4858, 4859, 4860, 4861, 4862, 4863, 4864, 4865, 4866, 4867, 4868, 4869, 4870, 4871, 4872, 4873, 4874, 4875, 4876, 4877, 4878, 4879, 4880, 4881, 4882, 4883, 4884, 4885, 4886, 4887, 4888, 4889, 4890, 4891, 4892, 4893, 4894, 4895, 4896, 4897, 4898, 4899, 4900, 4901, 4902, 4903, 4904, 4905, 4906, 4907, 4908, 4909, 4910, 4911, 4912, 4913, 4914, 4915, 4916, 4917, 4918, 4919, 4920, 4921, 4922, 4923, 4924, 4925, 4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933, 4934, 4935, 4936, 4937, 4938, 4939, 4940, 4941, 4942, 4943, 4944, 4945, 4946, 4947, 4948, 4949, 4950, 4951, 4952, 4953, 4954, 4955, 4956, 4957, 4958, 4959, 4960, 4961, 4962, 4963, 4964, 4965, 4966, 4967, 4968, 4969, 4970, 4971, 4972, 4973, 4974, 4975, 4976, 4977, 4978, 4979, 4980, 4981, 4982, 4983, 4984, 4985, 4986, 4987, 4988, 4989, 4990, 4991, 4992, 4993, 4994, 4995, 4996, 4997, 4998, 4999, 5000, 5001, 5002, 5003, 5004, 5005, 5006, 5007, 5008, 5009, 5010, 5011, 5012, 5013, 5014, 5015, 5016, 5017, 5018, 5019, 5020, 5021, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5034, 5035, 5036, 5037, 5038, 5039, 5040, 5041, 5042, 5043, 5044, 5045, 5046, 5047, 5048, 5049, 5050, 5051, 5052, 5053, 5054, 5055, 5056, 5057, 5058, 5059, 5060, 5061, 5062, 5063, 5064, 5065, 5066, 5067, 5068, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5077, 5078, 5079, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5087, 5088, 5089, 5090, 5091, 5092, 5093, 5094, 5095, 5096, 5097, 5098, 5099, 5100, 5101, 5102, 5103, 5104, 5105, 5106, 5107, 5108, 5109, 5110, 5111, 5112, 5113, 5114, 5115, 5116, 5117, 5118, 5119, 5120, 5121, 5122, 5123, 5124, 5125, 5126, 5127, 5128, 5129, 5130, 5131, 5132, 5133, 5134, 5135, 5136, 5137, 5138, 5139, 5140, 5141, 5142, 5143, 5144, 5145, 5146, 5147, 5148, 5149, 5150, 5151, 5152, 5153, 5154, 5155, 5156, 5157, 5158, 5159, 5160, 5161, 5162, 5163, 5164, 5165, 5166, 5167, 5168, 5169, 5170, 5171, 5172, 5173, 5174, 5175, 5176, 5177, 5178, 5179, 5180, 5181, 5182, 5183, 5184, 5185, 5186, 5187, 5188, 5189, 5190, 5191, 5192, 5193, 5194, 5195, 5196, 5197, 5198, 5199, 5200, 5201, 5202, 5203, 5204, 5205, 5206, 5207, 5208, 5209, 5210, 5211, 5212, 5213, 5214, 5215, 5216, 5217, 5218, 5219, 5220, 5221, 5222, 5223, 5224, 5225, 5226, 5227, 5228, 5229, 5230, 5231, 5232, 5233, 5234, 5235, 5236, 5237, 5238, 5239, 5240, 5241, 5242, 5243, 5244, 5245, 5246, 5247, 5248, 5249, 5250, 5251, 5252, 5253, 5254, 5255, 5256, 5257, 5258, 5259, 5260, 5261, 5262, 5263, 5264, 5265, 5266, 5267, 5268, 5269, 5270, 5271, 5272, 5273, 5274, 5275, 5276, 5277, 5278, 5279, 5280, 5281, 5282, 5283, 5284, 5285, 5286, 5287, 5288, 5289, 5290, 5291, 5292, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5338, 5339, 5340, 5341, 5342, 5343, 5344, 5345, 5346, 5347, 5348, 5349, 5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359, 5360, 5361, 5362, 5363, 5364, 5365, 5366, 5367, 5368, 5369, 5370, 5371, 5372, 5373, 5374, 5375, 5376, 5377, 5378, 5379, 5380, 5381, 5382, 5383, 5384, 5385, 5386, 5387, 5388, 5389, 5390, 5391, 5392, 5393, 5394, 5395, 5396, 5397, 5398, 5399, 5400, 5401, 5402, 5403, 5404, 5405, 5406, 5407, 5408, 5409, 5410, 5411, 5412, 5413, 5414, 5415, 5416, 5417, 5418, 5419, 5420, 5421, 5422, 5423, 5424, 5425, 5426, 5427, 5428, 5429, 5430, 5431, 5432, 5433, 5434, 5435, 5436, 5437, 5438, 5439, 5440, 5441, 5442, 5443, 5444, 5445, 5446, 5447, 5448, 5449, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5458, 5459, 5460, 5461, 5462, 5463, 5464, 5465, 5466, 5467, 5468, 5469, 5470, 5471, 5472, 5473, 5474, 5475, 5476, 5477, 5478, 5479, 5480, 5481, 5482, 5483, 5484, 5485, 5486, 5487, 5488, 5489, 5490, 5491, 5492, 5493, 5494, 5495, 5496, 5497, 5498, 5499, 5500, 5501, 5502, 5503, 5504, 5505, 5506, 5507, 5508, 5509, 5510, 5511, 5512, 5513, 5514, 5515, 5516, 5517, 5518, 5519, 5520, 5521, 5522, 5523, 5524, 5525, 5526, 5527, 5528, 5529, 5530, 5531, 5532, 5533, 5534, 5535, 5536, 5537, 5538, 5539, 5540, 5541, 5542, 5543, 5544, 5545, 5546, 5547, 5548, 5549, 5550, 5551, 5552, 5553, 5554, 5555, 5556, 5557, 5558, 5559, 5560, 5561, 5562, 5563, 5564, 5565, 5566, 5567, 5568, 5569, 5570, 5571, 5572, 5573, 5574, 5575, 5576, 5577, 5578, 5579, 5580, 5581, 5582, 5583, 5584, 5585, 5586, 5587, 5588, 5589, 5590, 5591, 5592, 5593, 5594, 5595, 5596, 5597, 5598, 5599, 5600, 5601, 5602, 5603, 5604, 5605, 5606, 5607, 5608, 5609, 5610, 5611, 5612, 5613, 5614, 5615, 5616, 5617, 5618, 5619, 5620, 5621, 5622, 5623, 5624, 5625, 5626, 5627, 5628, 5629, 5630, 5631, 5632, 5633, 5634, 5635, 5636, 5637, 5638, 5639, 5640, 5641, 5642, 5643, 5644, 5645, 5646, 5647, 5648, 5649, 5650, 5651, 5652, 5653, 5654, 5655, 5656, 5657, 5658, 5659, 5660, 5661, 5662, 5663, 5664, 5665, 5666, 5667, 5668, 5669, 5670, 5671, 5672, 5673, 5674, 5675, 5676, 5677, 5678, 5679, 5680, 5681, 5682, 5683, 5684, 5685, 5686, 5687, 5688, 5689, 5690, 5691, 5692, 5693, 5694, 5695, 5696, 5697, 5698, 5699, 5700, 5701, 5702, 5703, 5704, 5705, 5706, 5707, 5708, 5709, 5710, 5711, 5712, 5713, 5714, 5715, 5716, 5717, 5718, 5719, 5720, 5721, 5722, 5723, 5724, 5725, 5726, 5727, 5728, 5729, 5730, 5731, 5732, 5733, 5734, 5735, 5736, 5737, 5738, 5739, 5740, 5741, 5742, 5743, 5744, 5745, 5746, 5747, 5748, 5749, 5750, 5751, 5752, 5753, 5754, 5755, 5756, 5757, 5758, 5759, 5760, 5761, 5762, 5763, 5764, 5765, 5766, 5767, 5768, 5769, 5770, 5771, 5772, 5773, 5774, 5775, 5776, 5777, 5778, 5779, 5780, 5781, 5782, 5783, 5784, 5785, 5786, 5787, 5788, 5789, 5790, 5791, 5792, 5793, 5794, 5795, 5796, 5797, 5798, 5799, 5800, 5801, 5802, 5803, 5804, 5805, 5806, 5807, 5808, 5809, 5810, 5811, 5812, 5813, 5814, 5815, 5816, 5817, 5818, 5819, 5820, 5821, 5822, 5823, 5824, 5825, 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, 5838, 5839, 5840, 5841, 5842, 5843, 5844, 5845, 5846, 5847, 5848, 5849, 5850, 5851, 5852, 5853, 5854, 5855, 5856, 5857, 5858, 5859, 5860, 5861, 5862, 5863, 5864, 5865, 5866, 5867, 5868, 5869, 5870, 5871, 5872, 5873, 5874, 5875, 5876, 5877, 5878, 5879, 5880, 5881, 5882, 5883, 5884, 5885, 5886, 5887, 5888, 5889, 5890, 5891, 5892, 5893, 5894, 5895, 5896, 5897, 5898, 5899, 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909, 5910, 5911, 5912, 5913, 5914, 5915, 5916, 5917, 5918, 5919, 5920, 5921, 5922, 5923, 5924, 5925, 5926, 5927, 5928, 5929, 5930, 5931, 5932, 5933, 5934, 5935, 5936, 5937, 5938, 5939, 5940, 5941, 5942, 5943, 5944, 5945, 5946, 5947, 5948, 5949, 5950, 5951, 5952, 5953, 5954, 5955, 5956, 5957, 5958, 5959, 5960, 5961, 5962, 5963, 5964, 5965, 5966, 5967, 5968, 5969, 5970, 5971, 5972, 5973, 5974, 5975, 5976, 5977, 5978, 5979, 5980, 5981, 5982, 5983, 5984, 5985, 5986, 5987, 5988, 5989, 5990, 5991, 5992, 5993, 5994, 5995, 5996, 5997, 5998, 5999, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6010, 6011, 6012, 6013, 6014, 6015, 6016, 6017, 6018, 6019, 6020, 6021, 6022, 6023, 6024, 6025, 6026, 6027, 6028, 6029, 6030, 6031, 6032, 6033, 6034, 6035, 6036, 6037, 6038, 6039, 6040, 6041, 6042, 6043, 6044, 6045, 6046, 6047, 6048, 6049, 6050, 6051, 6052, 6053, 6054, 6055, 6056, 6057, 6058, 6059, 6060, 6061, 6062, 6063, 6064, 6065, 6066, 6067, 6068, 6069, 6070, 6071, 6072, 6073, 6074, 6075, 6076, 6077, 6078, 6079, 6080, 6081, 6082, 6083, 6084, 6085, 6086, 6087, 6088, 6089, 6090, 6091, 6092, 6093, 6094, 6095, 6096, 6097, 6098, 6099, 6100, 6101, 6102, 6103, 6104, 6105, 6106, 6107, 6108, 6109, 6110, 6111, 6112, 6113, 6114, 6115, 6116, 6117, 6118, 6119, 6120, 6121, 6122, 6123, 6124, 6125, 6126, 6127, 6128, 6129, 6130, 6131, 6132, 6133, 6134, 6135, 6136, 6137, 6138, 6139, 6140, 6141, 6142, 6143, 6144, 6145, 6146, 6147, 6148, 6149, 6150, 6151, 6152, 6153, 6154, 6155, 6156, 6157, 6158, 6159, 6160, 6161, 6162, 6163, 6164, 6165, 6166, 6167, 6168, 6169, 6170, 6171, 6172, 6173, 6174, 6175, 6176, 6177, 6178, 6179, 6180, 6181, 6182, 6183, 6184, 6185, 6186, 6187, 6188, 6189, 6190, 6191, 6192, 6193, 6194, 6195, 6196, 6197, 6198, 6199, 6200, 6201, 6202, 6203, 6204, 6205, 6206, 6207, 6208, 6209, 6210, 6211, 6212, 6213, 6214, 6215, 6216, 6217, 6218, 6219, 6220, 6221, 6222, 6223, 6224, 6225, 6226, 6227, 6228, 6229, 6230, 6231, 6232, 6233, 6234, 6235, 6236, 6237, 6238, 6239, 6240, 6241, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6263, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 6275, 6276, 6277, 6278, 6279, 6280, 6281, 6282, 6283, 6284, 6285, 6286, 6287, 6288, 6289, 6290, 6291, 6292, 6293, 6294, 6295, 6296, 6297, 6298, 6299, 6300, 6301, 6302, 6303, 6304, 6305, 6306, 6307, 6308, 6309, 6310, 6311, 6312, 6313, 6314, 6315, 6316, 6317, 6318, 6319, 6320, 6321, 6322, 6323, 6324, 6325, 6326, 6327, 6328, 6329, 6330, 6331, 6332, 6333, 6334, 6335, 6336, 6337, 6338, 6339, 6340, 6341, 6342, 6343, 6344, 6345, 6346, 6347, 6348, 6349, 6350, 6351, 6352, 6353, 6354, 6355, 6356, 6357, 6358, 6359, 6360, 6361, 6362, 6363, 6364, 6365, 6366, 6367, 6368, 6369, 6370, 6371, 6372, 6373, 6374, 6375, 6376, 6377, 6378, 6379, 6380, 6381, 6382, 6383, 6384, 6385, 6386, 6387, 6388, 6389, 6390, 6391, 6392, 6393, 6394, 6395, 6396, 6397, 6398, 6399, 6400, 6401, 6402, 6403, 6404, 6405, 6406, 6407, 6408, 6409, 6410, 6411, 6412, 6413, 6414, 6415, 6416, 6417, 6418, 6419, 6420, 6421, 6422, 6423, 6424, 6425, 6426, 6427, 6428, 6429, 6430, 6431, 6432, 6433, 6434, 6435, 6436, 6437, 6438, 6439, 6440, 6441, 6442, 6443, 6444, 6445, 6446, 6447, 6448, 6449, 6450, 6451, 6452, 6453, 6454, 6455, 6456, 6457, 6458, 6459, 6460, 6461, 6462, 6463, 6464, 6465, 6466, 6467, 6468, 6469, 6470, 6471, 6472, 6473, 6474, 6475, 6476, 6477, 6478, 6479, 6480, 6481, 6482, 6483, 6484, 6485, 6486, 6487, 6488, 6489, 6490, 6491, 6492, 6493, 6494, 6495, 6496, 6497, 6498, 6499, 6500, 6501, 6502, 6503, 6504, 6505, 6506, 6507, 6508, 6509, 6510, 6511, 6512, 6513, 6514, 6515, 6516, 6517, 6518, 6519, 6520, 6521, 6522, 6523, 6524, 6525, 6526, 6527, 6528, 6529, 6530, 6531, 6532, 6533, 6534, 6535, 6536, 6537, 6538, 6539, 6540, 6541, 6542, 6543, 6544, 6545, 6546, 6547, 6548, 6549, 6550, 6551, 6552, 6553, 6554, 6555, 6556, 6557, 6558, 6559, 6560, 6561, 6562, 6563, 6564, 6565, 6566, 6567, 6568, 6569, 6570, 6571, 6572, 6573, 6574, 6575, 6576, 6577, 6578, 6579, 6580, 6581, 6582, 6583, 6584, 6585, 6586, 6587, 6588, 6589, 6590, 6591, 6592, 6593, 6594, 6595, 6596, 6597, 6598, 6599, 6600, 6601, 6602, 6603, 6604, 6605, 6606, 6607, 6608, 6609, 6610, 6611, 6612, 6613, 6614, 6615, 6616, 6617, 6618, 6619, 6620, 6621, 6622, 6623, 6624, 6625, 6626, 6627, 6628, 6629, 6630, 6631, 6632, 6633, 6634, 6635, 6636, 6637, 6638, 6639, 6640, 6641, 6642, 6643, 6644, 6645, 6646, 6647, 6648, 6649, 6650, 6651, 6652, 6653, 6654, 6655, 6656, 6657, 6658, 6659, 6660, 6661, 6662, 6663, 6664, 6665, 6666, 6667, 6668, 6669, 6670, 6671, 6672, 6673, 6674, 6675, 6676, 6677, 6678, 6679, 6680, 6681, 6682, 6683, 6684, 6685, 6686, 6687, 6688, 6689, 6690, 6691, 6692, 6693, 6694, 6695, 6696, 6697, 6698, 6699, 6700, 6701, 6702, 6703, 6704, 6705, 6706, 6707, 6708, 6709, 6710, 6711, 6712, 6713, 6714, 6715, 6716, 6717, 6718, 6719, 6720, 6721, 6722, 6723, 6724, 6725, 6726, 6727, 6728, 6729, 6730, 6731, 6732, 6733, 6734, 6735, 6736, 6737, 6738, 6739, 6740, 6741, 6742, 6743, 6744, 6745, 6746, 6747, 6748, 6749, 6750, 6751, 6752, 6753, 6754, 6755, 6756, 6757, 6758, 6759, 6760, 6761, 6762, 6763, 6764, 6765, 6766, 6767, 6768, 6769, 6770, 6771, 6772, 6773, 6774, 6775, 6776, 6777, 6778, 6779, 6780, 6781, 6782, 6783, 6784, 6785, 6786, 6787, 6788, 6789, 6790, 6791, 6792, 6793, 6794, 6795, 6796, 6797, 6798, 6799, 6800, 6801, 6802, 6803, 6804, 6805, 6806, 6807, 6808, 6809, 6810, 6811, 6812, 6813, 6814, 6815, 6816, 6817, 6818, 6819, 6820, 6821, 6822, 6823, 6824, 6825, 6826, 6827, 6828, 6829, 6830, 6831, 6832, 6833, 6834, 6835, 6836, 6837, 6838, 6839, 6840, 6841, 6842, 6843, 6844, 6845, 6846, 6847, 6848, 6849, 6850, 6851, 6852, 6853, 6854, 6855, 6856, 6857, 6858, 6859, 6860, 6861, 6862, 6863, 6864, 6865, 6866, 6867, 6868, 6869, 6870, 6871, 6872, 6873, 6874, 6875, 6876, 6877, 6878, 6879, 6880, 6881, 6882, 6883, 6884, 6885, 6886, 6887, 6888, 6889, 6890, 6891, 6892, 6893, 6894, 6895, 6896, 6897, 6898, 6899, 6900, 6901, 6902, 6903, 6904, 6905, 6906, 6907, 6908, 6909, 6910, 6911, 6912, 6913, 6914, 6915, 6916, 6917, 6918, 6919, 6920, 6921, 6922, 6923, 6924, 6925, 6926, 6927, 6928, 6929, 6930, 6931, 6932, 6933, 6934, 6935, 6936, 6937, 6938, 6939, 6940, 6941, 6942, 6943, 6944, 6945, 6946, 6947, 6948, 6949, 6950, 6951, 6952, 6953, 6954, 6955, 6956, 6957, 6958, 6959, 6960, 6961, 6962, 6963, 6964, 6965, 6966, 6967, 6968, 6969, 6970, 6971, 6972, 6973, 6974, 6975, 6976, 6977, 6978, 6979, 6980, 6981, 6982, 6983, 6984, 6985, 6986, 6987, 6988, 6989, 6990, 6991, 6992, 6993, 6994, 6995, 6996, 6997, 6998, 6999, 7000, 7001, 7002, 7003, 7004, 7005, 7006, 7007, 7008, 7009, 7010, 7011, 7012, 7013, 7014, 7015, 7016, 7017, 7018, 7019, 7020, 7021, 7022, 7023, 7024, 7025, 7026, 7027, 7028, 7029, 7030, 7031, 7032, 7033, 7034, 7035, 7036, 7037, 7038, 7039, 7040, 7041, 7042, 7043, 7044, 7045, 7046, 7047, 7048, 7049, 7050, 7051, 7052, 7053, 7054, 7055, 7056, 7057, 7058, 7059, 7060, 7061, 7062, 7063, 7064, 7065, 7066, 7067, 7068, 7069, 7070, 7071, 7072, 7073, 7074, 7075, 7076, 7077, 7078, 7079, 7080, 7081, 7082, 7083, 7084, 7085, 7086, 7087, 7088, 7089, 7090, 7091, 7092, 7093, 7094, 7095, 7096, 7097, 7098, 7099, 7100, 7101, 7102, 7103, 7104, 7105, 7106, 7107, 7108, 7109, 7110, 7111, 7112, 7113, 7114, 7115, 7116, 7117, 7118, 7119, 7120, 7121, 7122, 7123, 7124, 7125, 7126, 7127, 7128, 7129, 7130, 7131, 7132, 7133, 7134, 7135, 7136, 7137, 7138, 7139, 7140, 7141, 7142, 7143, 7144, 7145, 7146, 7147, 7148, 7149, 7150, 7151, 7152, 7153, 7154, 7155, 7156, 7157, 7158, 7159, 7160, 7161, 7162, 7163, 7164, 7165, 7166, 7167, 7168, 7169, 7170, 7171, 7172, 7173, 7174, 7175, 7176, 7177, 7178, 7179, 7180, 7181, 7182, 7183, 7184, 7185, 7186, 7187, 7188, 7189, 7190, 7191, 7192, 7193, 7194, 7195, 7196, 7197, 7198, 7199, 7200, 7201, 7202, 7203, 7204, 7205, 7206, 7207, 7208, 7209, 7210, 7211, 7212, 7213, 7214, 7215, 7216, 7217, 7218, 7219, 7220, 7221, 7222, 7223, 7224, 7225, 7226, 7227, 7228, 7229, 7230, 7231, 7232, 7233, 7234, 7235, 7236, 7237, 7238, 7239, 7240, 7241, 7242, 7243, 7244, 7245, 7246, 7247, 7248, 7249, 7250, 7251, 7252, 7253, 7254, 7255, 7256, 7257, 7258, 7259, 7260, 7261, 7262, 7263, 7264, 7265, 7266, 7267, 7268, 7269, 7270, 7271, 7272, 7273, 7274, 7275, 7276, 7277, 7278, 7279, 7280, 7281, 7282, 7283, 7284, 7285, 7286, 7287, 7288, 7289, 7290, 7291, 7292, 7293, 7294, 7295, 7296, 7297, 7298, 7299, 7300, 7301, 7302, 7303, 7304, 7305, 7306, 7307, 7308, 7309, 7310, 7311, 7312, 7313, 7314, 7315, 7316, 7317, 7318, 7319, 7320, 7321, 7322, 7323, 7324, 7325, 7326, 7327, 7328, 7329, 7330, 7331, 7332, 7333, 7334, 7335, 7336, 7337, 7338, 7339, 7340, 7341, 7342, 7343, 7344, 7345, 7346, 7347, 7348, 7349, 7350, 7351, 7352, 7353, 7354, 7355, 7356, 7357, 7358, 7359, 7360, 7361, 7362, 7363, 7364, 7365, 7366, 7367, 7368, 7369, 7370, 7371, 7372, 7373, 7374, 7375, 7376, 7377, 7378, 7379, 7380, 7381, 7382, 7383, 7384, 7385, 7386, 7387, 7388, 7389, 7390, 7391, 7392, 7393, 7394, 7395, 7396, 7397, 7398, 7399, 7400, 7401, 7402, 7403, 7404, 7405, 7406, 7407, 7408, 7409, 7410, 7411, 7412, 7413, 7414, 7415, 7416, 7417, 7418, 7419, 7420, 7421, 7422, 7423, 7424, 7425, 7426, 7427, 7428, 7429, 7430, 7431, 7432, 7433, 7434, 7435, 7436, 7437, 7438, 7439, 7440, 7441, 7442, 7443, 7444, 7445, 7446, 7447, 7448, 7449, 7450, 7451, 7452, 7453, 7454, 7455, 7456, 7457, 7458, 7459, 7460, 7461, 7462, 7463, 7464, 7465, 7466, 7467, 7468, 7469, 7470, 7471, 7472, 7473, 7474, 7475, 7476, 7477, 7478, 7479, 7480, 7481, 7482, 7483, 7484, 7485, 7486, 7487, 7488, 7489, 7490, 7491, 7492, 7493, 7494, 7495, 7496, 7497, 7498, 7499, 7500, 7501, 7502, 7503, 7504, 7505, 7506, 7507, 7508, 7509, 7510, 7511, 7512, 7513, 7514, 7515, 7516, 7517, 7518, 7519, 7520, 7521, 7522, 7523, 7524, 7525, 7526, 7527, 7528, 7529, 7530, 7531, 7532, 7533, 7534, 7535, 7536, 7537, 7538, 7539, 7540, 7541, 7542, 7543, 7544, 7545, 7546, 7547, 7548, 7549, 7550, 7551, 7552, 7553, 7554, 7555, 7556, 7557, 7558, 7559, 7560, 7561, 7562, 7563, 7564, 7565, 7566, 7567, 7568, 7569, 7570, 7571, 7572, 7573, 7574, 7575, 7576, 7577, 7578, 7579, 7580, 7581, 7582, 7583, 7584, 7585, 7586, 7587, 7588, 7589, 7590, 7591, 7592, 7593, 7594, 7595, 7596, 7597, 7598, 7599, 7600, 7601, 7602, 7603, 7604, 7605, 7606, 7607, 7608, 7609, 7610, 7611, 7612, 7613, 7614, 7615, 7616, 7617, 7618, 7619, 7620, 7621, 7622, 7623, 7624, 7625, 7626, 7627, 7628, 7629, 7630, 7631, 7632, 7633, 7634, 7635, 7636, 7637, 7638, 7639, 7640, 7641, 7642, 7643, 7644, 7645, 7646, 7647, 7648, 7649, 7650, 7651, 7652, 7653, 7654, 7655, 7656, 7657, 7658, 7659, 7660, 7661, 7662, 7663, 7664, 7665, 7666, 7667, 7668, 7669, 7670, 7671, 7672, 7673, 7674, 7675, 7676, 7677, 7678, 7679, 7680, 7681, 7682, 7683, 7684, 7685, 7686, 7687, 7688, 7689, 7690, 7691, 7692, 7693, 7694, 7695, 7696, 7697, 7698, 7699, 7700, 7701, 7702, 7703, 7704, 7705, 7706, 7707, 7708, 7709, 7710, 7711, 7712, 7713, 7714, 7715, 7716, 7717, 7718, 7719, 7720, 7721, 7722, 7723, 7724, 7725, 7726, 7727, 7728, 7729, 7730, 7731, 7732, 7733, 7734, 7735, 7736, 7737, 7738, 7739, 7740, 7741, 7742, 7743, 7744, 7745, 7746, 7747, 7748, 7749, 7750, 7751, 7752, 7753, 7754, 7755, 7756, 7757, 7758, 7759, 7760, 7761, 7762, 7763, 7764, 7765, 7766, 7767, 7768, 7769, 7770, 7771, 7772, 7773, 7774, 7775, 7776, 7777, 7778, 7779, 7780, 7781, 7782, 7783, 7784, 7785, 7786, 7787, 7788, 7789, 7790, 7791, 7792, 7793, 7794, 7795, 7796, 7797, 7798, 7799, 7800, 7801, 7802, 7803, 7804, 7805, 7806, 7807, 7808, 7809, 7810, 7811, 7812, 7813, 7814, 7815, 7816, 7817, 7818, 7819, 7820, 7821, 7822, 7823, 7824, 7825, 7826, 7827, 7828, 7829, 7830, 7831, 7832, 7833, 7834, 7835, 7836, 7837, 7838, 7839, 7840, 7841, 7842, 7843, 7844, 7845, 7846, 7847, 7848, 7849, 7850, 7851, 7852, 7853, 7854, 7855, 7856, 7857, 7858, 7859, 7860, 7861, 7862, 7863, 7864, 7865, 7866, 7867, 7868, 7869, 7870, 7871, 7872, 7873, 7874, 7875, 7876, 7877, 7878, 7879, 7880, 7881, 7882, 7883, 7884, 7885, 7886, 7887, 7888, 7889, 7890, 7891, 7892, 7893, 7894, 7895, 7896, 7897, 7898, 7899, 7900, 7901, 7902, 7903, 7904, 7905, 7906, 7907, 7908, 7909, 7910, 7911, 7912, 7913, 7914, 7915, 7916, 7917, 7918, 7919, 7920, 7921, 7922, 7923, 7924, 7925, 7926, 7927, 7928, 7929, 7930, 7931, 7932, 7933, 7934, 7935, 7936, 7937, 7938, 7939, 7940, 7941, 7942, 7943, 7944, 7945, 7946, 7947, 7948, 7949, 7950, 7951, 7952, 7953, 7954, 7955, 7956, 7957, 7958, 7959, 7960, 7961, 7962, 7963, 7964, 7965, 7966, 7967, 7968, 7969, 7970, 7971, 7972, 7973, 7974, 7975, 7976, 7977, 7978, 7979, 7980, 7981, 7982, 7983, 7984, 7985, 7986, 7987, 7988, 7989, 7990, 7991, 7992, 7993, 7994, 7995, 7996, 7997, 7998, 7999, 8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007, 8008, 8009, 8010, 8011, 8012, 8013, 8014, 8015, 8016, 8017, 8018, 8019, 8020, 8021, 8022, 8023, 8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031, 8032, 8033, 8034, 8035, 8036, 8037, 8038, 8039, 8040, 8041, 8042, 8043, 8044, 8045, 8046, 8047, 8048, 8049, 8050, 8051, 8052, 8053, 8054, 8055, 8056, 8057, 8058, 8059, 8060, 8061, 8062, 8063, 8064, 8065, 8066, 8067, 8068, 8069, 8070, 8071, 8072, 8073, 8074, 8075, 8076, 8077, 8078, 8079, 8080, 8081, 8082, 8083, 8084, 8085, 8086, 8087, 8088, 8089, 8090, 8091, 8092, 8093, 8094, 8095, 8096, 8097, 8098, 8099, 8100, 8101, 8102, 8103, 8104, 8105, 8106, 8107, 8108, 8109, 8110, 8111, 8112, 8113, 8114, 8115, 8116, 8117, 8118, 8119, 8120, 8121, 8122, 8123, 8124, 8125, 8126, 8127, 8128, 8129, 8130, 8131, 8132, 8133, 8134, 8135, 8136, 8137, 8138, 8139, 8140, 8141, 8142, 8143, 8144, 8145, 8146, 8147, 8148, 8149, 8150, 8151, 8152, 8153, 8154, 8155, 8156, 8157, 8158, 8159, 8160, 8161, 8162, 8163, 8164, 8165, 8166, 8167, 8168, 8169, 8170, 8171, 8172, 8173, 8174, 8175, 8176, 8177, 8178, 8179, 8180, 8181, 8182, 8183, 8184, 8185, 8186, 8187, 8188, 8189, 8190, 8191, 8192, 8193, 8194, 8195, 8196, 8197, 8198, 8199, 8200, 8201, 8202, 8203, 8204, 8205, 8206, 8207, 8208, 8209, 8210, 8211, 8212, 8213, 8214, 8215, 8216, 8217, 8218, 8219, 8220, 8221, 8222, 8223, 8224, 8225, 8226, 8227, 8228, 8229, 8230, 8231, 8232, 8233, 8234, 8235, 8236, 8237, 8238, 8239, 8240, 8241, 8242, 8243, 8244, 8245, 8246, 8247, 8248, 8249, 8250, 8251, 8252, 8253, 8254, 8255, 8256, 8257, 8258, 8259, 8260, 8261, 8262, 8263, 8264, 8265, 8266, 8267, 8268, 8269, 8270, 8271, 8272, 8273, 8274, 8275, 8276, 8277, 8278, 8279, 8280, 8281, 8282, 8283, 8284, 8285, 8286, 8287, 8288, 8289, 8290, 8291, 8292, 8293, 8294, 8295, 8296, 8297, 8298, 8299, 8300, 8301, 8302, 8303, 8304, 8305, 8306, 8307, 8308, 8309, 8310, 8311, 8312, 8313, 8314, 8315, 8316, 8317, 8318, 8319, 8320, 8321, 8322, 8323, 8324, 8325, 8326, 8327, 8328, 8329, 8330, 8331, 8332, 8333, 8334, 8335, 8336, 8337, 8338, 8339, 8340, 8341, 8342, 8343, 8344, 8345, 8346, 8347, 8348, 8349, 8350, 8351, 8352, 8353, 8354, 8355, 8356, 8357, 8358, 8359, 8360, 8361, 8362, 8363, 8364, 8365, 8366, 8367, 8368, 8369, 8370, 8371, 8372, 8373, 8374, 8375, 8376, 8377, 8378, 8379, 8380, 8381, 8382, 8383, 8384, 8385, 8386, 8387, 8388, 8389, 8390, 8391, 8392, 8393, 8394, 8395, 8396, 8397, 8398, 8399, 8400, 8401, 8402, 8403, 8404, 8405, 8406, 8407, 8408, 8409, 8410, 8411, 8412, 8413, 8414, 8415, 8416, 8417, 8418, 8419, 8420, 8421, 8422, 8423, 8424, 8425, 8426, 8427, 8428, 8429, 8430, 8431, 8432, 8433, 8434, 8435, 8436, 8437, 8438, 8439, 8440, 8441, 8442, 8443, 8444, 8445, 8446, 8447, 8448, 8449, 8450, 8451, 8452, 8453, 8454, 8455, 8456, 8457, 8458, 8459, 8460, 8461, 8462, 8463, 8464, 8465, 8466, 8467, 8468, 8469, 8470, 8471, 8472, 8473, 8474, 8475, 8476, 8477, 8478, 8479, 8480, 8481, 8482, 8483, 8484, 8485, 8486, 8487, 8488, 8489, 8490, 8491, 8492, 8493, 8494, 8495, 8496, 8497, 8498, 8499, 8500, 8501, 8502, 8503, 8504, 8505, 8506, 8507, 8508, 8509, 8510, 8511, 8512, 8513, 8514, 8515, 8516, 8517, 8518, 8519, 8520, 8521, 8522, 8523, 8524, 8525, 8526, 8527, 8528, 8529, 8530, 8531, 8532, 8533, 8534, 8535, 8536, 8537, 8538, 8539, 8540, 8541, 8542, 8543, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8556, 8557, 8558, 8559, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 8570, 8571, 8572, 8573, 8574, 8575, 8576, 8577, 8578, 8579, 8580, 8581, 8582, 8583, 8584, 8585, 8586, 8587, 8588, 8589, 8590, 8591, 8592, 8593, 8594, 8595, 8596, 8597, 8598, 8599, 8600, 8601, 8602, 8603, 8604, 8605, 8606, 8607, 8608, 8609, 8610, 8611, 8612, 8613, 8614, 8615, 8616, 8617, 8618, 8619, 8620, 8621, 8622, 8623, 8624, 8625, 8626, 8627, 8628, 8629, 8630, 8631, 8632, 8633, 8634, 8635, 8636, 8637, 8638, 8639, 8640, 8641, 8642, 8643, 8644, 8645, 8646, 8647, 8648, 8649, 8650, 8651, 8652, 8653, 8654, 8655, 8656, 8657, 8658, 8659, 8660, 8661, 8662, 8663, 8664, 8665, 8666, 8667, 8668, 8669, 8670, 8671, 8672, 8673, 8674, 8675, 8676, 8677, 8678, 8679, 8680, 8681, 8682, 8683, 8684, 8685, 8686, 8687, 8688, 8689, 8690, 8691, 8692, 8693, 8694, 8695, 8696, 8697, 8698, 8699, 8700, 8701, 8702, 8703, 8704, 8705, 8706, 8707, 8708, 8709, 8710, 8711, 8712, 8713, 8714, 8715, 8716, 8717, 8718, 8719, 8720, 8721, 8722, 8723, 8724, 8725, 8726, 8727, 8728, 8729, 8730, 8731, 8732, 8733, 8734, 8735, 8736, 8737, 8738, 8739, 8740, 8741, 8742, 8743, 8744, 8745, 8746, 8747, 8748, 8749, 8750, 8751, 8752, 8753, 8754, 8755, 8756, 8757, 8758, 8759, 8760, 8761, 8762, 8763, 8764, 8765, 8766, 8767, 8768, 8769, 8770, 8771, 8772, 8773, 8774, 8775, 8776, 8777, 8778, 8779, 8780, 8781, 8782, 8783, 8784, 8785, 8786, 8787, 8788, 8789, 8790, 8791, 8792, 8793, 8794, 8795, 8796, 8797, 8798, 8799, 8800, 8801, 8802, 8803, 8804, 8805, 8806, 8807, 8808, 8809, 8810, 8811, 8812, 8813, 8814, 8815, 8816, 8817, 8818, 8819, 8820, 8821, 8822, 8823, 8824, 8825, 8826, 8827, 8828, 8829, 8830, 8831, 8832, 8833, 8834, 8835, 8836, 8837, 8838, 8839, 8840, 8841, 8842, 8843, 8844, 8845, 8846, 8847, 8848, 8849, 8850, 8851, 8852, 8853, 8854, 8855, 8856, 8857, 8858, 8859, 8860, 8861, 8862, 8863, 8864, 8865, 8866, 8867, 8868, 8869, 8870, 8871, 8872, 8873, 8874, 8875, 8876, 8877, 8878, 8879, 8880, 8881, 8882, 8883, 8884, 8885, 8886, 8887, 8888, 8889, 8890, 8891, 8892, 8893, 8894, 8895, 8896, 8897, 8898, 8899, 8900, 8901, 8902, 8903, 8904, 8905, 8906, 8907, 8908, 8909, 8910, 8911, 8912, 8913, 8914, 8915, 8916, 8917, 8918, 8919, 8920, 8921, 8922, 8923, 8924, 8925, 8926, 8927, 8928, 8929, 8930, 8931, 8932, 8933, 8934, 8935, 8936, 8937, 8938, 8939, 8940, 8941, 8942, 8943, 8944, 8945, 8946, 8947, 8948, 8949, 8950, 8951, 8952, 8953, 8954, 8955, 8956, 8957, 8958, 8959, 8960, 8961, 8962, 8963, 8964, 8965, 8966, 8967, 8968, 8969, 8970, 8971, 8972, 8973, 8974, 8975, 8976, 8977, 8978, 8979, 8980, 8981, 8982, 8983, 8984, 8985, 8986, 8987, 8988, 8989, 8990, 8991, 8992, 8993, 8994, 8995, 8996, 8997, 8998, 8999, 9000, 9001, 9002, 9003, 9004, 9005, 9006, 9007, 9008, 9009, 9010, 9011, 9012, 9013, 9014, 9015, 9016, 9017, 9018, 9019, 9020, 9021, 9022, 9023, 9024, 9025, 9026, 9027, 9028, 9029, 9030, 9031, 9032, 9033, 9034, 9035, 9036, 9037, 9038, 9039, 9040, 9041, 9042, 9043, 9044, 9045, 9046, 9047, 9048, 9049, 9050, 9051, 9052, 9053, 9054, 9055, 9056, 9057, 9058, 9059, 9060, 9061, 9062, 9063, 9064, 9065, 9066, 9067, 9068, 9069, 9070, 9071, 9072, 9073, 9074, 9075, 9076, 9077, 9078, 9079, 9080, 9081, 9082, 9083, 9084, 9085, 9086, 9087, 9088, 9089, 9090, 9091, 9092, 9093, 9094, 9095, 9096, 9097, 9098, 9099, 9100, 9101, 9102, 9103, 9104, 9105, 9106, 9107, 9108, 9109, 9110, 9111, 9112, 9113, 9114, 9115, 9116, 9117, 9118, 9119, 9120, 9121, 9122, 9123, 9124, 9125, 9126, 9127, 9128, 9129, 9130, 9131, 9132, 9133, 9134, 9135, 9136, 9137, 9138, 9139, 9140, 9141, 9142, 9143, 9144, 9145, 9146, 9147, 9148, 9149, 9150, 9151, 9152, 9153, 9154, 9155, 9156, 9157, 9158, 9159, 9160, 9161, 9162, 9163, 9164, 9165, 9166, 9167, 9168, 9169, 9170, 9171, 9172, 9173, 9174, 9175, 9176, 9177, 9178, 9179, 9180, 9181, 9182, 9183, 9184, 9185, 9186, 9187, 9188, 9189, 9190, 9191, 9192, 9193, 9194, 9195, 9196, 9197, 9198, 9199, 9200, 9201, 9202, 9203, 9204, 9205, 9206, 9207, 9208, 9209, 9210, 9211, 9212, 9213, 9214, 9215, 9216, 9217, 9218, 9219, 9220, 9221, 9222, 9223, 9224, 9225, 9226, 9227, 9228, 9229, 9230, 9231, 9232, 9233, 9234, 9235, 9236, 9237, 9238, 9239, 9240, 9241, 9242, 9243, 9244, 9245, 9246, 9247, 9248, 9249, 9250, 9251, 9252, 9253, 9254, 9255, 9256, 9257, 9258, 9259, 9260, 9261, 9262, 9263, 9264, 9265, 9266, 9267, 9268, 9269, 9270, 9271, 9272, 9273, 9274, 9275, 9276, 9277, 9278, 9279, 9280, 9281, 9282, 9283, 9284, 9285, 9286, 9287, 9288, 9289, 9290, 9291, 9292, 9293, 9294, 9295, 9296, 9297, 9298, 9299, 9300, 9301, 9302, 9303, 9304, 9305, 9306, 9307, 9308, 9309, 9310, 9311, 9312, 9313, 9314, 9315, 9316, 9317, 9318, 9319, 9320, 9321, 9322, 9323, 9324, 9325, 9326, 9327, 9328, 9329, 9330, 9331, 9332, 9333, 9334, 9335, 9336, 9337, 9338, 9339, 9340, 9341, 9342, 9343, 9344, 9345, 9346, 9347, 9348, 9349, 9350, 9351, 9352, 9353, 9354, 9355, 9356, 9357, 9358, 9359, 9360, 9361, 9362, 9363, 9364, 9365, 9366, 9367, 9368, 9369, 9370, 9371, 9372, 9373, 9374, 9375, 9376, 9377, 9378, 9379, 9380, 9381, 9382, 9383, 9384, 9385, 9386, 9387, 9388, 9389, 9390, 9391, 9392, 9393, 9394, 9395, 9396, 9397, 9398, 9399, 9400, 9401, 9402, 9403, 9404, 9405, 9406, 9407, 9408, 9409, 9410, 9411, 9412, 9413, 9414, 9415, 9416, 9417, 9418, 9419, 9420, 9421, 9422, 9423, 9424, 9425, 9426, 9427, 9428, 9429, 9430, 9431, 9432, 9433, 9434, 9435, 9436, 9437, 9438, 9439, 9440, 9441, 9442, 9443, 9444, 9445, 9446, 9447, 9448, 9449, 9450, 9451, 9452, 9453, 9454, 9455, 9456, 9457, 9458, 9459, 9460, 9461, 9462, 9463, 9464, 9465, 9466, 9467, 9468, 9469, 9470, 9471, 9472, 9473, 9474, 9475, 9476, 9477, 9478, 9479, 9480, 9481, 9482, 9483, 9484, 9485, 9486, 9487, 9488, 9489, 9490, 9491, 9492, 9493, 9494, 9495, 9496, 9497, 9498, 9499, 9500, 9501, 9502, 9503, 9504, 9505, 9506, 9507, 9508, 9509, 9510, 9511, 9512, 9513, 9514, 9515, 9516, 9517, 9518, 9519, 9520, 9521, 9522, 9523, 9524, 9525, 9526, 9527, 9528, 9529, 9530, 9531, 9532, 9533, 9534, 9535, 9536, 9537, 9538, 9539, 9540, 9541, 9542, 9543, 9544, 9545, 9546, 9547, 9548, 9549, 9550, 9551, 9552, 9553, 9554, 9555, 9556, 9557, 9558, 9559, 9560, 9561, 9562, 9563, 9564, 9565, 9566, 9567, 9568, 9569, 9570, 9571, 9572, 9573, 9574, 9575, 9576, 9577, 9578, 9579, 9580, 9581, 9582, 9583, 9584, 9585, 9586, 9587, 9588, 9589, 9590, 9591, 9592, 9593, 9594, 9595, 9596, 9597, 9598, 9599, 9600, 9601, 9602, 9603, 9604, 9605, 9606, 9607, 9608, 9609, 9610, 9611, 9612, 9613, 9614, 9615, 9616, 9617, 9618, 9619, 9620, 9621, 9622, 9623, 9624, 9625, 9626, 9627, 9628, 9629, 9630, 9631, 9632, 9633, 9634, 9635, 9636, 9637, 9638, 9639, 9640, 9641, 9642, 9643, 9644, 9645, 9646, 9647, 9648, 9649, 9650, 9651, 9652, 9653, 9654, 9655, 9656, 9657, 9658, 9659, 9660, 9661, 9662, 9663, 9664, 9665, 9666, 9667, 9668, 9669, 9670, 9671, 9672, 9673, 9674, 9675, 9676, 9677, 9678, 9679, 9680, 9681, 9682, 9683, 9684, 9685, 9686, 9687, 9688, 9689, 9690, 9691, 9692, 9693, 9694, 9695, 9696, 9697, 9698, 9699, 9700, 9701, 9702, 9703, 9704, 9705, 9706, 9707, 9708, 9709, 9710, 9711, 9712, 9713, 9714, 9715, 9716, 9717, 9718, 9719, 9720, 9721, 9722, 9723, 9724, 9725, 9726, 9727, 9728, 9729, 9730, 9731, 9732, 9733, 9734, 9735, 9736, 9737, 9738, 9739, 9740, 9741, 9742, 9743, 9744, 9745, 9746, 9747, 9748, 9749, 9750, 9751, 9752, 9753, 9754, 9755, 9756, 9757, 9758, 9759, 9760, 9761, 9762, 9763, 9764, 9765, 9766, 9767, 9768, 9769, 9770, 9771, 9772, 9773, 9774, 9775, 9776, 9777, 9778, 9779, 9780, 9781, 9782, 9783, 9784, 9785, 9786, 9787, 9788, 9789, 9790, 9791, 9792, 9793, 9794, 9795, 9796, 9797, 9798, 9799, 9800, 9801, 9802, 9803, 9804, 9805, 9806, 9807, 9808, 9809, 9810, 9811, 9812, 9813, 9814, 9815, 9816, 9817, 9818, 9819, 9820, 9821, 9822, 9823, 9824, 9825, 9826, 9827, 9828, 9829, 9830, 9831, 9832, 9833, 9834, 9835, 9836, 9837, 9838, 9839, 9840, 9841, 9842, 9843, 9844, 9845, 9846, 9847, 9848, 9849, 9850, 9851, 9852, 9853, 9854, 9855, 9856, 9857, 9858, 9859, 9860, 9861, 9862, 9863, 9864, 9865, 9866, 9867, 9868, 9869, 9870, 9871, 9872, 9873, 9874, 9875, 9876, 9877, 9878, 9879, 9880, 9881, 9882, 9883, 9884, 9885, 9886, 9887, 9888, 9889, 9890, 9891, 9892, 9893, 9894, 9895, 9896, 9897, 9898, 9899, 9900, 9901, 9902, 9903, 9904, 9905, 9906, 9907, 9908, 9909, 9910, 9911, 9912, 9913, 9914, 9915, 9916, 9917, 9918, 9919, 9920, 9921, 9922, 9923, 9924, 9925, 9926, 9927, 9928, 9929, 9930, 9931, 9932, 9933, 9934, 9935, 9936, 9937, 9938, 9939, 9940, 9941, 9942, 9943, 9944, 9945, 9946, 9947, 9948, 9949, 9950, 9951, 9952, 9953, 9954, 9955, 9956, 9957, 9958, 9959, 9960, 9961, 9962, 9963, 9964, 9965, 9966, 9967, 9968, 9969, 9970, 9971, 9972, 9973, 9974, 9975, 9976, 9977, 9978, 9979, 9980, 9981, 9982, 9983, 9984, 9985, 9986, 9987, 9988, 9989, 9990, 9991, 9992, 9993, 9994, 9995, 9996, 9997, 9998, 9999, 10000, 10001, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009, 10010, 10011, 10012, 10013, 10014, 10015, 10016, 10017, 10018, 10019, 10020, 10021, 10022, 10023, 10024, 10025, 10026, 10027, 10028, 10029, 10030, 10031, 10032, 10033, 10034, 10035, 10036, 10037, 10038, 10039, 10040, 10041, 10042, 10043, 10044, 10045, 10046, 10047, 10048, 10049, 10050, 10051, 10052, 10053, 10054, 10055, 10056, 10057, 10058, 10059, 10060, 10061, 10062, 10063, 10064, 10065, 10066, 10067, 10068, 10069, 10070, 10071, 10072, 10073, 10074, 10075, 10076, 10077, 10078, 10079, 10080, 10081, 10082, 10083, 10084, 10085, 10086, 10087, 10088, 10089, 10090, 10091, 10092, 10093, 10094, 10095, 10096, 10097, 10098, 10099, 10100, 10101, 10102, 10103, 10104, 10105, 10106, 10107, 10108, 10109, 10110, 10111, 10112, 10113, 10114, 10115, 10116, 10117, 10118, 10119, 10120, 10121, 10122, 10123, 10124, 10125, 10126, 10127, 10128, 10129, 10130, 10131, 10132, 10133, 10134, 10135, 10136, 10137, 10138, 10139, 10140, 10141, 10142, 10143, 10144, 10145, 10146, 10147, 10148, 10149, 10150, 10151, 10152, 10153, 10154, 10155, 10156, 10157, 10158, 10159, 10160, 10161, 10162, 10163, 10164, 10165, 10166, 10167, 10168, 10169, 10170, 10171, 10172, 10173, 10174, 10175, 10176, 10177, 10178, 10179, 10180, 10181, 10182, 10183, 10184, 10185, 10186, 10187, 10188, 10189, 10190, 10191, 10192, 10193, 10194, 10195, 10196, 10197, 10198, 10199, 10200, 10201, 10202, 10203, 10204, 10205, 10206, 10207, 10208, 10209, 10210, 10211, 10212, 10213, 10214, 10215, 10216, 10217, 10218, 10219, 10220, 10221, 10222, 10223, 10224, 10225, 10226, 10227, 10228, 10229, 10230, 10231, 10232, 10233, 10234, 10235, 10236, 10237, 10238, 10239, 10240, 10241, 10242, 10243, 10244, 10245, 10246, 10247, 10248, 10249, 10250, 10251, 10252, 10253, 10254, 10255, 10256, 10257, 10258, 10259, 10260, 10261, 10262, 10263, 10264, 10265, 10266, 10267, 10268, 10269, 10270, 10271, 10272, 10273, 10274, 10275, 10276, 10277, 10278, 10279, 10280, 10281, 10282, 10283, 10284, 10285, 10286, 10287, 10288, 10289, 10290, 10291, 10292, 10293, 10294, 10295, 10296, 10297, 10298, 10299, 10300, 10301, 10302, 10303, 10304, 10305, 10306, 10307, 10308, 10309, 10310, 10311, 10312, 10313, 10314, 10315, 10316, 10317, 10318, 10319, 10320, 10321, 10322, 10323, 10324, 10325, 10326, 10327, 10328, 10329, 10330, 10331, 10332, 10333, 10334, 10335, 10336, 10337, 10338, 10339, 10340, 10341, 10342, 10343, 10344, 10345, 10346, 10347, 10348, 10349, 10350, 10351, 10352, 10353, 10354, 10355, 10356, 10357, 10358, 10359, 10360, 10361, 10362, 10363, 10364, 10365, 10366, 10367, 10368, 10369, 10370, 10371, 10372, 10373, 10374, 10375, 10376, 10377, 10378, 10379, 10380, 10381, 10382, 10383, 10384, 10385, 10386, 10387, 10388, 10389, 10390, 10391, 10392, 10393, 10394, 10395, 10396, 10397, 10398, 10399, 10400, 10401, 10402, 10403, 10404, 10405, 10406, 10407, 10408, 10409, 10410, 10411, 10412, 10413, 10414, 10415, 10416, 10417, 10418, 10419, 10420, 10421, 10422, 10423, 10424, 10425, 10426, 10427, 10428, 10429, 10430, 10431, 10432, 10433, 10434, 10435, 10436, 10437, 10438, 10439, 10440, 10441, 10442, 10443, 10444, 10445, 10446, 10447, 10448, 10449, 10450, 10451, 10452, 10453, 10454, 10455, 10456, 10457, 10458, 10459, 10460, 10461, 10462, 10463, 10464, 10465, 10466, 10467, 10468, 10469, 10470, 10471, 10472, 10473, 10474, 10475, 10476, 10477, 10478, 10479, 10480, 10481, 10482, 10483, 10484, 10485, 10486, 10487, 10488, 10489, 10490, 10491, 10492, 10493, 10494, 10495, 10496, 10497, 10498, 10499, 10500, 10501, 10502, 10503, 10504, 10505, 10506], "data": [[209], [214], [297], [298], [299], [300], [301], [302], [303], [304], [305], [306], [317], [318], [480], [481], [482], [483], [484], [485], [489], [490], [491], [494], [498], [501], [506], [507], [508], [510], [511], [512], [513], [514], [515], [516], [518], [519], [520], [521], [526], [529], [530], [531], [532], [533], [534], [536], [537], [538], [539], [540], [541], [542], [543], [544], [545], [546], [1033], [1034], [1037], [1039], [1041], [1729], [1730], [1732], [1733], [1734], [1736], [1737], [1738], [1739], [1740], [1744], [1745], [1746], [1747], [1754], [1759], [1761], [1762], [1763], [1764], [1765], [1766], [1768], [1769], [1770], [1772], [1774], [1776], [1777], [1778], [1781], [1784], [1786], [1789], [2584], [2585], [2586], [2587], [2588], [2591], [2592], [2593], [2594], [2595], [2596], [2597], [2598], [2599], [2600], [2601], [2603], [2604], [2605], [2606], [2607], [2609], [2610], [2612], [2614], [2615], [2616], [2617], [2618], [2619], [2620], [2621], [2622], [2623], [2624], [2625], [2626], [2629], [2631], [2632], [2633], [2634], [2635], [2636], [2637], [2638], [2639], [2643], [2644], [2645], [2646], [2647], [2648], [2649], [2650], [2651], [2652], [2653], [2654], [2655], [2656], [2657], [2658], [2659], [2660], [2661], [2662], [2663], [2664], [2665], [2666], [2667], [2668], [2669], [2670], [2671], [2672], [2673], [2674], [2675], [2676], [2677], [2678], [2679], [2682], [2683], [2684], [2685], [2686], [2689], [2690], [2691], [2692], [2693], [2695], [2696], [2697], [2698], [2699], [2701], [2702], [2704], [2705], [2706], [2707], [2708], [2709], [2710], [2712], [2713], [2714], [2716], [2717], [2719], [2720], [2721], [2722], [2724], [2725], [2726], [2727], [2728], [2729], [2730], [2731], [2732], [2733], [2734], [2735], [2737], [2738], [2740], [2741], [2742], [2743], [2744], [2745], [2746], [2748], [2749], [2750], [2753], [2757], [2758], [2760], [2761], [2762], [2763], [2764], [2765], [2766], [2767], [2768], [2769], [2770], [2772], [2773], [2774], [2775], [2777], [2780], [2781], [2784], [2785], [2789], [2790], [2791], [2792], [2793], [2794], [2795], [2796], [2797], [2802], [2803], [2804], [2805], [2994], [2995], [2997], [2999], [3000], [3001], [3014], [3018], [3022], [3023], [3024], [3025], [3026], [3027], [3028], [3029], [3030], [3031], [3032], [3033], [3034], [3035], [3036], [3037], [3038], [3039], [3040], [3041], [3043], [3044], [3045], [3046], [3047], [3048], [3049], [3050], [3051], [3052], [3053], [3054], [3056], [3057], [3058], [3059], [3060], [3061], [3062], [3063], [3064], [3065], [3067], [3068], [3069], [3072], [3073], [3074], [3075], [3076], [3077], [3079], [3080], [3081], [3082], [3083], [3084], [3085], [3086], [3087], [3091], [3092], [3093], [3094], [3095], [3401], [3402], [3403], [3404], [3405], [3406], [3407], [3408], [3409], [3410], [3411], [3412], [3413], [3414], [3417], [3419], [3420], [3421], [3422], [3423], [3424], [3426], [3428], [3430], [3432], [3433], [3438], [3439], [3596], [3597], [3598], [3599], [3600], [3601], [3602], [3603], [3604], [3605], [3606], [3607], [3608], [3609], [3610], [3611], [3612], [3613], [3614], [3615], [3616], [3617], [3618], [3619], [3620], [3621], [3622], [3623], [3624], [3625], [3626], [3627], [3628], [3629], [3630], [3631], [3632], [3633], [3634], [3635], [3636], [3637], [3638], [3639], [3640], [3641], [3642], [3643], [3644], [3645], [3646], [3647], [3648], [3649], [3651], [3652], [3653], [3654], [3655], [3656], [3657], [3658], [3659], [3660], [3661], [3662], [3663], [3664], [3665], [3666], [3667], [3668], [3672], [3673], [3674], [3675], [3676], [3677], [3678], [3679], [3680], [3681], [3682], [3683], [3684], [3685], [3687], [3688], [3689], [3690], [3691], [3692], [3694], [3695], [3696], [3697], [3698], [3699], [3700], [3710], [3711], [3712], [3713], [3714], [3715], [3716], [3723], [3724], [4692], [4693], [4694], [4695], [4696], [4697], [4698], [4701], [4704], [4706], [4707], [4712], [4713], [4714], [4715], [4716], [4722], [4723], [4729], [4730], [4735], [4736], [4738], [4739], [4740], [4741], [4754], [4755], [4756], [4757], [4759], [4760], [4761], [4762], [4763], [4764], [4765], [4766], [4776], [4777], [4778], [4779], [4780], [4781], [4782], [4783], [4784], [4786], [4788], [4789], [4791], [4792], [4793], [4794], [4795], [4802], [4803], [4804], [4805], [4806], [4807], [4808], [4809], [4810], [4811], [4812], [4825], [4827], [4828], [4830], [4831], [4832], [4833], [4834], [4837], [4838], [4840], [4841], [4842], [4843], [4844], [4845], [4846], [4847], [4848], [4849], [4850], [4851], [4856], [4857], [4858], [4859], [4861], [4862], [4863], [4864], [4865], [4866], [4867], [4868], [4869], [4870], [4871], [4873], [4874], [4875], [4876], [4880], [4881], [4882], [4883], [4884], [4885], [4886], [4902], [4903], [4904], [4905], [4907], [4908], [4909], [4910], [4911], [4912], [4913], [4914], [4915], [4916], [4917], [4918], [4919], [4920], [4921], [4922], [4923], [4924], [4926], [4927], [4928], [4930], [4932], [4933], [4934], [4935], [4936], [4937], [4938], [4939], [4940], [4941], [4943], [4944], [4946], [4947], [4948], [4949], [4950], [4951], [4953], [4955], [4956], [4957], [4958], [4959], [4960], [4961], [4963], [4964], [4965], [4967], [4968], [4972], [4973], [4975], [4976], [4977], [4978], [4979], [4980], [4981], [4982], [4983], [4984], [4985], [4986], [4987], [4988], [4989], [4990], [4991], [4994], [4995], [4997], [4998], [4999], [5000], [5002], [5003], [5004], [5005], [5006], [5007], [5008], [5009], [5010], [5012], [5013], [5014], [5015], [5016], [5017], [5018], [5019], [5020], [5021], [5022], [5024], [5026], [5027], [5028], [5029], [5030], [5031], [5032], [5033], [5034], [5035], [5036], [5037], [5038], [5039], [5043], [5044], [5045], [5046], [5049], [5050], [5051], [5052], [5053], [5055], [5056], [5061], [5062], [5063], [5064], [5065], [5066], [5067], [5068], [5069], [5070], [5071], [5072], [5075], [5076], [5077], [5080], [5092], [5093], [5094], [5095], [5096], [5097], [5098], [5099], [5104], [5105], [5106], [5107], [5108], [5109], [5110], [5111], [5112], [5113], [5114], [5115], [5116], [5117], [5118], [5119], [5120], [5121], [5122], [5123], [5124], [5125], [5126], [5127], [5128], [5129], [5130], [5131], [5132], [5133], [5134], [5135], [5136], [5137], [5138], [5139], [5140], [5141], [5142], [5143], [5144], [5145], [5146], [5147], [5148], [5149], [5150], [5151], [5152], [5153], [5154], [5155], [5156], [5157], [5159], [5160], [5161], [5162], [5163], [5164], [5165], [5166], [5167], [5168], [5169], [5170], [5171], [5172], [5173], [5174], [5175], [5176], [5177], [5178], [5179], [5180], [5181], [5182], [5183], [5188], [5189], [5190], [5192], [5193], [5194], [5195], [5196], [5197], [5198], [5199], [5200], [5202], [5203], [5204], [5205], [5206], [5208], [5209], [5212], [5213], [5214], [5215], [5216], [5218], [5221], [5222], [5223], [5224], [5225], [5226], [5227], [5228], [5229], [5230], [5231], [5232], [5235], [5237], [5238], [5239], [5240], [5241], [5242], [5243], [5244], [5245], [5247], [5248], [5249], [5251], [5252], [5253], [5254], [5256], [5258], [5259], [5260], [5261], [5262], [5264], [5265], [5267], [5268], [5269], [5270], [5271], [5273], [5274], [5275], [5276], [5277], [5278], [5279], [5280], [5281], [5282], [5283], [5284], [5285], [5286], [5290], [5291], [5293], [5295], [5296], [5297], [5299], [5300], [5301], [5302], [5303], [5304], [5306], [5307], [5308], [5309], [5310], [5315], [5316], [5317], [5318], [5319], [5320], [5322], [5323], [5324], [5325], [5326], [5327], [5329], [5330], [5334], [5335], [5336], [5337], [5338], [5339], [5341], [5343], [5344], [5345], [5347], [5348], [5349], [5350], [5351], [5352], [5355], [5357], [5359], [5360], [5361], [5362], [5363], [5364], [5365], [5367], [5368], [5369], [5370], [5371], [5372], [5373], [5389], [5390], [5393], [5394], [5395], [5396], [5397], [5398], [5399], [5400], [5401], [5402], [5403], [5404], [5405], [5424], [5425], [5426], [5427], [5428], [5429], [5430], [5431], [5432], [5433], [5434], [5435], [5436], [5439], [5440], [5442], [5443], [5444], [5445], [5449], [5450], [5451], [5452], [5453], [5454], [5455], [5463], [5464], [5465], [5466], [5467], [5469], [5470], [5471], [5472], [5480], [5481], [5482], [5484], [5485], [5486], [5494], [5495], [5502], [5503], [5507], [5508], [5510], [5511], [5512], [5513], [5514], [5515], [5516], [5523], [5524], [5525], [5526], [5527], [5528], [5529], [5530], [5531], [5532], [5546], [5547], [5557], [5560], [5563], [5564], [5565], [5567], [5568], [5569], [5570], [5571], [5572], [5573], [5574], [5575], [5576], [5577], [5580], [5581], [5583], [5585], [5586], [5587], [5589], [5591], [5592], [5593], [5594], [5597], [5598], [5599], [5600], [5601], [5602], [5603], [5604], [5605], [5606], [5607], [5608], [5609], [5610], [5611], [5612], [5614], [5615], [5617], [5619], [5620], [5621], [5622], [5623], [5624], [5625], [5626], [5627], [5631], [5634], [5635], [5636], [5639], [5640], [5641], [5643], [5644], [5645], [5656], [5657], [5658], [5664], [5665], [5668], [5669], [5672], [5673], [5674], [5675], [5677], [5678], [5683], [5689], [5691], [5696], [5697], [5698], [5699], [5700], [5701], [5711], [5712], [5713], [5714], [5715], [5718], [5719], [5720], [5721], [5726], [5727], [5728], [5729], [5730], [5731], [5733], [5734], [5735], [5736], [5737], [5738], [5740], [5741], [5742], [5746], [5747], [5748], [5749], [5750], [5751], [5752], [5754], [5757], [5760], [5761], [5762], [5763], [5766], [5767], [5768], [5769], [5770], [5771], [5772], [5773], [5776], [5777], [5778], [5779], [5780], [5781], [5782], [5783], [5785], [5786], [5787], [5788], [5790], [5791], [5797], [5799], [5800], [5801], [5802], [5803], [5804], [5805], [5806], [5807], [5808], [5809], [5810], [5811], [5812], [5813], [5814], [5815], [5816], [5817], [5818], [5819], [5820], [5821], [5822], [5823], [5824], [5825], [5826], [5827], [5828], [5831], [5832], [5833], [5933], [5934], [5935], [5936], [5949], [5950], [5951], [5952], [5953], [5956], [5958], [5960], [5970], [5983], [5984], [5985], [5986], [5987], [5988], [5989], [5990], [5991], [5992], [5994], [5995], [5997], [5998], [5999], [6000], [6001], [6002], [6006], [6007], [6008], [6009], [6016], [6017], [6018], [6019], [6020], [6027], [6028], [6030], [6031], [6033], [6034], [6035], [6036], [6037], [6040], [6044], [6046], [6047], [6049], [6051], [6055], [6056], [6058], [6059], [6063], [6066], [6067], [6068], [6069], [6072], [6073], [6081], [6083], [6086], [6087], [6088], [6089], [6090], [6092], [6093], [6094], [6104], [6106], [6110], [6111], [6115], [6116], [6118], [6119], [6120], [6122], [6128], [6130], [6133], [6136], [6138], [6139], [6145], [6150], [6151], [6152], [6158], [6159], [6160], [6161], [6162], [6163], [6164], [6165], [6167], [6168], [6169], [6170], [6171], [6173], [6174], [6175], [6176], [6177], [6178], [6179], [6180], [6181], [6182], [6183], [6184], [6185], [6186], [6187], [6188], [6189], [6190], [6198], [6199], [6200], [6236], [6237], [6238], [6239], [6240], [6241], [6242], [6243], [6244], [6245], [6246], [6247], [6248], [6249], [6250], [6251], [6252], [6253], [6254], [6255], [6256], [6257], [6258], [6259], [6260], [6261], [6262], [6263], [6264], [6266], [6267], [6269], [6270], [6271], [6272], [6273], [6274], [6275], [6276], [6278], [6279], [6280], [6281], [6282], [6283], [6284], [6285], [6287], [6288], [6289], [6290], [6291], [6292], [6293], [6295], [6296], [6299], [6300], [6301], [6302], [6304], [6305], [6306], [6307], [6308], [6309], [6311], [6312], [6313], [6314], [6315], [6316], [6317], [6318], [6319], [6320], [6321], [6323], [6324], [6328], [6329], [6330], [6331], [6333], [6334], [6335], [6336], [6337], [6338], [6339], [6340], [6342], [6343], [6344], [6345], [6347], [6348], [6349], [6350], [6351], [6354], [6355], [6356], [6357], [6358], [6359], [6360], [6361], [6362], [6363], [6364], [6365], [6366], [6369], [6370], [6371], [6372], [6373], [6374], [6375], [6376], [6377], [6378], [6380], [6381], [6387], [6388], [6389], [6390], [6391], [6392], [6393], [6402], [6403], [6404], [6405], [6406], [6407], [6408], [6409], [6410], [6411], [6412], [6413], [6414], [6415], [6416], [6417], [6418], [6419], [6420], [6421], [6422], [6423], [6424], [6432], [6433], [6434], [6435], [6436], [6438], [6440], [6442], [6443], [6446], [6447], [6448], [6449], [6450], [6451], [6453], [6454], [6455], [6456], [6457], [6459], [6460], [6461], [6462], [6463], [6465], [6466], [6467], [6468], [6469], [6471], [6473], [6474], [6475], [6477], [6481], [6482], [6483], [6484], [6485], [6486], [6487], [6488], [6489], [6490], [6491], [6492], [6493], [6494], [6500], [6501], [6502], [6503], [6504], [6505], [6506], [6507], [6509], [6511], [6512], [6513], [6514], [6515], [6516], [6517], [6520], [6521], [6522], [6523], [6524], [6525], [6526], [6527], [6528], [6529], [6530], [6531], [6532], [6534], [6535], [6537], [6538], [6540], [6542], [6544], [6545], [6553], [6554], [6555], [6556], [6557], [6558], [6559], [6560], [6561], [6562], [6563], [6565], [6566], [6567], [6568], [6569], [6570], [6571], [6572], [6573], [6574], [6575], [6577], [6578], [6579], [6580], [6581], [6582], [6583], [6584], [6585], [6586], [6588], [6589], [6590], [6592], [6593], [6594], [6595], [6597], [6598], [6599], [6600], [6601], [6602], [6603], [6604], [6605], [6607], [6608], [6609], [6610], [6611], [6612], [6613], [6614], [6616], [6617], [6618], [6619], [6620], [6621], [6623], [6627], [6628], [6629], [6630], [6631], [6632], [6633], [6634], [6635], [6636], [6637], [6638], [6639], [6640], [6641], [6642], [6648], [6649], [6650], [6651], [6659], [6660], [6661], [6662], [6671], [6672], [6673], [6682], [6683], [6684], [6685], [6686], [6687], [6688], [6689], [6691], [6692], [6693], [6694], [6696], [6697], [6698], [6699], [6700], [6701], [6702], [6703], [6704], [6705], [6706], [6707], [6708], [6709], [6710], [6711], [6712], [6713], [6714], [6715], [6716], [6717], [6718], [6719], [6721], [6722], [6726], [6727], [6730], [6731], [6732], [6733], [6734], [6735], [6737], [6738], [6740], [6741], [6742], [6743], [6745], [6746], [6749], [6750], [6751], [6752], [6753], [6754], [6755], [6756], [6757], [6758], [6759], [6760], [6761], [6762], [6769], [6770], [6771], [6772], [6773], [6774], [6775], [6778], [6779], [6780], [6781], [6782], [6783], [6784], [6785], [6786], [6787], [6789], [6790], [6791], [6792], [6793], [6794], [6796], [6797], [6798], [6799], [6800], [6801], [6802], [6803], [6805], [6806], [6809], [6810], [6812], [6813], [6814], [6815], [6816], [6817], [6819], [6820], [6821], [6823], [6826], [6828], [6829], [6830], [6831], [6832], [6833], [6834], [6835], [6836], [6846], [6861], [6862], [6863], [6864], [6865], [6866], [6868], [6869], [6870], [6871], [6872], [6873], [6874], [6875], [6876], [6877], [6878], [6880], [6881], [6882], [6885], [6886], [6887], [6888], [6889], [6890], [6891], [6892], [6893], [6894], [6895], [6897], [6898], [6904], [6906], [6924], [6925], [6926], [6927], [6928], [6930], [6931], [6932], [6933], [6936], [6937], [6938], [6939], [6940], [6942], [6943], [6944], [6945], [6948], [6950], [6951], [6952], [6953], [6954], [6955], [6956], [6957], [6958], [6963], [6964], [6965], [6966], [6967], [6968], [6969], [6978], [6979], [6980], [6984], [6985], [6986], [6987], [6988], [7010], [7852], [7905], [7906], [7926], [7963], [7967], [8020], [8021], [8022], [8023], [8024], [8038], [9005], [9007], [9010], [9012], [9014], [9022], [9052], [9053], [9054], [9055], [9056], [9057], [9058], [9059], [9060], [9061], [9062], [9063], [9064], [9065], [9066], [9067], [9069], [9070], [9071], [9072], [9073], [9074], [9076], [9077], [9078], [9079], [9080], [9081], [9082], [9083], [9084], [9085], [9087], [9089], [9090], [9091], [9092], [9093], [9094], [9095], [9096], [9097], [9100], [9101], [9102], [9103], [9104], [9105], [9106], [9108], [9109], [9111], [9112], [9114], [9115], [9116], [9117], [9118], [9119], [9120], [9121], [9122], [9123], [9124], [9125], [9126], [9127], [9128], [9129], [9130], [9131], [9132], [9133], [9134], [9135], [9136], [9138], [9141], [9142], [9143], [9144], [9145], [9147], [9148], [9149], [9150], [9151], [9152], [9153], [9154], [9155], [9156], [9157], [9160], [9162], [9163], [9164], [9165], [9166], [9167], [9168], [9169], [9170], [9171], [9172], [9173], [9174], [9176], [9177], [9178], [9179], [9180], [9181], [9182], [9183], [9184], [9185], [9186], [9187], [9188], [9189], [9190], [9191], [9194], [9195], [9196], [9197], [9198], [9200], [9201], [9202], [9203], [9204], [9205], [9206], [9207], [9208], [9209], [9212], [9216], [9217], [9221], [9231], [9255], [9256], [9265], [9268], [9277], [9279], [9281], [9283], [9285], [9463], [9464], [9465], [9466], [9471], [9472], [9477], [9483], [9484], [9486], [9494], [9495], [9497], [9498], [9500], [9501], [9502], [9512], [9513], [9517], [9529], [9534], [9537], [9538], [9539], [9544], [9547], [9563], [9568], [9575], [9576], [9581], [9585], [9586], [9587], [9588], [9590], [9591], [9592], [9609], [9610], [9613], [9614], [9616], [9619], [9620], [9621], [9625], [9626], [9629], [9637], [9656], [9657], [9659], [9660], [9678], [9679], [9681], [9700], [9744], [9745], [9747], [9748], [9749], [9752], [9753], [9756], [9761], [9763], [9764], [9766], [9798], [9799], [9801], [9803], [9804], [9805], [9806], [9807], [9808], [9809], [9817], [9868], [9869], [9870], [9871], [9873], [9909], [9910], [9913], [9914], [9916], [9917], [9920], [9924], [9939], [9945], [9947], [9953], [9955], [9957], [9962], [9963], [9964], [9965], [9967], [9970], [9972], [9974], [9976], [9977], [9981], [9986], [9989], [9990], [10000], [10002], [10017], [10019], [10039], [10042], [10044], [10047], [10050], [10061], [10062], [10068], [10883], [10888], [10890], [10891], [10892], [10893], [10894], [10895], [10897], [10898], [10900], [10902], [10903], [10904], [10905], [10908], [10909], [10910], [10911], [10912], [10914], [10915], [10916], [10918], [10919], [10920], [10922], [10923], [10925], [10926], [10927], [10929], [10930], [10931], [10933], [10939], [10942], [10956], [10959], [10987], [10991], [10992], [10996], [11000], [11043], [11046], [11049], [11050], [11067], [11083], [11084], [11087], [11166], [11172], [11176], [11178], [11216], [11218], [11236], [11240], [11247], [11248], [11265], [11272], [11291], [11306], [11556], [11557], [11558], [11559], [11560], [11561], [11562], [11563], [11564], [11565], [11566], [11567], [11568], [11569], [11570], [11571], [11572], [11573], [11574], [11575], [11576], [11577], [11578], [11579], [11580], [11581], [11582], [11583], [11584], [11585], [11586], [11587], [11588], [11589], [11590], [11591], [11592], [11593], [11594], [11595], [11596], [11597], [11598], [11599], [11600], [11601], [11602], [11603], [11604], [11605], [11606], [11607], [11608], [11609], [11610], [11611], [11612], [11613], [11614], [11615], [11616], [11617], [11618], [11619], [11620], [11621], [11622], [11623], [11624], [11625], [11626], [11627], [11628], [11629], [11630], [11631], [11632], [11633], [11634], [11635], [11636], [11637], [11638], [11639], [11640], [11641], [11642], [11643], [11644], [11645], [11646], [11647], [11648], [11649], [11650], [11651], [11652], [11653], [11654], [11655], [11656], [11657], [11658], [11659], [11660], [11661], [11662], [11663], [11664], [11665], [11666], [11667], [11668], [11669], [11670], [11671], [11672], [11673], [11674], [11675], [11676], [11677], [11678], [11679], [11680], [11681], [11682], [11685], [11686], [11687], [11688], [11689], [11690], [11691], [11692], [11693], [11694], [11695], [11696], [11697], [11698], [11699], [11700], [11701], [11702], [11703], [11704], [11705], [11706], [11707], [11708], [11709], [11710], [11711], [11712], [11713], [11714], [11715], [11716], [11717], [11718], [11719], [11720], [11721], [11722], [11723], [11724], [11725], [11726], [11727], [11728], [11729], [11730], [11731], [11732], [11733], [11734], [11735], [11736], [11737], [11738], [11739], [11740], [11741], [11742], [11743], [11745], [11746], [11747], [11748], [11749], [11750], [11752], [11754], [11755], [11756], [11757], [11758], [11760], [11761], [11762], [11763], [11764], [11765], [11767], [11768], [11769], [11770], [11771], [11772], [11774], [11775], [11776], [11777], [11781], [11782], [11783], [11784], [11785], [11786], [11787], [11789], [11790], [11791], [11792], [11793], [11794], [11795], [11796], [11797], [11798], [11800], [11801], [11802], [11803], [11804], [11805], [11806], [11807], [11808], [11809], [11810], [11811], [11812], [11813], [11814], [11815], [11816], [11818], [11819], [11820], [11821], [11822], [11823], [11824], [11825], [11826], [11827], [11828], [11829], [11830], [11831], [11832], [11833], [11834], [11835], [11836], [11837], [11838], [11839], [11840], [11841], [11842], [11843], [11844], [11845], [11846], [11847], [11848], [11849], [11850], [11851], [11852], [11853], [11854], [11855], [11856], [11857], [11858], [11859], [11860], [11861], [11862], [11863], [11864], [11865], [11866], [11867], [11868], [11869], [11870], [11871], [11872], [11873], [11874], [11875], [11876], [11877], [11878], [11879], [11880], [11881], [11882], [11883], [11884], [11885], [11886], [11888], [11889], [11890], [11891], [11892], [11893], [11894], [11895], [11896], [11897], [11898], [11899], [11900], [11901], [11902], [11903], [11904], [11908], [11909], [11910], [11911], [11912], [11913], [11914], [11915], [11916], [11917], [11918], [11919], [11920], [11921], [11922], [11923], [11924], [11925], [11926], [11927], [11928], [11929], [11930], [11931], [11932], [11933], [11935], [11937], [11938], [11939], [11940], [11941], [11942], [11943], [11944], [11945], [11946], [11947], [11948], [11949], [11950], [11951], [11952], [11953], [11954], [11955], [11956], [11957], [11958], [11959], [11960], [11961], [11962], [11963], [11964], [11965], [11966], [11967], [11968], [11969], [11970], [11971], [11972], [11973], [11974], [11975], [11976], [11977], [11978], [11979], [11980], [11981], [11982], [11983], [11984], [11985], [11986], [11987], [11988], [11989], [11990], [11991], [11992], [11993], [11994], [11995], [11996], [11997], [11998], [11999], [12000], [12001], [12002], [12003], [12004], [12005], [12006], [12007], [12008], [12010], [12015], [12016], [12017], [12018], [12019], [12020], [12021], [12023], [12025], [12026], [12027], [12029], [12030], [12031], [12032], [12033], [12034], [12035], [12036], [12042], [12043], [12044], [12045], [12046], [12047], [12048], [12049], [12050], [12051], [12052], [12053], [12054], [12055], [12056], [12057], [12058], [12059], [12060], [12061], [12062], [12063], [12064], [12065], [12066], [12067], [12068], [12069], [12070], [12071], [12072], [12073], [12074], [12075], [12077], [12948], [12958], [13003], [13004], [13005], [13006], [13007], [13008], [13009], [13010], [13011], [13012], [13014], [13015], [13016], [13017], [13019], [13020], [13021], [13022], [13023], [13024], [13025], [13026], [13028], [13030], [13031], [13032], [13033], [13034], [13035], [13036], [13037], [13038], [13039], [13040], [13041], [13042], [13043], [13044], [13045], [13046], [13047], [13048], [13050], [13051], [13052], [13053], [13055], [13056], [13057], [13058], [13059], [13060], [13061], [13062], [13063], [13064], [13066], [13067], [13068], [13069], [13070], [13071], [13072], [13073], [13075], [13076], [13077], [13078], [13079], [13080], [13081], [13082], [13108], [13109], [13116], [13125], [13143], [13159], [13160], [13162], [13239], [13240], [13242], [13244], [13249], [13277], [13279], [13280], [13284], [13285], [13287], [13298], [13399], [13414], [13419], [13421], [13434], [13435], [13437], [13439], [13447], [13449], [13450], [13452], [13453], [13456], [13460], [13476], [13524], [13544], [13545], [13548], [13554], [13558], [13572], [13573], [13599], [13624], [13628], [13630], [13643], [13645], [13646], [13647], [13679], [13683], [13689], [13690], [13693], [13694], [13695], [13697], [13700], [13708], [13709], [13712], [13713], [13756], [13777], [13783], [13931], [13934], [13935], [13936], [13937], [13938], [13939], [13942], [13943], [13944], [13946], [13951], [13952], [13953], [13954], [13955], [13957], [13958], [13959], [13960], [13962], [13963], [13964], [13965], [13966], [13967], [13968], [13969], [13970], [13971], [13972], [13974], [13975], [13976], [13977], [13978], [13979], [13982], [13983], [13984], [13985], [13986], [13988], [13989], [13990], [13995], [13998], [13999], [14000], [14001], [14002], [14003], [14004], [14005], [14006], [14007], [14013], [14014], [14015], [14017], [14018], [14019], [14020], [14022], [14032], [14033], [14034], [14035], [14036], [14039], [14040], [14041], [14043], [14045], [14046], [14047], [14048], [14050], [14051], [14056], [14060], [14061], [14062], [14064], [14067], [14069], [14070], [14071], [14072], [14073], [14074], [14075], [14076], [14078], [14079], [14081], [14082], [14084], [14086], [14090], [14092], [14093], [14094], [14095], [14096], [14099], [14101], [14103], [14104], [14105], [14108], [14109], [14110], [14114], [14115], [14118], [14119], [14121], [14122], [14123], [14129], [14130], [14131], [14132], [14133], [14134], [14136], [14137], [14138], [14140], [14141], [14142], [14145], [14146], [14151], [14152], [14153], [14154], [14156], [14157], [14158], [14159], [14160], [14161], [14162], [14163], [14164], [14165], [14166], [14167], [14168], [14169], [14170], [14171], [14172], [14173], [14174], [14181], [14182], [14184], [14186], [14188], [14189], [14190], [14191], [14192], [14195], [14197], [14198], [14202], [14203], [14205], [14206], [14213], [14214], [14215], [14216], [14218], [14219], [14222], [14223], [14224], [14225], [14226], [14227], [14229], [14230], [14231], [14232], [14233], [14234], [14235], [14247], [14248], [14249], [14250], [14251], [14252], [14253], [14254], [14255], [14256], [14257], [14258], [14259], [14260], [14261], [14262], [14263], [14264], [14265], [14271], [14273], [14274], [14275], [14276], [14278], [14279], [14280], [14281], [14282], [14302], [14303], [14304], [14305], [14306], [14307], [14314], [14315], [14319], [14320], [14321], [14322], [14323], [14324], [14325], [14326], [14327], [14454], [14456], [14457], [14520], [14527], [14853], [14860], [14870], [14871], [14872], [14891], [14899], [16072], [16465], [17431], [17432], [17433], [17468], [17494], [17496], [17501], [17518], [17658], [17764], [17855], [18020], [18030], [20046], [20047], [20048], [20049], [20050], [20051], [20054], [20057], [20058], [20059], [20060], [20061], [20088], [20089], [20090], [20091], [20092], [20093], [20094], [20095], [20096], [20097], [20098], [20100], [20102], [20103], [20104], [20105], [20107], [20108], [20110], [20111], [20114], [20115], [20118], [20119], [20120], [20121], [20123], [20124], [20127], [20128], [20129], [20130], [20131], [20132], [20133], [20134], [20135], [20136], [20138], [20140], [20141], [20142], [20143], [20144], [20145], [20146], [20147], [20148], [20152], [20153], [20154], [20155], [20156], [20157], [20159], [20160], [20162], [20163], [20166], [20167], [20168], [20173], [20174], [20175], [20176], [20177], [20179], [20180], [20181], [20183], [20184], [20185], [20186], [20187], [20188], [20190], [20191], [20192], [20193], [20194], [20195], [20198], [20199], [20200], [20201], [20202], [20203], [20207], [20212], [20213], [20214], [20215], [20216], [20217], [20220], [20221], [20222], [20223], [20224], [20225], [20226], [20227], [20228], [20229], [20230], [20233], [20236], [20237], [20238], [20239], [20240], [20242], [20243], [20244], [20245], [20246], [20247], [20248], [20250], [20253], [20255], [20256], [20257], [20258], [20259], [20260], [20263], [20265], [20266], [20267], [20269], [20271], [20272], [20273], [20274], [20275], [20279], [20280], [20281], [20282], [20283], [20287], [20289], [20290], [20291], [20292], [20293], [20294], [20297], [20298], [20299], [20303], [20304], [20305], [20311], [20312], [20313], [20314], [20315], [20316], [20317], [20318], [20319], [20320], [20321], [20322], [20323], [20324], [20330], [20331], [20332], [20333], [20334], [20335], [20336], [20337], [20338], [20339], [20340], [20341], [20342], [20343], [20344], [20345], [20346], [20347], [20351], [20352], [20353], [20354], [20355], [20356], [20357], [20358], [20359], [20360], [20361], [20362], [20366], [20367], [20371], [20374], [20375], [20377], [20378], [20380], [20381], [20382], [20383], [20384], [20385], [20387], [20388], [20389], [20392], [20393], [20394], [20395], [20396], [20397], [20401], [20402], [20404], [20405], [20406], [20407], [20408], [20409], [20410], [20411], [20412], [20413], [20414], [20415], [20416], [20417], [20418], [20419], [20422], [20423], [20424], [20425], [20426], [20427], [20428], [20432], [20457], [20458], [20459], [20460], [20461], [20462], [20463], [20464], [20465], [20466], [20467], [20468], [20469], [20470], [20471], [20472], [20473], [20474], [20475], [20476], [20477], [20478], [20479], [20480], [20481], [20482], [20483], [20484], [20485], [20486], [20487], [20488], [20489], [20490], [20491], [20492], [20494], [20495], [20496], [20497], [20498], [20499], [20500], [20501], [20515], [20516], [20517], [20518], [20519], [20521], [20523], [20524], [20525], [20526], [20527], [20528], [20529], [20530], [20531], [20532], [20533], [20534], [20535], [20536], [20537], [20538], [20539], [20540], [20541], [20542], [20543], [20544], [20545], [20547], [20548], [20549], [20550], [20551], [20552], [20553], [20554], [20556], [20557], [20559], [20560], [20562], [20563], [20564], [20565], [20566], [20567], [20568], [20569], [20570], [20571], [20572], [20573], [20574], [20575], [20576], [20577], [20578], [20579], [20580], [20581], [20582], [20583], [20584], [20585], [20587], [20588], [20589], [20591], [20592], [20593], [20595], [20596], [20598], [20599], [20601], [20606], [20607], [20608], [20609], [20610], [20611], [20613], [20614], [20615], [20616], [20617], [20618], [20619], [20620], [20621], [20622], [20623], [20624], [20625], [20626], [20627], [20628], [20629], [20630], [20631], [20633], [20634], [20635], [20636], [20637], [20638], [20639], [20640], [20642], [20643], [20644], [20645], [20646], [20647], [20648], [20649], [20650], [20651], [20652], [20653], [20654], [20656], [20658], [20659], [20661], [20662], [20663], [20664], [20665], [20666], [20668], [20669], [20670], [20671], [20672], [20673], [20674], [20675], [20676], [20678], [20680], [20681], [20682], [20683], [20684], [20685], [20687], [20688], [20689], [20690], [20691], [20692], [20693], [20694], [20696], [20700], [20701], [20702], [20703], [20704], [20705], [20707], [20708], [20709], [20710], [20711], [20713], [20715], [20716], [20717], [20718], [20719], [20720], [20721], [20722], [20723], [20724], [20725], [20726], [20727], [20728], [20730], [20731], [20732], [20733], [20734], [20735], [20736], [20737], [20738], [20747], [20748], [20749], [20750], [20751], [20752], [20753], [20754], [20755], [20756], [20758], [20760], [20761], [20763], [20764], [20765], [20766], [20768], [20769], [20770], [20772], [20773], [20774], [20775], [20783], [20784], [20785], [20786], [20787], [20788], [20789], [20791], [20792], [20797], [20798], [20799], [20801], [20802], [20803], [20804], [20805], [20816], [20817], [20818], [20819], [20823], [20826], [20827], [20828], [20829], [20830], [20831], [20832], [20833], [20834], [20835], [20836], [20837], [20842], [20843], [20844], [20845], [20846], [20847], [20848], [20849], [20850], [20858], [20860], [20861], [20868], [20872], [20875], [20876], [20877], [20879], [20880], [20881], [20882], [20884], [20885], [20887], [20889], [20891], [20894], [20897], [20899], [20900], [20901], [20902], [20904], [20905], [20906], [20919], [20920], [20921], [20922], [20923], [20924], [20925], [20926], [20927], [20929], [20930], [20931], [20932], [20934], [20935], [20936], [20937], [20938], [20939], [20940], [20941], [20942], [20943], [20944], [20945], [20946], [20947], [20948], [20949], [20950], [20951], [20952], [20953], [20956], [20958], [20961], [20963], [20965], [20966], [20968], [20969], [20970], [20971], [20973], [20974], [20975], [20976], [20978], [20981], [20986], [20988], [20989], [20990], [20991], [20996], [20998], [20999], [21000], [21005], [21006], [21008], [21009], [21010], [21011], [21015], [21016], [21017], [21018], [21019], [21020], [21021], [21023], [21024], [21027], [21029], [21033], [21035], [21046], [21050], [21051], [21052], [21053], [21054], [21055], [21056], [21058], [21059], [21062], [21063], [21065], [21067], [21068], [21069], [21074], [21076], [21078], [21082], [21084], [21085], [21086], [21089], [21093], [21095], [21096], [21097], [21098], [21100], [21102], [21103], [21105], [21107], [21108], [21109], [21111], [21112], [21113], [21114], [21118], [21119], [21120], [21121], [21122], [21124], [21125], [21128], [21132], [21133], [21134], [21135], [21136], [21137], [21138], [21140], [21141], [21142], [21143], [21144], [21145], [21146], [21147], [21148], [21149], [21150], [21151], [21152], [21153], [21154], [21155], [21156], [21157], [21158], [21159], [21160], [21161], [21162], [21163], [21164], [21165], [21166], [21167], [21168], [21169], [21170], [21171], [21172], [21173], [21174], [21175], [21176], [21177], [21178], [21179], [21180], [21181], [21182], [21183], [21184], [21185], [21186], [21187], [21188], [21189], [21190], [21191], [21192], [21193], [21194], [21195], [21199], [21214], [21219], [21220], [21221], [21223], [21225], [21235], [21236], [21237], [21238], [21239], [21240], [21241], [21242], [21243], [21244], [21245], [21246], [21247], [21248], [21249], [21250], [21251], [21252], [21253], [21255], [21256], [21258], [21259], [21260], [21261], [21262], [21263], [21264], [21267], [21268], [21270], [21271], [21272], [21273], [21274], [21275], [21276], [21277], [21278], [21280], [21283], [21284], [21285], [21286], [21287], [21289], [21290], [21291], [21292], [21293], [21294], [21295], [21296], [21297], [21298], [21299], [21300], [21301], [21302], [21303], [21304], [21305], [21306], [21307], [21308], [21309], [21326], [21328], [21329], [21330], [21331], [21332], [21334], [21336], [21337], [21338], [21342], [21348], [21349], [21350], [21351], [21352], [21353], [21354], [21355], [21356], [21357], [21358], [21361], [21362], [21363], [21365], [21366], [21367], [21368], [21369], [21370], [21371], [21372], [21373], [21374], [21375], [21376], [21378], [21379], [21380], [21381], [21382], [21383], [21384], [21385], [21386], [21387], [21388], [21389], [21390], [21391], [21392], [21393], [21394], [21395], [21396], [21398], [21399], [21400], [21401], [21403], [21404], [21405], [21406], [21407], [21408], [21409], [21410], [21411], [21412], [21413], [21414], [21415], [21416], [21417], [21418], [21419], [21420], [21421], [21422], [21423], [21424], [21425], [21426], [21427], [21428], [21429], [21430], [21431], [21432], [21433], [21434], [21435], [21436], [21437], [21438], [21439], [21440], [21442], [21443], [21444], [21445], [21446], [21447], [21448], [21449], [21450], [21451], [21452], [21453], [21454], [21455], [21457], [21458], [21459], [21460], [21461], [21462], [21463], [21464], [21465], [21466], [21467], [21468], [21469], [21470], [21471], [21472], [21473], [21474], [21475], [21476], [21477], [21478], [21479], [21480], [21481], [21482], [21483], [21484], [21485], [21486], [21487], [21488], [21489], [21490], [21491], [21492], [21501], [21502], [21503], [21504], [21505], [21506], [21507], [21508], [21509], [21519], [21520], [21521], [21522], [21551], [21552], [21553], [21554], [21555], [21556], [21557], [21558], [21559], [21560], [21561], [21562], [21563], [21564], [21565], [21566], [21568], [21570], [21572], [21573], [21577], [21578], [21580], [21582], [21583], [21586], [21587], [21588], [21589], [21590], [21591], [21596], [21597], [21598], [21600], [21601], [21602], [21603], [21604], [21606], [21610], [21611], [21613], [21614], [21615], [21616], [21617], [21618], [21619], [21620], [21622], [21623], [21624], [21625], [21626], [21627], [21628], [21629], [21630], [21632], [21633], [21634], [21635], [21636], [21637], [21638], [21640], [21644], [21646], [21647], [21648], [21649], [21650], [21657], [21658], [21668], [21669], [21670], [21671], [21672], [21673], [21674], [21675], [21677], [21678], [21679], [21680], [21681], [21682], [21683], [21684], [21685], [21686], [21687], [21688], [21689], [21690], [21692], [21693], [21694], [21695], [21696], [21697], [21698], [21699], [21700], [21701], [21702], [21703], [21704], [21705], [21706], [21708], [21709], [21710], [21711], [21712], [21714], [21715], [21716], [21717], [21718], [21719], [21720], [21721], [21724], [21725], [21726], [21727], [21728], [21729], [21730], [21732], [21733], [21734], [21735], [21736], [21738], [21740], [21741], [21742], [21743], [21744], [21745], [21746], [21747], [21748], [21750], [21751], [21752], [21753], [21754], [21755], [21763], [21764], [21766], [21768], [21769], [21771], [21772], [21773], [21775], [21779], [21780], [21781], [21784], [21786], [21787], [21788], [21790], [21791], [21794], [21795], [21797], [21798], [21800], [21801], [21802], [21804], [21805], [21806], [21807], [21816], [21817], [21818], [21819], [21820], [21821], [21822], [21823], [21824], [21825], [21826], [21827], [21828], [21830], [21831], [21832], [21833], [21834], [21836], [21837], [21838], [21839], [21840], [21841], [21842], [21843], [21844], [21845], [21846], [21847], [21849], [21850], [21851], [21852], [21853], [21854], [21855], [21856], [21857], [21858], [21859], [21860], [21861], [21862], [21863], [21864], [21865], [21866], [21867], [21868], [21869], [21870], [21871], [21872], [21873], [21874], [21875], [21876], [21877], [21878], [21879], [21880], [21881], [21883], [21884], [21885], [21886], [21887], [21888], [21889], [21890], [21891], [21892], [21893], [21895], [21896], [21897], [21898], [21899], [21900], [21901], [21904], [21906], [21907], [21908], [21909], [21910], [21911], [21912], [21916], [21917], [21919], [21920], [21921], [21922], [21923], [21924], [21925], [21933], [21937], [21938], [21939], [21940], [21941], [21943], [21945], [21946], [21947], [21948], [21949], [21950], [21951], [21952], [21953], [21954], [21958], [21959], [21960], [21961], [21962], [21963], [21964], [21965], [21966], [21967], [21968], [21969], [21970], [21971], [21972], [21976], [21977], [21978], [21980], [21981], [21982], [21983], [22887], [23038], [23048], [23050], [24076], [24232], [24233], [24241], [24261], [24268], [24270], [24352], [24353], [24354], [24355], [24356], [24357], [24358], [24359], [24361], [24362], [24363], [24364], [24365], [24366], [24367], [24369], [24371], [24372], [24379], [24380], [24381], [24382], [24384], [24385], [24386], [24387], [24388], [24389], [24390], [24391], [24393], [24394], [24395], [24396], [24397], [24399], [24400], [24402], [24403], [24404], [24405], [24406], [24407], [24408], [24409], [24410], [24411], [24412], [24413], [24414], [24415], [24416], [24417], [24418], [24419], [24421], [24422], [24423], [24424], [24425], [24426], [24427], [24428], [24429], [24430], [24431], [24432], [24433], [24434], [24435], [24436], [24437], [24438], [24440], [24441], [24442], [24443], [24444], [24447], [24448], [24449], [24450], [24451], [24452], [24453], [24454], [24455], [24456], [24457], [24458], [24459], [24460], [24461], [24462], [24463], [24464], [24465], [24466], [24467], [24468], [24469], [24471], [24472], [24473], [24474], [24475], [24476], [24477], [24478], [24479], [24480], [24482], [24483], [24484], [24486], [24490], [24491], [24492], [24493], [24494], [24495], [24496], [24497], [24498], [24499], [24500], [24501], [24502], [24503], [24504], [24505], [24506], [24507], [24508], [24513], [24514], [24515], [24518], [24519], [24520], [24521], [24522], [24525], [24534], [24535], [24536], [24537], [24538], [24539], [24540], [24541], [24545], [24546], [24547], [24548], [24550], [24554], [24555], [24556], [24557], [24558], [24559], [24560], [24561], [24562], [24563], [24564], [24565], [24566], [24567], [24568], [24569], [24570], [24571], [24572], [24573], [24881], [24882], [24883], [24884], [24885], [24886], [24887], [24888], [24889], [24890], [24891], [24892], [24893], [24895], [24896], [24897], [24898], [24899], [24900], [24902], [24903], [24904], [24905], [24906], [24907], [24908], [24909], [24910], [24911], [24912], [24914], [24915], [24916], [24917], [24918], [24919], [24921], [24922], [24923], [24924], [24925], [24926], [24928], [24929], [24930], [24931], [24932], [24933], [24934], [24936], [24937], [24941], [24943], [24944], [24945], [24946], [24947], [24948], [24949], [24950], [24951], [24952], [24953], [24954], [24955], [24956], [24957], [24958], [24959], [24960], [24961], [24962], [24963], [24964], [24965], [24966], [24967], [24968], [24969], [24970], [24971], [24972], [24973], [24974], [24975], [24976], [24977], [24978], [24979], [24980], [24981], [24983], [24984], [24985], [24986], [24987], [24988], [24989], [24990], [24992], [24993], [24994], [24995], [24996], [24997], [24998], [24999], [25000], [25002], [25003], [25004], [25005], [25006], [25008], [25009], [25010], [25012], [25013], [25014], [25015], [25016], [25017], [25018], [25019], [25021], [25022], [25023], [25024], [25025], [25026], [25027], [25028], [25029], [25030], [25031], [25032], [25033], [25034], [25035], [25036], [25037], [25038], [25039], [25040], [25041], [25042], [25050], [25051], [25052], [25053], [25054], [25055], [25056], [25057], [25058], [25059], [25060], [25061], [25062], [25063], [25064], [25065], [25066], [25067], [25068], [25069], [25070], [25071], [25072], [25073], [25074], [25075], [25076], [25078], [25079], [25080], [25081], [25082], [25083], [25084], [25085], [25086], [25087], [25088], [25089], [25090], [25091], [25092], [25093], [25094], [25096], [25097], [25098], [25099], [25100], [25101], [25102], [25103], [25104], [25105], [25106], [25107], [25108], [25109], [25110], [25111], [25112], [25113], [25114], [25115], [25116], [25117], [25118], [25119], [25120], [25121], [25122], [25124], [25125], [25126], [25127], [25128], [25129], [25130], [25131], [25132], [25133], [25134], [25135], [25136], [25137], [25138], [25139], [25140], [25141], [25142], [25143], [25144], [25145], [25146], [25147], [25148], [25149], [25150], [25151], [25152], [25153], [25154], [25155], [25156], [25157], [25158], [25159], [25160], [25161], [25162], [25163], [25164], [25165], [25166], [25167], [25168], [25169], [25170], [25171], [25172], [25173], [25174], [25175], [25176], [25177], [25178], [25179], [25180], [25181], [25182], [25183], [25184], [25185], [25186], [25187], [25188], [25189], [25190], [25191], [25192], [25193], [25194], [25195], [25196], [25197], [25198], [25199], [25200], [25201], [25202], [25203], [25204], [25205], [25206], [25207], [25208], [25209], [25210], [25211], [25212], [25213], [25214], [25215], [25216], [25217], [25218], [25219], [25220], [25221], [25226], [25227], [25228], [25229], [25230], [25231], [25232], [25233], [25234], [25235], [25236], [25237], [25238], [25239], [25240], [25241], [25242], [25243], [25244], [25245], [25247], [25248], [25249], [25250], [25251], [25252], [25253], [25254], [25255], [25256], [25257], [25258], [25259], [25260], [25262], [25263], [25264], [25265], [25266], [25267], [25268], [25269], [25270], [25271], [25272], [25273], [25274], [25276], [25277], [25278], [25279], [25280], [25281], [25282], [25283], [25284], [25285], [25286], [25287], [25288], [25289], [25290], [25292], [25293], [25294], [25295], [25296], [25297], [25298], [25299], [25300], [25301], [25302], [25303], [25304], [25306], [25307], [25308], [25309], [25310], [25311], [25312], [25313], [25314], [25315], [25316], [25317], [25318], [25319], [25320], [25322], [25323], [25324], [25325], [25326], [25327], [25328], [25329], [25330], [25331], [25332], [25333], [25334], [25335], [25336], [25337], [25338], [25339], [25340], [25341], [25342], [25343], [25346], [25347], [25348], [25349], [25350], [25351], [25352], [25354], [25355], [25356], [25357], [25358], [25359], [25360], [25361], [25362], [25363], [25364], [25365], [25366], [25367], [25368], [25369], [25370], [25371], [25372], [25373], [25374], [25375], [25376], [25377], [25378], [25379], [25380], [25381], [25382], [25383], [25384], [25385], [25386], [25387], [25388], [25389], [25390], [25391], [25392], [25393], [25394], [25397], [25398], [25399], [25400], [25401], [25402], [25403], [25404], [25405], [25406], [25407], [25408], [25409], [25410], [25411], [25412], [25413], [25414], [25415], [25416], [25417], [25418], [25419], [25420], [25421], [25422], [25423], [25424], [25425], [25426], [25427], [25428], [25429], [25430], [25431], [25432], [25433], [25434], [25435], [25436], [25437], [25438], [25439], [25440], [25441], [25442], [25443], [25444], [25445], [25446], [25447], [25448], [25449], [25450], [25454], [25455], [25456], [25457], [25458], [25459], [25460], [25461], [25462], [25463], [25464], [25465], [25466], [25467], [25468], [25469], [25470], [25471], [25472], [25473], [25474], [25475], [25476], [25477], [25478], [25479], [25480], [25481], [25482], [25483], [25484], [25485], [25486], [25487], [25488], [25489], [25491], [25492], [25493], [25494], [25495], [25496], [25497], [25499], [25500], [25501], [25502], [25503], [25504], [25505], [25506], [25507], [25508], [25509], [25510], [25511], [25512], [25513], [25514], [25515], [25516], [25517], [25518], [25519], [25520], [25521], [25522], [25523], [25524], [25531], [25532], [25533], [25534], [25535], [25536], [25537], [25538], [25539], [25540], [25541], [25542], [25543], [25544], [25545], [25546], [25547], [25549], [25550], [25551], [25553], [25554], [25555], [25556], [25557], [25558], [25559], [25560], [25561], [25562], [25563], [25564], [25565], [25566], [25567], [25568], [25569], [25570], [25571], [25572], [25573], [25574], [25575], [25576], [25577], [25578], [25579], [25580], [25581], [25582], [25583], [25584], [25585], [25586], [25587], [25588], [25589], [25590], [25591], [25592], [25593], [25594], [25595], [25596], [25597], [25598], [25599], [25601], [25602], [25603], [25604], [25605], [25606], [28892], [28893], [28894], [28895], [28896], [28897], [28898], [28899], [28900], [28901], [28902], [28903], [28904], [28905], [28906], [28907], [28908], [28909], [28910], [28911], [28912], [28913], [28914], [28915], [28916], [28917], [28918], [28919], [28920], [28921], [28922], [28923], [28924], [28925], [28926], [28927], [28928], [28929], [28930], [28931], [28932], [28933], [28934], [28935], [28936], [28937], [28938], [28939], [28940], [28941], [28942], [28943], [28944], [28945], [28946], [28947], [28948], [28949], [28950], [28951], [28952], [28953], [28954], [28955], [28956], [28957], [28958], [28959], [28960], [28961], [28962], [28963], [28964], [28965], [28966], [28967], [28968], [28969], [28970], [28971], [28972], [28973], [28974], [28975], [28976], [28977], [28978], [28979], [28980], [28981], [28982], [28983], [28984], [28985], [28986], [28987], [28988], [28989], [28990], [28991], [28992], [28993], [28994], [28995], [28996], [28997], [28998], [28999], [29000], [29001], [29002], [29003], [29004], [29005], [29006], [29007], [29008], [29009], [29010], [29011], [29012], [29013], [29014], [29015], [29016], [29017], [29018], [29019], [29020], [29021], [29022], [29023], [29024], [29025], [29026], [29027], [29028], [29029], [29030], [29031], [29032], [29033], [29034], [29035], [29036], [29037], [29038], [29039], [29040], [29041], [29042], [29043], [29044], [29045], [29046], [29047], [29048], [29049], [29050], [29051], [29052], [29053], [29054], [29055], [29056], [29057], [29058], [29059], [29060], [29061], [29062], [29063], [29064], [29065], [29066], [29067], [29068], [29069], [29070], [29071], [29072], [29073], [29074], [29075], [29076], [29077], [29078], [29079], [29080], [29081], [29082], [29083], [29084], [29085], [29086], [29087], [29088], [29089], [29090], [29091], [29092], [29093], [29094], [29095], [29096], [29097], [29098], [29099], [29100], [29101], [29102], [29103], [29104], [29105], [29106], [29107], [29108], [29109], [29110], [29111], [29112], [29113], [29114], [29115], [29116], [29117], [29118], [29119], [29120], [29121], [29122], [29123], [29124], [29125], [29126], [29127], [29128], [29129], [29130], [29131], [29132], [29133], [29134], [29135], [29136], [29137], [29138], [29139], [29140], [29141], [29142], [29143], [29144], [29145], [29146], [29147], [29148], [29149], [29150], [29151], [29152], [29153], [29154], [29155], [29156], [29157], [29158], [29159], [29160], [29161], [29162], [29163], [29164], [29165], [29166], [29167], [29168], [29169], [29170], [29171], [29172], [29173], [29174], [29175], [29176], [29177], [29178], [29179], [29180], [29181], [29182], [29183], [29184], [29185], [29186], [29187], [29188], [29189], [29190], [29191], [29192], [29193], [29194], [29195], [29196], [29197], [29198], [29199], [29200], [29201], [29202], [29203], [29204], [29205], [29206], [29207], [29208], [29209], [29210], [29211], [29212], [29213], [29214], [29215], [29216], [29217], [29218], [29219], [29220], [29221], [29222], [29223], [29224], [29225], [29226], [29227], [29228], [29229], [29230], [29231], [29232], [29233], [29234], [29235], [29236], [29237], [29238], [29239], [29240], [29241], [29242], [29243], [29244], [29245], [29246], [29247], [29248], [29249], [29250], [29251], [29252], [29253], [29254], [29255], [29256], [29257], [29258], [29259], [29260], [29261], [29262], [29263], [29264], [29265], [29266], [29267], [29268], [29269], [30556], [30557], [30560], [30561], [30562], [30563], [30564], [30565], [30566], [30567], [30568], [30570], [30571], [30572], [30573], [30574], [30575], [30580], [30582], [30583], [30584], [30585], [30587], [30589], [30665], [30666], [30668], [30669], [30670], [30671], [30672], [30673], [30674], [30675], [30676], [30678], [30681], [30683], [30684], [30685], [30689], [30690], [30691], [30692], [30694], [30695], [30696], [30697], [30698], [30699], [30700], [30701], [30702], [30703], [30704], [30705], [30706], [30707], [30708], [30709], [30710], [30711], [30712], [30713], [30714], [30715], [30717], [30720], [30722], [30723], [30724], [30725], [30726], [30727], [32184], [32185], [32288], [32289], [32805], [32810], [32821], [32846], [32854], [33854], [33855], [33856], [33857], [33858], [33859], [33860], [33861], [33862], [33864], [33866], [34422], [34520], [34552], [34682], [34742], [34825], [34826], [35551], [35554], [35557], [35561], [35562], [35566], [35567], [35568], [35569], [35570], [35571], [35572], [35573], [35574], [35575], [35576], [35577], [35578], [35579], [35580], [35581], [35582], [35583], [35584], [35585], [35586], [35587], [35588], [35589], [35590], [35591], [35592], [35593], [35594], [35595], [35596], [35597], [35598], [35599], [35600], [35601], [35602], [35603], [35604], [35874], [36194], [36195], [36198], [36204], [36205], [36208], [36350], [36351], [36352], [36353], [36354], [36355], [36357], [36358], [36359], [36360], [36361], [36362], [36363], [36364], [36365], [36366], [36368], [36369], [36370], [36371], [36372], [36373], [36374], [36375], [36376], [36377], [36378], [36379], [36380], [36381], [36382], [36383], [36385], [36387], [36388], [36389], [36390], [36391], [36392], [36393], [36394], [36395], [36398], [36399], [36400], [36401], [36402], [36403], [36404], [36406], [36407], [36409], [36410], [36412], [36413], [36414], [36415], [36416], [36417], [36418], [36419], [36420], [36421], [36422], [36423], [36424], [36425], [36426], [36427], [36428], [36429], [36430], [36431], [36432], [36433], [36434], [36435], [36437], [36440], [36441], [36442], [36443], [36444], [36446], [36447], [36448], [36449], [36450], [36451], [36452], [36453], [36454], [36455], [36456], [36459], [36460], [36461], [36462], [36463], [36464], [36465], [36466], [36467], [36468], [36469], [36470], [36471], [36472], [36473], [36474], [36475], [36476], [36477], [36478], [36479], [36480], [36481], [36482], [36483], [36484], [36485], [36486], [36487], [36488], [36489], [36492], [36493], [36494], [36495], [36496], [36499], [36500], [36501], [36502], [36503], [36504], [36505], [36506], [36507], [36508], [36509], [36515], [36516], [36517], [36521], [36524], [36535], [36536], [36541], [36544], [36552], [36553], [36555], [36556], [36559], [36561], [36581], [36582], [36583], [36584], [36585], [36586], [36587], [36591], [36594], [36595], [36606], [36611], [36612], [36614], [36615], [36617], [36619], [36620], [36629], [36631], [36634], [36643], [36645], [36646], [36647], [36649], [36650], [36656], [36663], [36666], [36671], [36674], [36679], [36681], [36682], [36683], [36684], [36686], [36687], [36688], [36712], [36713], [36714], [36715], [36720], [36723], [36725], [36727], [36728], [36729], [36732], [36733], [36735], [36742], [36746], [36760], [36761], [36771], [36773], [36774], [36775], [36776], [36777], [36783], [36784], [36785], [36798], [36816], [36817], [36819], [36820], [36821], [36826], [36827], [36828], [36829], [36830], [36831], [36832], [36835], [36837], [36839], [36840], [36842], [36843], [36844], [36845], [36846], [36847], [36848], [36853], [36882], [36883], [36884], [36885], [36887], [36888], [36892], [36895], [36898], [36899], [36900], [36901], [36902], [36903], [36905], [36909], [36912], [36913], [36915], [36917], [36918], [36920], [36921], [36922], [36923], [36925], [36928], [36929], [36930], [36933], [36934], [36935], [36936], [36939], [36942], [36943], [36949], [36950], [36952], [36953], [36954], [36956], [36965], [36972], [36977], [36983], [36985], [36986], [36988], [36994], [36995], [37003], [37205], [37206], [37371], [37372], [37373], [37374], [37375], [37376], [37377], [37378], [37379], [37380], [37381], [37382], [37383], [37384], [37385], [37386], [37387], [37388], [37389], [37390], [37391], [37392], [37393], [37394], [37395], [37396], [37397], [37398], [38036], [38037], [38224], [38468], [38473], [38478], [38490], [38584], [38585], [38586], [38587], [38745], [39565], [39566], [39567], [39568], [39569], [39570], [39571], [39572], [39573], [39574], [39963], [39964], [39965], [39968], [39971], [40534], [40788], [42637], [42638], [42639], [42640], [42641], [42642], [42643], [42644], [42645], [42646], [42647], [42648], [42649], [42650], [42651], [42652], [42653], [42654], [42655], [42788], [42789], [42983], [43108], [43237], [43238], [43365], [43366], [43367], [43368], [43369], [43370], [43371], [43372], [43373], [43374], [43378], [43379], [43380], [43381], [43382], [43384], [43385], [43386], [43387], [43388], [43389], [43394], [43395], [43396], [43397], [43398], [43399], [43400], [43401], [43402], [43403], [43404], [43406], [43407], [43408], [43409], [43410], [43411], [43412], [43413], [43414], [43415], [43416], [43417], [43418], [43419], [43420], [43421], [43423], [43424], [43426], [43427], [43428], [43429], [43430], [43431], [43432], [43433], [43434], [43435], [43436], [43437], [43438], [43442], [43444], [43447], [43448], [43449], [43451], [43453], [43454], [43455], [43456], [43459], [43462], [43463], [43465], [43477], [43480], [43481], [43482], [43483], [43484], [43485], [43486], [43487], [43488], [43490], [43491], [43492], [43493], [43494], [43495], [43496], [43497], [43498], [43499], [43500], [43501], [43502], [43503], [43504], [43505], [43506], [43507], [43508], [43509], [43510], [43511], [43512], [43513], [43514], [43515], [43516], [43517], [43520], [43521], [43522], [43523], [43524], [43525], [43526], [43530], [43531], [43532], [43533], [43534], [43535], [43536], [43537], [43538], [43539], [43540], [43541], [43542], [43543], [43544], [43545], [43546], [43547], [43548], [43549], [43550], [43551], [43552], [43553], [43554], [43555], [43556], [43557], [43558], [43559], [43560], [43561], [43562], [43563], [43564], [43565], [43566], [43567], [43568], [43570], [43571], [43572], [43573], [43574], [43575], [43576], [43577], [43578], [43579], [43582], [43583], [43584], [43586], [43587], [43588], [43601], [43602], [43603], [43604], [43605], [43926], [43991], [44005], [44061], [44581], [44974], [44975], [45145], [45151], [45166], [45251], [45252], [45253], [45254], [45255], [45256], [45257], [45258], [45259], [45260], [46622], [46623], [46801], [46802], [46893], [46895], [46982], [47001], [47051], [47052], [47077], [47078], [47332], [47333], [47525], [47526], [47528], [47529], [47543], [47561], [47568], [47570], [47571], [47584], [50526], [50648], [50810], [50892], [51703], [51706], [51707], [51709], [51710], [51711], [51712], [51713], [51714], [51715], [51716], [51717], [51719], [51720], [51721], [51722], [51723], [51724], [51725], [51726], [51727], [51728], [51730], [51731], [51732], [51733], [51734], [51735], [51737], [51738], [51739], [51740], [52244], [52245], [52248], [52257], [52469], [52775], [55794], [55798], [55799], [55800], [55801], [55802], [55804], [55805], [55806], [55807], [55808], [55810], [55812], [55816], [55817], [55818], [55819], [55820], [55821], [55822], [55823], [55828], [55829], [55830], [55832], [55833], [55836], [55837], [55838], [55839], [55840], [55842], [55843], [55844], [55845], [55846], [55848], [55853], [55855], [55856], [55857], [55858], [55859], [55860], [55861], [55862], [55863], [55869], [55870], [55873], [55874], [55875], [55876], [55877], [55878], [55880], [55881], [55882], [55883], [55886], [55888], [55894], [55895], [55896], [55897], [55898], [55899], [55900], [55901], [55907], [55908], [55909], [55910], [55914], [55915], [55917], [55919], [55920], [55921], [55923], [55925], [55932], [55953], [55954], [55955], [55956], [55957], [55958], [55959], [55960], [55961], [55962], [55963], [55964], [55965], [55966], [55967], [55968], [55969], [55972], [55973], [55974], [55975], [55976], [55978], [55984], [55985], [55986], [55987], [55988], [55989], [55990], [55991], [55992], [55993], [55994], [55995], [55996], [55997], [55999], [56000], [56001], [56002], [56003], [56004], [56005], [56006], [56007], [56008], [56009], [56010], [56012], [56013], [56014], [56015], [56016], [56017], [56018], [56019], [56020], [56021], [56022], [56023], [56024], [56025], [56026], [56027], [56028], [56029], [56030], [56031], [56032], [56033], [56034], [56035], [56036], [56037], [56038], [56039], [56040], [56041], [56042], [56043], [56044], [56045], [56046], [56047], [56049], [56052], [56053], [56054], [56055], [56056], [56058], [56059], [56060], [56061], [56062], [56063], [56065], [56067], [56069], [56070], [56071], [56072], [56073], [56074], [56076], [56077], [56090], [56091], [56092], [56093], [56094], [56095], [56096], [56097], [56099], [56101], [56102], [56103], [56104], [56105], [56106], [56107], [56108], [56109], [56110], [56111], [56112], [56113], [56115], [56116], [56117], [56118], [56119], [56120], [56121], [56122], [56123], [56124], [56125], [56126], [56127], [56128], [56129], [56130], [56131], [56132], [56133], [56134], [56135], [56136], [56137], [56138], [56140], [56141], [56142], [56143], [56144], [56145], [56146], [56147], [56148], [56149], [56150], [56151], [56152], [56153], [56154], [56155], [56156], [56157], [56159], [56160], [56161], [56162], [56163], [56164], [56165], [56166], [56167], [56168], [56169], [56170], [56171], [56172], [56173], [56174], [56175], [56176], [56177], [56178], [56179], [56180], [56181], [56182], [56183], [56184], [56185], [56186], [56187], [56188], [56189], [56191], [56192], [56193], [56194], [56195], [56196], [56197], [56198], [56199], [56200], [56201], [56203], [56204], [56205], [56206], [56207], [56208], [56209], [56210], [56211], [56212], [56213], [56214], [56215], [56216], [56218], [56219], [56220], [56221], [56222], [56223], [56224], [56225], [56226], [56227], [56228], [56229], [56230], [56231], [56232], [56233], [56235], [56236], [56237], [56238], [56239], [56240], [56241], [56242], [56243], [56253], [56254], [56255], [56257], [56258], [56259], [56260], [56262], [56266], [56275], [56280], [56281], [56282], [56283], [56284], [56285], [56286], [56288], [56289], [56290], [56297], [56298], [56303], [56307], [56310], [56311], [56312], [56313], [56314], [56315], [56316], [56318], [56322], [56324], [56329], [56333], [56336], [56337], [56338], [56341], [56342], [56343], [56344], [56346], [56347], [56348], [56350], [56351], [56352], [56353], [56358], [56362], [56364], [56365], [56370], [56371], [56372], [56373], [56374], [56375], [56376], [56377], [56385], [56386], [56387], [56389], [56390], [56391], [56392], [56393], [56394], [56397], [56400], [56401], [56402], [56403], [56405], [56406], [56408], [56409], [56415], [56418], [56419], [56420], [56421], [56422], [56424], [56426], [56427], [56428], [56430], [56431], [56435], [56437], [56441], [56443], [56444], [56446], [56448], [56459], [56460], [56461], [56463], [56464], [56465], [56466], [56467], [56468], [56469], [56470], [56475], [56476], [56478], [56479], [56481], [56482], [56486], [56487], [56488], [56490], [56491], [56493], [56494], [56495], [56496], [56498], [56499], [56522], [56523], [56525], [56526], [56533], [56539], [56540], [56542], [56543], [56545], [56546], [56547], [56548], [56549], [56550], [56551], [56552], [56553], [56559], [56560], [56561], [56562], [56563], [56564], [56565], [56566], [56567], [56572], [56597], [56604], [56608], [56609], [56612], [56613], [56614], [56615], [56618], [56619], [56621], [56622], [56623], [56624], [56625], [56626], [56627], [56628], [56629], [56631], [56633], [56634], [56636], [56637], [56638], [56639], [56640], [56642], [56644], [56645], [56646], [56648], [56649], [56650], [56651], [56652], [56653], [56654], [56656], [56657], [56658], [56659], [56661], [56664], [56665], [56667], [56670], [56672], [56673], [56676], [56677], [56678], [56679], [56680], [56681], [56682], [56684], [56685], [56686], [56688], [56691], [56692], [56693], [56695], [56696], [56697], [56698], [56701], [56702], [56703], [56704], [56705], [56707], [56708], [56709], [56712], [56713], [56714], [56715], [56716], [56717], [56718], [56719], [56720], [56721], [56722], [56723], [56724], [56725], [56728], [56729], [56732], [56733], [56734], [56735], [56741], [56743], [56744], [56746], [56748], [56749], [56750], [56751], [56753], [56756], [56757], [56758], [56759], [56761], [56763], [56764], [56765], [56766], [56768], [56769], [56770], [56771], [56774], [56776], [56777], [56778], [56779], [56781], [56782], [56783], [56784], [56786], [56791], [56792], [56793], [56794], [56796], [56798], [56799], [56800], [56801], [56803], [56804], [56805], [56806], [56807], [56808], [56809], [56810], [56811], [56812], [56813], [56814], [56818], [56820], [56821], [56823], [56824], [56825], [56827], [56829], [56831], [56833], [56834], [56835], [56836], [56842], [56843], [56844], [56845], [56846], [56848], [56849], [56851], [56852], [56853], [56854], [56856], [56860], [56861], [56862], [56865], [56867], [56868], [56869], [56870], [56871], [56872], [56873], [56877], [56880], [56881], [56882], [56885], [56887], [56888], [56889], [56890], [56893], [56895], [56909], [56910], [56911], [56912], [56913], [56915], [56916], [56917], [56918], [56919], [56920], [56921], [56922], [56923], [56924], [56925], [56926], [56927], [56928], [56929], [56930], [56932], [56933], [56942], [56945], [56951], [56954], [56955], [56958], [56959], [56964], [56965], [56966], [56975], [56976], [56977], [56978], [56979], [56980], [56981], [56982], [56983], [56984], [56985], [56987], [56988], [56990], [56991], [56992], [56994], [56995], [56996], [56997], [56998], [56999], [57001], [57002], [57004], [57005], [57009], [57010], [57011], [57013], [57015], [57016], [57017], [57018], [57020], [57021], [57023], [57024], [57025], [57028], [57029], [57030], [57031], [57033], [57034], [57035], [57039], [57041], [57042], [57043], [57044], [57045], [57046], [57047], [57049], [57050], [57051], [57053], [57056], [57060], [57061], [57062], [57063], [57064], [57066], [57067], [57068], [57070], [57071], [57072], [57073], [57074], [57084], [57085], [57086], [57087], [57096], [57097], [57098], [57099], [57100], [57101], [57102], [57106], [57107], [57109], [57110], [57117], [57118], [57119], [57120], [57121], [57122], [57123], [57124], [57125], [57126], [57127], [57128], [57130], [57131], [57132], [57133], [57135], [57136], [57138], [57139], [57140], [57143], [57144], [57146], [57147], [57148], [57149], [57157], [57158], [57159], [57161], [57162], [57167], [57168], [57173], [57174], [57177], [57178], [57182], [57188], [57189], [57190], [57191], [57192], [57193], [57194], [57195], [57197], [57200], [57201], [57202], [57203], [57204], [57205], [57206], [57207], [57208], [57209], [57210], [57211], [57212], [57213], [57214], [57215], [57216], [57217], [57218], [57220], [57221], [57222], [57223], [57224], [57225], [57226], [57227], [57229], [57241], [57242], [57268], [57269], [57270], [57271], [57272], [57273], [57274], [57275], [57276], [57277], [57278], [57279], [57281], [57282], [57283], [57284], [57285], [57286], [57287], [57288], [57289], [57290], [57291], [57293], [57294], [57295], [57296], [57297], [57298], [57299], [57300], [57301], [57302], [57303], [57305], [57306], [57307], [57308], [57309], [57310], [57312], [57313], [57314], [57315], [57316], [57317], [57318], [57319], [57321], [57322], [57323], [57324], [57325], [57326], [57327], [57328], [57329], [57332], [57333], [57334], [57335], [57336], [57337], [57339], [57340], [57341], [57342], [57344], [57345], [57347], [57348], [57349], [57350], [57351], [57352], [57353], [57354], [57355], [57356], [57357], [57358], [57359], [57360], [57362], [57363], [57364], [57365], [57366], [57367], [57368], [57370], [57371], [57372], [57373], [57374], [57375], [57376], [57377], [57378], [57381], [57384], [57385], [57386], [57387], [57388], [57389], [57391], [57392], [57393], [57394], [57395], [57398], [57401], [57402], [57403], [57404], [57405], [57406], [57407], [57408], [57409], [57410], [57411], [57412], [57413], [57414], [57415], [57416], [57420], [57421], [57422], [57423], [57424], [57425], [57426], [57429], [57430], [57431], [57432], [57433], [57435], [57449], [57450], [57451], [57452], [57454], [57457], [57459], [57461], [57462], [57464], [57465], [57466], [57467], [57468], [57469], [57470], [57471], [57472], [57473], [57474], [57475], [57486], [57488], [57489], [57490], [57491], [57492], [57494], [57495], [57496], [57497], [57498], [57499], [57500], [57501], [57502], [57503], [57504], [57505], [57506], [57507], [57508], [57509], [57510], [57511], [57512], [57513], [57515], [57520], [57521], [57522], [57523], [57528], [57529], [57530], [57531], [57532], [57533], [57534], [57545], [57549], [57550], [57551], [57563], [57564], [57565], [57566], [57567], [57568], [57569], [57570], [57571], [57572], [57573], [57575], [57576], [57577], [57578], [57579], [57580], [57581], [57582], [57583], [57584], [57585], [57587], [57588], [57589], [57590], [57596], [57597], [57598], [57599], [57600], [57601], [57602], [57604], [57612], [57613], [57614], [57615], [57616], [57617], [57618], [57622], [57623], [57624], [57625], [57626], [57627], [57628], [57629], [57630], [57631], [57632], [57633], [57634], [57635], [57636], [57637], [57638], [57639], [57640], [57641], [57642], [57643], [57644], [57645], [57646], [57649], [57650], [57651], [57653], [57654], [57656], [57658], [57659], [57660], [57662], [57663], [57665], [57666], [57667], [57668], [57669], [57670], [57671], [57673], [57674], [57675], [57676], [57678], [57679], [57680], [57681], [57682], [57683], [57684], [57688], [57689], [57690], [57692], [57693], [57695], [57696], [57697], [57699], [57700], [57701], [57702], [57704], [57705], [57706], [57707], [57708], [57711], [57712], [57713], [57714], [57715], [57716], [57718], [57719], [57720], [57721], [57722], [57725], [57726], [57727], [57728], [57730], [57731], [57732], [57733], [57734], [57736], [57737], [57738], [57739], [57742], [57750], [57751], [57753], [57754], [57755], [57756], [57759], [57760], [57761], [57778], [57779], [57780], [57781], [57782], [57785], [57786], [57787], [57788], [57789], [57790], [57791], [57792], [57793], [57794], [57795], [57796], [57797], [57799], [57800], [57803], [57804], [57805], [57806], [57807], [57808], [57809], [57810], [57811], [57824], [57825], [57826], [57827], [57833], [57834], [57836], [57837], [57838], [57839], [57840], [57841], [57842], [57843], [57844], [57845], [57846], [57847], [57848], [57854], [57855], [57856], [57857], [57858], [57859], [57860], [57861], [57862], [57863], [57865], [57866], [57867], [57868], [57869], [57870], [57880], [57882], [57883], [57884], [57885], [57886], [57921], [58607], [58608], [58609], [58610], [58611], [58612], [58613], [58614], [58616], [58617], [58618], [58620], [58621], [58622], [58623], [58624], [58630], [58635], [58636], [58639], [58640], [58641], [58642], [58643], [58644], [58648], [58649], [58650], [58651], [58652], [58653], [58654], [58655], [58656], [58657], [58658], [58666], [58667], [58668], [58669], [58670], [58671], [58672], [58673], [58674], [58676], [58677], [58678], [58679], [58680], [58681], [58682], [58683], [58686], [58687], [58688], [58689], [58690], [58691], [58692], [58693], [58694], [58695], [58696], [58703], [58704], [58705], [58707], [58708], [58709], [58710], [58711], [58712], [58713], [58714], [58715], [58716], [58717], [58718], [58719], [58720], [58721], [58722], [58727], [58728], [58729], [58730], [58731], [58732], [58733], [58734], [58735], [58736], [58737], [58738], [58739], [58740], [58741], [58742], [58743], [58747], [58748], [58749], [58750], [58751], [58752], [58753], [58761], [58762], [58763], [58764], [58765], [58766], [58767], [58768], [58769], [58770], [58771], [58772], [58773], [58774], [58775], [58776], [58777], [58778], [58779], [58780], [58781], [58782], [58784], [58785], [58786], [58788], [58790], [58791], [58792], [58793], [58794], [58795], [58796], [58797], [58798], [58799], [58801], [58802], [58804], [58805], [58806], [58807], [58808], [58809], [58811], [58813], [58814], [58815], [58816], [58817], [58818], [58819], [58821], [58822], [58823], [58825], [58826], [58831], [58832], [58834], [58835], [58836], [58837], [58838], [58839], [58840], [58841], [58842], [58843], [58844], [58845], [58846], [58847], [58848], [58849], [58850], [58853], [58854], [58856], [58857], [58858], [58859], [58861], [58862], [58863], [58864], [58865], [58866], [58867], [58868], [58869], [58871], [58872], [58873], [58874], [58875], [58876], [58877], [58878], [58879], [58880], [58881], [58883], [58885], [58886], [58887], [58888], [58889], [58890], [58891], [58892], [58893], [58894], [58895], [58896], [58897], [58898], [58902], [58903], [58904], [58905], [58908], [58909], [58910], [58911], [58912], [58914], [58915], [58919], [58920], [58921], [58922], [58923], [58924], [58925], [58926], [58927], [58928], [58929], [58930], [58933], [58934], [58935], [58936], [58948], [58949], [58950], [58951], [58952], [58953], [58954], [58955], [58960], [58961], [58962], [58963], [58964], [58965], [58966], [58967], [58968], [58969], [58970], [58971], [58972], [58973], [58974], [58975], [58976], [58977], [58978], [58979], [58980], [58981], [58982], [58983], [58984], [58985], [58986], [58987], [58988], [58989], [58990], [58991], [58992], [58993], [58994], [58995], [58996], [58997], [58998], [58999], [59000], [59001], [59002], [59003], [59004], [59005], [59006], [59007], [59008], [59009], [59010], [59011], [59012], [59013], [59015], [59016], [59017], [59018], [59019], [59020], [59021], [59022], [59023], [59024], [59025], [59026], [59027], [59028], [59029], [59030], [59031], [59032], [59033], [59034], [59035], [59036], [59037], [59038], [59042], [59043], [59044], [59045], [59046], [59047], [59048], [59049], [59050], [59051], [59052], [59054], [59055], [59056], [59057], [59058], [59060], [59061], [59063], [59064], [59065], [59066], [59067], [59069], [59071], [59072], [59073], [59074], [59075], [59076], [59077], [59078], [59079], [59080], [59081], [59082], [59085], [59087], [59088], [59089], [59090], [59091], [59092], [59093], [59094], [59095], [59096], [59097], [59098], [59100], [59101], [59102], [59103], [59105], [59107], [59108], [59109], [59110], [59111], [59113], [59114], [59116], [59117], [59118], [59119], [59120], [59122], [59123], [59124], [59125], [59126], [59127], [59128], [59129], [59130], [59131], [59132], [59133], [59134], [59135], [59139], [59140], [59142], [59144], [59145], [59146], [59148], [59149], [59150], [59151], [59152], [59153], [59155], [59156], [59157], [59158], [59159], [59164], [59165], [59166], [59167], [59168], [59169], [59171], [59172], [59173], [59174], [59175], [59176], [59178], [59179], [59183], [59184], [59185], [59186], [59187], [59188], [59190], [59192], [59193], [59194], [59196], [59197], [59198], [59199], [59200], [59201], [59204], [59206], [59208], [59209], [59210], [59211], [59212], [59213], [59214], [59216], [59217], [59218], [59219], [59220], [59221], [59222], [59238], [59239], [59240], [59241], [59242], [59243], [59244], [59245], [59246], [59247], [59248], [59249], [59250], [59251], [59252], [59260], [59261], [59262], [59263], [59264], [59265], [59266], [59267], [59268], [59269], [59270], [59271], [59273], [59275], [59276], [59277], [59278], [59280], [59281], [59282], [59283], [59284], [59285], [59286], [59294], [59296], [59297], [59298], [59299], [59301], [59302], [59303], [59305], [59318], [59319], [59320], [59321], [59322], [59323], [59329], [59330], [59336], [59337], [59340], [59341], [59342], [59343], [59344], [59345], [59346], [59347], [59348], [59354], [59355], [59356], [59357], [59358], [59359], [59360], [59361], [59362], [59363], [59368], [59369], [59374], [59375], [59376], [59377], [59378], [59379], [59380], [59381], [59382], [59383], [59384], [59385], [59386], [59387], [59388], [59389], [59390], [59391], [59392], [59393], [59396], [59397], [59399], [59400], [59403], [59404], [59405], [59406], [59407], [59412], [59413], [59414], [59415], [59416], [59417], [59418], [59419], [59420], [59421], [59422], [59423], [59424], [59425], [59426], [59427], [59428], [59429], [59438], [59439], [59440], [59441], [59442], [59443], [59444], [59445], [59446], [59447], [59448], [59451], [59454], [59456], [59457], [59459], [59460], [59461], [59463], [59464], [59465], [59471], [59474], [59475], [59479], [59481], [59483], [59484], [59486], [59487], [59488], [59490], [59491], [59492], [59497], [59501], [59509], [59510], [59511], [59512], [59513], [59514], [59515], [59516], [59517], [59518], [59519], [59520], [59521], [59522], [59524], [59525], [59526], [59527], [59528], [59529], [59530], [59531], [59532], [59533], [59534], [59535], [59538], [59539], [59540], [59541], [59543], [59544], [59545], [59547], [59548], [59549], [59550], [59552], [59553], [59554], [59555], [59557], [59558], [59559], [59562], [59563], [59564], [59565], [59567], [59568], [59569], [59571], [59572], [59573], [59575], [59576], [59578], [59580], [59581], [59582], [59583], [59584], [59585], [59586], [59587], [59588], [59589], [59590], [59591], [59592], [59593], [59594], [59595], [59596], [59597], [59598], [59599], [59600], [59601], [59602], [59603], [59604], [59605], [59606], [59607], [59608], [59609], [59612], [59625], [59626], [59627], [59641], [59642], [59643], [59644], [59645], [59647], [59649], [59650], [59658], [59669], [59670], [59671], [59672], [59673], [59674], [59676], [59677], [59678], [59679], [59680], [59681], [59682], [59683], [59684], [59687], [59688], [59689], [59690], [59692], [59693], [59694], [59695], [59696], [59702], [59704], [59705], [59707], [59708], [59709], [59710], [59711], [59714], [59719], [59721], [59722], [59724], [59726], [59729], [59730], [59732], [59733], [59738], [59741], [59742], [59743], [59744], [59746], [59747], [59754], [59756], [59758], [59759], [59760], [59761], [59762], [59764], [59765], [59766], [59775], [59777], [59781], [59782], [59786], [59787], [59789], [59790], [59791], [59793], [59799], [59801], [59804], [59807], [59809], [59810], [59816], [59821], [59822], [59823], [59827], [59828], [59829], [59830], [59831], [59832], [59833], [59834], [59836], [59837], [59838], [59839], [59840], [59841], [59842], [59843], [59844], [59845], [59846], [59847], [59848], [59849], [59850], [59851], [59852], [59853], [59854], [59855], [59856], [59870], [59871], [59872], [59886], [59887], [59888], [59889], [59890], [59891], [59892], [59893], [59894], [59895], [59896], [59897], [59898], [59899], [59900], [59901], [59902], [59906], [59907], [59909], [59910], [59911], [59912], [59913], [59914], [59915], [59916], [59917], [59918], [59920], [59921], [59922], [59923], [59924], [59925], [59926], [59927], [59929], [59930], [59931], [59932], [59933], [59934], [59935], [59936], [59937], [59940], [59941], [59942], [59943], [59945], [59946], [59947], [59948], [59949], [59950], [59951], [59952], [59953], [59954], [59955], [59957], [59958], [59959], [59960], [59961], [59962], [59964], [59965], [59968], [59969], [59970], [59971], [59973], [59974], [59975], [59976], [59977], [59978], [59979], [59980], [59982], [59983], [59984], [59985], [59987], [59988], [59989], [59990], [59991], [59994], [59995], [59996], [59997], [59998], [59999], [60000], [60001], [60002], [60003], [60004], [60005], [60006], [60009], [60010], [60011], [60012], [60013], [60014], [60015], [60016], [60017], [60018], [60019], [60020], [60024], [60025], [60026], [60027], [60028], [60029], [60030], [60034], [60035], [60036], [60037], [60038], [60039], [60040], [60041], [60042], [60043], [60044], [60045], [60051], [60052], [60053], [60054], [60055], [60057], [60059], [60061], [60062], [60065], [60066], [60067], [60068], [60069], [60070], [60072], [60073], [60074], [60075], [60076], [60078], [60079], [60080], [60081], [60082], [60084], [60085], [60086], [60087], [60088], [60089], [60091], [60092], [60093], [60095], [60099], [60100], [60101], [60102], [60103], [60104], [60105], [60106], [60107], [60108], [60109], [60110], [60111], [60112], [60118], [60119], [60120], [60121], [60122], [60123], [60124], [60125], [60127], [60129], [60130], [60131], [60132], [60133], [60134], [60135], [60138], [60139], [60140], [60141], [60142], [60143], [60144], [60145], [60146], [60147], [60148], [60149], [60150], [60152], [60153], [60155], [60156], [60158], [60160], [60162], [60163], [60171], [60172], [60173], [60174], [60175], [60176], [60177], [60178], [60179], [60180], [60181], [60183], [60184], [60185], [60186], [60187], [60188], [60189], [60190], [60191], [60192], [60193], [60195], [60196], [60198], [60199], [60200], [60201], [60202], [60203], [60204], [60205], [60206], [60207], [60208], [60210], [60211], [60212], [60213], [60215], [60216], [60217], [60218], [60219], [60220], [60221], [60222], [60223], [60225], [60226], [60227], [60228], [60229], [60230], [60231], [60232], [60234], [60235], [60236], [60237], [60238], [60239], [60241], [60245], [60246], [60247], [60248], [60249], [60250], [60251], [60252], [60253], [60254], [60255], [60256], [60257], [60258], [60259], [60260], [60265], [60266], [60267], [60268], [60272], [60273], [60274], [60281], [60282], [60283], [60289], [60292], [60293], [60294], [60295], [60296], [60297], [60298], [60300], [60301], [60302], [60303], [60305], [60306], [60307], [60308], [60309], [60310], [60311], [60312], [60313], [60314], [60315], [60316], [60317], [60318], [60319], [60320], [60321], [60322], [60323], [60324], [60325], [60326], [60327], [60328], [60329], [60330], [60333], [60334], [60343], [60344], [60345], [60346], [60347], [60348], [60349], [60350], [60351], [60353], [60354], [60355], [60356], [60357], [60358], [60359], [60360], [60361], [60362], [60363], [60364], [60365], [60366], [60369], [60370], [60371], [60372], [60373], [60374], [60375], [60378], [60379], [60380], [60381], [60382], [60383], [60384], [60387], [60388], [60391], [60392], [60393], [60394], [60396], [60397], [60400], [60401], [60402], [60410], [60411], [60412], [60413], [60423], [60433], [60434], [60435], [60436], [60437], [60438], [60440], [60441], [60442], [60443], [60444], [60445], [60446], [60447], [60448], [60449], [60452], [60453], [60454], [60455], [60456], [60457], [60458], [60459], [60460], [60461], [60467], [60469], [60475], [60476], [60477], [60478], [60479], [60481], [60482], [60483], [60484], [60486], [60487], [60488], [60489], [60490], [60491], [60492], [60493], [60494], [60499], [60500], [60501], [60502], [60503], [60504], [60505], [60506], [60507], [60508], [60509], [60510], [60511], [60512], [60513], [60514], [60515], [60520], [60521], [60522], [60524], [60525], [60526], [60527], [60528], [60546], [61010], [61013], [61014], [61015], [61017], [61078], [61116], [61117], [61126], [61129], [61163], [61168], [61688], [61692], [61693], [61694], [61695], [61696], [61697], [61698], [61700], [61701], [61702], [61703], [61704], [61705], [61706], [61708], [61709], [61710], [61711], [61712], [61713], [61714], [61715], [61718], [61719], [61720], [61722], [61723], [61725], [61726], [61727], [61728], [61729], [61730], [61731], [61732], [61733], [61734], [61735], [61736], [61737], [61739], [61740], [61741], [61742], [61743], [61744], [61745], [61748], [61749], [61751], [61753], [61754], [61757], [61758], [61760], [61761], [61762], [61766], [61768], [61775], [61776], [61778], [61779], [61780], [61781], [61783], [61785], [61788], [61834], [61835], [61839], [61841], [61844], [61845], [61846], [61851], [61852], [61854], [61857], [61858], [61860], [61861], [61862], [61863], [61864], [61865], [61867], [61872], [61873], [61874], [61876], [61877], [61878], [62022], [62023], [62024], [62027], [62028], [62029], [62030], [62031], [62032], [62033], [62034], [62035], [62036], [62037], [62038], [62039], [62040], [62041], [62042], [62044], [62045], [62046], [62047], [62048], [62049], [62050], [62051], [62052], [62053], [62054], [62055], [62056], [62057], [62058], [62059], [62060], [62061], [62062], [62064], [62065], [62066], [62067], [62068], [62070], [62071], [62072], [62073], [62074], [62075], [62076], [62077], [62078], [62079], [62080], [62081], [62083], [62084], [62086], [63453], [63454], [63455], [63456], [63457], [63458], [63459], [63460], [63461], [63462], [63463], [63464], [63465], [63466], [63467], [63468], [63469], [63470], [63471], [63472], [63473], [63474], [63476], [63477], [63478], [63479], [63480], [63481], [63482], [63484], [63485], [63486], [63487], [63488], [63489], [63490], [63491], [63492], [63493], [63494], [63496], [63497], [63498], [63499], [63500], [63501], [63503], [63504], [63505], [63506], [63507], [63508], [63510], [63511], [63512], [63513], [63514], [63515], [63516], [63518], [63519], [63521], [63522], [63523], [63524], [63525], [63526], [63527], [63528], [63529], [63530], [63531], [63532], [63533], [63534], [63535], [63536], [63537], [63538], [63539], [63540], [63541], [63542], [63543], [63544], [63545], [63546], [63547], [63548], [63549], [63550], [63551], [63552], [63553], [63554], [63555], [63556], [63557], [63558], [63562], [63563], [63564], [63565], [63566], [63567], [63568], [63569], [63570], [63571], [63572], [63573], [63574], [63575], [63576], [63577], [63578], [63579], [63580], [63581], [63582], [63583], [63584], [63585], [63586], [63587], [63588], [63589], [63590], [63591], [63592], [63593], [63594], [63595], [63596], [63597], [63598], [63599], [63600], [63601], [63602], [63603], [63604], [63605], [63606], [63607], [63608], [63609], [63610], [63611], [63612], [63613], [63614], [63615], [63616], [63617], [63618], [63619], [63620], [63621], [63622], [63623], [63624], [63625], [63626], [63627], [63628], [63629], [63630], [63631], [63632], [63633], [63634], [63635], [63636], [63637], [63638], [63639], [63640], [63641], [63642], [63643], [63644], [63645], [63646], [63647], [63648], [63649], [63650], [63651], [63652], [63653], [63654], [63655], [63656], [63657], [63658], [63659], [63660], [63661], [63662], [63663], [63664], [63665], [63666], [63667], [63668], [63669], [63671], [63672], [63673], [63674], [63675], [63676], [63677], [63678], [63679], [63680], [63681], [63682], [63683], [63684], [63685], [63686], [63687], [63688], [63689], [63690], [63691], [63692], [63693], [63694], [63695], [63696], [63697], [63698], [63699], [63700], [63701], [63702], [63703], [63704], [63706], [63707], [63708], [63709], [63711], [63712], [63713], [63714], [63715], [63716], [63717], [63718], [63719], [63720], [63721], [63722], [63723], [63724], [63725], [63726], [63727], [63728], [63729], [63730], [63731], [63732], [63733], [63734], [63735], [63736], [63737], [63738], [63739], [63740], [63741], [63742], [63743], [63744], [63745], [63746], [63747], [63748], [63749], [63750], [63751], [63752], [63753], [63754], [63755], [63756], [63757], [63758], [63759], [63760], [63761], [63762], [63763], [63764], [63765], [63766], [63767], [63768], [63769], [63770], [63771], [63772], [63773], [63774], [63775], [63776], [63777], [63778], [63779], [63780], [63781], [63782], [63783], [63784], [63785], [63786], [63787], [63788], [63789], [63790], [63791], [63792], [63793], [63794], [63795], [63796], [63797], [63798], [63799], [63800], [63801], [63802], [63803], [63804], [63805], [63806], [63807], [63808], [63809], [63810], [63811], [63812], [63813], [63814], [63815], [63816], [63817], [63818], [63819], [63820], [63821], [63822], [63823], [63824], [63825], [63826], [63827], [63828], [63829], [63830], [63831], [63832], [63833], [63834], [63835], [63836], [63837], [63838], [63839], [63840], [63841], [63842], [63843], [63844], [63845], [63847], [63848], [63849], [63850], [63851], [63852], [63853], [63854], [63855], [63856], [63857], [63858], [63859], [63860], [63861], [63862], [63863], [63864], [63865], [63866], [63867], [63868], [63869], [63870], [63872], [63873], [63874], [63875], [63876], [63877], [63878], [63879], [63880], [63881], [63882], [63883], [63884], [63885], [63886], [63887], [63888], [63889], [63890], [63891], [63892], [63893], [63894], [63895], [63896], [63897], [63898], [63899], [63900], [63901], [63902], [63903], [63904], [63905], [63906], [63907], [63908], [63909], [63910], [63911], [63912], [63913], [63914], [63915], [63916], [63917], [63918], [63919], [63920], [63921], [63922], [63923], [63924], [63925], [63926], [63927], [63928], [63929], [63930], [63931], [63932], [63933], [63934], [63935], [63936], [63937], [63938], [63939], [63940], [63941], [63942], [63943], [63944], [63945], [63946], [63947], [63948], [63949], [63950], [63951], [63952], [63953], [63954], [63955], [63956], [63957], [63958], [63959], [63960], [63961], [63962], [63963], [63964], [63965], [63966], [63967], [63968], [63969], [63970], [63971], [63972], [63973], [63974], [63975], [63976], [63977], [63978], [63979], [63980], [63981], [63982], [63983], [63984], [63985], [63986], [63987], [63988], [63989], [63990], [63991], [63992], [63993], [63994], [63995], [63996], [63997], [63998], [63999], [64000], [64001], [64002], [64003], [64004], [64005], [64006], [64007], [64008], [64009], [64010], [64011], [64012], [64013], [64014], [64015], [64016], [64017], [64018], [64019], [64020], [64021], [64022], [64023], [64024], [64025], [64026], [64027], [64028], [64029], [64030], [64031], [64032], [64033], [64034], [64035], [64036], [64037], [64038], [64039], [64040], [64041], [64042], [64043], [64044], [64045], [64046], [64047], [64049], [64050], [64051], [64052], [64053], [64054], [64055], [64056], [64057], [64058], [64059], [64060], [64061], [64062], [64063], [64064], [64065], [64066], [64067], [64068], [64069], [64070], [64071], [64072], [64073], [64074], [64075], [64076], [64077], [64078], [64079], [64080], [64081], [64082], [64083], [64084], [64085], [64086], [64087], [64088], [64089], [64090], [64091], [64092], [64093], [64094], [64095], [64096], [64097], [64098], [64099], [64100], [64101], [64102], [64103], [64104], [64105], [64106], [64107], [64108], [64109], [64110], [64111], [64113], [64114], [64115], [64116], [64117], [64118], [64119], [64121], [64122], [64123], [64124], [64125], [64126], [64127], [64128], [64129], [64130], [64131], [64132], [64133], [64134], [64135], [64136], [64137], [64138], [64139], [64140], [64141], [64142], [64143], [64144], [64145], [64146], [64147], [64148], [64149], [64150], [64151], [64152], [64153], [64154], [64155], [64156], [64157], [64158], [64159], [64160], [64161], [64162], [64163], [64164], [64165], [64166], [64167], [64168], [64169], [64170], [64171], [64172], [64173], [64174], [64175], [64176], [64177], [64178], [64179], [64180], [64181], [64182], [64183], [64184], [64185], [64186], [64187], [64188], [64189], [64190], [64191], [64192], [64193], [64194], [64195], [64196], [64197], [64198], [64199], [64200], [64201], [64202], [64203], [64204], [64205], [64206], [64207], [64208], [64209], [64210], [64211], [64212], [64213], [64214], [64215], [64216], [64217], [64218], [64219], [64220], [64221], [64222], [64223], [64224], [64225], [64226], [64227], [64228], [64229], [64230], [64231], [64233], [64234], [64235], [64236], [64237], [64238], [64239], [64240], [64241], [64242], [64243], [64244], [64245], [64246], [64247], [64248], [64249], [64250], [64251], [64252], [64253], [64254], [64255], [64256], [64257], [64258], [64259], [64260], [64261], [64262], [64263], [64264], [64265], [64266], [64267], [64268], [64269], [64270], [64271], [64272], [64273], [64274], [64275], [64276], [64277], [64278], [64279], [64280], [64281], [64282], [64283], [64284], [64285], [64286], [64287], [64288], [64289], [64290], [64291], [64292], [64293], [64294], [64295], [64296], [64297], [64298], [64299], [64300], [64301], [64302], [64303], [64304], [64305], [64306], [64307], [64308], [64309], [64310], [64311], [64312], [64313], [64314], [64315], [64316], [64317], [64318], [64319], [64320], [64321], [64322], [64323], [64324], [64325], [64326], [64327], [64328], [64329], [64330], [64331], [64332], [64333], [64334], [64335], [64336], [64337], [64338], [64339], [64340], [64341], [64342], [64343], [64344], [64345], [64346], [64347], [64348], [64349], [64350], [64351], [64352], [64353], [64354], [64355], [64356], [64357], [64358], [64359], [64360], [64361], [64362], [64364], [64365], [64366], [64367], [64368], [64369], [64370], [64371], [64372], [64373], [64374], [64375], [64376], [64377], [64378], [64379], [64380], [64381], [64382], [64383], [64384], [64385], [64386], [64387], [64388], [64389], [64390], [64391], [64392], [64393], [64394], [64395], [64396], [64397], [64398], [64399], [64400], [64401], [64402], [64403], [64404], [64405], [64406], [64407], [64408], [64409], [64410], [64411], [64412], [64413], [64414], [64415], [64416], [64417], [64418], [64419], [64420], [64421], [64422], [64423], [64424], [64425], [64426], [64427], [64428], [64429], [64430], [64431], [64432], [64433], [64434], [64435], [64436], [64437], [64438], [64439], [64440], [64441], [64442], [64443], [64444], [64445], [64446], [64447], [64448], [64449], [64450], [64451], [64452], [64453], [64454], [64455], [64456], [64457], [64458], [64459], [64460], [64461], [64462], [64463], [64464], [64465], [64466], [64467], [64468], [64469], [64470], [64471], [64472], [64473], [64474], [64475], [64476], [64477], [64478], [64479], [64480], [64481], [64482], [64483], [64484], [64490], [64491], [64492], [64493], [64494], [64495], [64496], [64497], [64498], [64499], [64500], [64501], [64502], [64503], [64504], [64505], [64506], [64507], [64508], [64509], [64510], [64511], [64512], [64513], [64514], [64515], [64516], [64517], [64518], [64519], [64520], [64521], [64522], [64523], [64524], [64525], [64526], [64527], [64528], [64529], [64530], [64531], [64532], [64533], [64534], [64535], [64536], [64537], [64538], [64539], [64540], [64541], [64542], [64543], [64544], [64545], [64546], [64547], [64548], [64549], [64550], [64551], [64552], [64553], [64554], [64555], [64556], [64557], [64558], [64559], [64560], [64561], [64562], [64563], [64564], [64565], [64566], [64567], [64568], [64569], [64570], [64571], [64572], [64573], [64574], [64575], [64576], [64577], [64578], [64579], [64580], [64581], [64582], [64583], [64584], [64586], [64587], [64588], [64589], [64590], [64591], [64592], [64593], [64594], [64595], [64596], [64597], [64598], [64599], [64600], [64601], [64602], [64603], [64604], [64606], [64607], [64648], [64649], [64662], [64667], [64668], [65431], [65432], [66279], [66280], [66340], [66342], [67547], [67548], [67549], [67550], [67551], [67552], [67553], [67554], [67555], [67556], [67557], [67558], [67559], [67560], [67561], [67562], [67563], [67564], [67566], [67567], [67568], [67569], [67570], [67571], [67572], [67573], [67575], [67576], [67577], [67578], [67582], [67583], [67584], [67585], [67586], [67587], [67588], [67589], [67590], [67591], [67593], [67594], [67595], [67597], [67598], [67599], [67600], [67601], [67602], [67603], [67604], [67606], [67607]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_7f6m2_67240.png", "TableImg_B8jyc_7184.png"], "original_data_index": 3221} +{"question": "Find the classroom that the most students use.", "answer": {"columns": ["Classroom"], "index": [0], "data": [[109]]}, "table_names": "['list']", "table_image_ids": ["TableImg_Hxwh1_60.png"], "original_data_index": 3222} +{"question": "What are the names and descriptions of aircrafts associated with an airport that has more total passengers than 10000000?", "answer": {"columns": ["Aircraft", "Description"], "index": [0, 1], "data": [["Bell 206B3 JetRanger", "Turboshaft utility helicopter"], ["Robinson R-22", "Light utility helicopter"]]}, "table_names": "['aircraft', 'airport', 'airport_aircraft']", "table_image_ids": ["TableImg_Ovvn8_5.png", "TableImg_580of_10.png", "TableImg_Qyaq8_4.png"], "original_data_index": 3223} +{"question": "What are the different software platforms for devices, and how many devices have each?", "answer": {"columns": ["Software_Platform", "COUNT(*)"], "index": [0, 1], "data": [["Android", 5], ["iOS", 1]]}, "table_names": "['device']", "table_image_ids": ["TableImg_Nmxfs_6.png"], "original_data_index": 3224} +{"question": "Give me the names of members whose address is in Harford or Waterbury.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Breton, Robert"], ["Cobb, Sedrick"], ["Reynolds, Richard"], ["Rizzo, Todd"]]}, "table_names": "['member']", "table_image_ids": ["TableImg_E58kg_10.png"], "original_data_index": 3225} +{"question": "What is the total revenue of companies with revenue greater than the lowest revenue of any manufacturer in Austin?", "answer": {"columns": ["sum(revenue)"], "index": [0], "data": [[450.0]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_84g6m_6.png"], "original_data_index": 3226} +{"question": "What are the IDs of customers who have \"Diana\" in part of their names?", "answer": {"columns": ["Customer_ID"], "index": [0], "data": [[562]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_V4l1s_15.png"], "original_data_index": 3227} +{"question": "Which nations have both hosts of age above 45 and hosts of age below 35?", "answer": {"columns": ["Nationality"], "index": [0], "data": [["United States"]]}, "table_names": "['host']", "table_image_ids": ["TableImg_S5fnn_10.png"], "original_data_index": 3228} +{"question": "Show names of actors that have appeared in musical with name \"The Phantom of the Opera\".", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Ray Meagher"], ["Tom Oliver"]]}, "table_names": "['musical', 'actor']", "table_image_ids": ["TableImg_Z787i_7.png", "TableImg_7pwq2_9.png"], "original_data_index": 3229} +{"question": "What are the names of enzymes in descending order?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Uroporphyrinogen III synthase"], ["Uroporphyrinogen III decarboxylase"], ["Protoporphyrinogen oxidase"], ["PBG deaminase"], ["Ferrochelatase"], ["Coproporphyrinogen III oxidase"], ["ALA synthase"], ["ALA dehydratase"]]}, "table_names": "['enzyme']", "table_image_ids": ["TableImg_T8g8b_8.png"], "original_data_index": 3230} +{"question": "What are the names of the technicians by ascending order of age?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Mark Sewell"], ["Lou Boudreau"], ["Charlie Hollocher"], ["John Brown"], ["Joe Sewell"], ["Mickey Cochrane"], ["Tony Sewell"], ["Eddie Collins"], ["Joe Cochrane"], ["Eddie Collins"]]}, "table_names": "['technician']", "table_image_ids": ["TableImg_4bpuo_10.png"], "original_data_index": 3231} +{"question": "Find the cities which were once a host city after 2010?", "answer": {"columns": ["City"], "index": [0, 1, 2], "data": [["Wuxi ( Jiangsu )"], ["Taizhou ( Zhejiang )"], ["Jiaxing ( Zhejiang )"]]}, "table_names": "['city', 'hosting_city']", "table_image_ids": ["TableImg_Y65mx_13.png", "TableImg_4ge2b_6.png"], "original_data_index": 3232} +{"question": "Give the full name and customer id of the customer with the fewest accounts.", "answer": {"columns": ["customer_first_name", "customer_last_name", "customer_id"], "index": [0], "data": [["Susie", "Wiza", 2]]}, "table_names": "['Accounts', 'Customers']", "table_image_ids": ["TableImg_Tme7l_15.png", "TableImg_Iyzee_15.png"], "original_data_index": 3233} +{"question": "What is the total quantity of products purchased by \"Rodrick Heaney\"?", "answer": {"columns": ["sum(t3.order_quantity)"], "index": [0], "data": [[21]]}, "table_names": "['Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_5pd1m_15.png", "TableImg_100ut_15.png", "TableImg_Iq4xd_15.png"], "original_data_index": 3234} +{"question": "Which parties did not have any delegates in elections?", "answer": {"columns": ["Party"], "index": [0, 1], "data": [["Democratic"], ["Independence"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_Pysdn_7.png", "TableImg_F6dgg_8.png"], "original_data_index": 3235} +{"question": "Find the number of patients' prescriptions physician John Dorian made.", "answer": {"columns": ["count(T1.SSN)"], "index": [0], "data": [[1]]}, "table_names": "['Physician', 'Patient', 'Prescribes']", "table_image_ids": ["TableImg_1lvpt_9.png", "TableImg_Bd2k8_4.png", "TableImg_Otn4o_3.png"], "original_data_index": 3236} +{"question": "What are the types of every competition and in which countries are they located?", "answer": {"columns": ["Competition_type", "Country"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Friendly", "Italy"], ["Friendly", "Spain"], ["Friendly", "Australia"], ["Friendly", "Russia"], ["Friendly", "Russia"], ["Friendly", "Australia"], ["Tournament", "Russia"], ["Tournament", "Slovenia"], ["Tournament", "Slovenia"], ["Friendly", "Italy"], ["Friendly", "Ireland"]]}, "table_names": "['competition']", "table_image_ids": ["TableImg_T95a7_11.png"], "original_data_index": 3237} +{"question": "display the first and last name, department, city, and state province for each employee.", "answer": {"columns": ["FIRST_NAME", "LAST_NAME", "DEPARTMENT_NAME", "CITY", "STATE_PROVINCE"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105], "data": [["Steven", "King", "Executive", "Seattle", "Washington"], ["Neena", "Kochhar", "Executive", "Seattle", "Washington"], ["Lex", "De Haan", "Executive", "Seattle", "Washington"], ["Alexander", "Hunold", "IT", "Southlake", "Texas"], ["Bruce", "Ernst", "IT", "Southlake", "Texas"], ["David", "Austin", "IT", "Southlake", "Texas"], ["Valli", "Pataballa", "IT", "Southlake", "Texas"], ["Diana", "Lorentz", "IT", "Southlake", "Texas"], ["Nancy", "Greenberg", "Finance", "Seattle", "Washington"], ["Daniel", "Faviet", "Finance", "Seattle", "Washington"], ["John", "Chen", "Finance", "Seattle", "Washington"], ["Ismael", "Sciarra", "Finance", "Seattle", "Washington"], ["Jose Manuel", "Urman", "Finance", "Seattle", "Washington"], ["Luis", "Popp", "Finance", "Seattle", "Washington"], ["Den", "Raphaely", "Purchasing", "Seattle", "Washington"], ["Alexander", "Khoo", "Purchasing", "Seattle", "Washington"], ["Shelli", "Baida", "Purchasing", "Seattle", "Washington"], ["Sigal", "Tobias", "Purchasing", "Seattle", "Washington"], ["Guy", "Himuro", "Purchasing", "Seattle", "Washington"], ["Karen", "Colmenares", "Purchasing", "Seattle", "Washington"], ["Matthew", "Weiss", "Shipping", "South San Francisco", "California"], ["Adam", "Fripp", "Shipping", "South San Francisco", "California"], ["Payam", "Kaufling", "Shipping", "South San Francisco", "California"], ["Shanta", "Vollman", "Shipping", "South San Francisco", "California"], ["Kevin", "Mourgos", "Shipping", "South San Francisco", "California"], ["Julia", "Nayer", "Shipping", "South San Francisco", "California"], ["Irene", "Mikkilineni", "Shipping", "South San Francisco", "California"], ["James", "Landry", "Shipping", "South San Francisco", "California"], ["Steven", "Markle", "Shipping", "South San Francisco", "California"], ["Laura", "Bissot", "Shipping", "South San Francisco", "California"], ["Mozhe", "Atkinson", "Shipping", "South San Francisco", "California"], ["James", "Marlow", "Shipping", "South San Francisco", "California"], ["TJ", "Olson", "Shipping", "South San Francisco", "California"], ["Jason", "Mallin", "Shipping", "South San Francisco", "California"], ["Michael", "Rogers", "Shipping", "South San Francisco", "California"], ["Ki", "Gee", "Shipping", "South San Francisco", "California"], ["Hazel", "Philtanker", "Shipping", "South San Francisco", "California"], ["Renske", "Ladwig", "Shipping", "South San Francisco", "California"], ["Stephen", "Stiles", "Shipping", "South San Francisco", "California"], ["John", "Seo", "Shipping", "South San Francisco", "California"], ["Joshua", "Patel", "Shipping", "South San Francisco", "California"], ["Trenna", "Rajs", "Shipping", "South San Francisco", "California"], ["Curtis", "Davies", "Shipping", "South San Francisco", "California"], ["Randall", "Matos", "Shipping", "South San Francisco", "California"], ["Peter", "Vargas", "Shipping", "South San Francisco", "California"], ["John", "Russell", "Sales", "OX9 9ZB", "Oxford"], ["Karen", "Partners", "Sales", "OX9 9ZB", "Oxford"], ["Alberto", "Errazuriz", "Sales", "OX9 9ZB", "Oxford"], ["Gerald", "Cambrault", "Sales", "OX9 9ZB", "Oxford"], ["Eleni", "Zlotkey", "Sales", "OX9 9ZB", "Oxford"], ["Peter", "Tucker", "Sales", "OX9 9ZB", "Oxford"], ["David", "Bernstein", "Sales", "OX9 9ZB", "Oxford"], ["Peter", "Hall", "Sales", "OX9 9ZB", "Oxford"], ["Christopher", "Olsen", "Sales", "OX9 9ZB", "Oxford"], ["Nanette", "Cambrault", "Sales", "OX9 9ZB", "Oxford"], ["Oliver", "Tuvault", "Sales", "OX9 9ZB", "Oxford"], ["Janette", "King", "Sales", "OX9 9ZB", "Oxford"], ["Patrick", "Sully", "Sales", "OX9 9ZB", "Oxford"], ["Allan", "McEwen", "Sales", "OX9 9ZB", "Oxford"], ["Lindsey", "Smith", "Sales", "OX9 9ZB", "Oxford"], ["Louise", "Doran", "Sales", "OX9 9ZB", "Oxford"], ["Sarath", "Sewall", "Sales", "OX9 9ZB", "Oxford"], ["Clara", "Vishney", "Sales", "OX9 9ZB", "Oxford"], ["Danielle", "Greene", "Sales", "OX9 9ZB", "Oxford"], ["Mattea", "Marvins", "Sales", "OX9 9ZB", "Oxford"], ["David", "Lee", "Sales", "OX9 9ZB", "Oxford"], ["Sundar", "Ande", "Sales", "OX9 9ZB", "Oxford"], ["Amit", "Banda", "Sales", "OX9 9ZB", "Oxford"], ["Lisa", "Ozer", "Sales", "OX9 9ZB", "Oxford"], ["Harrison", "Bloom", "Sales", "OX9 9ZB", "Oxford"], ["Tayler", "Fox", "Sales", "OX9 9ZB", "Oxford"], ["William", "Smith", "Sales", "OX9 9ZB", "Oxford"], ["Elizabeth", "Bates", "Sales", "OX9 9ZB", "Oxford"], ["Sundita", "Kumar", "Sales", "OX9 9ZB", "Oxford"], ["Ellen", "Abel", "Sales", "OX9 9ZB", "Oxford"], ["Alyssa", "Hutton", "Sales", "OX9 9ZB", "Oxford"], ["Jonathon", "Taylor", "Sales", "OX9 9ZB", "Oxford"], ["Jack", "Livingston", "Sales", "OX9 9ZB", "Oxford"], ["Charles", "Johnson", "Sales", "OX9 9ZB", "Oxford"], ["Winston", "Taylor", "Shipping", "South San Francisco", "California"], ["Jean", "Fleaur", "Shipping", "South San Francisco", "California"], ["Martha", "Sullivan", "Shipping", "South San Francisco", "California"], ["Girard", "Geoni", "Shipping", "South San Francisco", "California"], ["Nandita", "Sarchand", "Shipping", "South San Francisco", "California"], ["Alexis", "Bull", "Shipping", "South San Francisco", "California"], ["Julia", "Dellinger", "Shipping", "South San Francisco", "California"], ["Anthony", "Cabrio", "Shipping", "South San Francisco", "California"], ["Kelly", "Chung", "Shipping", "South San Francisco", "California"], ["Jennifer", "Dilly", "Shipping", "South San Francisco", "California"], ["Timothy", "Gates", "Shipping", "South San Francisco", "California"], ["Randall", "Perkins", "Shipping", "South San Francisco", "California"], ["Sarah", "Bell", "Shipping", "South San Francisco", "California"], ["Britney", "Everett", "Shipping", "South San Francisco", "California"], ["Samuel", "McCain", "Shipping", "South San Francisco", "California"], ["Vance", "Jones", "Shipping", "South San Francisco", "California"], ["Alana", "Walsh", "Shipping", "South San Francisco", "California"], ["Kevin", "Feeney", "Shipping", "South San Francisco", "California"], ["Donald", "OConnell", "Shipping", "South San Francisco", "California"], ["Douglas", "Grant", "Shipping", "South San Francisco", "California"], ["Jennifer", "Whalen", "Administration", "Seattle", "Washington"], ["Michael", "Hartstein", "Marketing", "Toronto", "Ontario"], ["Pat", "Fay", "Marketing", "Toronto", "Ontario"], ["Susan", "Mavris", "Human Resources", "London", ""], ["Hermann", "Baer", "Public Relations", "Munich", "Bavaria"], ["Shelley", "Higgins", "Accounting", "Seattle", "Washington"], ["William", "Gietz", "Accounting", "Seattle", "Washington"]]}, "table_names": "['departments', 'employees', 'locations']", "table_image_ids": ["TableImg_Tyogb_27.png", "TableImg_Unqpq_107.png", "TableImg_Ht2pl_23.png"], "original_data_index": 3238} +{"question": "How many regions were affected by each storm?", "answer": {"columns": ["Name", "count(*)"], "index": [0, 1, 2, 3], "data": [["One", 2], ["Three", 1], ["Four", 1], ["Five", 2]]}, "table_names": "['storm', 'affected_region']", "table_image_ids": ["TableImg_12kld_10.png", "TableImg_7djjc_6.png"], "original_data_index": 3239} +{"question": "What are the names of scientists who are not working on the project with the most hours?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Anand Manikutty"], ["Carol Smith"], ["David Smith"], ["Elizabeth Doe"], ["Eric Goldsmith"], ["George ODonnell"], ["Joe Stevens"], ["John Doe"], ["Kumar Swamy"], ["Mary-Anne Foster"], ["Michael Rogers"], ["Zacary Efron"]]}, "table_names": "['Scientists', 'Projects', 'AssignedTo']", "table_image_ids": ["TableImg_Mvyon_12.png", "TableImg_Qs76p_14.png", "TableImg_09r0v_12.png"], "original_data_index": 3240} +{"question": "What is the date of birth for the staff member named Janessa Sawayn?", "answer": {"columns": ["date_of_birth"], "index": [0], "data": [["2010-12-08 16:55:14"]]}, "table_names": "['Staff']", "table_image_ids": ["TableImg_Y7om3_15.png"], "original_data_index": 3241} +{"question": "What are the names of all employees who have a salary higher than average?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["James Smith"], ["Mary Johnson"], ["John Williams"], ["Lisa Walker"], ["Karen Scott"], ["Lawrence Sperry"], ["Angela Martinez"], ["Joseph Thompson"], ["Betty Adams"], ["George Wright"], ["Dorthy Lewis"], ["Mark Young"], ["Eric Cooper"]]}, "table_names": "['employee']", "table_image_ids": ["TableImg_2oz4g_31.png"], "original_data_index": 3242} +{"question": "Find the name and checking balance of the account with the lowest saving balance.", "answer": {"columns": ["balance", "name"], "index": [0], "data": [[7000.0, "Weeks"]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_2s65d_7.png", "TableImg_Wxqw0_6.png", "TableImg_W76sf_7.png"], "original_data_index": 3243} +{"question": "What are the titles of papers published by \"Jeremy Gibbons\"?", "answer": {"columns": ["title"], "index": [0], "data": [["Just do it: Simple Monadic Equational Reasoning"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Hwuqv_13.png", "TableImg_Xn1sj_7.png", "TableImg_Zsqmh_14.png"], "original_data_index": 3244} +{"question": "Give me the names and prices of furnitures which some companies are manufacturing.", "answer": {"columns": ["Name", "Price_in_Dollar"], "index": [0, 1, 2, 3, 4], "data": [["Bookcase", 239.0], ["Chabudai", 450.0], ["Dining set", 2124.0], ["Billiard table", 443.0], ["Hatstand", 1234.0]]}, "table_names": "['furniture', 'furniture_manufacte']", "table_image_ids": ["TableImg_2knwb_7.png", "TableImg_Qbxm7_5.png"], "original_data_index": 3245} +{"question": "How many locations are listed in the database?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Ref_Locations']", "table_image_ids": ["TableImg_Fhuv4_5.png"], "original_data_index": 3246} +{"question": "Which city does student Linda Smith live in?", "answer": {"columns": ["city_code"], "index": [0], "data": [["BAL"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Zgnju_34.png"], "original_data_index": 3247} +{"question": "How many different students are involved in sports?", "answer": {"columns": ["count(DISTINCT StuID)"], "index": [0], "data": [[12]]}, "table_names": "['SportsInfo']", "table_image_ids": ["TableImg_I6tom_14.png"], "original_data_index": 3248} +{"question": "Show all game names played by Linda Smith", "answer": {"columns": ["GName"], "index": [0, 1, 2], "data": [["RNG Stone"], ["The Vanishing of Eric Calder"], ["Call of Destiny"]]}, "table_names": "['Student', 'Video_Games', 'Plays_Games']", "table_image_ids": ["TableImg_Hicnv_34.png", "TableImg_Ut8ko_6.png", "TableImg_Ej68z_10.png"], "original_data_index": 3249} +{"question": "Show the name of track with most number of races.", "answer": {"columns": ["Name"], "index": [0], "data": [["Chicagoland Speedway"]]}, "table_names": "['race', 'track']", "table_image_ids": ["TableImg_Erehg_7.png", "TableImg_Cyh7y_9.png"], "original_data_index": 3250} +{"question": "What are the names of entrepreneurs whose investor is not \"Rachel Elnaugh\"?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Francesco Postiglione"], ["Leonardo Binchi"], ["Roberto Calcaterra"], ["Goran Fiorentini"], ["Maurizio Felugo"]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_Wp5fc_6.png", "TableImg_Q7kex_8.png"], "original_data_index": 3251} +{"question": "What are the start date and end date of the apartment bookings made by female guests (gender code \"Female\")?", "answer": {"columns": ["booking_start_date", "booking_start_date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["2016-04-01 06:28:08", "2016-04-01 06:28:08"], ["2017-03-13 16:20:14", "2017-03-13 16:20:14"], ["2016-08-04 10:33:00", "2016-08-04 10:33:00"], ["2016-05-24 20:09:38", "2016-05-24 20:09:38"], ["2016-11-26 05:04:31", "2016-11-26 05:04:31"], ["2017-05-13 18:17:20", "2017-05-13 18:17:20"], ["2016-06-07 05:05:18", "2016-06-07 05:05:18"], ["2016-09-28 05:00:50", "2016-09-28 05:00:50"], ["2017-07-03 14:15:56", "2017-07-03 14:15:56"]]}, "table_names": "['Guests', 'Apartment_Bookings']", "table_image_ids": ["TableImg_9nppq_15.png", "TableImg_O6ky3_15.png"], "original_data_index": 3252} +{"question": "Show the names of roller coasters and names of country they are in.", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Boardwalk Bullet", "Austria"], ["Dauling Dragon", "Austria"], ["Hades 360", "Austria"], ["Ravine Flyer II", "Finland"], ["Twister", "Finland"], ["The Voyage", "Sweden"]]}, "table_names": "['roller_coaster', 'country']", "table_image_ids": ["TableImg_Egjmo_6.png", "TableImg_8ce8l_3.png"], "original_data_index": 3253} +{"question": "What are the names and account balances for customers who have taken a total amount of more than 5000 in loans?", "answer": {"columns": ["cust_name", "acc_type"], "index": [0], "data": [["Mary", "saving"]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_Nr44k_3.png", "TableImg_Q8iyt_3.png"], "original_data_index": 3254} +{"question": "How many customers does Steve Johnson support?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[18]]}, "table_names": "['employees', 'customers']", "table_image_ids": ["TableImg_Xqzgi_8.png", "TableImg_Ddoys_59.png"], "original_data_index": 3255} +{"question": "Find the id and color description of the products with at least 2 characteristics.", "answer": {"columns": ["product_id", "color_description"], "index": [0, 1, 2, 3], "data": [[6, "blue"], [7, "red"], [11, "black"], [12, "blue"]]}, "table_names": "['Ref_Colors', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_7yopo_8.png", "TableImg_V7unc_15.png", "TableImg_Le7lr_15.png"], "original_data_index": 3256} +{"question": "Which customer made the most orders? Find the customer name.", "answer": {"columns": ["customer_name"], "index": [0], "data": [["George"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_60okw_15.png", "TableImg_F6mgc_15.png"], "original_data_index": 3257} +{"question": "Return the maximum enrollment across all schools.", "answer": {"columns": ["max(Enrollment)"], "index": [0], "data": [[56868.0]]}, "table_names": "['university']", "table_image_ids": ["TableImg_Az8c6_5.png"], "original_data_index": 3258} +{"question": "Return the ids and details corresponding to projects for which there are more than two documents.", "answer": {"columns": ["Project_ID", "Project_Details"], "index": [0, 1, 2, 3], "data": [[30, "Society Research project"], [35, "Internet of Things project"], [105, "Graph Database project"], [134, "Human Resource project"]]}, "table_names": "['Projects', 'Documents']", "table_image_ids": ["TableImg_M7q5l_5.png", "TableImg_9oobo_15.png"], "original_data_index": 3259} +{"question": "What is the name and salary of all employees in order of salary?", "answer": {"columns": ["name", "salary"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30], "data": [["Milo Brooks", 20], ["Donald King", 18050], ["Richard Jackson", 23980], ["Patricia Jones", 24450], ["Linda Davis", 27984], ["Elizabeth Taylor", 32021], ["Haywood Kelly", 32899], ["Chad Stewart", 33546], ["David Anderson", 43001], ["Barbara Wilson", 43723], ["Robert Brown", 44740], ["Michael Miller", 48090], ["William Moore", 48250], ["Jennifer Thomas", 54921], ["William Ward", 84476], ["Michael Miller", 99890], ["Larry West", 101745], ["William Jones", 105743], ["Eric Cooper", 114323], ["James Smith", 120433], ["Dorthy Lewis", 152013], ["John Williams", 153972], ["Mary Johnson", 178345], ["Karen Scott", 205187], ["Mark Young", 205187], ["Lawrence Sperry", 212156], ["Angela Martinez", 212156], ["Joseph Thompson", 212156], ["Betty Adams", 227489], ["Lisa Walker", 256481], ["George Wright", 289950]]}, "table_names": "['employee']", "table_image_ids": ["TableImg_72u0j_31.png"], "original_data_index": 3260} +{"question": "which shop has happy hour most frequently? List its id and number of happy hours.", "answer": {"columns": ["Shop_ID", "count(*)"], "index": [0], "data": [[1, 4]]}, "table_names": "['happy_hour']", "table_image_ids": ["TableImg_4a50a_10.png"], "original_data_index": 3261} +{"question": "List the maximum scores of the team Boston Red Stockings when the team won in postseason?", "answer": {"columns": ["max(T1.wins)"], "index": [0], "data": [[5]]}, "table_names": "['postseason', 'team']", "table_image_ids": ["TableImg_4huf7_307.png", "TableImg_0elym_2805.png"], "original_data_index": 3262} +{"question": "List the details of the customers who do not have any policies.", "answer": {"columns": ["Customer_Details"], "index": [0, 1, 2, 3], "data": [["Augustine Kerluke"], ["Buddy Marquardt"], ["Miss Felicita Reichel"], ["Mrs. Lilly Graham III"]]}, "table_names": "['Customers', 'Customer_Policies']", "table_image_ids": ["TableImg_83eou_15.png", "TableImg_Lljox_15.png"], "original_data_index": 3263} +{"question": "Return the first names of customers who did not rented a film after the date '2005-08-23 02:06:01'.", "answer": {"columns": ["first_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174], "data": [["MARY"], ["MARIA"], ["DOROTHY"], ["KAREN"], ["SANDRA"], ["CAROL"], ["SHARON"], ["KIMBERLY"], ["SHIRLEY"], ["AMY"], ["REBECCA"], ["VIRGINIA"], ["DEBRA"], ["AMANDA"], ["ANN"], ["JOYCE"], ["ALICE"], ["DORIS"], ["ASHLEY"], ["ROSE"], ["KELLY"], ["THERESA"], ["JANE"], ["RACHEL"], ["SARA"], ["ANNE"], ["TINA"], ["PAULA"], ["ANNIE"], ["RITA"], ["CONNIE"], ["TIFFANY"], ["VICTORIA"], ["EDITH"], ["THELMA"], ["ETHEL"], ["CARRIE"], ["ANITA"], ["LUCILLE"], ["DANIELLE"], ["BERTHA"], ["DARLENE"], ["JILL"], ["GERALDINE"], ["JOANN"], ["SAMANTHA"], ["RENEE"], ["IDA"], ["ROBERTA"], ["ELSIE"], ["ROSEMARY"], ["EILEEN"], ["AGNES"], ["BESSIE"], ["DELORES"], ["ARLENE"], ["JOY"], ["GEORGIA"], ["JACKIE"], ["NELLIE"], ["MINNIE"], ["GLENDA"], ["LYDIA"], ["CAROLINE"], ["DORA"], ["JO"], ["TERRY"], ["IRMA"], ["MYRTLE"], ["CHRISTY"], ["DEANNA"], ["JENNIE"], ["NORA"], ["NINA"], ["PENNY"], ["KAY"], ["OLGA"], ["LEONA"], ["BOBBIE"], ["VIOLET"], ["KRISTINA"], ["MISTY"], ["JAMES"], ["ROBERT"], ["DAVID"], ["CHRISTOPHER"], ["DANIEL"], ["BRIAN"], ["RONALD"], ["ANTHONY"], ["TIMOTHY"], ["JOSE"], ["FRANK"], ["STEPHEN"], ["ANDREW"], ["DENNIS"], ["WALTER"], ["PATRICK"], ["HENRY"], ["SAMUEL"], ["RALPH"], ["NICHOLAS"], ["ROY"], ["BENJAMIN"], ["BRUCE"], ["ADAM"], ["HARRY"], ["RANDY"], ["EUGENE"], ["ERNEST"], ["PHILLIP"], ["JESSE"], ["SHAWN"], ["CLARENCE"], ["SEAN"], ["EARL"], ["JIMMY"], ["ANTONIO"], ["DANNY"], ["LUIS"], ["MIKE"], ["STANLEY"], ["NATHAN"], ["DALE"], ["RODNEY"], ["VINCENT"], ["BRADLEY"], ["JESUS"], ["HERBERT"], ["FREDERICK"], ["RAY"], ["EDDIE"], ["RICKY"], ["RANDALL"], ["LEROY"], ["OSCAR"], ["DARRELL"], ["GORDON"], ["PEDRO"], ["HERMAN"], ["VERNON"], ["CLYDE"], ["GLEN"], ["SAM"], ["RAMON"], ["GENE"], ["EDGAR"], ["BEN"], ["CHESTER"], ["ANDRE"], ["GABRIEL"], ["RON"], ["HARVEY"], ["JARED"], ["ERIK"], ["JAMIE"], ["TED"], ["MATHEW"], ["LONNIE"], ["KURT"], ["NELSON"], ["CLAYTON"], ["DWIGHT"], ["JIMMIE"], ["BOB"], ["CASEY"], ["SIDNEY"], ["BYRON"], ["JULIAN"], ["MARSHALL"], ["MARION"], ["KENT"], ["RENE"], ["EDUARDO"], ["WADE"]]}, "table_names": "['customer', 'rental']", "table_image_ids": ["TableImg_Vciuk_599.png", "TableImg_Bdooh_16044.png"], "original_data_index": 3264} +{"question": "In which year were most departments established?", "answer": {"columns": ["Creation"], "index": [0], "data": [["1789"]]}, "table_names": "['department']", "table_image_ids": ["TableImg_1o1uk_15.png"], "original_data_index": 3265} +{"question": "What is average number of students enrolled in Florida colleges?", "answer": {"columns": ["avg(enr)"], "index": [0], "data": [[19000.0]]}, "table_names": "['College']", "table_image_ids": ["TableImg_0r3s7_4.png"], "original_data_index": 3266} +{"question": "Count the number of Annual Meeting events that took place in the region of the United Kingdom.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['region', 'party', 'party_events']", "table_image_ids": ["TableImg_8iade_5.png", "TableImg_Zwztk_5.png", "TableImg_Vgktf_8.png"], "original_data_index": 3267} +{"question": "What is the structure of the document with the least number of accesses?", "answer": {"columns": ["document_structure_description"], "index": [0], "data": [["Author section"]]}, "table_names": "['Document_Structures', 'Documents']", "table_image_ids": ["TableImg_I4azg_5.png", "TableImg_Pet9n_15.png"], "original_data_index": 3268} +{"question": "What are the names of procedures physician John Wen was trained in?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Reverse Rhinopodoplasty"], ["Obtuse Pyloric Recombobulation"], ["Folded Demiophtalmectomy"], ["Complete Walletectomy"], ["Obfuscated Dermogastrotomy"], ["Reversible Pancreomyoplasty"], ["Follicular Demiectomy"]]}, "table_names": "['Physician', 'Procedures', 'Trained_In']", "table_image_ids": ["TableImg_Wimez_9.png", "TableImg_8uaxr_7.png", "TableImg_Re3zw_15.png"], "original_data_index": 3269} +{"question": "Find the country that has the most stadiums.", "answer": {"columns": ["Country"], "index": [0], "data": [["Russia"]]}, "table_names": "['stadium']", "table_image_ids": ["TableImg_2dnf5_10.png"], "original_data_index": 3270} +{"question": "What are the names for all aircrafts with at least 2 flights?", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Airbus A340-300"], ["Lockheed L1011"]]}, "table_names": "['flight', 'aircraft']", "table_image_ids": ["TableImg_S3o3z_10.png", "TableImg_K0rtg_16.png"], "original_data_index": 3271} +{"question": "What are the ids of all students who have advisor number 1121?", "answer": {"columns": ["StuID"], "index": [0, 1, 2], "data": [[1001], [1005], [1018]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_K1dq5_34.png"], "original_data_index": 3272} +{"question": "Find the title of course whose prerequisite is course Differential Geometry.", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4], "data": [["Cost Accounting"], ["Systems Software"], ["Environmental Law"], ["International Practicum"], ["Existentialism"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_L6973_200.png", "TableImg_Wo92g_100.png"], "original_data_index": 3273} +{"question": "What are the names of all the teams in the basketball competition, sorted by all home scores in descending order?", "answer": {"columns": ["Team_Name"], "index": [0, 1, 2, 3], "data": [["Duke"], ["Virginia Tech"], ["North Carolina"], ["Clemson"]]}, "table_names": "['basketball_match']", "table_image_ids": ["TableImg_68isl_4.png"], "original_data_index": 3274} +{"question": "Find the id and star rating of each hotel and sort them in increasing order of price.", "answer": {"columns": ["hotel_id", "star_rating_code"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [[431, "2"], [426, "5"], [473, "1"], [555, "5"], [420, "5"], [172, "5"], [264, "1"], [442, "2"], [514, "5"], [123, "5"], [421, "3"], [379, "4"], [373, "5"], [314, "5"], [144, "4"], [222, "5"], [239, "3"], [331, "1"], [350, "1"], [376, "2"]]}, "table_names": "['Hotels']", "table_image_ids": ["TableImg_Cm7kz_20.png"], "original_data_index": 3275} +{"question": "What are the details of the markets that can be accessed by walk or bus?", "answer": {"columns": ["Market_Details"], "index": [0, 1], "data": [["Broadway"], ["Fish Farm Market"]]}, "table_names": "['Tourist_Attractions', 'Street_Markets']", "table_image_ids": ["TableImg_Eeckl_15.png", "TableImg_N9tdx_2.png"], "original_data_index": 3276} +{"question": "How many female students have milk or egg allergies?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['Has_Allergy', 'Student']", "table_image_ids": ["TableImg_Qcajb_59.png", "TableImg_Swb23_34.png"], "original_data_index": 3277} +{"question": "Find the first name, last name and id for the top three players won the most player awards.", "answer": {"columns": ["name_first", "name_last", "player_id"], "index": [0, 1, 2], "data": [["Barry", "Bonds", "bondsba01"], ["Ted", "Williams", "willite01"], ["Joe", "DiMaggio", "dimagjo01"]]}, "table_names": "['player_award', 'player']", "table_image_ids": ["TableImg_Pemu5_6078.png", "TableImg_Uy14h_18846.png"], "original_data_index": 3278} +{"question": "Count the number of documents with the type code BK that correspond to each product id.", "answer": {"columns": ["count(*)", "Project_ID"], "index": [0, 1, 2], "data": [[2, 30], [1, 35], [3, 105]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_Zhbs1_15.png"], "original_data_index": 3279} +{"question": "Find the last name of the latest contact individual of the organization \"Labour Party\".", "answer": {"columns": ["individual_last_name"], "index": [0], "data": [["Bradtke"]]}, "table_names": "['Individuals', 'Organizations', 'Organization_Contact_Individuals']", "table_image_ids": ["TableImg_598c5_15.png", "TableImg_Zesp2_5.png", "TableImg_Who9b_15.png"], "original_data_index": 3280} +{"question": "What are the names of students who have taken Statistics courses?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605], "data": [["Zelty"], ["Zelty"], ["Colin"], ["Rzecz"], ["Rzecz"], ["Ugarte"], ["Kieras"], ["Kieras"], ["Reed"], ["Okaf"], ["Terauchi"], ["More"], ["Marlet"], ["Marlet"], ["Arnoux"], ["Schultz"], ["Ng"], ["Ng"], ["Neff"], ["Knutson"], ["Wingb"], ["Sin"], ["Ren"], ["Hammond"], ["Liu"], ["Wolter"], ["Adam"], ["Adam"], ["Bedny"], ["Lazos"], ["Ramadan"], ["Haigh"], ["Lehtinen"], ["Lehtinen"], ["Philippe"], ["Kawahara"], ["Lapio"], ["Januszewski"], ["Marques"], ["Marques"], ["Wicki"], ["Sacchi"], ["Bandekar"], ["Morimoto"], ["Biehl"], ["Swartj"], ["Kang"], ["Kang"], ["Holn"], ["Matsunami"], ["Mathur"], ["Peter"], ["Tewari"], ["Ishikawa"], ["Chanon"], ["Brailsford"], ["Marinov"], ["Coppens"], ["Ma"], ["Williamson"], ["Pampal"], ["Benson"], ["Linden"], ["Rubio"], ["Denecker"], ["Erdem"], ["Cavalcanti"], ["Cai"], ["Chang"], ["Bhattacharya"], ["Frank"], ["Dawson"], ["Fournier"], ["Adda"], ["Reyes"], ["Lomi"], ["Pavlovico"], ["Nardi"], ["Nardi"], ["Bradshaw"], ["Ockerb"], ["Gerstend"], ["Gordon"], ["Larion"], ["Daat"], ["Daat"], ["Wecker"], ["Ceze"], ["Kempn"], ["Bouras"], ["Kinney"], ["Kinney"], ["Sokolov"], ["Russa"], ["Hirakuri"], ["Jo"], ["Halbert"], ["Jessup"], ["Tran-"], ["Cotterill"], ["Visr"], ["Fenwick"], ["Boulah"], ["Aschoff"], ["Birchler"], ["Simmel"], ["Goldbu"], ["Neru"], ["Baber"], ["Trur"], ["Date"], ["Leitner"], ["Tabarr"], ["Duong"], ["McQuillan"], ["Evano"], ["Rougemont"], ["Mai"], ["Catani"], ["Birkett"], ["Canellas"], ["Reiss"], ["Williamson"], ["Duxbury"], ["Ahso"], ["Aufr"], ["Aufr"], ["Sutter"], ["Stokic"], ["Gaspar"], ["Harmon"], ["Youseffi"], ["Folkers"], ["Marsh"], ["Brookh"], ["Paniez"], ["Mali"], ["Inoue"], ["Fonseca"], ["Shaffer"], ["Arnoux"], ["Zulueta"], ["Lhomme"], ["Porter"], ["Rotter"], ["Frost"], ["Ouaz"], ["Nakajima"], ["Atre"], ["Atre"], ["Bagato"], ["Damas"], ["Curutchet"], ["Leonard"], ["Wood"], ["Orono"], ["Schreitm"], ["Bosnjak"], ["Nestor"], ["Kacpr"], ["Lauciu"], ["Fries"], ["Basile"], ["Basile"], ["Nives"], ["Shilv"], ["Ebou"], ["Gradino"], ["Lanfr"], ["John"], ["Suppan"], ["Szendrei"], ["Neuhold"], ["Kaupp"], ["Triebel"], ["Hippu"], ["Fathi"], ["Okaf"], ["Grieng"], ["Poize"], ["Sohn"], ["Norman"], ["Frasinc"], ["Mes"], ["Signah"], ["Soni"], ["Jiao"], ["Jiao"], ["Zuyev"], ["Kosken"], ["Matsuda"], ["Rzecz"], ["Swien"], ["Xiang"], ["Castle"], ["Elme"], ["Macias"], ["Urano"], ["Montilla"], ["Holt"], ["Rowe"], ["Petzo"], ["Hubr"], ["Tola"], ["Beavis"], ["Meneses"], ["Pietkiewicz"], ["Erol"], ["Kaufman"], ["Kaufman"], ["Tassel"], ["Fournier"], ["Wright"], ["Tsantis"], ["Palma"], ["Shim"], ["Shim"], ["Yong"], ["Scher"], ["Yoon"], ["Cui"], ["Tam"], ["Gilmour"], ["Steinmetz"], ["Gilliam"], ["Nguyen"], ["Agar"], ["Burman"], ["Ahmadian"], ["Kiltz"], ["Yeoh"], ["Herrmann"], ["Kruglyak"], ["Kruglyak"], ["Richardson"], ["Yalk"], ["Correia"], ["Kolodko"], ["Agraz"], ["Wilson"], ["Rammer"], ["Gotoh"], ["Seaz"], ["Karande"], ["Petersen"], ["Haigh"], ["Haigh"], ["Milanic"], ["Spengler"], ["Ng"], ["She"], ["Rajnov"], ["Blanchard"], ["Lindner"], ["Concilio"], ["Terauchi"], ["Abdellatif"], ["Holz"], ["Klivansky"], ["MacIntyre"], ["Guthk"], ["Guthk"], ["Nicol"], ["Engen"], ["Garg"], ["Noda"], ["Redw"], ["Higuchi"], ["Higuchi"], ["Sznajder"], ["Sznajder"], ["Saito"], ["Adeni"], ["Hasan"], ["Reina-"], ["Neubert"], ["Eck"], ["Chun"], ["Uchiyama"], ["Hancock"], ["Reiss"], ["Pohlem"], ["Apostolov"], ["Choung"], ["Someren"], ["Mezzar"], ["Schelten"], ["Yusop"], ["Rolland"], ["Lansi"], ["Sadry"], ["DeMil"], ["Carey"], ["Swain"], ["Katsik"], ["Roeder"], ["Holloway"], ["Coddington"], ["Trezz"], ["Alexandri"], ["Ivanov"], ["Fengl"], ["Ray"], ["Collet"], ["Kimu"], ["Belmes"], ["Maw"], ["Morris"], ["Williams"], ["Harrison"], ["Harrison"], ["Kothari"], ["Cox"], ["Samel"], ["Dage"], ["Kostie"], ["Zander"], ["Emms"], ["Pietkiewicz"], ["Barranco"], ["Barranco"], ["Roytman"], ["Towsey"], ["Oba"], ["Durrant"], ["Durrant"], ["Stylian"], ["Stylian"], ["Makowski"], ["Makowski"], ["Wagner"], ["Hoov"], ["Dostal"], ["Enokib"], ["Enokib"], ["Pulido"], ["Mandviwall"], ["Kuo"], ["Tiroz"], ["Tiroz"], ["Midu"], ["Zander"], ["Kalantari"], ["Kubo"], ["Kamez"], ["Deupree"], ["Yuanq"], ["Katzenb"], ["Gall"], ["Kean"], ["Butler"], ["Riser"], ["Aufr"], ["Loudn"], ["Hughes"], ["Chenu"], ["Morrison"], ["Qvi"], ["Gibson"], ["Xi"], ["Westervelt"], ["Yun"], ["Labroc"], ["Ueno"], ["Garcia-Ferr"], ["Psil"], ["Jones"], ["Pigd"], ["Blecken"], ["Cameron"], ["Kim"], ["Tillmann"], ["Becker"], ["Jessup"], ["Kouan"], ["Kouan"], ["Larsson"], ["Portillo"], ["Sciore"], ["Masum"], ["Kannan"], ["Gierl"], ["Bouamama"], ["Mu\u00c3\u0083\u00c2\u00b1oz"], ["Aydin"], ["Zhiyong"], ["Zle"], ["Hirvas"], ["Lorinczi"], ["Al-Hu"], ["Holn"], ["Fredrickso"], ["Mizuno"], ["Scheine"], ["Scheine"], ["Stephenn"], ["Schinag"], ["Otsuki"], ["Eller"], ["Wetzel"], ["Mulet"], ["Queiroz"], ["Tadjo"], ["Guix"], ["Fall"], ["Stokic"], ["Richardson"], ["Moei"], ["Chettao"], ["Eggers"], ["Schill"], ["Hamagi"], ["Samar"], ["Rical"], ["Hughes"], ["Huo"], ["Oller"], ["Dumont"], ["Simmel"], ["Simmel"], ["Keuk"], ["Hahn-"], ["Yoshimoto"], ["Kotsonis"], ["Ingram"], ["Tavan"], ["Jovicic"], ["Potry"], ["Pettersen"], ["Miliko"], ["Rani"], ["Oblak"], ["Oblak"], ["Monger"], ["Lemoine"], ["Tyler"], ["Lohman"], ["Hayrapetyan"], ["Kok"], ["Frazin"], ["Lui"], ["Erdem"], ["Visr"], ["Ohki"], ["Michael"], ["Kurt"], ["Abdul-Rahman"], ["Kei"], ["Shavel"], ["Shavel"], ["Lingamp"], ["Velikovs"], ["Rumat"], ["Frost"], ["Martel-"], ["Breed"], ["Witty"], ["Corr"], ["Clemme"], ["Karv"], ["Bansal"], ["Eynd"], ["Homyk"], ["Atkins"], ["Cordt"], ["Ching"], ["Ching"], ["Urwin"], ["Kereth"], ["Peeri"], ["Peeri"], ["Grant"], ["Wyes"], ["Nirenbu"], ["So"], ["So"], ["Peip"], ["Duncan"], ["Ladu"], ["Chow"], ["Quinta"], ["Godfrey"], ["Khalil"], ["Achilles"], ["Gregory"], ["Stenv"], ["Sveti"], ["Sakanushi"], ["Jode"], ["Jode"], ["Harass"], ["Bra\u00c3\u0083\u00c2\u00b1a"], ["Lucas"], ["Rammer"], ["Rammer"], ["Hennig"], ["Fernandez-Gonzalez"], ["Erol"], ["Chapman"], ["Wilks"], ["Betho"], ["Aufr"], ["Stoltzfus"], ["Levitan"], ["Kahs"], ["Spikov"], ["Moscarini"], ["Cordt"], ["Dair"], ["Dave"], ["Peter"], ["Leister"], ["Pottos"], ["Dellwo"], ["Kim"], ["Carrera"], ["Liang"], ["Reiss"], ["Bouamama"], ["Lesaffre"], ["Reiss"], ["Henriksen"], ["Henriksen"], ["Hung"], ["Smoro"], ["Fonseca"], ["Wodn"], ["Palaniswami"], ["Palaniswami"], ["Juan"], ["Janssen"], ["Hird"], ["Shapiro"], ["Walker"], ["Maesf"], ["Donofrio"], ["Esparza"], ["Giannoulis"], ["Busch"], ["Sram"], ["Sud"], ["Clarkson"], ["Cabr"], ["Streitf"], ["Pourkas"], ["Nicol"], ["Godfrey"], ["Dubink"], ["Mattor"], ["Mattor"], ["Makinen"], ["Mesne"], ["McQuillan"], ["Graham"], ["Bengtss"], ["Milner"], ["Gierl"], ["Pampal"], ["Yip"], ["Ailamaki"], ["Neff"], ["Buril"], ["Lykin"], ["Oliveira"], ["Mercank"], ["Guiho"], ["Yang"], ["Hands"], ["Morgan"], ["Pampal"], ["Tellez"], ["Tellez"], ["Mauras"], ["Nakajima"], ["Nakajima"], ["Wood"], ["Nisso"], ["Hay"], ["Katehakis"], ["Rieger"], ["Mohamed"], ["Bussel"], ["Bulash"], ["Ratcliff"], ["Winzer"], ["Rammer"], ["Sacchi"], ["ODono"], ["Schinag"], ["Furukawa"], ["Kun"], ["Kun"], ["Makarychev"], ["Soricu"], ["Morales"], ["Klingenb"], ["Duan"], ["Fickl"], ["Bouzeghoub"], ["Wilks"], ["Savolainen"], ["Bennett"], ["Califieri"], ["Epley"], ["Epley"], ["Samo"]]}, "table_names": "['course', 'student', 'takes']", "table_image_ids": ["TableImg_1zcua_200.png", "TableImg_Qd7xy_2000.png", "TableImg_Tg6eg_30000.png"], "original_data_index": 3281} +{"question": "Find all the female members of club \"Bootup Baltimore\". Show the first name and last name.", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Linda", "Smith"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Jpsj6_34.png", "TableImg_432ra_4.png", "TableImg_6zx9b_4.png"], "original_data_index": 3282} +{"question": "From which hometowns did no gymnasts come from?", "answer": {"columns": ["Hometown"], "index": [0, 1], "data": [["La Romana"], ["Miami"]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_Saor8_7.png", "TableImg_100lm_10.png"], "original_data_index": 3283} +{"question": "What is the most common birth place of people?", "answer": {"columns": ["Birth_Place"], "index": [0], "data": [["Anchorage, Alaska"]]}, "table_names": "['people']", "table_image_ids": ["TableImg_Cdb17_6.png"], "original_data_index": 3284} +{"question": "Return the total number of deaths and total damange in millions for storms that had a max speed greater than the average.", "answer": {"columns": ["sum(number_deaths)", "sum(damage_millions_USD)"], "index": [0], "data": [[5, 40.529]]}, "table_names": "['storm']", "table_image_ids": ["TableImg_7b79o_10.png"], "original_data_index": 3285} +{"question": "Count the number of parties.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[8]]}, "table_names": "['party']", "table_image_ids": ["TableImg_Qm98k_8.png"], "original_data_index": 3286} +{"question": "Show all home cities except for those having a driver older than 40.", "answer": {"columns": ["Home_city"], "index": [0, 1, 2], "data": [["Bethel"], ["Coventry"], ["East Hartford"]]}, "table_names": "['driver']", "table_image_ids": ["TableImg_Hd3vg_12.png"], "original_data_index": 3287} +{"question": "What are the names and salaries of instructors who advise students in the Math department?", "answer": {"columns": ["name", "salary"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], "data": [["Sullivan", 90038.09], ["Liley", 90891.69], ["Dusserre", 66143.25], ["Hau", 43966.29], ["Bawa", 72140.88], ["Gutierrez", 45310.53], ["Pimenta", 79866.95], ["Gutierrez", 45310.53], ["Liley", 90891.69], ["Wieland", 124651.41], ["Hau", 43966.29], ["Romero", 79070.08], ["Yazdi", 98333.65], ["Bietzk", 117836.5], ["Konstantinides", 32570.5], ["Lembr", 32241.56], ["Jaekel", 103146.87], ["Atanassov", 84982.92], ["Queiroz", 45538.32], ["Choll", 57807.09], ["Bawa", 72140.88], ["Dusserre", 66143.25], ["Yazdi", 98333.65], ["Murata", 61387.56], ["Luo", 88791.45], ["Sarkar", 87549.8], ["Vicentino", 34272.67], ["Ullman ", 47307.1], ["Sullivan", 90038.09], ["Valtchev", 77036.18], ["DAgostino", 59706.49], ["Lent", 107978.47], ["Mahmoud", 99382.59], ["Soisalon-Soininen", 62579.61], ["Bawa", 72140.88], ["Levine", 89805.83], ["Yin", 46397.59], ["Arinb", 54805.11], ["Mird", 119921.41], ["Dusserre", 66143.25], ["Konstantinides", 32570.5], ["Yin", 46397.59], ["Luo", 88791.45], ["Luo", 88791.45], ["Bietzk", 117836.5], ["Bancilhon", 87958.01], ["Pingr", 59303.62], ["Sarkar", 87549.8], ["Atanassov", 84982.92], ["Shuming", 108011.81], ["Romero", 79070.08], ["Mahmoud", 99382.59], ["Soisalon-Soininen", 62579.61], ["Jaekel", 103146.87], ["Luo", 88791.45], ["Bertolino", 51647.57], ["Pimenta", 79866.95], ["Bietzk", 117836.5], ["Levine", 89805.83], ["Hau", 43966.29], ["Vicentino", 34272.67], ["Yin", 46397.59], ["Romero", 79070.08], ["Arias", 104563.38], ["Murata", 61387.56], ["Bawa", 72140.88], ["Bourrier", 80797.83], ["Sullivan", 90038.09], ["Mird", 119921.41], ["Vicentino", 34272.67], ["Pingr", 59303.62], ["Lent", 107978.47], ["Wieland", 124651.41], ["Sullivan", 90038.09], ["Vicentino", 34272.67], ["Arinb", 54805.11], ["Levine", 89805.83], ["Kean", 35023.18], ["Morris", 43770.36], ["Bancilhon", 87958.01], ["Valtchev", 77036.18], ["Ullman ", 47307.1], ["Liley", 90891.69], ["Sakurai", 118143.98], ["Kean", 35023.18], ["Bancilhon", 87958.01], ["Mingoz", 105311.38], ["Arias", 104563.38], ["Arinb", 54805.11], ["Sullivan", 90038.09], ["Tung", 50482.03]]}, "table_names": "['instructor', 'student', 'advisor']", "table_image_ids": ["TableImg_7vjuk_50.png", "TableImg_8p9rl_2000.png", "TableImg_A6ay4_2000.png"], "original_data_index": 3288} +{"question": "Find the first name and last name of the instructor of course that has course name", "answer": {"columns": ["Fname", "Lname"], "index": [0], "data": [["Louis", "Beach"]]}, "table_names": "['Faculty', 'Course']", "table_image_ids": ["TableImg_7ficn_58.png", "TableImg_Bgd9q_76.png"], "original_data_index": 3289} +{"question": "What are the name, phone number and email address of the customer who made the largest number of orders?", "answer": {"columns": ["customer_name", "customer_phone", "customer_email"], "index": [0], "data": [["Lexus", "+08(3)8056580281", "gbrekke@example.com"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_Newaf_15.png", "TableImg_47hxo_15.png"], "original_data_index": 3290} +{"question": "What is the name of the party form that is most common?", "answer": {"columns": ["form_name"], "index": [0], "data": [["Marriage Certificate"]]}, "table_names": "['Forms', 'Party_Forms']", "table_image_ids": ["TableImg_L9nxs_6.png", "TableImg_Jxrpb_13.png"], "original_data_index": 3291} +{"question": "Show the name and number of employees for the departments managed by heads whose temporary acting value is 'Yes'?", "answer": {"columns": ["Name", "Num_Employees"], "index": [0, 1, 2], "data": [["Treasury", 115897.0], ["Homeland Security", 208000.0], ["Treasury", 115897.0]]}, "table_names": "['department', 'management']", "table_image_ids": ["TableImg_Eaug6_15.png", "TableImg_Cblse_5.png"], "original_data_index": 3292} +{"question": "What are the names of managers in ascending order of level?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Ben Curtis"], ["Todd Hamilton"], ["Tiger Woods"], ["David Duval"], ["Sandy Lyle"], ["Nick Faldo"], ["Greg Norman"]]}, "table_names": "['manager']", "table_image_ids": ["TableImg_7a8oi_7.png"], "original_data_index": 3293} +{"question": "How many scientists do not have any projects assigned to them?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Scientists', 'AssignedTo']", "table_image_ids": ["TableImg_I7kvy_12.png", "TableImg_Cnk0u_12.png"], "original_data_index": 3294} +{"question": "What is the primary conference of the school that has the lowest acc percent score in the competition?", "answer": {"columns": ["Primary_conference"], "index": [0], "data": [["America East Conference ( D-I )"]]}, "table_names": "['basketball_match', 'university']", "table_image_ids": ["TableImg_Rewjw_4.png", "TableImg_Ndthp_5.png"], "original_data_index": 3295} +{"question": "Find the city where the most customers live.", "answer": {"columns": ["city"], "index": [0], "data": [["Lake Geovannyton"]]}, "table_names": "['Addresses', 'Customers', 'Customer_Addresses']", "table_image_ids": ["TableImg_I7dz6_15.png", "TableImg_Wxvfh_15.png", "TableImg_Nu27g_15.png"], "original_data_index": 3296} +{"question": "Which assets have 2 parts and have less than 2 fault logs? List the asset id and detail.", "answer": {"columns": ["asset_id", "asset_details"], "index": [0, 1], "data": [[2, "dell laptop2"], [15, "system3"]]}, "table_names": "['Assets', 'Asset_Parts', 'Fault_Log']", "table_image_ids": ["TableImg_O44g9_15.png", "TableImg_Uytqe_15.png", "TableImg_8qjj8_15.png"], "original_data_index": 3297} +{"question": "Count the number of different scientists assigned to any project.", "answer": {"columns": ["count(DISTINCT scientist)"], "index": [0], "data": [[12]]}, "table_names": "['AssignedTo']", "table_image_ids": ["TableImg_9vilm_12.png"], "original_data_index": 3298} +{"question": "For each nationality, how many different constructors are there?", "answer": {"columns": ["count(*)", "nationality"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23], "data": [[39, "American"], [1, "Australian"], [1, "Austrian"], [1, "Belgium"], [1, "Brazilian"], [85, "British"], [2, "Canadian"], [3, "Dutch"], [1, "East German"], [12, "French"], [10, "German"], [1, "Hong Kong"], [1, "Indian"], [1, "Irish"], [29, "Italian"], [5, "Japanese"], [2, "Malaysian"], [1, "Mexican"], [1, "New Zealand"], [1, "Rhodesian"], [2, "Russian"], [3, "South African"], [1, "Spanish"], [4, "Swiss"]]}, "table_names": "['constructors']", "table_image_ids": ["TableImg_1fc8e_208.png"], "original_data_index": 3299} +{"question": "What are the names of ships, ordered by year they were built and their class?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["HMS Manxman"], ["HM Cutter Avenger"], ["HMS Trojan"], ["HM Sloop Sparrow"], ["HMS Phalarope"], ["HMS Undine"], ["HMS Gorgon"], ["HM Schooner Hotspur"], ["HMS Destiny"]]}, "table_names": "['Ship']", "table_image_ids": ["TableImg_Azz88_9.png"], "original_data_index": 3300} +{"question": "What is the detail of each visitor?", "answer": {"columns": ["Tourist_Details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["Toney"], ["Graciela"], ["Vincent"], ["Vivian"], ["Nettie"], ["Laurence"], ["Newell"], ["Marisol"], ["Jarrell"], ["Edna"], ["Maud"], ["Alison"], ["Rosalind"], ["Tevin"], ["Aleen"], ["Marcelle"], ["Lizzie"], ["Wayne"], ["Teresa"], ["Elnora"]]}, "table_names": "['Visitors']", "table_image_ids": ["TableImg_Gcj20_20.png"], "original_data_index": 3301} +{"question": "Find the number of schools that have more than one donator whose donation amount is less than 8.5.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['endowment']", "table_image_ids": ["TableImg_Iafrv_11.png"], "original_data_index": 3302} +{"question": "Which player has the most all star game experiences? Give me the first name, last name and id of the player, as well as the number of times the player participated in all star game.", "answer": {"columns": ["name_first", "name_last", "player_id", "count(*)"], "index": [0], "data": [["Hank", "Aaron", "aaronha01", 25]]}, "table_names": "['all_star', 'player']", "table_image_ids": ["TableImg_003aj_5069.png", "TableImg_Qwr78_18846.png"], "original_data_index": 3303} +{"question": "What are the publishers who have published a book in both 1989 and 1990?", "answer": {"columns": ["Publisher"], "index": [0, 1], "data": [["Alyson"], ["Banned Books"]]}, "table_names": "['book_club']", "table_image_ids": ["TableImg_5pvcs_12.png"], "original_data_index": 3304} +{"question": "What is the name of the perpetrator with the biggest weight.", "answer": {"columns": ["Name"], "index": [0], "data": [["Tyrone Brayan"]]}, "table_names": "['perpetrator', 'people']", "table_image_ids": ["TableImg_Oqebs_5.png", "TableImg_Useka_11.png"], "original_data_index": 3305} +{"question": "For each director, return the director's name together with the title of the movie they directed that received the highest rating among all of their movies, and the value of that rating. Ignore movies whose director is NULL.", "answer": {"columns": ["title", "stars", "director", "max(T1.stars)"], "index": [0, 1, 2, 3], "data": [["Avatar", 5, "James Cameron", 5], ["The Sound of Music", 3, "Robert Wise", 3], ["Raiders of the Lost Ark", 4, "Steven Spielberg", 4], ["Gone with the Wind", 4, "Victor Fleming", 4]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_59sdw_8.png", "TableImg_Ts0mc_14.png"], "original_data_index": 3306} +{"question": "Find the category descriptions of the products whose descriptions include letter 't'.", "answer": {"columns": ["product_category_description"], "index": [0, 1, 2, 3, 4, 5], "data": [["Spices"], ["Herbs"], ["Seeds"], ["Seeds"], ["Seeds"], ["Herbs"]]}, "table_names": "['Ref_Product_Categories', 'Products']", "table_image_ids": ["TableImg_Mdkul_3.png", "TableImg_Qaelr_15.png"], "original_data_index": 3307} +{"question": "What are the details of all sales and purchases?", "answer": {"columns": ["sales_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [["a"], ["c"], ["e"], ["f"], ["h"], ["i"], ["l"], ["n"], ["o"], ["p"], ["r"], ["s"], ["t"], ["x"], ["y"], ["z"]]}, "table_names": "['Sales', 'Purchases']", "table_image_ids": ["TableImg_Rj2el_15.png", "TableImg_Zjxgb_15.png"], "original_data_index": 3308} +{"question": "Find the name of amenity that is most common in all dorms.", "answer": {"columns": ["amenity_name"], "index": [0], "data": [["Roof"]]}, "table_names": "['Dorm_amenity', 'Has_amenity']", "table_image_ids": ["TableImg_S6j2r_12.png", "TableImg_S1lvf_40.png"], "original_data_index": 3309} +{"question": "What is the most common role for the staff?", "answer": {"columns": ["role_code"], "index": [0], "data": [["researcher"]]}, "table_names": "['Project_Staff']", "table_image_ids": ["TableImg_8bje4_15.png"], "original_data_index": 3310} +{"question": "What is the maximum length in meters for the bridges and what are the architects' names?", "answer": {"columns": ["max(T1.length_meters)", "name"], "index": [0], "data": [[121.0, "Frank Lloyd Wright"]]}, "table_names": "['architect', 'bridge']", "table_image_ids": ["TableImg_21l4k_5.png", "TableImg_Wwx5r_15.png"], "original_data_index": 3311} +{"question": "Find the name of the storm that affected both Afghanistan and Albania regions.", "answer": {"columns": ["Name"], "index": [0], "data": [["One"]]}, "table_names": "['storm', 'region', 'affected_region']", "table_image_ids": ["TableImg_76bnr_10.png", "TableImg_R92i7_13.png", "TableImg_66rk9_6.png"], "original_data_index": 3312} +{"question": "What are the names of body builders in descending order of total scores?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4], "data": [["Jack Campbell"], ["Ty Conklin"], ["Al Montoya"], ["Cam Fowler"], ["Jake Gardiner"]]}, "table_names": "['body_builder', 'people']", "table_image_ids": ["TableImg_40c44_5.png", "TableImg_Lf2bp_6.png"], "original_data_index": 3313} +{"question": "Find the name and salary of the instructors who are advisors of any student from History department?", "answer": {"columns": ["name", "salary"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116], "data": [["Wieland", 124651.41], ["Choll", 57807.09], ["Sullivan", 90038.09], ["Ullman ", 47307.1], ["Dusserre", 66143.25], ["Kenje", 106554.73], ["DAgostino", 59706.49], ["McKinnon", 94333.99], ["Konstantinides", 32570.5], ["Bourrier", 80797.83], ["Soisalon-Soininen", 62579.61], ["Gutierrez", 45310.53], ["Shuming", 108011.81], ["Queiroz", 45538.32], ["Dale", 93348.83], ["Luo", 88791.45], ["Konstantinides", 32570.5], ["Lent", 107978.47], ["Kenje", 106554.73], ["Bietzk", 117836.5], ["Wieland", 124651.41], ["Murata", 61387.56], ["Levine", 89805.83], ["Konstantinides", 32570.5], ["Romero", 79070.08], ["Mingoz", 105311.38], ["Valtchev", 77036.18], ["Jaekel", 103146.87], ["Arias", 104563.38], ["Desyl", 48803.38], ["Soisalon-Soininen", 62579.61], ["Pimenta", 79866.95], ["Mahmoud", 99382.59], ["McKinnon", 94333.99], ["Valtchev", 77036.18], ["Sakurai", 118143.98], ["Lent", 107978.47], ["Vicentino", 34272.67], ["Hau", 43966.29], ["Yazdi", 98333.65], ["Soisalon-Soininen", 62579.61], ["Sullivan", 90038.09], ["Tung", 50482.03], ["Tung", 50482.03], ["Bertolino", 51647.57], ["Bawa", 72140.88], ["Jaekel", 103146.87], ["Moreira", 71351.42], ["Yazdi", 98333.65], ["Murata", 61387.56], ["Liley", 90891.69], ["Shuming", 108011.81], ["Mahmoud", 99382.59], ["Kenje", 106554.73], ["Kenje", 106554.73], ["Tung", 50482.03], ["Bertolino", 51647.57], ["Lembr", 32241.56], ["Choll", 57807.09], ["Morris", 43770.36], ["Arias", 104563.38], ["Levine", 89805.83], ["Sarkar", 87549.8], ["Hau", 43966.29], ["Gutierrez", 45310.53], ["Atanassov", 84982.92], ["Bancilhon", 87958.01], ["Bietzk", 117836.5], ["Morris", 43770.36], ["Sarkar", 87549.8], ["Luo", 88791.45], ["Pimenta", 79866.95], ["Arias", 104563.38], ["McKinnon", 94333.99], ["Sarkar", 87549.8], ["Gustafsson", 82534.37], ["Arias", 104563.38], ["Mahmoud", 99382.59], ["Lent", 107978.47], ["Mahmoud", 99382.59], ["Gutierrez", 45310.53], ["Dusserre", 66143.25], ["Lembr", 32241.56], ["Kenje", 106554.73], ["Mird", 119921.41], ["Bancilhon", 87958.01], ["Gutierrez", 45310.53], ["Levine", 89805.83], ["Pingr", 59303.62], ["Bourrier", 80797.83], ["Bawa", 72140.88], ["Bourrier", 80797.83], ["Bertolino", 51647.57], ["Bietzk", 117836.5], ["Lent", 107978.47], ["Yazdi", 98333.65], ["Pimenta", 79866.95], ["Moreira", 71351.42], ["Luo", 88791.45], ["Dusserre", 66143.25], ["Kenje", 106554.73], ["Ullman ", 47307.1], ["Lent", 107978.47], ["Vicentino", 34272.67], ["Kenje", 106554.73], ["Yazdi", 98333.65], ["Vicentino", 34272.67], ["Morris", 43770.36], ["Queiroz", 45538.32], ["Sakurai", 118143.98], ["Voronina", 121141.99], ["Soisalon-Soininen", 62579.61], ["Mingoz", 105311.38], ["Morris", 43770.36], ["Lent", 107978.47], ["Murata", 61387.56], ["Bondi", 115469.11]]}, "table_names": "['instructor', 'student', 'advisor']", "table_image_ids": ["TableImg_Tkfy6_50.png", "TableImg_Sepz6_2000.png", "TableImg_I9k8f_2000.png"], "original_data_index": 3314} +{"question": "What is the first and last name of the student participating in the most activities?", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Charles", "Norris"]]}, "table_names": "['Participates_in', 'Student']", "table_image_ids": ["TableImg_3ggt6_70.png", "TableImg_2l7xr_34.png"], "original_data_index": 3315} +{"question": "What are the ids of songs that are available in either mp4 format or have resolution above 720?", "answer": {"columns": ["f_id"], "index": [0, 1, 2, 3], "data": [[1], [3], [4], [6]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_7y4ji_6.png", "TableImg_P550k_6.png"], "original_data_index": 3316} +{"question": "What is the name of the game that has been played the most?", "answer": {"columns": ["GName"], "index": [0], "data": [["Works of Widenius"]]}, "table_names": "['Video_Games', 'Plays_Games']", "table_image_ids": ["TableImg_Cu9is_6.png", "TableImg_0uxec_10.png"], "original_data_index": 3317} +{"question": "What are the different account ids that have made financial transactions, as well as how many transactions correspond to each?", "answer": {"columns": ["account_id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [[1, 1], [3, 1], [4, 1], [5, 1], [6, 1], [8, 1], [9, 1], [10, 2], [11, 1], [12, 1], [13, 1], [14, 1], [15, 2]]}, "table_names": "['Financial_Transactions']", "table_image_ids": ["TableImg_Ea2fe_15.png"], "original_data_index": 3318} +{"question": "What is the student capacity and type of gender for the dorm whose name as the phrase Donor in it?", "answer": {"columns": ["student_capacity", "gender"], "index": [0], "data": [[128, "F"]]}, "table_names": "['Dorm']", "table_image_ids": ["TableImg_H4e62_7.png"], "original_data_index": 3319} +{"question": "Who served as an advisor for students who have treasurer votes in the spring election cycle?", "answer": {"columns": ["Advisor"], "index": [0, 1], "data": [[5718], [7134]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_Ww8me_34.png", "TableImg_88e9q_10.png"], "original_data_index": 3320} +{"question": "Which team has the oldest player?", "answer": {"columns": ["Team"], "index": [0], "data": [["New York Mets"]]}, "table_names": "['player']", "table_image_ids": ["TableImg_Igeka_23.png"], "original_data_index": 3321} +{"question": "how many degrees were conferred between 1998 and 2002?", "answer": {"columns": ["Campus", "sum(T2.degrees)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "data": [["California Maritime Academy", 405], ["California Polytechnic State University-San Luis Obispo", 16402], ["California State Polytechnic University-Pomona", 13493], ["California State University-Bakersfield", 4967], ["California State University-Channel Islands", 2], ["California State University-Chico", 13762], ["California State University-Dominguez Hills", 8681], ["California State University-East Bay", 11622], ["California State University-Fullerton", 23457], ["California State University-Los Angeles", 13032], ["California State University-Monterey Bay", 1626], ["California State University-Northridge", 22141], ["California State University-Sacramento", 20155], ["California State University-San Bernardino", 10959], ["California State University-San Marcos", 5275], ["California State University-Stanislaus", 6181], ["Fresno State University", 14060], ["Humboldt State University", 6963], ["Long Beach State University", 22502], ["San Diego State University", 26418], ["San Francisco State University", 21323], ["San Jose State University", 19945], ["Sonoma State University", 7204]]}, "table_names": "['Campuses', 'degrees']", "table_image_ids": ["TableImg_7164i_23.png", "TableImg_59n1u_320.png"], "original_data_index": 3322} +{"question": "What are the names of all employees who can fly both the Boeing 737-800 and the Airbus A340-300?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3], "data": [["Betty Adams"], ["George Wright"], ["Lisa Walker"], ["Mark Young"]]}, "table_names": "['aircraft', 'employee', 'certificate']", "table_image_ids": ["TableImg_6oi89_16.png", "TableImg_G6bjt_31.png", "TableImg_4qb0n_69.png"], "original_data_index": 3323} +{"question": "Which channels are not owned by CCTV? Give me the channel names.", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Hunan Satellite TV"], ["Anhui Satellite TV"], ["Shandong Satellite TV"]]}, "table_names": "['channel']", "table_image_ids": ["TableImg_4dhfw_10.png"], "original_data_index": 3324} +{"question": "What is the area for the appelation which produced the most wines prior to 2010?", "answer": {"columns": ["Area"], "index": [0], "data": [["North Coast"]]}, "table_names": "['appellations', 'wine']", "table_image_ids": ["TableImg_Bdbyt_57.png", "TableImg_34l2k_500.png"], "original_data_index": 3325} +{"question": "List the number of people injured by perpetrators in ascending order.", "answer": {"columns": ["Injured"], "index": [0, 1, 2, 3, 4], "data": [[0], [3], [16], [37], [80]]}, "table_names": "['perpetrator']", "table_image_ids": ["TableImg_T2bfq_5.png"], "original_data_index": 3326} +{"question": "Find the first names of all instructors who have taught some course and the course code.", "answer": {"columns": ["EMP_FNAME", "CRS_CODE"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["Arnelle", "ACCT-211"], ["Arnelle", "ACCT-211"], ["Robert", "ACCT-211"], ["Ismael", "ACCT-212"], ["Ismael", "ACCT-212"], ["Carlos", "CIS-220"], ["Gerald", "CIS-220"], ["Carlos", "CIS-220"], ["Peter", "CIS-420"], ["Gerald", "QM-261"], ["Gerald", "QM-261"], ["Peter", "QM-362"], ["Peter", "QM-362"]]}, "table_names": "['CLASS', 'EMPLOYEE']", "table_image_ids": ["TableImg_T0nbc_13.png", "TableImg_Jr13a_37.png"], "original_data_index": 3327} +{"question": "Show names of companies and that of employees in descending order of number of years working for that employee.", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2, 3, 4], "data": [["Gazprom", "Reggie Lewis"], ["PetroChina", "Darryl Kennedy"], ["BP", "Tom Sheehey"], ["China Construction Bank", "Brad Lohaus"], ["Volkswagen Group", "Jerry Corcoran"]]}, "table_names": "['people', 'company', 'employment']", "table_image_ids": ["TableImg_Gsiej_7.png", "TableImg_A0771_19.png", "TableImg_4r2ev_5.png"], "original_data_index": 3328} +{"question": "How many distinct official languages are there among countries of players whose positions are defenders.", "answer": {"columns": ["count(DISTINCT T1.Official_native_language)"], "index": [0], "data": [[2]]}, "table_names": "['country', 'match_season']", "table_image_ids": ["TableImg_Zt2uv_6.png", "TableImg_95909_16.png"], "original_data_index": 3329} +{"question": "Find the average age and experience working length of journalists working on different role type.", "answer": {"columns": ["avg(t1.age)", "avg(Years_working)", "Work_Type"], "index": [0, 1, 2], "data": [[43.0, 16.5, "Host"], [35.5, 14.0, "Music"], [30.3333333333, 4.6666666667, "Screening"]]}, "table_names": "['journalist', 'news_report']", "table_image_ids": ["TableImg_57151_11.png", "TableImg_Zqhpw_7.png"], "original_data_index": 3330} +{"question": "Return the description of the product called \"Chocolate\".", "answer": {"columns": ["product_description"], "index": [0], "data": [["Handmade chocolate"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Lvcpc_4.png"], "original_data_index": 3331} +{"question": "What are the names of the instructors in the Comp. Sci. department who earn more than 80000?", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Bondi"], ["Bourrier"]]}, "table_names": "['instructor']", "table_image_ids": ["TableImg_O05zx_50.png"], "original_data_index": 3332} +{"question": "Find the number of distinct room types available.", "answer": {"columns": ["count(DISTINCT roomtype)"], "index": [0], "data": [[1]]}, "table_names": "['Room']", "table_image_ids": ["TableImg_Y2whd_36.png"], "original_data_index": 3333} +{"question": "What is the name of the tallest building?", "answer": {"columns": ["Name"], "index": [0], "data": [["100 North Tampa"]]}, "table_names": "['building']", "table_image_ids": ["TableImg_5efwi_8.png"], "original_data_index": 3334} +{"question": "List the snatch score and clean jerk score of body builders in ascending order of snatch score.", "answer": {"columns": ["Snatch", "Clean_Jerk"], "index": [0, 1, 2, 3, 4], "data": [[130.0, 162.5], [137.5, 177.5], [137.5, 175.0], [140.0, 175.0], [142.5, 175.0]]}, "table_names": "['body_builder']", "table_image_ids": ["TableImg_Ne7pl_5.png"], "original_data_index": 3335} +{"question": "Find the average number of followers for the users who do not have any tweet.", "answer": {"columns": ["avg(followers)"], "index": [0], "data": [[47188159.0]]}, "table_names": "['tweets', 'user_profiles']", "table_image_ids": ["TableImg_Yx9vs_8.png", "TableImg_3bepe_7.png"], "original_data_index": 3336} +{"question": "What are the ids of the students who registered for course 301 most recently?", "answer": {"columns": ["student_id"], "index": [0], "data": [[171]]}, "table_names": "['Student_Course_Attendance']", "table_image_ids": ["TableImg_Fox2z_8.png"], "original_data_index": 3337} +{"question": "How many students are taught by teacher TARRING LEIA?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['list', 'teachers']", "table_image_ids": ["TableImg_Da04u_60.png", "TableImg_Auiqu_12.png"], "original_data_index": 3338} +{"question": "What are the themes of competitions that have corresponding host cities with more than 1000 residents?", "answer": {"columns": ["Theme"], "index": [0, 1, 2], "data": [["Carnival M is back!"], ["Codehunters"], ["MTV Asia Aid"]]}, "table_names": "['city', 'farm_competition']", "table_image_ids": ["TableImg_Owfbz_5.png", "TableImg_8m9y7_6.png"], "original_data_index": 3339} +{"question": "Find the name of all students who were in the tryout sorted in alphabetic order.", "answer": {"columns": ["pName"], "index": [0, 1, 2, 3, 4, 5], "data": [["Andrew"], ["Andrew"], ["Blake"], ["Charles"], ["David"], ["Eddie"]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_Ym5jj_6.png", "TableImg_E3q4m_6.png"], "original_data_index": 3340} +{"question": "Give me the theme and location of each party.", "answer": {"columns": ["Party_Theme", "Location"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Spring", "Hemkade 48 Zaandam"], ["Club Q-BASE", "Hemkade 48 Zaandam"], ["Hardcore Resurrection", "Various locations"], ["Teqnology", "Heineken Music Hall Amsterdam"], ["Qlubtempo", "Hemkade 48 Zaandam, Heineken Music Hall Amsterdam"], ["QrimeTime", "Heineken Music Hall Amsterdam"], ["In Qontrol", "RAI Amsterdam"], ["Houseqlassics", "Various locations"]]}, "table_names": "['party']", "table_image_ids": ["TableImg_B64qw_8.png"], "original_data_index": 3341} +{"question": "Find the names of departments that are located in Houston.", "answer": {"columns": ["Dname"], "index": [0, 1], "data": [["Headquarters"], ["Research"]]}, "table_names": "['department', 'dept_locations']", "table_image_ids": ["TableImg_Hty34_3.png", "TableImg_Qvzqw_5.png"], "original_data_index": 3342} +{"question": "Return the name of the member who is in charge of the most events.", "answer": {"columns": ["Member_Name"], "index": [0], "data": [["Hon John Anderson"]]}, "table_names": "['member', 'party_events']", "table_image_ids": ["TableImg_7x0zw_15.png", "TableImg_Watvf_8.png"], "original_data_index": 3343} +{"question": "For each sex, what is the name and sex of the candidate with the oppose rate for their sex?", "answer": {"columns": ["Name", "Sex", "min(oppose_rate)"], "index": [0, 1], "data": [["St\u00c3\u00a9phane Antiga", "F", 0.32], ["Lo\u00c3\u00afc De Kergret", "M", 0.32]]}, "table_names": "['candidate', 'people']", "table_image_ids": ["TableImg_Ojzjk_6.png", "TableImg_Uz4j1_9.png"], "original_data_index": 3344} +{"question": "Who are the nominees who were nominated for either of the Bob Fosse or Cleavant Derricks awards?", "answer": {"columns": ["Nominee"], "index": [0, 1, 2, 3], "data": [["Bob Fosse"], ["Cleavant Derricks"], ["Bob Fosse"], ["Bob Fosse"]]}, "table_names": "['musical']", "table_image_ids": ["TableImg_Vc6t1_7.png"], "original_data_index": 3345} +{"question": "Find the id of the order made most recently.", "answer": {"columns": ["order_id"], "index": [0], "data": [[5]]}, "table_names": "['Orders']", "table_image_ids": ["TableImg_Zyiot_15.png"], "original_data_index": 3346} +{"question": "How many members does the club \"Tennis Club\" has?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_2jk42_34.png", "TableImg_3fl1w_4.png", "TableImg_C4jf3_4.png"], "original_data_index": 3347} +{"question": "What is the name of the marketing region that the store Rob Dinning belongs to?", "answer": {"columns": ["Marketing_Region_Name"], "index": [0], "data": [["Canada"]]}, "table_names": "['Marketing_Regions', 'Stores']", "table_image_ids": ["TableImg_Pc7sm_8.png", "TableImg_Sxvg4_10.png"], "original_data_index": 3348} +{"question": "How many students who are female are allergic to milk or eggs?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['Has_Allergy', 'Student']", "table_image_ids": ["TableImg_425v1_59.png", "TableImg_Mg2d0_34.png"], "original_data_index": 3349} +{"question": "What is the total count of enzymes?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[8]]}, "table_names": "['enzyme']", "table_image_ids": ["TableImg_Qr0dv_8.png"], "original_data_index": 3350} +{"question": "What are the names of all students who tried out in alphabetical order?", "answer": {"columns": ["pName"], "index": [0, 1, 2, 3, 4, 5], "data": [["Andrew"], ["Andrew"], ["Blake"], ["Charles"], ["David"], ["Eddie"]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_7vi8l_6.png", "TableImg_Sdumj_6.png"], "original_data_index": 3351} +{"question": "What is the average salary for each job title?", "answer": {"columns": ["JOB_TITLE", "AVG(salary)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["Accountant", 7920.0], ["Accounting Manager", 12000.0], ["Administration Assistant", 4400.0], ["Administration Vice President", 17000.0], ["Finance Manager", 12000.0], ["Human Resources Representative", 6500.0], ["Marketing Manager", 13000.0], ["Marketing Representative", 6000.0], ["President", 24000.0], ["Programmer", 5760.0], ["Public Accountant", 8300.0], ["Public Relations Representative", 10000.0], ["Purchasing Clerk", 2780.0], ["Purchasing Manager", 11000.0], ["Sales Manager", 12200.0], ["Sales Representative", 8350.0], ["Shipping Clerk", 3215.0], ["Stock Clerk", 2785.0], ["Stock Manager", 7280.0]]}, "table_names": "['jobs', 'employees']", "table_image_ids": ["TableImg_7bzoz_19.png", "TableImg_S7t4n_107.png"], "original_data_index": 3352} +{"question": "What is the total account balance for customers with a credit score of above 100 for the different states?", "answer": {"columns": ["sum(acc_bal)", "state"], "index": [0], "data": [[800000, "New York"]]}, "table_names": "['customer']", "table_image_ids": ["TableImg_C1ldz_3.png"], "original_data_index": 3353} +{"question": "Show the party with drivers from Hartford and drivers older than 40.", "answer": {"columns": ["Party"], "index": [0, 1, 2, 3], "data": [["Dem"], ["Dem"], ["Dem"], ["Dem"]]}, "table_names": "['driver']", "table_image_ids": ["TableImg_Xbxko_12.png"], "original_data_index": 3354} +{"question": "Find the name of companies that do not make DVD drive.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Fujitsu"], ["Iomega"], ["Sony"], ["Winchester"]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_Mrq8o_6.png", "TableImg_C7qaq_11.png"], "original_data_index": 3355} +{"question": "What are the distinct names of customers with an order status of Pending, sorted by customer id?", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3], "data": [["Lexus"], ["Cristobal"], ["Karson"], ["Kenya"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_K13gn_15.png", "TableImg_Qtkww_15.png"], "original_data_index": 3356} +{"question": "What is the maximum, minimum and average market share of the listed browsers?", "answer": {"columns": ["max(market_share)", "min(market_share)", "avg(market_share)"], "index": [0], "data": [[28.96, 1.2, 14.2025]]}, "table_names": "['browser']", "table_image_ids": ["TableImg_Iat0l_4.png"], "original_data_index": 3357} +{"question": "What are the location and nickname of each school?", "answer": {"columns": ["Location", "Nickname"], "index": [0, 1, 2, 3, 4, 5], "data": [["Milsons Point", "Tigers"], ["Hornsby", "Auks"], ["Bellevue Hill", "Buccaneers"], ["Wahroonga", "Raiders"], ["Summer Hill", "Seahawks"], ["Waverley", "Silver Eagles"]]}, "table_names": "['school', 'school_details']", "table_image_ids": ["TableImg_Tfaqm_6.png", "TableImg_Qaaqw_6.png"], "original_data_index": 3358} +{"question": "Show the protein name and the institution name.", "answer": {"columns": ["protein_name", "Institution"], "index": [0, 1, 2, 3, 4], "data": [["uncharacterized protein C20orf117-like", "Dakota State University"], ["uncharacterized protein LOC578090", "Haskell Indian Nations University"], ["Centromeric protein E, putative", "Lindenwood University\u00e2\u0080\u0093Belleville"], ["conserved hypothetical protein", "Lindenwood University\u00e2\u0080\u0093Belleville"], ["surface antigen repeat family protein", "Valley City State University"]]}, "table_names": "['Institution', 'protein']", "table_image_ids": ["TableImg_Waw3b_11.png", "TableImg_Wtdvg_5.png"], "original_data_index": 3359} +{"question": "Which customer, who has made at least one payment, has spent the least money? List his or her first name, last name, and the id.", "answer": {"columns": ["first_name", "last_name", "customer_id"], "index": [0], "data": [["CAROLINE", "BOWMAN", 248]]}, "table_names": "['customer', 'payment']", "table_image_ids": ["TableImg_0nqem_599.png", "TableImg_Xsdsw_16049.png"], "original_data_index": 3360} +{"question": "Which apartment type code appears the most often?", "answer": {"columns": ["apt_type_code"], "index": [0], "data": [["Flat"]]}, "table_names": "['Apartments']", "table_image_ids": ["TableImg_Rklm7_15.png"], "original_data_index": 3361} +{"question": "What are the different product names, and what is the sum of quantity ordered for each product?", "answer": {"columns": ["product_name", "sum(T1.product_quantity)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Arts", 5], ["Beer Menus", 2], ["Chocolate", 1], ["Fans", 9], ["Hard Drive", 10], ["Harry Potter 2", 8], ["Harry Potter 3", 15], ["Harry Potter 4", 3], ["Learning English", 5], ["TV", 7]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_Oc9u3_15.png", "TableImg_Zxdvj_15.png"], "original_data_index": 3362} +{"question": "What are the names of the different customers who have taken out a loan, ordered by the total amount that they have taken?", "answer": {"columns": ["cust_name"], "index": [0, 1], "data": [["Owen"], ["Mary"]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_8x9v3_3.png", "TableImg_A7s2v_3.png"], "original_data_index": 3363} +{"question": "What is the payment method code and party phone of the party with the email 'enrico09@example.com'?", "answer": {"columns": ["payment_method_code", "party_phone"], "index": [0], "data": [["Cheque", "05374656172"]]}, "table_names": "['Parties']", "table_image_ids": ["TableImg_Esoiu_15.png"], "original_data_index": 3364} +{"question": "What is the id, forename, and number of races for all drivers that have participated in at least 2 races?", "answer": {"columns": ["driverId", "forename", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669], "data": [[1, "Lewis", 208], [2, "Nick", 184], [3, "Nico", 206], [4, "Fernando", 293], [5, "Heikki", 112], [6, "Kazuki", 36], [7, "S\u00cc\u00a9bastien", 27], [8, "Kimi", 273], [9, "Robert", 76], [10, "Timo", 95], [11, "Takuma", 91], [12, "Nelson", 28], [13, "Felipe", 271], [14, "David", 247], [15, "Jarno", 256], [16, "Adrian", 128], [17, "Mark", 217], [18, "Jenson", 309], [19, "Anthony", 24], [20, "Sebastian", 199], [21, "Giancarlo", 231], [22, "Rubens", 326], [23, "Ralf", 180], [24, "Vitantonio", 81], [25, "Alexander", 69], [26, "Scott", 28], [27, "Christijan", 46], [29, "Sakon", 21], [30, "Michael", 308], [31, "Juan", 95], [32, "Christian", 51], [33, "Tiago", 37], [34, "Yuji", 4], [35, "Jacques", 165], [36, "Franck", 7], [37, "Pedro", 107], [38, "Robert", 11], [39, "Narain", 48], [40, "Patrick", 11], [41, "Ricardo", 38], [42, "Ant\u00cc\u00abnio", 20], [43, "Cristiano", 28], [44, "Olivier", 158], [45, "Giorgio", 14], [46, "Gianmaria", 18], [47, "Zsolt", 20], [48, "Marc", 36], [49, "Heinz-Harald", 159], [50, "Jos", 107], [51, "Justin", 16], [52, "Ralph", 14], [53, "Nicolas", 5], [54, "Luciano", 15], [55, "Jean", 202], [56, "Eddie", 147], [57, "Mika", 165], [58, "Tarso", 26], [59, "Enrique", 29], [60, "Gast\u00ef\u00bf\u00bd_n", 21], [61, "Tom\u00ef\u00bf\u00bd\u00ef\u00bf\u00bd\u00ef\u00bf\u00bd\u00ef\u00bf\u00bd", 3], [62, "Alex", 16], [63, "Mika", 111], [64, "Pedro", 99], [65, "Johnny", 165], [66, "Allan", 17], [67, "S\u00cc\u00a9bastien", 55], [68, "Toranosuke", 32], [69, "Luca", 58], [70, "Alessandro", 44], [71, "Damon", 122], [73, "Ricardo", 30], [74, "Esteban", 16], [75, "Shinji", 33], [76, "Jan", 25], [77, "Gerhard", 210], [78, "Nicola", 75], [79, "Ukyo", 97], [81, "Gianni", 70], [82, "Norberto", 4], [83, "Pedro", 32], [84, "Martin", 165], [85, "Andrea", 28], [86, "Giovanni", 10], [87, "Mark", 63], [88, "Aguri", 88], [89, "Taki", 18], [90, "Roberto", 74], [91, "Karl", 42], [92, "Bertrand", 84], [93, "Domenico", 7], [94, "Pierluigi", 123], [95, "Nigel", 192], [96, "Jean-Christophe", 11], [97, "Massimiliano", 7], [98, "Jean-Denis", 3], [99, "Gabriele", 78], [100, "\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdrik", 63], [101, "David", 30], [102, "Ayrton", 162], [103, "\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdric", 47], [104, "Christian", 43], [105, "Michele", 215], [106, "Olivier", 10], [107, "Roland", 3], [108, "Paul", 27], [109, "Jyrki", 70], [110, "Andrea", 214], [111, "Jean-Marc", 9], [112, "Philippe", 115], [113, "Philippe", 2], [114, "Yannick", 50], [115, "Hideki", 3], [116, "Franck", 2], [117, "Alain", 202], [118, "Derek", 162], [119, "Riccardo", 257], [120, "Fabrizio", 20], [121, "Michael", 13], [122, "Ivan", 98], [123, "Thierry", 164], [125, "Emanuele", 6], [126, "Toshio", 2], [127, "Maur\u00ef\u00bf\u00bd_cio", 80], [128, "Eric", 29], [129, "Olivier", 62], [130, "Andrea", 10], [131, "Stefano", 81], [132, "Giovanna", 3], [133, "Alex", 75], [134, "Enrico", 6], [135, "Perry", 7], [136, "Jan", 41], [137, "Nelson", 207], [138, "Satoru", 80], [139, "Emanuele", 40], [140, "Stefan", 103], [141, "Julian", 20], [142, "Pedro", 13], [143, "Michael", 4], [144, "Naoki", 2], [145, "Alessandro", 77], [146, "Bernd", 32], [147, "Paolo", 15], [148, "Gregor", 22], [149, "Claudio", 14], [150, "Gary", 2], [151, "Martin", 15], [152, "Bruno", 82], [153, "Jaime", 46], [154, "Romain", 124], [155, "Kamui", 76], [156, "Jonathan", 88], [157, "Christian", 47], [158, "Eddie", 143], [159, "Luis", 32], [160, "Piercarlo", 111], [161, "Volker", 10], [162, "Pierre-Henri", 17], [163, "Ren\u00cc\u00a9", 164], [164, "Joachim", 7], [165, "Oscar", 21], [166, "Philippe", 54], [167, "Adri\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdn", 21], [168, "Jean-Louis", 2], [169, "Pascal", 12], [170, "Teo", 70], [171, "Franco", 2], [172, "Jacques", 180], [173, "Elio", 110], [174, "Johnny", 16], [175, "Patrick", 122], [176, "Marc", 88], [177, "Keke", 128], [178, "Alan", 117], [179, "Huub", 28], [180, "Allen", 9], [181, "Manfred", 55], [182, "Niki", 174], [183, "Fran\u00cc\u00a4ois", 20], [184, "Mauro", 41], [185, "Stefan", 22], [186, "Kenny", 9], [187, "John", 154], [188, "Johnny", 23], [189, "Jo", 8], [190, "Corrado", 19], [191, "Mike", 5], [192, "Chico", 32], [193, "Danny", 15], [194, "Eliseo", 37], [195, "Roberto", 29], [196, "Raul", 30], [197, "Jean-Pierre", 143], [198, "Jacques", 3], [199, "Carlos", 146], [200, "Jochen", 114], [201, "Slim", 15], [202, "Didier", 72], [203, "Gilles", 68], [204, "Riccardo", 8], [205, "Brian", 37], [206, "Derek", 64], [207, "Mario", 129], [208, "Emilio", 14], [209, "Geoff", 12], [210, "Tommy", 5], [211, "Rupert", 37], [212, "Hector", 58], [213, "Beppe", 17], [214, "Kevin", 2], [215, "Miguel \u00cc\u0081ngel", 4], [216, "Siegfried", 13], [217, "Ricardo", 11], [219, "Jean-Pierre", 55], [220, "Giorgio", 2], [221, "Patrick", 95], [222, "Jody", 113], [223, "Clay", 138], [224, "Emerson", 149], [225, "Dave", 7], [227, "Tiff", 2], [229, "Harald", 29], [230, "Vittorio", 78], [231, "James", 93], [232, "Arturo", 84], [233, "Hans-Joachim", 81], [234, "Gianfranco", 3], [235, "Jacky", 121], [236, "Patrick", 5], [237, "Alex", 20], [238, "Ronnie", 123], [239, "Brett", 42], [240, "Danny", 6], [241, "Lamberto", 5], [242, "Divina", 3], [243, "Rolf", 61], [244, "Alberto", 3], [245, "Tony", 6], [246, "Hans", 15], [247, "Michael", 5], [249, "Bobby", 2], [250, "Carlos", 73], [251, "Ian", 20], [252, "Tom", 42], [253, "Ingo", 6], [254, "Renzo", 7], [255, "Gunnar", 32], [256, "Larry", 15], [257, "Boy", 7], [258, "Patrick", 13], [259, "David", 11], [260, "Conny", 5], [262, "Jackie", 51], [263, "Mikko", 2], [265, "Guy", 16], [267, "Vern", 12], [269, "Teddy", 4], [270, "Ian", 11], [271, "Loris", 6], [273, "Kazuyoshi", 2], [274, "Noritake", 2], [275, "Lella", 17], [276, "Bob", 12], [277, "Michel", 8], [278, "Chris", 106], [280, "Henri", 59], [282, "Damien", 2], [283, "Mike", 8], [284, "Alessandro", 4], [285, "Otto", 3], [288, "Mark", 15], [289, "Graham", 179], [290, "Wilson", 38], [292, "Eddie", 3], [293, "Dave", 13], [294, "Tony", 10], [295, "Roelof", 6], [296, "Fran\u00cc\u00a4ois", 15], [297, "Torsten", 2], [298, "Gijs", 9], [299, "Hiroshi", 2], [300, "John", 2], [302, "Jim", 2], [304, "Denny", 112], [305, "Mike", 51], [306, "Jean-Pierre", 87], [307, "Howden", 39], [308, "Richard", 4], [309, "Peter", 31], [310, "Paddy", 2], [311, "Tom", 4], [312, "Brian", 13], [313, "Rikky", 13], [314, "Tim", 36], [315, "G\u00cc\u00a9rard", 2], [316, "Leo", 6], [317, "Reine", 23], [319, "Jos\u00cc\u00a9", 3], [320, "Peter", 30], [321, "Derek", 14], [322, "David", 7], [324, "Helmuth", 3], [326, "Eppie", 2], [327, "Fran\u00cc\u00a4ois", 47], [328, "Jackie", 100], [329, "Mike", 29], [330, "Nanni", 17], [332, "George", 12], [333, "Andrea", 35], [334, "Jackie", 4], [335, "Roger", 2], [337, "Helmut", 9], [338, "David", 11], [339, "Alex", 9], [340, "John", 10], [341, "John", 112], [342, "Skip", 6], [343, "Bill", 3], [344, "Sam", 2], [345, "Pedro", 54], [346, "Jo", 100], [347, "Jo", 109], [350, "Vic", 13], [351, "Silvio", 18], [352, "George", 13], [353, "Pete", 11], [354, "Chris", 2], [356, "Jack", 129], [357, "John", 15], [358, "Jochen", 62], [359, "Johnny", 12], [360, "Bruce", 103], [361, "Piers", 29], [362, "Peter", 4], [363, "Ignazio", 4], [364, "Dan", 87], [365, "Hubert", 3], [368, "Sam", 6], [369, "Basil", 2], [370, "Richard", 17], [371, "Al", 2], [373, "Jim", 72], [374, "Mike", 36], [375, "Ludovico", 13], [376, "Lucien", 19], [377, "Jo", 2], [379, "Kurt", 2], [380, "Frank", 9], [382, "Mois\u00cc\u00a9s", 8], [383, "Bob", 26], [385, "Lorenzo", 44], [386, "Richie", 54], [387, "Mike", 7], [388, "Chris", 10], [389, "Guy", 13], [390, "Alan", 2], [392, "Mike", 2], [394, "Giancarlo", 26], [396, "Bob", 9], [397, "Peter", 15], [398, "Vic", 2], [399, "John", 5], [400, "Chris", 2], [401, "Trevor", 29], [402, "Giacomo", 3], [403, "Phil", 52], [404, "Innes", 55], [405, "Ronnie", 11], [406, "Paul", 3], [407, "David", 2], [408, "Tony", 27], [409, "Trevor", 2], [410, "Neville", 3], [411, "Doug", 3], [412, "Brausch", 2], [413, "Ernie", 3], [418, "Masten", 45], [420, "Ian", 7], [423, "Gerhard", 5], [424, "Roberto", 4], [425, "Nino", 5], [427, "Maurice", 87], [428, "Bernard", 6], [429, "Andr\u00cc\u00a9", 15], [430, "Carel Godin", 31], [431, "Edgar", 7], [432, "M\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdrio de Ara\u00cc\u00bcjo", 5], [433, "Walt", 4], [434, "Hap", 6], [435, "Willy", 12], [436, "John", 5], [437, "Ian", 26], [438, "Tony", 10], [439, "Nasif", 5], [440, "Jim", 12], [441, "Tim", 4], [442, "Kurt", 2], [444, "Roberto", 3], [445, "G\u00ef\u00bf\u00bd_nther", 2], [446, "Carlo", 2], [447, "Gaetano", 2], [449, "Rodger", 12], [453, "Jackie", 11], [454, "Ricardo", 6], [455, "Wolfgang", 13], [456, "Roy", 51], [459, "Tony", 9], [460, "Gerry", 5], [461, "Heinz", 2], [462, "Colin", 3], [463, "Jay", 3], [464, "Tony", 3], [465, "Keith", 7], [467, "Ernesto", 2], [468, "Roger", 2], [475, "Stirling", 73], [476, "Wolfgang", 28], [477, "Cliff", 18], [478, "Hans", 20], [479, "Tony", 41], [480, "Michael", 4], [481, "Henry", 10], [482, "Olivier", 17], [483, "Giorgio", 15], [484, "Brian", 9], [486, "Jack", 13], [487, "Massimo", 2], [489, "Renato", 2], [491, "Alfonso", 2], [494, "Lloyd", 2], [496, "Carlos", 12], [498, "Jos\u00cc\u00a9 Froil\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdn", 29], [500, "Gino", 4], [501, "Harry", 64], [502, "Alan", 7], [505, "Chris", 4], [506, "Bruce", 9], [507, "Chuck", 6], [508, "Lance", 4], [509, "Jim", 12], [510, "Paul", 3], [511, "Don", 2], [512, "Johnny", 9], [513, "Eddie", 9], [514, "Bob", 5], [516, "Bob", 5], [517, "Red", 2], [518, "Duane", 10], [519, "Bill", 3], [520, "Gene", 9], [521, "Chuck", 7], [522, "Bobby", 2], [523, "Shorty", 3], [525, "Jimmy", 9], [526, "Troy", 9], [527, "Eddie", 4], [528, "Don", 8], [529, "Tony", 13], [531, "Anthony", 3], [532, "Eddie", 4], [533, "Johnny", 6], [534, "Gene", 2], [535, "Jim", 2], [536, "Len", 3], [537, "Dick", 5], [538, "Al", 5], [539, "Dempsey", 2], [540, "Mike", 2], [541, "Ron", 15], [542, "David", 3], [543, "Giulio", 4], [547, "Horace", 18], [549, "Ivor", 6], [551, "Maria", 5], [553, "Andr\u00cc\u00a9", 2], [554, "Jean", 57], [555, "Paul", 9], [556, "Jimmy", 7], [558, "Al", 5], [559, "Pat", 6], [560, "Bill", 3], [561, "Ray", 3], [562, "Jack", 4], [563, "Chuck", 4], [564, "Jud", 2], [565, "Mike", 3], [566, "Carroll", 9], [567, "Fritz", 3], [573, "Alessandro", 2], [577, "Luigi", 26], [578, "Mike", 48], [579, "Juan", 58], [580, "Paco", 14], [581, "Peter", 37], [583, "Gerino", 7], [585, "Paul", 2], [586, "Luigi", 9], [589, "Louis", 17], [590, "Stuart", 14], [592, "Jimmy", 6], [593, "Johnnie", 10], [594, "Johnnie", 3], [595, "Billy", 2], [596, "Ed", 5], [597, "Pat", 5], [601, "Dick", 2], [606, "Alfonso", 6], [607, "Cesare", 9], [608, "Eugenio", 17], [609, "Andr\u00cc\u00a9", 12], [610, "Les", 3], [611, "Sam", 9], [612, "Andy", 11], [613, "Marshall", 4], [615, "Fred", 8], [619, "Bob", 7], [620, "Umberto", 10], [622, "Chico", 6], [623, "Alberto", 2], [624, "Hernando", 8], [625, "\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdlie", 7], [626, "Robert", 29], [627, "Louis", 39], [628, "Bob", 5], [629, "Cliff", 3], [630, "Duke", 4], [631, "Keith", 2], [632, "Paul", 11], [633, "Luigi", 35], [638, "Ottorino", 3], [640, "Toulo", 23], [641, "Piero", 18], [642, "Nino", 37], [643, "Roberto", 17], [644, "Sergio", 9], [645, "Clemar", 5], [647, "Alberto", 36], [648, "Karl", 12], [649, "Pablo", 2], [650, "Jacques", 5], [651, "Lance", 15], [653, "Jimmy", 6], [654, "Walt", 5], [655, "Cal", 3], [656, "Art", 4], [657, "Bill", 5], [658, "Jack", 6], [659, "Jerry", 5], [660, "Johnny", 25], [661, "Peter", 4], [663, "Ken", 16], [664, "Kenneth", 7], [665, "Leslie", 2], [666, "Tony", 3], [667, "John", 2], [669, "Prince", 19], [670, "Onofre", 12], [672, "Jorge", 2], [673, "Mike", 3], [675, "Manny", 4], [677, "Travis", 4], [679, "Ernie", 2], [680, "Jacques", 7], [681, "Georges", 2], [686, "Reg", 7], [687, "Peter", 12], [688, "Eric", 5], [689, "Alan", 9], [690, "Rodney", 2], [691, "Hermann", 2], [692, "Theo", 3], [693, "Fred", 3], [697, "Felice", 17], [699, "Duke", 3], [700, "Carl", 2], [701, "Bill", 2], [702, "Bob", 5], [703, "Arthur", 2], [704, "Yves", 13], [705, "Tony", 2], [708, "Duncan", 5], [709, "Ernst", 2], [710, "Rudolf", 2], [712, "Willi", 2], [715, "G\u00ef\u00bf\u00bd_nther", 2], [717, "Hans", 4], [720, "Max", 2], [721, "Peter", 5], [722, "Piero", 3], [723, "Rudi", 7], [724, "Toni", 2], [725, "George", 2], [726, "George", 3], [728, "Joe", 2], [729, "Bill", 3], [730, "George", 3], [731, "Henry", 3], [732, "Johnny", 3], [733, "Chet", 2], [734, "Bobby", 2], [735, "Charles", 3], [736, "Roger", 2], [738, "Tony", 4], [740, "Franco", 2], [741, "Philippe", 12], [742, "Dennis", 2], [744, "Ken", 2], [746, "Gino", 4], [747, "David", 4], [748, "Eitel", 3], [749, "Bill", 3], [756, "Paul", 3], [759, "Jan", 2], [762, "Franco", 5], [763, "Consalvo", 5], [764, "Guy", 3], [765, "Henri", 2], [766, "Lee", 2], [768, "Mauri", 2], [770, "Cecil", 2], [771, "Walt", 2], [772, "Mack", 2], [773, "Pierre", 6], [774, "Eug\u00cc\u00acne", 3], [776, "Joe", 2], [778, "Brian", 2], [780, "Toni", 3], [784, "David", 2], [785, "Geoff", 2], [786, "Luigi", 8], [787, "Cuth", 3], [789, "Eug\u00cc\u00acne", 2], [793, "Raymond", 5], [797, "Jackie", 2], [799, "Jimmy", 2], [807, "Nico", 137], [808, "Vitaly", 58], [810, "Lucas", 19], [811, "Bruno", 46], [812, "Karun", 11], [813, "Pastor", 96], [814, "Paul", 59], [815, "Sergio", 136], [816, "J\u00cc\u00a9r\u00cc\u00abme", 20], [817, "Daniel", 129], [818, "Jean-\u00ef\u00bf\u00bd\u00ef\u00bf\u00bdric", 58], [819, "Charles", 39], [820, "Max", 35], [821, "Esteban", 59], [822, "Valtteri", 98], [823, "Giedo", 19], [824, "Jules", 34], [825, "Kevin", 61], [826, "Daniil", 74], [828, "Marcus", 76], [829, "Will", 19], [830, "Max", 60], [831, "Felipe", 40], [832, "Carlos", 60], [833, "Roberto", 13], [834, "Alexander", 5], [835, "Jolyon", 37], [836, "Pascal", 39], [837, "Rio", 12], [838, "Stoffel", 21], [839, "Esteban", 29], [840, "Lance", 20], [841, "Antonio", 2], [842, "Pierre", 5], [843, "Brendon", 4]]}, "table_names": "['races', 'drivers', 'results']", "table_image_ids": ["TableImg_Yvvp7_997.png", "TableImg_Fa9em_842.png", "TableImg_61esk_23777.png"], "original_data_index": 3365} +{"question": "Show the names of people, and dates and venues of debates they are on the affirmative side.", "answer": {"columns": ["Name", "Date", "Venue"], "index": [0, 1, 2, 3, 4], "data": [["Luther C. Carter", "October 21, 2011", "Manama , Bahrain"], ["Thomas J. Barr", "August 3, 2015", "Manama , Bahrain"], ["William B. Maclay", "October 27, 2015", "Manama , Bahrain"], ["James Humphrey", "January 12, 2017", "Dubai , UAE"], ["William B. Maclay", "January 21, 2017", "Abu Dhabi , UAE"]]}, "table_names": "['people', 'debate', 'debate_people']", "table_image_ids": ["TableImg_Xgb0m_10.png", "TableImg_8qnrx_6.png", "TableImg_F0kz2_5.png"], "original_data_index": 3366} +{"question": "List the names of all songs that have 4 minute duration or are in English.", "answer": {"columns": ["song_name"], "index": [0, 1, 2, 3], "data": [["Aj ei akash"], ["Ami opar hoye"], ["Just beat it"], ["My love"]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_66um0_6.png", "TableImg_3e34h_6.png"], "original_data_index": 3367} +{"question": "What is the total number of students enrolled in schools without any goalies?", "answer": {"columns": ["sum(enr)"], "index": [0], "data": [[41000]]}, "table_names": "['College', 'Tryout']", "table_image_ids": ["TableImg_Uqk28_4.png", "TableImg_R7q57_6.png"], "original_data_index": 3368} +{"question": "List the distinct positions of pilots older than 30.", "answer": {"columns": ["Position"], "index": [0, 1], "data": [["Center Team"], ["Forward-Center Team"]]}, "table_names": "['pilot']", "table_image_ids": ["TableImg_09d7j_5.png"], "original_data_index": 3369} +{"question": "What is the description of document type 'Paper'?", "answer": {"columns": ["document_type_description"], "index": [0], "data": [["u"]]}, "table_names": "['Ref_Document_Types']", "table_image_ids": ["TableImg_W6g1z_3.png"], "original_data_index": 3370} +{"question": "Tell me the total quantity of products bought by the customer called \"Rodrick Heaney\".", "answer": {"columns": ["sum(t3.order_quantity)"], "index": [0], "data": [[21]]}, "table_names": "['Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_5w7rp_15.png", "TableImg_K9nmo_15.png", "TableImg_3wdng_15.png"], "original_data_index": 3371} +{"question": "What are the ids of all male students who do not play football?", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23], "data": [[1004], [1005], [1006], [1009], [1010], [1011], [1012], [1014], [1016], [1017], [1018], [1019], [1020], [1021], [1022], [1023], [1025], [1026], [1027], [1028], [1029], [1032], [1033], [1034]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_Yi2c7_34.png", "TableImg_5yvvl_14.png"], "original_data_index": 3372} +{"question": "Count the number of people of each sex who have a weight higher than 85.", "answer": {"columns": ["count(*)", "Sex"], "index": [0, 1], "data": [[2, "F"], [4, "M"]]}, "table_names": "['people']", "table_image_ids": ["TableImg_556lc_9.png"], "original_data_index": 3373} +{"question": "Find the names of customers who never placed an order.", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Alexane Kilback"], ["Devin Mills"], ["Dr. Julia Wuckert MD"], ["Maudie Kertzmann"], ["Miss Aliyah Witting"], ["Mozell Morissette"], ["Tillman Ernser"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_9ohzu_15.png", "TableImg_Ow3j0_15.png"], "original_data_index": 3374} +{"question": "Return the number of routes with destination airport in Italy operated by the airline with name 'American Airlines'.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[13]]}, "table_names": "['routes', 'airports', 'airlines']", "table_image_ids": ["TableImg_Mjymd_67240.png", "TableImg_8xgbw_7184.png", "TableImg_Uub0j_6162.png"], "original_data_index": 3375} +{"question": "Show all the distinct institution types.", "answer": {"columns": ["Type"], "index": [0, 1, 2], "data": [["Private"], ["Public"], ["Tribal"]]}, "table_names": "['Institution']", "table_image_ids": ["TableImg_Ov14h_11.png"], "original_data_index": 3376} +{"question": "What are the description and credit of the course which the student whose last name is Smithson took?", "answer": {"columns": ["CRS_DESCRIPTION", "CRS_CREDIT"], "index": [0, 1, 2], "data": [["Accounting I", 3.0], ["Intro. to Microcomputing", 3.0], ["Intro. to Statistics", 3.0]]}, "table_names": "['CLASS', 'COURSE', 'ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_32o74_13.png", "TableImg_5zpgz_6.png", "TableImg_Iyi8k_6.png", "TableImg_7l03n_8.png"], "original_data_index": 3377} +{"question": "Give the different reigns of wrestlers who are not located in Tokyo, Japan.", "answer": {"columns": ["Reign"], "index": [0, 1], "data": [["1"], ["2"]]}, "table_names": "['wrestler']", "table_image_ids": ["TableImg_0mqll_10.png"], "original_data_index": 3378} +{"question": "What are the name and code of the location with the smallest number of documents?", "answer": {"columns": ["Location_Name", "Location_Code"], "index": [0], "data": [["Nanjing", "n"]]}, "table_names": "['Ref_Locations', 'Document_Locations']", "table_image_ids": ["TableImg_9kavl_5.png", "TableImg_Ji8un_15.png"], "original_data_index": 3379} +{"question": "What are the names of customers who have not taken a Mortage loan?", "answer": {"columns": ["cust_name"], "index": [0, 1], "data": [["Jack"], ["Owen"]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_Q787v_3.png", "TableImg_Jzuqh_3.png"], "original_data_index": 3380} +{"question": "What is the name of the customer that made the order with the largest quantity?", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4], "data": [["Clifford Pagac"], ["Rodrick Heaney"], ["Prof. Alexzander Hamill"], ["Kitty Padberg III"], ["Clifford Pagac"]]}, "table_names": "['Customers', 'Customer_Orders', 'Order_Items']", "table_image_ids": ["TableImg_D1tzg_15.png", "TableImg_Gquz2_15.png", "TableImg_V4apn_15.png"], "original_data_index": 3381} +{"question": "What is the cmi cross reference id that is related to at least one council tax entry? List the cross reference id and source system code.", "answer": {"columns": ["cmi_cross_ref_id", "source_system_code"], "index": [0, 1, 2, 3, 4, 5], "data": [[101, "Tax"], [102, "Tax"], [103, "Tax"], [104, "Tax"], [105, "Tax"], [106, "Tax"]]}, "table_names": "['CMI_Cross_References', 'Council_Tax']", "table_image_ids": ["TableImg_H6zwx_21.png", "TableImg_Gwvig_6.png"], "original_data_index": 3382} +{"question": "What is the name of the person whose age is below 30?", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Alice"], ["Dan"]]}, "table_names": "['Person']", "table_image_ids": ["TableImg_Ycizl_4.png"], "original_data_index": 3383} +{"question": "Which apartments have bookings with status code \"Confirmed\"? Return their apartment numbers.", "answer": {"columns": ["apt_number"], "index": [0, 1, 2, 3, 4], "data": [["Suite 749"], ["Apt. 940"], ["Apt. 859"], ["Suite 693"], ["Apt. 585"]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_Pwdtg_15.png", "TableImg_Hqkoo_15.png"], "original_data_index": 3384} +{"question": "Which faculty members are playing either Canoeing or Kayaking? Tell me their first names.", "answer": {"columns": ["Lname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["Giuliano"], ["Goodrich"], ["Jones"], ["Yarowsky"], ["Smith"], ["Houlahan"], ["Beach"], ["Taylor"], ["Angelopoulou"], ["Wolff"], ["Salzberg"], ["Amir"], ["Goldman"], ["Burzio"], ["Frank"], ["Cheng"], ["Naiman"], ["Hall"]]}, "table_names": "['Activity', 'Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_L6y59_16.png", "TableImg_Osecu_40.png", "TableImg_7f984_58.png"], "original_data_index": 3385} +{"question": "For each dorm, how many amenities does it have?", "answer": {"columns": ["count(*)", "dormid"], "index": [0, 1, 2, 3, 4], "data": [[3, 104], [8, 109], [5, 110], [6, 140], [12, 160]]}, "table_names": "['Dorm', 'Has_amenity']", "table_image_ids": ["TableImg_W9242_7.png", "TableImg_Cf66h_40.png"], "original_data_index": 3386} +{"question": "What is the status code, phone number, and email address of the customer whose last name is Kohler or whose first name is Marina?", "answer": {"columns": ["customer_status_code", "cell_mobile_phone_number", "email_address"], "index": [0, 1], "data": [["Bad Customer", "848-099-2095x785", "mayert.judy@example.com"], ["Good Customer", "577-584-4864", "karina.carroll@example.net"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_10304_15.png"], "original_data_index": 3387} +{"question": "Where is the club \"Pen and Paper Gaming\" located?", "answer": {"columns": ["ClubLocation"], "index": [0], "data": [["HHH"]]}, "table_names": "['Club']", "table_image_ids": ["TableImg_1fyal_4.png"], "original_data_index": 3388} +{"question": "What are the ids, date opened, name, and other details for all accounts?", "answer": {"columns": ["account_id", "date_account_opened", "account_name", "other_account_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[1, "2016-07-30 22:22:24", "900", "Regular"], [2, "2017-05-29 16:45:17", "520", "VIP"], [3, "2012-05-04 18:50:32", "323", "Regular"], [4, "2011-03-29 15:06:59", "390", "VIP"], [5, "2014-08-11 18:15:14", "935", "Regular"], [6, "2014-05-30 12:16:52", "371", "Regular"], [7, "2015-11-03 08:04:15", "398", "VIP"], [8, "2009-06-13 11:41:52", "710", "Regular"], [9, "2010-10-22 13:33:45", "337", "Regular"], [10, "2016-04-25 21:49:17", "429", "VIP"], [11, "2012-07-09 23:40:15", "191", "VIP"], [12, "2015-02-02 09:47:08", "601", "Regular"], [13, "2010-06-16 09:35:00", "272", "Regular"], [14, "2014-12-28 07:29:42", "861", "VIP"], [15, "2008-05-04 22:15:56", "662", "VIP"]]}, "table_names": "['Accounts']", "table_image_ids": ["TableImg_1q1ai_15.png"], "original_data_index": 3389} +{"question": "Return the name of the organization which has the most contact individuals.", "answer": {"columns": ["organization_name"], "index": [0], "data": [["Conservative"]]}, "table_names": "['Organizations', 'Organization_Contact_Individuals']", "table_image_ids": ["TableImg_Qys82_5.png", "TableImg_62ts8_15.png"], "original_data_index": 3390} +{"question": "What are the names of the dorm that does not have a TV Lounge?", "answer": {"columns": ["dorm_name"], "index": [0, 1, 2, 3], "data": [["Bud Jones Hall"], ["Grad Student Asylum"], ["Smith Hall"], ["University Hovels"]]}, "table_names": "['Dorm', 'Dorm_amenity', 'Has_amenity']", "table_image_ids": ["TableImg_Dx9g9_7.png", "TableImg_Xqmh5_12.png", "TableImg_0fsd4_40.png"], "original_data_index": 3391} +{"question": "What are the names of wines made from red grapes?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222], "data": [["Old Kraft Vineyard"], ["Giana"], ["Black Chicken"], ["Napa Ranches"], ["Varozza Vineyard"], ["Mother Clone"], ["Zinfandel"], ["Pritchard Hill"], ["Reserve"], ["Neyers Ranch - Conn Valley"], ["Annum"], ["Cabernet Sauvignon"], ["Beckstoffer To Kalon Vineyard"], ["Coliseum Block"], ["1886"], ["Couer de Valee"], ["Amber Ridge Vineyard"], ["Keefer Ranch"], ["Koplen Vineyard"], ["Freestone Hill"], ["Julias Vineyard"], ["Carneros Hyde Vineyard"], ["Pinot Noir"], ["Garys Vineyard"], ["Kanzler Vineyard"], ["Five Sisters"], ["Pisoni Vineyard"], ["Rosellas Vineyard"], ["Valley Bliss Block"], ["Lancel Creek Vineyard"], ["4-Barrel"], ["Gaps Crown Vineyard"], ["A by Acacia"], ["La Encantada Vineyard"], ["La Encantada Vineyard Clone 667"], ["Estate Reserve"], ["Carneros"], ["Sarmento Vineyard"], ["Henry Ranch"], ["Kali Hart"], ["Sleepy Hollow Vineyard"], ["Syrah"], ["Eddies Patch"], ["Merlot"], ["Darius II"], ["Hillstone Vineyard"], ["Tomahawk Vineyard"], ["Elevage"], ["Neruda Brix Vineyard"], ["In the Crosshairs Eleven Confessions Vineyard"], ["On the Road"], ["Garnacha Denner Vineyard"], ["Purisma Mountain Vineyard"], ["Romeo"], ["Hope Family Vineyard"], ["Foggy Knoll Vineyard"], ["Anns Block"], ["Kick Ranch"], ["Thompson Vineyard"], ["Hayne Vineyard"], ["Sweetwater Springs Vineyard"], ["Petite Sirah"], ["Russel Family Vineyard"], ["Durell Vineyard"], ["Rancho Oliveros Vineyard"], ["Graham Family Vineyard"], ["Clos Pepe Vineyard"], ["Keefer Ranch Vineyard"], ["Cargasacchi Vineyard"], ["Turner Vineyard"], ["Rancho La Vina Vineyard"], ["Limited Release"], ["Aubaine Vineyard"], ["A Shot in the Dark Eleven Confessions Vineyard"], ["Quarzo"], ["Cardiac Hill"], ["Larner Vinyard"], ["White Hawk Vineyard"], ["Mesa Reserve"], ["Twist of Fate"], ["Kemp Vineyard"], ["Christensen Family Vineyard"], ["Melville Vineyards"], ["The Flight"], ["Colson Canyon Vineyard"], ["England-Shaw"], ["Rose Steinbeck Vineyard"], ["La Cruz Vineyard"], ["Snows Lake Vineyard"], ["Abba Vineyard"], ["Originals"], ["Que Syrah Vineyard"], ["Gesture Limited Release"], ["Star Angel "], ["Kick Ranch Reserve"], ["Les Cotes De LOuest"], ["Shiraz"], ["Carlisle Vineyard"], ["Cedarman"], ["Tofanelli Vineyard"], ["Private Reserve"], ["Fredericks Vineyard"], ["Rossi Ranch"], ["Treborce Vineyard"], ["Wild Oak Old Vines"], ["Old Vine"], ["Wheelhouse"], ["SHR Field Blend"], ["Lot 154"], ["Edizione Pennino"], ["Signature"], ["Loco"], ["Bailey Vineyard"], ["Twenty Two"], ["Black Bart Stagecoach Vineyard"], ["Polomita Hamilton Vineyard"], ["Rominger Vineyard"], ["Maverick"], ["VGS"], ["Roll Ranch Vineyard"], ["Guidici Famili Vineyard"], ["Savoy Vineyard"], ["The Backbone"], ["Laurels Estate Vineyard"], ["Bynum & Moshin Vineyards"], ["Jensen Vineyard"], ["Rockpile Road Vineyard"], ["Thirtieth Anniverasry Vintage Mt. Harlan Cuvee"], ["Stagecoach Vineyard"], ["Ten-Goal Happy Canyon Vineyards"], ["The Ranch"], ["Napa Cuvee"], ["Monte Rosso Vineyard"], ["Dr. Crane Vineyard"], ["Valley Savoy"], ["Coster Vineyard"], ["Lambda"], ["Hurst Vineyard"], ["McDougal Ranch"], ["Wildcat Mountain Vineyard"], ["Ramondo Vineyard"], ["Symposium Fort Ross Vineyard"], ["Grand Detour"], ["Valley Dutton Ranch"], ["Papas Block"], ["Glorias Gem"], ["Cuvee Trouvee"], ["Grand Master"], ["Zio Tony Ranch Gianna Marie"], ["Les Galets"], ["Gamma"], ["Unti Vineyard"], ["Problem Child"], ["Montafi Ranch"], ["Old vine Della Costa Family Vineyard"], ["Giuseppe & Luisa"], ["Backroads"], ["Appelation Series"], ["50 Year Old Vines"], ["Heritage"], ["Vieux-Os Hell Hole Cuvee Old Vine"], ["Planchon Vineyard"], ["Knotty Vines"], ["Beastly Old Vines"], ["Ancient Vines"], ["Incredible Red"], ["Cabernet Franc"], ["Primitivo"], ["Special Selection"], ["Date Night"], ["Black Label"], ["Artistry"], ["Napa Angel Aurelios Selection"], ["Numbers"], ["Beckstoffer Dr. Crane Vineyard"], ["DAdamo Vineyard"], ["InSpire"], ["Spare Me"], ["Jersey Boy"], ["Choreography"], ["Tephra Ridge Vineyard"], ["Peter Newton Vineyard"], ["State Lane Ranch"], ["District 4"], ["Elevation 1147"], ["Elements"], ["La Capilla Collection"], ["To the Rescue"], ["Pictures"], ["Rose Wine Creek Ranch"], ["Mailbox Vineyard Drive"], ["Chelsea Goldschmidt"], ["Ryan"], ["Finn"], ["Aidan"], ["Eoin"], ["Ulises Valdez Vineyard"], ["Victories Rose"], ["Grand Firepeak Cuvee Firepeak Vineyard"], ["Labels"], ["Madden Ranch"], ["Rose"], ["Grist Vineyard"], ["Highwire Vineyard"], ["Rocky Terrace Los Chamizal Vineyards"], ["Century Vines Reserve"], ["Casa Santinamaria Vineyards"], ["Boticelli Vineyards"], ["Todd Brothers Ranch Old Vines"], ["Old Vine Teldeschi Vineyard Home Ranch"], ["Somers Ranch"], ["Morning Sun Los Chamizal Vineyards"], ["Jesses Vineyard"], ["Carlas Reserve"], ["Ginos Vineyard"], ["Bridgehead"], ["Pato Vineyard"], ["Cullinane Reserve"], ["Bushnell Vineyard"], ["Old Vines"], ["Sangiovese"], ["Barbera"], ["Primitivo Block #4"]]}, "table_names": "['grapes', 'wine']", "table_image_ids": ["TableImg_G4qhq_20.png", "TableImg_Otxbn_500.png"], "original_data_index": 3392} +{"question": "List Aerosmith's albums.", "answer": {"columns": ["title"], "index": [0], "data": [["Big Ones"]]}, "table_names": "['artists', 'albums']", "table_image_ids": ["TableImg_Cdk9a_275.png", "TableImg_Krkhf_347.png"], "original_data_index": 3393} +{"question": "Which document has the most draft copies? List its document id and number of draft copies.", "answer": {"columns": ["document_id", "count(copy_number)"], "index": [0], "data": [[2, 2]]}, "table_names": "['Draft_Copies']", "table_image_ids": ["TableImg_Vl7ps_8.png"], "original_data_index": 3394} +{"question": "How many assets does each maintenance contract contain? List the number and the contract id.", "answer": {"columns": ["count(*)", "maintenance_contract_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[2, 2], [2, 6], [2, 7], [2, 8], [1, 10], [2, 11], [1, 12], [1, 13], [1, 14], [1, 15]]}, "table_names": "['Maintenance_Contracts', 'Assets']", "table_image_ids": ["TableImg_P45ln_15.png", "TableImg_63w3w_15.png"], "original_data_index": 3395} +{"question": "What are the names and average prices of products for manufacturers whose products cost on average 150 or more?", "answer": {"columns": ["avg(T1.Price)", "Name"], "index": [0, 1, 2, 3, 4], "data": [[150.0, "Creative Labs"], [240.0, "Fujitsu"], [162.0, "Hewlett-Packard"], [150.0, "Iomega"], [240.0, "Sony"]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_E9mkg_6.png", "TableImg_4ogef_11.png"], "original_data_index": 3396} +{"question": "List all characteristics of product named \"sesame\" with type code \"Grade\".", "answer": {"columns": ["characteristic_name"], "index": [0, 1], "data": [["error"], ["fast"]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Gaxzr_15.png", "TableImg_3tyat_15.png", "TableImg_T8tep_15.png"], "original_data_index": 3397} +{"question": "What are the name and id of the three highest priced rooms?", "answer": {"columns": ["RoomId", "roomName"], "index": [0, 1, 2], "data": [["FNA", "Frugal not apropos"], ["AOB", "Abscond or bolster"], ["CAS", "Convoke and sanguine"]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_Plqzb_10.png"], "original_data_index": 3398} +{"question": "Are the customers holding coupons with amount 500 bad or good?", "answer": {"columns": ["good_or_bad_customer"], "index": [0], "data": [["bad"]]}, "table_names": "['Discount_Coupons', 'Customers']", "table_image_ids": ["TableImg_4b7rx_15.png", "TableImg_5nt6x_15.png"], "original_data_index": 3399} +{"question": "Count the number of artists who are older than 46 and joined after 1990.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['artist']", "table_image_ids": ["TableImg_N6a2i_7.png"], "original_data_index": 3400} +{"question": "What is the average rating of songs produced by female artists?", "answer": {"columns": ["avg(T2.rating)"], "index": [0], "data": [[7.3333333333]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_A2zq8_6.png", "TableImg_Ovz7g_6.png"], "original_data_index": 3401} +{"question": "What are the team and the location of school each player belongs to?", "answer": {"columns": ["Team", "Location"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "data": [["Tampa Bay Devil Rays", "Milsons Point"], ["Pittsburgh Pirates", "Hornsby"], ["Kansas City Royals", "Milsons Point"], ["Baltimore Orioles", "Milsons Point"], ["San Francisco Giants", "Hornsby"], ["Florida Marlins", "Hornsby"], ["Cincinnati Reds", "Milsons Point"], ["Chicago White Sox", "Milsons Point"], ["Washington Nationals", "Milsons Point"], ["Houston Astros", "Milsons Point"], ["Texas Rangers", "Milsons Point"], ["Oakland Athletics", "Hornsby"], ["St. Louis Cardinals", "Summer Hill"], ["Minnesota Twins", "Waverley"], ["Los Angeles Dodgers", "Milsons Point"], ["Milwaukee Brewers", "Milsons Point"], ["Toronto Blue Jays", "Milsons Point"], ["New York Mets", "Wahroonga"], ["Chicago Cubs", "Wahroonga"], ["Seattle Mariners", "Wahroonga"], ["Detroit Tigers", "Bellevue Hill"], ["New York Mets", "Summer Hill"], ["San Diego Padres", "Summer Hill"]]}, "table_names": "['school', 'player']", "table_image_ids": ["TableImg_7up7c_6.png", "TableImg_352wr_23.png"], "original_data_index": 3402} +{"question": "What are the names of projects that have taken longer than the average number of hours for all projects?", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Build Your Own Telescope"], ["A Magnetic Primer Designer"]]}, "table_names": "['Projects']", "table_image_ids": ["TableImg_95ko1_14.png"], "original_data_index": 3403} +{"question": "List the type of the services in alphabetical order.", "answer": {"columns": ["Service_Type_Code"], "index": [0, 1, 2, 3], "data": [["Birth Proof"], ["Death Proof"], ["Marriage"], ["Property Change"]]}, "table_names": "['Services']", "table_image_ids": ["TableImg_3s5i2_4.png"], "original_data_index": 3404} +{"question": "What are the distinct names and nationalities of the architects who have ever built a mill?", "answer": {"columns": ["name", "nationality"], "index": [0, 1, 2, 3], "data": [["Frank Lloyd Wright", "American"], ["Frank Gehry", "Canadian"], ["Zaha Hadid", "Iraqi, British"], ["Mies Van Der Rohe", "German, American"]]}, "table_names": "['architect', 'mill']", "table_image_ids": ["TableImg_C31ah_5.png", "TableImg_Hyrui_6.png"], "original_data_index": 3405} +{"question": "Which school has the smallest amount of professors?", "answer": {"columns": ["SCHOOL_CODE"], "index": [0], "data": [["BUS"]]}, "table_names": "['DEPARTMENT', 'PROFESSOR']", "table_image_ids": ["TableImg_Aek65_11.png", "TableImg_79d2b_22.png"], "original_data_index": 3406} +{"question": "What is the name of the claim processing stage that most of the claims are on?", "answer": {"columns": ["Claim_Status_Name"], "index": [0], "data": [["Open"]]}, "table_names": "['Claims_Processing_Stages', 'Claims_Processing']", "table_image_ids": ["TableImg_4t7e5_2.png", "TableImg_H380u_15.png"], "original_data_index": 3407} +{"question": "List the names and birthdays of the top five players in terms of potential.", "answer": {"columns": ["player_name", "birthday"], "index": [0, 1, 2, 3, 4], "data": [["Lionel Messi", "1987-06-24 00:00:00"], ["Neymar", "1992-02-05 00:00:00"], ["Cristiano Ronaldo", "1985-02-05 00:00:00"], ["James Rodriguez", "1991-07-12 00:00:00"], ["Paul Pogba", "1993-03-15 00:00:00"]]}, "table_names": "['Player_Attributes', 'Player']", "table_image_ids": ["TableImg_Y7sq9_183978.png", "TableImg_Gf6pb_11060.png"], "original_data_index": 3408} +{"question": "Show the residences that have at least two players.", "answer": {"columns": ["Residence"], "index": [0], "data": [["Winnipeg"]]}, "table_names": "['player']", "table_image_ids": ["TableImg_6ynj2_14.png"], "original_data_index": 3409} +{"question": "How many participants belong to the type 'Organizer'?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[7]]}, "table_names": "['Participants']", "table_image_ids": ["TableImg_5jf71_15.png"], "original_data_index": 3410} +{"question": "How many films are there in each category? List the genre name, genre id and the count.", "answer": {"columns": ["name", "category_id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [["Action", 1, 64], ["Animation", 2, 66], ["Children", 3, 60], ["Classics", 4, 57], ["Comedy", 5, 58], ["Documentary", 6, 68], ["Drama", 7, 62], ["Family", 8, 69], ["Foreign", 9, 73], ["Games", 10, 61], ["Horror", 11, 56], ["Music", 12, 51], ["New", 13, 63], ["Sci-Fi", 14, 61], ["Sports", 15, 74], ["Travel", 16, 57]]}, "table_names": "['category', 'film_category']", "table_image_ids": ["TableImg_6m8w0_16.png", "TableImg_Pz6i7_1000.png"], "original_data_index": 3411} +{"question": "Show each premise type and the number of premises in that type.", "answer": {"columns": ["premises_type", "count(*)"], "index": [0, 1, 2], "data": [["Office", 7], ["Residence", 4], ["Warehouse", 4]]}, "table_names": "['Premises']", "table_image_ids": ["TableImg_9npu3_15.png"], "original_data_index": 3412} +{"question": "What are the names of gymnasts, ordered by their heights ascending?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Paul Hamm"], ["Elizabeth Qui\u00c3\u00b1\u00c3\u00b3nez Aroyo"], ["Endis de los Santos \u00c3\u0081lvarez"], ["Lorraine S\u00c3\u00baarez Carmona"], ["Clary Sermina Delgado Cid"], ["Marina Castro Medina"], ["Nadia Caba Rodr\u00c3\u00adguez"]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_Gxc0x_7.png", "TableImg_T14fd_10.png"], "original_data_index": 3413} +{"question": "Count the number of tracks that are part of the rock genre.", "answer": {"columns": ["COUNT(*)"], "index": [0], "data": [[1297]]}, "table_names": "['Genre', 'Track']", "table_image_ids": ["TableImg_D3crr_25.png", "TableImg_Bgwkw_3503.png"], "original_data_index": 3414} +{"question": "What are the names of representatives whose party is not \"Republican\"?", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["John Quayle"], ["James M. Quigley"], ["James L. Quinn"]]}, "table_names": "['representative']", "table_image_ids": ["TableImg_Bxbu8_7.png"], "original_data_index": 3415} +{"question": "Return the names of singers who are from UK and released an English song.", "answer": {"columns": ["artist_name"], "index": [0], "data": [["Michel"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_I1jwc_6.png", "TableImg_Ijd5f_6.png"], "original_data_index": 3416} +{"question": "Find all the cities that have 2 to 4 parks.", "answer": {"columns": ["city"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27], "data": [["Arlington"], ["Atlanta"], ["Buffalo"], ["Canton"], ["Columbus"], ["Denver"], ["Fort Wayne"], ["Hartford"], ["Houston"], ["Jersey City"], ["Los Angeles"], ["Louisville"], ["Miami"], ["Minneapolis"], ["Montreal"], ["New Haven"], ["Providence"], ["Queens"], ["Richmond"], ["Rochester"], ["San Diego"], ["San Francisco"], ["Seattle"], ["Syracuse"], ["Toledo"], ["Toronto"], ["Troy"], ["Worcester"]]}, "table_names": "['park']", "table_image_ids": ["TableImg_Poebu_250.png"], "original_data_index": 3417} +{"question": "What is the average age for each city and what are those cities?", "answer": {"columns": ["avg(age)", "city_code"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [[20.0, "ATL"], [18.5, "BAL"], [18.0, "BOS"], [20.0, "CHI"], [18.0, "DAL"], [17.0, "DET"], [18.0, "HKG"], [17.0, "HOU"], [27.0, "LON"], [18.0, "LOS"], [18.0, "NAR"], [20.3333333333, "NYC"], [17.0, "PEK"], [19.6666666667, "PHL"], [19.0, "PIT"], [20.0, "ROC"], [21.0, "SFO"], [21.6666666667, "WAS"], [22.5, "YYZ"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Fsjpy_34.png"], "original_data_index": 3418} +{"question": "Show all artist names and the number of exhibitions for each artist.", "answer": {"columns": ["Name", "count(*)"], "index": [0, 1, 2, 3, 4], "data": [["Vijay Singh", 2], ["John Daly", 1], ["Paul Azinger", 1], ["Jeff Sluman", 1], ["Nick Price", 1]]}, "table_names": "['artist', 'exhibition']", "table_image_ids": ["TableImg_1z3y2_7.png", "TableImg_J3hay_6.png"], "original_data_index": 3419} +{"question": "Show the first names and last names of all the guests that have apartment bookings with status code \"Confirmed\".", "answer": {"columns": ["guest_first_name", "guest_last_name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Else", "Roberts"], ["Louvenia", "Crona"], ["Keith", "Hoeger"], ["Mozell", "Toy"], ["Gabe", "Bode"], ["Rebeca", "Runolfsdottir"], ["Keon", "Treutel"]]}, "table_names": "['Guests', 'Apartment_Bookings']", "table_image_ids": ["TableImg_0fsln_15.png", "TableImg_U08pv_15.png"], "original_data_index": 3420} +{"question": "What are the ages of the gymnasts, ordered descending by their total points?", "answer": {"columns": ["Age"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[24.0], [21.0], [20.0], [22.0], [21.0], [20.0], [24.0]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_Rti19_7.png", "TableImg_Kzk6k_10.png"], "original_data_index": 3421} +{"question": "Return the name and id of the furniture with the highest market rate.", "answer": {"columns": ["Name", "Furniture_ID"], "index": [0], "data": [["Billiard table", 1]]}, "table_names": "['furniture']", "table_image_ids": ["TableImg_At63c_7.png"], "original_data_index": 3422} +{"question": "Return the names and ids of each account, as well as the number of transactions.", "answer": {"columns": ["account_name", "account_id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["390", 4, 1], ["371", 6, 3], ["710", 8, 1], ["337", 9, 4], ["191", 11, 1], ["601", 12, 1], ["272", 13, 3], ["861", 14, 1]]}, "table_names": "['Accounts', 'Financial_Transactions']", "table_image_ids": ["TableImg_89fmc_15.png", "TableImg_Cr4nc_15.png"], "original_data_index": 3423} +{"question": "How many students received a yes from tryouts?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Tryout']", "table_image_ids": ["TableImg_Frf52_6.png"], "original_data_index": 3424} +{"question": "What are the investors who have invested in both entrepreneurs who requested more than 140000 and entrepreneurs who requested less than 120000?", "answer": {"columns": ["Investor"], "index": [0], "data": [["Duncan Bannatyne"]]}, "table_names": "['entrepreneur']", "table_image_ids": ["TableImg_Fo2h8_6.png"], "original_data_index": 3425} +{"question": "Which patient is undergoing the most recent treatment?", "answer": {"columns": ["Patient"], "index": [0], "data": [[100000001]]}, "table_names": "['Patient', 'Undergoes']", "table_image_ids": ["TableImg_47tmc_4.png", "TableImg_7c1j5_6.png"], "original_data_index": 3426} +{"question": "Which 3 players won the most player awards? List their full name and id.", "answer": {"columns": ["name_first", "name_last", "player_id"], "index": [0, 1, 2], "data": [["Barry", "Bonds", "bondsba01"], ["Ted", "Williams", "willite01"], ["Joe", "DiMaggio", "dimagjo01"]]}, "table_names": "['player_award', 'player']", "table_image_ids": ["TableImg_0mgpt_6078.png", "TableImg_91rmp_18846.png"], "original_data_index": 3427} +{"question": "Show the station name and number of trains in each station.", "answer": {"columns": ["Name", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["London Waterloo", 3], ["London Victoria", 1], ["London Bridge", 1], ["London Euston", 1], ["London King's Cross", 1], ["Glasgow Central", 2], ["East Croydon", 2]]}, "table_names": "['station', 'train_station']", "table_image_ids": ["TableImg_Ki67n_12.png", "TableImg_U439j_11.png"], "original_data_index": 3428} +{"question": "What is the name of the media type that is least common across all tracks?", "answer": {"columns": ["Name"], "index": [0], "data": [["Purchased AAC audio file"]]}, "table_names": "['MediaType', 'Track']", "table_image_ids": ["TableImg_2zdpe_5.png", "TableImg_Mo2e1_3503.png"], "original_data_index": 3429} +{"question": "List all tracks bought by customer Daan Peeters.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37], "data": [["Dog Eat Dog"], ["Overdose"], ["Love In An Elevator"], ["Janie's Got A Gun"], ["Deuces Are Wild"], ["Angel"], ["Master Of Puppets"], ["Undertow"], ["Leave"], ["Love Removal Machine"], ["Sweet Soul Sister"], ["I Looked At You"], ["De Do Do Do, De Da Da Da"], ["Time Is On My Side"], ["Under My Thumb"], ["Saint Of Me"], ["You Got Me Rocking"], ["Suck On The Jugular"], ["Sister Awake"], ["Life Line"], ["Babylon"], ["Boris The Spider"], ["Let's See Action"], ["Stripsearch"], ["She Loves Me Not"], ["Caffeine"], ["Kindergarten"], ["Easy"], ["Cuckoo For Caca"], ["What A Day"], ["Falling To Pieces"], ["Woodpecker From Mars"], ["Save The Children"], ["You Sure Love To Ball"], ["Rhinocerous"], ["Cherub Rock"], ["Disarm"], ["Bullet With Butterfly Wings"]]}, "table_names": "['customers', 'invoices', 'tracks', 'invoice_lines']", "table_image_ids": ["TableImg_Fnn5c_59.png", "TableImg_3fnp1_412.png", "TableImg_R55r7_3503.png", "TableImg_Lwqg0_2240.png"], "original_data_index": 3430} +{"question": "Find the name of scientists who are assigned to some project.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Michael Rogers"], ["Anand Manikutty"], ["Carol Smith"], ["Joe Stevens"], ["Mary-Anne Foster"], ["John Doe"], ["David Smith"], ["Zacary Efron"], ["Eric Goldsmith"], ["Elizabeth Doe"], ["Kumar Swamy"], ["George ODonnell"]]}, "table_names": "['Scientists', 'AssignedTo']", "table_image_ids": ["TableImg_S5n6t_12.png", "TableImg_W6g6t_12.png"], "original_data_index": 3431} +{"question": "Return the the details of all products.", "answer": {"columns": ["product_details"], "index": [0, 1, 2], "data": [["Americano"], ["Dove Chocolate"], ["Latte"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_G7gwk_3.png"], "original_data_index": 3432} +{"question": "What is the number of employees?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[31]]}, "table_names": "['employee']", "table_image_ids": ["TableImg_8lfow_31.png"], "original_data_index": 3433} +{"question": "What is the highest salary among each team? List the team name, id and maximum salary.", "answer": {"columns": ["name", "team_id", "max(T2.salary)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], "data": [["Anaheim Angels", "ANA", 13166667], ["Arizona Diamondbacks", "ARI", 16000000], ["Atlanta Braves", "ATL", 16061802], ["Baltimore Orioles", "BAL", 17000000], ["Boston Americans", "BOS", 22500000], ["California Angels", "CAL", 5375000], ["Chicago White Sox", "CHA", 17000000], ["Chicago White Stockings", "CHN", 20000000], ["Cincinnati Reds", "CIN", 18910655], ["Cleveland Blues", "CLE", 15000000], ["Colorado Rockies", "COL", 20275000], ["Detroit Tigers", "DET", 28000000], ["Florida Marlins", "FLO", 14936667], ["Houston Colt .45's", "HOU", 19369019], ["Kansas City Royals", "KCA", 13500000], ["Los Angeles Angels", "LAA", 26187500], ["Los Angeles Dodgers", "LAN", 32571000], ["Miami Marlins", "MIA", 19000000], ["Milwaukee Brewers", "MIL", 16000000], ["Minnesota Twins", "MIN", 23000000], ["Milwaukee Brewers", "ML4", 5875000], ["Montreal Expos", "MON", 11500000], ["New York Highlanders", "NYA", 33000000], ["New York Mets", "NYN", 23145011], ["Oakland Athletics", "OAK", 13500000], ["Philadelphia Quakers", "PHI", 25000000], ["Pittsburg Alleghenys", "PIT", 16500000], ["San Diego Padres", "SDN", 21250000], ["Seattle Mariners", "SEA", 24857000], ["San Francisco Giants", "SFN", 22250000], ["St. Louis Browns", "SLN", 19500000], ["Tampa Bay Devil Rays", "TBA", 14000000], ["Texas Rangers", "TEX", 24000000], ["Toronto Blue Jays", "TOR", 22000000], ["Washington Senators", "WAS", 21000000]]}, "table_names": "['salary', 'team']", "table_image_ids": ["TableImg_Uj0p5_25575.png", "TableImg_Xm4zu_2805.png"], "original_data_index": 3434} +{"question": "Find the payment method that is used most frequently.", "answer": {"columns": ["payment_method"], "index": [0], "data": [["Cheque"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_6c65j_15.png"], "original_data_index": 3435} +{"question": "How many distinct publication dates are there in our record?", "answer": {"columns": ["COUNT (DISTINCT Publication_Date)"], "index": [0], "data": [[6]]}, "table_names": "['publication']", "table_image_ids": ["TableImg_5or3g_7.png"], "original_data_index": 3436} +{"question": "What is the average rating for each movie that has never been reviewed by Brittany Harris?", "answer": {"columns": ["mID", "avg(stars)"], "index": [0, 1, 2, 3], "data": [[101, 3.0], [104, 2.5], [106, 4.5], [107, 4.0]]}, "table_names": "['Reviewer', 'Rating']", "table_image_ids": ["TableImg_Eqsdp_8.png", "TableImg_7b356_14.png"], "original_data_index": 3437} +{"question": "What is the description of the club \"Pen and Paper Gaming\"?", "answer": {"columns": ["ClubDesc"], "index": [0], "data": [["Play pen and paper games on campus."]]}, "table_names": "['Club']", "table_image_ids": ["TableImg_Txf2t_4.png"], "original_data_index": 3438} +{"question": "Which cities have lower temperature in March than in July and have been once host cities?", "answer": {"columns": ["City"], "index": [0, 1, 2, 3], "data": [["Jiaxing ( Zhejiang )"], ["Nanjing ( Jiangsu )"], ["Shanghai"], ["Wuxi ( Jiangsu )"]]}, "table_names": "['city', 'temperature', 'hosting_city']", "table_image_ids": ["TableImg_Qrjyt_13.png", "TableImg_9zub5_8.png", "TableImg_Boqpl_6.png"], "original_data_index": 3439} +{"question": "Return the address of customer 10.", "answer": {"columns": ["address_details"], "index": [0], "data": [["36594 O'Keefe Lock\nNew Cali, RI 42319"]]}, "table_names": "['Addresses', 'Customer_Addresses']", "table_image_ids": ["TableImg_Wmiq5_15.png", "TableImg_2qurt_15.png"], "original_data_index": 3440} +{"question": "What is the id of the product that is booked for 3 times?", "answer": {"columns": ["product_id"], "index": [0], "data": [[5]]}, "table_names": "['Products_Booked']", "table_image_ids": ["TableImg_Qml9k_12.png"], "original_data_index": 3441} +{"question": "Count the number of courses.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[76]]}, "table_names": "['Course']", "table_image_ids": ["TableImg_9s6ne_76.png"], "original_data_index": 3442} +{"question": "What are the cities that have a branch that opened in 2001 and a branch with more than 100 members?", "answer": {"columns": ["City"], "index": [0], "data": [["London"]]}, "table_names": "['branch']", "table_image_ids": ["TableImg_Y51ew_8.png"], "original_data_index": 3443} +{"question": "what are name and phone number of patients who had more than one appointment?", "answer": {"columns": ["Name", "Phone"], "index": [0, 1, 2], "data": [["John Smith", "555-0256"], ["Grace Ritchie", "555-0512"], ["Dennis Doe", "555-2048"]]}, "table_names": "['Patient', 'Appointment']", "table_image_ids": ["TableImg_Tpafr_4.png", "TableImg_J68cu_9.png"], "original_data_index": 3444} +{"question": "Find the first name and major of the students who are not allegry to soy.", "answer": {"columns": ["Fname", "Major"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "data": [["Linda", 600], ["Tracy", 600], ["Shiela", 600], ["Dinesh", 600], ["Paul", 600], ["Andy", 600], ["Lisa", 600], ["Jandy", 600], ["Eric", 600], ["Derek", 600], ["David", 600], ["Steven", 600], ["Charles", 600], ["Mark", 600], ["Bruce", 600], ["Arthur", 600], ["Ian", 520], ["George", 520], ["Michael", 540], ["David", 520], ["Stacy", 540], ["Mark", 520], ["Eric", 520], ["Paul", 520], ["Eric", 550], ["Lisa", 550], ["Eric", 550], ["William", 550], ["Eric", 50], ["Sarah", 50]]}, "table_names": "['Has_Allergy', 'Student']", "table_image_ids": ["TableImg_Oi4il_59.png", "TableImg_9skhu_34.png"], "original_data_index": 3445} +{"question": "What is the most common status across all cities?", "answer": {"columns": ["Status"], "index": [0], "data": [["Village"]]}, "table_names": "['city']", "table_image_ids": ["TableImg_M53yr_5.png"], "original_data_index": 3446} +{"question": "Show the names of phones that are on market with number of shops greater than 50.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["IPhone 5s"], ["IPhone X"]]}, "table_names": "['phone', 'market', 'phone_market']", "table_image_ids": ["TableImg_6igq3_5.png", "TableImg_Bc9q3_6.png", "TableImg_Aqag9_6.png"], "original_data_index": 3447} +{"question": "Count the number of captains that have each rank.", "answer": {"columns": ["count(*)", "Rank"], "index": [0, 1, 2], "data": [[1, "Commander, junior captain"], [2, "Lieutenant"], [4, "Midshipman"]]}, "table_names": "['captain']", "table_image_ids": ["TableImg_Uomie_7.png"], "original_data_index": 3448} +{"question": "What are the details of the car with id 1?", "answer": {"columns": ["vehicle_details"], "index": [0], "data": [["Van"]]}, "table_names": "['Vehicles']", "table_image_ids": ["TableImg_Oedk5_3.png"], "original_data_index": 3449} +{"question": "Find all the customer last names that do not have invoice totals larger than 20.", "answer": {"columns": ["LastName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54], "data": [["Almeida"], ["Barnett"], ["Bernard"], ["Brooks"], ["Brown"], ["Chase"], ["Dubois"], ["Fernandes"], ["Francis"], ["Girard"], ["Gon\u00c3\u00a7alves"], ["Gordon"], ["Goyer"], ["Gray"], ["Gruber"], ["Guti\u00c3\u00a9rrez"], ["Hansen"], ["Harris"], ["Hughes"], ["H\u00c3\u00a4m\u00c3\u00a4l\u00c3\u00a4inen"], ["Johansson"], ["Jones"], ["K\u00c3\u00b6hler"], ["Leacock"], ["Lefebvre"], ["Mancini"], ["Martins"], ["Mercier"], ["Miller"], ["Mitchell"], ["Murray"], ["Mu\u00c3\u00b1oz"], ["Nielsen"], ["Pareek"], ["Peeters"], ["Peterson"], ["Philips"], ["Ralston"], ["Ramos"], ["Rocha"], ["Rojas"], ["Sampaio"], ["Schneider"], ["Schr\u00c3\u00b6der"], ["Silk"], ["Smith"], ["Srivastava"], ["Stevens"], ["Sullivan"], ["Taylor"], ["Tremblay"], ["Van der Berg"], ["Wichterlov\u00c3\u00a1"], ["W\u00c3\u00b3jcik"], ["Zimmermann"]]}, "table_names": "['Customer', 'Invoice']", "table_image_ids": ["TableImg_A7gg1_59.png", "TableImg_Cvkg4_412.png"], "original_data_index": 3450} +{"question": "How many employees live in Georgia?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Addresses']", "table_image_ids": ["TableImg_Hwi0p_15.png"], "original_data_index": 3451} +{"question": "How many distinct colleges are associated with players from the team with name \"Columbus Crew\".", "answer": {"columns": ["count(DISTINCT T1.College)"], "index": [0], "data": [[1]]}, "table_names": "['team', 'match_season']", "table_image_ids": ["TableImg_27b32_10.png", "TableImg_4ohr7_16.png"], "original_data_index": 3452} +{"question": "What is the first and last name of the faculty participating in the most activities?", "answer": {"columns": ["Fname", "Lname"], "index": [0], "data": [["Mark", "Giuliano"]]}, "table_names": "['Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_C5mwi_40.png", "TableImg_Wjpbt_58.png"], "original_data_index": 3453} +{"question": "What are the names of parties and their respective regions?", "answer": {"columns": ["Party_name", "Region_name"], "index": [0, 1, 2, 3, 4], "data": [["Convention Peoples Party", "United Kingdom"], ["Progress Party", "United Kingdom"], ["3", "Japan"], ["Convention Union Party", "United States"], ["Sinefine Party", "United States"]]}, "table_names": "['region', 'party']", "table_image_ids": ["TableImg_0vvhg_5.png", "TableImg_Yp1is_5.png"], "original_data_index": 3454} +{"question": "What are the descriptions of the categories that products with product descriptions that contain the letter t are in?", "answer": {"columns": ["product_category_description"], "index": [0, 1, 2, 3, 4, 5], "data": [["Spices"], ["Herbs"], ["Seeds"], ["Seeds"], ["Seeds"], ["Herbs"]]}, "table_names": "['Ref_Product_Categories', 'Products']", "table_image_ids": ["TableImg_W9tka_3.png", "TableImg_Qptxi_15.png"], "original_data_index": 3455} +{"question": "What is the name of the patient who made the most recent appointment?", "answer": {"columns": ["Name"], "index": [0], "data": [["Dennis Doe"]]}, "table_names": "['Patient', 'Appointment']", "table_image_ids": ["TableImg_Co0o8_4.png", "TableImg_9kooq_9.png"], "original_data_index": 3456} +{"question": "Give me the temperature of Shanghai in January.", "answer": {"columns": ["Jan"], "index": [0], "data": [[17.8]]}, "table_names": "['city', 'temperature']", "table_image_ids": ["TableImg_Nbg4q_13.png", "TableImg_W0nrp_8.png"], "original_data_index": 3457} +{"question": "Which employees do not destroy any document? Find their employee ids.", "answer": {"columns": ["Employee_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[25], [30], [57], [71], [123], [159], [181], [183]]}, "table_names": "['Employees', 'Documents_to_be_Destroyed']", "table_image_ids": ["TableImg_Vciud_15.png", "TableImg_Ratld_11.png"], "original_data_index": 3458} +{"question": "Count the number of different statuses.", "answer": {"columns": ["count(DISTINCT Status)"], "index": [0], "data": [[2]]}, "table_names": "['city']", "table_image_ids": ["TableImg_V34uo_5.png"], "original_data_index": 3459} +{"question": "Count the number of financial transactions that the account with the name 337 has.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['Accounts', 'Financial_Transactions']", "table_image_ids": ["TableImg_Y6z06_15.png", "TableImg_Oqe4i_15.png"], "original_data_index": 3460} +{"question": "How many rooms have a king bed?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[4]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_T1qzl_10.png"], "original_data_index": 3461} +{"question": "What are the names of customers with a higher checking balance than savings balance?", "answer": {"columns": ["name"], "index": [0], "data": [["Weeks"]]}, "table_names": "['ACCOUNTS', 'SAVINGS', 'CHECKING']", "table_image_ids": ["TableImg_Bsi98_7.png", "TableImg_E43bm_6.png", "TableImg_1kmw1_7.png"], "original_data_index": 3462} +{"question": "How many students did not have any course enrollment?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Students', 'Student_Course_Enrolment']", "table_image_ids": ["TableImg_Zpoan_15.png", "TableImg_Kzyxh_20.png"], "original_data_index": 3463} +{"question": "Find the last name of the individuals that have been contact individuals of an organization.", "answer": {"columns": ["individual_last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Schuster"], ["Kertzmann"], ["Jacobs"], ["D'Amore"], ["Rutherford"], ["Rau"], ["Rogahn"], ["Bradtke"], ["Dooley"]]}, "table_names": "['Individuals', 'Organization_Contact_Individuals']", "table_image_ids": ["TableImg_F5co6_15.png", "TableImg_X8dtt_15.png"], "original_data_index": 3464} +{"question": "Who is the founders of companies whose first letter is S?", "answer": {"columns": ["Founder"], "index": [0], "data": [["Andy"]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_Fz5za_6.png"], "original_data_index": 3465} +{"question": "List the name of the school with the smallest enrollment.", "answer": {"columns": ["School_name"], "index": [0], "data": [["Culver Community"]]}, "table_names": "['School']", "table_image_ids": ["TableImg_2e1y5_8.png"], "original_data_index": 3466} +{"question": "What are the nationalities and ages of journalists?", "answer": {"columns": ["Nationality", "Age"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["England", "37"], ["Wales", "27"], ["England", "28"], ["England", "43"], ["England", "34"], ["Northern Ireland", "29"], ["England", "28"], ["England", "43"], ["England", "37"], ["England", "33"], ["England", "25"]]}, "table_names": "['journalist']", "table_image_ids": ["TableImg_5t506_11.png"], "original_data_index": 3467} +{"question": "Give id of the instructor who advises students in the History department.", "answer": {"columns": ["i_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116], "data": [["19368"], ["90643"], ["73623"], ["79081"], ["58558"], ["74426"], ["22591"], ["63395"], ["50885"], ["3335"], ["35579"], ["64871"], ["50330"], ["80759"], ["99052"], ["4233"], ["50885"], ["48507"], ["74426"], ["90376"], ["19368"], ["4034"], ["79653"], ["50885"], ["43779"], ["6569"], ["81991"], ["63287"], ["37687"], ["59795"], ["35579"], ["65931"], ["77346"], ["63395"], ["81991"], ["95709"], ["48507"], ["42782"], ["57180"], ["16807"], ["35579"], ["73623"], ["41930"], ["41930"], ["97302"], ["15347"], ["63287"], ["31955"], ["16807"], ["4034"], ["25946"], ["50330"], ["77346"], ["74426"], ["74426"], ["41930"], ["97302"], ["14365"], ["90643"], ["36897"], ["37687"], ["79653"], ["48570"], ["57180"], ["64871"], ["28400"], ["52647"], ["90376"], ["36897"], ["48570"], ["4233"], ["65931"], ["37687"], ["63395"], ["48570"], ["3199"], ["37687"], ["77346"], ["48507"], ["77346"], ["64871"], ["58558"], ["14365"], ["74426"], ["96895"], ["52647"], ["64871"], ["79653"], ["78699"], ["3335"], ["15347"], ["3335"], ["97302"], ["90376"], ["48507"], ["16807"], ["65931"], ["31955"], ["4233"], ["58558"], ["74426"], ["79081"], ["48507"], ["42782"], ["74426"], ["16807"], ["42782"], ["36897"], ["80759"], ["95709"], ["74420"], ["35579"], ["6569"], ["36897"], ["48507"], ["4034"], ["34175"]]}, "table_names": "['student', 'advisor']", "table_image_ids": ["TableImg_Qz6dl_2000.png", "TableImg_N89hl_2000.png"], "original_data_index": 3468} +{"question": "What are the names and genders of all artists who released songs in the month of March?", "answer": {"columns": ["artist_name", "gender"], "index": [0, 1], "data": [["Michel", "Male"], ["Topu", "Female"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_X4zb1_6.png", "TableImg_2d95a_6.png"], "original_data_index": 3469} +{"question": "What is all the information about employees hired before June 21, 2002?", "answer": {"columns": ["EMPLOYEE_ID", "FIRST_NAME", "LAST_NAME", "EMAIL", "PHONE_NUMBER", "HIRE_DATE", "JOB_ID", "SALARY", "COMMISSION_PCT", "MANAGER_ID", "DEPARTMENT_ID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "data": [[100, "Steven", "King", "SKING", "515.123.4567", "1987-06-17", "AD_PRES", 24000, 0.0, 0, 90], [101, "Neena", "Kochhar", "NKOCHHAR", "515.123.4568", "1987-06-18", "AD_VP", 17000, 0.0, 100, 90], [102, "Lex", "De Haan", "LDEHAAN", "515.123.4569", "1987-06-19", "AD_VP", 17000, 0.0, 100, 90], [103, "Alexander", "Hunold", "AHUNOLD", "590.423.4567", "1987-06-20", "IT_PROG", 9000, 0.0, 102, 60], [104, "Bruce", "Ernst", "BERNST", "590.423.4568", "1987-06-21", "IT_PROG", 6000, 0.0, 103, 60], [105, "David", "Austin", "DAUSTIN", "590.423.4569", "1987-06-22", "IT_PROG", 4800, 0.0, 103, 60], [106, "Valli", "Pataballa", "VPATABAL", "590.423.4560", "1987-06-23", "IT_PROG", 4800, 0.0, 103, 60], [107, "Diana", "Lorentz", "DLORENTZ", "590.423.5567", "1987-06-24", "IT_PROG", 4200, 0.0, 103, 60], [108, "Nancy", "Greenberg", "NGREENBE", "515.124.4569", "1987-06-25", "FI_MGR", 12000, 0.0, 101, 100], [109, "Daniel", "Faviet", "DFAVIET", "515.124.4169", "1987-06-26", "FI_ACCOUNT", 9000, 0.0, 108, 100], [110, "John", "Chen", "JCHEN", "515.124.4269", "1987-06-27", "FI_ACCOUNT", 8200, 0.0, 108, 100], [111, "Ismael", "Sciarra", "ISCIARRA", "515.124.4369", "1987-06-28", "FI_ACCOUNT", 7700, 0.0, 108, 100], [112, "Jose Manuel", "Urman", "JMURMAN", "515.124.4469", "1987-06-29", "FI_ACCOUNT", 7800, 0.0, 108, 100], [113, "Luis", "Popp", "LPOPP", "515.124.4567", "1987-06-30", "FI_ACCOUNT", 6900, 0.0, 108, 100], [114, "Den", "Raphaely", "DRAPHEAL", "515.127.4561", "1987-07-01", "PU_MAN", 11000, 0.0, 100, 30], [115, "Alexander", "Khoo", "AKHOO", "515.127.4562", "1987-07-02", "PU_CLERK", 3100, 0.0, 114, 30], [116, "Shelli", "Baida", "SBAIDA", "515.127.4563", "1987-07-03", "PU_CLERK", 2900, 0.0, 114, 30], [117, "Sigal", "Tobias", "STOBIAS", "515.127.4564", "1987-07-04", "PU_CLERK", 2800, 0.0, 114, 30], [118, "Guy", "Himuro", "GHIMURO", "515.127.4565", "1987-07-05", "PU_CLERK", 2600, 0.0, 114, 30], [119, "Karen", "Colmenares", "KCOLMENA", "515.127.4566", "1987-07-06", "PU_CLERK", 2500, 0.0, 114, 30], [120, "Matthew", "Weiss", "MWEISS", "650.123.1234", "1987-07-07", "ST_MAN", 8000, 0.0, 100, 50], [121, "Adam", "Fripp", "AFRIPP", "650.123.2234", "1987-07-08", "ST_MAN", 8200, 0.0, 100, 50], [122, "Payam", "Kaufling", "PKAUFLIN", "650.123.3234", "1987-07-09", "ST_MAN", 7900, 0.0, 100, 50], [123, "Shanta", "Vollman", "SVOLLMAN", "650.123.4234", "1987-07-10", "ST_MAN", 6500, 0.0, 100, 50], [124, "Kevin", "Mourgos", "KMOURGOS", "650.123.5234", "1987-07-11", "ST_MAN", 5800, 0.0, 100, 50], [125, "Julia", "Nayer", "JNAYER", "650.124.1214", "1987-07-12", "ST_CLERK", 3200, 0.0, 120, 50], [126, "Irene", "Mikkilineni", "IMIKKILI", "650.124.1224", "1987-07-13", "ST_CLERK", 2700, 0.0, 120, 50], [127, "James", "Landry", "JLANDRY", "650.124.1334", "1987-07-14", "ST_CLERK", 2400, 0.0, 120, 50], [128, "Steven", "Markle", "SMARKLE", "650.124.1434", "1987-07-15", "ST_CLERK", 2200, 0.0, 120, 50], [129, "Laura", "Bissot", "LBISSOT", "650.124.5234", "1987-07-16", "ST_CLERK", 3300, 0.0, 121, 50], [130, "Mozhe", "Atkinson", "MATKINSO", "650.124.6234", "1987-07-17", "ST_CLERK", 2800, 0.0, 121, 50], [131, "James", "Marlow", "JAMRLOW", "650.124.7234", "1987-07-18", "ST_CLERK", 2500, 0.0, 121, 50], [132, "TJ", "Olson", "TJOLSON", "650.124.8234", "1987-07-19", "ST_CLERK", 2100, 0.0, 121, 50], [133, "Jason", "Mallin", "JMALLIN", "650.127.1934", "1987-07-20", "ST_CLERK", 3300, 0.0, 122, 50], [134, "Michael", "Rogers", "MROGERS", "650.127.1834", "1987-07-21", "ST_CLERK", 2900, 0.0, 122, 50], [135, "Ki", "Gee", "KGEE", "650.127.1734", "1987-07-22", "ST_CLERK", 2400, 0.0, 122, 50], [136, "Hazel", "Philtanker", "HPHILTAN", "650.127.1634", "1987-07-23", "ST_CLERK", 2200, 0.0, 122, 50], [137, "Renske", "Ladwig", "RLADWIG", "650.121.1234", "1987-07-24", "ST_CLERK", 3600, 0.0, 123, 50], [138, "Stephen", "Stiles", "SSTILES", "650.121.2034", "1987-07-25", "ST_CLERK", 3200, 0.0, 123, 50], [139, "John", "Seo", "JSEO", "650.121.2019", "1987-07-26", "ST_CLERK", 2700, 0.0, 123, 50], [140, "Joshua", "Patel", "JPATEL", "650.121.1834", "1987-07-27", "ST_CLERK", 2500, 0.0, 123, 50], [141, "Trenna", "Rajs", "TRAJS", "650.121.8009", "1987-07-28", "ST_CLERK", 3500, 0.0, 124, 50], [142, "Curtis", "Davies", "CDAVIES", "650.121.2994", "1987-07-29", "ST_CLERK", 3100, 0.0, 124, 50], [143, "Randall", "Matos", "RMATOS", "650.121.2874", "1987-07-30", "ST_CLERK", 2600, 0.0, 124, 50], [144, "Peter", "Vargas", "PVARGAS", "650.121.2004", "1987-07-31", "ST_CLERK", 2500, 0.0, 124, 50], [145, "John", "Russell", "JRUSSEL", "011.44.1344.429268", "1987-08-01", "SA_MAN", 14000, 0.4, 100, 80], [146, "Karen", "Partners", "KPARTNER", "011.44.1344.467268", "1987-08-02", "SA_MAN", 13500, 0.3, 100, 80], [147, "Alberto", "Errazuriz", "AERRAZUR", "011.44.1344.429278", "1987-08-03", "SA_MAN", 12000, 0.3, 100, 80], [148, "Gerald", "Cambrault", "GCAMBRAU", "011.44.1344.619268", "1987-08-04", "SA_MAN", 11000, 0.3, 100, 80], [149, "Eleni", "Zlotkey", "EZLOTKEY", "011.44.1344.429018", "1987-08-05", "SA_MAN", 10500, 0.2, 100, 80], [150, "Peter", "Tucker", "PTUCKER", "011.44.1344.129268", "1987-08-06", "SA_REP", 10000, 0.3, 145, 80], [151, "David", "Bernstein", "DBERNSTE", "011.44.1344.345268", "1987-08-07", "SA_REP", 9500, 0.25, 145, 80], [152, "Peter", "Hall", "PHALL", "011.44.1344.478968", "1987-08-08", "SA_REP", 9000, 0.25, 145, 80], [153, "Christopher", "Olsen", "COLSEN", "011.44.1344.498718", "1987-08-09", "SA_REP", 8000, 0.2, 145, 80], [154, "Nanette", "Cambrault", "NCAMBRAU", "011.44.1344.987668", "1987-08-10", "SA_REP", 7500, 0.2, 145, 80], [155, "Oliver", "Tuvault", "OTUVAULT", "011.44.1344.486508", "1987-08-11", "SA_REP", 7000, 0.15, 145, 80], [156, "Janette", "King", "JKING", "011.44.1345.429268", "1987-08-12", "SA_REP", 10000, 0.35, 146, 80], [157, "Patrick", "Sully", "PSULLY", "011.44.1345.929268", "1987-08-13", "SA_REP", 9500, 0.35, 146, 80], [158, "Allan", "McEwen", "AMCEWEN", "011.44.1345.829268", "1987-08-14", "SA_REP", 9000, 0.35, 146, 80], [159, "Lindsey", "Smith", "LSMITH", "011.44.1345.729268", "1987-08-15", "SA_REP", 8000, 0.3, 146, 80], [160, "Louise", "Doran", "LDORAN", "011.44.1345.629268", "1987-08-16", "SA_REP", 7500, 0.3, 146, 80], [161, "Sarath", "Sewall", "SSEWALL", "011.44.1345.529268", "1987-08-17", "SA_REP", 7000, 0.25, 146, 80], [162, "Clara", "Vishney", "CVISHNEY", "011.44.1346.129268", "1987-08-18", "SA_REP", 10500, 0.25, 147, 80], [163, "Danielle", "Greene", "DGREENE", "011.44.1346.229268", "1987-08-19", "SA_REP", 9500, 0.15, 147, 80], [164, "Mattea", "Marvins", "MMARVINS", "011.44.1346.329268", "1987-08-20", "SA_REP", 7200, 0.1, 147, 80], [165, "David", "Lee", "DLEE", "011.44.1346.529268", "1987-08-21", "SA_REP", 6800, 0.1, 147, 80], [166, "Sundar", "Ande", "SANDE", "011.44.1346.629268", "1987-08-22", "SA_REP", 6400, 0.1, 147, 80], [167, "Amit", "Banda", "ABANDA", "011.44.1346.729268", "1987-08-23", "SA_REP", 6200, 0.1, 147, 80], [168, "Lisa", "Ozer", "LOZER", "011.44.1343.929268", "1987-08-24", "SA_REP", 11500, 0.25, 148, 80], [169, "Harrison", "Bloom", "HBLOOM", "011.44.1343.829268", "1987-08-25", "SA_REP", 10000, 0.2, 148, 80], [170, "Tayler", "Fox", "TFOX", "011.44.1343.729268", "1987-08-26", "SA_REP", 9600, 0.2, 148, 80], [171, "William", "Smith", "WSMITH", "011.44.1343.629268", "1987-08-27", "SA_REP", 7400, 0.15, 148, 80], [172, "Elizabeth", "Bates", "EBATES", "011.44.1343.529268", "1987-08-28", "SA_REP", 7300, 0.15, 148, 80], [173, "Sundita", "Kumar", "SKUMAR", "011.44.1343.329268", "1987-08-29", "SA_REP", 6100, 0.1, 148, 80], [174, "Ellen", "Abel", "EABEL", "011.44.1644.429267", "1987-08-30", "SA_REP", 11000, 0.3, 149, 80], [175, "Alyssa", "Hutton", "AHUTTON", "011.44.1644.429266", "1987-08-31", "SA_REP", 8800, 0.25, 149, 80], [176, "Jonathon", "Taylor", "JTAYLOR", "011.44.1644.429265", "1987-09-01", "SA_REP", 8600, 0.2, 149, 80], [177, "Jack", "Livingston", "JLIVINGS", "011.44.1644.429264", "1987-09-02", "SA_REP", 8400, 0.2, 149, 80], [178, "Kimberely", "Grant", "KGRANT", "011.44.1644.429263", "1987-09-03", "SA_REP", 7000, 0.15, 149, 0], [179, "Charles", "Johnson", "CJOHNSON", "011.44.1644.429262", "1987-09-04", "SA_REP", 6200, 0.1, 149, 80], [180, "Winston", "Taylor", "WTAYLOR", "650.507.9876", "1987-09-05", "SH_CLERK", 3200, 0.0, 120, 50], [181, "Jean", "Fleaur", "JFLEAUR", "650.507.9877", "1987-09-06", "SH_CLERK", 3100, 0.0, 120, 50], [182, "Martha", "Sullivan", "MSULLIVA", "650.507.9878", "1987-09-07", "SH_CLERK", 2500, 0.0, 120, 50], [183, "Girard", "Geoni", "GGEONI", "650.507.9879", "1987-09-08", "SH_CLERK", 2800, 0.0, 120, 50], [184, "Nandita", "Sarchand", "NSARCHAN", "650.509.1876", "1987-09-09", "SH_CLERK", 4200, 0.0, 121, 50], [185, "Alexis", "Bull", "ABULL", "650.509.2876", "1987-09-10", "SH_CLERK", 4100, 0.0, 121, 50], [186, "Julia", "Dellinger", "JDELLING", "650.509.3876", "1987-09-11", "SH_CLERK", 3400, 0.0, 121, 50], [187, "Anthony", "Cabrio", "ACABRIO", "650.509.4876", "1987-09-12", "SH_CLERK", 3000, 0.0, 121, 50], [188, "Kelly", "Chung", "KCHUNG", "650.505.1876", "1987-09-13", "SH_CLERK", 3800, 0.0, 122, 50], [189, "Jennifer", "Dilly", "JDILLY", "650.505.2876", "1987-09-14", "SH_CLERK", 3600, 0.0, 122, 50], [190, "Timothy", "Gates", "TGATES", "650.505.3876", "1987-09-15", "SH_CLERK", 2900, 0.0, 122, 50], [191, "Randall", "Perkins", "RPERKINS", "650.505.4876", "1987-09-16", "SH_CLERK", 2500, 0.0, 122, 50], [192, "Sarah", "Bell", "SBELL", "650.501.1876", "1987-09-17", "SH_CLERK", 4000, 0.0, 123, 50], [193, "Britney", "Everett", "BEVERETT", "650.501.2876", "1987-09-18", "SH_CLERK", 3900, 0.0, 123, 50], [194, "Samuel", "McCain", "SMCCAIN", "650.501.3876", "1987-09-19", "SH_CLERK", 3200, 0.0, 123, 50], [195, "Vance", "Jones", "VJONES", "650.501.4876", "1987-09-20", "SH_CLERK", 2800, 0.0, 123, 50], [196, "Alana", "Walsh", "AWALSH", "650.507.9811", "1987-09-21", "SH_CLERK", 3100, 0.0, 124, 50], [197, "Kevin", "Feeney", "KFEENEY", "650.507.9822", "1987-09-22", "SH_CLERK", 3000, 0.0, 124, 50], [198, "Donald", "OConnell", "DOCONNEL", "650.507.9833", "1987-09-23", "SH_CLERK", 2600, 0.0, 124, 50], [199, "Douglas", "Grant", "DGRANT", "650.507.9844", "1987-09-24", "SH_CLERK", 2600, 0.0, 124, 50], [200, "Jennifer", "Whalen", "JWHALEN", "515.123.4444", "1987-09-25", "AD_ASST", 4400, 0.0, 101, 10], [201, "Michael", "Hartstein", "MHARTSTE", "515.123.5555", "1987-09-26", "MK_MAN", 13000, 0.0, 100, 20], [202, "Pat", "Fay", "PFAY", "603.123.6666", "1987-09-27", "MK_REP", 6000, 0.0, 201, 20], [203, "Susan", "Mavris", "SMAVRIS", "515.123.7777", "1987-09-28", "HR_REP", 6500, 0.0, 101, 40], [204, "Hermann", "Baer", "HBAER", "515.123.8888", "1987-09-29", "PR_REP", 10000, 0.0, 101, 70], [205, "Shelley", "Higgins", "SHIGGINS", "515.123.8080", "1987-09-30", "AC_MGR", 12000, 0.0, 101, 110], [206, "William", "Gietz", "WGIETZ", "515.123.8181", "1987-10-01", "AC_ACCOUNT", 8300, 0.0, 205, 110]]}, "table_names": "['employees']", "table_image_ids": ["TableImg_Lrbn4_107.png"], "original_data_index": 3470} +{"question": "For each journal_committee, find the editor name and the journal theme.", "answer": {"columns": ["Name", "Theme"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Kamila Porczyk", "at Minnesota Vikings"], ["Marek Siudym", "at Detroit Lions"], ["Piotr Pr\u00c4\u0099gowski", "at Jacksonville Jaguars"], ["W\u00c5\u0082adys\u00c5\u0082aw Grzywna", "Pittsburgh Steelers"], ["Gra\u00c5\u00bcyna Wolszczak", "at Baltimore Ravens"], ["Gra\u00c5\u00bcyna Wolszczak", "Cincinnati Bengals"], ["Maria G\u00c3\u00b3ralczyk", "at Cleveland Browns"]]}, "table_names": "['journal', 'editor', 'journal_committee']", "table_image_ids": ["TableImg_Pq7rb_16.png", "TableImg_Bvw3j_9.png", "TableImg_44atv_7.png"], "original_data_index": 3471} +{"question": "How many rooms are located for each block code?", "answer": {"columns": ["count(*)", "BlockCode"], "index": [0, 1, 2], "data": [[12, 1], [12, 2], [12, 3]]}, "table_names": "['Block', 'Room']", "table_image_ids": ["TableImg_Kmba7_12.png", "TableImg_Dqgty_36.png"], "original_data_index": 3472} +{"question": "Find the id and number of shops for the company that produces the most expensive furniture.", "answer": {"columns": ["Manufacturer_ID", "Num_of_Shops"], "index": [0], "data": [[7, 4]]}, "table_names": "['manufacturer', 'furniture_manufacte']", "table_image_ids": ["TableImg_Nawak_7.png", "TableImg_5mv2f_5.png"], "original_data_index": 3473} +{"question": "What is the sum of revenue from companies with headquarters in Austin?", "answer": {"columns": ["sum(revenue)"], "index": [0], "data": [[100.0]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_Y5e6f_6.png"], "original_data_index": 3474} +{"question": "Which cmi cross reference id is not related to any parking taxes?", "answer": {"columns": ["cmi_cross_ref_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [[2], [8], [41], [48], [49], [59], [65], [75], [77], [83], [95], [99], [100], [101], [102], [103], [104], [105], [106]]}, "table_names": "['CMI_Cross_References', 'Parking_Fines']", "table_image_ids": ["TableImg_Nxr0j_21.png", "TableImg_Kihky_2.png"], "original_data_index": 3475} +{"question": "Which city has the highest temperature in February?", "answer": {"columns": ["City"], "index": [0], "data": [["Suzhou ( Jiangsu )"]]}, "table_names": "['city', 'temperature']", "table_image_ids": ["TableImg_Lehas_13.png", "TableImg_C3g09_8.png"], "original_data_index": 3476} +{"question": "Find the average and maximum rating of all reviews.", "answer": {"columns": ["avg(rating)", "max(rating)"], "index": [0], "data": [[7.1428571429, 10]]}, "table_names": "['review']", "table_image_ids": ["TableImg_Mou3d_7.png"], "original_data_index": 3477} +{"question": "Count the number of different teams involved in match season.", "answer": {"columns": ["count(DISTINCT Team)"], "index": [0], "data": [[7]]}, "table_names": "['team', 'match_season']", "table_image_ids": ["TableImg_1jkog_10.png", "TableImg_Hjnj4_16.png"], "original_data_index": 3478} +{"question": "Find the name of bank branch that provided the greatest total amount of loans.", "answer": {"columns": ["bname"], "index": [0], "data": [["broadway"]]}, "table_names": "['bank', 'loan']", "table_image_ids": ["TableImg_Vln6j_4.png", "TableImg_Vwat7_3.png"], "original_data_index": 3479} +{"question": "Sort the customer names in alphabetical order.", "answer": {"columns": ["Customer_Details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["America Jaskolski"], ["Augustine Kerluke"], ["Buddy Marquardt"], ["Dayana Robel"], ["Dr. Diana Rath"], ["Ellsworth Paucek"], ["Lauriane Ferry PhD"], ["Miss Felicita Reichel"], ["Mr. Edwardo Blanda I"], ["Mr. Randal Lynch III"], ["Mrs. Hanna Willms"], ["Mrs. Lilly Graham III"], ["Mrs. Liza Heller V"], ["Selena Gerhold"], ["Sydnie Friesen"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_0jufb_15.png"], "original_data_index": 3480} +{"question": "List the all the distinct names of the products with the characteristic name 'warm'.", "answer": {"columns": ["product_name"], "index": [0], "data": [["chervil"]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_W1qmn_15.png", "TableImg_Q98cn_15.png", "TableImg_Dhykb_15.png"], "original_data_index": 3481} +{"question": "What are the song names for every song whose rating is less than the minimum rating for English songs?", "answer": {"columns": ["song_name"], "index": [0], "data": [["Shukno patar nupur pae"]]}, "table_names": "['song']", "table_image_ids": ["TableImg_Ly3nz_6.png"], "original_data_index": 3482} +{"question": "Find the names of programs that are never broadcasted in the morning.", "answer": {"columns": ["Name"], "index": [0], "data": [["Youman"]]}, "table_names": "['program', 'broadcast']", "table_image_ids": ["TableImg_Eczlw_5.png", "TableImg_Frn47_11.png"], "original_data_index": 3483} +{"question": "Find distinct cities of addresses of people?", "answer": {"columns": ["city"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["South Minnie"], ["Linnealand"], ["East Tavaresburgh"], ["Terencetown"], ["Lake Devon"], ["O'Connellview"], ["New Alta"], ["South Naomibury"]]}, "table_names": "['Addresses', 'People_Addresses']", "table_image_ids": ["TableImg_Udjvc_15.png", "TableImg_Uloc2_8.png"], "original_data_index": 3484} +{"question": "List all employees in the circulation history of the document with id 1. List the employee's name.", "answer": {"columns": ["employee_name"], "index": [0], "data": [["Koby"]]}, "table_names": "['Employees', 'Circulation_History']", "table_image_ids": ["TableImg_Mpnyu_6.png", "TableImg_3wny0_4.png"], "original_data_index": 3485} +{"question": "For each airport name, how many routes start at that airport?", "answer": {"columns": ["count(*)", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157], "data": [[12, "A Coru\u00c3\u00b1a Airport"], [20, "Aalborg Airport"], [8, "Aarhus Airport"], [3, "Aasiaat Airport"], [3, "Aba Tenna Dejazmach Yilma International Airport"], [6, "Abadan Airport"], [4, "Abakan Airport"], [2, "Abbotsford Airport"], [3, "Abdul Rachman Saleh Airport"], [11, "Abeid Amani Karume International Airport"], [9, "Abel Santamaria Airport"], [41, "Aberdeen Dyce Airport"], [1, "Aberdeen Regional Airport"], [15, "Abha Regional Airport"], [2, "Abilene Regional Airport"], [12, "Abraham Gonz\u00c3\u00a1lez International Airport"], [239, "Abu Dhabi International Airport"], [1, "Abu Simbel Airport"], [17, "Achmad Yani Airport"], [1, "Adak Airport"], [17, "Adana Airport"], [105, "Addis Ababa Bole International Airport"], [51, "Adelaide International Airport"], [10, "Aden Adde International Airport"], [23, "Aden International Airport"], [8, "Adi Sumarmo Wiryokusumo Airport"], [29, "Adi Sutjipto International Airport"], [1, "Adirondack Regional Airport"], [66, "Adnan Menderes International Airport"], [330, "Adolfo Su\u00c3\u00a1rez Madrid\u00e2\u0080\u0093Barajas Airport"], [2, "Ad\u00c4\u00b1yaman Airport"], [1, "Aerotortuguero Airport"], [43, "Afonso Pena Airport"], [8, "Agartala Airport"], [1, "Agatti Airport"], [2, "Agen-La Garenne Airport"], [2, "Agra Airport"], [4, "Aguenar \u00e2\u0080\u0093 Hadj Bey Akhamok Airport"], [2, "Ahe Airport"], [24, "Ahwaz Airport"], [7, "Ain Arnat Airport"], [5, "Ain el Beida Airport"], [3, "Aitutaki Airport"], [39, "Ajaccio-Napol\u00c3\u00a9on Bonaparte Airport"], [3, "Akanu Ibiam International Airport"], [1, "Akhiok Airport"], [3, "Akiak Airport"], [8, "Akita Airport"], [22, "Akron Canton Regional Airport"], [6, "Aksu Airport"], [21, "Aktau Airport"], [11, "Aktion National Airport"], [7, "Aktobe Airport"], [2, "Akulivik Airport"], [1, "Akureyri Airport"], [1, "Akutan Seaplane Base"], [1, "Akwa Ibom International Airport"], [3, "Al Ahsa Airport"], [2, "Al Ain International Airport"], [3, "Al Baha Airport"], [1, "Al Ghaidah International Airport"], [48, "Al Maktoum International Airport"], [28, "Al Massira Airport"], [11, "Al Najaf International Airport"], [2, "Al Qaisumah/Hafr Al Batin Airport"], [1, "Al Wajh Domestic Airport"], [2, "Al-Jawf Domestic Airport"], [2, "Alakanuk Airport"], [56, "Alama Iqbal International Airport"], [1, "Alashankou Bole (Bortala) airport"], [3, "Albany Airport"], [31, "Albany International Airport"], [7, "Albert J Ellis Airport"], [3, "Alberto Alcolumbre Airport"], [2, "Alberto Carnevalli Airport"], [42, "Albuquerque International Sunport Airport"], [4, "Albury Airport"], [2, "Alderney Airport"], [11, "Alejandro Velasco Astete International Airport"], [6, "Alexander the Great International Airport"], [6, "Alexandria International Airport"], [2, "Alferez Fap David Figueroa Fernandini Airport"], [30, "Alfonso Bonilla Aragon International Airport"], [2, "Alfonso L\u00c3\u00b3pez Pumarejo Airport"], [6, "Alfredo V\u00c3\u00a1squez Cobo International Airport"], [31, "Alghero-Fertilia Airport"], [157, "Alicante International Airport"], [11, "Alice Springs Airport"], [2, "Allahabad Airport"], [3, "Allakaket Airport"], [3, "Alliance Municipal Airport"], [2, "Alluitsup Paa Heliport"], [67, "Almaty Airport"], [18, "Almer\u00c3\u00ada International Airport"], [6, "Almirante Marco Andres Zar Airport"], [1, "Almirante Padilla Airport"], [2, "Alpena County Regional Airport"], [10, "Alta Airport"], [1, "Altai Airport"], [4, "Altamira Airport"], [2, "Altoona Blair County Airport"], [3, "Amado Nervo National Airport"], [2, "Amami Airport"], [2, "Amasya Merzifon Airport"], [4, "Ambler Airport"], [3, "Amborovy Airport"], [2, "Amboseli Airport"], [453, "Amsterdam Airport Schiphol"], [20, "Am\u00c3\u00adlcar Cabral International Airport"], [1, "Anadolu Airport"], [1, "Anahim Lake Airport"], [3, "Anaktuvuk Pass Airport"], [3, "Anapa Vityazevo Airport"], [10, "Ancona Falconara Airport"], [1, "Andahuaylas Airport"], [3, "Andizhan Airport"], [3, "And\u00c3\u00b8ya Airport"], [1, "Aneityum Airport"], [10, "Angads Airport"], [8, "Angel Albino Corzo International Airport"], [1, "Anglesey Airport"], [1, "Angoon Seaplane Base"], [1, "Angoul\u00c3\u00aame-Brie-Champniers Airport"], [12, "Aniak Airport"], [2, "Aniwa Airport"], [9, "Annaba Airport"], [7, "Anqing Tianzhushan Airport"], [3, "Anshan Air Base"], [4, "Anshun Huangguoshu Airport"], [127, "Antalya International Airport"], [35, "Antonio B. Won Pat International Airport"], [5, "Antonio Maceo International Airport"], [3, "Antonio Narino Airport"], [4, "Antonio Roldan Betancourt Airport"], [3, "Antsirabato Airport"], [2, "Antwerp International Airport (Deurne)"], [3, "Anvik Airport"], [5, "Aomori Airport"], [9, "Appleton International Airport"], [2, "Aqaba King Hussein International Airport"], [1, "Arad International Airport"], [4, "Aragua\u00c3\u00adna Airport"], [2, "Arar Domestic Airport"], [2, "Araracuara Airport"], [1, "Araraquara Airport"], [3, "Araxos Airport"], [2, "Ara\u00c3\u00a7atuba Airport"], [1, "Arba Minch Airport"], [3, "Arcata Airport"], [1, "Arctic Village Airport"], [3, "Ardabil Airport"], [3, "Arenal Airport"], [2, "Armidale Airport"], [3, "Arnold Palmer Regional Airport"], [5, "Arrachart Airport"], [2, "Arthur's Town Airport"], [10, "Arturo Michelena International Airport"], [1, "Arua Airport"], [1, "Arusha Airport"], [1, "Arutua Airport"], [7, "Arviat Airport"], [2, "Arvidsjaur Airport"], [1, "Arxan Yi'ershi Airport"], [7, "Asahikawa Airport"], [12, "Asheville Regional Airport"], [15, "Ashgabat Airport"], [7, "Asmara International Airport"], [1, "Asosa Airport"], [2, "Aspen-Pitkin Co/Sardy Field"], [6, "Assiut International Airport"], [52, "Astana International Airport"], [8, "Astrakhan Airport"], [17, "Asturias Airport"], [4, "Astypalaia Airport"], [4, "Aswan International Airport"], [1, "Ataq Airport"], [356, "Atat\u00c3\u00bcrk International Airport"], [1, "Athens Ben Epps Airport"], [1, "Atka Airport"], [10, "Atlantic City International Airport"], [3, "Atlas Brasil Cantanhede Airport"], [2, "Atqasuk Edward Burnell Sr Memorial Airport"], [2, "Attawapiskat Airport"], [10, "Atyrau Airport"], [96, "Auckland International Airport"], [1, "Augsburg Airport"], [7, "Augusta Regional At Bush Field"], [1, "Augusta State Airport"], [15, "Augusto C. Sandino (Managua) International Airport"], [3, "Aupaluk Airport"], [5, "Aurangabad Airport"], [1, "Aurillac Airport"], [2, "Aurukun Airport"], [83, "Austin Bergstrom International Airport"], [8, "Austin Straubel International Airport"], [1, "Avalon Airport"], [1, "Aviador C. Campos Airport"], [2, "Avignon-Caumont Airport"], [3, "Awang Airport"], [2, "Axum Airport"], [4, "Ayers Rock Connellan Airport"], [2, "A\u00c4\u009fr\u00c4\u00b1 Airport"], [10, "Babelthuap Airport"], [1, "Babo Airport"], [16, "Bachigualato Federal International Airport"], [6, "Bacolod-Silay City International Airport"], [2, "Badajoz Airport"], [7, "Bagan Airport"], [16, "Bagdogra Airport"], [14, "Baghdad International Airport"], [5, "Bahawalpur Airport"], [9, "Bahia - Jorge Amado Airport"], [2, "Bahir Dar Airport"], [84, "Bahrain International Airport"], [3, "Bah\u00c3\u00adas de Huatulco International Airport"], [6, "Baie Comeau Airport"], [87, "Baita International Airport"], [1, "Bakalalan Airport"], [6, "Baker Lake Airport"], [5, "Ballina Byron Gateway Airport"], [4, "Balmaceda Airport"], [142, "Baltimore/Washington International Thurgood Marshall Airport"], [1, "Bal\u00c4\u00b1kesir K\u00c3\u00b6rfez Airport"], [1, "Bam Airport"], [1, "Banak Airport"], [4, "Bancasi Airport"], [19, "Bandar Abbas International Airport"], [2, "Bandar Lengeh Airport"], [101, "Bandaranaike International Colombo Airport"], [2, "Bangoka International Airport"], [8, "Bangor International Airport"], [3, "Bangui M'Poko International Airport"], [3, "Banja Luka International Airport"], [13, "Banjul International Airport"], [29, "Baotou Airport"], [3, "Barau(Kalimaru) Airport"], [1, "Barcaldine Airport"], [391, "Barcelona International Airport"], [1, "Barcelos Airport"], [1, "Bardufoss Airport"], [50, "Bari Karol Wojty\u00c5\u0082a Airport"], [2, "Barinas Airport"], [2, "Bario Airport"], [1, "Barisal Airport"], [1, "Barkley Regional Airport"], [3, "Barnaul Airport"], [2, "Barnstable Municipal Boardman Polando Field"], [5, "Barquisimeto International Airport"], [1, "Barra Airport"], [6, "Barreiras Airport"], [2, "Barter Island LRRS Airport"], [4, "Bartolomeu Lisandro Airport"], [2, "Basco Airport"], [8, "Basrah International Airport"], [36, "Bastia-Poretta Airport"], [2, "Bata Airport"], [4, "Bateen Airport"], [3, "Bathurst Airport"], [3, "Batman Airport"], [4, "Batna Airport"], [8, "Baton Rouge Metropolitan - Ryan Field"], [6, "Batumi International Airport"], [28, "Bauerfield International Airport"], [3, "Bauru - Arealva Airport"], [2, "Bayankhongor Airport"], [5, "Bayannur Tianjitai Airport"], [4, "Bearskin Lake Airport"], [2, "Beaver Airport"], [2, "Bedourie Airport"], [7, "Begishevo Airport"], [20, "Beihai Airport"], [535, "Beijing Capital International Airport"], [80, "Beijing Nanyuan Airport"], [7, "Beira Airport"], [67, "Beirut Rafic Hariri International Airport"], [2, "Belbek Airport"], [36, "Belfast International Airport"], [1, "Belgaum Airport"], [11, "Belgorod International Airport"], [85, "Belgrade Nikola Tesla Airport"], [2, "Bella Coola Airport"], [10, "Bellingham International Airport"], [4, "Beloyarskiy Airport"], [1, "Bemidji Regional Airport"], [136, "Ben Gurion International Airport"], [5, "Ben Schoeman Airport"], [58, "Benazir Bhutto International Airport"], [2, "Benbecula Airport"], [2, "Beni Airport"], [2, "Benin Airport"], [25, "Benina International Airport"], [2, "Benito Salas Airport"], [1, "Benjamin Rivera Noriega Airport"], [7, "Berbera Airport"], [69, "Bergen Airport Flesland"], [11, "Bergerac-Roumani\u00c3\u00a8re Airport"], [4, "Berlev\u00c3\u00a5g Airport"], [83, "Berlin-Sch\u00c3\u00b6nefeld International Airport"], [208, "Berlin-Tegel International Airport"], [12, "Bern Belp Airport"], [1, "Bert Mooney Airport"], [1, "Beslan Airport"], [29, "Bethel Airport"], [1, "Betoambari Airport"], [5, "Bettles Airport"], [1, "Bhadrapur Airport"], [1, "Bharatpur Airport"], [2, "Bhavnagar Airport"], [2, "Bhuj Airport"], [14, "Biarritz-Anglet-Bayonne Airport"], [4, "Big Trout Lake Airport"], [8, "Bijie Feixiong Airport"], [8, "Biju Patnaik Airport"], [65, "Bilbao Airport"], [29, "Bill & Hillary Clinton National Airport/Adams Field"], [12, "Billings Logan International Airport"], [47, "Billund Airport"], [14, "Billy Bishop Toronto City Centre Airport"], [7, "Bintulu Airport"], [1, "Biratnagar Airport"], [4, "Birchwood Airport"], [2, "Birdsville Airport"], [2, "Birjand Airport"], [133, "Birmingham International Airport"], [36, "Birmingham-Shuttlesworth International Airport"], [11, "Birsa Munda Airport"], [3, "Bisha Airport"], [14, "Bishop International Airport"], [4, "Biskra Airport"], [6, "Bismarck Municipal Airport"], [1, "Blackall Airport"], [9, "Blackpool International Airport"], [20, "Blue Grass Airport"], [4, "Bob Baker Memorial Airport"], [18, "Bob Hope Airport"], [2, "Bobo Dioulasso Airport"], [2, "Bocas Del Toro International Airport"], [2, "Bodaybo Airport"], [18, "Bod\u00c3\u00b8 Airport"], [2, "Boeing Field King County International Airport"], [1, "Boende Airport"], [5, "Bogashevo Airport"], [21, "Boise Air Terminal/Gowen field"], [1, "Bojnord Airport"], [1, "Bol Airport"], [88, "Bologna Guglielmo Marconi Airport"], [6, "Bolshoye Savino Airport"], [2, "Bolzano Airport"], [1, "Bom Jesus da Lapa Airport"], [3, "Bonaventure Airport"], [1, "Bonito Airport"], [3, "Bonriki International Airport"], [2, "Boone County Airport"], [7, "Bora Bora Airport"], [67, "Bordeaux-M\u00c3\u00a9rignac Airport"], [1, "Bordj Badji Mokhtar Airport"], [42, "Borg El Arab International Airport"], [2, "Borlange Airport"], [1, "Bornholm Airport"], [102, "Boryspil International Airport"], [4, "Bosaso Airport"], [1, "Bou Chekif Airport"], [2, "Boulia Airport"], [19, "Bournemouth Airport"], [2, "Bradford Regional Airport"], [51, "Bradley International Airport"], [2, "Brainerd Lakes Regional Airport"], [4, "Bram Fischer International Airport"], [1, "Brandon Municipal Airport"], [4, "Bratsk Airport"], [50, "Bremen Airport"], [17, "Brest Bretagne Airport"], [4, "Brevig Mission Airport"], [1, "Brigadeiro Camar\u00c3\u00a3o Airport"], [7, "Brigadeiro Lysias Rodrigues Airport"], [3, "Brigadier Antonio Parodi Airport"], [1, "Brigadier Mayor D Cesar Raul Ojeda Airport"], [22, "Brindisi \u00e2\u0080\u0093 Salento Airport"], [151, "Brisbane International Airport"], [100, "Bristol Airport"], [1, "Brno-Tu\u00c5\u0099any Airport"], [4, "Broken Hill Airport"], [12, "Broome International Airport"], [3, "Brownsville South Padre Island International Airport"], [23, "Brunei International Airport"], [3, "Brunswick Golden Isles Airport"], [316, "Brussels Airport"], [84, "Brussels South Charleroi Airport"], [5, "Br\u00c3\u00b8nn\u00c3\u00b8ysund Airport"], [2, "Bubung Airport"], [3, "Bucholz Army Air Field"], [4, "Buckland Airport"], [98, "Budapest Ferenc Liszt International Airport"], [36, "Buffalo Niagara International Airport"], [4, "Bugulma Airport"], [1, "Bugungu Airport"], [13, "Bujumbura International Airport"], [4, "Buka Airport"], [2, "Bukavu Kavumu Airport"], [6, "Bukhara Airport"], [1, "Bukoba Airport"], [4, "Buluh Tumbang (H A S Hanandjoeddin) Airport"], [2, "Bundaberg Airport"], [3, "Bunia Airport"], [7, "Buon Ma Thuot Airport"], [12, "Burgas Airport"], [1, "Burgos Airport"], [1, "Buri Ram Airport"], [2, "Burketown Airport"], [13, "Burlington International Airport"], [5, "Bushehr Airport"], [3, "Busselton Regional Airport"], [3, "Bydgoszcz Ignacy Jan Paderewski Airport"], [5, "B\u00c3\u00a5tsfjord Airport"], [1, "B\u00c3\u00a9char Boudghene Ben Ali Lotfi Airport"], [9, "B\u00c3\u00a9ziers-Vias Airport"], [4, "CFB Bagotville"], [3, "Cabinda Airport"], [3, "Cabo Frio Airport"], [4, "Cabo Velas Airport"], [1, "Cacique Aramare Airport"], [1, "Cacoal Airport"], [6, "Cadete FAP Guillermo Del Castillo Paredes Airport"], [41, "Cadjehoun Airport"], [4, "Caen-Carpiquet Airport"], [7, "Cagayan De Oro Airport"], [43, "Cagliari Elmas Airport"], [56, "Cairns International Airport"], [151, "Cairo International Airport"], [1, "Calbayog Airport"], [115, "Calgary International Airport"], [31, "Calicut International Airport"], [20, "Calvi-Sainte-Catherine Airport"], [7, "Cam Ranh Airport"], [6, "Cambridge Bay Airport"], [1, "Camiguin Airport"], [4, "Camilo Daza International Airport"], [2, "Camilo Ponce Enriquez Airport"], [6, "Campbell River Airport"], [1, "Campbeltown Airport"], [17, "Campo Grande Airport"], [3, "Can Tho International Airport"], [1, "Canaima Airport"], [13, "Canberra International Airport"], [157, "Canc\u00c3\u00ban International Airport"], [1, "Canyonlands Field"], [6, "Cap FAP David Abenzur Rengifo International Airport"], [3, "Cap Haitien International Airport"], [1, "Cap Manuel Ni\u00c3\u00b1o International Airport"], [1, "Cap Skirring Airport"], [3, "Cape Dorset Airport"], [1, "Cape Girardeau Regional Airport"], [1, "Cape Lisburne LRRS Airport"], [43, "Cape Town International Airport"], [8, "Capital City Airport"], [3, "Capitan Corbeta CA Curbelo International Airport"], [1, "Capitan FAP Carlos Martinez De Pinillos International Airport"], [1, "Capitan FAP Jose A Quinones Gonzales International Airport"], [1, "Capitan FAP Pedro Canga Rodriguez Airport"], [2, "Capitan Nicolas Rojas Airport"], [8, "Capitan Oriel Lea Plaza Airport"], [1, "Capitan V A Almonacid Airport"], [2, "Capit\u00c3\u00a1n An\u00c3\u00adbal Arab Airport"], [1, "Capit\u00c3\u00a1n Av. Selin Zeitun Lopez Airport"], [2, "Capit\u00c3\u00a1n FAP Guillermo Concha Iberico International Airport"], [1, "Capit\u00c3\u00a1n de Av. Emilio Beltr\u00c3\u00a1n Airport"], [4, "Caraj\u00c3\u00a1s Airport"], [10, "Carcassonne Airport"], [32, "Cardiff International Airport"], [13, "Carlos Rovirosa P\u00c3\u00a9rez International Airport"], [23, "Carrasco International /General C L Berisso Airport"], [6, "Carriel Sur Airport"], [10, "Casa De Campo International Airport"], [3, "Cascavel Airport"], [3, "Casper-Natrona County International Airport"], [4, "Cassidy International Airport"], [2, "Castlegar/West Kootenay Regional Airport"], [3, "Castres-Mazamet Airport"], [4, "Cat Bi International Airport"], [2, "Cat Lake Airport"], [1, "Catamarca Airport"], [115, "Catania-Fontanarossa Airport"], [4, "Cataratas Del Iguaz\u00c3\u00ba International Airport"], [12, "Cataratas International Airport"], [2, "Catarman National Airport"], [2, "Catumbela Airport"], [1, "Cauayan Airport"], [1, "Caucaya Airport"], [1, "Cavern City Air Terminal"], [7, "Cayenne-Rochambeau Airport"], [2, "Ca\u00c3\u00a7ador Airport"], [1, "Ca\u00c3\u00b1al Bajo Carlos - Hott Siebert Airport"], [1, "Cedar City Regional Airport"], [1, "Ceduna Airport"], [1, "Central Airport"], [12, "Central Illinois Regional Airport at Bloomington-Normal"], [4, "Central Nebraska Regional Airport"], [5, "Central Wisconsin Airport"], [11, "Cerro Moreno Airport"], [5, "Chacalluta Airport"], [3, "Chadron Municipal Airport"], [2, "Chalkyitsik Airport"], [4, "Chamonate Airport"], [9, "Chandigarh Airport"], [8, "Changde Airport"], [189, "Changsha Huanghua International Airport"], [16, "Changzhi Airport"], [37, "Changzhou Benniu Airport"], [44, "Chania International Airport"], [3, "Chaoyang Airport"], [3, "Chapais Airport"], [6, "Charles M. Schulz Sonoma County Airport"], [524, "Charles de Gaulle International Airport"], [34, "Charleston Air Force Base-International Airport"], [4, "Charleville Airport"], [2, "Charlo Airport"], [1, "Charlotte Amalie Harbor Seaplane Base"], [18, "Charlotte County Airport"], [301, "Charlotte Douglas International Airport"], [13, "Charlottesville Albemarle Airport"], [4, "Charlottetown Airport"], [18, "Chaudhary Charan Singh International Airport"], [2, "Chautauqua County-Jamestown Airport"], [2, "Cheboksary Airport"], [8, "Cheddi Jagan International Airport"], [3, "Chefornak Airport"], [1, "Cheikh Larbi T\u00c3\u00a9bessi Airport"], [354, "Chek Lap Kok International Airport"], [20, "Chelyabinsk Balandino Airport"], [324, "Chengdu Shuangliu International Airport"], [102, "Chennai International Airport"], [9, "Cheongju International Airport"], [7, "Cherepovets Airport"], [1, "Cherif Al Idrissi Airport"], [5, "Cherry Capital Airport"], [2, "Cherskiy Airport"], [6, "Chesterfield Inlet Airport"], [1, "Chetumal International Airport"], [2, "Chevak Airport"], [3, "Chevery Airport"], [6, "Cheyenne Regional Jerry Olson Field"], [222, "Chhatrapati Shivaji International Airport"], [48, "Chiang Mai International Airport"], [11, "Chiang Rai International Airport"], [139, "Chicago Midway International Airport"], [558, "Chicago O'Hare International Airport"], [5, "Chicago Rockford International Airport"], [1, "Chico Municipal Airport"], [15, "Chifeng Airport"], [5, "Chileka International Airport"], [1, "Chimbu Airport"], [1, "Chimoio Airport"], [1, "China Bay Airport"], [20, "Chinggis Khaan International Airport"], [7, "Chingozi Airport"], [6, "Chios Island National Airport"], [1, "Chipata Airport"], [1, "Chippewa County International Airport"], [1, "Chippewa Valley Regional Airport"], [4, "Chisasibi Airport"], [11, "Chita-Kadala Airport"], [2, "Chitral Airport"], [34, "Chi\u00c5\u009fin\u00c4\u0083u International Airport"], [4, "Choibalsan Airport"], [1, "Choiseul Bay Airport"], [2, "Chokurdakh Airport"], [270, "Chongqing Jiangbei International Airport"], [1, "Chris Hadfield Airport"], [34, "Christchurch International Airport"], [2, "Christmas Island Airport"], [2, "Chu Lai International Airport"], [84, "Chubu Centrair International Airport"], [1, "Chumphon Airport"], [8, "Churchill Airport"], [2, "Churchill Falls Airport"], [2, "Chuuk International Airport"], [2, "Ch\u00c3\u00a2lons-Vatry Air Base"], [50, "Ciampino\u00e2\u0080\u0093G. B. Pastine International Airport"], [11, "Cibao International Airport"], [1, "Cicia Airport"], [3, "Cincinnati Municipal Airport Lunken Field"], [75, "Cincinnati Northern Kentucky International Airport"], [1, "Circle City /New/ Airport"], [13, "City of Colorado Springs Municipal Airport"], [5, "City of Derry Airport"], [5, "Ciudad Obreg\u00c3\u00b3n International Airport"], [3, "Ciudad del Carmen International Airport"], [13, "Clark International Airport"], [9, "Clermont-Ferrand Auvergne Airport"], [81, "Cleveland Hopkins International Airport"], [5, "Cloncurry Airport"], [21, "Cluj-Napoca International Airport"], [4, "Clyde River Airport"], [2, "Co Ong Airport"], [1, "Coari Airport"], [5, "Coastal Carolina Regional Airport"], [57, "Cochin International Airport"], [1, "Cocos (Keeling) Islands Airport"], [1, "Coen Airport"], [4, "Coffs Harbour Airport"], [16, "Coimbatore International Airport"], [5, "Cold Bay Airport"], [134, "Cologne Bonn Airport"], [2, "Colonel Hill Airport"], [17, "Columbia Metropolitan Airport"], [4, "Columbia Regional Airport"], [3, "Columbus Metropolitan Airport"], [4, "Comandante Espora Airport"], [1, "Comandante FAP German Arias Graziani Airport"], [8, "Comiso Airport"], [79, "Comodoro Arturo Merino Ben\u00c3\u00adtez International Airport"], [7, "Comox Airport"], [18, "Conakry International Airport"], [1, "Concei\u00c3\u00a7\u00c3\u00a3o do Araguaia Airport"], [47, "Congonhas Airport"], [1, "Coober Pedy Airport"], [1, "Cooma Hospital Helipad"], [229, "Copenhagen Kastrup Airport"], [33, "Copernicus Wroc\u00c5\u0082aw Airport"], [6, "Coral Harbour Airport"], [34, "Cork Airport"], [1, "Coronel Altino Machado de Oliveira Airport"], [1, "Coronel E Carvajal Airport"], [2, "Coronel FAP Alfredo Mendivil Duarte Airport"], [2, "Coronel FAP Carlos Ciriani Santa Rosa International Airport"], [7, "Coronel FAP Francisco Secada Vignetta International Airport"], [1, "Coronel Hor\u00c3\u00a1cio de Mattos Airport"], [5, "Corpus Christi International Airport"], [1, "Cortez Municipal Airport"], [1, "Corumb\u00c3\u00a1 International Airport"], [2, "Corvo Airport"], [2, "Cotopaxi International Airport"], [3, "Cox's Bazar Airport"], [16, "Cozumel International Airport"], [3, "Craig Cove Airport"], [2, "Craiova Airport"], [4, "Cranbrook/Canadian Rockies International Airport"], [1, "Cruzeiro do Sul Airport"], [1, "Cuman\u00c3\u00a1 (Antonio Jos\u00c3\u00a9 de Sucre) Airport"], [5, "Cuneo International Airport"], [2, "Cunnamulla Airport"], [34, "Cyril E. King Airport"], [1, "C\u00c3\u00a0 Mau Airport"], [33, "Da Nang International Airport"], [27, "Dabolim Airport"], [9, "Dachuan Airport"], [6, "Daegu Airport"], [3, "Dakhla Airport"], [57, "Dalaman International Airport"], [1, "Dalbandin Airport"], [7, "Dali Airport"], [469, "Dallas Fort Worth International Airport"], [39, "Dallas Love Field"], [17, "Dane County Regional Truax Field"], [24, "Daniel Oduber Quiros International Airport"], [5, "Daniel Z. Romualdez Airport"], [4, "Daru Airport"], [46, "Darwin International Airport"], [6, "Dasht-e Naz Airport"], [11, "Datong Airport"], [2, "Dawadmi Domestic Airport"], [2, "Dawei Airport"], [1, "Dawson Community Airport"], [2, "Dawson Creek Airport"], [21, "Dayong Airport"], [5, "Daytona Beach International Airport"], [5, "Deadhorse Airport"], [2, "Deadman's Cay Airport"], [2, "Deauville-Saint-Gatien Airport"], [2, "Debrecen International Airport"], [2, "Decatur Airport"], [8, "Deer Lake Airport"], [4, "Deering Airport"], [5, "Dehradun Airport"], [14, "Del Baj\u00c3\u00ado International Airport"], [20, "Del Caribe Santiago Mari\u00c3\u00b1o International Airport"], [1, "Delta County Airport"], [3, "Denny Island Airport"], [361, "Denver International Airport"], [58, "Deputado Luiz Eduardo Magalh\u00c3\u00a3es International Airport"], [2, "Dera Ghazi Khan Airport"], [2, "Dera Ismael Khan Airport"], [29, "Des Moines International Airport"], [10, "Destin-Ft Walton Beach Airport"], [216, "Detroit Metropolitan Wayne County Airport"], [15, "Devi Ahilyabai Holkar Airport"], [1, "Devonport Airport"], [74, "Dhaka / Hazrat Shahjalal International Airport"], [1, "Dhangarhi Airport"], [2, "Dharavandhoo Airport"], [82, "Diagoras Airport"], [6, "Dibrugarh Airport"], [2, "Dickinson Theodore Roosevelt Regional Airport"], [9, "Diego Aracena Airport"], [1, "Dien Bien Phu Airport"], [1, "Dijon-Bourgogne Airport"], [3, "Dillingham Airport"], [2, "Dillon's Bay Airport"], [2, "Dimapur Airport"], [3, "Dimokritos Airport"], [3, "Dinard-Pleurtuit-Saint-Malo Airport"], [2, "Diom\u00c3\u00adcio Freitas Airport"], [16, "Dionysios Solomos Airport"], [17, "Diori Hamani International Airport"], [4, "Dipolog Airport"], [7, "Diqing Airport"], [2, "Diu Airport"], [7, "Diyarbakir Airport"], [2, "Djanet Inedbirene Airport"], [36, "Djerba Zarzis International Airport"], [23, "Djibouti-Ambouli Airport"], [14, "Dnipropetrovsk International Airport"], [6, "Dodge City Regional Airport"], [3, "Dole-Tavaux Airport"], [2, "Domingo Faustino Sarmiento Airport"], [8, "Dominique Edward Osok Airport"], [322, "Domodedovo International Airport"], [93, "Don Miguel Hidalgo Y Costilla International Airport"], [67, "Don Mueang International Airport"], [2, "Donegal Airport"], [15, "Donetsk International Airport"], [2, "Dong Tac Airport"], [18, "Dongshan Airport"], [1, "Donskoye Airport"], [3, "Doomadgee Airport"], [33, "Dortmund Airport"], [3, "Dothan Regional Airport"], [51, "Douala International Airport"], [3, "Dourados Airport"], [2, "Dr. Antonio Nicol\u00c3\u00a1s Brice\u00c3\u00b1o Airport"], [15, "Dr. Babasaheb Ambedkar International Airport"], [3, "Drake Bay Airport"], [22, "Dresden Airport"], [4, "Dryden Regional Airport"], [2, "DuBois Regional Airport"], [352, "Dubai International Airport"], [3, "Dubbo City Regional Airport"], [207, "Dublin Airport"], [60, "Dubrovnik Airport"], [2, "Dubuque Regional Airport"], [4, "Duluth International Airport"], [2, "Dumatumbun Airport"], [1, "Dundee Airport"], [4, "Dunedin Airport"], [7, "Dunhuang Airport"], [5, "Durango La Plata County Airport"], [3, "Durham Tees Valley Airport"], [52, "Dushanbe Airport"], [15, "Dzaoudzi Pamandzi International Airport"], [2, "D\u00c3\u00a9line Airport"], [285, "D\u00c3\u00bcsseldorf International Airport"], [4, "E. T. Joshua Airport"], [1, "Eagle County Regional Airport"], [95, "East Midlands Airport"], [2, "East Texas Regional Airport"], [1, "Eastern Oregon Regional At Pendleton Airport"], [3, "Easterwood Field"], [2, "Eastmain River Airport"], [1, "Eday Airport"], [119, "Edinburgh Airport"], [68, "Edmonton International Airport"], [2, "Eduardo Falla Solano Airport"], [32, "Eduardo Gomes International Airport"], [2, "Edward Bodden Airfield"], [7, "Edward G. Pitka Sr Airport"], [3, "Eek Airport"], [6, "Eelde Airport"], [7, "Egal International Airport"], [1, "Egegik Airport"], [1, "Egilssta\u00c3\u00b0ir Airport"], [5, "Eilat Airport"], [68, "Eindhoven Airport"], [1, "Eirunep\u00c3\u00a9 Airport"], [26, "El Alto International Airport"], [4, "El Calafate Airport"], [6, "El Cara\u00c3\u00b1o Airport"], [152, "El Dorado International Airport"], [2, "El Eden Airport"], [1, "El Embrujo Airport"], [2, "El Fasher Airport"], [2, "El Golea Airport"], [2, "El Lencero Airport"], [6, "El Loa Airport"], [24, "El Paso International Airport"], [10, "El Plumerillo Airport"], [53, "El Salvador International Airport"], [6, "El Taj\u00c3\u00adn National Airport"], [10, "El Tari Airport"], [1, "El Tehuelche Airport"], [10, "El Tepual Airport"], [5, "El Trompillo Airport"], [2, "El Yopal Airport"], [6, "Elaz\u00c4\u00b1\u00c4\u009f Airport"], [1, "Elcho Island Airport"], [3, "Eldoret International Airport"], [197, "Eleftherios Venizelos International Airport"], [1, "Elfin Cove Seaplane Base"], [5, "Elim Airport"], [1, "Elista Airport"], [1, "Elko Regional Airport"], [6, "Elmira Corning Regional Airport"], [1, "Eloy Alfaro International Airport"], [2, "Emerald Airport"], [4, "Emmonak Airport"], [4, "Ende (H Hasan Aroeboesman) Airport"], [2, "Enrique Malek International Airport"], [11, "Enrique Olaya Herrera Airport"], [4, "Enshi Airport"], [33, "Entebbe International Airport"], [1, "Enua Airport"], [34, "Eppley Airfield"], [30, "Erbil International Airport"], [14, "Ercan International Airport"], [2, "Erechim Airport"], [2, "Erenhot Saiwusu International Airport"], [6, "Erfurt Airport"], [4, "Erie International Tom Ridge Field"], [1, "Ernest A. Love Field"], [10, "Ernesto Cortissoz International Airport"], [3, "Eros Airport"], [3, "Erzincan Airport"], [5, "Erzurum International Airport"], [33, "Es Senia Airport"], [2, "Esbjerg Airport"], [51, "Esenbo\u00c4\u009fa International Airport"], [20, "Esfahan Shahid Beheshti International Airport"], [3, "Esperance Airport"], [1, "Eugenio Maria De Hostos Airport"], [16, "Eurico de Aguiar Salles Airport"], [95, "EuroAirport Basel-Mulhouse-Freiburg Airport"], [9, "Evansville Regional Airport"], [25, "Exeter International Airport"], [10, "Exuma International Airport"], [1, "F. D. Roosevelt Airport"], [37, "Faa'a International Airport"], [3, "Fabio Alberto Leon Bentley Airport"], [26, "Fairbanks International Airport"], [2, "Faisalabad International Airport"], [2, "Fakarava Airport"], [3, "Fakfak Airport"], [63, "Falcone\u00e2\u0080\u0093Borsellino Airport"], [5, "Faleolo International Airport"], [2, "Falls International Airport"], [1, "False Pass Airport"], [106, "Faro Airport"], [4, "Fascene Airport"], [5, "Fatmawati Soekarno Airport"], [8, "Fayetteville Regional Grannis Field"], [3, "Federico Fellini International Airport"], [9, "Federico Garcia Lorca Airport"], [2, "Fera/Maringe Airport"], [7, "Fergana International Airport"], [3, "Fernando de Noronha Airport"], [14, "Figari Sud-Corse Airport"], [2, "Flagstaff Pulliam Airport"], [10, "Flamingo International Airport"], [4, "Flin Flon Airport"], [1, "Flinders Island Airport"], [2, "Florence Regional Airport"], [4, "Flores Airport"], [5, "Flor\u00c3\u00b8 Airport"], [2, "Ford Airport"], [1, "Formosa Airport"], [2, "Fort Albany Airport"], [2, "Fort Chipewyan Airport"], [2, "Fort Frances Municipal Airport"], [2, "Fort Good Hope Airport"], [3, "Fort Hope Airport"], [186, "Fort Lauderdale Hollywood International Airport"], [12, "Fort McMurray Airport"], [1, "Fort Mcpherson Airport"], [3, "Fort Nelson Airport"], [3, "Fort Severn Airport"], [2, "Fort Simpson Airport"], [4, "Fort Smith Airport"], [5, "Fort Smith Regional Airport"], [6, "Fort St John Airport"], [16, "Fort Wayne International Airport"], [6, "Fort Yukon Airport"], [9, "Four Corners Regional Airport"], [3, "Francisco B. Reyes Airport"], [14, "Francisco Bangoy International Airport"], [3, "Francisco De Orellana Airport"], [10, "Francisco Sarabia International Airport"], [100, "Francisco de S\u00c3\u00a1 Carneiro Airport"], [2, "Francistown Airport"], [2, "Frank Miloye Milenkowichi\u00e2\u0080\u0093Mar\u00c3\u00adlia State Airport"], [11, "Frank Pais International Airport"], [497, "Frankfurt am Main International Airport"], [47, "Frankfurt-Hahn Airport"], [4, "Frans Kaisiepo Airport"], [4, "Fredericton Airport"], [20, "Fresno Yosemite International Airport"], [1, "Friday Harbor Airport"], [13, "Friedrichshafen Airport"], [5, "Fua'amotu International Airport"], [97, "Fuerteventura Airport"], [1, "Fujairah International Airport"], [4, "Fukue Airport"], [85, "Fukuoka Airport"], [4, "Fukushima Airport"], [1, "Funafuti International Airport"], [2, "Futuna Airport"], [11, "Fuyang Xiguan Airport"], [133, "Fuzhou Changle International Airport"], [1, "Gabala International Airport"], [2, "Gab\u00c3\u00a8s Matmata International Airport"], [2, "Gafsa Ksar International Airport"], [12, "Gainesville Regional Airport"], [4, "Galcaio Airport"], [8, "Gallatin Field"], [4, "Gamal Abdel Nasser Airport"], [4, "Gambell Airport"], [2, "Gambella Airport"], [3, "Gan International Airport"], [3, "Gander International Airport"], [4, "Ganja Airport"], [2, "Gannan Xiahe Airport"], [13, "Ganzhou Airport"], [2, "Gardabya Airport"], [2, "Garden City Regional Airport"], [2, "Garoua International Airport"], [2, "Gasp\u00c3\u00a9 (Michel-Pouliot) Airport"], [12, "Gassim Airport"], [3, "Gaua Island Airport"], [1, "Gautam Buddha Airport"], [9, "Gaziantep International Airport"], [6, "Gazipa\u00c5\u009fa Airport"], [51, "Gda\u00c5\u0084sk Lech Wa\u00c5\u0082\u00c4\u0099sa Airport"], [1, "Gelendzhik Airport"], [1, "Gemena Airport"], [2, "Geneina Airport"], [42, "General Abelardo L. Rodr\u00c3\u00adguez International Airport"], [2, "General Bartolome Salom International Airport"], [6, "General E. Mosconi Airport"], [212, "General Edward Lawrence Logan International Airport"], [10, "General Francisco J. Mujica International Airport"], [7, "General Francisco Javier Mina International Airport"], [5, "General Guadalupe Victoria International Airport"], [16, "General Heriberto Jara International Airport"], [25, "General Ignacio P. Garcia International Airport"], [11, "General Jose Antonio Anzoategui International Airport"], [8, "General Juan N Alvarez International Airport"], [1, "General Leite de Castro Airport"], [7, "General Leobardo C. Ruiz International Airport"], [8, "General Lucio Blanco International Airport"], [11, "General Manuel Carlos Piar International Airport"], [72, "General Mariano Escobedo International Airport"], [65, "General Mitchell International Airport"], [2, "General Pedro Jose Mendez International Airport"], [15, "General Rafael Buelna International Airport"], [3, "General Rivadeneira Airport"], [16, "General Roberto Fierro Villalobos International Airport"], [4, "General Rodolfo S\u00c3\u00a1nchez Taboada International Airport"], [5, "General Santos International Airport"], [2, "General Servando Canales International Airport"], [2, "General Urquiza Airport"], [15, "General Wayne A. Downing Peoria International Airport"], [166, "Geneva Cointrin International Airport"], [20, "Genoa Cristoforo Colombo Airport"], [5, "George Airport"], [21, "George Best Belfast City Airport"], [243, "George Bush Intercontinental Houston Airport"], [11, "George F. L. Charles Airport"], [28, "Gerald R. Ford International Airport"], [3, "Geraldton Airport"], [2, "Gerardo Tobar L\u00c3\u00b3pez Airport"], [3, "German Olano Airport"], [2, "Gerrard Smith International Airport"], [1, "Ghadames East Airport"], [1, "Ghat Airport"], [2, "Ghriss Airport"], [6, "Gibraltar Airport"], [1, "Gilgit Airport"], [2, "Gillam Airport"], [3, "Gillette Campbell County Airport"], [80, "Gimhae International Airport"], [39, "Gimpo International Airport"], [49, "Girona Airport"], [5, "Girua Airport"], [2, "Gisborne Airport"], [4, "Gjoa Haven Airport"], [5, "Glacier Park International Airport"], [4, "Gladstone Airport"], [100, "Glasgow International Airport"], [21, "Glasgow Prestwick Airport"], [1, "Gloucestershire Airport"], [1, "Gobernador Castello Airport"], [2, "Gobernador Horacio Guzman International Airport"], [1, "Gode Airport"], [4, "Godofredo P. Ramos Airport"], [9, "Godthaab / Nuuk Airport"], [28, "Gold Coast Airport"], [3, "Golden Triangle Regional Airport"], [3, "Golfito Airport"], [2, "Golmud Airport"], [8, "Goloson International Airport"], [4, "Golovin Airport"], [3, "Goma International Airport"], [2, "Gonder Airport"], [15, "Goose Bay Airport"], [2, "Gorakhpur Airport"], [6, "Gorgan Airport"], [1, "Gorno-Altaysk Airport"], [5, "Goroka Airport"], [20, "Gothenburg City Airport"], [52, "Gothenburg-Landvetter Airport"], [4, "Gove Airport"], [16, "Governador Alu\u00c3\u00adzio Alves International Airport"], [9, "Governador Jorge Teixeira de Oliveira Airport"], [11, "Governador Jos\u00c3\u00a9 Richa Airport"], [4, "Governor's Harbour Airport"], [1, "Graciosa Airport"], [1, "Grafton Airport"], [154, "Gran Canaria Airport"], [15, "Grand Bahama International Airport"], [1, "Grand Canyon National Park Airport"], [5, "Grand Forks International Airport"], [8, "Grand Junction Regional Airport"], [4, "Grande Prairie Airport"], [19, "Graz Airport"], [7, "Great Falls International Airport"], [4, "Greater Binghamton/Edwin A Link field"], [10, "Greater Moncton International Airport"], [30, "Greater Rochester International Airport"], [2, "Greenbrier Valley Airport"], [29, "Greenville Spartanburg International Airport"], [16, "Gregorio Luperon International Airport"], [2, "Griffith Airport"], [1, "Grise Fiord Airport"], [4, "Groote Eylandt Airport"], [3, "Gu-Lian Airport"], [1, "Guanambi Airport"], [8, "Guangyuan Airport"], [337, "Guangzhou Baiyun International Airport"], [4, "Guarani International Airport"], [36, "Guararapes - Gilberto Freyre International Airport"], [193, "Guarulhos - Governador Andr\u00c3\u00a9 Franco Montoro International Airport"], [1, "Guemar Airport"], [18, "Guernsey Airport"], [107, "Guilin Liangjiang International Airport"], [1, "Guillermo Le\u00c3\u00b3n Valencia Airport"], [9, "Gulfport Biloxi International Airport"], [1, "Gunnison Crested Butte Regional Airport"], [2, "Gurayat Domestic Airport"], [6, "Gurney Airport"], [1, "Gurupi Airport"], [11, "Gustaf III Airport"], [2, "Gustavo Artunduaga Paredes Airport"], [11, "Gustavo Rojas Pinilla International Airport"], [2, "Gustavo Vargas Airport"], [3, "Gustavus Airport"], [3, "Gwadar International Airport"], [1, "Gwalior Airport"], [4, "Gwangju Airport"], [1, "Gyumri Shirak Airport"], [6, "G\u00c3\u00a4llivare Airport"], [5, "Ha'il Airport"], [1, "Hachijojima Airport"], [2, "Hagerstown Regional Richard A Henson Field"], [2, "Hagfors Airport"], [2, "Haifa International Airport"], [108, "Haikou Meilan International Airport"], [4, "Haines Airport"], [10, "Hakodate Airport"], [43, "Halifax / Stanfield International Airport"], [4, "Hall Beach Airport"], [6, "Halmstad Airport"], [1, "Hamadan Airport"], [161, "Hamburg Airport"], [1, "Hamburg-Finkenwerder Airport"], [10, "Hami Airport"], [4, "Hamilton International Airport"], [7, "Hamilton Island Airport"], [7, "Hammerfest Airport"], [1, "Hana Airport"], [4, "Hanamaki Airport"], [1, "Hancock County-Bar Harbor Airport"], [6, "Handan Airport"], [27, "Hang Nadim International Airport"], [252, "Hangzhou Xiaoshan International Airport"], [2, "Hanimaadhoo Airport"], [76, "Hannover Airport"], [2, "Hao Airport"], [26, "Harare International Airport"], [20, "Harrisburg International Airport"], [9, "Harstad/Narvik Airport - Evenes"], [915, "Hartsfield Jackson Atlanta International Airport"], [56, "Hasanuddin International Airport"], [4, "Hassan I Airport"], [2, "Hassi R'Mel Airport"], [2, "Hasvik Airport"], [6, "Hat Yai International Airport"], [9, "Hatay Airport"], [31, "Hato International Airport"], [1, "Hattiesburg Laurel Regional Airport"], [12, "Haugesund Airport"], [1, "Havre City County Airport"], [3, "Havre St Pierre Airport"], [2, "Hawarden Airport"], [3, "Hawke's Bay Airport"], [3, "Hay River / Merlyn Carter Airport"], [1, "Healy River Airport"], [14, "Hector International Airport"], [77, "Hefei Luogang International Airport"], [7, "Heho Airport"], [3, "Heihe Airport"], [5, "Helena Regional Airport"], [159, "Helsinki Vantaa Airport"], [2, "Hemavan Airport"], [1, "Hendrik Van Eck Airport"], [112, "Henri Coand\u00c4\u0083 International Airport"], [9, "Henry E Rohlsen Airport"], [110, "Heraklion International Nikos Kazantzakis Airport"], [6, "Herat Airport"], [21, "Herc\u00c3\u00adlio Luz International Airport"], [5, "Heringsdorf Airport"], [7, "Hermanos Serd\u00c3\u00a1n International Airport"], [2, "Hermes Quijada International Airport"], [2, "Hervey Bay Airport"], [19, "Hewanorra International Airport"], [64, "Heydar Aliyev International Airport"], [3, "Hierro Airport"], [2, "High Level Airport"], [3, "Hihifo Airport"], [4, "Hilo International Airport"], [4, "Hilton Head Airport"], [17, "Hiroshima Airport"], [4, "Hiva Oa-Atuona Airport"], [9, "Hobart International Airport"], [5, "Hodeidah International Airport"], [2, "Hoedspruit Air Force Base Airport"], [1, "Hokitika Airfield"], [3, "Holy Cross Airport"], [2, "Homer Airport"], [24, "Honiara International Airport"], [118, "Honolulu International Airport"], [3, "Hoonah Airport"], [2, "Hooper Bay Airport"], [2, "Hopedale Airport"], [1, "Horn Island Airport"], [6, "Horta Airport"], [19, "Hosea Kutako International Airport"], [6, "Hotan Airport"], [85, "Houari Boumediene Airport"], [1, "Houghton County Memorial Airport"], [4, "Huahine-Fare Airport"], [4, "Hualien Airport"], [14, "Huangyan Luqiao Airport"], [2, "Hubli Airport"], [2, "Hughes Airport"], [3, "Hugo Cantergiani Regional Airport"], [5, "Humberside Airport"], [18, "Huntsville International Carl T Jones Field"], [40, "Hurghada International Airport"], [3, "Huron Regional Airport"], [21, "Husein Sastranegara International Airport"], [5, "Huslia Airport"], [5, "Hyakuri Airport"], [1, "Hydaburg Seaplane Base"], [12, "Ia\u00c5\u009fi Airport"], [1, "Ibadan Airport"], [99, "Ibiza Airport"], [19, "Ibn Batouta Airport"], [4, "Idaho Falls Regional Airport"], [1, "Igarka Airport"], [1, "Igiugig Airport"], [5, "Igloolik Airport"], [3, "Ignacio Agramonte International Airport"], [5, "Ignatyevo Airport"], [3, "Ikaria Airport"], [2, "Iki Airport"], [81, "Il Caravaggio International Airport"], [1, "Ilam Airport"], [1, "Iliamna Airport"], [10, "Iloilo International Airport"], [1, "Ilorin International Airport"], [5, "Ilulissat Airport"], [60, "Imam Khomeini International Airport"], [2, "Imperial County Airport"], [9, "Imphal Airport"], [2, "In Am\u00c3\u00a9nas Airport"], [2, "In Salah Airport"], [2, "Inagua Airport"], [7, "Inca Manco Capac International Airport"], [370, "Incheon International Airport"], [69, "Indianapolis International Airport"], [259, "Indira Gandhi International Airport"], [2, "Ingeniero Alberto Acu\u00c3\u00b1a Ongay International Airport"], [13, "Ingeniero Ambrosio Taravella Airport"], [3, "Inhambane Airport"], [8, "Innsbruck Airport"], [3, "Inukjuak Airport"], [8, "Inuvik Mike Zubko Airport"], [2, "Invercargill Airport"], [11, "Inverness Airport"], [2, "Ioannina Airport"], [50, "Ioannis Kapodistrias International Airport"], [3, "Ipota Airport"], [18, "Iqaluit Airport"], [15, "Ireland West Knock Airport"], [39, "Irkutsk Airport"], [14, "Ishigaki Airport"], [7, "Iskandar Airport"], [7, "Islas Malvinas Airport"], [1, "Islay Airport"], [11, "Isle of Man Airport"], [2, "Itaituba Airport"], [4, "Ithaca Tompkins Regional Airport"], [1, "Ittoqqortoormiit Heliport"], [2, "Ivalo Airport"], [2, "Ivano-Frankivsk International Airport"], [27, "Ivato Airport"], [2, "Ivujivik Airport"], [1, "Iwami Airport"], [9, "Ixtapa Zihuatanejo International Airport"], [4, "Izhevsk Airport"], [1, "Izumo Airport"], [4, "JAGS McCartney International Airport"], [3, "Jabalpur Airport"], [2, "Jack Mc Namara Field Airport"], [2, "Jackson Hole Airport"], [18, "Jackson-Medgar Wiley Evers International Airport"], [46, "Jacksonville International Airport"], [16, "Jaipur International Airport"], [4, "Jalaluddin Airport"], [32, "James M Cox Dayton International Airport"], [12, "Jammu Airport"], [1, "Jamnagar Airport"], [1, "Jaqu\u00c3\u00a9 Airport"], [6, "Jardines Del Rey Airport"], [59, "Jeju International Airport"], [22, "Jerez Airport"], [38, "Jersey Airport"], [3, "Jessore Airport"], [9, "Jes\u00c3\u00bas Ter\u00c3\u00a1n Paredo International Airport"], [2, "Ji-Paran\u00c3\u00a1 Airport"], [10, "Jiamusi Airport"], [7, "Jiayuguan Airport"], [35, "Jieyang Chaoshan International Airport"], [2, "Jimma Airport"], [16, "Jingdezhen Airport"], [10, "Jining Qufu Airport"], [62, "Jinnah International Airport"], [5, "Jinzhou Airport"], [6, "Jiujiang Lushan Airport"], [16, "Jiuzhai Huanglong Airport"], [6, "Jixi Xingkaihu Airport"], [6, "Jizan Regional Airport"], [6, "Jodhpur Airport"], [13, "Joe Foss Field Airport"], [1, "Joensuu Airport"], [10, "Johan Adolf Pengel International Airport"], [4, "John C. Munro Hamilton International Airport"], [456, "John F Kennedy International Airport"], [2, "John Murtha Johnstown Cambria County Airport"], [57, "John Paul II International Airport Krak\u00c3\u00b3w-Balice Airport"], [42, "John Wayne Airport-Orange County Airport"], [1, "Jolo Airport"], [130, "Jomo Kenyatta International Airport"], [1, "Jonesboro Municipal Airport"], [2, "Joplin Regional Airport"], [114, "Jorge Ch\u00c3\u00a1vez International Airport"], [2, "Jorge E. Gonzalez Torres Airport"], [65, "Jorge Newbery Airpark"], [8, "Jorge Wilsterman International Airport"], [26, "Jose Maria C\u00c3\u00b3rdova International Airport"], [4, "Josefa Camejo International Airport"], [4, "Joshua Mqabuko Nkomo International Airport"], [1, "Joslin Field Magic Valley Regional Airport"], [1, "Jos\u00c3\u00a9 Celestino Mutis Airport"], [35, "Jos\u00c3\u00a9 Joaqu\u00c3\u00adn de Olmedo International Airport"], [1, "Jos\u00c3\u00a9 Leonardo Chirinos Airport"], [45, "Jos\u00c3\u00a9 Mart\u00c3\u00ad International Airport"], [12, "Jo\u00c3\u00a3o Correa da Rocha Airport"], [23, "Jo\u00c3\u00a3o Paulo II Airport"], [4, "Jo\u00c3\u00a3o Sim\u00c3\u00b5es Lopes Neto International Airport"], [2, "Juan Casiano Airport"], [13, "Juan Gualberto Gomez International Airport"], [15, "Juan Manuel Galvez International Airport"], [3, "Juan Pablo P\u00c3\u00a9rez Alfonso Airport"], [76, "Juan Santamaria International Airport"], [6, "Juana Azurduy De Padilla Airport"], [1, "Juancho E. Yrausquin Airport"], [65, "Juanda International Airport"], [12, "Juba International Airport"], [2, "Julia Creek Airport"], [35, "Julius Nyerere International Airport"], [20, "Juneau International Airport"], [7, "Juwata Airport"], [3, "Jyvaskyla Airport"], [2, "J\u00c3\u00b6nk\u00c3\u00b6ping Airport"], [1, "K. D. Matanzima Airport"], [2, "Kaadedhdhoo Airport"], [28, "Kabul International Airport"], [2, "Kadhdhoo Airport"], [1, "Kaduna Airport"], [2, "Kaghau Airport"], [18, "Kagoshima Airport"], [3, "Kahramanmara\u00c5\u009f Airport"], [42, "Kahului Airport"], [3, "Kaimana Airport"], [1, "Kaitaia Airport"], [2, "Kajaani Airport"], [10, "Kalamata Airport"], [6, "Kalamazoo Battle Creek International Airport"], [5, "Kalgoorlie Boulder Airport"], [18, "Kalibo International Airport"], [3, "Kalmar Airport"], [4, "Kalskag Airport"], [3, "Kaltag Airport"], [6, "Kalymnos Airport"], [1, "Kamembe Airport"], [5, "Kamloops Airport"], [3, "Kananga Airport"], [5, "Kandahar Airport"], [8, "Kangerlussuaq Airport"], [1, "Kangiqsualujjuaq (Georges River) Airport"], [2, "Kangiqsujuaq (Wakeham Bay) Airport"], [3, "Kangirsuk Airport"], [2, "Kangra Airport"], [1, "Kanpur Airport"], [152, "Kansai International Airport"], [82, "Kansas City International Airport"], [1, "Kao Airport"], [65, "Kaohsiung International Airport"], [2, "Kapalua Airport"], [2, "Kapuskasing Airport"], [2, "Karamay Airport"], [5, "Karlovy Vary International Airport"], [20, "Karlsruhe Baden-Baden Airport"], [2, "Karlstad Airport"], [6, "Karpathos Airport"], [7, "Karratha Airport"], [3, "Kars Airport"], [5, "Karshi Khanabad Airport"], [1, "Karup Airport"], [2, "Kasabonika Airport"], [1, "Kasama Airport"], [4, "Kasane Airport"], [2, "Kashechewan Airport"], [13, "Kashgar Airport"], [2, "Kasigluk Airport"], [1, "Kasiguncu Airport"], [4, "Kasos Airport"], [2, "Kassel-Calden Airport"], [1, "Kastamonu Airport"], [2, "Kastelorizo Airport"], [1, "Kastoria National Airport"], [2, "Katima Mulilo Airport"], [28, "Katowice International Airport"], [1, "Kaukura Airport"], [19, "Kaunas International Airport"], [4, "Kavieng Airport"], [1, "Kawthoung Airport"], [7, "Kayseri Erkilet Airport"], [28, "Kazan International Airport"], [1, "Keewaywin Airport"], [6, "Kefallinia Airport"], [45, "Keflavik International Airport"], [1, "Kegaska Airport"], [15, "Kelowna International Airport"], [3, "Kemerovo Airport"], [2, "Kemi-Tornio Airport"], [92, "Kempegowda International Airport"], [3, "Kenai Municipal Airport"], [1, "Kengtung Airport"], [34, "Kenneth Kaunda International Airport Lusaka"], [3, "Kenora Airport"], [1, "Kerikeri Airport"], [4, "Kerman Airport"], [6, "Kerry Airport"], [2, "Kerteh Airport"], [2, "Ketapang(Rahadi Usman) Airport"], [21, "Ketchikan International Airport"], [1, "Key Field"], [16, "Key West International Airport"], [36, "Khabarovsk-Novy Airport"], [1, "Khajuraho Airport"], [1, "Khankala Air Base"], [8, "Khanty Mansiysk Airport"], [10, "Kharkiv International Airport"], [41, "Khartoum International Airport"], [1, "Khasab Air Base"], [2, "Khon Kaen Airport"], [1, "Khoram Abad Airport"], [1, "Khovd Airport"], [15, "Khrabrovo Airport"], [33, "Khudzhand Airport"], [22, "Kiev Zhuliany International Airport"], [40, "Kigali International Airport"], [20, "Kilimanjaro International Airport"], [6, "Kimbe Airport"], [2, "Kimberley Airport"], [1, "Kimmirut Airport"], [2, "Kindu Airport"], [192, "King Abdulaziz International Airport"], [1, "King Cove Airport"], [81, "King Fahd International Airport"], [2, "King Island Airport"], [135, "King Khaled International Airport"], [7, "King Salmon Airport"], [21, "King Shaka International Airport"], [2, "Kingfisher Lake Airport"], [1, "Kingscote Airport"], [1, "Kingston Norman Rogers Airport"], [5, "Kinmen Airport"], [3, "Kipnuk Airport"], [7, "Kirkenes Airport (H\u00c3\u00b8ybuktmoen)"], [1, "Kirksville Regional Airport"], [11, "Kirkwall Airport"], [1, "Kirovsk-Apatity Airport"], [3, "Kiruna Airport"], [16, "Kish International Airport"], [3, "Kisumu Airport"], [3, "Kitaky\u00c5\u00absh\u00c5\u00ab Airport"], [1, "Kitale Airport"], [4, "Kithira Airport"], [2, "Kittil\u00c3\u00a4 Airport"], [5, "Kiunga Airport"], [3, "Kivalina Airport"], [7, "Klagenfurt Airport"], [2, "Klamath Falls Airport"], [3, "Klawock Airport"], [1, "Knox County Regional Airport"], [12, "Kobe Airport"], [4, "Kobuk Airport"], [11, "Kodiak Airport"], [1, "Kogalym International Airport"], [2, "Koggala Airport"], [3, "Kokkola-Pietarsaari Airport"], [2, "Kokshetau Airport"], [97, "Koltsovo Airport"], [17, "Komatsu Airport"], [4, "Komodo (Mutiara II) Airport"], [20, "Kona International At Keahole Airport"], [6, "Konarak Airport"], [3, "Kongiganak Airport"], [1, "Kongolo Airport"], [3, "Konya Airport"], [1, "Kon\u00c3\u00a9 Airport"], [2, "Kooddoo Airport"], [8, "Kopitnari Airport"], [10, "Korla Airport"], [43, "Kos Airport"], [2, "Kosrae International Airport"], [3, "Kostanay West Airport"], [52, "Kota Kinabalu International Airport"], [3, "Kotlik Airport"], [54, "Kotoka International Airport"], [2, "Koumac Airport"], [2, "Kowanyama Airport"], [5, "Koyuk Alfred Adams Airport"], [2, "Koyukuk Airport"], [6, "Ko\u00c5\u00a1ice Airport"], [16, "Krabi Airport"], [4, "Kramfors Sollefte\u00c3\u00a5 Airport"], [46, "Krasnodar Pashkovsky International Airport"], [11, "Kristiansand Airport"], [1, "Kristianstad Airport"], [7, "Kristiansund Airport (Kvernberget)"], [4, "Kruger Mpumalanga International Airport"], [255, "Kuala Lumpur International Airport"], [5, "Kuantan Airport"], [26, "Kuching International Airport"], [2, "Kudat Airport"], [3, "Kufra Airport"], [5, "Kugluktuk Airport"], [2, "Kuito Airport"], [1, "Kullu Manali Airport"], [7, "Kulob Airport"], [9, "Kumamoto Airport"], [4, "Kumasi Airport"], [1, "Kumejima Airport"], [273, "Kunming Changshui International Airport"], [2, "Kunsan Air Base"], [8, "Kununurra Airport"], [1, "Kuopio Airport"], [2, "Kuqa Airport"], [1, "Kuressaare Airport"], [2, "Kurgan Airport"], [1, "Kursk East Airport"], [27, "Kurumoch International Airport"], [5, "Kushiro Airport"], [10, "Kuujjuaq Airport"], [7, "Kuujjuarapik Airport"], [1, "Kuusamo Airport"], [119, "Kuwait International Airport"], [3, "Kwethluk Airport"], [4, "Kwigillingok Airport"], [1, "Kyaukpyu Airport"], [1, "Kyzyl Airport"], [4, "Kzyl-Orda Southwest Airport"], [4, "K\u00c5\u008dchi Ry\u00c5\u008dma Airport"], [1, "L M Clayton Airport"], [4, "L'Esp\u00c3\u00a9rance Airport"], [15, "L.F. Wade International International Airport"], [2, "LTS Pulau Redang Airport"], [3, "La Abraq Airport"], [37, "La Aurora Airport"], [14, "La Chinita International Airport"], [3, "La Crosse Municipal Airport"], [8, "La Florida Airport"], [1, "La Fria Airport"], [1, "La Gomera Airport"], [3, "La Grande Rivi\u00c3\u00a8re Airport"], [158, "La Guardia Airport"], [3, "La Isabela International Airport"], [1, "La Laguna Airport"], [1, "La Nubia Airport"], [8, "La Palma Airport"], [1, "La Pedrera Airport"], [10, "La Rochelle-\u00c3\u008ele de R\u00c3\u00a9 Airport"], [2, "La Tabati\u00c3\u00a8re Airport"], [13, "La Tontouta International Airport"], [2, "Labasa Airport"], [4, "Labo Airport"], [4, "Labuan Airport"], [6, "Lafayette Regional Airport"], [1, "Lahad Datu Airport"], [10, "Lajes Field"], [3, "Lake Charles Regional Airport"], [1, "Lakeba Island Airport"], [10, "Lal Bahadur Shastri Airport"], [3, "Lalibella Airport"], [2, "Lamap Airport"], [114, "Lambert St Louis International Airport"], [2, "Lamen Bay Airport"], [25, "Lamezia Terme Airport"], [1, "Lampang Airport"], [3, "Lampedusa Airport"], [4, "Lanai Airport"], [1, "Lancaster Airport"], [1, "Land's End Airport"], [17, "Langkawi International Airport"], [2, "Lankaran International Airport"], [1, "Lannion-C\u00c3\u00b4te de Granit Airport"], [2, "Lansdowne House Airport"], [4, "Lanseria Airport"], [116, "Lanzarote Airport"], [84, "Lanzhou Zhongchuan Airport"], [2, "Laoag International Airport"], [3, "Lappeenranta Airport"], [6, "Lar Airport"], [1, "Laramie Regional Airport"], [4, "Laredo International Airport"], [93, "Larnaca International Airport"], [1, "Larsen Bay Airport"], [45, "Las Am\u00c3\u00a9ricas International Airport"], [2, "Las Brujas Airport"], [8, "Launceston Airport"], [5, "Lauro Carneiro de Loyola Airport"], [5, "Lauro Kurtz Airport"], [3, "Lawas Airport"], [2, "Lawton Fort Sill Regional Airport"], [1, "Le Havre Octeville Airport"], [1, "Le Puy-Loudes Airport"], [1, "Lea County Regional Airport"], [3, "Learmonth Airport"], [2, "Lebanon Municipal Airport"], [80, "Leeds Bradford Airport"], [4, "Legazpi City International Airport"], [6, "Leh Kushok Bakula Rimpochee Airport"], [13, "Lehigh Valley International Airport"], [40, "Leipzig Halle Airport"], [1, "Leirin Airport"], [19, "Leite Lopes Airport"], [3, "Leknes Airport"], [6, "Lengpui Airport"], [38, "Lennart Meri Tallinn Airport"], [6, "Lensk Airport"], [1, "Leon Airport"], [331, "Leonardo da Vinci\u00e2\u0080\u0093Fiumicino Airport"], [6, "Leros Airport"], [319, "Lester B. Pearson International Airport"], [1, "Lethbridge County Airport"], [4, "Lewiston Nez Perce County Airport"], [30, "Lhasa Gonggar Airport"], [16, "Lianyungang Airport"], [6, "Liberal Mid-America Regional Airport"], [1, "Libertador Gral D Jose De San Martin Airport"], [24, "Libreville Leon M'ba International Airport"], [13, "Licenciado Adolfo Lopez Mateos International Airport"], [242, "Licenciado Benito Juarez International Airport"], [47, "Licenciado Gustavo D\u00c3\u00adaz Ordaz International Airport"], [15, "Licenciado Manuel Crescencio Rejon Int Airport"], [3, "Licenciado Miguel de la Madrid Airport"], [2, "Licenciado y General Ignacio Lopez Rayon Airport"], [2, "Lichinga Airport"], [5, "Lien Khuong Airport"], [3, "Lifou Airport"], [21, "Lihue Airport"], [65, "Lijiang Airport"], [40, "Lille-Lesquin Airport"], [12, "Lilongwe International Airport"], [1, "Limbang Airport"], [5, "Limnos Airport"], [11, "Limoges Airport"], [3, "Lincoln Airport"], [2, "Lindu Airport"], [3, "Lingling Airport"], [2, "Link\u00c3\u00b6ping City Airport"], [12, "Linz H\u00c3\u00b6rsching Airport"], [3, "Liping Airport"], [214, "Lisbon Portela Airport"], [1, "Lismore Airport"], [188, "Liuting Airport"], [14, "Liuzhou Bailian Airport"], [58, "Liverpool John Lennon Airport"], [7, "Livingstone Airport"], [9, "Li\u00c3\u00a8ge Airport"], [33, "Ljubljana Jo\u00c5\u00bee Pu\u00c4\u008dnik Airport"], [1, "Lleida-Alguaire Airport"], [1, "Lloydminster Airport"], [2, "Lockhart River Airport"], [1, "Lodja Airport"], [1, "Lodwar Airport"], [1, "Loei Airport"], [1, "Logro\u00c3\u00b1o-Agoncillo Airport"], [12, "Lok Nayak Jayaprakash Airport"], [1, "Lokichoggio Airport"], [31, "Lokpriya Gopinath Bordoloi International Airport"], [16, "Lombok International Airport"], [20, "Lom\u00c3\u00a9-Tokoin Airport"], [6, "London Airport"], [62, "London City Airport"], [356, "London Gatwick Airport"], [525, "London Heathrow Airport"], [108, "London Luton Airport"], [173, "London Stansted Airport"], [2, "Long Akah Airport"], [18, "Long Beach /Daugherty Field/ Airport"], [17, "Long Island Mac Arthur Airport"], [2, "Long Lellang Airport"], [2, "Long Seridan Airport"], [2, "Longana Airport"], [137, "Longdongbao Airport"], [64, "Longjia Airport"], [2, "Longreach Airport"], [1, "Longyan Guanzhishan Airport"], [3, "Lonorore Airport"], [1, "Lopez Island Airport"], [3, "Lord Howe Island Airport"], [1, "Loreto International Airport"], [2, "Lorient South Brittany (Bretagne Sud) Airport"], [2, "Los Alamitos Army Air Field"], [1, "Los Alamos Airport"], [492, "Los Angeles International Airport"], [51, "Los Cabos International Airport"], [2, "Los Colonizadores Airport"], [3, "Los Garzones Airport"], [123, "Louis Armstrong New Orleans International Airport"], [41, "Louisville International Standiford Field"], [3, "Lourdes de Blanc Sablon Airport"], [16, "Lovell Field"], [1, "Luang Namtha Airport"], [13, "Luang Phabang International Airport"], [3, "Lubango Airport"], [10, "Lubbock Preston Smith International Airport"], [10, "Lubumbashi International Airport"], [1, "Luderitz Airport"], [1, "Ludhiana Airport"], [1, "Luena Airport"], [2, "Lugano Airport"], [102, "Luis Munoz Marin International Airport"], [6, "Lule\u00c3\u00a5 Airport"], [22, "Lungi International Airport"], [9, "Luoyang Airport"], [70, "Luxembourg-Findel International Airport"], [10, "Luxor International Airport"], [13, "Luzhou Airport"], [17, "Lviv International Airport"], [4, "Lycksele Airport"], [2, "Lynchburg Regional Preston Glenn Field"], [64, "Lynden Pindling International Airport"], [134, "Lyon Saint-Exup\u00c3\u00a9ry Airport"], [2, "L\u00c3\u00a1zaro C\u00c3\u00a1rdenas Airport"], [67, "L\u00c3\u00a9opold S\u00c3\u00a9dar Senghor International Airport"], [4, "L\u00c3\u00bcbeck Blankensee Airport"], [20, "M. R. \u00c5\u00a0tef\u00c3\u00a1nik Airport"], [5, "MBS International Airport"], [10, "Maastricht Aachen Airport"], [79, "Macau International Airport"], [4, "Maca\u00c3\u00a9 Airport"], [7, "Mackay Airport"], [3, "Mackenzie Airport"], [49, "Mactan Cebu International Airport"], [8, "Madang Airport"], [52, "Madeira Airport"], [7, "Madurai Airport"], [2, "Mae Hong Son Airport"], [1, "Mae Sot Airport"], [1, "Maestro Marinho Franco Airport"], [13, "Maestro Wilson Fonseca Airport"], [1, "Maewo-Naone Airport"], [2, "Magnitogorsk International Airport"], [7, "Maharana Pratap Airport"], [14, "Mahlon Sweet Field"], [2, "Mahshahr Airport"], [1, "Maio Airport"], [1, "Makemo Airport"], [4, "Makkovik Airport"], [5, "Makung Airport"], [14, "Malabo Airport"], [2, "Malanje Airport"], [4, "Malatya Tulga Airport"], [5, "Malindi Airport"], [7, "Mallam Aminu International Airport"], [15, "Malm\u00c3\u00b6 Sturup Airport"], [192, "Malpensa International Airport"], [113, "Malta International Airport"], [4, "Malvinas Argentinas Airport"], [44, "Mal\u00c3\u00a9 International Airport"], [2, "Mammoth Yosemite Airport"], [1, "Mananara Nord Airport"], [45, "Manas International Airport"], [336, "Manchester Airport"], [4, "Manda Airstrip"], [17, "Mandalay International Airport"], [1, "Mangaia Island Airport"], [15, "Mangalore International Airport"], [6, "Mangshi Airport"], [4, "Manhattan Regional Airport"], [3, "Manihi Airport"], [2, "Maniitsoq Airport"], [3, "Maningrida Airport"], [1, "Manistee Co Blacker Airport"], [1, "Manley Hot Springs Airport"], [1, "Mannheim-City Airport"], [10, "Manuel M\u00c3\u00a1rquez de Le\u00c3\u00b3n International Airport"], [17, "Maputo Airport"], [3, "Maquehue Airport"], [3, "Mara Serena Lodge Airstrip"], [1, "Marau Airport"], [9, "Marcos A. Gelabert International Airport"], [5, "Mardin Airport"], [16, "Marechal Cunha Machado International Airport"], [33, "Marechal Rondon Airport"], [2, "Margaret Ekpo International Airport"], [1, "Margate Airport"], [1, "Mariana Grajales Airport"], [4, "Mariehamn Airport"], [5, "Marina Di Campo Airport"], [3, "Mariscal Lamar Airport"], [39, "Mariscal Sucre International Airport"], [4, "Maroantsetra Airport"], [6, "Marsa Alam International Airport"], [134, "Marseille Provence Airport"], [14, "Marsh Harbour International Airport"], [2, "Marshall Don Hunter Sr Airport"], [4, "Marshall Islands International Airport"], [4, "Martha's Vineyard Airport"], [6, "Martin Miguel De Guemes International Airport"], [23, "Martinique Aim\u00c3\u00a9 C\u00c3\u00a9saire International Airport"], [6, "Marudi Airport"], [1, "Mar\u00c3\u00a9 Airport"], [65, "Mashhad International Airport"], [1, "Massawa International Airport"], [1, "Massena International Richards Field"], [1, "Masset Airport"], [2, "Mataiva Airport"], [1, "Matari Airport"], [2, "Mataveri Airport"], [6, "Mateca\u00c3\u00b1a International Airport"], [3, "Matei Airport"], [1, "Matsapha Airport"], [2, "Matsumoto Airport"], [12, "Matsuyama Airport"], [7, "Mattala Rajapaksa International Airport"], [4, "Matur\u00c3\u00adn Airport"], [1, "Mauke Airport"], [3, "Maumere(Wai Oti) Airport"], [7, "Maun Airport"], [3, "Maupiti Airport"], [24, "Maya-Maya Airport"], [2, "Mayaguana Airport"], [4, "Mayor Buenaventura Vivas International Airport"], [2, "Mayor General FAP Armando Revoredo Iglesias Airport"], [4, "Mazar I Sharif Airport"], [2, "Mbandaka Airport"], [1, "Mbanza Congo Airport"], [1, "Mbeya Airport"], [2, "Mbuji Mayi Airport"], [6, "Mc Allen Miller International Airport"], [1, "Mc Clellan-Palomar Airport"], [1, "Mc Cook Ben Nelson Regional Airport"], [2, "Mc Kellar Sipes Regional Airport"], [1, "McArthur River Mine Airport"], [246, "McCarran International Airport"], [31, "McGhee Tyson Airport"], [6, "McGrath Airport"], [6, "Meadows Field"], [1, "Medicine Hat Airport"], [5, "Mehamn Airport"], [59, "Mehrabad International Airport"], [5, "Meixian Airport"], [3, "Mekele Airport"], [1, "Mekoryuk Airport"], [1, "Melangguane Airport"], [1, "Melbourne Essendon Airport"], [142, "Melbourne International Airport"], [5, "Melilla Airport"], [17, "Melville Hall Airport"], [6, "Memanbetsu Airport"], [23, "Memmingen Allgau Airport"], [2, "Memorial Field"], [58, "Memphis International Airport"], [73, "Menara Airport"], [1, "Mendi Airport"], [3, "Menongue Airport"], [34, "Menorca Airport"], [1, "Merced Regional Macready Field"], [2, "Mercedita Airport"], [3, "Merimbula Airport"], [3, "Merle K (Mudhole) Smith Airport"], [3, "Metlakatla Seaplane Base"], [54, "Metropolitan Oakland International Airport"], [5, "Metz-Nancy-Lorraine Airport"], [1, "Mfuwe Airport"], [368, "Miami International Airport"], [22, "Mianyang Airport"], [1, "Mid Delta Regional Airport"], [1, "Mid Ohio Valley Regional Airport"], [2, "Middle Georgia Regional Airport"], [8, "Midland International Airport"], [1, "Mihail Kog\u00c4\u0083lniceanu International Airport"], [8, "Miho Yonago Airport"], [13, "Mikonos Airport"], [60, "Milano Linate Airport"], [31, "Milas Bodrum International Airport"], [6, "Mildura Airport"], [1, "Milingimbi Airport"], [2, "Milos Airport"], [2, "Minatitl\u00c3\u00a1n/Coatzacoalcos National Airport"], [1, "Mina\u00c3\u00a7u Airport"], [22, "Mineralnyye Vody Airport"], [75, "Ministro Pistarini International Airport"], [7, "Ministro Victor Konder International Airport"], [218, "Minneapolis-St Paul International/Wold-Chamberlain Airport"], [5, "Minot International Airport"], [54, "Minsk National Airport"], [24, "Miri Airport"], [9, "Mirny Airport"], [2, "Misawa Air Base"], [2, "Misima Island Airport"], [7, "Missoula International Airport"], [1, "Mitiaro Island Airport"], [5, "Miyako Airport"], [11, "Miyazaki Airport"], [4, "Mo i Rana Airport - R\u00c3\u00b8ssvoll"], [9, "Mobile Regional Airport"], [1, "Mocopulli Airport"], [1, "Modesto City Co-Harry Sham Field"], [26, "Modlin Airport"], [2, "Moenjodaro Airport"], [3, "Mogador Airport"], [14, "Mohamed Boudiaf International Airport"], [125, "Mohammed V International Airport"], [1, "Moises R. Espinosa Airport"], [7, "Molde Airport"], [3, "Molokai Airport"], [14, "Mombasa Moi International Airport"], [5, "Momote Airport"], [15, "Monastir Habib Bourguiba International Airport"], [1, "Monbetsu Airport"], [6, "Monroe Regional Airport"], [8, "Mont Joli Airport"], [10, "Monterey Peninsula Airport"], [7, "Montgomery Regional (Dannelly Field) Airport"], [24, "Montpellier-M\u00c3\u00a9diterran\u00c3\u00a9e Airport"], [185, "Montreal / Pierre Elliott Trudeau International Airport"], [1, "Montrose Regional Airport"], [4, "Montr\u00c3\u00a9al / Saint-Hubert Airport"], [4, "Moorea Airport"], [3, "Moosonee Airport"], [3, "Mopah Airport"], [2, "Mora Airport"], [3, "Moranbah Airport"], [1, "Moree Airport"], [2, "Morgantown Municipal Walter L. Bill Hart Field"], [3, "Mornington Island Airport"], [3, "Moro Airport"], [2, "Morondava Airport"], [2, "Morristown Municipal Airport"], [2, "Moruya Airport"], [4, "Moses Kilangin Airport"], [1, "Moshoeshoe I International Airport"], [5, "Mosj\u00c3\u00b8en Airport (Kj\u00c3\u00a6rstad)"], [37, "Moss-Rygge Airport"], [1, "Mostar International Airport"], [3, "Mota Lava Airport"], [2, "Mount Gambier Airport"], [10, "Mount Hagen Kagamuga Airport"], [13, "Mount Isa Airport"], [1, "Mount Pleasant Airport"], [2, "Mountain Village Airport"], [1, "Mtwara Airport"], [6, "Muan International Airport"], [10, "Mudanjiang Hailang International Airport"], [3, "Muhammad Salahuddin Airport"], [2, "Mukah Airport"], [12, "Mukalla International Airport"], [12, "Multan International Airport"], [6, "Mulu Airport"], [4, "Munda Airport"], [3, "Mundo Maya International Airport"], [368, "Munich International Airport"], [7, "Murmansk Airport"], [59, "Murtala Muhammed International Airport"], [102, "Muscat International Airport"], [1, "Muskegon County Airport"], [4, "Muskrat Dam Airport"], [8, "Mutiara Airport"], [3, "Mu\u00c5\u009f Airport"], [6, "Mwanza Airport"], [2, "Myeik Airport"], [4, "Myitkyina Airport"], [34, "Myrtle Beach International Airport"], [1, "Mysore Airport"], [10, "Mytilene International Airport"], [206, "M\u00c3\u00a1laga Airport"], [3, "M\u00c3\u00a1rio Ribeiro Airport"], [4, "M\u00c3\u00a1rio de Almeida Franco Airport"], [2, "M\u00c3\u00b6r\u00c3\u00b6n Airport"], [11, "M\u00c3\u00bcnster Osnabr\u00c3\u00bcck Airport"], [9, "N'Djamena International Airport"], [1, "N'Gaound\u00c3\u00a9r\u00c3\u00a9 Airport"], [3, "Nabire Airport"], [43, "Nadi International Airport"], [18, "Nador International Airport"], [8, "Nadym Airport"], [11, "Nadzab Airport"], [2, "Naga Airport"], [17, "Nagasaki Airport"], [6, "Nagoya Airport"], [62, "Naha Airport"], [2, "Nain Airport"], [19, "Nairobi Wilson Airport"], [2, "Nakashibetsu Airport"], [1, "Nakhchivan Airport"], [2, "Nakhon Phanom Airport"], [2, "Nakhon Si Thammarat Airport"], [12, "Namangan Airport"], [1, "Namibe Airport"], [9, "Nampula Airport"], [3, "Namsos H\u00c3\u00b8knes\u00c3\u00b8ra Airport"], [2, "Nan Airport"], [2, "Nanaimo Airport"], [86, "Nanchang Changbei International Airport"], [6, "Nanchong Airport"], [165, "Nanjing Lukou Airport"], [1, "Nanki Shirahama Airport"], [114, "Nanning Wuxu Airport"], [2, "Nanortalik Heliport"], [15, "Nanping Wuyishan Airport"], [92, "Nantes Atlantique Airport"], [6, "Nantucket Memorial Airport"], [8, "Nanyang Jiangying Airport"], [4, "Nanyuki Airport"], [1, "Napakiak Airport"], [1, "Napaskiak Airport"], [79, "Naples International Airport"], [1, "Naples Municipal Airport"], [1, "Narathiwat Airport"], [286, "Narita International Airport"], [2, "Narrandera Airport"], [2, "Narsaq Heliport"], [5, "Narsarsuaq Airport"], [1, "Narvik Framnes Airport"], [4, "Naryan Mar Airport"], [82, "Nashville International Airport"], [4, "Natashquan Airport"], [3, "Nauru International Airport"], [12, "Nausori International Airport"], [6, "Navoi Airport"], [2, "Naxos Airport"], [2, "Naypyidaw Airport"], [27, "Ndjili International Airport"], [5, "Nea Anchialos Airport"], [2, "Neerlerit Inaat Airport"], [3, "Nejran Airport"], [4, "Nelson Airport"], [1, "Nelson Lagoon Airport"], [2, "Nelson Ribeiro Guimar\u00c3\u00a3es Airport"], [2, "Nemiscau Airport"], [1, "Nepalgunj Airport"], [94, "Netaji Subhash Chandra Bose International Airport"], [2, "Nev\u00c5\u009fehir Kapadokya Airport"], [3, "New Bedford Regional Airport"], [6, "New Castle Airport"], [81, "New Chitose Airport"], [3, "New Plymouth Airport"], [253, "Newark Liberty International Airport"], [92, "Newcastle Airport"], [2, "Newman Airport"], [9, "Newport News Williamsburg International Airport"], [6, "Newquay Cornwall Airport"], [2, "Ngari Gunsa Airport"], [6, "Ngjiva Pereira Airport"], [3, "Ngorangora Airport"], [100, "Ngurah Rai (Bali) International Airport"], [5, "Niagara Falls International Airport"], [135, "Nice-C\u00c3\u00b4te d'Azur Airport"], [3, "Nightmute Airport"], [16, "Niigata Airport"], [1, "Nikolai Airport"], [84, "Ningbo Lishe International Airport"], [193, "Ninoy Aquino International Airport"], [1, "Niue International Airport"], [14, "Nizhnevartovsk Airport"], [18, "Nizhny Novgorod Strigino International Airport"], [28, "Nnamdi Azikiwe International Airport"], [3, "Noatak Airport"], [87, "Noi Bai International Airport"], [25, "Nome Airport"], [36, "Norfolk International Airport"], [3, "Norfolk Island International Airport"], [15, "Norilsk-Alykel Airport"], [30, "Norman Manley International Airport"], [6, "Norman Wells Airport"], [60, "Norman Y. Mineta San Jose International Airport"], [2, "Normanton Airport"], [2, "Norrk\u00c3\u00b6ping Airport"], [5, "Norsup Airport"], [2, "North Bay Airport"], [3, "North Central West Virginia Airport"], [8, "North Eleuthera Airport"], [1, "North Platte Regional Airport Lee Bird Field"], [4, "North Ronaldsay Airport"], [2, "North Spirit Lake Airport"], [1, "Northeast Florida Regional Airport"], [2, "Northern Maine Regional Airport at Presque Isle"], [1, "Northern Peninsula Airport"], [1, "Northwest Alabama Regional Airport"], [24, "Northwest Arkansas Regional Airport"], [7, "Northwest Florida Beaches International Airport"], [5, "Northwest Regional Airport Terrace-Kitimat"], [10, "Norwich International Airport"], [1, "Nosara Airport"], [2, "Noshahr Airport"], [1, "Noto Airport"], [4, "Nouadhibou International Airport"], [12, "Nouakchott International Airport"], [8, "Noum\u00c3\u00a9a Magenta Airport"], [4, "Noum\u00c3\u00a9rat - Moufdi Zakaria Airport"], [3, "Nova Lisboa Airport"], [16, "Novy Urengoy Airport"], [5, "Noyabrsk Airport"], [2, "Nuiqsut Airport"], [4, "Nuku Hiva Airport"], [4, "Nukus Airport"], [3, "Nulato Airport"], [48, "Nuremberg Airport"], [4, "Nusatupe Airport"], [4, "Nyagan Airport"], [2, "Nyala Airport"], [5, "Nyingchi Airport"], [4, "N\u00c3\u00aemes-Arles-Camargue Airport"], [159, "OR Tambo International Airport"], [3, "Obando Airport"], [1, "Odate Noshiro Airport"], [18, "Odessa International Airport"], [1, "Ogden Hinckley Airport"], [1, "Ogdensburg International Airport"], [1, "Ogle Airport"], [1, "Ogoki Post Airport"], [9, "Oita Airport"], [13, "Okayama Airport"], [1, "Oksibil Airport"], [52, "Olbia Costa Smeralda Airport"], [2, "Old Arctic Bay Airport"], [1, "Olympic Dam Airport"], [17, "Omsk Central Airport"], [1, "Ondangwa Airport"], [24, "Ontario International Airport"], [2, "Oradea International Airport"], [1, "Orange Airport"], [1, "Oranjemund Airport"], [1, "Orcas Island Airport"], [25, "Ordos Ejin Horo Airport"], [7, "Orenburg Central Airport"], [5, "Orlando Bezerra de Menezes Airport"], [237, "Orlando International Airport"], [49, "Orlando Sanford International Airport"], [1, "Orsk Airport"], [42, "Osaka International Airport"], [31, "Osh Airport"], [1, "Oshima Airport"], [4, "Osijek Airport"], [180, "Oslo Gardermoen Airport"], [4, "Osmany International Airport"], [1, "Ostend-Bruges International Airport"], [4, "Ostrava Leos Jan\u00c3\u00a1\u00c4\u008dek Airport"], [7, "Osvaldo Vieira International Airport"], [45, "Ottawa Macdonald-Cartier International Airport"], [33, "Ouagadougou Airport"], [2, "Ouarzazate Airport"], [1, "Oudomsay Airport"], [6, "Oued Irara Airport"], [4, "Oulu Airport"], [1, "Ouril\u00c3\u00a2ndia do Norte Airport"], [2, "Ouv\u00c3\u00a9a Airport"], [1, "Ovda International Airport"], [25, "Owen Roberts International Airport"], [2, "Owensboro Daviess County Airport"], [2, "Paamiut Heliport"], [11, "Paderborn Lippstadt Airport"], [3, "Padre Aldamiz International Airport"], [2, "Pagadian Airport"], [6, "Page Municipal Airport"], [1, "Pago Pago International Airport"], [2, "Pajala Airport"], [5, "Pakse International Airport"], [3, "Palanga International Airport"], [44, "Palm Beach International Airport"], [26, "Palm Springs International Airport"], [271, "Palma De Mallorca Airport"], [3, "Palmar Sur Airport"], [5, "Palmerston North Airport"], [5, "Palonegro Airport"], [2, "Pamplona Airport"], [13, "Pampulha - Carlos Drummond de Andrade Airport"], [1, "Pangborn Memorial Airport"], [7, "Pangkal Pinang (Depati Amir) Airport"], [4, "Pangnirtung Airport"], [1, "Panjgur Airport"], [3, "Pantelleria Airport"], [3, "Papa Westray Airport"], [42, "Paphos International Airport"], [3, "Paraburdoo Airport"], [2, "Paraparaumu Airport"], [2, "Pardubice Airport"], [1, "Parintins Airport"], [60, "Paris Beauvais Till\u00c3\u00a9 Airport"], [200, "Paris-Orly Airport"], [2, "Parkes Airport"], [4, "Parma Airport"], [5, "Paro Airport"], [2, "Paros Airport"], [1, "Parsabade Moghan Airport"], [1, "Patos de Minas Airport"], [14, "Pattimura Airport - Ambon"], [5, "Pau Pyr\u00c3\u00a9n\u00c3\u00a9es Airport"], [1, "Paulatuk (Nora Aliqatchialuk Ruben) Airport"], [1, "Paulo Afonso Airport"], [3, "Pavlodar Airport"], [7, "Pdte. carlos Iba\u00c3\u00b1ez del Campo Airport"], [1, "Peawanuck Airport"], [1, "Pellston Regional Airport of Emmet County Airport"], [8, "Pemba Airport"], [42, "Penang International Airport"], [21, "Pensacola Regional Airport"], [1, "Penticton Airport"], [1, "Penza Airport"], [3, "Perales Airport"], [53, "Peretola Airport"], [5, "Perpignan-Rivesaltes (Llaban\u00c3\u00a8re) Airport"], [1, "Perryville Airport"], [5, "Persian Gulf International Airport"], [92, "Perth International Airport"], [5, "Perugia San Francesco d'Assisi \u00e2\u0080\u0093 Umbria International Airport"], [9, "Pescara International Airport"], [30, "Peshawar International Airport"], [2, "Petersburg James A Johnson Airport"], [2, "Petropavlosk South Airport"], [1, "Petrozavodsk Airport"], [1, "Pevek Airport"], [289, "Philadelphia International Airport"], [27, "Philip S. W. Goldson International Airport"], [3, "Phitsanulok Airport"], [29, "Phnom Penh International Airport"], [251, "Phoenix Sky Harbor International Airport"], [32, "Phoenix-Mesa-Gateway Airport"], [1, "Phrae Airport"], [4, "Phu Bai Airport"], [3, "Phu Cat Airport"], [5, "Phu Quoc International Airport"], [71, "Phuket International Airport"], [35, "Piarco International Airport"], [2, "Pichoy Airport"], [1, "Pickle Lake Airport"], [4, "Pico Airport"], [25, "Piedmont Triad International Airport"], [2, "Piedras Negras International Airport"], [8, "Pierre Regional Airport"], [2, "Pierre Van Ryneveld Airport"], [3, "Pierrefonds Airport"], [1, "Pietermaritzburg Airport"], [5, "Pikangikum Airport"], [6, "Piloto Civil N. Fern\u00c3\u00a1ndez Airport"], [1, "Piloto Osvaldo Marques Dias Airport"], [35, "Pinto Martins International Airport"], [76, "Pisa International Airport"], [2, "Pitt Greenville Airport"], [74, "Pittsburgh International Airport"], [2, "Plan De Guadalupe International Airport"], [1, "Platinum Airport"], [7, "Plattsburgh International Airport"], [7, "Playa De Oro International Airport"], [3, "Pleiku Airport"], [2, "Plovdiv International Airport"], [5, "Pl\u00c3\u00a1cido de Castro Airport"], [3, "Pobedilovo Airport"], [1, "Pocatello Regional Airport"], [16, "Podgorica Airport"], [3, "Pohang Airport"], [3, "Pohnpei International Airport"], [2, "Point Lay LRRS Airport"], [14, "Point Salines International Airport"], [18, "Pointe Noire Airport"], [1, "Pointe Vele Airport"], [29, "Pointe-\u00c3\u00a0-Pitre Le Raizet"], [7, "Poitiers-Biard Airport"], [1, "Pokhara Airport"], [1, "Polokwane International Airport"], [5, "Polyarny Airport"], [8, "Ponciano Arriaga International Airport"], [3, "Pond Inlet Airport"], [2, "Poplar Hill Airport"], [2, "Porbandar Airport"], [3, "Pori Airport"], [2, "Pormpuraaw Airport"], [1, "Port Augusta Airport"], [50, "Port Bouet Airport"], [63, "Port Columbus International Airport"], [9, "Port Elizabeth Airport"], [1, "Port Gentil Airport"], [8, "Port Harcourt International Airport"], [2, "Port Hardy Airport"], [8, "Port Hedland International Airport"], [1, "Port Heiden Airport"], [2, "Port Lincoln Airport"], [6, "Port Macquarie Airport"], [2, "Port Menier Airport"], [51, "Port Moresby Jacksons International Airport"], [5, "Port Sudan New International Airport"], [1, "Portland Airport"], [113, "Portland International Airport"], [2, "Portland International Jetport Airport"], [3, "Porto Santo Airport"], [11, "Porto Seguro Airport"], [1, "Portsmouth International at Pease Airport"], [4, "Postville Airport"], [1, "Powell River Airport"], [21, "Pozna\u00c5\u0084-\u00c5\u0081awica Airport"], [17, "Praia International Airport"], [1, "Praslin Airport"], [6, "Prefeito Renato Moreira Airport"], [2, "Pregui\u00c3\u00a7a Airport"], [11, "Presidente Castro Pinto International Airport"], [3, "Presidente Jo\u00c3\u00a3o Batista Figueiredo Airport"], [2, "Presidente Jo\u00c3\u00a3o Suassuna Airport"], [98, "Presidente Juscelino Kubistschek International Airport"], [4, "Presidente Nicolau Lobato International Airport"], [6, "Presidente Peron Airport"], [2, "Presidente Prudente Airport"], [9, "Prince Abdulmohsin Bin Abdulaziz Airport"], [10, "Prince George Airport"], [39, "Prince Mohammad Bin Abdulaziz Airport"], [2, "Prince Rupert Airport"], [10, "Prince Said Ibrahim International Airport"], [58, "Princess Juliana International Airport"], [21, "Pri\u00c5\u00a1tina International Airport"], [8, "Prof. Eribelto Manoel Reino State Airport"], [3, "Professor Urbano Ernesto Stumpf Airport"], [3, "Proserpine Whitsunday Coast Airport"], [31, "Providenciales Airport"], [1, "Provincetown Municipal Airport"], [3, "Provo Municipal Airport"], [3, "Pu'er Simao Airport"], [1, "Pueblo Memorial Airport"], [3, "Puerto Escondido International Airport"], [4, "Puerto Jimenez Airport"], [2, "Puerto Lempira Airport"], [1, "Puerto Obaldia Airport"], [9, "Puerto Princesa Airport"], [15, "Pula Airport"], [183, "Pulkovo Airport"], [2, "Pullman Moscow Regional Airport"], [28, "Pune Airport"], [73, "Punta Cana International Airport"], [1, "Putao Airport"], [4, "Puvirnituq Airport"], [5, "Pyongyang Sunan International Airport"], [2, "P\u00c3\u00a9rigueux-Bassillac Airport"], [2, "Qaanaaq Airport"], [2, "Qaarsut Airport"], [3, "Qamdo Bangda Airport"], [4, "Qaqortoq Heliport"], [2, "Qikiqtarjuaq Airport"], [6, "Qingyang Airport"], [8, "Qiqihar Sanjiazi Airport"], [15, "Quad City International Airport"], [44, "Quanzhou Jinjiang International Airport"], [2, "Quaqtaq Airport"], [46, "Quatro de Fevereiro Airport"], [28, "Quebec Jean Lesage International Airport"], [109, "Queen Alia International Airport"], [44, "Queen Beatrix International Airport"], [7, "Queenstown International Airport"], [3, "Quelimane Airport"], [4, "Quepos Managua Airport"], [7, "Quer\u00c3\u00a9taro Intercontinental Airport"], [4, "Quesnel Airport"], [14, "Quetta International Airport"], [1, "Quetzalc\u00c3\u00b3atl International Airport"], [2, "Quilpie Airport"], [1, "Quimper-Cornouaille Airport"], [1, "Quincy Regional Baldwin Field"], [4, "Quinhagak Airport"], [6, "Quzhou Airport"], [2, "RAAF Base Curtin"], [11, "Rabat-Sal\u00c3\u00a9 Airport"], [12, "Rabil Airport"], [1, "Rach Gia Airport"], [5, "Radin Inten II (Branti) Airport"], [1, "Rae Lakes Airport"], [4, "Rafael Hernandez Airport"], [12, "Rafael Nu\u00c3\u00b1ez International Airport"], [1, "Rafha Domestic Airport"], [4, "Raiatea Airport"], [2, "Rainbow Lake Airport"], [11, "Raipur Airport"], [2, "Raivavae Airport"], [6, "Raja Bhoj International Airport"], [3, "Raja Haji Fisabilillah International Airport"], [3, "Rajkot Airport"], [2, "Raleigh County Memorial Airport"], [83, "Raleigh Durham International Airport"], [22, "Ralph Wien Memorial Airport"], [2, "Ramata Airport"], [2, "Ramsar Airport"], [23, "Ram\u00c3\u00b3n Villeda Morales International Airport"], [1, "Ranai Airport"], [1, "Range Regional Airport"], [5, "Rangiroa Airport"], [25, "Rankin Inlet Airport"], [1, "Ranong Airport"], [8, "Rapid City Regional Airport"], [14, "Rarotonga International Airport"], [2, "Ravensthorpe Airport"], [3, "Red Deer Regional Airport"], [7, "Red Lake Airport"], [1, "Redding Municipal Airport"], [1, "Reden\u00c3\u00a7\u00c3\u00a3o Airport"], [6, "Reggio Calabria Airport"], [16, "Regina International Airport"], [10, "Regional de Maring\u00c3\u00a1 - S\u00c3\u00adlvio Nane Junior Airport"], [7, "Rendani Airport"], [2, "Rennell/Tingoa Airport"], [13, "Rennes-Saint-Jacques Airport"], [27, "Reno Tahoe International Airport"], [3, "Repulse Bay Airport"], [1, "Resistencia International Airport"], [2, "Resolute Bay Airport"], [19, "Reus Air Base"], [1, "Reyes Murillo Airport"], [5, "Reykjavik Airport"], [2, "Rhinelander Oneida County Airport"], [1, "Richards Bay Airport"], [1, "Richmond Airport"], [38, "Richmond International Airport"], [10, "Rick Husband Amarillo International Airport"], [2, "Rickenbacker International Airport"], [101, "Riga International Airport"], [2, "Rigolet Airport"], [7, "Rijeka Airport"], [2, "Rimatara Airport"], [98, "Rio Gale\u00c3\u00a3o \u00e2\u0080\u0093 Tom Jobim International Airport"], [1, "Riverton Regional Airport"], [15, "Roanoke\u00e2\u0080\u0093Blacksburg Regional Airport"], [4, "Robert (Bob) Curtis Memorial Airport"], [6, "Robert Gray Army Air Field Airport"], [11, "Robert L. Bradshaw International Airport"], [8, "Roberts Field"], [16, "Roberts International Airport"], [9, "Robin Hood Doncaster Sheffield Airport"], [4, "Rochester International Airport"], [2, "Rock Sound Airport"], [3, "Rock Springs Sweetwater County Airport"], [5, "Rockhampton Airport"], [4, "Rodez-Marcillac Airport"], [10, "Rodr\u00c3\u00adguez Ball\u00c3\u00b3n International Airport"], [9, "Rogue Valley International Medford Airport"], [1, "Roi Et Airport"], [19, "Roland Garros Airport"], [3, "Roma Airport"], [1, "Romeu Zema Airport"], [196, "Ronald Reagan Washington National Airport"], [3, "Ronneby Airport"], [22, "Roshchino International Airport"], [5, "Rostock-Laage Airport"], [28, "Rostov-on-Don Airport"], [2, "Roswell International Air Center Airport"], [2, "Rota International Airport"], [3, "Rotorua Regional Airport"], [33, "Rotterdam The Hague Airport"], [1, "Rotuma Airport"], [2, "Round Lake (Weagamow Lake) Airport"], [5, "Rouyn Noranda Airport"], [2, "Rovaniemi Airport"], [3, "Roxas Airport"], [1, "Rubem Berta Airport"], [4, "Ruby Airport"], [2, "Rundu Airport"], [2, "Rurutu Airport"], [4, "Russian Mission Airport"], [1, "Rutland - Southern Vermont Regional Airport"], [11, "Rzesz\u00c3\u00b3w-Jasionka Airport"], [1, "R\u00c3\u00b8ros Airport"], [3, "R\u00c3\u00b8rvik Airport - Ryum"], [2, "R\u00c3\u00b8st Airport"], [9, "Saarbr\u00c3\u00bccken Airport"], [145, "Sabiha G\u00c3\u00b6k\u00c3\u00a7en International Airport"], [1, "Sabzevar National Airport"], [3, "Sacheon Air Base"], [2, "Sachigo Lake Airport"], [2, "Sachs Harbour (David Nasogaluak Jr. Saaryuaq) Airport"], [55, "Sacramento International Airport"], [1, "Sadiq Abubakar III International Airport"], [3, "Saga Airport"], [2, "Saidpur Airport"], [3, "Saint John Airport"], [5, "Saint-\u00c3\u0089tienne-Bouth\u00c3\u00a9on Airport"], [3, "Sainte Marie Airport"], [10, "Saipan International Airport"], [1, "Sakon Nakhon Airport"], [1, "Salak Airport"], [7, "Salalah Airport"], [1, "Salamanca Airport"], [8, "Salekhard Airport"], [42, "Salgado Filho Airport"], [1, "Salina Municipal Airport"], [4, "Salisbury Ocean City Wicomico Regional Airport"], [2, "Salluit Airport"], [1, "Salt Cay Airport"], [141, "Salt Lake City International Airport"], [34, "Salzburg Airport"], [2, "Sam Mbakwe International Airport"], [21, "Sam Ratulangi Airport"], [6, "Saman\u00c3\u00a1 El Catey International Airport"], [8, "Samarkand Airport"], [3, "Sambava Airport"], [3, "Samburu South Airport"], [9, "Samos Airport"], [18, "Samui Airport"], [2, "San Angelo Regional Mathis Field"], [1, "San Antonio Del Tachira Airport"], [68, "San Antonio International Airport"], [7, "San Carlos De Bariloche Airport"], [4, "San Crist\u00c3\u00b3bal Airport"], [119, "San Diego International Airport"], [249, "San Francisco International Airport"], [20, "San Javier Airport"], [1, "San Jose Airport"], [1, "San Luis Airport"], [4, "San Luis County Regional Airport"], [6, "San Luis Valley Regional Bergman Field"], [4, "San Salvador Airport"], [3, "San Sebastian Airport"], [1, "San Tom\u00c3\u00a9 Airport"], [37, "Sana'a International Airport"], [1, "Sanandaj Airport"], [2, "Sand Point Airport"], [6, "Sandakan Airport"], [2, "Sandane Airport (Anda)"], [2, "Sanday Airport"], [37, "Sandefjord Airport Torp"], [4, "Sandnessj\u00c3\u00b8en Airport (Stokka)"], [1, "Sandspit Airport"], [3, "Sandy Lake Airport"], [45, "Sangster International Airport"], [1, "Saniat R'mel Airport"], [3, "Sanikiluaq Airport"], [2, "Santa Ana Airport"], [8, "Santa Barbara Municipal Airport"], [1, "Santa Cruz/Graciosa Bay/Luova Airport"], [1, "Santa Elena de Uairen Airport"], [6, "Santa Fe Municipal Airport"], [21, "Santa Genoveva Airport"], [20, "Santa Maria Airport"], [2, "Santa Maria Pub/Capt G Allan Hancock Field"], [2, "Santa Rosa Airport"], [1, "Santa Rosa International Airport"], [4, "Santa Terezinha Airport"], [19, "Santander Airport"], [2, "Santiago Perez Airport"], [36, "Santiago de Compostela Airport"], [11, "Santo Pekoa International Airport"], [2, "Santo \u00c3\u0082ngelo Airport"], [15, "Santorini Airport"], [30, "Santos Dumont Airport"], [109, "Sanya Phoenix International Airport"], [1, "Sara Airport"], [16, "Sarajevo International Airport"], [2, "Saransk Airport"], [13, "Sarasota Bradenton International Airport"], [5, "Saratov Central Airport"], [32, "Sardar Vallabhbhai Patel International Airport"], [10, "Sardar-e-Jangal Airport"], [7, "Sary-Arka Airport"], [15, "Saskatoon John G. Diefenbaker International Airport"], [2, "Satu Mare Airport"], [2, "Sauce Viejo Airport"], [4, "Sault Ste Marie Airport"], [1, "Saumlaki/Olilit Airport"], [2, "Saurimo Airport"], [23, "Savannah Hilton Head International Airport"], [3, "Savannakhet Airport"], [2, "Savonlinna Airport"], [4, "Savoonga Airport"], [3, "Savusavu Airport"], [3, "Sawyer International Airport"], [5, "Sayun International Airport"], [18, "Sa\u00c3\u00afss Airport"], [1, "Scammon Bay Airport"], [5, "Schefferville Airport"], [1, "Scott AFB/Midamerica Airport"], [3, "Sde Dov Airport"], [201, "Seattle Tacoma International Airport"], [4, "Sege Airport"], [2, "Selawik Airport"], [3, "Semipalatinsk Airport"], [5, "Senador Nilo Coelho Airport"], [10, "Senador Petr\u00c3\u00b4nio Portela Airport"], [1, "Senadora Eunice Micheles Airport"], [18, "Senai International Airport"], [31, "Sendai Airport"], [28, "Senou Airport"], [17, "Sentani Airport"], [21, "Sept-\u00c3\u008eles Airport"], [5, "Serafin Enoss Bertaso Airport"], [65, "Sevilla Airport"], [13, "Seychelles International Airport"], [2, "Seymour Airport"], [10, "Sfax Thyna International Airport"], [3, "Shageluk Airport"], [16, "Shah Amanat International Airport"], [1, "Shah Mokhdum Airport"], [6, "Shahid Ashrafi Esfahani Airport"], [7, "Shahid Sadooghi Airport"], [3, "Shaikh Zaid Airport"], [6, "Shaktoolik Airport"], [205, "Shanghai Hongqiao International Airport"], [411, "Shanghai Pudong International Airport"], [7, "Shanhaiguan Airport"], [29, "Shannon Airport"], [95, "Sharjah International Airport"], [38, "Sharm El Sheikh International Airport"], [2, "Sharurah Airport"], [14, "Sheikh ul Alam Airport"], [1, "Shenandoah Valley Regional Airport"], [234, "Shenzhen Bao'an International Airport"], [2, "Sheppard Air Force Base-Wichita Falls Municipal Airport"], [199, "Sheremetyevo International Airport"], [1, "Sheridan County Airport"], [82, "Shijiazhuang Daguocun International Airport"], [1, "Shillong Airport"], [37, "Shiraz Shahid Dastghaib International Airport"], [3, "Shishmaref Airport"], [1, "Shonai Airport"], [6, "Show Low Regional Airport"], [8, "Shreveport Regional Airport"], [18, "Shubuling Airport"], [2, "Shungnak Airport"], [10, "Shymkent Airport"], [11, "Sialkot Airport"], [1, "Siargao Airport"], [5, "Sibiu International Airport"], [9, "Sibu Airport"], [4, "Sibulan Airport"], [1, "Sidney Richland Municipal Airport"], [42, "Siem Reap International Airport"], [2, "Sigiriya Air Force Base"], [1, "Sihanoukville International Airport"], [7, "Silchar Airport"], [18, "Silvio Pettirossi International Airport"], [7, "Simferopol International Airport"], [9, "Simon Mwansa Kapwepwe International Airport"], [93, "Sim\u00c3\u00b3n Bol\u00c3\u00advar International Airport"], [405, "Singapore Changi Airport"], [1, "Sinop Airport"], [2, "Sioux Gateway Col. Bud Day Field"], [18, "Sioux Lookout Airport"], [2, "Sir Bani Yas Airport"], [1, "Sir Charles Gaetan Duval Airport"], [23, "Sir Grantley Adams International Airport"], [41, "Sir Seewoosagur Ramgoolam International Airport"], [9, "Sir Seretse Khama International Airport"], [3, "Sisimiut Airport"], [5, "Sitia Airport"], [3, "Sitka Rocky Gutierrez Airport"], [3, "Sittwe Airport"], [4, "Sivas Nuri Demira\u00c4\u009f Airport"], [1, "Siwo Airport"], [3, "Skagway Airport"], [1, "Skardu Airport"], [3, "Skellefte\u00c3\u00a5 Airport"], [2, "Skiathos Island National Airport"], [1, "Skien Airport"], [3, "Skiros Airport"], [23, "Skopje Alexander the Great Airport"], [2, "Sleetmute Airport"], [2, "Sloulin Field International Airport"], [4, "Smithers Airport"], [26, "Sochi International Airport"], [2, "Socotra International Airport"], [185, "Soekarno-Hatta International Airport"], [66, "Sofia Airport"], [4, "Sogndal Airport"], [9, "Sohag International Airport"], [6, "Sokol Airport"], [3, "Sola Airport"], [1, "Solovki Airport"], [6, "Soummam Airport"], [2, "South Arkansas Regional At Goodwin Field"], [11, "South Bend Regional Airport"], [2, "South Bimini Airport"], [2, "South Caicos Airport"], [1, "South Naknek Nr 2 Airport"], [33, "Southampton Airport"], [2, "Southeast Iowa Regional Airport"], [2, "Southeast Texas Regional Airport"], [14, "Southend Airport"], [2, "Southwest Bay Airport"], [63, "Southwest Florida International Airport"], [4, "Southwest Georgia Regional Airport"], [2, "Southwest Oregon Regional Airport"], [5, "Sovetskiy Airport"], [3, "Soyo Airport"], [2, "Spichenkovo Airport"], [49, "Split Airport"], [15, "Spokane International Airport"], [2, "Spriggs Payne Airport"], [2, "Spring Point Airport"], [14, "Springfield Branson National Airport"], [9, "Sri Guru Ram Dass Jee International Airport"], [3, "St Augustin Airport"], [2, "St Cloud Regional Airport"], [2, "St Gallen Altenrhein Airport"], [5, "St George Airport"], [2, "St George Municipal Airport"], [1, "St Georges Airport"], [5, "St Mary's Airport"], [4, "St Michael Airport"], [3, "St Paul Island Airport"], [31, "St Petersburg Clearwater International Airport"], [3, "St Pierre Airport"], [3, "St. Anthony Airport"], [22, "St. John's International Airport"], [3, "St. Mary's Airport"], [54, "Stavanger Airport Sola"], [4, "Stavropol Shpakovskoye Airport"], [2, "Stella Maris Airport"], [1, "Stephenville Airport"], [6, "Stewart International Airport"], [31, "Stockholm Skavsta Airport"], [3, "Stockholm V\u00c3\u00a4ster\u00c3\u00a5s Airport"], [219, "Stockholm-Arlanda Airport"], [27, "Stockholm-Bromma Airport"], [1, "Stockton Metropolitan Airport"], [4, "Stokmarknes Skagen Airport"], [3, "Stord Airport"], [5, "Stornoway Airport"], [34, "Strasbourg Airport"], [2, "Stronsay Airport"], [137, "Stuttgart Airport"], [1, "Suavanao Airport"], [2, "Suboficial Ay Santiago Germano Airport"], [6, "Sudbury Airport"], [1, "Sukhothai Airport"], [6, "Sukkur Airport"], [10, "Sulaymaniyah International Airport"], [29, "Sultan Abdul Aziz Shah International Airport"], [5, "Sultan Abdul Halim Airport"], [36, "Sultan Aji Muhamad Sulaiman Airport"], [2, "Sultan Azlan Shah Airport"], [5, "Sultan Iskandar Muda International Airport"], [14, "Sultan Ismail Petra Airport"], [8, "Sultan Khairun Babullah Airport"], [7, "Sultan Mahmud Airport"], [14, "Sultan Mahmud Badaruddin II Airport"], [18, "Sultan Syarif Kasim Ii (Simpang Tiga) Airport"], [6, "Sultan Thaha Airport"], [5, "Sumburgh Airport"], [1, "Summer Beaver Airport"], [47, "Sunan Shuofang International Airport"], [5, "Sundsvall-H\u00c3\u00a4rn\u00c3\u00b6sand Airport"], [5, "Sunshine Coast Airport"], [1, "Sunyani Airport"], [6, "Supadio Airport"], [3, "Surat Airport"], [4, "Surat Thani Airport"], [14, "Surgut Airport"], [3, "Surigao Airport"], [325, "Suvarnabhumi Airport"], [3, "Svalbard Airport - Longyear"], [2, "Sveg Airport"], [3, "Svolv\u00c3\u00a6r Helle Airport"], [15, "Syamsudin Noor Airport"], [2, "Sydney / J.A. Douglas McCurdy Airport"], [208, "Sydney Kingsford Smith International Airport"], [8, "Syktyvkar Airport"], [26, "Syracuse Hancock International Airport"], [2, "Syros Airport"], [7, "Szczecin-Goleni\u00c3\u00b3w \\Solidarno\u00c5\u009b\u00c4\u0087\\ Airport"], [1, "S\u00c3\u00a3o Filipe Airport"], [1, "S\u00c3\u00a3o F\u00c3\u00a9lix do Araguaia Airport"], [1, "S\u00c3\u00a3o F\u00c3\u00a9lix do Xingu Airport"], [1, "S\u00c3\u00a3o Gabriel da Cachoeira Airport"], [2, "S\u00c3\u00a3o Jorge Airport"], [5, "S\u00c3\u00a3o Pedro Airport"], [3, "S\u00c3\u00a3o Tom\u00c3\u00a9 International Airport"], [1, "S\u00c3\u00b8nderborg Airport"], [2, "S\u00c3\u00b8rkjosen Airport"], [1, "S\u00c3\u00bcleyman Demirel International Airport"], [7, "Ta'izz International Airport"], [1, "Tabatinga Airport"], [7, "Tabing Airport"], [15, "Tabriz International Airport"], [4, "Tabubil Airport"], [9, "Tabuk Airport"], [2, "Tacheng Airport"], [5, "Tachileik Airport"], [3, "Tagbilaran Airport"], [29, "Taichung Ching Chuang Kang Airport"], [1, "Tainan Airport"], [40, "Taipei Songshan Airport"], [129, "Taiping Airport"], [1, "Taitung Airport"], [264, "Taiwan Taoyuan International Airport"], [110, "Taiyuan Wusu Airport"], [8, "Takamatsu Airport"], [1, "Takapoto Airport"], [3, "Takaroa Airport"], [2, "Takoradi Airport"], [9, "Talagi Airport"], [15, "Tallahassee Regional Airport"], [4, "Taloyoak Airport"], [3, "Tamale Airport"], [3, "Tambolaka Airport"], [3, "Tambor Airport"], [138, "Tampa International Airport"], [12, "Tampere-Pirkkala Airport"], [1, "Tamworth Airport"], [109, "Tan Son Nhat International Airport"], [1, "Tan Tan Airport"], [55, "Tancredo Neves International Airport"], [1, "Tancredo Thomas de Faria Airport"], [5, "Tanna Airport"], [136, "Taoxian Airport"], [2, "Tapachula International Airport"], [1, "Tapuruquara Airport"], [4, "Taraz Airport"], [5, "Tarbes-Lourdes-Pyr\u00c3\u00a9n\u00c3\u00a9es Airport"], [2, "Taree Airport"], [3, "Tari Airport"], [1, "Tarko-Sale Airport"], [2, "Tartu Airport"], [81, "Tashkent International Airport"], [1, "Tasiilaq Heliport"], [2, "Tasiujaq Airport"], [1, "Tatalina LRRS Airport"], [2, "Taupo Airport"], [3, "Tauranga Airport"], [2, "Tautii Magheraus Airport"], [2, "Tavie Airport"], [7, "Tawau Airport"], [3, "Tazadit Airport"], [13, "Ta\u00e2\u0080\u0099if Regional Airport"], [34, "Tbilisi International Airport"], [59, "Ted Stevens Anchorage International Airport"], [5, "Tef\u00c3\u00a9 Airport"], [1, "Tekirda\u00c4\u009f \u00c3\u0087orlu Airport"], [3, "Teller Airport"], [15, "Ten. Cel. Aviador C\u00c3\u00a9sar Bombonato Airport"], [32, "Tenerife Norte Airport"], [159, "Tenerife South Airport"], [5, "Tengchong Tuofeng Airport"], [8, "Teniente Av. Jorge Henrich Arauz Airport"], [2, "Teniente Benjamin Matienzo Airport"], [1, "Termas de R\u00c3\u00ado Hondo international Airport"], [2, "Termez Airport"], [12, "Terrance B. Lettsome International Airport"], [1, "Teterboro Airport"], [2, "Texarkana Regional Webb Field"], [2, "Thandwe Airport"], [1, "Thargomindah Airport"], [17, "The Eastern Iowa Airport"], [5, "The Pas Airport"], [27, "Theodore Francis Green State Airport"], [87, "Thessaloniki Macedonia International Airport"], [1, "Thief River Falls Regional Airport"], [6, "Thompson Airport"], [1, "Thule Air Base"], [13, "Thunder Bay Airport"], [147, "Tianjin Binhai International Airport"], [2, "Tiga Airport"], [2, "Tikehau Airport"], [2, "Tiksi Airport"], [1, "Timaru Airport"], [13, "Timi\u00c5\u009foara Traian Vuia Airport"], [5, "Timmins/Victor M. Power"], [1, "Tin City Long Range Radar Station Airport"], [1, "Tingo Maria Airport"], [36, "Tirana International Airport Mother Teresa"], [1, "Tiree Airport"], [9, "Tiruchirapally Civil Airport Airport"], [11, "Tivat Airport"], [3, "Tjilik Riwut Airport"], [7, "Toamasina Airport"], [4, "Tobago-Crown Point Airport"], [1, "Tobias Bolanos International Airport"], [106, "Tocumen International Airport"], [1, "Togiak Airport"], [3, "Tokachi-Obihiro Airport"], [3, "Toksook Bay Airport"], [13, "Tokua Airport"], [2, "Tokushima Airport"], [157, "Tokyo Haneda International Airport"], [5, "Toledo Express Airport"], [3, "Toliara Airport"], [86, "Tolmachevo Airport"], [18, "Toncont\u00c3\u00adn International Airport"], [13, "Tongliao Airport"], [1, "Tongoa Airport"], [5, "Tongren Fenghuang Airport"], [4, "Toowoomba Airport"], [1, "Topeka Regional Airport - Forbes Field"], [3, "Torres Airstrip"], [2, "Torsby Airport"], [1, "Totegegie Airport"], [1, "Tottori Airport"], [6, "Touat Cheikh Sidi Mohamed Belkebir Airport"], [1, "Touggourt Sidi Madhi Airport"], [1, "Touho Airport"], [5, "Toul Rosi\u00c3\u00a8res Air Base"], [3, "Toulon-Hy\u00c3\u00a8res Airport"], [78, "Toulouse-Blagnac Airport"], [5, "Tours-Val-de-Loire Airport"], [24, "Toussaint Louverture International Airport"], [16, "Townsville Airport"], [9, "Toyama Airport"], [2, "Tozeur Nefta International Airport"], [10, "Trabzon International Airport"], [1, "Trail Airport"], [2, "Trang Airport"], [5, "Transilvania T\u00c3\u00a2rgu Mure\u00c5\u009f International Airport"], [1, "Trat Airport"], [2, "Treasure Cay Airport"], [14, "Trenton Mercer Airport"], [4, "Tres De Mayo Airport"], [38, "Treviso-Sant'Angelo Airport"], [8, "Tri Cities Airport"], [7, "Tri Cities Regional Tn Va Airport"], [5, "Tri-State/Milton J. Ferguson Field"], [43, "Tribhuvan International Airport"], [11, "Trieste\u00e2\u0080\u0093Friuli Venezia Giulia Airport"], [48, "Tripoli International Airport"], [42, "Trivandrum International Airport"], [1, "Trollh\u00c3\u00a4ttan-V\u00c3\u00a4nersborg Airport"], [1, "Trombetas Airport"], [26, "Troms\u00c3\u00b8 Airport"], [44, "Trondheim Airport V\u00c3\u00a6rnes"], [2, "Tshikapa Airport"], [3, "Tsushima Airport"], [3, "Tubuai Airport"], [31, "Tucson International Airport"], [1, "Tucuru\u00c3\u00ad Airport"], [3, "Tuguegarao Airport"], [1, "Tuktoyaktuk Airport"], [2, "Tulita Airport"], [27, "Tulsa International Airport"], [1, "Tumling Tar Airport"], [87, "Tunis Carthage International Airport"], [1, "Tunoshna Airport"], [26, "Tunxi International Airport"], [2, "Tupelo Regional Airport"], [1, "Turaif Domestic Airport"], [6, "Turbat International Airport"], [44, "Turin Airport"], [8, "Turku Airport"], [2, "Tweed New Haven Airport"], [3, "Tyler Pounds Regional Airport"], [2, "T\u00c3\u00aate-\u00c3\u00a0-la-Baleine Airport"], [2, "T\u00c3\u00b4lanaro Airport"], [2, "U-Tapao International Airport"], [3, "Ua Huka Airport"], [3, "Ua Pou Airport"], [3, "Ubon Ratchathani Airport"], [6, "Udon Thani Airport"], [23, "Ufa International Airport"], [2, "Ugolny Airport"], [4, "Ukhta Airport"], [3, "Ukunda Airstrip"], [1, "Ulaangom Airport"], [11, "Ulan-Ude Airport (Mukhino)"], [7, "Ulanhot Airport"], [2, "Ulawa Airport"], [1, "Ulgii Mongolei Airport"], [3, "Ulsan Airport"], [3, "Ulukhaktok Holman Airport"], [2, "Ulyanovsk Baratayevka Airport"], [3, "Ul\u00c3\u00a9i Airport"], [8, "Ume\u00c3\u00a5 Airport"], [3, "Umiujaq Airport"], [8, "Unalakleet Airport"], [3, "Unalaska Airport"], [5, "University Park Airport"], [4, "University of Illinois Willard Airport"], [2, "Upernavik Airport"], [3, "Uralsk Airport"], [3, "Uray Airport"], [7, "Urgench Airport"], [3, "Urmia Airport"], [1, "Uru Harbour Airport"], [3, "Usiminas Airport"], [2, "Usinsk Airport"], [8, "Ust-Kamennogorsk Airport"], [2, "Ust-Kut Airport"], [1, "Uummannaq Heliport"], [4, "Uytash Airport"], [1, "Uyuni Airport"], [1, "Uzhhorod International Airport"], [35, "V.C. Bird International Airport"], [5, "Vaasa Airport"], [5, "Vadodara Airport"], [7, "Vads\u00c3\u00b8 Airport"], [4, "Vagar Airport"], [35, "Val de Cans/J\u00c3\u00balio Cezar Ribeiro International Airport"], [7, "Val-d'Or Airport"], [3, "Valan Airport"], [2, "Valdez Pioneer Field"], [3, "Valdosta Regional Airport"], [82, "Valencia Airport"], [1, "Valesdir Airport"], [4, "Valladolid Airport"], [5, "Valle del Fuerte International Airport"], [7, "Valley International Airport"], [5, "Van Ferit Melen Airport"], [8, "Vance W. Amory International Airport"], [1, "Vancouver Harbour Water Aerodrome"], [158, "Vancouver International Airport"], [8, "Vanguardia Airport"], [3, "Vanimo Airport"], [1, "Vanua Balavu Airport"], [3, "Vard\u00c3\u00b8 Airport - Svartnes"], [9, "Varna Airport"], [2, "Venango Regional Airport"], [2, "Venetie Airport"], [122, "Venice Marco Polo Airport"], [1, "Vernal Regional Airport"], [39, "Verona Villafranca Airport"], [1, "Vicecomodoro Angel D. La Paz Aragon\u00c3\u00a9s Airport"], [7, "Victoria Falls International Airport"], [2, "Victoria Harbour Seaplane Base"], [13, "Victoria International Airport"], [1, "Victoria Regional Airport"], [308, "Vienna International Airport"], [6, "Vieques Airport"], [11, "Vigo Airport"], [1, "Vijayawada Airport"], [4, "Vilankulo Airport"], [4, "Vilhelmina Airport"], [1, "Villa Garz\u00c3\u00b3n Airport"], [58, "Vilnius International Airport"], [3, "Vilo Acu\u00c3\u00b1a International Airport"], [28, "Vincenzo Florio Airport Trapani-Birgi"], [7, "Vinh Airport"], [1, "Vinnytsia/Gavyryshivka Airport"], [11, "Vir Savarkar International Airport"], [1, "Virac Airport"], [57, "Viracopos International Airport"], [4, "Virgin Gorda Airport"], [24, "Viru Viru International Airport"], [1, "Visalia Municipal Airport"], [8, "Visby Airport"], [15, "Vishakhapatnam Airport"], [6, "Vit\u00c3\u00b3ria da Conquista Airport"], [26, "Vladivostok International Airport"], [85, "Vnukovo International Airport"], [10, "Volgograd International Airport"], [2, "Vorkuta Airport"], [8, "Voronezh International Airport"], [2, "Vunisea Airport"], [180, "V\u00c3\u00a1clav Havel Airport Prague"], [7, "V\u00c3\u00a4xj\u00c3\u00b6 Kronoberg Airport"], [16, "Wabush Airport"], [2, "Waco Regional Airport"], [3, "Wagga Wagga City Airport"], [1, "Waimea Kohala Airport"], [1, "Waingapu Airport"], [2, "Wainwright Airport"], [5, "Wajir Airport"], [2, "Wakkanai Airport"], [1, "Walaha Airport"], [4, "Wales Airport"], [1, "Walla Walla Regional Airport"], [6, "Wallblake Airport"], [3, "Walvis Bay Airport"], [1, "Wamena Airport"], [1, "Wanganui Airport"], [12, "Wanxian Airport"], [2, "Wapekeka Airport"], [1, "Wapenamanda Airport"], [120, "Warsaw Chopin Airport"], [196, "Washington Dulles International Airport"], [6, "Waskaganish Airport"], [2, "Waterford Airport"], [3, "Waterloo Airport"], [2, "Waterloo Regional Airport"], [4, "Watertown International Airport"], [3, "Watertown Regional Airport"], [24, "Wattay International Airport"], [1, "Waynesville-St. Robert Regional Forney field"], [2, "Webequie Airport"], [38, "Weeze Airport"], [7, "Weifang Airport"], [2, "Weipa Airport"], [1, "Wekwe\u00c3\u00a8t\u00c3\u00ac Airport"], [32, "Wellington International Airport"], [2, "Wemindji Airport"], [81, "Wenzhou Yongqiang Airport"], [23, "Westchester County Airport"], [8, "Westerland Sylt Airport"], [1, "Western Neb. Rgnl/William B. Heilig Airport"], [1, "Westport Airport"], [2, "Westray Airport"], [6, "Wewak International Airport"], [1, "Whakatane Airport"], [5, "Whale Cove Airport"], [2, "Whangarei Airport"], [1, "What\u00c3\u00ac Airport"], [4, "White Mountain Airport"], [5, "Whitehorse / Erik Nielsen International Airport"], [1, "Whyalla Airport"], [20, "Wichita Mid Continent Airport"], [2, "Wick Airport"], [7, "Wiley Post Will Rogers Memorial Airport"], [9, "Wilkes Barre Scranton International Airport"], [40, "Will Rogers World Airport"], [79, "William P Hobby Airport"], [1, "William R Fairchild International Airport"], [5, "Williams Lake Airport"], [1, "Williamson County Regional Airport"], [2, "Williamsport Regional Airport"], [13, "Wilmington International Airport"], [3, "Wilwal International Airport"], [2, "Windorah Airport"], [3, "Windsor Airport"], [41, "Winnipeg / James Armstrong Richardson International Airport"], [2, "Winton Airport"], [1, "Wokal Field Glasgow International Airport"], [4, "Wolter Monginsidi Airport"], [1, "Wonju Airport"], [3, "Woodbourne Airport"], [2, "Worcester Regional Airport"], [3, "Worland Municipal Airport"], [2, "Wrangell Airport"], [8, "Wuhai Airport"], [187, "Wuhan Tianhe International Airport"], [3, "Wunnumin Lake Airport"], [3, "Wuzhou Changzhoudao Airport"], [3, "Wynyard Airport"], [283, "Xi'an Xianyang International Airport"], [233, "Xiamen Gaoqi International Airport"], [13, "Xiangyang Liuji Airport"], [5, "Xichang Qingshan Airport"], [1, "Xieng Khouang Airport"], [7, "Xilinhot Airport"], [6, "Xingyi Airport"], [49, "Xining Caojiabu Airport"], [2, "Xinyuan Nalati Airport"], [24, "Xishuangbanna Gasa Airport"], [6, "Xoxocotl\u00c3\u00a1n International Airport"], [20, "Xuzhou Guanyin Airport"], [4, "Yacuiba Airport"], [1, "Yakima Air Terminal McAllister Field"], [1, "Yakubu Gowon Airport"], [2, "Yakutat Airport"], [33, "Yakutsk Airport"], [3, "Yamagata Airport"], [3, "Yamaguchi Ube Airport"], [1, "Yampa Valley Airport"], [5, "Yan'an Ershilipu Airport"], [17, "Yancheng Airport"], [49, "Yangon International Airport"], [1, "Yangyang International Airport"], [18, "Yangzhou Taizhou Airport"], [14, "Yanji Chaoyangchuan Airport"], [56, "Yantai Laishan Airport"], [135, "Yaoqiang Airport"], [17, "Yaound\u00c3\u00a9 Nsimalen International Airport"], [2, "Yap International Airport"], [1, "Yarigu\u00c3\u00ades Airport"], [1, "Yasouj Airport"], [6, "Yeager Airport"], [6, "Yelizovo Airport"], [30, "Yellowknife Airport"], [2, "Yellowstone Regional Airport"], [43, "Yemelyanovo Airport"], [3, "Yeosu Airport"], [10, "Yibin Caiba Airport"], [24, "Yichang Sanxia Airport"], [6, "Yichun Mingyueshan Airport"], [65, "Yinchuan Airport"], [4, "Yining Airport"], [18, "Yiwu Airport"], [1, "Yola Airport"], [4, "Youngstown Warren Regional Airport"], [12, "Yulin Yuyang Airport"], [3, "Yuma MCAS/Yuma International Airport"], [29, "Yuncheng Guangong Airport"], [2, "Yushu Batang Airport"], [15, "Yuzhno-Sakhalinsk Airport"], [1, "Zabol Airport"], [1, "Zafer Airport"], [42, "Zagreb Airport"], [11, "Zahedan International Airport"], [6, "Zamboanga International Airport"], [2, "Zaporizhzhia International Airport"], [8, "Zaragoza Air Base"], [26, "Zemunik Airport"], [6, "Zenata \u00e2\u0080\u0093 Messali El Hadj Airport"], [19, "Zhanjiang Airport"], [3, "Zhaotong Airport"], [174, "Zhengzhou Xinzheng International Airport"], [2, "Zhezkazgan Airport"], [3, "Zhijiang Airport"], [2, "Zhob Airport"], [2, "Zhongwei Shapotou Airport"], [13, "Zhoushan Airport"], [142, "Zhoushuizi Airport"], [60, "Zhuhai Jinwan Airport"], [2, "Ziguinchor Airport"], [2, "Zona da Mata Regional Airport"], [2, "Zonguldak Airport"], [13, "Zumbi dos Palmares Airport"], [15, "Zunyi Xinzhou Airport"], [45, "Zvartnots International Airport"], [5, "Zweibr\u00c3\u00bccken Airport"], [247, "Z\u00c3\u00bcrich Airport"], [3, "\u00c3\u0081stor Piazzola International Airport"], [3, "\u00c3\u0084ngelholm-Helsingborg Airport"], [13, "\u00c3\u0085lesund Airport"], [3, "\u00c3\u0085re \u00c3\u0096stersund Airport"], [1, "\u00c3\u0087anakkale Airport"], [2, "\u00c3\u0087ardak Airport"], [1, "\u00c3\u008dsafj\u00c3\u00b6r\u00c3\u00b0ur Airport"], [2, "\u00c3\u008ele Art - Waala Airport"], [1, "\u00c3\u008ele des Pins Airport"], [3, "\u00c3\u008eles-de-la-Madeleine Airport"], [2, "\u00c3\u0096rebro Airport"], [1, "\u00c3\u0096rnsk\u00c3\u00b6ldsvik Airport"], [1, "\u00c3\u0098rland Airport"], [4, "\u00c3\u0098rsta-Volda Airport - Hovden"], [153, "\u00c3\u009cr\u00c3\u00bcmqi Diwopu International Airport"], [5, "\u00c5\u009eanl\u00c4\u00b1urfa GAP Airport"]]}, "table_names": "['routes', 'airports']", "table_image_ids": ["TableImg_Km0xy_67240.png", "TableImg_W2eu1_7184.png"], "original_data_index": 3486} +{"question": "Please show the most common publication date.", "answer": {"columns": ["Publication_Date"], "index": [0], "data": [["August 2008"]]}, "table_names": "['publication']", "table_image_ids": ["TableImg_3og51_7.png"], "original_data_index": 3487} +{"question": "Return reviewer name, movie title, stars, and ratingDate. And sort the data first by reviewer name, then by movie title, and lastly by number of stars.", "answer": {"columns": ["name", "title", "stars", "ratingDate"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [["Ashley White", "E.T.", 3, "2011-01-02"], ["Brittany Harris", "Raiders of the Lost Ark", 2, "2011-01-30"], ["Brittany Harris", "Raiders of the Lost Ark", 4, "2011-01-12"], ["Brittany Harris", "The Sound of Music", 2, "2011-01-20"], ["Chris Jackson", "E.T.", 2, "2011-01-22"], ["Chris Jackson", "Raiders of the Lost Ark", 4, null], ["Chris Jackson", "The Sound of Music", 3, "2011-01-27"], ["Daniel Lewis", "Snow White", 4, null], ["Elizabeth Thomas", "Avatar", 3, "2011-01-15"], ["Elizabeth Thomas", "Snow White", 5, "2011-01-19"], ["James Cameron", "Avatar", 5, "2011-01-20"], ["Mike Anderson", "Gone with the Wind", 3, "2011-01-09"], ["Sarah Martinez", "Gone with the Wind", 2, "2011-01-22"], ["Sarah Martinez", "Gone with the Wind", 4, "2011-01-27"]]}, "table_names": "['Movie', 'Reviewer', 'Rating']", "table_image_ids": ["TableImg_Ybal5_8.png", "TableImg_Ap4rr_8.png", "TableImg_R2c1w_14.png"], "original_data_index": 3488} +{"question": "What are the names of banks in the state of New York?", "answer": {"columns": ["bname"], "index": [0, 1], "data": [["morningside"], ["broadway"]]}, "table_names": "['bank']", "table_image_ids": ["TableImg_Gck8y_4.png"], "original_data_index": 3489} +{"question": "What is \"the date in location from\" and \"the date in location to\" for the document with name \"Robin CV\"?", "answer": {"columns": ["Date_in_Location_From", "Date_in_Locaton_To"], "index": [0], "data": [["2017-01-06 23:17:22", "2008-06-08 12:45:38"]]}, "table_names": "['All_Documents', 'Document_Locations']", "table_image_ids": ["TableImg_2w0pk_15.png", "TableImg_M1z9a_15.png"], "original_data_index": 3490} +{"question": "What are the white percentages of cities, and the corresponding crime rates of the counties they correspond to?", "answer": {"columns": ["White", "Crime_rate"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "data": [[93.1, 118.0], [86.6, 118.0], [83.0, 118.0], [72.5, 123.0], [83.5, 123.0], [82.0, 178.0], [84.5, 178.0], [53.5, 178.0], [80.7, 178.0], [86.0, 178.0], [78.3, 178.0], [84.1, 150.0], [76.1, 150.0], [87.9, 49.0], [61.2, 49.0], [64.3, 174.0], [70.7, 174.0]]}, "table_names": "['county_public_safety', 'city']", "table_image_ids": ["TableImg_Apxs4_6.png", "TableImg_Gm57s_17.png"], "original_data_index": 3491} +{"question": "What are the types of competition and number of competitions for that type?", "answer": {"columns": ["Competition_type", "COUNT(*)"], "index": [0, 1], "data": [["Friendly", 8], ["Tournament", 3]]}, "table_names": "['competition']", "table_image_ids": ["TableImg_5xcnh_11.png"], "original_data_index": 3492} +{"question": "What are the names and ids of stations that had more than 14 bikes available on average or were installed in December?", "answer": {"columns": ["name", "id"], "index": [0, 1, 2, 3, 4], "data": [["Castro Street and El Camino Real", 32], ["Civic Center BART (7th at Market)", 72], ["Market at Sansome", 77], ["San Antonio Shopping Center", 31], ["Santa Clara County Civic Center", 80]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_097tf_70.png", "TableImg_D48u1_8487.png"], "original_data_index": 3493} +{"question": "How many different payment methods are there?", "answer": {"columns": ["count(DISTINCT payment_method)"], "index": [0], "data": [[4]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_H2ej6_15.png"], "original_data_index": 3494} +{"question": "Find the name of the item with the lowest average rating.", "answer": {"columns": ["title"], "index": [0], "data": [["shampoo"]]}, "table_names": "['item', 'review']", "table_image_ids": ["TableImg_2jodr_8.png", "TableImg_T9shx_7.png"], "original_data_index": 3495} +{"question": "Show the name of buildings that do not have any institution.", "answer": {"columns": ["Name"], "index": [0], "data": [["Bank of America Tower"]]}, "table_names": "['building', 'Institution']", "table_image_ids": ["TableImg_21goy_8.png", "TableImg_946d7_11.png"], "original_data_index": 3496} +{"question": "Find the id of courses which are registered or attended by student whose id is 121?", "answer": {"columns": ["course_id"], "index": [0, 1], "data": [[301], [303]]}, "table_names": "['Student_Course_Registrations', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_Odxgv_9.png", "TableImg_Xwele_8.png"], "original_data_index": 3497} +{"question": "Find the id and city of the student address with the highest average monthly rental.", "answer": {"columns": ["address_id", "city"], "index": [0], "data": [[2, "West Sean"]]}, "table_names": "['Addresses', 'Student_Addresses']", "table_image_ids": ["TableImg_Byhg5_20.png", "TableImg_Dxqm1_20.png"], "original_data_index": 3498} +{"question": "What are the names of the schools with some players in the mid position but no goalies?", "answer": {"columns": ["cName"], "index": [0], "data": [["OU"]]}, "table_names": "['Tryout']", "table_image_ids": ["TableImg_Fvrsa_6.png"], "original_data_index": 3499} +{"question": "Which location has the most corresponding counties?", "answer": {"columns": ["Location"], "index": [0], "data": [["East"]]}, "table_names": "['county_public_safety']", "table_image_ids": ["TableImg_7ha6p_6.png"], "original_data_index": 3500} +{"question": "Return the famous release date for the oldest artist.", "answer": {"columns": ["Famous_Release_date"], "index": [0], "data": [["June 15, 2009"]]}, "table_names": "['artist']", "table_image_ids": ["TableImg_Q0hmx_7.png"], "original_data_index": 3501} +{"question": "What are the first names of all professors who teach more than one class?", "answer": {"columns": ["EMP_FNAME"], "index": [0, 1, 2, 3, 4], "data": [["Arnelle"], ["Gerald"], ["Peter"], ["Carlos"], ["Ismael"]]}, "table_names": "['CLASS', 'EMPLOYEE']", "table_image_ids": ["TableImg_W7fp6_13.png", "TableImg_Cwdvg_37.png"], "original_data_index": 3502} +{"question": "What are the names of the districts that have both mall and village store style shops?", "answer": {"columns": ["District_name"], "index": [0], "data": [["Khanewal District"]]}, "table_names": "['store', 'district', 'store_district']", "table_image_ids": ["TableImg_Mh1ud_5.png", "TableImg_Fnumj_15.png", "TableImg_92vvb_5.png"], "original_data_index": 3503} +{"question": "What is the first and last name of the students who are not in the largest major?", "answer": {"columns": ["Fname", "LName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [["Ian", "Thornton"], ["George", "Andreou"], ["Michael", "Woods"], ["David", "Shieber"], ["Stacy", "Prater"], ["Mark", "Goldman"], ["Eric", "Pang"], ["Paul", "Brody"], ["Eric", "Rugh"], ["Jun", "Han"], ["Lisa", "Cheng"], ["Sarah", "Smith"], ["Eric", "Brown"], ["William", "Simms"], ["Eric", "Epp"], ["Sarah", "Schmidt"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Ffv8r_34.png"], "original_data_index": 3504} +{"question": "How many patients do each physician take care of? List their names and number of patients they take care of.", "answer": {"columns": ["Name", "count(*)"], "index": [0, 1, 2], "data": [["John Dorian", 1], ["Elliot Reid", 2], ["Christopher Turk", 1]]}, "table_names": "['Physician', 'Patient']", "table_image_ids": ["TableImg_Bhfh2_9.png", "TableImg_Gog90_4.png"], "original_data_index": 3505} +{"question": "What are the different regions of clubs in ascending alphabetical order?", "answer": {"columns": ["Region"], "index": [0, 1, 2, 3, 4, 5], "data": [["Brazil"], ["China"], ["England"], ["Japan"], ["UK"], ["USA"]]}, "table_names": "['club']", "table_image_ids": ["TableImg_0lpe9_6.png"], "original_data_index": 3506} +{"question": "Which organisation hired the most number of research staff? List the organisation id, type and detail.", "answer": {"columns": ["organisation_id", "organisation_type", "organisation_details"], "index": [0], "data": [[2, "RES", "eius"]]}, "table_names": "['Organisations', 'Research_Staff']", "table_image_ids": ["TableImg_62zst_15.png", "TableImg_3e5lh_15.png"], "original_data_index": 3507} +{"question": "What country is the artist who made the fewest songs from?", "answer": {"columns": ["country"], "index": [0], "data": [["USA"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_B3yd7_6.png", "TableImg_Hqc1o_6.png"], "original_data_index": 3508} +{"question": "Find out the first name and last name of staff lived in city Damianfort.", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1], "data": [["Janessa", "Sawayn"], ["Jedidiah", "Herzog"]]}, "table_names": "['Addresses', 'Staff']", "table_image_ids": ["TableImg_2fzi0_15.png", "TableImg_Anw9u_15.png"], "original_data_index": 3509} +{"question": "What are the phone numbers of all customers and suppliers.", "answer": {"columns": ["customer_phone"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["(443)013-3112x528"], ["(692)009-5928"], ["(730)934-8249"], ["+08(3)8056580281"], ["+41(8)1897032009"], ["07594320656"], ["08023680831"], ["1-064-498-6609x051"], ["1-432-960-2402x1734"], ["1-472-036-0434"], ["1-483-283-4742"], ["1-695-364-7586x59256"], ["117.822.3577"], ["197-417-3557"], ["254-072-4068x33935"], ["287-071-1153x254"], ["587.398.2400x31176"], ["857-844-9339x40140"], ["877-150-8674x63517"]]}, "table_names": "['Suppliers', 'Customers']", "table_image_ids": ["TableImg_S8oxu_4.png", "TableImg_Niyir_15.png"], "original_data_index": 3510} +{"question": "Show all investor details.", "answer": {"columns": ["Investor_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["z"], ["z"], ["d"], ["d"], ["b"], ["k"], ["l"], ["t"], ["y"], ["r"], ["q"], ["c"], ["o"], ["w"], ["i"], ["y"], ["k"], ["w"], ["l"], ["j"]]}, "table_names": "['Investors']", "table_image_ids": ["TableImg_B4ygu_20.png"], "original_data_index": 3511} +{"question": "What is the location and name of the winning aircraft?", "answer": {"columns": ["Location", "Aircraft"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Mina' Zayid , Abu Dhabi", "Robinson R-22"], ["Swan River , Perth", "Robinson R-22"], ["Flamengo Beach , Rio de Janeiro", "Bell 206B3 JetRanger"], ["Windsor , Ontario", "Mil Mi-26"], ["New York City", "CH-47D Chinook"], ["EuroSpeedway Lausitz", "Mil Mi-26"], ["River Danube , Budapest", "CH-53E Super Stallion"]]}, "table_names": "['aircraft', 'match']", "table_image_ids": ["TableImg_Sojss_5.png", "TableImg_Du6gc_7.png"], "original_data_index": 3512} +{"question": "Show me the owner of the channel with the highest rating.", "answer": {"columns": ["Owner"], "index": [0], "data": [["CCTV"]]}, "table_names": "['channel']", "table_image_ids": ["TableImg_P04wp_10.png"], "original_data_index": 3513} +{"question": "Find the states or counties where the stores with marketing region code \"CA\" are located.", "answer": {"columns": ["State_County"], "index": [0, 1, 2], "data": [["Alaska"], ["Delaware"], ["Alabama"]]}, "table_names": "['Addresses', 'Stores']", "table_image_ids": ["TableImg_Jagtu_20.png", "TableImg_T4jxv_10.png"], "original_data_index": 3514} +{"question": "What are the department name and room for the course INTRODUCTION TO COMPUTER SCIENCE?", "answer": {"columns": ["DName", "Room"], "index": [0], "data": [["Computer Science", "224"]]}, "table_names": "['Department', 'Course']", "table_image_ids": ["TableImg_V2q69_26.png", "TableImg_Rfm7y_76.png"], "original_data_index": 3515} +{"question": "What are the names of the amenities that Smith Hall has?", "answer": {"columns": ["amenity_name"], "index": [0, 1, 2, 3, 4], "data": [["Study Room"], ["Carpeted Rooms"], ["4 Walls"], ["Heat"], ["Roof"]]}, "table_names": "['Dorm', 'Dorm_amenity', 'Has_amenity']", "table_image_ids": ["TableImg_L2ddd_7.png", "TableImg_1kfjo_12.png", "TableImg_Nyc1g_40.png"], "original_data_index": 3516} +{"question": "What is the complete description of the job of a researcher?", "answer": {"columns": ["role_description"], "index": [0], "data": [["Project Researcher"]]}, "table_names": "['Staff_Roles']", "table_image_ids": ["TableImg_L931w_2.png"], "original_data_index": 3517} +{"question": "What are the album titles for albums containing both 'Reggae' and 'Rock' genre tracks?", "answer": {"columns": ["Title"], "index": [0], "data": [["Greatest Hits"]]}, "table_names": "['Album', 'Genre', 'Track']", "table_image_ids": ["TableImg_Iy9ax_347.png", "TableImg_Pdjrg_25.png", "TableImg_3i8k1_3503.png"], "original_data_index": 3518} +{"question": "Return the staff ids and genders for any staff with the title Department Manager.", "answer": {"columns": ["staff_id", "staff_gender"], "index": [0, 1, 2], "data": [[5, "0"], [15, "1"], [6, "1"]]}, "table_names": "['Staff', 'Staff_Department_Assignments']", "table_image_ids": ["TableImg_Zblgi_15.png", "TableImg_Ahwqx_15.png"], "original_data_index": 3519} +{"question": "Return the average money requested across all entrepreneurs.", "answer": {"columns": ["avg(Money_Requested)"], "index": [0], "data": [[93166.6666666667]]}, "table_names": "['entrepreneur']", "table_image_ids": ["TableImg_P1asy_6.png"], "original_data_index": 3520} +{"question": "Find the full names of employees who help customers with the first name Leonie.", "answer": {"columns": ["FirstName", "LastName"], "index": [0], "data": [["Steve", "Johnson"]]}, "table_names": "['Customer', 'Employee']", "table_image_ids": ["TableImg_J7xid_59.png", "TableImg_O4dyj_8.png"], "original_data_index": 3521} +{"question": "Which attraction type does the most tourist attractions belong to? Tell me its attraction type description and code.", "answer": {"columns": ["Attraction_Type_Description", "Attraction_Type_Code"], "index": [0], "data": [["gallery", "5"]]}, "table_names": "['Ref_Attraction_Types', 'Tourist_Attractions']", "table_image_ids": ["TableImg_60euy_5.png", "TableImg_5mnu3_15.png"], "original_data_index": 3522} +{"question": "Show student ids who don't have any sports.", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [[1004], [1006], [1007], [1008], [1009], [1010], [1011], [1012], [1014], [1016], [1017], [1020], [1021], [1024], [1025], [1027], [1028], [1029], [1030], [1031], [1032], [1034]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_7xy6o_34.png", "TableImg_Dbz7y_14.png"], "original_data_index": 3523} +{"question": "What are the delegate and committee information for each election record?", "answer": {"columns": ["Delegate", "Committee"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Bates, Gail H. Gail H. Bates", "Appropriations"], ["Miller, Warren E. Warren E. Miller", "Economic Matters"], ["DeBoy, Steven J. Sr. Steven J. DeBoy, Sr.", "Appropriations"], ["Malone, James E. Jr. James E. Malone, Jr.", "Environmental Matters (Vice-Chair)"], ["Bobo, Elizabeth Elizabeth Bobo", "Environmental Matters"], ["Pendergrass, Shane E. Shane Pendergrass", "Health and Government Operations"], ["Guzzone, Guy Guy Guzzone", "Appropriations"], ["Turner, Frank S. Frank S. Turner", "Ways and Means"]]}, "table_names": "['election']", "table_image_ids": ["TableImg_C2cmy_8.png"], "original_data_index": 3524} +{"question": "Give me the number of faculty members who participate in an activity", "answer": {"columns": ["count(DISTINCT FacID)"], "index": [0], "data": [[18]]}, "table_names": "['Faculty_Participates_in']", "table_image_ids": ["TableImg_Xvnsa_40.png"], "original_data_index": 3525} +{"question": "Show all flight numbers with aircraft Airbus A340-300.", "answer": {"columns": ["flno"], "index": [0, 1], "data": [[13], [7]]}, "table_names": "['flight', 'aircraft']", "table_image_ids": ["TableImg_Wltaw_10.png", "TableImg_Ian95_16.png"], "original_data_index": 3526} +{"question": "In what year was the most degrees conferred?", "answer": {"columns": ["Year"], "index": [0], "data": [[2004]]}, "table_names": "['degrees']", "table_image_ids": ["TableImg_Shkjy_320.png"], "original_data_index": 3527} +{"question": "Count the number of documents.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_Cqd83_15.png"], "original_data_index": 3528} +{"question": "What is all the information of all the products that have a price between 60 and 120?", "answer": {"columns": ["Code", "Name", "Price", "Manufacturer"], "index": [0, 1, 2], "data": [[2, "Memory", 120, 6], [7, "CD drive", 90, 2], [9, "Toner cartridge", 66, 3]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Ump3r_11.png"], "original_data_index": 3529} +{"question": "What are the different years for all competitions that are not of type equal to tournament?", "answer": {"columns": ["Year"], "index": [0, 1], "data": [[2006.0], [2007.0]]}, "table_names": "['competition']", "table_image_ids": ["TableImg_0o5tp_11.png"], "original_data_index": 3530} +{"question": "Find the name and ID of the product whose total order quantity is the largest.", "answer": {"columns": ["product_details", "product_id"], "index": [0], "data": [["Americano", 1]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_Bsffa_3.png", "TableImg_R6itc_15.png"], "original_data_index": 3531} +{"question": "What is the total number of rooms available in this inn?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[10]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_Ukwbj_10.png"], "original_data_index": 3532} +{"question": "How many accelerators are not compatible with the browsers listed ?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[14]]}, "table_names": "['Web_client_accelerator', 'accelerator_compatible_browser']", "table_image_ids": ["TableImg_Qkvg6_19.png", "TableImg_7wlzj_9.png"], "original_data_index": 3533} +{"question": "What is the position that is most common among players in match seasons?", "answer": {"columns": ["Position"], "index": [0], "data": [["Defender"]]}, "table_names": "['match_season']", "table_image_ids": ["TableImg_L0utf_16.png"], "original_data_index": 3534} +{"question": "Find the name of amenities Smith Hall dorm have. ordered the results by amenity names.", "answer": {"columns": ["amenity_name"], "index": [0, 1, 2, 3, 4], "data": [["4 Walls"], ["Carpeted Rooms"], ["Heat"], ["Roof"], ["Study Room"]]}, "table_names": "['Dorm', 'Dorm_amenity', 'Has_amenity']", "table_image_ids": ["TableImg_2mtbd_7.png", "TableImg_Mr230_12.png", "TableImg_50og6_40.png"], "original_data_index": 3535} +{"question": "Find the dates of orders which belong to the customer named \"Jeramie\".", "answer": {"columns": ["date_order_placed"], "index": [0, 1, 2], "data": [["1974-08-10 08:15:16"], ["1976-09-01 09:27:00"], ["2002-12-06 14:13:30"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_L0dfx_15.png", "TableImg_Kncuj_15.png"], "original_data_index": 3536} +{"question": "Which building has the largest number of company offices? Give me the building name.", "answer": {"columns": ["name"], "index": [0], "data": [["Punto Chapultepec"]]}, "table_names": "['buildings', 'Companies', 'Office_locations']", "table_image_ids": ["TableImg_V2d8j_12.png", "TableImg_Ejzgb_19.png", "TableImg_5ai0o_16.png"], "original_data_index": 3537} +{"question": "What is the theme and artist name for the exhibition with a ticket price higher than the average?", "answer": {"columns": ["Theme", "Name"], "index": [0, 1, 2], "data": [["Santa Claus", "Vijay Singh"], ["Christmas stocking", "John Daly"], ["Spring", "Nick Price"]]}, "table_names": "['artist', 'exhibition']", "table_image_ids": ["TableImg_Ixoq6_7.png", "TableImg_S4w7r_6.png"], "original_data_index": 3538} +{"question": "What is the customer id, first and last name with least number of accounts.", "answer": {"columns": ["customer_id", "customer_first_name", "customer_last_name"], "index": [0], "data": [[5, "Armani", "Farrell"]]}, "table_names": "['Customers', 'Customers_Cards']", "table_image_ids": ["TableImg_5inq4_15.png", "TableImg_8hzv3_15.png"], "original_data_index": 3539} +{"question": "Find the number of followers for each user.", "answer": {"columns": ["count(*)"], "index": [0, 1, 2, 3, 4], "data": [[3], [1], [2], [2], [1]]}, "table_names": "['follows']", "table_image_ids": ["TableImg_Ix8st_9.png"], "original_data_index": 3540} +{"question": "What is the last name of the professor whose office is located in DRE 102, and when were they hired?", "answer": {"columns": ["EMP_LNAME", "EMP_HIREDATE"], "index": [0, 1], "data": [["Yukon", "1992-5-1"], ["Smith", "1992-8-1"]]}, "table_names": "['EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Nv8c2_37.png", "TableImg_00hrn_22.png"], "original_data_index": 3541} +{"question": "What are the names of different music genres?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24], "data": [["Rock"], ["Jazz"], ["Metal"], ["Alternative & Punk"], ["Rock And Roll"], ["Blues"], ["Latin"], ["Reggae"], ["Pop"], ["Soundtrack"], ["Bossa Nova"], ["Easy Listening"], ["Heavy Metal"], ["R&B/Soul"], ["Electronica/Dance"], ["World"], ["Hip Hop/Rap"], ["Science Fiction"], ["TV Shows"], ["Sci Fi & Fantasy"], ["Drama"], ["Comedy"], ["Alternative"], ["Classical"], ["Opera"]]}, "table_names": "['Genre']", "table_image_ids": ["TableImg_Cjanm_25.png"], "original_data_index": 3542} +{"question": "Find the name of dorms which have TV Lounge but no Study Room as amenity.", "answer": {"columns": ["dorm_name"], "index": [0], "data": [["Fawlty Towers"]]}, "table_names": "['Dorm', 'Dorm_amenity', 'Has_amenity']", "table_image_ids": ["TableImg_R96dt_7.png", "TableImg_Ith8k_12.png", "TableImg_9itbq_40.png"], "original_data_index": 3543} +{"question": "What are the last names of customers without invoice totals exceeding 20?", "answer": {"columns": ["LastName"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54], "data": [["Almeida"], ["Barnett"], ["Bernard"], ["Brooks"], ["Brown"], ["Chase"], ["Dubois"], ["Fernandes"], ["Francis"], ["Girard"], ["Gon\u00c3\u00a7alves"], ["Gordon"], ["Goyer"], ["Gray"], ["Gruber"], ["Guti\u00c3\u00a9rrez"], ["Hansen"], ["Harris"], ["Hughes"], ["H\u00c3\u00a4m\u00c3\u00a4l\u00c3\u00a4inen"], ["Johansson"], ["Jones"], ["K\u00c3\u00b6hler"], ["Leacock"], ["Lefebvre"], ["Mancini"], ["Martins"], ["Mercier"], ["Miller"], ["Mitchell"], ["Murray"], ["Mu\u00c3\u00b1oz"], ["Nielsen"], ["Pareek"], ["Peeters"], ["Peterson"], ["Philips"], ["Ralston"], ["Ramos"], ["Rocha"], ["Rojas"], ["Sampaio"], ["Schneider"], ["Schr\u00c3\u00b6der"], ["Silk"], ["Smith"], ["Srivastava"], ["Stevens"], ["Sullivan"], ["Taylor"], ["Tremblay"], ["Van der Berg"], ["Wichterlov\u00c3\u00a1"], ["W\u00c3\u00b3jcik"], ["Zimmermann"]]}, "table_names": "['Customer', 'Invoice']", "table_image_ids": ["TableImg_5dfer_59.png", "TableImg_97psl_412.png"], "original_data_index": 3544} +{"question": "What is the name of the airline with the most routes?", "answer": {"columns": ["name"], "index": [0], "data": [["Ryanair"]]}, "table_names": "['routes', 'airlines']", "table_image_ids": ["TableImg_Ttiwy_67240.png", "TableImg_P36qp_6162.png"], "original_data_index": 3545} +{"question": "Compute the average salary of the players in the team called 'Boston Red Stockings'.", "answer": {"columns": ["avg(T1.salary)"], "index": [0], "data": [[2856616.7595628416]]}, "table_names": "['salary', 'team']", "table_image_ids": ["TableImg_9cm6n_25575.png", "TableImg_Nuqey_2805.png"], "original_data_index": 3546} +{"question": "Find the names of the chip models that are not used by any phone with full accreditation type.", "answer": {"columns": ["Model_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["X3 Advanced"], ["X3 Basic"], ["X30 high-end"], ["X30 mid-range"], ["X3i"], ["X5 high end"], ["X50 Advanced"], ["X50 Standard"], ["X50v"], ["X51 low-end"], ["X51 mid-range"]]}, "table_names": "['chip_model', 'phone']", "table_image_ids": ["TableImg_By5ak_14.png", "TableImg_Q8gi4_8.png"], "original_data_index": 3547} +{"question": "Show the names of the buildings that have more than one company offices.", "answer": {"columns": ["name"], "index": [0, 1, 2], "data": [["Torre Mitikah"], ["Punto Chapultepec"], ["Corporativo BBVA Bancomer"]]}, "table_names": "['buildings', 'Companies', 'Office_locations']", "table_image_ids": ["TableImg_Arhym_12.png", "TableImg_79y1b_19.png", "TableImg_Dg4w1_16.png"], "original_data_index": 3548} +{"question": "Find the patient who most recently stayed in room 111.", "answer": {"columns": ["Patient"], "index": [0], "data": [[100000001]]}, "table_names": "['Patient', 'Room', 'Stay']", "table_image_ids": ["TableImg_Lasc7_4.png", "TableImg_Pyrd1_36.png", "TableImg_H0uul_3.png"], "original_data_index": 3549} +{"question": "What are the department names, cities, and state provinces for each department?", "answer": {"columns": ["DEPARTMENT_NAME", "CITY", "STATE_PROVINCE"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26], "data": [["Administration", "Seattle", "Washington"], ["Marketing", "Toronto", "Ontario"], ["Purchasing", "Seattle", "Washington"], ["Human Resources", "London", ""], ["Shipping", "South San Francisco", "California"], ["IT", "Southlake", "Texas"], ["Public Relations", "Munich", "Bavaria"], ["Sales", "OX9 9ZB", "Oxford"], ["Executive", "Seattle", "Washington"], ["Finance", "Seattle", "Washington"], ["Accounting", "Seattle", "Washington"], ["Treasury", "Seattle", "Washington"], ["Corporate Tax", "Seattle", "Washington"], ["Control And Credit", "Seattle", "Washington"], ["Shareholder Services", "Seattle", "Washington"], ["Benefits", "Seattle", "Washington"], ["Manufacturing", "Seattle", "Washington"], ["Construction", "Seattle", "Washington"], ["Contracting", "Seattle", "Washington"], ["Operations", "Seattle", "Washington"], ["IT Support", "Seattle", "Washington"], ["NOC", "Seattle", "Washington"], ["IT Helpdesk", "Seattle", "Washington"], ["Government Sales", "Seattle", "Washington"], ["Retail Sales", "Seattle", "Washington"], ["Recruiting", "Seattle", "Washington"], ["Payroll", "Seattle", "Washington"]]}, "table_names": "['departments', 'locations']", "table_image_ids": ["TableImg_Vqu4a_27.png", "TableImg_4gtc1_23.png"], "original_data_index": 3550} +{"question": "Show the names of members that have a rank in round higher than 3.", "answer": {"columns": ["Name"], "index": [0], "data": [["Tom Weiskopf"]]}, "table_names": "['member', 'round']", "table_image_ids": ["TableImg_49xfy_10.png", "TableImg_4lsbf_6.png"], "original_data_index": 3551} +{"question": "What are the names of the customers who bought product \"food\" at least once?", "answer": {"columns": ["customer_name"], "index": [0, 1, 2, 3, 4], "data": [["George"], ["Alberto"], ["Hadley"], ["Violet"], ["Devan"]]}, "table_names": "['Customers', 'Orders', 'Products', 'Order_Items']", "table_image_ids": ["TableImg_Hvzw2_15.png", "TableImg_Caw02_15.png", "TableImg_Xyilm_15.png", "TableImg_Yeifh_15.png"], "original_data_index": 3552} +{"question": "How many international and domestic passengers are there in the airport London Heathrow?", "answer": {"columns": ["International_Passengers", "Domestic_Passengers"], "index": [0], "data": [[61344438.0, 5562516.0]]}, "table_names": "['airport']", "table_image_ids": ["TableImg_Hxedk_10.png"], "original_data_index": 3553} +{"question": "Which paper is published in an institution in \"USA\" and have \"Turon\" as its second author?", "answer": {"columns": ["title"], "index": [0], "data": [["Functional Pearl: Modular Rollback through Control Logging"]]}, "table_names": "['Inst', 'Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Uouw3_8.png", "TableImg_5miu6_13.png", "TableImg_R3nfk_7.png", "TableImg_N8600_14.png"], "original_data_index": 3554} +{"question": "Show the names of editors and the theme of journals for which they serve on committees.", "answer": {"columns": ["Name", "Theme"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Kamila Porczyk", "at Minnesota Vikings"], ["Marek Siudym", "at Detroit Lions"], ["Piotr Pr\u00c4\u0099gowski", "at Jacksonville Jaguars"], ["W\u00c5\u0082adys\u00c5\u0082aw Grzywna", "Pittsburgh Steelers"], ["Gra\u00c5\u00bcyna Wolszczak", "at Baltimore Ravens"], ["Gra\u00c5\u00bcyna Wolszczak", "Cincinnati Bengals"], ["Maria G\u00c3\u00b3ralczyk", "at Cleveland Browns"]]}, "table_names": "['journal', 'editor', 'journal_committee']", "table_image_ids": ["TableImg_2ha4p_16.png", "TableImg_8tf0d_9.png", "TableImg_Nrrwc_7.png"], "original_data_index": 3555} +{"question": "What are the names of the clubs that have players in the position of \"Right Wing\"?", "answer": {"columns": ["name"], "index": [0], "data": [["BK Slide"]]}, "table_names": "['club', 'player']", "table_image_ids": ["TableImg_Fds3x_6.png", "TableImg_Wqmb0_15.png"], "original_data_index": 3556} +{"question": "What are the first names and support rep ids for employees serving 10 or more customers?", "answer": {"columns": ["FirstName", "SupportRepId"], "index": [0, 1, 2], "data": [["Puja", 3], ["Diego", 4], ["Luis", 5]]}, "table_names": "['Customer', 'Employee']", "table_image_ids": ["TableImg_D43wg_59.png", "TableImg_Iunx5_8.png"], "original_data_index": 3557} +{"question": "What are the names and salaries for instructors who earn less than the average salary of instructors in the Physics department?", "answer": {"columns": ["name", "salary"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43], "data": [["McKinnon", 94333.99], ["Pingr", 59303.62], ["Luo", 88791.45], ["Murata", 61387.56], ["Konstantinides", 32570.5], ["Levine", 89805.83], ["Shuming", 108011.81], ["Queiroz", 45538.32], ["Sullivan", 90038.09], ["Bertolino", 51647.57], ["Hau", 43966.29], ["Soisalon-Soininen", 62579.61], ["Moreira", 71351.42], ["Arias", 104563.38], ["Mingoz", 105311.38], ["Yazdi", 98333.65], ["Lembr", 32241.56], ["Choll", 57807.09], ["Valtchev", 77036.18], ["Arinb", 54805.11], ["Bawa", 72140.88], ["Kenje", 106554.73], ["Vicentino", 34272.67], ["Dusserre", 66143.25], ["Jaekel", 103146.87], ["Desyl", 48803.38], ["DAgostino", 59706.49], ["Sarkar", 87549.8], ["Ullman ", 47307.1], ["Bancilhon", 87958.01], ["Liley", 90891.69], ["Morris", 43770.36], ["Yin", 46397.59], ["Gustafsson", 82534.37], ["Lent", 107978.47], ["Pimenta", 79866.95], ["Bourrier", 80797.83], ["Gutierrez", 45310.53], ["Romero", 79070.08], ["Mahmoud", 99382.59], ["Kean", 35023.18], ["Atanassov", 84982.92], ["Tung", 50482.03], ["Dale", 93348.83]]}, "table_names": "['instructor']", "table_image_ids": ["TableImg_K9fln_50.png"], "original_data_index": 3558} +{"question": "What is the name of the most common genre in all tracks?", "answer": {"columns": ["Name"], "index": [0], "data": [["Rock"]]}, "table_names": "['Genre', 'Track']", "table_image_ids": ["TableImg_Ncidn_25.png", "TableImg_R3fd4_3503.png"], "original_data_index": 3559} +{"question": "What is the film title and inventory id of the item in the inventory which was rented most frequently?", "answer": {"columns": ["title", "inventory_id"], "index": [0], "data": [["ACADEMY DINOSAUR", 2]]}, "table_names": "['film', 'inventory', 'rental']", "table_image_ids": ["TableImg_C1ld6_1000.png", "TableImg_R3422_4581.png", "TableImg_Fbazk_16044.png"], "original_data_index": 3560} +{"question": "What is the name of the institution the author \"Katsuhiro Ueno\" belongs to?", "answer": {"columns": ["name"], "index": [0], "data": [["Tohoku University"]]}, "table_names": "['Inst', 'Authors', 'Authorship']", "table_image_ids": ["TableImg_Imz43_8.png", "TableImg_I1sga_13.png", "TableImg_K717g_14.png"], "original_data_index": 3561} +{"question": "What is the first and last name of the student who played the most sports?", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Arthur", "Pang"]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_4vm1o_34.png", "TableImg_Csupp_14.png"], "original_data_index": 3562} +{"question": "Show the distinct countries of managers.", "answer": {"columns": ["Country"], "index": [0, 1, 2, 3], "data": [["United States"], ["Scotland"], ["England"], ["Australia"]]}, "table_names": "['manager']", "table_image_ids": ["TableImg_9ybn5_7.png"], "original_data_index": 3563} +{"question": "How many performances are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['performance']", "table_image_ids": ["TableImg_R3wf8_6.png"], "original_data_index": 3564} +{"question": "What are the different product names for products that have the 'warm' characteristic:?", "answer": {"columns": ["product_name"], "index": [0], "data": [["chervil"]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Dx8hr_15.png", "TableImg_35waq_15.png", "TableImg_Odjuv_15.png"], "original_data_index": 3565} +{"question": "Count the number of products with the 'hot' charactersitic.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_Bhvvy_15.png", "TableImg_Wip4o_15.png", "TableImg_Hw92o_15.png"], "original_data_index": 3566} +{"question": "Among those engineers who have visited, which engineer makes the least number of visits? List the engineer id, first name and last name.", "answer": {"columns": ["engineer_id", "first_name", "last_name"], "index": [0], "data": [[1, "Etha", "Reinger"]]}, "table_names": "['Maintenance_Engineers', 'Engineer_Visits']", "table_image_ids": ["TableImg_Rs6hw_15.png", "TableImg_Ggp7z_15.png"], "original_data_index": 3567} +{"question": "For each customer who has at least two orders, find the customer name and number of orders made.", "answer": {"columns": ["customer_name", "count(*)"], "index": [0, 1, 2], "data": [["George", 3], ["Beulah", 2], ["Jeramie", 3]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_S0w3m_15.png", "TableImg_A023o_15.png"], "original_data_index": 3568} +{"question": "Show names for all employees who do not have certificate of Boeing 737-800.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "data": [["Angela Martinez"], ["Barbara Wilson"], ["Chad Stewart"], ["David Anderson"], ["Donald King"], ["Dorthy Lewis"], ["Elizabeth Taylor"], ["Eric Cooper"], ["Haywood Kelly"], ["Jennifer Thomas"], ["Joseph Thompson"], ["Karen Scott"], ["Lawrence Sperry"], ["Linda Davis"], ["Michael Miller"], ["Milo Brooks"], ["Patricia Jones"], ["Richard Jackson"], ["Robert Brown"], ["William Jones"], ["William Moore"], ["William Ward"]]}, "table_names": "['aircraft', 'employee', 'certificate']", "table_image_ids": ["TableImg_6hita_16.png", "TableImg_O71zv_31.png", "TableImg_Td07g_69.png"], "original_data_index": 3569} +{"question": "What are the first year and last year of the parties whose theme is \"Spring\" or \"Teqnology\"?", "answer": {"columns": ["First_year", "Last_year"], "index": [0, 1], "data": [["2000", "2001"], ["2002", "2004"]]}, "table_names": "['party']", "table_image_ids": ["TableImg_R6tk4_8.png"], "original_data_index": 3570} +{"question": "What are the log id and entry description of each problem?", "answer": {"columns": ["problem_log_id", "log_entry_description"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[1, "t"], [2, "a"], [3, "b"], [4, "a"], [5, "c"], [6, "h"], [7, "s"], [8, "j"], [9, "p"], [10, "d"], [11, "w"], [12, "c"], [13, "q"], [14, "a"], [15, "v"]]}, "table_names": "['Problem_Log']", "table_image_ids": ["TableImg_D7bkv_15.png"], "original_data_index": 3571} +{"question": "What are the names and number of works for all artists who have sung at least one song in English?", "answer": {"columns": ["artist_name", "count(*)"], "index": [0, 1], "data": [["Enrique", 1], ["Michel", 1]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Xfug3_6.png", "TableImg_5e37h_6.png"], "original_data_index": 3572} +{"question": "List the name of all different customers who have some loan sorted by their total loan amount.", "answer": {"columns": ["cust_name"], "index": [0, 1], "data": [["Owen"], ["Mary"]]}, "table_names": "['customer', 'loan']", "table_image_ids": ["TableImg_S20p7_3.png", "TableImg_Mvm8h_3.png"], "original_data_index": 3573} +{"question": "Count the number of tracks that are of the media type \"AAC audio file\".", "answer": {"columns": ["COUNT(*)"], "index": [0], "data": [[11]]}, "table_names": "['MediaType', 'Track']", "table_image_ids": ["TableImg_M94p4_5.png", "TableImg_Wu4zn_3503.png"], "original_data_index": 3574} +{"question": "Show the names of all the activities Mark Giuliano participates in.", "answer": {"columns": ["activity_name"], "index": [0, 1, 2], "data": [["Canasta"], ["Chess"], ["Crossword Puzzles"]]}, "table_names": "['Activity', 'Faculty_Participates_in', 'Faculty']", "table_image_ids": ["TableImg_Rhs6s_16.png", "TableImg_1yytf_40.png", "TableImg_R2iai_58.png"], "original_data_index": 3575} +{"question": "Count the number of members in club \"Bootup Baltimore\" whose age is above 18.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_D2jl3_34.png", "TableImg_8q5w6_4.png", "TableImg_3zj8f_4.png"], "original_data_index": 3576} +{"question": "What are the names of the people who are older 40 but no friends under age 30?", "answer": {"columns": ["name"], "index": [0], "data": [["Bob"]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_U9y3a_4.png", "TableImg_M7t67_4.png"], "original_data_index": 3577} +{"question": "What are the phone numbers for each employee?", "answer": {"columns": ["Phone"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["+1 (780) 428-9482"], ["+1 (403) 262-3443"], ["+1 (403) 262-3443"], ["+1 (403) 263-4423"], ["1 (780) 836-9987"], ["+1 (403) 246-9887"], ["+1 (403) 456-9986"], ["+1 (403) 467-3351"]]}, "table_names": "['Employee']", "table_image_ids": ["TableImg_4bp9k_8.png"], "original_data_index": 3578} +{"question": "What are all the the participant ids, type code and details?", "answer": {"columns": ["Participant_ID", "Participant_Type_Code", "Participant_Details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[9, "Organizer", "Karlee Batz"], [26, "Organizer", "Vilma Schinner"], [28, "Organizer", "Lupe Deckow"], [36, "Organizer", "Kenyatta Kuhn"], [37, "Participant", "Miss Kaci Lebsack"], [38, "Organizer", "Macy Mayer DDS"], [60, "Participant", "Dewitt Walter"], [63, "Participant", "Prof. Michelle Maggio Jr."], [64, "Participant", "Dr. Jaydon Renner"], [66, "Participant", "Justyn Lebsack"], [75, "Participant", "Berniece Weimann"], [86, "Organizer", "Neil Blick"], [90, "Participant", "Dedrick Ebert"], [96, "Organizer", "Miss Joyce Cremin"], [98, "Participant", "Dr. Kris Deckow"]]}, "table_names": "['Participants']", "table_image_ids": ["TableImg_0wiwq_15.png"], "original_data_index": 3579} +{"question": "Return the weights of entrepreneurs, ordered descending by amount of money requested.", "answer": {"columns": ["Weight"], "index": [0, 1, 2, 3, 4, 5], "data": [[80.0], [57.0], [76.0], [89.0], [45.0], [67.0]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_M5pkk_6.png", "TableImg_Yjdef_8.png"], "original_data_index": 3580} +{"question": "List the names of all the physicians who prescribe Thesisin as medication.", "answer": {"columns": ["Name"], "index": [0], "data": [["Molly Clock"]]}, "table_names": "['Physician', 'Medication', 'Prescribes']", "table_image_ids": ["TableImg_R1ado_9.png", "TableImg_54trn_5.png", "TableImg_16veo_3.png"], "original_data_index": 3581} +{"question": "How many medicines were not approved by the FDA?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[11]]}, "table_names": "['medicine']", "table_image_ids": ["TableImg_Mudau_21.png"], "original_data_index": 3582} +{"question": "Show the names of phones and the districts of markets they are on.", "answer": {"columns": ["Name", "District"], "index": [0, 1, 2, 3, 4, 5], "data": [["IPhone 5s", "Alberta"], ["IPhone 7", "Alberta"], ["IPhone 6s", "British Columbia"], ["IPhone X", "British Columbia"], ["IPhone 5s", "Ontario"], ["IPhone X", "Quebec"]]}, "table_names": "['phone', 'market', 'phone_market']", "table_image_ids": ["TableImg_8bdzb_5.png", "TableImg_Dldyq_6.png", "TableImg_Egn9h_6.png"], "original_data_index": 3583} +{"question": "Find all the distinct visit dates.", "answer": {"columns": ["Visit_Date"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "data": [["2004-08-21 03:06:14"], ["2013-08-06 05:35:51"], ["2013-10-27 09:56:08"], ["1990-08-15 14:24:10"], ["1980-11-26 02:08:00"], ["2017-03-19 08:48:19"], ["2008-11-09 01:28:01"], ["1989-08-24 20:26:37"], ["1993-02-01 15:27:20"], ["2007-09-17 10:12:45"], ["1998-05-12 00:50:20"], ["2010-10-04 01:34:12"], ["2018-01-09 20:39:52"], ["1971-12-16 06:41:26"], ["1998-12-10 02:46:43"], ["1996-01-08 13:23:41"], ["2007-09-03 04:30:01"], ["1974-12-31 23:18:24"], ["2001-11-13 10:08:28"], ["1990-11-12 00:54:50"]]}, "table_names": "['Visits']", "table_image_ids": ["TableImg_9f0bf_20.png"], "original_data_index": 3584} +{"question": "What type has the most games?", "answer": {"columns": ["GType"], "index": [0], "data": [["Collectible card game"]]}, "table_names": "['Video_Games']", "table_image_ids": ["TableImg_Jlmvy_6.png"], "original_data_index": 3585} +{"question": "What are all the policy types of the customer that has the most policies listed?", "answer": {"columns": ["policy_type_code"], "index": [0, 1], "data": [["Mortgage Insurance"], ["Property Insurance"]]}, "table_names": "['Customers', 'Available_Policies', 'Customers_Policies']", "table_image_ids": ["TableImg_1dwle_15.png", "TableImg_Tg0xj_15.png", "TableImg_Nsk27_14.png"], "original_data_index": 3586} +{"question": "Which claims caused more than 2 settlements or have the maximum claim value? List the date the claim was made and the claim id.", "answer": {"columns": ["Date_Claim_Made", "Claim_ID"], "index": [0, 1], "data": [["2017-08-03", 571], ["2017-10-21", 801]]}, "table_names": "['Claims', 'Settlements']", "table_image_ids": ["TableImg_Y2mhl_15.png", "TableImg_Aka0c_15.png"], "original_data_index": 3587} +{"question": "What are each document's location code, and starting date and ending data in that location?", "answer": {"columns": ["Location_Code", "Date_in_Location_From", "Date_in_Locaton_To"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["e", "2017-01-06 23:17:22", "2008-06-08 12:45:38"], ["x", "2017-01-06 23:17:22", "2012-07-03 09:48:46"], ["c", "1972-03-31 09:47:22", "1987-11-05 06:11:22"], ["c", "2017-01-06 23:17:22", "2010-11-26 19:22:50"], ["x", "2008-06-08 12:45:38", "1976-06-15 03:40:06"], ["x", "1986-10-14 17:53:39", "2010-11-26 19:22:50"], ["b", "2017-01-06 23:17:22", "1995-01-01 03:52:11"], ["b", "1985-05-13 12:19:43", "1986-10-14 17:53:39"], ["b", "1986-10-14 17:53:39", "2010-11-26 19:22:50"], ["x", "1997-03-10 15:24:00", "1976-06-15 03:40:06"], ["e", "1972-03-31 09:47:22", "1987-11-05 06:11:22"], ["e", "2010-11-26 19:22:50", "2017-01-06 23:17:22"], ["n", "2017-01-06 23:17:22", "1997-03-10 15:24:00"], ["x", "1972-03-31 09:47:22", "2009-08-18 03:29:08"], ["e", "2009-08-18 03:29:08", "1986-10-14 17:53:39"]]}, "table_names": "['Document_Locations']", "table_image_ids": ["TableImg_Xsevs_15.png"], "original_data_index": 3588} +{"question": "What are the titles for courses with two prerequisites?", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [["Rock and Roll"], ["Ponzi Schemes"], ["Graph Theory"], ["Operating Systems"], ["Game Programming"], ["Embedded Systems"], ["Immunology"], ["Differential Geometry"], ["International Practicum"], ["Electron Microscopy"], ["Groups and Rings"], ["Elastic Structures"], ["International Practicum"], ["Game Programming"], ["World History"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_6s4om_200.png", "TableImg_858v9_100.png"], "original_data_index": 3589} +{"question": "What are the names of the workshop groups that have bookings with status code \"stop\"?", "answer": {"columns": ["Store_Name"], "index": [0, 1, 2, 3, 4], "data": [["Bednar Film"], ["Kling Workshop"], ["Warino Photo"], ["Warino Photo"], ["Queen Art"]]}, "table_names": "['Drama_Workshop_Groups', 'Bookings']", "table_image_ids": ["TableImg_Nuqdk_15.png", "TableImg_0n6we_15.png"], "original_data_index": 3590} +{"question": "List the id of students who attended statistics courses in the order of attendance date.", "answer": {"columns": ["student_id"], "index": [0, 1, 2, 3], "data": [[111], [121], [141], [171]]}, "table_names": "['Courses', 'Student_Course_Attendance']", "table_image_ids": ["TableImg_Oggz9_6.png", "TableImg_7wmav_8.png"], "original_data_index": 3591} +{"question": "Find the number of scientists involved for each project name.", "answer": {"columns": ["count(*)", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[1, "A Matter of Time"], [1, "A Puzzling Parallax"], [2, "A Silver-Cleaning Battery"], [2, "Aerodynamics and Gas Mileage"], [1, "Aerodynamics and Ice Hockey"], [3, "Build Your Own Telescope"], [1, "Juicy: Extracting Apple Juice with Pectinase"], [1, "Winds: Studying Bernoullis Principle"]]}, "table_names": "['Projects', 'AssignedTo']", "table_image_ids": ["TableImg_Q713d_14.png", "TableImg_H7jk5_12.png"], "original_data_index": 3592} +{"question": "How many employees have a first name of Ludie?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Staff']", "table_image_ids": ["TableImg_Mz6be_15.png"], "original_data_index": 3593} +{"question": "What are the names and types of the dorms that have a capacity greater than 300 or less than 100?", "answer": {"columns": ["dorm_name", "gender"], "index": [0, 1, 2, 3], "data": [["Smith Hall", "X"], ["Fawlty Towers", "X"], ["Dorm-plex 2000", "X"], ["University Hovels", "X"]]}, "table_names": "['Dorm']", "table_image_ids": ["TableImg_Lstu7_7.png"], "original_data_index": 3594} +{"question": "What is the first name of students who got grade C in any class?", "answer": {"columns": ["STU_FNAME"], "index": [0, 1], "data": [["William"], ["Anne"]]}, "table_names": "['ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_Qh5si_6.png", "TableImg_Ijbi1_8.png"], "original_data_index": 3595} +{"question": "How many buildings are there?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[8]]}, "table_names": "['building']", "table_image_ids": ["TableImg_599p4_8.png"], "original_data_index": 3596} +{"question": "Find the last name and hire date of the professor who is in office DRE 102.", "answer": {"columns": ["EMP_LNAME", "EMP_HIREDATE"], "index": [0, 1], "data": [["Yukon", "1992-5-1"], ["Smith", "1992-8-1"]]}, "table_names": "['EMPLOYEE', 'PROFESSOR']", "table_image_ids": ["TableImg_Bbkvt_37.png", "TableImg_Nmakk_22.png"], "original_data_index": 3597} +{"question": "Show the company name with the number of gas station.", "answer": {"columns": ["Company", "count(*)"], "index": [0, 1, 2, 3, 4], "data": [["ExxonMobil", 2], ["Royal Dutch Shell", 1], ["PetroChina", 1], ["Petrobras", 1], ["BP", 1]]}, "table_names": "['company', 'station_company']", "table_image_ids": ["TableImg_Kk58s_10.png", "TableImg_Wwwls_6.png"], "original_data_index": 3598} +{"question": "What are the headquarters and industries of all companies?", "answer": {"columns": ["Headquarters", "Industry"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["USA", "Oil and gas"], ["USA", "Banking"], ["USA", "Conglomerate"], ["Netherlands", "Oil and gas"], ["China", "Banking"], ["UK", "Banking"], ["China", "Oil and gas"], ["USA", "Conglomerate"], ["USA", "Banking"], ["Brazil", "Oil and gas"], ["UK", "Oil and gas"], ["USA", "Oil and gas"], ["China", "Banking"], ["USA", "Banking"], ["Russia", "Oil and gas"], ["USA", "Retailing"], ["Germany", "Automotive"], ["France", "Oil and gas"], ["China", "Banking"]]}, "table_names": "['company']", "table_image_ids": ["TableImg_Qsuy1_19.png"], "original_data_index": 3599} +{"question": "List the name of physicians who took some appointment.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["John Dorian"], ["Elliot Reid"], ["John Dorian"], ["Percival Cox"], ["Percival Cox"], ["Elliot Reid"], ["Christopher Turk"], ["Molly Clock"], ["Elliot Reid"]]}, "table_names": "['Physician', 'Appointment']", "table_image_ids": ["TableImg_Kzpjv_9.png", "TableImg_Ftds9_9.png"], "original_data_index": 3600} +{"question": "What are the names of the different artists from Bangladesh who never received a rating higher than a 7?", "answer": {"columns": ["artist_name"], "index": [0, 1], "data": [["Farida"], ["Prity"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Rmeek_6.png", "TableImg_4zjyh_6.png"], "original_data_index": 3601} +{"question": "What is the average fastest lap speed in race named 'Monaco Grand Prix' in 2008 ?", "answer": {"columns": ["avg(T2.fastestlapspeed)"], "index": [0], "data": [[146.4992]]}, "table_names": "['races', 'results']", "table_image_ids": ["TableImg_U15pb_997.png", "TableImg_Xob3k_23777.png"], "original_data_index": 3602} +{"question": "Find the parties associated with the delegates from district 1. Who served as governors of the parties?", "answer": {"columns": ["Governor"], "index": [0, 1, 2], "data": [["Peter Vallone"], ["Peter Vallone"], ["Tom Golisano"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_N30o7_7.png", "TableImg_4hddl_8.png"], "original_data_index": 3603} +{"question": "Give me a list of id and status of orders which belong to the customer named \"Jeramie\".", "answer": {"columns": ["order_id", "order_status"], "index": [0, 1, 2], "data": [[4, "Packing"], [7, "Packing"], [13, "On Road"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_6wjo5_15.png", "TableImg_M7qez_15.png"], "original_data_index": 3604} +{"question": "What is the total number of hours per work and number of games played by David Shieber?", "answer": {"columns": ["sum(hoursperweek)", "sum(gamesplayed)"], "index": [0], "data": [[15, 64]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_Rqo01_34.png", "TableImg_Z04ok_14.png"], "original_data_index": 3605} +{"question": "What are the schools that were either founded before 1850 or are public?", "answer": {"columns": ["School"], "index": [0, 1, 2, 3, 4], "data": [["University of Delaware"], ["Lebanon Valley College"], ["University of Rhode Island"], ["Rutgers University"], ["Stony Brook University"]]}, "table_names": "['university']", "table_image_ids": ["TableImg_0bvma_5.png"], "original_data_index": 3606} +{"question": "List the name of albums that are released by aritist whose name has 'Led'", "answer": {"columns": ["title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [["BBC Sessions [Disc 1] live"], ["Physical Graffiti [Disc 1]"], ["BBC Sessions [Disc 2] live"], ["Coda"], ["Houses Of The Holy"], ["In Through The Out Door"], ["IV"], ["Led Zeppelin I"], ["Led Zeppelin II"], ["Led Zeppelin III"], ["Physical Graffiti [Disc 2]"], ["Presence"], ["The Song Remains The Same (Disc 1)"], ["The Song Remains The Same (Disc 2)"]]}, "table_names": "['artists', 'albums']", "table_image_ids": ["TableImg_Msy36_275.png", "TableImg_3pw71_347.png"], "original_data_index": 3607} +{"question": "Find the number of routes operated by American Airlines.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2352]]}, "table_names": "['routes', 'airlines']", "table_image_ids": ["TableImg_2y1j6_67240.png", "TableImg_Z4u6i_6162.png"], "original_data_index": 3608} +{"question": "What is the venue of the competition \"1994 FIFA World Cup qualification\" hosted by \"Nanjing ( Jiangsu )\"?", "answer": {"columns": ["Venue"], "index": [0, 1], "data": [["Estadio Rigoberto L\u00c3\u00b3pez , Managua , Nicaragua"], ["Estadio Cuscatl\u00c3\u00a1n , San Salvador , El Salvador"]]}, "table_names": "['city', 'match', 'hosting_city']", "table_image_ids": ["TableImg_Mdlpt_13.png", "TableImg_P3brh_6.png", "TableImg_Jiw7o_6.png"], "original_data_index": 3609} +{"question": "What are the maximum and minimum population of the counties?", "answer": {"columns": ["max(Population)", "min(Population)"], "index": [0], "data": [[90000.0, 13300.0]]}, "table_names": "['county']", "table_image_ids": ["TableImg_Gdg8o_5.png"], "original_data_index": 3610} +{"question": "Show names of cities and names of counties they are in.", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "data": [["Adjuntas", "Abbotsford"], ["Aguada", "Abbotsford"], ["Aguadilla", "Abbotsford"], ["Aguas Buenas", "Burnaby"], ["Aibonito", "Burnaby"], ["A\u00c3\u00b1asco", "Campbell River"], ["Arecibo", "Campbell River"], ["Arroyo", "Campbell River"], ["Barceloneta", "Campbell River"], ["Barranquitas", "Campbell River"], ["Bayam\u00c3\u00b3n", "Campbell River"], ["Cabo Rojo", "Castlegar"], ["Caguas", "Castlegar"], ["Camuy", "Central Saanich"], ["Can\u00c3\u00b3vanas", "Central Saanich"], ["Carolina", "Chilliwack"], ["Cata\u00c3\u00b1o", "Chilliwack"]]}, "table_names": "['county_public_safety', 'city']", "table_image_ids": ["TableImg_9v30w_6.png", "TableImg_48tyv_17.png"], "original_data_index": 3611} +{"question": "Which committees have delegates from the Democratic party?", "answer": {"columns": ["Committee"], "index": [0, 1, 2, 3], "data": [["Appropriations"], ["Economic Matters"], ["Environmental Matters"], ["Appropriations"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_Vi9qu_7.png", "TableImg_46ovq_8.png"], "original_data_index": 3612} +{"question": "Show names for all employees who have certificates on both Boeing 737-800 and Airbus A340-300.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3], "data": [["Betty Adams"], ["George Wright"], ["Lisa Walker"], ["Mark Young"]]}, "table_names": "['aircraft', 'employee', 'certificate']", "table_image_ids": ["TableImg_P7gtb_16.png", "TableImg_49j97_31.png", "TableImg_5czab_69.png"], "original_data_index": 3613} +{"question": "Show first name and last name for all the students advised by Michael Goodrich.", "answer": {"columns": ["Fname", "LName"], "index": [0, 1, 2], "data": [["Linda", "Smith"], ["Paul", "Gompers"], ["Michael", "Leighton"]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_H3gn1_34.png", "TableImg_B7fye_58.png"], "original_data_index": 3614} +{"question": "Find the last names of all the authors that have written a paper with title containing the word \"Monadic\".", "answer": {"columns": ["lname"], "index": [0, 1], "data": [["Gibbons"], ["Hinze"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Bgoxa_13.png", "TableImg_1wjec_7.png", "TableImg_2jzn7_14.png"], "original_data_index": 3615} +{"question": "How many products were not included in any order?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[5]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_Evaqx_15.png", "TableImg_J84t8_15.png"], "original_data_index": 3616} +{"question": "What are the companies and main industries of all companies that are not headquartered in the United States?", "answer": {"columns": ["Company", "Main_Industry"], "index": [0, 1, 2, 3, 4, 5], "data": [["Royal Dutch Shell", "Oil and gas"], ["Industrial and Commercial Bank of China", "Banking"], ["HSBC", "Banking"], ["PetroChina", "Oil and gas"], ["Petrobras", "Oil and gas"], ["BP", "Oil and gas"]]}, "table_names": "['company']", "table_image_ids": ["TableImg_A2gol_10.png"], "original_data_index": 3617} +{"question": "List the date of perpetrators in descending order of the number of people killed.", "answer": {"columns": ["Date"], "index": [0, 1, 2, 3, 4], "data": [["04.26 April 26/27"], ["11.18 Nov. 18"], ["05.21 May 21"], ["09.20 Sep. 20"], ["04.00 April"]]}, "table_names": "['perpetrator']", "table_image_ids": ["TableImg_Ygu31_5.png"], "original_data_index": 3618} +{"question": "Which authors belong to the institution \"Google\"? Show the first names and last names.", "answer": {"columns": ["fname", "lname"], "index": [0], "data": [["Matthias", "Blume"]]}, "table_names": "['Inst', 'Authors', 'Authorship']", "table_image_ids": ["TableImg_C85jx_8.png", "TableImg_Stctv_13.png", "TableImg_I6xqi_14.png"], "original_data_index": 3619} +{"question": "Which room has the highest rate? List the room's full name, rate, check in and check out date.", "answer": {"columns": ["roomName", "Rate", "CheckIn", "CheckOut"], "index": [0], "data": [["Frugal not apropos", 250.0, "17-APR-10", "19-APR-10"]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_3fc08_10.png", "TableImg_Qvtsg_600.png"], "original_data_index": 3620} +{"question": "For each position, what is the minimum time students spent practicing?", "answer": {"columns": ["min(T2.HS)", "pPos"], "index": [0, 1, 2], "data": [[1200, "goalie"], [300, "mid"], [1600, "striker"]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_Hwvmn_6.png", "TableImg_9mqql_6.png"], "original_data_index": 3621} +{"question": "Find the emails of customers who has filed a complaints of the product with the most complaints.", "answer": {"columns": ["email_address"], "index": [0], "data": [["hsteuber@example.org"]]}, "table_names": "['Customers', 'Complaints']", "table_image_ids": ["TableImg_7vew6_8.png", "TableImg_0kyby_12.png"], "original_data_index": 3622} +{"question": "Find the name of the candidates whose oppose percentage is the lowest for each sex.", "answer": {"columns": ["Name", "Sex", "min(oppose_rate)"], "index": [0, 1], "data": [["St\u00c3\u00a9phane Antiga", "F", 0.32], ["Lo\u00c3\u00afc De Kergret", "M", 0.32]]}, "table_names": "['candidate', 'people']", "table_image_ids": ["TableImg_E01qy_6.png", "TableImg_1ypgz_9.png"], "original_data_index": 3623} +{"question": "What are the names of scientists who are assigned to any project?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [["Michael Rogers"], ["Anand Manikutty"], ["Carol Smith"], ["Joe Stevens"], ["Mary-Anne Foster"], ["John Doe"], ["David Smith"], ["Zacary Efron"], ["Eric Goldsmith"], ["Elizabeth Doe"], ["Kumar Swamy"], ["George ODonnell"]]}, "table_names": "['Scientists', 'AssignedTo']", "table_image_ids": ["TableImg_1idle_12.png", "TableImg_Pw1t2_12.png"], "original_data_index": 3624} +{"question": "Show names for artists without any exhibition.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Mark Brooks"], ["Larry Nelson"]]}, "table_names": "['artist', 'exhibition']", "table_image_ids": ["TableImg_71sbj_7.png", "TableImg_Ggst6_6.png"], "original_data_index": 3625} +{"question": "Count the number of countries.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['county_public_safety']", "table_image_ids": ["TableImg_Bw191_6.png"], "original_data_index": 3626} +{"question": "What is the average age and how many male students are there in each city?", "answer": {"columns": ["count(*)", "avg(age)", "city_code"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [[1, 20.0, "ATL"], [1, 18.0, "BAL"], [1, 18.0, "BOS"], [1, 20.0, "CHI"], [1, 18.0, "DAL"], [1, 17.0, "DET"], [1, 19.0, "HKG"], [1, 17.0, "HOU"], [1, 27.0, "LON"], [1, 18.0, "LOS"], [1, 18.0, "NAR"], [3, 20.3333333333, "NYC"], [1, 17.0, "PEK"], [2, 19.5, "PHL"], [3, 19.3333333333, "PIT"], [1, 20.0, "ROC"], [1, 18.0, "WAS"], [2, 22.5, "YYZ"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Tpukh_34.png"], "original_data_index": 3627} +{"question": "What is the name, latitude, and city of the station that is located the furthest South?", "answer": {"columns": ["name", "lat", "city"], "index": [0], "data": [["San Jose Diridon Caltrain Station", 37.329732, "San Jose"]]}, "table_names": "['station']", "table_image_ids": ["TableImg_4ebmb_70.png"], "original_data_index": 3628} +{"question": "What are the different region names, ordered by labels?", "answer": {"columns": ["Region_name"], "index": [0, 1, 2], "data": [["United States"], ["United Kingdom"], ["Japan"]]}, "table_names": "['region']", "table_image_ids": ["TableImg_I7fts_5.png"], "original_data_index": 3629} +{"question": "List the dates of debates with number of audience bigger than 150", "answer": {"columns": ["Date"], "index": [0, 1, 2, 3], "data": [["October 21, 2011"], ["October 27, 2015"], ["January 12, 2017"], ["January 21, 2017"]]}, "table_names": "['debate']", "table_image_ids": ["TableImg_Lddn9_6.png"], "original_data_index": 3630} +{"question": "Find all the forenames of distinct drivers who was in position 1 as standing and won?", "answer": {"columns": ["forename"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "data": [["Lewis"], ["Kimi"], ["Robert"], ["Giancarlo"], ["Fernando"], ["Michael"], ["Mika"], ["Damon"], ["Nigel"], ["Jenson"], ["Alain"], ["Ayrton"], ["David"], ["Eddie"], ["Nelson"], ["Elio"], ["Michele"], ["Keke"], ["Alan"], ["Carlos"], ["Nino"], ["Juan"], ["Piero"], ["Alberto"], ["Maurice"], ["Peter"], ["Stirling"], ["Phil"], ["Graham"], ["Jackie"], ["Jack"], ["Mike"], ["Bruce"], ["Jim"], ["Pedro"], ["Denny"], ["Mario"], ["Emerson"], ["Clay"], ["Niki"], ["Patrick"], ["Jody"], ["Jacques"], ["Sebastian"], ["Nico"]]}, "table_names": "['drivers', 'driverStandings']", "table_image_ids": ["TableImg_Dp7gd_842.png", "TableImg_0bxug_31726.png"], "original_data_index": 3631} +{"question": "What are the job titles, and range of salaries for jobs with maximum salary between 12000 and 18000?", "answer": {"columns": ["JOB_TITLE", "max_salary - min_salary"], "index": [0, 1, 2, 3, 4], "data": [["Finance Manager", 7800], ["Accounting Manager", 7800], ["Sales Representative", 6000], ["Purchasing Manager", 7000], ["Marketing Manager", 6000]]}, "table_names": "['jobs']", "table_image_ids": ["TableImg_55uf9_19.png"], "original_data_index": 3632} +{"question": "Find all years that have a movie that received a rating of 4 or 5, and sort them in increasing order of year.", "answer": {"columns": ["year"], "index": [0, 1, 2, 3], "data": [[1937], [1939], [1981], [2009]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Gz6c5_8.png", "TableImg_3huv4_14.png"], "original_data_index": 3633} +{"question": "Show the names of products and the number of events they are in, sorted by the number of events in descending order.", "answer": {"columns": ["Product_Name", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["TV Equipments", 5], ["Special Dinning", 4], ["Men suits", 2], ["Conference Equipments", 1], ["Dinning", 1], ["Trading Policy", 1], ["Trading Policy B", 1]]}, "table_names": "['Products', 'Products_in_Events']", "table_image_ids": ["TableImg_P1cxc_15.png", "TableImg_F0bsj_15.png"], "original_data_index": 3634} +{"question": "Find the parties associated with the delegates from district 1 or 2. Who served as comptrollers of the parties?", "answer": {"columns": ["Comptroller"], "index": [0, 1, 2, 3, 4], "data": [["Carl McCall"], ["Carl McCall"], ["Carl McCall"], ["Alan Hevesi"], ["John Faso"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_Y3v1e_7.png", "TableImg_Tfu8h_8.png"], "original_data_index": 3635} +{"question": "What is the code of the product type with an average price higher than the average price of all products?", "answer": {"columns": ["product_type_code"], "index": [0], "data": [["Hardware"]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_Xj20g_15.png"], "original_data_index": 3636} +{"question": "Find the entry name of the catalog with the highest price (in USD).", "answer": {"columns": ["catalog_entry_name"], "index": [0], "data": [["Sprite Lemo"]]}, "table_names": "['Catalog_Contents']", "table_image_ids": ["TableImg_Dhs44_15.png"], "original_data_index": 3637} +{"question": "Find the title of all the albums of the artist \"AC/DC\".", "answer": {"columns": ["Title"], "index": [0, 1], "data": [["For Those About To Rock We Salute You"], ["Let There Be Rock"]]}, "table_names": "['Album', 'Artist']", "table_image_ids": ["TableImg_Tqvn9_347.png", "TableImg_C6mmr_275.png"], "original_data_index": 3638} +{"question": "Which kind of part has the least number of faults? List the part name.", "answer": {"columns": ["part_name"], "index": [0], "data": [["middle"]]}, "table_names": "['Parts', 'Part_Faults']", "table_image_ids": ["TableImg_Esmvg_3.png", "TableImg_7y7pb_15.png"], "original_data_index": 3639} +{"question": "What is the average total number of passengers of airports that are associated with aircraft \"Robinson R-22\"?", "answer": {"columns": ["avg(T3.Total_Passengers)"], "index": [0], "data": [[34205887.0]]}, "table_names": "['aircraft', 'airport', 'airport_aircraft']", "table_image_ids": ["TableImg_46hym_5.png", "TableImg_7r66c_10.png", "TableImg_Lxmhg_4.png"], "original_data_index": 3640} +{"question": "What are the first name and department name of all employees?", "answer": {"columns": ["FIRST_NAME", "DEPARTMENT_NAME"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105], "data": [["Steven", "Executive"], ["Neena", "Executive"], ["Lex", "Executive"], ["Alexander", "IT"], ["Bruce", "IT"], ["David", "IT"], ["Valli", "IT"], ["Diana", "IT"], ["Nancy", "Finance"], ["Daniel", "Finance"], ["John", "Finance"], ["Ismael", "Finance"], ["Jose Manuel", "Finance"], ["Luis", "Finance"], ["Den", "Purchasing"], ["Alexander", "Purchasing"], ["Shelli", "Purchasing"], ["Sigal", "Purchasing"], ["Guy", "Purchasing"], ["Karen", "Purchasing"], ["Matthew", "Shipping"], ["Adam", "Shipping"], ["Payam", "Shipping"], ["Shanta", "Shipping"], ["Kevin", "Shipping"], ["Julia", "Shipping"], ["Irene", "Shipping"], ["James", "Shipping"], ["Steven", "Shipping"], ["Laura", "Shipping"], ["Mozhe", "Shipping"], ["James", "Shipping"], ["TJ", "Shipping"], ["Jason", "Shipping"], ["Michael", "Shipping"], ["Ki", "Shipping"], ["Hazel", "Shipping"], ["Renske", "Shipping"], ["Stephen", "Shipping"], ["John", "Shipping"], ["Joshua", "Shipping"], ["Trenna", "Shipping"], ["Curtis", "Shipping"], ["Randall", "Shipping"], ["Peter", "Shipping"], ["John", "Sales"], ["Karen", "Sales"], ["Alberto", "Sales"], ["Gerald", "Sales"], ["Eleni", "Sales"], ["Peter", "Sales"], ["David", "Sales"], ["Peter", "Sales"], ["Christopher", "Sales"], ["Nanette", "Sales"], ["Oliver", "Sales"], ["Janette", "Sales"], ["Patrick", "Sales"], ["Allan", "Sales"], ["Lindsey", "Sales"], ["Louise", "Sales"], ["Sarath", "Sales"], ["Clara", "Sales"], ["Danielle", "Sales"], ["Mattea", "Sales"], ["David", "Sales"], ["Sundar", "Sales"], ["Amit", "Sales"], ["Lisa", "Sales"], ["Harrison", "Sales"], ["Tayler", "Sales"], ["William", "Sales"], ["Elizabeth", "Sales"], ["Sundita", "Sales"], ["Ellen", "Sales"], ["Alyssa", "Sales"], ["Jonathon", "Sales"], ["Jack", "Sales"], ["Charles", "Sales"], ["Winston", "Shipping"], ["Jean", "Shipping"], ["Martha", "Shipping"], ["Girard", "Shipping"], ["Nandita", "Shipping"], ["Alexis", "Shipping"], ["Julia", "Shipping"], ["Anthony", "Shipping"], ["Kelly", "Shipping"], ["Jennifer", "Shipping"], ["Timothy", "Shipping"], ["Randall", "Shipping"], ["Sarah", "Shipping"], ["Britney", "Shipping"], ["Samuel", "Shipping"], ["Vance", "Shipping"], ["Alana", "Shipping"], ["Kevin", "Shipping"], ["Donald", "Shipping"], ["Douglas", "Shipping"], ["Jennifer", "Administration"], ["Michael", "Marketing"], ["Pat", "Marketing"], ["Susan", "Human Resources"], ["Hermann", "Public Relations"], ["Shelley", "Accounting"], ["William", "Accounting"]]}, "table_names": "['departments', 'employees']", "table_image_ids": ["TableImg_9f1vj_27.png", "TableImg_Cdi6p_107.png"], "original_data_index": 3641} +{"question": "What are the first and last names of all the candidates?", "answer": {"columns": ["first_name", "last_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Shannon", "Senger"], ["Virginie", "Hartmann"], ["Dariana", "Bednar"], ["Verna", "Grant"], ["Hoyt", "Wintheiser"], ["Mayra", "Hartmann"], ["Lizeth", "Bartoletti"], ["Nova", "Feest"]]}, "table_names": "['People', 'Candidates']", "table_image_ids": ["TableImg_7tyeq_8.png", "TableImg_1lnfp_8.png"], "original_data_index": 3642} +{"question": "How many professors are in the accounting dept?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['DEPARTMENT', 'PROFESSOR']", "table_image_ids": ["TableImg_Uy0cg_11.png", "TableImg_Zxgh6_22.png"], "original_data_index": 3643} +{"question": "What are the famous titles of artists who do not have any volumes?", "answer": {"columns": ["Famous_Title"], "index": [0, 1], "data": [["Antievangelistical Process (re-release)"], ["Antithesis of All Flesh"]]}, "table_names": "['artist', 'volume']", "table_image_ids": ["TableImg_E8k41_7.png", "TableImg_O5vs2_10.png"], "original_data_index": 3644} +{"question": "Find the first names and last names of the authors whose institution affiliation is \"Google\".", "answer": {"columns": ["fname", "lname"], "index": [0], "data": [["Matthias", "Blume"]]}, "table_names": "['Inst', 'Authors', 'Authorship']", "table_image_ids": ["TableImg_N9q0x_8.png", "TableImg_2fc5c_13.png", "TableImg_Rrk5c_14.png"], "original_data_index": 3645} +{"question": "What are the teams with the most technicians?", "answer": {"columns": ["Team"], "index": [0], "data": [["CLE"]]}, "table_names": "['technician']", "table_image_ids": ["TableImg_E2o63_10.png"], "original_data_index": 3646} +{"question": "What is the average weeks on top of volumes associated with the artist aged 25 or younger?", "answer": {"columns": ["avg(T2.Weeks_on_Top)"], "index": [0], "data": [[1.0]]}, "table_names": "['artist', 'volume']", "table_image_ids": ["TableImg_8bix5_7.png", "TableImg_Cly2c_10.png"], "original_data_index": 3647} +{"question": "What are the public schools and what are their locations?", "answer": {"columns": ["School", "Location"], "index": [0, 1, 2, 3], "data": [["University of Delaware", "Newark, DE"], ["University of Rhode Island", "Kingston, RI"], ["Rutgers University", "New Brunswick, NJ"], ["Stony Brook University", "Stony Brook, NY"]]}, "table_names": "['university']", "table_image_ids": ["TableImg_Unmna_5.png"], "original_data_index": 3648} +{"question": "Show the names of products and the number of events they are in.", "answer": {"columns": ["Product_Name", "COUNT(*)"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Conference Equipments", 1], ["Dinning", 1], ["Men suits", 2], ["Special Dinning", 4], ["TV Equipments", 5], ["Trading Policy", 1], ["Trading Policy B", 1]]}, "table_names": "['Products', 'Products_in_Events']", "table_image_ids": ["TableImg_Ox1t6_15.png", "TableImg_Ohaes_15.png"], "original_data_index": 3649} +{"question": "Which customers made orders between 2009-01-01 and 2010-01-01? Find their names.", "answer": {"columns": ["customer_name"], "index": [0], "data": [["George"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_P8t04_15.png", "TableImg_9zywk_15.png"], "original_data_index": 3650} +{"question": "What are the names of countains that no climber has climbed?", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Ngaliema / Mt Stanley (Margherita Pk)"], ["Ngaliema / Mt Stanley (Savoia Pk)"]]}, "table_names": "['mountain', 'climber']", "table_image_ids": ["TableImg_6kdiv_7.png", "TableImg_Dklc7_10.png"], "original_data_index": 3651} +{"question": "Return the primary conference of the school with the lowest acc percentage score.", "answer": {"columns": ["Primary_conference"], "index": [0], "data": [["America East Conference ( D-I )"]]}, "table_names": "['basketball_match', 'university']", "table_image_ids": ["TableImg_7py6e_4.png", "TableImg_U7rsv_5.png"], "original_data_index": 3652} +{"question": "For each course id, how many students are registered and what are the course names?", "answer": {"columns": ["course_name", "count(*)"], "index": [0, 1, 2, 3], "data": [["statistics", 4], ["English", 2], ["French", 2], ["data structure", 1]]}, "table_names": "['Students', 'Courses', 'Student_Course_Registrations']", "table_image_ids": ["TableImg_L7ofv_8.png", "TableImg_S41ss_6.png", "TableImg_Esfv7_9.png"], "original_data_index": 3653} +{"question": "What are the names of the scientists, and how many projects are each of them working on?", "answer": {"columns": ["count(*)", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [[1, "Anand Manikutty"], [1, "Carol Smith"], [1, "David Smith"], [1, "Elizabeth Doe"], [1, "Eric Goldsmith"], [1, "George ODonnell"], [1, "Joe Stevens"], [1, "John Doe"], [1, "Kumar Swamy"], [1, "Mary-Anne Foster"], [1, "Michael Rogers"], [1, "Zacary Efron"]]}, "table_names": "['Scientists', 'AssignedTo']", "table_image_ids": ["TableImg_3gbg3_12.png", "TableImg_790kq_12.png"], "original_data_index": 3654} +{"question": "List the camera lens names containing substring \"Digital\".", "answer": {"columns": ["name"], "index": [0, 1], "data": [["Olympus M.Zuiko Digital ED 45mm f/1.8"], ["Olympus M.Zuiko Digital ED 75mm f/1.8"]]}, "table_names": "['camera_lens']", "table_image_ids": ["TableImg_J60n3_11.png"], "original_data_index": 3655} +{"question": "What are the average, minimum, and max ages for each of the different majors?", "answer": {"columns": ["Major", "avg(age)", "min(age)", "max(age)"], "index": [0, 1, 2, 3, 4, 5], "data": [[50, 22.0, 18, 26], [100, 17.0, 17, 17], [520, 19.3333333333, 18, 22], [540, 17.5, 17, 18], [550, 19.8, 18, 21], [600, 19.6666666667, 16, 27]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Had1n_34.png"], "original_data_index": 3656} +{"question": "How many tracks are in each genre?", "answer": {"columns": ["count(*)", "name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24], "data": [[40, "Alternative"], [332, "Alternative & Punk"], [81, "Blues"], [15, "Bossa Nova"], [74, "Classical"], [17, "Comedy"], [64, "Drama"], [24, "Easy Listening"], [30, "Electronica/Dance"], [28, "Heavy Metal"], [35, "Hip Hop/Rap"], [130, "Jazz"], [579, "Latin"], [374, "Metal"], [1, "Opera"], [48, "Pop"], [61, "R&B/Soul"], [58, "Reggae"], [1297, "Rock"], [12, "Rock And Roll"], [26, "Sci Fi & Fantasy"], [13, "Science Fiction"], [43, "Soundtrack"], [93, "TV Shows"], [28, "World"]]}, "table_names": "['genres', 'tracks']", "table_image_ids": ["TableImg_3s4uv_25.png", "TableImg_7niu0_3503.png"], "original_data_index": 3657} +{"question": "Find the last names of the members of the club \"Bootup Baltimore\".", "answer": {"columns": ["LName"], "index": [0, 1], "data": [["Smith"], ["Lee"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_P49jm_34.png", "TableImg_Nk6pw_4.png", "TableImg_8mbc4_4.png"], "original_data_index": 3658} +{"question": "What kind of decor has the least number of reservations?", "answer": {"columns": ["decor"], "index": [0], "data": [["rustic"]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_Oxe96_10.png", "TableImg_Igoj5_600.png"], "original_data_index": 3659} +{"question": "What are the wifi and screen mode type of the hardware model named \"LG-P760\"?", "answer": {"columns": ["WiFi", "Type"], "index": [0], "data": [["802.11b", "Text"]]}, "table_names": "['chip_model', 'screen_mode', 'phone']", "table_image_ids": ["TableImg_08v3w_14.png", "TableImg_A96xh_7.png", "TableImg_Una7l_8.png"], "original_data_index": 3660} +{"question": "What is the name of the bank branch with the greatest number of customers?", "answer": {"columns": ["bname"], "index": [0], "data": [["broadway"]]}, "table_names": "['bank']", "table_image_ids": ["TableImg_D7p6s_4.png"], "original_data_index": 3661} +{"question": "How many persons are not body builders?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['body_builder', 'people']", "table_image_ids": ["TableImg_U42tn_5.png", "TableImg_D41lx_6.png"], "original_data_index": 3662} +{"question": "Find the name and id of the team that won the most times in 2008 postseason.", "answer": {"columns": ["name", "team_id_winner"], "index": [0], "data": [["Philadelphia Whites", "PHI"]]}, "table_names": "['postseason', 'team']", "table_image_ids": ["TableImg_Wzqbu_307.png", "TableImg_I2ec9_2805.png"], "original_data_index": 3663} +{"question": "Give the city that the student whose family name is Kim lives in.", "answer": {"columns": ["city_code"], "index": [0], "data": [["HKG"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Xmul1_34.png"], "original_data_index": 3664} +{"question": "For each nomination, show the name of the artwork and name of the festival where it is nominated.", "answer": {"columns": ["Name", "Festival_Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Indonesian Idol", "Flower Awards"], ["I Know", "Flower Awards"], ["Loving you", "Panasonic Awards"], ["Why", "Panasonic Awards"], ["Martin", "LA Awards"], ["Back Home", "LA Awards"]]}, "table_names": "['festival_detail', 'artwork', 'nomination']", "table_image_ids": ["TableImg_U4i9j_5.png", "TableImg_R7rmo_9.png", "TableImg_Jj0s8_6.png"], "original_data_index": 3665} +{"question": "For each party, return the name of the party and the number of delegates from that party.", "answer": {"columns": ["Party", "COUNT(*)"], "index": [0, 1, 2, 3, 4], "data": [["Democratic", 3], ["Liberal", 2], ["Democratic", 1], ["Independence", 1], ["Working Families", 1]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_Vxmh9_7.png", "TableImg_1gx1t_8.png"], "original_data_index": 3666} +{"question": "How many different types of sports do we offer?", "answer": {"columns": ["count(DISTINCT sportname)"], "index": [0], "data": [[10]]}, "table_names": "['SportsInfo']", "table_image_ids": ["TableImg_Yoo44_14.png"], "original_data_index": 3667} +{"question": "Show the document name and the document date for all documents on project with details 'Graph Database project'.", "answer": {"columns": ["Document_Name", "Document_Date"], "index": [0, 1, 2, 3, 4], "data": [["Review on Canadian files", "2012-12-27 19:09:18"], ["Review on USA files", "1981-11-29 10:23:01"], ["Chapter on private files", "1970-06-17 14:03:21"], ["Winona Book", "1971-06-09 19:03:41"], ["Katheryn statement", "1976-05-06 12:56:12"]]}, "table_names": "['Projects', 'Documents']", "table_image_ids": ["TableImg_0z0i9_5.png", "TableImg_9okpv_15.png"], "original_data_index": 3668} +{"question": "Show the name and phone of the customer without any mailshot.", "answer": {"columns": ["customer_name", "customer_phone"], "index": [0, 1, 2, 3, 4, 5], "data": [["Magdalena", "1-352-291-1721x265"], ["Leanna", "203-036-0511x96487"], ["Ruthie", "(840)754-4148x20545"], ["Shanel", "1-957-676-9414"], ["Kyle", "291-425-7193"], ["Mitchell", "698-327-5792"]]}, "table_names": "['Customers', 'Mailshot_Customers']", "table_image_ids": ["TableImg_4f6um_15.png", "TableImg_Mbgdt_15.png"], "original_data_index": 3669} +{"question": "List the name of playlist which has number of tracks greater than 100.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4], "data": [["Music"], ["TV Shows"], ["90\u00e2\u0080\u0099s Music"], ["Music"], ["TV Shows"]]}, "table_names": "['playlists', 'playlist_tracks']", "table_image_ids": ["TableImg_3wmqy_18.png", "TableImg_Kdubn_8715.png"], "original_data_index": 3670} +{"question": "Find the distinct student first names of all students that have grade point at least 3.8 in one course.", "answer": {"columns": ["Fname"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "data": [["Linda"], ["Tracy"], ["Dinesh"], ["Paul"], ["Andy"], ["Lisa"], ["Jandy"], ["Eric"], ["Derek"], ["David"], ["Steven"], ["Charles"], ["Susan"], ["Mark"], ["Bruce"], ["Michael"], ["Arthur"], ["Ian"], ["George"], ["Stacy"], ["Jun"], ["Sarah"], ["William"]]}, "table_names": "['Student', 'Enrolled_in', 'Gradeconversion']", "table_image_ids": ["TableImg_2ea85_34.png", "TableImg_6mcri_210.png", "TableImg_59o4w_13.png"], "original_data_index": 3671} +{"question": "How many distinct kinds of injuries happened after season 2010?", "answer": {"columns": ["count(DISTINCT T1.injury)"], "index": [0], "data": [[1]]}, "table_names": "['game', 'injury_accident']", "table_image_ids": ["TableImg_Ic9uy_20.png", "TableImg_4mosw_15.png"], "original_data_index": 3672} +{"question": "Count the number of students who have advisors.", "answer": {"columns": ["count(DISTINCT s_id)"], "index": [0], "data": [[2000]]}, "table_names": "['advisor']", "table_image_ids": ["TableImg_01n0i_2000.png"], "original_data_index": 3673} +{"question": "Which organisation type hires most research staff?", "answer": {"columns": ["organisation_type"], "index": [0], "data": [["RES"]]}, "table_names": "['Organisations', 'Research_Staff']", "table_image_ids": ["TableImg_Lf4zi_15.png", "TableImg_Op3vz_15.png"], "original_data_index": 3674} +{"question": "What are the names of enzymes that include the string 'ALA'?", "answer": {"columns": ["name"], "index": [0, 1], "data": [["ALA synthase"], ["ALA dehydratase"]]}, "table_names": "['enzyme']", "table_image_ids": ["TableImg_T5bit_8.png"], "original_data_index": 3675} +{"question": "What are the total number of students enrolled in ACCT-211?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['CLASS', 'ENROLL']", "table_image_ids": ["TableImg_03vme_13.png", "TableImg_68rr4_6.png"], "original_data_index": 3676} +{"question": "What is the maximum and minimum resolution of all songs that are approximately 3 minutes long?", "answer": {"columns": ["max(T2.resolution)", "min(T2.resolution)"], "index": [0], "data": [[1080, 1080]]}, "table_names": "['files', 'song']", "table_image_ids": ["TableImg_4ylw1_6.png", "TableImg_Igflf_6.png"], "original_data_index": 3677} +{"question": "What are the titles of films that do not have a film market estimation?", "answer": {"columns": ["Title"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Porky's"], ["Star Trek II: The Wrath of Khan"], ["48 Hrs"], ["Poltergeist"], ["The Best Little Whorehouse in Texas"], ["Annie"], ["The Verdict"], ["Gandhi"], ["First Blood"]]}, "table_names": "['film', 'film_market_estimation']", "table_image_ids": ["TableImg_Fwq6h_13.png", "TableImg_Eu3v7_9.png"], "original_data_index": 3678} +{"question": "What are the names of shops that have more than a single kind of device in stock?", "answer": {"columns": ["Shop_Name"], "index": [0, 1], "data": [["Dinas Device"], ["Ferndale"]]}, "table_names": "['shop', 'stock']", "table_image_ids": ["TableImg_Uupnd_12.png", "TableImg_30x8v_8.png"], "original_data_index": 3679} +{"question": "Which statuses correspond to both cities that have a population over 1500 and cities that have a population lower than 500?", "answer": {"columns": ["Status"], "index": [0], "data": [["Village"]]}, "table_names": "['city']", "table_image_ids": ["TableImg_M0rs0_5.png"], "original_data_index": 3680} +{"question": "What is the count of different game types?", "answer": {"columns": ["count(DISTINCT gtype)"], "index": [0], "data": [[6]]}, "table_names": "['Video_Games']", "table_image_ids": ["TableImg_8q57r_6.png"], "original_data_index": 3681} +{"question": "Which staff members are assigned to the problem with id 1? Give me their first and last names.", "answer": {"columns": ["staff_first_name", "staff_last_name"], "index": [0, 1, 2], "data": [["Stevie", "Mante"], ["Lysanne", "Turcotte"], ["Kristian", "Lynch"]]}, "table_names": "['Problem_Log', 'Staff']", "table_image_ids": ["TableImg_23ywb_15.png", "TableImg_It2gl_15.png"], "original_data_index": 3682} +{"question": "Show the names of journalists that have reported more than one event.", "answer": {"columns": ["Name"], "index": [0], "data": [["Jackie Waring"]]}, "table_names": "['event', 'journalist', 'news_report']", "table_image_ids": ["TableImg_2evau_5.png", "TableImg_3458u_11.png", "TableImg_4bh1y_7.png"], "original_data_index": 3683} +{"question": "Show locations and nicknames of schools.", "answer": {"columns": ["Location", "Nickname"], "index": [0, 1, 2, 3, 4, 5], "data": [["Milsons Point", "Tigers"], ["Hornsby", "Auks"], ["Bellevue Hill", "Buccaneers"], ["Wahroonga", "Raiders"], ["Summer Hill", "Seahawks"], ["Waverley", "Silver Eagles"]]}, "table_names": "['school', 'school_details']", "table_image_ids": ["TableImg_0m8sm_6.png", "TableImg_9xiz7_6.png"], "original_data_index": 3684} +{"question": "Find the address of all customers that live in Germany and have invoice.", "answer": {"columns": ["Address"], "index": [0, 1, 2, 3], "data": [["Theodor-Heuss-Stra\u00c3\u009fe 34"], ["Tauentzienstra\u00c3\u009fe 8"], ["Berger Stra\u00c3\u009fe 10"], ["Barbarossastra\u00c3\u009fe 19"]]}, "table_names": "['Customer', 'Invoice']", "table_image_ids": ["TableImg_2r73s_59.png", "TableImg_J0g40_412.png"], "original_data_index": 3685} +{"question": "What are the last names of students studying major 50?", "answer": {"columns": ["LName"], "index": [0, 1], "data": [["Epp"], ["Schmidt"]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Kt9cb_34.png"], "original_data_index": 3686} +{"question": "Return the city with the customer type code \"Good Credit Rating\" that had the fewest customers.", "answer": {"columns": ["town_city"], "index": [0], "data": [["Hansenbury"]]}, "table_names": "['Customers']", "table_image_ids": ["TableImg_Wtqh4_8.png"], "original_data_index": 3687} +{"question": "What is the most common mill type, and how many are there?", "answer": {"columns": ["type", "count(*)"], "index": [0], "data": [["Grondzeiler", 5]]}, "table_names": "['mill']", "table_image_ids": ["TableImg_A7cuz_6.png"], "original_data_index": 3688} +{"question": "What is the minimum, maximum, and average market value for every company?", "answer": {"columns": ["min(market_value)", "max(market_value)", "avg(market_value)"], "index": [0], "data": [[147.4, 407.4, 225.34]]}, "table_names": "['company']", "table_image_ids": ["TableImg_Vl272_10.png"], "original_data_index": 3689} +{"question": "How many storms occured in each region?", "answer": {"columns": ["Region_name", "count(*)"], "index": [0, 1, 2, 3], "data": [["Afghanistan", 2], ["Albania", 2], ["Algeria", 1], ["Denmark", 1]]}, "table_names": "['region', 'affected_region']", "table_image_ids": ["TableImg_X74wg_13.png", "TableImg_600zv_6.png"], "original_data_index": 3690} +{"question": "List roles that have more than one employee. List the role description and number of employees.", "answer": {"columns": ["role_description", "count(Employees.employee_id)"], "index": [0, 1], "data": [["Editor", 2], ["Photo", 2]]}, "table_names": "['Roles', 'Employees']", "table_image_ids": ["TableImg_Yumvw_4.png", "TableImg_Boooy_6.png"], "original_data_index": 3691} +{"question": "How many students are enrolled in the class taught by some professor from the accounting department?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['CLASS', 'COURSE', 'DEPARTMENT', 'ENROLL']", "table_image_ids": ["TableImg_Caxgq_13.png", "TableImg_Uagqa_6.png", "TableImg_40z7a_11.png", "TableImg_F0ssk_6.png"], "original_data_index": 3692} +{"question": "Show the minimum, maximum, and average age for all people.", "answer": {"columns": ["min(age)", "max(age)", "avg(age)"], "index": [0], "data": [[25, 36, 30.1666666667]]}, "table_names": "['people']", "table_image_ids": ["TableImg_Xnl0e_12.png"], "original_data_index": 3693} +{"question": "What are the ids of courses without prerequisites?", "answer": {"columns": ["course_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120], "data": [["101"], ["105"], ["123"], ["127"], ["130"], ["137"], ["139"], ["190"], ["192"], ["195"], ["200"], ["227"], ["235"], ["237"], ["238"], ["265"], ["267"], ["270"], ["274"], ["275"], ["278"], ["284"], ["304"], ["318"], ["319"], ["328"], ["334"], ["337"], ["340"], ["341"], ["344"], ["345"], ["348"], ["352"], ["366"], ["371"], ["377"], ["391"], ["393"], ["394"], ["396"], ["400"], ["401"], ["407"], ["408"], ["415"], ["416"], ["421"], ["426"], ["436"], ["442"], ["445"], ["451"], ["456"], ["461"], ["468"], ["476"], ["482"], ["487"], ["489"], ["493"], ["494"], ["500"], ["527"], ["539"], ["546"], ["549"], ["561"], ["571"], ["577"], ["580"], ["581"], ["584"], ["594"], ["598"], ["599"], ["604"], ["626"], ["630"], ["642"], ["659"], ["666"], ["679"], ["680"], ["681"], ["702"], ["716"], ["730"], ["731"], ["735"], ["748"], ["761"], ["762"], ["769"], ["770"], ["781"], ["787"], ["791"], ["808"], ["814"], ["818"], ["857"], ["858"], ["867"], ["887"], ["893"], ["897"], ["898"], ["919"], ["922"], ["927"], ["949"], ["959"], ["960"], ["962"], ["963"], ["966"], ["969"], ["974"], ["983"], ["984"]]}, "table_names": "['course', 'prereq']", "table_image_ids": ["TableImg_U5inu_200.png", "TableImg_3dkn8_100.png"], "original_data_index": 3694} +{"question": "List the names of representatives that have not participated in elections listed here.", "answer": {"columns": ["Name"], "index": [0, 1], "data": [["Al Quie"], ["Jack Quinn"]]}, "table_names": "['election', 'representative']", "table_image_ids": ["TableImg_4fiyw_5.png", "TableImg_Pe0zd_7.png"], "original_data_index": 3695} +{"question": "What are the names and salaries of instructors who advises students in the History department?", "answer": {"columns": ["name", "salary"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116], "data": [["Wieland", 124651.41], ["Choll", 57807.09], ["Sullivan", 90038.09], ["Ullman ", 47307.1], ["Dusserre", 66143.25], ["Kenje", 106554.73], ["DAgostino", 59706.49], ["McKinnon", 94333.99], ["Konstantinides", 32570.5], ["Bourrier", 80797.83], ["Soisalon-Soininen", 62579.61], ["Gutierrez", 45310.53], ["Shuming", 108011.81], ["Queiroz", 45538.32], ["Dale", 93348.83], ["Luo", 88791.45], ["Konstantinides", 32570.5], ["Lent", 107978.47], ["Kenje", 106554.73], ["Bietzk", 117836.5], ["Wieland", 124651.41], ["Murata", 61387.56], ["Levine", 89805.83], ["Konstantinides", 32570.5], ["Romero", 79070.08], ["Mingoz", 105311.38], ["Valtchev", 77036.18], ["Jaekel", 103146.87], ["Arias", 104563.38], ["Desyl", 48803.38], ["Soisalon-Soininen", 62579.61], ["Pimenta", 79866.95], ["Mahmoud", 99382.59], ["McKinnon", 94333.99], ["Valtchev", 77036.18], ["Sakurai", 118143.98], ["Lent", 107978.47], ["Vicentino", 34272.67], ["Hau", 43966.29], ["Yazdi", 98333.65], ["Soisalon-Soininen", 62579.61], ["Sullivan", 90038.09], ["Tung", 50482.03], ["Tung", 50482.03], ["Bertolino", 51647.57], ["Bawa", 72140.88], ["Jaekel", 103146.87], ["Moreira", 71351.42], ["Yazdi", 98333.65], ["Murata", 61387.56], ["Liley", 90891.69], ["Shuming", 108011.81], ["Mahmoud", 99382.59], ["Kenje", 106554.73], ["Kenje", 106554.73], ["Tung", 50482.03], ["Bertolino", 51647.57], ["Lembr", 32241.56], ["Choll", 57807.09], ["Morris", 43770.36], ["Arias", 104563.38], ["Levine", 89805.83], ["Sarkar", 87549.8], ["Hau", 43966.29], ["Gutierrez", 45310.53], ["Atanassov", 84982.92], ["Bancilhon", 87958.01], ["Bietzk", 117836.5], ["Morris", 43770.36], ["Sarkar", 87549.8], ["Luo", 88791.45], ["Pimenta", 79866.95], ["Arias", 104563.38], ["McKinnon", 94333.99], ["Sarkar", 87549.8], ["Gustafsson", 82534.37], ["Arias", 104563.38], ["Mahmoud", 99382.59], ["Lent", 107978.47], ["Mahmoud", 99382.59], ["Gutierrez", 45310.53], ["Dusserre", 66143.25], ["Lembr", 32241.56], ["Kenje", 106554.73], ["Mird", 119921.41], ["Bancilhon", 87958.01], ["Gutierrez", 45310.53], ["Levine", 89805.83], ["Pingr", 59303.62], ["Bourrier", 80797.83], ["Bawa", 72140.88], ["Bourrier", 80797.83], ["Bertolino", 51647.57], ["Bietzk", 117836.5], ["Lent", 107978.47], ["Yazdi", 98333.65], ["Pimenta", 79866.95], ["Moreira", 71351.42], ["Luo", 88791.45], ["Dusserre", 66143.25], ["Kenje", 106554.73], ["Ullman ", 47307.1], ["Lent", 107978.47], ["Vicentino", 34272.67], ["Kenje", 106554.73], ["Yazdi", 98333.65], ["Vicentino", 34272.67], ["Morris", 43770.36], ["Queiroz", 45538.32], ["Sakurai", 118143.98], ["Voronina", 121141.99], ["Soisalon-Soininen", 62579.61], ["Mingoz", 105311.38], ["Morris", 43770.36], ["Lent", 107978.47], ["Murata", 61387.56], ["Bondi", 115469.11]]}, "table_names": "['instructor', 'student', 'advisor']", "table_image_ids": ["TableImg_00twy_50.png", "TableImg_C9zdx_2000.png", "TableImg_Yjvm8_2000.png"], "original_data_index": 3696} +{"question": "What are the code and description of the least frequent detention type ?", "answer": {"columns": ["detention_type_code", "detention_type_description"], "index": [0], "data": [["LUNCH", "Lunch-time"]]}, "table_names": "['Ref_Detention_Type', 'Detention']", "table_image_ids": ["TableImg_Athl4_3.png", "TableImg_Uzqeo_15.png"], "original_data_index": 3697} +{"question": "What are the names of the singers who sang the top 3 most highly rated songs and what countries do they hail from?", "answer": {"columns": ["artist_name", "country"], "index": [0, 1, 2], "data": [["Topu", "India"], ["Shrikanta", "India"], ["Michel", "UK"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_T4k4u_6.png", "TableImg_Xif4g_6.png"], "original_data_index": 3698} +{"question": "How many rooms have not had any reservation yet?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_4vq4r_10.png", "TableImg_Lse6b_600.png"], "original_data_index": 3699} +{"question": "Show the ids of all the faculty members who participate in an activity and advise a student.", "answer": {"columns": ["FacID"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[1121], [2192], [5718], [7723], [8721], [8741], [8918]]}, "table_names": "['Faculty_Participates_in', 'Student']", "table_image_ids": ["TableImg_8x379_40.png", "TableImg_09sa8_34.png"], "original_data_index": 3700} +{"question": "What is the first and last name of all students who play Football or Lacrosse?", "answer": {"columns": ["LName", "Fname"], "index": [0, 1, 2, 3, 4], "data": [["Kim", "Tracy"], ["Jones", "Shiela"], ["Gompers", "Paul"], ["Lee", "Susan"], ["Leighton", "Michael"]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_Pccx4_34.png", "TableImg_F8lwh_14.png"], "original_data_index": 3701} +{"question": "What are the last names for all scholarship students?", "answer": {"columns": ["LName"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Kim"], ["Jones"], ["Lee"], ["Pang"], ["Shieber"], ["Shieber"], ["Pang"], ["Simms"]]}, "table_names": "['Student', 'SportsInfo']", "table_image_ids": ["TableImg_Pd64w_34.png", "TableImg_Impq2_14.png"], "original_data_index": 3702} +{"question": "On average how large is the population of the counties?", "answer": {"columns": ["avg(Population)"], "index": [0], "data": [[58100.0]]}, "table_names": "['county']", "table_image_ids": ["TableImg_Qsjt8_5.png"], "original_data_index": 3703} +{"question": "Find the city and name of bank branches that provide business loans.", "answer": {"columns": ["bname", "city"], "index": [0], "data": [["broadway", "New York City"]]}, "table_names": "['bank', 'loan']", "table_image_ids": ["TableImg_H303a_4.png", "TableImg_5uet9_3.png"], "original_data_index": 3704} +{"question": "What are the amenities in the dorm that a student who has the last name of Smith lives in?", "answer": {"columns": ["amenity_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [["TV Lounge"], ["Study Room"], ["Carpeted Rooms"], ["4 Walls"], ["Heat"], ["Roof"], ["Ethernet Ports"], ["Air Conditioning"], ["Study Room"], ["Carpeted Rooms"], ["4 Walls"], ["Heat"], ["Roof"]]}, "table_names": "['Student', 'Dorm', 'Dorm_amenity', 'Has_amenity', 'Lives_in']", "table_image_ids": ["TableImg_8cd6z_34.png", "TableImg_Bzjcb_7.png", "TableImg_Ipr46_12.png", "TableImg_Oc2lk_40.png", "TableImg_A6brx_31.png"], "original_data_index": 3705} +{"question": "Which papers have \"Stephanie Weirich\" as an author?", "answer": {"columns": ["title"], "index": [0], "data": [["Binders Unbound"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Od9zs_13.png", "TableImg_N2aa2_7.png", "TableImg_L1tt5_14.png"], "original_data_index": 3706} +{"question": "Find the order detail for the products with price above 2000.", "answer": {"columns": ["Other_Item_Details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "data": [[null], [null], [null], [null], [null], [null], [null], [null], [null], [null], [null], [null], [null]]}, "table_names": "['Products', 'Order_Items']", "table_image_ids": ["TableImg_D9gsl_15.png", "TableImg_83cpj_15.png"], "original_data_index": 3707} +{"question": "What is the address content of the customer named \"Maudie Kertzmann\"?", "answer": {"columns": ["address_content"], "index": [0], "data": [["59540 Grover Wells Apt. 814"]]}, "table_names": "['Addresses', 'Customers', 'Customer_Addresses']", "table_image_ids": ["TableImg_12xli_15.png", "TableImg_Kmkbr_15.png", "TableImg_Cxocn_15.png"], "original_data_index": 3708} +{"question": "Find the Char cells, Pixels and Hardware colours for the screen of the phone whose hardware model name is \"LG-P760\".", "answer": {"columns": ["Char_cells", "Pixels", "Hardware_colours"], "index": [0], "data": [["80 \u00c3\u0097 25", "640 \u00c3\u0097 200", 2.0]]}, "table_names": "['screen_mode', 'phone']", "table_image_ids": ["TableImg_Ac5t3_7.png", "TableImg_Wk87w_8.png"], "original_data_index": 3709} +{"question": "Who made the latest order?", "answer": {"columns": ["customer_name"], "index": [0], "data": [["Eunice Morar"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_Bqa4m_15.png", "TableImg_P5ojn_15.png"], "original_data_index": 3710} +{"question": "What is the last name of the student who got a grade A in the class with code 10018.", "answer": {"columns": ["STU_LNAME"], "index": [0], "data": [["Bowser"]]}, "table_names": "['ENROLL', 'STUDENT']", "table_image_ids": ["TableImg_6wp7g_6.png", "TableImg_Cc1x0_8.png"], "original_data_index": 3711} +{"question": "Show member names that are not in the Progress Party.", "answer": {"columns": ["Member_Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "data": [["Hon Tony Abbott"], ["Hon John Anderson"], ["Peter Andren"], ["Hon Kevin Andrews"], ["Hon Fran Bailey"], ["Hon Bruce Baird"], ["Mark Baker"], ["Hon Bob Baldwin"], ["Phil Barresi"], ["Kerry Bartlett"], ["Hon Bruce Billson"]]}, "table_names": "['party', 'member']", "table_image_ids": ["TableImg_Yuhhr_5.png", "TableImg_Rl9yu_15.png"], "original_data_index": 3712} +{"question": "What campuses opened between 1935 and 1939?", "answer": {"columns": ["Campus"], "index": [0], "data": [["California State Polytechnic University-Pomona"]]}, "table_names": "['Campuses']", "table_image_ids": ["TableImg_Yryr1_23.png"], "original_data_index": 3713} +{"question": "Give the color description for the product 'catnip'.", "answer": {"columns": ["color_description"], "index": [0], "data": [["white"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_Ifjjl_8.png", "TableImg_Dl314_15.png"], "original_data_index": 3714} +{"question": "Show the account name and other account detail for all accounts by the customer with first name Meaghan and last name Keeling.", "answer": {"columns": ["account_name", "other_account_details"], "index": [0, 1, 2, 3], "data": [["900", "Regular"], ["323", "Regular"], ["337", "Regular"], ["601", "Regular"]]}, "table_names": "['Customers', 'Accounts']", "table_image_ids": ["TableImg_7cqq0_15.png", "TableImg_W7y8c_15.png"], "original_data_index": 3715} +{"question": "What are the names of all clubs that do not have any players?", "answer": {"columns": ["name"], "index": [0], "data": [["HSBIF"]]}, "table_names": "['club', 'player']", "table_image_ids": ["TableImg_Boop1_6.png", "TableImg_Kycu0_15.png"], "original_data_index": 3716} +{"question": "What are the names of the aircraft that the least people are certified to fly?", "answer": {"columns": ["name"], "index": [0], "data": [["Boeing 737-800"]]}, "table_names": "['aircraft', 'certificate']", "table_image_ids": ["TableImg_Hhsv4_16.png", "TableImg_Hgskt_69.png"], "original_data_index": 3717} +{"question": "For each movie that received more than 3 reviews, what is the average rating?", "answer": {"columns": ["mID", "avg(stars)"], "index": [0, 1, 2, 3, 4, 5], "data": [[101, 3.0], [103, 2.5], [104, 2.5], [106, 4.5], [107, 4.0], [108, 3.3333333333]]}, "table_names": "['Rating']", "table_image_ids": ["TableImg_Nybrr_14.png"], "original_data_index": 3718} +{"question": "What document status codes do we have?", "answer": {"columns": ["document_status_code"], "index": [0, 1, 2], "data": [["done"], ["overdue"], ["working"]]}, "table_names": "['Ref_Document_Status']", "table_image_ids": ["TableImg_M7ea7_3.png"], "original_data_index": 3719} +{"question": "Which room has the highest base price?", "answer": {"columns": ["RoomId", "roomName"], "index": [0], "data": [["FNA", "Frugal not apropos"]]}, "table_names": "['Rooms']", "table_image_ids": ["TableImg_4vsin_10.png"], "original_data_index": 3720} +{"question": "Which programs' origins are not \"Beijing\"? Give me the program names.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3], "data": [["Aniworld"], ["Toonmax"], ["Jiajia"], ["Youman"]]}, "table_names": "['program']", "table_image_ids": ["TableImg_D3j7h_5.png"], "original_data_index": 3721} +{"question": "Give the class of races that is most common.", "answer": {"columns": ["Class"], "index": [0], "data": [["DP/GT"]]}, "table_names": "['race']", "table_image_ids": ["TableImg_Mjspo_7.png"], "original_data_index": 3722} +{"question": "How many lessons did the customer with the first name Ray take?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[2]]}, "table_names": "['Customers', 'Lessons']", "table_image_ids": ["TableImg_85bk7_15.png", "TableImg_88sfn_15.png"], "original_data_index": 3723} +{"question": "What is the reviewer name, film title, movie rating, and rating date for every movie ordered by reviewer name, movie title, then finally rating?", "answer": {"columns": ["name", "title", "stars", "ratingDate"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [["Ashley White", "E.T.", 3, "2011-01-02"], ["Brittany Harris", "Raiders of the Lost Ark", 2, "2011-01-30"], ["Brittany Harris", "Raiders of the Lost Ark", 4, "2011-01-12"], ["Brittany Harris", "The Sound of Music", 2, "2011-01-20"], ["Chris Jackson", "E.T.", 2, "2011-01-22"], ["Chris Jackson", "Raiders of the Lost Ark", 4, null], ["Chris Jackson", "The Sound of Music", 3, "2011-01-27"], ["Daniel Lewis", "Snow White", 4, null], ["Elizabeth Thomas", "Avatar", 3, "2011-01-15"], ["Elizabeth Thomas", "Snow White", 5, "2011-01-19"], ["James Cameron", "Avatar", 5, "2011-01-20"], ["Mike Anderson", "Gone with the Wind", 3, "2011-01-09"], ["Sarah Martinez", "Gone with the Wind", 2, "2011-01-22"], ["Sarah Martinez", "Gone with the Wind", 4, "2011-01-27"]]}, "table_names": "['Movie', 'Reviewer', 'Rating']", "table_image_ids": ["TableImg_Ch6te_8.png", "TableImg_H9l1j_8.png", "TableImg_Eaa0c_14.png"], "original_data_index": 3724} +{"question": "Return the number of customers who have at least one order with \"Cancelled\" status.", "answer": {"columns": ["count(DISTINCT customer_id)"], "index": [0], "data": [[7]]}, "table_names": "['Customer_Orders']", "table_image_ids": ["TableImg_N2qpy_15.png"], "original_data_index": 3725} +{"question": "How many products have their color described as 'white' or have a characteristic with the name 'hot'?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['Ref_Colors', 'Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_8hcsx_8.png", "TableImg_8dml6_15.png", "TableImg_Usunu_15.png", "TableImg_7favd_15.png"], "original_data_index": 3726} +{"question": "What is the first name of the professor who is teaching CIS-220 and QM-261?", "answer": {"columns": ["EMP_FNAME"], "index": [0], "data": [["Gerald"]]}, "table_names": "['CLASS', 'EMPLOYEE']", "table_image_ids": ["TableImg_412ft_13.png", "TableImg_Kq3dc_37.png"], "original_data_index": 3727} +{"question": "Find the name of instructors who didn't teach any courses?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["McKinnon"], ["Pingr"], ["Mird"], ["Murata"], ["Konstantinides"], ["Levine"], ["Bertolino"], ["Hau"], ["Soisalon-Soininen"], ["Moreira"], ["Arias"], ["Yazdi"], ["Arinb"], ["Kenje"], ["Dusserre"], ["Desyl"], ["Bancilhon"], ["Yin"], ["Gutierrez"]]}, "table_names": "['instructor', 'teaches']", "table_image_ids": ["TableImg_29sa9_50.png", "TableImg_1dzb8_100.png"], "original_data_index": 3728} +{"question": "What are the titles and average ratings for all movies that have the lowest average rating?", "answer": {"columns": ["title", "avg(T1.stars)"], "index": [0], "data": [["The Sound of Music", 2.5]]}, "table_names": "['Movie', 'Rating']", "table_image_ids": ["TableImg_Fb01f_8.png", "TableImg_Yo4a7_14.png"], "original_data_index": 3729} +{"question": "Find the name and id of the item with the highest average rating.", "answer": {"columns": ["title", "i_id"], "index": [0], "data": [["cup", 7]]}, "table_names": "['item', 'review']", "table_image_ids": ["TableImg_Xg2e8_8.png", "TableImg_5657p_7.png"], "original_data_index": 3730} +{"question": "Which tourist attraction is associated with the photo \"game1\"? Return its name.", "answer": {"columns": ["Name"], "index": [0], "data": [["impressions de France"]]}, "table_names": "['Tourist_Attractions', 'Photos']", "table_image_ids": ["TableImg_Hriou_15.png", "TableImg_Qd8eb_15.png"], "original_data_index": 3731} +{"question": "Find the name of rooms booked by some customers whose first name contains ROY.", "answer": {"columns": ["roomName"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Frugal not apropos"], ["Convoke and sanguine"], ["Harbinger but bequest"], ["Harbinger but bequest"], ["Thrift and accolade"], ["Harbinger but bequest"], ["Frugal not apropos"]]}, "table_names": "['Rooms', 'Reservations']", "table_image_ids": ["TableImg_Hwmfh_10.png", "TableImg_Lgop6_600.png"], "original_data_index": 3732} +{"question": "What are the ids and full names of customers who hold two or more cards?", "answer": {"columns": ["customer_id", "customer_first_name", "customer_last_name"], "index": [0, 1, 2, 3], "data": [[2, "Susie", "Wiza"], [3, "Marcel", "Brekke"], [9, "Faustino", "Langworth"], [10, "Axel", "Effertz"]]}, "table_names": "['Customers', 'Customers_Cards']", "table_image_ids": ["TableImg_Wyfcp_15.png", "TableImg_I8voa_15.png"], "original_data_index": 3733} +{"question": "Find the different billing countries for all invoices.", "answer": {"columns": ["BillingCountry"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23], "data": [["Germany"], ["Norway"], ["Belgium"], ["Canada"], ["USA"], ["France"], ["Ireland"], ["United Kingdom"], ["Australia"], ["Chile"], ["India"], ["Brazil"], ["Portugal"], ["Netherlands"], ["Spain"], ["Sweden"], ["Czech Republic"], ["Finland"], ["Denmark"], ["Italy"], ["Poland"], ["Austria"], ["Hungary"], ["Argentina"]]}, "table_names": "['Invoice']", "table_image_ids": ["TableImg_N7utn_412.png"], "original_data_index": 3734} +{"question": "What are the distinct ids of products ordered between 1975-01-01 and 1976-01-01??", "answer": {"columns": ["product_id"], "index": [0, 1, 2], "data": [[4], [15], [11]]}, "table_names": "['Orders', 'Order_Items']", "table_image_ids": ["TableImg_301x4_15.png", "TableImg_Nxac5_15.png"], "original_data_index": 3735} +{"question": "Return the name of the marketing region the store Rob Dinning is located in.", "answer": {"columns": ["Marketing_Region_Name"], "index": [0], "data": [["Canada"]]}, "table_names": "['Marketing_Regions', 'Stores']", "table_image_ids": ["TableImg_56vj5_8.png", "TableImg_X8gev_10.png"], "original_data_index": 3736} +{"question": "In which country and state does Janessa Sawayn live?", "answer": {"columns": ["country", "state_province_county"], "index": [0], "data": [["USA", "Connecticut"]]}, "table_names": "['Addresses', 'Staff']", "table_image_ids": ["TableImg_A4a2x_15.png", "TableImg_4prug_15.png"], "original_data_index": 3737} +{"question": "For each policy type, return its type code and its count in the record.", "answer": {"columns": ["Policy_Type_Code", "count(*)"], "index": [0, 1, 2, 3], "data": [["Deputy", 3], ["Jurisdiction", 3], ["Normal", 1], ["Uniformed", 8]]}, "table_names": "['Policies']", "table_image_ids": ["TableImg_Pu6k3_15.png"], "original_data_index": 3738} +{"question": "Give the state corresponding to the line number building \"6862 Kaitlyn Knolls\".", "answer": {"columns": ["state_province_county"], "index": [0], "data": [["Pennsylvania"]]}, "table_names": "['Addresses']", "table_image_ids": ["TableImg_Unra6_15.png"], "original_data_index": 3739} +{"question": "For each product that has problems, find the number of problems reported after 1986-11-13 and the product id?", "answer": {"columns": ["count(*)", "product_id"], "index": [0, 1, 2, 3, 4], "data": [[2, 1], [1, 2], [2, 4], [1, 8], [1, 15]]}, "table_names": "['Product', 'Problems']", "table_image_ids": ["TableImg_O62tr_15.png", "TableImg_H42qb_15.png"], "original_data_index": 3740} +{"question": "What is the product description of the product booked with an amount of 102.76?", "answer": {"columns": ["product_description"], "index": [0], "data": [["Anna Karenina"]]}, "table_names": "['Products_for_Hire', 'Products_Booked']", "table_image_ids": ["TableImg_Sq8d4_5.png", "TableImg_Hgxha_12.png"], "original_data_index": 3741} +{"question": "What are the names and ids of the different categories, and how many films are in each?", "answer": {"columns": ["name", "category_id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "data": [["Action", 1, 64], ["Animation", 2, 66], ["Children", 3, 60], ["Classics", 4, 57], ["Comedy", 5, 58], ["Documentary", 6, 68], ["Drama", 7, 62], ["Family", 8, 69], ["Foreign", 9, 73], ["Games", 10, 61], ["Horror", 11, 56], ["Music", 12, 51], ["New", 13, 63], ["Sci-Fi", 14, 61], ["Sports", 15, 74], ["Travel", 16, 57]]}, "table_names": "['category', 'film_category']", "table_image_ids": ["TableImg_Km4f4_16.png", "TableImg_Gskbe_1000.png"], "original_data_index": 3742} +{"question": "Which nationality has the most hosts?", "answer": {"columns": ["Nationality"], "index": [0], "data": [["United States"]]}, "table_names": "['host']", "table_image_ids": ["TableImg_B3s8c_10.png"], "original_data_index": 3743} +{"question": "Give the years and official names of the cities of each competition.", "answer": {"columns": ["Year", "Official_Name"], "index": [0, 1, 2, 3, 4, 5], "data": [[2013, "Grand Falls/Grand-Sault"], [2006, "Perth-Andover"], [2005, "Plaster Rock"], [2004, "Drummond"], [2003, "Aroostook"], [2002, "Aroostook"]]}, "table_names": "['city', 'farm_competition']", "table_image_ids": ["TableImg_1tod5_5.png", "TableImg_Yelyp_6.png"], "original_data_index": 3744} +{"question": "What are the coupon amount of the coupons owned by both good and bad customers?", "answer": {"columns": ["coupon_amount"], "index": [0, 1], "data": [[523.78], [547.39]]}, "table_names": "['Discount_Coupons', 'Customers']", "table_image_ids": ["TableImg_Axprk_15.png", "TableImg_473hm_15.png"], "original_data_index": 3745} +{"question": "What is the shipping agent code of shipping agent UPS?", "answer": {"columns": ["shipping_agent_code"], "index": [0], "data": [["UP"]]}, "table_names": "['Ref_Shipping_Agents']", "table_image_ids": ["TableImg_0035h_5.png"], "original_data_index": 3746} +{"question": "For the airline ids with the top 10 most routes operated, what are their names?", "answer": {"columns": ["name", "alid"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Ryanair", 4296], ["American Airlines", 24], ["United Airlines", 5209], ["Delta Air Lines", 2009], ["US Airways", 5265], ["China Southern Airlines", 1767], ["China Eastern Airlines", 1758], ["Air China", 751], ["Southwest Airlines", 4547], ["easyJet", 2297]]}, "table_names": "['routes', 'airlines']", "table_image_ids": ["TableImg_R4lss_67240.png", "TableImg_Zmewe_6162.png"], "original_data_index": 3747} +{"question": "Find the number of customers who live in the city called Lake Geovannyton.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Addresses', 'Customers', 'Customer_Addresses']", "table_image_ids": ["TableImg_L1han_15.png", "TableImg_9fbaa_15.png", "TableImg_Qkn13_15.png"], "original_data_index": 3748} +{"question": "What are the first and last name of the faculty who has the most students?", "answer": {"columns": ["Fname", "Lname"], "index": [0], "data": [["David", "Yarowsky"]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_Rsuuq_34.png", "TableImg_33lmz_58.png"], "original_data_index": 3749} +{"question": "What are the themes and years for exhibitions, sorted by ticket price descending?", "answer": {"columns": ["Theme", "Year"], "index": [0, 1, 2, 3, 4, 5], "data": [["Spring", 2008], ["Santa Claus", 2004], ["Christmas stocking", 2005], ["Christmas Tree", 2007], ["Santa Claus and Rudolph the Red-Nosed Reindeer", 2006], ["Summer", 2009]]}, "table_names": "['exhibition']", "table_image_ids": ["TableImg_1vvto_6.png"], "original_data_index": 3750} +{"question": "How many tasks does each project have? List the task count and the project detail.", "answer": {"columns": ["count(*)", "project_details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "data": [[1, "porro"], [1, "et"], [1, "sint"], [1, "doloremque"], [1, "vel"], [1, "deserunt"], [1, "deleniti"], [1, "ad"], [1, "sed"], [1, "consectetur"], [1, "impedit"], [1, "omnis"], [1, "non"], [1, "beatae"], [1, "dolorem"]]}, "table_names": "['Projects', 'Tasks']", "table_image_ids": ["TableImg_Idsg1_15.png", "TableImg_Quoak_15.png"], "original_data_index": 3751} +{"question": "What is the color of the grape whose wine products has the highest average price?", "answer": {"columns": ["Color"], "index": [0], "data": [["White"]]}, "table_names": "['grapes', 'wine']", "table_image_ids": ["TableImg_D67ge_20.png", "TableImg_6do0n_500.png"], "original_data_index": 3752} +{"question": "Find the id of the customers who have order status both \"On Road\" and \"Shipped\".", "answer": {"columns": ["customer_id"], "index": [0], "data": [[2]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_I1h68_15.png", "TableImg_Afpgd_15.png"], "original_data_index": 3753} +{"question": "How many players were in the team Boston Red Stockings in 2000?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[150]]}, "table_names": "['salary', 'team']", "table_image_ids": ["TableImg_2ny1n_25575.png", "TableImg_B2m4i_2805.png"], "original_data_index": 3754} +{"question": "Find the ids of the problems reported after the date of any problems reported by the staff Rylan Homenick.", "answer": {"columns": ["problem_id"], "index": [0, 1, 2, 3, 4, 5], "data": [[2], [3], [6], [7], [9], [10]]}, "table_names": "['Staff', 'Problems']", "table_image_ids": ["TableImg_0l5h6_15.png", "TableImg_G5b7u_15.png"], "original_data_index": 3755} +{"question": "Find the names of catalog entries with level number 8.", "answer": {"columns": ["catalog_entry_name"], "index": [0, 1, 2, 3, 4], "data": [["Ginger Beer"], ["Cola"], ["Cola"], ["Root beer"], ["Carbonated Water"]]}, "table_names": "['Catalog_Contents', 'Catalog_Contents_Additional_Attributes']", "table_image_ids": ["TableImg_Flju7_15.png", "TableImg_M6cri_15.png"], "original_data_index": 3756} +{"question": "What is the latitude, longitude, and city of the station from which the trip with smallest duration started?", "answer": {"columns": ["lat", "long", "city"], "index": [0], "data": [[37.776617, -122.39526, "San Francisco"]]}, "table_names": "['station', 'trip']", "table_image_ids": ["TableImg_7jw7i_70.png", "TableImg_Aiu2c_9959.png"], "original_data_index": 3757} +{"question": "Find the names of users who do not have a first notification of loss record.", "answer": {"columns": ["Customer_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["America Jaskolski"], ["Cai Zhang"], ["David Ross"], ["Dayana Robel"], ["Dr. Diana Rath"], ["Miss Felicita Reichel"], ["Mr. Edwardo Blanda I"], ["Mr. Randal Lynch III"], ["Mrs. Hanna Willms"], ["Mrs. Liza Heller V"]]}, "table_names": "['Customers', 'First_Notification_of_Loss']", "table_image_ids": ["TableImg_3pmqg_15.png", "TableImg_Ct60x_7.png"], "original_data_index": 3758} +{"question": "Show all dates of transactions whose type code is \"SALE\".", "answer": {"columns": ["date_of_transaction"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["1988-09-16 19:02:51"], ["1979-04-27 06:03:59"], ["2004-01-18 20:37:50"], ["1981-01-28 08:07:03"], ["2000-04-03 20:55:43"], ["1983-11-01 17:57:27"], ["2002-04-07 20:28:37"]]}, "table_names": "['Transactions']", "table_image_ids": ["TableImg_R39z5_15.png"], "original_data_index": 3759} +{"question": "List the names of editors in ascending order of age.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["Szymon Wydra"], ["Marek Siudym"], ["W\u00c5\u0082adys\u00c5\u0082aw Grzywna"], ["Mariusz Zalejski"], ["Kamila Porczyk"], ["Anna Powierza"], ["Maria G\u00c3\u00b3ralczyk"], ["Piotr Pr\u00c4\u0099gowski"], ["Gra\u00c5\u00bcyna Wolszczak"]]}, "table_names": "['editor']", "table_image_ids": ["TableImg_Cuji6_9.png"], "original_data_index": 3760} +{"question": "For each manufacturer name, what are the names and prices of their most expensive product?", "answer": {"columns": ["Name", "max(T1.Price)", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["DVD drive", 180, "Creative Labs"], ["Hard drive", 240, "Fujitsu"], ["Printer", 270, "Hewlett-Packard"], ["ZIP drive", 150, "Iomega"], ["Monitor", 240, "Sony"], ["Memory", 120, "Winchester"]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_Tr7b5_6.png", "TableImg_U2pn1_11.png"], "original_data_index": 3761} +{"question": "What are the countries of perpetrators? Show each country and the corresponding number of perpetrators there.", "answer": {"columns": ["Country", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["China", 2], ["India", 1], ["Japan", 1], ["South Korea", 1]]}, "table_names": "['perpetrator']", "table_image_ids": ["TableImg_291ou_5.png"], "original_data_index": 3762} +{"question": "What is the total time for all lessons taught by Janessa Sawayn?", "answer": {"columns": ["sum(lesson_time)"], "index": [0], "data": [[9]]}, "table_names": "['Staff', 'Lessons']", "table_image_ids": ["TableImg_Hx7ak_15.png", "TableImg_3djg3_15.png"], "original_data_index": 3763} +{"question": "How many workshops did each author submit to? Return the author name and the number of workshops.", "answer": {"columns": ["Author", "COUNT(DISTINCT T1.workshop_id)"], "index": [0, 1, 2, 3, 4], "data": [["Jeff Lloyd", 1], ["Sammy Green", 2], ["Sherman Smith", 1], ["Steve Niehaus", 1], ["Steve Raible", 1]]}, "table_names": "['submission', 'Acceptance']", "table_image_ids": ["TableImg_P2qg6_10.png", "TableImg_Sdwsk_6.png"], "original_data_index": 3764} +{"question": "Tell me the booking status code for the apartment with number \"Suite 634\".", "answer": {"columns": ["booking_status_code"], "index": [0], "data": [["Provisional"]]}, "table_names": "['Apartments', 'Apartment_Bookings']", "table_image_ids": ["TableImg_Pxz7u_15.png", "TableImg_Ylk6i_15.png"], "original_data_index": 3765} +{"question": "Find the email and phone number of the customers who have never filed a complaint before.", "answer": {"columns": ["email_address", "phone_number"], "index": [0], "data": [["paige.hyatt@example.com", "1-369-302-7623x576"]]}, "table_names": "['Customers', 'Complaints']", "table_image_ids": ["TableImg_F7dwy_8.png", "TableImg_6uffd_12.png"], "original_data_index": 3766} +{"question": "What are the last names of employees who serve at most 20 customers?", "answer": {"columns": ["LastName"], "index": [0, 1], "data": [["Guti\u00c3\u00a9rrez"], ["Rojas"]]}, "table_names": "['Customer', 'Employee']", "table_image_ids": ["TableImg_Vqt7x_59.png", "TableImg_Mu1lg_8.png"], "original_data_index": 3767} +{"question": "What is the school color of the school with the largest enrollment?", "answer": {"columns": ["School_Colors"], "index": [0], "data": [["Red & Blue"]]}, "table_names": "['school']", "table_image_ids": ["TableImg_M4nkt_6.png"], "original_data_index": 3768} +{"question": "Count the number of characteristics.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[15]]}, "table_names": "['Characteristics']", "table_image_ids": ["TableImg_4k6qj_15.png"], "original_data_index": 3769} +{"question": "Give the name of the products that have a color description 'yellow'.", "answer": {"columns": ["product_name"], "index": [0], "data": [["borage"]]}, "table_names": "['Ref_Colors', 'Products']", "table_image_ids": ["TableImg_0lykd_8.png", "TableImg_Hsv7h_15.png"], "original_data_index": 3770} +{"question": "Return the poll source corresponding to the candidate who has the oppose rate.", "answer": {"columns": ["Poll_Source"], "index": [0], "data": [["Newsweek Poll"]]}, "table_names": "['candidate']", "table_image_ids": ["TableImg_Pzqns_6.png"], "original_data_index": 3771} +{"question": "Show the name, average attendance, total attendance for stadiums where no accidents happened.", "answer": {"columns": ["name", "Average_Attendance", "Total_Attendance"], "index": [0, 1, 2, 3], "data": [["Gillette Stadium", 68756.0, 550048.0], ["LP Field", 69143.0, 553144.0], ["Lincoln Financial Field", 69144.0, 553152.0], ["M&T Bank Stadium", 71227.0, 569817.0]]}, "table_names": "['stadium', 'game', 'injury_accident']", "table_image_ids": ["TableImg_16fj0_13.png", "TableImg_W17i1_20.png", "TableImg_Vfdpx_15.png"], "original_data_index": 3772} +{"question": "Show the statement id and the statement detail for the statement with most number of accounts.", "answer": {"columns": ["Statement_ID", "Statement_Details"], "index": [0], "data": [[57, "Open Project"]]}, "table_names": "['Statements', 'Accounts']", "table_image_ids": ["TableImg_M5b4h_2.png", "TableImg_Is9o9_15.png"], "original_data_index": 3773} +{"question": "What is the description, code and the corresponding count of each service type?", "answer": {"columns": ["Service_Type_Description", "Service_Type_Code", "COUNT(*)"], "index": [0, 1, 2, 3], "data": [["provide photo service", "1", 5], ["provide dinning service", "2", 5], ["provide filming service", "3", 3], ["provide adv promoting service", "4", 2]]}, "table_names": "['Ref_Service_Types', 'Services']", "table_image_ids": ["TableImg_2k2o7_4.png", "TableImg_B2nsn_15.png"], "original_data_index": 3774} +{"question": "Return the last name for the members of the club named \"Hopkins Student Enterprises\".", "answer": {"columns": ["LName"], "index": [0], "data": [["Nelson"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Kpjq5_34.png", "TableImg_6363s_4.png", "TableImg_Ysqu8_4.png"], "original_data_index": 3775} +{"question": "What are the hometowns that are shared by at least two gymnasts?", "answer": {"columns": ["Hometown"], "index": [0], "data": [["Santo Domingo"]]}, "table_names": "['gymnast', 'people']", "table_image_ids": ["TableImg_Kfg3v_7.png", "TableImg_K4v3s_10.png"], "original_data_index": 3776} +{"question": "display job title and average salary of employees.", "answer": {"columns": ["JOB_TITLE", "AVG(salary)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["Accountant", 7920.0], ["Accounting Manager", 12000.0], ["Administration Assistant", 4400.0], ["Administration Vice President", 17000.0], ["Finance Manager", 12000.0], ["Human Resources Representative", 6500.0], ["Marketing Manager", 13000.0], ["Marketing Representative", 6000.0], ["President", 24000.0], ["Programmer", 5760.0], ["Public Accountant", 8300.0], ["Public Relations Representative", 10000.0], ["Purchasing Clerk", 2780.0], ["Purchasing Manager", 11000.0], ["Sales Manager", 12200.0], ["Sales Representative", 8350.0], ["Shipping Clerk", 3215.0], ["Stock Clerk", 2785.0], ["Stock Manager", 7280.0]]}, "table_names": "['jobs', 'employees']", "table_image_ids": ["TableImg_3snnn_19.png", "TableImg_Drtwq_107.png"], "original_data_index": 3777} +{"question": "Show the ids of students whose advisors are professors.", "answer": {"columns": ["StuID"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "data": [[1001], [1002], [1005], [1006], [1008], [1011], [1012], [1017], [1018], [1020], [1024], [1025], [1026], [1027]]}, "table_names": "['Student', 'Faculty']", "table_image_ids": ["TableImg_W4j9z_34.png", "TableImg_Kizrv_58.png"], "original_data_index": 3778} +{"question": "Find the claim id and the number of settlements made for the claim with the most recent settlement date.", "answer": {"columns": ["count(*)", "Claim_ID"], "index": [0], "data": [[1, 843]]}, "table_names": "['Claims', 'Settlements']", "table_image_ids": ["TableImg_Sl2ka_15.png", "TableImg_5kxc2_15.png"], "original_data_index": 3779} +{"question": "What is the phone number of the customer who has filed the most recent complaint?", "answer": {"columns": ["phone_number"], "index": [0], "data": [["+38(3)9011433816"]]}, "table_names": "['Customers', 'Complaints']", "table_image_ids": ["TableImg_Moue8_8.png", "TableImg_Jxo81_12.png"], "original_data_index": 3780} +{"question": "Which documents have more than 1 draft copies? List document id and number of draft copies.", "answer": {"columns": ["document_id", "count(*)"], "index": [0], "data": [[2, 2]]}, "table_names": "['Draft_Copies']", "table_image_ids": ["TableImg_I7epz_8.png"], "original_data_index": 3781} +{"question": "What are the names and revenues of the companies with the highest revenues in each headquarter city?", "answer": {"columns": ["Name", "max(revenue)", "Headquarter"], "index": [0, 1, 2, 3, 4, 5], "data": [["Creative Labs", 100.0, "Austin"], ["Iomega", 200.0, "Beijing"], ["Hewlett-Packard", 50.0, "Los Angeles"], ["Winchester", 30.0, "Paris"], ["Fujitsu", 130.0, "Taiwan"], ["Sony", 120.0, "Tokyo"]]}, "table_names": "['Manufacturers']", "table_image_ids": ["TableImg_W0q4u_6.png"], "original_data_index": 3782} +{"question": "Return the different nominees of musicals that have an award that is not the Tony Award.", "answer": {"columns": ["Nominee"], "index": [0, 1], "data": [["Cleavant Derricks"], ["Bob Fosse"]]}, "table_names": "['musical']", "table_image_ids": ["TableImg_Y6jfh_7.png"], "original_data_index": 3783} +{"question": "Find number of products which Sony does not make.", "answer": {"columns": ["count(DISTINCT name)"], "index": [0], "data": [[9]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_Khpzr_6.png", "TableImg_K59at_11.png"], "original_data_index": 3784} +{"question": "What are the names of regions that were not affected?", "answer": {"columns": ["Region_name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8], "data": [["American Samoa"], ["Andorra"], ["Angola"], ["Anguilla"], ["Antarctica"], ["Antigua and Barbuda"], ["Cyprus"], ["Czech Republic"], ["Djibouti"]]}, "table_names": "['region', 'affected_region']", "table_image_ids": ["TableImg_S1v4t_13.png", "TableImg_Ngbgd_6.png"], "original_data_index": 3785} +{"question": "In which country does Roberto Almeida?", "answer": {"columns": ["country"], "index": [0], "data": [["Brazil"]]}, "table_names": "['customers']", "table_image_ids": ["TableImg_Z08bb_59.png"], "original_data_index": 3786} +{"question": "How many products have the color description 'red' and the characteristic name 'slow'?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[0]]}, "table_names": "['Ref_Colors', 'Characteristics', 'Products', 'Product_Characteristics']", "table_image_ids": ["TableImg_I7gq9_8.png", "TableImg_Xf0ai_15.png", "TableImg_Hq712_15.png", "TableImg_O8dva_15.png"], "original_data_index": 3787} +{"question": "Show the names of customers who have the most mailshots.", "answer": {"columns": ["customer_name"], "index": [0], "data": [["Wendell"]]}, "table_names": "['Customers', 'Mailshot_Customers']", "table_image_ids": ["TableImg_Ixlvy_15.png", "TableImg_Qiej6_15.png"], "original_data_index": 3788} +{"question": "How many tracks does each genre have and what are the names of the top 5?", "answer": {"columns": ["name", "COUNT(*)"], "index": [0, 1, 2, 3, 4], "data": [["Rock", 1297], ["Latin", 579], ["Metal", 374], ["Alternative & Punk", 332], ["Jazz", 130]]}, "table_names": "['genres', 'tracks']", "table_image_ids": ["TableImg_Ms9m7_25.png", "TableImg_Kunym_3503.png"], "original_data_index": 3789} +{"question": "Tell me the highest, lowest, and average cost of procedures.", "answer": {"columns": ["MAX(cost)", "MIN(cost)", "AVG(cost)"], "index": [0], "data": [[10000.0, 25.0, 4324.8571428571]]}, "table_names": "['Procedures']", "table_image_ids": ["TableImg_Ywd1c_7.png"], "original_data_index": 3790} +{"question": "What are the maximum scores the team Boston Red Stockings got when the team won in postseason?", "answer": {"columns": ["max(T1.wins)"], "index": [0], "data": [[5]]}, "table_names": "['postseason', 'team']", "table_image_ids": ["TableImg_Nghr1_307.png", "TableImg_Vvz3e_2805.png"], "original_data_index": 3791} +{"question": "Find the names of the regions which were affected by the storm that killed the greatest number of people.", "answer": {"columns": ["Region_name"], "index": [0], "data": [["Algeria"]]}, "table_names": "['storm', 'region', 'affected_region']", "table_image_ids": ["TableImg_Qojm6_10.png", "TableImg_Gpcsw_13.png", "TableImg_3mlfm_6.png"], "original_data_index": 3792} +{"question": "How many order items correspond to each order id?", "answer": {"columns": ["order_id", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [[1, 2], [2, 1], [4, 3], [10, 1], [12, 1], [13, 4], [14, 1], [15, 2]]}, "table_names": "['Order_Items']", "table_image_ids": ["TableImg_9jwmn_15.png"], "original_data_index": 3793} +{"question": "Find the name and gender of the candidate who got the highest support rate.", "answer": {"columns": ["Name", "Sex"], "index": [0], "data": [["Vincent Montm\u00c3\u00a9at", "M"]]}, "table_names": "['candidate', 'people']", "table_image_ids": ["TableImg_Efzs7_6.png", "TableImg_Ue1al_9.png"], "original_data_index": 3794} +{"question": "Find the name and capacity of the stadium where the event named \"World Junior\" happened.", "answer": {"columns": ["name", "Capacity"], "index": [0], "data": [["Baku Olympic Stadium", 68000]]}, "table_names": "['stadium', 'event']", "table_image_ids": ["TableImg_5c0bk_10.png", "TableImg_Hmyur_6.png"], "original_data_index": 3795} +{"question": "What is the total number of people who has no friend living in the city of Austin.", "answer": {"columns": ["count(DISTINCT name)"], "index": [0], "data": [[3]]}, "table_names": "['Person', 'PersonFriend']", "table_image_ids": ["TableImg_T25nu_4.png", "TableImg_Aa09j_4.png"], "original_data_index": 3796} +{"question": "List the council tax ids and their related cmi cross references of all the parking fines.", "answer": {"columns": ["council_tax_id", "cmi_cross_ref_id"], "index": [0, 1], "data": [[9, 4], [10, 81]]}, "table_names": "['Parking_Fines']", "table_image_ids": ["TableImg_Semum_2.png"], "original_data_index": 3797} +{"question": "What are all the location codes and location names?", "answer": {"columns": ["Location_Code", "Location_Name"], "index": [0, 1, 2, 3, 4], "data": [["b", "Brazil"], ["c", "Canada"], ["e", "Edinburgh"], ["n", "Nanjing"], ["x", "Xiamen"]]}, "table_names": "['Ref_Locations']", "table_image_ids": ["TableImg_Vdhz5_5.png"], "original_data_index": 3798} +{"question": "Find the texts of assessment notes for teachers with last name \"Schuster\".", "answer": {"columns": ["text_of_notes"], "index": [0, 1, 2], "data": [[null], [null], [null]]}, "table_names": "['Teachers', 'Assessment_Notes']", "table_image_ids": ["TableImg_Vjnkd_15.png", "TableImg_Efv31_15.png"], "original_data_index": 3799} +{"question": "Find the titles of the papers the author \"Stephanie Weirich\" wrote.", "answer": {"columns": ["title"], "index": [0], "data": [["Binders Unbound"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_B3m7q_13.png", "TableImg_Zj6f1_7.png", "TableImg_Yp9e6_14.png"], "original_data_index": 3800} +{"question": "What are the names and hours spent practicing of every student who received a yes at tryouts?", "answer": {"columns": ["pName", "HS"], "index": [0, 1], "data": [["Andrew", 1200], ["Blake", 1600]]}, "table_names": "['Player', 'Tryout']", "table_image_ids": ["TableImg_F0p1u_6.png", "TableImg_Uk4yq_6.png"], "original_data_index": 3801} +{"question": "Show different carriers of phones together with the number of phones with each carrier.", "answer": {"columns": ["Carrier", "COUNT(*)"], "index": [0, 1], "data": [["Sprint", 2], ["TMobile", 3]]}, "table_names": "['phone']", "table_image_ids": ["TableImg_Si34l_5.png"], "original_data_index": 3802} +{"question": "What is the last name of the staff member in charge of the complaint on the product with the lowest price?", "answer": {"columns": ["last_name"], "index": [0], "data": [["Boehm"]]}, "table_names": "['Staff', 'Products', 'Complaints']", "table_image_ids": ["TableImg_65g7n_7.png", "TableImg_F1wfa_4.png", "TableImg_K7yh4_12.png"], "original_data_index": 3803} +{"question": "How many schools do not participate in the basketball match?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['basketball_match', 'university']", "table_image_ids": ["TableImg_A2a7i_4.png", "TableImg_I58sm_5.png"], "original_data_index": 3804} +{"question": "Which people severed as comptroller most frequently? Give me the name of the person and the frequency count.", "answer": {"columns": ["Comptroller", "COUNT(*)"], "index": [0], "data": [["Alan Hevesi", 4]]}, "table_names": "['party']", "table_image_ids": ["TableImg_Bxbwe_7.png"], "original_data_index": 3805} +{"question": "What are the names of all tracks that belong to the Rock genre and whose media type is MPEG?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119], "data": [["For Those About To Rock (We Salute You)"], ["Balls to the Wall"], ["Fast As a Shark"], ["Restless and Wild"], ["Princess of the Dawn"], ["Put The Finger On You"], ["Let's Get It Up"], ["Inject The Venom"], ["Snowballed"], ["Evil Walks"], ["C.O.D."], ["Breaking The Rules"], ["Night Of The Long Knives"], ["Spellbound"], ["Go Down"], ["Dog Eat Dog"], ["Let There Be Rock"], ["Bad Boy Boogie"], ["Problem Child"], ["Overdose"], ["Hell Ain't A Bad Place To Be"], ["Whole Lotta Rosie"], ["Walk On Water"], ["Love In An Elevator"], ["Rag Doll"], ["What It Takes"], ["Dude (Looks Like A Lady)"], ["Janie's Got A Gun"], ["Cryin'"], ["Amazing"], ["Blind Man"], ["Deuces Are Wild"], ["The Other Side"], ["Crazy"], ["Eat The Rich"], ["Angel"], ["Livin' On The Edge"], ["All I Really Want"], ["You Oughta Know"], ["Perfect"], ["Hand In My Pocket"], ["Right Through You"], ["Forgiven"], ["You Learn"], ["Head Over Feet"], ["Mary Jane"], ["Ironic"], ["Not The Doctor"], ["Wake Up"], ["You Oughta Know (Alternate)"], ["We Die Young"], ["Man In The Box"], ["Sea Of Sorrow"], ["Bleed The Freak"], ["I Can't Remember"], ["Love, Hate, Love"], ["It Ain't Like That"], ["Sunshine"], ["Put You Down"], ["Confusion"], ["I Know Somethin (Bout You)"], ["Real Thing"], ["Desafinado"], ["Garota De Ipanema"], ["Samba De Uma Nota S\u00c3\u00b3 (One Note Samba)"], ["Por Causa De Voc\u00c3\u00aa"], ["Ligia"], ["Fotografia"], ["Dindi (Dindi)"], ["Se Todos Fossem Iguais A Voc\u00c3\u00aa (Instrumental)"], ["Falando De Amor"], ["Angela"], ["Corcovado (Quiet Nights Of Quiet Stars)"], ["Outra Vez"], ["O Boto (B\u00c3\u00b4to)"], ["Canta, Canta Mais"], ["Enter Sandman"], ["Master Of Puppets"], ["Harvester Of Sorrow"], ["The Unforgiven"], ["Sad But True"], ["Creeping Death"], ["Wherever I May Roam"], ["Welcome Home (Sanitarium)"], ["Cochise"], ["Show Me How to Live"], ["Gasoline"], ["What You Are"], ["Like a Stone"], ["Set It Off"], ["Shadow on the Sun"], ["I am the Highway"], ["Exploder"], ["Hypnotize"], ["Bring'em Back Alive"], ["Light My Way"], ["Getaway Car"], ["The Last Remaining Light"], ["Your Time Has Come"], ["Out Of Exile"], ["Be Yourself"], ["Doesn't Remind Me"], ["Drown Me Slowly"], ["Heaven's Dead"], ["The Worm"], ["Man Or Animal"], ["Yesterday To Tomorrow"], ["Dandelion"], ["#1 Zero"], ["The Curse"], ["Money"], ["Long Tall Sally"], ["Bad Boy"], ["Twist And Shout"], ["Please Mr. Postman"], ["C'Mon Everybody"], ["Rock 'N' Roll Music"], ["Slow Down"], ["Roadrunner"], ["Carol"], ["Good Golly Miss Molly"], ["20 Flight Rock"], ["Quadrant"], ["Snoopy's search-Red baron"], ["Spanish moss-\"A sound portrait\"-Spanish moss"], ["Moon germs"], ["Stratus"], ["The pleasant pheasant"], ["Solo-Panhandler"], ["Do what cha wanna"], ["Intro/ Low Down"], ["13 Years Of Grief"], ["Stronger Than Death"], ["All For You"], ["Super Terrorizer"], ["Phoney Smile Fake Hellos"], ["Lost My Better Half"], ["Bored To Tears"], ["A.N.D.R.O.T.A.Z."], ["Born To Booze"], ["World Of Trouble"], ["No More Tears"], ["The Begining... At Last"], ["Heart Of Gold"], ["Snowblind"], ["Like A Bird"], ["Blood In The Wall"], ["The Beginning...At Last"], ["Black Sabbath"], ["The Wizard"], ["Behind The Wall Of Sleep"], ["N.I.B."], ["Evil Woman"], ["Sleeping Village"], ["Warning"], ["Wheels Of Confusion / The Straightener"], ["Tomorrow's Dream"], ["Changes"], ["FX"], ["Supernaut"], ["Snowblind"], ["Cornucopia"], ["Laguna Sunrise"], ["St. Vitus Dance"], ["Under The Sun/Every Day Comes and Goes"], ["Smoked Pork"], ["Body Count's In The House"], ["Now Sports"], ["Body Count"], ["A Statistic"], ["Bowels Of The Devil"], ["The Real Problem"], ["KKK Bitch"], ["D Note"], ["Voodoo"], ["The Winner Loses"], ["There Goes The Neighborhood"], ["Oprah"], ["Evil Dick"], ["Body Count Anthem"], ["Momma's Gotta Die Tonight"], ["Freedom Of Speech"], ["King In Crimson"], ["Chemical Wedding"], ["The Tower"], ["Killing Floor"], ["Book Of Thel"], ["Gates Of Urizen"], ["Jerusalem"], ["Trupets Of Jericho"], ["Machine Men"], ["The Alchemist"], ["Realword"], ["First Time I Met The Blues"], ["Let Me Love You Baby"], ["Stone Crazy"], ["Pretty Baby"], ["When My Left Eye Jumps"], ["Leave My Girl Alone"], ["She Suits Me To A Tee"], ["Keep It To Myself (Aka Keep It To Yourself)"], ["My Time After Awhile"], ["Too Many Ways (Alternate)"], ["Talkin' 'Bout Women Obviously"], ["Jorge Da Capad\u00c3\u00b3cia"], ["Prenda Minha"], ["Medita\u00c3\u00a7\u00c3\u00a3o"], ["Terra"], ["Eclipse Oculto"], ["Texto \"Verdade Tropical\""], ["Bem Devagar"], ["Dr\u00c3\u00a3o"], ["Saudosismo"], ["Carolina"], ["Sozinho"], ["Esse Cara"], ["Mel"], ["Linha Do Equador"], ["Odara"], ["A Luz De Tieta"], ["Atr\u00c3\u00a1s Da Verd-E-Rosa S\u00c3\u00b3 N\u00c3\u00a3o Vai Quem J\u00c3\u00a1 Morreu"], ["Vida Boa"], ["Sozinho (Hitmakers Classic Mix)"], ["Sozinho (Hitmakers Classic Radio Edit)"], ["Sozinho (Ca\u00c3\u00aadrum 'n' Bass)"], ["Carolina"], ["Essa Mo\u00c3\u00a7a Ta Diferente"], ["Vai Passar"], ["Samba De Orly"], ["Bye, Bye Brasil"], ["Atras Da Porta"], ["Tatuagem"], ["O Que Ser\u00c3\u00a1 (\u00c3\u0080 Flor Da Terra)"], ["Morena De Angola"], ["Apesar De Voc\u00c3\u00aa"], ["A Banda"], ["Minha Historia"], ["Com A\u00c3\u00a7\u00c3\u00bacar E Com Afeto"], ["Brejo Da Cruz"], ["Meu Caro Amigo"], ["Geni E O Zepelim"], ["Trocando Em Mi\u00c3\u00bados"], ["Vai Trabalhar Vagabundo"], ["Gota D'\u00c3\u00a1gua"], ["Constru\u00c3\u00a7\u00c3\u00a3o / Deus Lhe Pague"], ["Mateus Enter"], ["O Cidad\u00c3\u00a3o Do Mundo"], ["Etnia"], ["Quilombo Groove instrumental"], ["Mac\u00c3\u00b4"], ["Um Passeio No Mundo Livre"], ["Samba Do Lado"], ["Maracatu At\u00c3\u00b4mico"], ["O Encontro De Isaac Asimov Com Santos Dumont No C\u00c3\u00a9u"], ["Corpo De Lama"], ["Sobremesa"], ["Manguetown"], ["Um Sat\u00c3\u00a9lite Na Cabe\u00c3\u00a7a"], ["Bai\u00c3\u00a3o Ambiental instrumental"], ["Sangue De Bairro"], ["Enquanto O Mundo Explode"], ["Interlude Zumbi"], ["Crian\u00c3\u00a7a De Domingo"], ["Amor De Muito"], ["Samidarish instrumental"], ["Maracatu At\u00c3\u00b4mico [Atomic Version]"], ["Maracatu At\u00c3\u00b4mico [Ragga Mix]"], ["Maracatu At\u00c3\u00b4mico [Trip Hop]"], ["Banditismo Por Uma Questa"], ["Banditismo Por Uma Questa"], ["Rios Pontes & Overdrives"], ["Cidade"], ["Praiera"], ["Samba Makossa"], ["Da Lama Ao Caos"], ["Maracatu De Tiro Certeiro"], ["Salustiano Song"], ["Antene Se"], ["Risoflora"], ["Lixo Do Mangue"], ["Computadores Fazem Arte"], ["Girassol"], ["A Sombra Da Maldade"], ["Johnny B. Goode"], ["Soldado Da Paz"], ["Firmamento"], ["Extra"], ["O Er\u00c3\u00aa"], ["Podes Crer"], ["A Estrada"], ["Berlim"], ["J\u00c3\u00a1 Foi"], ["Onde Voc\u00c3\u00aa Mora?"], ["Pensamento"], ["Concilia\u00c3\u00a7\u00c3\u00a3o"], ["Realidade Virtual"], ["Mensagem"], ["A Cor Do Sol"], ["Onde Voc\u00c3\u00aa Mora?"], ["O Er\u00c3\u00aa"], ["A Sombra Da Maldade"], ["A Estrada"], ["Falar A Verdade"], ["Firmamento"], ["Pensamento"], ["Realidade Virtual"], ["Doutor"], ["Na Frente Da TV"], ["Downtown"], ["S\u00c3\u00a1bado A Noite"], ["A Cor Do Sol"], ["Eu Tamb\u00c3\u00a9m Quero Beijar"], ["Noite Do Prazer"], ["\u00c3\u0080 Francesa"], ["Cada Um Cada Um (A Namoradeira)"], ["Linha Do Equador"], ["Amor Demais"], ["F\u00c3\u00a9rias"], ["Gostava Tanto De Voc\u00c3\u00aa"], ["Flor Do Futuro"], ["Felicidade Urgente"], ["Livre Pra Viver"], ["Dig-Dig, Lambe-Lambe (Ao Vivo)"], ["Perer\u00c3\u00aa"], ["TriboTchan"], ["Tapa Aqui, Descobre Ali"], ["Daniela"], ["Bate Lata"], ["Garotas do Brasil"], ["Levada do Amor (Ailoviu)"], ["Lavadeira"], ["Reboladeira"], ["\u00c3\u0089 que Nessa Encarna\u00c3\u00a7\u00c3\u00a3o Eu Nasci Manga"], ["Reggae Tchan"], ["My Love"], ["Latinha de Cerveja"], ["You Shook Me"], ["I Can't Quit You Baby"], ["Communication Breakdown"], ["Dazed and Confused"], ["The Girl I Love She Got Long Black Wavy Hair"], ["What is and Should Never Be"], ["Communication Breakdown(2)"], ["Travelling Riverside Blues"], ["Whole Lotta Love"], ["Somethin' Else"], ["Communication Breakdown(3)"], ["I Can't Quit You Baby(2)"], ["You Shook Me(2)"], ["How Many More Times"], ["Debra Kadabra"], ["Carolina Hard-Core Ecstasy"], ["Sam With The Showing Scalp Flat Top"], ["Poofter's Froth Wyoming Plans Ahead"], ["200 Years Old"], ["Cucamonga"], ["Advance Romance"], ["Man With The Woman Head"], ["Muffin Man"], ["Vai-Vai 2001"], ["X-9 2001"], ["Gavioes 2001"], ["Nene 2001"], ["Rosas De Ouro 2001"], ["Mocidade Alegre 2001"], ["Camisa Verde 2001"], ["Leandro De Itaquera 2001"], ["Tucuruvi 2001"], ["Aguia De Ouro 2001"], ["Ipiranga 2001"], ["Morro Da Casa Verde 2001"], ["Perola Negra 2001"], ["Sao Lucas 2001"], ["Guanabara"], ["Mas Que Nada"], ["V\u00c3\u00b4o Sobre o Horizonte"], ["A Paz"], ["Wave (Vou te Contar)"], ["\u00c3\u0081gua de Beber"], ["Samba da Ben\u00c3\u00a7aco"], ["Pode Parar"], ["Menino do Rio"], ["Ando Meio Desligado"], ["Mist\u00c3\u00a9rio da Ra\u00c3\u00a7a"], ["All Star"], ["Menina Bonita"], ["Pescador de Ilus\u00c3\u00b5es"], ["\u00c3\u0080 Vontade (Live Mix)"], ["Maria Fuma\u00c3\u00a7a"], ["Sambassim (dj patife remix)"], ["Garota De Ipanema"], ["Tim Tim Por Tim Tim"], ["Tarde Em Itapo\u00c3\u00a3"], ["Tanto Tempo"], ["Eu Vim Da Bahia - Live"], ["Al\u00c3\u00b4 Al\u00c3\u00b4 Marciano"], ["Linha Do Horizonte"], ["Only A Dream In Rio"], ["Abrir A Porta"], ["Alice"], ["Momentos Que Marcam"], ["Um Jantar Pra Dois"], ["Bumbo Da Mangueira"], ["Mr Funk Samba"], ["Santo Antonio"], ["Por Voc\u00c3\u00aa"], ["S\u00c3\u00b3 Tinha De Ser Com Voc\u00c3\u00aa"], ["Free Speech For The Dumb"], ["It's Electric"], ["Sabbra Cadabra"], ["Turn The Page"], ["Die Die My Darling"], ["Loverman"], ["Mercyful Fate"], ["Astronomy"], ["Whiskey In The Jar"], ["Tuesday's Gone"], ["The More I See"], ["A Kind Of Magic"], ["Under Pressure"], ["Radio GA GA"], ["I Want It All"], ["I Want To Break Free"], ["Innuendo"], ["It's A Hard Life"], ["Breakthru"], ["Who Wants To Live Forever"], ["Headlong"], ["The Miracle"], ["I'm Going Slightly Mad"], ["The Invisible Man"], ["Hammer To Fall"], ["Friends Will Be Friends"], ["The Show Must Go On"], ["One Vision"], ["Detroit Rock City"], ["Black Diamond"], ["Hard Luck Woman"], ["Sure Know Something"], ["Love Gun"], ["Deuce"], ["Goin' Blind"], ["Shock Me"], ["Do You Love Me"], ["She"], ["I Was Made For Loving You"], ["Shout It Out Loud"], ["God Of Thunder"], ["Calling Dr. Love"], ["Beth"], ["Strutter"], ["Rock And Roll All Nite"], ["Cold Gin"], ["Plaster Caster"], ["God Gave Rock 'n' Roll To You"], ["Heart of the Night"], ["De La Luz"], ["Westwood Moon"], ["Midnight"], ["Playtime"], ["Surrender"], ["Valentino's"], ["Believe"], ["As We Sleep"], ["When Evening Falls"], ["J Squared"], ["Best Thing"], ["Maria"], ["Poprocks And Coke"], ["Longview"], ["Welcome To Paradise"], ["Basket Case"], ["When I Come Around"], ["She"], ["J.A.R. (Jason Andrew Relva)"], ["Geek Stink Breath"], ["Brain Stew"], ["Jaded"], ["Walking Contradiction"], ["Stuck With Me"], ["Hitchin' A Ride"], ["Good Riddance (Time Of Your Life)"], ["Redundant"], ["Nice Guys Finish Last"], ["Minority"], ["Warning"], ["Waiting"], ["Macy's Day Parade"], ["Into The Light"], ["River Song"], ["She Give Me ..."], ["Don't You Cry"], ["Love Is Blind"], ["Slave"], ["Cry For Love"], ["Living On Love"], ["Midnight Blue"], ["Too Many Tears"], ["Don't Lie To Me"], ["Wherever You May Go"], ["Grito De Alerta"], ["N\u00c3\u00a3o D\u00c3\u00a1 Mais Pra Segurar (Explode Cora\u00c3\u00a7\u00c3\u00a3o)"], ["Come\u00c3\u00a7aria Tudo Outra Vez"], ["O Que \u00c3\u0089 O Que \u00c3\u0089 ?"], ["Sangrando"], ["Diga L\u00c3\u00a1, Cora\u00c3\u00a7\u00c3\u00a3o"], ["Lindo Lago Do Amor"], ["Eu Apenas Queria Que Vo\u00c3\u00a7\u00c3\u00aa Soubesse"], ["Com A Perna No Mundo"], ["E Vamos \u00c3\u0080 Luta"], ["Um Homem Tamb\u00c3\u00a9m Chora (Guerreiro Menino)"], ["Comportamento Geral"], ["Ponto De Interroga\u00c3\u00a7\u00c3\u00a3o"], ["Espere Por Mim, Morena"], ["Meia-Lua Inteira"], ["Voce e Linda"], ["Um Indio"], ["Podres Poderes"], ["Voce Nao Entende Nada - Cotidiano"], ["O Estrangeiro"], ["Menino Do Rio"], ["Qualquer Coisa"], ["Sampa"], ["Queixa"], ["O Leaozinho"], ["Fora Da Ordem"], ["Terra"], ["Alegria, Alegria"], ["Balada Do Louco"], ["Ando Meio Desligado"], ["Top Top"], ["Baby"], ["A E O Z"], ["Panis Et Circenses"], ["Ch\u00c3\u00a3o De Estrelas"], ["Vida De Cachorro"], ["Bat Macumba"], ["Desculpe Babe"], ["Rita Lee"], ["Posso Perder Minha Mulher, Minha M\u00c3\u00a3e, Desde Que Eu Tenha O Rock And Roll"], ["Banho De Lua"], ["Meu Refrigerador N\u00c3\u00a3o Funciona"], ["Burn"], ["Stormbringer"], ["Gypsy"], ["Lady Double Dealer"], ["Mistreated"], ["Smoke On The Water"], ["You Fool No One"], ["Custard Pie"], ["The Rover"], ["In My Time Of Dying"], ["Houses Of The Holy"], ["Trampled Under Foot"], ["Kashmir"], ["Imperatriz"], ["Beija-Flor"], ["Viradouro"], ["Mocidade"], ["Unidos Da Tijuca"], ["Salgueiro"], ["Mangueira"], ["Uni\u00c3\u00a3o Da Ilha"], ["Grande Rio"], ["Portela"], ["Caprichosos"], ["Tradi\u00c3\u00a7\u00c3\u00a3o"], ["Imp\u00c3\u00a9rio Serrano"], ["Tuiuti"], ["(Da Le) Yaleo"], ["Love Of My Life"], ["Put Your Lights On"], ["Africa Bamba"], ["Smooth"], ["Do You Like The Way"], ["Maria Maria"], ["Migra"], ["Corazon Espinado"], ["Wishing It Was"], ["El Farol"], ["Primavera"], ["The Calling"], ["Solu\u00c3\u00a7\u00c3\u00a3o"], ["Manuel"], ["Entre E Ou\u00c3\u00a7a"], ["Um Contrato Com Deus"], ["Um Jantar Pra Dois"], ["Vamos Dan\u00c3\u00a7ar"], ["Um Love"], ["Seis Da Tarde"], ["Baixo Rio"], ["Sombras Do Meu Destino"], ["Do You Have Other Loves?"], ["Agora Que O Dia Acordou"], ["J\u00c3\u00a1!!!"], ["A Rua"], ["Now's The Time"], ["Jeru"], ["Compulsion"], ["Tempus Fugit"], ["Walkin'"], ["'Round Midnight"], ["Bye Bye Blackbird"], ["New Rhumba"], ["Generique"], ["Summertime"], ["So What"], ["The Pan Piper"], ["Someday My Prince Will Come"], ["My Funny Valentine (Live)"], ["E.S.P."], ["Nefertiti"], ["Petits Machins (Little Stuff)"], ["Miles Runs The Voodoo Down"], ["Little Church (Live)"], ["Black Satin"], ["Jean Pierre (Live)"], ["Time After Time"], ["Portia"], ["Space Truckin'"], ["Going Down / Highway Star"], ["Mistreated (Alternate Version)"], ["You Fool No One (Alternate Version)"], ["Jeepers Creepers"], ["Blue Rythm Fantasy"], ["Drum Boogie"], ["Let Me Off Uptown"], ["Leave Us Leap"], ["Opus No.1"], ["Boogie Blues"], ["How High The Moon"], ["Disc Jockey Jump"], ["Up An' Atom"], ["Bop Boogie"], ["Lemon Drop"], ["Coronation Drop"], ["Overtime"], ["Imagination"], ["Don't Take Your Love From Me"], ["Midget"], ["I'm Coming Virginia"], ["Payin' Them Dues Blues"], ["Jungle Drums"], ["Showcase"], ["Swedish Schnapps"], ["Samba Da B\u00c3\u00aan\u00c3\u00a7\u00c3\u00a3o"], ["Pot-Pourri N.\u00c2\u00ba 4"], ["Onde Anda Voc\u00c3\u00aa"], ["Samba Da Volta"], ["Canto De Ossanha"], ["Pot-Pourri N.\u00c2\u00ba 5"], ["Formosa"], ["Como \u00c3\u0089 Duro Trabalhar"], ["Minha Namorada"], ["Por Que Ser\u00c3\u00a1"], ["Berimbau"], ["Deixa"], ["Pot-Pourri N.\u00c2\u00ba 2"], ["Samba Em Prel\u00c3\u00badio"], ["Carta Ao Tom 74"], ["Linha de Passe (Jo\u00c3\u00a3o Bosco)"], ["Pela Luz dos Olhos Teus (Mi\u00c3\u00bacha e Tom Jobim)"], ["Ch\u00c3\u00a3o de Giz (Elba Ramalho)"], ["Marina (Dorival Caymmi)"], ["Aquarela (Toquinho)"], ["Cora\u00c3\u00a7\u00c3\u00a3o do Agreste (Faf\u00c3\u00a1 de Bel\u00c3\u00a9m)"], ["Dona (Roupa Nova)"], ["Come\u00c3\u00a7aria Tudo Outra Vez (Maria Creuza)"], ["Ca\u00c3\u00a7ador de Mim (S\u00c3\u00a1 & Guarabyra)"], ["Romaria (Renato Teixeira)"], ["As Rosas N\u00c3\u00a3o Falam (Beth Carvalho)"], ["Wave (Os Cariocas)"], ["Garota de Ipanema (Dick Farney)"], ["Preciso Apender a Viver S\u00c3\u00b3 (Maysa)"], ["Susie Q"], ["I Put A Spell On You"], ["Proud Mary"], ["Bad Moon Rising"], ["Lodi"], ["Green River"], ["Commotion"], ["Down On The Corner"], ["Fortunate Son"], ["Travelin' Band"], ["Who'll Stop The Rain"], ["Up Around The Bend"], ["Run Through The Jungle"], ["Lookin' Out My Back Door"], ["Long As I Can See The Light"], ["I Heard It Through The Grapevine"], ["Have You Ever Seen The Rain?"], ["Hey Tonight"], ["Sweet Hitch-Hiker"], ["Someday Never Comes"], ["Walking On The Water"], ["Suzie-Q, Pt. 2"], ["Born On The Bayou"], ["Good Golly Miss Molly"], ["Tombstone Shadow"], ["Wrote A Song For Everyone"], ["Night Time Is The Right Time"], ["Cotton Fields"], ["It Came Out Of The Sky"], ["Don't Look Now"], ["The Midnight Special"], ["Before You Accuse Me"], ["My Baby Left Me"], ["Pagan Baby"], ["(Wish I Could) Hideaway"], ["It's Just A Thought"], ["Molina"], ["Born To Move"], ["Lookin' For A Reason"], ["Hello Mary Lou"], ["Gatas Extraordin\u00c3\u00a1rias"], ["Brasil"], ["Eu Sou Neguinha (Ao Vivo)"], ["Gera\u00c3\u00a7\u00c3\u00a3o Coca-Cola (Ao Vivo)"], ["Lanterna Dos Afogados"], ["Coron\u00c3\u00a9 Antonio Bento"], ["Voc\u00c3\u00aa Passa, Eu Acho Gra\u00c3\u00a7a (Ao Vivo)"], ["Meu Mundo Fica Completo (Com Voc\u00c3\u00aa)"], ["1\u00c2\u00b0 De Julho"], ["M\u00c3\u00basica Urbana 2"], ["Vida Bandida (Ao Vivo)"], ["Palavras Ao Vento"], ["N\u00c3\u00a3o Sei O Que Eu Quero Da Vida"], ["Woman Is The Nigger Of The World (Ao Vivo)"], ["Juventude Transviada (Ao Vivo)"], ["Malandragem"], ["O Segundo Sol"], ["Smells Like Teen Spirit (Ao Vivo)"], ["E.C.T."], ["Todo Amor Que Houver Nesta Vida"], ["Metr\u00c3\u00b4. Linha 743"], ["N\u00c3\u00b3s (Ao Vivo)"], ["Na Cad\u00c3\u00aancia Do Samba"], ["Admir\u00c3\u00a1vel Gado Novo"], ["Eleanor Rigby"], ["Socorro"], ["Blues Da Piedade"], ["Rubens"], ["N\u00c3\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione"], ["Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)"], ["Comin' Home"], ["Lady Luck"], ["Gettin' Tighter"], ["Dealer"], ["I Need Love"], ["Drifter"], ["Love Child"], ["This Time Around / Owed to 'G' instrumental"], ["You Keep On Moving"], ["Speed King"], ["Bloodsucker"], ["Child In Time"], ["Flight Of The Rat"], ["Into The Fire"], ["Living Wreck"], ["Hard Lovin' Man"], ["Fireball"], ["No No No"], ["Strange Kind Of Woman"], ["Anyone's Daughter"], ["The Mule"], ["Fools"], ["No One Came"], ["Knocking At Your Back Door"], ["Bad Attitude"], ["Child In Time (Son Of Aleric - Instrumental)"], ["Nobody's Home"], ["Black Night"], ["Perfect Strangers"], ["The Unwritten Law"], ["Call Of The Wild"], ["Hush"], ["Smoke On The Water"], ["Space Trucking"], ["Highway Star"], ["Maybe I'm A Leo"], ["Pictures Of Home"], ["Never Before"], ["Smoke On The Water"], ["Lazy"], ["Space Truckin'"], ["Vavoom : Ted The Mechanic"], ["Loosen My Strings"], ["Soon Forgotten"], ["Sometimes I Feel Like Screaming"], ["Cascades : I'm Not Your Lover"], ["The Aviator"], ["Rosa's Cantina"], ["A Castle Full Of Rascals"], ["A Touch Away"], ["Hey Cisco"], ["Somebody Stole My Guitar"], ["The Purpendicular Waltz"], ["King Of Dreams"], ["The Cut Runs Deep"], ["Fire In The Basement"], ["Truth Hurts"], ["Breakfast In Bed"], ["Love Conquers All"], ["Fortuneteller"], ["Too Much Is Not Enough"], ["Wicked Ways"], ["Stormbringer"], ["Love Don't Mean a Thing"], ["Holy Man"], ["Hold On"], ["Lady Double Dealer"], ["You Can't Do it Right (With the One You Love)"], ["High Ball Shooter"], ["The Gypsy"], ["Soldier Of Fortune"], ["The Battle Rages On"], ["Lick It Up"], ["Anya"], ["Talk About Love"], ["Time To Kill"], ["Ramshackle Man"], ["A Twist In The Tail"], ["Nasty Piece Of Work"], ["Solitaire"], ["One Man's Meat"], ["Pour Some Sugar On Me"], ["Photograph"], ["Love Bites"], ["Let's Get Rocked"], ["Two Steps Behind [Acoustic Version]"], ["Animal"], ["Heaven Is"], ["Rocket"], ["When Love & Hate Collide"], ["Action"], ["Make Love Like A Man"], ["Armageddon It"], ["Have You Ever Needed Someone So Bad"], ["Rock Of Ages"], ["Hysteria"], ["Bringin' On The Heartbreak"], ["Roll Call"], ["Otay"], ["Groovus Interruptus"], ["Paris On Mine"], ["In Time"], ["Plan B"], ["Outbreak"], ["Baltimore, DC"], ["Talkin Loud and Saying Nothin"], ["P\u00c3\u00a9tala"], ["Meu Bem-Querer"], ["Cigano"], ["Boa Noite"], ["Fato Consumado"], ["Faltando Um Peda\u00c3\u00a7o"], ["\u00c3\u0081libi"], ["Esquinas"], ["Se..."], ["Eu Te Devoro"], ["Lil\u00c3\u00a1s"], ["Acelerou"], ["Um Amor Puro"], ["Samurai"], ["Nem Um Dia"], ["Oceano"], ["A\u00c3\u00a7ai"], ["Serrado"], ["Flor De Lis"], ["Amar \u00c3\u0089 Tudo"], ["Azul"], ["Seduzir"], ["A Carta"], ["Sina"], ["Acelerou"], ["Um Amor Puro"], ["O B\u00c3\u00aabado e a Equilibrista"], ["O Mestre-Sala dos Mares"], ["Atr\u00c3\u00a1s da Porta"], ["Dois Pra L\u00c3\u00a1, Dois Pra C\u00c3\u00a1"], ["Casa no Campo"], ["Romaria"], ["Al\u00c3\u00b4, Al\u00c3\u00b4, Marciano"], ["Me Deixas Louca"], ["Fascina\u00c3\u00a7\u00c3\u00a3o"], ["Saudosa Maloca"], ["As Apar\u00c3\u00aancias Enganam"], ["Madalena"], ["Maria Rosa"], ["Aprendendo A Jogar"], ["Layla"], ["Badge"], ["I Feel Free"], ["Sunshine Of Your Love"], ["Crossroads"], ["Strange Brew"], ["White Room"], ["Bell Bottom Blues"], ["Cocaine"], ["I Shot The Sheriff"], ["After Midnight"], ["Swing Low Sweet Chariot"], ["Lay Down Sally"], ["Knockin On Heavens Door"], ["Wonderful Tonight"], ["Let It Grow"], ["Promises"], ["I Can't Stand It"], ["Signe"], ["Before You Accuse Me"], ["Hey Hey"], ["Tears In Heaven"], ["Lonely Stranger"], ["Nobody Knows You When You're Down & Out"], ["Layla"], ["Running On Faith"], ["Walkin' Blues"], ["Alberta"], ["San Francisco Bay Blues"], ["Malted Milk"], ["Old Love"], ["Rollin' And Tumblin'"], ["Collision"], ["Stripsearch"], ["Last Cup Of Sorrow"], ["Naked In Front Of The Computer"], ["Helpless"], ["Mouth To Mouth"], ["Ashes To Ashes"], ["She Loves Me Not"], ["Got That Feeling"], ["Paths Of Glory"], ["Home Sick Home"], ["Pristina"], ["Land Of Sunshine"], ["Caffeine"], ["Midlife Crisis"], ["RV"], ["Smaller And Smaller"], ["Everything's Ruined"], ["Malpractice"], ["Kindergarten"], ["Be Aggressive"], ["A Small Victory"], ["Crack Hitler"], ["Jizzlobber"], ["Midnight Cowboy"], ["Easy"], ["Get Out"], ["Ricochet"], ["Evidence"], ["The Gentle Art Of Making Enemies"], ["Star A.D."], ["Cuckoo For Caca"], ["Caralho Voador"], ["Ugly In The Morning"], ["Digging The Grave"], ["Take This Bottle"], ["King For A Day"], ["What A Day"], ["The Last To Know"], ["Just A Man"], ["Absolute Zero"], ["From Out Of Nowhere"], ["Epic"], ["Falling To Pieces"], ["Surprise! You're Dead!"], ["Zombie Eaters"], ["The Real Thing"], ["Underwater Love"], ["The Morning After"], ["Woodpecker From Mars"], ["War Pigs"], ["Edge Of The World"], ["Deixa Entrar"], ["Falamansa Song"], ["Xote Dos Milagres"], ["Rindo \u00c3\u0080 Toa"], ["Confid\u00c3\u00aancia"], ["Forr\u00c3\u00b3 De T\u00c3\u00b3quio"], ["Zeca Violeiro"], ["Avisa"], ["Principiando/Decolagem"], ["Asas"], ["Medo De Escuro"], ["Ora\u00c3\u00a7\u00c3\u00a3o"], ["Minha Gata"], ["Desaforo"], ["In Your Honor"], ["No Way Back"], ["Best Of You"], ["DOA"], ["Hell"], ["The Last Song"], ["Free Me"], ["Resolve"], ["The Deepest Blues Are Black"], ["End Over End"], ["Still"], ["What If I Do?"], ["Miracle"], ["Another Round"], ["Friend Of A Friend"], ["Over And Out"], ["On The Mend"], ["Virginia Moon"], ["Cold Day In The Sun"], ["Razor"], ["All My Life"], ["Low"], ["Have It All"], ["Times Like These"], ["Disenchanted Lullaby"], ["Tired Of You"], ["Halo"], ["Lonely As You"], ["Overdrive"], ["Burn Away"], ["Come Back"], ["Doll"], ["Monkey Wrench"], ["Hey, Johnny Park!"], ["My Poor Brain"], ["Wind Up"], ["Up In Arms"], ["My Hero"], ["See You"], ["Enough Space"], ["February Stars"], ["Everlong"], ["Walking After You"], ["New Way Home"], ["My Way"], ["Strangers In The Night"], ["New York, New York"], ["I Get A Kick Out Of You"], ["Something Stupid"], ["Moon River"], ["What Now My Love"], ["Summer Love"], ["For Once In My Life"], ["Love And Marriage"], ["They Can't Take That Away From Me"], ["My Kind Of Town"], ["Fly Me To The Moon"], ["I've Got You Under My Skin"], ["The Best Is Yet To Come"], ["It Was A Very Good Year"], ["Come Fly With Me"], ["That's Life"], ["The Girl From Ipanema"], ["The Lady Is A Tramp"], ["Bad, Bad Leroy Brown"], ["Mack The Knife"], ["Loves Been Good To Me"], ["L.A. Is My Lady"], ["Entrando Na Sua (Intro)"], ["Nervosa"], ["Funk De Bamba (Com Fernanda Abreu)"], ["Call Me At Cleo\u00c2\u00b4s"], ["Olhos Coloridos (Com Sandra De S\u00c3\u00a1)"], ["Zamba\u00c3\u00a7\u00c3\u00a3o"], ["Funk Hum"], ["Forty Days (Com DJ Hum)"], ["Balada Da Paula"], ["Dujji"], ["Meu Guarda-Chuva"], ["Mot\u00c3\u00a9is"], ["Whistle Stop"], ["16 Toneladas"], ["Divirta-Se (Saindo Da Sua)"], ["Forty Days Instrumental"], ["\u00c3\u0093ia Eu Aqui De Novo"], ["Bai\u00c3\u00a3o Da Penha"], ["Esperando Na Janela"], ["Juazeiro"], ["\u00c3\u009altimo Pau-De-Arara"], ["Asa Branca"], ["Qui Nem Jil\u00c3\u00b3"], ["Assum Preto"], ["Pau-De-Arara"], ["A Volta Da Asa Branca"], ["O Amor Daqui De Casa"], ["As Pegadas Do Amor"], ["Lamento Sertanejo"], ["Casinha Feliz"], ["Introdu\u00c3\u00a7\u00c3\u00a3o (Live)"], ["Palco (Live)"], ["Is This Love (Live)"], ["Stir It Up (Live)"], ["Refavela (Live)"], ["Vendedor De Caranguejo (Live)"], ["Quanta (Live)"], ["Estrela (Live)"], ["Pela Internet (Live)"], ["C\u00c3\u00a9rebro Eletr\u00c3\u00b4nico (Live)"], ["Opachor\u00c3\u00b4 (Live)"], ["Copacabana (Live)"], ["A Novidade (Live)"], ["Ghandi (Live)"], ["De Ouro E Marfim (Live)"], ["Doce De Carnaval (Candy All)"], ["Lamento De Carnaval"], ["Pretinha"], ["A Novidade"], ["Tenho Sede"], ["Refazenda"], ["Realce"], ["Esot\u00c3\u00a9rico"], ["Dr\u00c3\u00a3o"], ["A Paz"], ["Beira Mar"], ["Sampa"], ["Parabolicamar\u00c3\u00a1"], ["Tempo Rei"], ["Expresso 2222"], ["Aquele Abra\u00c3\u00a7o"], ["Palco"], ["Toda Menina Baiana"], ["S\u00c3\u00adtio Do Pica-Pau Amarelo"], ["Straight Out Of Line"], ["Faceless"], ["Changes"], ["Make Me Believe"], ["I Stand Alone"], ["Re-Align"], ["I Fucking Hate You"], ["Releasing The Demons"], ["Dead And Broken"], ["I Am"], ["The Awakening"], ["Serenity"], ["American Idiot"], ["Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home"], ["Holiday"], ["Boulevard Of Broken Dreams"], ["Are We The Waiting"], ["St. Jimmy"], ["Give Me Novacaine"], ["She's A Rebel"], ["Extraordinary Girl"], ["Letterbomb"], ["Wake Me Up When September Ends"], ["Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again"], ["Whatsername"], ["Welcome to the Jungle"], ["It's So Easy"], ["Nightrain"], ["Out Ta Get Me"], ["Mr. Brownstone"], ["Paradise City"], ["My Michelle"], ["Think About You"], ["Sweet Child O' Mine"], ["You're Crazy"], ["Anything Goes"], ["Rocket Queen"], ["Right Next Door to Hell"], ["Dust N' Bones"], ["Live and Let Die"], ["Don't Cry (Original)"], ["Perfect Crime"], ["You Ain't the First"], ["Bad Obsession"], ["Back off Bitch"], ["Double Talkin' Jive"], ["November Rain"], ["The Garden"], ["Garden of Eden"], ["Don't Damn Me"], ["Bad Apples"], ["Dead Horse"], ["Coma"], ["Civil War"], ["14 Years"], ["Yesterdays"], ["Knockin' On Heaven's Door"], ["Get In The Ring"], ["Shotgun Blues"], ["Breakdown"], ["Pretty Tied Up"], ["Locomotive"], ["So Fine"], ["Estranged"], ["You Could Be Mine"], ["Don't Cry"], ["My World"], ["Colibri"], ["Love Is The Colour"], ["Magnetic Ocean"], ["Deep Waters"], ["L'Arc En Ciel De Miles"], ["Gypsy"], ["Journey Into Sunlight"], ["Sunchild"], ["Millenium"], ["Thinking 'Bout Tomorrow"], ["Jacob's Ladder"], ["She Wears Black"], ["Dark Side Of The Cog"], ["Different World"], ["These Colours Don't Run"], ["Brighter Than a Thousand Suns"], ["The Pilgrim"], ["The Longest Day"], ["Out of the Shadows"], ["The Reincarnation of Benjamin Breeg"], ["For the Greater Good of God"], ["Lord of Light"], ["The Legacy"], ["Hallowed Be Thy Name (Live) [Non Album Bonus Track]"], ["The Number Of The Beast"], ["The Trooper"], ["Prowler"], ["Transylvania"], ["Remember Tomorrow"], ["Where Eagles Dare"], ["Sanctuary"], ["Running Free"], ["Run To The Hilss"], ["2 Minutes To Midnight"], ["Iron Maiden"], ["Hallowed Be Thy Name"], ["Be Quick Or Be Dead"], ["From Here To Eternity"], ["Can I Play With Madness"], ["Wasting Love"], ["Tailgunner"], ["The Evil That Men Do"], ["Afraid To Shoot Strangers"], ["Bring Your Daughter... To The Slaughter"], ["Heaven Can Wait"], ["The Clairvoyant"], ["Fear Of The Dark"], ["The Wicker Man"], ["Ghost Of The Navigator"], ["Brave New World"], ["Blood Brothers"], ["The Mercenary"], ["Dream Of Mirrors"], ["The Fallen Angel"], ["The Nomad"], ["Out Of The Silent Planet"], ["The Thin Line Between Love & Hate"], ["Wildest Dreams"], ["Rainmaker"], ["No More Lies"], ["Montsegur"], ["Dance Of Death"], ["Gates Of Tomorrow"], ["New Frontier"], ["Paschendale"], ["Face In The Sand"], ["Age Of Innocence"], ["Journeyman"], ["Be Quick Or Be Dead"], ["From Here To Eternity"], ["Afraid To Shoot Strangers"], ["Fear Is The Key"], ["Childhood's End"], ["Wasting Love"], ["The Fugitive"], ["Chains Of Misery"], ["The Apparition"], ["Judas Be My Guide"], ["Weekend Warrior"], ["Fear Of The Dark"], ["01 - Prowler"], ["02 - Sanctuary"], ["03 - Remember Tomorrow"], ["04 - Running Free"], ["05 - Phantom of the Opera"], ["06 - Transylvania"], ["07 - Strange World"], ["08 - Charlotte the Harlot"], ["09 - Iron Maiden"], ["The Ides Of March"], ["Wrathchild"], ["Murders In The Rue Morgue"], ["Another Life"], ["Genghis Khan"], ["Innocent Exile"], ["Killers"], ["Prodigal Son"], ["Purgatory"], ["Drifter"], ["Intro- Churchill S Speech"], ["Aces High"], ["2 Minutes To Midnight"], ["The Trooper"], ["Revelations"], ["Flight Of Icarus"], ["Rime Of The Ancient Mariner"], ["Powerslave"], ["The Number Of The Beast"], ["Hallowed Be Thy Name"], ["Iron Maiden"], ["Run To The Hills"], ["Running Free"], ["Wrathchild"], ["Acacia Avenue"], ["Children Of The Damned"], ["Die With Your Boots On"], ["Phantom Of The Opera"], ["Be Quick Or Be Dead"], ["The Number Of The Beast"], ["Wrathchild"], ["From Here To Eternity"], ["Can I Play With Madness"], ["Wasting Love"], ["Tailgunner"], ["The Evil That Men Do"], ["Afraid To Shoot Strangers"], ["Fear Of The Dark"], ["Bring Your Daughter... To The Slaughter..."], ["The Clairvoyant"], ["Heaven Can Wait"], ["Run To The Hills"], ["2 Minutes To Midnight"], ["Iron Maiden"], ["Hallowed Be Thy Name"], ["The Trooper"], ["Sanctuary"], ["Running Free"], ["Tailgunner"], ["Holy Smoke"], ["No Prayer For The Dying"], ["Public Enema Number One"], ["Fates Warning"], ["The Assassin"], ["Run Silent Run Deep"], ["Hooks In You"], ["Bring Your Daughter... ...To The Slaughter"], ["Mother Russia"], ["Where Eagles Dare"], ["Revelations"], ["Flight Of The Icarus"], ["Die With Your Boots On"], ["The Trooper"], ["Still Life"], ["Quest For Fire"], ["Sun And Steel"], ["To Tame A Land"], ["Aces High"], ["2 Minutes To Midnight"], ["Losfer Words"], ["Flash of The Blade"], ["Duelists"], ["Back in the Village"], ["Powerslave"], ["Rime of the Ancient Mariner"], ["Intro"], ["The Wicker Man"], ["Ghost Of The Navigator"], ["Brave New World"], ["Wrathchild"], ["2 Minutes To Midnight"], ["Blood Brothers"], ["Sign Of The Cross"], ["The Mercenary"], ["The Trooper"], ["Dream Of Mirrors"], ["The Clansman"], ["The Evil That Men Do"], ["Fear Of The Dark"], ["Iron Maiden"], ["The Number Of The Beast"], ["Hallowed Be Thy Name"], ["Sanctuary"], ["Run To The Hills"], ["Moonchild"], ["Infinite Dreams"], ["Can I Play With Madness"], ["The Evil That Men Do"], ["Seventh Son of a Seventh Son"], ["The Prophecy"], ["The Clairvoyant"], ["Only the Good Die Young"], ["Caught Somewhere in Time"], ["Wasted Years"], ["Sea of Madness"], ["Heaven Can Wait"], ["Stranger in a Strange Land"], ["Alexander the Great"], ["De Ja Vu"], ["The Loneliness of the Long Dis"], ["22 Acacia Avenue"], ["Children of the Damned"], ["Gangland"], ["Hallowed Be Thy Name"], ["Invaders"], ["Run to the Hills"], ["The Number Of The Beast"], ["The Prisoner"], ["Sign Of The Cross"], ["Lord Of The Flies"], ["Man On The Edge"], ["Fortunes Of War"], ["Look For The Truth"], ["The Aftermath"], ["Judgement Of Heaven"], ["Blood On The World's Hands"], ["The Edge Of Darkness"], ["2 A.M."], ["The Unbeliever"], ["Futureal"], ["The Angel And The Gambler"], ["Lightning Strikes Twice"], ["The Clansman"], ["When Two Worlds Collide"], ["The Educated Fool"], ["Don't Look To The Eyes Of A Stranger"], ["Como Estais Amigos"], ["Please Please Please"], ["Think"], ["Night Train"], ["Out Of Sight"], ["Papa's Got A Brand New Bag Pt.1"], ["I Got You (I Feel Good)"], ["It's A Man's Man's Man's World"], ["Cold Sweat"], ["Say It Loud, I'm Black And I'm Proud Pt.1"], ["Get Up (I Feel Like Being A) Sex Machine"], ["Hey America"], ["Make It Funky Pt.1"], ["I'm A Greedy Man Pt.1"], ["Get On The Good Foot"], ["Get Up Offa That Thing"], ["It's Too Funky In Here"], ["Living In America"], ["I'm Real"], ["Hot Pants Pt.1"], ["Soul Power (Live)"], ["When You Gonna Learn (Digeridoo)"], ["Too Young To Die"], ["Hooked Up"], ["If I Like It, I Do It"], ["Music Of The Wind"], ["Emergency On Planet Earth"], ["Whatever It Is, I Just Can't Stop"], ["Blow Your Mind"], ["Revolution 1993"], ["Didgin' Out"], ["Canned Heat"], ["Planet Home"], ["Black Capricorn Day"], ["Soul Education"], ["Failling"], ["Destitute Illusions"], ["Supersonic"], ["Butterfly"], ["Were Do We Go From Here"], ["King For A Day"], ["Deeper Underground"], ["Just Another Story"], ["Stillness In Time"], ["Half The Man"], ["Light Years"], ["Manifest Destiny"], ["The Kids"], ["Mr. Moon"], ["Scam"], ["Journey To Arnhemland"], ["Morning Glory"], ["Space Cowboy"], ["Last Chance"], ["Are You Gonna Be My Girl"], ["Rollover D.J."], ["Look What You've Done"], ["Get What You Need"], ["Move On"], ["Radio Song"], ["Get Me Outta Here"], ["Cold Hard Bitch"], ["Come Around Again"], ["Take It Or Leave It"], ["Lazy Gun"], ["Timothy"], ["Foxy Lady"], ["Manic Depression"], ["Red House"], ["Can You See Me"], ["Love Or Confusion"], ["I Don't Live Today"], ["May This Be Love"], ["Fire"], ["Third Stone From The Sun"], ["Remember"], ["Are You Experienced?"], ["Hey Joe"], ["Stone Free"], ["Purple Haze"], ["51st Anniversary"], ["The Wind Cries Mary"], ["Highway Chile"], ["Surfing with the Alien"], ["Ice 9"], ["Crushing Day"], ["Always With Me, Always With You"], ["Satch Boogie"], ["Hill of the Skull"], ["Circles"], ["Lords of Karma"], ["Midnight"], ["Echo"], ["Engenho De Dentro"], ["Alcohol"], ["Mama Africa"], ["Salve Simpatia"], ["W/Brasil (Chama O S\u00c3\u00adndico)"], ["Pa\u00c3\u00ads Tropical"], ["Os Alquimistas Est\u00c3\u00a3o Chegando"], ["Charles Anjo 45"], ["Selassi\u00c3\u00aa"], ["Menina Sarar\u00c3\u00a1"], ["Que Maravilha"], ["Santa Clara Clareou"], ["Filho Maravilha"], ["Taj Mahal"], ["Rapidamente"], ["As Dores do Mundo"], ["Vou Pra Ai"], ["My Brother"], ["H\u00c3\u00a1 Quanto Tempo"], ["V\u00c3\u00adcio"], ["Encontrar Algu\u00c3\u00a9m"], ["Dance Enquanto \u00c3\u00a9 Tempo"], ["A Tarde"], ["Always Be All Right"], ["Sem Sentido"], ["Onibusfobia"], ["Pura Elegancia"], ["Choramingando"], ["Por Merecer"], ["No Futuro"], ["Voce Inteira"], ["Cuando A Noite Vai Chegando"], ["Naquele Dia"], ["Equinocio"], ["Papel\u00c3\u00a3o"], ["Cuando Eu For Pro Ceu"], ["Do Nosso Amor"], ["Borogodo"], ["Cafezinho"], ["Enquanto O Dia N\u00c3\u00a3o Vem"], ["The Green Manalishi"], ["Living After Midnight"], ["Breaking The Law (Live)"], ["Hot Rockin'"], ["Heading Out To The Highway (Live)"], ["The Hellion"], ["Electric Eye"], ["You've Got Another Thing Comin'"], ["Turbo Lover"], ["Freewheel Burning"], ["Some Heads Are Gonna Roll"], ["Metal Meltdown"], ["Ram It Down"], ["Diamonds And Rust (Live)"], ["Victim Of Change (Live)"], ["Tyrant (Live)"], ["Comin' Home"], ["Plaster Caster"], ["Goin' Blind"], ["Do You Love Me"], ["Domino"], ["Sure Know Something"], ["A World Without Heroes"], ["Rock Bottom"], ["See You Tonight"], ["I Still Love You"], ["Every Time I Look At You"], ["2,000 Man"], ["Beth"], ["Nothin' To Lose"], ["Rock And Roll All Nite"], ["Immigrant Song"], ["Heartbreaker"], ["Since I've Been Loving You"], ["Black Dog"], ["Dazed And Confused"], ["Stairway To Heaven"], ["Going To California"], ["That's The Way"], ["Whole Lotta Love (Medley)"], ["Thank You"], ["We're Gonna Groove"], ["Poor Tom"], ["I Can't Quit You Baby"], ["Walter's Walk"], ["Ozone Baby"], ["Darlene"], ["Bonzo's Montreux"], ["Wearing And Tearing"], ["The Song Remains The Same"], ["The Rain Song"], ["Over The Hills And Far Away"], ["The Crunge"], ["Dancing Days"], ["D'Yer Mak'er"], ["No Quarter"], ["The Ocean"], ["In The Evening"], ["South Bound Saurez"], ["Fool In The Rain"], ["Hot Dog"], ["Carouselambra"], ["All My Love"], ["I'm Gonna Crawl"], ["Black Dog"], ["Rock & Roll"], ["The Battle Of Evermore"], ["Stairway To Heaven"], ["Misty Mountain Hop"], ["Four Sticks"], ["Going To California"], ["When The Levee Breaks"], ["Good Times Bad Times"], ["Babe I'm Gonna Leave You"], ["You Shook Me"], ["Dazed and Confused"], ["Your Time Is Gonna Come"], ["Black Mountain Side"], ["Communication Breakdown"], ["I Can't Quit You Baby"], ["How Many More Times"], ["Whole Lotta Love"], ["What Is And What Should Never Be"], ["The Lemon Song"], ["Thank You"], ["Heartbreaker"], ["Living Loving Maid (She's Just A Woman)"], ["Ramble On"], ["Moby Dick"], ["Bring It On Home"], ["Immigrant Song"], ["Friends"], ["Celebration Day"], ["Since I've Been Loving You"], ["Out On The Tiles"], ["Gallows Pole"], ["Tangerine"], ["That's The Way"], ["Bron-Y-Aur Stomp"], ["Hats Off To (Roy) Harper"], ["In The Light"], ["Bron-Yr-Aur"], ["Down By The Seaside"], ["Ten Years Gone"], ["Night Flight"], ["The Wanton Song"], ["Boogie With Stu"], ["Black Country Woman"], ["Sick Again"], ["Achilles Last Stand"], ["For Your Life"], ["Royal Orleans"], ["Nobody's Fault But Mine"], ["Candy Store Rock"], ["Hots On For Nowhere"], ["Tea For One"], ["Rock & Roll"], ["Celebration Day"], ["The Song Remains The Same"], ["Rain Song"], ["Dazed And Confused"], ["No Quarter"], ["Stairway To Heaven"], ["Moby Dick"], ["Whole Lotta Love"], ["Nat\u00c3\u00a1lia"], ["L'Avventura"], ["M\u00c3\u00basica De Trabalho"], ["Longe Do Meu Lado"], ["A Via L\u00c3\u00a1ctea"], ["M\u00c3\u00basica Ambiente"], ["Aloha"], ["Soul Parsifal"], ["Dezesseis"], ["Mil Peda\u00c3\u00a7os"], ["Leila"], ["1\u00c2\u00ba De Julho"], ["Esperando Por Mim"], ["Quando Voc\u00c3\u00aa Voltar"], ["O Livro Dos Dias"], ["Ser\u00c3\u00a1"], ["Ainda \u00c3\u0089 Cedo"], ["Gera\u00c3\u00a7\u00c3\u00a3o Coca-Cola"], ["Eduardo E M\u00c3\u00b4nica"], ["Tempo Perdido"], ["Indios"], ["Que Pa\u00c3\u00ads \u00c3\u0089 Este"], ["Faroeste Caboclo"], ["H\u00c3\u00a1 Tempos"], ["Pais E Filhos"], ["Meninos E Meninas"], ["Vento No Litoral"], ["Perfei\u00c3\u00a7\u00c3\u00a3o"], ["Giz"], ["Dezesseis"], ["Antes Das Seis"], ["Are You Gonna Go My Way"], ["Fly Away"], ["Rock And Roll Is Dead"], ["Again"], ["It Ain't Over 'Til It's Over"], ["Can't Get You Off My Mind"], ["Mr. Cab Driver"], ["American Woman"], ["Stand By My Woman"], ["Always On The Run"], ["Heaven Help"], ["I Belong To You"], ["Believe"], ["Let Love Rule"], ["Black Velveteen"], ["Assim Caminha A Humanidade"], ["Honolulu"], ["Dancin\u00c2\u00b4Days"], ["Um Pro Outro"], ["Aviso Aos Navegantes"], ["Casa"], ["Condi\u00c3\u00a7\u00c3\u00a3o"], ["Hyperconectividade"], ["O Descobridor Dos Sete Mares"], ["Satisfa\u00c3\u00a7\u00c3\u00a3o"], ["Brum\u00c3\u00a1rio"], ["Um Certo Algu\u00c3\u00a9m"], ["Fullg\u00c3\u00a1s"], ["S\u00c3\u00a1bado \u00c3\u0080 Noite"], ["A Cura"], ["Aquilo"], ["Atr\u00c3\u00a1s Do Trio El\u00c3\u00a9trico"], ["Senta A Pua"], ["Ro-Que-Se-Da-Ne"], ["Tudo Bem"], ["Toda Forma De Amor"], ["Tudo Igual"], ["Fogo De Palha"], ["Sereia"], ["Assaltaram A Gram\u00c3\u00a1tica"], ["Se Voc\u00c3\u00aa Pensa"], ["L\u00c3\u00a1 Vem O Sol (Here Comes The Sun)"], ["O \u00c3\u009altimo Rom\u00c3\u00a2ntico (Ao Vivo)"], ["Pseudo Silk Kimono"], ["Kayleigh"], ["Lavender"], ["Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel"], ["Heart Of Lothian: Wide Boy / Curtain Call"], ["Waterhole (Expresso Bongo)"], ["Lords Of The Backstage"], ["Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold"], ["Childhoods End?"], ["White Feather"], ["Arrepio"], ["Magamalabares"], ["Chuva No Brejo"], ["C\u00c3\u00a9rebro Eletr\u00c3\u00b4nico"], ["Tempos Modernos"], ["Mara\u00c3\u00a7\u00c3\u00a1"], ["Blanco"], ["Panis Et Circenses"], ["De Noite Na Cama"], ["Beija Eu"], ["Give Me Love"], ["Ainda Lembro"], ["A Menina Dan\u00c3\u00a7a"], ["Dan\u00c3\u00a7a Da Solid\u00c3\u00a3o"], ["Ao Meu Redor"], ["Bem Leve"], ["Segue O Seco"], ["O Xote Das Meninas"], ["Wherever I Lay My Hat"], ["Get My Hands On Some Lovin'"], ["No Good Without You"], ["You've Been A Long Time Coming"], ["When I Had Your Love"], ["You're What's Happening (In The World Today)"], ["Loving You Is Sweeter Than Ever"], ["It's A Bitter Pill To Swallow"], ["Seek And You Shall Find"], ["Gonna Keep On Tryin' Till I Win Your Love"], ["Gonna Give Her All The Love I've Got"], ["I Wish It Would Rain"], ["Abraham, Martin And John"], ["Save The Children"], ["You Sure Love To Ball"], ["Ego Tripping Out"], ["Praise"], ["Heavy Love Affair"], ["Down Under"], ["Overkill"], ["Be Good Johnny"], ["Everything I Need"], ["Down by the Sea"], ["Who Can It Be Now?"], ["It's a Mistake"], ["Dr. Heckyll & Mr. Jive"], ["Shakes and Ladders"], ["No Sign of Yesterday"], ["Enter Sandman"], ["Sad But True"], ["Holier Than Thou"], ["The Unforgiven"], ["Wherever I May Roam"], ["Don't Tread On Me"], ["Through The Never"], ["Nothing Else Matters"], ["Of Wolf And Man"], ["The God That Failed"], ["My Friend Of Misery"], ["The Struggle Within"], ["Helpless"], ["The Small Hours"], ["The Wait"], ["Crash Course In Brain Surgery"], ["Last Caress/Green Hell"], ["Am I Evil?"], ["Blitzkrieg"], ["Breadfan"], ["The Prince"], ["Stone Cold Crazy"], ["So What"], ["Killing Time"], ["Overkill"], ["Damage Case"], ["Stone Dead Forever"], ["Too Late Too Late"], ["Hit The Lights"], ["The Four Horsemen"], ["Motorbreath"], ["Jump In The Fire"], ["(Anesthesia) Pulling Teeth"], ["Whiplash"], ["Phantom Lord"], ["No Remorse"], ["Seek & Destroy"], ["Metal Militia"], ["Ain't My Bitch"], ["2 X 4"], ["The House Jack Built"], ["Until It Sleeps"], ["King Nothing"], ["Hero Of The Day"], ["Bleeding Me"], ["Cure"], ["Poor Twisted Me"], ["Wasted My Hate"], ["Mama Said"], ["Thorn Within"], ["Ronnie"], ["The Outlaw Torn"], ["Battery"], ["Master Of Puppets"], ["The Thing That Should Not Be"], ["Welcome Home (Sanitarium)"], ["Disposable Heroes"], ["Leper Messiah"], ["Orion"], ["Damage Inc."], ["Fuel"], ["The Memory Remains"], ["Devil's Dance"], ["The Unforgiven II"], ["Better Than You"], ["Slither"], ["Carpe Diem Baby"], ["Bad Seed"], ["Where The Wild Things Are"], ["Prince Charming"], ["Low Man's Lyric"], ["Attitude"], ["Fixxxer"], ["Fight Fire With Fire"], ["Ride The Lightning"], ["For Whom The Bell Tolls"], ["Fade To Black"], ["Trapped Under Ice"], ["Escape"], ["Creeping Death"], ["The Call Of Ktulu"], ["Frantic"], ["St. Anger"], ["Some Kind Of Monster"], ["Dirty Window"], ["Invisible Kid"], ["My World"], ["Shoot Me Again"], ["Sweet Amber"], ["The Unnamed Feeling"], ["Purify"], ["All Within My Hands"], ["Blackened"], ["...And Justice For All"], ["Eye Of The Beholder"], ["One"], ["The Shortest Straw"], ["Harvester Of Sorrow"], ["The Frayed Ends Of Sanity"], ["To Live Is To Die"], ["Dyers Eve"], ["Springsville"], ["The Maids Of Cadiz"], ["The Duke"], ["My Ship"], ["Miles Ahead"], ["Blues For Pablo"], ["New Rhumba"], ["The Meaning Of The Blues"], ["Lament"], ["I Don't Wanna Be Kissed (By Anyone But You)"], ["Springsville (Alternate Take)"], ["Blues For Pablo (Alternate Take)"], ["The Meaning Of The Blues/Lament (Alternate Take)"], ["I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)"], ["Cora\u00c3\u00a7\u00c3\u00a3o De Estudante"], ["A Noite Do Meu Bem"], ["Paisagem Na Janela"], ["Cuitelinho"], ["Caxang\u00c3\u00a1"], ["Nos Bailes Da Vida"], ["Menestrel Das Alagoas"], ["Brasil"], ["Can\u00c3\u00a7\u00c3\u00a3o Do Novo Mundo"], ["Um Gosto De Sol"], ["Solar"], ["Para Lennon E McCartney"], ["Maria, Maria"], ["Minas"], ["F\u00c3\u00a9 Cega, Faca Amolada"], ["Beijo Partido"], ["Saudade Dos Avi\u00c3\u00b5es Da Panair (Conversando No Bar)"], ["Gran Circo"], ["Ponta de Areia"], ["Trastevere"], ["Idolatrada"], ["Leila (Venha Ser Feliz)"], ["Paula E Bebeto"], ["Simples"], ["Norwegian Wood"], ["Caso Voc\u00c3\u00aa Queira Saber"], ["Ace Of Spades"], ["Love Me Like A Reptile"], ["Shoot You In The Back"], ["Live To Win"], ["Fast And Loose"], ["(We Are) The Road Crew"], ["Fire Fire"], ["Jailbait"], ["Dance"], ["Bite The Bullet"], ["The Chase Is Better Than The Catch"], ["The Hammer"], ["Dirty Love"], ["Please Don't Touch"], ["Emergency"], ["Kir Royal"], ["O Que Vai Em Meu Cora\u00c3\u00a7\u00c3\u00a3o"], ["Aos Le\u00c3\u00b5es"], ["Dois \u00c3\u008dndios"], ["Noite Negra"], ["Beijo do Olhar"], ["\u00c3\u0089 Fogo"], ["J\u00c3\u00a1 Foi"], ["S\u00c3\u00b3 Se For Pelo Cabelo"], ["No Clima"], ["A Mo\u00c3\u00a7a e a Chuva"], ["Demorou!"], ["Bitter Pill"], ["Enslaved"], ["Girls, Girls, Girls"], ["Kickstart My Heart"], ["Wild Side"], ["Glitter"], ["Dr. Feelgood"], ["Same Ol' Situation"], ["Home Sweet Home"], ["Afraid"], ["Don't Go Away Mad (Just Go Away)"], ["Without You"], ["Smokin' in The Boys Room"], ["Primal Scream"], ["Too Fast For Love"], ["Looks That Kill"], ["Shout At The Devil"], ["Intro"], ["School"], ["Drain You"], ["Aneurysm"], ["Smells Like Teen Spirit"], ["Been A Son"], ["Lithium"], ["Sliver"], ["Spank Thru"], ["Scentless Apprentice"], ["Heart-Shaped Box"], ["Milk It"], ["Negative Creep"], ["Polly"], ["Breed"], ["Tourette's"], ["Blew"], ["Smells Like Teen Spirit"], ["In Bloom"], ["Come As You Are"], ["Breed"], ["Lithium"], ["Polly"], ["Territorial Pissings"], ["Drain You"], ["Lounge Act"], ["Stay Away"], ["On A Plain"], ["Something In The Way"], ["Time"], ["P.S.Apare\u00c3\u00a7a"], ["Sangue Latino"], ["Folhas Secas"], ["Poeira"], ["M\u00c3\u00a1gica"], ["Quem Mata A Mulher Mata O Melhor"], ["Mundar\u00c3\u00a9u"], ["O Bra\u00c3\u00a7o Da Minha Guitarra"], ["Deus"], ["M\u00c3\u00a3e Terra"], ["\u00c3\u0080s Vezes"], ["Menino De Rua"], ["Prazer E F\u00c3\u00a9"], ["Elza"], ["Requebra"], ["Nossa Gente (Avisa L\u00c3\u00a0)"], ["Olodum - Alegria Geral"], ["Madag\u00c3\u00a1scar Olodum"], ["Fara\u00c3\u00b3 Divindade Do Egito"], ["Todo Amor (Asas Da Liberdade)"], ["Den\u00c3\u00bancia"], ["Olodum, A Banda Do Pel\u00c3\u00b4"], ["Cartao Postal"], ["Jeito Faceiro"], ["Revolta Olodum"], ["Reggae Odoy\u00c3\u00a1"], ["Protesto Do Olodum (Ao Vivo)"], ["Olodum - Smile (Instrumental)"], ["Vulc\u00c3\u00a3o Dub - Fui Eu"], ["O Trem Da Juventude"], ["Manguetown"], ["Um Amor, Um Lugar"], ["Bora-Bora"], ["Vai Valer"], ["I Feel Good (I Got You) - Sossego"], ["Uns Dias"], ["Sincero Breu"], ["Meu Erro"], ["Selvagem"], ["Bras\u00c3\u00adlia 5:31"], ["Tendo A Lua"], ["Que Pa\u00c3\u00ads \u00c3\u0089 Este"], ["Navegar Impreciso"], ["Feira Moderna"], ["Tequila - Lourinha Bombril (Parate Y Mira)"], ["Vamo Bat\u00c3\u00aa Lata"], ["Life During Wartime"], ["Nebulosa Do Amor"], ["Caleidosc\u00c3\u00b3pio"], ["Trac Trac"], ["Tendo A Lua"], ["Mensagen De Amor (2000)"], ["Lourinha Bombril"], ["La Bella Luna"], ["Busca Vida"], ["Uma Brasileira"], ["Luis Inacio (300 Picaretas)"], ["Saber Amar"], ["Ela Disse Adeus"], ["O Amor Nao Sabe Esperar"], ["Aonde Quer Que Eu Va"], ["Caleidosc\u00c3\u00b3pio"], ["\u00c3\u0093culos"], ["Cinema Mudo"], ["Alagados"], ["Lanterna Dos Afogados"], ["Mel\u00c3\u00b4 Do Marinheiro"], ["Vital E Sua Moto"], ["O Beco"], ["Meu Erro"], ["Perplexo"], ["Me Liga"], ["Quase Um Segundo"], ["Selvagem"], ["Romance Ideal"], ["Ser\u00c3\u00a1 Que Vai Chover?"], ["SKA"], ["Bark at the Moon"], ["I Don't Know"], ["Crazy Train"], ["Flying High Again"], ["Mama, I'm Coming Home"], ["No More Tears"], ["I Don't Know"], ["Crazy Train"], ["Believer"], ["Mr. Crowley"], ["Flying High Again"], ["Relvelation (Mother Earth)"], ["Steal Away (The Night)"], ["Suicide Solution (With Guitar Solo)"], ["Iron Man"], ["Children Of The Grave"], ["Paranoid"], ["Goodbye To Romance"], ["No Bone Movies"], ["Dee"], ["Shining In The Light"], ["When The World Was Young"], ["Upon A Golden Horse"], ["Blue Train"], ["Please Read The Letter"], ["Most High"], ["Heart In Your Hand"], ["Walking Into Clarksdale"], ["Burning Up"], ["When I Was A Child"], ["House Of Love"], ["Sons Of Freedom"], ["United Colours"], ["Slug"], ["Your Blue Room"], ["Always Forever Now"], ["A Different Kind Of Blue"], ["Beach Sequence"], ["Miss Sarajevo"], ["Ito Okashi"], ["One Minute Warning"], ["Corpse (These Chains Are Way Too Long)"], ["Elvis Ate America"], ["Plot 180"], ["Theme From The Swan"], ["Theme From Let's Go Native"], ["Wrathchild"], ["Killers"], ["Prowler"], ["Murders In The Rue Morgue"], ["Women In Uniform"], ["Remember Tomorrow"], ["Sanctuary"], ["Running Free"], ["Phantom Of The Opera"], ["Iron Maiden"], ["Corduroy"], ["Given To Fly"], ["Hail, Hail"], ["Daughter"], ["Elderly Woman Behind The Counter In A Small Town"], ["Untitled"], ["MFC"], ["Go"], ["Red Mosquito"], ["Even Flow"], ["Off He Goes"], ["Nothingman"], ["Do The Evolution"], ["Better Man"], ["Black"], ["F*Ckin' Up"], ["Life Wasted"], ["World Wide Suicide"], ["Comatose"], ["Severed Hand"], ["Marker In The Sand"], ["Parachutes"], ["Unemployable"], ["Big Wave"], ["Gone"], ["Wasted Reprise"], ["Army Reserve"], ["Come Back"], ["Inside Job"], ["Can't Keep"], ["Save You"], ["Love Boat Captain"], ["Cropduster"], ["Ghost"], ["I Am Mine"], ["Thumbing My Way"], ["You Are"], ["Get Right"], ["Green Disease"], ["Help Help"], ["Bushleager"], ["1/2 Full"], ["Arc"], ["All or None"], ["Once"], ["Evenflow"], ["Alive"], ["Why Go"], ["Black"], ["Jeremy"], ["Oceans"], ["Porch"], ["Garden"], ["Deep"], ["Release"], ["Go"], ["Animal"], ["Daughter"], ["Glorified G"], ["Dissident"], ["W.M.A."], ["Blood"], ["Rearviewmirror"], ["Rats"], ["Elderly Woman Behind The Counter In A Small Town"], ["Leash"], ["Indifference"], ["Johnny B. Goode"], ["Don't Look Back"], ["Jah Seh No"], ["I'm The Toughest"], ["Nothing But Love"], ["Buk-In-Hamm Palace"], ["Bush Doctor"], ["Wanted Dread And Alive"], ["Mystic Man"], ["Coming In Hot"], ["Pick Myself Up"], ["Crystal Ball"], ["Equal Rights Downpresser Man"], ["Speak To Me/Breathe"], ["On The Run"], ["Time"], ["The Great Gig In The Sky"], ["Money"], ["Us And Them"], ["Any Colour You Like"], ["Brain Damage"], ["Eclipse"], ["ZeroVinteUm"], ["Queimando Tudo"], ["Hip Hop Rio"], ["Bossa"], ["100% HardCore"], ["Biruta"], ["M\u00c3\u00a3o Na Cabe\u00c3\u00a7a"], ["O Bicho T\u00c3\u00a1 Pregando"], ["Adoled (Ocean)"], ["Seus Amigos"], ["Paga Pau"], ["Rappers Reais"], ["Nega Do Cabelo Duro"], ["Hemp Family"], ["Quem Me Cobrou?"], ["Se Liga"], ["Bohemian Rhapsody"], ["Another One Bites The Dust"], ["Killer Queen"], ["Fat Bottomed Girls"], ["Bicycle Race"], ["You're My Best Friend"], ["Don't Stop Me Now"], ["Save Me"], ["Crazy Little Thing Called Love"], ["Somebody To Love"], ["Now I'm Here"], ["Good Old-Fashioned Lover Boy"], ["Play The Game"], ["Flash"], ["Seven Seas Of Rhye"], ["We Will Rock You"], ["We Are The Champions"], ["We Will Rock You"], ["We Are The Champions"], ["Sheer Heart Attack"], ["All Dead, All Dead"], ["Spread Your Wings"], ["Fight From The Inside"], ["Get Down, Make Love"], ["Sleep On The Sidewalk"], ["Who Needs You"], ["It's Late"], ["My Melancholy Blues"], ["Shiny Happy People"], ["Me In Honey"], ["Radio Song"], ["Pop Song 89"], ["Get Up"], ["You Are The Everything"], ["Stand"], ["World Leader Pretend"], ["The Wrong Child"], ["Orange Crush"], ["Turn You Inside-Out"], ["Hairshirt"], ["I Remember California"], ["Untitled"], ["How The West Was Won And Where It Got Us"], ["The Wake-Up Bomb"], ["New Test Leper"], ["Undertow"], ["E-Bow The Letter"], ["Leave"], ["Departure"], ["Bittersweet Me"], ["Be Mine"], ["Binky The Doormat"], ["Zither"], ["So Fast, So Numb"], ["Low Desert"], ["Electrolite"], ["Losing My Religion"], ["Low"], ["Near Wild Heaven"], ["Endgame"], ["Belong"], ["Half A World Away"], ["Texarkana"], ["Country Feedback"], ["Carnival Of Sorts"], ["Radio Free Aurope"], ["Perfect Circle"], ["Talk About The Passion"], ["So Central Rain"], ["Don't Go Back To Rockville"], ["Pretty Persuasion"], ["Green Grow The Rushes"], ["Can't Get There From Here"], ["Driver 8"], ["Fall On Me"], ["I Believe"], ["Cuyahoga"], ["The One I Love"], ["The Finest Worksong"], ["It's The End Of The World As We Know It (And I Feel Fine)"], ["Infeliz Natal"], ["A Sua"], ["Papeau Nuky Doe"], ["Merry Christmas"], ["Bodies"], ["Puteiro Em Jo\u00c3\u00a3o Pessoa"], ["Esporrei Na Manivela"], ["B\u00c3\u00aa-a-B\u00c3\u00a1"], ["Cajueiro"], ["Palhas Do Coqueiro"], ["Maluco Beleza"], ["O Dia Em Que A Terra Parou"], ["No Fundo Do Quintal Da Escola"], ["O Segredo Do Universo"], ["As Profecias"], ["Mata Virgem"], ["Sapato 36"], ["Todo Mundo Explica"], ["Que Luz \u00c3\u0089 Essa"], ["Diamante De Mendigo"], ["Neg\u00c3\u00b3cio \u00c3\u0089"], ["Muita Estrela, Pouca Constela\u00c3\u00a7\u00c3\u00a3o"], ["S\u00c3\u00a9culo XXI"], ["Rock Das Aranhas (Ao Vivo) (Live)"], ["The Power Of Equality"], ["If You Have To Ask"], ["Breaking The Girl"], ["Funky Monks"], ["Suck My Kiss"], ["I Could Have Lied"], ["Mellowship Slinky In B Major"], ["The Righteous & The Wicked"], ["Give It Away"], ["Blood Sugar Sex Magik"], ["Under The Bridge"], ["Naked In The Rain"], ["Apache Rose Peacock"], ["The Greeting Song"], ["My Lovely Man"], ["Sir Psycho Sexy"], ["They're Red Hot"], ["By The Way"], ["Universally Speaking"], ["This Is The Place"], ["Dosed"], ["Don't Forget Me"], ["The Zephyr Song"], ["Can't Stop"], ["I Could Die For You"], ["Midnight"], ["Throw Away Your Television"], ["Cabron"], ["Tear"], ["On Mercury"], ["Minor Thing"], ["Warm Tape"], ["Venice Queen"], ["Around The World"], ["Parallel Universe"], ["Scar Tissue"], ["Otherside"], ["Get On Top"], ["Californication"], ["Easily"], ["Porcelain"], ["Emit Remmus"], ["I Like Dirt"], ["This Velvet Glove"], ["Savior"], ["Purple Stain"], ["Right On Time"], ["Road Trippin'"], ["The Spirit Of Radio"], ["The Trees"], ["Something For Nothing"], ["Freewill"], ["Xanadu"], ["Bastille Day"], ["By-Tor And The Snow Dog"], ["Anthem"], ["Closer To The Heart"], ["2112 Overture"], ["The Temples Of Syrinx"], ["La Villa Strangiato"], ["Fly By Night"], ["Finding My Way"], ["Jingo"], ["El Corazon Manda"], ["La Puesta Del Sol"], ["Persuasion"], ["As The Years Go by"], ["Soul Sacrifice"], ["Fried Neckbones And Home Fries"], ["Santana Jam"], ["Evil Ways"], ["We've Got To Get Together/Jingo"], ["Rock Me"], ["Just Ain't Good Enough"], ["Funky Piano"], ["The Way You Do To Mer"], ["Holding Back The Years"], ["Money's Too Tight To Mention"], ["The Right Thing"], ["It's Only Love"], ["A New Flame"], ["You've Got It"], ["If You Don't Know Me By Now"], ["Stars"], ["Something Got Me Started"], ["Thrill Me"], ["Your Mirror"], ["For Your Babies"], ["So Beautiful"], ["Angel"], ["Fairground"], ["\u00c3\u0081gua E Fogo"], ["Tr\u00c3\u00aas Lados"], ["Ela Desapareceu"], ["Balada Do Amor Inabal\u00c3\u00a1vel"], ["Can\u00c3\u00a7\u00c3\u00a3o Noturna"], ["Mu\u00c3\u00a7ulmano"], ["Maquinarama"], ["Rebeli\u00c3\u00a3o"], ["A \u00c3\u009altima Guerra"], ["Fica"], ["Ali"], ["Preto Dami\u00c3\u00a3o"], ["\u00c3\u0089 Uma Partida De Futebol"], ["Eu Disse A Ela"], ["Z\u00c3\u00a9 Trindade"], ["Garota Nacional"], ["T\u00c3\u00a3o Seu"], ["Sem Terra"], ["Os Exilados"], ["Um Dia Qualquer"], ["Los Pretos"], ["Sul Da Am\u00c3\u00a9rica"], ["Pocon\u00c3\u00a9"], ["Lucky 13"], ["Aeroplane Flies High"], ["Because You Are"], ["Slow Dawn"], ["Believe"], ["My Mistake"], ["Marquis In Spades"], ["Here's To The Atom Bomb"], ["Sparrow"], ["Waiting"], ["Saturnine"], ["Rock On"], ["Set The Ray To Jerry"], ["Winterlong"], ["Soot & Stars"], ["Blissed & Gone"], ["Siva"], ["Rhinocerous"], ["Drown"], ["Cherub Rock"], ["Today"], ["Disarm"], ["Landslide"], ["Bullet With Butterfly Wings"], ["1979"], ["Zero"], ["Tonight, Tonight"], ["Eye"], ["Ava Adore"], ["Perfect"], ["The Everlasting Gaze"], ["Stand Inside Your Love"], ["Real Love"], ["untitled"], ["Nothing To Say"], ["Flower"], ["Loud Love"], ["Hands All Over"], ["Get On The Snake"], ["Jesus Christ Pose"], ["Outshined"], ["Rusty Cage"], ["Spoonman"], ["The Day I Tried To Live"], ["Black Hole Sun"], ["Fell On Black Days"], ["Pretty Noose"], ["Burden In My Hand"], ["Blow Up The Outside World"], ["Ty Cobb"], ["Bleed Together"], ["Morning Dance"], ["Jubilee"], ["Rasul"], ["Song For Lorraine"], ["Starburst"], ["Heliopolis"], ["It Doesn't Matter"], ["Little Linda"], ["End Of Romanticism"], ["The House Is Rockin'"], ["Crossfire"], ["Tightrope"], ["Let Me Love You Baby"], ["Leave My Girl Alone"], ["Travis Walk"], ["Wall Of Denial"], ["Scratch-N-Sniff"], ["Love Me Darlin'"], ["Riviera Paradise"], ["Dead And Bloated"], ["Sex Type Thing"], ["Wicked Garden"], ["No Memory"], ["Sin"], ["Naked Sunday"], ["Creep"], ["Piece Of Pie"], ["Plush"], ["Wet My Bed"], ["Crackerman"], ["Where The River Goes"], ["Soldier Side - Intro"], ["B.Y.O.B."], ["Revenga"], ["Cigaro"], ["Radio/Video"], ["This Cocaine Makes Me Feel Like I'm On This Song"], ["Violent Pornography"], ["Question!"], ["Sad Statue"], ["Old School Hollywood"], ["Lost in Hollywood"], ["The Sun Road"], ["Dark Corners"], ["Duende"], ["Black Light Syndrome"], ["Falling in Circles"], ["Book of Hours"], ["Chaos-Control"], ["Midnight From The Inside Out"], ["Sting Me"], ["Thick & Thin"], ["Greasy Grass River"], ["Sometimes Salvation"], ["Cursed Diamonds"], ["Miracle To Me"], ["Wiser Time"], ["Girl From A Pawnshop"], ["Cosmic Fiend"], ["Black Moon Creeping"], ["High Head Blues"], ["Title Song"], ["She Talks To Angels"], ["Twice As Hard"], ["Lickin'"], ["Soul Singing"], ["Hard To Handle"], ["Remedy"], ["White Riot"], ["Remote Control"], ["Complete Control"], ["Clash City Rockers"], ["(White Man) In Hammersmith Palais"], ["Tommy Gun"], ["English Civil War"], ["I Fought The Law"], ["London Calling"], ["Train In Vain"], ["Bankrobber"], ["The Call Up"], ["Hitsville UK"], ["The Magnificent Seven"], ["This Is Radio Clash"], ["Know Your Rights"], ["Rock The Casbah"], ["Should I Stay Or Should I Go"], ["War (The Process)"], ["The Saint"], ["Rise"], ["Take The Power"], ["Breathe"], ["Nico"], ["American Gothic"], ["Ashes And Ghosts"], ["Shape The Sky"], ["Speed Of Light"], ["True Believers"], ["My Bridges Burn"], ["She Sells Sanctuary"], ["Fire Woman"], ["Lil' Evil"], ["Spirit Walker"], ["The Witch"], ["Revolution"], ["Wild Hearted Son"], ["Love Removal Machine"], ["Rain"], ["Edie (Ciao Baby)"], ["Heart Of Soul"], ["Love"], ["Wild Flower"], ["Go West"], ["Resurrection Joe"], ["Sun King"], ["Sweet Soul Sister"], ["Earth Mofo"], ["Break on Through"], ["Soul Kitchen"], ["The Crystal Ship"], ["Twentienth Century Fox"], ["Alabama Song"], ["Light My Fire"], ["Back Door Man"], ["I Looked At You"], ["End Of The Night"], ["Take It As It Comes"], ["The End"], ["Roxanne"], ["Can't Stand Losing You"], ["Message in a Bottle"], ["Walking on the Moon"], ["Don't Stand so Close to Me"], ["De Do Do Do, De Da Da Da"], ["Every Little Thing She Does is Magic"], ["Invisible Sun"], ["Spirit's in the Material World"], ["Every Breath You Take"], ["King Of Pain"], ["Wrapped Around Your Finger"], ["Don't Stand So Close to Me '86"], ["Message in a Bottle (new classic rock mix)"], ["Time Is On My Side"], ["Heart Of Stone"], ["Play With Fire"], ["Satisfaction"], ["As Tears Go By"], ["Get Off Of My Cloud"], ["Mother's Little Helper"], ["19th Nervous Breakdown"], ["Paint It Black"], ["Under My Thumb"], ["Ruby Tuesday"], ["Let's Spend The Night Together"], ["Intro"], ["You Got Me Rocking"], ["Gimmie Shelters"], ["Flip The Switch"], ["Memory Motel"], ["Corinna"], ["Saint Of Me"], ["Wainting On A Friend"], ["Sister Morphine"], ["Live With Me"], ["Respectable"], ["Thief In The Night"], ["The Last Time"], ["Out Of Control"], ["Love Is Strong"], ["You Got Me Rocking"], ["Sparks Will Fly"], ["The Worst"], ["New Faces"], ["Moon Is Up"], ["Out Of Tears"], ["I Go Wild"], ["Brand New Car"], ["Sweethearts Together"], ["Suck On The Jugular"], ["Blinded By Rainbows"], ["Baby Break It Down"], ["Thru And Thru"], ["Mean Disposition"], ["Walking Wounded"], ["Temptation"], ["The Messenger"], ["Psychopomp"], ["Sister Awake"], ["The Bazaar"], ["Save Me (Remix)"], ["Fire In The Head"], ["Release"], ["Heaven Coming Down"], ["The River (Remix)"], ["Babylon"], ["Waiting On A Sign"], ["Life Line"], ["Paint It Black"], ["Temptation"], ["Army Ants"], ["Psychopomp"], ["Gyroscope"], ["Alarum"], ["Release"], ["Transmission"], ["Babylon"], ["Pulse"], ["Emerald"], ["Aftermath"], ["I Can't Explain"], ["Anyway, Anyhow, Anywhere"], ["My Generation"], ["Substitute"], ["I'm A Boy"], ["Boris The Spider"], ["Happy Jack"], ["Pictures Of Lily"], ["I Can See For Miles"], ["Magic Bus"], ["Pinball Wizard"], ["The Seeker"], ["Baba O'Riley"], ["Won't Get Fooled Again (Full Length Version)"], ["Let's See Action"], ["5.15"], ["Join Together"], ["Squeeze Box"], ["Who Are You (Single Edit Version)"], ["You Better You Bet"], ["Primavera"], ["Chocolate"], ["Azul Da Cor Do Mar"], ["O Descobridor Dos Sete Mares"], ["At\u00c3\u00a9 Que Enfim Encontrei Voc\u00c3\u00aa"], ["Coron\u00c3\u00a9 Antonio Bento"], ["New Love"], ["N\u00c3\u00a3o Vou Ficar"], ["M\u00c3\u00basica No Ar"], ["Salve Nossa Senhora"], ["Voc\u00c3\u00aa Fugiu"], ["Cristina N\u00c2\u00ba 2"], ["Compadre"], ["Over Again"], ["R\u00c3\u00a9u Confesso"], ["O Que Me Importa"], ["Gostava Tanto De Voc\u00c3\u00aa"], ["Voc\u00c3\u00aa"], ["N\u00c3\u00a3o Quero Dinheiro"], ["Eu Amo Voc\u00c3\u00aa"], ["A Festa Do Santo Reis"], ["I Don't Know What To Do With Myself"], ["Padre C\u00c3\u00adcero"], ["Nosso Adeus"], ["Can\u00c3\u00a1rio Do Reino"], ["Preciso Ser Amado"], ["Balan\u00c3\u00a7o"], ["Preciso Aprender A Ser S\u00c3\u00b3"], ["Esta \u00c3\u0089 A Can\u00c3\u00a7\u00c3\u00a3o"], ["Formigueiro"], ["Comida"], ["Go Back"], ["Pr\u00c3\u00a1 Dizer Adeus"], ["Fam\u00c3\u00adlia"], ["Os Cegos Do Castelo"], ["O Pulso"], ["Marvin"], ["Nem 5 Minutos Guardados"], ["Flores"], ["Palavras"], ["Heredit\u00c3\u00a1rio"], ["A Melhor Forma"], ["Cabe\u00c3\u00a7a Dinossauro"], ["32 Dentes"], ["Bichos Escrotos (Vinheta)"], ["N\u00c3\u00a3o Vou Lutar"], ["Homem Primata (Vinheta)"], ["Homem Primata"], ["Pol\u00c3\u00adcia (Vinheta)"], ["Querem Meu Sangue"], ["Divers\u00c3\u00a3o"], ["Televis\u00c3\u00a3o"], ["Sonifera Ilha"], ["Lugar Nenhum"], ["Sua Impossivel Chance"], ["Desordem"], ["N\u00c3\u00a3o Vou Me Adaptar"], ["Domingo"], ["Amanh\u00c3\u00a3 N\u00c3\u00a3o Se Sabe"], ["Caras Como Eu"], ["Senhora E Senhor"], ["Era Uma Vez"], ["Mis\u00c3\u00a9ria"], ["Insens\u00c3\u00advel"], ["Eu E Ela"], ["Toda Cor"], ["\u00c3\u0089 Preciso Saber Viver"], ["Senhor Delegado/Eu N\u00c3\u00a3o Aguento"], ["Zoo Station"], ["Even Better Than The Real Thing"], ["One"], ["Until The End Of The World"], ["Who's Gonna Ride Your Wild Horses"], ["So Cruel"], ["The Fly"], ["Mysterious Ways"], ["Tryin' To Throw Your Arms Around The World"], ["Ultraviolet (Light My Way)"], ["Acrobat"], ["Love Is Blindness"], ["Beautiful Day"], ["Stuck In A Moment You Can't Get Out Of"], ["Elevation"], ["Walk On"], ["Kite"], ["In A Little While"], ["Wild Honey"], ["Peace On Earth"], ["When I Look At The World"], ["New York"], ["Grace"], ["The Three Sunrises"], ["Spanish Eyes"], ["Sweetest Thing"], ["Love Comes Tumbling"], ["Bass Trap"], ["Dancing Barefoot"], ["Everlasting Love"], ["Unchained Melody"], ["Walk To The Water"], ["Luminous Times (Hold On To Love)"], ["Hallelujah Here She Comes"], ["Silver And Gold"], ["Endless Deep"], ["A Room At The Heartbreak Hotel"], ["Trash, Trampoline And The Party Girl"], ["Vertigo"], ["Miracle Drug"], ["Sometimes You Can't Make It On Your Own"], ["Love And Peace Or Else"], ["City Of Blinding Lights"], ["All Because Of You"], ["A Man And A Woman"], ["Crumbs From Your Table"], ["One Step Closer"], ["Original Of The Species"], ["Yahweh"], ["Discotheque"], ["Do You Feel Loved"], ["Mofo"], ["If God Will Send His Angels"], ["Staring At The Sun"], ["Last Night On Earth"], ["Gone"], ["Miami"], ["The Playboy Mansion"], ["If You Wear That Velvet Dress"], ["Please"], ["Wake Up Dead Man"], ["Helter Skelter"], ["Van Diemen's Land"], ["Desire"], ["Hawkmoon 269"], ["All Along The Watchtower"], ["I Still Haven't Found What I'm Looking for"], ["Freedom For My People"], ["Silver And Gold"], ["Pride (In The Name Of Love)"], ["Angel Of Harlem"], ["Love Rescue Me"], ["When Love Comes To Town"], ["Heartland"], ["God Part II"], ["The Star Spangled Banner"], ["Bullet The Blue Sky"], ["All I Want Is You"], ["Pride (In The Name Of Love)"], ["New Year's Day"], ["With Or Without You"], ["I Still Haven't Found What I'm Looking For"], ["Sunday Bloody Sunday"], ["Bad"], ["Where The Streets Have No Name"], ["I Will Follow"], ["The Unforgettable Fire"], ["Sweetest Thing"], ["Desire"], ["When Love Comes To Town"], ["Angel Of Harlem"], ["All I Want Is You"], ["Sunday Bloody Sunday"], ["Seconds"], ["New Year's Day"], ["Like A Song..."], ["Drowning Man"], ["The Refugee"], ["Two Hearts Beat As One"], ["Red Light"], ["Surrender"], ["\"40\""], ["Zooropa"], ["Babyface"], ["Numb"], ["Lemon"], ["Stay (Faraway, So Close!)"], ["Daddy's Gonna Pay For Your Crashed Car"], ["Some Days Are Better Than Others"], ["The First Time"], ["Dirty Day"], ["The Wanderer"], ["Breakfast In Bed"], ["Where Did I Go Wrong"], ["I Would Do For You"], ["Homely Girl"], ["Here I Am (Come And Take Me)"], ["Kingston Town"], ["Wear You To The Ball"], ["(I Can't Help) Falling In Love With You"], ["Higher Ground"], ["Bring Me Your Cup"], ["C'est La Vie"], ["Reggae Music"], ["Superstition"], ["Until My Dying Day"], ["Where Have All The Good Times Gone?"], ["Hang 'Em High"], ["Cathedral"], ["Secrets"], ["Intruder"], ["(Oh) Pretty Woman"], ["Dancing In The Street"], ["Little Guitars (Intro)"], ["Little Guitars"], ["Big Bad Bill (Is Sweet William Now)"], ["The Full Bug"], ["Happy Trails"], ["Eruption"], ["Ain't Talkin' 'bout Love"], ["Runnin' With The Devil"], ["Dance the Night Away"], ["And the Cradle Will Rock..."], ["Unchained"], ["Jump"], ["Panama"], ["Why Can't This Be Love"], ["Dreams"], ["When It's Love"], ["Poundcake"], ["Right Now"], ["Can't Stop Loving You"], ["Humans Being"], ["Can't Get This Stuff No More"], ["Me Wise Magic"], ["Runnin' With The Devil"], ["Eruption"], ["You Really Got Me"], ["Ain't Talkin' 'Bout Love"], ["I'm The One"], ["Jamie's Cryin'"], ["Atomic Punk"], ["Feel Your Love Tonight"], ["Little Dreamer"], ["Ice Cream Man"], ["On Fire"], ["Neworld"], ["Without You"], ["One I Want"], ["From Afar"], ["Dirty Water Dog"], ["Once"], ["Fire in the Hole"], ["Josephina"], ["Year to the Day"], ["Primary"], ["Ballot or the Bullet"], ["How Many Say I"], ["Sucker Train Blues"], ["Do It For The Kids"], ["Big Machine"], ["Illegal I Song"], ["Spectacle"], ["Fall To Pieces"], ["Headspace"], ["Superhuman"], ["Set Me Free"], ["You Got No Right"], ["Slither"], ["Dirty Little Thing"], ["Loving The Alien"], ["Pela Luz Dos Olhos Teus"], ["A Bencao E Outros"], ["Tudo Na Mais Santa Paz"], ["O Velho E Aflor"], ["Cotidiano N 2"], ["Adeus"], ["Samba Pra Endrigo"], ["So Por Amor"], ["Meu Pranto Rolou"], ["Mulher Carioca"], ["Um Homem Chamado Alfredo"], ["Samba Do Jato"], ["Oi, La"], ["Vinicius, Poeta Do Encontro"], ["Soneto Da Separacao"], ["Still Of The Night"], ["Here I Go Again"], ["Is This Love"], ["Love Ain't No Stranger"], ["Looking For Love"], ["Now You're Gone"], ["Slide It In"], ["Slow An' Easy"], ["Judgement Day"], ["You're Gonna Break My Hart Again"], ["The Deeper The Love"], ["Crying In The Rain"], ["Fool For Your Loving"], ["Sweet Lady Luck"], ["Faixa Amarela"], ["Posso At\u00c3\u00a9 Me Apaixonar"], ["N\u00c3\u00a3o Sou Mais Disso"], ["Vivo Isolado Do Mundo"], ["Cora\u00c3\u00a7\u00c3\u00a3o Em Desalinho"], ["Seu Balanc\u00c3\u00aa"], ["Vai Adiar"], ["Rugas"], ["Feirinha da Pavuna/Luz do Repente/Baga\u00c3\u00a7o da Laranja"], ["Sem Essa de Malandro Agulha"], ["Chico N\u00c3\u00a3o Vai na Corimba"], ["Papel Principal"], ["Saudade Louca"], ["Camar\u00c3\u00a3o que Dorme e Onda Leva"], ["Sapopemba e Maxambomba"], ["Minha F\u00c3\u00a9"], ["Lua de Ogum"], ["Samba pras mo\u00c3\u00a7as"], ["Verdade"], ["Your Time Is Gonna Come"], ["Sympton of the Universe"], ["Snowblind"], ["Black Sabbath"], ["Fairies Wear Boots"], ["War Pigs"], ["The Wizard"], ["N.I.B."], ["Sweet Leaf"], ["Never Say Die"], ["Sabbath, Bloody Sabbath"], ["Iron Man/Children of the Grave"], ["Paranoid"], ["Rock You Like a Hurricane"], ["No One Like You"], ["The Zoo"], ["Loving You Sunday Morning"], ["Still Loving You"], ["Big City Nights"], ["Believe in Love"], ["Rhythm of Love"], ["I Can't Explain"], ["Tease Me Please Me"], ["Wind of Change"], ["Send Me an Angel"], ["Jump Around"], ["Salutations"], ["Put Your Head Out"], ["Top O' The Morning To Ya"], ["Commercial 1"], ["House And The Rising Sun"], ["Shamrocks And Shenanigans"], ["House Of Pain Anthem"], ["Danny Boy, Danny Boy"], ["Guess Who's Back"], ["Commercial 2"], ["Put On Your Shit Kickers"], ["Come And Get Some Of This"], ["Life Goes On"], ["One For The Road"], ["Feel It"], ["All My Love"], ["Jump Around (Pete Rock Remix)"], ["Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix)"], ["Instinto Colectivo"], ["Chapa o Coco"], ["Prostituta"], ["Eu So Queria Sumir"], ["Tres Reis"], ["Um Lugar ao Sol"], ["Batalha Naval"], ["Todo o Carnaval tem seu Fim"], ["O Misterio do Samba"], ["Armadura"], ["Na Ladeira"], ["Carimbo"], ["Catimbo"], ["Funk de Bamba"], ["Chega no Suingue"], ["Mun-Ra"], ["Freestyle Love"], ["I Guess You're Right"], ["Love Comes"]]}, "table_names": "['genres', 'media_types', 'tracks']", "table_image_ids": ["TableImg_9yqdi_25.png", "TableImg_6b9nj_5.png", "TableImg_Vtfy4_3503.png"], "original_data_index": 3806} +{"question": "What are the names of parties that have both delegates on \"Appropriations\" committee and", "answer": {"columns": ["Party"], "index": [0], "data": [["Democratic"]]}, "table_names": "['party', 'election']", "table_image_ids": ["TableImg_Z6vqh_7.png", "TableImg_Wbyt3_8.png"], "original_data_index": 3807} +{"question": "Show names of parties that does not have any members.", "answer": {"columns": ["Party_name"], "index": [0, 1], "data": [["Convention Union Party"], ["Sinefine Party"]]}, "table_names": "['party', 'member']", "table_image_ids": ["TableImg_Inqi7_5.png", "TableImg_56qvh_15.png"], "original_data_index": 3808} +{"question": "Find the name and gender of the staff who has been assigned the job of Sales Person but never Clerical Staff.", "answer": {"columns": ["staff_name", "staff_gender"], "index": [0, 1, 2], "data": [["Melody", "1"], ["Sabrina", "1"], ["Zakary", "1"]]}, "table_names": "['Staff', 'Staff_Department_Assignments']", "table_image_ids": ["TableImg_V3vf1_15.png", "TableImg_Htbw3_15.png"], "original_data_index": 3809} +{"question": "What are the names of customers who live in Colorado state?", "answer": {"columns": ["customer_name"], "index": [0, 1], "data": [["Miss Aliyah Witting"], ["Eunice Morar"]]}, "table_names": "['Addresses', 'Customers', 'Customer_Addresses']", "table_image_ids": ["TableImg_Q7oq1_15.png", "TableImg_536le_15.png", "TableImg_S2md7_15.png"], "original_data_index": 3810} +{"question": "What is the average price for a lesson taught by Janessa Sawayn?", "answer": {"columns": ["avg(price)"], "index": [0], "data": [[306.0]]}, "table_names": "['Staff', 'Lessons']", "table_image_ids": ["TableImg_1b5pp_15.png", "TableImg_0f4xy_15.png"], "original_data_index": 3811} +{"question": "What are the weights of entrepreneurs in descending order of money requested?", "answer": {"columns": ["Weight"], "index": [0, 1, 2, 3, 4, 5], "data": [[80.0], [57.0], [76.0], [89.0], [45.0], [67.0]]}, "table_names": "['entrepreneur', 'people']", "table_image_ids": ["TableImg_Zm5uv_6.png", "TableImg_Eu4cn_8.png"], "original_data_index": 3812} +{"question": "What are the denominations used by both schools founded before 1890 and schools founded after 1900?", "answer": {"columns": ["Denomination"], "index": [0], "data": [["Catholic"]]}, "table_names": "['school']", "table_image_ids": ["TableImg_D5aqw_6.png"], "original_data_index": 3813} +{"question": "What is the oldest age among the students?", "answer": {"columns": ["max(Age)"], "index": [0], "data": [[27]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Pnxnn_34.png"], "original_data_index": 3814} +{"question": "What are the names of reviewers who had rated 3 star and 4 star?", "answer": {"columns": ["name"], "index": [0], "data": [["Chris Jackson"]]}, "table_names": "['Reviewer', 'Rating']", "table_image_ids": ["TableImg_Fhjkv_8.png", "TableImg_Aplyi_14.png"], "original_data_index": 3815} +{"question": "Count the number of documents with expenses.", "answer": {"columns": ["count(*)"], "index": [0], "data": [[10]]}, "table_names": "['Documents_with_Expenses']", "table_image_ids": ["TableImg_3lmg5_10.png"], "original_data_index": 3816} +{"question": "What are the different names for each station that has ever had 7 bikes available?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "data": [["Santa Clara at Almaden"], ["San Salvador at 1st"], ["St James Park"], ["Arena Green / SAP Center"], ["California Ave Caltrain Station"], ["Powell Street BART"], ["Clay at Battery"], ["Davis at Jackson"], ["Washington at Kearney"], ["Post at Kearney"], ["Harry Bridges Plaza (Ferry Building)"], ["Embarcadero at Bryant"], ["Temporary Transbay Terminal (Howard at Beale)"], ["San Francisco City Hall"], ["Embarcadero at Sansome"], ["2nd at Townsend"], ["2nd at South Park"], ["Steuart at Market"]]}, "table_names": "['station', 'status']", "table_image_ids": ["TableImg_C16h1_70.png", "TableImg_01i1g_8487.png"], "original_data_index": 3817} +{"question": "What are the ids of documents which don't have expense budgets?", "answer": {"columns": ["Document_ID"], "index": [0, 1, 2, 3, 4], "data": [[29], [42], [121], [181], [318]]}, "table_names": "['Documents', 'Documents_with_Expenses']", "table_image_ids": ["TableImg_80ixs_15.png", "TableImg_Gpn85_10.png"], "original_data_index": 3818} +{"question": "Give the phones for departments in room 268.", "answer": {"columns": ["DPhone"], "index": [0], "data": [[7117]]}, "table_names": "['Department']", "table_image_ids": ["TableImg_Duffh_26.png"], "original_data_index": 3819} +{"question": "How many classes exist for each school?", "answer": {"columns": ["count(*)", "SCHOOL_CODE"], "index": [0], "data": [[13, "BUS"]]}, "table_names": "['CLASS', 'COURSE', 'DEPARTMENT']", "table_image_ids": ["TableImg_X4cwe_13.png", "TableImg_Nr1c5_6.png", "TableImg_7qg5w_11.png"], "original_data_index": 3820} +{"question": "Which members of \"Bootup Baltimore\" major in \"600\"? Give me their first names and last names.", "answer": {"columns": ["Fname", "LName"], "index": [0, 1], "data": [["Linda", "Smith"], ["Derek", "Lee"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Cbmwj_34.png", "TableImg_Fglsx_4.png", "TableImg_G857g_4.png"], "original_data_index": 3821} +{"question": "What are the distinct name of the mills built by the architects who have also built a bridge longer than 80 meters?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3], "data": [["Le Vieux Molen"], ["Moulin Bertrand"], ["Moulin de Fexhe"], ["Moulin de Momalle"]]}, "table_names": "['architect', 'bridge', 'mill']", "table_image_ids": ["TableImg_Fw98i_5.png", "TableImg_Kxyiz_15.png", "TableImg_O41d6_6.png"], "original_data_index": 3822} +{"question": "How many students live in each city?", "answer": {"columns": ["city_code", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["ATL", 1], ["BAL", 4], ["BOS", 1], ["CHI", 1], ["DAL", 1], ["DET", 1], ["HKG", 3], ["HOU", 1], ["LON", 1], ["LOS", 1], ["NAR", 1], ["NYC", 3], ["PEK", 1], ["PHL", 3], ["PIT", 4], ["ROC", 1], ["SFO", 1], ["WAS", 3], ["YYZ", 2]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_Mhfku_34.png"], "original_data_index": 3823} +{"question": "Find the titles of all the papers written by \"Jeremy Gibbons\"", "answer": {"columns": ["title"], "index": [0], "data": [["Just do it: Simple Monadic Equational Reasoning"]]}, "table_names": "['Authors', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_8705j_13.png", "TableImg_Ett2u_7.png", "TableImg_9ko5t_14.png"], "original_data_index": 3824} +{"question": "Find the names of all the employees whose the role name is \"Editor\".", "answer": {"columns": ["Employee_Name"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [["Stephanie"], ["Harley"], ["Armani"], ["Gussie"], ["Izabella"], ["Mallie"], ["Beatrice"]]}, "table_names": "['Roles', 'Employees']", "table_image_ids": ["TableImg_T1rjs_5.png", "TableImg_Y6oa2_15.png"], "original_data_index": 3825} +{"question": "What are the details and ways to get to tourist attractions related to royal family?", "answer": {"columns": ["Royal_Family_Details", "How_to_Get_There"], "index": [0, 1], "data": [[null, "bus"], [null, "shuttle"]]}, "table_names": "['Tourist_Attractions', 'Royal_Family']", "table_image_ids": ["TableImg_Cntn2_15.png", "TableImg_Dmlfg_2.png"], "original_data_index": 3826} +{"question": "What is the average number of cities of markets with low film market estimate bigger than 10000?", "answer": {"columns": ["avg(T2.Number_cities)"], "index": [0], "data": [[209.0]]}, "table_names": "['market', 'film_market_estimation']", "table_image_ids": ["TableImg_Yz99b_6.png", "TableImg_Paw8i_9.png"], "original_data_index": 3827} +{"question": "What are the three most costly procedures?", "answer": {"columns": ["Name"], "index": [0, 1, 2], "data": [["Follicular Demiectomy"], ["Reverse Rhinopodoplasty"], ["Obtuse Pyloric Recombobulation"]]}, "table_names": "['Procedures']", "table_image_ids": ["TableImg_Wjwle_7.png"], "original_data_index": 3828} +{"question": "What is maximum group equity shareholding of the companies?", "answer": {"columns": ["max(group_equity_shareholding)"], "index": [0], "data": [[100.0]]}, "table_names": "['operate_company']", "table_image_ids": ["TableImg_Pbpfk_14.png"], "original_data_index": 3829} +{"question": "Which orders are made by the customer named \"Jeramie\"? Give me the order ids and status.", "answer": {"columns": ["order_id", "order_status"], "index": [0, 1, 2], "data": [[4, "Packing"], [7, "Packing"], [13, "On Road"]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_Qi0tl_15.png", "TableImg_Drbm9_15.png"], "original_data_index": 3830} +{"question": "What are the maximum and minimum product prices for each product type?", "answer": {"columns": ["product_type_code", "max(product_price)", "min(product_price)"], "index": [0, 1], "data": [["Clothes", 939.57, 408.82], ["Hardware", 971.44, 612.46]]}, "table_names": "['Products']", "table_image_ids": ["TableImg_X6ca7_15.png"], "original_data_index": 3831} +{"question": "What is the invoice number and invoice date for the invoice with most number of transactions?", "answer": {"columns": ["invoice_number", "invoice_date"], "index": [0], "data": [[12, "2018-03-15 21:24:13"]]}, "table_names": "['Invoices', 'Financial_Transactions']", "table_image_ids": ["TableImg_Ixmj7_15.png", "TableImg_Tma3f_15.png"], "original_data_index": 3832} +{"question": "How many albums does Billy Cobham has?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[1]]}, "table_names": "['artists', 'albums']", "table_image_ids": ["TableImg_F6o0a_275.png", "TableImg_Gxkxx_347.png"], "original_data_index": 3833} +{"question": "What are the different fates of the mission that involved ships from the United States?", "answer": {"columns": ["Fate"], "index": [0, 1, 2], "data": [["Decommissioned 1950"], ["Decommissioned 1959"], ["Lost (burned and sunk) 1933"]]}, "table_names": "['mission', 'ship']", "table_image_ids": ["TableImg_8tkm1_7.png", "TableImg_Z9nqf_8.png"], "original_data_index": 3834} +{"question": "Find the average age of female (sex is F) students who have secretary votes in the spring election cycle.", "answer": {"columns": ["avg(T1.Age)"], "index": [0], "data": [[21.0]]}, "table_names": "['Student', 'Voting_record']", "table_image_ids": ["TableImg_Hzqtl_34.png", "TableImg_83mka_10.png"], "original_data_index": 3835} +{"question": "What student id corresponds to the oldest student?", "answer": {"columns": ["StuID"], "index": [0], "data": [[1017]]}, "table_names": "['Student']", "table_image_ids": ["TableImg_M4std_34.png"], "original_data_index": 3836} +{"question": "How many documents are there of each type?", "answer": {"columns": ["Document_Type_Code", "count(*)"], "index": [0, 1, 2, 3], "data": [["BK", 6], ["CV", 3], ["FM", 1], ["PP", 5]]}, "table_names": "['Documents']", "table_image_ids": ["TableImg_Bqemu_15.png"], "original_data_index": 3837} +{"question": "How many business rates are related to each cmi cross reference? List cross reference id, master customer id and the n", "answer": {"columns": ["cmi_cross_ref_id", "master_customer_id", "count(*)"], "index": [0, 1, 2], "data": [[49, 1, 1], [95, 2, 1], [99, 9, 1]]}, "table_names": "['CMI_Cross_References', 'Business_Rates']", "table_image_ids": ["TableImg_Gtj5o_21.png", "TableImg_Uze02_3.png"], "original_data_index": 3838} +{"question": "What is the total amount of grant money given to each organization and what is its id?", "answer": {"columns": ["sum(grant_amount)", "organisation_id"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [[608438.0290999999, 2], [281.2446, 3], [610.7004, 5], [76977810.29079999, 7], [42.8061, 8], [25313.51, 9], [38679503.1437, 10], [330.6339, 11], [2001349.459, 12], [4516014.121800001, 14]]}, "table_names": "['Grants']", "table_image_ids": ["TableImg_28vzr_15.png"], "original_data_index": 3839} +{"question": "How many bookings did each customer make? List the customer id, first name, and the count.", "answer": {"columns": ["customer_id", "first_name", "count(*)"], "index": [0, 1, 2, 3, 4, 5, 6], "data": [[3, "Rosalee", 4], [7, "Marilou", 3], [8, "Elinore", 2], [9, "German", 2], [10, "Layne", 2], [11, "Maximilian", 1], [15, "Jamir", 1]]}, "table_names": "['Customers', 'Bookings']", "table_image_ids": ["TableImg_S4egp_15.png", "TableImg_0zgii_15.png"], "original_data_index": 3840} +{"question": "Find the name and country of origin for all artists who have release at least one song of resolution above 900.", "answer": {"columns": ["artist_name", "country"], "index": [0, 1], "data": [["Enrique", "USA"], ["Shrikanta", "India"]]}, "table_names": "['artist', 'song']", "table_image_ids": ["TableImg_Dtdrg_6.png", "TableImg_Xy0qb_6.png"], "original_data_index": 3841} +{"question": "Return the names of wrestlers with fewer than 100 days held.", "answer": {"columns": ["Name"], "index": [0], "data": [["El Samurai"]]}, "table_names": "['wrestler']", "table_image_ids": ["TableImg_Ebyoq_10.png"], "original_data_index": 3842} +{"question": "Find the physician who prescribed the highest dose. What is his or her name?", "answer": {"columns": ["Name"], "index": [0], "data": [["John Dorian"]]}, "table_names": "['Physician', 'Prescribes']", "table_image_ids": ["TableImg_7uvq7_9.png", "TableImg_R6d4o_3.png"], "original_data_index": 3843} +{"question": "Find the id of the customer who made the most orders.", "answer": {"columns": ["customer_id"], "index": [0], "data": [[2]]}, "table_names": "['Customers', 'Orders']", "table_image_ids": ["TableImg_3kxkb_15.png", "TableImg_T9520_15.png"], "original_data_index": 3844} +{"question": "What are the ids of all students who played video games and sports?", "answer": {"columns": ["StuID"], "index": [0], "data": [[1001]]}, "table_names": "['Plays_Games', 'SportsInfo']", "table_image_ids": ["TableImg_Bl84d_10.png", "TableImg_Fzgrd_14.png"], "original_data_index": 3845} +{"question": "What are the names of the climbers, ordered by points descending?", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["Klaus Enders"], ["Siegfried Schauzu"], ["Hans Luthringhauser"], ["Jean Claude Castella"], ["Horst Owesle"], ["Georg Auerbacher"], ["Arseneus Butscher"], ["Charlie Freedman"], ["L Currie"], ["Mick Horsepole"]]}, "table_names": "['climber']", "table_image_ids": ["TableImg_3rsas_10.png"], "original_data_index": 3846} +{"question": "How many members have the black membership card?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[6]]}, "table_names": "['member']", "table_image_ids": ["TableImg_8chd0_10.png"], "original_data_index": 3847} +{"question": "Show the apartment numbers of apartments with unit status availability of both 0 and 1.", "answer": {"columns": ["apt_number"], "index": [0, 1], "data": [["Apt. 411"], ["Apt. 837"]]}, "table_names": "['Apartments', 'View_Unit_Status']", "table_image_ids": ["TableImg_1f5pw_15.png", "TableImg_Fvgm8_20.png"], "original_data_index": 3848} +{"question": "What are the open and close dates of all the policies used by the customer who have \"Diana\" in part of their names?", "answer": {"columns": ["Date_Opened", "Date_Closed"], "index": [0, 1], "data": [["2017-01-09", "2018-03-08"], ["2016-06-24", "2018-02-22"]]}, "table_names": "['Customers', 'Customers_Policies']", "table_image_ids": ["TableImg_Ul1q8_15.png", "TableImg_Emijk_14.png"], "original_data_index": 3849} +{"question": "Return the ids of documents that do not have expenses.", "answer": {"columns": ["Document_ID"], "index": [0, 1, 2, 3, 4], "data": [[29], [42], [121], [181], [318]]}, "table_names": "['Documents', 'Documents_with_Expenses']", "table_image_ids": ["TableImg_Nx00j_15.png", "TableImg_Ob5em_10.png"], "original_data_index": 3850} +{"question": "What are the countries that have both mountains that are higher than 5600 and lower than 5200?", "answer": {"columns": ["Country"], "index": [0], "data": [["Tanzania"]]}, "table_names": "['mountain']", "table_image_ids": ["TableImg_Z1eck_7.png"], "original_data_index": 3851} +{"question": "Find the name of the customer who made an order most recently.", "answer": {"columns": ["customer_name"], "index": [0], "data": [["Eunice Morar"]]}, "table_names": "['Customers', 'Customer_Orders']", "table_image_ids": ["TableImg_Qnlw9_15.png", "TableImg_Qbwv8_15.png"], "original_data_index": 3852} +{"question": "Give me a list of all the channel names sorted by the channel rating in descending order.", "answer": {"columns": ["Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "data": [["CCTV-1"], ["Hunan Satellite TV"], ["CCTV-8"], ["CCTV-13"], ["CCTV-3"], ["CCTV-6"], ["CCTV-14"], ["CCTV-4"], ["Anhui Satellite TV"], ["Shandong Satellite TV"]]}, "table_names": "['channel']", "table_image_ids": ["TableImg_Tzyiz_10.png"], "original_data_index": 3853} +{"question": "How many customers are living in city \"Lake Geovannyton\"?", "answer": {"columns": ["count(*)"], "index": [0], "data": [[3]]}, "table_names": "['Addresses', 'Customers', 'Customer_Addresses']", "table_image_ids": ["TableImg_Oi3so_15.png", "TableImg_Fxb7h_15.png", "TableImg_U874y_15.png"], "original_data_index": 3854} +{"question": "Show the host names for parties with number of hosts greater than 20.", "answer": {"columns": ["Name"], "index": [0], "data": [["Ed Davis"]]}, "table_names": "['party', 'host', 'party_host']", "table_image_ids": ["TableImg_Hpbjb_8.png", "TableImg_796u5_10.png", "TableImg_Fj5io_6.png"], "original_data_index": 3855} +{"question": "Give the maximum and minimum gradepoints for students living in NYC?", "answer": {"columns": ["max(T2.gradepoint)", "min(T2.gradepoint)"], "index": [0], "data": [[4.0, 2.0]]}, "table_names": "['Student', 'Enrolled_in', 'Gradeconversion']", "table_image_ids": ["TableImg_1kdd8_34.png", "TableImg_R1qmt_210.png", "TableImg_J34rp_13.png"], "original_data_index": 3856} +{"question": "Give me the first name and last name for all the female members of the club \"Bootup Baltimore\".", "answer": {"columns": ["Fname", "LName"], "index": [0], "data": [["Linda", "Smith"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_6416v_34.png", "TableImg_72z3b_4.png", "TableImg_8ahns_4.png"], "original_data_index": 3857} +{"question": "What are the names of the members and branches at which they are registered sorted by year of registration?", "answer": {"columns": ["Name", "Name"], "index": [0, 1, 2, 3, 4, 5, 6, 7], "data": [["Jeremy Jarmon", "Alexandre"], ["Myron Pryor", "Zytogorski"], ["Ventrell Jenkins", "Alexandre"], ["Braxton Kelley", "Cochrane"], ["Johnny Williams", "Popert"], ["Trevard Lindley", "Brooke Greville"], ["Corey Peters", "Alexandre"], ["Micah Johnson", "Taverner"]]}, "table_names": "['member', 'branch', 'membership_register_branch']", "table_image_ids": ["TableImg_2llj6_10.png", "TableImg_Pnuqu_8.png", "TableImg_Dfmbc_8.png"], "original_data_index": 3858} +{"question": "What are the names of parties with at least 2 events?", "answer": {"columns": ["Party_name"], "index": [0, 1, 2], "data": [["Convention Peoples Party"], ["Progress Party"], ["3"]]}, "table_names": "['party', 'party_events']", "table_image_ids": ["TableImg_L4s08_5.png", "TableImg_Smq68_8.png"], "original_data_index": 3859} +{"question": "List the titles of the papers whose authors are from the institution \"Indiana University\".", "answer": {"columns": ["title"], "index": [0], "data": [["An Equivalence-Preserving CPS Translation via Multi-Language Semantics"]]}, "table_names": "['Inst', 'Papers', 'Authorship']", "table_image_ids": ["TableImg_Y9svb_8.png", "TableImg_Bfjf6_7.png", "TableImg_Rgunw_14.png"], "original_data_index": 3860} +{"question": "What are the names of banks that have loaned money to customers with credit scores below 100?", "answer": {"columns": ["bname"], "index": [0, 1], "data": [["morningside"], ["downtown"]]}, "table_names": "['bank', 'customer', 'loan']", "table_image_ids": ["TableImg_Ae3m7_4.png", "TableImg_Vak0n_3.png", "TableImg_Bdbf1_3.png"], "original_data_index": 3861} +{"question": "Sort the company names in descending order of the company's market value.", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "data": [["Santander Group"], ["BNP Paribas"], ["ExxonMobil"], ["PetroChina"], ["Industrial and Commercial Bank of China"], ["Petrobras"], ["China Construction Bank"], ["General Electric"], ["Royal Dutch Shell"], ["Berkshire Hathaway"], ["Chevron"], ["Walmart"], ["HSBC"], ["JPMorgan Chase"], ["Gazprom"], ["Wells Fargo"], ["AT&T Inc."], ["Total"], ["Citigroup"]]}, "table_names": "['Companies']", "table_image_ids": ["TableImg_4n61h_19.png"], "original_data_index": 3862} +{"question": "What is the id and trade name of the medicines can interact with at least 3 enzymes?", "answer": {"columns": ["id", "Trade_Name"], "index": [0, 1], "data": [[2, "Abilify"], [3, "Saphris"]]}, "table_names": "['medicine', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_1aqkd_21.png", "TableImg_Ifyni_19.png"], "original_data_index": 3863} +{"question": "What are the id and name of the mountains that have at least 2 photos?", "answer": {"columns": ["id", "name"], "index": [0, 1, 2], "data": [[12, "Mount Cameroon"], [14, "Ighil Mgoun"], [20, "Taska n\u00e2\u0080\u0099Zat"]]}, "table_names": "['mountain', 'photos']", "table_image_ids": ["TableImg_7tt7n_23.png", "TableImg_Djj60_10.png"], "original_data_index": 3864} +{"question": "Find the club which has the largest number of members majoring in \"600\".", "answer": {"columns": ["ClubName"], "index": [0], "data": [["Bootup Baltimore"]]}, "table_names": "['Student', 'Club', 'Member_of_club']", "table_image_ids": ["TableImg_Yng4t_34.png", "TableImg_5zfd6_4.png", "TableImg_I1i5w_4.png"], "original_data_index": 3865} +{"question": "What is the type of interaction for the enzyme named 'ALA synthase' and the medicine named 'Aripiprazole'?", "answer": {"columns": ["interaction_type"], "index": [0], "data": [["inhibitor"]]}, "table_names": "['medicine', 'enzyme', 'medicine_enzyme_interaction']", "table_image_ids": ["TableImg_Pb9uy_21.png", "TableImg_0t90s_8.png", "TableImg_T3moi_19.png"], "original_data_index": 3866} +{"question": "What are the names of parties that have no members?", "answer": {"columns": ["Party_name"], "index": [0, 1], "data": [["Convention Union Party"], ["Sinefine Party"]]}, "table_names": "['party', 'member']", "table_image_ids": ["TableImg_Dz6h2_5.png", "TableImg_Xq27m_15.png"], "original_data_index": 3867} +{"question": "Find the names of all the customers and staff members.", "answer": {"columns": ["Customer_Details"], "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "data": [["Alexander"], ["Allen"], ["America Jaskolski"], ["Augustine Kerluke"], ["Bo"], ["Buddy Marquardt"], ["Cathryn"], ["Clifton"], ["Dayana Robel"], ["Dr. Diana Rath"], ["Eladio"], ["Ellsworth Paucek"], ["Evans"], ["Gideon"], ["Julius"], ["Kaci"], ["Lauriane Ferry PhD"], ["Margaretta"], ["Maryse"], ["Miss Felicita Reichel"], ["Mr. Edwardo Blanda I"], ["Mr. Randal Lynch III"], ["Mrs. Hanna Willms"], ["Mrs. Lilly Graham III"], ["Mrs. Liza Heller V"], ["Roman"], ["Selena Gerhold"], ["Sydnie Friesen"], ["Vernie"], ["Zachery"]]}, "table_names": "['Customers', 'Staff']", "table_image_ids": ["TableImg_03cmv_15.png", "TableImg_R4q6u_15.png"], "original_data_index": 3868} +{"question": "What are the names of the reviewers who have rated a movie more than 3 stars before?", "answer": {"columns": ["name"], "index": [0, 1, 2, 3, 4, 5], "data": [["Sarah Martinez"], ["Daniel Lewis"], ["Brittany Harris"], ["Chris Jackson"], ["Elizabeth Thomas"], ["James Cameron"]]}, "table_names": "['Reviewer', 'Rating']", "table_image_ids": ["TableImg_Tfcst_8.png", "TableImg_1iq6b_14.png"], "original_data_index": 3869} +{"question": "Select the name of each manufacturer along with the name and price of its most expensive product.", "answer": {"columns": ["Name", "max(T1.Price)", "Name"], "index": [0, 1, 2, 3, 4, 5], "data": [["DVD drive", 180, "Creative Labs"], ["Hard drive", 240, "Fujitsu"], ["Printer", 270, "Hewlett-Packard"], ["ZIP drive", 150, "Iomega"], ["Monitor", 240, "Sony"], ["Memory", 120, "Winchester"]]}, "table_names": "['Manufacturers', 'Products']", "table_image_ids": ["TableImg_Vv38f_6.png", "TableImg_Sfx5n_11.png"], "original_data_index": 3870} diff --git a/table_images/TableImg_060y7_11.png b/table_images/TableImg_060y7_11.png new file mode 100644 index 0000000000000000000000000000000000000000..e15f3e8a55249d9ba0d69de4566c7e38860d49d9 --- /dev/null +++ b/table_images/TableImg_060y7_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e361b0dda98e4fba14660826dd941c2fb678e81a8b1599863a0a6ecec46b406d +size 73574 diff --git a/table_images/TableImg_0r2qp_10.png b/table_images/TableImg_0r2qp_10.png new file mode 100644 index 0000000000000000000000000000000000000000..380484ee9fc78a651653c16c5ba6b107887cba9c --- /dev/null +++ b/table_images/TableImg_0r2qp_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd2b32aa3ccbc26244facc55a07cdf083dfe4e1a611aa898d6e8d6f99c38185 +size 114260 diff --git a/table_images/TableImg_0sahy_15.png b/table_images/TableImg_0sahy_15.png new file mode 100644 index 0000000000000000000000000000000000000000..fc282e82ee39881bf3230037ae038cb7bc0f0529 --- /dev/null +++ b/table_images/TableImg_0sahy_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308bd1e1fc22f55eec6c247760dc49ecf3a7d27741ed454f9dc2c39fdacf5f5d +size 193200 diff --git a/table_images/TableImg_1i3o6_13.png b/table_images/TableImg_1i3o6_13.png new file mode 100644 index 0000000000000000000000000000000000000000..63750397034b4a016fa59665ed6eb84d9d2c4cd1 --- /dev/null +++ b/table_images/TableImg_1i3o6_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044181d071978f5e2c2d38ab2765337a9e79b5f4c106ece742d5327fc5c2c109 +size 72204 diff --git a/table_images/TableImg_1wlgj_15.png b/table_images/TableImg_1wlgj_15.png new file mode 100644 index 0000000000000000000000000000000000000000..5a47bd2ba9ea24dd2da29e696ddf654f1c9a90d0 --- /dev/null +++ b/table_images/TableImg_1wlgj_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b28f2c72938ec49be14d5b6805948d2f660a06efb30850c4a3a07c33ebe72a +size 89520 diff --git a/table_images/TableImg_25fur_6.png b/table_images/TableImg_25fur_6.png new file mode 100644 index 0000000000000000000000000000000000000000..9fdf0e68d7a7c5606e71df73352c537573fe8fbb --- /dev/null +++ b/table_images/TableImg_25fur_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e8396724b1aac01417af20fc0896b91c5e5726abe6904e2d0aa9fdf8fcb4b6 +size 41294 diff --git a/table_images/TableImg_2afwy_14.png b/table_images/TableImg_2afwy_14.png new file mode 100644 index 0000000000000000000000000000000000000000..df87bc7921902138c263ee1a047a6df5318a43a0 --- /dev/null +++ b/table_images/TableImg_2afwy_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6f63e84b090f21c0128e8bc0abe11bf55502c229fc245315d07372f1911294 +size 39766 diff --git a/table_images/TableImg_2tvmm_8.png b/table_images/TableImg_2tvmm_8.png new file mode 100644 index 0000000000000000000000000000000000000000..25f99f1fed43af7e7d087456d1c801a24019e616 --- /dev/null +++ b/table_images/TableImg_2tvmm_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a086b02c014300906bb680833de3bdfe2259a789cb0a4297a5e37e067f2795 +size 106618 diff --git a/table_images/TableImg_3czqw_8.png b/table_images/TableImg_3czqw_8.png new file mode 100644 index 0000000000000000000000000000000000000000..361180fad65cc7c8975a3b77cf9dacc675465bef --- /dev/null +++ b/table_images/TableImg_3czqw_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0837c3b41b242c8db040607f4934eb1e77bb67b26cb6a2d87b8ae3e877f15145 +size 15872 diff --git a/table_images/TableImg_3d7tc_9.png b/table_images/TableImg_3d7tc_9.png new file mode 100644 index 0000000000000000000000000000000000000000..d070ec1e034d28291ebf2458187f1c1c75514745 --- /dev/null +++ b/table_images/TableImg_3d7tc_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7247730c153c5651e4e21d516a617d33b013e339a0678f6f8443cef4a93e880 +size 58190 diff --git a/table_images/TableImg_3k3zr_34.png b/table_images/TableImg_3k3zr_34.png new file mode 100644 index 0000000000000000000000000000000000000000..3c84f1cba37e41af8686b8d10c52367474fbc7c9 --- /dev/null +++ b/table_images/TableImg_3k3zr_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4305c146ff45f69330765eb540a6548c1eef0a4d0572f5f598feafd3b19989 +size 191931 diff --git a/table_images/TableImg_46qix_500.png b/table_images/TableImg_46qix_500.png new file mode 100644 index 0000000000000000000000000000000000000000..b479ceb2fc60e9021a2ad8110867385bc3b99d44 --- /dev/null +++ b/table_images/TableImg_46qix_500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2faa0f97de6c00553e08a9dc0257455dbfa4e40fc3f20a573070577342e8658 +size 4016373 diff --git a/table_images/TableImg_49hed_4.png b/table_images/TableImg_49hed_4.png new file mode 100644 index 0000000000000000000000000000000000000000..da726a876a82cd6b6b08c1fe6f380101eaa8cdae --- /dev/null +++ b/table_images/TableImg_49hed_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27826b01d8a660001e2bbbb57d974423be0c9048cf693c839279dc44092b6874 +size 29454 diff --git a/table_images/TableImg_4awov_8.png b/table_images/TableImg_4awov_8.png new file mode 100644 index 0000000000000000000000000000000000000000..5dd51c12d50ef4b03e8cf2feddf860115300cab7 --- /dev/null +++ b/table_images/TableImg_4awov_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9d9676bd7bdf5b843801ea6e74e0d2143b1ae47608aadd9e2980f1cf93491d +size 12187 diff --git a/table_images/TableImg_4pop0_4.png b/table_images/TableImg_4pop0_4.png new file mode 100644 index 0000000000000000000000000000000000000000..3e473ba2479371451d237d675dfc6b13432037e9 --- /dev/null +++ b/table_images/TableImg_4pop0_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e0bfed48fac5d00dab40f2ff2e54bd47b947d75ee54a0aa017ca89891d4bed +size 16324 diff --git a/table_images/TableImg_4qf2w_15.png b/table_images/TableImg_4qf2w_15.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b5a7d1148b13807ecdddf7988eabd3cd1d2203 --- /dev/null +++ b/table_images/TableImg_4qf2w_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0ed2c0d89b29ae2cd7cd47198167688f6dde51811ab71af59c6ae65ee12515 +size 108753 diff --git a/table_images/TableImg_4vrc9_15.png b/table_images/TableImg_4vrc9_15.png new file mode 100644 index 0000000000000000000000000000000000000000..4710fbdaccb9bdf83a2d5457d0fb6f3cb6893598 --- /dev/null +++ b/table_images/TableImg_4vrc9_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8289e971890be5520f2125ef254efb202a9e489235da494759d74d36714f873 +size 53671 diff --git a/table_images/TableImg_504ma_4.png b/table_images/TableImg_504ma_4.png new file mode 100644 index 0000000000000000000000000000000000000000..4c072c7c0a0da20ddd809dfd2cb4d0457874d008 --- /dev/null +++ b/table_images/TableImg_504ma_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a55308c5b76846e05cdc3799e35053457e9412ba23023ec7d8081bd48e6f99 +size 8350 diff --git a/table_images/TableImg_580of_10.png b/table_images/TableImg_580of_10.png new file mode 100644 index 0000000000000000000000000000000000000000..9850cf55e48c61affc82f167155502362f53ba43 --- /dev/null +++ b/table_images/TableImg_580of_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d5588a6798759cb3cd582a6cc260b3ab348cef419636ca3924e749e20f0f88 +size 88174 diff --git a/table_images/TableImg_5dt30_4.png b/table_images/TableImg_5dt30_4.png new file mode 100644 index 0000000000000000000000000000000000000000..d4bb087f719d5a46f79645fe45d37776c9fc1195 --- /dev/null +++ b/table_images/TableImg_5dt30_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4e3abe7b9082d29ec5e8fcb00e49c5a67ec49dbbff4700e67142dfc2792e04 +size 12344 diff --git a/table_images/TableImg_5uet9_3.png b/table_images/TableImg_5uet9_3.png new file mode 100644 index 0000000000000000000000000000000000000000..35fa9a0eb87ecb0c0ba4de97da82320e4f4fb983 --- /dev/null +++ b/table_images/TableImg_5uet9_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731ad5291f1ea72bc93dd678cef8f21bdd86427dc483e607e36059641cf9f30c +size 12683 diff --git a/table_images/TableImg_5v6b7_6.png b/table_images/TableImg_5v6b7_6.png new file mode 100644 index 0000000000000000000000000000000000000000..85c1e2b03cba518548d240bd6975157914c416f2 --- /dev/null +++ b/table_images/TableImg_5v6b7_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a737d38dab0ffab705d696cb3e58e66215fe9d0e3f621457dcc61c29f09b0ca1 +size 76886 diff --git a/table_images/TableImg_60okw_15.png b/table_images/TableImg_60okw_15.png new file mode 100644 index 0000000000000000000000000000000000000000..f7446077ff587c672b3b22f856aa55c6f4e707e1 --- /dev/null +++ b/table_images/TableImg_60okw_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9740661e86eef1413488e9569464492c87590d4d8dbf46397dc287d357414626 +size 35524 diff --git a/table_images/TableImg_61s34_15.png b/table_images/TableImg_61s34_15.png new file mode 100644 index 0000000000000000000000000000000000000000..69e29d2c97d946dac8af413145a3604dd7ecb6b5 --- /dev/null +++ b/table_images/TableImg_61s34_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3c0df8ffa32407c43ded9f900f467285b0a91ce1e72ccc1314432eeb011612 +size 89874 diff --git a/table_images/TableImg_63aop_15.png b/table_images/TableImg_63aop_15.png new file mode 100644 index 0000000000000000000000000000000000000000..984190268f6fb5e25e41460397dae5c110608eb6 --- /dev/null +++ b/table_images/TableImg_63aop_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896dbfe132079ae8982e5e182bfd71e6a3d0a71c230836db05ccff5081076dd1 +size 197830 diff --git a/table_images/TableImg_6olbg_15.png b/table_images/TableImg_6olbg_15.png new file mode 100644 index 0000000000000000000000000000000000000000..8122cdc4144743e0cfa51b09f6b3cdc557c2fee0 --- /dev/null +++ b/table_images/TableImg_6olbg_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb0b188ef4a38394eecc8831780e86240564762fb47b6213ed7b3291e202560 +size 78543 diff --git a/table_images/TableImg_6t05l_6.png b/table_images/TableImg_6t05l_6.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b093b526b7a134100e51b108f367259867939b --- /dev/null +++ b/table_images/TableImg_6t05l_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8969f0d6c10831d7a0341571008abea5c10653bc3273680803fb22ca2f0868ee +size 28022 diff --git a/table_images/TableImg_70242_4.png b/table_images/TableImg_70242_4.png new file mode 100644 index 0000000000000000000000000000000000000000..585bc700771be6cb8de5791842431a2d87290186 --- /dev/null +++ b/table_images/TableImg_70242_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860aab74a0d791a2077436eddde4c8fa211472db2c4ff76c102c0eb6957ab277 +size 42332 diff --git a/table_images/TableImg_76za5_6.png b/table_images/TableImg_76za5_6.png new file mode 100644 index 0000000000000000000000000000000000000000..6a3218fc16fc823962ae9bf7fceb804f43162ad1 --- /dev/null +++ b/table_images/TableImg_76za5_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6ea373bd5a42ecd7bcd91e785cb72a59ad3302600a76242884a0bc9d88a200 +size 42571 diff --git a/table_images/TableImg_87en9_15.png b/table_images/TableImg_87en9_15.png new file mode 100644 index 0000000000000000000000000000000000000000..8bc07e9e0aa6685985dedbc5bb940fe6a79d5f51 --- /dev/null +++ b/table_images/TableImg_87en9_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40cbe8cb21a23bea87f7358370b5f044c65a45476b8d1af26b51c130bbf23320 +size 70473 diff --git a/table_images/TableImg_8xrs4_14.png b/table_images/TableImg_8xrs4_14.png new file mode 100644 index 0000000000000000000000000000000000000000..1c4644a3f6fd80d573d6980837be5019dd4885f7 --- /dev/null +++ b/table_images/TableImg_8xrs4_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75093e7f993cf66e8aa69f5238bbf0b219dc4066bb805b03fee334cc2eb7664 +size 44812 diff --git a/table_images/TableImg_9bwfc_15.png b/table_images/TableImg_9bwfc_15.png new file mode 100644 index 0000000000000000000000000000000000000000..a8320e34e28e5b1dec5b4659548bfe4756732049 --- /dev/null +++ b/table_images/TableImg_9bwfc_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda2ac66ea1ff99115cac552ced736bae95bad75d5c78f4c5da0bbe9cd9583c0 +size 78571 diff --git a/table_images/TableImg_9f1vj_27.png b/table_images/TableImg_9f1vj_27.png new file mode 100644 index 0000000000000000000000000000000000000000..2bfaf2202f77eb8f0c37827d570b77988c57c496 --- /dev/null +++ b/table_images/TableImg_9f1vj_27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fae01e31945c9b2f0a0f2ef98a43e280d0b55502880e2329232145f88deed7c +size 78698 diff --git a/table_images/TableImg_A7mn4_76.png b/table_images/TableImg_A7mn4_76.png new file mode 100644 index 0000000000000000000000000000000000000000..4218d02337356b587e703138776ef0e37ea8e39c --- /dev/null +++ b/table_images/TableImg_A7mn4_76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1287d0e5b475389a46cb1f89f95ee94e0d1b8ce2e7a20c448cbdf00bf4326f +size 444473 diff --git a/table_images/TableImg_Abcsl_9.png b/table_images/TableImg_Abcsl_9.png new file mode 100644 index 0000000000000000000000000000000000000000..b12eff56f9e957fb40c450768a997420eade9e17 --- /dev/null +++ b/table_images/TableImg_Abcsl_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a9b4e62c80f024d354c069b7a5e739896c5b93746b392e9e16134edaf507d2 +size 44121 diff --git a/table_images/TableImg_Anw9u_15.png b/table_images/TableImg_Anw9u_15.png new file mode 100644 index 0000000000000000000000000000000000000000..e3692ca2da9e72acbf488d8d1186c1eb20dde3b2 --- /dev/null +++ b/table_images/TableImg_Anw9u_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2318562f5420fefd36b94354f50848915915c15fff40de9703191d0304f8e148 +size 201710 diff --git a/table_images/TableImg_Aoctm_6.png b/table_images/TableImg_Aoctm_6.png new file mode 100644 index 0000000000000000000000000000000000000000..b616b6f712fc6b50941bf0ff389780261beb6723 --- /dev/null +++ b/table_images/TableImg_Aoctm_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb95dc539b292eabcaf0451a27d2478a168c341ec6a2ad3e3d937f7023267713 +size 46429 diff --git a/table_images/TableImg_B1o1r_40.png b/table_images/TableImg_B1o1r_40.png new file mode 100644 index 0000000000000000000000000000000000000000..dc47bffbc6769f6a8832df3ede84bc1c8e52606f --- /dev/null +++ b/table_images/TableImg_B1o1r_40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5914e99ab827f60c87d8fd330103149ffbb11ce1e1b70830935601af3f01535a +size 34959 diff --git a/table_images/TableImg_B9bp3_15.png b/table_images/TableImg_B9bp3_15.png new file mode 100644 index 0000000000000000000000000000000000000000..b581a3d47611672c7658340750081a291f7826bd --- /dev/null +++ b/table_images/TableImg_B9bp3_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abc0e4f3ad1a89b525d05267dd3cb2e35d81d42d2cdef96f7b01caf6f8b0def +size 304612 diff --git a/table_images/TableImg_Bft1m_57.png b/table_images/TableImg_Bft1m_57.png new file mode 100644 index 0000000000000000000000000000000000000000..04b82744cadca97ae3d98e1a38b12537bea0dc09 --- /dev/null +++ b/table_images/TableImg_Bft1m_57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df0a042dda9075a4ee00dbbb0ad3ac54c4a08f61ea6c4d9aa428a75c174f747 +size 280804 diff --git a/table_images/TableImg_Boop1_6.png b/table_images/TableImg_Boop1_6.png new file mode 100644 index 0000000000000000000000000000000000000000..5e3dafd0e772a299e13efcac21fd44450fdda0e8 --- /dev/null +++ b/table_images/TableImg_Boop1_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a5137d931b65b82e930639b88c4d45bf060e791d35bb518ff8c0a7270a8f3d +size 19433 diff --git a/table_images/TableImg_Bsi98_7.png b/table_images/TableImg_Bsi98_7.png new file mode 100644 index 0000000000000000000000000000000000000000..a1ec9b9729c8f0a0377a6ef27fa0692f66faa090 --- /dev/null +++ b/table_images/TableImg_Bsi98_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413d438fd8079f17c4eaf7893014aeb49448b9993bd2b6f3e05dff7654c8b5d5 +size 11116 diff --git a/table_images/TableImg_C01dq_8.png b/table_images/TableImg_C01dq_8.png new file mode 100644 index 0000000000000000000000000000000000000000..992db3e8c8a4c30b59fc9c9ee58ace4f9e8d2ac7 --- /dev/null +++ b/table_images/TableImg_C01dq_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157d4099aaa59366d3151a91d91e0f2bb02f636c2f7908251a202a126c153c2b +size 60739 diff --git a/table_images/TableImg_C2bys_34.png b/table_images/TableImg_C2bys_34.png new file mode 100644 index 0000000000000000000000000000000000000000..a178a74ba181f11a2ab9fe653e83fdb7fd7416d8 --- /dev/null +++ b/table_images/TableImg_C2bys_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4f3410720c197b1eb8163ee17119052da3a0faf99fa69cf36e1c33f99278cf +size 194180 diff --git a/table_images/TableImg_C7aam_6.png b/table_images/TableImg_C7aam_6.png new file mode 100644 index 0000000000000000000000000000000000000000..6b808074084a1687fc4a3c25ccf03ad2b40545d3 --- /dev/null +++ b/table_images/TableImg_C7aam_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe8da1717ceff3086bd8838416ba2cdcb53145bffafc01c068b90ece0fb4017 +size 63463 diff --git a/table_images/TableImg_C7qup_12.png b/table_images/TableImg_C7qup_12.png new file mode 100644 index 0000000000000000000000000000000000000000..3a1c9bae11f5b8c77da4dab5f8a2c875f93998f9 --- /dev/null +++ b/table_images/TableImg_C7qup_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c747a70ab19d93f5ed8f84b939cf31ad17c56bb28b3612377a330d7621297b0 +size 28274 diff --git a/table_images/TableImg_Ce0kg_14.png b/table_images/TableImg_Ce0kg_14.png new file mode 100644 index 0000000000000000000000000000000000000000..cb56db535786c8b111bfab7dadb634a7690d45bf --- /dev/null +++ b/table_images/TableImg_Ce0kg_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aad506e3e6cf562ac0e277ef05743a4478b89f8bde817be714501a16a7e8345 +size 17619 diff --git a/table_images/TableImg_Ch7x2_14.png b/table_images/TableImg_Ch7x2_14.png new file mode 100644 index 0000000000000000000000000000000000000000..0de1b117240bf88e171505d017b558d8ef298d35 --- /dev/null +++ b/table_images/TableImg_Ch7x2_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac19deda54ce1a50dc8eb4534b5dda417ef5114c0d6b74ca2c06be8c68392b4c +size 30388 diff --git a/table_images/TableImg_Cq2xa_15.png b/table_images/TableImg_Cq2xa_15.png new file mode 100644 index 0000000000000000000000000000000000000000..6a804369d6fd3637785edec62dea087f9278fb34 --- /dev/null +++ b/table_images/TableImg_Cq2xa_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a21535142e887ecff535381003b5b74a894b4d26400e735caae2d87de237e7 +size 161287 diff --git a/table_images/TableImg_Cw9ih_15.png b/table_images/TableImg_Cw9ih_15.png new file mode 100644 index 0000000000000000000000000000000000000000..63a19798d84ffea13957bfb8ee7479c8ef19469b --- /dev/null +++ b/table_images/TableImg_Cw9ih_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38064df40155b861b548fdaf7a725ca150f5619404e18e0466b9214855e33ed5 +size 68867 diff --git a/table_images/TableImg_Dwucz_11.png b/table_images/TableImg_Dwucz_11.png new file mode 100644 index 0000000000000000000000000000000000000000..e8389f4f6b4080105de82f8306629272d9f9d8ef --- /dev/null +++ b/table_images/TableImg_Dwucz_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf4fbe64f7a91eab2d54448b4da152341b41dc53f177d73f5ae43b362f04f4b +size 65112 diff --git a/table_images/TableImg_Dzp7g_34.png b/table_images/TableImg_Dzp7g_34.png new file mode 100644 index 0000000000000000000000000000000000000000..7c96939e67602ffc038a6ee63592dffd2dd44d59 --- /dev/null +++ b/table_images/TableImg_Dzp7g_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778cdd706f83c4fb4c6c03a3e0e222d774954702ff14a97e05b24107eaf7bf99 +size 147665 diff --git a/table_images/TableImg_E5f48_15.png b/table_images/TableImg_E5f48_15.png new file mode 100644 index 0000000000000000000000000000000000000000..0ce0bfa390a9aaf18bb4f4fecd498f396d1840b6 --- /dev/null +++ b/table_images/TableImg_E5f48_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a97cc9c611d48014adcb9aaf066b942a4f51d7a18ab200002875b2a13f81332 +size 53185 diff --git a/table_images/TableImg_Ea5ms_15.png b/table_images/TableImg_Ea5ms_15.png new file mode 100644 index 0000000000000000000000000000000000000000..4969c90ff1bee0c4062234edffd92af6c22caa35 --- /dev/null +++ b/table_images/TableImg_Ea5ms_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e32e0e53350a64e20c2793500c7b380d36aa97b3f9f87f8045f7602e029575 +size 88140 diff --git a/table_images/TableImg_Ecqwh_58.png b/table_images/TableImg_Ecqwh_58.png new file mode 100644 index 0000000000000000000000000000000000000000..631e217f29cb0c8ae99a69aa3b0613e247a45419 --- /dev/null +++ b/table_images/TableImg_Ecqwh_58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cbfc74f57edb8a27f01063023df4fcd35a773d3b4282cc40432283451bf3029 +size 432470 diff --git a/table_images/TableImg_Efv31_15.png b/table_images/TableImg_Efv31_15.png new file mode 100644 index 0000000000000000000000000000000000000000..b74aeaa32f2a9e4c8e985a62a70932432608bfbd --- /dev/null +++ b/table_images/TableImg_Efv31_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ad02664206b8b9ebf4ab6806c119adb11c1ef5b44e53169b4fe34380383301 +size 94193 diff --git a/table_images/TableImg_Ei0ot_57.png b/table_images/TableImg_Ei0ot_57.png new file mode 100644 index 0000000000000000000000000000000000000000..4efb9994576b79774981902b042c46b289fc4a59 --- /dev/null +++ b/table_images/TableImg_Ei0ot_57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fe222464a0d027e70f65ee99fada0c1aa918d5270cfdf7da4ff44b025f68af +size 306561 diff --git a/table_images/TableImg_Er52g_69.png b/table_images/TableImg_Er52g_69.png new file mode 100644 index 0000000000000000000000000000000000000000..c89788ffe831c38c6e3f454831b0a81da5ac8324 --- /dev/null +++ b/table_images/TableImg_Er52g_69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aff59eaba0b8d48cf06327fd228a85155a5bb93a631d5f70d89456cdd48e541 +size 61702 diff --git a/table_images/TableImg_Eusy8_177.png b/table_images/TableImg_Eusy8_177.png new file mode 100644 index 0000000000000000000000000000000000000000..31d81b03436f5b4abfb4fde0589f395c80d43e1e --- /dev/null +++ b/table_images/TableImg_Eusy8_177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa7653f58056d7ddab4734e36a9344207c4f3a2afe5c3a42d60cfaa8fa2dab0 +size 1283185 diff --git a/table_images/TableImg_Ewl21_4.png b/table_images/TableImg_Ewl21_4.png new file mode 100644 index 0000000000000000000000000000000000000000..2f8333ba95a870bec81093a4772123a063d377ee --- /dev/null +++ b/table_images/TableImg_Ewl21_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af29a6705b2daa95a481f546274d75815476c995503a6d458f4d10983f632a2 +size 8332 diff --git a/table_images/TableImg_Ez7ep_27.png b/table_images/TableImg_Ez7ep_27.png new file mode 100644 index 0000000000000000000000000000000000000000..81e88ec6b737ba879f0073cbf057eb83cbbc340c --- /dev/null +++ b/table_images/TableImg_Ez7ep_27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c6e125381333176aed8874a00a0df412b0442459545e52dffa21abfa745c9f +size 106711 diff --git a/table_images/TableImg_Fh3k4_8.png b/table_images/TableImg_Fh3k4_8.png new file mode 100644 index 0000000000000000000000000000000000000000..211e5679e62ef8fe720756caa06983ebf1fdca33 --- /dev/null +++ b/table_images/TableImg_Fh3k4_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db574214d34a5c35e3625de324a2e5234db5a8688dfe4cc49179365a06cae746 +size 41245 diff --git a/table_images/TableImg_Frn47_11.png b/table_images/TableImg_Frn47_11.png new file mode 100644 index 0000000000000000000000000000000000000000..be715cecf66b274719bc2537d5ac3a3d63ae1acc --- /dev/null +++ b/table_images/TableImg_Frn47_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77054bf15836efb95761b57083a7915afdff9902aa0d0ee1a970973a7e11327b +size 16110 diff --git a/table_images/TableImg_Fvere_6.png b/table_images/TableImg_Fvere_6.png new file mode 100644 index 0000000000000000000000000000000000000000..56735b5c71c4f002328afd41b730435ca0fb9f58 --- /dev/null +++ b/table_images/TableImg_Fvere_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798d23b67f58696e8fb57798fe30241078b25f5c166d0c4c92a61b9a34a2251f +size 12922 diff --git a/table_images/TableImg_Fvoei_4.png b/table_images/TableImg_Fvoei_4.png new file mode 100644 index 0000000000000000000000000000000000000000..53f6e966577c6f9bd48d1a7fbd9c10fe9b28e75a --- /dev/null +++ b/table_images/TableImg_Fvoei_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5fed30798cbfa6ec5ffb0cb5ed7dbd0933041bd628657bef7b6862cf74c0b4 +size 12579 diff --git a/table_images/TableImg_Fxugs_6.png b/table_images/TableImg_Fxugs_6.png new file mode 100644 index 0000000000000000000000000000000000000000..42077b31e43274fe4f524f2b2a1a0877b73322a2 --- /dev/null +++ b/table_images/TableImg_Fxugs_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db85df0212badafed6ca8b92ff6f40704303052d4622f4a0448c9e27fb28c82 +size 12679 diff --git a/table_images/TableImg_G4y0d_8.png b/table_images/TableImg_G4y0d_8.png new file mode 100644 index 0000000000000000000000000000000000000000..ea2a9b2ed0a858fdae9cac8ef53bf679ac5ba810 --- /dev/null +++ b/table_images/TableImg_G4y0d_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf511112618c78bc6bce606fcf7d5dd12be3f0318a39dc8c992c42d8dd1e517 +size 49380 diff --git a/table_images/TableImg_Gf6pb_11060.png b/table_images/TableImg_Gf6pb_11060.png new file mode 100644 index 0000000000000000000000000000000000000000..a64f92b573d19c787433205941966302d49b34b3 --- /dev/null +++ b/table_images/TableImg_Gf6pb_11060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96ac2ee18d16cedb3856b83a03a08bab15314eefcac873d798020c79a3e8f17 +size 3155567 diff --git a/table_images/TableImg_Glxow_15.png b/table_images/TableImg_Glxow_15.png new file mode 100644 index 0000000000000000000000000000000000000000..26b4667d911d1b11d66f58efa43ff5b46632e914 --- /dev/null +++ b/table_images/TableImg_Glxow_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2953cc18d2cb7f945ed0bf43d3867b464cac360c81f81015501109822bfc75 +size 45161 diff --git a/table_images/TableImg_Gsgtp_15.png b/table_images/TableImg_Gsgtp_15.png new file mode 100644 index 0000000000000000000000000000000000000000..d50c72b6e2d9f03fabe80258eaccbab6da5ba32d --- /dev/null +++ b/table_images/TableImg_Gsgtp_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a715821e5179d2cc13022ceffed09164d50d8e0c93437550a8aef26e53a5be +size 39110 diff --git a/table_images/TableImg_H06b9_8.png b/table_images/TableImg_H06b9_8.png new file mode 100644 index 0000000000000000000000000000000000000000..7f485578d787ab092715a75d5e4cecb7110ad745 --- /dev/null +++ b/table_images/TableImg_H06b9_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b9d0eedd96173afe41a368c15ba9d4373fd13b8f51917dc466bbf5f74d473f +size 33991 diff --git a/table_images/TableImg_H0uul_3.png b/table_images/TableImg_H0uul_3.png new file mode 100644 index 0000000000000000000000000000000000000000..cf5faca58db7e9ab50e0f1fd00f2d0fdf31b23aa --- /dev/null +++ b/table_images/TableImg_H0uul_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9cb9ab1f33971bba6676130b5a9777283366bf3a36a7cf9fd4dcc33a017d29 +size 19394 diff --git a/table_images/TableImg_H36o8_69.png b/table_images/TableImg_H36o8_69.png new file mode 100644 index 0000000000000000000000000000000000000000..f6f9edb96027ecb6a547d4ec57a14d1f68462b69 --- /dev/null +++ b/table_images/TableImg_H36o8_69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395345da3cf42b12e1f16a617967550bf4990a64e23135a57e28c8a0431c1b65 +size 218110 diff --git a/table_images/TableImg_H94y2_6.png b/table_images/TableImg_H94y2_6.png new file mode 100644 index 0000000000000000000000000000000000000000..5f413a31250bb159db88062d6a571f0a73d9b98a --- /dev/null +++ b/table_images/TableImg_H94y2_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2433ca94bd4fe6797278637eeec9b56a081c869f06c5ead4fb2a677bd93af6 +size 51289 diff --git a/table_images/TableImg_Hibeu_13.png b/table_images/TableImg_Hibeu_13.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f4604afae2385f1f24771cc0c263f1d1267085 --- /dev/null +++ b/table_images/TableImg_Hibeu_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd3944cc2c78128f68be83c4b017aa48ef65eb51901ed516c88590c1034c0d5 +size 25621 diff --git a/table_images/TableImg_Hl0j0_5.png b/table_images/TableImg_Hl0j0_5.png new file mode 100644 index 0000000000000000000000000000000000000000..e40f0f188c834af8dbdfad310e73ac3c7dd94983 --- /dev/null +++ b/table_images/TableImg_Hl0j0_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e340951ede39af17c43f9660df839c1aba9c0f1761f98593f0652dcfeb4a7b7 +size 44993 diff --git a/table_images/TableImg_Hl5nf_34.png b/table_images/TableImg_Hl5nf_34.png new file mode 100644 index 0000000000000000000000000000000000000000..64fed1a4261d3f8b26cc5ef2984f56546ed05a81 --- /dev/null +++ b/table_images/TableImg_Hl5nf_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c2361421918cb6b65550e6afd9de6d26b420b4cda5fc3900c80a9aa2bea710 +size 144036 diff --git a/table_images/TableImg_Htn5w_6.png b/table_images/TableImg_Htn5w_6.png new file mode 100644 index 0000000000000000000000000000000000000000..6457d6f84235aa5191f385b55801013f9ade8bf0 --- /dev/null +++ b/table_images/TableImg_Htn5w_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86eff81e094070ea05aa659f4ffabfc1e2e48f59bebd4bc2e0ffc97a35ba67e9 +size 12788 diff --git a/table_images/TableImg_Hwi0p_15.png b/table_images/TableImg_Hwi0p_15.png new file mode 100644 index 0000000000000000000000000000000000000000..213ee3cf617aca2b28e381fb86e3e7a60d9f61e5 --- /dev/null +++ b/table_images/TableImg_Hwi0p_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8b5f52b5b4f8e8a8446f5a0dac3c348e99947e93ad0d17b4122c13f9174102 +size 105086 diff --git a/table_images/TableImg_Hxwh1_60.png b/table_images/TableImg_Hxwh1_60.png new file mode 100644 index 0000000000000000000000000000000000000000..dbd2daed97ba8cd45bb731d8b67cfaf4ac7aa407 --- /dev/null +++ b/table_images/TableImg_Hxwh1_60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b251609db59aafd1d7896582b8105155e183f06664d6ab4edc8de8183cd4161 +size 152848 diff --git a/table_images/TableImg_I4cee_6.png b/table_images/TableImg_I4cee_6.png new file mode 100644 index 0000000000000000000000000000000000000000..46e5575114571394a30f08e122cb33d7aa56d0f2 --- /dev/null +++ b/table_images/TableImg_I4cee_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130712358a447c2c1f6bd5f86280ace006524f7a12d6f7221e13dbe466680891 +size 43866 diff --git a/table_images/TableImg_Iafj2_40.png b/table_images/TableImg_Iafj2_40.png new file mode 100644 index 0000000000000000000000000000000000000000..9c440051126aa442da78bb8501b45d1d3845da3f --- /dev/null +++ b/table_images/TableImg_Iafj2_40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9bda06f3305c03920c30bb70e9f0c945d711a535bfa9dd8fda7bc4eb013123 +size 34422 diff --git a/table_images/TableImg_Jhwse_10.png b/table_images/TableImg_Jhwse_10.png new file mode 100644 index 0000000000000000000000000000000000000000..09603dcc68e41dd35fb068c62116fa734f34039d --- /dev/null +++ b/table_images/TableImg_Jhwse_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158209c13d0eb6e8da2bd4074a0f49073410217472dfdd04d33ddbfaa94ccbaf +size 45308 diff --git a/table_images/TableImg_Jmoc8_20.png b/table_images/TableImg_Jmoc8_20.png new file mode 100644 index 0000000000000000000000000000000000000000..5e4fd6a6a6cf73f48789bade3342b71f2714bf6c --- /dev/null +++ b/table_images/TableImg_Jmoc8_20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69da226ffdc66b18e7311b9550e5cdd16c409af5995f98c8d6042ce2c5f8b8e7 +size 197862 diff --git a/table_images/TableImg_K2p5b_4.png b/table_images/TableImg_K2p5b_4.png new file mode 100644 index 0000000000000000000000000000000000000000..7a699a2ac9229e7d5ee9c303e47a9c42ba7fdf08 --- /dev/null +++ b/table_images/TableImg_K2p5b_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54cc4ad7dc54d53bd5c45011c2c0fd234af825afe3eb2dc273874a4cf624259 +size 17797 diff --git a/table_images/TableImg_K8xcl_15.png b/table_images/TableImg_K8xcl_15.png new file mode 100644 index 0000000000000000000000000000000000000000..de93cd42b59e088d9b4c07578a8b1736b1d47746 --- /dev/null +++ b/table_images/TableImg_K8xcl_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52859ec20b84a67a45169012e1823f239af4e53e1b4c47607f28efdc69eb372 +size 185689 diff --git a/table_images/TableImg_Kbogo_3.png b/table_images/TableImg_Kbogo_3.png new file mode 100644 index 0000000000000000000000000000000000000000..d8de9964f4fc1dff5bd47c8781685e49381e3779 --- /dev/null +++ b/table_images/TableImg_Kbogo_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa5a633cac96b2f1c955d6bfe34df55dc531920ad19242f28abd3c3a817b030 +size 8609 diff --git a/table_images/TableImg_Kevhq_15.png b/table_images/TableImg_Kevhq_15.png new file mode 100644 index 0000000000000000000000000000000000000000..ed56b1006fc7e4c38721812d01b3ec53b27c9d38 --- /dev/null +++ b/table_images/TableImg_Kevhq_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151903447d8d3f41b03315d8439a296fc5e69dbc7aa7c7047d74b442d0d60e6d +size 67387 diff --git a/table_images/TableImg_Kxtg1_6.png b/table_images/TableImg_Kxtg1_6.png new file mode 100644 index 0000000000000000000000000000000000000000..bba64b06a8c41836fe5679bab93c6dc981602747 --- /dev/null +++ b/table_images/TableImg_Kxtg1_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1639cce5704d92704ecc49152f856352bad64f8e4daa1edcd22c06c0a2c64d45 +size 16452 diff --git a/table_images/TableImg_Kz3fe_15.png b/table_images/TableImg_Kz3fe_15.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9c9bdec7815ad14b0ead6f3fe2d32531a52514 --- /dev/null +++ b/table_images/TableImg_Kz3fe_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46239e890c362fd3ecd838201f80720802dee1df6c6f7dc40045eff094f77b66 +size 82371 diff --git a/table_images/TableImg_L41el_15.png b/table_images/TableImg_L41el_15.png new file mode 100644 index 0000000000000000000000000000000000000000..a36d23a48554997b1ea5426be277090c99f70b03 --- /dev/null +++ b/table_images/TableImg_L41el_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fbd33a90f54115fd1d174a75048f55d0d0f3b761985fb1b0b4a350ada39eed +size 100827 diff --git a/table_images/TableImg_L6dc9_2000.png b/table_images/TableImg_L6dc9_2000.png new file mode 100644 index 0000000000000000000000000000000000000000..56fdeca37b9a2ab91c69370cda33fc4957370994 --- /dev/null +++ b/table_images/TableImg_L6dc9_2000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab206b5ead70b58551d266f60ded96f165270fbc2f30018ef1aab4ffd31a7bd +size 1835722 diff --git a/table_images/TableImg_M00i7_15.png b/table_images/TableImg_M00i7_15.png new file mode 100644 index 0000000000000000000000000000000000000000..303b877857edaa7280478c804c97daf295d8733b --- /dev/null +++ b/table_images/TableImg_M00i7_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372c44a61d63d02b4b14f1010b6dcc4c75ec6e7da932115175d0f17d18b81d7c +size 112900 diff --git a/table_images/TableImg_Mae26_5.png b/table_images/TableImg_Mae26_5.png new file mode 100644 index 0000000000000000000000000000000000000000..f22feb17f648299415883bbc5cf0fcbd0247bbf1 --- /dev/null +++ b/table_images/TableImg_Mae26_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27444ccd2475cb8d49ba3b3d0f63728ffdb492b75fe847793457c8acb6bf1992 +size 58901 diff --git a/table_images/TableImg_Mgbzc_5.png b/table_images/TableImg_Mgbzc_5.png new file mode 100644 index 0000000000000000000000000000000000000000..09342db63714ed571ec6a8e3a90486b55d359204 --- /dev/null +++ b/table_images/TableImg_Mgbzc_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1432ef4d475139bc905a12c19df3ad33a541db54e570a945457fb1fdb2ee2836 +size 22349 diff --git a/table_images/TableImg_Nbxjk_34.png b/table_images/TableImg_Nbxjk_34.png new file mode 100644 index 0000000000000000000000000000000000000000..06125bf0abf93ca6090587322bdd7c615db40e1c --- /dev/null +++ b/table_images/TableImg_Nbxjk_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03efabce6344986240557c8d810a7f3da4ac2223006cc24aed8f7fabf454f8cf +size 149978 diff --git a/table_images/TableImg_Npnmj_11.png b/table_images/TableImg_Npnmj_11.png new file mode 100644 index 0000000000000000000000000000000000000000..ff7bebbad34ccab95dfd04367eb096fdce24ec92 --- /dev/null +++ b/table_images/TableImg_Npnmj_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25237db2e09248032ee348519d15f18d498093d75c1aff6f3837448569c079ce +size 42224 diff --git a/table_images/TableImg_Nx00j_15.png b/table_images/TableImg_Nx00j_15.png new file mode 100644 index 0000000000000000000000000000000000000000..5ba4ffde91e79a72573abda71aa05d0e7576caf2 --- /dev/null +++ b/table_images/TableImg_Nx00j_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d7dda167ed729b75959b5718ab34df80475ff3cbd5c155c8a22a86b9ba8900 +size 88872 diff --git a/table_images/TableImg_Nxac5_15.png b/table_images/TableImg_Nxac5_15.png new file mode 100644 index 0000000000000000000000000000000000000000..d13ade7a26be64635d0fe4065ea836302b8aed61 --- /dev/null +++ b/table_images/TableImg_Nxac5_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18910e9a863cde0349fdc3810e60f41ca0b186deb7f3f3c66bba4cc62cbd4841 +size 39238 diff --git a/table_images/TableImg_Oaphc_15.png b/table_images/TableImg_Oaphc_15.png new file mode 100644 index 0000000000000000000000000000000000000000..f408fe71807710d3977816bc21196f92d7a032ad --- /dev/null +++ b/table_images/TableImg_Oaphc_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8813a0178e9b0f5db3f1a6f89fac726cc7e18c5b6d61806b135221c91b6dcff3 +size 124158 diff --git a/table_images/TableImg_Oj9ok_63.png b/table_images/TableImg_Oj9ok_63.png new file mode 100644 index 0000000000000000000000000000000000000000..d907c86d4978831ec2131d80c6cee3a972f90b8c --- /dev/null +++ b/table_images/TableImg_Oj9ok_63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763d11f7c12788e463f52889a2a771fab5aa0d1295516ab25711588b43a4f9ba +size 136514 diff --git a/table_images/TableImg_Om17o_2944.png b/table_images/TableImg_Om17o_2944.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a92ba9a0d8ea9242f37cb7f1e9cef1083d2f91 --- /dev/null +++ b/table_images/TableImg_Om17o_2944.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c981939a164bb3028831b545d2590e6ea3dd128daf56c6cb66ac8ea295f2a72 +size 2179692 diff --git a/table_images/TableImg_Orgbr_15.png b/table_images/TableImg_Orgbr_15.png new file mode 100644 index 0000000000000000000000000000000000000000..e19514c3406a5872a91446d31c5bda8c171c07f7 --- /dev/null +++ b/table_images/TableImg_Orgbr_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b2264e53fc11957dd67b10d615f378c9eaa11121e20cf8f25050a0b1ead6ae +size 130151 diff --git a/table_images/TableImg_Ownmr_18.png b/table_images/TableImg_Ownmr_18.png new file mode 100644 index 0000000000000000000000000000000000000000..1cdb77a480fb1cf0230ea222bb4be19b666c5fa3 --- /dev/null +++ b/table_images/TableImg_Ownmr_18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928c9b5c1912f34b4f8089f85534a8dd266f4766dadc93b8f8d833ee4c460044 +size 29329 diff --git a/table_images/TableImg_Oz3ru_34.png b/table_images/TableImg_Oz3ru_34.png new file mode 100644 index 0000000000000000000000000000000000000000..a61673d704e10f4cc2b360455bf055ada30f8379 --- /dev/null +++ b/table_images/TableImg_Oz3ru_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375832c360363e385e8fd80c2d58189b56a9fb358011b7e9e1388967393a78e5 +size 138055 diff --git a/table_images/TableImg_P3brh_6.png b/table_images/TableImg_P3brh_6.png new file mode 100644 index 0000000000000000000000000000000000000000..7ee5eaa8f051a6f835b5258f85384f1ca9545960 --- /dev/null +++ b/table_images/TableImg_P3brh_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddd659a1fbe3295560f2816323d7b57753843ce2667b796fd3894724d207cd8 +size 60386 diff --git a/table_images/TableImg_P49jm_34.png b/table_images/TableImg_P49jm_34.png new file mode 100644 index 0000000000000000000000000000000000000000..3c84f1cba37e41af8686b8d10c52367474fbc7c9 --- /dev/null +++ b/table_images/TableImg_P49jm_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4305c146ff45f69330765eb540a6548c1eef0a4d0572f5f598feafd3b19989 +size 191931 diff --git a/table_images/TableImg_P7enn_34.png b/table_images/TableImg_P7enn_34.png new file mode 100644 index 0000000000000000000000000000000000000000..d35d26cb5a787fd26e02460f1f98f22d250ec17b --- /dev/null +++ b/table_images/TableImg_P7enn_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56459b464b595121efa7df97e1fc16827f6902956d89071775974abe1e5352e4 +size 142901 diff --git a/table_images/TableImg_Pswy9_6.png b/table_images/TableImg_Pswy9_6.png new file mode 100644 index 0000000000000000000000000000000000000000..73e33d9a010ee67be75b6e9d0a84504d5c2b801d --- /dev/null +++ b/table_images/TableImg_Pswy9_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fc2bab0e38897609606ae8ed8c31ab757be450bcdf4e093fe3d1cd8607d78e +size 48782 diff --git a/table_images/TableImg_Q2py0_100.png b/table_images/TableImg_Q2py0_100.png new file mode 100644 index 0000000000000000000000000000000000000000..9f14d760bcaeb72a3996c38bfe488eab75870c8d --- /dev/null +++ b/table_images/TableImg_Q2py0_100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1437ff8ba01a7e22921e4d81c14db1628f0c0194cd50f033daecab1865407ddb +size 358139 diff --git a/table_images/TableImg_Q34i5_9959.png b/table_images/TableImg_Q34i5_9959.png new file mode 100644 index 0000000000000000000000000000000000000000..bb35f209e693c05d90e7efac49c94594c354201f --- /dev/null +++ b/table_images/TableImg_Q34i5_9959.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b74cc0704f19414bd8beb2abce29426bcb1afcefcc246956f76d2ab2bfc1c18 +size 4062065 diff --git a/table_images/TableImg_Qki1x_40.png b/table_images/TableImg_Qki1x_40.png new file mode 100644 index 0000000000000000000000000000000000000000..c8428127ed49909c6198563d07994f158c376859 --- /dev/null +++ b/table_images/TableImg_Qki1x_40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b5c5f0db024a9d5068ce5ca64b331ed6777070103fde2e3493fe7ac26ddac5 +size 25769 diff --git a/table_images/TableImg_Quoak_15.png b/table_images/TableImg_Quoak_15.png new file mode 100644 index 0000000000000000000000000000000000000000..3f45b19c3bfb7639e5a4089336e9710b374bb3b9 --- /dev/null +++ b/table_images/TableImg_Quoak_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43bb2dd3f2327141333e367aaf29d800fc8d014e0e7c9ea54a2bc4a364c95e88 +size 34034 diff --git a/table_images/TableImg_R2iai_58.png b/table_images/TableImg_R2iai_58.png new file mode 100644 index 0000000000000000000000000000000000000000..146eacac160b153284758ffc6d298a85cb8f5259 --- /dev/null +++ b/table_images/TableImg_R2iai_58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ba327b1a92bef08c1e7de93204e80cf2083bf9b73cefe6f25411eff66d12a2 +size 315615 diff --git a/table_images/TableImg_Rl5wd_7.png b/table_images/TableImg_Rl5wd_7.png new file mode 100644 index 0000000000000000000000000000000000000000..a2f0097021da886b8e160c3e60eafd37bd0b13e7 --- /dev/null +++ b/table_images/TableImg_Rl5wd_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd66fe411d1a0f451be3579f1cb2e5b3d4f3133bf56e932fba56581e643fe57 +size 24318 diff --git a/table_images/TableImg_S6j2r_12.png b/table_images/TableImg_S6j2r_12.png new file mode 100644 index 0000000000000000000000000000000000000000..55be9f0c95dc453a1d21b92b9ee1732e3f9b8db4 --- /dev/null +++ b/table_images/TableImg_S6j2r_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18db7841338f90201a9ae737c27e2bd009ed1c39d3128dc82212cfbac2838d76 +size 23298 diff --git a/table_images/TableImg_S6yam_31.png b/table_images/TableImg_S6yam_31.png new file mode 100644 index 0000000000000000000000000000000000000000..dfab52e96dcc3b7e8d29103af6dd453706f6827f --- /dev/null +++ b/table_images/TableImg_S6yam_31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6859b953936fc590b4dbb1c41d290c16fafdf51d4a1698b385d40455de4fec +size 46638 diff --git a/table_images/TableImg_Smq68_8.png b/table_images/TableImg_Smq68_8.png new file mode 100644 index 0000000000000000000000000000000000000000..f461d0ad0dbaa28117279de41a1194b98d3e26a5 --- /dev/null +++ b/table_images/TableImg_Smq68_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc2469ec87b0f988a7458f84db8abe7c25b053473efbfa37f0a8cd16a61f38d +size 25330 diff --git a/table_images/TableImg_T6v86_6.png b/table_images/TableImg_T6v86_6.png new file mode 100644 index 0000000000000000000000000000000000000000..6fbf4093f23b8817486e76094ce412adf482bb55 --- /dev/null +++ b/table_images/TableImg_T6v86_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ff55fa53dd3bece8faffd91896f9bc13fdb279dfaf405aac6817062f1c9c1f +size 23038 diff --git a/table_images/TableImg_Tnc3v_15.png b/table_images/TableImg_Tnc3v_15.png new file mode 100644 index 0000000000000000000000000000000000000000..dc71fa5291a4f70ee95a9b0c0efa9156a7a87c67 --- /dev/null +++ b/table_images/TableImg_Tnc3v_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5a66e080dc3aff14c90058e8821422a8d90c5c904ea82c07ee27f73f623977 +size 133912 diff --git a/table_images/TableImg_Tto39_15.png b/table_images/TableImg_Tto39_15.png new file mode 100644 index 0000000000000000000000000000000000000000..5fabafba6718321c5dd3ed3d6397e9b2d72346ed --- /dev/null +++ b/table_images/TableImg_Tto39_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74458b1d74c9241028f33cfaa62a8ce0ffe4dc57cfcdce717e130025c22915d9 +size 283282 diff --git a/table_images/TableImg_Txw6r_200.png b/table_images/TableImg_Txw6r_200.png new file mode 100644 index 0000000000000000000000000000000000000000..5eb3a8a80904d711bac6c0809da80a7fd8d0d972 --- /dev/null +++ b/table_images/TableImg_Txw6r_200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4e8ee913d8117535c250c4424e164c5e6904506d8744312f376238b83a37f2 +size 830110 diff --git a/table_images/TableImg_Ubcbi_15.png b/table_images/TableImg_Ubcbi_15.png new file mode 100644 index 0000000000000000000000000000000000000000..cecf07f58042a00ed41b6665b7fcb9bbbe03db8b --- /dev/null +++ b/table_images/TableImg_Ubcbi_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36328b67dffb9dddb21b868e52a6cdd9092fefb9b35abeffabdff9b8c46b8c7 +size 91658 diff --git a/table_images/TableImg_Ufcgc_15.png b/table_images/TableImg_Ufcgc_15.png new file mode 100644 index 0000000000000000000000000000000000000000..8f68a324121859df456e4f23366054512b2efdd7 --- /dev/null +++ b/table_images/TableImg_Ufcgc_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c890d3f91c4bd1e76ca36533a7fc5d98292b4e51a0a662ce1ec880ced1523595 +size 59445 diff --git a/table_images/TableImg_Ugkkw_15.png b/table_images/TableImg_Ugkkw_15.png new file mode 100644 index 0000000000000000000000000000000000000000..fdf301b125b6ce560f285d3b324dcb642949aeaf --- /dev/null +++ b/table_images/TableImg_Ugkkw_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313113d8c384c31859462fbaf016dafec233abf45dd3dd07d6fbd1c02db1b450 +size 14957 diff --git a/table_images/TableImg_Ukwbj_10.png b/table_images/TableImg_Ukwbj_10.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf50b4f12c65d927e48cf574161e6a23fefe6f0 --- /dev/null +++ b/table_images/TableImg_Ukwbj_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a7d2834f73e2018ce43af9a32df4b53d709383551a45924ac3d1b66110b175 +size 55904 diff --git a/table_images/TableImg_Up95v_8.png b/table_images/TableImg_Up95v_8.png new file mode 100644 index 0000000000000000000000000000000000000000..8f7a3c2f34d5896f5e470d4b95f3ec807ba853c4 --- /dev/null +++ b/table_images/TableImg_Up95v_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3586508f6399cce1341370421d9e9e495b641f8cdfd1f149689ec6e0c48eef8e +size 95344 diff --git a/table_images/TableImg_Uxjlp_8.png b/table_images/TableImg_Uxjlp_8.png new file mode 100644 index 0000000000000000000000000000000000000000..791c3c677c1003481b819043fb5947c79dcf2d86 --- /dev/null +++ b/table_images/TableImg_Uxjlp_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f36ca368848ecee11cafb080882e66315a0ce333c422b9867666f3521799ec +size 33653 diff --git a/table_images/TableImg_V1k4j_23.png b/table_images/TableImg_V1k4j_23.png new file mode 100644 index 0000000000000000000000000000000000000000..c8e913ee9b7b1df96ca5dc9211dcbd24bd6bab0a --- /dev/null +++ b/table_images/TableImg_V1k4j_23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f676e20cb77600f9a866b673e6bb9df39070461c775f3668472c3a0c2786cb +size 143105 diff --git a/table_images/TableImg_V631y_31.png b/table_images/TableImg_V631y_31.png new file mode 100644 index 0000000000000000000000000000000000000000..63217e2d1774ef16ec39ecbd26a33857d01cef3a --- /dev/null +++ b/table_images/TableImg_V631y_31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9be8cdaeabed90e14d569d314e5267ad64cb443a592fb8bb61548f1edfdbe43 +size 32630 diff --git a/table_images/TableImg_Vc5cq_12.png b/table_images/TableImg_Vc5cq_12.png new file mode 100644 index 0000000000000000000000000000000000000000..927d8bd85aa90410e82601554e5d9ef1d8e7a966 --- /dev/null +++ b/table_images/TableImg_Vc5cq_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd0dcabee3924edf44634d29c053734dc1654c841ee5734370cffd95de06096 +size 32674 diff --git a/table_images/TableImg_W0h3c_27.png b/table_images/TableImg_W0h3c_27.png new file mode 100644 index 0000000000000000000000000000000000000000..546252af2b51ede7c396e449baa830b3d0468c8f --- /dev/null +++ b/table_images/TableImg_W0h3c_27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04edda329ca63acdd306bae0e2da44cc3d54e51e4a890977bd98902575ce0ee +size 105386 diff --git a/table_images/TableImg_W4z2t_8.png b/table_images/TableImg_W4z2t_8.png new file mode 100644 index 0000000000000000000000000000000000000000..7f485578d787ab092715a75d5e4cecb7110ad745 --- /dev/null +++ b/table_images/TableImg_W4z2t_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b9d0eedd96173afe41a368c15ba9d4373fd13b8f51917dc466bbf5f74d473f +size 33991 diff --git a/table_images/TableImg_W6g1z_3.png b/table_images/TableImg_W6g1z_3.png new file mode 100644 index 0000000000000000000000000000000000000000..f563eaf91bdfcbfce4408ae68e6175ac8c740692 --- /dev/null +++ b/table_images/TableImg_W6g1z_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24f9882a44f53195835097c797f48f7db55f37805b623856b5dcaa828ac9e1e +size 11062 diff --git a/table_images/TableImg_W8b7h_15.png b/table_images/TableImg_W8b7h_15.png new file mode 100644 index 0000000000000000000000000000000000000000..03732898228926611d69c3886e9916a0067896aa --- /dev/null +++ b/table_images/TableImg_W8b7h_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3830fd9f5d8bd90227b532d777f0665a30699d0c031521d3f061f636c703cc9c +size 53704 diff --git a/table_images/TableImg_W9242_7.png b/table_images/TableImg_W9242_7.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3301c9c0626751b4ebbed821e0e67c3038dcf5 --- /dev/null +++ b/table_images/TableImg_W9242_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26203b94131f0ef1d3b61045158af6ac3e1966d9151be1a201ba0dfe1d6d9345 +size 38684 diff --git a/table_images/TableImg_Wlnlb_5.png b/table_images/TableImg_Wlnlb_5.png new file mode 100644 index 0000000000000000000000000000000000000000..1946d653ac3f31903b12e999c9a353c97ca2a487 --- /dev/null +++ b/table_images/TableImg_Wlnlb_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8326fec78f052852ad54b83a1489b17c39493ebf9544b112eeec330cda6c5a13 +size 51506 diff --git a/table_images/TableImg_Wo92g_100.png b/table_images/TableImg_Wo92g_100.png new file mode 100644 index 0000000000000000000000000000000000000000..3f74fb89a96cbcc892f74fb95b788683ea74cacc --- /dev/null +++ b/table_images/TableImg_Wo92g_100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e1f04bd3a29e1f5e9f8dcf56de1641fcd70b06a437ba3c48847566b5cc07ef +size 181655 diff --git a/table_images/TableImg_Wqxf4_6.png b/table_images/TableImg_Wqxf4_6.png new file mode 100644 index 0000000000000000000000000000000000000000..0cd8143fc28b35471607ed36756daf00ac300694 --- /dev/null +++ b/table_images/TableImg_Wqxf4_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f663f5606d06df9a81ecc22f306377ee357121cf52c515276674f0653396eb6c +size 14775 diff --git a/table_images/TableImg_Wy0rw_7.png b/table_images/TableImg_Wy0rw_7.png new file mode 100644 index 0000000000000000000000000000000000000000..b88d4e6f032f5fc6b1d3f712893ed95af1dea349 --- /dev/null +++ b/table_images/TableImg_Wy0rw_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64557dcf4e7b297ad5719dd1a212340f9e91120e015061e1e4df9fedcadf7d94 +size 36798 diff --git a/table_images/TableImg_X0o68_34.png b/table_images/TableImg_X0o68_34.png new file mode 100644 index 0000000000000000000000000000000000000000..157eff23ca0ba1aac4b26289f2aa7fbd3faa7b43 --- /dev/null +++ b/table_images/TableImg_X0o68_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e760a22a4c4a1fe079f0f61ba716204cbb8e46aa547743d050ed1b2ccd8699 +size 151477 diff --git a/table_images/TableImg_X0vih_15.png b/table_images/TableImg_X0vih_15.png new file mode 100644 index 0000000000000000000000000000000000000000..362ea371794ce1b8e0c6e4d96025c59b491bdc84 --- /dev/null +++ b/table_images/TableImg_X0vih_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cfa499b0e0ee500b6cf34eac134be364f80d497b77b2920c4a5214e414e1647 +size 53182 diff --git a/table_images/TableImg_X74wg_13.png b/table_images/TableImg_X74wg_13.png new file mode 100644 index 0000000000000000000000000000000000000000..b97ae00bf0912125332360f1fae7ed25ced96888 --- /dev/null +++ b/table_images/TableImg_X74wg_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173981ffa511fe2f1d91563791ed6ce47423afaee270423e326689e056fac45e +size 30271 diff --git a/table_images/TableImg_Xlsl0_58.png b/table_images/TableImg_Xlsl0_58.png new file mode 100644 index 0000000000000000000000000000000000000000..99190fd66eceabcc4e8e22c9e0d6a0c3d1d02cfc --- /dev/null +++ b/table_images/TableImg_Xlsl0_58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ee194f20a80fbce17076f9fa04c9d3cabcf77932a9ce481104a5a5c8960ec7 +size 305849 diff --git a/table_images/TableImg_Yips7_16.png b/table_images/TableImg_Yips7_16.png new file mode 100644 index 0000000000000000000000000000000000000000..92faf3dc49c57dcea0748521edd3dec289a94bbc --- /dev/null +++ b/table_images/TableImg_Yips7_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bda097ca30d24f5cb97cea5062fa3dc7d48157cac0e57ed921414b9f93426cf +size 64383 diff --git a/table_images/TableImg_Yok6b_15.png b/table_images/TableImg_Yok6b_15.png new file mode 100644 index 0000000000000000000000000000000000000000..ed51f856d49bbf1460bbcb03054fc999a179f8c3 --- /dev/null +++ b/table_images/TableImg_Yok6b_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4980f4adfdbdbad713ae33934f557cd38f10d55ed90fa4b76be1f14405ec15a +size 98682 diff --git a/table_images/TableImg_Z1u7p_10.png b/table_images/TableImg_Z1u7p_10.png new file mode 100644 index 0000000000000000000000000000000000000000..4b6cef59a3a6e07b3a3fb0318f53f69468aecc7a --- /dev/null +++ b/table_images/TableImg_Z1u7p_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783d23efc4bfde653965a7978f75954c20b97a0bdd8c855e7300b03f22cf3ae5 +size 62823 diff --git a/table_images/TableImg_Z48qp_22.png b/table_images/TableImg_Z48qp_22.png new file mode 100644 index 0000000000000000000000000000000000000000..5d4d09a4c4e06a88a6fa163e5e993c504d9358e2 --- /dev/null +++ b/table_images/TableImg_Z48qp_22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9534b26dd6b1c7a242b99dbbec5335ffdd8dd28c7df5405307fbf6999e086a8a +size 78400 diff --git a/table_images/TableImg_Z787i_7.png b/table_images/TableImg_Z787i_7.png new file mode 100644 index 0000000000000000000000000000000000000000..722f79f382fca478ea6d35649fe90332643ec7e5 --- /dev/null +++ b/table_images/TableImg_Z787i_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52bb993d57e374b28662f59ad4adb044531aef866453c8adb99db6d92d96f33 +size 63653