Search
Follow Us
Categories
- News Release(0)
Tag Archives: how to convert json to csv python
Convert CSV to JSON and JSON to CSV in Python

CSV is a data storage format that contain comma-separated values. It is normally used to store tabular data that can also be displayed in spreadsheet applications like MS Excel. But CSV file does not support data hierarchies. JSON or JavaScript Object Notation is a light-weight structured data format type. It is also used as an alternative to XML for storing and transmitting data. So, if you need to transfer the … Continue Reading