Re-thought
  • Home
  • Jupyter Notebooks
  • Pandas
  • Data Visualisation in Python
  • About

Pandas

A collection of 12 posts

How to scrape tables from websites using Pandas read_html() function
Pandas

How to scrape tables from websites using Pandas read_html() function

If you’re a data scientist or analyst, you know how important it is to be able to extract data from websites. Fortunately, Python makes it easy to do this with the Pandas

  • Anna Zverkova
    Anna Zverkova
4 min read
Generate Huge Datasets With Fake Data Easily and Quickly using Python and Faker
Pandas

Generate Huge Datasets With Fake Data Easily and Quickly using Python and Faker

You can make a fake data set in Python using Faker. Here is how to generate a fake dataset using Python, Pandas, CSV, and Faker.

  • Anna Zverkova
    Anna Zverkova
5 min read
How to change or update a specific cell in Python Pandas Dataframe
Pandas

How to change or update a specific cell in Python Pandas Dataframe

Accessing a single value or updating the value of single row is sometime needed in Python Pandas Dataframe when we don't want to create a new Dataframe for just updating that single cell

  • Anna Zverkova
    Anna Zverkova
5 min read
How to add a row at the top in Pandas dataframe
Pandas

How to add a row at the top in Pandas dataframe

Pandas is a great Python library for data analytics as it makes it relatively simple, but in some cases very simple data modifications that are super simple to make in Excel can be

  • Anna Zverkova
    Anna Zverkova
3 min read
Python Regex examples - How to use Regex with Pandas
Regex

Python Regex examples - How to use Regex with Pandas

If you need a refresher on how Regular Expressions work, check out my RegEx guide first! This tutorial will walk you through pattern extraction from one Pandas column to another using detailed RegEx

  • Anna Zverkova
    Anna Zverkova
5 min read
8 Python Pandas Value_counts() tricks that make your work more efficient
Pandas

8 Python Pandas Value_counts() tricks that make your work more efficient

Before you start any data project, you need to take a step back and look at the dataset before doing anything with it. Exploratory Data Analysis (EDA) is just as important as any

  • Anna Zverkova
    Anna Zverkova
7 min read
Exploring Correlation in Python: Pandas, SciPy
Pandas

Exploring Correlation in Python: Pandas, SciPy

In this article, you’ll learn:What is CorrelationWhat Pearson, Spearman, and Kendall correlation coefficients areHow to use Pandas correlation functionsHow to visualize data, regression lines, and correlation matrices with Matplotlib and SeabornCorrelationCorrelation

  • Anna Zverkova
    Anna Zverkova
13 min read
How to add new columns to Pandas dataframe?
Pandas

How to add new columns to Pandas dataframe?

In this article, I will use examples to show you how to add columns to a dataframe in Pandas. There is more than one way of adding columns to a Pandas dataframe, let’

  • Anna Zverkova
    Anna Zverkova
6 min read
Delete column/row from a Pandas dataframe using .drop() method
Pandas

Delete column/row from a Pandas dataframe using .drop() method

While working with data in Pandas, you might want to drop a column(s) or some rows from a pandas dataframe. One typically deletes columns/rows, if they are not needed for further

  • Anna Zverkova
    Anna Zverkova
5 min read
How to visualize data with Matplotlib from a  Pandas Dataframe
Pandas

How to visualize data with Matplotlib from a Pandas Dataframe

Data Visualization is a big part of data analysis and data science. In a nutshell data visualization is a way to show complex data in a form that is graphical and easy to

  • Anna Zverkova
    Anna Zverkova
8 min read
Guide to renaming columns with Python Pandas
Jupyter notebooks

Guide to renaming columns with Python Pandas

One of the most common actions while cleaning data or doing exploratory data analysis (EDA) is manipulating/fixing/renaming column names. So in this post, we will explore various methods of renaming columns

  • Anna Zverkova
    Anna Zverkova
2 min read
Data project #1: Stockmarket analysis
Jupyter notebooks

Data project #1: Stockmarket analysis

This tutorial will cover basic techniques for financial data analysis. Specifically, we will use the pandas library to import stock data and manipulate the data to identify an investment thesis.

  • Luka Dadiani
    Luka Dadiani
4 min read
Re-thought © 2023
Latest Posts Ghost