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
April 16, 2022
No Comments
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
April 15, 2022
No Comments