CSV To JSON With Python Pandas

Описание к видео CSV To JSON With Python Pandas

#pandas, #python,

Step by step guide on how to read in a csv file that is comma separated and convert it to a json file. I also cover how to convert a csv file with compression I walk through the various parameters in the to_json method that you should be looking out for when writing your data. Finally, this video ends with how to read back a json file into python with pandas and without.

timestamps

00:00 introduction
00:20 read csv file
02:38 convert pandas dataframe to json
04:44 convert pandas dataframe to compressed json
05:48 read json with pandas
06:25 read compressed gzip in python

Комментарии

Информация по комментариям в разработке