In this post, I will add and update the probable behavioral interview questions. The answers will vary from person to […]
Author: Oindrila Sen
A decade of experience in collecting, cleaning and visualizing data. But now I am learning and practicing new tools and different techniques.
Let's dig and find out what is the story behind that Data. Let's do it together! Let's solve, fail and try again because discovering something new is always fun.
UnicodeDecodeError: While Reading CSV Files using Pandas read_csv
I was trying to read a CSV file in Python using the below command and got an error. Error: UnicodeDecodeError: ‘utf-8’ […]
Convert Integer Column To Boolean And Boolean To Integer in Pandas Dataframe
There are some small but important things that we keep on doing on a daily basis and then keep on […]
Drop one or more Columns In Pandas Dataframe
There are some small but important things that we keep on doing on a daily basis and keep on forgetting. […]
Scraping Goodreads using Python BeautifulSoup
What is Scraping? Web Scraping is a technique for fetching and then extracting information from websites. Every website hosts information […]
Python Programming Questions for Data Science Interview – Part I
1. What is Python? Python is an object-oriented, open-source, high-level general-purpose programming language with automated memory management. 2. Why […]