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 Round To Nearest Hour in Pandas

To round to closest hour in Pandas datetime column we

Pandas pivot_table Silently Drops Indices with NaNs

In this post, we will discuss when pivot_table silently

How To Read Multiple CSV Files into Pandas DataFrame

To read multiple CSV file into single Pandas DataFrame we

How To Margin Only on Single Axis - Column or Row in Pandas

We can use the following syntax to margin on a

TypeError: DataFrame.pivot() takes 1 positional argument but 4 were given - Pandas

In this tutorial, we'll take a closer look

Pandas pivot - ValueError: Index contains duplicate entries, cannot reshape

In this article we will see how to solve Pandas

Football Prediction in Python: Barcelona vs Real Madrid

In this post, we will Pandas and Python to collect

How to solve: HTTPError: HTTP Error 403: Forbidden in Pandas

In this post you can find how to solve Pandas

How to Round Time to the Nearest Quarter or Hour in Pandas?

To round a datetime column to the nearest quarter, minute

How to Sort by Multiple Columns Ascending and Descending in Pandas?

To sort by multiple columns ascending and descending in Pandas