Published inPython in Plain EnglishHow to Change a DataFrame from Wide to Long Format Using PandasA guide to changing a DataFrame from wide to long format using pandas.DataFrame.melt() function.Dec 8, 20213Dec 8, 20213
Published inPython in Plain EnglishHow to Transform a Pandas DataFrame: pandas.DataFrame.explode()“Unnest” or break a list-like record into multiple rowsDec 3, 20211Dec 3, 20211
Published inPython in Plain EnglishIntroduction to Python ListsA guide to Python lists with examplesApr 20, 2021Apr 20, 2021
Published inAnalytics VidhyaPoint-in-Polygon Analysis Using Python GeoPandasIdentifying Seismic Regions for Earthquake EventsAug 19, 20201Aug 19, 20201
Published inAnalytics VidhyaHow to Summarize Data with PandasAre you starting to learn how to analyze data using Python Pandas? If yes, this post is for you. We will go over different functions used…Jul 28, 20201Jul 28, 20201
Published inAnalytics VidhyaSome Handy Python Functions for Text Cleaning and ManipulationCleaning text is a challenge, especially when we are working with Social Media posts. Below I would like to share some functions that I…Apr 13, 2020Apr 13, 2020
Published inAnalytics VidhyaMake the Most Out of your pandas.read_csv()When I started to learn to code in Python and using pandas library, my main focus was to get the data imported and then get to work with…Dec 15, 20192Dec 15, 20192
Published inAnalytics VidhyaAnalyzing Fertility Rate Data — Part 3In Part-2 of this series, I went over the process of handling missing data. Also, started doing Exploratory Data Analysis (EDA) to answer…Sep 30, 20191Sep 30, 20191
Published inAnalytics VidhyaAnalyzing Fertility Rate Data — Part 2In Part-1 of this series, I started explaining the process to analyze Fertility Rate (FR) data with Python. We left during the Step 4. of…Sep 16, 2019Sep 16, 2019
Published inAnalytics VidhyaAnalyzing Fertility Rate Data — Part 1After I started watching Hulu’s original series Handmaid’s Tale, I have been wondering about how the decreasing trend of worldwide…Aug 13, 2019Aug 13, 2019