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

pandas basics

A collection of 5 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
Drop all duplicate rows across multiple columns in Python Pandas
Data cleaning

Drop all duplicate rows across multiple columns in Python Pandas

If you're working with data in Python Pandas, you may find yourself needing to drop duplicate rows across multiple columns. This can be a tricky task, but luckily there are a few different

  • Anna Zverkova
    Anna Zverkova
3 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
The ultimate beginners guide to Group by in Python Pandas
Pandas

The ultimate beginners guide to Group by in Python Pandas

When should you use group by in general? I would say group by is a good idea any time you want to analyse some pandas series by some category.  Group by in Python

  • Anna Zverkova
    Anna Zverkova
4 min read
The complete beginners guide to Pandas
Pandas

The complete beginners guide to Pandas

The Pandas library is the key library for Data Science and Analytics and a good place to start for beginners. Often called the "Excel & SQL of Python, on steroids" because of the

  • Anna Zverkova
    Anna Zverkova
10 min read
Re-thought © 2023
Latest Posts Ghost