Скачать
Reading a CSV file into a Python Dictionary
Автор: Learn Learn Scratch Tutorials
Загружено: 2018-09-04
Просмотров: 56425
Описание:
How to load an external CSV file into Python as a list.
Доступные форматы для скачивания:
Похожие видео
array(10) {
[0]=>
object(stdClass)#4793 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "5CEsJkKhS78"
["related_video_title"]=>
string(97) "Read CSV Files in Python with csv.DictReader - Iterate through Rows as Dicts with Columns as Keys"
["posted_time"]=>
string(21) "4 года назад"
["channelName"]=>
string(11) "Kris Jordan"
}
[1]=>
object(stdClass)#4766 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "1IYrmTTKOoI"
["related_video_title"]=>
string(50) "WRITE FILES using Python! (.txt, .json, .csv) ✍"
["posted_time"]=>
string(28) "11 месяцев назад"
["channelName"]=>
string(8) "Bro Code"
}
[2]=>
object(stdClass)#4791 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "bJDZ1wNKGEw"
["related_video_title"]=>
string(37) "Reading a CSV file into a Python List"
["posted_time"]=>
string(19) "6 лет назад"
["channelName"]=>
string(29) "Learn Learn Scratch Tutorials"
}
[3]=>
object(stdClass)#4798 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "SSINyqDIxlY"
["related_video_title"]=>
string(42) "Python Beginner's Course Lesson 1 - Part 1"
["posted_time"]=>
string(19) "1 год назад"
["channelName"]=>
string(29) "Learn Learn Scratch Tutorials"
}
[4]=>
object(stdClass)#4777 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "qcbcxZOYtr4"
["related_video_title"]=>
string(49) "The Most Complete Tutorial on Python Dictionaries"
["posted_time"]=>
string(25) "3 месяца назад"
["channelName"]=>
string(6) "Koolac"
}
[5]=>
object(stdClass)#4795 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "_r0jzrlcDPM"
["related_video_title"]=>
string(70) "Python for Beginners: CSV Parsing (Part 1) - Parsing a Simple CSV File"
["posted_time"]=>
string(21) "4 года назад"
["channelName"]=>
string(5) "Scott"
}
[6]=>
object(stdClass)#4790 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "efKm00MQgng"
["related_video_title"]=>
string(71) "Мы победили Jeep! Все было так просто…"
["posted_time"]=>
string(19) "3 дня назад"
["channelName"]=>
string(34) "ИЛЬДАР АВТО-ПОДБОР"
}
[7]=>
object(stdClass)#4800 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "q5uM4VKywbA"
["related_video_title"]=>
string(69) "Python Tutorial: CSV Module - How to Read, Parse, and Write CSV Files"
["posted_time"]=>
string(19) "7 лет назад"
["channelName"]=>
string(13) "Corey Schafer"
}
[8]=>
object(stdClass)#4776 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "95Mkwbsk2HQ"
["related_video_title"]=>
string(79) "Можно ли поменять родину так быстро? / вДудь"
["posted_time"]=>
string(19) "4 дня назад"
["channelName"]=>
string(10) "вДудь"
}
[9]=>
object(stdClass)#4794 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "Uh2ebFW8OYM"
["related_video_title"]=>
string(60) "Python Tutorial: File Objects - Reading and Writing to Files"
["posted_time"]=>
string(19) "9 лет назад"
["channelName"]=>
string(13) "Corey Schafer"
}
}
Read CSV Files in Python with csv.DictReader - Iterate through Rows as Dicts with Columns as Keys
WRITE FILES using Python! (.txt, .json, .csv) ✍
Reading a CSV file into a Python List
Python Beginner's Course Lesson 1 - Part 1
The Most Complete Tutorial on Python Dictionaries
Python for Beginners: CSV Parsing (Part 1) - Parsing a Simple CSV File
Мы победили Jeep! Все было так просто…
Python Tutorial: CSV Module - How to Read, Parse, and Write CSV Files
Можно ли поменять родину так быстро? / вДудь
Python Tutorial: File Objects - Reading and Writing to Files