Different Ways of Loading Data using Python

Introduction When we started our data science journey the very first library that got our way was pandas and the very first function was read_csv(). But do we have only a CSV file to read? No right! This article will let you know about other methods one can use to read and access the dataset. In this article, we’ll … Continue reading Different Ways of Loading Data using Python