JSON explained for Python users: Data Science Edition

This article was first published on Python – Better Data Science , and kindly contributed to python-bloggers. (You can report issue about the content on this page here)
Want to share your content on python-bloggers? click here.

Working with JSON data is inevitable — let’s learn it properly. JSON data is everywhere. It still isn’t the most widely used data format among data scientists, as datasets are stored either in CSVs or in databases. Today you’ll learn how to deal with JSON, and how to make use of it in your data science projects. But what is JSON? Good question. JSON stands for “JavaScript Object Notation” and is a simple and well-known data format. It’s easy for humans to read and write — once you get used to the brackets. Also, it’s supported natively by every major programming language. JSON type […]

The post JSON explained for Python users: Data Science Edition appeared first on Better Data Science.

To leave a comment for the author, please follow the link and comment on their blog: Python – Better Data Science .

Want to share your content on python-bloggers? click here.