<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Csv on Script Everything</title>
    <link>https://scripteverything.com/tags/csv/</link>
    <description>Recent content in Csv on Script Everything</description>
    <generator>Hugo -- 0.146.0</generator>
    <language>en-au</language>
    <lastBuildDate>Sat, 20 Jan 2024 23:14:40 +0000</lastBuildDate>
    <atom:link href="https://scripteverything.com/tags/csv/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Read A CSV File To List Of Dictionaries In Python</title>
      <link>https://scripteverything.com/read-a-csv-file-to-list-of-dictionaries-in-python/</link>
      <pubDate>Sat, 20 Jan 2024 23:14:40 +0000</pubDate>
      <guid>https://scripteverything.com/read-a-csv-file-to-list-of-dictionaries-in-python/</guid>
      <description>&lt;p&gt;The most common form of data I have played with is generally found in CSV format. This makes the data easy to understand but difficult to modify or change, especially when the CSV file contains lots of columns.&lt;/p&gt;
&lt;p&gt;In this article I will demonstrate how I frequently use this file format to import it into a useable data structure in Python, namely, a list of Python dictionaries.&lt;/p&gt;
&lt;p&gt;Let’s start with defining the basic terminology so we’re on the same page before jumping into some examples.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Convert JSON To CSV In Python: Complete Code With Example</title>
      <link>https://scripteverything.com/convert-json-to-csv-in-python-complete-code-with-example/</link>
      <pubDate>Sat, 03 Jun 2023 13:09:49 +0000</pubDate>
      <guid>https://scripteverything.com/convert-json-to-csv-in-python-complete-code-with-example/</guid>
      <description>&lt;p&gt;How do you convert JSON to CSV using Python quickly and easily?&lt;/p&gt;
&lt;p&gt;If you’re looking to store data received from an API that responds with JSON data and want to convert this to a CSV file then Python can easily help.&lt;/p&gt;
&lt;p&gt;Simply import the standard &lt;code&gt;json&lt;/code&gt; and &lt;code&gt;csv&lt;/code&gt; libraries into your Python code then read the json data into a variable and construct it to a one-dimensional format that can make it easy to store the data into a csv file.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
