John D K

John D K

Working as a Data Scientist with experience in many different areas like: Data Quality, Data manipulation, Data Migration, Data Validation. Using Python, Pandas and Linux for Data Science!

How to Insert Item at Beginning of Pandas Series

When working with Pandas Series, you may need to add

How to Validate Domain Name in Pandas and Python

When working with user input, web scraping, or data validation,

How to Replace a Header with the Top Row in a Pandas DataFrame

In this post you can learn how to replace a

Pandas FutureWarning: Passing literal html to 'read_html' is deprecated and will be removed in a future version

If you're seeing the warning: FutureWarning: Passing literal

How to Convert a MultiIndex to type String or List of Strings in Pandas

To convert Pandas MultiIndex to list of strins or Sting

Convert Pandas MultiIndex values to New Type -String, Int

Here are a few common ways to convert Pandas MultiIndex

Pandas: Contains Using Case Insensitive Search

To perform case-insensitive string matching in Pandas, you can use

How to Insert a Row at Top of Pandas DataFrame

To insert a row at the top or a specific

How to Read CSV Directly from a URL in Pandas and Requests

Pandas can read CSV files directly from a URL by

Pandas TypeError 'list' object is not callable - rename Pandas columns

The Pandas error 'list' object is not callable