Making tables with Markdown

In Data Science projects, sharing a notebook or making a quick presentation using simple tables can become necessary. This gets handy at the start of

Read More »

Reading JSON files in Python

JSON (JavaScript Object Notation) is a text format for storing and transporting data. It is “self-describing” and easy to understand. JASON files can be loaded in Python. Two

Read More »